aboutsummaryrefslogtreecommitdiff
path: root/include/elf/mips.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2005-02-11 20:29:29 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2005-02-11 20:29:29 +0000
commita1c17af23836343c9098a4c47a0f057f396c92b7 (patch)
tree11d14a43313ce987b2277210c80a3d6a6c08b5ff /include/elf/mips.h
parente2e0b3e57f11bb2539724fc955af7e22380613c1 (diff)
downloadgdb-a1c17af23836343c9098a4c47a0f057f396c92b7.zip
gdb-a1c17af23836343c9098a4c47a0f057f396c92b7.tar.gz
gdb-a1c17af23836343c9098a4c47a0f057f396c92b7.tar.bz2
* mips.h (R_MIPS_max): Use FAKE_RELOC to define.
Diffstat (limited to 'include/elf/mips.h')
-rw-r--r--include/elf/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h
index 741fe74..ccf5874 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)