Module Name: src
Committed By: uebayasi
Date: Tue Aug 18 14:44:20 UTC 2009
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: asm.h
Log Message:
Provide FP_L / FP_S as aliases of FPLD / FPST. Fix build.
To generate a diff of this commit:
cvs rdiff -u -r1.40.38.1 -r1.40.38.2 src/sys/arch/mips/include/asm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/include/asm.h
diff -u src/sys/arch/mips/include/asm.h:1.40.38.1 src/sys/arch/mips/include/asm.h:1.40.38.2
--- src/sys/arch/mips/include/asm.h:1.40.38.1 Sun Aug 16 02:52:43 2009
+++ src/sys/arch/mips/include/asm.h Tue Aug 18 14:44:20 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.40.38.1 2009/08/16 02:52:43 matt Exp $ */
+/* $NetBSD: asm.h,v 1.40.38.2 2009/08/18 14:44:20 uebayasi Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -300,6 +300,8 @@
#define FPLD ldc1
#define FPST sdc1
#endif
+#define FP_L FPLD
+#define FP_S FPST
/*
* standard callframe {