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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 292676c15a x86: Resolve PLT32 reloc aganst local symbol to section adds d4059b1d6c Automatic date update in version.in adds 258bf0ee37 [gdb] Speedup lnp_state_machine::handle_special_opcode adds a9b3453245 Fix argv[] in programs invoked by gdbserver on MS-Windows adds 0e6724dee4 x86: Document movsx/movsxd/movzx for AT&T syntax adds 514a8bb031 x86: extend LEA's segment override warning adds 92334ad2c6 x86: optimize away pointless segment overrides adds b677388436 x86: adjust segment override prefix emission adds 65fca0597f x86: replace adhoc (partly wrong) ambiguous operand checking [...] adds 6867aac05b Remove Intel syntax comments on movsx and movzx adds 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 [...] new f251f50533 Have testsuite find gdbserver in new location new a4a38eb437 Cache .gnu_debugdata BFD new 1a627e7e6c Change gdbserver to use existing gnulib and libiberty new fdb61c6c39 gdb: introduce displaced_step_closure_up type alias
The 4 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 | 5 + Makefile.def | 5 + Makefile.in | 4 + bfd/version.h | 2 +- gas/ChangeLog | 63 ++++ gas/config/tc-i386.c | 96 ++++-- gas/doc/c-i386.texi | 69 +++- gas/testsuite/gas/i386/i386-intel.d | 2 - gas/testsuite/gas/i386/i386.d | 2 - gas/testsuite/gas/i386/i386.exp | 5 + gas/testsuite/gas/i386/i386.s | 2 - gas/testsuite/gas/i386/iamcu-1.d | 2 - gas/testsuite/gas/i386/iamcu-1.s | 2 - gas/testsuite/gas/i386/ilp32/x86-64.d | 8 - gas/testsuite/gas/i386/ilp32/x86-64.s | 8 - gas/testsuite/gas/i386/k1om.d | 8 - gas/testsuite/gas/i386/l1om.d | 8 - gas/testsuite/gas/i386/lea-optimize.d | 13 + gas/testsuite/gas/i386/lea.d | 12 + gas/testsuite/gas/i386/lea.e | 3 + gas/testsuite/gas/i386/lea.s | 4 + gas/testsuite/gas/i386/movx16.l | 197 +++++++++++ gas/testsuite/gas/i386/movx16.s | 2 + gas/testsuite/gas/i386/movx32.l | 197 +++++++++++ gas/testsuite/gas/i386/movx32.s | 197 +++++++++++ gas/testsuite/gas/i386/movx64.l | 485 +++++++++++++++++++++++++++ gas/testsuite/gas/i386/movx64.s | 485 +++++++++++++++++++++++++++ gas/testsuite/gas/i386/noreg16.d | 4 + gas/testsuite/gas/i386/noreg16.s | 4 + gas/testsuite/gas/i386/noreg32.d | 4 + gas/testsuite/gas/i386/noreg32.s | 4 + gas/testsuite/gas/i386/noreg64.d | 6 + gas/testsuite/gas/i386/noreg64.s | 6 + gas/testsuite/gas/i386/prefix32.l | 9 +- gas/testsuite/gas/i386/prefix32.s | 6 + gas/testsuite/gas/i386/x86-64-movsxd-intel.d | 2 +- gas/testsuite/gas/i386/x86-64-movsxd.d | 2 +- gas/testsuite/gas/i386/x86_64-intel.d | 8 - gas/testsuite/gas/i386/x86_64.d | 8 - gas/testsuite/gas/i386/x86_64.s | 8 - gdb/ChangeLog | 93 +++++ 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/dwarf2/read.c | 10 +- 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 | 23 ++ gdbserver/Makefile.in | 59 +--- gdbserver/acinclude.m4 | 2 - gdbserver/configure | 219 +----------- gdbserver/configure.ac | 18 +- gdbserver/win32-low.cc | 44 ++- 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 | 13 + opcodes/i386-opc.tbl | 18 +- opcodes/i386-tbl.h | 114 +------ 91 files changed, 2420 insertions(+), 740 deletions(-) create mode 100644 gas/testsuite/gas/i386/lea-optimize.d create mode 100644 gas/testsuite/gas/i386/lea.d create mode 100644 gas/testsuite/gas/i386/lea.e create mode 100644 gas/testsuite/gas/i386/lea.s create mode 100644 gas/testsuite/gas/i386/movx16.l create mode 100644 gas/testsuite/gas/i386/movx16.s create mode 100644 gas/testsuite/gas/i386/movx32.l create mode 100644 gas/testsuite/gas/i386/movx32.s create mode 100644 gas/testsuite/gas/i386/movx64.l create mode 100644 gas/testsuite/gas/i386/movx64.s 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