This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 new e142715391 Automatic date update in version.in
The 1 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 | 6 ++ binutils/readelf.c | 21 ++-- gdb/ChangeLog | 24 +++++ gdb/eval.c | 12 ++- 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 + 22 files changed, 344 insertions(+), 47 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