Commit 262e7125 by Richard Guenther Committed by Richard Biener

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
parent 1be3290e
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,
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment