Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/include use ELF instead of a.out symbols now.
details: https://anonhg.NetBSD.org/src/rev/6069e89d2cfc
branches: trunk
changeset: 519702:6069e89d2cfc
user: chs <chs%NetBSD.org@localhost>
date: Mon Dec 24 17:57:19 2001 +0000
description:
use ELF instead of a.out symbols now.
diffstat:
sys/arch/luna68k/include/db_machdep.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 84986dae63b6 -r 6069e89d2cfc sys/arch/luna68k/include/db_machdep.h
--- a/sys/arch/luna68k/include/db_machdep.h Mon Dec 24 17:56:59 2001 +0000
+++ b/sys/arch/luna68k/include/db_machdep.h Mon Dec 24 17:57:19 2001 +0000
@@ -1,4 +1,8 @@
-/* $NetBSD: db_machdep.h,v 1.1 2000/01/05 08:48:57 nisimura Exp $ */
+/* $NetBSD: db_machdep.h,v 1.2 2001/12/24 17:57:19 chs Exp $ */
/* Just use the common m68k definition */
#include <m68k/db_machdep.h>
+
+#undef DB_AOUT_SYMBOLS
+#define DB_ELF_SYMBOLS
+#define DB_ELFSIZE 32
Home |
Main Index |
Thread Index |
Old Index