mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* gas/lns/lns-big-delta.s: Add nops.
* gas/lns/lns-big-delta.d: Update.
This commit is contained in:
parent
e77c107edd
commit
16224acd5c
@ -1,3 +1,8 @@
|
||||
2012-05-25 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* gas/lns/lns-big-delta.s: Add nops.
|
||||
* gas/lns/lns-big-delta.d: Update.
|
||||
|
||||
2012-05-19 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* gas/tic6x/unwind-1.d: Update for readelf changes.
|
||||
|
@ -4,11 +4,14 @@
|
||||
Raw dump of debug contents of section \.debug_line:
|
||||
#...
|
||||
Line Number Statements:
|
||||
Extended opcode 2: set Address to .*
|
||||
Extended opcode 2: set Address to 0x0
|
||||
Copy
|
||||
Advance Line by 1 to 2
|
||||
Extended opcode 2: set Address to .*
|
||||
Advance PC by fixed size amount 0 to 0x0
|
||||
Copy
|
||||
Advance PC by fixed size amount 0 to .*
|
||||
Advance Line by 1 to 3
|
||||
Extended opcode 2: set Address to 0x124fc
|
||||
Copy
|
||||
Advance PC by fixed size amount 4 to 0x12500
|
||||
Extended opcode 1: End of Sequence
|
||||
#pass
|
||||
|
@ -1,5 +1,9 @@
|
||||
.file 1 "foo.c"
|
||||
.loc 1 1 0
|
||||
.loc 1 2 0
|
||||
nop
|
||||
nop
|
||||
.space 75000
|
||||
.loc 1 3 0
|
||||
nop
|
||||
nop
|
||||
|
Loading…
Reference in New Issue
Block a user