patch-1.3.5 linux/arch/i386/math-emu/reg_u_sub.S
Next file: linux/arch/i386/math-emu/round_Xsig.S
Previous file: linux/arch/i386/math-emu/reg_u_mul.S
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Thu Jun 29 11:44:05 1995
- Orig file:
v1.3.4/linux/arch/i386/math-emu/reg_u_sub.S
- Orig date:
Wed Dec 1 14:44:16 1993
diff -u --recursive --new-file v1.3.4/linux/arch/i386/math-emu/reg_u_sub.S linux/arch/i386/math-emu/reg_u_sub.S
@@ -30,9 +30,7 @@
#include "control_w.h"
.text
- .align 2,144
-.globl _reg_u_sub
-_reg_u_sub:
+ENTRY(reg_u_sub)
pushl %ebp
movl %esp,%ebp
pushl %esi
@@ -46,7 +44,7 @@
cmpl EXP_UNDER,EXP(%esi)
jg xOp1_not_denorm
- call _denormal_operand
+ call SYMBOL_NAME(denormal_operand)
orl %eax,%eax
jnz fpu_Arith_exit
@@ -54,7 +52,7 @@
cmpl EXP_UNDER,EXP(%edi)
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