This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from f389f6f testsuite: Fix recent GCC FAIL: gdb.arch/i386-signal.exp new 616ec35 Don't use boolean OR in arithmetic expressions new 95e6169 bison warning fixes new d8e9025 [GOLD] -Wimplicit-fallthrough warning fixes new 2b80414 -Wimplicit-fallthrough error fixes new 1e0f0b4 -Wimplicit-fallthrough noreturn fixes new 1a0670f -Wimplicit-fallthrough warning fixes
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 51 ++++++++++++ bfd/coff-h8300.c | 4 +- bfd/coffcode.h | 4 +- bfd/coffgen.c | 4 +- bfd/cpu-ns32k.c | 4 + bfd/elf-m10300.c | 1 + bfd/elf32-arm.c | 1 + bfd/elf32-avr.c | 1 + bfd/elf32-bfin.c | 1 + bfd/elf32-epiphany.c | 5 +- bfd/elf32-frv.c | 1 + bfd/elf32-hppa.c | 2 +- bfd/elf32-i386.c | 1 + bfd/elf32-microblaze.c | 3 + bfd/elf32-nds32.c | 4 + bfd/elf32-ppc.c | 17 ++-- bfd/elf32-rl78.c | 1 + bfd/elf32-rx.c | 4 + bfd/elf32-s390.c | 2 + bfd/elf32-score.c | 5 +- bfd/elf32-score7.c | 5 +- bfd/elf32-sh.c | 1 + bfd/elf32-tic6x.c | 1 + bfd/elf64-ia64-vms.c | 1 + bfd/elf64-ppc.c | 21 ++--- bfd/elf64-s390.c | 2 + bfd/elf64-x86-64.c | 2 + bfd/elflink.c | 1 + bfd/elfnn-aarch64.c | 2 + bfd/elfnn-ia64.c | 1 + bfd/elfxx-aarch64.c | 2 +- bfd/elfxx-mips.c | 3 +- bfd/ieee.c | 14 ++++ bfd/oasys.c | 1 + bfd/pdp11.c | 1 + bfd/reloc.c | 2 + bfd/srec.c | 2 + bfd/versados.c | 1 + binutils/ChangeLog | 28 +++++++ binutils/coffdump.c | 1 + binutils/cxxfilt.c | 2 +- binutils/dlltool.c | 3 +- binutils/dwarf.c | 3 + binutils/elfcomm.c | 8 ++ binutils/elfedit.c | 2 +- binutils/nm.c | 2 +- binutils/objcopy.c | 6 +- binutils/readelf.c | 17 ++-- binutils/srconv.c | 42 +--------- binutils/stabs.c | 1 + binutils/strings.c | 5 +- binutils/sysdump.c | 16 +--- binutils/sysinfo.y | 4 +- gas/ChangeLog | 70 ++++++++++++++++ gas/app.c | 1 + gas/as.h | 2 +- gas/config/obj-elf.c | 1 + gas/config/rl78-parse.y | 2 +- gas/config/rx-parse.y | 2 +- gas/config/tc-alpha.c | 2 + gas/config/tc-arc.c | 8 +- gas/config/tc-arm.c | 12 ++- gas/config/tc-cr16.c | 6 +- gas/config/tc-crx.c | 3 + gas/config/tc-d10v.c | 2 +- gas/config/tc-dlx.c | 1 + gas/config/tc-h8300.c | 1 + gas/config/tc-hppa.c | 4 +- gas/config/tc-i370.c | 1 + gas/config/tc-i386.c | 35 ++++++++ gas/config/tc-i960.c | 4 +- gas/config/tc-ia64.c | 7 +- gas/config/tc-m68hc11.c | 1 + gas/config/tc-m68k.c | 3 +- gas/config/tc-mcore.c | 2 +- gas/config/tc-mep.c | 4 +- gas/config/tc-metag.c | 3 + gas/config/tc-microblaze.c | 1 + gas/config/tc-mips.c | 26 ++++++ gas/config/tc-mt.c | 1 + gas/config/tc-nds32.c | 1 + gas/config/tc-ns32k.c | 6 +- gas/config/tc-rx.c | 2 + gas/config/tc-s390.c | 1 + gas/config/tc-score.c | 1 + gas/config/tc-score7.c | 1 + gas/config/tc-sh.c | 2 + gas/config/tc-tic4x.c | 21 +++-- gas/config/tc-vax.c | 2 + gas/config/tc-visium.c | 3 +- gas/config/tc-xstormy16.c | 3 +- gas/config/tc-z80.c | 3 + gas/config/tc-z8k.c | 7 +- gas/depend.c | 4 +- gas/dw2gencfi.c | 1 + gas/expr.c | 1 + gold/ChangeLog | 16 ++++ gold/aarch64.cc | 4 +- gold/arm.cc | 2 +- gold/mips.cc | 7 +- gold/powerpc.cc | 15 +++- gold/resolve.cc | 1 + gold/s390.cc | 8 +- gold/sparc.cc | 8 +- gold/tilegx.cc | 2 + gold/x86_64.cc | 2 +- gprof/ChangeLog | 4 + gprof/gprof.c | 2 + ld/ChangeLog | 10 +++ ld/lexsup.c | 3 +- ld/plugin.c | 2 + opcodes/ChangeLog | 28 +++++++ opcodes/aarch64-dis.c | 5 ++ opcodes/aarch64-opc.c | 7 +- opcodes/arc-dis.c | 1 + opcodes/arc-ext.c | 1 + opcodes/arm-dis.c | 1 + opcodes/cr16-dis.c | 2 +- opcodes/crx-dis.c | 2 +- opcodes/i386-dis.c | 10 ++- opcodes/m68k-dis.c | 1 + opcodes/mep-asm.c | 1 + opcodes/msp430-decode.c | 199 +++++++++++++++++++++++---------------------- opcodes/msp430-decode.opc | 1 + opcodes/ns32k-dis.c | 1 + opcodes/sh-dis.c | 2 + opcodes/tic4x-dis.c | 1 + opcodes/tic6x-dis.c | 1 + opcodes/vax-dis.c | 3 + 129 files changed, 672 insertions(+), 264 deletions(-)