1991-04-04 20:19:55 +02:00
|
|
|
/* Machine specific defines for the dpx2 machine */
|
|
|
|
|
|
|
|
/* The magic number is not the usual MC68MAGIC. */
|
1995-05-28 06:36:45 +02:00
|
|
|
#define COFF_MAGIC MC68KBCSMAGIC
|
1991-04-04 20:19:55 +02:00
|
|
|
|
1994-05-04 22:24:51 +02:00
|
|
|
#define REGISTER_PREFIX_OPTIONAL 1
|
|
|
|
|
|
|
|
#define TARGET_FORMAT "coff-m68k-un"
|
|
|
|
|
1995-05-28 06:36:45 +02:00
|
|
|
#include "obj-format.h"
|
|
|
|
|
1992-02-13 10:13:54 +01:00
|
|
|
/* end of te-dpx2.h */
|