summaryrefslogtreecommitdiffstats
path: root/loader/stubs.S
diff options
context:
space:
mode:
Diffstat (limited to 'loader/stubs.S')
-rw-r--r--loader/stubs.S17
1 files changed, 0 insertions, 17 deletions
diff --git a/loader/stubs.S b/loader/stubs.S
deleted file mode 100644
index dac38b0fdf..0000000000
--- a/loader/stubs.S
+++ /dev/null
@@ -1,17 +0,0 @@
-#if defined(__APPLE__)
-# define SYM(x) _ ## x
-#else
-# define SYM(x) x
-#endif
- .data
-.globl SYM(exp_EH_prolog)
-SYM(exp_EH_prolog):
- pushl $0xff
- pushl %eax
- pushl %fs:0
- movl %esp, %fs:0
- movl 12(%esp), %eax
- movl %ebp, 12(%esp)
- leal 12(%esp), %ebp
- pushl %eax
- ret