OSDN Git Service

test: Fix math .c dependency
[uclinux-h8/uClibc.git] / include / libc-symbols.h
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingerlibc-symbols.h: fix weak functions handling
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-16 Timo Teraslibc-symbols: add attribute_protected
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-12 Bernhard Reutner... attribute_optimize: fix typo with args
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-17 Khem RajAssorted fixed to get nptl compiling on ARM
2009-09-15 Mike Frysingersetup attribute_optimize which comes with gcc-4.4+
2009-02-27 Denis Vlasenkofix breakage in x86_64 defconfig
2008-12-29 Bernhard Reutner... - whitespace cleanup; no obj-code changes
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-11-27 Carmelo AmorosoMake __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in...
2008-11-22 Denis Vlasenkolibc-symbols: improve comments and make macros a bit...
2008-11-19 Peter KjellerstedtMake sure __hot and __cold are always defined.
2008-11-18 Bernhard Reutner... - add __hot and __cold annotations
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-09-25 Carmelo AmorosoAdd globally __stringify macro in libc-symbols.h.
2008-01-08 Mike Frysingerchange NO_UNDERSCORES to just UNDERSCORES so as to...
2007-06-24 Bernhard Reutner... - make sure to define _LIBC in libc-symbols.h before...
2007-01-29 Bernhard Reutner... - see if defined foo before trying to look at the value...
2006-09-21 Mike Frysingeruse proper #APP lines so that the assembler knows when...
2006-06-21 Mike Frysingerallow arches to easily override asm-line-sep, move...
2006-06-19 Mike Frysingeruse internal aliases for static objects as well
2006-05-04 Mike Frysingerfix by Bernd Schmidt to support HAVE_ASM_SET_DIRECTIVE...
2006-05-04 Mike Frysingermerge some more minor changes from glibc
2006-05-04 Mike Frysingersync minor changes with glibc
2006-02-23 Peter KjellerstedtCorrected a typo (simularly -> similarly).
2006-02-23 Peter S. MazingerMake use of CFLAGS-OMIT-file
2006-02-13 Peter S. MazingerAdd internal hidden_weak support for asm
2006-02-03 Peter S. Mazingerdisable hidden_proto/def for __BCC__ generally
2006-02-01 Peter S. MazingerUse -DSTATIC and remove stub_warning, not accepted
2006-01-27 "Jan-Benedict Glaw"The VAX gas cannot (yet) cope with the tricks played...
2006-01-25 Peter S. Mazingerhidden_strong_alias gone and won't be added back becaus...
2006-01-23 Peter S. MazingerMake i386 build w/ -std=c99 (almost)
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-20 Mike Frysingergrab some macros for internal ldso usage and fix strong...
2006-01-20 Peter S. MazingerCorrect comments, thx vapier
2006-01-20 Peter S. MazingerSplit out libc-symbols.h from libc-internal.h, use...