This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from bd454f8baf Fix python gdbpy_breakpoint_object leak. new b15384304b x86/Intel: extend MOVSD/CMPSD testsuite coverage new db4e407b53 x86/Intel: correct CMPSD test cases' regexp closing paren placement new 601e856422 x86: make AnySize an insn attribute new 6f2f06bea8 x86: make JumpAbsolute an insn attribute new 0cfa3eb352 x86: fold individual Jump* attributes into a single Jump one new 6aa385b96f x86: drop redundant SYSCALL/SYSRET templates
The 6 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: gas/ChangeLog | 40 + gas/config/tc-i386-intel.c | 40 +- gas/config/tc-i386.c | 77 +- gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/intel-cmps.s | 55 + gas/testsuite/gas/i386/intel-cmps16.d | 68 + gas/testsuite/gas/i386/intel-cmps32.d | 81 +- gas/testsuite/gas/i386/intel-cmps64.d | 60 +- gas/testsuite/gas/i386/intel-movs.s | 55 + gas/testsuite/gas/i386/intel-movs16.d | 68 + gas/testsuite/gas/i386/intel-movs32.d | 27 + gas/testsuite/gas/i386/intel-movs64.d | 36 + opcodes/ChangeLog | 44 + opcodes/i386-gen.c | 8 +- opcodes/i386-init.h | 118 +- opcodes/i386-opc.h | 30 +- opcodes/i386-opc.tbl | 71 +- opcodes/i386-tbl.h | 49627 +++++++++++++++----------------- 18 files changed, 23511 insertions(+), 26996 deletions(-) create mode 100644 gas/testsuite/gas/i386/intel-cmps16.d create mode 100644 gas/testsuite/gas/i386/intel-movs16.d