12 lines
244 B
C
12 lines
244 B
C
/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:31 simonb Exp $ */
|
|
|
|
#ifndef _SGIMIPS_DB_MACHDEP_H_
|
|
#define _SGIMIPS_DB_MACHDEP_H_
|
|
|
|
#define DB_ELF_SYMBOLS
|
|
#define DB_ELFSIZE 32
|
|
|
|
#include <mips/db_machdep.h>
|
|
|
|
#endif /* !_SGIMIPS_DB_MACHDEP_H_ */
|