]>
Commit | Line | Data |
---|---|---|
259e35d4 KR |
1 | /* |
2 | * This file is te-pc532.h | |
3 | * | |
4 | * Written by Ian Dall <[email protected]> | |
5 | * | |
6 | * 24-May-94 | |
7 | * | |
8 | */ | |
9 | ||
10 | #define TE_PC532MACH 1 | |
11 | ||
12 | #define TARGET_FORMAT "a.out-pc532-mach" | |
13 | ||
14 | #include "obj-format.h" | |
15 | ||
16 | /* Maybe these should be more like TC_NS32532 and TC_NS32381 in case | |
17 | * of conflicts. NS32381 is used in opcode/ns32k.h and that is also | |
18 | * used by GDB. Need to check. | |
19 | */ | |
20 | #define NS32532 | |
21 | #define NS32381 |