1991-04-04 18:19:55 +00:00
|
|
|
/* Machine specific defines for the dpx2 machine */
|
|
|
|
#define dpx2
|
|
|
|
#define TC_M68K
|
|
|
|
|
|
|
|
/* The magic number is not the usual MC68MAGIC. */
|
|
|
|
#define FILE_HEADER_MAGIC MC68KBCSMAGIC
|
|
|
|
|
1994-05-04 20:24:51 +00:00
|
|
|
#define REGISTER_PREFIX_OPTIONAL 1
|
|
|
|
|
|
|
|
#define TARGET_FORMAT "coff-m68k-un"
|
|
|
|
|
1992-02-13 09:13:54 +00:00
|
|
|
/* end of te-dpx2.h */
|