diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-03-24 05:07:53 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-03-24 05:07:53 +0000 |
commit | 9e61c69e1e7bdacde58961fdaeaec35413ed18a7 (patch) | |
tree | 5e3b47169722752ee80bfa48f9f63db70911065a | |
parent | fc0197af2691af9008c40d1661f7e898620f3388 (diff) | |
download | gdb-9e61c69e1e7bdacde58961fdaeaec35413ed18a7.zip gdb-9e61c69e1e7bdacde58961fdaeaec35413ed18a7.tar.gz gdb-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.
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/rep.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/rep.s | 2 |
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 |