From 5de90b7c610de4f8c869d460b6025853a96bdccf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 Jan 2004 04:28:32 +0000 Subject: [PATCH] Update. * configure.in: Rewrite test to give gcc to clean up after itself. Patch by Greg Schafer. --- ChangeLog | 3 +++ configure.in | 2 +- linuxthreads/ChangeLog | 8 ++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c21b032..6219a93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-01-13 Ulrich Drepper + * configure.in: Rewrite test to give gcc to clean up after itself. + Patch by Greg Schafer. + * posix/regex.c: Support crappy compilers and platforms which have problems with alloca. * posix/regex_internal.h: Likewise. diff --git a/configure.in b/configure.in index 9d2b347..95fef71 100644 --- a/configure.in +++ b/configure.in @@ -1711,7 +1711,7 @@ if AC_TRY_COMMAND([$libc_unwind_check >&AS_MESSAGE_LOG_FD]) || AC_TRY_COMMAND([$libc_unwind_check -lgcc_eh -lgcc >&AS_MESSAGE_LOG_FD]) then if $libc_unwind_check -v 2>&1 >/dev/null \ - | grep -q -- --eh-frame-hdr; then + | grep -- --eh-frame-hdr 2>&1 >/dev/null; then libc_cv_gcc_dwarf2_unwind_info=no_registry_needed else libc_cv_gcc_dwarf2_unwind_info=static diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 034ebc2..9129604 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +2004-01-09 Steven Munroe + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h + [!HAVE_TLS_SUPPORT]: Define SINGLE_THREAD_P using static + __lib*_multiple_threads. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h + [!HAVE_TLS_SUPPORT]: Likewise. + 2004-01-13 Roland McGrath * sysdeps/powerpc/tcb-offsets.sym: Put -- separator line before any -- 2.7.4