summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2006-03-24 05:07:53 +0000
committerH.J. Lu <hjl@lucon.org>2006-03-24 05:07:53 +0000
commite948c10188404c37f531bf780589a56319284c93 (patch)
tree14f567ed518cf33e5e989a0424c0c50bf94b3484
parenta5d2f655e61282a6f3e2acdd5b4085c2bb250d4e (diff)
downloadbinutils-redhat-e948c10188404c37f531bf780589a56319284c93.tar.gz
2006-03-23 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/rep.s: Pad with .p2align. * gas/i386/rep.d: Adjust.
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/i386/rep.d1
-rw-r--r--gas/testsuite/gas/i386/rep.s2
3 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index f235c3c935..c4b021747b 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-23 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/i386/rep.s: Pad with .p2align.
+ * gas/i386/rep.d: Adjust.
+
2006-03-22 Richard Sandiford <richard@codesourcery.com>
* gas/mips/vxworks1.s, gas/mips/vxworks1.d,
diff --git a/gas/testsuite/gas/i386/rep.d b/gas/testsuite/gas/i386/rep.d
index 9c07a6f767..f43cc5feb6 100644
--- a/gas/testsuite/gas/i386/rep.d
+++ b/gas/testsuite/gas/i386/rep.d
@@ -48,3 +48,4 @@ Disassembly of section .text:
6e: f3 67 ab[ ]+rep addr16 stos %eax,%es:\(%di\)
71: f3 67 a7[ ]+repz addr16 cmpsl %es:\(%di\),%ds:\(%si\)
74: f3 67 af[ ]+repz addr16 scas %es:\(%di\),%eax
+ ...
diff --git a/gas/testsuite/gas/i386/rep.s b/gas/testsuite/gas/i386/rep.s
index eb07d6c789..cbda8b3dcd 100644
--- a/gas/testsuite/gas/i386/rep.s
+++ b/gas/testsuite/gas/i386/rep.s
@@ -48,3 +48,5 @@ _start:
addr16 rep stosl
addr16 repz cmpsl
addr16 repz scasl
+
+ .p2align 4,0