Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/include Define DB_ELF_SYMBOLS to compile.



details:   https://anonhg.NetBSD.org/src/rev/0478651309bd
branches:  trunk
changeset: 467591:0478651309bd
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Fri Mar 26 07:03:01 1999 +0000

description:
Define DB_ELF_SYMBOLS to compile.
(currently /boot doesn't preserve symbols.)

diffstat:

 sys/arch/newsmips/include/db_machdep.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 3c73233b7a60 -r 0478651309bd sys/arch/newsmips/include/db_machdep.h
--- a/sys/arch/newsmips/include/db_machdep.h    Fri Mar 26 07:00:37 1999 +0000
+++ b/sys/arch/newsmips/include/db_machdep.h    Fri Mar 26 07:03:01 1999 +0000
@@ -1,3 +1,6 @@
-/*     $NetBSD: db_machdep.h,v 1.1 1998/02/18 13:48:17 tsubai Exp $    */
+/*     $NetBSD: db_machdep.h,v 1.2 1999/03/26 07:03:01 tsubai Exp $    */
+
+#define DB_ELF_SYMBOLS
+#define DB_ELFSIZE 32
 
 #include <mips/db_machdep.h>



Home | Main Index | Thread Index | Old Index