* mips.h (R_MIPS16_S3): Change to a higher value.
authorJeff Law <law@redhat.com>
Fri, 24 Jul 1998 05:29:01 +0000 (05:29 +0000)
committerJeff Law <law@redhat.com>
Fri, 24 Jul 1998 05:29:01 +0000 (05:29 +0000)
include/elf/.Sanitize
include/elf/ChangeLog
include/elf/mips.h

index a871771..286327a 100644 (file)
@@ -247,7 +247,7 @@ else
        done
 fi
 
-r5900_files="mips.h"
+r5900_files="mips.h ChangeLog"
 if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
        for i in $r5900_files ; do
                if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
index 7371ca2..93158ed 100644 (file)
@@ -1,3 +1,9 @@
+start-sanitize-r5900
+Thu Jul 23 23:28:08 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mips.h (R_MIPS16_S3): Change to a higher value.
+
+end-sanitize-r5900
 Wed Jul 22 19:29:00 Catherine Moore  <clm@cygnus.com>
 
         * arm.h: Rename relocations.
index 62ae632..cccf3c7 100644 (file)
@@ -65,14 +65,14 @@ START_RELOC_NUMBERS (elf_mips_reloc_type)
   RELOC_NUMBER (R_MIPS_HIGHEST, 29)
   RELOC_NUMBER (R_MIPS_CALL_HI16, 30)
   RELOC_NUMBER (R_MIPS_CALL_LO16, 31)
-/* start-sanitize-r5900 */
-  /* This is used by a mips co-processor instruction.  */
-  RELOC_NUMBER (R_MIPS15_S3, 32)
-/* end-sanitize-r5900 */
   RELOC_NUMBER (R_MIPS_max, 33)
   /* These relocs are used for the mips16.  */
   RELOC_NUMBER (R_MIPS16_26, 100)
   RELOC_NUMBER (R_MIPS16_GPREL, 101)
+/* start-sanitize-r5900 */
+  /* This is used by a mips co-processor instruction.  */
+  RELOC_NUMBER (R_MIPS15_S3, 119)
+/* end-sanitize-r5900 */
 /* start-sanitize-sky */
   /* These relocs are for the dvp.  */
   RELOC_NUMBER (R_MIPS_DVP_11_PCREL, 120)