Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-17 | Remove TLS configure checks. | Marek Polacek | |
2012-07-17 | Split tls-macros.h into sysdeps directories. | Joseph Myers | |
2012-07-10 | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | |
2012-06-25 | Update s390 ULPs file | Andreas Jaeger | |
2012-06-21 | Avoid -Wconversion warning for htons | Andreas Jaeger | |
2012-05-24 | Don't include exceptions in libm-test-ulps test names. | Joseph Myers | |
2012-05-15 | Split up stackguard-macros.h into sysdeps directories. | Joseph Myers | |
2012-05-04 | Update s390 libm-test-ulps | Andreas Krebbel | |
2012-04-21 | Remove last distribute variable | Andreas Jaeger | |
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 | |
2012-04-05 | Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC. | David S. Miller | |
* 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 | |
[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 | |
2012-03-28 | Regenerate configure files | Andreas Jaeger | |
2012-03-28 | Move sysdeps/s390/s390-64/elf files | Andreas Jaeger | |
* 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 | |
* 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 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-02-07 | Remove __ELF__ conditionals | Marek Polacek | |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2012-01-07 | Remove non-ELF support | Ulrich Drepper | |
2011-12-23 | Prevent warnings due to long long constants | Ulrich Drepper | |
2011-11-30 | Adjust libm test ulps for s390 | Andreas Schwab | |
2011-10-14 | Adjust s390 libm ULPs | Andreas Schwab | |
2011-10-12 | Optimize libm | Ulrich Drepper | |
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. | |||
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab | |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper | |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | |
2011-07-06 | Fix for installation in sysdeps/s390/s390-64/Makefile | Ulrich Drepper | |
2011-04-17 | Use .machine to prevent AS from complaining about z9-109 instructions in ↵ | Andreas Krebbel | |
iconv modules | |||
2011-04-17 | Skip extra zeroes when searching auxv on s390 | Andreas Krebbel | |
2011-04-10 | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | |
2010-12-19 | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | |
2010-10-13 | Implement accurate fma. | Jakub Jelinek | |
2010-10-11 | Correct implementation of fmaf. | Jakub Jelinek | |
2010-09-29 | S/390: Fix highgprs check in startup code | Andreas Krebbel | |
2010-09-15 | Fix register conflict in s390 ____longjmp_chk | Andreas Schwab | |
2010-02-11 | S/390: Disable two UTF conversion instructions | Andreas Krebbel | |
2010-02-09 | Avoid PLT call to fegetenv on s390 | Andreas Schwab | |
2010-01-15 | /390: Add runtime check for the highgprs kernel feature. | Andreas Krebbel | |
2009-12-22 | Implement handling of the needed S390 relocations. | Martin Schwidefsky | |
2009-12-07 | Add even more cfi to s390 asm files. | Andreas Krebbel | |
2009-09-15 | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | |
2009-09-08 | Fix __longjmp_chk on s390/s390x. | Jakub Jelinek | |
s390/s390x hasn't been updated to handle alternate stacks properly. | |||
2009-07-24 | More white space fixes. | Ulrich Drepper | |
2009-07-24 | White space fixes in last checkin. | Ulrich Drepper | |
2009-07-24 | S/390: Hardware iconv modules. | Andreas Krebbel | |
2009-05-29 | Implement longjmp checking for s390. | Ulrich Drepper | |