* elf64-mips.c (mips_elf64_reloc_type): #if 0 out more relocations

as they are defined in elf/mips.h now.
This commit is contained in:
Doug Evans 1998-07-23 20:37:42 +00:00
parent 0ab3f08623
commit 650a22721e
2 changed files with 6 additions and 1 deletions

View 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

View 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,