Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correct memcpy use | Peter S. Mazinger | 2006-01-23 | 1 | -1/+3 | |
| | ||||||
* | Add __longjmp prototype | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 | |
| | ||||||
* | Sync w/ glibc | Peter S. Mazinger | 2006-01-23 | 1 | -2/+6 | |
| | ||||||
* | - __td_debug is only needed if NDEBUG is not defined. | Bernhard Reutner-Fischer | 2006-01-23 | 2 | -2/+4 | |
| | ||||||
* | Remove redundancy and move hidden prototypes around | Peter S. Mazinger | 2006-01-23 | 1 | -4/+4 | |
| | ||||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 145 | -452/+115 | |
| | | | | 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 | |
| | ||||||
* | grab alpha version of mman.h from glibc | Mike Frysinger | 2006-01-22 | 1 | -0/+116 | |
| | ||||||
* | import syscall from glibc | Mike Frysinger | 2006-01-21 | 2 | -2/+73 | |
| | ||||||
* | fix building on 64bit hosts | Mike Frysinger | 2006-01-21 | 1 | -0/+7 | |
| | ||||||
* | fix building on 64bit hosts | Mike Frysinger | 2006-01-21 | 3 | -0/+3 | |
| | ||||||
* | fix unused warnings | Mike Frysinger | 2006-01-21 | 1 | -2/+2 | |
| | ||||||
* | dont force linuxthreads db if debugging is enabled | Mike Frysinger | 2006-01-21 | 1 | -1/+0 | |
| | ||||||
* | - fix typo in comment. | Bernhard Reutner-Fischer | 2006-01-21 | 2 | -2/+2 | |
| | ||||||
* | Remove old comment | Peter S. Mazinger | 2006-01-21 | 1 | -2/+0 | |
| | ||||||
* | Another __sigprocmask | Peter S. Mazinger | 2006-01-21 | 1 | -3/+1 | |
| | ||||||
* | Remove other __sigprocmask occurences, even if unused, remove unsed file | Peter S. Mazinger | 2006-01-21 | 3 | -59/+4 | |
| | ||||||
* | Correct sigprocmask undefined for sh and remove the useless __sigprocmask weak | Peter S. Mazinger | 2006-01-21 | 2 | -6/+3 | |
| | ||||||
* | Convert l*seek too to use __typeof | Peter S. Mazinger | 2006-01-21 | 2 | -2/+2 | |
| | ||||||
* | Use __typeof instead of adding full prototypes | Peter S. Mazinger | 2006-01-21 | 5 | -7/+7 | |
| | ||||||
* | need prototype to fix sigaction warnings | Mike Frysinger | 2006-01-20 | 1 | -0/+3 | |
| | ||||||
* | grab syscall macros from the kernel | Mike Frysinger | 2006-01-20 | 1 | -7/+185 | |
| | ||||||
* | .set doesnt work on alpha | Mike Frysinger | 2006-01-20 | 1 | -1/+1 | |
| | ||||||
* | fix building on alpha | Mike Frysinger | 2006-01-20 | 1 | -0/+15 | |
| | ||||||
* | need sys/syscall.h for __NR_fork define | Mike Frysinger | 2006-01-20 | 1 | -0/+1 | |
| | ||||||
* | fix building on alpha | Mike Frysinger | 2006-01-20 | 1 | -6/+7 | |
| | ||||||
* | need unistd.h for brk prototype | Mike Frysinger | 2006-01-20 | 1 | -0/+1 | |
| | ||||||
* | fix building/warnings on 64bit arches | Mike Frysinger | 2006-01-20 | 1 | -2/+6 | |
| | ||||||
* | fix warning when sizeof uchar_t is 8 bits | Mike Frysinger | 2006-01-20 | 1 | -0/+4 | |
| | ||||||
* | disable deprecated warnings for some files | Mike Frysinger | 2006-01-20 | 7 | -1/+7 | |
| | ||||||
* | 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 | 3 | -631/+661 | |
| | | | | 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 | |||||
* | didnt mean to commit the FENV option just yet | Mike Frysinger | 2006-01-20 | 1 | -17/+0 | |
| | ||||||
* | Add -D_GNU_SOURCE to CFLAGS, else openpty picks the XOPEN variant of fd_set | Peter S. Mazinger | 2006-01-20 | 2 | -2/+1 | |
| | ||||||
* | Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other ↵ | Peter S. Mazinger | 2006-01-20 | 2 | -17/+22 | |
| | | | | use within uClibc, depends on fnmatch as well | |||||
* | Correction if UNIX98PTY_ONLY is not enabled | Peter S. Mazinger | 2006-01-20 | 2 | -5/+8 | |
| | ||||||
* | Use libm_ARCH_DIR and cleanup all possible archs | Peter S. Mazinger | 2006-01-20 | 1 | -2/+2 | |
| | ||||||
* | move some generic arch rules up a level to remove duplication | Mike Frysinger | 2006-01-20 | 2 | -9/+4 | |
| | ||||||
* | s/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix sed breakage as ↵ | Mike Frysinger | 2006-01-20 | 22 | -21/+38 | |
| | | | | pointed out by Joseph S. Myers | |||||
* | update copyright years | Mike Frysinger | 2006-01-20 | 2 | -2/+2 | |
| | ||||||
* | move the sh64 code out of the sh header | Mike Frysinger | 2006-01-20 | 2 | -5/+2 | |
| | ||||||
* | fix breakage from HAVE_ELF removal and standardize all the arch config files | Mike Frysinger | 2006-01-19 | 21 | -64/+223 | |
| | ||||||
* | no need for libm_DEF | Peter S. Mazinger | 2006-01-19 | 1 | -2/+1 | |
| | ||||||
* | Add multi to libintl | Peter S. Mazinger | 2006-01-19 | 1 | -5/+14 | |
| | ||||||
* | With one source or syscall only sources there is no use of IMA | Peter S. Mazinger | 2006-01-19 | 3 | -6/+0 | |
| | ||||||
* | Forgotten about the clean target | Peter S. Mazinger | 2006-01-19 | 2 | -2/+2 | |
| | ||||||
* | Add multi support to linuxthread_db | Peter S. Mazinger | 2006-01-19 | 2 | -6/+22 | |
| | ||||||
* | Correct strip display in multi mode | Peter S. Mazinger | 2006-01-19 | 1 | -1/+5 | |
| | ||||||
* | Add multi support to libm, remove lib*-multi-y, unneeded | Peter S. Mazinger | 2006-01-19 | 4 | -27/+24 | |
| |