This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 99d0d99649 PR28346, segfault attempting to disassemble raw binary adds 98bf5c02cf [gdb/testsuite] Minimize gdb restarts adds 4d5d5d4689 PowerPC: Enable mfppr mfppr32, mtppr and mtppr32 extended mn [...] adds 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 adds 59767d3c39 gdb.base/foll-fork.exp: remove DUPLICATEs adds 09c0623ade gdb.base/foll-fork.exp: remove gating based on target triplet adds b45781ddac gdb.base/foll-fork.exp: refactor to restart GDB between each [...] adds cfda0b5619 gdb.base/foll-fork.exp: rename variables adds 8188f382a1 gdb.base/foll-fork.exp: use foreach_with_prefix to handle prefixes adds da474da158 gdb: don't share aspace/pspace on fork with "detach-on-fork [...] adds a58f2d262b Automatic date update in version.in adds b0f6c8d247 gdb: make lwp_info non-POD adds 676362df18 gdb: add destructor to lwp_info adds 901b98215e gdb: use intrusive_list for linux-nat lwp_list adds 2c02075a8e x86: Print {bad} on invalid broadcast in OP_E_memory adds cee4c731af sim: drop weak func attrs on module inits
No new revisions were added by this update.
Summary of changes: ChangeLog | 15 + bfd/ChangeLog | 4 + bfd/configure | 91 +++--- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/configure | 91 +++--- gas/ChangeLog | 13 + gas/configure | 91 +++--- gas/testsuite/gas/i386/bad-bcast-intel.d | 15 + gas/testsuite/gas/i386/bad-bcast.d | 10 +- gas/testsuite/gas/i386/bad-bcast.s | 2 + gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/ppc/power5.d | 14 + gas/testsuite/gas/ppc/power5.s | 6 + gas/testsuite/gas/ppc/power7.d | 4 - gas/testsuite/gas/ppc/power7.s | 4 - gas/testsuite/gas/ppc/ppc.exp | 1 + 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/ia64-linux-nat.c | 8 +- gdb/infrun.c | 39 ++- gdb/inline-frame.c | 5 +- gdb/linux-nat.c | 84 +++-- gdb/linux-nat.h | 73 +++-- gdb/linux-thread-db.c | 3 +- gdb/mips-linux-nat.c | 7 +- gdb/source.c | 66 +++- gdb/testsuite/gdb.arch/amd64-init-x87-values.exp | 2 +- gdb/testsuite/gdb.base/access-mem-running.exp | 2 +- gdb/testsuite/gdb.base/attach-pie-noexec.exp | 1 - gdb/testsuite/gdb.base/bp-cmds-continue-ctrl-c.exp | 2 +- gdb/testsuite/gdb.base/bt-selected-frame.exp | 2 +- gdb/testsuite/gdb.base/catch-syscall.exp | 1 - gdb/testsuite/gdb.base/condbreak.exp | 3 - gdb/testsuite/gdb.base/cvexpr.exp | 2 - gdb/testsuite/gdb.base/dcache-flush.exp | 4 +- gdb/testsuite/gdb.base/dprintf-bp-same-addr.exp | 2 +- gdb/testsuite/gdb.base/dprintf-detach.exp | 2 +- gdb/testsuite/gdb.base/duplicate-bp.exp | 2 +- gdb/testsuite/gdb.base/foll-fork.exp | 338 +++++++++++---------- .../gdb.base/fork-print-inferior-events.exp | 2 +- gdb/testsuite/gdb.base/frameapply.exp | 3 - gdb/testsuite/gdb.base/gcore-relro-pie.exp | 2 +- gdb/testsuite/gdb.base/gcore-tls-pie.exp | 2 +- gdb/testsuite/gdb.base/index-cache.exp | 2 +- gdb/testsuite/gdb.base/info_minsym.exp | 2 - gdb/testsuite/gdb.base/info_qt.exp | 2 - 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/killed-outside.exp | 2 +- gdb/testsuite/gdb.base/list.exp | 2 +- gdb/testsuite/gdb.base/many-headers.exp | 2 +- gdb/testsuite/gdb.base/msym-lang.exp | 2 - gdb/testsuite/gdb.base/noreturn-finish.exp | 2 - gdb/testsuite/gdb.base/noreturn-return.exp | 2 - gdb/testsuite/gdb.base/pie-fork.exp | 2 +- gdb/testsuite/gdb.base/random-signal.exp | 2 +- gdb/testsuite/gdb.base/reread-readsym.exp | 3 - .../gdb.base/share-env-with-gdbserver.exp | 2 +- gdb/testsuite/gdb.base/source-open.c | 25 ++ gdb/testsuite/gdb.base/source-open.exp | 44 +++ gdb/testsuite/gdb.base/stack-protector.exp | 2 - gdb/testsuite/gdb.base/startup-with-shell.exp | 2 +- gdb/testsuite/gdb.base/step-over-exit.exp | 2 - gdb/testsuite/gdb.base/watchpoint-hw-attach.exp | 2 - gdb/testsuite/gdb.base/whatis.exp | 2 - gdb/testsuite/gdb.cp/cplusfuncs.exp | 2 - gdb/testsuite/gdb.cp/rvalue-ref-params.exp | 2 +- gdb/testsuite/gdb.cp/static-typedef-print.exp | 2 - gdb/testsuite/gdb.cp/typedef-base.exp | 2 - gdb/testsuite/gdb.dwarf2/dw2-icycle.exp | 2 +- gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp | 8 - gdb/testsuite/gdb.dwarf2/fission-absolute-dwo.exp | 4 - gdb/testsuite/gdb.dwarf2/fission-relative-dwo.exp | 4 - gdb/testsuite/gdb.fortran/array-slices.exp | 2 +- gdb/testsuite/gdb.fortran/nested-funcs-2.exp | 2 +- gdb/testsuite/gdb.fortran/subarray.exp | 5 - gdb/testsuite/gdb.gdb/unittest.exp | 2 +- gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 2 +- gdb/testsuite/gdb.mi/mi-info-sources.exp | 2 +- gdb/testsuite/gdb.mi/mi-linespec-err-cp.exp | 2 +- gdb/testsuite/gdb.mi/mi-sym-info.exp | 2 +- gdb/testsuite/gdb.multi/info-threads.exp | 2 - gdb/testsuite/gdb.multi/multi-arch.exp | 4 +- gdb/testsuite/gdb.multi/multi-re-run.exp | 4 +- gdb/testsuite/gdb.multi/run-only-second-inf.exp | 2 +- gdb/testsuite/gdb.multi/tids-gid-reset.exp | 3 +- gdb/testsuite/gdb.multi/tids.exp | 2 - gdb/testsuite/gdb.python/py-infthread.exp | 3 - .../gdb.server/connect-stopped-target.exp | 2 +- gdb/testsuite/gdb.server/exit-multiple-threads.exp | 2 +- .../gdb.server/run-without-local-binary.exp | 2 +- .../gdb.threads/access-mem-running-thread-exit.exp | 2 +- .../attach-many-short-lived-threads.exp | 5 +- gdb/testsuite/gdb.threads/break-while-running.exp | 2 +- gdb/testsuite/gdb.threads/clone-attach-detach.exp | 2 - gdb/testsuite/gdb.threads/next-bp-other-thread.exp | 3 +- .../gdb.threads/process-dies-while-detaching.exp | 41 ++- gdb/testsuite/gdb.threads/signal-sigtrap.exp | 3 +- .../gdb.threads/step-bg-decr-pc-switch-thread.exp | 2 - gdb/testsuite/gdb.threads/tid-reuse.exp | 2 - gdb/testsuite/gdb.trace/qtro.exp | 1 - 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 | 9 + opcodes/configure | 91 +++--- opcodes/i386-dis.c | 155 +++++----- opcodes/ppc-opc.c | 8 +- sim/common/Make-common.in | 2 +- sim/configure | 91 +++--- zlib/ChangeLog | 4 + zlib/configure | 91 +++--- 142 files changed, 1845 insertions(+), 1094 deletions(-) create mode 100644 gas/testsuite/gas/i386/bad-bcast-intel.d create mode 100644 gas/testsuite/gas/ppc/power5.d create mode 100644 gas/testsuite/gas/ppc/power5.s 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