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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from ce04ca3123 Use sha256 for hashes in the release process adds 1b00ef063f [gdb/symtab] Fix language of frame without debug info adds f93b876030 [gdb/testsuite] Fix gdb.dwarf2/dw2-error.exp with -readnow adds 32a5f98aa4 [gdb/testsuite] Fix gdb.base/relocate.exp with -readnow adds 6b68fd45a8 [gdb/testsuite] Fix gdb.rust/traits.exp with -readnow adds efe9b87393 [gdb/testsuite] Fix re-read FAILs with -readnow adds 99cc6b2abf [gdb/testsuite] Fix gdb.python/py-symbol.exp with -readnow adds f06c0d01f1 Automatic date update in version.in adds 0ad0e70c73 [gdb/testsuite] Fix DUPLICATEs in gdb.threads/tls.exp adds 00c19b8e78 Fix a potential illegal memory access by objcopy when extrac [...] new cfaa8f7692 gdb: restore thread after detaching or killing an inferior new 76868f3606 dwarf: Also match abbrev base when searching abbrev list new 59d5613e42 aarch64: Fix DSB instruction 'missing immediate expression' errors
The 3 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 | 22 + binutils/dwarf.c | 52 +- binutils/objcopy.c | 11 +- .../{pr26160.r => x86-64/pr26808.dump} | 903 ++++++++++----------- .../{pr26160.dwp.bz2 => x86-64/pr26808.dwp.bz2} | Bin binutils/testsuite/binutils-all/x86-64/x86-64.exp | 31 + gas/config/tc-aarch64.c | 6 +- gas/testsuite/gas/aarch64/system.d | 14 + gas/testsuite/gas/aarch64/system.s | 15 + gdb/ChangeLog | 12 + gdb/inferior.c | 4 + gdb/symtab.c | 8 + gdb/testsuite/ChangeLog | 39 + gdb/testsuite/gdb.ada/exec_changed.exp | 8 + .../gdb.base/kill-detach-inferiors-cmd.exp | 2 + gdb/testsuite/gdb.base/relocate.exp | 9 +- gdb/testsuite/gdb.base/reread.exp | 8 + gdb/testsuite/gdb.dwarf2/dw2-error.exp | 9 + .../{main-foo.c => dw2-ranges-overlap.c} | 22 +- ...-extended-opcode.exp => dw2-ranges-overlap.exp} | 52 +- gdb/testsuite/gdb.python/py-symbol.exp | 32 +- gdb/testsuite/gdb.rust/traits.exp | 8 + gdb/testsuite/gdb.threads/tls.exp | 9 +- gdb/testsuite/lib/gdb.exp | 9 +- 25 files changed, 764 insertions(+), 523 deletions(-) copy binutils/testsuite/binutils-all/{pr26160.r => x86-64/pr26808.dump} (57%) copy binutils/testsuite/binutils-all/{pr26160.dwp.bz2 => x86-64/pr26808.dwp.bz2} (100%) copy gdb/testsuite/gdb.dwarf2/{main-foo.c => dw2-ranges-overlap.c} (83%) copy gdb/testsuite/gdb.dwarf2/{dw2-vendor-extended-opcode.exp => dw2-ranges-overla [...]