diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-11 19:11:38 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-11 19:11:38 +0000 |
commit | 908488f19e7e3f91c9129426ad503ed0194eba68 (patch) | |
tree | 7a2b26c792eb6fda4afcf46916f96e2309bebb3f /bfd/ChangeLog | |
parent | 552f4abf837c2000ba59ea70e99d77b3e74354a7 (diff) | |
download | gdb-908488f19e7e3f91c9129426ad503ed0194eba68.zip gdb-908488f19e7e3f91c9129426ad503ed0194eba68.tar.gz gdb-908488f19e7e3f91c9129426ad503ed0194eba68.tar.bz2 |
* elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
dynamic relocations pointing to local or section symbols, use the
NULL symbol instead. Document the choice to not emit an
additional R_MIPS_64 relocation.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d061625..051769b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2003-03-11 Alexandre Oliva <aoliva@redhat.com> + + * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create + dynamic relocations pointing to local or section symbols, use the + NULL symbol instead. Document the choice to not emit an + additional R_MIPS_64 relocation. + 2003-03-11 Alan Modra <amodra@bigpond.net.au> * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from |