patch-1.3.5 linux/arch/i386/math-emu/mul_Xsig.S
Next file: linux/arch/i386/math-emu/polynom_Xsig.S
Previous file: linux/arch/i386/math-emu/fpu_asm.h
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Thu Jun 29 11:44:05 1995
- Orig file:
v1.3.4/linux/arch/i386/math-emu/mul_Xsig.S
- Orig date:
Mon Aug 1 08:19:13 1994
diff -u --recursive --new-file v1.3.4/linux/arch/i386/math-emu/mul_Xsig.S linux/arch/i386/math-emu/mul_Xsig.S
@@ -24,9 +24,7 @@
#include "fpu_asm.h"
.text
- .align 2,144
-.globl _mul32_Xsig
-_mul32_Xsig:
+ENTRY(mul32_Xsig)
pushl %ebp
movl %esp,%ebp
subl $16,%esp
@@ -66,9 +64,7 @@
ret
- .align 2,144
-.globl _mul64_Xsig
-_mul64_Xsig:
+ENTRY(mul64_Xsig)
pushl %ebp
movl %esp,%ebp
subl $16,%esp
@@ -121,9 +117,7 @@
- .align 2,144
-.globl _mul_Xsig_Xsig
-_mul_Xsig_Xsig:
+ENTRY(mul_Xsig_Xsig)
pushl %ebp
movl %esp,%ebp
subl $16,%esp
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this