mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
10 lines
115 B
ArmAsm
10 lines
115 B
ArmAsm
|
.text
|
||
|
.globl f
|
||
|
.type f,@function
|
||
|
f:
|
||
|
movi20 #foo@GOTOFFFUNCDESC, r1
|
||
|
add r12, r1
|
||
|
.type foo,@function
|
||
|
foo:
|
||
|
nop
|