diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-14 18:58:06 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-14 18:58:06 +0000 |
commit | 259e35d4e9be9544d4606bf842d89afd6848b1b3 (patch) | |
tree | 798cd2d78a2efb6785b5cfb027f9778b35af8acf /gas/config/te-pc532mach.h | |
parent | a307efdfac43fa30439f137c624b892f06ba9d1d (diff) | |
download | gdb-259e35d4e9be9544d4606bf842d89afd6848b1b3.zip gdb-259e35d4e9be9544d4606bf842d89afd6848b1b3.tar.gz gdb-259e35d4e9be9544d4606bf842d89afd6848b1b3.tar.bz2 |
updated ns532 support from Ian Dall
Diffstat (limited to 'gas/config/te-pc532mach.h')
-rw-r--r-- | gas/config/te-pc532mach.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gas/config/te-pc532mach.h b/gas/config/te-pc532mach.h new file mode 100644 index 0000000..898bc03 --- /dev/null +++ b/gas/config/te-pc532mach.h @@ -0,0 +1,21 @@ +/* + * This file is te-pc532.h + * + * Written by Ian Dall <idall@eleceng.adelaide.edu.au> + * + * 24-May-94 + * + */ + +#define TE_PC532MACH 1 + +#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 |