aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1998-07-24 05:29:01 +0000
committerJeff Law <law@redhat.com>1998-07-24 05:29:01 +0000
commitddbe80f79c77158753426952027936f063ffc08b (patch)
treed72abb906e971a44643af7498d29dcd8a41db23f
parent2caa49ec214c52a62dde8e61321cfc28fc716177 (diff)
downloadgdb-ddbe80f79c77158753426952027936f063ffc08b.zip
gdb-ddbe80f79c77158753426952027936f063ffc08b.tar.gz
gdb-ddbe80f79c77158753426952027936f063ffc08b.tar.bz2
* mips.h (R_MIPS16_S3): Change to a higher value.
-rw-r--r--include/elf/.Sanitize2
-rw-r--r--include/elf/ChangeLog6
-rw-r--r--include/elf/mips.h8
3 files changed, 11 insertions, 5 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize
index a871771..286327a 100644
--- a/include/elf/.Sanitize
+++ b/include/elf/.Sanitize
@@ -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
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 7371ca2..93158ed 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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.
diff --git a/include/elf/mips.h b/include/elf/mips.h
index 62ae632..cccf3c7 100644
--- a/include/elf/mips.h
+++ b/include/elf/mips.h
@@ -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)