index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
libc-symbols.h
Age
Commit message (
Expand
)
Author
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-06-15
libc-symbols.h: fix weak functions handling
Peter S. Mazinger
2010-04-16
libc-symbols: add attribute_protected
Timo Teras
2010-04-12
Merge remote branch 'origin/master' into nptl
Austin Foxley
2010-04-12
attribute_optimize: fix typo with args
Bernhard Reutner-Fischer
2010-02-17
Assorted fixed to get nptl compiling on ARM
Khem Raj
2009-09-15
setup attribute_optimize which comes with gcc-4.4+
Mike Frysinger
2009-02-27
fix breakage in x86_64 defconfig
Denis Vlasenko
2008-12-29
- whitespace cleanup; no obj-code changes
Bernhard Reutner-Fischer
2008-12-13
make all "XXXhidden_proto(" consistently not use a space before '('
Denis Vlasenko
2008-11-27
Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch
Carmelo Amoroso
2008-11-22
libc-symbols: improve comments and make macros a bit more readable.
Denis Vlasenko
2008-11-19
Make sure __hot and __cold are always defined.
Peter Kjellerstedt
2008-11-18
- add __hot and __cold annotations
Bernhard Reutner-Fischer
2008-10-03
- use c89-style comments
Bernhard Reutner-Fischer
2008-09-25
Add globally __stringify macro in libc-symbols.h.
Carmelo Amoroso
2008-01-08
change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...
Mike Frysinger
2007-06-24
- make sure to define _LIBC in libc-symbols.h before including anything
Bernhard Reutner-Fischer
2007-01-29
- see if defined foo before trying to look at the value of foo (that should b...
Bernhard Reutner-Fischer
2006-09-21
use proper #APP lines so that the assembler knows when it needs to handle par...
Mike Frysinger
2006-06-21
allow arches to easily override asm-line-sep, move cris over to new style, an...
Mike Frysinger
2006-06-19
use internal aliases for static objects as well
Mike Frysinger
2006-05-04
fix by Bernd Schmidt to support HAVE_ASM_SET_DIRECTIVE in weak_alias() macros
Mike Frysinger
2006-05-04
merge some more minor changes from glibc
Mike Frysinger
2006-05-04
sync minor changes with glibc
Mike Frysinger
2006-02-23
Corrected a typo (simularly -> similarly).
Peter Kjellerstedt
2006-02-23
Make use of CFLAGS-OMIT-file
Peter S. Mazinger
2006-02-13
Add internal hidden_weak support for asm
Peter S. Mazinger
2006-02-03
disable hidden_proto/def for __BCC__ generally
Peter S. Mazinger
2006-02-01
Use -DSTATIC and remove stub_warning, not accepted
Peter S. Mazinger
2006-01-27
The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding
"Jan-Benedict Glaw"
2006-01-25
hidden_strong_alias gone and won't be added back because it causes trouble
Peter S. Mazinger
2006-01-23
Make i386 build w/ -std=c99 (almost)
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-20
grab some macros for internal ldso usage and fix strong_alias/hidden_strong_a...
Mike Frysinger
2006-01-20
Correct comments, thx vapier
Peter S. Mazinger
2006-01-20
Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. Mov...
Peter S. Mazinger