Enable ELF symbols in ddb.

This commit is contained in:
leo 2001-09-24 09:21:24 +00:00
parent 13a5c8134c
commit 1c35b74032
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
/* $NetBSD: db_machdep.h,v 1.1.1.1 1995/03/26 07:12:06 leo Exp $ */
/* $NetBSD: db_machdep.h,v 1.2 2001/09/24 09:21:24 leo Exp $ */
#ifndef _MACHINE_DB_MACHDEP_H_
#define _MACHINE_DB_MACHDEP_H_
#include <m68k/db_machdep.h>
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
#endif