This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gdb.
from 7a53275579 Re: Don't compile some opcodes files when bfd is 32-bit only adds a0cfd0ca0e [gdb/testsuite] Add missing wait in gdb.base/signals-state-c [...] adds 7c80aab936 elf/x86: Issue an error on discarded output .plt section adds 2888fe8d19 gdb fix PowerPC test gdb.arch/ppc-longdouble.exp adds 90ad9178f1 gdb: PowerPC fix gdb.base/break-interp.exp adds ab19827912 gdb fix for catch-syscall.exp adds 557b4d7650 gdbsupport: make gdb_assert_not_reached accept a format string adds 76eb8ef1ce gdb: include gdbarch.h in all files extending gdbarch_tdep adds 578c64a45a Add multibyte character warning option to the assembler. new 8ba97c1904 [gdb/doc] Fix negative repeat count examining memory example
The 1 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/elf32-i386.c | 8 ++++ bfd/elf64-x86-64.c | 8 ++++ gas/ChangeLog | 22 +++++++++++ gas/NEWS | 8 ++++ gas/app.c | 54 ++++++++++++++++++++++++++ gas/as.c | 23 +++++++++-- gas/as.h | 9 +++++ gas/doc/as.texi | 30 ++++++++++++-- gas/input-scrub.c | 5 +++ gas/symbols.c | 34 +++++++++++++++- gas/testsuite/gas/all/gas.exp | 2 + gas/testsuite/gas/all/multibyte.s | 8 ++++ gas/testsuite/gas/all/multibyte1.d | 3 ++ gas/testsuite/gas/all/multibyte1.l | 12 ++++++ gas/testsuite/gas/all/multibyte2.d | 3 ++ gas/testsuite/gas/all/multibyte2.l | 2 + gdb/arch/arc.c | 4 +- gdb/avr-tdep.c | 1 + gdb/ax-gdb.c | 2 +- gdb/bfin-tdep.h | 2 + gdb/bpf-tdep.c | 1 + gdb/cli/cli-option.c | 4 +- gdb/compile/compile-c-support.c | 6 +-- gdb/compile/compile-c-symbols.c | 4 +- gdb/cris-tdep.h | 2 + gdb/csky-tdep.h | 2 + gdb/doc/gdb.texinfo | 2 +- gdb/dwarf2/read.c | 2 +- gdb/findvar.c | 4 +- gdb/frv-tdep.c | 1 + gdb/ft32-tdep.h | 2 + gdb/infrun.c | 4 +- gdb/lm32-tdep.c | 1 + gdb/m32c-tdep.c | 1 + gdb/m68hc11-tdep.c | 1 + gdb/m68k-tdep.h | 2 + gdb/mep-tdep.c | 1 + gdb/microblaze-tdep.h | 1 + gdb/mips-tdep.h | 1 + gdb/moxie-tdep.h | 2 + gdb/msp430-tdep.c | 1 + gdb/nds32-tdep.h | 2 + gdb/or1k-tdep.c | 1 + gdb/ppc-linux-tdep.c | 22 +++++++++++ gdb/ppc-tdep.h | 10 +++++ gdb/printcmd.c | 2 +- gdb/remote.c | 4 +- gdb/riscv-tdep.c | 6 +-- gdb/rl78-tdep.c | 1 + gdb/rs6000-tdep.c | 10 +---- gdb/rx-tdep.c | 1 + gdb/s12z-tdep.c | 1 + gdb/s390-tdep.h | 1 + gdb/testsuite/gdb.arch/ppc-longdouble.exp | 2 +- gdb/testsuite/gdb.base/catch-syscall.exp | 6 ++- gdb/testsuite/gdb.base/signals-state-child.exp | 14 +++++-- gdb/thread-fsm.h | 2 +- gdb/tid-parse.c | 4 +- gdb/tracepoint.c | 2 +- gdb/tui/tui-layout.c | 2 +- gdb/ui-out.c | 12 +++--- gdb/v850-tdep.c | 1 + gdb/varobj.c | 3 +- gdb/z80-tdep.c | 1 + gdbsupport/filestuff.cc | 6 +-- gdbsupport/gdb_assert.h | 5 ++- ld/testsuite/ld-elf/pr28597.d | 3 ++ ld/testsuite/ld-elf/pr28597.s | 4 ++ ld/testsuite/ld-elf/pr28597.t | 14 +++++++ 69 files changed, 362 insertions(+), 65 deletions(-) create mode 100644 gas/testsuite/gas/all/multibyte.s create mode 100644 gas/testsuite/gas/all/multibyte1.d create mode 100644 gas/testsuite/gas/all/multibyte1.l create mode 100644 gas/testsuite/gas/all/multibyte2.d create mode 100644 gas/testsuite/gas/all/multibyte2.l create mode 100644 ld/testsuite/ld-elf/pr28597.d create mode 100644 ld/testsuite/ld-elf/pr28597.s create mode 100644 ld/testsuite/ld-elf/pr28597.t