diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-11 01:56:49 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-11 01:56:49 +0000 |
commit | 0fdc1bf12541e30f9a66aa20dcea5be76328a52b (patch) | |
tree | ba7d7640005d84b870c760699d59a57061df424f /bfd/ChangeLog | |
parent | 9f34b04bdffbb6b903399ac04e5ed0b8a4243714 (diff) | |
download | gdb-0fdc1bf12541e30f9a66aa20dcea5be76328a52b.zip gdb-0fdc1bf12541e30f9a66aa20dcea5be76328a52b.tar.gz gdb-0fdc1bf12541e30f9a66aa20dcea5be76328a52b.tar.bz2 |
* elfxx-mips.c (mips_elf_calculate_relocation): Decay
GOT_PAGE/GOT_OFST referencing overridable symbol to
GOT_DISP/addend.
(_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
global symbol as GOT_DISP.
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 ac7503e..4228d7c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2003-04-10 Alexandre Oliva <aoliva@redhat.com> + + * elfxx-mips.c (mips_elf_calculate_relocation): Decay + GOT_PAGE/GOT_OFST referencing overridable symbol to + GOT_DISP/addend. + (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing + global symbol as GOT_DISP. + 2003-04-10 Bob Wilson <bob.wilson@acm.org> * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the |