From 0f76876eeeea5bc90204418d4c78e46d757c9f92 Mon Sep 17 00:00:00 2001 From: Nicolas Setton Date: Tue, 15 Mar 2005 16:51:35 +0100 Subject: [PATCH] tracebak.c: Under Darwin, use the same unwinding mechanisms as under PPC/AIX. 2005-03-08 Nicolas Setton * tracebak.c: Under Darwin, use the same unwinding mechanisms as under PPC/AIX. From-SVN: r96485 --- gcc/ada/tracebak.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c index 83d51ccfd28..1cd4a0f2588 100644 --- a/gcc/ada/tracebak.c +++ b/gcc/ada/tracebak.c @@ -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