This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 037311d1df3 gas: Generate a new section for SHF_GNU_RETAIN new 6244c1196a4 gdb: make discrete_position return optional new 1f8d2881175 gdb: make get_discrete_bounds return bool new 14c09924a07 gdb: split get_discrete_bounds in two new 5b56203a7ca gdb: fix value_subscript when array upper bound is not known
The 4 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 | 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 +- 17 files changed, 359 insertions(+), 141 deletions(-) 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