Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/include Add a dummy fpset for gdb.
details: https://anonhg.NetBSD.org/src/rev/192b1bfeefe0
branches: trunk
changeset: 554151:192b1bfeefe0
user: matt <matt%NetBSD.org@localhost>
date: Sat Oct 25 19:05:39 2003 +0000
description:
Add a dummy fpset for gdb.
diffstat:
sys/arch/vax/include/reg.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8150704c2369 -r 192b1bfeefe0 sys/arch/vax/include/reg.h
--- a/sys/arch/vax/include/reg.h Sat Oct 25 19:02:55 2003 +0000
+++ b/sys/arch/vax/include/reg.h Sat Oct 25 19:05:39 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: reg.h,v 1.4 2002/12/01 21:21:45 matt Exp $ */
+/* $NetBSD: reg.h,v 1.5 2003/10/25 19:05:39 matt Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -55,4 +55,7 @@
int psl; /* User psl */
};
+struct fpreg {
+};
+
#endif /* _VAX_REG_H_ */
Home |
Main Index |
Thread Index |
Old Index