aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-10-21 23:56:13 +0000
committerIan Lance Taylor <ian@airs.com>1996-10-21 23:56:13 +0000
commit68553b63615d076a08fd91ae070208e56be774f7 (patch)
treeb03aec81607d517cde5ab2d0ef30f5523a80f471 /bfd
parenteca43eb1f57a1c26f64df0dc8f135203d4f7b345 (diff)
downloadfsf-binutils-gdb-68553b63615d076a08fd91ae070208e56be774f7.zip
fsf-binutils-gdb-68553b63615d076a08fd91ae070208e56be774f7.tar.gz
fsf-binutils-gdb-68553b63615d076a08fd91ae070208e56be774f7.tar.bz2
* elf32-mips.c (elf_mips_howto_table): Describe R_MIPS_64.
(mips32_64bit_reloc): New static function. (mips_reloc_map): Add entry for BFD_RELOC_64. (mips_elf_relocate_section): Handle R_MIPS_64.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 59c0fe9..0feb455 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -5,6 +5,11 @@ Mon Oct 21 12:13:05 1996 Jeffrey A Law (law@cygnus.com)
Mon Oct 21 10:54:58 1996 Ian Lance Taylor <ian@cygnus.com>
+ * elf32-mips.c (elf_mips_howto_table): Describe R_MIPS_64.
+ (mips32_64bit_reloc): New static function.
+ (mips_reloc_map): Add entry for BFD_RELOC_64.
+ (mips_elf_relocate_section): Handle R_MIPS_64.
+
* linker.c (default_indirect_link_order): Print an error message
when attempting to do a relocateable link with different object
file formats, rather than calling abort.