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
This commit is contained in:
Nicolas Setton 2005-03-15 16:51:35 +01:00 committed by Arnaud Charlet
parent 6178dd5c19
commit 0f76876eee
1 changed files with 3 additions and 3 deletions

View File

@ -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