Add code to support FR30 instrucitons which contain a colon in their mnemonic
[deliverable/binutils-gdb.git] / gas / config / tc-sh.h
CommitLineData
351efc81 1/* This file is tc-sh.h
7e2014e0 2 Copyright (C) 1993, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
351efc81
SC
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
8 the Free Software Foundation; either version 2, or (at your option)
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
9addcbb1
ILT
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
351efc81
SC
20
21#define TC_SH
22
7e2014e0 23#define TARGET_BYTES_BIG_ENDIAN 0
351efc81 24
7e2014e0 25#define TARGET_ARCH bfd_arch_sh
351efc81 26
7e2014e0
CM
27#if ANSI_PROTOTYPES
28struct segment_info_struct;
29struct internal_reloc;
30#endif
9addcbb1 31
7e2014e0
CM
32/* Whether in little endian mode. */
33extern int shl;
9addcbb1
ILT
34
35/* Whether -relax was used. */
36extern int sh_relax;
37
7e2014e0
CM
38/* Whether -small was used. */
39extern int sh_small;
40
41/* Don't try to break words. */
42#define WORKING_DOT_WORD
43
44/* We require .long, et. al., to be aligned correctly. */
45#define md_cons_align(nbytes) sh_cons_align (nbytes)
46extern void sh_cons_align PARAMS ((int));
47
9addcbb1
ILT
48/* When relaxing, we need to generate relocations for alignment
49 directives. */
50#define HANDLE_ALIGN(frag) sh_handle_align (frag)
51extern void sh_handle_align PARAMS ((fragS *));
52
53/* We need to force out some relocations when relaxing. */
54#define TC_FORCE_RELOCATION(fix) sh_force_relocation (fix)
55extern int sh_force_relocation ();
7e2014e0
CM
56#define obj_fix_adjustable(fixP) sh_fix_adjustable(fixP)
57
58#define IGNORE_NONSTANDARD_ESCAPES
59
60#define LISTING_HEADER (shl ? "Hitachi Super-H GAS Little Endian" : "Hitachi Super-H GAS Big Endian")
61
62#define md_operand(x)
63
64extern const struct relax_type md_relax_table[];
65#define TC_GENERIC_RELAX_TABLE md_relax_table
66
67/* We use a special alignment function to insert the correct nop
68 pattern. */
69extern int sh_do_align PARAMS ((int, const char *, int, int));
70#define md_do_align(n,fill,len,max,l) if (sh_do_align (n,fill,len,max)) goto l
71
72/* We record, for each section, whether we have most recently output a
73 CODE reloc or a DATA reloc. */
74struct sh_segment_info_type
75{
76 int in_code : 1;
77};
78#define TC_SEGMENT_INFO_TYPE struct sh_segment_info_type
79
80/* We call a routine to emit a reloc for a label, so that the linker
81 can align loads and stores without crossing a label. */
82extern void sh_frob_label PARAMS ((void));
83#define tc_frob_label(sym) sh_frob_label ()
84
85/* We call a routine to flush pending output in order to output a DATA
86 reloc when required. */
87extern void sh_flush_pending_output PARAMS ((void));
88#define md_flush_pending_output() sh_flush_pending_output ()
89
90#ifdef BFD_ASSEMBLER
91#define tc_frob_file_before_adjust sh_frob_file
92#else
93#define tc_frob_file sh_frob_file
94#endif
95extern void sh_frob_file PARAMS ((void));
96
97#ifdef OBJ_COFF
98/* COFF specific definitions. */
99
100#define DO_NOT_STRIP 0
101
102/* This macro translates between an internal fix and an coff reloc type */
103#define TC_COFF_FIX2RTYPE(fix) ((fix)->fx_r_type)
104
105#define BFD_ARCH TARGET_ARCH
106
107#define COFF_MAGIC (shl ? SH_ARCH_MAGIC_LITTLE : SH_ARCH_MAGIC_BIG)
9addcbb1
ILT
108
109/* We need to write out relocs which have not been completed. */
110#define TC_COUNT_RELOC(fix) ((fix)->fx_addsy != NULL)
111
112#define TC_RELOC_MANGLE(seg, fix, int, paddr) \
113 sh_coff_reloc_mangle ((seg), (fix), (int), (paddr))
7e2014e0
CM
114extern void sh_coff_reloc_mangle
115 PARAMS ((struct segment_info_struct *, struct fix *,
116 struct internal_reloc *, unsigned int));
351efc81
SC
117
118#define tc_coff_symbol_emit_hook(a) ; /* not used */
119
351efc81 120#define NEED_FX_R_TYPE 1
9addcbb1
ILT
121
122#define TC_KEEP_FX_OFFSET 1
351efc81
SC
123
124#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag)
9addcbb1
ILT
125extern int tc_coff_sizemachdep PARAMS ((fragS *));
126
7e2014e0
CM
127/* We align most sections to a 16 byte boundary. */
128#define SUB_SEGMENT_ALIGN(SEG) \
129 (strncmp (obj_segment_name (SEG), ".stabstr", 8) == 0 \
130 ? 0 \
131 : ((strncmp (obj_segment_name (SEG), ".stab", 5) == 0 \
132 || strcmp (obj_segment_name (SEG), ".ctors") == 0 \
133 || strcmp (obj_segment_name (SEG), ".dtors") == 0) \
134 ? 2 \
135 : (sh_small ? 2 : 4)))
9addcbb1 136
7e2014e0 137#endif /* OBJ_COFF */
9addcbb1 138
7e2014e0
CM
139#ifdef OBJ_ELF
140/* ELF specific definitions. */
9addcbb1 141
7e2014e0
CM
142/* Whether or not the target is big endian */
143extern int target_big_endian;
144
145#define TARGET_FORMAT (shl ? "elf32-shl" : "elf32-sh")
146
147#endif /* OBJ_ELF */
351efc81
SC
148
149/* end of tc-sh.h */
This page took 0.153048 seconds and 4 git commands to generate.