re PR bootstrap/33608 (Bootstrap with ada fails linking gnatbind with 4.3 host compiler)
authorRichard Guenther <rguenther@suse.de>
Tue, 23 Oct 2007 08:54:56 +0000 (08:54 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 23 Oct 2007 08:54:56 +0000 (08:54 +0000)
2007-10-23  Richard Guenther  <rguenther@suse.de>

        PR bootstrap/33608
        * tracebak.c: #undef abort after including system.h.

From-SVN: r129576

gcc/ada/ChangeLog
gcc/ada/tracebak.c

index ff700791b75d5aa61a0592a9feb019ad037b47fc..20d69ecea84405e36df181a6ce89f01058f6a22b 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-23  Richard Guenther  <rguenther@suse.de>
+
+       PR bootstrap/33608
+       * tracebak.c: #undef abort after including system.h.
+
 2007-10-20  Danny Smith <dannysmith@users.sourceforge.net>
 
        * Makefile.in (LIBGNAT_TARGET_PAIRS) Add s-tasinf-mingw.adb,
index ba0381e051f4a5f74bcfa23fff3acd23e0b5cb55..18055ede2860869a318e0a1b223388c6bc54675b 100644 (file)
@@ -57,6 +57,8 @@
 #else
 #include "config.h"
 #include "system.h"
+/* We don't want fancy_abort here.  */
+#undef abort
 #endif
 
 extern int __gnat_backtrace (void **, int, void *, void *, int);