RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / gcdfn.s
CommitLineData
4646d23b
HPN
1 .text
2 .globl gcdfn
3 .type gcdfn, %function
4gcdfn:
5 str lr, [sp, #-4]!
6 bl hidfn(PLT)
7 ldmfd sp!, {pc}
8 .size gcdfn, . - gcdfn
This page took 0.362336 seconds and 4 git commands to generate.