summaryrefslogtreecommitdiffhomepage
path: root/crt/nt32/crti.s
diff options
context:
space:
mode:
Diffstat (limited to 'crt/nt32/crti.s')
-rw-r--r--crt/nt32/crti.s29
1 files changed, 0 insertions, 29 deletions
diff --git a/crt/nt32/crti.s b/crt/nt32/crti.s
index 09e51e0..b207641 100644
--- a/crt/nt32/crti.s
+++ b/crt/nt32/crti.s
@@ -1,32 +1,3 @@
-.text
-.globl __pei386_runtime_relocator
-__pei386_runtime_relocator:
- ret
-
-.globl __init
-__init:
- jmp .init
-
-.globl __fini
-__fini:
- jmp .fini
-
-.section .init
- xor %eax,%eax
- push %eax
- push %ecx
- push %edx
- nop
- nop
-
-.section .fini
- xor %eax,%eax
- push %eax
- push %ecx
- push %edx
- nop
- nop
-
.section .midipix
.ascii "e35ed272"
.ascii "9e55"