diff options
author | Alan Modra <amodra@gmail.com> | 2004-03-15 00:45:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-03-15 00:45:34 +0000 |
commit | a506b1e62a0cc1e3768fff6f223635a0f2de8eea (patch) | |
tree | 3fe8050aef22a2619e911a7d3183b8b8a39f2324 /gas | |
parent | c1b954e2d7bf724c7fbcae7cedbb3414489ab1b9 (diff) | |
download | gdb-a506b1e62a0cc1e3768fff6f223635a0f2de8eea.zip gdb-a506b1e62a0cc1e3768fff6f223635a0f2de8eea.tar.gz gdb-a506b1e62a0cc1e3768fff6f223635a0f2de8eea.tar.bz2 |
* gas/i386/padlock.s: Pad with .p2align.
* gas/i386/padlock.d: Adjust.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/padlock.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/padlock.s | 2 |
3 files changed, 9 insertions, 1 deletions
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 <amodra@bigpond.net.au> + + * gas/i386/padlock.s: Pad with .p2align. + * gas/i386/padlock.d: Adjust. + 2004-03-12 Michal Ludvig <mludvig@suse.cz> - * 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 |