OSDN Git Service

2007-04-20 Tristan Gingold <gingold@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jun 2007 10:36:17 +0000 (10:36 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jun 2007 10:36:17 +0000 (10:36 +0000)
commit1b3a4ab6ac14e277208da5f9698153d7b19b9c6a
treefe2959f3e5e0852c69e8203ac2698bb89a18eb92
parent5bf9582862746b1f2ddac742e82b4b6074c11524
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125428 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/init.c