Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-01 | Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-merge | Joseph Myers | |
2012-06-21 | Add Changelog ... | Carlos O'Donell | |
... for ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7. | |||
2012-06-21 | Add .gitignore. | Carlos O'Donell | |
Ignore the autoconf cache directory. | |||
2012-06-19 | Update MIPS32 ABI baselines for _gp_disp. | Joseph Myers | |
2012-06-15 | alpha: Define FP_TRAPPING_EXCEPTIONS | Richard Henderson | |
2012-06-15 | alpha: Always handle inexact in rint implementations | Richard Henderson | |
2012-06-15 | [BZ #13848] alpha: Fix s_nearbyint implementation. | Richard Henderson | |
2012-06-15 | alpha: Use builtins for copysign | Richard Henderson | |
2012-06-15 | alpha: Fix protection on UTIME_NOW | Richard Henderson | |
2012-06-15 | alpha: Add missing definitions in resource.h, shm.h | Richard Henderson | |
2012-06-15 | alpha: Remove some __GNUC_PREREQs that are too old | Richard Henderson | |
2012-06-15 | alpha: Fix float_t in bits/mathdef.h | Richard Henderson | |
2012-06-14 | Fix MIPS32 frame-pointer forcing for more recent GCC. | Joseph Myers | |
2012-06-13 | powerpc-nofpu: Allow abort and soft-fp symbols to be absent in localplt test. | Joseph Myers | |
2012-06-12 | Use HIDDEN_JUMPTARGET for _exit jump from __startcontext. | Joseph Myers | |
2012-06-08 | Update powerpc-nofpu ABI baseline for __mcount_internal. | Joseph Myers | |
2012-06-06 | alpha: Fix end-of-count checks in strncmp | Richard Henderson | |
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. | |||
2012-06-06 | alpha: Fix [BZ #13718] | Richard Henderson | |
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. | |||
2012-06-06 | alpha: Fix ev4 build with ev6 compiler | Richard Henderson | |
2012-06-06 | alpha: Use cfi_startproc instead of dual procedure descriptors | Richard Henderson | |
2012-06-06 | alpha: put mcount prologue at correct location | Richard Henderson | |
2012-06-05 | alpha: Use .cfi_signal_frame in rt_sigaction | Richard Henderson | |
2012-06-05 | alpha: Resurrect getppid, getegid, geteuid. | Richard Henderson | |
The sysdeps/unix files deleted in the main tree weren't unused. Resurrect them in sysdeps/unix/alpha, and using the real syscall names. | |||
2012-06-01 | Use dbl-64 fma for MIPS64. | Joseph Myers | |
2012-06-01 | alpha: Use -mieee-with-inexact with math/test-misc | Richard Henderson | |
2012-06-01 | alpha: Update libm-test-ulps | Richard Henderson | |
2012-06-01 | Fix typo in MIPS abi-n32-condition. | Joseph Myers | |
2012-05-31 | Remove sqrt ulps for MIPS. | Joseph Myers | |
2012-05-31 | Move Changelog entry from ChangeLog.tile to ChangeLog.linux-generic | Chris Metcalf | |
2012-05-31 | Regenerate powerpc-nofpu libm-test-ulps. | Joseph Myers | |
2012-05-31 | alpha: Add -mieee-with-inexact for fma compilation | Richard Henderson | |
2012-05-31 | alpha: Fix error path for PIC __brk | Richard Henderson | |
2012-05-31 | Regenerate MIPS libm-test-ulps. | Joseph Myers | |
2012-05-31 | ia64: use hidden_def with internal pthread funcs | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-05-31 | ia64: remove __connect_internal alias | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-05-30 | tile: Remove __connect_internal alias | Chris Metcalf | |
2012-05-30 | Move MIPS ABI settings out of conditional. | Joseph Myers | |
2012-05-30 | alpha: Update libm-test-ulps | Richard Henderson | |
2012-05-30 | alpha: Remove __connect_internal alias | Richard Henderson | |
2012-05-30 | alpha: Avoid fgets plt entry | Richard Henderson | |
And since the FILE is function local, avoid locking too. | |||
2012-05-30 | alpha: Use dbl-64/wordsize-64 | Richard Henderson | |
2012-05-30 | alpha: Use dynamic rounding with sqrt insn | Richard Henderson | |
2012-05-30 | Remove __connect_internal alias for MIPS. | Joseph Myers | |
2012-05-30 | Remove __connect_internal alias for ARM. | Joseph Myers | |
2012-05-30 | m68k: remove __ASSUME_TRUNCATE64_SYSCALL | Andreas Schwab | |
2012-05-30 | m68k: use hidden_def for __pthread_once | Andreas Schwab | |
2012-05-30 | Define FP_TRAPPING_EXCEPTIONS and remove FP_EX_DENORM for powerpc-nofpu. | Joseph Myers | |
2012-05-30 | Define FP_TRAPPING_EXCEPTIONS for MIPS. | Joseph Myers | |
2012-05-30 | Regenerate ARM libm-test-ulps. | Joseph Myers | |
2012-05-30 | tile: don't guard setting abi- variables with ifeq ($(subdir),misc) | Chris Metcalf | |