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-stable-allnoconfig in repository toolchain/binutils-gdb.
from d20172fc53 Place displaced step data directly in inferior structure adds 61fd3e7389 Change inferior_to_inferior_object to return a gdbpy_ref adds 3a6ae42d4e Remove cleanups from linespec.c adds c55d06ec95 Remove a cleanup from target-descriptions.c adds e8b1c9b397 Automatic date update in version.in adds 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 new 986041cda7 Use xstrdup in tui_set_source_content
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 6 + bfd/version.h | 2 +- configure | 6 + configure.ac | 6 + gdb/ChangeLog | 131 ++ gdb/compile/compile-cplus-types.c | 4 +- gdb/cp-support.c | 9 +- gdb/cp-support.h | 2 +- gdb/linespec.c | 141 +- gdb/linux-fork.c | 101 +- gdb/linux-nat.c | 27 +- gdb/python/py-cmd.c | 5 +- gdb/python/py-exitedevent.c | 2 +- gdb/python/py-function.c | 11 +- gdb/python/py-inferior.c | 24 +- gdb/python/py-infthread.c | 6 +- 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 | 63 +- gdb/python/python.c | 25 +- gdb/remote.c | 21 +- gdb/riscv-tdep.c | 2 +- gdb/target-descriptions.c | 12 +- gdb/target-descriptions.h | 13 +- gdb/tui/tui-source.c | 8 +- gdb/valops.c | 16 +- gdb/xml-tdesc.c | 13 +- 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 + 44 files changed, 3786 insertions(+), 2958 deletions(-) create mode 100644 opcodes/s12z-opc.c create mode 100644 opcodes/s12z-opc.h