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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from a2cf3633b3 Automatic date update in version.in adds b4b3e2dee2 gdb: avoid premature dummy frame garbage collection adds 9b715c68e8 gdb/arm: add support for bare-metal core dumps adds b97eff8ffa gdb: run 'maint selftest' with an executable loaded adds 17d305ef8f [gdb/symtab] Ignore cold clones adds f99d1d3749 Remove gdb/testsuite/configure adds bdbbcd5774 Always build 'all' in gdb/testsuite adds 2adf178139 Apply silent Makefile rules to gdb/testsuite adds ba56237dab Clean up gdb's --enable-shared adds 906f72d454 Remove some gdb/data-directory special cases adds aeeb758df5 Conditionally restore displaced stepping state after fork. adds 75bf2c9cf7 Automatic date update in version.in adds 45342c7c91 asan: heap buffer overflow in _bfd_elf_parse_attributes adds 8a222a6b0f gdb/testsuite: escape '*' character in pattern used by flang adds f2d4211150 gdb/testsuite: only add -J option when compiling with gfortran adds 8f46711443 arc: Construct disassembler options dynamically adds 170960e8e1 Fix threadapply test adds ea6197bf5f sim m32c: Include defs.h in m32c.opc and r8c.opc. adds 60be64b396 Fix temp-dir leakage in per-bfd-sharing.exp adds 9ef5bfdad9 Automatic date update in version.in adds a38d139645 PR1202, mcore disassembler: wrong address loopt
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/elf-attrs.c | 6 +- bfd/version.h | 2 +- gas/ChangeLog | 5 + gas/testsuite/gas/mcore/allinsn.d | 2 +- gdb/ChangeLog | 52 + gdb/Makefile.in | 14 +- gdb/arm-none-tdep.c | 213 + gdb/breakpoint.c | 52 +- gdb/configure | 88 +- gdb/configure.ac | 36 +- gdb/configure.tgt | 3 +- gdb/infrun.c | 16 +- gdb/minsyms.c | 52 + gdb/silent-rules.mk | 1 + gdb/testsuite/ChangeLog | 59 + gdb/testsuite/Makefile.in | 85 +- gdb/testsuite/aclocal.m4 | 37 - gdb/testsuite/configure | 4806 -------------------- gdb/testsuite/configure.ac | 99 - .../gdb.base/premature-dummy-frame-removal.c | 65 + .../gdb.base/premature-dummy-frame-removal.exp | 53 + .../gdb.base/premature-dummy-frame-removal.py | 60 + gdb/testsuite/gdb.cp/cold-clone.cc | 54 + gdb/testsuite/gdb.cp/cold-clone.exp | 30 + gdb/testsuite/gdb.dwarf2/per-bfd-sharing.exp | 10 +- .../early-init-file.c => gdb.gdb/unittest.c} | 0 gdb/testsuite/gdb.gdb/unittest.exp | 69 +- gdb/testsuite/gdb.threads/threadapply.c | 12 +- gdb/testsuite/lib/fortran.exp | 2 +- gdb/testsuite/lib/gdb.exp | 4 +- include/ChangeLog | 4 + include/dis-asm.h | 1 + opcodes/ChangeLog | 14 + opcodes/arc-dis.c | 180 +- opcodes/mcore-dis.c | 8 +- sim/m32c/ChangeLog | 5 + sim/m32c/m32c.opc | 2 + sim/m32c/r8c.opc | 2 + 39 files changed, 1126 insertions(+), 5082 deletions(-) create mode 100644 gdb/arm-none-tdep.c delete mode 100644 gdb/testsuite/aclocal.m4 delete mode 100755 gdb/testsuite/configure delete mode 100644 gdb/testsuite/configure.ac create mode 100644 gdb/testsuite/gdb.base/premature-dummy-frame-removal.c create mode 100644 gdb/testsuite/gdb.base/premature-dummy-frame-removal.exp create mode 100644 gdb/testsuite/gdb.base/premature-dummy-frame-removal.py create mode 100644 gdb/testsuite/gdb.cp/cold-clone.cc create mode 100644 gdb/testsuite/gdb.cp/cold-clone.exp copy gdb/testsuite/{gdb.base/early-init-file.c => gdb.gdb/unittest.c} (100%)