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 04f4c17c7a1 [gdb/testsuite] Fix gdb.base/annota1.exp with pie new d4c948427de gdb/f-lang: add Integer*1 to Fortran builtin types new c08ec64081d gdb/f-lang: remove hidden ^L characters new 4e436fdabe2 gdb/fortran: fix complex type in Fortran builtin types new ed9ec61174d gdb/fortran: reformat build_fortran_types in f-lang.c new 4ec8aa9e948 gdb/fortran: change default logical type to builtin_logical new adc29023a74 gdb/fortran: clean-up Fortran intrinsic types new 87abd9825d8 gdb/fortran: Change GDB print for fortran default types new 04ba6536505 gdb/fortran: rename f77_keywords to f_keywords new 891e4190ba7 gdb/fortran: rewrite intrinsic handling and add some missin [...] new 27e8f72f351 gdb/fortran/testsuite: add complex from integers test new 96d368d1045 gdb/doc: add section about Fortran intrinsic functions and types
The 11 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/doc/gdb.texinfo | 143 +++++++++- gdb/f-exp.h | 182 +++++++++++-- gdb/f-exp.y | 397 +++++++++++++++++++--------- gdb/f-lang.c | 267 +++++++++++++------ gdb/f-lang.h | 7 +- gdb/std-operator.def | 10 +- gdb/testsuite/gdb.fortran/complex.exp | 10 +- gdb/testsuite/gdb.fortran/complex.f90 | 7 +- gdb/testsuite/gdb.fortran/intrinsics.exp | 46 +++- gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 49 +++- gdb/testsuite/gdb.fortran/lbound-ubound.exp | 29 +- gdb/testsuite/gdb.fortran/size.exp | 84 +++++- gdb/testsuite/gdb.fortran/size.f90 | 213 ++++++++++++--- gdb/testsuite/gdb.fortran/type-kinds.exp | 2 + gdb/testsuite/gdb.fortran/types.exp | 34 ++- 15 files changed, 1160 insertions(+), 320 deletions(-)