This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-Oz_LTO 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 adds 07716b63cb Automatic date update in version.in adds c4dfcb3638 gdb: add type::bounds / type::set_bounds adds 599088e3ff gdb: remove TYPE_RANGE_DATA macro adds 7c6f271296 gdb: make get_discrete_bounds check for non-constant range bounds adds 8c2e4e0689 gdb: add accessors to struct dynamic_prop adds 5537ddd024 gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND adds 064d9cb9e7 gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINED adds 3b606f384d gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND adds 39498edbc8 gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED adds bb789949e9 gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUE adds 107406b738 gdb: remove TYPE_BIT_STRIDE adds 509971ae76 gdb: remove TYPE_ARRAY_BIT_STRIDE adds cf88be6855 gdb: make type::bounds work for array and string types
No new revisions were added by this update.
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