2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gas / config / te-dpx2.h
index 00ca020a7d5c80c10630672cc2f445845de861e9..5daeb9f036e4eedc5310f261fe07b2421256ba4c 100644 (file)
@@ -1,10 +1,12 @@
-/* Machine specific defines for the dpx2 machine */
-#define dpx2
-#define TC_M68K
+/* Machine specific defines for the dpx2 machine.  */
 
-/* Preserve leading underscore in symbol names. */
-#define STRIP_UNDERSCORE 0
+/* The magic number is not the usual MC68MAGIC.  */
+#define COFF_MAGIC       MC68KBCSMAGIC
 
-/* The magic number is not the usual MC68MAGIC. */
-#define FILE_HEADER_MAGIC       MC68KBCSMAGIC
+#define REGISTER_PREFIX_OPTIONAL 1
 
+#define TARGET_FORMAT "coff-m68k-un"
+
+#include "obj-format.h"
+
+/* end of te-dpx2.h */
This page took 0.023649 seconds and 4 git commands to generate.