This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-O3 in repository toolchain/ci/binutils-gdb.
from 07d9838745 Remove the old movsx and movzx documentation for AT&T syntax adds 8084e579e1 Return unique_xmalloc_ptr from call_site_find_chain adds 5f661e0397 gnulib: import count-one-bits module and use it adds d8d83535e6 gdb: cleanup of displaced_step_inferior_state::reset/displac [...] adds e8217e61f5 gdb: make gdbarch_displaced_step_copy_insn return an std::un [...] adds f251f50533 Have testsuite find gdbserver in new location adds a4a38eb437 Cache .gnu_debugdata BFD adds 1a627e7e6c Change gdbserver to use existing gnulib and libiberty adds fdb61c6c39 gdb: introduce displaced_step_closure_up type alias adds 3580810c51 Automatic date update in version.in adds 5de9bb826d Automatic date update in version.in adds af5c13b01e x86: Don't disable SSE4a when disabling SSE4 adds be70ff166e Automatic date update in version.in adds dabec65da1 Re: x86: Don't disable SSE4a when disabling SSE4 adds ce504911e5 x86: Don't disable SSE3 when disabling SSE4a adds b9915cbc7d x86/Intel: improve diagnostics for ambiguous VCVT* operands adds eedb0f2cfd x86/Intel: don't swap operands of MONITOR{,X} and MWAIT{,X} adds c8f8eebc3f x86: fold AddrPrefixOpReg templates adds 1f730c4614 x86: fold certain VCVT{,U}SI2S{S,D} templates adds 272a84b120 x86: Remove CpuABM and add CpuPOPCNT adds b6f9caee52 Fix gdbserver-without-gdb build
No new revisions were added by this update.
Summary of changes: ChangeLog | 11 + Makefile.def | 5 + Makefile.in | 4 + bfd/version.h | 2 +- configure | 18 +- configure.ac | 18 +- gas/ChangeLog | 48 + gas/config/tc-i386.c | 207 +- gas/doc/c-i386.texi | 13 +- gas/testsuite/gas/i386/avx512dq-inval.l | 8 +- gas/testsuite/gas/i386/avx512dq-inval.s | 6 + gas/testsuite/gas/i386/avx512vl-ambig.l | 7 + gas/testsuite/gas/i386/avx512vl-ambig.s | 11 + gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/inval-avx.l | 6 +- gas/testsuite/gas/i386/inval-avx512f.l | 18 + gas/testsuite/gas/i386/inval-avx512f.s | 10 + gas/testsuite/gas/i386/sse3-intel.d | 43 + gas/testsuite/gas/i386/sse3.d | 3 + gas/testsuite/gas/i386/sse3.s | 4 + gas/testsuite/gas/i386/x86-64-sse3-intel.d | 46 + gas/testsuite/gas/i386/x86-64-sse3.d | 3 + gas/testsuite/gas/i386/x86-64-sse3.s | 4 + gdb/ChangeLog | 88 + gdb/aarch64-tdep.c | 4 +- gdb/aarch64-tdep.h | 3 +- gdb/amd64-tdep.c | 8 +- gdb/amd64-tdep.h | 3 +- gdb/arch/arm-get-next-pcs.c | 9 +- gdb/arch/arm.c | 11 - gdb/arch/arm.h | 3 - gdb/arm-linux-tdep.c | 11 +- gdb/arm-tdep.c | 12 +- gdb/dwarf2/frame-tailcall.c | 11 +- gdb/dwarf2/loc.c | 16 +- gdb/dwarf2/loc.h | 5 +- gdb/gdbarch.c | 2 +- gdb/gdbarch.h | 6 +- gdb/gdbarch.sh | 4 +- gdb/i386-linux-tdep.c | 7 +- gdb/i386-tdep.c | 5 +- gdb/i386-tdep.h | 2 +- gdb/infrun.c | 58 +- gdb/infrun.h | 6 +- gdb/minidebug.c | 11 + gdb/rs6000-tdep.c | 4 +- gdb/s390-tdep.c | 4 +- gdb/testsuite/ChangeLog | 6 + gdb/testsuite/boards/gdbserver-base.exp | 2 +- gdb/testsuite/lib/gdbserver-support.exp | 14 +- gdbserver/ChangeLog | 16 + gdbserver/Makefile.in | 59 +- gdbserver/acinclude.m4 | 2 - gdbserver/configure | 219 +- gdbserver/configure.ac | 18 +- gdbsupport/ChangeLog | 4 + gdbsupport/common-defs.h | 2 +- gnulib/ChangeLog | 15 + gnulib/Makefile.in | 1 + gnulib/aclocal.m4 | 1 + gnulib/configure | 118 +- gnulib/import/Makefile.am | 9 + gnulib/import/Makefile.in | 50 +- gnulib/import/count-one-bits.c | 7 + gnulib/import/count-one-bits.h | 136 + gnulib/import/m4/count-one-bits.m4 | 12 + gnulib/import/m4/gnulib-cache.m4 | 2 + gnulib/import/m4/gnulib-comp.m4 | 5 + gnulib/update-gnulib.sh | 1 + opcodes/ChangeLog | 54 + opcodes/i386-gen.c | 20 +- opcodes/i386-init.h | 244 +- opcodes/i386-opc.h | 12 +- opcodes/i386-opc.tbl | 119 +- opcodes/i386-tbl.h | 5872 ++++++++++++++-------------- 75 files changed, 4027 insertions(+), 3784 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512vl-ambig.l create mode 100644 gas/testsuite/gas/i386/avx512vl-ambig.s create mode 100644 gas/testsuite/gas/i386/sse3-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-sse3-intel.d create mode 100644 gnulib/import/count-one-bits.c create mode 100644 gnulib/import/count-one-bits.h create mode 100644 gnulib/import/m4/count-one-bits.m4