aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-01Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-mergeJoseph Myers
2012-06-21Add Changelog ...Carlos O'Donell
... for ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7.
2012-06-21Add .gitignore.Carlos O'Donell
Ignore the autoconf cache directory.
2012-06-19Update MIPS32 ABI baselines for _gp_disp.Joseph Myers
2012-06-15alpha: Define FP_TRAPPING_EXCEPTIONSRichard Henderson
2012-06-15alpha: Always handle inexact in rint implementationsRichard Henderson
2012-06-15[BZ #13848] alpha: Fix s_nearbyint implementation.Richard Henderson
2012-06-15alpha: Use builtins for copysignRichard Henderson
2012-06-15alpha: Fix protection on UTIME_NOWRichard Henderson
2012-06-15alpha: Add missing definitions in resource.h, shm.hRichard Henderson
2012-06-15alpha: Remove some __GNUC_PREREQs that are too oldRichard Henderson
2012-06-15alpha: Fix float_t in bits/mathdef.hRichard Henderson
2012-06-14Fix MIPS32 frame-pointer forcing for more recent GCC.Joseph Myers
2012-06-13powerpc-nofpu: Allow abort and soft-fp symbols to be absent in localplt test.Joseph Myers
2012-06-12Use HIDDEN_JUMPTARGET for _exit jump from __startcontext.Joseph Myers
2012-06-08Update powerpc-nofpu ABI baseline for __mcount_internal.Joseph Myers
2012-06-06alpha: Fix end-of-count checks in strncmpRichard 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-06alpha: 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-06alpha: Fix ev4 build with ev6 compilerRichard Henderson
2012-06-06alpha: Use cfi_startproc instead of dual procedure descriptorsRichard Henderson
2012-06-06alpha: put mcount prologue at correct locationRichard Henderson
2012-06-05alpha: Use .cfi_signal_frame in rt_sigactionRichard Henderson
2012-06-05alpha: 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-01Use dbl-64 fma for MIPS64.Joseph Myers
2012-06-01alpha: Use -mieee-with-inexact with math/test-miscRichard Henderson
2012-06-01alpha: Update libm-test-ulpsRichard Henderson
2012-06-01Fix typo in MIPS abi-n32-condition.Joseph Myers
2012-05-31Remove sqrt ulps for MIPS.Joseph Myers
2012-05-31Move Changelog entry from ChangeLog.tile to ChangeLog.linux-genericChris Metcalf
2012-05-31Regenerate powerpc-nofpu libm-test-ulps.Joseph Myers
2012-05-31alpha: Add -mieee-with-inexact for fma compilationRichard Henderson
2012-05-31alpha: Fix error path for PIC __brkRichard Henderson
2012-05-31Regenerate MIPS libm-test-ulps.Joseph Myers
2012-05-31ia64: use hidden_def with internal pthread funcsMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-31ia64: remove __connect_internal aliasMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-30tile: Remove __connect_internal aliasChris Metcalf
2012-05-30Move MIPS ABI settings out of conditional.Joseph Myers
2012-05-30alpha: Update libm-test-ulpsRichard Henderson
2012-05-30alpha: Remove __connect_internal aliasRichard Henderson
2012-05-30alpha: Avoid fgets plt entryRichard Henderson
And since the FILE is function local, avoid locking too.
2012-05-30alpha: Use dbl-64/wordsize-64Richard Henderson
2012-05-30alpha: Use dynamic rounding with sqrt insnRichard Henderson
2012-05-30Remove __connect_internal alias for MIPS.Joseph Myers
2012-05-30Remove __connect_internal alias for ARM.Joseph Myers
2012-05-30m68k: remove __ASSUME_TRUNCATE64_SYSCALLAndreas Schwab
2012-05-30m68k: use hidden_def for __pthread_onceAndreas Schwab
2012-05-30Define FP_TRAPPING_EXCEPTIONS and remove FP_EX_DENORM for powerpc-nofpu.Joseph Myers
2012-05-30Define FP_TRAPPING_EXCEPTIONS for MIPS.Joseph Myers
2012-05-30Regenerate ARM libm-test-ulps.Joseph Myers
2012-05-30tile: don't guard setting abi- variables with ifeq ($(subdir),misc)Chris Metcalf