summaryrefslogtreecommitdiff
path: root/crt/s390x/crtn.s
diff options
context:
space:
mode:
Diffstat (limited to 'crt/s390x/crtn.s')
-rw-r--r--crt/s390x/crtn.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/crt/s390x/crtn.s b/crt/s390x/crtn.s
new file mode 100644
index 00000000..06066dc9
--- /dev/null
+++ b/crt/s390x/crtn.s
@@ -0,0 +1,9 @@
+.section .init
+.align 2
+ lmg %r14, %r15, 272(%r15)
+ br %r14
+
+.section .fini
+.align 2
+ lmg %r14, %r15, 272(%r15)
+ br %r14