diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2005-02-11 20:29:29 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2005-02-11 20:29:29 +0000 |
commit | 6ed61878bcdf556db7c7ea9d01839631303ff677 (patch) | |
tree | adc5a6a3f50c4fadb6a725140c8c1495280c7e43 /include/elf/mips.h | |
parent | 8be730bbb14e0924efe5c560f0a4b07af5c653eb (diff) | |
download | cygnal-6ed61878bcdf556db7c7ea9d01839631303ff677.tar.gz cygnal-6ed61878bcdf556db7c7ea9d01839631303ff677.tar.bz2 cygnal-6ed61878bcdf556db7c7ea9d01839631303ff677.zip |
* mips.h (R_MIPS_max): Use FAKE_RELOC to define.
Diffstat (limited to 'include/elf/mips.h')
-rw-r--r-- | include/elf/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h index 741fe7406..ccf587453 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -72,7 +72,7 @@ START_RELOC_NUMBERS (elf_mips_reloc_type) RELOC_NUMBER (R_MIPS_PJUMP, 35) RELOC_NUMBER (R_MIPS_RELGOT, 36) RELOC_NUMBER (R_MIPS_JALR, 37) - RELOC_NUMBER (R_MIPS_max, 38) + FAKE_RELOC (R_MIPS_max, 38) /* These relocs are used for the mips16. */ RELOC_NUMBER (R_MIPS16_26, 100) RELOC_NUMBER (R_MIPS16_GPREL, 101) |