mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* gas/i386/relax.s: Test rs_space.
* gas/i386/relax.d: Update.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-07-26 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* gas/i386/relax.s: Test rs_space.
|
||||||
|
* gas/i386/relax.d: Update.
|
||||||
|
|
||||||
2001-07-23 Alan Modra <amodra@bigpond.net.au>
|
2001-07-23 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* gas/i386/opcode.d: Tweak lgdt for 2001-07-18 change.
|
* gas/i386/opcode.d: Tweak lgdt for 2001-07-18 change.
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
.*: +file format .*i386.*
|
.*: +file format .*i386.*
|
||||||
|
|
||||||
Contents of section .text:
|
Contents of section .text:
|
||||||
|
0+00 90 ?90 ?eb ?14 eb ?12 ?41 ?42 43 ?44 ?45 ?46 47 ?48 ?49 ?00 .*
|
||||||
|
0+10 00 ?00 ?00 ?00 00 ?00 ?00 ?00 .*
|
||||||
Contents of section .data:
|
Contents of section .data:
|
||||||
Contents of section .gcc_except_table:
|
Contents of section .gcc_except_table:
|
||||||
0+000 02[ ]*.[ ]*
|
0+000 02[ ]*.[ ]*
|
||||||
|
@ -5,3 +5,14 @@
|
|||||||
.L1:
|
.L1:
|
||||||
.section .gcc_except_table,"aw",@progbits
|
.section .gcc_except_table,"aw",@progbits
|
||||||
.uleb128 .L1-.L0
|
.uleb128 .L1-.L0
|
||||||
|
|
||||||
|
.text
|
||||||
|
.L2:
|
||||||
|
nop
|
||||||
|
nop
|
||||||
|
jmp .L3
|
||||||
|
jmp .L4
|
||||||
|
.asciz "ABCDEFGHI"
|
||||||
|
.fill 0x18 - (. - .L2)
|
||||||
|
.L3:
|
||||||
|
.L4:
|
||||||
|
Reference in New Issue
Block a user