diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-27 16:18:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-27 16:18:42 +0000 |
commit | 0ac8d2cabf050fa3d463a79240ef8e05db368b1f (patch) | |
tree | 51a4582899654bb5ddd230495b8793e57b562de4 /bfd/ChangeLog | |
parent | ced53ee5daeb7e1f0d2f86fc7f70857b8e8b60cf (diff) | |
download | gdb-0ac8d2cabf050fa3d463a79240ef8e05db368b1f.zip gdb-0ac8d2cabf050fa3d463a79240ef8e05db368b1f.tar.gz gdb-0ac8d2cabf050fa3d463a79240ef8e05db368b1f.tar.bz2 |
* 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.
(elf_i386_adjust_dynamic_symbol): Correct a comment. Remove
redundant casts and aborts. Delay setting of vars until needed.
(allocate_dynrelocs): Remove redundant casts and aborts.
(elf_i386_size_dynamic_sections): Move comment.
(elf_i386_finish_dynamic_symbol): Move expressions out of function
calls.
(elf_i386_relocate_section): Likewise. Comment typo fix.
(elf_i386_finish_dynamic_sections): Migrate common code out of
switch statement.
(elf_backend_* defines): Sort.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8569301..14e7d82 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,19 @@ 2001-09-28 Alan Modra <amodra@bigpond.net.au> + * 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. + (elf_i386_adjust_dynamic_symbol): Correct a comment. Remove + redundant casts and aborts. Delay setting of vars until needed. + (allocate_dynrelocs): Remove redundant casts and aborts. + (elf_i386_size_dynamic_sections): Move comment. + (elf_i386_finish_dynamic_symbol): Move expressions out of function + calls. + (elf_i386_relocate_section): Likewise. Comment typo fix. + (elf_i386_finish_dynamic_sections): Migrate common code out of + switch statement. + (elf_backend_* defines): Sort. + * elf32-i386.c (allocate_dynrelocs): Don't create a .plt entry without a reloc when symbol visibilty makes a function local. @@ -61,7 +75,7 @@ 2001-09-25 Alan Modra <amodra@bigpond.net.au> - * elf32-hppa.c: Rename all occurrences of "hplink" to "htab" + * elf32-hppa.c: Rename occurrences of "hplink" to "htab" throughout file. * elf32-hppa.c: (LONG_BRANCH_PIC_IN_SHLIB): Delete. Remove all |