aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/alloca86-bt.S4
-rw-r--r--lib/alloca86.S4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/alloca86-bt.S b/lib/alloca86-bt.S
index 037c845..994da20 100644
--- a/lib/alloca86-bt.S
+++ b/lib/alloca86-bt.S
@@ -3,9 +3,9 @@
#include "../config.h"
-.globl __bound__alloca
+.globl __bound_alloca
-__bound__alloca:
+__bound_alloca:
pop %edx
pop %eax
mov %eax, %ecx
diff --git a/lib/alloca86.S b/lib/alloca86.S
index 3d5eb61..fb208a0 100644
--- a/lib/alloca86.S
+++ b/lib/alloca86.S
@@ -3,9 +3,9 @@
#include "../config.h"
-.globl _alloca
+.globl alloca
-_alloca:
+alloca:
pop %edx
pop %eax
add $3,%eax