summaryrefslogtreecommitdiff
path: root/bfd/elfn32-mips.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2004-12-09 06:32:41 +0000
committerIan Lance Taylor <ian@airs.com>2004-12-09 06:32:41 +0000
commit59ff29c3bd4e004c400da727bbd82cc8c3569d8a (patch)
tree231a1a3d4501de6b39a3ba18a81b3a285816fb90 /bfd/elfn32-mips.c
parente991dc47a96a09b8067a6e8b143b0df0ef2ce61d (diff)
downloadgdb-59ff29c3bd4e004c400da727bbd82cc8c3569d8a.tar.gz
* elfn32-mips.c (elf_mips_howto_table_rela): Change dst_mask of
R_MIPS_JALR entry to 0.
Diffstat (limited to 'bfd/elfn32-mips.c')
-rw-r--r--bfd/elfn32-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfn32-mips.c b/bfd/elfn32-mips.c
index 769c4149812..71dc2d0792c 100644
--- a/bfd/elfn32-mips.c
+++ b/bfd/elfn32-mips.c
@@ -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 */
};