diff options
author | Jeff Law <law@redhat.com> | 1998-07-24 05:29:01 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-07-24 05:29:01 +0000 |
commit | ddbe80f79c77158753426952027936f063ffc08b (patch) | |
tree | d72abb906e971a44643af7498d29dcd8a41db23f | |
parent | 2caa49ec214c52a62dde8e61321cfc28fc716177 (diff) | |
download | ppe42-binutils-ddbe80f79c77158753426952027936f063ffc08b.tar.gz ppe42-binutils-ddbe80f79c77158753426952027936f063ffc08b.zip |
* mips.h (R_MIPS16_S3): Change to a higher value.
-rw-r--r-- | include/elf/.Sanitize | 2 | ||||
-rw-r--r-- | include/elf/ChangeLog | 6 | ||||
-rw-r--r-- | include/elf/mips.h | 8 |
3 files changed, 11 insertions, 5 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index a871771a9a..286327a764 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 7371ca2f16..93158ed22b 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 62ae632a6d..cccf3c7bd2 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) |