Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include while symbol support in DDB is good to...



details:   https://anonhg.NetBSD.org/src/rev/376e4de268df
branches:  trunk
changeset: 471758:376e4de268df
user:      drochner <drochner%NetBSD.org@localhost>
date:      Sat Apr 10 15:10:56 1999 +0000

description:
while symbol support in DDB is good to have one _can_ live without it

diffstat:

 sys/arch/mips/include/db_machdep.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 1ae977a98ae6 -r 376e4de268df sys/arch/mips/include/db_machdep.h
--- a/sys/arch/mips/include/db_machdep.h        Sat Apr 10 14:28:22 1999 +0000
+++ b/sys/arch/mips/include/db_machdep.h        Sat Apr 10 15:10:56 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.h,v 1.7 1999/03/23 22:07:06 simonb Exp $ */
+/* $NetBSD: db_machdep.h,v 1.8 1999/04/10 15:10:56 drochner Exp $ */
 
 /*
  * Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -82,13 +82,6 @@
 int    kdb_trap __P((int type, mips_reg_t *));
 void   db_machine_init __P((void));
 
-/*
- * Make sure at least one DDB symbol type is defined.
- *
- */
-#if !(defined(DB_AOUT_SYMBOLS) || defined(DB_ELF_SYMBOLS))
-#error Must define at least one of DB_AOUT_SYMBOLS or DB_ELF_SYMBOLS
-#endif
 
 /*
  * MIPS cpus have no hardware single-step.



Home | Main Index | Thread Index | Old Index