* reloc.c: New relocs BFD_RELOC_MIPS_DVP_11_S4,
authorDoug Evans <dje@google.com>
Wed, 1 Jul 1998 20:14:12 +0000 (20:14 +0000)
committerDoug Evans <dje@google.com>
Wed, 1 Jul 1998 20:14:12 +0000 (20:14 +0000)
BFD_RELOC_MIPS_DVP_U15_S3.
* elf32-mips.c: Handle them.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.

bfd/ChangeLog
bfd/bfd-in2.h

index 8a6033df1e65a65c145139f4068cf3c3841d03c6..2cb05c17ebaeef1b264a33a3412e48f4f1eb7e42 100644 (file)
@@ -115,6 +115,16 @@ Fri Jun 19 17:08:18 1998  Ian Lance Taylor  <ian@cygnus.com>
        * elf.c (_bfd_elf_section_from_bfd_section): Call bfd_set_error on
        failure.
 
+start-sanitize-sky
+Thu Jun 18 23:59:30 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * reloc.c: New relocs BFD_RELOC_MIPS_DVP_11_S4,
+       BFD_RELOC_MIPS_DVP_U15_S3.
+       * elf32-mips.c: Handle them.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+end-sanitize-sky
 Tue Jun 16 11:55:55 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * elf.c (copy_private_bfd_data): Improve handling of Solaris
index 96fab376d5c7eadea510f131a745c7b71de476d1..bbef77f845708e8395a0aaa8181e3f7fb4fb333b 100644 (file)
@@ -1841,6 +1841,14 @@ lower instruction word, and the value is in 128 bit units. */
 
 /* This is a 27 bit address left shifted by 4. */
   BFD_RELOC_MIPS_DVP_27_S4,
+
+/* This is the 11 bit offset operand of ilw/stw instructions
+left shifted by 4. */
+  BFD_RELOC_MIPS_DVP_11_S4,
+
+/* This is the 15 bit unsigned immediate operand of the iaddiu instruction
+left shifted by 3. */
+  BFD_RELOC_MIPS_DVP_U15_S3,
 /* end-sanitize-sky */
 
 
This page took 0.047532 seconds and 4 git commands to generate.