MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
[deliverable/binutils-gdb.git] / gas / config / tc-sparc.h
CommitLineData
252b5132 1/* tc-sparc.h - Macros and type defines for the sparc.
2571583a 2 Copyright (C) 1989-2017 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
ec2655a6 8 published by the Free Software Foundation; either version 3,
252b5132
RH
9 or (at your option) any later version.
10
11 GAS is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14 the GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public
17 License along with GAS; see the file COPYING. If not, write
4b4da160
NC
18 to the Free Software Foundation, 51 Franklin Street - Fifth Floor,
19 Boston, MA 02110-1301, USA. */
252b5132
RH
20
21#ifndef TC_SPARC
22#define TC_SPARC 1
23
252b5132 24struct frag;
252b5132
RH
25
26/* This is used to set the default value for `target_big_endian'. */
27#define TARGET_BYTES_BIG_ENDIAN 1
28
29#define LOCAL_LABELS_FB 1
30
31#define TARGET_ARCH bfd_arch_sparc
32
71a75f6f 33#ifdef TE_FreeBSD
c5d685bf 34#define ELF_TARGET_FORMAT "elf32-sparc"
71a75f6f
MF
35#define ELF64_TARGET_FORMAT "elf64-sparc-freebsd"
36#endif
37
1360ba76
RO
38#ifdef TE_SOLARIS
39#define ELF_TARGET_FORMAT "elf32-sparc-sol2"
40#define ELF64_TARGET_FORMAT "elf64-sparc-sol2"
41#endif
42
71a75f6f
MF
43#ifndef ELF_TARGET_FORMAT
44#define ELF_TARGET_FORMAT "elf32-sparc"
45#endif
46
47#ifndef ELF64_TARGET_FORMAT
48#define ELF64_TARGET_FORMAT "elf64-sparc"
49#endif
50
5a49b8ac 51extern const char *sparc_target_format (void);
252b5132
RH
52#define TARGET_FORMAT sparc_target_format ()
53
dabe3bbc
RH
54#define RELOC_EXPANSION_POSSIBLE
55#define MAX_RELOC_EXPANSION 2
56
252b5132
RH
57/* Make it unconditional and check if -EL is valid after option parsing */
58#define SPARC_BIENDIAN
59
60#define WORKING_DOT_WORD
61
0a9ef439
RH
62#define md_convert_frag(b,s,f) \
63 as_fatal (_("sparc convert_frag\n"))
252b5132 64#define md_estimate_size_before_relax(f,s) \
07726851 65 (as_fatal (_("estimate_size_before_relax called")), 1)
252b5132
RH
66
67#define LISTING_HEADER "SPARC GAS "
68
69extern int sparc_pic_code;
70
252b5132
RH
71/* We require .word, et. al., to be aligned correctly. */
72#define md_cons_align(nbytes) sparc_cons_align (nbytes)
5a49b8ac 73extern void sparc_cons_align (int);
0a9ef439 74
252b5132 75#define HANDLE_ALIGN(fragp) sparc_handle_align (fragp)
5a49b8ac 76extern void sparc_handle_align (struct frag *);
252b5132 77
0a9ef439
RH
78#define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 4)
79
252b5132
RH
80/* I know that "call 0" fails in sparc-coff if this doesn't return 1. I
81 don't know about other relocation types, or other formats, yet. */
82#ifdef OBJ_COFF
a161fe53
AM
83#define TC_FORCE_RELOCATION_ABS(FIX) \
84 ((FIX)->fx_r_type == BFD_RELOC_32_PCREL_S2 \
85 || TC_FORCE_RELOCATION (FIX))
86
252b5132
RH
87#define RELOC_REQUIRES_SYMBOL
88#endif
89
a161fe53
AM
90#ifdef OBJ_AOUT
91/* This expression evaluates to true if the relocation is for a local
92 object for which we still want to do the relocation at runtime.
93 False if we are willing to perform this relocation while building
94 the .o file. */
95
96#define TC_FORCE_RELOCATION_LOCAL(FIX) \
91cb9803 97 (GENERIC_FORCE_RELOCATION_LOCAL (FIX) \
a161fe53 98 || (sparc_pic_code \
91cb9803 99 && S_IS_EXTERNAL ((FIX)->fx_addsy)))
252b5132
RH
100#endif
101
252b5132 102#ifdef OBJ_ELF
a161fe53
AM
103/* Don't turn certain relocs into relocations against sections. This
104 is required for the dynamic linker to operate properly. When
105 generating PIC, we need to keep any non PC relative reloc. The PIC
106 part of this test must be parallel to the code in tc_gen_reloc which
107 converts relocations to GOT relocations. */
252b5132 108#define tc_fix_adjustable(FIX) \
a161fe53 109 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
d2e71411 110 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
b9734f35
JJ
111 && ((FIX)->fx_r_type < BFD_RELOC_SPARC_TLS_GD_HI22 \
112 || (FIX)->fx_r_type > BFD_RELOC_SPARC_TLS_TPOFF64) \
252b5132 113 && (! sparc_pic_code \
a1f2d742
ILT
114 || ((FIX)->fx_r_type != BFD_RELOC_HI22 \
115 && (FIX)->fx_r_type != BFD_RELOC_LO10 \
116 && (FIX)->fx_r_type != BFD_RELOC_SPARC13 \
117 && ((FIX)->fx_r_type != BFD_RELOC_32_PCREL_S2 \
ae6063d4 118 || !generic_force_reloc (FIX)) \
a1f2d742
ILT
119 && ((FIX)->fx_pcrel \
120 || ((FIX)->fx_subsy != NULL \
121 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
122 == S_GET_SEGMENT ((FIX)->fx_addsy))) \
123 || S_IS_LOCAL ((FIX)->fx_addsy)))))
6d8809aa 124
55cf6793 125/* Values passed to md_apply_fix don't include the symbol value. */
a161fe53
AM
126#define MD_APPLY_SYM_VALUE(FIX) 0
127
6d8809aa
RH
128/* Finish up the entire symtab. */
129#define tc_adjust_symtab() sparc_adjust_symtab ()
5a49b8ac 130extern void sparc_adjust_symtab (void);
252b5132
RH
131#endif
132
133#ifdef OBJ_AOUT
134/* When generating PIC code, we must not adjust any reloc which will
135 turn into a reloc against the global offset table, nor any reloc
136 which we will need if a symbol is overridden. */
137#define tc_fix_adjustable(FIX) \
138 (! sparc_pic_code \
139 || ((FIX)->fx_pcrel \
140 && ((FIX)->fx_addsy == NULL \
141 || (! S_IS_EXTERNAL ((FIX)->fx_addsy) \
142 && ! S_IS_WEAK ((FIX)->fx_addsy)))) \
143 || (FIX)->fx_r_type == BFD_RELOC_16 \
144 || (FIX)->fx_r_type == BFD_RELOC_32)
145#endif
146
147#define elf_tc_final_processing sparc_elf_final_processing
5a49b8ac 148extern void sparc_elf_final_processing (void);
252b5132
RH
149
150#define md_operand(x)
151
5a49b8ac 152extern void sparc_md_end (void);
252b5132
RH
153#define md_end() sparc_md_end ()
154
155#endif
156
62ebcb5c
AM
157#define TC_PARSE_CONS_RETURN_TYPE const char *
158#define TC_PARSE_CONS_RETURN_NONE NULL
159
bd5e6e7e
JJ
160#ifdef OBJ_ELF
161#define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) sparc_cons (EXP, NBYTES)
62ebcb5c 162extern const char *sparc_cons (expressionS *, int);
bd5e6e7e
JJ
163#endif
164
252b5132
RH
165#define TC_CONS_FIX_NEW cons_fix_new_sparc
166extern void cons_fix_new_sparc
62ebcb5c 167(struct frag *, int, unsigned int, struct expressionS *, const char *);
252b5132 168
dabe3bbc
RH
169#define TC_FIX_TYPE valueT
170
171#define TC_INIT_FIX_DATA(X) \
172 do \
173 { \
174 (X)->tc_fix_data = 0; \
175 } \
814f6641 176 while (0)
dabe3bbc 177
a161fe53 178#define TC_FIX_DATA_PRINT(FILE, FIX) \
dabe3bbc
RH
179 do \
180 { \
814f6641 181 fprintf ((FILE), "addend2=%ld\n", \
a161fe53 182 (unsigned long) (FIX)->tc_fix_data); \
dabe3bbc 183 } \
814f6641 184 while (0)
dabe3bbc 185
364b6d8b
JJ
186#define TARGET_USE_CFIPOP 1
187
188#define tc_cfi_frame_initial_instructions sparc_cfi_frame_initial_instructions
5a49b8ac 189extern void sparc_cfi_frame_initial_instructions (void);
364b6d8b
JJ
190
191#define tc_regname_to_dw2regnum sparc_regname_to_dw2regnum
5a49b8ac 192extern int sparc_regname_to_dw2regnum (char *regname);
364b6d8b
JJ
193
194#define tc_cfi_emit_pcrel_expr sparc_cfi_emit_pcrel_expr
5a49b8ac 195extern void sparc_cfi_emit_pcrel_expr (expressionS *, unsigned int);
364b6d8b
JJ
196
197extern int sparc_cie_data_alignment;
198
199#define DWARF2_LINE_MIN_INSN_LENGTH 4
200#define DWARF2_DEFAULT_RETURN_COLUMN 15
201#define DWARF2_CIE_DATA_ALIGNMENT sparc_cie_data_alignment
b8e904dc 202
252b5132 203/* end of tc-sparc.h */
This page took 0.796079 seconds and 4 git commands to generate.