This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from edbd9e45a9 Remove gdb_bfd_fdopenr adds 88c9190b4e Fix a spelling mistake: "complaint" instead of "compliant". adds ff6c8b354d Small fix to gdb.Value constructor doc adds 06b5b831a0 Change the_dummy_target to be a global adds ea38e5df77 Remove some Python 3 #ifs adds 2d0d5fc6f0 Automatic date update in version.in adds aa3cfbda2f Fortran function calls with arguments adds 219d6836e9 Fix a segmentation fault triggered by disassembling an EFi f [...] adds c3734e093a Testsuite: Ensure changing directory does not break the log file adds 67a3048c0f Fix remote-sim.c build after warn-unused-result change adds 912ebfa0d7 Allow the use of the ORIGIN and LENGTH attributes in express [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 7 + bfd/coffgen.c | 5 +- bfd/dwarf2.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/doc/binutils.texi | 2 +- gdb/ChangeLog | 33 ++++ gdb/doc/ChangeLog | 5 + gdb/doc/python.texi | 2 +- gdb/eval.c | 15 +- gdb/f-lang.c | 38 +++++ gdb/f-lang.h | 33 ++++ gdb/infcall.c | 7 +- gdb/python/py-prettyprint.c | 5 - gdb/python/py-utils.c | 11 +- gdb/remote-sim.c | 5 +- gdb/target.c | 11 +- gdb/testsuite/ChangeLog | 14 +- gdb/testsuite/gdb.fortran/function-calls.exp | 103 ++++++++++++ gdb/testsuite/gdb.fortran/function-calls.f90 | 242 +++++++++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 36 ++++ ld/ChangeLog | 6 + ld/ldexp.c | 44 +++-- 23 files changed, 576 insertions(+), 57 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/function-calls.exp create mode 100644 gdb/testsuite/gdb.fortran/function-calls.f90