From 4abab5ad6c8465a7528ccdd5f49367da05f78bbd Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Tue, 1 Oct 2024 15:47:05 +0200 Subject: Initial version --- crt/s390x/crtn.s | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crt/s390x/crtn.s (limited to 'crt/s390x/crtn.s') diff --git a/crt/s390x/crtn.s b/crt/s390x/crtn.s new file mode 100644 index 0000000..06066dc --- /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 -- cgit v1.2.3