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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 4690795539 Automatic date update in version.in adds 0c70050a4b asan: alpha-vms: buffer overflow adds a0ff652f4c gdb: add inferior parameter to inferior_created observable adds 3f66685e9e gdb: pass inferior to check_pid_namespace_match adds 324956617c gdb: make jit.c use the inferior_created inferior parameter adds c75e31a1ec gdb: use inferior parameter in add_vsyscall_page adds 02855c3a54 Automatic date update in version.in adds 006811bc02 gdb: move ptrace.m4 to gdbsupport adds 069ef16480 Change avxvnni disassembler output from {vex3} to {vex} new 039dac293d CSKY: Fix and add some instructions for VDSPV1. new 9d1ccf22fd CSKY: Add version flag in eflag and fix bug in disassembling [...] new eae61d61e9 CSKY: Change plsl.u16 to plsl.16. new 1b03c32c3b CSKY: Change default linker script for elf toolchain. new 2e58f3923e C-SKY: Fix the literal dump of big vector constant. new 7e300b8612 Update gas/ChangeLog of last commit new 1612c4bbcb [gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.S
The 7 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: bfd/ChangeLog | 5 + bfd/version.h | 2 +- bfd/vms-misc.c | 7 +- gas/ChangeLog | 27 +++ gas/config/tc-csky.c | 17 +- gas/testsuite/gas/csky/csky_vdsp.d | 54 ++--- gas/testsuite/gas/csky/enhance_dsp.d | 2 +- gas/testsuite/gas/csky/enhance_dsp.s | 2 +- gas/testsuite/gas/i386/avx-vnni.d | 32 +-- gas/testsuite/gas/i386/x86-64-avx-vnni.d | 32 +-- gdb/ChangeLog | 42 ++++ gdb/acinclude.m4 | 2 +- gdb/aix-thread.c | 2 +- gdb/bsd-uthread.c | 2 +- gdb/dummy-frame.c | 2 +- gdb/infcmd.c | 2 +- gdb/infrun.c | 2 +- gdb/jit.c | 27 +-- gdb/jit.h | 3 +- gdb/linux-thread-db.c | 8 +- gdb/m68k-linux-tdep.c | 2 +- gdb/observable.h | 2 +- gdb/ravenscar-thread.c | 2 +- gdb/symfile-mem.c | 5 +- gdb/testsuite/ChangeLog | 6 + .../gdb.dwarf2/dw2-objfile-overlap-inner.S | 3 + .../gdb.dwarf2/dw2-objfile-overlap-outer.S | 3 + gdbserver/ChangeLog | 4 + gdbserver/acinclude.m4 | 2 +- gdbsupport/ChangeLog | 6 + gdbsupport/Makefile.in | 2 +- gdbsupport/acinclude.m4 | 2 +- {gdb => gdbsupport}/ptrace.m4 | 0 include/ChangeLog | 6 + include/opcode/csky.h | 5 + ld/ChangeLog | 11 + ld/emulparams/cskyelf.sh | 27 ++- ld/emulparams/cskyelf_linux.sh | 36 ++- ld/testsuite/ld-csky/data.d | 12 +- ld/testsuite/ld-csky/hilo16.d | 4 +- opcodes/ChangeLog | 16 ++ opcodes/csky-dis.c | 19 +- opcodes/csky-opc.h | 245 +++++++++++++++++---- opcodes/i386-dis.c | 1 - 44 files changed, 536 insertions(+), 157 deletions(-) rename {gdb => gdbsupport}/ptrace.m4 (100%)