------- Comment #3 from zadeck at naturalbridge dot com 2007-06-30 02:10 ------- I was wondering if we could do something like:
/* If we have a definition of INCOMING_RETURN_ADDR_RTX, assume that the rest of the DWARF 2 frame unwind support is also provided. */ #if !defined (DWARF2_UNWIND_INFO) && defined (INCOMING_RETURN_ADDR_RTX) && !defined (ARCH_DOES_NOT_USE_DWARF2) #define DWARF2_UNWIND_INFO 1 #endif and then define ARCH_DOES_NOT_USE_DWARF2 in the right place in the ia-64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32552