Module Name: src
Committed By: mrg
Date: Mon Apr 11 10:41:17 UTC 2011
Modified Files:
src/sys/arch/sparc64/include: db_machdep.h
Log Message:
remove DB_AOUT_SYMBOLS.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sparc64/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/sparc64/include/db_machdep.h
diff -u src/sys/arch/sparc64/include/db_machdep.h:1.27 src/sys/arch/sparc64/include/db_machdep.h:1.28
--- src/sys/arch/sparc64/include/db_machdep.h:1.27 Fri Jan 14 02:06:32 2011
+++ src/sys/arch/sparc64/include/db_machdep.h Mon Apr 11 10:41:17 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.h,v 1.27 2011/01/14 02:06:32 rmind Exp $ */
+/* $NetBSD: db_machdep.h,v 1.28 2011/04/11 10:41:17 mrg Exp $ */
/*
* Mach Operating System
@@ -124,18 +124,15 @@
int kdb_trap(int, struct trapframe64 *);
/*
- * We will use elf symbols in DDB when they work.
+ * We use elf symbols in DDB.
*/
-#if 1
#define DB_ELF_SYMBOLS
#ifdef __arch64__
#define DB_ELFSIZE 64
#else
#define DB_ELFSIZE 32
#endif
-#else
-#define DB_AOUT_SYMBOLS
-#endif
+
/*
* KGDB definitions
*/