This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig in repository toolchain/binutils-gdb.
from 0661ae2e53 Add updated French and Portuguese translations. adds d3def5d73e Enhance objdump's --disassemble switch so that it can now ta [...] adds 07deea26b5 ada-tasks.c::read_atcb: start from a cleared ada_task_info result adds 76136aeda5 (Ada/tasking) fix array or string index out of range warning adds 9e49efb79c Automatic date update in version.in adds 5acaada745 Make gold testsuite work with CC and CXX specifying -B adds 17cf289784 gdb/riscv: Handle errors while setting the frame id adds cd115d615c gdb/riscv: Update test to support targets without FP hardware adds b5420128da x86-64: fix ZMM register state tracking adds d4718d5c9f (AArch64) wrong value returned by "finish" for HFA adds 20f0d60db4 Avoid crash when calling warning too early adds 3c6618cd22 Fix output indentation for "info pretty-printers" adds 9c710e1157 Capitalize "<TAB>" in require_record_target error adds 663cc8c0fc Automatic date update in version.in adds 0e2779e98d PowerPC, don't use bfd reloc howto in md_assemble
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 24 + binutils/NEWS | 4 + binutils/doc/binutils.texi | 12 +- binutils/objdump.c | 37 +- binutils/testsuite/binutils-all/bintest.s | 8 + binutils/testsuite/binutils-all/objcopy.exp | 1 + binutils/testsuite/binutils-all/objdump.exp | 82 +- binutils/testsuite/binutils-all/readelf.s | 5 +- binutils/testsuite/binutils-all/readelf.ss | 12 +- binutils/testsuite/binutils-all/readelf.ss-64 | 1 + binutils/testsuite/binutils-all/readelf.ss-mips | 4 +- binutils/testsuite/binutils-all/readelf.ss-tmips | 4 +- gas/ChangeLog | 6 + gas/config/tc-ppc.c | 260 ++++++- gdb/ChangeLog | 48 ++ gdb/aarch64-tdep.c | 2 +- gdb/ada-tasks.c | 28 +- gdb/i387-tdep.c | 40 +- gdb/python/lib/gdb/command/pretty_printers.py | 2 +- gdb/record.c | 2 +- gdb/riscv-tdep.c | 17 +- gdb/target.c | 10 +- gdb/target.h | 2 +- gdb/testsuite/ChangeLog | 16 + gdb/testsuite/gdb.arch/i386-avx512.c | 7 + gdb/testsuite/gdb.arch/i386-avx512.exp | 10 + gdb/testsuite/gdb.arch/riscv-reg-aliases.exp | 24 +- .../warning.exp} | 28 +- gold/ChangeLog | 31 + gold/Makefile.am | 75 +- gold/Makefile.in | 119 +-- gold/testsuite/Makefile.am | 788 ++++++++++--------- gold/testsuite/Makefile.in | 841 ++++++++++----------- gold/testsuite/incremental_test.sh | 2 +- 35 files changed, 1542 insertions(+), 1012 deletions(-) copy gdb/testsuite/{gdb.ada/access_to_unbounded_array.exp => gdb.base/warning.exp} (62%)