diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-08-04 16:32:34 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-08-04 16:32:34 +0000 |
commit | e7c4421855a609e38b9398280c543dc9a9ef54f8 (patch) | |
tree | c93fe6b4b42105a9a6f02c7c504b12104c83713f /bfd/ChangeLog | |
parent | eecb386cd7d2df28baf22c22ba3b0a3a4e94fcd5 (diff) | |
download | gdb-e7c4421855a609e38b9398280c543dc9a9ef54f8.zip gdb-e7c4421855a609e38b9398280c543dc9a9ef54f8.tar.gz gdb-e7c4421855a609e38b9398280c543dc9a9ef54f8.tar.bz2 |
* elf32-mips.c (_bfd_mips_elf_relocate_section): Tweak HI16/LO16
handling for REL relocations. And only left-shift R_MIPS26
relocation addends where necessary.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7542c61..44d52d4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +1999-08-04 Mark Mitchell <mark@codesourcery.com> + + * elf32-mips.c (_bfd_mips_elf_relocate_section): Tweak HI16/LO16 + handling for REL relocations. And only left-shift R_MIPS26 + relocation addends where necessary. + 1999-08-03 Mark Mitchell <mark@codesourcery.com> * elf32-mips.c (mips_elf_next_lo16_addend): Rename to ... |