summaryrefslogtreecommitdiff
path: root/include/libc-symbols.h
AgeCommit message (Collapse)Author
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