mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 08:13:37 +08:00
878a91906b
ld-sh/refdbg.s: Add leading 0 to .debug_info to prevent parsing it for error messages.
8 lines
85 B
ArmAsm
8 lines
85 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
.long data
|
|
.section .debug_info
|
|
.long 0
|
|
.long text
|