mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* 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:
@ -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>
|
||||
Vineet Sharma <vineets@noida.hcltech.com>
|
||||
|
||||
|
@ -103,3 +103,4 @@ Disassembly of section .text:
|
||||
[ ]*[0-9a-f]+: 6a 02[ ]+push[ ]+0x2
|
||||
[ ]*[0-9a-f]+: 6a 03[ ]+push[ ]+0x3
|
||||
[ ]*[0-9a-f]+: 6a 0d[ ]+push[ ]+0xd
|
||||
\.\.\.
|
||||
|
@ -103,3 +103,6 @@ start:
|
||||
push 6 and 3
|
||||
push 7 xor 4
|
||||
push 8 or 5
|
||||
|
||||
# Force a good alignment.
|
||||
.p2align 4,0
|
||||
|
@ -572,3 +572,4 @@ Disassembly of section .text:
|
||||
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
|
||||
9c7: 66 0f c1 90 90 90 90 90 [ ]*xadd %dx,0x90909090\(%eax\)
|
||||
\.\.\.
|
||||
|
@ -565,3 +565,6 @@ foo:
|
||||
bsr 0x90909090(%eax),%dx
|
||||
movsbw 0x90909090(%eax),%dx
|
||||
xadd %dx,0x90909090(%eax)
|
||||
|
||||
# Force a good alignment.
|
||||
.p2align 4,0
|
||||
|
Reference in New Issue
Block a user