aarch64 and arm testsuite fixes for targets lacking shared libs
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / hidfn.s
1 .text
2 .globl hidfn
3 .hidden hidfn
4 .type hidfn, %function
5 hidfn:
6 ldmfd sp!, {pc}
7 .size hidfn, . - hidfn
This page took 0.032757 seconds and 4 git commands to generate.