aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-07-13 23:55:08 +0000
committerMark Mitchell <mark@codesourcery.com>1999-07-13 23:55:08 +0000
commite53bd91b0fd8f8e7c0b0f32d2080c60873b51404 (patch)
tree2a4f4f52976d9d0d78ae7d9afc33f4e8aeb8df05 /bfd/ChangeLog
parent28a7f3e70d035106d1c87a1b7a96bc8fc31a043a (diff)
downloadgdb-e53bd91b0fd8f8e7c0b0f32d2080c60873b51404.zip
gdb-e53bd91b0fd8f8e7c0b0f32d2080c60873b51404.tar.gz
gdb-e53bd91b0fd8f8e7c0b0f32d2080c60873b51404.tar.bz2
* elf32-mips.c (mips_elf_calculate_relocation): Handle R_MIPS16_26.
(mips_elf_relocate_section): Adjust calling sequence for mips_elf_perform_relocation. (mips_elf_perform_relocation): Take additional argument. Handle R_MIPS16_26. Use bfd_put for convenience.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 230dbca..d194d90 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+1999-07-13 Mark Mitchell <mark@codesourcery.com>
+
+ * elf32-mips.c (mips_elf_calculate_relocation): Handle R_MIPS16_26.
+ (mips_elf_relocate_section): Adjust calling sequence for
+ mips_elf_perform_relocation.
+ (mips_elf_perform_relocation): Take additional argument. Handle
+ R_MIPS16_26. Use bfd_put for convenience.
+
1999-07-13 Richard Henderson <rth@cygnus.com>
* elf.c (assign_file_positions_for_segments): Thinko last change.