* elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to
authorAlan Modra <amodra@gmail.com>
Sat, 23 Jun 2001 10:03:53 +0000 (10:03 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 23 Jun 2001 10:03:53 +0000 (10:03 +0000)
commitffb2e45bfb6413ee9c6948e54644085e269ee6e7
tree7b38dc82d51152777733ceaf933ca4f12fc09ec2
parent12d0ee4aca6285a5f459434761b3f7577caae138
* 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