patch-1.3.5 linux/arch/i386/math-emu/reg_u_mul.S
Next file: linux/arch/i386/math-emu/reg_u_sub.S
Previous file: linux/arch/i386/math-emu/reg_u_div.S
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Jun 29 11:44:05 1995
- Orig file:
v1.3.4/linux/arch/i386/math-emu/reg_u_mul.S
- Orig date:
Thu Jun 2 10:28:28 1994
diff -u --recursive --new-file v1.3.4/linux/arch/i386/math-emu/reg_u_mul.S linux/arch/i386/math-emu/reg_u_mul.S
@@ -44,10 +44,7 @@
.text
- .align 2,144
-
-.globl _reg_u_mul
-_reg_u_mul:
+ENTRY(reg_u_mul)
pushl %ebp
movl %esp,%ebp
#ifndef NON_REENTRANT_FPU
@@ -73,7 +70,7 @@
cmpl EXP_UNDER,%eax
jg xOp1_not_denorm
- call _denormal_operand
+ call SYMBOL_NAME(denormal_operand)
orl %eax,%eax
jnz fpu_Arith_exit
@@ -82,7 +79,7 @@
cmpl EXP_UNDER,%eax
jg xOp2_not_denorm
- call _denormal_operand
+ call SYMBOL_NAME(denormal_operand)
orl %eax,%eax
jnz fpu_Arith_exit
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