diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-07-14 11:46:04 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-07-14 11:46:04 +0000 |
commit | 1e52e2ee34b91eba0f70d584fd37f10350fcea50 (patch) | |
tree | dba9c73c917ec4056b34300441e91e2ab8fa14ef /bfd/ChangeLog | |
parent | b7233c24e16454ac4a64b0ff18a868cc2ff37986 (diff) | |
download | gdb-1e52e2ee34b91eba0f70d584fd37f10350fcea50.zip gdb-1e52e2ee34b91eba0f70d584fd37f10350fcea50.tar.gz gdb-1e52e2ee34b91eba0f70d584fd37f10350fcea50.tar.bz2 |
* elf32-mips.c (mips_elf_obtain_contents): Swap the 16-bit
subwords when handling an R_MIPS16_26 relocation.
(mips_elf_perform_relocation): Don't be paranoid abour right-shift
semantics.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e4583dd..1858923 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 1999-07-14 Mark Mitchell <mark@codesourcery.com> + * elf32-mips.c (mips_elf_obtain_contents): Swap the 16-bit + subwords when handling an R_MIPS16_26 relocation. + (mips_elf_perform_relocation): Don't be paranoid abour right-shift + semantics. + * elf32-mips.c (elf_mips16_gprel_howto): Adjust src_mask and dst_mask to match reality. (_bfd_mips_elf_calculate_relocation): Handle R_MIPS16_GPREL. |