Carlos O'Donell
ac80ce0bd9
Add .gitignore.
...
Ignore the autoconf cache directory.
2012-06-21 17:05:25 +00:00
Joseph Myers
a978616d7b
Update MIPS32 ABI baselines for _gp_disp.
2012-06-19 16:38:44 +00:00
Richard Henderson
5400a7d131
alpha: Define FP_TRAPPING_EXCEPTIONS
2012-06-15 14:26:58 -07:00
Richard Henderson
7fd8e5a4e4
alpha: Always handle inexact in rint implementations
2012-06-15 12:17:48 -07:00
Richard Henderson
f56ed78d4a
[BZ #13848 ] alpha: Fix s_nearbyint implementation.
2012-06-15 12:17:11 -07:00
Richard Henderson
45c8de68d5
alpha: Use builtins for copysign
2012-06-15 12:06:44 -07:00
Richard Henderson
ef4239ed09
alpha: Fix protection on UTIME_NOW
2012-06-15 12:05:26 -07:00
Richard Henderson
53c2cb7641
alpha: Add missing definitions in resource.h, shm.h
2012-06-15 12:01:39 -07:00
Richard Henderson
c0b21b6958
alpha: Remove some __GNUC_PREREQs that are too old
2012-06-15 12:00:25 -07:00
Richard Henderson
a7940a7085
alpha: Fix float_t in bits/mathdef.h
2012-06-15 11:56:47 -07:00
Joseph Myers
e525bc9c26
Fix MIPS32 frame-pointer forcing for more recent GCC.
2012-06-14 15:18:27 +00:00
Joseph Myers
7fe70b0c06
powerpc-nofpu: Allow abort and soft-fp symbols to be absent in localplt test.
2012-06-13 21:12:06 +00:00
Joseph Myers
64957ecc06
Use HIDDEN_JUMPTARGET for _exit jump from __startcontext.
2012-06-12 19:13:08 +00:00
Joseph Myers
e21d3e83ee
Update powerpc-nofpu ABI baseline for __mcount_internal.
2012-06-08 10:49:08 +00:00
Richard Henderson
d8cbc13ab6
alpha: Fix end-of-count checks in strncmp
...
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 14:51:05 -07:00
Richard Henderson
8e2f4e971f
alpha: Fix [BZ #13718 ]
...
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 14:45:45 -07:00
Richard Henderson
43ac6d2665
alpha: Fix ev4 build with ev6 compiler
2012-06-06 14:39:23 -07:00
Richard Henderson
b2afe910fb
alpha: Use cfi_startproc instead of dual procedure descriptors
2012-06-06 14:35:00 -07:00
Richard Henderson
a683563255
alpha: put mcount prologue at correct location
2012-06-06 14:23:21 -07:00
Richard Henderson
7d1feb5693
alpha: Use .cfi_signal_frame in rt_sigaction
2012-06-05 08:12:03 -07:00
Richard Henderson
0ff73bfcb0
alpha: Resurrect getppid, getegid, geteuid.
...
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-05 08:08:25 -07:00
Joseph Myers
d97b8a3d21
Use dbl-64 fma for MIPS64.
2012-06-01 19:57:06 +00:00
Richard Henderson
f93d7902de
alpha: Use -mieee-with-inexact with math/test-misc
2012-06-01 10:46:08 -07:00
Richard Henderson
4b32777daa
alpha: Update libm-test-ulps
2012-06-01 09:47:24 -07:00
Joseph Myers
12139ca306
Fix typo in MIPS abi-n32-condition.
2012-06-01 14:42:11 +00:00
Joseph Myers
36d173fb67
Remove sqrt ulps for MIPS.
2012-05-31 21:28:40 +00:00
Chris Metcalf
d083acacea
Move Changelog entry from ChangeLog.tile to ChangeLog.linux-generic
2012-05-31 14:29:43 -04:00
Joseph Myers
5faedd6f22
Regenerate powerpc-nofpu libm-test-ulps.
2012-05-31 16:56:38 +00:00
Richard Henderson
8cac0ece48
alpha: Add -mieee-with-inexact for fma compilation
2012-05-31 07:43:43 -07:00
Richard Henderson
13488b2eae
alpha: Fix error path for PIC __brk
2012-05-31 07:43:43 -07:00
Joseph Myers
3c9d6deca5
Regenerate MIPS libm-test-ulps.
2012-05-31 11:13:57 +00:00
Mike Frysinger
944c966887
ia64: use hidden_def with internal pthread funcs
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-31 00:02:18 -04:00
Mike Frysinger
ee0c156dae
ia64: remove __connect_internal alias
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-31 00:00:14 -04:00
Chris Metcalf
c33aff6db6
tile: Remove __connect_internal alias
2012-05-30 19:48:28 -04:00
Joseph Myers
fd5beba75e
Move MIPS ABI settings out of conditional.
2012-05-30 23:44:17 +00:00
Richard Henderson
dbdf1bdc1f
alpha: Update libm-test-ulps
2012-05-30 16:37:43 -07:00
Richard Henderson
9cafd5de0d
alpha: Remove __connect_internal alias
2012-05-30 16:09:11 -07:00
Richard Henderson
a797e1734c
alpha: Avoid fgets plt entry
...
And since the FILE is function local, avoid locking too.
2012-05-30 16:05:42 -07:00
Richard Henderson
91c0abeda1
alpha: Use dbl-64/wordsize-64
2012-05-30 16:05:42 -07:00
Richard Henderson
268f6dda11
alpha: Use dynamic rounding with sqrt insn
2012-05-30 16:05:42 -07:00
Joseph Myers
6863adc8f9
Remove __connect_internal alias for MIPS.
2012-05-30 23:04:02 +00:00
Joseph Myers
ad5bfebf0c
Remove __connect_internal alias for ARM.
2012-05-30 23:04:02 +00:00
Andreas Schwab
28a45d133e
m68k: remove __ASSUME_TRUNCATE64_SYSCALL
2012-05-30 23:49:29 +02:00
Andreas Schwab
7fce2e2655
m68k: use hidden_def for __pthread_once
2012-05-30 23:49:29 +02:00
Joseph Myers
a97386ac1d
Define FP_TRAPPING_EXCEPTIONS and remove FP_EX_DENORM for powerpc-nofpu.
2012-05-30 21:35:48 +00:00
Joseph Myers
6334191e7f
Define FP_TRAPPING_EXCEPTIONS for MIPS.
2012-05-30 21:35:11 +00:00
Joseph Myers
b9f9369735
Regenerate ARM libm-test-ulps.
2012-05-30 21:17:22 +00:00
Chris Metcalf
710056450b
tile: don't guard setting abi- variables with ifeq ($(subdir),misc)
2012-05-30 16:52:36 -04:00
Chris Metcalf
93b7ebc23d
tile: add default-abi variables for tilegx
2012-05-30 15:44:48 -04:00
Joseph Myers
66625b24f2
Support sharing ARM headers for hard and soft float.
2012-05-30 18:55:55 +00:00