Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-05 | S/390: Use attribute_hidden in ifunc-resolve.c | Andreas Krebbel | 2 | -6/+6 | |
2013-02-21 | S/390: Fix _dl_runtime_profile for 32 bit. | Andreas Krebbel | 1 | -5/+11 | |
2013-02-18 | S/390: Fix _dl_runtime_profile | Andreas Krebbel | 1 | -32/+38 | |
2013-01-23 | S/390: Fix setjmp/longjmp FPR save/restore | Andreas Krebbel | 3 | -9/+17 | |
2013-01-11 | Remove __GLIBC_HAVE_LONG_LONG. | Joseph Myers | 1 | -1/+1 | |
2013-01-10 | Use __extension__ with long long in installed headers. | Joseph Myers | 1 | -0/+1 | |
2013-01-09 | Update s390 ULPs | Siddhesh Poyarekar | 1 | -66/+185 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 105 | -107/+105 | |
2012-12-21 | S/390: Update libm-test-ulps. | Andreas Krebbel | 1 | -62/+839 | |
2012-12-08 | Fix some build warnings on s390x | Siddhesh Poyarekar | 4 | -7/+7 | |
2012-11-08 | S/390: Add hwcap value for transactional execution. | Andreas Krebbel | 2 | -3/+6 | |
2012-11-07 | S/390: Sync AUXV capabilities and archs with kernel | Andreas Krebbel | 1 | -4/+4 | |
2012-11-05 | Fix S/390 bits/fenv.h namespace use (bug 14801). | Joseph Myers | 4 | -12/+12 | |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 1 | -1/+2 | |
2012-11-03 | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | 1 | -18/+27 | |
2012-10-09 | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | 2 | -0/+2 | |
2012-09-12 | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 1 | -0/+37 | |
2012-09-06 | S/390: Fix optimized mem* running on 31 bit kernels. | Andreas Krebbel | 5 | -7/+8 | |
2012-09-03 | S/390: Make IFUNC optimized mem* functions hidden. | Andreas Krebbel | 2 | -6/+10 | |
2012-08-02 | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | 4 | -10/+6 | |
2012-07-26 | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | 2 | -0/+50 | |
2012-07-25 | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | 1 | -0/+57 | |
2012-07-19 | S/390: Add support for STT_GNU_IFUNC symbols. | Andreas Krebbel | 19 | -102/+1185 | |
Add support for STT_GNU_IFUNC symbols and the new R_390_IRELATIVE relocation. Provide optimized version of memcpy, memset, and memcmp for z10 and z196. | |||||
2012-07-17 | Remove TLS configure checks. | Marek Polacek | 4 | -302/+0 | |
2012-07-17 | Split tls-macros.h into sysdeps directories. | Joseph Myers | 2 | -0/+186 | |
2012-07-10 | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 4 | -6/+6 | |
2012-06-25 | Update s390 ULPs file | Andreas Jaeger | 1 | -4/+354 | |
2012-06-21 | Avoid -Wconversion warning for htons | Andreas Jaeger | 2 | -4/+4 | |
2012-05-24 | Don't include exceptions in libm-test-ulps test names. | Joseph Myers | 1 | -2/+2 | |
2012-05-15 | Split up stackguard-macros.h into sysdeps directories. | Joseph Myers | 2 | -0/+8 | |
2012-05-04 | Update s390 libm-test-ulps | Andreas Krebbel | 1 | -134/+1411 | |
2012-04-21 | Remove last distribute variable | Andreas Jaeger | 1 | -2/+0 | |
make dist support has been removed, remove the last remains of it. | |||||
2012-04-06 | Add byteswap-16.h for __bswap_16 | H.J. Lu | 2 | -40/+67 | |
2012-04-05 | Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC. | David S. Miller | 1 | -3/+0 | |
* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one definition. * sysdeps/powerpc/powerpc32/dl-machine.h (ELF_MACHINE_PLTREL_OVERLAP): Delete. * sysdeps/s390/s390-32/dl-machine.h (ELF_MACHINE_PLTREL_OVERLAP): Likewise. * sysdeps/sparc/sparc32/dl-machine.h (ELF_MACHINE_PLTREL_OVERLAP): Likewise. * sysdeps/sparc/sparc64/dl-machine.h (ELF_MACHINE_PLTREL_OVERLAP): Likewise. | |||||
2012-04-03 | Add __bswap_64 definition for non GCC compilers. | Andreas Jaeger | 1 | -10/+10 | |
[BZ#13926] Currently __bswap_64 is not defined at all for non-GCC compilers. Define it but guard it with __GLIBC_HAVE_LONG_LONG. endian.h uses __bswap_64, make the functions only available if __GLIBC_HAVE_LONG_LONG is defined. | |||||
2012-03-28 | Fix whitespace | Andreas Jaeger | 1 | -1/+0 | |
2012-03-28 | Regenerate configure files | Andreas Jaeger | 2 | -0/+253 | |
2012-03-28 | Move sysdeps/s390/s390-64/elf files | Andreas Jaeger | 9 | -277/+30 | |
* sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ... * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here. * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ... * sysdeps/s390/s390-64/bsd-setjmp.S: ... here. * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ... * sysdeps/s390/s390-64/setjmp.S: ... here. * sysdeps/s390/s390-64/elf/configure.in: Moved to ... * sysdeps/s390/s390-64/configure.in: ... here * sysdeps/s390/s390-64/elf/configure: Delete file. * sysdeps/s390/s390-64/elf/start.S: Moved to ... * sysdeps/s390/s390-64/start.S: ... here. * sysdeps/s390/s390-64/elf/configure: Delete. | |||||
2012-03-28 | Move sysdeps/s390/s390-32/elf files | Andreas Jaeger | 9 | -310/+29 | |
* sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ... * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here. * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ... * sysdeps/s390/s390-32/bsd-setjmp.S: ... here. * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ... * sysdeps/s390/s390-32/setjmp.S: ... here. * sysdeps/s390/s390-32/elf/configure.in: Moved to ... * sysdeps/s390/s390-32/configure.in: ... here. * sysdeps/s390/s390-32/elf/configure: Delete file. * sysdeps/s390/s390-32/elf/start.S: Moved to ... * sysdeps/s390/s390-32/start.S: ... here. | |||||
2012-02-16 | s390: Convert to crt[in].S. | Richard Henderson | 6 | -299/+290 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 93 | -278/+185 | |
2012-02-07 | Remove __ELF__ conditionals | Marek Polacek | 1 | -5/+1 | |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 1 | -10/+2 | |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | 2 | -12/+0 | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 2 | -46/+46 | |
No more __const. | |||||
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 3 | -28/+4 | |
2011-12-23 | Prevent warnings due to long long constants | Ulrich Drepper | 1 | -49/+63 | |
2011-11-30 | Adjust libm test ulps for s390 | Andreas Schwab | 1 | -4/+4 | |
2011-10-14 | Adjust s390 libm ULPs | Andreas Schwab | 1 | -2/+40 | |
2011-10-12 | Optimize libm | Ulrich Drepper | 3 | -6/+9 | |
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. |