summaryrefslogtreecommitdiff
path: root/sys/arch/vax
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/vax
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/vax')
-rw-r--r--sys/arch/vax/include/db_machdep.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/vax/include/db_machdep.h b/sys/arch/vax/include/db_machdep.h
index ed8ee7795c2..e74db7a7636 100644
--- a/sys/arch/vax/include/db_machdep.h
+++ b/sys/arch/vax/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.16 2013/10/17 08:02:17 deraadt Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.17 2014/03/16 20:31:46 guenther Exp $ */
/* $NetBSD: db_machdep.h,v 1.6 1998/08/10 14:33:33 ragge Exp $ */
/*
@@ -73,7 +73,4 @@ extern db_regs_t ddb_regs; /* register state */
/* Prototypes */
void kdb_trap(struct trapframe *);
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 32
-
#endif /* _MACHINE_DB_MACHDEP_H_ */