summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-15 22:46:40 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-15 22:46:40 +0000
commit162434a68226eb9a81fe92979fb59c8081aefcc0 (patch)
treecb2d459833468ea3e841def74ce2f3a5429df765 /config.h.in
parent482eb33c43d5a281625ce440c869a306e46fb367 (diff)
Update.
2003-04-15 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Define AT_SYSINFO_EH_FRAME. * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_SYSINFO_EH_FRAME. (_dl_show_auxv):Display AT_SYSINFO_EH_FRAME value. * sysdeps/generic/ldsodefs.h [NEED_DL_SYSINFO] (struct rtld_global): Add _dl_sysinfo_eh_frame field. * elf/dl-support.c [NEED_DL_SYSINFO]: Define _dl_sysinfo_eh_frame. * sysdeps/generic/libc-start.c [NEED_DL_SYSINFO] Define eh_obj variable. [NEED_DL_SYSINFO] (LIBC_START_MAIN): Call __register_frame_info_bases if _dl_sysinfo_eh_frame is non-NULL. * Makeconfig (gnulib): Add -lgcc_eh. * config.h.in: Define HAVE_FORCED_UNWIND.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 29b809e8cf..d01b90a597 100644
--- a/config.h.in
+++ b/config.h.in
@@ -189,6 +189,9 @@
/* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */
#undef HAVE_I386_SET_GDT
+/* Defined if forced unwind support is available. */
+#undef HAVE_FORCED_UNWIND
+
/*
*/