mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 23:03:29 +08:00
12 lines
129 B
ArmAsm
12 lines
129 B
ArmAsm
|
.text
|
||
|
.globl _start
|
||
|
_start:
|
||
|
|
||
|
.section .debug_info
|
||
|
.long .Ltext
|
||
|
.long .Ltext + 2
|
||
|
|
||
|
.section .text.exit,"ax"
|
||
|
.Ltext:
|
||
|
.long 0
|