* elfxx-tilegx.c (tilegx_elf_relocate_section): Silence bogus warning.
This commit is contained in:
parent
de8e3c0085
commit
84abc003c2
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user