diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-28 08:56:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-28 08:56:51 +0000 |
commit | 3ac8354b402f8bf9f7ff1fe4f7e8d6c3bddae893 (patch) | |
tree | 7e1f0b827efa84e13d6344e492c2e72c8244fdca /bfd/ChangeLog | |
parent | b43d14f89c8f1282d62cf28df0c067e69a41a5af (diff) | |
download | fsf-binutils-gdb-3ac8354b402f8bf9f7ff1fe4f7e8d6c3bddae893.zip fsf-binutils-gdb-3ac8354b402f8bf9f7ff1fe4f7e8d6c3bddae893.tar.gz fsf-binutils-gdb-3ac8354b402f8bf9f7ff1fe4f7e8d6c3bddae893.tar.bz2 |
* elf32-hppa.c (elf32_hppa_check_relocs): Update comment since we
no longer allocate here. Localise some vars to blocks where they
are used.
(elf32_hppa_adjust_dynamic_symbol): Correct a comment. Delay
setting of vars until needed.
(allocate_dynrelocs): Don't create a .plt entry without a reloc
when symbol visibilty makes a function local.
(elf32_hppa_finish_dynamic_symbol): Move expressions out of
swap_reloca_out function calls.
(elf32_hppa_relocate_section): Likewies. Comment typo fix.
(elf32_hppa_finish_dynamic_sections): Migrate common code out of
switch statement.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14e7d82..87b9b79 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,18 @@ 2001-09-28 Alan Modra <amodra@bigpond.net.au> + * elf32-hppa.c (elf32_hppa_check_relocs): Update comment since we + no longer allocate here. Localise some vars to blocks where they + are used. + (elf32_hppa_adjust_dynamic_symbol): Correct a comment. Delay + setting of vars until needed. + (allocate_dynrelocs): Don't create a .plt entry without a reloc + when symbol visibilty makes a function local. + (elf32_hppa_finish_dynamic_symbol): Move expressions out of + swap_reloca_out function calls. + (elf32_hppa_relocate_section): Likewies. Comment typo fix. + (elf32_hppa_finish_dynamic_sections): Migrate common code out of + switch statement. + * elf32-i386.c (elf_i386_check_relocs): Update comment since we no longer allocate here. Localise some vars to blocks where they are used. Remove separate switch stmt for creating .got sec. |