Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/include Enable ELF symbol support to migrat...



details:   https://anonhg.NetBSD.org/src/rev/9483d683518a
branches:  trunk
changeset: 502145:9483d683518a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jan 12 17:11:50 2001 +0000

description:
Enable ELF symbol support to migrate. DB_AOUT_SYMBOLS is still defined.

diffstat:

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

diffs (12 lines):

diff -r 7abde886a18e -r 9483d683518a sys/arch/news68k/include/db_machdep.h
--- a/sys/arch/news68k/include/db_machdep.h     Fri Jan 12 16:19:18 2001 +0000
+++ b/sys/arch/news68k/include/db_machdep.h     Fri Jan 12 17:11:50 2001 +0000
@@ -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 <m68k/db_machdep.h>
+
+#define        DB_ELF_SYMBOLS
+#define        DB_ELFSIZE      32



Home | Main Index | Thread Index | Old Index