summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PowerPC: multiarch stpcpy for PowerPC64Adhemerval Zanella2013-12-136-1/+141
|
* PowerPC: multiarch strcpy for PowerPC64Adhemerval Zanella2013-12-136-1/+134
|
* PowerPC: multiarch wordcopy for PowerPC64Adhemerval Zanella2013-12-137-17/+183
|
* PowerPC: multiarch wcscpy for PowerPC64.Adhemerval Zanella2013-12-137-1/+118
|
* PowerPC: multiarch wcsrchr for PowerPC64Adhemerval Zanella2013-12-137-1/+119
|
* PowerPC: multiarch wcschr for PowerPC64Adhemerval Zanella2013-12-137-1/+121
|
* PowerPC: multiarch strchrnul for PowerPC64Adhemerval Zanella2013-12-136-1/+116
|
* PowerPC: multiarch strchr for PowerPC64Adhemerval Zanella2013-12-137-1/+155
|
* PowerPC: multiarch strncmp for PowerPC64Adhemerval Zanella2013-12-137-1/+181
|
* PowerPC: multiarch strncasecmp for PowerPC64Adhemerval Zanella2013-12-137-1/+165
|
* PowerPC: multiarch strcasecmp for PowerPC64Adhemerval Zanella2013-12-137-1/+196
|
* PowerPC: multiarch strnlen for PowerPC64Adhemerval Zanella2013-12-136-1/+115
|
* PowerPC: multiarch strlen for PowerPC64Adhemerval Zanella2013-12-136-1/+131
|
* PowerPC: multiarch rawmemchr for PowerPC64Adhemerval Zanella2013-12-136-1/+113
|
* PowerPC: multiarch memrchr for PowerPC64Adhemerval Zanella2013-12-136-1/+118
|
* PowerPC: multiarch memchr for PowerPC64Adhemerval Zanella2013-12-136-1/+118
|
* PowerPC: multiarch mempcpy for PowerPC64Adhemerval Zanella2013-12-136-1/+120
|
* PowerPC: multiarch memset/bzero for PowerPC64Adhemerval Zanella2013-12-1317-1/+412
|
* PowerPC: multirach memcmp for PowerPC64Adhemerval Zanella2013-12-138-2/+184
|
* PowerPC: multiarch memcpy for PowerPC64Adhemerval Zanella2013-12-1311-0/+394
|
* PowerPC: Adjust multiarch Implies for PowerPC64Adhemerval Zanella2013-12-1322-15/+38
| | | | | | This patch adds Implies files on multiarch folder for POWER chips so multirach is enabled when building with --with-cpu and powerN option.
* Use $$ver instead of $ver.Kaz Kojima2013-12-132-2/+6
|
* Update NEWSToke Høiland-Jørgensen2013-12-121-9/+9
|
* Add entries for U00D8 and U00F8.Toke Høiland-Jørgensen2013-12-122-0/+8
|
* PowerPC: Add DSO and TAR fields to TLSAdhemerval Zanella2013-12-123-0/+13
|
* Add test case for pthread_[sg]etname_np.Carlos O'Donell2013-12-123-0/+307
| | | | | | | | | 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.
* benchmark inputs for exp2, log2, log and tanSiddhesh Poyarekar2013-12-126-4/+4063
|
* Fix Charset comment in fi_FI, fi_FI@euroMarko Myllynen2013-12-123-2/+7
|
* ChangeLog whitespace fix.Roland McGrath2013-12-111-0/+1
|
* [AArch64] Regenerate libm-test-ulps.Marcus Shawcroft2013-12-112-13/+4296
|
* Consolidate definition of constant t22Siddhesh Poyarekar2013-12-112-9/+8
|
* Use double constants instead of the struct numberSiddhesh Poyarekar2013-12-113-136/+127
|
* Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka2013-12-103-19/+14
|
* Drop PER_THREAD conditionals from malloc.Ondřej Bílka2013-12-105-96/+17
|
* Add GLIBC_2.3 and GLIBC_2.19 in Versions.defAdhemerval Zanella2013-12-092-0/+6
| | | | | | | 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.
* m68k: use math_force_eval in nextafterlAndreas Schwab2013-12-102-5/+6
|
* m68k: add support for PI futexesAndreas Schwab2013-12-102-0/+34
|
* m68k: don't assume PI futexes before 3.10Andreas Schwab2013-12-102-0/+12
|
* ChangeLog fixAndreas Schwab2013-12-101-1/+3
|
* Simplify perturb_byte logic.Ondřej Bílka2013-12-092-21/+30
|
* Replace malloc force_reg by atomic_forced_read.Ondřej Bílka2013-12-094-17/+19
|
* Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab2013-12-093-9/+15
|
* Update powerpc-fpu ULPs.Adhemerval Zanella2013-12-092-0/+50
|
* Update x86_64 ULps for AMD K10Markus Trippelsdorf2013-12-092-2/+12
|
* Move tests of lgamma from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-087-71/+2465
|
* alpha: Convert <bits/mman.h> to <bits/mman-linux.h>Richard Henderson2013-12-072-83/+24
|
* PowerPC: Optimized mpn functions for PowerPC64/POWER7Adhemerval Zanella2013-12-063-0/+128
| | | | | This patch add optimized __mpn_add_n/__mpn_sub_n for PowerPC64/POWER7. They are originally from GMP with adjustments for GLIBC.
* PowerPC: Optimized mpn functions for PowerPC64Adhemerval Zanella2013-12-065-0/+552
| | | | | | 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.
* Fix BZ #15089: malloc_trim always trim for large padding.Fernando J. V. da Silva2013-12-063-43/+50
|
* PowerPC: Update NEWS with ppc32/power4+ STT_GNU_IFUNC supportAdhemerval Zanella2013-12-062-0/+6
|