summaryrefslogtreecommitdiff
path: root/sys/arch/i386
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/i386
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/i386')
-rw-r--r--sys/arch/i386/include/db_machdep.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/include/db_machdep.h b/sys/arch/i386/include/db_machdep.h
index 06eced95a76..537eea6baf8 100644
--- a/sys/arch/i386/include/db_machdep.h
+++ b/sys/arch/i386/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.22 2014/03/16 07:48:00 guenther Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.23 2014/03/16 20:31:46 guenther Exp $ */
/* $NetBSD: db_machdep.h,v 1.9 1996/05/03 19:23:59 christos Exp $ */
/*
@@ -73,9 +73,6 @@ extern db_regs_t ddb_regs; /* register state */
#define DB_MACHINE_COMMANDS
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
-
/*
* Constants for KGDB.
*/