re PR bootstrap/33608 (Bootstrap with ada fails linking gnatbind with 4.3 host compiler)

2007-10-23  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r129576
This commit is contained in:
Richard Guenther 2007-10-23 08:54:56 +00:00 committed by Richard Biener
parent 1be3290eae
commit 262e7125e7
2 changed files with 7 additions and 0 deletions

View 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,

View 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);