diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-07-15 13:12:02 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-07-15 13:12:02 +0000 |
commit | 197b9ca0f9e5441116d79731c6081e219b4c7c60 (patch) | |
tree | bc99b3eb35237dc953c5b9b549195bb47ada4738 /bfd/ChangeLog | |
parent | fb57846b1ebc734eb601b86a4a5d07ae080aa3a0 (diff) | |
download | gdb-197b9ca0f9e5441116d79731c6081e219b4c7c60.zip gdb-197b9ca0f9e5441116d79731c6081e219b4c7c60.tar.gz gdb-197b9ca0f9e5441116d79731c6081e219b4c7c60.tar.bz2 |
* elf32-mips.c (mips_elf_stub_section_p): New function.
(mips_elf_calculate_relocation): Handle MIPS16 stub functions.
(mips_elf_relocate_section): Adjust calling sequence for
mips_elf_calculate_relocation and mips_elf_perform_relocation.
(mips_elf_perform_relocation): Turn `jal' into `jalx' where
required.
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 7b0d398..147ad46 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +1999-07-15 Mark Mitchell <mark@codesourcery.com> + + * elf32-mips.c (mips_elf_stub_section_p): New function. + (mips_elf_calculate_relocation): Handle MIPS16 stub functions. + (mips_elf_relocate_section): Adjust calling sequence for + mips_elf_calculate_relocation and mips_elf_perform_relocation. + (mips_elf_perform_relocation): Turn `jal' into `jalx' where + required. + 1999-07-15 Ian Lance Taylor <ian@zembu.com> * configure.in: Bump version number to 2.9.5. |