From a506b1e62a0cc1e3768fff6f223635a0f2de8eea Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 15 Mar 2004 00:45:34 +0000 Subject: [PATCH] * gas/i386/padlock.s: Pad with .p2align. * gas/i386/padlock.d: Adjust. --- gas/testsuite/ChangeLog | 7 ++++++- gas/testsuite/gas/i386/padlock.d | 1 + gas/testsuite/gas/i386/padlock.s | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 54c495b..676b7ba 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,6 +1,11 @@ +2004-03-15 Alan Modra + + * gas/i386/padlock.s: Pad with .p2align. + * gas/i386/padlock.d: Adjust. + 2004-03-12 Michal Ludvig - * gas/i386/padlock.s, gas/i386/padlock.d: New tests for + * gas/i386/padlock.s, gas/i386/padlock.d: New tests for VIA PadLock instructions. * gas/i386/i386.exp: Run padlock tests. diff --git a/gas/testsuite/gas/i386/padlock.d b/gas/testsuite/gas/i386/padlock.d index 36532c4..a239a8c 100644 --- a/gas/testsuite/gas/i386/padlock.d +++ b/gas/testsuite/gas/i386/padlock.d @@ -18,3 +18,4 @@ Disassembly of section .text: 23:[ ]*f3 0f a7 e8 [ ]*repz xcryptofb 27:[ ]*0f a7 c0 [ ]*xstorerng 2a:[ ]*f3 0f a7 c0 [ ]*repz xstorerng +[ ]*\.\.\. diff --git a/gas/testsuite/gas/i386/padlock.s b/gas/testsuite/gas/i386/padlock.s index 305c2fe..e0caa41 100644 --- a/gas/testsuite/gas/i386/padlock.s +++ b/gas/testsuite/gas/i386/padlock.s @@ -14,3 +14,5 @@ foo: rep xcryptofb xstore rep xstore + + .p2align 4,0 -- 2.7.4