Commit 0f76876e by Nicolas Setton Committed by Arnaud Charlet

tracebak.c: Under Darwin, use the same unwinding mechanisms as under PPC/AIX.

2005-03-08  Nicolas Setton  <setton@adacore.com>

	* tracebak.c: Under Darwin, use the same unwinding mechanisms as under
	PPC/AIX.

From-SVN: r96485
parent 6178dd5c
......@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
* Copyright (C) 2000-2004 Ada Core Technologies, Inc. *
* Copyright (C) 2000-2005 Ada Core Technologies, Inc. *
* *
* GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- *
......@@ -191,9 +191,9 @@ extern void (*Unlock_Task) (void);
*/
/*------------------------------ PPC AIX -------------------------------*/
/*--------------------------- PPC AIX/Darwin ----------------------------*/
#if defined (_AIX)
#if (defined (__ppc__) && ((defined (_AIX) || defined (__APPLE__))))
#define USE_GENERIC_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