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, 11 insertions, 0 deletions
diff --git a/lib/mlibc/sysdeps/linux/x86/crt-src/crti.S b/lib/mlibc/sysdeps/linux/x86/crt-src/crti.S
new file mode 100644
index 0000000..e232557
--- /dev/null
+++ b/lib/mlibc/sysdeps/linux/x86/crt-src/crti.S
@@ -0,0 +1,11 @@
+.section .init
+.global _init
+_init:
+ pushl %eax
+
+.section .fini
+.global _fini
+_fini:
+ pushl %eax
+
+.section .note.GNU-stack,"",%progbits