This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 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 adds 963eeee42a [gdb/testsuite] Handle missing gold linker in gdb.base/mores [...] new 8884c29c0f gas DWARF2 test XPASSes new 7a34d0ea4d x86_64-cygwin tests new 3f00c730ac Skip VLA structure field tests when compiling with clang new 2a122642b4 Use volatile pointers when attempting to trigger SIGSEGVs new 0a5c31d1ac Updated French translation for the gas/ and binutils/ sub-di [...] new 915771bb8a Fix gdb.arch/i386-sse.exp with clang new f413dd7439 Fix gdb.base/savedregs.exp with clang new 7a70531559 x86: Remove 32-bit sign extension in offset_in_range new 74e4b667ec Skip directory tests in gdb.base/info_sources.exp on remote host new ed788fee02 Fix frame-apply.html collision in GDB manual.
The 10 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 | 9 + binutils/po/fr.po | 4068 ++++++++-------- binutils/testsuite/lib/binutils-common.exp | 23 +- gas/ChangeLog | 16 + gas/config/tc-i386.c | 8 - gas/po/fr.po | 4906 +++++++++++--------- gas/testsuite/gas/elf/dwarf2-12.d | 3 +- gas/testsuite/gas/elf/dwarf2-13.d | 3 +- gas/testsuite/gas/elf/dwarf2-14.d | 3 +- gas/testsuite/gas/elf/dwarf2-7.d | 3 +- gdb/ChangeLog | 100 + 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 | 7 + gdb/doc/gdb.texinfo | 5 +- gdb/dwarf2/loc.c | 16 +- gdb/dwarf2/read.c | 71 +- gdb/eval.c | 8 +- gdb/f-typeprint.c | 4 +- gdb/f-valprint.c | 10 +- gdb/gdbtypes.c | 186 +- gdb/gdbtypes.h | 162 +- gdb/gnu-v3-abi.c | 3 +- gdb/guile/scm-type.c | 7 +- 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/rust-lang.c | 8 +- gdb/testsuite/ChangeLog | 39 + gdb/testsuite/gdb.arch/i386-sse.c | 2 +- gdb/testsuite/gdb.base/bigcore.c | 2 +- gdb/testsuite/gdb.base/gcore-relro-pie.c | 2 +- gdb/testsuite/gdb.base/gcore-tls-pie.c | 2 +- gdb/testsuite/gdb.base/gcore-tls-pie.exp | 4 + gdb/testsuite/gdb.base/gold-gdb-index.exp | 4 + gdb/testsuite/gdb.base/info_sources.exp | 10 +- gdb/testsuite/gdb.base/morestack.exp | 8 +- gdb/testsuite/gdb.base/savedregs.c | 4 +- gdb/testsuite/gdb.base/vla-datatypes.c | 53 - gdb/testsuite/gdb.base/vla-datatypes.exp | 24 - .../{vla-datatypes.c => vla-struct-fields.c} | 43 +- gdb/testsuite/gdb.base/vla-struct-fields.exp | 67 + gdb/testsuite/gdb.mi/mi-syn-frame.c | 2 +- gdb/testsuite/lib/gdb.exp | 8 + gdb/type-stack.c | 3 +- gdb/valarith.c | 11 +- gdb/valops.c | 2 +- gdb/value.c | 4 +- ld/ChangeLog | 11 + ld/testsuite/ld-scripts/default-script1.d | 8 +- ld/testsuite/ld-scripts/default-script2.d | 8 +- ld/testsuite/ld-scripts/default-script3.d | 8 +- ld/testsuite/ld-scripts/default-script4.d | 8 +- ld/testsuite/ld-scripts/pr20302.d | 3 +- ld/testsuite/ld-scripts/provide-6.d | 1 - ld/testsuite/ld-scripts/provide-8.d | 2 +- 69 files changed, 5455 insertions(+), 4662 deletions(-) copy gdb/testsuite/gdb.base/{vla-datatypes.c => vla-struct-fields.c} (66%) create mode 100644 gdb/testsuite/gdb.base/vla-struct-fields.exp