mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Update.
* configure.in: Rewrite test to give gcc to clean up after itself. Patch by Greg Schafer.
This commit is contained in:
parent
82e2ba9a03
commit
5de90b7c61
@ -1,5 +1,8 @@
|
||||
2004-01-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,11 @@
|
||||
2004-01-09 Steven Munroe <sjmunroe@us.ibm.com>
|
||||
|
||||
* 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 <roland@redhat.com>
|
||||
|
||||
* sysdeps/powerpc/tcb-offsets.sym: Put -- separator line before any
|
||||
|
Loading…
Reference in New Issue
Block a user