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 /include/elf/mips.h | |
parent | 2caa49ec214c52a62dde8e61321cfc28fc716177 (diff) | |
download | gdb-ddbe80f79c77158753426952027936f063ffc08b.zip gdb-ddbe80f79c77158753426952027936f063ffc08b.tar.gz gdb-ddbe80f79c77158753426952027936f063ffc08b.tar.bz2 |
* mips.h (R_MIPS16_S3): Change to a higher value.
Diffstat (limited to 'include/elf/mips.h')
-rw-r--r-- | include/elf/mips.h | 8 |
1 files changed, 4 insertions, 4 deletions
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) |