summaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/ppc64-no-split-stack.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/ppc64-no-split-stack.s')
-rw-r--r--test/ELF/Inputs/ppc64-no-split-stack.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ELF/Inputs/ppc64-no-split-stack.s b/test/ELF/Inputs/ppc64-no-split-stack.s
new file mode 100644
index 000000000000..83717677266d
--- /dev/null
+++ b/test/ELF/Inputs/ppc64-no-split-stack.s
@@ -0,0 +1,8 @@
+ .abiversion 2
+ .p2align 2
+ .global nss_callee
+ .type nss_callee, @function
+nss_callee:
+ li 3, 1
+ blr
+