summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/gcdfn.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-arm/gcdfn.s')
-rw-r--r--ld/testsuite/ld-arm/gcdfn.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/gcdfn.s b/ld/testsuite/ld-arm/gcdfn.s
new file mode 100644
index 0000000..f2afae7
--- /dev/null
+++ b/ld/testsuite/ld-arm/gcdfn.s
@@ -0,0 +1,8 @@
+ .text
+ .globl gcdfn
+ .type gcdfn, %function
+gcdfn:
+ str lr, [sp, #-4]!
+ bl hidfn(PLT)
+ ldmfd sp!, {pc}
+ .size gcdfn, . - gcdfn