From: Bernard Banner Date: Thu, 7 Jul 2005 09:47:10 +0000 (+0200) Subject: tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on ia64 platform only... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e71bed075011c30739b957505bcb7fa92fc2b681;p=gcc.git tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on ia64 platform only on... 2005-07-07 Bernard Banner * tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on ia64 platform only on platforms that you the GCC unwind library rather than the system unwind library. From-SVN: r101699 --- diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c index 4289e17c872..f7c431b77b9 100644 --- a/gcc/ada/tracebak.c +++ b/gcc/ada/tracebak.c @@ -349,7 +349,7 @@ struct layout /*----------------------------- ia64 ---------------------------------*/ -#elif defined (__ia64__) +#elif defined (__ia64__) && !defined (USE_LIBUNWIND_EXCEPTIONS) #define USE_GCC_UNWINDER