This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from cb51b708fd testsuite: note on use_gdb_stub usage adds 32e4f96cec Add support for the split DWARF forms. adds f821878623 testsuite: Remove extra \n from expected output of tsv notif [...] adds 0e12f6c802 Add support for decoding DWARF v5 DW_AT_addr_base tags. adds fe0171d248 Correct an error message in the ARM assembler. adds 7fe1b1388f nm: Add --quiet to suppress "no symbols" diagnostic adds 0cf9ea0b16 Automatic date update in version.in adds 573dc0cc43 Minor fix in skip_ctf_tests adds bb3a4efe13 [PR gdb/27393] set directories: handle empty dirs. adds b2287f90e4 Automatic date update in version.in new f8069d55c1 sim: delete redundant SIM_EXTRA_ALL new ed30adf750 sim: delete unused SIM_EXTRA_LIBDEPS new ebe9564b99 sim: require AC_PROG_CPP explicitly new a3e2cc64a6 sim: use AC_CHECK_TOOL to find ar
The 4 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/version.h | 2 +- binutils/ChangeLog | 23 ++ binutils/NEWS | 3 + binutils/doc/binutils.texi | 5 + binutils/dwarf.c | 102 +++++++- binutils/nm.c | 18 +- gas/ChangeLog | 8 + gas/config/tc-arm.c | 2 +- gas/testsuite/gas/arm/pr27411.d | 2 + gas/testsuite/gas/arm/pr27411.l | 6 + gas/testsuite/gas/arm/pr27411.s | 14 ++ gdb/ChangeLog | 5 + gdb/source.c | 2 + gdb/testsuite/ChangeLog | 15 ++ gdb/testsuite/gdb.base/source-dir.exp | 41 ++++ gdb/testsuite/gdb.trace/mi-tsv-changed.exp | 10 +- gdb/testsuite/lib/gdb.exp | 4 +- sim/ChangeLog | 17 ++ sim/README-HACKING | 4 - sim/aarch64/ChangeLog | 4 + sim/aarch64/configure | 373 ++++++++++++++++++----------- sim/arm/ChangeLog | 6 +- sim/arm/configure | 373 ++++++++++++++++++----------- sim/avr/ChangeLog | 4 + sim/avr/configure | 373 ++++++++++++++++++----------- sim/bfin/ChangeLog | 4 + sim/bfin/configure | 373 ++++++++++++++++++----------- sim/bpf/ChangeLog | 4 + sim/bpf/configure | 373 ++++++++++++++++++----------- sim/common/ChangeLog | 10 + sim/common/Make-common.in | 9 +- sim/cr16/ChangeLog | 5 +- sim/cr16/configure | 373 ++++++++++++++++++----------- sim/cris/ChangeLog | 4 + sim/cris/configure | 373 ++++++++++++++++++----------- sim/d10v/ChangeLog | 5 +- sim/d10v/configure | 373 ++++++++++++++++++----------- sim/erc32/ChangeLog | 9 + sim/erc32/Makefile.in | 2 +- sim/erc32/configure | 373 ++++++++++++++++++----------- sim/frv/ChangeLog | 4 + sim/frv/configure | 373 ++++++++++++++++++----------- sim/ft32/ChangeLog | 4 + sim/ft32/configure | 373 ++++++++++++++++++----------- sim/h8300/ChangeLog | 4 + sim/h8300/configure | 373 ++++++++++++++++++----------- sim/iq2000/ChangeLog | 4 + sim/iq2000/configure | 373 ++++++++++++++++++----------- sim/lm32/ChangeLog | 4 + sim/lm32/configure | 373 ++++++++++++++++++----------- sim/m32c/ChangeLog | 4 + sim/m32c/configure | 373 ++++++++++++++++++----------- sim/m32r/ChangeLog | 4 + sim/m32r/configure | 373 ++++++++++++++++++----------- sim/m4/sim_ac_common.m4 | 4 +- sim/m68hc11/ChangeLog | 4 + sim/m68hc11/configure | 373 ++++++++++++++++++----------- sim/mcore/ChangeLog | 5 +- sim/mcore/configure | 373 ++++++++++++++++++----------- sim/microblaze/ChangeLog | 4 + sim/microblaze/configure | 373 ++++++++++++++++++----------- sim/mips/ChangeLog | 9 + sim/mips/Makefile.in | 2 +- sim/mips/configure | 373 ++++++++++++++++++----------- sim/mn10300/ChangeLog | 4 + sim/mn10300/configure | 373 ++++++++++++++++++----------- sim/moxie/ChangeLog | 4 + sim/moxie/configure | 373 ++++++++++++++++++----------- sim/msp430/ChangeLog | 12 + sim/msp430/Makefile.in | 4 - sim/msp430/configure | 373 ++++++++++++++++++----------- sim/or1k/ChangeLog | 4 + sim/or1k/configure | 373 ++++++++++++++++++----------- sim/pru/ChangeLog | 4 + sim/pru/configure | 373 ++++++++++++++++++----------- sim/riscv/ChangeLog | 4 + sim/riscv/configure | 373 ++++++++++++++++++----------- sim/rl78/ChangeLog | 4 + sim/rl78/configure | 373 ++++++++++++++++++----------- sim/rx/ChangeLog | 4 + sim/rx/configure | 373 ++++++++++++++++++----------- sim/sh/ChangeLog | 5 +- sim/sh/configure | 373 ++++++++++++++++++----------- sim/v850/ChangeLog | 4 + sim/v850/configure | 373 ++++++++++++++++++----------- 85 files changed, 7376 insertions(+), 4272 deletions(-) create mode 100644 gas/testsuite/gas/arm/pr27411.d create mode 100644 gas/testsuite/gas/arm/pr27411.l create mode 100644 gas/testsuite/gas/arm/pr27411.s