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 aab00c2dff7 Fix 'uninstall' target new c8480b58e19 x86: Add -muse-unaligned-vector-move to assembler
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: gas/NEWS | 3 ++ gas/config/tc-i386.c | 39 ++++++++++++++++++++++ gas/doc/c-i386.texi | 6 ++++ gas/testsuite/gas/i386/i386.exp | 2 ++ gas/testsuite/gas/i386/unaligned-vector-move.d | 22 ++++++++++++ gas/testsuite/gas/i386/unaligned-vector-move.s | 15 +++++++++ .../gas/i386/x86-64-unaligned-vector-move.d | 23 +++++++++++++ 7 files changed, 110 insertions(+) create mode 100644 gas/testsuite/gas/i386/unaligned-vector-move.d create mode 100644 gas/testsuite/gas/i386/unaligned-vector-move.s create mode 100644 gas/testsuite/gas/i386/x86-64-unaligned-vector-move.d