Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable one hypot test for inline double testing. | Joseph Myers | 2012-05-05 | 2 | -1/+4 |
| | |||||
* | Fix missing exceptions from exp (bugs 13787, 13922, 14036). | Joseph Myers | 2012-05-05 | 8 | -64/+87 |
| | |||||
* | Use .S sources for x86/x86_64 expl. | Joseph Myers | 2012-05-05 | 5 | -79/+188 |
| | |||||
* | Remove overridden entries from sysdeps/unix/sysv/syscalls.list. | Joseph Myers | 2012-05-05 | 2 | -6/+9 |
| | |||||
* | Merge sysdeps/unix/common into sysdeps/unix. | Joseph Myers | 2012-05-04 | 5 | -21/+31 |
| | |||||
* | Move x86-64 abilist files to 64/nptl | H.J. Lu | 2012-05-04 | 14 | -0/+45 |
| | |||||
* | Remove unused sysdeps/unix/common/bits/ headers. | Joseph Myers | 2012-05-04 | 3 | -151/+3 |
| | |||||
* | Remove unused sysdeps/unix/bsd/ files. | Joseph Myers | 2012-05-04 | 8 | -557/+10 |
| | |||||
* | ChangeLog leading tabification. | Roland McGrath | 2012-05-04 | 1 | -6/+6 |
| | |||||
* | ChangeLog formatting nit. | Roland McGrath | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | Revert "Do not build manual in the source directory" | Andreas Jaeger | 2012-05-04 | 5 | -109/+94 |
| | | | | | | This reverts commit e3945c47bdac1149a1fec5d46bd567a248cd17b9. reverting since it breaks building. | ||||
* | Revert "Update install.texi for building manual in build dir" | Andreas Jaeger | 2012-05-04 | 2 | -6/+4 |
| | | | | | | | This reverts commit 0d80ac6813e3bf21fad6d87202e9efe6d0c17a82. Reverting since e3945c47bdac1149a1fec5d46bd567a248cd17b9 gets reverted as well. | ||||
* | Update install.texi for building manual in build dir | Andreas Jaeger | 2012-05-04 | 2 | -4/+6 |
| | |||||
* | Do not build manual in the source directory | Andreas Jaeger | 2012-05-04 | 5 | -94/+109 |
| | | | | | | | [BZ #13750] Build the manual in the build directory and not anymore in the source directory. | ||||
* | Fix for ldbl-128ibm acosl/asinl inaccuracies | Adhemerval Zanella | 2012-05-04 | 4 | -40/+186 |
| | | | | | | | | | | 2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix long double comparison inaccuracies. * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): * Likewise. * sysdeps/powerpc/fpu/libm-test-ulps: Update. | ||||
* | Fix missing vm86 symbol | Andreas Schwab | 2012-05-04 | 3 | -15/+21 |
| | |||||
* | Fix strtod rounding of hex values (bug 14049). | Joseph Myers | 2012-05-04 | 4 | -5/+28 |
| | |||||
* | Update s390 libm-test-ulps | Andreas Krebbel | 2012-05-04 | 2 | -134/+1415 |
| | |||||
* | Fix tst-obprintf - and mcheck in general | Andreas Jaeger | 2012-05-03 | 2 | -0/+12 |
| | | | | | | | | | | | | | | | | tst-obprintf failed with GCC 4.7. It turned out that this is the fault of GCC optimizing away the following from malloc/mcheck.c: /* We call malloc() once here to ensure it is initialized. */ void *p = malloc (0); free (p); gcc sees the malloc(0);free pair and removes it completely. And now malloc is not properly initialized and we screw up if both mcheck is used (via tst-obprintf) and MALLOC_CHECK_ is set (as it is in my environment). | ||||
* | Do not delete make check-abi symlist files | Andreas Jaeger | 2012-05-03 | 2 | -0/+14 |
| | | | | | Do not remove the .symlist files and thus do not run objdump for each library etc if you repeat the make check command. | ||||
* | Fix minor fallout from yesterdays sparc nptl changes. | David S. Miller | 2012-05-03 | 5 | -4/+15 |
| | | | | | | | | | | | | nptl/ * sysdeps/sparc/sparc64/pthread_spin_unlock.S: Fix thinko, we always have to return 0, especially for the pthread_spin_init alias. * sysdeps/sparc/sparc32/pthread_spin_lock.S: Add missing trailing newline. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise. * sysdeps/sparc/sparc64/pthread_spin_lock.S: Likewise. | ||||
* | Fix conditions on checking versions of dprintf (bug 13775). | Joseph Myers | 2012-05-03 | 4 | -28/+54 |
| | |||||
* | Fix make clean for recent elf/Makefile changes. | Roland McGrath | 2012-05-03 | 2 | -3/+9 |
| | |||||
* | Update sysdeps/i386/fpu/libm-test-ulps | Andreas Jaeger | 2012-05-03 | 2 | -0/+77 |
| | |||||
* | Move FAQ to wiki | Andreas Jaeger | 2012-05-03 | 6 | -3828/+15 |
| | | | | | The FAQ is now at http://sourceware.org/glibc/wiki/FAQ and not anymore part of the repository. | ||||
* | Mirror i386 change on sparc: 'Avoid "anonymous" code in pthread_spin_lock' | David S. Miller | 2012-05-02 | 15 | -139/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | nptl/ * sysdeps/sparc/sparc64/pthread_spin_lock.S: New. * sysdeps/sparc/sparc64/pthread_spin_lock.c: Delete. * sysdeps/sparc/sparc64/pthread_spin_unlock.S: New. * sysdeps/sparc/sparc64/pthread_spin_unlock.c: Delete. * sysdeps/sparc/sparc64/pthread_spin_trylock.S: New. * sysdeps/sparc/sparc64/pthread_spin_trylock.c: Delete. * sysdeps/sparc/sparc64/pthread_spin_init.c: New. * sysdeps/sparc/sparc32/pthread_spin_lock.S: New. * sysdeps/sparc/sparc32/pthread_spin_lock.c: Delete. * sysdeps/sparc/sparc32/pthread_spin_trylock.S: New. * sysdeps/sparc/sparc32/pthread_spin_trylock.c: Delete. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: New. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.c: Delete. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: New. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.c: Delete. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: New. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.c: Delete. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: New. | ||||
* | Fix test-suite failues with -Wl,--as-needed | Allan McRae | 2012-05-02 | 5 | -2/+52 |
| | | | | Signed-off-by: Allan McRae <allan@archlinux.org> | ||||
* | Update sparc ULPs for recently added acos/asin tests. | David S. Miller | 2012-05-02 | 2 | -0/+104 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | For PR 14055, add bounds check to _dl_show_auxv(). | Paul Pluzhnikov | 2012-05-02 | 3 | -3/+10 |
| | |||||
* | Kill trailing whitespace. | Paul Pluzhnikov | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | Avoid "anonymous" code in pthread_spin_lock. | Paul Pluzhnikov | 2012-05-02 | 4 | -33/+64 |
| | |||||
* | Use -frounding-math for math testsuite | Andreas Jaeger | 2012-05-02 | 2 | -6/+20 |
| | | | | | We should tell GCC that we manipulate the rounding mode and therefore add -frounding-math to these files that call fesetround. | ||||
* | Fix nexttoward bugs | Adhemerval Zanella | 2012-05-02 | 2 | -10/+9 |
| | | | | | | | [BZ #2550] [BZ #2570] * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point comparisons to determine direction to adjust input. | ||||
* | Redirect check-localplt output to check-localplt.out. | Roland McGrath | 2012-05-01 | 2 | -1/+5 |
| | |||||
* | Do check-localplt test using readelf rather than a build-time C program. | Roland McGrath | 2012-05-01 | 4 | -312/+90 |
| | |||||
* | Do check-execstack test using readelf rather than a build-time C program. | Roland McGrath | 2012-05-01 | 4 | -177/+88 |
| | |||||
* | Do check-textrel test using readelf rather than a build-time C program. | Roland McGrath | 2012-05-01 | 5 | -209/+70 |
| | |||||
* | conformtest: Update expectations for some ISO C headers. | Joseph Myers | 2012-05-01 | 7 | -146/+322 |
| | |||||
* | conformtest: Check namespace within __attribute__. | Joseph Myers | 2012-05-01 | 2 | -2/+7 |
| | |||||
* | conformtest: Use correct keyword set for underlying C standard. | Joseph Myers | 2012-05-01 | 2 | -2/+8 |
| | |||||
* | conformtest: Don't test non-C90 headers for C90. | Joseph Myers | 2012-05-01 | 3 | -0/+9 |
| | |||||
* | conformtest: Support testing macro usability in #if. | Joseph Myers | 2012-05-01 | 2 | -2/+42 |
| | |||||
* | conformtest: Support specifying types before promotion. | Joseph Myers | 2012-05-01 | 2 | -1/+10 |
| | |||||
* | conformtest: Unify "macro" and "constant" handling. | Joseph Myers | 2012-05-01 | 2 | -64/+53 |
| | |||||
* | conformtest: Unify "macro" cases. | Joseph Myers | 2012-05-01 | 3 | -59/+8 |
| | |||||
* | conformtest: Unify "constant" and "typed-constant". | Joseph Myers | 2012-05-01 | 3 | -48/+24 |
| | |||||
* | conformtest: Unify handling of "optional-" and non-optional lines. | Joseph Myers | 2012-05-01 | 2 | -191/+48 |
| | |||||
* | conformtest: Unify variants of "constant" and "optional-constant". | Joseph Myers | 2012-05-01 | 7 | -154/+106 |
| | |||||
* | conformtest: Always pass C standards options to compiler. | Joseph Myers | 2012-05-01 | 2 | -16/+9 |
| | |||||
* | conformtest: Improve math.h tests for X/Open versions. | Joseph Myers | 2012-05-01 | 2 | -19/+213 |
| |