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 14f9473ca22 gdb: Update i386_analyze_prologue to skip endbr32 new 8c37706a511 gdb/fortran: Clean up array/string expression evaluation new 6d81691950f gdb/fortran: Move Fortran expression handling into f-lang.c new c8d5abea3d9 gdb/fortran: Change whitespace when printing arrays
The 3 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 | 50 +++++ gdb/eval.c | 225 +-------------------- gdb/expprint.c | 61 +++--- gdb/expression.h | 12 ++ gdb/f-lang.c | 221 ++++++++++++++++++++ gdb/f-valprint.c | 7 +- gdb/fortran-operator.def | 8 + gdb/parse.c | 1 - gdb/parser-defs.h | 16 ++ gdb/std-operator.def | 8 - gdb/testsuite/ChangeLog | 8 + gdb/testsuite/gdb.fortran/array-slices.exp | 16 +- .../gdb.fortran/class-allocatable-array.exp | 2 +- gdb/testsuite/gdb.fortran/multi-dim.exp | 2 +- gdb/testsuite/gdb.fortran/vla-type.exp | 6 +- gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 2 +- 16 files changed, 379 insertions(+), 266 deletions(-)