From: Ulrich Drepper Date: Fri, 11 Dec 1998 18:03:55 +0000 (+0000) Subject: (HAVE_DWARF2_UNWIND_INFO): New. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b0ae9d90db5d414ab948949a92e5c1ef2bdad6;p=thirdparty%2Fglibc.git (HAVE_DWARF2_UNWIND_INFO): New. (HAVE_DWARF2_UNWIND_INFO_STATIC): New. --- 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 + /* */