summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'elf-move'Andreas Jaeger2012-03-2721-882/+836
|\ | | | | | | | | | | | | Conflicts: debug/backtracesymsfd.c sysdeps/generic/elf/backtracesymsfd.c sysdeps/i386/configure.in
| * Merge branch 'master' into elf-moveAndreas Jaeger2012-03-2020-702/+404
| |\
| * | Remove old debug/backtracesyms files, replace with elf versions.Andreas Jaeger2012-03-204-267/+147
| | |
| * | Remove unused start.c files.Andreas Jaeger2012-03-203-283/+0
| | |
| * | Fix last line in configure.in.Andreas Jaeger2012-03-191-1/+1
| | |
| * | Fix last line.Andreas Jaeger2012-03-191-2/+365
| | |
| * | Move sysdeps/generic/elf/* to sysdeps/genericAndreas Jaeger2012-03-193-0/+0
| | |
| * | Merge sysdeps/i386/elf/Versions into sysdeps/i386/Versions.Andreas Jaeger2012-03-196-170/+40
| | | | | | | | | | | | | | | | | | | | | Move sysdeps/i386/elf/start.S to sysdeps/i386/ Merge sysdeps/i386/elf/configure.in into sysdeps/i386/configure.in Delete merged files sysdeps/i386/elf/configure.in, sysdeps/i386/elf/Versions and sysdeps/i386/elf/configure.
| * | Remove now obsolete elf/configure file.Andreas Jaeger2012-03-191-125/+0
| | |
| * | Merge contents from sysdeps/i386/configure.in (without i686 check)Andreas Jaeger2012-03-191-2/+91
| | |
| * | Move x86_64/elf files to x86_64Andreas Jaeger2012-03-192-0/+0
| | |
* | | Update powerpc libm test ULPsAndreas Schwab2012-03-262-2/+26
| | |
* | | Fix undue underflow in ldbl-128ibm version of explAndreas Schwab2012-03-262-2/+7
| | |
* | | Fix last change.Roland McGrath2012-03-251-2/+3
| | |
* | | Fix confstr use of local buffer outside its extent.Roland McGrath2012-03-252-116/+111
| | |
* | | 2012-03-23 Jeff Law <law@redhat.com>Jeff Law2012-03-232-2/+6
| | | | | | | | | | | | * nss/getnssent.c (__nss_getent): Fix typo.
* | | Update sparc ULPs for recently added tests and bug fixes.David S. Miller2012-03-232-67/+63
| | | | | | | | | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* | | Make sure x86_64 GOT entry slot is always 8 bytesH.J. Lu2012-03-232-4/+20
| | |
* | | 2012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov2012-03-2311-57/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Paul Pluzhnikov <ppluzhnikov@google.com> [BZ #6528] * grp/Makefile (otherlibs): Don't set it. * inet/Makefile (otherlibs): Likewise. * login/Makefile (otherlibs): Likewise. * nscd/Makefile (otherlibs): Likewise. * posix/Makefile (otherlibs): Likewise. * pwd/Makefile (otherlibs): Likewise. * rt/Makefile (otherlibs): Likewise. * sunrpc/Makefile (otherlibs): Likewise. * nss/Makefile (otherlibs): Likewise. Add libnss_files to routines and static-only-routines. ($(objpfx)getent): Remove rule. * resolv/Makefile: Add libnss_dns and libresolv to routines and static-only-routines.
* | | Fix cexp overflow (bug 13892).Joseph Myers2012-03-228-27/+181
| | |
* | | Replace Elf64_XXX with ElfW(XXX) in dl-irel.hH.J. Lu2012-03-223-7/+18
| | |
* | | Replace unsigned long with uint64_tH.J. Lu2012-03-222-2/+7
| | |
* | | Add forward declaration for La_x32_regs/La_x32_retvalH.J. Lu2012-03-222-0/+8
| | |
* | | Add sysdeps/x86_64/preconfigureH.J. Lu2012-03-223-0/+187
| | |
* | | Fix exp2l inaccuracy (bug 13824).Joseph Myers2012-03-224-9/+69
| | |
* | | Fix low-part sign handling in sin/cos for ldbl-128 and ldbl-128ibm.Joseph Myers2012-03-227-6/+35
| | |
* | | Add 6730 to NEWS.Carlos O'Donell2012-03-221-1/+1
| | |
* | | Add x32 support to dynamic linker auditH.J. Lu2012-03-2110-36/+141
| | |
* | | Fix missing overflow/underflow exception in ldbl-128ibm version of powlAndreas Schwab2012-03-212-2/+5
| | |
* | | Update powerpc libm-test ULPsAndreas Schwab2012-03-212-2/+84
| | |
* | | Disable use of FMA instructions in branredAndreas Schwab2012-03-2114-156/+595
| | |
* | | Add _ITOA_NEEDED and _ITOA_WORD_TYPEH.J. Lu2012-03-214-6/+46
| | | | | | | | | | | | Add _ITOA_NEEDED and _ITOA_WORD_TYPE to override _itoa and _itowa.
* | | Update sparc ULPs for recently added tests.David S. Miller2012-03-212-0/+30
| | | | | | | | | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* | | Check x86_64* instead of x86_64H.J. Lu2012-03-213-2/+9
| | |
* | | Don't document varargs.h.Joseph Myers2012-03-212-66/+6
| | |
* | | Weaken -fstack-protector configure test to a compile test.Thomas Schwinge2012-03-213-21/+14
| | |
* | | Don't tamper with $HOME.Thomas Schwinge2012-03-213-9/+13
| | |
* | | Remove NOTES.Joseph Myers2012-03-216-233/+10
| | |
* | | Use autoconf macro for testing compiler options with empty input.Joseph Myers2012-03-216-41/+53
| | |
* | | Remove inaccurate x86 cexp implementations (bug 13883).Joseph Myers2012-03-218-787/+114
| | |
* | | Do not install iso3166.tab and zone.tabAllan McRae2012-03-212-5/+4
| | | | | | | | | | | | | | | | | | 2012-03-21 Allan McRae <allan@archlinux.org> * timezone/Makefile: Do not install iso3166.tab and zone.tab
* | | Fix missing exp2 overflow exception (bug 13871).Joseph Myers2012-03-216-32/+28
| | |
* | | Fix pow of zero and infinity to large powers.Joseph Myers2012-03-217-33/+373
| | |
* | | Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2012-03-2052-52/+116
| | |
* | | Check __x86_64__ instead of __WORDSIZE in mathinline.hH.J. Lu2012-03-202-5/+12
| | |
* | | Support x86-64 __jmp_buf with __WORDSIZE != 64H.J. Lu2012-03-202-0/+7
| | |
* | | Test for overflow exceptions in libm-test.inc.Joseph Myers2012-03-203-30/+63
| | |
* | | Correct ChangeLog entry.H.J. Lu2012-03-191-1/+1
| | |
* | | Use atomic64_t with 64bit atomic macrosH.J. Lu2012-03-192-7/+18
| | |
* | | Use __asm__("rsp") to get CURRENT_STACK_FRAMEH.J. Lu2012-03-192-1/+6
| | |