This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 871f0fc66a Automatic date update in version.in adds 38e75bf223 [AArch64][gas] Add support for Neoverse N1 adds 516dbc4418 [AArch64][gas] Add support for Neoverse E1 adds 83f43c8344 [arm][gas] Add support for Neoverse N1 adds 24841daa74 Extend readelf and objdump so that they will display and fol [...] adds bb995d00b3 Fix symtab/23853: symlinked default symtab adds 9600246deb Add missing ChangeLog entries for commit bb995d00b3eef2f48d0 [...] adds c6f4a5d0ed gdb: Update copyright year range generated by gdbarch.sh adds 07bc701d03 Look for build-id-based separate debug files under the sysroot adds 04dcda9cb0 Update my email address adds 8a7a93c20a Automatic date update in version.in adds c97a773961 Update copyright year range in gdb.texinfo and refcard.tex adds e0e7d3bd21 Update copyright year range in gdb.ada/mi_ref_changeable testcase adds 8a6a85134d Use '--readnever' when invoking GDB from gcore.in adds 4323c5ad3c Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 38 ++ binutils/NEWS | 6 + binutils/doc/debug.options.texi | 11 +- binutils/dwarf.c | 447 +++++++++++++-------- binutils/dwarf.h | 11 +- binutils/objdump.c | 15 +- binutils/readelf.c | 23 +- binutils/testsuite/binutils-all/objdump.WK2 | 2 +- binutils/testsuite/binutils-all/readelf.k2 | 7 +- gas/ChangeLog | 15 + gas/config/tc-aarch64.c | 10 + gas/config/tc-arm.c | 4 +- gas/doc/c-aarch64.texi | 2 + gas/doc/c-arm.texi | 1 + gdb/ChangeLog | 25 ++ gdb/MAINTAINERS | 2 +- gdb/build-id.c | 115 ++++-- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 4 +- gdb/doc/refcard.tex | 4 +- gdb/gcore.in | 3 +- gdb/gdbarch.sh | 2 +- gdb/linespec.c | 6 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.ada/mi_ref_changeable.exp | 2 +- .../gdb.ada/mi_ref_changeable/foo_rb20_056.adb | 2 +- gdb/testsuite/gdb.ada/mi_ref_changeable/pck.adb | 2 +- gdb/testsuite/gdb.ada/mi_ref_changeable/pck.ads | 2 +- .../gdb.base/{msym-lang.c => symlink-sourcefile.c} | 12 +- gdb/testsuite/gdb.base/symlink-sourcefile.exp | 45 +++ .../gdb.dwarf2/inlined_subroutine-inheritance.exp | 2 +- 32 files changed, 593 insertions(+), 248 deletions(-) copy gdb/testsuite/gdb.base/{msym-lang.c => symlink-sourcefile.c} (85%) create mode 100644 gdb/testsuite/gdb.base/symlink-sourcefile.exp