Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/arch/hpcarm/include hpcarm kernel is ELF.
details: https://anonhg.NetBSD.org/src/rev/9476ff501e4e
branches: nathanw_sa
changeset: 504589:9476ff501e4e
user: toshii <toshii%NetBSD.org@localhost>
date: Tue Mar 20 18:01:50 2001 +0000
description:
hpcarm kernel is ELF.
diffstat:
sys/arch/hpcarm/include/db_machdep.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 49b9c4fb77f6 -r 9476ff501e4e sys/arch/hpcarm/include/db_machdep.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcarm/include/db_machdep.h Tue Mar 20 18:01:50 2001 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: db_machdep.h,v 1.3.8.2 2001/03/20 18:01:50 toshii Exp $ */
+
+#include <arm/db_machdep.h>
+
+/* hpcarm uses ELF for kernel */
+#define DB_ELF_SYMBOLS
+#define DB_ELFSIZE 32
Home |
Main Index |
Thread Index |
Old Index