Commit | Line | Data |
---|---|---|
252b5132 | 1 | /* This file is tc-z8k.h |
b90efa5b | 2 | Copyright (C) 1987-2015 Free Software Foundation, Inc. |
252b5132 RH |
3 | |
4 | This file is part of GAS, the GNU Assembler. | |
5 | ||
6 | GAS is free software; you can redistribute it and/or modify | |
7 | it under the terms of the GNU General Public License as published by | |
ec2655a6 | 8 | the Free Software Foundation; either version 3, or (at your option) |
252b5132 RH |
9 | any later version. |
10 | ||
11 | GAS is distributed in the hope that it will be useful, | |
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | GNU General Public License for more details. | |
15 | ||
16 | You should have received a copy of the GNU General Public License | |
17 | along with GAS; see the file COPYING. If not, write to the Free | |
4b4da160 NC |
18 | Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA |
19 | 02110-1301, USA. */ | |
252b5132 | 20 | |
252b5132 RH |
21 | #define TC_Z8K |
22 | #define TARGET_BYTES_BIG_ENDIAN 1 | |
c0524131 NC |
23 | #define TARGET_ARCH bfd_arch_z8k |
24 | #define TARGET_FORMAT "coff-z8k" | |
252b5132 | 25 | |
252b5132 | 26 | struct internal_reloc; |
252b5132 RH |
27 | |
28 | #define WORKING_DOT_WORD | |
29 | ||
252b5132 | 30 | #define COFF_MAGIC 0x8000 |
252b5132 | 31 | #define IGNORE_NONSTANDARD_ESCAPES |
7f31df7c | 32 | #undef WARN_SIGNED_OVERFLOW_WORD |
252b5132 | 33 | |
c0524131 NC |
34 | #define tc_fix_adjustable(X) 0 |
35 | ||
252b5132 | 36 | #define LISTING_HEADER "Zilog Z8000 GAS " |
252b5132 RH |
37 | #define RELOC_32 1234 |
38 | ||
39 | #define md_operand(x) |