about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add Changelog ...Carlos O'Donell2012-06-211-0/+4
| | | | | | | | ... for ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7.
| * Add .gitignore.Carlos O'Donell2012-06-211-0/+1
| | | | | | | | Ignore the autoconf cache directory.
| * Update MIPS32 ABI baselines for _gp_disp.Joseph Myers2012-06-1922-21/+64
| |
| * alpha: Define FP_TRAPPING_EXCEPTIONSRichard Henderson2012-06-152-1/+6
| |
| * alpha: Always handle inexact in rint implementationsRichard Henderson2012-06-153-12/+33
| |
| * [BZ #13848] alpha: Fix s_nearbyint implementation.Richard Henderson2012-06-152-29/+37
| |
| * alpha: Use builtins for copysignRichard Henderson2012-06-152-6/+4
| |
| * alpha: Fix protection on UTIME_NOWRichard Henderson2012-06-151-4/+2
| |
| * alpha: Add missing definitions in resource.h, shm.hRichard Henderson2012-06-152-6/+40
| |
| * alpha: Remove some __GNUC_PREREQs that are too oldRichard Henderson2012-06-154-56/+7
| |
| * alpha: Fix float_t in bits/mathdef.hRichard Henderson2012-06-151-13/+3
| |
| * Fix MIPS32 frame-pointer forcing for more recent GCC.Joseph Myers2012-06-142-2/+9
| |
| * powerpc-nofpu: Allow abort and soft-fp symbols to be absent in localplt test.Joseph Myers2012-06-132-26/+31
| |
| * Use HIDDEN_JUMPTARGET for _exit jump from __startcontext.Joseph Myers2012-06-122-1/+6
| |
| * Update powerpc-nofpu ABI baseline for __mcount_internal.Joseph Myers2012-06-082-0/+6
| |
| * alpha: Fix end-of-count checks in strncmpRichard Henderson2012-06-062-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]Richard Henderson2012-06-063-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 compilerRichard Henderson2012-06-062-1/+5
| |
| * alpha: Use cfi_startproc instead of dual procedure descriptorsRichard Henderson2012-06-068-131/+73
| |
| * alpha: put mcount prologue at correct locationRichard Henderson2012-06-062-2/+5
| |
| * alpha: Use .cfi_signal_frame in rt_sigactionRichard Henderson2012-06-052-20/+14
| |
| * alpha: Resurrect getppid, getegid, geteuid.Richard Henderson2012-06-054-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.Joseph Myers2012-06-013-0/+15
| |
| * alpha: Use -mieee-with-inexact with math/test-miscRichard Henderson2012-06-012-0/+4
| |
| * alpha: Update libm-test-ulpsRichard Henderson2012-06-012-85/+43
| |
| * Fix typo in MIPS abi-n32-condition.Joseph Myers2012-06-012-2/+7
| |
| * Remove sqrt ulps for MIPS.Joseph Myers2012-05-312-9/+2
| |
| * Move Changelog entry from ChangeLog.tile to ChangeLog.linux-genericChris Metcalf2012-05-312-3/+5
| |
| * Regenerate powerpc-nofpu libm-test-ulps.Joseph Myers2012-05-312-163/+1530
| |
| * alpha: Add -mieee-with-inexact for fma compilationRichard Henderson2012-05-313-14/+10
| |
| * alpha: Fix error path for PIC __brkRichard Henderson2012-05-312-14/+20
| |
| * Regenerate MIPS libm-test-ulps.Joseph Myers2012-05-313-152/+2530
| |
| * ia64: use hidden_def with internal pthread funcsMike Frysinger2012-05-312-1/+4
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * ia64: remove __connect_internal aliasMike Frysinger2012-05-312-1/+6
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * tile: Remove __connect_internal aliasChris Metcalf2012-05-302-1/+4
| |
| * Move MIPS ABI settings out of conditional.Joseph Myers2012-05-302-1/+4
| |
| * alpha: Update libm-test-ulpsRichard Henderson2012-05-302-0/+1771
| |
| * alpha: Remove __connect_internal aliasRichard Henderson2012-05-302-1/+4
| |
| * alpha: Avoid fgets plt entryRichard Henderson2012-05-302-1/+4
| | | | | | | | And since the FILE is function local, avoid locking too.
| * alpha: Use dbl-64/wordsize-64Richard Henderson2012-05-302-0/+3
| |
| * alpha: Use dynamic rounding with sqrt insnRichard Henderson2012-05-304-6/+37
| |
| * Remove __connect_internal alias for MIPS.Joseph Myers2012-05-302-1/+4
| |
| * Remove __connect_internal alias for ARM.Joseph Myers2012-05-302-1/+4
| |
| * m68k: remove __ASSUME_TRUNCATE64_SYSCALLAndreas Schwab2012-05-302-1/+3
| |
| * m68k: use hidden_def for __pthread_onceAndreas Schwab2012-05-302-2/+7
| |
| * Define FP_TRAPPING_EXCEPTIONS and remove FP_EX_DENORM for powerpc-nofpu.Joseph Myers2012-05-302-1/+6
| |
| * Define FP_TRAPPING_EXCEPTIONS for MIPS.Joseph Myers2012-05-302-0/+4
| |
| * Regenerate ARM libm-test-ulps.Joseph Myers2012-05-302-523/+891
| |
| * tile: don't guard setting abi- variables with ifeq ($(subdir),misc)Chris Metcalf2012-05-302-4/+3
| |
| * tile: add default-abi variables for tilegxChris Metcalf2012-05-303-0/+5
| |