* 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 a871771a9a6adc901e6485116858d07aa9339f43..286327a764a6121f3b691f39f6064833805003f3 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 7371ca2f163ee43273a2b129fa08a8eec24ce386..93158ed22b043abaaacba2978f8a205f1e3a3845 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 62ae632a6d6a583d40b6d4b63afa258cc0d9bbcc..cccf3c7bd2600ca5a13f510200333a198f6dd907 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)
This page took 0.027533 seconds and 4 git commands to generate.