summaryrefslogtreecommitdiffstats
path: root/libgcc/x86/crti.nasm
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/x86/crti.nasm')
-rw-r--r--libgcc/x86/crti.nasm5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/x86/crti.nasm b/libgcc/x86/crti.nasm
new file mode 100644
index 0000000..57cb8c1
--- /dev/null
+++ b/libgcc/x86/crti.nasm
@@ -0,0 +1,5 @@
+section .init
+global _init:function
+_init:
+ push ebp
+ mov ebp, esp