mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-22 08:43:33 +08:00
8 lines
85 B
ArmAsm
8 lines
85 B
ArmAsm
|
.text
|
||
|
.global f
|
||
|
.type f,@function
|
||
|
f:
|
||
|
move.d [$r0+dsofn:GOT],$r1
|
||
|
0:
|
||
|
.size f,0b-f
|