summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-08 07:09:07 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-08 07:09:07 +0000
commitbcd5f356674dc28b77044d087da00d197386e0e1 (patch)
tree18a0b14644a6d2364aa1e30260516b4b7b207d19 /config.make.in
parent7726edc27354afe163f492c0e6a8d4354fddb494 (diff)
Update.
2003-06-08 Ulrich Drepper <drepper@redhat.com> * config.h.in: Add have-forced-unwind. * configure.in: Add AC_SUBST(libc_cv_forced_unwind). * sysdeps/alpha/dl-machine.h (RTLD_START): Fix top-of-stack backtrace. * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise. * sysdeps/alpha/elf/start.S: Likewise. Remove pointless allocation. * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use standard ldgp entry sequence and explicit relocs. Add unwind info for sigreturn and rt_sigreturn. * configure.in (libc_cv_asm_cfi_directives): Test .cfi_remember_state. * sysdeps/unix/sysv/linux/alpha/syscalls.list (semtimedop): New. Annotate some parameters. * sysdeps/unix/sysv/linux/alpha/sysdep.h (__NR_semtimedop): New. * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion. * include/libc-symbols.h (symbol_set_declare): Use arrays of unspecified size.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 38a342515d..71ccf7131a 100644
--- a/config.make.in
+++ b/config.make.in
@@ -52,6 +52,7 @@ unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
have-initfini-array = @libc_cv_initfinit_array@
have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
enable-check-abi = @enable_check_abi@
+have-forced-unwind = @libc_cv_forced_unwind@
static-libgcc = @libc_cv_gcc_static_libgcc@