Fix DT_INIT ABI violation, it is an offset not a function pointer.
commit373d9d37d68aa524b35b18746e92396b5947b982
authorJim Wilson <wilson@tuliptree.org>
Sat, 18 Nov 2000 00:41:35 +0000 (18 00:41 +0000)
committerJim Wilson <wilson@tuliptree.org>
Sat, 18 Nov 2000 00:41:35 +0000 (18 00:41 +0000)
treec85b9427e33e09035136c6e55e9cb84dc37a95d6
parentc7309e7a8d85aedded5ec77e346bd5a24c331938
Fix DT_INIT ABI violation, it is an offset not a function pointer.
* elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
pltoff entries for DT_INIT and DT_FINI.
(elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
(elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
entries.
bfd/ChangeLog
bfd/elfxx-ia64.c