This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm-eabi-coremark-O3 in repository toolchain/ci/binutils-gdb.
from f37059ea22 Clarify language for the '?' packet adds 62fa7b3c6a Automatic date update in version.in adds de34d42812 PR27100, final link failed: bad value adds dccc31dee3 asan: print_vms_time signed integer overflow adds 99d8bab0c1 SHF_GNU_RETAIN 7a and 7b tests adds f867677682 gdb/gdbtypes.h: Fix comparison of uninitialized values adds 5ba3b20ec2 gdb: include allocated/associated properties in 'maint print type' adds b7874836c3 gdb: avoid resolving dynamic properties for non-allocated arrays adds e142715391 Automatic date update in version.in adds a12f86b9a6 gas: Update 80387 floating point 's' suffix adds 556444effa Automatic date update in version.in adds 9e87bc7f0f Automatic date update in version.in adds c8f02daac9 Simplify MULTI_SUBSCRIPT implementation adds adf6c633a3 Automatic date update in version.in adds 3e9373fcaf binutils: Use the newly built assembler and linker adds e2e3422ce1 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 11 ++ binutils/readelf.c | 21 ++-- binutils/testsuite/binutils-all/compress.exp | 11 +- gas/doc/c-i386.texi | 2 +- gdb/ChangeLog | 29 ++++++ gdb/eval.c | 48 +++------ gdb/f-lang.c | 4 + gdb/gdbtypes.c | 95 ++++++++++++----- gdb/testsuite/ChangeLog | 6 ++ gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.c | 40 ++++++++ gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.exp | 119 ++++++++++++++++++++++ ld/ChangeLog | 20 ++++ ld/ldlang.c | 4 +- ld/ldlang.h | 3 + ld/testsuite/ld-elf/retain7a.d | 3 +- ld/testsuite/ld-elf/retain7b.d | 6 +- ld/testsuite/ld-scripts/data.d | 1 + ld/testsuite/ld-scripts/data.exp | 9 +- ld/testsuite/ld-scripts/fill.d | 1 + ld/testsuite/ld-scripts/fill16.d | 1 + ld/testsuite/ld-scripts/pr27100.d | 10 ++ ld/testsuite/ld-scripts/pr27100.s | 2 + ld/testsuite/ld-scripts/pr27100.t | 2 + 24 files changed, 372 insertions(+), 78 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.c create mode 100644 gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.exp create mode 100644 ld/testsuite/ld-scripts/pr27100.d create mode 100644 ld/testsuite/ld-scripts/pr27100.s create mode 100644 ld/testsuite/ld-scripts/pr27100.t