This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-aarch64 in repository toolchain/ci/gdb.
from c261149278 [gdb/testsuite] Fix typo in proc lines adds 8fee99c3c8 Update description of string's -n option. adds 49fa1332a6 [gdb/symtab] Fix segfault in search_one_symtab adds 584294c406 strings: Replace references to -u option with references to -U. adds b9db26b4c4 [PR gdb/27026] CTRL-C is ignored when debug info is downloaded adds 1c0e43634c Allow DW_ATE_UTF for Rust characters new 9832d223d6 Automatic date update in version.in new 13678b206f opcodes: enable silent build rules new 75ea503ef0 bfd: enable silent build rules new d8bbdb9dd5 binutils: enable silent build rules new 45c06bb712 binutils: merge doc subdir up a level new c7a92c872b gprof: enable silent build rules new c7d1b270c2 libctf: enable silent build rules new 48b5f33ab1 ld: enable silent build rules new ae8e528122 zlib: enable silent build rules new ee083a9e7c RISC-V: Dump vset[i]vli immediate as numbers once vsew or vl [...]
The 10 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/Makefile.am | 88 +- bfd/Makefile.in | 88 +- bfd/configure | 43 +- bfd/configure.ac | 1 + bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/Makefile.am | 108 +- binutils/Makefile.in | 694 +++++++++++-- binutils/configure | 46 +- binutils/configure.ac | 3 +- binutils/doc/Makefile.am | 186 ---- binutils/doc/Makefile.in | 1045 -------------------- binutils/doc/binutils.texi | 9 +- binutils/doc/local.mk | 184 ++++ binutils/strings.c | 11 +- gas/testsuite/gas/riscv/vector-insns.d | 46 +- gas/testsuite/gas/riscv/vector-insns.s | 50 +- gdb/c-lang.c | 2 +- gdb/c-valprint.c | 2 +- gdb/debuginfod-support.c | 15 + gdb/dwarf2/read.c | 20 +- gdb/psymtab.c | 2 + ...includes.exp => dw2-symtab-includes-lookup.exp} | 55 +- .../{dw2-ifort-parameter.exp => utf-rust.exp} | 60 +- gprof/Makefile.am | 16 +- gprof/Makefile.in | 16 +- gprof/configure | 43 +- gprof/configure.ac | 1 + ld/Makefile.am | 62 +- ld/Makefile.in | 62 +- ld/configure | 43 +- ld/configure.ac | 1 + libctf/Makefile.am | 2 +- libctf/configure | 43 +- libctf/configure.ac | 1 + opcodes/Makefile.am | 52 +- opcodes/Makefile.in | 52 +- opcodes/configure | 43 +- opcodes/configure.ac | 1 + opcodes/riscv-dis.c | 4 +- opcodes/riscv-opc.c | 4 +- zlib/configure | 43 +- zlib/configure.ac | 1 + 43 files changed, 1503 insertions(+), 1753 deletions(-) delete mode 100644 binutils/doc/Makefile.am delete mode 100644 binutils/doc/Makefile.in create mode 100644 binutils/doc/local.mk copy gdb/testsuite/gdb.dwarf2/{dw2-symtab-includes.exp => dw2-symtab-includes-look [...] copy gdb/testsuite/gdb.dwarf2/{dw2-ifort-parameter.exp => utf-rust.exp} (51%)