diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-08-06 02:44:41 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-08-06 02:44:41 +0000 |
commit | 4f2860cafc0c098d1c3f1227d4d5e0f2a652ee33 (patch) | |
tree | 2ef165b43042b5400f757146b8c39fa7104cb043 /bfd/ChangeLog | |
parent | feb129926a8d12656f1ca4b7a8bb10268d3af4fb (diff) | |
download | gdb-4f2860cafc0c098d1c3f1227d4d5e0f2a652ee33.zip gdb-4f2860cafc0c098d1c3f1227d4d5e0f2a652ee33.tar.gz gdb-4f2860cafc0c098d1c3f1227d4d5e0f2a652ee33.tar.bz2 |
* elf32-mips.c (mips_elf_got16_entry): Don't multiply GOT index by
the size of a GOT entry here.
(mips_elf_calculate_relocation): Don't create a local GOT entry
for the symbol in a GOT16 relocation; just for it's high-order bit
(_bfd_mips_elf_relocate_section): Fix thinko.
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 f76a888..cb37a17 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +1999-08-04 Mark Mitchell <mark@codesourcery.com> + + * elf32-mips.c (mips_elf_got16_entry): Don't multiply GOT index by + the size of a GOT entry here. + (mips_elf_calculate_relocation): Don't create a local GOT entry + for the symbol in a GOT16 relocation; just for it's high-order bit + (_bfd_mips_elf_relocate_section): Fix thinko. + 1999-08-05 Ian Lance Taylor <ian@zembu.com> Based on patches from Donn Terry <donn@interix.com>: |