Module Name: src
Committed By: matt
Date: Sat Jul 9 16:58:05 UTC 2011
Modified Files:
src/sys/arch/algor/include: db_machdep.h
src/sys/arch/arc/include: db_machdep.h
src/sys/arch/cobalt/include: db_machdep.h
src/sys/arch/emips/include: db_machdep.h
src/sys/arch/evbmips/include: db_machdep.h
src/sys/arch/ews4800mips/include: db_machdep.h
src/sys/arch/hpcmips/include: db_machdep.h
src/sys/arch/mips/include: db_machdep.h
src/sys/arch/mipsco/include: db_machdep.h
src/sys/arch/newsmips/include: db_machdep.h
src/sys/arch/sbmips/include: db_machdep.h
src/sys/arch/sgimips/include: db_machdep.h
Log Message:
Default to DB_ELF_SYMBOLS and DB_ELFSIZE 32
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/algor/include/db_machdep.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arc/include/db_machdep.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/cobalt/include/db_machdep.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/emips/include/db_machdep.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbmips/include/db_machdep.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ews4800mips/include/db_machdep.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hpcmips/include/db_machdep.h
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/mips/include/db_machdep.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mipsco/include/db_machdep.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/newsmips/include/db_machdep.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sbmips/include/db_machdep.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sgimips/include/db_machdep.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/algor/include/db_machdep.h
diff -u src/sys/arch/algor/include/db_machdep.h:1.1 src/sys/arch/algor/include/db_machdep.h:1.2
--- src/sys/arch/algor/include/db_machdep.h:1.1 Mon May 28 16:22:18 2001
+++ src/sys/arch/algor/include/db_machdep.h Sat Jul 9 16:58:04 2011
@@ -1,11 +1,3 @@
-/* $NetBSD: db_machdep.h,v 1.1 2001/05/28 16:22:18 thorpej Exp $ */
-
-#ifndef _ALGOR_DB_MACHDEP_H_
-#define _ALGOR_DB_MACHDEP_H_
-
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
+/* $NetBSD: db_machdep.h,v 1.2 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
-
-#endif /* !_ALGOR_DB_MACHDEP_H_ */
Index: src/sys/arch/arc/include/db_machdep.h
diff -u src/sys/arch/arc/include/db_machdep.h:1.4 src/sys/arch/arc/include/db_machdep.h:1.5
--- src/sys/arch/arc/include/db_machdep.h:1.4 Tue Sep 4 07:43:29 2001
+++ src/sys/arch/arc/include/db_machdep.h Sat Jul 9 16:58:04 2011
@@ -1,11 +1,3 @@
-/* $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
+/* $NetBSD: db_machdep.h,v 1.5 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
-
-#endif /* !_ARC_DB_MACHDEP_H_ */
Index: src/sys/arch/cobalt/include/db_machdep.h
diff -u src/sys/arch/cobalt/include/db_machdep.h:1.2 src/sys/arch/cobalt/include/db_machdep.h:1.3
--- src/sys/arch/cobalt/include/db_machdep.h:1.2 Tue Sep 4 07:43:29 2001
+++ src/sys/arch/cobalt/include/db_machdep.h Sat Jul 9 16:58:04 2011
@@ -1,11 +1,3 @@
-/* $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
+/* $NetBSD: db_machdep.h,v 1.3 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
-
-#endif /* !_COBALT_DB_MACHDEP_H_ */
Index: src/sys/arch/emips/include/db_machdep.h
diff -u src/sys/arch/emips/include/db_machdep.h:1.1 src/sys/arch/emips/include/db_machdep.h:1.2
--- src/sys/arch/emips/include/db_machdep.h:1.1 Wed Jan 26 01:18:51 2011
+++ src/sys/arch/emips/include/db_machdep.h Sat Jul 9 16:58:04 2011
@@ -1,11 +1,3 @@
-/* $NetBSD: db_machdep.h,v 1.1 2011/01/26 01:18:51 pooka Exp $ */
-
-#ifndef _EMIPS_DB_MACHDEP_H_
-#define _EMIPS_DB_MACHDEP_H_
-
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
+/* $NetBSD: db_machdep.h,v 1.2 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
-
-#endif /* !_EMIPS_DB_MACHDEP_H_ */
Index: src/sys/arch/evbmips/include/db_machdep.h
diff -u src/sys/arch/evbmips/include/db_machdep.h:1.1 src/sys/arch/evbmips/include/db_machdep.h:1.2
--- src/sys/arch/evbmips/include/db_machdep.h:1.1 Thu Mar 7 14:43:59 2002
+++ src/sys/arch/evbmips/include/db_machdep.h Sat Jul 9 16:58:04 2011
@@ -1,12 +1,3 @@
-/* $NetBSD: db_machdep.h,v 1.1 2002/03/07 14:43:59 simonb Exp $ */
-
-#ifndef _EBVMIPS_DB_MACHDEP_H_
-#define _EBVMIPS_DB_MACHDEP_H_
-
-/* XXX: Common for all evbmips or not? */
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
+/* $NetBSD: db_machdep.h,v 1.2 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
-
-#endif /* !_EBVMIPS_DB_MACHDEP_H_ */
Index: src/sys/arch/ews4800mips/include/db_machdep.h
diff -u src/sys/arch/ews4800mips/include/db_machdep.h:1.1 src/sys/arch/ews4800mips/include/db_machdep.h:1.2
--- src/sys/arch/ews4800mips/include/db_machdep.h:1.1 Thu Dec 29 15:20:08 2005
+++ src/sys/arch/ews4800mips/include/db_machdep.h Sat Jul 9 16:58:04 2011
@@ -1,9 +1,7 @@
-/* $NetBSD: db_machdep.h,v 1.1 2005/12/29 15:20:08 tsutsui Exp $ */
+/* $NetBSD: db_machdep.h,v 1.2 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
#ifdef DDB
void __db_print_symbol(db_expr_t);
#define DB_PRINT_CALLER() \
Index: src/sys/arch/hpcmips/include/db_machdep.h
diff -u src/sys/arch/hpcmips/include/db_machdep.h:1.2 src/sys/arch/hpcmips/include/db_machdep.h:1.3
--- src/sys/arch/hpcmips/include/db_machdep.h:1.2 Tue Sep 4 07:43:30 2001
+++ src/sys/arch/hpcmips/include/db_machdep.h Sat Jul 9 16:58:05 2011
@@ -1,11 +1,3 @@
-/* $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
+/* $NetBSD: db_machdep.h,v 1.3 2011/07/09 16:58:05 matt Exp $ */
#include <mips/db_machdep.h>
-
-#endif /* !_HPCMIPS_DB_MACHDEP_H_ */
Index: src/sys/arch/mips/include/db_machdep.h
diff -u src/sys/arch/mips/include/db_machdep.h:1.27 src/sys/arch/mips/include/db_machdep.h:1.28
--- src/sys/arch/mips/include/db_machdep.h:1.27 Thu May 26 15:34:13 2011
+++ src/sys/arch/mips/include/db_machdep.h Sat Jul 9 16:58:05 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.h,v 1.27 2011/05/26 15:34:13 joerg Exp $ */
+/* $NetBSD: db_machdep.h,v 1.28 2011/07/09 16:58:05 matt Exp $ */
/*
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -40,6 +40,10 @@
#include <mips/regnum.h> /* symbolic register indices */
#include <mips/pcb.h>
+#define DB_ELF_SYMBOLS
+#ifndef DB_ELFSIZE
+#define DB_ELFSIZE 32
+#endif
typedef vaddr_t db_addr_t; /* address - unsigned */
#define DDB_EXPR_FMT "l" /* expression is long */
Index: src/sys/arch/mipsco/include/db_machdep.h
diff -u src/sys/arch/mipsco/include/db_machdep.h:1.2 src/sys/arch/mipsco/include/db_machdep.h:1.3
--- src/sys/arch/mipsco/include/db_machdep.h:1.2 Tue Sep 4 07:43:30 2001
+++ src/sys/arch/mipsco/include/db_machdep.h Sat Jul 9 16:58:05 2011
@@ -1,11 +1,3 @@
-/* $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
+/* $NetBSD: db_machdep.h,v 1.3 2011/07/09 16:58:05 matt Exp $ */
#include <mips/db_machdep.h>
-
-#endif /* !_MIPSCO_DB_MACHDEP_H_ */
Index: src/sys/arch/newsmips/include/db_machdep.h
diff -u src/sys/arch/newsmips/include/db_machdep.h:1.3 src/sys/arch/newsmips/include/db_machdep.h:1.4
--- src/sys/arch/newsmips/include/db_machdep.h:1.3 Tue Sep 4 07:43:30 2001
+++ src/sys/arch/newsmips/include/db_machdep.h Sat Jul 9 16:58:05 2011
@@ -1,11 +1,3 @@
-/* $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
+/* $NetBSD: db_machdep.h,v 1.4 2011/07/09 16:58:05 matt Exp $ */
#include <mips/db_machdep.h>
-
-#endif /* !_NEWSMIPS_DB_MACHDEP_H_ */
Index: src/sys/arch/sbmips/include/db_machdep.h
diff -u src/sys/arch/sbmips/include/db_machdep.h:1.1 src/sys/arch/sbmips/include/db_machdep.h:1.2
--- src/sys/arch/sbmips/include/db_machdep.h:1.1 Wed Mar 6 02:13:41 2002
+++ src/sys/arch/sbmips/include/db_machdep.h Sat Jul 9 16:58:05 2011
@@ -1,6 +1,3 @@
-/* $NetBSD: db_machdep.h,v 1.1 2002/03/06 02:13:41 simonb Exp $ */
+/* $NetBSD: db_machdep.h,v 1.2 2011/07/09 16:58:05 matt Exp $ */
#include <mips/db_machdep.h>
-
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
Index: src/sys/arch/sgimips/include/db_machdep.h
diff -u src/sys/arch/sgimips/include/db_machdep.h:1.2 src/sys/arch/sgimips/include/db_machdep.h:1.3
--- src/sys/arch/sgimips/include/db_machdep.h:1.2 Tue Sep 4 07:43:31 2001
+++ src/sys/arch/sgimips/include/db_machdep.h Sat Jul 9 16:58:05 2011
@@ -1,11 +1,3 @@
-/* $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
+/* $NetBSD: db_machdep.h,v 1.3 2011/07/09 16:58:05 matt Exp $ */
#include <mips/db_machdep.h>
-
-#endif /* !_SGIMIPS_DB_MACHDEP_H_ */