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
commitefbf5ce304ceadd074ecb287e03a459b80a8fcfd (patch)
treea5dbc990c6a37a6f5f6407d329cebfc7d9b1a1dc /bfd/elfn32-mips.c
parentc5493b060db96b683aa2ff547b0f32869c851eba (diff)
downloadbinutils-redhat-efbf5ce304ceadd074ecb287e03a459b80a8fcfd.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 769c414981..71dc2d0792 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 */
};