summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-03-16 20:31:47 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-03-16 20:31:47 +0000
commitbe29495880d24adcbc82c8fb6eb893725eb0c213 (patch)
tree18ed1bfd037db20a0a4b89175d321b1e16d5f265 /sys/arch/m88k/include
parentec6070143ee16c62f606a467de0b7bbe120c8101 (diff)
DDB supports ELF symbols are all archs, and it's always the same as the
native size, so eliminate the #defines. ok miod@
Diffstat (limited to 'sys/arch/m88k/include')
-rw-r--r--sys/arch/m88k/include/db_machdep.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/m88k/include/db_machdep.h b/sys/arch/m88k/include/db_machdep.h
index 03cb5a53bf6..ec9c41c6595 100644
--- a/sys/arch/m88k/include/db_machdep.h
+++ b/sys/arch/m88k/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.17 2013/10/17 08:02:16 deraadt Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.18 2014/03/16 20:31:46 guenther Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -92,9 +92,6 @@ void m88k_print_instruction(int, u_int, u_int32_t); /* db_disasm.c */
/* machine specific commands have been added to ddb */
#define DB_MACHINE_COMMANDS
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
-
#ifdef MULTIPROCESSOR
extern cpuid_t ddb_mp_nextcpu;
#endif