aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/sysdeps/linux/x86/crt-src/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mlibc/sysdeps/linux/x86/crt-src/crti.S')
-rw-r--r--lib/mlibc/sysdeps/linux/x86/crt-src/crti.S11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/mlibc/sysdeps/linux/x86/crt-src/crti.S b/lib/mlibc/sysdeps/linux/x86/crt-src/crti.S
deleted file mode 100644
index e232557..0000000
--- a/lib/mlibc/sysdeps/linux/x86/crt-src/crti.S
+++ /dev/null
@@ -1,11 +0,0 @@
-.section .init
-.global _init
-_init:
- pushl %eax
-
-.section .fini
-.global _fini
-_fini:
- pushl %eax
-
-.section .note.GNU-stack,"",%progbits