This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Oz in repository toolchain/ci/binutils-gdb.
from d249bf8670 gas/i386/property-5.d: Correct test name adds 921eafeada x86: Extract extended states from instruction template adds 54904d818b Enable multi-process mode in the FreeBSD native target. adds 96118d114e Fix spurious unhandled remote %Stop notifications adds 43667cc6f6 Fix latent bug in target_pass_ctrlc adds 42bd97a6b1 Avoid constant stream of TARGET_WAITKIND_NO_RESUMED adds 7d3badc6a8 Fix handle_no_resumed w/ multiple targets adds d6cc5d980a Make handle_no_resumed transfer terminal adds 4fdba23df6 Testcase for previous handle_no_resumed fixes adds b3e3a4c114 Fix GDB busy loop when interrupting non-stop program (PR 26199) adds 6d7aa59270 Fix crash if connection drops in scoped_restore_current_thre [...] adds cce20f1074 Fix crash if connection drops in scoped_restore_current_thre [...] adds ee9cb95ea1 Automatic date update in version.in adds a308b89de7 x86: Support GNU_PROPERTY_X86_FEATURE_2_TMM adds 0a278aa755 Fine tune exec-file-mismatch help and documentation. adds 0ed35c9ae0 rust: Fix rust modules test adds 14c4811d65 Automatic date update in version.in new 07716b63cb Automatic date update in version.in new c4dfcb3638 gdb: add type::bounds / type::set_bounds new 599088e3ff gdb: remove TYPE_RANGE_DATA macro new 7c6f271296 gdb: make get_discrete_bounds check for non-constant range bounds new 8c2e4e0689 gdb: add accessors to struct dynamic_prop new 5537ddd024 gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND new 064d9cb9e7 gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINED new 3b606f384d gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND new 39498edbc8 gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED new bb789949e9 gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUE new 107406b738 gdb: remove TYPE_BIT_STRIDE new 509971ae76 gdb: remove TYPE_ARRAY_BIT_STRIDE new cf88be6855 gdb: make type::bounds work for array and string types
The 13 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 | 5 + binutils/readelf.c | 3 + gas/ChangeLog | 27 +++++ gas/config/tc-i386.c | 131 +++++++++----------- gas/testsuite/gas/i386/i386.exp | 5 + gas/testsuite/gas/i386/property-6.d | 9 ++ gas/testsuite/gas/i386/property-6.s | 2 + gas/testsuite/gas/i386/x86-64-property-6.d | 10 ++ gas/testsuite/gas/i386/x86-64-property-7.d | 9 ++ gas/testsuite/gas/i386/x86-64-property-7.s | 2 + gas/testsuite/gas/i386/x86-64-property-8.d | 9 ++ gas/testsuite/gas/i386/x86-64-property-8.s | 2 + gas/testsuite/gas/i386/x86-64-property-9.d | 9 ++ gas/testsuite/gas/i386/x86-64-property-9.s | 2 + gdb/ChangeLog | 176 +++++++++++++++++++++++++++ gdb/ada-lang.c | 22 ++-- gdb/ada-tasks.c | 7 +- gdb/ada-typeprint.c | 8 +- gdb/ada-valprint.c | 2 +- gdb/c-typeprint.c | 4 +- gdb/c-varobj.c | 18 ++- gdb/compile/compile-c-symbols.c | 6 +- gdb/compile/compile-c-types.c | 10 +- gdb/compile/compile-cplus-types.c | 10 +- gdb/ctfread.c | 2 +- gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 2 + gdb/dwarf2/frame-tailcall.c | 18 ++- gdb/dwarf2/loc.c | 16 +-- gdb/dwarf2/read.c | 71 +++++------ gdb/eval.c | 8 +- gdb/exec.c | 8 +- gdb/f-typeprint.c | 4 +- gdb/f-valprint.c | 10 +- gdb/fbsd-nat.c | 6 + gdb/fbsd-nat.h | 2 + gdb/gdbthread.h | 14 ++- gdb/gdbtypes.c | 186 +++++++++++++---------------- gdb/gdbtypes.h | 162 ++++++++++++++++++------- gdb/gnu-v3-abi.c | 3 +- gdb/guile/scm-type.c | 7 +- gdb/infrun.c | 116 ++++++++++++------ gdb/m2-typeprint.c | 20 ++-- gdb/m2-valprint.c | 4 +- gdb/mdebugread.c | 8 +- gdb/p-typeprint.c | 10 +- gdb/p-valprint.c | 2 +- gdb/printcmd.c | 3 +- gdb/python/py-type.c | 7 +- gdb/remote.c | 15 ++- gdb/rust-lang.c | 8 +- gdb/target.c | 2 +- gdb/testsuite/ChangeLog | 14 +++ gdb/testsuite/gdb.multi/multi-target.c | 4 +- gdb/testsuite/gdb.multi/multi-target.exp | 76 ++++++++++++ gdb/testsuite/gdb.rust/modules.rs | 3 +- gdb/thread.c | 25 ++-- gdb/type-stack.c | 3 +- gdb/valarith.c | 11 +- gdb/valops.c | 2 +- gdb/value.c | 17 ++- include/ChangeLog | 4 + include/elf/common.h | 1 + 64 files changed, 928 insertions(+), 440 deletions(-) create mode 100644 gas/testsuite/gas/i386/property-6.d create mode 100644 gas/testsuite/gas/i386/property-6.s create mode 100644 gas/testsuite/gas/i386/x86-64-property-6.d create mode 100644 gas/testsuite/gas/i386/x86-64-property-7.d create mode 100644 gas/testsuite/gas/i386/x86-64-property-7.s create mode 100644 gas/testsuite/gas/i386/x86-64-property-8.d create mode 100644 gas/testsuite/gas/i386/x86-64-property-8.s create mode 100644 gas/testsuite/gas/i386/x86-64-property-9.d create mode 100644 gas/testsuite/gas/i386/x86-64-property-9.s