* elfn32-mips.c (elf_mips_howto_table_rela): Change dst_mask of

R_MIPS_JALR entry to 0.
This commit is contained in:
Ian Lance Taylor
2004-12-09 06:32:41 +00:00
parent ebcb91b7dc
commit 74f79d8d75
2 changed files with 4 additions and 1 deletions

View File

@ -1115,7 +1115,7 @@ static reloc_howto_type elf_mips_howto_table_rela[] =
"R_MIPS_JALR", /* name */
FALSE, /* partial_inplace */
0, /* src_mask */
0xffffffff, /* dst_mask */
0, /* dst_mask */
FALSE), /* pcrel_offset */
};