aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-03-24 05:07:53 +0000
committerH.J. Lu <hjl.tools@gmail.com>2006-03-24 05:07:53 +0000
commit9e61c69e1e7bdacde58961fdaeaec35413ed18a7 (patch)
tree5e3b47169722752ee80bfa48f9f63db70911065a /gas
parentfc0197af2691af9008c40d1661f7e898620f3388 (diff)
downloadbinutils-9e61c69e1e7bdacde58961fdaeaec35413ed18a7.zip
binutils-9e61c69e1e7bdacde58961fdaeaec35413ed18a7.tar.gz
binutils-9e61c69e1e7bdacde58961fdaeaec35413ed18a7.tar.bz2
2006-03-23 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/rep.s: Pad with .p2align. * gas/i386/rep.d: Adjust.
Diffstat (limited to 'gas')
-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 f235c3c..c4b0217 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 9c07a6f..f43cc5f 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 eb07d6c..cbda8b3 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