OSDN Git Service

2007-10-23 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Oct 2007 08:54:56 +0000 (08:54 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Oct 2007 08:54:56 +0000 (08:54 +0000)
        PR bootstrap/33608
        * tracebak.c: #undef abort after including system.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129576 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ff70079..20d69ec 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 ba0381e..18055ed 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);