This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/gdb.
from 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 adds c7a92c872b gprof: enable silent build rules adds c7d1b270c2 libctf: enable silent build rules adds 48b5f33ab1 ld: enable silent build rules adds ae8e528122 zlib: enable silent build rules
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/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/local.mk | 184 ++++ gdb/c-lang.c | 2 +- gdb/c-valprint.c | 2 +- gdb/debuginfod-support.c | 15 + gdb/dwarf2/read.c | 15 +- .../{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 + zlib/configure | 43 +- zlib/configure.ac | 1 + 34 files changed, 1407 insertions(+), 1657 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-ifort-parameter.exp => utf-rust.exp} (51%)