Commit 4eb104c1 by Andreas Schwab Committed by Andreas Schwab

Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.

	* Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.
	* raise.c [!IN_RTS]: Undef abort.

From-SVN: r86880
parent bc095846
2004-09-01 Andreas Schwab <schwab@suse.de>
* Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.
* raise.c [!IN_RTS]: Undef abort.
2004-08-27 Nathan Sidwell <nathan@codesourcery.com>
* utils2.c (build_allocator): Use ssize_int.
......
......@@ -259,7 +259,7 @@ GNATBIND_OBJS = \
# List of extra object files linked in with various programs.
EXTRA_GNAT1_OBJS = prefix.o
EXTRA_GNATBIND_OBJS = prefix.o version.o errors.o
EXTRA_GNATBIND_OBJS = prefix.o version.o
# Language-independent object files.
ADA_BACKEND = $(BACKEND) attribs.o
......
......@@ -1140,6 +1140,9 @@ __gnat_Unwind_ForcedUnwind (_Unwind_Exception *e,
be using the GCC eh mechanism for the compiler, however, so expect these
functions never to be called. */
/* We don't want fancy_abort here. */
#undef abort
_Unwind_Reason_Code
__gnat_Unwind_RaiseException (_Unwind_Exception *e ATTRIBUTE_UNUSED)
{
......
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