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-aarch64-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 60a7223fdd gdbsupport: Use LOCALAPPDATA to determine cache dir adds dd235d453e Automatic date update in version.in adds 037311d1df gas: Generate a new section for SHF_GNU_RETAIN adds 6244c1196a gdb: make discrete_position return optional adds 1f8d288117 gdb: make get_discrete_bounds return bool adds 14c09924a0 gdb: split get_discrete_bounds in two adds 5b56203a7c gdb: fix value_subscript when array upper bound is not known
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 16 ++ gas/config/obj-elf.c | 35 ++-- gas/config/obj-elf.h | 3 +- gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/section24b.d | 10 +- .../gas/elf/{section24a.d => section27.d} | 18 +- gas/testsuite/gas/elf/{section22.s => section27.s} | 20 +- gdb/ChangeLog | 32 +++ gdb/ada-lang.c | 33 +-- gdb/ada-valprint.c | 2 +- gdb/c-lang.c | 4 +- gdb/eval.c | 4 +- gdb/f-array-walker.h | 4 +- gdb/f-lang.c | 2 +- gdb/gdbtypes.c | 225 ++++++++++++++------- gdb/gdbtypes.h | 20 +- gdb/m2-typeprint.c | 4 +- gdb/m2-valprint.c | 6 +- gdb/p-valprint.c | 3 +- gdb/testsuite/ChangeLog | 6 + .../flexible-array-member.c} | 61 +++--- gdb/testsuite/gdb.base/flexible-array-member.exp | 66 ++++++ gdb/valarith.c | 24 ++- gdb/valops.c | 4 +- 25 files changed, 424 insertions(+), 181 deletions(-) copy gas/testsuite/gas/elf/{section24a.d => section27.d} (53%) copy gas/testsuite/gas/elf/{section22.s => section27.s} (53%) copy gdb/testsuite/{gdb.multi/multi-re-run-1.c => gdb.base/flexible-array-member.c} (54%) create mode 100644 gdb/testsuite/gdb.base/flexible-array-member.exp