OSDN Git Service

Fix DT_INIT ABI violation, it is an offset not a function pointer.
authorwilson <wilson>
Sat, 18 Nov 2000 00:41:35 +0000 (00:41 +0000)
committerwilson <wilson>
Sat, 18 Nov 2000 00:41:35 +0000 (00:41 +0000)
commit59b6273abdfb331f2c081d581aafde484eb6f849
tree31ec778bb3a5bc5c11043134c38f96667f1d3743
parenta78be6f339ff64747c04b0e58b1f3f7579efb3b0
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