diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-05-04 20:24:51 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-05-04 20:24:51 +0000 |
commit | 608a26dbb2c02b8ccf8ae55d25ecc6082b9027a7 (patch) | |
tree | 3cbdb8174a4719dc1b16f1cbfd4ba998f1d84b22 | |
parent | 0573a3b13509ea7063e7f8aea07f7c9e15620da9 (diff) | |
download | gdb-608a26dbb2c02b8ccf8ae55d25ecc6082b9027a7.zip gdb-608a26dbb2c02b8ccf8ae55d25ecc6082b9027a7.tar.gz gdb-608a26dbb2c02b8ccf8ae55d25ecc6082b9027a7.tar.bz2 |
* config/te-dpx2.h (TARGET_FORMAT, REGISTER_PREFIX_OPTIONAL): Define.
* configure.in (m68k-bull-sysv3*): Enable.
-rw-r--r-- | gas/config/te-dpx2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/te-dpx2.h b/gas/config/te-dpx2.h index 5f358a2..0cf7a71 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 */ |