Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-16 | libc-symbols: add attribute_protected | Timo Teras | |
Definition to use protected visibility. Signed-off-by: Timo Teras <timo.teras@iki.fi> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2010-04-12 | Merge remote branch 'origin/master' into nptl | Austin Foxley | |
Conflicts: libc/unistd/confstr.c Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2010-04-12 | attribute_optimize: fix typo with args | Bernhard Reutner-Fischer | |
curious how 308f5c6e5fd56ea3d1a5512e34388aad788f1180 ever worked.. :P Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-02-17 | Assorted fixed to get nptl compiling on ARM | Khem Raj | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
2009-09-15 | setup attribute_optimize which comes with gcc-4.4+ | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
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 | |
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-22 | libc-symbols: improve comments and make macros a bit more readable. | Denis Vlasenko | |
no code changes | |||
2008-11-19 | Make sure __hot and __cold are always defined. | Peter Kjellerstedt | |
2008-11-18 | - add __hot and __cold annotations | Bernhard 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 comments | Bernhard Reutner-Fischer | |
Closes issue #5194 | |||
2008-09-25 | Add 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-08 | change 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 anything | Bernhard 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-21 | use 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-21 | allow arches to easily override asm-line-sep, move cris over to new style, ↵ | Mike Frysinger | |
and have hppa use it now | |||
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" | |
linktime warnings for now. | |||
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 | |
is a useless attempt | |||
2006-01-20 | grab some macros for internal ldso usage and fix ↵ | Mike Frysinger | |
strong_alias/hidden_strong_alias when .set support is disabled | |||
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. ↵ | 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 |