* elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to
commite5b9121594d1c3ab4c21de5a67a8bea5fe75cdc6
authorAlan Modra <amodra@bigpond.net.au>
Sat, 23 Jun 2001 10:03:53 +0000 (23 10:03 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Sat, 23 Jun 2001 10:03:53 +0000 (23 10:03 +0000)
tree0c2af53669bb89ef774f26c4cb4ff6d54d3217be
parentb947c6a905b561cee126c34f9ac963c8063db19e
* elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to
elf_i386_dyn_relocs.  Update comment.
(struct elf_i386_link_hash_entry): Rename pcrel_relocs_copied to
dyn_relocs.
(elf_i386_adjust_dynamic_symbol): Remove a BFD_ASSERT, change
others to aborts.
(allocate_plt_and_got_and_discard_relocs): Replace BFD_ASSERT with
abort.
(elf_i386_size_dynamic_sections): Likewise.
(elf_i386_finish_dynamic_symbol): Likewise.
(elf_i386_finish_dynamic_sections): Likewise.
(elf_i386_relocate_section): Likewise.  Tidy R_386_GOT32 and error
handling code.
bfd/ChangeLog
bfd/elf32-i386.c