x86: testsuite adjustments after commit 1a0351246a5c
authorJan Beulich <jbeulich@suse.com>
Tue, 21 Jan 2020 13:41:05 +0000 (14:41 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 21 Jan 2020 13:41:05 +0000 (14:41 +0100)
The odd behavior of certain COFF/PE targets makes necessary some
mechanical adjustments.

gas/ChangeLog
gas/testsuite/gas/i386/inval-crc32.l
gas/testsuite/gas/i386/inval-crc32.s
gas/testsuite/gas/i386/x86-64-inval-crc32.l
gas/testsuite/gas/i386/x86-64-inval-crc32.s

index 37d73faba082fea93033baf99188a578e9a33e52..8f414396f5994e578954a0b6aeeb5404a1bc240d 100644 (file)
@@ -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
index 5afc35c8a52b1651319de823927ce8be6e49ac7e..028dc81b1aa73cba42820a0717322fabfc00e8ea 100644 (file)
@@ -43,3 +43,5 @@ GAS LISTING .*
 [      ]*21[   ]+crc32  eax, \[esi\]
 [      ]*22[   ]+crc32  al,al
 [      ]*23[   ]+crc32  ax, ax
+[      ]*24[   ]*
+#pass
index 5232fb0ae98ee9d135a6245d2140eb0245c231e8..ababdf6fed023e54f9c3a7d5c25f75c3e3a6556e 100644 (file)
@@ -21,3 +21,5 @@ crc32  ax, [esi]
 crc32  eax, [esi]
 crc32  al,al
 crc32  ax, ax
+
+.p2align 4
index e30e82f7ead744265d00027ceb498710356958f3..4c3d418275e4b168401e163a0f806457cd620dd9 100644 (file)
@@ -67,3 +67,5 @@ GAS LISTING .*
 [      ]*32[   ]+crc32  al,al
 [      ]*33[   ]+crc32  ax, ax
 [      ]*34[   ]+crc32  rax,eax
+[      ]*35[   ]*
+#pass
index 77408118ba77d62b4ae737be44073567c3f76334..8f05c57ac5e3d8358cf1deef51d06e8914ecc365 100644 (file)
@@ -32,3 +32,5 @@ crc32  rax,[rsi]
 crc32  al,al
 crc32  ax, ax
 crc32  rax,eax
+
+.p2align 4
This page took 0.02723 seconds and 4 git commands to generate.