2000-05-14 20:53:18 +02:00
|
|
|
/* Machine specific defines for the dpx2 machine. */
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2000-05-14 20:53:18 +02:00
|
|
|
/* The magic number is not the usual MC68MAGIC. */
|
1999-05-03 09:29:11 +02:00
|
|
|
#define COFF_MAGIC MC68KBCSMAGIC
|
|
|
|
|
|
|
|
#define REGISTER_PREFIX_OPTIONAL 1
|
|
|
|
|
|
|
|
#define TARGET_FORMAT "coff-m68k-un"
|
|
|
|
|
|
|
|
#include "obj-format.h"
|
|
|
|
|
|
|
|
/* end of te-dpx2.h */
|