Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Standardise the format of MIPS' <machine/db_machdep...
details: https://anonhg.NetBSD.org/src/rev/0683b2b8400d
branches: trunk
changeset: 514516:0683b2b8400d
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Sep 04 07:43:29 2001 +0000
description:
Standardise the format of MIPS' <machine/db_machdep.h>.
diffstat:
sys/arch/arc/include/db_machdep.h | 7 ++++++-
sys/arch/cobalt/include/db_machdep.h | 11 ++++++++---
sys/arch/hpcmips/include/db_machdep.h | 7 ++++++-
sys/arch/mipsco/include/db_machdep.h | 9 +++++++--
sys/arch/newsmips/include/db_machdep.h | 9 +++++++--
sys/arch/sgimips/include/db_machdep.h | 11 ++++++++---
6 files changed, 42 insertions(+), 12 deletions(-)
diffs (102 lines):
diff -r 5d003ace85e0 -r 0683b2b8400d sys/arch/arc/include/db_machdep.h
--- a/sys/arch/arc/include/db_machdep.h Tue Sep 04 07:36:11 2001 +0000
+++ b/sys/arch/arc/include/db_machdep.h Tue Sep 04 07:43:29 2001 +0000
@@ -1,6 +1,11 @@
-/* $NetBSD: db_machdep.h,v 1.3 2001/09/04 07:12:28 simonb Exp $ */
+/* $NetBSD: db_machdep.h,v 1.4 2001/09/04 07:43:29 simonb Exp $ */
+
+#ifndef _ARC_DB_MACHDEP_H_
+#define _ARC_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
#include <mips/db_machdep.h>
+
+#endif /* !_ARC_DB_MACHDEP_H_ */
diff -r 5d003ace85e0 -r 0683b2b8400d sys/arch/cobalt/include/db_machdep.h
--- a/sys/arch/cobalt/include/db_machdep.h Tue Sep 04 07:36:11 2001 +0000
+++ b/sys/arch/cobalt/include/db_machdep.h Tue Sep 04 07:43:29 2001 +0000
@@ -1,6 +1,11 @@
-/* $NetBSD: db_machdep.h,v 1.1 2000/03/19 23:07:46 soren Exp $ */
+/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:29 simonb Exp $ */
+
+#ifndef _COBALT_DB_MACHDEP_H_
+#define _COBALT_DB_MACHDEP_H_
+
+#define DB_ELF_SYMBOLS
+#define DB_ELFSIZE 32
#include <mips/db_machdep.h>
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
+#endif /* !_COBALT_DB_MACHDEP_H_ */
diff -r 5d003ace85e0 -r 0683b2b8400d sys/arch/hpcmips/include/db_machdep.h
--- a/sys/arch/hpcmips/include/db_machdep.h Tue Sep 04 07:36:11 2001 +0000
+++ b/sys/arch/hpcmips/include/db_machdep.h Tue Sep 04 07:43:29 2001 +0000
@@ -1,6 +1,11 @@
-/* $NetBSD: db_machdep.h,v 1.1.1.1 1999/09/16 12:23:22 takemura Exp $ */
+/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:30 simonb Exp $ */
+
+#ifndef _HPCMIPS_DB_MACHDEP_H_
+#define _HPCMIPS_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
#include <mips/db_machdep.h>
+
+#endif /* !_HPCMIPS_DB_MACHDEP_H_ */
diff -r 5d003ace85e0 -r 0683b2b8400d sys/arch/mipsco/include/db_machdep.h
--- a/sys/arch/mipsco/include/db_machdep.h Tue Sep 04 07:36:11 2001 +0000
+++ b/sys/arch/mipsco/include/db_machdep.h Tue Sep 04 07:43:29 2001 +0000
@@ -1,6 +1,11 @@
-/* $NetBSD: db_machdep.h,v 1.1 2000/08/12 22:58:12 wdk Exp $ */
+/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:30 simonb Exp $ */
+
+#ifndef _MIPSCO_DB_MACHDEP_H_
+#define _MIPSCO_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
+#define DB_ELFSIZE 32
#include <mips/db_machdep.h>
+
+#endif /* !_MIPSCO_DB_MACHDEP_H_ */
diff -r 5d003ace85e0 -r 0683b2b8400d sys/arch/newsmips/include/db_machdep.h
--- a/sys/arch/newsmips/include/db_machdep.h Tue Sep 04 07:36:11 2001 +0000
+++ b/sys/arch/newsmips/include/db_machdep.h Tue Sep 04 07:43:29 2001 +0000
@@ -1,6 +1,11 @@
-/* $NetBSD: db_machdep.h,v 1.2 1999/03/26 07:03:01 tsubai Exp $ */
+/* $NetBSD: db_machdep.h,v 1.3 2001/09/04 07:43:30 simonb Exp $ */
+
+#ifndef _NEWSMIPS_DB_MACHDEP_H_
+#define _NEWSMIPS_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
+#define DB_ELFSIZE 32
#include <mips/db_machdep.h>
+
+#endif /* !_NEWSMIPS_DB_MACHDEP_H_ */
diff -r 5d003ace85e0 -r 0683b2b8400d sys/arch/sgimips/include/db_machdep.h
--- a/sys/arch/sgimips/include/db_machdep.h Tue Sep 04 07:36:11 2001 +0000
+++ b/sys/arch/sgimips/include/db_machdep.h Tue Sep 04 07:43:29 2001 +0000
@@ -1,6 +1,11 @@
-/* $NetBSD: db_machdep.h,v 1.1 2000/06/14 15:39:57 soren Exp $ */
+/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:31 simonb Exp $ */
+
+#ifndef _SGIMIPS_DB_MACHDEP_H_
+#define _SGIMIPS_DB_MACHDEP_H_
+
+#define DB_ELF_SYMBOLS
+#define DB_ELFSIZE 32
#include <mips/db_machdep.h>
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
+#endif /* !_SGIMIPS_DB_MACHDEP_H_ */
Home |
Main Index |
Thread Index |
Old Index