summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/crtn.s
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-06-16 16:24:25 -0400
committermidipix <writeonce@midipix.org>2015-07-18 20:11:14 -0400
commitd2187e6edb017750de5cb1f7d2a161abf839dea2 (patch)
tree59b737298fad616ee476c30003eb84c1bcd73d1f /crt/nt64/crtn.s
parentc00c94a763b256f7ff8c0e6ae568119cb11995e6 (diff)
downloadmmglue-d2187e6edb017750de5cb1f7d2a161abf839dea2.tar.bz2
mmglue-d2187e6edb017750de5cb1f7d2a161abf839dea2.tar.xz
adapt crte.s and crti.s to the newly integrated ctors/dtors iteration functions in psxscl.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'crt/nt64/crtn.s')
-rw-r--r--crt/nt64/crtn.s15
1 files changed, 3 insertions, 12 deletions
diff --git a/crt/nt64/crtn.s b/crt/nt64/crtn.s
index 6e28aac..5259fd7 100644
--- a/crt/nt64/crtn.s
+++ b/crt/nt64/crtn.s
@@ -1,15 +1,6 @@
-.section .init
- pop %rdx
- pop %rcx
- pop %r10
- or %r10,%rax
- ret
-
-.section .fini
- pop %rdx
- pop %rcx
- pop %r10
- or %r10,%rax
+.text
+.globl _pei386_runtime_relocator
+_pei386_runtime_relocator:
ret
.section .got$_pei386_runtime_relocator,"r"