init.c (__gnat_initialize): Call an Ada subprogram to perform the table registration...
authorOlivier Hainque <hainque@act-europe.fr>
Mon, 4 Oct 2004 15:01:21 +0000 (17:01 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 4 Oct 2004 15:01:21 +0000 (17:01 +0200)
commit9a03df55561781c0170eb5dde09c0b062fd76ebe
treee2f1eecb090bb4ba07e213b8ec9ece3c21166b9c
parent28d6470f55e9975b037aa698407939635e28e4c6
init.c (__gnat_initialize): Call an Ada subprogram to perform the table registration calls when need be.

2004-10-04  Olivier Hainque  <hainque@act-europe.fr>

* init.c (__gnat_initialize): Call an Ada subprogram to perform the
table registration calls when need be. Ensures no reference to the crt
ctors symbol are issued in the SJLJ case, which avoids possible
undefined symbol errors in the case of modules to be statically linked
with the kernel.

From-SVN: r88507
gcc/ada/ChangeLog
gcc/ada/init.c