mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
13 lines
138 B
ArmAsm
13 lines
138 B
ArmAsm
|
.type fd,@function
|
||
|
.weak fd
|
||
|
|
||
|
.globl _start
|
||
|
_start:
|
||
|
movi a5, fd@plt
|
||
|
movi a6, fd
|
||
|
|
||
|
.section ".text.a"
|
||
|
a:
|
||
|
movi a5, fd@plt
|
||
|
movi a6, fd
|