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 | |
parent | a307efdfac43fa30439f137c624b892f06ba9d1d (diff) | |
download | ppe42-binutils-259e35d4e9be9544d4606bf842d89afd6848b1b3.tar.gz ppe42-binutils-259e35d4e9be9544d4606bf842d89afd6848b1b3.zip |
updated ns532 support from Ian Dall
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/te-netbsd532.h | 21 | ||||
-rw-r--r-- | gas/config/te-pc532mach.h | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/gas/config/te-netbsd532.h b/gas/config/te-netbsd532.h new file mode 100644 index 0000000000..11bdbad6a9 --- /dev/null +++ b/gas/config/te-netbsd532.h @@ -0,0 +1,21 @@ +/* + * This file is te-netbsd532.h + * + * Written by Ian Dall <idall@eleceng.adelaide.edu.au> + * + * 19-Jun-94 + * + */ + +#define TE_NETBSD532 1 + +#define TARGET_FORMAT "a.out-netbsd-532" + +#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 diff --git a/gas/config/te-pc532mach.h b/gas/config/te-pc532mach.h new file mode 100644 index 0000000000..898bc03d6a --- /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 |