init.c: Do not adjust IP of an imported VMS exception of ia64.
authorTristan Gingold <gingold@adacore.com>
Wed, 6 Jun 2007 10:36:17 +0000 (12:36 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Jun 2007 10:36:17 +0000 (12:36 +0200)
commitdc64221190662aa24a3f3971f2944827151715e5
treefe2959f3e5e0852c69e8203ac2698bb89a18eb92
parent10e77af221ac8dc12cd2c414e77559ce9da9e082
init.c: Do not adjust IP of an imported VMS exception of ia64.

2007-04-20  Tristan Gingold  <gingold@adacore.com>
    Olivier Hainque  <hainque@adacore.com>

* init.c: Do not adjust IP of an imported VMS exception of ia64.
LIB$STOP is called to raise an exception and the IP of the exception
is the instruction right after the call.
(__gnat_adjust_context_for_raise, AIX): Implement.
(__gnat_error_handler, AIX): Accept SIGINFO related arguments and call
 adjust_context_for_raise before Raise_From_Signal_Hanler.
(__gnat_install_handler, AIX): Add SA_SIGINFO to the sa_flags, to ensure
siginfo is passed to the handler, necessary to let the zcx propagation
engine unwind past it.

From-SVN: r125428
gcc/ada/init.c