patch-2.4.0-test3 linux/arch/mips/kernel/softfp.S
Next file: linux/arch/mips/kernel/syscall.c
Previous file: linux/arch/mips/kernel/signal.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Sun Jul 9 22:18:15 2000
- Orig file:
v2.4.0-test2/linux/arch/mips/kernel/softfp.S
- Orig date:
Tue May 23 15:31:33 2000
diff -u --recursive --new-file v2.4.0-test2/linux/arch/mips/kernel/softfp.S linux/arch/mips/kernel/softfp.S
@@ -1,10 +1,9 @@
-/* $Id: softfp.S,v 1.1 1998/07/16 19:10:02 ralf Exp $
- *
+/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 1998 by Ralf Baechle
+ * Copyright (C) 1998, 2000 by Ralf Baechle
*
* For now it's just a crude hack good enough to run certain fp programs like
* Mozilla.
@@ -190,15 +189,15 @@
#define FMT_switch(insn,opc,temp0,temp1) \
insn: srl temp0, opc, 19; \
andi temp0, 0x1c; \
- la temp1, insn ## .tab; \
+ la temp1, insn##.tab; \
addu temp0, temp1; \
lw temp0, (temp0); \
jr temp0; \
\
.data; \
-insn ## .tab: \
- .word insn ## .s, insn ## .d, unimp, unimp; \
- .word insn ## .w, insn ## .l, unimp, unimp; \
+insn##.tab: \
+ .word insn##.s, insn##.d, unimp, unimp; \
+ .word insn##.w, insn##.l, unimp, unimp; \
.previous
BITCH(add)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)