diff options
Diffstat (limited to 'gas/config/te-dpx2.h')
-rw-r--r-- | gas/config/te-dpx2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/config/te-dpx2.h b/gas/config/te-dpx2.h index 960a794..45341ca 100644 --- a/gas/config/te-dpx2.h +++ b/gas/config/te-dpx2.h @@ -1,11 +1,12 @@ /* Machine specific defines for the dpx2 machine */ -#define TC_M68K /* The magic number is not the usual MC68MAGIC. */ -#define FILE_HEADER_MAGIC MC68KBCSMAGIC +#define COFF_MAGIC MC68KBCSMAGIC #define REGISTER_PREFIX_OPTIONAL 1 #define TARGET_FORMAT "coff-m68k-un" +#include "obj-format.h" + /* end of te-dpx2.h */ |