summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/funv2.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-powerpc/funv2.s')
-rw-r--r--ld/testsuite/ld-powerpc/funv2.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-powerpc/funv2.s b/ld/testsuite/ld-powerpc/funv2.s
new file mode 100644
index 0000000..eaff0b3
--- /dev/null
+++ b/ld/testsuite/ld-powerpc/funv2.s
@@ -0,0 +1,6 @@
+ .abiversion 2
+ .globl my_func
+ .type my_func,@function
+my_func:
+ blr
+ .size my_func,.-my_func