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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 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} adds 039dac293d CSKY: Fix and add some instructions for VDSPV1. adds 9d1ccf22fd CSKY: Add version flag in eflag and fix bug in disassembling [...] adds eae61d61e9 CSKY: Change plsl.u16 to plsl.16. adds 1b03c32c3b CSKY: Change default linker script for elf toolchain. adds 2e58f3923e C-SKY: Fix the literal dump of big vector constant. adds 7e300b8612 Update gas/ChangeLog of last commit adds 1612c4bbcb [gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.S adds 93cf38c095 Invoke the linker's error handling script with the keyword " [...] adds ae9d2233e6 gas: Clear all auto-assigned file slots new 55c3ad8801 [gdb/testsuite] Prevent pagination in GDB_INTERNALFLAGS
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: bfd/version.h | 2 +- gas/ChangeLog | 38 ++++ gas/config/tc-csky.c | 17 +- gas/dwarf2dbg.c | 24 +- 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/i386/{dwarf2-line-4.d => dwarf4-line-1.d} | 22 +- gas/testsuite/gas/i386/dwarf4-line-1.s | 14 ++ gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/x86-64-avx-vnni.d | 32 +-- gdb/ChangeLog | 5 + gdb/acinclude.m4 | 2 +- gdb/testsuite/ChangeLog | 10 + .../gdb.dwarf2/dw2-objfile-overlap-inner.S | 3 + .../gdb.dwarf2/dw2-objfile-overlap-outer.S | 3 + gdb/testsuite/lib/gdb.exp | 8 +- 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 | 18 ++ ld/emulparams/cskyelf.sh | 27 ++- ld/emulparams/cskyelf_linux.sh | 36 ++- ld/ld.texi | 6 +- ld/ldmain.c | 2 +- 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 - 37 files changed, 536 insertions(+), 148 deletions(-) copy gas/testsuite/gas/i386/{dwarf2-line-4.d => dwarf4-line-1.d} (70%) create mode 100644 gas/testsuite/gas/i386/dwarf4-line-1.s rename {gdb => gdbsupport}/ptrace.m4 (100%)