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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from cae21f8ebf Fix regression in variant part handling adds 95eb9e54a5 [gdb] Fix regression in dwarf2_name adds 27f134698a x86: Check register operand for AddrPrefixOpReg adds 1f22ee1f72 Automatic date update in version.in new 642f545a93 Add new directive to GAS: .attach_to_group.
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 | 28 ++++++++++++++++++++++++++++ gas/config/obj-elf.c | 24 ++++++++++++++++++++++++ gas/config/tc-i386.c | 13 +++++++++++++ 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 ++++ gas/testsuite/gas/i386/x86-64-enqcmd-intel.d | 28 ++++++++++++++++++++-------- gas/testsuite/gas/i386/x86-64-enqcmd.d | 28 ++++++++++++++++++++-------- gas/testsuite/gas/i386/x86-64-enqcmd.s | 12 ++++++++++++ gas/testsuite/gas/i386/x86-64-movdir-intel.d | 24 +++++++++++++++--------- gas/testsuite/gas/i386/x86-64-movdir.d | 24 +++++++++++++++--------- gas/testsuite/gas/i386/x86-64-movdir.s | 6 ++++++ gdb/ChangeLog | 5 +++++ gdb/dwarf2/read.c | 2 ++ 21 files changed, 230 insertions(+), 36 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