This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from e8fffdff93 Automatic date update in version.in adds c4a23bf878 Add support for the MVE VMOV instruction to the ARM assemble [...] adds 4acfdd20c9 gdb: Add new -n flag to some info commands adds 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 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 adds 16d01f9cd4 Fix PR win32/24284: tcp_auto_retry doesn't work in MinGW adds 2ea1a07a0a Run argv0-symlink.exp only on native target and local host. adds 9d1c2eb1b8 Automatic date update in version.in adds cd18a823d1 [ARC] [COMMITTED] Fix FASTMATH field. adds 1c1e0fe58b [PATCH][ARM][GAS]: Assembler support to interpret MVE VMOV i [...] adds 6744bcad05 Copy BFD_COMPRESS/BFD_DECOMPRESS/BFD_COMPRESS_GABI for thin archive adds 1f6d2f100a Remove NO_DATA_STRING adds 18bb55c722 Remove tui_data_window::display_all_data adds 0670413d0e Remove some checks of .empty() adds 1bf2866a59 Remove some calls in tui_data_window adds 89df7f9056 Private data members in tui_data_window adds cdaa6eb439 Simplify register display adds 108e13abdf Remove NULL checks from box_win adds 772f3f0398 Don't call touchwin in tui_gen_win_info::refresh_window adds 715bb467fe Don't call tui_refresh_all from show_layout adds e594a5d19e Turn two locator functions into methods adds 99ab33fb2d Swap tui_show_locator_content and tui_locator_window::rerender adds 900ac24287 Make tui_locator_window::set_locator_fullname re-render adds 12a8555a54 Minor rearrangement of tui-stack.c adds 55b2657bdc Don't call wrefresh from tui_cont_sig adds d6a00eba2a Remove tui_win_info::refresh_all adds 47a536d940 Remove "\nError: " suffix from nat/fork-inferior.c:trace_sta [...] adds fdd502691f RISC-V: Force linker error exit after unresolvable reloc. adds 094951090f Automatic date update in version.in new 5d2c57a3b7 Automatic date update in version.in
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/ChangeLog | 43 +++ bfd/archive.c | 17 +- bfd/bfd-in2.h | 3 + bfd/bfd.c | 3 + bfd/elf32-ppc.c | 19 +- bfd/elf64-ppc.c | 41 +- bfd/elfnn-riscv.c | 22 +- bfd/version.h | 2 +- binutils/ChangeLog | 55 +++ binutils/NEWS | 5 + binutils/doc/binutils.texi | 21 +- binutils/dwarf.c | 423 +++++++++++++++++++-- binutils/objcopy.c | 50 ++- binutils/objdump.c | 18 +- binutils/testsuite/binutils-all/dwarf-attributes.S | 8 +- binutils/testsuite/binutils-all/dwarf-attributes.W | 72 ++-- binutils/testsuite/binutils-all/objdump.exp | 40 ++ gas/ChangeLog | 8 + gas/config/tc-arm.c | 14 +- gas/testsuite/gas/arm/mve-vmov-1.d | 97 +++++ gas/testsuite/gas/arm/mve-vmov-1.s | 13 + gas/testsuite/gas/arm/mve-vorr.d | 400 +++++++++---------- gdb/ChangeLog | 180 +++++++++ gdb/NEWS | 5 + gdb/cli/cli-utils.c | 65 +--- gdb/cli/cli-utils.h | 39 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 15 +- gdb/f-lang.c | 2 +- gdb/f-lang.h | 5 + gdb/f-typeprint.c | 11 + gdb/mingw-hdep.c | 11 + gdb/nat/fork-inferior.c | 2 +- gdb/nat/linux-namespaces.c | 2 +- gdb/python/python.c | 4 +- gdb/stack.c | 77 +++- gdb/symtab.c | 123 +++++- gdb/symtab.h | 3 +- gdb/testsuite/ChangeLog | 36 ++ gdb/testsuite/gdb.base/argv0-symlink.exp | 17 + gdb/testsuite/gdb.base/info-fun.exp | 97 ++--- gdb/testsuite/gdb.base/info-var-f1.c | 24 ++ gdb/testsuite/gdb.base/info-var-f2.c | 26 ++ gdb/testsuite/gdb.base/info-var.exp | 66 ++++ gdb/testsuite/gdb.base/info-var.h | 18 + gdb/testsuite/gdb.fortran/info-types.exp | 50 +++ gdb/testsuite/gdb.fortran/info-types.f90 | 36 ++ gdb/testsuite/lib/fortran.exp | 24 ++ gdb/tui/tui-data.h | 7 - gdb/tui/tui-io.c | 2 - gdb/tui/tui-layout.c | 8 +- gdb/tui/tui-regs.c | 308 ++++++--------- gdb/tui/tui-regs.h | 25 +- gdb/tui/tui-stack.c | 144 +++---- gdb/tui/tui-stack.h | 12 + gdb/tui/tui-win.c | 6 - gdb/tui/tui-wingeneral.c | 40 +- gdb/tui/tui-winsource.c | 10 - gdb/tui/tui-winsource.h | 2 - gnulib/ChangeLog | 6 + gnulib/import/glob.c | 84 ++-- .../patches/0003-Fix-glob-c-Coverity-issues.patch | 279 ++++++++++++++ gnulib/update-gnulib.sh | 1 + include/ChangeLog | 5 + include/opcode/arc.h | 2 +- ld/ChangeLog | 6 + ld/plugin.c | 2 +- opcodes/ChangeLog | 6 + opcodes/arm-dis.c | 23 ++ 69 files changed, 2425 insertions(+), 870 deletions(-) create mode 100644 gdb/testsuite/gdb.base/info-var-f1.c create mode 100644 gdb/testsuite/gdb.base/info-var-f2.c create mode 100644 gdb/testsuite/gdb.base/info-var.exp create mode 100644 gdb/testsuite/gdb.base/info-var.h create mode 100644 gdb/testsuite/gdb.fortran/info-types.exp create mode 100644 gdb/testsuite/gdb.fortran/info-types.f90 create mode 100644 gnulib/patches/0003-Fix-glob-c-Coverity-issues.patch