diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-07-14 09:45:46 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-07-14 09:45:46 +0000 |
commit | b7233c24e16454ac4a64b0ff18a868cc2ff37986 (patch) | |
tree | 90970848ad14c24c5a4a53d34857516d645973b1 /bfd/ChangeLog | |
parent | 81edd86dd15db8be0e5e0177e90ca706938ff2a4 (diff) | |
download | gdb-b7233c24e16454ac4a64b0ff18a868cc2ff37986.zip gdb-b7233c24e16454ac4a64b0ff18a868cc2ff37986.tar.gz gdb-b7233c24e16454ac4a64b0ff18a868cc2ff37986.tar.bz2 |
* 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.
(mips_elf_obtain_contents): Use bfd_get.
(mips_elf_perform_relocation): Handle R_MIPS16_GPREL.
(mips_elf_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d194d90..e4583dd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +1999-07-14 Mark Mitchell <mark@codesourcery.com> + + * 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. + (mips_elf_obtain_contents): Use bfd_get. + (mips_elf_perform_relocation): Handle R_MIPS16_GPREL. + (mips_elf_relocate_section): Likewise. + 1999-07-13 Mark Mitchell <mark@codesourcery.com> * elf32-mips.c (mips_elf_calculate_relocation): Handle R_MIPS16_26. |