about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-11 18:03:55 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-11 18:03:55 +0000
commit03b0ae9d90db5d414ab948949a92e5c1ef2bdad6 (patch)
treec74dd054ce1c2e69bd28815d23a0ba1edf216b4d
parentf0457c7c3aba53acb15546996eaf17fc24b94455 (diff)
downloadglibc-03b0ae9d90db5d414ab948949a92e5c1ef2bdad6.tar.gz
glibc-03b0ae9d90db5d414ab948949a92e5c1ef2bdad6.tar.xz
glibc-03b0ae9d90db5d414ab948949a92e5c1ef2bdad6.zip
(HAVE_DWARF2_UNWIND_INFO): New.
(HAVE_DWARF2_UNWIND_INFO_STATIC): New.
-rw-r--r--config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 28ab950f59..70e0877c57 100644
--- a/config.h.in
+++ b/config.h.in
@@ -46,6 +46,13 @@
 /* Define to the prefix Alpha/ELF GCC emits before ..ng symbols.  */
 #undef  ASM_ALPHA_NG_SYMBOL_PREFIX
 
+/* Define if gcc uses DWARF2 unwind information for exception support.  */
+#undef  HAVE_DWARF2_UNWIND_INFO
+     
+/* Define if gcc uses DWARF2 unwind information for exception support
+   with static variable. */
+#undef  HAVE_DWARF2_UNWIND_INFO_STATIC
+
 /*
  */