Commit e71bed07 by Bernard Banner Committed by Arnaud Charlet

tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on ia64 platform only on...

2005-07-07  Bernard Banner  <banner@adacore.com>

	* 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
parent 4de287c4
......@@ -349,7 +349,7 @@ struct layout
/*----------------------------- ia64 ---------------------------------*/
#elif defined (__ia64__)
#elif defined (__ia64__) && !defined (USE_LIBUNWIND_EXCEPTIONS)
#define USE_GCC_UNWINDER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment