mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
878a91906b
ld-sh/refdbg.s: Add leading 0 to .debug_info to prevent parsing it for error messages.
13 lines
147 B
ArmAsm
13 lines
147 B
ArmAsm
.text
|
|
.align 2
|
|
.globl _start
|
|
.type _start,@function
|
|
_start:
|
|
rts
|
|
nop
|
|
|
|
.comm foo,4,4
|
|
.section .debug_info,"",@progbits
|
|
.long 0
|
|
.ualong foo
|