PATCH: Fix -msse-check= for movdq2q and movq2dq
H.J. Lu
hjl.tools@gmail.com
Wed May 21 21:39:00 GMT 2008
More information about the Binutils mailing list
Wed May 21 21:39:00 GMT 2008
- Previous message (by thread): [PATCH] New BFD function necessary for a new GDB feature
- Next message (by thread): PATCH COMMITTED: Add -Map to gold
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, There is no AVX equivalent for movdq2q and movq2dq. I am checking in this patch to fix -msse-check= for movdq2q and movq2dq. H.J. --- Index: gas/testsuite/ChangeLog =================================================================== RCS file: /cvs/src/src/gas/testsuite/ChangeLog,v retrieving revision 1.1348 diff -u -p -r1.1348 ChangeLog --- gas/testsuite/ChangeLog 9 May 2008 19:28:47 -0000 1.1348 +++ gas/testsuite/ChangeLog 21 May 2008 21:36:46 -0000 @@ -1,3 +1,11 @@ +2008-05-21 Catherine Moore <clm@codesourcery.com> + + * gas/i386/sse-noavx.s: Add tests for movdq2q and movq2dq. + * gas/i386/x86-64-sse-noavx.s: Likewise. + + * gas/i386/sse-noavx.d: Updated. + * gas/i386/x86-64-sse-noavx.d: Likewise. + 2008-05-09 Catherine Moore <clm@codesourcery.com> * gas/mips/mips16-hilo-match.s: New test. Index: opcodes/ChangeLog =================================================================== RCS file: /cvs/src/src/opcodes/ChangeLog,v retrieving revision 1.1269 diff -u -p -r1.1269 ChangeLog --- opcodes/ChangeLog 21 May 2008 07:50:54 -0000 1.1269 +++ opcodes/ChangeLog 21 May 2008 21:36:47 -0000 @@ -1,3 +1,8 @@ +2008-05-21 H.J. Lu <hongjiu.lu@intel.com> + + * i386-opc.tbl: Add NoAVX to movdq2q and movq2dq. + * i386-tbl.h: Regenerated. + 2008-05-21 M R Swami Reddy <MR.Swami.Reddy@nsc.com> * cr16-dis.c (build_mask): Adjust the mask for 32-bit bcond. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: s.txt URL: <https://sourceware.org/pipermail/binutils/attachments/20080521/3ebfdc09/attachment.txt>
- Previous message (by thread): [PATCH] New BFD function necessary for a new GDB feature
- Next message (by thread): PATCH COMMITTED: Add -Map to gold
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list