mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
9 lines
112 B
ArmAsm
9 lines
112 B
ArmAsm
|
.globl _start
|
||
|
.section .opd,"aw",@progbits
|
||
|
_start:
|
||
|
.quad .L_start, .TOC.@tocbase
|
||
|
|
||
|
.text
|
||
|
.L_start:
|
||
|
b _start
|