Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge glibc-ports into ports/ directory.glibc-2.16.90glibc-2.16-ports-merge | 2012-07-01 | 2361 | -0/+320086 | |
|\ | |||||
| * | Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-merge | 2012-07-01 | 2361 | -0/+0 | |
| | | |||||
| * | Add Changelog ... | 2012-06-21 | 1 | -0/+4 | |
| | | | | | | | | ... for ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7. | ||||
| * | Add .gitignore. | 2012-06-21 | 1 | -0/+1 | |
| | | | | | | | | Ignore the autoconf cache directory. | ||||
| * | Update MIPS32 ABI baselines for _gp_disp. | 2012-06-19 | 22 | -21/+64 | |
| | | |||||
| * | alpha: Define FP_TRAPPING_EXCEPTIONS | 2012-06-15 | 2 | -1/+6 | |
| | | |||||
| * | alpha: Always handle inexact in rint implementations | 2012-06-15 | 3 | -12/+33 | |
| | | |||||
| * | [BZ #13848] alpha: Fix s_nearbyint implementation. | 2012-06-15 | 2 | -29/+37 | |
| | | |||||
| * | alpha: Use builtins for copysign | 2012-06-15 | 2 | -6/+4 | |
| | | |||||
| * | alpha: Fix protection on UTIME_NOW | 2012-06-15 | 1 | -4/+2 | |
| | | |||||
| * | alpha: Add missing definitions in resource.h, shm.h | 2012-06-15 | 2 | -6/+40 | |
| | | |||||
| * | alpha: Remove some __GNUC_PREREQs that are too old | 2012-06-15 | 4 | -56/+7 | |
| | | |||||
| * | alpha: Fix float_t in bits/mathdef.h | 2012-06-15 | 1 | -13/+3 | |
| | | |||||
| * | Fix MIPS32 frame-pointer forcing for more recent GCC. | 2012-06-14 | 2 | -2/+9 | |
| | | |||||
| * | powerpc-nofpu: Allow abort and soft-fp symbols to be absent in localplt test. | 2012-06-13 | 2 | -26/+31 | |
| | | |||||
| * | Use HIDDEN_JUMPTARGET for _exit jump from __startcontext. | 2012-06-12 | 2 | -1/+6 | |
| | | |||||
| * | Update powerpc-nofpu ABI baseline for __mcount_internal. | 2012-06-08 | 2 | -0/+6 | |
| | | |||||
| * | alpha: Fix end-of-count checks in strncmp | 2012-06-06 | 2 | -110/+144 | |
| | | | | | | | | | | | | | | | | This routine suffered a similar problem as stxncpy in needing to bias a potentially very large unsigned number with wraparound. This exposed a secondary problem where we didn't properly handle end-of-count condition for the second string input resulting in stratcliff failures. | ||||
| * | alpha: Fix [BZ #13718] | 2012-06-06 | 3 | -16/+30 | |
| | | | | | | | | | | | | The routines expect to be able to bias the count by a small number. If the count is near -1ull, the count will overflow. Since we cannot use the whole 64-bit address space, bound the count to LONG_MAX. | ||||
| * | alpha: Fix ev4 build with ev6 compiler | 2012-06-06 | 2 | -1/+5 | |
| | | |||||
| * | alpha: Use cfi_startproc instead of dual procedure descriptors | 2012-06-06 | 8 | -131/+73 | |
| | | |||||
| * | alpha: put mcount prologue at correct location | 2012-06-06 | 2 | -2/+5 | |
| | | |||||
| * | alpha: Use .cfi_signal_frame in rt_sigaction | 2012-06-05 | 2 | -20/+14 | |
| | | |||||
| * | alpha: Resurrect getppid, getegid, geteuid. | 2012-06-05 | 4 | -0/+84 | |
| | | | | | | | | | | The sysdeps/unix files deleted in the main tree weren't unused. Resurrect them in sysdeps/unix/alpha, and using the real syscall names. | ||||
| * | Use dbl-64 fma for MIPS64. | 2012-06-01 | 3 | -0/+15 | |
| | | |||||
| * | alpha: Use -mieee-with-inexact with math/test-misc | 2012-06-01 | 2 | -0/+4 | |
| | | |||||
| * | alpha: Update libm-test-ulps | 2012-06-01 | 2 | -85/+43 | |
| | | |||||
| * | Fix typo in MIPS abi-n32-condition. | 2012-06-01 | 2 | -2/+7 | |
| | | |||||
| * | Remove sqrt ulps for MIPS. | 2012-05-31 | 2 | -9/+2 | |
| | | |||||
| * | Move Changelog entry from ChangeLog.tile to ChangeLog.linux-generic | 2012-05-31 | 2 | -3/+5 | |
| | | |||||
| * | Regenerate powerpc-nofpu libm-test-ulps. | 2012-05-31 | 2 | -163/+1530 | |
| | | |||||
| * | alpha: Add -mieee-with-inexact for fma compilation | 2012-05-31 | 3 | -14/+10 | |
| | | |||||
| * | alpha: Fix error path for PIC __brk | 2012-05-31 | 2 | -14/+20 | |
| | | |||||
| * | Regenerate MIPS libm-test-ulps. | 2012-05-31 | 3 | -152/+2530 | |
| | | |||||
| * | ia64: use hidden_def with internal pthread funcs | 2012-05-31 | 2 | -1/+4 | |
| | | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
| * | ia64: remove __connect_internal alias | 2012-05-31 | 2 | -1/+6 | |
| | | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
| * | tile: Remove __connect_internal alias | 2012-05-30 | 2 | -1/+4 | |
| | | |||||
| * | Move MIPS ABI settings out of conditional. | 2012-05-30 | 2 | -1/+4 | |
| | | |||||
| * | alpha: Update libm-test-ulps | 2012-05-30 | 2 | -0/+1771 | |
| | | |||||
| * | alpha: Remove __connect_internal alias | 2012-05-30 | 2 | -1/+4 | |
| | | |||||
| * | alpha: Avoid fgets plt entry | 2012-05-30 | 2 | -1/+4 | |
| | | | | | | | | And since the FILE is function local, avoid locking too. | ||||
| * | alpha: Use dbl-64/wordsize-64 | 2012-05-30 | 2 | -0/+3 | |
| | | |||||
| * | alpha: Use dynamic rounding with sqrt insn | 2012-05-30 | 4 | -6/+37 | |
| | | |||||
| * | Remove __connect_internal alias for MIPS. | 2012-05-30 | 2 | -1/+4 | |
| | | |||||
| * | Remove __connect_internal alias for ARM. | 2012-05-30 | 2 | -1/+4 | |
| | | |||||
| * | m68k: remove __ASSUME_TRUNCATE64_SYSCALL | 2012-05-30 | 2 | -1/+3 | |
| | | |||||
| * | m68k: use hidden_def for __pthread_once | 2012-05-30 | 2 | -2/+7 | |
| | | |||||
| * | Define FP_TRAPPING_EXCEPTIONS and remove FP_EX_DENORM for powerpc-nofpu. | 2012-05-30 | 2 | -1/+6 | |
| | | |||||
| * | Define FP_TRAPPING_EXCEPTIONS for MIPS. | 2012-05-30 | 2 | -0/+4 | |
| | | |||||
| * | Regenerate ARM libm-test-ulps. | 2012-05-30 | 2 | -523/+891 | |
| | |