Andreas Jaeger [Sun, 6 May 2012 07:16:12 +0000 (09:16 +0200)]
Fix date
Andreas Jaeger [Sun, 6 May 2012 07:14:15 +0000 (09:14 +0200)]
Build glibc with -frounding-math
* Makeconfig (+math-flags): New, set to -frounding-math.
(+cflags): Add +math-flags so that all of glibc gets compiled with
it.
Joseph Myers [Sat, 5 May 2012 19:38:31 +0000 (19:38 +0000)]
Disable one hypot test for inline double testing.
Joseph Myers [Sat, 5 May 2012 19:37:39 +0000 (19:37 +0000)]
Fix missing exceptions from exp (bugs 13787, 13922, 14036).
Joseph Myers [Sat, 5 May 2012 19:34:31 +0000 (19:34 +0000)]
Use .S sources for x86/x86_64 expl.
Joseph Myers [Sat, 5 May 2012 10:28:28 +0000 (10:28 +0000)]
Remove overridden entries from sysdeps/unix/sysv/syscalls.list.
Joseph Myers [Fri, 4 May 2012 23:15:56 +0000 (23:15 +0000)]
Merge sysdeps/unix/common into sysdeps/unix.
H.J. Lu [Fri, 4 May 2012 22:35:37 +0000 (15:35 -0700)]
Move x86-64 abilist files to 64/nptl
Joseph Myers [Fri, 4 May 2012 22:37:11 +0000 (22:37 +0000)]
Remove unused sysdeps/unix/common/bits/ headers.
Joseph Myers [Fri, 4 May 2012 22:36:16 +0000 (22:36 +0000)]
Remove unused sysdeps/unix/bsd/ files.
Roland McGrath [Fri, 4 May 2012 19:53:01 +0000 (12:53 -0700)]
ChangeLog leading tabification.
Roland McGrath [Fri, 4 May 2012 19:52:25 +0000 (12:52 -0700)]
ChangeLog formatting nit.
Andreas Jaeger [Fri, 4 May 2012 15:09:56 +0000 (17:09 +0200)]
Revert "Do not build manual in the source directory"
This reverts commit
e3945c47bdac1149a1fec5d46bd567a248cd17b9.
reverting since it breaks building.
Andreas Jaeger [Fri, 4 May 2012 15:09:22 +0000 (17:09 +0200)]
Revert "Update install.texi for building manual in build dir"
This reverts commit
0d80ac6813e3bf21fad6d87202e9efe6d0c17a82.
Reverting since
e3945c47bdac1149a1fec5d46bd567a248cd17b9 gets reverted
as well.
Andreas Jaeger [Fri, 4 May 2012 11:28:33 +0000 (13:28 +0200)]
Update install.texi for building manual in build dir
Andreas Jaeger [Fri, 4 May 2012 11:13:57 +0000 (13:13 +0200)]
Do not build manual in the source directory
[BZ #13750]
Build the manual in the build directory and
not anymore in the source directory.
Adhemerval Zanella [Fri, 4 May 2012 11:05:57 +0000 (13:05 +0200)]
Fix for ldbl-128ibm acosl/asinl inaccuracies
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.
Andreas Schwab [Sun, 29 Apr 2012 13:17:36 +0000 (15:17 +0200)]
Fix missing vm86 symbol
Joseph Myers [Fri, 4 May 2012 10:44:39 +0000 (10:44 +0000)]
Fix strtod rounding of hex values (bug 14049).
Andreas Krebbel [Fri, 4 May 2012 08:05:41 +0000 (10:05 +0200)]
Update s390 libm-test-ulps
Andreas Jaeger [Thu, 3 May 2012 20:12:59 +0000 (22:12 +0200)]
Fix tst-obprintf - and mcheck in general
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).
Andreas Jaeger [Thu, 3 May 2012 18:51:38 +0000 (20:51 +0200)]
Do not delete make check-abi symlist files
Do not remove the .symlist files and thus do not run
objdump for each library etc if you repeat the make check command.
David S. Miller [Thu, 3 May 2012 18:39:49 +0000 (11:39 -0700)]
Fix minor fallout from yesterdays sparc nptl changes.
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.
Joseph Myers [Thu, 3 May 2012 18:42:37 +0000 (18:42 +0000)]
Fix conditions on checking versions of dprintf (bug 13775).
Roland McGrath [Thu, 3 May 2012 16:52:29 +0000 (09:52 -0700)]
Fix make clean for recent elf/Makefile changes.
Andreas Jaeger [Thu, 3 May 2012 14:22:52 +0000 (16:22 +0200)]
Update sysdeps/i386/fpu/libm-test-ulps
Andreas Jaeger [Thu, 3 May 2012 07:46:57 +0000 (09:46 +0200)]
Move FAQ to wiki
The FAQ is now at http://sourceware.org/glibc/wiki/FAQ and not
anymore part of the repository.
David S. Miller [Thu, 3 May 2012 02:04:54 +0000 (19:04 -0700)]
Mirror i386 change on sparc: 'Avoid "anonymous" code in pthread_spin_lock'
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.
Allan McRae [Mon, 16 Apr 2012 04:06:47 +0000 (14:06 +1000)]
Fix test-suite failues with -Wl,--as-needed
Signed-off-by: Allan McRae <allan@archlinux.org>
David S. Miller [Wed, 2 May 2012 23:44:21 +0000 (16:44 -0700)]
Update sparc ULPs for recently added acos/asin tests.
* sysdeps/sparc/fpu/libm-test-ulps: Update.
Paul Pluzhnikov [Wed, 2 May 2012 21:35:30 +0000 (14:35 -0700)]
For PR 14055, add bounds check to _dl_show_auxv().
Paul Pluzhnikov [Wed, 2 May 2012 21:01:37 +0000 (14:01 -0700)]
Kill trailing whitespace.
Paul Pluzhnikov [Wed, 2 May 2012 20:58:40 +0000 (13:58 -0700)]
Avoid "anonymous" code in pthread_spin_lock.
Andreas Jaeger [Wed, 2 May 2012 14:33:18 +0000 (16:33 +0200)]
Use -frounding-math for math testsuite
We should tell GCC that we manipulate the rounding mode and
therefore add -frounding-math to these files that call fesetround.
Adhemerval Zanella [Wed, 2 May 2012 13:14:17 +0000 (15:14 +0200)]
Fix nexttoward bugs
[BZ #2550]
[BZ #2570]
* sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
comparisons to determine direction to adjust input.
Roland McGrath [Tue, 1 May 2012 20:30:55 +0000 (13:30 -0700)]
Redirect check-localplt output to check-localplt.out.
Roland McGrath [Tue, 1 May 2012 16:26:23 +0000 (09:26 -0700)]
Do check-localplt test using readelf rather than a build-time C program.
Roland McGrath [Mon, 30 Apr 2012 22:41:15 +0000 (15:41 -0700)]
Do check-execstack test using readelf rather than a build-time C program.
Roland McGrath [Mon, 30 Apr 2012 22:00:14 +0000 (15:00 -0700)]
Do check-textrel test using readelf rather than a build-time C program.
Joseph Myers [Tue, 1 May 2012 20:05:49 +0000 (20:05 +0000)]
conformtest: Update expectations for some ISO C headers.
Joseph Myers [Tue, 1 May 2012 20:05:14 +0000 (20:05 +0000)]
conformtest: Check namespace within __attribute__.
Joseph Myers [Tue, 1 May 2012 20:04:44 +0000 (20:04 +0000)]
conformtest: Use correct keyword set for underlying C standard.
Joseph Myers [Tue, 1 May 2012 20:04:15 +0000 (20:04 +0000)]
conformtest: Don't test non-C90 headers for C90.
Joseph Myers [Tue, 1 May 2012 20:03:42 +0000 (20:03 +0000)]
conformtest: Support testing macro usability in #if.
Joseph Myers [Tue, 1 May 2012 20:03:15 +0000 (20:03 +0000)]
conformtest: Support specifying types before promotion.
Joseph Myers [Tue, 1 May 2012 20:02:48 +0000 (20:02 +0000)]
conformtest: Unify "macro" and "constant" handling.
Joseph Myers [Tue, 1 May 2012 20:02:19 +0000 (20:02 +0000)]
conformtest: Unify "macro" cases.
Joseph Myers [Tue, 1 May 2012 20:01:48 +0000 (20:01 +0000)]
conformtest: Unify "constant" and "typed-constant".
Joseph Myers [Tue, 1 May 2012 20:00:56 +0000 (20:00 +0000)]
conformtest: Unify handling of "optional-" and non-optional lines.
Joseph Myers [Tue, 1 May 2012 20:00:24 +0000 (20:00 +0000)]
conformtest: Unify variants of "constant" and "optional-constant".
Joseph Myers [Tue, 1 May 2012 19:59:47 +0000 (19:59 +0000)]
conformtest: Always pass C standards options to compiler.
Joseph Myers [Tue, 1 May 2012 19:59:15 +0000 (19:59 +0000)]
conformtest: Improve math.h tests for X/Open versions.
Joseph Myers [Tue, 1 May 2012 19:58:35 +0000 (19:58 +0000)]
conformtest: Use correct feature test macros for XPG4.
Joseph Myers [Tue, 1 May 2012 19:58:06 +0000 (19:58 +0000)]
conformtest: Handle "symbol" lines for allow-header.
Joseph Myers [Tue, 1 May 2012 18:56:25 +0000 (18:56 +0000)]
Remove unused localtime makefile variables.
Andreas Schwab [Mon, 30 Apr 2012 23:12:54 +0000 (01:12 +0200)]
Update powerpc ABI data
Joseph Myers [Tue, 1 May 2012 16:18:56 +0000 (16:18 +0000)]
Note bug 6959 also fixed for 2.16.
Joseph Myers [Tue, 1 May 2012 15:37:43 +0000 (15:37 +0000)]
Fix nexttoward bugs (bugs 2550, 2570).
Andreas Schwab [Mon, 30 Apr 2012 23:10:20 +0000 (01:10 +0200)]
Fix missing nearbyintl@GLIBC_2.1 on powerpc
Joseph Myers [Mon, 30 Apr 2012 18:56:39 +0000 (18:56 +0000)]
Fix x86 acos near 1 (bug 13942).
Joseph Myers [Mon, 30 Apr 2012 09:38:06 +0000 (09:38 +0000)]
Fix acos (-1) in round-downwards mode on x86 (bug 14034).
Joseph Myers [Mon, 30 Apr 2012 09:37:01 +0000 (09:37 +0000)]
Fix exp10 spurious overflows (bug 13924).
Aurelien Jarno [Sun, 29 Apr 2012 14:44:53 +0000 (16:44 +0200)]
Fix February month name in de_AT locale
The current de_AT locale defines "Feber" for the month of February,
which is correct in some parts of Austria, but is not the standards.
This patch fixes the problem by changing it to the standards version
"Februar".
2012-04-29 Aurelien Jarno <aurelien@aurel32.net>
* locales/de_AT: Change month name from "Feber" to "Februar".
Joseph Myers [Sun, 29 Apr 2012 16:21:42 +0000 (16:21 +0000)]
List bug 14033 as fixed on mainline.
Marek Polacek [Sun, 29 Apr 2012 13:34:20 +0000 (15:34 +0200)]
Fix attributes for fortify functions.
Andreas Jaeger [Sun, 29 Apr 2012 04:31:26 +0000 (06:31 +0200)]
Always run check-abi
Remove the configure options for running of check-abi and always
run it as part of the testsuite
Andreas Schwab [Sat, 28 Apr 2012 14:39:41 +0000 (16:39 +0200)]
Don't use long double *_finite functions if no long double math
Andreas Schwab [Tue, 3 Apr 2012 16:38:46 +0000 (18:38 +0200)]
Fix formatting of denormal IBM long double numbers
Andreas Schwab [Sat, 14 Nov 2009 09:42:02 +0000 (10:42 +0100)]
Don't run tests when cross-compiling
David S. Miller [Sat, 28 Apr 2012 19:38:24 +0000 (15:38 -0400)]
Add missed zero length files in previous abilist commit.
Joseph Myers [Sat, 28 Apr 2012 08:40:38 +0000 (01:40 -0700)]
conformtest: Remove duplicate typed-constant handling.
David S. Miller [Sat, 28 Apr 2012 08:36:51 +0000 (04:36 -0400)]
Move abilist files into sysdep dirs.
* Makerules (%.abilist): Add vpath on sysdep_dirs.
(check-abi-%): Remove AWK script prerequisite and explicit
abilist directory.
(check-abi): Rewrite to just diff the symlist with the abilist.
(config-tls, config-abi-config): Delete, no longer used.
(update-abi-%): Remove AWK script and explicit abilist directory.
(update-abi): Rewrite to simply compare and conditionally copy the
symlist and the sysdep abilist file. Remove update-abi-config
checks.
* abilist/ld.abilist: Remove.
* abilist/libBrokenLocale.abilist: Remove.
* abilist/libanl.abilist: Remove.
* abilist/libcrypt.abilist: Remove.
* abilist/libdl.abilist: Remove.
* abilist/librt.abilist: Remove.
* abilist/libthread_db.abilist: Remove.
* abilist/libutil.abilist: Remove.
* scripts/extract-abilist.awk: Remove.
* scripts/merge-abilist.awk: Remove.
* sysdeps/generic/libcidn.abilist: New file.
* sysdeps/generic/libnss_compat.abilist: New file.
* sysdeps/generic/libnss_db.abilist: New file.
* sysdeps/generic/libnss_dns.abilist: New file.
* sysdeps/generic/libnss_files.abilist: New file.
* sysdeps/generic/libnss_hesiod.abilist: New file.
* sysdeps/generic/libnss_nis.abilist: New file.
* sysdeps/generic/libnss_nisplus.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
file.
* sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
* sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
file.
* sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
* sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
* sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
file.
* sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
New file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
New file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
New file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
New file.
* sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
New file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
New file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
New file.
* sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
file.
* sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
file.
* sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
* sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
file.
Joseph Myers [Sat, 28 Apr 2012 08:27:20 +0000 (01:27 -0700)]
conformtest: Fix typo in handling typed-constant from allow-header.
Joseph Myers [Fri, 27 Apr 2012 21:35:47 +0000 (21:35 +0000)]
Update README to describe current supported systems.
Ryan S. Arnold [Fri, 27 Apr 2012 19:05:23 +0000 (14:05 -0500)]
Correct incorrect bug number ordering in resolved bug list.
Joseph Myers [Fri, 27 Apr 2012 18:54:52 +0000 (18:54 +0000)]
Allow build-system programs to be built without optimization.
Ryan S. Arnold [Fri, 27 Apr 2012 17:36:46 +0000 (12:36 -0500)]
Remove spurious '.' in math/libm-test.inc comment.
Ryan S. Arnold [Fri, 27 Apr 2012 15:47:39 +0000 (10:47 -0500)]
New test to expose erroneous negative sign on logb(1) (bug 887).
Joseph Myers [Fri, 27 Apr 2012 13:54:09 +0000 (13:54 +0000)]
Fix fenv.h fallback returns (bug 14027).
Joseph Myers [Thu, 26 Apr 2012 18:45:56 +0000 (18:45 +0000)]
Remove unused sysdeps/unix/i386 files.
Joseph Myers [Thu, 26 Apr 2012 18:44:38 +0000 (18:44 +0000)]
Move sysdeps/unix/common/tcsendbrk.c to sysdeps/unix/sysv/linux/.
Joseph Myers [Thu, 26 Apr 2012 18:42:42 +0000 (18:42 +0000)]
Don't handle unsupported OSes in configure (base_os settings).
Adhemerval Zanella [Thu, 26 Apr 2012 16:18:11 +0000 (11:18 -0500)]
Fix ctan, ctanh overflow for ldbl-128ibm (bug 11521).
David S. Miller [Thu, 26 Apr 2012 09:50:20 +0000 (02:50 -0700)]
Fix missing long-double compat symbols on sparc v9.
* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
long-double compat symbols.
* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
* sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
David S. Miller [Thu, 26 Apr 2012 05:24:00 +0000 (22:24 -0700)]
Restore non-v9 32-bit sparc build.
* sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
HWCAP_* values only after the memory barriers have been defined.
(atomic_full_barrier): Define.
(atomic_read_barrier): Define.
(atomic_write_barrier): Define.
Siddhesh Poyarekar [Thu, 26 Apr 2012 03:48:48 +0000 (09:18 +0530)]
move libgcc_s soname definition to shlib-versions
David S. Miller [Wed, 25 Apr 2012 18:44:02 +0000 (11:44 -0700)]
Delete everything under sysdeps/unix/sparc/
* sysdeps/unix/sparc/brk.S: Delete.
* sysdeps/unix/sparc/dl-brk.S: Delete.
* sysdeps/unix/sparc/pipe.S: Delete.
* sysdeps/unix/sparc/sysdep.S: Delete.
* sysdeps/unix/sparc/sysdep.h: Delete.
* sysdeps/unix/sparc/vfork.S: Delete.
* sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
* sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
ret_ERRVAL, r0, r1, MOVE): Define.
(JUMPTARGET): Remove.
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
sysdeps/unix/sparc/sysdep.h
(ENTRY, END): Remove.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
Joseph Myers [Wed, 25 Apr 2012 18:51:38 +0000 (18:51 +0000)]
Use more defines and makefile variables in $(native-compile).
Joseph Myers [Wed, 25 Apr 2012 18:50:39 +0000 (18:50 +0000)]
Update zdump and zic from tzcode 2012b.
Joseph Myers [Wed, 25 Apr 2012 17:02:33 +0000 (17:02 +0000)]
Remove --as-needed configure test.
Siddhesh Poyarekar [Wed, 25 Apr 2012 06:22:39 +0000 (11:52 +0530)]
Parse hexadecimal and octal strings correctly
The current implementation of __strtoul_internal seems to only pretend
to support hex and octal strings by detecting a preceding 0x or 0 and
marking base as 8 or 16. When it comes to the actual processing of the
string, it only considers numeric values within, thus breaking hex
values that may have [a-f] in them. Fixed with this commit.
Chung-Lin Tang [Tue, 24 Apr 2012 13:32:11 +0000 (21:32 +0800)]
SH: Replace <endian.h> usage with pre-processor macros.
Follow-up to
f8887d0a5feda97244613135822b0439addc2b1f.
Joseph Myers [Tue, 24 Apr 2012 23:02:49 +0000 (23:02 +0000)]
Remove unused fork implementations.
Joseph Myers [Tue, 24 Apr 2012 21:53:41 +0000 (21:53 +0000)]
Remove unused sysdeps/unix/system.c.
Roland McGrath [Tue, 24 Apr 2012 20:53:38 +0000 (13:53 -0700)]
Add flexibility to localplt-*.data files, using an awk script rather than diff to check the results.
Joseph Myers [Tue, 24 Apr 2012 21:27:17 +0000 (21:27 +0000)]
Remove unused sysdeps/unix/getegid.S and sysdeps/unix/geteuid.S.
Roland McGrath [Tue, 24 Apr 2012 20:12:12 +0000 (13:12 -0700)]
Hurd: fix symlink/symlinkat error case not to do an extraneous __mach_port_deallocate.
Andreas Jaeger [Tue, 24 Apr 2012 20:10:04 +0000 (22:10 +0200)]
Merge branch 'master' of git://sourceware.org/git/glibc
Andreas Jaeger [Tue, 24 Apr 2012 20:08:49 +0000 (22:08 +0200)]
Cleanup generated header files during make check
* Makerules (common-clean): Also remove gen-as-const-headers
files.
Joseph Myers [Tue, 24 Apr 2012 20:05:34 +0000 (20:05 +0000)]
Make $(native-compile) run in source directory like other compilation commands.