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-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from ec1b0fbb8d Improve the DWARF decoder's ability to describe the DW_AT_di [...] adds 550105b779 Fix compiler warning in linux-namespaces.c adds 72dd1784ef Automatic date update in version.in adds a1c110a3fe Add a --source-comment=<text> option to objdump which provid [...] adds fa463e9fc6 Add an option to objcopy to change the alignment of sections. adds 1f20c35ea4 gdb/fortran: Implement la_print_typedef for Fortran adds d8f27c6018 gdb/fortran: Don't include module symbols when searching for types new 8ae0786c30 Fix Gnulib glob.c resource leaks found by Coverity new a78fca7b57 Segfault in ld building SPEC CPU2017 527.cam4_r with -flto
The 2 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 | 28 +++ binutils/NEWS | 5 + binutils/doc/binutils.texi | 21 +- binutils/objcopy.c | 50 +++- binutils/objdump.c | 18 +- binutils/testsuite/binutils-all/objdump.exp | 40 +++ gdb/ChangeLog | 15 ++ gdb/f-lang.c | 2 +- gdb/f-lang.h | 5 + gdb/f-typeprint.c | 11 + gdb/nat/linux-namespaces.c | 2 +- gdb/symtab.c | 3 +- gdb/testsuite/ChangeLog | 11 + .../gdb.fortran/{max-depth.exp => info-types.exp} | 26 +- .../gdb.fortran/{max-depth.f90 => info-types.f90} | 36 ++- gdb/testsuite/lib/fortran.exp | 12 + gnulib/ChangeLog | 6 + gnulib/import/glob.c | 84 +++++-- .../patches/0003-Fix-glob-c-Coverity-issues.patch | 279 +++++++++++++++++++++ gnulib/update-gnulib.sh | 1 + ld/ChangeLog | 6 + ld/plugin.c | 2 +- 23 files changed, 599 insertions(+), 66 deletions(-) copy gdb/testsuite/gdb.fortran/{max-depth.exp => info-types.exp} (63%) copy gdb/testsuite/gdb.fortran/{max-depth.f90 => info-types.f90} (67%) create mode 100644 gnulib/patches/0003-Fix-glob-c-Coverity-issues.patch