Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |