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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 830b67068c [readline] Fix heap-buffer-overflow in update_line new 592f9d271c gdb: Update type of lower bound in value_subscripted_rvalue new 603490bf53 gdb: Convert dwarf2_evaluate_property to return bool new b86352cfc1 gdb/dwarf: Ensure the target type of ranges is not void new 9a49df9d4b gdb: Carry default property type around with dynamic properties new 0d4e84ed37 gdb: Better support for dynamic properties with negative values
The 5 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: gdb/ChangeLog | 47 +++++++++ gdb/dwarf2loc.c | 47 ++++++--- gdb/dwarf2loc.h | 36 ++++--- gdb/dwarf2read.c | 164 +++++++++++++++++++++---------- gdb/gdbtypes.c | 10 +- gdb/testsuite/ChangeLog | 11 +++ gdb/testsuite/gdb.fortran/vla-ptype.exp | 12 +++ gdb/testsuite/gdb.fortran/vla-sizeof.exp | 10 ++ gdb/testsuite/gdb.fortran/vla-value.exp | 27 +++++ gdb/testsuite/gdb.fortran/vla.f90 | 15 +++ gdb/valarith.c | 2 +- gdb/value.h | 3 +- 12 files changed, 299 insertions(+), 85 deletions(-)