IFUNC: Update IFUNC resolver check with DT_TEXTREL
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / gcdfn.s
1 .text
2 .globl gcdfn
3 .type gcdfn, %function
4 gcdfn:
5 str lr, [sp, #-4]!
6 bl hidfn(PLT)
7 ldmfd sp!, {pc}
8 .size gcdfn, . - gcdfn
This page took 0.037228 seconds and 4 git commands to generate.