ELF symbol support for DDB.

This commit is contained in:
mhitch 2001-08-15 01:29:29 +00:00
parent cfc1f88145
commit e6118cd2a1
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
/* $NetBSD: db_machdep.h,v 1.4 1994/10/26 02:06:03 cgd Exp $ */
/* $NetBSD: db_machdep.h,v 1.5 2001/08/15 01:29:29 mhitch 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