summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
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/hppa64
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/hppa64')
-rw-r--r--sys/arch/hppa64/include/db_machdep.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa64/include/db_machdep.h b/sys/arch/hppa64/include/db_machdep.h
index aab311e5081..9ef14b72ae7 100644
--- a/sys/arch/hppa64/include/db_machdep.h
+++ b/sys/arch/hppa64/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.3 2011/11/14 14:29:57 deraadt Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.4 2014/03/16 20:31:46 guenther Exp $ */
/*
* Copyright (c) 1998-2005 Michael Shalayeff
@@ -22,9 +22,6 @@
#include <uvm/uvm_extern.h>
-#define DB_ELF_SYMBOLS
-#define DB_ELFSIZE 64
-
/* types the generic ddb module needs */
typedef vaddr_t db_addr_t;
typedef long db_expr_t;