This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_lto in repository toolchain/ci/binutils-gdb.
from 9a6abcc83c Automatic date update in version.in adds bf86d80dd2 Automatic date update in version.in adds c11f01dbbd gdb: fix indentation in gdbtypes.c adds 203a982434 [gdb/testsuite] Test sw watchpoint in gdb.threads/process-di [...] adds ee2ff2eaa5 [gdb/testsuite] Fix gdb.base/dcache-flush.exp adds 275ee935b3 gdb: prevent an assertion when computing the frame_id for an [...] adds 5cf3b30948 gdb: remove duplicate cmd_list_element declarations adds fde1a9a3ee gdb: add setting to disable reading source code files adds 7f92ed6b41 [gdb/build] Fix build with g++-4.8 adds 7d53105d6e libctf: link against libiberty before linking in libbfd or l [...] adds bc4b140112 libtool.m4: augment symcode for Solaris 11 adds bef9ef8ca0 libtool.m4: fix nm BSD flag detection adds ea9c200911 libctf: try several possibilities for linker versioning flags adds b9004024b9 configure: regenerate in all projects that use libtool.m4 adds b62d5edd0a libctf: fix handling of CTF symtypetab sections emitted by o [...] adds e695879142 libctf, testsuite: fix various warnings in tests adds 6ab5b6d0f3 libctf, lookup: fix bounds of pptrtab lookup new 59767d3c39 gdb.base/foll-fork.exp: remove DUPLICATEs new 09c0623ade gdb.base/foll-fork.exp: remove gating based on target triplet new b45781ddac gdb.base/foll-fork.exp: refactor to restart GDB between each [...] new cfda0b5619 gdb.base/foll-fork.exp: rename variables new 8188f382a1 gdb.base/foll-fork.exp: use foreach_with_prefix to handle prefixes new da474da158 gdb: don't share aspace/pspace on fork with "detach-on-fork [...]
The 6 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: ChangeLog | 15 + bfd/ChangeLog | 4 + bfd/configure | 91 +++--- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/configure | 91 +++--- gas/ChangeLog | 4 + gas/configure | 91 +++--- gdb/NEWS | 9 + gdb/cli/cli-cmds.c | 4 + gdb/cli/cli-cmds.h | 40 +++ gdb/doc/gdb.texinfo | 26 ++ gdb/dwarf2/read.c | 8 +- gdb/frame.c | 60 +++- gdb/gdbcmd.h | 105 +------ gdb/gdbtypes.c | 2 +- gdb/infrun.c | 39 ++- gdb/inline-frame.c | 5 +- gdb/source.c | 66 +++- gdb/testsuite/gdb.base/dcache-flush.exp | 4 +- gdb/testsuite/gdb.base/foll-fork.exp | 338 +++++++++++---------- gdb/testsuite/gdb.base/inline-frame-cycle-unwind.c | 58 ++++ .../gdb.base/inline-frame-cycle-unwind.exp | 145 +++++++++ .../gdb.base/inline-frame-cycle-unwind.py | 85 ++++++ gdb/testsuite/gdb.base/source-open.c | 25 ++ gdb/testsuite/gdb.base/source-open.exp | 44 +++ .../gdb.threads/process-dies-while-detaching.exp | 41 ++- gprof/ChangeLog | 4 + gprof/configure | 91 +++--- ld/ChangeLog | 4 + ld/configure | 91 +++--- libctf/ChangeLog | 55 ++++ libctf/Makefile.am | 11 +- libctf/Makefile.in | 13 +- libctf/configure | 157 +++++++--- libctf/configure.ac | 46 ++- libctf/ctf-lookup.c | 4 +- libctf/ctf-open.c | 7 +- libctf/libctf.ver | 10 +- .../libctf-lookup/conflicting-type-syms.c | 3 - libctf/testsuite/libctf-lookup/enum-symbol.c | 3 - .../libctf-regression/nonstatic-var-section-ld-r.c | 4 +- .../libctf-regression/nonstatic-var-section-ld.c | 4 +- .../libctf-regression/nonstatic-var-section-ld.lk | 2 +- libctf/testsuite/libctf-regression/pptrtab.c | 1 - .../libctf-regression/type-add-unnamed-struct.c | 2 - .../pptrtab-writable-page-deep-lookup.c | 68 +++++ .../pptrtab-writable-page-deep-lookup.lk | 2 + libctf/testsuite/libctf-writable/pptrtab.c | 2 +- .../reserialize-strtab-corruption.c | 1 - .../symtypetab-nonlinker-writeout.c | 6 +- libtool.m4 | 90 +++--- opcodes/ChangeLog | 4 + opcodes/configure | 91 +++--- sim/configure | 91 +++--- zlib/ChangeLog | 4 + zlib/configure | 91 +++--- 57 files changed, 1576 insertions(+), 792 deletions(-) create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.c create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.py create mode 100644 gdb/testsuite/gdb.base/source-open.c create mode 100644 gdb/testsuite/gdb.base/source-open.exp create mode 100644 libctf/testsuite/libctf-writable/pptrtab-writable-page-deep-lookup.c create mode 100644 libctf/testsuite/libctf-writable/pptrtab-writable-page-deep-lookup.lk