Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/include Enable ELF symbols in ddb.



details:   https://anonhg.NetBSD.org/src/rev/8b00cff92ae5
branches:  trunk
changeset: 515416:8b00cff92ae5
user:      leo <leo%NetBSD.org@localhost>
date:      Mon Sep 24 09:21:24 2001 +0000

description:
Enable ELF symbols in ddb.

diffstat:

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

diffs (16 lines):

diff -r fc7647775edd -r 8b00cff92ae5 sys/arch/atari/include/db_machdep.h
--- a/sys/arch/atari/include/db_machdep.h       Mon Sep 24 09:18:05 2001 +0000
+++ b/sys/arch/atari/include/db_machdep.h       Mon Sep 24 09:21:24 2001 +0000
@@ -1,8 +1,11 @@
-/*     $NetBSD: db_machdep.h,v 1.1.1.1 1995/03/26 07:12:06 leo Exp $   */
+/*     $NetBSD: db_machdep.h,v 1.2 2001/09/24 09:21:24 leo Exp $       */
 
 #ifndef _MACHINE_DB_MACHDEP_H_
 #define _MACHINE_DB_MACHDEP_H_
 
 #include <m68k/db_machdep.h>
 
+#define        DB_ELF_SYMBOLS
+#define        DB_ELFSIZE      32
+
 #endif



Home | Main Index | Thread Index | Old Index