mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
10 lines
106 B
ArmAsm
10 lines
106 B
ArmAsm
.text
|
|
.global x
|
|
.type x,@function
|
|
x:
|
|
move.d expobj2,$r10
|
|
move.d expfn2,$r10
|
|
.Lfe1:
|
|
.size x,.Lfe1-x
|
|
|