diff options
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/elf64-mips.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7cf1999..030ce2e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 23 13:33:19 1998 Doug Evans <devans@canuck.cygnus.com> + + * 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 0ea1f8d..bfb3610 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, |