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-arm-mainline-allmodconfig in repository toolchain/binutils-gdb.
from 69961a84c9 Don't build readline/libreadline.a, when --with-system-readl [...] adds 444b3faef5 Add 'extern C' if simulator is written in C++ adds ef1ad42b8b S12Z: opcodes: Separate the decoding of operations from thei [...] adds 592d8c0a5d RISC-V: Fix wrong use of s0 register name. adds 66644cd32b gdb/remote: Remove a cleanup in remote_check_symbols adds 06d3e5b004 gdb: Remove a cleanup from find_overload_match adds 26089c494f gdb: Remove final cleanup from find_overload_match adds a07c88800e gdb: Remove cleanup from linux-fork.c:inferior_call_waitpid adds 169bb27bce gdb: Remove cleanup from linux_nat_target::follow_fork adds 5c329e6ab4 Use a wrapper for PyErr_Fetch adds 2a3c71d68d Remove more uses of explicit reference counting in Python adds ea41325b7d Simplify gdbpy_stop_recording adds 1b20edf043 Improve reference counting in py-type.c adds 7c71111916 Avoid questionable casts in py-symtab.c adds 986041cda7 Use xstrdup in tui_set_source_content adds 8261e52d1b Automatic date update in version.in adds 677bd4c69d PR24061, powerpc-ibm-aix-ar sets bogus file permissions when [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 9 + bfd/coff-rs6000.c | 72 +- bfd/coff64-rs6000.c | 16 +- bfd/version.h | 2 +- gdb/ChangeLog | 95 ++ gdb/compile/compile-cplus-types.c | 4 +- gdb/cp-support.c | 9 +- gdb/cp-support.h | 2 +- gdb/linux-fork.c | 101 +- gdb/linux-nat.c | 27 +- gdb/python/py-cmd.c | 5 +- gdb/python/py-function.c | 11 +- gdb/python/py-objfile.c | 16 +- gdb/python/py-prettyprint.c | 12 +- gdb/python/py-progspace.c | 16 +- gdb/python/py-record.c | 8 +- gdb/python/py-symtab.c | 39 +- gdb/python/py-type.c | 77 +- gdb/python/py-utils.c | 58 +- gdb/python/py-value.c | 23 +- gdb/python/py-varobj.c | 10 +- gdb/python/python-internal.h | 61 +- gdb/python/python.c | 25 +- gdb/remote.c | 21 +- gdb/riscv-tdep.c | 2 +- gdb/tui/tui-source.c | 8 +- gdb/valops.c | 16 +- opcodes/ChangeLog | 12 + opcodes/Makefile.am | 1 + opcodes/Makefile.in | 2 + opcodes/configure | 2 +- opcodes/configure.ac | 2 +- opcodes/s12z-dis.c | 2830 ++++--------------------------------- opcodes/s12z-opc.c | 2701 +++++++++++++++++++++++++++++++++++ opcodes/s12z-opc.h | 267 ++++ sim/ChangeLog | 4 + sim/common/sim-base.h | 8 + 37 files changed, 3693 insertions(+), 2881 deletions(-) create mode 100644 opcodes/s12z-opc.c create mode 100644 opcodes/s12z-opc.h