summaryrefslogtreecommitdiffstats
path: root/arch/i386/math-emu/mul_Xsig.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
committer <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
commitbeb116954b9b7f3bb56412b2494b562f02b864b1 (patch)
tree120e997879884e1b9d93b265221b939d2ef1ade1 /arch/i386/math-emu/mul_Xsig.S
parent908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff)
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'arch/i386/math-emu/mul_Xsig.S')
-rw-r--r--arch/i386/math-emu/mul_Xsig.S18
1 files changed, 6 insertions, 12 deletions
diff --git a/arch/i386/math-emu/mul_Xsig.S b/arch/i386/math-emu/mul_Xsig.S
index 1d88d4466..717785a53 100644
--- a/arch/i386/math-emu/mul_Xsig.S
+++ b/arch/i386/math-emu/mul_Xsig.S
@@ -3,9 +3,9 @@
| |
| Multiply a 12 byte fixed point number by another fixed point number. |
| |
- | Copyright (C) 1992,1994 |
+ | Copyright (C) 1992,1994,1995 |
| W. Metzenthen, 22 Parker St, Ormond, Vic 3163, |
- | Australia. E-mail billm@vaxc.cc.monash.edu.au |
+ | Australia. E-mail billm@jacobi.maths.monash.edu.au |
| |
| Call from C as: |
| void mul32_Xsig(Xsig *x, unsigned b) |
@@ -21,12 +21,10 @@
.file "mul_Xsig.S"
-#include "fpu_asm.h"
+#include "fpu_emu.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 @@ _mul32_Xsig:
ret
- .align 2,144
-.globl _mul64_Xsig
-_mul64_Xsig:
+ENTRY(mul64_Xsig)
pushl %ebp
movl %esp,%ebp
subl $16,%esp
@@ -121,9 +117,7 @@ _mul64_Xsig:
- .align 2,144
-.globl _mul_Xsig_Xsig
-_mul_Xsig_Xsig:
+ENTRY(mul_Xsig_Xsig)
pushl %ebp
movl %esp,%ebp
subl $16,%esp