* gas/i386/opcode.s: Pad section.

* gas/i386/intelok.s: Likewise.
	* gas/i386/opcode.d: Update.
	* gas/i386/intelok.d: Update.
This commit is contained in:
Alan Modra 2004-11-10 04:29:55 +00:00
parent d693c47eec
commit 6639a9d92b
5 changed files with 21 additions and 6 deletions

View file

@ -1,3 +1,10 @@
2004-11-10 Alan Modra <amodra@bigpond.net.au>
* gas/i386/opcode.s: Pad section.
* gas/i386/intelok.s: Likewise.
* gas/i386/opcode.d: Update.
* gas/i386/intelok.d: Update.
2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com> 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
Vineet Sharma <vineets@noida.hcltech.com> Vineet Sharma <vineets@noida.hcltech.com>

View file

@ -103,3 +103,4 @@ Disassembly of section .text:
[ ]*[0-9a-f]+: 6a 02[ ]+push[ ]+0x2 [ ]*[0-9a-f]+: 6a 02[ ]+push[ ]+0x2
[ ]*[0-9a-f]+: 6a 03[ ]+push[ ]+0x3 [ ]*[0-9a-f]+: 6a 03[ ]+push[ ]+0x3
[ ]*[0-9a-f]+: 6a 0d[ ]+push[ ]+0xd [ ]*[0-9a-f]+: 6a 0d[ ]+push[ ]+0xd
\.\.\.

View file

@ -103,3 +103,6 @@ start:
push 6 and 3 push 6 and 3
push 7 xor 4 push 7 xor 4
push 8 or 5 push 8 or 5
# Force a good alignment.
.p2align 4,0

View file

@ -572,3 +572,4 @@ Disassembly of section .text:
9b7: 66 0f bd 90 90 90 90 90 [ ]*bsr 0x90909090\(%eax\),%dx 9b7: 66 0f bd 90 90 90 90 90 [ ]*bsr 0x90909090\(%eax\),%dx
9bf: 66 0f be 90 90 90 90 90 [ ]*movsbw 0x90909090\(%eax\),%dx 9bf: 66 0f be 90 90 90 90 90 [ ]*movsbw 0x90909090\(%eax\),%dx
9c7: 66 0f c1 90 90 90 90 90 [ ]*xadd %dx,0x90909090\(%eax\) 9c7: 66 0f c1 90 90 90 90 90 [ ]*xadd %dx,0x90909090\(%eax\)
\.\.\.

View file

@ -565,3 +565,6 @@ foo:
bsr 0x90909090(%eax),%dx bsr 0x90909090(%eax),%dx
movsbw 0x90909090(%eax),%dx movsbw 0x90909090(%eax),%dx
xadd %dx,0x90909090(%eax) xadd %dx,0x90909090(%eax)
# Force a good alignment.
.p2align 4,0