diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-13 01:24:55 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-13 01:24:55 +0000 |
commit | 6fb639715127dd767a83943fe94238d366c83750 (patch) | |
tree | 00682ac07463fa28d2fabdb171a325cdb229b2a4 /gas/testsuite | |
parent | 50b3122815f91cd459f573ea2fd5c5ba0581f51f (diff) | |
download | gdb-6fb639715127dd767a83943fe94238d366c83750.zip gdb-6fb639715127dd767a83943fe94238d366c83750.tar.gz gdb-6fb639715127dd767a83943fe94238d366c83750.tar.bz2 |
* gas/i386/x86-64-opcode.s: Pad out end of .text with zeros.
* gas/i386/x86-64-opcode.d: Adjust.
Diffstat (limited to 'gas/testsuite')
-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 |