* elfxx-tilegx.c (tilegx_elf_relocate_section): Silence bogus warning.

This commit is contained in:
Alan Modra 2012-03-01 01:55:11 +00:00
parent de8e3c0085
commit 84abc003c2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-03-01 Alan Modra <amodra@gmail.com>
* elfxx-tilegx.c (tilegx_elf_relocate_section): Silence bogus warning.
2012-02-27 Alan Modra <amodra@gmail.com>
* elf32-sh.c (sh_elf_osec_to_segment): Check for elf flavour bfd

View File

@ -3230,7 +3230,7 @@ tilegx_elf_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
int dest_begin = is_pipe0 ? 0 : 31;
int src_begin;
const bfd_byte *insn;
const bfd_byte *mask;
const bfd_byte *mask = NULL;
if (is_tls_le)
{