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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 27f134698a x86: Check register operand for AddrPrefixOpReg adds 1f22ee1f72 Automatic date update in version.in adds 642f545a93 Add new directive to GAS: .attach_to_group. adds 1eb6eb795f Include the x86-bsd-nat.h header and fix the NetBSD/i386 build adds e2a2a24a8e Preinitialize the sockaddr_un variable to zero adds 15397b0e05 Refactor the NetBSD amd64 gdbserver support adds 8b667faedf Add NetBSD/i386 gdbserver support adds 6ff330351e Remove the old sanity check of sigcontext offsets for NetBSD/i386 adds 064280be25 Fix the i386 build
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 15 ++++ gas/config/obj-elf.c | 24 ++++++ gas/doc/as.texi | 12 ++- gas/testsuite/gas/elf/attach-1.d | 11 +++ gas/testsuite/gas/elf/attach-1.s | 11 +++ gas/testsuite/gas/elf/attach-2.d | 11 +++ gas/testsuite/gas/elf/attach-2.s | 9 ++ gas/testsuite/gas/elf/attach-err.d | 3 + gas/testsuite/gas/elf/attach-err.err | 4 + gas/testsuite/gas/elf/attach-err.s | 5 ++ gas/testsuite/gas/elf/elf.exp | 4 + gdb/ChangeLog | 13 +++ gdb/i386-bsd-nat.c | 6 +- gdb/i386-bsd-nat.h | 2 + gdb/i386-nbsd-tdep.c | 2 +- gdb/i386-tdep.h | 1 - gdbserver/ChangeLog | 23 +++++ gdbserver/Makefile.in | 1 + gdbserver/configure.srv | 6 ++ gdbserver/netbsd-amd64-low.cc | 53 ++++++++---- gdbserver/netbsd-i386-low.cc | 157 +++++++++++++++++++++++++++++++++++ gdbserver/netbsd-low.cc | 13 ++- gdbserver/netbsd-low.h | 30 ++----- gdbsupport/ChangeLog | 5 +- gdbsupport/agent.cc | 2 +- 26 files changed, 368 insertions(+), 57 deletions(-) create mode 100644 gas/testsuite/gas/elf/attach-1.d create mode 100644 gas/testsuite/gas/elf/attach-1.s create mode 100644 gas/testsuite/gas/elf/attach-2.d create mode 100644 gas/testsuite/gas/elf/attach-2.s create mode 100644 gas/testsuite/gas/elf/attach-err.d create mode 100644 gas/testsuite/gas/elf/attach-err.err create mode 100644 gas/testsuite/gas/elf/attach-err.s create mode 100644 gdbserver/netbsd-i386-low.cc