mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 22:41:28 +08:00
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:
parent
1be3290eae
commit
262e7125e7
@ -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,
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user