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-aarch64 in repository toolchain/ci/binutils-gdb.
from 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 adds ee083a9e7c RISC-V: Dump vset[i]vli immediate as numbers once vsew or vl [...]
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 ++++++ gas/testsuite/gas/riscv/vector-insns.d | 46 +- gas/testsuite/gas/riscv/vector-insns.s | 50 +- 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 + 33 files changed, 1390 insertions(+), 1684 deletions(-) delete mode 100644 binutils/doc/Makefile.am delete mode 100644 binutils/doc/Makefile.in create mode 100644 binutils/doc/local.mk