This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_lto in repository toolchain/ci/binutils-gdb.
from f190d13c78 Automatic date update in version.in adds 2a722c6460 Automatic date update in version.in adds e7be729233 [gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp for m32 pie adds 04f4c17c7a [gdb/testsuite] Fix gdb.base/annota1.exp with pie adds d4c948427d gdb/f-lang: add Integer*1 to Fortran builtin types adds c08ec64081 gdb/f-lang: remove hidden ^L characters adds 4e436fdabe gdb/fortran: fix complex type in Fortran builtin types adds ed9ec61174 gdb/fortran: reformat build_fortran_types in f-lang.c adds 4ec8aa9e94 gdb/fortran: change default logical type to builtin_logical adds adc29023a7 gdb/fortran: clean-up Fortran intrinsic types adds 87abd9825d gdb/fortran: Change GDB print for fortran default types adds 04ba653650 gdb/fortran: rename f77_keywords to f_keywords adds 891e4190ba gdb/fortran: rewrite intrinsic handling and add some missing [...] adds 27e8f72f35 gdb/fortran/testsuite: add complex from integers test adds 96d368d104 gdb/doc: add section about Fortran intrinsic functions and types
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- 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.base/annota1.exp | 2 + gdb/testsuite/gdb.dwarf2/dw2-lines.exp | 2 +- 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 ++- 18 files changed, 1164 insertions(+), 322 deletions(-)