diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2003-03-26 14:20:14 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2003-03-26 14:20:14 +0000 |
commit | a5ad465accd73e8c7abeda27341b22470ad5d27d (patch) | |
tree | 7cd6f2b171bb08b7de7bc33d94df8b86142ce712 /bfd/ChangeLog | |
parent | f636b87d5a32b8962b7dce92b2d289b6c314bad8 (diff) | |
download | gdb-a5ad465accd73e8c7abeda27341b22470ad5d27d.zip gdb-a5ad465accd73e8c7abeda27341b22470ad5d27d.tar.gz gdb-a5ad465accd73e8c7abeda27341b22470ad5d27d.tar.bz2 |
* elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
(elf_m68k_relocate_section): Use it to correctly handle symbols
forced to be local.
(elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
entries for symbols that are forced to be local.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b9718b0..cec8e28 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2003-03-26 Andreas Schwab <schwab@suse.de> + + * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define. + (elf_m68k_relocate_section): Use it to correctly handle symbols + forced to be local. + (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got + entries for symbols that are forced to be local. + 2003-03-25 Alexandre Oliva <aoliva@redhat.com> * elfxx-mips.c (_bfd_mips_relax_section): New function. |