diff options
author | Alan Modra <amodra@gmail.com> | 2001-06-23 10:03:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-06-23 10:03:53 +0000 |
commit | ffb2e45bfb6413ee9c6948e54644085e269ee6e7 (patch) | |
tree | 7b38dc82d51152777733ceaf933ca4f12fc09ec2 /bfd/ChangeLog | |
parent | 12d0ee4aca6285a5f459434761b3f7577caae138 (diff) | |
download | gdb-ffb2e45bfb6413ee9c6948e54644085e269ee6e7.zip gdb-ffb2e45bfb6413ee9c6948e54644085e269ee6e7.tar.gz gdb-ffb2e45bfb6413ee9c6948e54644085e269ee6e7.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 49fc142..6bed653 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,19 @@ 2001-06-23 Alan Modra <amodra@bigpond.net.au> + * 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. + Avoid creating COPY relocs if possible. * elf32-i386.c (elf_i386_check_relocs): Tweak condition under which .got created. Mark symbols used by R_386_32 and R_386_PC32 |