include/elf/
* mips.h (R_MIPS_GLOB_DAT): Define (R_MIPS_max): Bump by 1. bfd/ * elf32-mips.c (elf_mips_howto_table_rel): Add R_MIPS_GLOB_DAT. * elfn32-mips.c (elf_mips_howto_table_rel): Likewise. (elf_mips_howto_table_rela): Likewise. * elf64-mips.c (mips_elf64_howto_table_rel): Likewise. (mips_elf64_howto_table_rela): Likewise.
This commit is contained in:
@ -87,7 +87,8 @@ START_RELOC_NUMBERS (elf_mips_reloc_type)
|
||||
RELOC_NUMBER (R_MIPS_TLS_TPREL64, 48)
|
||||
RELOC_NUMBER (R_MIPS_TLS_TPREL_HI16, 49)
|
||||
RELOC_NUMBER (R_MIPS_TLS_TPREL_LO16, 50)
|
||||
FAKE_RELOC (R_MIPS_max, 51)
|
||||
RELOC_NUMBER (R_MIPS_GLOB_DAT, 51)
|
||||
FAKE_RELOC (R_MIPS_max, 52)
|
||||
/* These relocs are used for the mips16. */
|
||||
FAKE_RELOC (R_MIPS16_min, 100)
|
||||
RELOC_NUMBER (R_MIPS16_26, 100)
|
||||
|
Reference in New Issue
Block a user