This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 26b43ca6e6 Fix date in ChangeLog adds 06172a2c98 Automatic date update in version.in adds 8255cf421c libctf regen for NEWS adds bfece7562d Add PR27441 testcase adds 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.
No new revisions were added by this update.
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 | 19 ++++++ gdb/testsuite/gdb.base/source-dir.exp | 41 ++++++++++++ gdb/testsuite/gdb.trace/mi-tsv-changed.exp | 10 +-- gdb/testsuite/lib/gdb.exp | 7 +- ld/ChangeLog | 9 +++ ld/testsuite/ld-plugin/lto.exp | 12 ++++ ld/testsuite/ld-plugin/pr27441a.c | 2 + ld/testsuite/ld-plugin/pr27441b.c | 1 + ld/testsuite/ld-plugin/pr27441c.c | 8 +++ ld/testsuite/ld-plugin/pr27441c.d | 4 ++ libctf/ChangeLog | 4 ++ libctf/Makefile.in | 2 +- 25 files changed, 293 insertions(+), 18 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 create mode 100644 ld/testsuite/ld-plugin/pr27441a.c create mode 100644 ld/testsuite/ld-plugin/pr27441b.c create mode 100644 ld/testsuite/ld-plugin/pr27441c.c create mode 100644 ld/testsuite/ld-plugin/pr27441c.d