summaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/shared-ppc64.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/shared-ppc64.s')
-rw-r--r--test/ELF/Inputs/shared-ppc64.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ELF/Inputs/shared-ppc64.s b/test/ELF/Inputs/shared-ppc64.s
new file mode 100644
index 000000000000..b0117ac42963
--- /dev/null
+++ b/test/ELF/Inputs/shared-ppc64.s
@@ -0,0 +1,9 @@
+.section ".opd","aw"
+.global bar
+bar:
+.quad .Lbar,.TOC.@tocbase,0
+.quad .Lbar,0,0
+
+.text
+.Lbar:
+ blr