forked from Imagelibrary/binutils-gdb
PR binutils/15462
* elfxx-mips.c (_bfd_mips_elf_relocate_section): Warning fix.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2013-05-22 Eric Herman <eric@freesa.org>
|
||||
|
||||
PR binutils/15462
|
||||
* elfxx-mips.c (_bfd_mips_elf_relocate_section): Warning fix.
|
||||
|
||||
2013-05-22 Ralf Dreesen <gamma@dreesen.net>
|
||||
|
||||
PR binutils/15474
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user