diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-16 20:31:47 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-03-16 20:31:47 +0000 |
commit | be29495880d24adcbc82c8fb6eb893725eb0c213 (patch) | |
tree | 18ed1bfd037db20a0a4b89175d321b1e16d5f265 /sys/arch/arm | |
parent | ec6070143ee16c62f606a467de0b7bbe120c8101 (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/arm')
-rw-r--r-- | sys/arch/arm/include/db_machdep.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/arm/include/db_machdep.h b/sys/arch/arm/include/db_machdep.h index 3a23b803f22..e0f419cf680 100644 --- a/sys/arch/arm/include/db_machdep.h +++ b/sys/arch/arm/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.8 2013/05/10 22:08:15 patrick Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.9 2014/03/16 20:31:46 guenther Exp $ */ /* $NetBSD: db_machdep.h,v 1.5 2001/11/22 18:00:00 thorpej Exp $ */ /* @@ -101,9 +101,6 @@ void db_machine_init (void); #define branch_taken(ins, pc, fun, regs) \ db_branch_taken((ins), (pc), (regs)) -#define DB_ELF_SYMBOLS -#define DB_ELFSIZE 32 - void db_show_frame_cmd(db_expr_t, int, db_expr_t, char *); #endif /* _ARM_DB_MACHDEP_H_ */ |