* elf64-mips.c (mips_elf64_reloc_type): #if 0 out more relocations
authorDoug Evans <dje@google.com>
Thu, 23 Jul 1998 20:37:42 +0000 (20:37 +0000)
committerDoug Evans <dje@google.com>
Thu, 23 Jul 1998 20:37:42 +0000 (20:37 +0000)
as they are defined in elf/mips.h now.

bfd/ChangeLog
bfd/elf64-mips.c

index 7cf1999232591d5b738e415751982679bd61260e..030ce2ee2e2fea32562ee1444558be5077f3e501 100644 (file)
@@ -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
index 0ea1f8df67897e9eb15f851904f1dd8702ef6c17..bfb3610f3efc4ac9130662c5d985abeb4bde96e6 100644 (file)
@@ -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,
This page took 0.028415 seconds and 4 git commands to generate.