This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-10-branch in repository binutils-gdb.
from 8d55943698f Automatic date update in version.in new f5fca0ec156 gdb: make discrete_position return optional new f47d1c255d2 gdb: make get_discrete_bounds return bool new bd1768de217 gdb: split get_discrete_bounds in two new 138084b2481 gdb: fix value_subscript when array upper bound is not known new 969da52cb04 gdb: address review comments of previous series
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 | 39 ++++ gdb/ada-lang.c | 31 +-- gdb/ada-valprint.c | 2 +- gdb/c-lang.c | 4 +- gdb/eval.c | 4 +- gdb/gdbtypes.c | 228 ++++++++++++++------- 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 +- 15 files changed, 363 insertions(+), 139 deletions(-) copy gdb/testsuite/{gdb.multi/multi-re-run-2.c => gdb.base/flexible-array-member.c} (54%) create mode 100644 gdb/testsuite/gdb.base/flexible-array-member.exp