From be29495880d24adcbc82c8fb6eb893725eb0c213 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Sun, 16 Mar 2014 20:31:47 +0000 Subject: DDB supports ELF symbols are all archs, and it's always the same as the native size, so eliminate the #defines. ok miod@ --- sys/arch/i386/include/db_machdep.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch/i386') 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. */ -- cgit v1.2.3