2001-09-04 11:43:29 +04:00
|
|
|
/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:31 simonb Exp $ */
|
2000-06-14 19:39:55 +04:00
|
|
|
|
2001-09-04 11:43:29 +04:00
|
|
|
#ifndef _SGIMIPS_DB_MACHDEP_H_
|
|
|
|
#define _SGIMIPS_DB_MACHDEP_H_
|
2000-06-14 19:39:55 +04:00
|
|
|
|
|
|
|
#define DB_ELF_SYMBOLS
|
|
|
|
#define DB_ELFSIZE 32
|
2001-09-04 11:43:29 +04:00
|
|
|
|
|
|
|
#include <mips/db_machdep.h>
|
|
|
|
|
|
|
|
#endif /* !_SGIMIPS_DB_MACHDEP_H_ */
|