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-allyesconfig in repository toolchain/ci/binutils-gdb.
from b62a802857 Test handling of additional brk instruction patterns adds 548a204f7d Fix configure.srv error for Linux on PowerPC adds 287c844a33 gdbserver: Fix whitespace configure.srv damage for `i[34567] [...] adds fc1ca146f7 Adjust src-release.sh's getver due to gdbsupport's move to toplevel adds c47f70e2ce Fix -Werror-stringop error on infcmd.c:construct_inferior_arguments adds 03fe9cfb98 Automatic date update in version.in adds 72913831fc Remove need to clear obj_coff_keep_syms in coff object_p adds 1bd8ae1004 ubsan: tic4x: left shift cannot be represented in type 'int' adds 62b3f54810 x86: drop further pointless/bogus DefaultSize adds 873494c89f x86-64: also diagnose far returns / IRET with ambiguous oper [...] adds aeab2b26db x86-64: honor vendor specifics for near RET adds bd434cc4d9 cpu,opcodes,gas: fix neg and neg32 instructions in BPF adds 87b2920fc5 Bugfixes for pe_print_debugdata() adds 1957ab1030 Add some new PE_IMAGE_DEBUG_TYPE values adds b5d36aaa8a Identify reproducible builds in 'objdump -p' output for PE files adds 0c115f8483 ubsan: m32c: left shift of negative value new 5cebc931d7 ld/doc: drop blank between @option and brace new 2ae4c7035c x86: prevent undue use of GOT32X and alike relocations
The 2 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/ChangeLog | 24 +++++++ bfd/coffgen.c | 15 ++-- bfd/peXXigen.c | 100 ++++++++++++++++++++++++--- bfd/version.h | 2 +- bfd/xcofflink.c | 18 +++-- cpu/ChangeLog | 18 +++++ cpu/bpf.cpu | 2 +- cpu/m32c.cpu | 36 +++++----- gas/ChangeLog | 48 +++++++++++++ gas/config/tc-i386.c | 31 ++++++--- gas/testsuite/gas/bpf/alu-be.d | 2 +- gas/testsuite/gas/bpf/alu.d | 2 +- gas/testsuite/gas/bpf/alu32-be.d | 2 +- gas/testsuite/gas/bpf/alu32.d | 2 +- gas/testsuite/gas/i386/got-no-relax.d | 37 ++++++---- gas/testsuite/gas/i386/got.d | 37 ++++++---- gas/testsuite/gas/i386/got.s | 13 ++++ gas/testsuite/gas/i386/ilp32/x86-64-branch.d | 8 ++- gas/testsuite/gas/i386/k1om.d | 27 +++++--- gas/testsuite/gas/i386/l1om.d | 27 +++++--- gas/testsuite/gas/i386/noreg64.d | 3 + gas/testsuite/gas/i386/noreg64.l | 3 + gas/testsuite/gas/i386/noreg64.s | 3 + gas/testsuite/gas/i386/x86-64-branch-2.d | 2 + gas/testsuite/gas/i386/x86-64-branch-2.s | 3 + gas/testsuite/gas/i386/x86-64-branch-4.l | 44 +++++++----- gas/testsuite/gas/i386/x86-64-branch-4.s | 4 ++ gas/testsuite/gas/i386/x86-64-branch.d | 8 ++- gas/testsuite/gas/i386/x86-64-branch.s | 5 ++ gas/testsuite/gas/i386/x86-64-opcode.d | 1 + gas/testsuite/gas/i386/x86-64-opcode.s | 5 +- gas/testsuite/gas/i386/x86-64-suffix-intel.d | 2 +- gas/testsuite/gas/i386/x86-64-suffix.d | 2 +- gas/testsuite/gas/i386/x86-64-suffix.e | 2 + gas/testsuite/gas/i386/x86-64-suffix.s | 1 - gas/testsuite/gas/i386/x86_64-intel.d | 27 +++++--- gas/testsuite/gas/i386/x86_64.d | 28 +++++--- gas/testsuite/gas/i386/x86_64.e | 3 + gas/testsuite/gas/i386/x86_64.s | 8 +++ gdb/ChangeLog | 6 ++ gdb/gdbserver/ChangeLog | 9 +++ gdb/gdbserver/configure.srv | 5 +- gdb/infcmd.c | 5 ++ include/ChangeLog | 6 ++ include/coff/internal.h | 5 ++ ld/ChangeLog | 4 ++ ld/ld.texi | 2 +- opcodes/ChangeLog | 29 ++++++++ opcodes/bpf-opc.c | 8 +-- opcodes/i386-dis.c | 18 ++++- opcodes/i386-opc.tbl | 24 ++++--- opcodes/i386-tbl.h | 44 +++++++++--- opcodes/m32c-ibld.c | 24 +++---- opcodes/tic4x-dis.c | 2 +- src-release.sh | 4 +- 56 files changed, 611 insertions(+), 195 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-suffix.e create mode 100644 gas/testsuite/gas/i386/x86_64.e