mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +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
|