* gas/all/gas.exp: Remove a29k and m88k support.
[deliverable/binutils-gdb.git] / gas / config / tc-a29k.h
CommitLineData
252b5132 1/* tc-a29k.h -- Assemble for the AMD 29000.
ea1562b3 2 Copyright 1989, 1990, 1991, 1992, 1993, 1995, 1998, 2003, 2005
f7e42eb4 3 Free Software Foundation, Inc.
252b5132 4
ea1562b3 5 This file is part of GAS, the GNU Assembler.
252b5132 6
ea1562b3
NC
7 GAS is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
252b5132 11
ea1562b3
NC
12 GAS is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
252b5132 16
ea1562b3
NC
17 You should have received a copy of the GNU General Public License
18 along with GAS; see the file COPYING. If not, write to the Free
4b4da160
NC
19 Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
20 02110-1301, USA. */
252b5132
RH
21
22#define TC_A29K
23
24#define TARGET_BYTES_BIG_ENDIAN 1
25
26#define WORKING_DOT_WORD
27
28#define LEX_DOLLAR 1
29
30#define tc_unrecognized_line(c) a29k_unrecognized_line (c)
ea1562b3 31extern int a29k_unrecognized_line (int);
252b5132 32
ea1562b3
NC
33#define tc_headers_hook(a) ; /* Not used. */
34#define tc_headers_hook(a) ; /* Not used. */
35#define tc_crawl_symbol_chain(a) ; /* Not used. */
36#define tc_coff_symbol_emit_hook(a) ; /* Not used. */
252b5132
RH
37
38#define AOUT_MACHTYPE 101
ea1562b3 39#define TC_COFF_FIX2RTYPE(fix_ptr) tc_coff_fix2rtype (fix_ptr)
252b5132
RH
40#define BFD_ARCH bfd_arch_a29k
41#define COFF_MAGIC SIPFBOMAGIC
42/* Should the reloc be output ?
2d2255b5 43 on the 29k, this is true only if there is a symbol attached.
ea1562b3 44 on the h8, this is always true, since no fixup is done. */
252b5132
RH
45#define TC_COUNT_RELOC(x) (x->fx_addsy)
46#define TC_CONS_RELOC RELOC_32
47
48#define COFF_FLAGS F_AR32W
49#define reloc_type int
50#define NEED_FX_R_TYPE
51
52#define ZERO_BASED_SEGMENTS
53
This page took 0.268914 seconds and 4 git commands to generate.