From: Doug Evans Date: Thu, 23 Jul 1998 20:37:42 +0000 (+0000) Subject: * elf64-mips.c (mips_elf64_reloc_type): #if 0 out more relocations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=650a22721ede761cff0a22715618d8c55d271084;p=binutils-gdb.git * elf64-mips.c (mips_elf64_reloc_type): #if 0 out more relocations as they are defined in elf/mips.h now. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7cf19992325..030ce2ee2e2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 23 13:33:19 1998 Doug Evans + + * elf64-mips.c (mips_elf64_reloc_type): #if 0 out more relocations + as they are defined in elf/mips.h now. + Thu Jul 23 11:29:43 1998 Jeffrey A Law (law@cygnus.com) start-sanitize-am33 diff --git a/bfd/elf64-mips.c b/bfd/elf64-mips.c index 0ea1f8df678..bfb3610f3ef 100644 --- a/bfd/elf64-mips.c +++ b/bfd/elf64-mips.c @@ -100,7 +100,6 @@ enum mips_elf64_reloc_type R_MIPS_CALL16 = 11, R_MIPS_CALL = 11, R_MIPS_GPREL32 = 12, -#endif R_MIPS_SHIFT5 = 16, R_MIPS_SHIFT6 = 17, R_MIPS_64 = 18, @@ -117,6 +116,7 @@ enum mips_elf64_reloc_type R_MIPS_HIGHEST = 29, R_MIPS_CALL_HI16 = 30, R_MIPS_CALL_LO16 = 31, +#endif R_MIPS_SCN_DISP = 32, R_MIPS_REL16 = 33, R_MIPS_ADD_IMMEDIATE = 34,