mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
14 lines
149 B
ArmAsm
14 lines
149 B
ArmAsm
|
.text
|
||
|
.globl _start
|
||
|
_start:
|
||
|
|
||
|
.section .debug_ranges
|
||
|
.long .Ltext
|
||
|
.long .Ltext + 2
|
||
|
.long 0
|
||
|
.long 0
|
||
|
|
||
|
.section .text.exit,"ax"
|
||
|
.Ltext:
|
||
|
.long 0
|