summaryrefslogtreecommitdiff
path: root/include/libc-symbols.h
AgeCommit message (Collapse)Author
2008-11-27Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the archCarmelo Amoroso
supports this feature. SH4 will use this in some aseembly files for the NPTL implementation. Add now safely on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
2008-11-22libc-symbols: improve comments and make macros a bit more readable.Denis Vlasenko
no code changes
2008-11-19Make sure __hot and __cold are always defined.Peter Kjellerstedt
2008-11-18- add __hot and __cold annotationsBernhard Reutner-Fischer
Will spare us quite some likely()/unlikely() occurances. See http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html for details
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
Closes issue #5194
2008-09-25Add globally __stringify macro in libc-symbols.h.Carmelo Amoroso
Remove all other duplicated definitions. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when ↵Mike Frysinger
doing double negatives
2007-06-24- make sure to define _LIBC in libc-symbols.h before including anythingBernhard Reutner-Fischer
else. - internal_function is only used inside libc, so do not define it in uClibc_arch_features.h on i386 if we are outside of libc.
2007-01-29- see if defined foo before trying to look at the value of foo (that should ↵Bernhard Reutner-Fischer
be 0 in this case. Avoids some warnings).
2006-09-21use proper #APP lines so that the assembler knows when it needs to handle ↵Mike Frysinger
parsing (see http://sources.redhat.com/ml/binutils/2004-04/msg00665.html)
2006-06-21allow arches to easily override asm-line-sep, move cris over to new style, ↵Mike Frysinger
and have hppa use it now
2006-06-19use internal aliases for static objects as wellMike Frysinger
2006-05-04fix by Bernd Schmidt to support HAVE_ASM_SET_DIRECTIVE in weak_alias() macrosMike Frysinger
2006-05-04merge some more minor changes from glibcMike Frysinger
2006-05-04sync minor changes with glibcMike Frysinger
2006-02-23Corrected a typo (simularly -> similarly).Peter Kjellerstedt
2006-02-23Make use of CFLAGS-OMIT-filePeter S. Mazinger
2006-02-13Add internal hidden_weak support for asmPeter S. Mazinger
2006-02-03disable hidden_proto/def for __BCC__ generallyPeter S. Mazinger
2006-02-01Use -DSTATIC and remove stub_warning, not acceptedPeter S. Mazinger
2006-01-27The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding"Jan-Benedict Glaw"
linktime warnings for now.
2006-01-25hidden_strong_alias gone and won't be added back because it causes troublePeter S. Mazinger
2006-01-23Make i386 build w/ -std=c99 (almost)Peter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger
is a useless attempt
2006-01-20grab some macros for internal ldso usage and fix ↵Mike Frysinger
strong_alias/hidden_strong_alias when .set support is disabled
2006-01-20Correct comments, thx vapierPeter S. Mazinger
2006-01-20Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. ↵Peter S. Mazinger
Moved weak[_const]_function into proper place (if we have weak support), else noop. Modified comment about changes to glibc. Moved -D_LIBC from CFLAGS to libc-symbols.h. I am not sure about unlikely/likely/__cast