old-cross-binutils/gas/config/te-dpx2.h
J.T. Conklin 6053ed629e * config/te-dpx2.h: Include obj-format.h.
(COFF_MAGIC): Renamed from FILE_HEADER_MAGIC.
1995-05-28 04:36:45 +00:00

12 lines
266 B
C

/* Machine specific defines for the dpx2 machine */
/* The magic number is not the usual MC68MAGIC. */
#define COFF_MAGIC MC68KBCSMAGIC
#define REGISTER_PREFIX_OPTIONAL 1
#define TARGET_FORMAT "coff-m68k-un"
#include "obj-format.h"
/* end of te-dpx2.h */