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-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 5a805384b8 asan: readelf buffer overflow and abort adds 68d654afdf Fix compilation of .c files as C++ when using Clang adds c20c017b2c Fix gdb.base/infcall-nested-structs-c++.exp with Clang adds e851246a2a gdb: fix whitespaces in ChangeLog adds ee1b8b9477 Import mklog.py from gcc repo adds 3b93626be9 Add a missing munmap_list move constructor adds 956bdb595b gdb: fix formatting of _debug_printf macros adds 0919fa3c46 Automatic date update in version.in adds 0be2fe677c ubsan: opcodes/csky-opc.h:929 shift exponent 536870912
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- contrib/ChangeLog | 4 + contrib/mklog.py | 261 +++++++++++++++++++++ gas/ChangeLog | 91 +++---- gas/config/tc-csky.c | 8 +- gdb/ChangeLog | 16 +- gdb/compile/compile-object-load.h | 1 + gdb/infrun.h | 10 +- gdb/linux-nat.c | 10 +- gdb/testsuite/ChangeLog | 11 + .../gdb.base/infcall-nested-structs.exp.tcl | 7 + gdb/testsuite/lib/gdb.exp | 5 +- opcodes/ChangeLog | 28 ++- opcodes/csky-dis.c | 4 +- opcodes/csky-opc.h | 30 ++- 15 files changed, 398 insertions(+), 90 deletions(-) create mode 100755 contrib/mklog.py