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-next-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 adds 6ad368b8ca gdb: address review comments of previous series adds d9c3a9c036 Unify all operators into std-operator.def adds 5cde1d8222 Handle 128-bit constants for fixed point adds 12932e2ca1 Use add_angle_brackets in ada_lookup_encoded_symbol
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 | 60 ++++++ gdb/ada-lang.c | 35 ++-- gdb/ada-operator.def | 98 --------- gdb/ada-valprint.c | 2 +- gdb/c-lang.c | 4 +- gdb/dwarf2/read.c | 82 +++++--- gdb/eval.c | 4 +- gdb/expprint.c | 2 - gdb/expression.h | 9 - gdb/f-array-walker.h | 4 +- gdb/f-lang.c | 2 +- gdb/fortran-operator.def | 35 ---- gdb/gdbtypes.c | 227 ++++++++++++++------- gdb/gdbtypes.h | 20 +- gdb/m2-typeprint.c | 4 +- gdb/m2-valprint.c | 6 +- gdb/p-valprint.c | 3 +- gdb/std-operator.def | 105 ++++++++++ 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 +- 31 files changed, 608 insertions(+), 360 deletions(-) copy gas/testsuite/gas/elf/{section24a.d => section27.d} (53%) copy gas/testsuite/gas/elf/{section22.s => section27.s} (53%) delete mode 100644 gdb/ada-operator.def delete mode 100644 gdb/fortran-operator.def 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