OSDN Git Service

* elf32-vax.c (elf_vax_check_relocs): Remove unused
authorthorpej <thorpej>
Fri, 27 Sep 2002 22:28:16 +0000 (22:28 +0000)
committerthorpej <thorpej>
Fri, 27 Sep 2002 22:28:16 +0000 (22:28 +0000)
commit25ec5f89198e3b04a20d44ee9705a2263e99f819
treefc78480f01fe58c6de0098009ddb65161f2851a0
parenteb311b895fa9c7a4bc764fed32d346d93af784fa
* elf32-vax.c (elf_vax_check_relocs): Remove unused
local_got_refcounts usage.  Remove allocation of got slot.
(elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
Remove de-allocation of got slot.
(elf_vax_size_dynamic_section): Fix some indentation.  Add hash
traversal for elf_vax_instantiate_got_entries.  Allow empty .got
sections to be GC'ed.
(elf_vax_instantiate_got_entries): New function.
(elf_vax_relocate_section): Simplify R_VAX_GOT32 handling.  Remove
tests that are now handled by elf_vax_instantiate_got_entries.
Assert GOT entry falls within .got section size.  Remove redundant
comparisions.  Fix comments.
bfd/ChangeLog
bfd/elf32-vax.c