diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-opcode.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-opcode.s | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6e552b7..b1eb44e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-05-13 Alan Modra <amodra@bigpond.net.au> + + * gas/i386/x86-64-opcode.s: Pad out end of .text with zeros. + * gas/i386/x86-64-opcode.d: Adjust. + 2002-05-02 Nick Clifton <nickc@cambridge.redhat.com> * gas/arm/arm7t.s: Add thumb mode "sub r?, #0" and "add r?, #0". diff --git a/gas/testsuite/gas/i386/x86-64-opcode.d b/gas/testsuite/gas/i386/x86-64-opcode.d index 58cb558..5808916 100644 --- a/gas/testsuite/gas/i386/x86-64-opcode.d +++ b/gas/testsuite/gas/i386/x86-64-opcode.d @@ -266,6 +266,4 @@ Disassembly of section .text: [ ]*43a:[ ]+e6 00[ ]+out[ ]+%al,\$0[x0]*[ ]*(#.*)* [ ]*43c:[ ]+66 e7 00[ ]+out[ ]+%ax,\$0[x0]*[ ]*(#.*)* [ ]*43f:[ ]+e7 00[ ]+out[ ]+%eax,\$0[x0]*[ ]*(#.*)* -.*nop.* -.*nop.* -.*nop.* +[ *]... diff --git a/gas/testsuite/gas/i386/x86-64-opcode.s b/gas/testsuite/gas/i386/x86-64-opcode.s index 9a62343..c021f70 100644 --- a/gas/testsuite/gas/i386/x86-64-opcode.s +++ b/gas/testsuite/gas/i386/x86-64-opcode.s @@ -386,3 +386,5 @@ OUT %eax,$0 # -- -- -- -- E7 00 # IN + + .p2align 4,0 |