crtend.asm [...]: Make __do_global_ctors_aux hidden global and don't put it in .init_...
authorAndreas Schwab <schwab@suse.de>
Sat, 25 Jan 2003 17:26:55 +0000 (17:26 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sat, 25 Jan 2003 17:26:55 +0000 (17:26 +0000)
commita073323c198e956e1645dbe302cb986b78c8a081
treec4725a798d5089421ca42e2eac665dd4ee2bf6d4
parentfb8eab9658b0d233f37b970b068e80ce1d122648
crtend.asm [...]: Make __do_global_ctors_aux hidden global and don't put it in .init_array.

* config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
__do_global_ctors_aux hidden global and don't put it in
.init_array.
* config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
instead so that it comes first.

From-SVN: r61782
gcc/ChangeLog
gcc/config/ia64/crtbegin.asm
gcc/config/ia64/crtend.asm