From 608a26dbb2c02b8ccf8ae55d25ecc6082b9027a7 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 4 May 1994 20:24:51 +0000 Subject: [PATCH] * config/te-dpx2.h (TARGET_FORMAT, REGISTER_PREFIX_OPTIONAL): Define. * configure.in (m68k-bull-sysv3*): Enable. --- gas/config/te-dpx2.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gas/config/te-dpx2.h b/gas/config/te-dpx2.h index 5f358a2bfd2..0cf7a7165e9 100644 --- a/gas/config/te-dpx2.h +++ b/gas/config/te-dpx2.h @@ -5,4 +5,8 @@ /* The magic number is not the usual MC68MAGIC. */ #define FILE_HEADER_MAGIC MC68KBCSMAGIC +#define REGISTER_PREFIX_OPTIONAL 1 + +#define TARGET_FORMAT "coff-m68k-un" + /* end of te-dpx2.h */ -- 2.30.2