mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-27 03:42:56 +08:00
x86: testsuite adjustments after commit 1a0351246a5c
The odd behavior of certain COFF/PE targets makes necessary some mechanical adjustments.
This commit is contained in:
gas
@ -1,3 +1,10 @@
|
||||
2020-01-21 Jan Beulich <jbeulich@suse.com>
|
||||
|
||||
* testsuite/gas/i386/inval-crc32.s,
|
||||
testsuite/gas/i386/x86-64-inval-crc32.s: Add alignment directive.
|
||||
* testsuite/gas/i386/inval-crc32.l,
|
||||
testsuite/gas/i386/x86-64-inval-crc32.l: Adjust expectations.
|
||||
|
||||
2020-01-21 Jan Beulich <jbeulich@suse.com>
|
||||
|
||||
* config/tc-i386.c (process_suffix): Merge CRC32 handling into
|
||||
|
@ -43,3 +43,5 @@ GAS LISTING .*
|
||||
[ ]*21[ ]+crc32 eax, \[esi\]
|
||||
[ ]*22[ ]+crc32 al,al
|
||||
[ ]*23[ ]+crc32 ax, ax
|
||||
[ ]*24[ ]*
|
||||
#pass
|
||||
|
@ -21,3 +21,5 @@ crc32 ax, [esi]
|
||||
crc32 eax, [esi]
|
||||
crc32 al,al
|
||||
crc32 ax, ax
|
||||
|
||||
.p2align 4
|
||||
|
@ -67,3 +67,5 @@ GAS LISTING .*
|
||||
[ ]*32[ ]+crc32 al,al
|
||||
[ ]*33[ ]+crc32 ax, ax
|
||||
[ ]*34[ ]+crc32 rax,eax
|
||||
[ ]*35[ ]*
|
||||
#pass
|
||||
|
@ -32,3 +32,5 @@ crc32 rax,[rsi]
|
||||
crc32 al,al
|
||||
crc32 ax, ax
|
||||
crc32 rax,eax
|
||||
|
||||
.p2align 4
|
||||
|
Reference in New Issue
Block a user