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-aarch64-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 54c56910ee Automatic date update in version.in adds 093f70ccd3 Allow multiple tests to be run on systems with older version [...] adds 18cb7c9f3a Introduce ATTRIBUTE_UNUSED_RESULT and use it adds 41e3300aa7 Add ATTRIBUTE_UNUSED_RESULT to parser_state adds 3cabd438f3 Add ATTRIBUTE_UNUSED_RESULT to scoped_fd adds 083eef1f89 Add ATTRIBUTE_UNUSED_RESULT to scoped_mmap adds 4e4a8b932b Add ATTRIBUTE_UNUSED_RESULT to macro_buffer adds 88a774b998 Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::release adds 895dafa679 Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release adds c119e04082 Remove excess calls to gdb_flush adds 4933ff73fe Updated Swedish translation for the binutils sub-directory. adds 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 new aa3cfbda2f Fortran function calls with arguments
The 1 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: bfd/version.h | 2 +- binutils/ChangeLog | 15 + binutils/doc/binutils.texi | 2 +- binutils/po/sv.po | 3496 +++++++++++++------------- binutils/testsuite/lib/binutils-common.exp | 8 +- gdb/ChangeLog | 107 + gdb/ada-valprint.c | 1 - gdb/c-valprint.c | 1 - gdb/cli/cli-cmds.c | 14 +- gdb/cli/cli-script.c | 5 +- gdb/common/common-defs.h | 6 + gdb/common/gdb_ref_ptr.h | 2 +- gdb/common/scoped_fd.h | 2 +- gdb/common/scoped_mmap.h | 2 +- gdb/darwin-nat.c | 2 - gdb/doc/ChangeLog | 5 + gdb/doc/python.texi | 2 +- gdb/dwarf2loc.c | 3 +- gdb/eval.c | 15 +- gdb/f-lang.c | 38 + gdb/f-lang.h | 33 + gdb/f-valprint.c | 1 - gdb/gdb_bfd.c | 10 - gdb/gdb_bfd.h | 5 - gdb/gnu-nat.c | 3 - gdb/hppa-tdep.c | 2 - gdb/inf-ptrace.c | 2 - gdb/infcall.c | 7 +- gdb/infrun.c | 7 +- gdb/m2-valprint.c | 2 - gdb/macroexp.c | 2 +- gdb/mdebugread.c | 1 - gdb/memattr.c | 2 - gdb/nat/linux-btrace.c | 9 +- gdb/nto-procfs.c | 2 - gdb/p-valprint.c | 2 - gdb/parser-defs.h | 2 +- gdb/printcmd.c | 2 - gdb/procfs.c | 1 - gdb/python/py-prettyprint.c | 5 - gdb/python/py-utils.c | 11 +- gdb/remote.c | 4 +- gdb/sparc64-tdep.c | 1 - gdb/target.c | 12 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.fortran/function-calls.exp | 103 + gdb/testsuite/gdb.fortran/function-calls.f90 | 242 ++ gdb/typeprint.c | 1 - gdb/utils.c | 1 - gdb/utils.h | 2 +- gdb/valprint.c | 4 - gdb/value.c | 10 +- gdb/varobj.c | 4 +- gdb/windows-nat.c | 3 - 54 files changed, 2409 insertions(+), 1822 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/function-calls.exp create mode 100644 gdb/testsuite/gdb.fortran/function-calls.f90