From aafbe31f11dffcc24700f656baa8c0fac3e5d901 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Fri, 12 Jan 2001 17:11:50 +0000 Subject: [PATCH] Enable ELF symbol support to migrate. DB_AOUT_SYMBOLS is still defined. --- sys/arch/news68k/include/db_machdep.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/news68k/include/db_machdep.h b/sys/arch/news68k/include/db_machdep.h index 20feef1b31f9..ed8e009a8d80 100644 --- a/sys/arch/news68k/include/db_machdep.h +++ b/sys/arch/news68k/include/db_machdep.h @@ -1,4 +1,7 @@ -/* $NetBSD: db_machdep.h,v 1.1 1999/12/09 14:53:10 tsutsui Exp $ */ +/* $NetBSD: db_machdep.h,v 1.2 2001/01/12 17:11:50 tsutsui Exp $ */ /* Just use the common m68k definition */ #include + +#define DB_ELF_SYMBOLS +#define DB_ELFSIZE 32