Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enable gcvt in header, we build it | Peter S. Mazinger | 2006-01-26 | 1 | -2/+4 | |
| | ||||||
* | hidden_strong_alias gone and won't be added back because it causes trouble | Peter S. Mazinger | 2006-01-25 | 1 | -13/+7 | |
| | ||||||
* | Remove unneeded _GNU_SOURCE | Peter S. Mazinger | 2006-01-23 | 1 | -3/+0 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-01-23 | 1 | -23/+11 | |
| | ||||||
* | Make i386 build w/ -std=c99 (almost) | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 | |
| | ||||||
* | Sync w/ glibc | Peter S. Mazinger | 2006-01-23 | 1 | -2/+6 | |
| | ||||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -1/+1 | |
| | | | | is a useless attempt | |||||
* | Allow to be used in bits/syscalls.h even if _GNU_SOURCE is defined | Peter S. Mazinger | 2006-01-22 | 1 | -1/+1 | |
| | ||||||
* | disable deprecated warnings for some files | Mike Frysinger | 2006-01-20 | 1 | -1/+1 | |
| | ||||||
* | grab some macros for internal ldso usage and fix ↵ | Mike Frysinger | 2006-01-20 | 1 | -1/+26 | |
| | | | | strong_alias/hidden_strong_alias when .set support is disabled | |||||
* | Correct comments, thx vapier | Peter S. Mazinger | 2006-01-20 | 1 | -1/+1 | |
| | ||||||
* | Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. ↵ | Peter S. Mazinger | 2006-01-20 | 2 | -629/+658 | |
| | | | | 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 | |||||
* | Remove HAVE_ELF | Peter S. Mazinger | 2006-01-19 | 1 | -22/+14 | |
| | ||||||
* | Get rid of *_SYMBOL_PREFIX | Peter S. Mazinger | 2006-01-19 | 1 | -1/+1 | |
| | ||||||
* | Import some need bits from glibc to libc-internal.h, hidden_weak_alias gone, ↵ | Peter S. Mazinger | 2006-01-19 | 1 | -40/+147 | |
| | | | | hidden_strong_alias adapted, HAVE_ELF defined always, __SYMBOL_PREFIX removed | |||||
* | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | 2006-01-19 | 2 | -0/+12 | |
| | | | | specific header file to make porting/updates a lot easier | |||||
* | Joseph S. Myers writes: | Eric Andersen | 2006-01-19 | 1 | -0/+1 | |
| | | | | | | | | sys/syscall.h uses the IS_IN_libc define before including any header that includes libc-internal.h (where IS_IN_libc is defined). This patch makes sys/syscall.h include features.h to get the IS_IN_libc define where appropriate. | |||||
* | Remove unused CLOCK_IDFIELD_SIZE, not in glibc | Peter S. Mazinger | 2006-01-18 | 1 | -2/+0 | |
| | ||||||
* | Don't include twice features.h and correct typo | Peter S. Mazinger | 2006-01-18 | 1 | -2/+1 | |
| | ||||||
* | sync some stuff from glibc and fix __hidden_ver1() for targets that define a ↵ | Mike Frysinger | 2006-01-17 | 1 | -7/+34 | |
| | | | | USER_PREFIX (like bfin) | |||||
* | revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ↵ | Peter S. Mazinger | 2006-01-15 | 1 | -2/+2 | |
| | | | | header, keep it visible | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -256/+356 | |
| | | | | missing headers, other jump relocs removed | |||||
* | Add fcntl64 prototype | Peter S. Mazinger | 2006-01-12 | 1 | -0/+3 | |
| | ||||||
* | fix warnings when building on sparc | Mike Frysinger | 2006-01-11 | 1 | -1/+5 | |
| | ||||||
* | Get rid of hidden_def | Peter S. Mazinger | 2006-01-09 | 1 | -1/+0 | |
| | ||||||
* | include stdinit for arc4random() as pointed out by Jan-Benedict Glaw | Mike Frysinger | 2006-01-09 | 1 | -0/+1 | |
| | ||||||
* | prototypes for arc4random | Mike Frysinger | 2006-01-08 | 1 | -0/+6 | |
| | ||||||
* | Merge from NPTL branch. | "Steven J. Hill" | 2006-01-06 | 3 | -31/+34 | |
| | ||||||
* | Merge from NPTL branch. | "Steven J. Hill" | 2006-01-06 | 2 | -0/+33 | |
| | ||||||
* | Merge from NPTL branch. | "Steven J. Hill" | 2006-01-06 | 1 | -0/+4 | |
| | ||||||
* | import the extend_alloca() macro from glibc | Mike Frysinger | 2006-01-05 | 1 | -0/+30 | |
| | ||||||
* | Merge from branch. | "Steven J. Hill" | 2006-01-05 | 1 | -0/+2 | |
| | ||||||
* | Sync w/ glibc, mostly REDIRECT_NTH,__wur | Peter S. Mazinger | 2006-01-04 | 1 | -65/+109 | |
| | ||||||
* | tweak __progname handling some more since some [bad] apps actually try and ↵ | Mike Frysinger | 2006-01-04 | 1 | -0/+3 | |
| | | | | use it | |||||
* | keep __USE_GNU for program_invocation_*_name | Peter S. Mazinger | 2006-01-03 | 1 | -1/+1 | |
| | ||||||
* | Add __toupper, remove unneeded undefs for tolower | Peter S. Mazinger | 2006-01-03 | 1 | -0/+1 | |
| | ||||||
* | Add more hidden prototypes | Peter S. Mazinger | 2006-01-03 | 1 | -0/+28 | |
| | ||||||
* | add optional support for program_invocation_name/program_invocation_short_name | Mike Frysinger | 2006-01-03 | 2 | -1/+2 | |
| | ||||||
* | import a bunch of EM defines from gnu binutils | Mike Frysinger | 2006-01-03 | 1 | -8/+96 | |
| | ||||||
* | touchup comments and define Blackfin for Jie Zhang | Mike Frysinger | 2006-01-03 | 1 | -3/+4 | |
| | ||||||
* | Sync ftw w/ glibc, splitting ftw and ftw64 | Peter S. Mazinger | 2005-12-30 | 1 | -2/+2 | |
| | ||||||
* | Correct C_SYMBOL_PREFIX handling for asm, supports only none or _ | Peter S. Mazinger | 2005-12-16 | 1 | -1/+5 | |
| | ||||||
* | Use kernel provided syscalls for user-space, the one from libc is not usable | Peter S. Mazinger | 2005-12-16 | 1 | -1/+6 | |
| | ||||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -8/+1 | |
| | | | | it back | |||||
* | Add for assembler all *alias | Peter S. Mazinger | 2005-12-15 | 1 | -48/+77 | |
| | ||||||
* | Sync headers w/ glibc | Peter S. Mazinger | 2005-12-15 | 2 | -10/+5 | |
| | ||||||
* | Add some more hidden prototypes | Peter S. Mazinger | 2005-12-13 | 1 | -8/+74 | |
| | ||||||
* | Add __lstat and reorganize somewhat | Peter S. Mazinger | 2005-12-13 | 1 | -24/+18 | |
| | ||||||
* | Add redirect/redefines for x to x64 until someone will answer my ↵ | Peter S. Mazinger | 2005-12-13 | 1 | -1/+80 | |
| | | | | mail/decides of a better way. libc-internal.h will finally have >5xx __x prototypes | |||||
* | Sync w/ glibc | Peter S. Mazinger | 2005-12-13 | 3 | -18/+64 | |
| |