Fix compile time warnings building the binutils with a gcc6 compiler.
authorNick Clifton <nickc@redhat.com>
Tue, 9 Feb 2016 16:34:24 +0000 (16:34 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 9 Feb 2016 16:34:24 +0000 (16:34 +0000)
commit609332f15cc2ad651d0ebd573010595a4593e89a
treeae02dcac97f08c1001e9032db4e07b9329c335d0
parent1e94266c4db633f7defaf4bb68c74fd09a9cf9e2
Fix compile time warnings building the binutils with a gcc6 compiler.

include * opcode/metag.h (metag_scondtab): Mark as possibly unused.
* opcode/nds32.h (nds32_r45map): Likewise.
(nds32_r54map): Likewise.
* opcode/visium.h (gen_reg_table): Likewise.
(fp_reg_table, cc_table, opcode_table): Likewise.

bfd * oasys.c (oasys_archive_p): Fix indentation.
* elf32-nds32.c (nds32_elf_relax_section): Use an unsigned
constant for left shifting.
bfd/ChangeLog
bfd/elf32-nds32.c
bfd/oasys.c
include/ChangeLog
include/opcode/metag.h
include/opcode/nds32.h
include/opcode/visium.h
This page took 0.026324 seconds and 4 git commands to generate.