From 03b0ae9d90db5d414ab948949a92e5c1ef2bdad6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 11 Dec 1998 18:03:55 +0000 Subject: [PATCH] (HAVE_DWARF2_UNWIND_INFO): New. (HAVE_DWARF2_UNWIND_INFO_STATIC): New. --- config.h.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.h.in b/config.h.in index 28ab950f598..70e0877c576 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 + /* */ -- 2.47.2