This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm in repository toolchain/ci/binutils-gdb.
from 3acd9a692d Make 'import gdb.events' work adds 99298c958c Add gdb.Objfile.is_file attribute adds 22f8e2e726 [gdb/exp] Fix internal error when printing C++ pointer-to-member adds 8df9766816 Automatic date update in version.in adds d92c7521f9 x86: don't leak sub-architecture accumulated strings adds 3ce2ebcf88 x86: permit "default" with .arch adds ae89daecb1 x86: generalize disabling of sub-architectures adds f68697e823 x86: introduce a state stack for .arch adds ad349f2493 Descriptive DWARF operations dump support for DW_AT_rank adds c975cec5ff x86: fix 3-operand insn reverse-matching adds 3d0738af2a x86: fold two switch() statements in match_template() adds 8bd915b770 x86: make D attribute usable for XOP and FMA4 insns
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/dwarf.c | 1 + gas/config/tc-i386.c | 619 ++++++++++++++----------- gas/doc/c-i386.texi | 3 +- gas/testsuite/gas/i386/arch-dflt.l | 19 + gas/testsuite/gas/i386/arch-dflt.s | 14 + gas/testsuite/gas/i386/arch-stk.l | 43 ++ gas/testsuite/gas/i386/arch-stk.s | 34 ++ gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/inval-avx.l | 25 +- gas/testsuite/gas/i386/inval-avx.s | 6 + gdb/NEWS | 3 + gdb/cp-valprint.c | 5 +- gdb/doc/python.texi | 7 + gdb/python/py-objfile.c | 14 + gdb/testsuite/gdb.base/jit-reader.exp | 12 + gdb/testsuite/gdb.cp/pointer-to-member.cc | 34 ++ gdb/testsuite/gdb.cp/pointer-to-member.exp | 28 ++ opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 75 ++-- opcodes/i386-tbl.h | 700 ++--------------------------- 21 files changed, 652 insertions(+), 997 deletions(-) create mode 100644 gas/testsuite/gas/i386/arch-dflt.l create mode 100644 gas/testsuite/gas/i386/arch-dflt.s create mode 100644 gas/testsuite/gas/i386/arch-stk.l create mode 100644 gas/testsuite/gas/i386/arch-stk.s create mode 100644 gdb/testsuite/gdb.cp/pointer-to-member.cc create mode 100644 gdb/testsuite/gdb.cp/pointer-to-member.exp