diff options
Diffstat (limited to 'gas/config/te-pc532mach.h')
-rw-r--r-- | gas/config/te-pc532mach.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/config/te-pc532mach.h b/gas/config/te-pc532mach.h new file mode 100644 index 0000000..0ee7ff8 --- /dev/null +++ b/gas/config/te-pc532mach.h @@ -0,0 +1,19 @@ +/* + * This file is te-pc532.h + * + * Written by Ian Dall <idall@eleceng.adelaide.edu.au> + * + * 24-May-94 + * + */ + +#define TARGET_FORMAT "a.out-pc532-mach" + +#include "obj-format.h" + +/* Maybe these should be more like TC_NS32532 and TC_NS32381 in case + * of conflicts. NS32381 is used in opcode/ns32k.h and that is also + * used by GDB. Need to check. + */ +#define NS32532 +#define NS32381 |