aboutsummaryrefslogtreecommitdiff
path: root/gas/config/te-dpx2.h
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1995-05-28 04:36:45 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1995-05-28 04:36:45 +0000
commit6053ed629ed5b25f7a98a4e3432d95f2938d4203 (patch)
tree5dba1e3c0fe5d23646017bb2123c0a77ae0ac3b6 /gas/config/te-dpx2.h
parent0cc3f4fcc33a04af5200fae34f997a577f7e6dfc (diff)
downloadgdb-6053ed629ed5b25f7a98a4e3432d95f2938d4203.zip
gdb-6053ed629ed5b25f7a98a4e3432d95f2938d4203.tar.gz
gdb-6053ed629ed5b25f7a98a4e3432d95f2938d4203.tar.bz2
* config/te-dpx2.h: Include obj-format.h.
(COFF_MAGIC): Renamed from FILE_HEADER_MAGIC.
Diffstat (limited to 'gas/config/te-dpx2.h')
-rw-r--r--gas/config/te-dpx2.h5
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 */