From: Ken Raeburn Date: Wed, 4 May 1994 20:24:51 +0000 (+0000) Subject: * config/te-dpx2.h (TARGET_FORMAT, REGISTER_PREFIX_OPTIONAL): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=608a26dbb2c02b8ccf8ae55d25ecc6082b9027a7;p=binutils-gdb.git * config/te-dpx2.h (TARGET_FORMAT, REGISTER_PREFIX_OPTIONAL): Define. * configure.in (m68k-bull-sysv3*): Enable. --- 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 */