Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/sbmips/include Pull up revision 1.2 (requested...



details:   https://anonhg.NetBSD.org/src/rev/b8292e284708
branches:  netbsd-1-6
changeset: 529076:b8292e284708
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Sep 10 23:23:51 2002 +0000

description:
Pull up revision 1.2 (requested by simonb in ticket #781):
Stop using the _MIPS_BSD_API_LP32_64CLEAN ABI.  This causes a few problems
and it's easier/better to wait for true N32/N64.

[note from releng: this fixes ABI compatibility with other mipseb platforms]

diffstat:

 sys/arch/sbmips/include/cdefs.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (10 lines):

diff -r 7e96194456b9 -r b8292e284708 sys/arch/sbmips/include/cdefs.h
--- a/sys/arch/sbmips/include/cdefs.h   Sat Sep 07 08:03:50 2002 +0000
+++ b/sys/arch/sbmips/include/cdefs.h   Tue Sep 10 23:23:51 2002 +0000
@@ -1,5 +1,3 @@
-/* $NetBSD: cdefs.h,v 1.1 2002/03/06 02:13:40 simonb Exp $ */
+/* $NetBSD: cdefs.h,v 1.1.8.1 2002/09/10 23:23:51 lukem Exp $ */
 
 #include <mips/cdefs.h>
-
-#define        _MIPS_BSD_API   _MIPS_BSD_API_LP32_64CLEAN



Home | Main Index | Thread Index | Old Index