Append ".p2align 4" to some x86 directive tests

Append ".p2align 4" to some x86 directive tests for explicit paddings
for section alignment to avoid implicit section alignment in assembler
listings.

	* testsuite/gas/i386/avx512vl-2.l: Append "#pass".
	* testsuite/gas/i386/noavx-1.l: Likewise.
	* testsuite/gas/i386/nommx-1.l: Likewise.
	* testsuite/gas/i386/nosse-1.l: Likewise.
	* testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
	* testsuite/gas/i386/avx512vl-2.s: Append ".p2align 4".
	* testsuite/gas/i386/noavx-1.s: Likewise.
	* testsuite/gas/i386/nommx-1.s: Likewise.
	* testsuite/gas/i386/nosse-1.s: Likewise.
	* testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
This commit is contained in:
H.J. Lu 2016-05-26 07:55:38 -07:00
parent 81cead6f5e
commit 8d5b9a5a30
11 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,16 @@
2016-05-26 H.J. Lu <hongjiu.lu@intel.com>
* testsuite/gas/i386/avx512vl-2.l: Append "#pass".
* testsuite/gas/i386/noavx-1.l: Likewise.
* testsuite/gas/i386/nommx-1.l: Likewise.
* testsuite/gas/i386/nosse-1.l: Likewise.
* testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
* testsuite/gas/i386/avx512vl-2.s: Append ".p2align 4".
* testsuite/gas/i386/noavx-1.s: Likewise.
* testsuite/gas/i386/nommx-1.s: Likewise.
* testsuite/gas/i386/nosse-1.s: Likewise.
* testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
2016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* config/tc-metag.c (metag_handle_align): Make the type of noop

View File

@ -25,3 +25,4 @@ GAS LISTING .*
[ ]*14[ ]+C4E8
[ ]*15[ ]+\?\?\?\? 62F27D48 vpconflictd %zmm0, %zmm5
[ ]*15[ ]+C4E8
#pass

View File

@ -13,3 +13,4 @@ _start:
vpconflictd %xmm0, %xmm5
vpconflictd %ymm0, %ymm5
vpconflictd %zmm0, %zmm5
.p2align 4

View File

@ -11,3 +11,4 @@ GAS LISTING .*
[ ]*6[ ]+\?\?\?\? C5F877 vzeroupper
[ ]*7[ ]+\.arch \.noavx
[ ]*8[ ]+vzeroupper
#pass

View File

@ -6,3 +6,4 @@
vzeroupper
.arch .noavx
vzeroupper
.p2align 4

View File

@ -19,3 +19,4 @@ GAS LISTING .*
[ ]*12[ ]+\?\?\?\? 0F0FC1BB pswapd %mm1,%mm0
[ ]*13[ ]+\.arch \.nommx
[ ]*14[ ]+emms
#pass

View File

@ -12,3 +12,4 @@
pswapd %mm1,%mm0
.arch .nommx
emms
.p2align 4

View File

@ -11,3 +11,4 @@ GAS LISTING .*
[ ]*6[ ]+\?\?\?\? 0FAEE8 lfence
[ ]*7[ ]+\.arch \.nosse
[ ]*8[ ]+lfence
#pass

View File

@ -6,3 +6,4 @@
lfence
.arch .nosse
lfence
.p2align 4

View File

@ -25,3 +25,4 @@ GAS LISTING .*
[ ]*14[ ]+C4C8
[ ]*15[ ]+\?\?\?\? 62627D48 vpconflictd %zmm0, %zmm25
[ ]*15[ ]+C4C8
#pass

View File

@ -13,3 +13,4 @@ _start:
vpconflictd %xmm0, %xmm25
vpconflictd %ymm0, %ymm25
vpconflictd %zmm0, %zmm25
.p2align 4