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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from d8f27c6018 gdb/fortran: Don't include module symbols when searching for types adds 8ae0786c30 Fix Gnulib glob.c resource leaks found by Coverity adds a78fca7b57 Segfault in ld building SPEC CPU2017 527.cam4_r with -flto adds 48352473b1 [gdb/testsuite] Fix info-var.exp for debug info from other files adds 83cf0d04dc PR24891, objdump memory leaks when parsing malformed archive adds a85eba51f6 Tidy check_uvalue adds 09c721040c Automatic date update in version.in adds 507685a390 RISC-V: Fix a gp relaxation reloc overflow error. adds dd9b12c245 PowerPC64 xlate_pcrel_opt adds c0d9f31dbd PR24697, R_PPC_EMB_SDA21 cannot be used when making a shared object adds 8077c50dbb [gdb/testsuite] Fix gdb.fortran/info-types.exp regexp
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 32 +++ bfd/archive.c | 10 +- bfd/bfd-in2.h | 3 + bfd/bfd.c | 3 + bfd/elf32-ppc.c | 19 +- bfd/elf64-ppc.c | 41 +-- bfd/elfnn-riscv.c | 17 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/dwarf.c | 9 +- gdb/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.base/info-var.exp | 10 +- gdb/testsuite/gdb.fortran/info-types.exp | 11 +- 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 +- 20 files changed, 477 insertions(+), 85 deletions(-) create mode 100644 gnulib/patches/0003-Fix-glob-c-Coverity-issues.patch