From: Maciej W. Rozycki Date: Fri, 11 Feb 2005 20:29:29 +0000 (+0000) Subject: * mips.h (R_MIPS_max): Use FAKE_RELOC to define. X-Git-Tag: binutils-2_16-branchpoint~315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1c17af23836343c9098a4c47a0f057f396c92b7;p=external%2Fbinutils.git * mips.h (R_MIPS_max): Use FAKE_RELOC to define. --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 74795ee..f27deb4 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2005-02-11 Maciej W. Rozycki + + * mips.h (R_MIPS_max): Use FAKE_RELOC to define. + 2005-01-25 Alexandre Oliva 2004-12-10 Alexandre Oliva 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)