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_build/master-aarch64 in repository toolchain/ci/binutils-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 adds 9832d223d6 Automatic date update in version.in adds 13678b206f opcodes: enable silent build rules adds 75ea503ef0 bfd: enable silent build rules adds d8bbdb9dd5 binutils: enable silent build rules adds 45c06bb712 binutils: merge doc subdir up a level
No new revisions were added by this update.
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 +- 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 +- opcodes/Makefile.am | 52 +- opcodes/Makefile.in | 52 +- opcodes/configure | 43 +- opcodes/configure.ac | 1 + 26 files changed, 1223 insertions(+), 1595 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%)