summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-05-22 08:39:52 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-05-22 08:39:52 +0000
commit7e5f588bc190f3a42195ce70b52f5b98da2eefc2 (patch)
tree032ff7284e96b8b57eba7a13f1d39bb9c3d40a28 /bfd/elfxx-mips.c
parent74f8ec63d087a477afa2f9cec6a91a60c06ff31e (diff)
downloadbinutils-redhat-7e5f588bc190f3a42195ce70b52f5b98da2eefc2.tar.gz
PR binutils/15462
* elfxx-mips.c (_bfd_mips_elf_relocate_section): Warning fix.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index fa807713c1..a3b50f30d5 100644
--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -9354,7 +9354,7 @@ _bfd_mips_elf_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
const char *name;
bfd_vma value = 0;
reloc_howto_type *howto;
- bfd_boolean cross_mode_jump_p;
+ bfd_boolean cross_mode_jump_p = FALSE;
/* TRUE if the relocation is a RELA relocation, rather than a
REL relocation. */
bfd_boolean rela_relocation_p = TRUE;