This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH v8 0/2] x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
- From: Jan Beulich <jbeulich at suse dot com>
- To: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Cc: "H.J. Lu" <hjl dot tools at gmail dot com>
- Date: Fri, 14 Feb 2020 13:21:45 +0100
- Subject: [PATCH v8 0/2] x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
1: x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
2: x86/AT&T: don't default to byte source for ambiguous for MOVSX/MOVZX
v8 is just to split out the controversial part, in the hope
that at least the main change can go in.
Jan