Toke Høiland-Jørgensen
f208205092
Add entries for U00D8 and U00F8.
2013-12-12 14:47:25 -05:00
Adhemerval Zanella
5b9bf19142
PowerPC: Add DSO and TAR fields to TLS
2013-12-12 06:51:01 -06:00
Carlos O'Donell
1db94db157
Add test case for pthread_[sg]etname_np.
...
This commit adds a testcase for pthread_setname_np
and pthread_getname_np. The testcase itself has
four tests to validate that these functions work
as expected. The test is only enabled for Linux
since it requires access to an alternate method
for validating the functions work.
2013-12-12 01:30:28 -05:00
Siddhesh Poyarekar
19b5525e52
benchmark inputs for exp2, log2, log and tan
2013-12-12 09:31:53 +05:30
Marko Myllynen
dc14d999e1
Fix Charset comment in fi_FI, fi_FI@euro
2013-12-12 09:24:35 +05:30
Roland McGrath
b0ef3aecce
ChangeLog whitespace fix.
2013-12-11 10:00:32 -08:00
Marcus Shawcroft
39e1f44ff4
[AArch64] Regenerate libm-test-ulps.
2013-12-11 16:19:34 +00:00
Siddhesh Poyarekar
7a74607ff6
Consolidate definition of constant t22
2013-12-11 12:08:19 +05:30
Siddhesh Poyarekar
196f7f5dbf
Use double constants instead of the struct number
2013-12-11 11:24:25 +05:30
Ondřej Bílka
0dfa665cc1
Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
2013-12-10 19:36:28 +01:00
Ondřej Bílka
5782a80f9f
Drop PER_THREAD conditionals from malloc.
2013-12-10 18:00:14 +01:00
Adhemerval Zanella
aeb95445d1
Add GLIBC_2.3 and GLIBC_2.19 in Versions.def
...
This patch adds GLIBC_2.3 and GLIBC_2.19 mark on Version.def so they are always
define in abi-versions.h. This fixes a build issue with fe_nomask.c in PPC64
LE where neither GLIBC_2_3 or GLIBC_2_19 are defined for SHLIB_COMPAT, resulting
in a wrong evaluation in the macro.
2013-12-09 17:51:02 -06:00
Andreas Schwab
eca60f6ed3
m68k: use math_force_eval in nextafterl
2013-12-10 00:16:12 +01:00
Andreas Schwab
e1c5c75ea2
m68k: add support for PI futexes
2013-12-10 00:16:01 +01:00
Andreas Schwab
2ea2960024
m68k: don't assume PI futexes before 3.10
2013-12-10 00:15:41 +01:00
Andreas Schwab
5fc273b084
ChangeLog fix
2013-12-10 00:15:38 +01:00
Ondřej Bílka
e8349efd46
Simplify perturb_byte logic.
2013-12-09 17:25:19 +01:00
Ondřej Bílka
f3eeb3fc56
Replace malloc force_reg by atomic_forced_read.
2013-12-09 17:14:12 +01:00
Andreas Schwab
caecf2a0ce
Fix CFI annotations in pthread_cond_timedwait for i486+
2013-12-09 13:53:41 +01:00
Adhemerval Zanella
be2f900916
Update powerpc-fpu ULPs.
2013-12-09 06:52:04 -06:00
Markus Trippelsdorf
e7b914bd0e
Update x86_64 ULps for AMD K10
2013-12-09 11:06:11 +05:30
Joseph Myers
9f0be4f8b5
Move tests of lgamma from libm-test.inc to auto-libm-test-in.
2013-12-08 23:56:28 +00:00
Richard Henderson
7380e0e469
alpha: Convert <bits/mman.h> to <bits/mman-linux.h>
2013-12-07 06:19:35 +10:00
Adhemerval Zanella
24eeafdb44
PowerPC: Optimized mpn functions for PowerPC64/POWER7
...
This patch add optimized __mpn_add_n/__mpn_sub_n for PowerPC64/POWER7.
They are originally from GMP with adjustments for GLIBC.
2013-12-06 11:52:31 -06:00
Adhemerval Zanella
4a2c0fd44d
PowerPC: Optimized mpn functions for PowerPC64
...
This patch add optimized __mpn_addmul, __mpn_addsub, __mpn_lshift, and
__mpn_mul_1 implementations for PowerPC64. They are originally from GMP
with adjustments for GLIBC.
2013-12-06 11:52:22 -06:00
Fernando J. V. da Silva
4b5b548c9f
Fix BZ #15089 : malloc_trim always trim for large padding.
2013-12-06 18:06:56 +01:00
Adhemerval Zanella
0a3ac0aabf
PowerPC: Update NEWS with ppc32/power4+ STT_GNU_IFUNC support
2013-12-06 05:54:50 -06:00
Adhemerval Zanella
ccdc8438dc
PowerPC: Adjust multiarch Implies for PowerPC32
...
This patch adds Implies files on multiarch folder for POWER chips so
multirach is enabled when building with --with-cpu and powerN option.
2013-12-06 05:47:05 -06:00
Adhemerval Zanella
2e973d9919
PowerPC: multiarch __ieee754_hypot[f] for PowerPC32
2013-12-06 05:47:05 -06:00
Adhemerval Zanella
2d9470b2ae
PowerPC: multiarch logb/logbf/logbl for PowerPC32
2013-12-06 05:47:05 -06:00
Adhemerval Zanella
5212ffce0e
PowerPC: multiarch modf/modff for PowerPC32
2013-12-06 05:47:05 -06:00
Adhemerval Zanella
79dccf31bf
PowerPC: multiarch lrint/lrintf for PowerPC32
2013-12-06 05:47:04 -06:00
Adhemerval Zanella
deb6648026
PowerPC: multiarch lround/lrounf for PowerPC32
2013-12-06 05:47:04 -06:00
Adhemerval Zanella
264b036bea
PowerPC: multiarch copysign/copysignf for PowerPC32
2013-12-06 05:47:04 -06:00
Adhemerval Zanella
d47db6c906
PowerPC: multiarch trunc/truncf for PowerPC32
2013-12-06 05:47:04 -06:00
Adhemerval Zanella
ddb60b5aa9
PowerPC: multiarch round/roundf for PowerPC32
2013-12-06 05:47:04 -06:00
Adhemerval Zanella
bedcf49b45
PowerPC: multiarch floor/floorf for PowerPC32
2013-12-06 05:47:04 -06:00
Adhemerval Zanella
35ae5b40a4
PowerPC: multiarch ceil/ceilf for PowerPC32
2013-12-06 05:47:03 -06:00
Adhemerval Zanella
ae1a4cd9ff
PowerPC: multiarch finite/finitef for PowerPC32
2013-12-06 05:47:03 -06:00
Adhemerval Zanella
64fffd65d7
PowerPC: multiarch isinf/isinff for PowerPC32
2013-12-06 05:47:03 -06:00
Adhemerval Zanella
8e4e7ba2d7
PowerPC: multiarch isnan/isnanf for PowerPC32
2013-12-06 05:47:03 -06:00
Adhemerval Zanella
ddba588e2d
PowerPC: multiarch sqrt/sqrtf for PowerPC32
2013-12-06 05:47:03 -06:00
Adhemerval Zanella
0f96a2f0b5
PowerPC: multiarch llround/llroundf for PowerPC32
2013-12-06 05:47:03 -06:00
Adhemerval Zanella
c9b5d79e0c
PowerPC: multiarch llrint/llrintf for PowerPC32
2013-12-06 05:47:02 -06:00
Adhemerval Zanella
9cbb3aabb5
PowerPC: change sysdeps fpu folder
...
This patch makes the fpu/multiarch folder appears in front of the
powerpc/fpu folder.
2013-12-06 05:47:02 -06:00
Adhemerval Zanella
ea5a72f882
PowerPC: multiarch wordcopy routines for PowerPC32
2013-12-06 05:47:02 -06:00
Adhemerval Zanella
93be09e725
PowerPC: multiarch wcscpy for PowerPC32
2013-12-06 05:47:02 -06:00
Adhemerval Zanella
bb04e529f6
PowerPC: multiarch wcsrchr for PowerPC32
2013-12-06 05:47:02 -06:00
Adhemerval Zanella
05b5cd1ce5
PowerPC: multiarch wcschr for PowerPC32
2013-12-06 05:47:02 -06:00
Adhemerval Zanella
ba9641477e
PowerPC: multiarch strchr for PowerPC32
2013-12-06 05:47:01 -06:00