diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2003-05-17 19:40:36 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2003-05-17 19:40:36 +0000 |
commit | d2ff124f9080f1f82c6d79174397c68d1542afde (patch) | |
tree | ce63774481db52ac09adae86265dc36d3702f672 /bfd/ChangeLog | |
parent | dd4b5cc0c0e1f6052bd5b792ad487611985c0f83 (diff) | |
download | gdb-d2ff124f9080f1f82c6d79174397c68d1542afde.zip gdb-d2ff124f9080f1f82c6d79174397c68d1542afde.tar.gz gdb-d2ff124f9080f1f82c6d79174397c68d1542afde.tar.bz2 |
* elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
elf_section_data during processing of pc-relative and absolute
relocations.
(elf_m68k_relocate_section): Use the cached reloc section instead
of computing it again. Fix handling of visibility. Don't modify
addend when copying over a relocation into the output.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3df4fc8..b5a6a89 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2003-05-17 Andreas Schwab <schwab@suse.de> + + * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in + elf_section_data during processing of pc-relative and absolute + relocations. + (elf_m68k_relocate_section): Use the cached reloc section instead + of computing it again. Fix handling of visibility. Don't modify + addend when copying over a relocation into the output. + 2003-05-17 Alan Modra <amodra@bigpond.net.au> * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL |