]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - bfd/elf32-xtensa.c
bf72c85ca4a06407da0d36e024986dff7ee96dc1
[thirdparty/binutils-gdb.git] / bfd / elf32-xtensa.c
1 /* Xtensa-specific support for 32-bit ELF.
2 Copyright (C) 2003-2022 Free Software Foundation, Inc.
3
4 This file is part of BFD, the Binary File Descriptor library.
5
6 This program is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public License as
8 published by the Free Software Foundation; either version 3 of the
9 License, or (at your option) any later version.
10
11 This program 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 the GNU
14 General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
19 02110-1301, USA. */
20
21 #include "sysdep.h"
22 #include "bfd.h"
23
24 #include <stdarg.h>
25 #include <strings.h>
26
27 #include "bfdlink.h"
28 #include "libbfd.h"
29 #include "elf-bfd.h"
30 #include "elf/xtensa.h"
31 #include "splay-tree.h"
32 #include "xtensa-isa.h"
33 #include "xtensa-config.h"
34
35 /* All users of this file have bfd_octets_per_byte (abfd, sec) == 1. */
36 #define OCTETS_PER_BYTE(ABFD, SEC) 1
37
38 #define XTENSA_NO_NOP_REMOVAL 0
39
40 #ifndef XSHAL_ABI
41 #define XSHAL_ABI 0
42 #endif
43
44 #ifndef XTHAL_ABI_UNDEFINED
45 #define XTHAL_ABI_UNDEFINED -1
46 #endif
47
48 #ifndef XTHAL_ABI_WINDOWED
49 #define XTHAL_ABI_WINDOWED 0
50 #endif
51
52 #ifndef XTHAL_ABI_CALL0
53 #define XTHAL_ABI_CALL0 1
54 #endif
55
56 /* Local helper functions. */
57
58 static bool add_extra_plt_sections (struct bfd_link_info *, int);
59 static char *vsprint_msg (const char *, const char *, int, ...) ATTRIBUTE_PRINTF(2,4);
60 static bfd_reloc_status_type bfd_elf_xtensa_reloc
61 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
62 static bool do_fix_for_relocatable_link
63 (Elf_Internal_Rela *, bfd *, asection *, bfd_byte *);
64 static void do_fix_for_final_link
65 (Elf_Internal_Rela *, bfd *, asection *, bfd_byte *, bfd_vma *);
66
67 /* Local functions to handle Xtensa configurability. */
68
69 static bool is_indirect_call_opcode (xtensa_opcode);
70 static bool is_direct_call_opcode (xtensa_opcode);
71 static bool is_windowed_call_opcode (xtensa_opcode);
72 static xtensa_opcode get_const16_opcode (void);
73 static xtensa_opcode get_l32r_opcode (void);
74 static bfd_vma l32r_offset (bfd_vma, bfd_vma);
75 static int get_relocation_opnd (xtensa_opcode, int);
76 static int get_relocation_slot (int);
77 static xtensa_opcode get_relocation_opcode
78 (bfd *, asection *, bfd_byte *, Elf_Internal_Rela *);
79 static bool is_l32r_relocation
80 (bfd *, asection *, bfd_byte *, Elf_Internal_Rela *);
81 static bool is_alt_relocation (int);
82 static bool is_operand_relocation (int);
83 static bfd_size_type insn_decode_len
84 (bfd_byte *, bfd_size_type, bfd_size_type);
85 static int insn_num_slots
86 (bfd_byte *, bfd_size_type, bfd_size_type);
87 static xtensa_opcode insn_decode_opcode
88 (bfd_byte *, bfd_size_type, bfd_size_type, int);
89 static bool check_branch_target_aligned
90 (bfd_byte *, bfd_size_type, bfd_vma, bfd_vma);
91 static bool check_loop_aligned
92 (bfd_byte *, bfd_size_type, bfd_vma, bfd_vma);
93 static bool check_branch_target_aligned_address (bfd_vma, int);
94 static bfd_size_type get_asm_simplify_size
95 (bfd_byte *, bfd_size_type, bfd_size_type);
96
97 /* Functions for link-time code simplifications. */
98
99 static bfd_reloc_status_type elf_xtensa_do_asm_simplify
100 (bfd_byte *, bfd_vma, bfd_vma, char **);
101 static bfd_reloc_status_type contract_asm_expansion
102 (bfd_byte *, bfd_vma, Elf_Internal_Rela *, char **);
103 static xtensa_opcode swap_callx_for_call_opcode (xtensa_opcode);
104 static xtensa_opcode get_expanded_call_opcode (bfd_byte *, int, bool *);
105
106 /* Access to internal relocations, section contents and symbols. */
107
108 static Elf_Internal_Rela *retrieve_internal_relocs
109 (bfd *, asection *, bool);
110 static void pin_internal_relocs (asection *, Elf_Internal_Rela *);
111 static void release_internal_relocs (asection *, Elf_Internal_Rela *);
112 static bfd_byte *retrieve_contents (bfd *, asection *, bool);
113 static void pin_contents (asection *, bfd_byte *);
114 static void release_contents (asection *, bfd_byte *);
115 static Elf_Internal_Sym *retrieve_local_syms (bfd *);
116
117 /* Miscellaneous utility functions. */
118
119 static asection *elf_xtensa_get_plt_section (struct bfd_link_info *, int);
120 static asection *elf_xtensa_get_gotplt_section (struct bfd_link_info *, int);
121 static asection *get_elf_r_symndx_section (bfd *, unsigned long);
122 static struct elf_link_hash_entry *get_elf_r_symndx_hash_entry
123 (bfd *, unsigned long);
124 static bfd_vma get_elf_r_symndx_offset (bfd *, unsigned long);
125 static bool is_reloc_sym_weak (bfd *, Elf_Internal_Rela *);
126 static bool pcrel_reloc_fits (xtensa_opcode, int, bfd_vma, bfd_vma);
127 static bool xtensa_is_property_section (asection *);
128 static bool xtensa_is_insntable_section (asection *);
129 static bool xtensa_is_littable_section (asection *);
130 static bool xtensa_is_proptable_section (asection *);
131 static int internal_reloc_compare (const void *, const void *);
132 static int internal_reloc_matches (const void *, const void *);
133 static asection *xtensa_get_property_section (asection *, const char *);
134 static flagword xtensa_get_property_predef_flags (asection *);
135
136 /* Other functions called directly by the linker. */
137
138 typedef void (*deps_callback_t)
139 (asection *, bfd_vma, asection *, bfd_vma, void *);
140 extern bool xtensa_callback_required_dependence
141 (bfd *, asection *, struct bfd_link_info *, deps_callback_t, void *);
142
143
144 /* Globally visible flag for choosing size optimization of NOP removal
145 instead of branch-target-aware minimization for NOP removal.
146 When nonzero, narrow all instructions and remove all NOPs possible
147 around longcall expansions. */
148
149 int elf32xtensa_size_opt;
150
151
152 /* The "new_section_hook" is used to set up a per-section
153 "xtensa_relax_info" data structure with additional information used
154 during relaxation. */
155
156 typedef struct xtensa_relax_info_struct xtensa_relax_info;
157
158
159 /* The GNU tools do not easily allow extending interfaces to pass around
160 the pointer to the Xtensa ISA information, so instead we add a global
161 variable here (in BFD) that can be used by any of the tools that need
162 this information. */
163
164 xtensa_isa xtensa_default_isa;
165
166
167 /* When this is true, relocations may have been modified to refer to
168 symbols from other input files. The per-section list of "fix"
169 records needs to be checked when resolving relocations. */
170
171 static bool relaxing_section = false;
172
173 /* When this is true, during final links, literals that cannot be
174 coalesced and their relocations may be moved to other sections. */
175
176 int elf32xtensa_no_literal_movement = 1;
177
178 /* Place property records for a section into individual property section
179 with xt.prop. prefix. */
180
181 bool elf32xtensa_separate_props = false;
182
183 /* Xtensa ABI. It affects PLT entry code. */
184
185 int elf32xtensa_abi = XTHAL_ABI_UNDEFINED;
186
187 /* Rename one of the generic section flags to better document how it
188 is used here. */
189 /* Whether relocations have been processed. */
190 #define reloc_done sec_flg0
191 \f
192 static reloc_howto_type elf_howto_table[] =
193 {
194 HOWTO (R_XTENSA_NONE, 0, 0, 0, false, 0, complain_overflow_dont,
195 bfd_elf_xtensa_reloc, "R_XTENSA_NONE",
196 false, 0, 0, false),
197 HOWTO (R_XTENSA_32, 0, 4, 32, false, 0, complain_overflow_bitfield,
198 bfd_elf_xtensa_reloc, "R_XTENSA_32",
199 true, 0xffffffff, 0xffffffff, false),
200
201 /* Replace a 32-bit value with a value from the runtime linker (only
202 used by linker-generated stub functions). The r_addend value is
203 special: 1 means to substitute a pointer to the runtime linker's
204 dynamic resolver function; 2 means to substitute the link map for
205 the shared object. */
206 HOWTO (R_XTENSA_RTLD, 0, 4, 32, false, 0, complain_overflow_dont,
207 NULL, "R_XTENSA_RTLD", false, 0, 0, false),
208
209 HOWTO (R_XTENSA_GLOB_DAT, 0, 4, 32, false, 0, complain_overflow_bitfield,
210 bfd_elf_generic_reloc, "R_XTENSA_GLOB_DAT",
211 false, 0, 0xffffffff, false),
212 HOWTO (R_XTENSA_JMP_SLOT, 0, 4, 32, false, 0, complain_overflow_bitfield,
213 bfd_elf_generic_reloc, "R_XTENSA_JMP_SLOT",
214 false, 0, 0xffffffff, false),
215 HOWTO (R_XTENSA_RELATIVE, 0, 4, 32, false, 0, complain_overflow_bitfield,
216 bfd_elf_generic_reloc, "R_XTENSA_RELATIVE",
217 false, 0, 0xffffffff, false),
218 HOWTO (R_XTENSA_PLT, 0, 4, 32, false, 0, complain_overflow_bitfield,
219 bfd_elf_xtensa_reloc, "R_XTENSA_PLT",
220 false, 0, 0xffffffff, false),
221
222 EMPTY_HOWTO (7),
223
224 /* Old relocations for backward compatibility. */
225 HOWTO (R_XTENSA_OP0, 0, 0, 0, true, 0, complain_overflow_dont,
226 bfd_elf_xtensa_reloc, "R_XTENSA_OP0", false, 0, 0, true),
227 HOWTO (R_XTENSA_OP1, 0, 0, 0, true, 0, complain_overflow_dont,
228 bfd_elf_xtensa_reloc, "R_XTENSA_OP1", false, 0, 0, true),
229 HOWTO (R_XTENSA_OP2, 0, 0, 0, true, 0, complain_overflow_dont,
230 bfd_elf_xtensa_reloc, "R_XTENSA_OP2", false, 0, 0, true),
231
232 /* Assembly auto-expansion. */
233 HOWTO (R_XTENSA_ASM_EXPAND, 0, 0, 0, true, 0, complain_overflow_dont,
234 bfd_elf_xtensa_reloc, "R_XTENSA_ASM_EXPAND", false, 0, 0, true),
235 /* Relax assembly auto-expansion. */
236 HOWTO (R_XTENSA_ASM_SIMPLIFY, 0, 0, 0, true, 0, complain_overflow_dont,
237 bfd_elf_xtensa_reloc, "R_XTENSA_ASM_SIMPLIFY", false, 0, 0, true),
238
239 EMPTY_HOWTO (13),
240
241 HOWTO (R_XTENSA_32_PCREL, 0, 4, 32, true, 0, complain_overflow_bitfield,
242 bfd_elf_xtensa_reloc, "R_XTENSA_32_PCREL",
243 false, 0, 0xffffffff, true),
244
245 /* GNU extension to record C++ vtable hierarchy. */
246 HOWTO (R_XTENSA_GNU_VTINHERIT, 0, 4, 0, false, 0, complain_overflow_dont,
247 NULL, "R_XTENSA_GNU_VTINHERIT",
248 false, 0, 0, false),
249 /* GNU extension to record C++ vtable member usage. */
250 HOWTO (R_XTENSA_GNU_VTENTRY, 0, 4, 0, false, 0, complain_overflow_dont,
251 _bfd_elf_rel_vtable_reloc_fn, "R_XTENSA_GNU_VTENTRY",
252 false, 0, 0, false),
253
254 /* Relocations for supporting difference of symbols. */
255 HOWTO (R_XTENSA_DIFF8, 0, 1, 8, false, 0, complain_overflow_signed,
256 bfd_elf_xtensa_reloc, "R_XTENSA_DIFF8", false, 0, 0xff, false),
257 HOWTO (R_XTENSA_DIFF16, 0, 2, 16, false, 0, complain_overflow_signed,
258 bfd_elf_xtensa_reloc, "R_XTENSA_DIFF16", false, 0, 0xffff, false),
259 HOWTO (R_XTENSA_DIFF32, 0, 4, 32, false, 0, complain_overflow_signed,
260 bfd_elf_xtensa_reloc, "R_XTENSA_DIFF32", false, 0, 0xffffffff, false),
261
262 /* General immediate operand relocations. */
263 HOWTO (R_XTENSA_SLOT0_OP, 0, 0, 0, true, 0, complain_overflow_dont,
264 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT0_OP", false, 0, 0, true),
265 HOWTO (R_XTENSA_SLOT1_OP, 0, 0, 0, true, 0, complain_overflow_dont,
266 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT1_OP", false, 0, 0, true),
267 HOWTO (R_XTENSA_SLOT2_OP, 0, 0, 0, true, 0, complain_overflow_dont,
268 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT2_OP", false, 0, 0, true),
269 HOWTO (R_XTENSA_SLOT3_OP, 0, 0, 0, true, 0, complain_overflow_dont,
270 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT3_OP", false, 0, 0, true),
271 HOWTO (R_XTENSA_SLOT4_OP, 0, 0, 0, true, 0, complain_overflow_dont,
272 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT4_OP", false, 0, 0, true),
273 HOWTO (R_XTENSA_SLOT5_OP, 0, 0, 0, true, 0, complain_overflow_dont,
274 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT5_OP", false, 0, 0, true),
275 HOWTO (R_XTENSA_SLOT6_OP, 0, 0, 0, true, 0, complain_overflow_dont,
276 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT6_OP", false, 0, 0, true),
277 HOWTO (R_XTENSA_SLOT7_OP, 0, 0, 0, true, 0, complain_overflow_dont,
278 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT7_OP", false, 0, 0, true),
279 HOWTO (R_XTENSA_SLOT8_OP, 0, 0, 0, true, 0, complain_overflow_dont,
280 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT8_OP", false, 0, 0, true),
281 HOWTO (R_XTENSA_SLOT9_OP, 0, 0, 0, true, 0, complain_overflow_dont,
282 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT9_OP", false, 0, 0, true),
283 HOWTO (R_XTENSA_SLOT10_OP, 0, 0, 0, true, 0, complain_overflow_dont,
284 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT10_OP", false, 0, 0, true),
285 HOWTO (R_XTENSA_SLOT11_OP, 0, 0, 0, true, 0, complain_overflow_dont,
286 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT11_OP", false, 0, 0, true),
287 HOWTO (R_XTENSA_SLOT12_OP, 0, 0, 0, true, 0, complain_overflow_dont,
288 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT12_OP", false, 0, 0, true),
289 HOWTO (R_XTENSA_SLOT13_OP, 0, 0, 0, true, 0, complain_overflow_dont,
290 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT13_OP", false, 0, 0, true),
291 HOWTO (R_XTENSA_SLOT14_OP, 0, 0, 0, true, 0, complain_overflow_dont,
292 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT14_OP", false, 0, 0, true),
293
294 /* "Alternate" relocations. The meaning of these is opcode-specific. */
295 HOWTO (R_XTENSA_SLOT0_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
296 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT0_ALT", false, 0, 0, true),
297 HOWTO (R_XTENSA_SLOT1_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
298 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT1_ALT", false, 0, 0, true),
299 HOWTO (R_XTENSA_SLOT2_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
300 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT2_ALT", false, 0, 0, true),
301 HOWTO (R_XTENSA_SLOT3_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
302 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT3_ALT", false, 0, 0, true),
303 HOWTO (R_XTENSA_SLOT4_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
304 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT4_ALT", false, 0, 0, true),
305 HOWTO (R_XTENSA_SLOT5_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
306 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT5_ALT", false, 0, 0, true),
307 HOWTO (R_XTENSA_SLOT6_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
308 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT6_ALT", false, 0, 0, true),
309 HOWTO (R_XTENSA_SLOT7_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
310 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT7_ALT", false, 0, 0, true),
311 HOWTO (R_XTENSA_SLOT8_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
312 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT8_ALT", false, 0, 0, true),
313 HOWTO (R_XTENSA_SLOT9_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
314 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT9_ALT", false, 0, 0, true),
315 HOWTO (R_XTENSA_SLOT10_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
316 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT10_ALT", false, 0, 0, true),
317 HOWTO (R_XTENSA_SLOT11_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
318 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT11_ALT", false, 0, 0, true),
319 HOWTO (R_XTENSA_SLOT12_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
320 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT12_ALT", false, 0, 0, true),
321 HOWTO (R_XTENSA_SLOT13_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
322 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT13_ALT", false, 0, 0, true),
323 HOWTO (R_XTENSA_SLOT14_ALT, 0, 0, 0, true, 0, complain_overflow_dont,
324 bfd_elf_xtensa_reloc, "R_XTENSA_SLOT14_ALT", false, 0, 0, true),
325
326 /* TLS relocations. */
327 HOWTO (R_XTENSA_TLSDESC_FN, 0, 4, 32, false, 0, complain_overflow_dont,
328 bfd_elf_xtensa_reloc, "R_XTENSA_TLSDESC_FN",
329 false, 0, 0xffffffff, false),
330 HOWTO (R_XTENSA_TLSDESC_ARG, 0, 4, 32, false, 0, complain_overflow_dont,
331 bfd_elf_xtensa_reloc, "R_XTENSA_TLSDESC_ARG",
332 false, 0, 0xffffffff, false),
333 HOWTO (R_XTENSA_TLS_DTPOFF, 0, 4, 32, false, 0, complain_overflow_dont,
334 bfd_elf_xtensa_reloc, "R_XTENSA_TLS_DTPOFF",
335 false, 0, 0xffffffff, false),
336 HOWTO (R_XTENSA_TLS_TPOFF, 0, 4, 32, false, 0, complain_overflow_dont,
337 bfd_elf_xtensa_reloc, "R_XTENSA_TLS_TPOFF",
338 false, 0, 0xffffffff, false),
339 HOWTO (R_XTENSA_TLS_FUNC, 0, 0, 0, false, 0, complain_overflow_dont,
340 bfd_elf_xtensa_reloc, "R_XTENSA_TLS_FUNC",
341 false, 0, 0, false),
342 HOWTO (R_XTENSA_TLS_ARG, 0, 0, 0, false, 0, complain_overflow_dont,
343 bfd_elf_xtensa_reloc, "R_XTENSA_TLS_ARG",
344 false, 0, 0, false),
345 HOWTO (R_XTENSA_TLS_CALL, 0, 0, 0, false, 0, complain_overflow_dont,
346 bfd_elf_xtensa_reloc, "R_XTENSA_TLS_CALL",
347 false, 0, 0, false),
348
349 HOWTO (R_XTENSA_PDIFF8, 0, 1, 8, false, 0, complain_overflow_bitfield,
350 bfd_elf_xtensa_reloc, "R_XTENSA_PDIFF8", false, 0, 0xff, false),
351 HOWTO (R_XTENSA_PDIFF16, 0, 2, 16, false, 0, complain_overflow_bitfield,
352 bfd_elf_xtensa_reloc, "R_XTENSA_PDIFF16", false, 0, 0xffff, false),
353 HOWTO (R_XTENSA_PDIFF32, 0, 4, 32, false, 0, complain_overflow_bitfield,
354 bfd_elf_xtensa_reloc, "R_XTENSA_PDIFF32", false, 0, 0xffffffff, false),
355
356 HOWTO (R_XTENSA_NDIFF8, 0, 1, 8, false, 0, complain_overflow_bitfield,
357 bfd_elf_xtensa_reloc, "R_XTENSA_NDIFF8", false, 0, 0xff, false),
358 HOWTO (R_XTENSA_NDIFF16, 0, 2, 16, false, 0, complain_overflow_bitfield,
359 bfd_elf_xtensa_reloc, "R_XTENSA_NDIFF16", false, 0, 0xffff, false),
360 HOWTO (R_XTENSA_NDIFF32, 0, 4, 32, false, 0, complain_overflow_bitfield,
361 bfd_elf_xtensa_reloc, "R_XTENSA_NDIFF32", false, 0, 0xffffffff, false),
362 };
363
364 #if DEBUG_GEN_RELOC
365 #define TRACE(str) \
366 fprintf (stderr, "Xtensa bfd reloc lookup %d (%s)\n", code, str)
367 #else
368 #define TRACE(str)
369 #endif
370
371 static reloc_howto_type *
372 elf_xtensa_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
373 bfd_reloc_code_real_type code)
374 {
375 switch (code)
376 {
377 case BFD_RELOC_NONE:
378 TRACE ("BFD_RELOC_NONE");
379 return &elf_howto_table[(unsigned) R_XTENSA_NONE ];
380
381 case BFD_RELOC_32:
382 TRACE ("BFD_RELOC_32");
383 return &elf_howto_table[(unsigned) R_XTENSA_32 ];
384
385 case BFD_RELOC_32_PCREL:
386 TRACE ("BFD_RELOC_32_PCREL");
387 return &elf_howto_table[(unsigned) R_XTENSA_32_PCREL ];
388
389 case BFD_RELOC_XTENSA_DIFF8:
390 TRACE ("BFD_RELOC_XTENSA_DIFF8");
391 return &elf_howto_table[(unsigned) R_XTENSA_DIFF8 ];
392
393 case BFD_RELOC_XTENSA_DIFF16:
394 TRACE ("BFD_RELOC_XTENSA_DIFF16");
395 return &elf_howto_table[(unsigned) R_XTENSA_DIFF16 ];
396
397 case BFD_RELOC_XTENSA_DIFF32:
398 TRACE ("BFD_RELOC_XTENSA_DIFF32");
399 return &elf_howto_table[(unsigned) R_XTENSA_DIFF32 ];
400
401 case BFD_RELOC_XTENSA_PDIFF8:
402 TRACE ("BFD_RELOC_XTENSA_PDIFF8");
403 return &elf_howto_table[(unsigned) R_XTENSA_PDIFF8 ];
404
405 case BFD_RELOC_XTENSA_PDIFF16:
406 TRACE ("BFD_RELOC_XTENSA_PDIFF16");
407 return &elf_howto_table[(unsigned) R_XTENSA_PDIFF16 ];
408
409 case BFD_RELOC_XTENSA_PDIFF32:
410 TRACE ("BFD_RELOC_XTENSA_PDIFF32");
411 return &elf_howto_table[(unsigned) R_XTENSA_PDIFF32 ];
412
413 case BFD_RELOC_XTENSA_NDIFF8:
414 TRACE ("BFD_RELOC_XTENSA_NDIFF8");
415 return &elf_howto_table[(unsigned) R_XTENSA_NDIFF8 ];
416
417 case BFD_RELOC_XTENSA_NDIFF16:
418 TRACE ("BFD_RELOC_XTENSA_NDIFF16");
419 return &elf_howto_table[(unsigned) R_XTENSA_NDIFF16 ];
420
421 case BFD_RELOC_XTENSA_NDIFF32:
422 TRACE ("BFD_RELOC_XTENSA_NDIFF32");
423 return &elf_howto_table[(unsigned) R_XTENSA_NDIFF32 ];
424
425 case BFD_RELOC_XTENSA_RTLD:
426 TRACE ("BFD_RELOC_XTENSA_RTLD");
427 return &elf_howto_table[(unsigned) R_XTENSA_RTLD ];
428
429 case BFD_RELOC_XTENSA_GLOB_DAT:
430 TRACE ("BFD_RELOC_XTENSA_GLOB_DAT");
431 return &elf_howto_table[(unsigned) R_XTENSA_GLOB_DAT ];
432
433 case BFD_RELOC_XTENSA_JMP_SLOT:
434 TRACE ("BFD_RELOC_XTENSA_JMP_SLOT");
435 return &elf_howto_table[(unsigned) R_XTENSA_JMP_SLOT ];
436
437 case BFD_RELOC_XTENSA_RELATIVE:
438 TRACE ("BFD_RELOC_XTENSA_RELATIVE");
439 return &elf_howto_table[(unsigned) R_XTENSA_RELATIVE ];
440
441 case BFD_RELOC_XTENSA_PLT:
442 TRACE ("BFD_RELOC_XTENSA_PLT");
443 return &elf_howto_table[(unsigned) R_XTENSA_PLT ];
444
445 case BFD_RELOC_XTENSA_OP0:
446 TRACE ("BFD_RELOC_XTENSA_OP0");
447 return &elf_howto_table[(unsigned) R_XTENSA_OP0 ];
448
449 case BFD_RELOC_XTENSA_OP1:
450 TRACE ("BFD_RELOC_XTENSA_OP1");
451 return &elf_howto_table[(unsigned) R_XTENSA_OP1 ];
452
453 case BFD_RELOC_XTENSA_OP2:
454 TRACE ("BFD_RELOC_XTENSA_OP2");
455 return &elf_howto_table[(unsigned) R_XTENSA_OP2 ];
456
457 case BFD_RELOC_XTENSA_ASM_EXPAND:
458 TRACE ("BFD_RELOC_XTENSA_ASM_EXPAND");
459 return &elf_howto_table[(unsigned) R_XTENSA_ASM_EXPAND ];
460
461 case BFD_RELOC_XTENSA_ASM_SIMPLIFY:
462 TRACE ("BFD_RELOC_XTENSA_ASM_SIMPLIFY");
463 return &elf_howto_table[(unsigned) R_XTENSA_ASM_SIMPLIFY ];
464
465 case BFD_RELOC_VTABLE_INHERIT:
466 TRACE ("BFD_RELOC_VTABLE_INHERIT");
467 return &elf_howto_table[(unsigned) R_XTENSA_GNU_VTINHERIT ];
468
469 case BFD_RELOC_VTABLE_ENTRY:
470 TRACE ("BFD_RELOC_VTABLE_ENTRY");
471 return &elf_howto_table[(unsigned) R_XTENSA_GNU_VTENTRY ];
472
473 case BFD_RELOC_XTENSA_TLSDESC_FN:
474 TRACE ("BFD_RELOC_XTENSA_TLSDESC_FN");
475 return &elf_howto_table[(unsigned) R_XTENSA_TLSDESC_FN ];
476
477 case BFD_RELOC_XTENSA_TLSDESC_ARG:
478 TRACE ("BFD_RELOC_XTENSA_TLSDESC_ARG");
479 return &elf_howto_table[(unsigned) R_XTENSA_TLSDESC_ARG ];
480
481 case BFD_RELOC_XTENSA_TLS_DTPOFF:
482 TRACE ("BFD_RELOC_XTENSA_TLS_DTPOFF");
483 return &elf_howto_table[(unsigned) R_XTENSA_TLS_DTPOFF ];
484
485 case BFD_RELOC_XTENSA_TLS_TPOFF:
486 TRACE ("BFD_RELOC_XTENSA_TLS_TPOFF");
487 return &elf_howto_table[(unsigned) R_XTENSA_TLS_TPOFF ];
488
489 case BFD_RELOC_XTENSA_TLS_FUNC:
490 TRACE ("BFD_RELOC_XTENSA_TLS_FUNC");
491 return &elf_howto_table[(unsigned) R_XTENSA_TLS_FUNC ];
492
493 case BFD_RELOC_XTENSA_TLS_ARG:
494 TRACE ("BFD_RELOC_XTENSA_TLS_ARG");
495 return &elf_howto_table[(unsigned) R_XTENSA_TLS_ARG ];
496
497 case BFD_RELOC_XTENSA_TLS_CALL:
498 TRACE ("BFD_RELOC_XTENSA_TLS_CALL");
499 return &elf_howto_table[(unsigned) R_XTENSA_TLS_CALL ];
500
501 default:
502 if (code >= BFD_RELOC_XTENSA_SLOT0_OP
503 && code <= BFD_RELOC_XTENSA_SLOT14_OP)
504 {
505 unsigned n = (R_XTENSA_SLOT0_OP +
506 (code - BFD_RELOC_XTENSA_SLOT0_OP));
507 return &elf_howto_table[n];
508 }
509
510 if (code >= BFD_RELOC_XTENSA_SLOT0_ALT
511 && code <= BFD_RELOC_XTENSA_SLOT14_ALT)
512 {
513 unsigned n = (R_XTENSA_SLOT0_ALT +
514 (code - BFD_RELOC_XTENSA_SLOT0_ALT));
515 return &elf_howto_table[n];
516 }
517
518 break;
519 }
520
521 /* xgettext:c-format */
522 _bfd_error_handler (_("%pB: unsupported relocation type %#x"), abfd, (int) code);
523 bfd_set_error (bfd_error_bad_value);
524 TRACE ("Unknown");
525 return NULL;
526 }
527
528 static reloc_howto_type *
529 elf_xtensa_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
530 const char *r_name)
531 {
532 unsigned int i;
533
534 for (i = 0; i < sizeof (elf_howto_table) / sizeof (elf_howto_table[0]); i++)
535 if (elf_howto_table[i].name != NULL
536 && strcasecmp (elf_howto_table[i].name, r_name) == 0)
537 return &elf_howto_table[i];
538
539 return NULL;
540 }
541
542
543 /* Given an ELF "rela" relocation, find the corresponding howto and record
544 it in the BFD internal arelent representation of the relocation. */
545
546 static bool
547 elf_xtensa_info_to_howto_rela (bfd *abfd,
548 arelent *cache_ptr,
549 Elf_Internal_Rela *dst)
550 {
551 unsigned int r_type = ELF32_R_TYPE (dst->r_info);
552
553 if (r_type >= (unsigned int) R_XTENSA_max)
554 {
555 /* xgettext:c-format */
556 _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
557 abfd, r_type);
558 bfd_set_error (bfd_error_bad_value);
559 return false;
560 }
561 cache_ptr->howto = &elf_howto_table[r_type];
562 return true;
563 }
564
565 \f
566 /* Functions for the Xtensa ELF linker. */
567
568 /* The name of the dynamic interpreter. This is put in the .interp
569 section. */
570
571 #define ELF_DYNAMIC_INTERPRETER "/lib/ld.so"
572
573 /* The size in bytes of an entry in the procedure linkage table.
574 (This does _not_ include the space for the literals associated with
575 the PLT entry.) */
576
577 #define PLT_ENTRY_SIZE 16
578
579 /* For _really_ large PLTs, we may need to alternate between literals
580 and code to keep the literals within the 256K range of the L32R
581 instructions in the code. It's unlikely that anyone would ever need
582 such a big PLT, but an arbitrary limit on the PLT size would be bad.
583 Thus, we split the PLT into chunks. Since there's very little
584 overhead (2 extra literals) for each chunk, the chunk size is kept
585 small so that the code for handling multiple chunks get used and
586 tested regularly. With 254 entries, there are 1K of literals for
587 each chunk, and that seems like a nice round number. */
588
589 #define PLT_ENTRIES_PER_CHUNK 254
590
591 /* PLT entries are actually used as stub functions for lazy symbol
592 resolution. Once the symbol is resolved, the stub function is never
593 invoked. Note: the 32-byte frame size used here cannot be changed
594 without a corresponding change in the runtime linker. */
595
596 static const bfd_byte elf_xtensa_be_plt_entry[][PLT_ENTRY_SIZE] =
597 {
598 {
599 0x6c, 0x10, 0x04, /* entry sp, 32 */
600 0x18, 0x00, 0x00, /* l32r a8, [got entry for rtld's resolver] */
601 0x1a, 0x00, 0x00, /* l32r a10, [got entry for rtld's link map] */
602 0x1b, 0x00, 0x00, /* l32r a11, [literal for reloc index] */
603 0x0a, 0x80, 0x00, /* jx a8 */
604 0 /* unused */
605 },
606 {
607 0x18, 0x00, 0x00, /* l32r a8, [got entry for rtld's resolver] */
608 0x1a, 0x00, 0x00, /* l32r a10, [got entry for rtld's link map] */
609 0x1b, 0x00, 0x00, /* l32r a11, [literal for reloc index] */
610 0x0a, 0x80, 0x00, /* jx a8 */
611 0 /* unused */
612 }
613 };
614
615 static const bfd_byte elf_xtensa_le_plt_entry[][PLT_ENTRY_SIZE] =
616 {
617 {
618 0x36, 0x41, 0x00, /* entry sp, 32 */
619 0x81, 0x00, 0x00, /* l32r a8, [got entry for rtld's resolver] */
620 0xa1, 0x00, 0x00, /* l32r a10, [got entry for rtld's link map] */
621 0xb1, 0x00, 0x00, /* l32r a11, [literal for reloc index] */
622 0xa0, 0x08, 0x00, /* jx a8 */
623 0 /* unused */
624 },
625 {
626 0x81, 0x00, 0x00, /* l32r a8, [got entry for rtld's resolver] */
627 0xa1, 0x00, 0x00, /* l32r a10, [got entry for rtld's link map] */
628 0xb1, 0x00, 0x00, /* l32r a11, [literal for reloc index] */
629 0xa0, 0x08, 0x00, /* jx a8 */
630 0 /* unused */
631 }
632 };
633
634 /* The size of the thread control block. */
635 #define TCB_SIZE 8
636
637 struct elf_xtensa_link_hash_entry
638 {
639 struct elf_link_hash_entry elf;
640
641 bfd_signed_vma tlsfunc_refcount;
642
643 #define GOT_UNKNOWN 0
644 #define GOT_NORMAL 1
645 #define GOT_TLS_GD 2 /* global or local dynamic */
646 #define GOT_TLS_IE 4 /* initial or local exec */
647 #define GOT_TLS_ANY (GOT_TLS_GD | GOT_TLS_IE)
648 unsigned char tls_type;
649 };
650
651 #define elf_xtensa_hash_entry(ent) ((struct elf_xtensa_link_hash_entry *)(ent))
652
653 struct elf_xtensa_obj_tdata
654 {
655 struct elf_obj_tdata root;
656
657 /* tls_type for each local got entry. */
658 char *local_got_tls_type;
659
660 bfd_signed_vma *local_tlsfunc_refcounts;
661 };
662
663 #define elf_xtensa_tdata(abfd) \
664 ((struct elf_xtensa_obj_tdata *) (abfd)->tdata.any)
665
666 #define elf_xtensa_local_got_tls_type(abfd) \
667 (elf_xtensa_tdata (abfd)->local_got_tls_type)
668
669 #define elf_xtensa_local_tlsfunc_refcounts(abfd) \
670 (elf_xtensa_tdata (abfd)->local_tlsfunc_refcounts)
671
672 #define is_xtensa_elf(bfd) \
673 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
674 && elf_tdata (bfd) != NULL \
675 && elf_object_id (bfd) == XTENSA_ELF_DATA)
676
677 static bool
678 elf_xtensa_mkobject (bfd *abfd)
679 {
680 return bfd_elf_allocate_object (abfd, sizeof (struct elf_xtensa_obj_tdata),
681 XTENSA_ELF_DATA);
682 }
683
684 /* Xtensa ELF linker hash table. */
685
686 struct elf_xtensa_link_hash_table
687 {
688 struct elf_link_hash_table elf;
689
690 /* Short-cuts to get to dynamic linker sections. */
691 asection *sgotloc;
692 asection *spltlittbl;
693
694 /* Total count of PLT relocations seen during check_relocs.
695 The actual PLT code must be split into multiple sections and all
696 the sections have to be created before size_dynamic_sections,
697 where we figure out the exact number of PLT entries that will be
698 needed. It is OK if this count is an overestimate, e.g., some
699 relocations may be removed by GC. */
700 int plt_reloc_count;
701
702 struct elf_xtensa_link_hash_entry *tlsbase;
703 };
704
705 /* Get the Xtensa ELF linker hash table from a link_info structure. */
706
707 #define elf_xtensa_hash_table(p) \
708 ((is_elf_hash_table ((p)->hash) \
709 && elf_hash_table_id (elf_hash_table (p)) == XTENSA_ELF_DATA) \
710 ? (struct elf_xtensa_link_hash_table *) (p)->hash : NULL)
711
712 /* Create an entry in an Xtensa ELF linker hash table. */
713
714 static struct bfd_hash_entry *
715 elf_xtensa_link_hash_newfunc (struct bfd_hash_entry *entry,
716 struct bfd_hash_table *table,
717 const char *string)
718 {
719 /* Allocate the structure if it has not already been allocated by a
720 subclass. */
721 if (entry == NULL)
722 {
723 entry = bfd_hash_allocate (table,
724 sizeof (struct elf_xtensa_link_hash_entry));
725 if (entry == NULL)
726 return entry;
727 }
728
729 /* Call the allocation method of the superclass. */
730 entry = _bfd_elf_link_hash_newfunc (entry, table, string);
731 if (entry != NULL)
732 {
733 struct elf_xtensa_link_hash_entry *eh = elf_xtensa_hash_entry (entry);
734 eh->tlsfunc_refcount = 0;
735 eh->tls_type = GOT_UNKNOWN;
736 }
737
738 return entry;
739 }
740
741 /* Create an Xtensa ELF linker hash table. */
742
743 static struct bfd_link_hash_table *
744 elf_xtensa_link_hash_table_create (bfd *abfd)
745 {
746 struct elf_link_hash_entry *tlsbase;
747 struct elf_xtensa_link_hash_table *ret;
748 size_t amt = sizeof (struct elf_xtensa_link_hash_table);
749
750 ret = bfd_zmalloc (amt);
751 if (ret == NULL)
752 return NULL;
753
754 if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd,
755 elf_xtensa_link_hash_newfunc,
756 sizeof (struct elf_xtensa_link_hash_entry),
757 XTENSA_ELF_DATA))
758 {
759 free (ret);
760 return NULL;
761 }
762
763 /* Create a hash entry for "_TLS_MODULE_BASE_" to speed up checking
764 for it later. */
765 tlsbase = elf_link_hash_lookup (&ret->elf, "_TLS_MODULE_BASE_",
766 true, false, false);
767 tlsbase->root.type = bfd_link_hash_new;
768 tlsbase->root.u.undef.abfd = NULL;
769 tlsbase->non_elf = 0;
770 ret->elf.dt_pltgot_required = true;
771 ret->tlsbase = elf_xtensa_hash_entry (tlsbase);
772 ret->tlsbase->tls_type = GOT_UNKNOWN;
773
774 return &ret->elf.root;
775 }
776
777 /* Copy the extra info we tack onto an elf_link_hash_entry. */
778
779 static void
780 elf_xtensa_copy_indirect_symbol (struct bfd_link_info *info,
781 struct elf_link_hash_entry *dir,
782 struct elf_link_hash_entry *ind)
783 {
784 struct elf_xtensa_link_hash_entry *edir, *eind;
785
786 edir = elf_xtensa_hash_entry (dir);
787 eind = elf_xtensa_hash_entry (ind);
788
789 if (ind->root.type == bfd_link_hash_indirect)
790 {
791 edir->tlsfunc_refcount += eind->tlsfunc_refcount;
792 eind->tlsfunc_refcount = 0;
793
794 if (dir->got.refcount <= 0)
795 {
796 edir->tls_type = eind->tls_type;
797 eind->tls_type = GOT_UNKNOWN;
798 }
799 }
800
801 _bfd_elf_link_hash_copy_indirect (info, dir, ind);
802 }
803
804 static inline bool
805 elf_xtensa_dynamic_symbol_p (struct elf_link_hash_entry *h,
806 struct bfd_link_info *info)
807 {
808 /* Check if we should do dynamic things to this symbol. The
809 "ignore_protected" argument need not be set, because Xtensa code
810 does not require special handling of STV_PROTECTED to make function
811 pointer comparisons work properly. The PLT addresses are never
812 used for function pointers. */
813
814 return _bfd_elf_dynamic_symbol_p (h, info, 0);
815 }
816
817 \f
818 static int
819 property_table_compare (const void *ap, const void *bp)
820 {
821 const property_table_entry *a = (const property_table_entry *) ap;
822 const property_table_entry *b = (const property_table_entry *) bp;
823
824 if (a->address == b->address)
825 {
826 if (a->size != b->size)
827 return (a->size - b->size);
828
829 if ((a->flags & XTENSA_PROP_ALIGN) != (b->flags & XTENSA_PROP_ALIGN))
830 return ((b->flags & XTENSA_PROP_ALIGN)
831 - (a->flags & XTENSA_PROP_ALIGN));
832
833 if ((a->flags & XTENSA_PROP_ALIGN)
834 && (GET_XTENSA_PROP_ALIGNMENT (a->flags)
835 != GET_XTENSA_PROP_ALIGNMENT (b->flags)))
836 return (GET_XTENSA_PROP_ALIGNMENT (a->flags)
837 - GET_XTENSA_PROP_ALIGNMENT (b->flags));
838
839 if ((a->flags & XTENSA_PROP_UNREACHABLE)
840 != (b->flags & XTENSA_PROP_UNREACHABLE))
841 return ((b->flags & XTENSA_PROP_UNREACHABLE)
842 - (a->flags & XTENSA_PROP_UNREACHABLE));
843
844 return (a->flags - b->flags);
845 }
846
847 return (a->address - b->address);
848 }
849
850
851 static int
852 property_table_matches (const void *ap, const void *bp)
853 {
854 const property_table_entry *a = (const property_table_entry *) ap;
855 const property_table_entry *b = (const property_table_entry *) bp;
856
857 /* Check if one entry overlaps with the other. */
858 if ((b->address >= a->address && b->address < (a->address + a->size))
859 || (a->address >= b->address && a->address < (b->address + b->size)))
860 return 0;
861
862 return (a->address - b->address);
863 }
864
865
866 /* Get the literal table or property table entries for the given
867 section. Sets TABLE_P and returns the number of entries. On
868 error, returns a negative value. */
869
870 int
871 xtensa_read_table_entries (bfd *abfd,
872 asection *section,
873 property_table_entry **table_p,
874 const char *sec_name,
875 bool output_addr)
876 {
877 asection *table_section;
878 bfd_size_type table_size = 0;
879 bfd_byte *table_data;
880 property_table_entry *blocks;
881 int blk, block_count;
882 bfd_size_type num_records;
883 Elf_Internal_Rela *internal_relocs, *irel, *rel_end;
884 bfd_vma section_addr, off;
885 flagword predef_flags;
886 bfd_size_type table_entry_size, section_limit;
887
888 if (bfd_get_flavour (abfd) != bfd_target_elf_flavour
889 || !section
890 || !(section->flags & SEC_ALLOC)
891 || (section->flags & SEC_DEBUGGING))
892 {
893 *table_p = NULL;
894 return 0;
895 }
896
897 table_section = xtensa_get_property_section (section, sec_name);
898 if (table_section)
899 table_size = table_section->size;
900
901 if (table_size == 0)
902 {
903 *table_p = NULL;
904 return 0;
905 }
906
907 predef_flags = xtensa_get_property_predef_flags (table_section);
908 table_entry_size = 12;
909 if (predef_flags)
910 table_entry_size -= 4;
911
912 num_records = table_size / table_entry_size;
913
914 table_data = retrieve_contents (abfd, table_section, true);
915 if (table_data == NULL)
916 {
917 *table_p = NULL;
918 return 0;
919 }
920
921 blocks = (property_table_entry *)
922 bfd_malloc (num_records * sizeof (property_table_entry));
923 block_count = 0;
924
925 if (output_addr)
926 section_addr = section->output_section->vma + section->output_offset;
927 else
928 section_addr = section->vma;
929
930 internal_relocs = retrieve_internal_relocs (abfd, table_section, true);
931 if (internal_relocs && !table_section->reloc_done)
932 {
933 qsort (internal_relocs, table_section->reloc_count,
934 sizeof (Elf_Internal_Rela), internal_reloc_compare);
935 irel = internal_relocs;
936 }
937 else
938 irel = NULL;
939
940 section_limit = bfd_get_section_limit (abfd, section);
941 rel_end = internal_relocs + table_section->reloc_count;
942
943 for (off = 0; off < table_size; off += table_entry_size)
944 {
945 bfd_vma address = bfd_get_32 (abfd, table_data + off);
946
947 /* Skip any relocations before the current offset. This should help
948 avoid confusion caused by unexpected relocations for the preceding
949 table entry. */
950 while (irel &&
951 (irel->r_offset < off
952 || (irel->r_offset == off
953 && ELF32_R_TYPE (irel->r_info) == R_XTENSA_NONE)))
954 {
955 irel += 1;
956 if (irel >= rel_end)
957 irel = 0;
958 }
959
960 if (irel && irel->r_offset == off)
961 {
962 bfd_vma sym_off;
963 unsigned long r_symndx = ELF32_R_SYM (irel->r_info);
964 BFD_ASSERT (ELF32_R_TYPE (irel->r_info) == R_XTENSA_32);
965
966 if (get_elf_r_symndx_section (abfd, r_symndx) != section)
967 continue;
968
969 sym_off = get_elf_r_symndx_offset (abfd, r_symndx);
970 BFD_ASSERT (sym_off == 0);
971 address += (section_addr + sym_off + irel->r_addend);
972 }
973 else
974 {
975 if (address < section_addr
976 || address >= section_addr + section_limit)
977 continue;
978 }
979
980 blocks[block_count].address = address;
981 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4);
982 if (predef_flags)
983 blocks[block_count].flags = predef_flags;
984 else
985 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8);
986 block_count++;
987 }
988
989 release_contents (table_section, table_data);
990 release_internal_relocs (table_section, internal_relocs);
991
992 if (block_count > 0)
993 {
994 /* Now sort them into address order for easy reference. */
995 qsort (blocks, block_count, sizeof (property_table_entry),
996 property_table_compare);
997
998 /* Check that the table contents are valid. Problems may occur,
999 for example, if an unrelocated object file is stripped. */
1000 for (blk = 1; blk < block_count; blk++)
1001 {
1002 /* The only circumstance where two entries may legitimately
1003 have the same address is when one of them is a zero-size
1004 placeholder to mark a place where fill can be inserted.
1005 The zero-size entry should come first. */
1006 if (blocks[blk - 1].address == blocks[blk].address &&
1007 blocks[blk - 1].size != 0)
1008 {
1009 /* xgettext:c-format */
1010 _bfd_error_handler (_("%pB(%pA): invalid property table"),
1011 abfd, section);
1012 bfd_set_error (bfd_error_bad_value);
1013 free (blocks);
1014 return -1;
1015 }
1016 }
1017 }
1018
1019 *table_p = blocks;
1020 return block_count;
1021 }
1022
1023
1024 static property_table_entry *
1025 elf_xtensa_find_property_entry (property_table_entry *property_table,
1026 int property_table_size,
1027 bfd_vma addr)
1028 {
1029 property_table_entry entry;
1030 property_table_entry *rv;
1031
1032 if (property_table_size == 0)
1033 return NULL;
1034
1035 entry.address = addr;
1036 entry.size = 1;
1037 entry.flags = 0;
1038
1039 rv = bsearch (&entry, property_table, property_table_size,
1040 sizeof (property_table_entry), property_table_matches);
1041 return rv;
1042 }
1043
1044
1045 static bool
1046 elf_xtensa_in_literal_pool (property_table_entry *lit_table,
1047 int lit_table_size,
1048 bfd_vma addr)
1049 {
1050 if (elf_xtensa_find_property_entry (lit_table, lit_table_size, addr))
1051 return true;
1052
1053 return false;
1054 }
1055
1056 \f
1057 /* Look through the relocs for a section during the first phase, and
1058 calculate needed space in the dynamic reloc sections. */
1059
1060 static bool
1061 elf_xtensa_check_relocs (bfd *abfd,
1062 struct bfd_link_info *info,
1063 asection *sec,
1064 const Elf_Internal_Rela *relocs)
1065 {
1066 struct elf_xtensa_link_hash_table *htab;
1067 Elf_Internal_Shdr *symtab_hdr;
1068 struct elf_link_hash_entry **sym_hashes;
1069 const Elf_Internal_Rela *rel;
1070 const Elf_Internal_Rela *rel_end;
1071
1072 if (bfd_link_relocatable (info))
1073 return true;
1074
1075 BFD_ASSERT (is_xtensa_elf (abfd));
1076
1077 htab = elf_xtensa_hash_table (info);
1078 if (htab == NULL)
1079 return false;
1080
1081 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
1082 sym_hashes = elf_sym_hashes (abfd);
1083
1084 rel_end = relocs + sec->reloc_count;
1085 for (rel = relocs; rel < rel_end; rel++)
1086 {
1087 unsigned int r_type;
1088 unsigned r_symndx;
1089 struct elf_link_hash_entry *h = NULL;
1090 struct elf_xtensa_link_hash_entry *eh;
1091 int tls_type, old_tls_type;
1092 bool is_got = false;
1093 bool is_plt = false;
1094 bool is_tlsfunc = false;
1095
1096 r_symndx = ELF32_R_SYM (rel->r_info);
1097 r_type = ELF32_R_TYPE (rel->r_info);
1098
1099 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr))
1100 {
1101 /* xgettext:c-format */
1102 _bfd_error_handler (_("%pB: bad symbol index: %d"),
1103 abfd, r_symndx);
1104 return false;
1105 }
1106
1107 if (r_symndx >= symtab_hdr->sh_info)
1108 {
1109 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
1110 while (h->root.type == bfd_link_hash_indirect
1111 || h->root.type == bfd_link_hash_warning)
1112 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1113 }
1114 eh = elf_xtensa_hash_entry (h);
1115
1116 switch (r_type)
1117 {
1118 case R_XTENSA_TLSDESC_FN:
1119 if (bfd_link_pic (info))
1120 {
1121 tls_type = GOT_TLS_GD;
1122 is_got = true;
1123 is_tlsfunc = true;
1124 }
1125 else
1126 tls_type = GOT_TLS_IE;
1127 break;
1128
1129 case R_XTENSA_TLSDESC_ARG:
1130 if (bfd_link_pic (info))
1131 {
1132 tls_type = GOT_TLS_GD;
1133 is_got = true;
1134 }
1135 else
1136 {
1137 tls_type = GOT_TLS_IE;
1138 if (h && elf_xtensa_hash_entry (h) != htab->tlsbase)
1139 is_got = true;
1140 }
1141 break;
1142
1143 case R_XTENSA_TLS_DTPOFF:
1144 if (bfd_link_pic (info))
1145 tls_type = GOT_TLS_GD;
1146 else
1147 tls_type = GOT_TLS_IE;
1148 break;
1149
1150 case R_XTENSA_TLS_TPOFF:
1151 tls_type = GOT_TLS_IE;
1152 if (bfd_link_pic (info))
1153 info->flags |= DF_STATIC_TLS;
1154 if (bfd_link_pic (info) || h)
1155 is_got = true;
1156 break;
1157
1158 case R_XTENSA_32:
1159 tls_type = GOT_NORMAL;
1160 is_got = true;
1161 break;
1162
1163 case R_XTENSA_PLT:
1164 tls_type = GOT_NORMAL;
1165 is_plt = true;
1166 break;
1167
1168 case R_XTENSA_GNU_VTINHERIT:
1169 /* This relocation describes the C++ object vtable hierarchy.
1170 Reconstruct it for later use during GC. */
1171 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
1172 return false;
1173 continue;
1174
1175 case R_XTENSA_GNU_VTENTRY:
1176 /* This relocation describes which C++ vtable entries are actually
1177 used. Record for later use during GC. */
1178 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
1179 return false;
1180 continue;
1181
1182 default:
1183 /* Nothing to do for any other relocations. */
1184 continue;
1185 }
1186
1187 if (h)
1188 {
1189 if (is_plt)
1190 {
1191 if (h->plt.refcount <= 0)
1192 {
1193 h->needs_plt = 1;
1194 h->plt.refcount = 1;
1195 }
1196 else
1197 h->plt.refcount += 1;
1198
1199 /* Keep track of the total PLT relocation count even if we
1200 don't yet know whether the dynamic sections will be
1201 created. */
1202 htab->plt_reloc_count += 1;
1203
1204 if (elf_hash_table (info)->dynamic_sections_created)
1205 {
1206 if (! add_extra_plt_sections (info, htab->plt_reloc_count))
1207 return false;
1208 }
1209 }
1210 else if (is_got)
1211 {
1212 if (h->got.refcount <= 0)
1213 h->got.refcount = 1;
1214 else
1215 h->got.refcount += 1;
1216 }
1217
1218 if (is_tlsfunc)
1219 eh->tlsfunc_refcount += 1;
1220
1221 old_tls_type = eh->tls_type;
1222 }
1223 else
1224 {
1225 /* Allocate storage the first time. */
1226 if (elf_local_got_refcounts (abfd) == NULL)
1227 {
1228 bfd_size_type size = symtab_hdr->sh_info;
1229 void *mem;
1230
1231 mem = bfd_zalloc (abfd, size * sizeof (bfd_signed_vma));
1232 if (mem == NULL)
1233 return false;
1234 elf_local_got_refcounts (abfd) = (bfd_signed_vma *) mem;
1235
1236 mem = bfd_zalloc (abfd, size);
1237 if (mem == NULL)
1238 return false;
1239 elf_xtensa_local_got_tls_type (abfd) = (char *) mem;
1240
1241 mem = bfd_zalloc (abfd, size * sizeof (bfd_signed_vma));
1242 if (mem == NULL)
1243 return false;
1244 elf_xtensa_local_tlsfunc_refcounts (abfd)
1245 = (bfd_signed_vma *) mem;
1246 }
1247
1248 /* This is a global offset table entry for a local symbol. */
1249 if (is_got || is_plt)
1250 elf_local_got_refcounts (abfd) [r_symndx] += 1;
1251
1252 if (is_tlsfunc)
1253 elf_xtensa_local_tlsfunc_refcounts (abfd) [r_symndx] += 1;
1254
1255 old_tls_type = elf_xtensa_local_got_tls_type (abfd) [r_symndx];
1256 }
1257
1258 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE))
1259 tls_type |= old_tls_type;
1260 /* If a TLS symbol is accessed using IE at least once,
1261 there is no point to use a dynamic model for it. */
1262 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1263 && ((old_tls_type & GOT_TLS_GD) == 0
1264 || (tls_type & GOT_TLS_IE) == 0))
1265 {
1266 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_GD))
1267 tls_type = old_tls_type;
1268 else if ((old_tls_type & GOT_TLS_GD) && (tls_type & GOT_TLS_GD))
1269 tls_type |= old_tls_type;
1270 else
1271 {
1272 _bfd_error_handler
1273 /* xgettext:c-format */
1274 (_("%pB: `%s' accessed both as normal and thread local symbol"),
1275 abfd,
1276 h ? h->root.root.string : "<local>");
1277 return false;
1278 }
1279 }
1280
1281 if (old_tls_type != tls_type)
1282 {
1283 if (eh)
1284 eh->tls_type = tls_type;
1285 else
1286 elf_xtensa_local_got_tls_type (abfd) [r_symndx] = tls_type;
1287 }
1288 }
1289
1290 return true;
1291 }
1292
1293
1294 static void
1295 elf_xtensa_make_sym_local (struct bfd_link_info *info,
1296 struct elf_link_hash_entry *h)
1297 {
1298 if (bfd_link_pic (info))
1299 {
1300 if (h->plt.refcount > 0)
1301 {
1302 /* For shared objects, there's no need for PLT entries for local
1303 symbols (use RELATIVE relocs instead of JMP_SLOT relocs). */
1304 if (h->got.refcount < 0)
1305 h->got.refcount = 0;
1306 h->got.refcount += h->plt.refcount;
1307 h->plt.refcount = 0;
1308 }
1309 }
1310 else
1311 {
1312 /* Don't need any dynamic relocations at all. */
1313 h->plt.refcount = 0;
1314 h->got.refcount = 0;
1315 }
1316 }
1317
1318
1319 static void
1320 elf_xtensa_hide_symbol (struct bfd_link_info *info,
1321 struct elf_link_hash_entry *h,
1322 bool force_local)
1323 {
1324 /* For a shared link, move the plt refcount to the got refcount to leave
1325 space for RELATIVE relocs. */
1326 elf_xtensa_make_sym_local (info, h);
1327
1328 _bfd_elf_link_hash_hide_symbol (info, h, force_local);
1329 }
1330
1331
1332 /* Return the section that should be marked against GC for a given
1333 relocation. */
1334
1335 static asection *
1336 elf_xtensa_gc_mark_hook (asection *sec,
1337 struct bfd_link_info *info,
1338 Elf_Internal_Rela *rel,
1339 struct elf_link_hash_entry *h,
1340 Elf_Internal_Sym *sym)
1341 {
1342 /* Property sections are marked "KEEP" in the linker scripts, but they
1343 should not cause other sections to be marked. (This approach relies
1344 on elf_xtensa_discard_info to remove property table entries that
1345 describe discarded sections. Alternatively, it might be more
1346 efficient to avoid using "KEEP" in the linker scripts and instead use
1347 the gc_mark_extra_sections hook to mark only the property sections
1348 that describe marked sections. That alternative does not work well
1349 with the current property table sections, which do not correspond
1350 one-to-one with the sections they describe, but that should be fixed
1351 someday.) */
1352 if (xtensa_is_property_section (sec))
1353 return NULL;
1354
1355 if (h != NULL)
1356 switch (ELF32_R_TYPE (rel->r_info))
1357 {
1358 case R_XTENSA_GNU_VTINHERIT:
1359 case R_XTENSA_GNU_VTENTRY:
1360 return NULL;
1361 }
1362
1363 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
1364 }
1365
1366
1367 /* Create all the dynamic sections. */
1368
1369 static bool
1370 elf_xtensa_create_dynamic_sections (bfd *dynobj, struct bfd_link_info *info)
1371 {
1372 struct elf_xtensa_link_hash_table *htab;
1373 flagword flags, noalloc_flags;
1374
1375 htab = elf_xtensa_hash_table (info);
1376 if (htab == NULL)
1377 return false;
1378
1379 /* First do all the standard stuff. */
1380 if (! _bfd_elf_create_dynamic_sections (dynobj, info))
1381 return false;
1382
1383 /* Create any extra PLT sections in case check_relocs has already
1384 been called on all the non-dynamic input files. */
1385 if (! add_extra_plt_sections (info, htab->plt_reloc_count))
1386 return false;
1387
1388 noalloc_flags = (SEC_HAS_CONTENTS | SEC_IN_MEMORY
1389 | SEC_LINKER_CREATED | SEC_READONLY);
1390 flags = noalloc_flags | SEC_ALLOC | SEC_LOAD;
1391
1392 /* Mark the ".got.plt" section READONLY. */
1393 if (htab->elf.sgotplt == NULL
1394 || !bfd_set_section_flags (htab->elf.sgotplt, flags))
1395 return false;
1396
1397 /* Create ".got.loc" (literal tables for use by dynamic linker). */
1398 htab->sgotloc = bfd_make_section_anyway_with_flags (dynobj, ".got.loc",
1399 flags);
1400 if (htab->sgotloc == NULL
1401 || !bfd_set_section_alignment (htab->sgotloc, 2))
1402 return false;
1403
1404 /* Create ".xt.lit.plt" (literal table for ".got.plt*"). */
1405 htab->spltlittbl = bfd_make_section_anyway_with_flags (dynobj, ".xt.lit.plt",
1406 noalloc_flags);
1407 if (htab->spltlittbl == NULL
1408 || !bfd_set_section_alignment (htab->spltlittbl, 2))
1409 return false;
1410
1411 return true;
1412 }
1413
1414
1415 static bool
1416 add_extra_plt_sections (struct bfd_link_info *info, int count)
1417 {
1418 bfd *dynobj = elf_hash_table (info)->dynobj;
1419 int chunk;
1420
1421 /* Iterate over all chunks except 0 which uses the standard ".plt" and
1422 ".got.plt" sections. */
1423 for (chunk = count / PLT_ENTRIES_PER_CHUNK; chunk > 0; chunk--)
1424 {
1425 char *sname;
1426 flagword flags;
1427 asection *s;
1428
1429 /* Stop when we find a section has already been created. */
1430 if (elf_xtensa_get_plt_section (info, chunk))
1431 break;
1432
1433 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
1434 | SEC_LINKER_CREATED | SEC_READONLY);
1435
1436 sname = (char *) bfd_malloc (10);
1437 sprintf (sname, ".plt.%u", chunk);
1438 s = bfd_make_section_anyway_with_flags (dynobj, sname, flags | SEC_CODE);
1439 if (s == NULL
1440 || !bfd_set_section_alignment (s, 2))
1441 return false;
1442
1443 sname = (char *) bfd_malloc (14);
1444 sprintf (sname, ".got.plt.%u", chunk);
1445 s = bfd_make_section_anyway_with_flags (dynobj, sname, flags);
1446 if (s == NULL
1447 || !bfd_set_section_alignment (s, 2))
1448 return false;
1449 }
1450
1451 return true;
1452 }
1453
1454
1455 /* Adjust a symbol defined by a dynamic object and referenced by a
1456 regular object. The current definition is in some section of the
1457 dynamic object, but we're not including those sections. We have to
1458 change the definition to something the rest of the link can
1459 understand. */
1460
1461 static bool
1462 elf_xtensa_adjust_dynamic_symbol (struct bfd_link_info *info ATTRIBUTE_UNUSED,
1463 struct elf_link_hash_entry *h)
1464 {
1465 /* If this is a weak symbol, and there is a real definition, the
1466 processor independent code will have arranged for us to see the
1467 real definition first, and we can just use the same value. */
1468 if (h->is_weakalias)
1469 {
1470 struct elf_link_hash_entry *def = weakdef (h);
1471 BFD_ASSERT (def->root.type == bfd_link_hash_defined);
1472 h->root.u.def.section = def->root.u.def.section;
1473 h->root.u.def.value = def->root.u.def.value;
1474 return true;
1475 }
1476
1477 /* This is a reference to a symbol defined by a dynamic object. The
1478 reference must go through the GOT, so there's no need for COPY relocs,
1479 .dynbss, etc. */
1480
1481 return true;
1482 }
1483
1484
1485 static bool
1486 elf_xtensa_allocate_dynrelocs (struct elf_link_hash_entry *h, void *arg)
1487 {
1488 struct bfd_link_info *info;
1489 struct elf_xtensa_link_hash_table *htab;
1490 struct elf_xtensa_link_hash_entry *eh = elf_xtensa_hash_entry (h);
1491
1492 if (h->root.type == bfd_link_hash_indirect)
1493 return true;
1494
1495 info = (struct bfd_link_info *) arg;
1496 htab = elf_xtensa_hash_table (info);
1497 if (htab == NULL)
1498 return false;
1499
1500 /* If we saw any use of an IE model for this symbol, we can then optimize
1501 away GOT entries for any TLSDESC_FN relocs. */
1502 if ((eh->tls_type & GOT_TLS_IE) != 0)
1503 {
1504 BFD_ASSERT (h->got.refcount >= eh->tlsfunc_refcount);
1505 h->got.refcount -= eh->tlsfunc_refcount;
1506 }
1507
1508 if (! elf_xtensa_dynamic_symbol_p (h, info))
1509 elf_xtensa_make_sym_local (info, h);
1510
1511 if (! elf_xtensa_dynamic_symbol_p (h, info)
1512 && h->root.type == bfd_link_hash_undefweak)
1513 return true;
1514
1515 if (h->plt.refcount > 0)
1516 htab->elf.srelplt->size += (h->plt.refcount * sizeof (Elf32_External_Rela));
1517
1518 if (h->got.refcount > 0)
1519 htab->elf.srelgot->size += (h->got.refcount * sizeof (Elf32_External_Rela));
1520
1521 return true;
1522 }
1523
1524
1525 static void
1526 elf_xtensa_allocate_local_got_size (struct bfd_link_info *info)
1527 {
1528 struct elf_xtensa_link_hash_table *htab;
1529 bfd *i;
1530
1531 htab = elf_xtensa_hash_table (info);
1532 if (htab == NULL)
1533 return;
1534
1535 for (i = info->input_bfds; i; i = i->link.next)
1536 {
1537 bfd_signed_vma *local_got_refcounts;
1538 bfd_size_type j, cnt;
1539 Elf_Internal_Shdr *symtab_hdr;
1540
1541 local_got_refcounts = elf_local_got_refcounts (i);
1542 if (!local_got_refcounts)
1543 continue;
1544
1545 symtab_hdr = &elf_tdata (i)->symtab_hdr;
1546 cnt = symtab_hdr->sh_info;
1547
1548 for (j = 0; j < cnt; ++j)
1549 {
1550 /* If we saw any use of an IE model for this symbol, we can
1551 then optimize away GOT entries for any TLSDESC_FN relocs. */
1552 if ((elf_xtensa_local_got_tls_type (i) [j] & GOT_TLS_IE) != 0)
1553 {
1554 bfd_signed_vma *tlsfunc_refcount
1555 = &elf_xtensa_local_tlsfunc_refcounts (i) [j];
1556 BFD_ASSERT (local_got_refcounts[j] >= *tlsfunc_refcount);
1557 local_got_refcounts[j] -= *tlsfunc_refcount;
1558 }
1559
1560 if (local_got_refcounts[j] > 0)
1561 htab->elf.srelgot->size += (local_got_refcounts[j]
1562 * sizeof (Elf32_External_Rela));
1563 }
1564 }
1565 }
1566
1567
1568 /* Set the sizes of the dynamic sections. */
1569
1570 static bool
1571 elf_xtensa_size_dynamic_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
1572 struct bfd_link_info *info)
1573 {
1574 struct elf_xtensa_link_hash_table *htab;
1575 bfd *dynobj, *abfd;
1576 asection *s, *srelplt, *splt, *sgotplt, *srelgot, *spltlittbl, *sgotloc;
1577 bool relplt, relgot;
1578 int plt_entries, plt_chunks, chunk;
1579
1580 plt_entries = 0;
1581 plt_chunks = 0;
1582
1583 htab = elf_xtensa_hash_table (info);
1584 if (htab == NULL)
1585 return false;
1586
1587 dynobj = elf_hash_table (info)->dynobj;
1588 if (dynobj == NULL)
1589 abort ();
1590 srelgot = htab->elf.srelgot;
1591 srelplt = htab->elf.srelplt;
1592
1593 if (elf_hash_table (info)->dynamic_sections_created)
1594 {
1595 BFD_ASSERT (htab->elf.srelgot != NULL
1596 && htab->elf.srelplt != NULL
1597 && htab->elf.sgot != NULL
1598 && htab->spltlittbl != NULL
1599 && htab->sgotloc != NULL);
1600
1601 /* Set the contents of the .interp section to the interpreter. */
1602 if (bfd_link_executable (info) && !info->nointerp)
1603 {
1604 s = bfd_get_linker_section (dynobj, ".interp");
1605 if (s == NULL)
1606 abort ();
1607 s->size = sizeof ELF_DYNAMIC_INTERPRETER;
1608 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
1609 }
1610
1611 /* Allocate room for one word in ".got". */
1612 htab->elf.sgot->size = 4;
1613
1614 /* Allocate space in ".rela.got" for literals that reference global
1615 symbols and space in ".rela.plt" for literals that have PLT
1616 entries. */
1617 elf_link_hash_traverse (elf_hash_table (info),
1618 elf_xtensa_allocate_dynrelocs,
1619 (void *) info);
1620
1621 /* If we are generating a shared object, we also need space in
1622 ".rela.got" for R_XTENSA_RELATIVE relocs for literals that
1623 reference local symbols. */
1624 if (bfd_link_pic (info))
1625 elf_xtensa_allocate_local_got_size (info);
1626
1627 /* Allocate space in ".plt" to match the size of ".rela.plt". For
1628 each PLT entry, we need the PLT code plus a 4-byte literal.
1629 For each chunk of ".plt", we also need two more 4-byte
1630 literals, two corresponding entries in ".rela.got", and an
1631 8-byte entry in ".xt.lit.plt". */
1632 spltlittbl = htab->spltlittbl;
1633 plt_entries = srelplt->size / sizeof (Elf32_External_Rela);
1634 plt_chunks =
1635 (plt_entries + PLT_ENTRIES_PER_CHUNK - 1) / PLT_ENTRIES_PER_CHUNK;
1636
1637 /* Iterate over all the PLT chunks, including any extra sections
1638 created earlier because the initial count of PLT relocations
1639 was an overestimate. */
1640 for (chunk = 0;
1641 (splt = elf_xtensa_get_plt_section (info, chunk)) != NULL;
1642 chunk++)
1643 {
1644 int chunk_entries;
1645
1646 sgotplt = elf_xtensa_get_gotplt_section (info, chunk);
1647 BFD_ASSERT (sgotplt != NULL);
1648
1649 if (chunk < plt_chunks - 1)
1650 chunk_entries = PLT_ENTRIES_PER_CHUNK;
1651 else if (chunk == plt_chunks - 1)
1652 chunk_entries = plt_entries - (chunk * PLT_ENTRIES_PER_CHUNK);
1653 else
1654 chunk_entries = 0;
1655
1656 if (chunk_entries != 0)
1657 {
1658 sgotplt->size = 4 * (chunk_entries + 2);
1659 splt->size = PLT_ENTRY_SIZE * chunk_entries;
1660 srelgot->size += 2 * sizeof (Elf32_External_Rela);
1661 spltlittbl->size += 8;
1662 }
1663 else
1664 {
1665 sgotplt->size = 0;
1666 splt->size = 0;
1667 }
1668 }
1669
1670 /* Allocate space in ".got.loc" to match the total size of all the
1671 literal tables. */
1672 sgotloc = htab->sgotloc;
1673 sgotloc->size = spltlittbl->size;
1674 for (abfd = info->input_bfds; abfd != NULL; abfd = abfd->link.next)
1675 {
1676 if (abfd->flags & DYNAMIC)
1677 continue;
1678 for (s = abfd->sections; s != NULL; s = s->next)
1679 {
1680 if (! discarded_section (s)
1681 && xtensa_is_littable_section (s)
1682 && s != spltlittbl)
1683 sgotloc->size += s->size;
1684 }
1685 }
1686 }
1687
1688 /* Allocate memory for dynamic sections. */
1689 relplt = false;
1690 relgot = false;
1691 for (s = dynobj->sections; s != NULL; s = s->next)
1692 {
1693 const char *name;
1694
1695 if ((s->flags & SEC_LINKER_CREATED) == 0)
1696 continue;
1697
1698 /* It's OK to base decisions on the section name, because none
1699 of the dynobj section names depend upon the input files. */
1700 name = bfd_section_name (s);
1701
1702 if (startswith (name, ".rela"))
1703 {
1704 if (s->size != 0)
1705 {
1706 if (strcmp (name, ".rela.plt") == 0)
1707 relplt = true;
1708 else if (strcmp (name, ".rela.got") == 0)
1709 relgot = true;
1710
1711 /* We use the reloc_count field as a counter if we need
1712 to copy relocs into the output file. */
1713 s->reloc_count = 0;
1714 }
1715 }
1716 else if (! startswith (name, ".plt.")
1717 && ! startswith (name, ".got.plt.")
1718 && strcmp (name, ".got") != 0
1719 && strcmp (name, ".plt") != 0
1720 && strcmp (name, ".got.plt") != 0
1721 && strcmp (name, ".xt.lit.plt") != 0
1722 && strcmp (name, ".got.loc") != 0)
1723 {
1724 /* It's not one of our sections, so don't allocate space. */
1725 continue;
1726 }
1727
1728 if (s->size == 0)
1729 {
1730 /* If we don't need this section, strip it from the output
1731 file. We must create the ".plt*" and ".got.plt*"
1732 sections in create_dynamic_sections and/or check_relocs
1733 based on a conservative estimate of the PLT relocation
1734 count, because the sections must be created before the
1735 linker maps input sections to output sections. The
1736 linker does that before size_dynamic_sections, where we
1737 compute the exact size of the PLT, so there may be more
1738 of these sections than are actually needed. */
1739 s->flags |= SEC_EXCLUDE;
1740 }
1741 else if ((s->flags & SEC_HAS_CONTENTS) != 0)
1742 {
1743 /* Allocate memory for the section contents. */
1744 s->contents = (bfd_byte *) bfd_zalloc (dynobj, s->size);
1745 if (s->contents == NULL)
1746 return false;
1747 }
1748 }
1749
1750 if (elf_hash_table (info)->dynamic_sections_created)
1751 {
1752 /* Add the special XTENSA_RTLD relocations now. The offsets won't be
1753 known until finish_dynamic_sections, but we need to get the relocs
1754 in place before they are sorted. */
1755 for (chunk = 0; chunk < plt_chunks; chunk++)
1756 {
1757 Elf_Internal_Rela irela;
1758 bfd_byte *loc;
1759
1760 irela.r_offset = 0;
1761 irela.r_info = ELF32_R_INFO (0, R_XTENSA_RTLD);
1762 irela.r_addend = 0;
1763
1764 loc = (srelgot->contents
1765 + srelgot->reloc_count * sizeof (Elf32_External_Rela));
1766 bfd_elf32_swap_reloca_out (output_bfd, &irela, loc);
1767 bfd_elf32_swap_reloca_out (output_bfd, &irela,
1768 loc + sizeof (Elf32_External_Rela));
1769 srelgot->reloc_count += 2;
1770 }
1771
1772 /* Add some entries to the .dynamic section. We fill in the
1773 values later, in elf_xtensa_finish_dynamic_sections, but we
1774 must add the entries now so that we get the correct size for
1775 the .dynamic section. The DT_DEBUG entry is filled in by the
1776 dynamic linker and used by the debugger. */
1777 #define add_dynamic_entry(TAG, VAL) \
1778 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
1779
1780 if (!_bfd_elf_add_dynamic_tags (output_bfd, info,
1781 relplt || relgot))
1782 return false;
1783
1784 if (!add_dynamic_entry (DT_XTENSA_GOT_LOC_OFF, 0)
1785 || !add_dynamic_entry (DT_XTENSA_GOT_LOC_SZ, 0))
1786 return false;
1787 }
1788 #undef add_dynamic_entry
1789
1790 return true;
1791 }
1792
1793 static bool
1794 elf_xtensa_always_size_sections (bfd *output_bfd,
1795 struct bfd_link_info *info)
1796 {
1797 struct elf_xtensa_link_hash_table *htab;
1798 asection *tls_sec;
1799
1800 htab = elf_xtensa_hash_table (info);
1801 if (htab == NULL)
1802 return false;
1803
1804 tls_sec = htab->elf.tls_sec;
1805
1806 if (tls_sec && (htab->tlsbase->tls_type & GOT_TLS_ANY) != 0)
1807 {
1808 struct elf_link_hash_entry *tlsbase = &htab->tlsbase->elf;
1809 struct bfd_link_hash_entry *bh = &tlsbase->root;
1810 const struct elf_backend_data *bed = get_elf_backend_data (output_bfd);
1811
1812 tlsbase->type = STT_TLS;
1813 if (!(_bfd_generic_link_add_one_symbol
1814 (info, output_bfd, "_TLS_MODULE_BASE_", BSF_LOCAL,
1815 tls_sec, 0, NULL, false,
1816 bed->collect, &bh)))
1817 return false;
1818 tlsbase->def_regular = 1;
1819 tlsbase->other = STV_HIDDEN;
1820 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
1821 }
1822
1823 return true;
1824 }
1825
1826 \f
1827 /* Return the base VMA address which should be subtracted from real addresses
1828 when resolving @dtpoff relocation.
1829 This is PT_TLS segment p_vaddr. */
1830
1831 static bfd_vma
1832 dtpoff_base (struct bfd_link_info *info)
1833 {
1834 /* If tls_sec is NULL, we should have signalled an error already. */
1835 if (elf_hash_table (info)->tls_sec == NULL)
1836 return 0;
1837 return elf_hash_table (info)->tls_sec->vma;
1838 }
1839
1840 /* Return the relocation value for @tpoff relocation
1841 if STT_TLS virtual address is ADDRESS. */
1842
1843 static bfd_vma
1844 tpoff (struct bfd_link_info *info, bfd_vma address)
1845 {
1846 struct elf_link_hash_table *htab = elf_hash_table (info);
1847 bfd_vma base;
1848
1849 /* If tls_sec is NULL, we should have signalled an error already. */
1850 if (htab->tls_sec == NULL)
1851 return 0;
1852 base = align_power ((bfd_vma) TCB_SIZE, htab->tls_sec->alignment_power);
1853 return address - htab->tls_sec->vma + base;
1854 }
1855
1856 /* Perform the specified relocation. The instruction at (contents + address)
1857 is modified to set one operand to represent the value in "relocation". The
1858 operand position is determined by the relocation type recorded in the
1859 howto. */
1860
1861 #define CALL_SEGMENT_BITS (30)
1862 #define CALL_SEGMENT_SIZE (1 << CALL_SEGMENT_BITS)
1863
1864 static bfd_reloc_status_type
1865 elf_xtensa_do_reloc (reloc_howto_type *howto,
1866 bfd *abfd,
1867 asection *input_section,
1868 bfd_vma relocation,
1869 bfd_byte *contents,
1870 bfd_vma address,
1871 bool is_weak_undef,
1872 char **error_message)
1873 {
1874 xtensa_format fmt;
1875 xtensa_opcode opcode;
1876 xtensa_isa isa = xtensa_default_isa;
1877 static xtensa_insnbuf ibuff = NULL;
1878 static xtensa_insnbuf sbuff = NULL;
1879 bfd_vma self_address;
1880 bfd_size_type input_size;
1881 int opnd, slot;
1882 uint32 newval;
1883
1884 if (!ibuff)
1885 {
1886 ibuff = xtensa_insnbuf_alloc (isa);
1887 sbuff = xtensa_insnbuf_alloc (isa);
1888 }
1889
1890 input_size = bfd_get_section_limit (abfd, input_section);
1891
1892 /* Calculate the PC address for this instruction. */
1893 self_address = (input_section->output_section->vma
1894 + input_section->output_offset
1895 + address);
1896
1897 switch (howto->type)
1898 {
1899 case R_XTENSA_NONE:
1900 case R_XTENSA_DIFF8:
1901 case R_XTENSA_DIFF16:
1902 case R_XTENSA_DIFF32:
1903 case R_XTENSA_PDIFF8:
1904 case R_XTENSA_PDIFF16:
1905 case R_XTENSA_PDIFF32:
1906 case R_XTENSA_NDIFF8:
1907 case R_XTENSA_NDIFF16:
1908 case R_XTENSA_NDIFF32:
1909 case R_XTENSA_TLS_FUNC:
1910 case R_XTENSA_TLS_ARG:
1911 case R_XTENSA_TLS_CALL:
1912 return bfd_reloc_ok;
1913
1914 case R_XTENSA_ASM_EXPAND:
1915 if (!is_weak_undef)
1916 {
1917 /* Check for windowed CALL across a 1GB boundary. */
1918 opcode = get_expanded_call_opcode (contents + address,
1919 input_size - address, 0);
1920 if (is_windowed_call_opcode (opcode))
1921 {
1922 if ((self_address >> CALL_SEGMENT_BITS)
1923 != (relocation >> CALL_SEGMENT_BITS))
1924 {
1925 *error_message = "windowed longcall crosses 1GB boundary; "
1926 "return may fail";
1927 return bfd_reloc_dangerous;
1928 }
1929 }
1930 }
1931 return bfd_reloc_ok;
1932
1933 case R_XTENSA_ASM_SIMPLIFY:
1934 {
1935 /* Convert the L32R/CALLX to CALL. */
1936 bfd_reloc_status_type retval =
1937 elf_xtensa_do_asm_simplify (contents, address, input_size,
1938 error_message);
1939 if (retval != bfd_reloc_ok)
1940 return bfd_reloc_dangerous;
1941
1942 /* The CALL needs to be relocated. Continue below for that part. */
1943 address += 3;
1944 self_address += 3;
1945 howto = &elf_howto_table[(unsigned) R_XTENSA_SLOT0_OP ];
1946 }
1947 break;
1948
1949 case R_XTENSA_32:
1950 {
1951 bfd_vma x;
1952 x = bfd_get_32 (abfd, contents + address);
1953 x = x + relocation;
1954 bfd_put_32 (abfd, x, contents + address);
1955 }
1956 return bfd_reloc_ok;
1957
1958 case R_XTENSA_32_PCREL:
1959 bfd_put_32 (abfd, relocation - self_address, contents + address);
1960 return bfd_reloc_ok;
1961
1962 case R_XTENSA_PLT:
1963 case R_XTENSA_TLSDESC_FN:
1964 case R_XTENSA_TLSDESC_ARG:
1965 case R_XTENSA_TLS_DTPOFF:
1966 case R_XTENSA_TLS_TPOFF:
1967 bfd_put_32 (abfd, relocation, contents + address);
1968 return bfd_reloc_ok;
1969 }
1970
1971 /* Only instruction slot-specific relocations handled below.... */
1972 slot = get_relocation_slot (howto->type);
1973 if (slot == XTENSA_UNDEFINED)
1974 {
1975 *error_message = "unexpected relocation";
1976 return bfd_reloc_dangerous;
1977 }
1978
1979 if (input_size <= address)
1980 return bfd_reloc_outofrange;
1981 /* Read the instruction into a buffer and decode the opcode. */
1982 xtensa_insnbuf_from_chars (isa, ibuff, contents + address,
1983 input_size - address);
1984 fmt = xtensa_format_decode (isa, ibuff);
1985 if (fmt == XTENSA_UNDEFINED)
1986 {
1987 *error_message = "cannot decode instruction format";
1988 return bfd_reloc_dangerous;
1989 }
1990
1991 xtensa_format_get_slot (isa, fmt, slot, ibuff, sbuff);
1992
1993 opcode = xtensa_opcode_decode (isa, fmt, slot, sbuff);
1994 if (opcode == XTENSA_UNDEFINED)
1995 {
1996 *error_message = "cannot decode instruction opcode";
1997 return bfd_reloc_dangerous;
1998 }
1999
2000 /* Check for opcode-specific "alternate" relocations. */
2001 if (is_alt_relocation (howto->type))
2002 {
2003 if (opcode == get_l32r_opcode ())
2004 {
2005 /* Handle the special-case of non-PC-relative L32R instructions. */
2006 bfd *output_bfd = input_section->output_section->owner;
2007 asection *lit4_sec = bfd_get_section_by_name (output_bfd, ".lit4");
2008 if (!lit4_sec)
2009 {
2010 *error_message = "relocation references missing .lit4 section";
2011 return bfd_reloc_dangerous;
2012 }
2013 self_address = ((lit4_sec->vma & ~0xfff)
2014 + 0x40000 - 3); /* -3 to compensate for do_reloc */
2015 newval = relocation;
2016 opnd = 1;
2017 }
2018 else if (opcode == get_const16_opcode ())
2019 {
2020 /* ALT used for high 16 bits.
2021 Ignore 32-bit overflow. */
2022 newval = (relocation >> 16) & 0xffff;
2023 opnd = 1;
2024 }
2025 else
2026 {
2027 /* No other "alternate" relocations currently defined. */
2028 *error_message = "unexpected relocation";
2029 return bfd_reloc_dangerous;
2030 }
2031 }
2032 else /* Not an "alternate" relocation.... */
2033 {
2034 if (opcode == get_const16_opcode ())
2035 {
2036 newval = relocation & 0xffff;
2037 opnd = 1;
2038 }
2039 else
2040 {
2041 /* ...normal PC-relative relocation.... */
2042
2043 /* Determine which operand is being relocated. */
2044 opnd = get_relocation_opnd (opcode, howto->type);
2045 if (opnd == XTENSA_UNDEFINED)
2046 {
2047 *error_message = "unexpected relocation";
2048 return bfd_reloc_dangerous;
2049 }
2050
2051 if (!howto->pc_relative)
2052 {
2053 *error_message = "expected PC-relative relocation";
2054 return bfd_reloc_dangerous;
2055 }
2056
2057 newval = relocation;
2058 }
2059 }
2060
2061 /* Apply the relocation. */
2062 if (xtensa_operand_do_reloc (isa, opcode, opnd, &newval, self_address)
2063 || xtensa_operand_encode (isa, opcode, opnd, &newval)
2064 || xtensa_operand_set_field (isa, opcode, opnd, fmt, slot,
2065 sbuff, newval))
2066 {
2067 const char *opname = xtensa_opcode_name (isa, opcode);
2068 const char *msg;
2069
2070 msg = "cannot encode";
2071 if (is_direct_call_opcode (opcode))
2072 {
2073 if ((relocation & 0x3) != 0)
2074 msg = "misaligned call target";
2075 else
2076 msg = "call target out of range";
2077 }
2078 else if (opcode == get_l32r_opcode ())
2079 {
2080 if ((relocation & 0x3) != 0)
2081 msg = "misaligned literal target";
2082 else if (is_alt_relocation (howto->type))
2083 msg = "literal target out of range (too many literals)";
2084 else if (self_address > relocation)
2085 msg = "literal target out of range (try using text-section-literals)";
2086 else
2087 msg = "literal placed after use";
2088 }
2089
2090 *error_message = vsprint_msg (opname, ": %s", strlen (msg) + 2, msg);
2091 return bfd_reloc_dangerous;
2092 }
2093
2094 /* Check for calls across 1GB boundaries. */
2095 if (is_direct_call_opcode (opcode)
2096 && is_windowed_call_opcode (opcode))
2097 {
2098 if ((self_address >> CALL_SEGMENT_BITS)
2099 != (relocation >> CALL_SEGMENT_BITS))
2100 {
2101 *error_message =
2102 "windowed call crosses 1GB boundary; return may fail";
2103 return bfd_reloc_dangerous;
2104 }
2105 }
2106
2107 /* Write the modified instruction back out of the buffer. */
2108 xtensa_format_set_slot (isa, fmt, slot, ibuff, sbuff);
2109 xtensa_insnbuf_to_chars (isa, ibuff, contents + address,
2110 input_size - address);
2111 return bfd_reloc_ok;
2112 }
2113
2114
2115 static char *
2116 vsprint_msg (const char *origmsg, const char *fmt, int arglen, ...)
2117 {
2118 /* To reduce the size of the memory leak,
2119 we only use a single message buffer. */
2120 static bfd_size_type alloc_size = 0;
2121 static char *message = NULL;
2122 bfd_size_type orig_len, len = 0;
2123 bool is_append;
2124 va_list ap;
2125
2126 va_start (ap, arglen);
2127
2128 is_append = (origmsg == message);
2129
2130 orig_len = strlen (origmsg);
2131 len = orig_len + strlen (fmt) + arglen + 20;
2132 if (len > alloc_size)
2133 {
2134 message = (char *) bfd_realloc_or_free (message, len);
2135 alloc_size = len;
2136 }
2137 if (message != NULL)
2138 {
2139 if (!is_append)
2140 memcpy (message, origmsg, orig_len);
2141 vsprintf (message + orig_len, fmt, ap);
2142 }
2143 va_end (ap);
2144 return message;
2145 }
2146
2147
2148 /* This function is registered as the "special_function" in the
2149 Xtensa howto for handling simplify operations.
2150 bfd_perform_relocation / bfd_install_relocation use it to
2151 perform (install) the specified relocation. Since this replaces the code
2152 in bfd_perform_relocation, it is basically an Xtensa-specific,
2153 stripped-down version of bfd_perform_relocation. */
2154
2155 static bfd_reloc_status_type
2156 bfd_elf_xtensa_reloc (bfd *abfd,
2157 arelent *reloc_entry,
2158 asymbol *symbol,
2159 void *data,
2160 asection *input_section,
2161 bfd *output_bfd,
2162 char **error_message)
2163 {
2164 bfd_vma relocation;
2165 bfd_reloc_status_type flag;
2166 bfd_size_type octets = (reloc_entry->address
2167 * OCTETS_PER_BYTE (abfd, input_section));
2168 bfd_vma output_base = 0;
2169 reloc_howto_type *howto = reloc_entry->howto;
2170 asection *reloc_target_output_section;
2171 bool is_weak_undef;
2172
2173 if (!xtensa_default_isa)
2174 xtensa_default_isa = xtensa_isa_init (0, 0);
2175
2176 /* ELF relocs are against symbols. If we are producing relocatable
2177 output, and the reloc is against an external symbol, the resulting
2178 reloc will also be against the same symbol. In such a case, we
2179 don't want to change anything about the way the reloc is handled,
2180 since it will all be done at final link time. This test is similar
2181 to what bfd_elf_generic_reloc does except that it lets relocs with
2182 howto->partial_inplace go through even if the addend is non-zero.
2183 (The real problem is that partial_inplace is set for XTENSA_32
2184 relocs to begin with, but that's a long story and there's little we
2185 can do about it now....) */
2186
2187 if (output_bfd && (symbol->flags & BSF_SECTION_SYM) == 0)
2188 {
2189 reloc_entry->address += input_section->output_offset;
2190 return bfd_reloc_ok;
2191 }
2192
2193 /* Is the address of the relocation really within the section? */
2194 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
2195 return bfd_reloc_outofrange;
2196
2197 /* Work out which section the relocation is targeted at and the
2198 initial relocation command value. */
2199
2200 /* Get symbol value. (Common symbols are special.) */
2201 if (bfd_is_com_section (symbol->section))
2202 relocation = 0;
2203 else
2204 relocation = symbol->value;
2205
2206 reloc_target_output_section = symbol->section->output_section;
2207
2208 /* Convert input-section-relative symbol value to absolute. */
2209 if ((output_bfd && !howto->partial_inplace)
2210 || reloc_target_output_section == NULL)
2211 output_base = 0;
2212 else
2213 output_base = reloc_target_output_section->vma;
2214
2215 relocation += output_base + symbol->section->output_offset;
2216
2217 /* Add in supplied addend. */
2218 relocation += reloc_entry->addend;
2219
2220 /* Here the variable relocation holds the final address of the
2221 symbol we are relocating against, plus any addend. */
2222 if (output_bfd)
2223 {
2224 if (!howto->partial_inplace)
2225 {
2226 /* This is a partial relocation, and we want to apply the relocation
2227 to the reloc entry rather than the raw data. Everything except
2228 relocations against section symbols has already been handled
2229 above. */
2230
2231 BFD_ASSERT (symbol->flags & BSF_SECTION_SYM);
2232 reloc_entry->addend = relocation;
2233 reloc_entry->address += input_section->output_offset;
2234 return bfd_reloc_ok;
2235 }
2236 else
2237 {
2238 reloc_entry->address += input_section->output_offset;
2239 reloc_entry->addend = 0;
2240 }
2241 }
2242
2243 is_weak_undef = (bfd_is_und_section (symbol->section)
2244 && (symbol->flags & BSF_WEAK) != 0);
2245 flag = elf_xtensa_do_reloc (howto, abfd, input_section, relocation,
2246 (bfd_byte *) data, (bfd_vma) octets,
2247 is_weak_undef, error_message);
2248
2249 if (flag == bfd_reloc_dangerous)
2250 {
2251 /* Add the symbol name to the error message. */
2252 if (! *error_message)
2253 *error_message = "";
2254 *error_message = vsprint_msg (*error_message, ": (%s + 0x%lx)",
2255 strlen (symbol->name) + 17,
2256 symbol->name,
2257 (unsigned long) reloc_entry->addend);
2258 }
2259
2260 return flag;
2261 }
2262
2263 int xtensa_abi_choice (void)
2264 {
2265 if (elf32xtensa_abi == XTHAL_ABI_UNDEFINED)
2266 return XSHAL_ABI;
2267 else
2268 return elf32xtensa_abi;
2269 }
2270
2271 /* Set up an entry in the procedure linkage table. */
2272
2273 static bfd_vma
2274 elf_xtensa_create_plt_entry (struct bfd_link_info *info,
2275 bfd *output_bfd,
2276 unsigned reloc_index)
2277 {
2278 asection *splt, *sgotplt;
2279 bfd_vma plt_base, got_base;
2280 bfd_vma code_offset, lit_offset, abi_offset;
2281 int chunk;
2282 int abi = xtensa_abi_choice ();
2283
2284 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
2285 splt = elf_xtensa_get_plt_section (info, chunk);
2286 sgotplt = elf_xtensa_get_gotplt_section (info, chunk);
2287 BFD_ASSERT (splt != NULL && sgotplt != NULL);
2288
2289 plt_base = splt->output_section->vma + splt->output_offset;
2290 got_base = sgotplt->output_section->vma + sgotplt->output_offset;
2291
2292 lit_offset = 8 + (reloc_index % PLT_ENTRIES_PER_CHUNK) * 4;
2293 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2294
2295 /* Fill in the literal entry. This is the offset of the dynamic
2296 relocation entry. */
2297 bfd_put_32 (output_bfd, reloc_index * sizeof (Elf32_External_Rela),
2298 sgotplt->contents + lit_offset);
2299
2300 /* Fill in the entry in the procedure linkage table. */
2301 memcpy (splt->contents + code_offset,
2302 (bfd_big_endian (output_bfd)
2303 ? elf_xtensa_be_plt_entry[abi != XTHAL_ABI_WINDOWED]
2304 : elf_xtensa_le_plt_entry[abi != XTHAL_ABI_WINDOWED]),
2305 PLT_ENTRY_SIZE);
2306 abi_offset = abi == XTHAL_ABI_WINDOWED ? 3 : 0;
2307 bfd_put_16 (output_bfd, l32r_offset (got_base + 0,
2308 plt_base + code_offset + abi_offset),
2309 splt->contents + code_offset + abi_offset + 1);
2310 bfd_put_16 (output_bfd, l32r_offset (got_base + 4,
2311 plt_base + code_offset + abi_offset + 3),
2312 splt->contents + code_offset + abi_offset + 4);
2313 bfd_put_16 (output_bfd, l32r_offset (got_base + lit_offset,
2314 plt_base + code_offset + abi_offset + 6),
2315 splt->contents + code_offset + abi_offset + 7);
2316
2317 return plt_base + code_offset;
2318 }
2319
2320
2321 static bool get_indirect_call_dest_reg (xtensa_opcode, unsigned *);
2322
2323 static bool
2324 replace_tls_insn (Elf_Internal_Rela *rel,
2325 bfd *abfd,
2326 asection *input_section,
2327 bfd_byte *contents,
2328 bool is_ld_model,
2329 char **error_message)
2330 {
2331 static xtensa_insnbuf ibuff = NULL;
2332 static xtensa_insnbuf sbuff = NULL;
2333 xtensa_isa isa = xtensa_default_isa;
2334 xtensa_format fmt;
2335 xtensa_opcode old_op, new_op;
2336 bfd_size_type input_size;
2337 int r_type;
2338 unsigned dest_reg, src_reg;
2339
2340 if (ibuff == NULL)
2341 {
2342 ibuff = xtensa_insnbuf_alloc (isa);
2343 sbuff = xtensa_insnbuf_alloc (isa);
2344 }
2345
2346 input_size = bfd_get_section_limit (abfd, input_section);
2347
2348 /* Read the instruction into a buffer and decode the opcode. */
2349 xtensa_insnbuf_from_chars (isa, ibuff, contents + rel->r_offset,
2350 input_size - rel->r_offset);
2351 fmt = xtensa_format_decode (isa, ibuff);
2352 if (fmt == XTENSA_UNDEFINED)
2353 {
2354 *error_message = "cannot decode instruction format";
2355 return false;
2356 }
2357
2358 BFD_ASSERT (xtensa_format_num_slots (isa, fmt) == 1);
2359 xtensa_format_get_slot (isa, fmt, 0, ibuff, sbuff);
2360
2361 old_op = xtensa_opcode_decode (isa, fmt, 0, sbuff);
2362 if (old_op == XTENSA_UNDEFINED)
2363 {
2364 *error_message = "cannot decode instruction opcode";
2365 return false;
2366 }
2367
2368 r_type = ELF32_R_TYPE (rel->r_info);
2369 switch (r_type)
2370 {
2371 case R_XTENSA_TLS_FUNC:
2372 case R_XTENSA_TLS_ARG:
2373 if (old_op != get_l32r_opcode ()
2374 || xtensa_operand_get_field (isa, old_op, 0, fmt, 0,
2375 sbuff, &dest_reg) != 0)
2376 {
2377 *error_message = "cannot extract L32R destination for TLS access";
2378 return false;
2379 }
2380 break;
2381
2382 case R_XTENSA_TLS_CALL:
2383 if (! get_indirect_call_dest_reg (old_op, &dest_reg)
2384 || xtensa_operand_get_field (isa, old_op, 0, fmt, 0,
2385 sbuff, &src_reg) != 0)
2386 {
2387 *error_message = "cannot extract CALLXn operands for TLS access";
2388 return false;
2389 }
2390 break;
2391
2392 default:
2393 abort ();
2394 }
2395
2396 if (is_ld_model)
2397 {
2398 switch (r_type)
2399 {
2400 case R_XTENSA_TLS_FUNC:
2401 case R_XTENSA_TLS_ARG:
2402 /* Change the instruction to a NOP (or "OR a1, a1, a1" for older
2403 versions of Xtensa). */
2404 new_op = xtensa_opcode_lookup (isa, "nop");
2405 if (new_op == XTENSA_UNDEFINED)
2406 {
2407 new_op = xtensa_opcode_lookup (isa, "or");
2408 if (new_op == XTENSA_UNDEFINED
2409 || xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0
2410 || xtensa_operand_set_field (isa, new_op, 0, fmt, 0,
2411 sbuff, 1) != 0
2412 || xtensa_operand_set_field (isa, new_op, 1, fmt, 0,
2413 sbuff, 1) != 0
2414 || xtensa_operand_set_field (isa, new_op, 2, fmt, 0,
2415 sbuff, 1) != 0)
2416 {
2417 *error_message = "cannot encode OR for TLS access";
2418 return false;
2419 }
2420 }
2421 else
2422 {
2423 if (xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0)
2424 {
2425 *error_message = "cannot encode NOP for TLS access";
2426 return false;
2427 }
2428 }
2429 break;
2430
2431 case R_XTENSA_TLS_CALL:
2432 /* Read THREADPTR into the CALLX's return value register. */
2433 new_op = xtensa_opcode_lookup (isa, "rur.threadptr");
2434 if (new_op == XTENSA_UNDEFINED
2435 || xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0
2436 || xtensa_operand_set_field (isa, new_op, 0, fmt, 0,
2437 sbuff, dest_reg + 2) != 0)
2438 {
2439 *error_message = "cannot encode RUR.THREADPTR for TLS access";
2440 return false;
2441 }
2442 break;
2443 }
2444 }
2445 else
2446 {
2447 switch (r_type)
2448 {
2449 case R_XTENSA_TLS_FUNC:
2450 new_op = xtensa_opcode_lookup (isa, "rur.threadptr");
2451 if (new_op == XTENSA_UNDEFINED
2452 || xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0
2453 || xtensa_operand_set_field (isa, new_op, 0, fmt, 0,
2454 sbuff, dest_reg) != 0)
2455 {
2456 *error_message = "cannot encode RUR.THREADPTR for TLS access";
2457 return false;
2458 }
2459 break;
2460
2461 case R_XTENSA_TLS_ARG:
2462 /* Nothing to do. Keep the original L32R instruction. */
2463 return true;
2464
2465 case R_XTENSA_TLS_CALL:
2466 /* Add the CALLX's src register (holding the THREADPTR value)
2467 to the first argument register (holding the offset) and put
2468 the result in the CALLX's return value register. */
2469 new_op = xtensa_opcode_lookup (isa, "add");
2470 if (new_op == XTENSA_UNDEFINED
2471 || xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0
2472 || xtensa_operand_set_field (isa, new_op, 0, fmt, 0,
2473 sbuff, dest_reg + 2) != 0
2474 || xtensa_operand_set_field (isa, new_op, 1, fmt, 0,
2475 sbuff, dest_reg + 2) != 0
2476 || xtensa_operand_set_field (isa, new_op, 2, fmt, 0,
2477 sbuff, src_reg) != 0)
2478 {
2479 *error_message = "cannot encode ADD for TLS access";
2480 return false;
2481 }
2482 break;
2483 }
2484 }
2485
2486 xtensa_format_set_slot (isa, fmt, 0, ibuff, sbuff);
2487 xtensa_insnbuf_to_chars (isa, ibuff, contents + rel->r_offset,
2488 input_size - rel->r_offset);
2489
2490 return true;
2491 }
2492
2493
2494 #define IS_XTENSA_TLS_RELOC(R_TYPE) \
2495 ((R_TYPE) == R_XTENSA_TLSDESC_FN \
2496 || (R_TYPE) == R_XTENSA_TLSDESC_ARG \
2497 || (R_TYPE) == R_XTENSA_TLS_DTPOFF \
2498 || (R_TYPE) == R_XTENSA_TLS_TPOFF \
2499 || (R_TYPE) == R_XTENSA_TLS_FUNC \
2500 || (R_TYPE) == R_XTENSA_TLS_ARG \
2501 || (R_TYPE) == R_XTENSA_TLS_CALL)
2502
2503 /* Relocate an Xtensa ELF section. This is invoked by the linker for
2504 both relocatable and final links. */
2505
2506 static int
2507 elf_xtensa_relocate_section (bfd *output_bfd,
2508 struct bfd_link_info *info,
2509 bfd *input_bfd,
2510 asection *input_section,
2511 bfd_byte *contents,
2512 Elf_Internal_Rela *relocs,
2513 Elf_Internal_Sym *local_syms,
2514 asection **local_sections)
2515 {
2516 struct elf_xtensa_link_hash_table *htab;
2517 Elf_Internal_Shdr *symtab_hdr;
2518 Elf_Internal_Rela *rel;
2519 Elf_Internal_Rela *relend;
2520 struct elf_link_hash_entry **sym_hashes;
2521 property_table_entry *lit_table = 0;
2522 int ltblsize = 0;
2523 char *local_got_tls_types;
2524 char *error_message = NULL;
2525 bfd_size_type input_size;
2526 int tls_type;
2527
2528 if (!xtensa_default_isa)
2529 xtensa_default_isa = xtensa_isa_init (0, 0);
2530
2531 if (!is_xtensa_elf (input_bfd))
2532 {
2533 bfd_set_error (bfd_error_wrong_format);
2534 return false;
2535 }
2536
2537 htab = elf_xtensa_hash_table (info);
2538 if (htab == NULL)
2539 return false;
2540
2541 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
2542 sym_hashes = elf_sym_hashes (input_bfd);
2543 local_got_tls_types = elf_xtensa_local_got_tls_type (input_bfd);
2544
2545 if (elf_hash_table (info)->dynamic_sections_created)
2546 {
2547 ltblsize = xtensa_read_table_entries (input_bfd, input_section,
2548 &lit_table, XTENSA_LIT_SEC_NAME,
2549 true);
2550 if (ltblsize < 0)
2551 return false;
2552 }
2553
2554 input_size = bfd_get_section_limit (input_bfd, input_section);
2555
2556 rel = relocs;
2557 relend = relocs + input_section->reloc_count;
2558 for (; rel < relend; rel++)
2559 {
2560 int r_type;
2561 reloc_howto_type *howto;
2562 unsigned long r_symndx;
2563 struct elf_link_hash_entry *h;
2564 Elf_Internal_Sym *sym;
2565 char sym_type;
2566 const char *name;
2567 asection *sec;
2568 bfd_vma relocation;
2569 bfd_reloc_status_type r;
2570 bool is_weak_undef;
2571 bool unresolved_reloc;
2572 bool warned;
2573 bool dynamic_symbol;
2574
2575 r_type = ELF32_R_TYPE (rel->r_info);
2576 if (r_type == (int) R_XTENSA_GNU_VTINHERIT
2577 || r_type == (int) R_XTENSA_GNU_VTENTRY)
2578 continue;
2579
2580 if (r_type < 0 || r_type >= (int) R_XTENSA_max)
2581 {
2582 bfd_set_error (bfd_error_bad_value);
2583 return false;
2584 }
2585 howto = &elf_howto_table[r_type];
2586
2587 r_symndx = ELF32_R_SYM (rel->r_info);
2588
2589 h = NULL;
2590 sym = NULL;
2591 sec = NULL;
2592 is_weak_undef = false;
2593 unresolved_reloc = false;
2594 warned = false;
2595
2596 if (howto->partial_inplace && !bfd_link_relocatable (info))
2597 {
2598 /* Because R_XTENSA_32 was made partial_inplace to fix some
2599 problems with DWARF info in partial links, there may be
2600 an addend stored in the contents. Take it out of there
2601 and move it back into the addend field of the reloc. */
2602 rel->r_addend += bfd_get_32 (input_bfd, contents + rel->r_offset);
2603 bfd_put_32 (input_bfd, 0, contents + rel->r_offset);
2604 }
2605
2606 if (r_symndx < symtab_hdr->sh_info)
2607 {
2608 sym = local_syms + r_symndx;
2609 sym_type = ELF32_ST_TYPE (sym->st_info);
2610 sec = local_sections[r_symndx];
2611 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
2612 }
2613 else
2614 {
2615 bool ignored;
2616
2617 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
2618 r_symndx, symtab_hdr, sym_hashes,
2619 h, sec, relocation,
2620 unresolved_reloc, warned, ignored);
2621
2622 if (relocation == 0
2623 && !unresolved_reloc
2624 && h->root.type == bfd_link_hash_undefweak)
2625 is_weak_undef = true;
2626
2627 sym_type = h->type;
2628 }
2629
2630 if (sec != NULL && discarded_section (sec))
2631 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
2632 rel, 1, relend, howto, 0, contents);
2633
2634 if (bfd_link_relocatable (info))
2635 {
2636 bfd_vma dest_addr;
2637 asection * sym_sec = get_elf_r_symndx_section (input_bfd, r_symndx);
2638
2639 /* This is a relocatable link.
2640 1) If the reloc is against a section symbol, adjust
2641 according to the output section.
2642 2) If there is a new target for this relocation,
2643 the new target will be in the same output section.
2644 We adjust the relocation by the output section
2645 difference. */
2646
2647 if (relaxing_section)
2648 {
2649 /* Check if this references a section in another input file. */
2650 if (!do_fix_for_relocatable_link (rel, input_bfd, input_section,
2651 contents))
2652 return false;
2653 }
2654
2655 dest_addr = sym_sec->output_section->vma + sym_sec->output_offset
2656 + get_elf_r_symndx_offset (input_bfd, r_symndx) + rel->r_addend;
2657
2658 if (r_type == R_XTENSA_ASM_SIMPLIFY)
2659 {
2660 error_message = NULL;
2661 /* Convert ASM_SIMPLIFY into the simpler relocation
2662 so that they never escape a relaxing link. */
2663 r = contract_asm_expansion (contents, input_size, rel,
2664 &error_message);
2665 if (r != bfd_reloc_ok)
2666 (*info->callbacks->reloc_dangerous)
2667 (info, error_message,
2668 input_bfd, input_section, rel->r_offset);
2669
2670 r_type = ELF32_R_TYPE (rel->r_info);
2671 }
2672
2673 /* This is a relocatable link, so we don't have to change
2674 anything unless the reloc is against a section symbol,
2675 in which case we have to adjust according to where the
2676 section symbol winds up in the output section. */
2677 if (r_symndx < symtab_hdr->sh_info)
2678 {
2679 sym = local_syms + r_symndx;
2680 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
2681 {
2682 sec = local_sections[r_symndx];
2683 rel->r_addend += sec->output_offset + sym->st_value;
2684 }
2685 }
2686
2687 /* If there is an addend with a partial_inplace howto,
2688 then move the addend to the contents. This is a hack
2689 to work around problems with DWARF in relocatable links
2690 with some previous version of BFD. Now we can't easily get
2691 rid of the hack without breaking backward compatibility.... */
2692 r = bfd_reloc_ok;
2693 howto = &elf_howto_table[r_type];
2694 if (howto->partial_inplace && rel->r_addend)
2695 {
2696 r = elf_xtensa_do_reloc (howto, input_bfd, input_section,
2697 rel->r_addend, contents,
2698 rel->r_offset, false,
2699 &error_message);
2700 rel->r_addend = 0;
2701 }
2702 else
2703 {
2704 /* Put the correct bits in the target instruction, even
2705 though the relocation will still be present in the output
2706 file. This makes disassembly clearer, as well as
2707 allowing loadable kernel modules to work without needing
2708 relocations on anything other than calls and l32r's. */
2709
2710 /* If it is not in the same section, there is nothing we can do. */
2711 if (r_type >= R_XTENSA_SLOT0_OP && r_type <= R_XTENSA_SLOT14_OP &&
2712 sym_sec->output_section == input_section->output_section)
2713 {
2714 r = elf_xtensa_do_reloc (howto, input_bfd, input_section,
2715 dest_addr, contents,
2716 rel->r_offset, false,
2717 &error_message);
2718 }
2719 }
2720 if (r != bfd_reloc_ok)
2721 (*info->callbacks->reloc_dangerous)
2722 (info, error_message,
2723 input_bfd, input_section, rel->r_offset);
2724
2725 /* Done with work for relocatable link; continue with next reloc. */
2726 continue;
2727 }
2728
2729 /* This is a final link. */
2730
2731 if (relaxing_section)
2732 {
2733 /* Check if this references a section in another input file. */
2734 do_fix_for_final_link (rel, input_bfd, input_section, contents,
2735 &relocation);
2736 }
2737
2738 /* Sanity check the address. */
2739 if (rel->r_offset >= input_size
2740 && ELF32_R_TYPE (rel->r_info) != R_XTENSA_NONE)
2741 {
2742 _bfd_error_handler
2743 /* xgettext:c-format */
2744 (_("%pB(%pA+%#" PRIx64 "): "
2745 "relocation offset out of range (size=%#" PRIx64 ")"),
2746 input_bfd, input_section, (uint64_t) rel->r_offset,
2747 (uint64_t) input_size);
2748 bfd_set_error (bfd_error_bad_value);
2749 return false;
2750 }
2751
2752 if (h != NULL)
2753 name = h->root.root.string;
2754 else
2755 {
2756 name = (bfd_elf_string_from_elf_section
2757 (input_bfd, symtab_hdr->sh_link, sym->st_name));
2758 if (name == NULL || *name == '\0')
2759 name = bfd_section_name (sec);
2760 }
2761
2762 if (r_symndx != STN_UNDEF
2763 && r_type != R_XTENSA_NONE
2764 && (h == NULL
2765 || h->root.type == bfd_link_hash_defined
2766 || h->root.type == bfd_link_hash_defweak)
2767 && IS_XTENSA_TLS_RELOC (r_type) != (sym_type == STT_TLS))
2768 {
2769 _bfd_error_handler
2770 ((sym_type == STT_TLS
2771 /* xgettext:c-format */
2772 ? _("%pB(%pA+%#" PRIx64 "): %s used with TLS symbol %s")
2773 /* xgettext:c-format */
2774 : _("%pB(%pA+%#" PRIx64 "): %s used with non-TLS symbol %s")),
2775 input_bfd,
2776 input_section,
2777 (uint64_t) rel->r_offset,
2778 howto->name,
2779 name);
2780 }
2781
2782 dynamic_symbol = elf_xtensa_dynamic_symbol_p (h, info);
2783
2784 tls_type = GOT_UNKNOWN;
2785 if (h)
2786 tls_type = elf_xtensa_hash_entry (h)->tls_type;
2787 else if (local_got_tls_types)
2788 tls_type = local_got_tls_types [r_symndx];
2789
2790 switch (r_type)
2791 {
2792 case R_XTENSA_32:
2793 case R_XTENSA_PLT:
2794 if (elf_hash_table (info)->dynamic_sections_created
2795 && (input_section->flags & SEC_ALLOC) != 0
2796 && (dynamic_symbol || bfd_link_pic (info)))
2797 {
2798 Elf_Internal_Rela outrel;
2799 bfd_byte *loc;
2800 asection *srel;
2801
2802 if (dynamic_symbol && r_type == R_XTENSA_PLT)
2803 srel = htab->elf.srelplt;
2804 else
2805 srel = htab->elf.srelgot;
2806
2807 BFD_ASSERT (srel != NULL);
2808
2809 outrel.r_offset =
2810 _bfd_elf_section_offset (output_bfd, info,
2811 input_section, rel->r_offset);
2812
2813 if ((outrel.r_offset | 1) == (bfd_vma) -1)
2814 memset (&outrel, 0, sizeof outrel);
2815 else
2816 {
2817 outrel.r_offset += (input_section->output_section->vma
2818 + input_section->output_offset);
2819
2820 /* Complain if the relocation is in a read-only section
2821 and not in a literal pool. */
2822 if ((input_section->flags & SEC_READONLY) != 0
2823 && !elf_xtensa_in_literal_pool (lit_table, ltblsize,
2824 outrel.r_offset))
2825 {
2826 error_message =
2827 _("dynamic relocation in read-only section");
2828 (*info->callbacks->reloc_dangerous)
2829 (info, error_message,
2830 input_bfd, input_section, rel->r_offset);
2831 }
2832
2833 if (dynamic_symbol)
2834 {
2835 outrel.r_addend = rel->r_addend;
2836 rel->r_addend = 0;
2837
2838 if (r_type == R_XTENSA_32)
2839 {
2840 outrel.r_info =
2841 ELF32_R_INFO (h->dynindx, R_XTENSA_GLOB_DAT);
2842 relocation = 0;
2843 }
2844 else /* r_type == R_XTENSA_PLT */
2845 {
2846 outrel.r_info =
2847 ELF32_R_INFO (h->dynindx, R_XTENSA_JMP_SLOT);
2848
2849 /* Create the PLT entry and set the initial
2850 contents of the literal entry to the address of
2851 the PLT entry. */
2852 relocation =
2853 elf_xtensa_create_plt_entry (info, output_bfd,
2854 srel->reloc_count);
2855 }
2856 unresolved_reloc = false;
2857 }
2858 else if (!is_weak_undef)
2859 {
2860 /* Generate a RELATIVE relocation. */
2861 outrel.r_info = ELF32_R_INFO (0, R_XTENSA_RELATIVE);
2862 outrel.r_addend = 0;
2863 }
2864 else
2865 {
2866 continue;
2867 }
2868 }
2869
2870 loc = (srel->contents
2871 + srel->reloc_count++ * sizeof (Elf32_External_Rela));
2872 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
2873 BFD_ASSERT (sizeof (Elf32_External_Rela) * srel->reloc_count
2874 <= srel->size);
2875 }
2876 else if (r_type == R_XTENSA_ASM_EXPAND && dynamic_symbol)
2877 {
2878 /* This should only happen for non-PIC code, which is not
2879 supposed to be used on systems with dynamic linking.
2880 Just ignore these relocations. */
2881 continue;
2882 }
2883 break;
2884
2885 case R_XTENSA_TLS_TPOFF:
2886 /* Switch to LE model for local symbols in an executable. */
2887 if (! bfd_link_pic (info) && ! dynamic_symbol)
2888 {
2889 relocation = tpoff (info, relocation);
2890 break;
2891 }
2892 /* fall through */
2893
2894 case R_XTENSA_TLSDESC_FN:
2895 case R_XTENSA_TLSDESC_ARG:
2896 {
2897 if (r_type == R_XTENSA_TLSDESC_FN)
2898 {
2899 if (! bfd_link_pic (info) || (tls_type & GOT_TLS_IE) != 0)
2900 r_type = R_XTENSA_NONE;
2901 }
2902 else if (r_type == R_XTENSA_TLSDESC_ARG)
2903 {
2904 if (bfd_link_pic (info))
2905 {
2906 if ((tls_type & GOT_TLS_IE) != 0)
2907 r_type = R_XTENSA_TLS_TPOFF;
2908 }
2909 else
2910 {
2911 r_type = R_XTENSA_TLS_TPOFF;
2912 if (! dynamic_symbol)
2913 {
2914 relocation = tpoff (info, relocation);
2915 break;
2916 }
2917 }
2918 }
2919
2920 if (r_type == R_XTENSA_NONE)
2921 /* Nothing to do here; skip to the next reloc. */
2922 continue;
2923
2924 if (! elf_hash_table (info)->dynamic_sections_created)
2925 {
2926 error_message =
2927 _("TLS relocation invalid without dynamic sections");
2928 (*info->callbacks->reloc_dangerous)
2929 (info, error_message,
2930 input_bfd, input_section, rel->r_offset);
2931 }
2932 else
2933 {
2934 Elf_Internal_Rela outrel;
2935 bfd_byte *loc;
2936 asection *srel = htab->elf.srelgot;
2937 int indx;
2938
2939 outrel.r_offset = (input_section->output_section->vma
2940 + input_section->output_offset
2941 + rel->r_offset);
2942
2943 /* Complain if the relocation is in a read-only section
2944 and not in a literal pool. */
2945 if ((input_section->flags & SEC_READONLY) != 0
2946 && ! elf_xtensa_in_literal_pool (lit_table, ltblsize,
2947 outrel.r_offset))
2948 {
2949 error_message =
2950 _("dynamic relocation in read-only section");
2951 (*info->callbacks->reloc_dangerous)
2952 (info, error_message,
2953 input_bfd, input_section, rel->r_offset);
2954 }
2955
2956 indx = h && h->dynindx != -1 ? h->dynindx : 0;
2957 if (indx == 0)
2958 outrel.r_addend = relocation - dtpoff_base (info);
2959 else
2960 outrel.r_addend = 0;
2961 rel->r_addend = 0;
2962
2963 outrel.r_info = ELF32_R_INFO (indx, r_type);
2964 relocation = 0;
2965 unresolved_reloc = false;
2966
2967 BFD_ASSERT (srel);
2968 loc = (srel->contents
2969 + srel->reloc_count++ * sizeof (Elf32_External_Rela));
2970 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
2971 BFD_ASSERT (sizeof (Elf32_External_Rela) * srel->reloc_count
2972 <= srel->size);
2973 }
2974 }
2975 break;
2976
2977 case R_XTENSA_TLS_DTPOFF:
2978 if (! bfd_link_pic (info))
2979 /* Switch from LD model to LE model. */
2980 relocation = tpoff (info, relocation);
2981 else
2982 relocation -= dtpoff_base (info);
2983 break;
2984
2985 case R_XTENSA_TLS_FUNC:
2986 case R_XTENSA_TLS_ARG:
2987 case R_XTENSA_TLS_CALL:
2988 /* Check if optimizing to IE or LE model. */
2989 if ((tls_type & GOT_TLS_IE) != 0)
2990 {
2991 bool is_ld_model =
2992 (h && elf_xtensa_hash_entry (h) == htab->tlsbase);
2993 if (! replace_tls_insn (rel, input_bfd, input_section, contents,
2994 is_ld_model, &error_message))
2995 (*info->callbacks->reloc_dangerous)
2996 (info, error_message,
2997 input_bfd, input_section, rel->r_offset);
2998
2999 if (r_type != R_XTENSA_TLS_ARG || is_ld_model)
3000 {
3001 /* Skip subsequent relocations on the same instruction. */
3002 while (rel + 1 < relend && rel[1].r_offset == rel->r_offset)
3003 rel++;
3004 }
3005 }
3006 continue;
3007
3008 default:
3009 if (elf_hash_table (info)->dynamic_sections_created
3010 && dynamic_symbol && (is_operand_relocation (r_type)
3011 || r_type == R_XTENSA_32_PCREL))
3012 {
3013 error_message =
3014 vsprint_msg ("invalid relocation for dynamic symbol", ": %s",
3015 strlen (name) + 2, name);
3016 (*info->callbacks->reloc_dangerous)
3017 (info, error_message, input_bfd, input_section, rel->r_offset);
3018 continue;
3019 }
3020 break;
3021 }
3022
3023 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
3024 because such sections are not SEC_ALLOC and thus ld.so will
3025 not process them. */
3026 if (unresolved_reloc
3027 && !((input_section->flags & SEC_DEBUGGING) != 0
3028 && h->def_dynamic)
3029 && _bfd_elf_section_offset (output_bfd, info, input_section,
3030 rel->r_offset) != (bfd_vma) -1)
3031 {
3032 _bfd_error_handler
3033 /* xgettext:c-format */
3034 (_("%pB(%pA+%#" PRIx64 "): "
3035 "unresolvable %s relocation against symbol `%s'"),
3036 input_bfd,
3037 input_section,
3038 (uint64_t) rel->r_offset,
3039 howto->name,
3040 name);
3041 return false;
3042 }
3043
3044 /* TLS optimizations may have changed r_type; update "howto". */
3045 howto = &elf_howto_table[r_type];
3046
3047 /* There's no point in calling bfd_perform_relocation here.
3048 Just go directly to our "special function". */
3049 r = elf_xtensa_do_reloc (howto, input_bfd, input_section,
3050 relocation + rel->r_addend,
3051 contents, rel->r_offset, is_weak_undef,
3052 &error_message);
3053
3054 if (r != bfd_reloc_ok && !warned)
3055 {
3056 BFD_ASSERT (r == bfd_reloc_dangerous || r == bfd_reloc_other);
3057 BFD_ASSERT (error_message != NULL);
3058
3059 if (rel->r_addend == 0)
3060 error_message = vsprint_msg (error_message, ": %s",
3061 strlen (name) + 2, name);
3062 else
3063 error_message = vsprint_msg (error_message, ": (%s+0x%x)",
3064 strlen (name) + 22,
3065 name, (int) rel->r_addend);
3066
3067 (*info->callbacks->reloc_dangerous)
3068 (info, error_message, input_bfd, input_section, rel->r_offset);
3069 }
3070 }
3071
3072 free (lit_table);
3073 input_section->reloc_done = true;
3074
3075 return true;
3076 }
3077
3078
3079 /* Finish up dynamic symbol handling. There's not much to do here since
3080 the PLT and GOT entries are all set up by relocate_section. */
3081
3082 static bool
3083 elf_xtensa_finish_dynamic_symbol (bfd *output_bfd ATTRIBUTE_UNUSED,
3084 struct bfd_link_info *info ATTRIBUTE_UNUSED,
3085 struct elf_link_hash_entry *h,
3086 Elf_Internal_Sym *sym)
3087 {
3088 if (h->needs_plt && !h->def_regular)
3089 {
3090 /* Mark the symbol as undefined, rather than as defined in
3091 the .plt section. Leave the value alone. */
3092 sym->st_shndx = SHN_UNDEF;
3093 /* If the symbol is weak, we do need to clear the value.
3094 Otherwise, the PLT entry would provide a definition for
3095 the symbol even if the symbol wasn't defined anywhere,
3096 and so the symbol would never be NULL. */
3097 if (!h->ref_regular_nonweak)
3098 sym->st_value = 0;
3099 }
3100
3101 /* Mark _DYNAMIC and _GLOBAL_OFFSET_TABLE_ as absolute. */
3102 if (h == elf_hash_table (info)->hdynamic
3103 || h == elf_hash_table (info)->hgot)
3104 sym->st_shndx = SHN_ABS;
3105
3106 return true;
3107 }
3108
3109
3110 /* Combine adjacent literal table entries in the output. Adjacent
3111 entries within each input section may have been removed during
3112 relaxation, but we repeat the process here, even though it's too late
3113 to shrink the output section, because it's important to minimize the
3114 number of literal table entries to reduce the start-up work for the
3115 runtime linker. Returns the number of remaining table entries or -1
3116 on error. */
3117
3118 static int
3119 elf_xtensa_combine_prop_entries (bfd *output_bfd,
3120 asection *sxtlit,
3121 asection *sgotloc)
3122 {
3123 bfd_byte *contents;
3124 property_table_entry *table;
3125 bfd_size_type section_size, sgotloc_size;
3126 bfd_vma offset;
3127 int n, m, num;
3128
3129 section_size = sxtlit->size;
3130 if (section_size == 0)
3131 return 0;
3132
3133 BFD_ASSERT (section_size % 8 == 0);
3134 num = section_size / 8;
3135
3136 sgotloc_size = sgotloc->size;
3137 if (sgotloc_size != section_size)
3138 {
3139 _bfd_error_handler
3140 (_("internal inconsistency in size of .got.loc section"));
3141 return -1;
3142 }
3143
3144 table = bfd_malloc (num * sizeof (property_table_entry));
3145 if (table == 0)
3146 return -1;
3147
3148 /* The ".xt.lit.plt" section has the SEC_IN_MEMORY flag set and this
3149 propagates to the output section, where it doesn't really apply and
3150 where it breaks the following call to bfd_malloc_and_get_section. */
3151 sxtlit->flags &= ~SEC_IN_MEMORY;
3152
3153 if (!bfd_malloc_and_get_section (output_bfd, sxtlit, &contents))
3154 {
3155 free (contents);
3156 free (table);
3157 return -1;
3158 }
3159
3160 /* There should never be any relocations left at this point, so this
3161 is quite a bit easier than what is done during relaxation. */
3162
3163 /* Copy the raw contents into a property table array and sort it. */
3164 offset = 0;
3165 for (n = 0; n < num; n++)
3166 {
3167 table[n].address = bfd_get_32 (output_bfd, &contents[offset]);
3168 table[n].size = bfd_get_32 (output_bfd, &contents[offset + 4]);
3169 offset += 8;
3170 }
3171 qsort (table, num, sizeof (property_table_entry), property_table_compare);
3172
3173 for (n = 0; n < num; n++)
3174 {
3175 bool remove_entry = false;
3176
3177 if (table[n].size == 0)
3178 remove_entry = true;
3179 else if (n > 0
3180 && (table[n-1].address + table[n-1].size == table[n].address))
3181 {
3182 table[n-1].size += table[n].size;
3183 remove_entry = true;
3184 }
3185
3186 if (remove_entry)
3187 {
3188 for (m = n; m < num - 1; m++)
3189 {
3190 table[m].address = table[m+1].address;
3191 table[m].size = table[m+1].size;
3192 }
3193
3194 n--;
3195 num--;
3196 }
3197 }
3198
3199 /* Copy the data back to the raw contents. */
3200 offset = 0;
3201 for (n = 0; n < num; n++)
3202 {
3203 bfd_put_32 (output_bfd, table[n].address, &contents[offset]);
3204 bfd_put_32 (output_bfd, table[n].size, &contents[offset + 4]);
3205 offset += 8;
3206 }
3207
3208 /* Clear the removed bytes. */
3209 if ((bfd_size_type) (num * 8) < section_size)
3210 memset (&contents[num * 8], 0, section_size - num * 8);
3211
3212 if (! bfd_set_section_contents (output_bfd, sxtlit, contents, 0,
3213 section_size))
3214 return -1;
3215
3216 /* Copy the contents to ".got.loc". */
3217 memcpy (sgotloc->contents, contents, section_size);
3218
3219 free (contents);
3220 free (table);
3221 return num;
3222 }
3223
3224
3225 /* Finish up the dynamic sections. */
3226
3227 static bool
3228 elf_xtensa_finish_dynamic_sections (bfd *output_bfd,
3229 struct bfd_link_info *info)
3230 {
3231 struct elf_xtensa_link_hash_table *htab;
3232 bfd *dynobj;
3233 asection *sdyn, *srelplt, *srelgot, *sgot, *sxtlit, *sgotloc;
3234 Elf32_External_Dyn *dyncon, *dynconend;
3235 int num_xtlit_entries = 0;
3236
3237 if (! elf_hash_table (info)->dynamic_sections_created)
3238 return true;
3239
3240 htab = elf_xtensa_hash_table (info);
3241 if (htab == NULL)
3242 return false;
3243
3244 dynobj = elf_hash_table (info)->dynobj;
3245 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
3246 BFD_ASSERT (sdyn != NULL);
3247
3248 /* Set the first entry in the global offset table to the address of
3249 the dynamic section. */
3250 sgot = htab->elf.sgot;
3251 if (sgot)
3252 {
3253 BFD_ASSERT (sgot->size == 4);
3254 if (sdyn == NULL)
3255 bfd_put_32 (output_bfd, 0, sgot->contents);
3256 else
3257 bfd_put_32 (output_bfd,
3258 sdyn->output_section->vma + sdyn->output_offset,
3259 sgot->contents);
3260 }
3261
3262 srelplt = htab->elf.srelplt;
3263 srelgot = htab->elf.srelgot;
3264 if (srelplt && srelplt->size != 0)
3265 {
3266 asection *sgotplt, *spltlittbl;
3267 int chunk, plt_chunks, plt_entries;
3268 Elf_Internal_Rela irela;
3269 bfd_byte *loc;
3270 unsigned rtld_reloc;
3271
3272 spltlittbl = htab->spltlittbl;
3273 BFD_ASSERT (srelgot != NULL && spltlittbl != NULL);
3274
3275 /* Find the first XTENSA_RTLD relocation. Presumably the rest
3276 of them follow immediately after.... */
3277 for (rtld_reloc = 0; rtld_reloc < srelgot->reloc_count; rtld_reloc++)
3278 {
3279 loc = srelgot->contents + rtld_reloc * sizeof (Elf32_External_Rela);
3280 bfd_elf32_swap_reloca_in (output_bfd, loc, &irela);
3281 if (ELF32_R_TYPE (irela.r_info) == R_XTENSA_RTLD)
3282 break;
3283 }
3284 BFD_ASSERT (rtld_reloc < srelgot->reloc_count);
3285
3286 plt_entries = srelplt->size / sizeof (Elf32_External_Rela);
3287 plt_chunks =
3288 (plt_entries + PLT_ENTRIES_PER_CHUNK - 1) / PLT_ENTRIES_PER_CHUNK;
3289
3290 for (chunk = 0; chunk < plt_chunks; chunk++)
3291 {
3292 int chunk_entries = 0;
3293
3294 sgotplt = elf_xtensa_get_gotplt_section (info, chunk);
3295 BFD_ASSERT (sgotplt != NULL);
3296
3297 /* Emit special RTLD relocations for the first two entries in
3298 each chunk of the .got.plt section. */
3299
3300 loc = srelgot->contents + rtld_reloc * sizeof (Elf32_External_Rela);
3301 bfd_elf32_swap_reloca_in (output_bfd, loc, &irela);
3302 BFD_ASSERT (ELF32_R_TYPE (irela.r_info) == R_XTENSA_RTLD);
3303 irela.r_offset = (sgotplt->output_section->vma
3304 + sgotplt->output_offset);
3305 irela.r_addend = 1; /* tell rtld to set value to resolver function */
3306 bfd_elf32_swap_reloca_out (output_bfd, &irela, loc);
3307 rtld_reloc += 1;
3308 BFD_ASSERT (rtld_reloc <= srelgot->reloc_count);
3309
3310 /* Next literal immediately follows the first. */
3311 loc += sizeof (Elf32_External_Rela);
3312 bfd_elf32_swap_reloca_in (output_bfd, loc, &irela);
3313 BFD_ASSERT (ELF32_R_TYPE (irela.r_info) == R_XTENSA_RTLD);
3314 irela.r_offset = (sgotplt->output_section->vma
3315 + sgotplt->output_offset + 4);
3316 /* Tell rtld to set value to object's link map. */
3317 irela.r_addend = 2;
3318 bfd_elf32_swap_reloca_out (output_bfd, &irela, loc);
3319 rtld_reloc += 1;
3320 BFD_ASSERT (rtld_reloc <= srelgot->reloc_count);
3321
3322 /* Fill in the literal table. */
3323 if (chunk < plt_chunks - 1)
3324 chunk_entries = PLT_ENTRIES_PER_CHUNK;
3325 else
3326 chunk_entries = plt_entries - (chunk * PLT_ENTRIES_PER_CHUNK);
3327
3328 BFD_ASSERT ((unsigned) (chunk + 1) * 8 <= spltlittbl->size);
3329 bfd_put_32 (output_bfd,
3330 sgotplt->output_section->vma + sgotplt->output_offset,
3331 spltlittbl->contents + (chunk * 8) + 0);
3332 bfd_put_32 (output_bfd,
3333 8 + (chunk_entries * 4),
3334 spltlittbl->contents + (chunk * 8) + 4);
3335 }
3336
3337 /* The .xt.lit.plt section has just been modified. This must
3338 happen before the code below which combines adjacent literal
3339 table entries, and the .xt.lit.plt contents have to be forced to
3340 the output here. */
3341 if (! bfd_set_section_contents (output_bfd,
3342 spltlittbl->output_section,
3343 spltlittbl->contents,
3344 spltlittbl->output_offset,
3345 spltlittbl->size))
3346 return false;
3347 /* Clear SEC_HAS_CONTENTS so the contents won't be output again. */
3348 spltlittbl->flags &= ~SEC_HAS_CONTENTS;
3349 }
3350
3351 /* All the dynamic relocations have been emitted at this point.
3352 Make sure the relocation sections are the correct size. */
3353 if ((srelgot && srelgot->size != (sizeof (Elf32_External_Rela)
3354 * srelgot->reloc_count))
3355 || (srelplt && srelplt->size != (sizeof (Elf32_External_Rela)
3356 * srelplt->reloc_count)))
3357 abort ();
3358
3359 /* Combine adjacent literal table entries. */
3360 BFD_ASSERT (! bfd_link_relocatable (info));
3361 sxtlit = bfd_get_section_by_name (output_bfd, ".xt.lit");
3362 sgotloc = htab->sgotloc;
3363 BFD_ASSERT (sgotloc);
3364 if (sxtlit)
3365 {
3366 num_xtlit_entries =
3367 elf_xtensa_combine_prop_entries (output_bfd, sxtlit, sgotloc);
3368 if (num_xtlit_entries < 0)
3369 return false;
3370 }
3371
3372 dyncon = (Elf32_External_Dyn *) sdyn->contents;
3373 dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->size);
3374 for (; dyncon < dynconend; dyncon++)
3375 {
3376 Elf_Internal_Dyn dyn;
3377
3378 bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);
3379
3380 switch (dyn.d_tag)
3381 {
3382 default:
3383 break;
3384
3385 case DT_XTENSA_GOT_LOC_SZ:
3386 dyn.d_un.d_val = num_xtlit_entries;
3387 break;
3388
3389 case DT_XTENSA_GOT_LOC_OFF:
3390 dyn.d_un.d_ptr = (htab->sgotloc->output_section->vma
3391 + htab->sgotloc->output_offset);
3392 break;
3393
3394 case DT_PLTGOT:
3395 dyn.d_un.d_ptr = (htab->elf.sgot->output_section->vma
3396 + htab->elf.sgot->output_offset);
3397 break;
3398
3399 case DT_JMPREL:
3400 dyn.d_un.d_ptr = (htab->elf.srelplt->output_section->vma
3401 + htab->elf.srelplt->output_offset);
3402 break;
3403
3404 case DT_PLTRELSZ:
3405 dyn.d_un.d_val = htab->elf.srelplt->size;
3406 break;
3407 }
3408
3409 bfd_elf32_swap_dyn_out (output_bfd, &dyn, dyncon);
3410 }
3411
3412 return true;
3413 }
3414
3415 \f
3416 /* Functions for dealing with the e_flags field. */
3417
3418 /* Merge backend specific data from an object file to the output
3419 object file when linking. */
3420
3421 static bool
3422 elf_xtensa_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
3423 {
3424 bfd *obfd = info->output_bfd;
3425 unsigned out_mach, in_mach;
3426 flagword out_flag, in_flag;
3427
3428 /* Check if we have the same endianness. */
3429 if (!_bfd_generic_verify_endian_match (ibfd, info))
3430 return false;
3431
3432 /* Don't even pretend to support mixed-format linking. */
3433 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
3434 || bfd_get_flavour (obfd) != bfd_target_elf_flavour)
3435 return false;
3436
3437 out_flag = elf_elfheader (obfd)->e_flags;
3438 in_flag = elf_elfheader (ibfd)->e_flags;
3439
3440 out_mach = out_flag & EF_XTENSA_MACH;
3441 in_mach = in_flag & EF_XTENSA_MACH;
3442 if (out_mach != in_mach)
3443 {
3444 _bfd_error_handler
3445 /* xgettext:c-format */
3446 (_("%pB: incompatible machine type; output is 0x%x; input is 0x%x"),
3447 ibfd, out_mach, in_mach);
3448 bfd_set_error (bfd_error_wrong_format);
3449 return false;
3450 }
3451
3452 if (! elf_flags_init (obfd))
3453 {
3454 elf_flags_init (obfd) = true;
3455 elf_elfheader (obfd)->e_flags = in_flag;
3456
3457 if (bfd_get_arch (obfd) == bfd_get_arch (ibfd)
3458 && bfd_get_arch_info (obfd)->the_default)
3459 return bfd_set_arch_mach (obfd, bfd_get_arch (ibfd),
3460 bfd_get_mach (ibfd));
3461
3462 return true;
3463 }
3464
3465 if ((out_flag & EF_XTENSA_XT_INSN) != (in_flag & EF_XTENSA_XT_INSN))
3466 elf_elfheader (obfd)->e_flags &= (~ EF_XTENSA_XT_INSN);
3467
3468 if ((out_flag & EF_XTENSA_XT_LIT) != (in_flag & EF_XTENSA_XT_LIT))
3469 elf_elfheader (obfd)->e_flags &= (~ EF_XTENSA_XT_LIT);
3470
3471 return true;
3472 }
3473
3474
3475 static bool
3476 elf_xtensa_set_private_flags (bfd *abfd, flagword flags)
3477 {
3478 BFD_ASSERT (!elf_flags_init (abfd)
3479 || elf_elfheader (abfd)->e_flags == flags);
3480
3481 elf_elfheader (abfd)->e_flags |= flags;
3482 elf_flags_init (abfd) = true;
3483
3484 return true;
3485 }
3486
3487
3488 static bool
3489 elf_xtensa_print_private_bfd_data (bfd *abfd, void *farg)
3490 {
3491 FILE *f = (FILE *) farg;
3492 flagword e_flags = elf_elfheader (abfd)->e_flags;
3493
3494 fprintf (f, "\nXtensa header:\n");
3495 if ((e_flags & EF_XTENSA_MACH) == E_XTENSA_MACH)
3496 fprintf (f, "\nMachine = Base\n");
3497 else
3498 fprintf (f, "\nMachine Id = 0x%x\n", e_flags & EF_XTENSA_MACH);
3499
3500 fprintf (f, "Insn tables = %s\n",
3501 (e_flags & EF_XTENSA_XT_INSN) ? "true" : "false");
3502
3503 fprintf (f, "Literal tables = %s\n",
3504 (e_flags & EF_XTENSA_XT_LIT) ? "true" : "false");
3505
3506 return _bfd_elf_print_private_bfd_data (abfd, farg);
3507 }
3508
3509
3510 /* Set the right machine number for an Xtensa ELF file. */
3511
3512 static bool
3513 elf_xtensa_object_p (bfd *abfd)
3514 {
3515 int mach;
3516 unsigned long arch = elf_elfheader (abfd)->e_flags & EF_XTENSA_MACH;
3517
3518 switch (arch)
3519 {
3520 case E_XTENSA_MACH:
3521 mach = bfd_mach_xtensa;
3522 break;
3523 default:
3524 return false;
3525 }
3526
3527 (void) bfd_default_set_arch_mach (abfd, bfd_arch_xtensa, mach);
3528 return true;
3529 }
3530
3531
3532 /* The final processing done just before writing out an Xtensa ELF object
3533 file. This gets the Xtensa architecture right based on the machine
3534 number. */
3535
3536 static bool
3537 elf_xtensa_final_write_processing (bfd *abfd)
3538 {
3539 int mach;
3540 unsigned long val = elf_elfheader (abfd)->e_flags & EF_XTENSA_MACH;
3541
3542 switch (mach = bfd_get_mach (abfd))
3543 {
3544 case bfd_mach_xtensa:
3545 val = E_XTENSA_MACH;
3546 break;
3547 default:
3548 break;
3549 }
3550
3551 elf_elfheader (abfd)->e_flags &= ~EF_XTENSA_MACH;
3552 elf_elfheader (abfd)->e_flags |= val;
3553 return _bfd_elf_final_write_processing (abfd);
3554 }
3555
3556
3557 static enum elf_reloc_type_class
3558 elf_xtensa_reloc_type_class (const struct bfd_link_info *info ATTRIBUTE_UNUSED,
3559 const asection *rel_sec ATTRIBUTE_UNUSED,
3560 const Elf_Internal_Rela *rela)
3561 {
3562 switch ((int) ELF32_R_TYPE (rela->r_info))
3563 {
3564 case R_XTENSA_RELATIVE:
3565 return reloc_class_relative;
3566 case R_XTENSA_JMP_SLOT:
3567 return reloc_class_plt;
3568 default:
3569 return reloc_class_normal;
3570 }
3571 }
3572
3573 \f
3574 static bool
3575 elf_xtensa_discard_info_for_section (bfd *abfd,
3576 struct elf_reloc_cookie *cookie,
3577 struct bfd_link_info *info,
3578 asection *sec)
3579 {
3580 bfd_byte *contents;
3581 bfd_vma offset, actual_offset;
3582 bfd_size_type removed_bytes = 0;
3583 bfd_size_type entry_size;
3584
3585 if (sec->output_section
3586 && bfd_is_abs_section (sec->output_section))
3587 return false;
3588
3589 if (xtensa_is_proptable_section (sec))
3590 entry_size = 12;
3591 else
3592 entry_size = 8;
3593
3594 if (sec->size == 0 || sec->size % entry_size != 0)
3595 return false;
3596
3597 contents = retrieve_contents (abfd, sec, info->keep_memory);
3598 if (!contents)
3599 return false;
3600
3601 cookie->rels = retrieve_internal_relocs (abfd, sec, info->keep_memory);
3602 if (!cookie->rels)
3603 {
3604 release_contents (sec, contents);
3605 return false;
3606 }
3607
3608 /* Sort the relocations. They should already be in order when
3609 relaxation is enabled, but it might not be. */
3610 qsort (cookie->rels, sec->reloc_count, sizeof (Elf_Internal_Rela),
3611 internal_reloc_compare);
3612
3613 cookie->rel = cookie->rels;
3614 cookie->relend = cookie->rels + sec->reloc_count;
3615
3616 for (offset = 0; offset < sec->size; offset += entry_size)
3617 {
3618 actual_offset = offset - removed_bytes;
3619
3620 /* The ...symbol_deleted_p function will skip over relocs but it
3621 won't adjust their offsets, so do that here. */
3622 while (cookie->rel < cookie->relend
3623 && cookie->rel->r_offset < offset)
3624 {
3625 cookie->rel->r_offset -= removed_bytes;
3626 cookie->rel++;
3627 }
3628
3629 while (cookie->rel < cookie->relend
3630 && cookie->rel->r_offset == offset)
3631 {
3632 if (bfd_elf_reloc_symbol_deleted_p (offset, cookie))
3633 {
3634 /* Remove the table entry. (If the reloc type is NONE, then
3635 the entry has already been merged with another and deleted
3636 during relaxation.) */
3637 if (ELF32_R_TYPE (cookie->rel->r_info) != R_XTENSA_NONE)
3638 {
3639 /* Shift the contents up. */
3640 if (offset + entry_size < sec->size)
3641 memmove (&contents[actual_offset],
3642 &contents[actual_offset + entry_size],
3643 sec->size - offset - entry_size);
3644 removed_bytes += entry_size;
3645 }
3646
3647 /* Remove this relocation. */
3648 cookie->rel->r_info = ELF32_R_INFO (0, R_XTENSA_NONE);
3649 }
3650
3651 /* Adjust the relocation offset for previous removals. This
3652 should not be done before calling ...symbol_deleted_p
3653 because it might mess up the offset comparisons there.
3654 Make sure the offset doesn't underflow in the case where
3655 the first entry is removed. */
3656 if (cookie->rel->r_offset >= removed_bytes)
3657 cookie->rel->r_offset -= removed_bytes;
3658 else
3659 cookie->rel->r_offset = 0;
3660
3661 cookie->rel++;
3662 }
3663 }
3664
3665 if (removed_bytes != 0)
3666 {
3667 /* Adjust any remaining relocs (shouldn't be any). */
3668 for (; cookie->rel < cookie->relend; cookie->rel++)
3669 {
3670 if (cookie->rel->r_offset >= removed_bytes)
3671 cookie->rel->r_offset -= removed_bytes;
3672 else
3673 cookie->rel->r_offset = 0;
3674 }
3675
3676 /* Clear the removed bytes. */
3677 memset (&contents[sec->size - removed_bytes], 0, removed_bytes);
3678
3679 pin_contents (sec, contents);
3680 pin_internal_relocs (sec, cookie->rels);
3681
3682 /* Shrink size. */
3683 if (sec->rawsize == 0)
3684 sec->rawsize = sec->size;
3685 sec->size -= removed_bytes;
3686
3687 if (xtensa_is_littable_section (sec))
3688 {
3689 asection *sgotloc = elf_xtensa_hash_table (info)->sgotloc;
3690 if (sgotloc)
3691 sgotloc->size -= removed_bytes;
3692 }
3693 }
3694 else
3695 {
3696 release_contents (sec, contents);
3697 release_internal_relocs (sec, cookie->rels);
3698 }
3699
3700 return (removed_bytes != 0);
3701 }
3702
3703
3704 static bool
3705 elf_xtensa_discard_info (bfd *abfd,
3706 struct elf_reloc_cookie *cookie,
3707 struct bfd_link_info *info)
3708 {
3709 asection *sec;
3710 bool changed = false;
3711
3712 for (sec = abfd->sections; sec != NULL; sec = sec->next)
3713 {
3714 if (xtensa_is_property_section (sec))
3715 {
3716 if (elf_xtensa_discard_info_for_section (abfd, cookie, info, sec))
3717 changed = true;
3718 }
3719 }
3720
3721 return changed;
3722 }
3723
3724
3725 static bool
3726 elf_xtensa_ignore_discarded_relocs (asection *sec)
3727 {
3728 return xtensa_is_property_section (sec);
3729 }
3730
3731
3732 static unsigned int
3733 elf_xtensa_action_discarded (asection *sec)
3734 {
3735 if (strcmp (".xt_except_table", sec->name) == 0)
3736 return 0;
3737
3738 if (strcmp (".xt_except_desc", sec->name) == 0)
3739 return 0;
3740
3741 return _bfd_elf_default_action_discarded (sec);
3742 }
3743
3744 \f
3745 /* Support for core dump NOTE sections. */
3746
3747 static bool
3748 elf_xtensa_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
3749 {
3750 int offset;
3751 unsigned int size;
3752
3753 if (elf_tdata (abfd) == NULL
3754 || elf_tdata (abfd)->core == NULL)
3755 return false;
3756
3757 /* The size for Xtensa is variable, so don't try to recognize the format
3758 based on the size. Just assume this is GNU/Linux. */
3759 if (note == NULL || note->descsz < 28)
3760 return false;
3761
3762 /* pr_cursig */
3763 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12);
3764
3765 /* pr_pid */
3766 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24);
3767
3768 /* pr_reg */
3769 offset = 72;
3770 size = note->descsz - offset - 4;
3771
3772 /* Make a ".reg/999" section. */
3773 return _bfd_elfcore_make_pseudosection (abfd, ".reg",
3774 size, note->descpos + offset);
3775 }
3776
3777 static bool
3778 elf_xtensa_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
3779 {
3780 switch (note->descsz)
3781 {
3782 default:
3783 return false;
3784
3785 case 128: /* GNU/Linux elf_prpsinfo */
3786 elf_tdata (abfd)->core->program
3787 = _bfd_elfcore_strndup (abfd, note->descdata + 32, 16);
3788 elf_tdata (abfd)->core->command
3789 = _bfd_elfcore_strndup (abfd, note->descdata + 48, 80);
3790 }
3791
3792 /* Note that for some reason, a spurious space is tacked
3793 onto the end of the args in some (at least one anyway)
3794 implementations, so strip it off if it exists. */
3795
3796 {
3797 char *command = elf_tdata (abfd)->core->command;
3798 int n = strlen (command);
3799
3800 if (0 < n && command[n - 1] == ' ')
3801 command[n - 1] = '\0';
3802 }
3803
3804 return true;
3805 }
3806
3807 \f
3808 /* Generic Xtensa configurability stuff. */
3809
3810 static xtensa_opcode callx0_op = XTENSA_UNDEFINED;
3811 static xtensa_opcode callx4_op = XTENSA_UNDEFINED;
3812 static xtensa_opcode callx8_op = XTENSA_UNDEFINED;
3813 static xtensa_opcode callx12_op = XTENSA_UNDEFINED;
3814 static xtensa_opcode call0_op = XTENSA_UNDEFINED;
3815 static xtensa_opcode call4_op = XTENSA_UNDEFINED;
3816 static xtensa_opcode call8_op = XTENSA_UNDEFINED;
3817 static xtensa_opcode call12_op = XTENSA_UNDEFINED;
3818
3819 static void
3820 init_call_opcodes (void)
3821 {
3822 if (callx0_op == XTENSA_UNDEFINED)
3823 {
3824 callx0_op = xtensa_opcode_lookup (xtensa_default_isa, "callx0");
3825 callx4_op = xtensa_opcode_lookup (xtensa_default_isa, "callx4");
3826 callx8_op = xtensa_opcode_lookup (xtensa_default_isa, "callx8");
3827 callx12_op = xtensa_opcode_lookup (xtensa_default_isa, "callx12");
3828 call0_op = xtensa_opcode_lookup (xtensa_default_isa, "call0");
3829 call4_op = xtensa_opcode_lookup (xtensa_default_isa, "call4");
3830 call8_op = xtensa_opcode_lookup (xtensa_default_isa, "call8");
3831 call12_op = xtensa_opcode_lookup (xtensa_default_isa, "call12");
3832 }
3833 }
3834
3835
3836 static bool
3837 is_indirect_call_opcode (xtensa_opcode opcode)
3838 {
3839 init_call_opcodes ();
3840 return (opcode == callx0_op
3841 || opcode == callx4_op
3842 || opcode == callx8_op
3843 || opcode == callx12_op);
3844 }
3845
3846
3847 static bool
3848 is_direct_call_opcode (xtensa_opcode opcode)
3849 {
3850 init_call_opcodes ();
3851 return (opcode == call0_op
3852 || opcode == call4_op
3853 || opcode == call8_op
3854 || opcode == call12_op);
3855 }
3856
3857
3858 static bool
3859 is_windowed_call_opcode (xtensa_opcode opcode)
3860 {
3861 init_call_opcodes ();
3862 return (opcode == call4_op
3863 || opcode == call8_op
3864 || opcode == call12_op
3865 || opcode == callx4_op
3866 || opcode == callx8_op
3867 || opcode == callx12_op);
3868 }
3869
3870
3871 static bool
3872 get_indirect_call_dest_reg (xtensa_opcode opcode, unsigned *pdst)
3873 {
3874 unsigned dst = (unsigned) -1;
3875
3876 init_call_opcodes ();
3877 if (opcode == callx0_op)
3878 dst = 0;
3879 else if (opcode == callx4_op)
3880 dst = 4;
3881 else if (opcode == callx8_op)
3882 dst = 8;
3883 else if (opcode == callx12_op)
3884 dst = 12;
3885
3886 if (dst == (unsigned) -1)
3887 return false;
3888
3889 *pdst = dst;
3890 return true;
3891 }
3892
3893
3894 static xtensa_opcode
3895 get_const16_opcode (void)
3896 {
3897 static bool done_lookup = false;
3898 static xtensa_opcode const16_opcode = XTENSA_UNDEFINED;
3899 if (!done_lookup)
3900 {
3901 const16_opcode = xtensa_opcode_lookup (xtensa_default_isa, "const16");
3902 done_lookup = true;
3903 }
3904 return const16_opcode;
3905 }
3906
3907
3908 static xtensa_opcode
3909 get_l32r_opcode (void)
3910 {
3911 static xtensa_opcode l32r_opcode = XTENSA_UNDEFINED;
3912 static bool done_lookup = false;
3913
3914 if (!done_lookup)
3915 {
3916 l32r_opcode = xtensa_opcode_lookup (xtensa_default_isa, "l32r");
3917 done_lookup = true;
3918 }
3919 return l32r_opcode;
3920 }
3921
3922
3923 static bfd_vma
3924 l32r_offset (bfd_vma addr, bfd_vma pc)
3925 {
3926 bfd_vma offset;
3927
3928 offset = addr - ((pc+3) & -4);
3929 BFD_ASSERT ((offset & ((1 << 2) - 1)) == 0);
3930 offset = (signed int) offset >> 2;
3931 BFD_ASSERT ((signed int) offset >> 16 == -1);
3932 return offset;
3933 }
3934
3935
3936 static xtensa_opcode
3937 get_rsr_lend_opcode (void)
3938 {
3939 static xtensa_opcode rsr_lend_opcode = XTENSA_UNDEFINED;
3940 static bool done_lookup = false;
3941 if (!done_lookup)
3942 {
3943 rsr_lend_opcode = xtensa_opcode_lookup (xtensa_default_isa, "rsr.lend");
3944 done_lookup = true;
3945 }
3946 return rsr_lend_opcode;
3947 }
3948
3949 static xtensa_opcode
3950 get_wsr_lbeg_opcode (void)
3951 {
3952 static xtensa_opcode wsr_lbeg_opcode = XTENSA_UNDEFINED;
3953 static bool done_lookup = false;
3954 if (!done_lookup)
3955 {
3956 wsr_lbeg_opcode = xtensa_opcode_lookup (xtensa_default_isa, "wsr.lbeg");
3957 done_lookup = true;
3958 }
3959 return wsr_lbeg_opcode;
3960 }
3961
3962
3963 static int
3964 get_relocation_opnd (xtensa_opcode opcode, int r_type)
3965 {
3966 xtensa_isa isa = xtensa_default_isa;
3967 int last_immed, last_opnd, opi;
3968
3969 if (opcode == XTENSA_UNDEFINED)
3970 return XTENSA_UNDEFINED;
3971
3972 /* Find the last visible PC-relative immediate operand for the opcode.
3973 If there are no PC-relative immediates, then choose the last visible
3974 immediate; otherwise, fail and return XTENSA_UNDEFINED. */
3975 last_immed = XTENSA_UNDEFINED;
3976 last_opnd = xtensa_opcode_num_operands (isa, opcode);
3977 for (opi = last_opnd - 1; opi >= 0; opi--)
3978 {
3979 if (xtensa_operand_is_visible (isa, opcode, opi) == 0)
3980 continue;
3981 if (xtensa_operand_is_PCrelative (isa, opcode, opi) == 1)
3982 {
3983 last_immed = opi;
3984 break;
3985 }
3986 if (last_immed == XTENSA_UNDEFINED
3987 && xtensa_operand_is_register (isa, opcode, opi) == 0)
3988 last_immed = opi;
3989 }
3990 if (last_immed < 0)
3991 return XTENSA_UNDEFINED;
3992
3993 /* If the operand number was specified in an old-style relocation,
3994 check for consistency with the operand computed above. */
3995 if (r_type >= R_XTENSA_OP0 && r_type <= R_XTENSA_OP2)
3996 {
3997 int reloc_opnd = r_type - R_XTENSA_OP0;
3998 if (reloc_opnd != last_immed)
3999 return XTENSA_UNDEFINED;
4000 }
4001
4002 return last_immed;
4003 }
4004
4005
4006 int
4007 get_relocation_slot (int r_type)
4008 {
4009 switch (r_type)
4010 {
4011 case R_XTENSA_OP0:
4012 case R_XTENSA_OP1:
4013 case R_XTENSA_OP2:
4014 return 0;
4015
4016 default:
4017 if (r_type >= R_XTENSA_SLOT0_OP && r_type <= R_XTENSA_SLOT14_OP)
4018 return r_type - R_XTENSA_SLOT0_OP;
4019 if (r_type >= R_XTENSA_SLOT0_ALT && r_type <= R_XTENSA_SLOT14_ALT)
4020 return r_type - R_XTENSA_SLOT0_ALT;
4021 break;
4022 }
4023
4024 return XTENSA_UNDEFINED;
4025 }
4026
4027
4028 /* Get the opcode for a relocation. */
4029
4030 static xtensa_opcode
4031 get_relocation_opcode (bfd *abfd,
4032 asection *sec,
4033 bfd_byte *contents,
4034 Elf_Internal_Rela *irel)
4035 {
4036 static xtensa_insnbuf ibuff = NULL;
4037 static xtensa_insnbuf sbuff = NULL;
4038 xtensa_isa isa = xtensa_default_isa;
4039 xtensa_format fmt;
4040 int slot;
4041
4042 if (contents == NULL)
4043 return XTENSA_UNDEFINED;
4044
4045 if (bfd_get_section_limit (abfd, sec) <= irel->r_offset)
4046 return XTENSA_UNDEFINED;
4047
4048 if (ibuff == NULL)
4049 {
4050 ibuff = xtensa_insnbuf_alloc (isa);
4051 sbuff = xtensa_insnbuf_alloc (isa);
4052 }
4053
4054 /* Decode the instruction. */
4055 xtensa_insnbuf_from_chars (isa, ibuff, &contents[irel->r_offset],
4056 sec->size - irel->r_offset);
4057 fmt = xtensa_format_decode (isa, ibuff);
4058 slot = get_relocation_slot (ELF32_R_TYPE (irel->r_info));
4059 if (slot == XTENSA_UNDEFINED)
4060 return XTENSA_UNDEFINED;
4061 xtensa_format_get_slot (isa, fmt, slot, ibuff, sbuff);
4062 return xtensa_opcode_decode (isa, fmt, slot, sbuff);
4063 }
4064
4065
4066 bool
4067 is_l32r_relocation (bfd *abfd,
4068 asection *sec,
4069 bfd_byte *contents,
4070 Elf_Internal_Rela *irel)
4071 {
4072 xtensa_opcode opcode;
4073 if (!is_operand_relocation (ELF32_R_TYPE (irel->r_info)))
4074 return false;
4075 opcode = get_relocation_opcode (abfd, sec, contents, irel);
4076 return (opcode == get_l32r_opcode ());
4077 }
4078
4079
4080 static bfd_size_type
4081 get_asm_simplify_size (bfd_byte *contents,
4082 bfd_size_type content_len,
4083 bfd_size_type offset)
4084 {
4085 bfd_size_type insnlen, size = 0;
4086
4087 /* Decode the size of the next two instructions. */
4088 insnlen = insn_decode_len (contents, content_len, offset);
4089 if (insnlen == 0)
4090 return 0;
4091
4092 size += insnlen;
4093
4094 insnlen = insn_decode_len (contents, content_len, offset + size);
4095 if (insnlen == 0)
4096 return 0;
4097
4098 size += insnlen;
4099 return size;
4100 }
4101
4102
4103 bool
4104 is_alt_relocation (int r_type)
4105 {
4106 return (r_type >= R_XTENSA_SLOT0_ALT
4107 && r_type <= R_XTENSA_SLOT14_ALT);
4108 }
4109
4110
4111 bool
4112 is_operand_relocation (int r_type)
4113 {
4114 switch (r_type)
4115 {
4116 case R_XTENSA_OP0:
4117 case R_XTENSA_OP1:
4118 case R_XTENSA_OP2:
4119 return true;
4120
4121 default:
4122 if (r_type >= R_XTENSA_SLOT0_OP && r_type <= R_XTENSA_SLOT14_OP)
4123 return true;
4124 if (r_type >= R_XTENSA_SLOT0_ALT && r_type <= R_XTENSA_SLOT14_ALT)
4125 return true;
4126 break;
4127 }
4128
4129 return false;
4130 }
4131
4132
4133 #define MIN_INSN_LENGTH 2
4134
4135 /* Return 0 if it fails to decode. */
4136
4137 bfd_size_type
4138 insn_decode_len (bfd_byte *contents,
4139 bfd_size_type content_len,
4140 bfd_size_type offset)
4141 {
4142 int insn_len;
4143 xtensa_isa isa = xtensa_default_isa;
4144 xtensa_format fmt;
4145 static xtensa_insnbuf ibuff = NULL;
4146
4147 if (offset + MIN_INSN_LENGTH > content_len)
4148 return 0;
4149
4150 if (ibuff == NULL)
4151 ibuff = xtensa_insnbuf_alloc (isa);
4152 xtensa_insnbuf_from_chars (isa, ibuff, &contents[offset],
4153 content_len - offset);
4154 fmt = xtensa_format_decode (isa, ibuff);
4155 if (fmt == XTENSA_UNDEFINED)
4156 return 0;
4157 insn_len = xtensa_format_length (isa, fmt);
4158 if (insn_len == XTENSA_UNDEFINED)
4159 return 0;
4160 return insn_len;
4161 }
4162
4163 int
4164 insn_num_slots (bfd_byte *contents,
4165 bfd_size_type content_len,
4166 bfd_size_type offset)
4167 {
4168 xtensa_isa isa = xtensa_default_isa;
4169 xtensa_format fmt;
4170 static xtensa_insnbuf ibuff = NULL;
4171
4172 if (offset + MIN_INSN_LENGTH > content_len)
4173 return XTENSA_UNDEFINED;
4174
4175 if (ibuff == NULL)
4176 ibuff = xtensa_insnbuf_alloc (isa);
4177 xtensa_insnbuf_from_chars (isa, ibuff, &contents[offset],
4178 content_len - offset);
4179 fmt = xtensa_format_decode (isa, ibuff);
4180 if (fmt == XTENSA_UNDEFINED)
4181 return XTENSA_UNDEFINED;
4182 return xtensa_format_num_slots (isa, fmt);
4183 }
4184
4185
4186 /* Decode the opcode for a single slot instruction.
4187 Return 0 if it fails to decode or the instruction is multi-slot. */
4188
4189 xtensa_opcode
4190 insn_decode_opcode (bfd_byte *contents,
4191 bfd_size_type content_len,
4192 bfd_size_type offset,
4193 int slot)
4194 {
4195 xtensa_isa isa = xtensa_default_isa;
4196 xtensa_format fmt;
4197 static xtensa_insnbuf insnbuf = NULL;
4198 static xtensa_insnbuf slotbuf = NULL;
4199
4200 if (offset + MIN_INSN_LENGTH > content_len)
4201 return XTENSA_UNDEFINED;
4202
4203 if (insnbuf == NULL)
4204 {
4205 insnbuf = xtensa_insnbuf_alloc (isa);
4206 slotbuf = xtensa_insnbuf_alloc (isa);
4207 }
4208
4209 xtensa_insnbuf_from_chars (isa, insnbuf, &contents[offset],
4210 content_len - offset);
4211 fmt = xtensa_format_decode (isa, insnbuf);
4212 if (fmt == XTENSA_UNDEFINED)
4213 return XTENSA_UNDEFINED;
4214
4215 if (slot >= xtensa_format_num_slots (isa, fmt))
4216 return XTENSA_UNDEFINED;
4217
4218 xtensa_format_get_slot (isa, fmt, slot, insnbuf, slotbuf);
4219 return xtensa_opcode_decode (isa, fmt, slot, slotbuf);
4220 }
4221
4222
4223 /* The offset is the offset in the contents.
4224 The address is the address of that offset. */
4225
4226 static bool
4227 check_branch_target_aligned (bfd_byte *contents,
4228 bfd_size_type content_length,
4229 bfd_vma offset,
4230 bfd_vma address)
4231 {
4232 bfd_size_type insn_len = insn_decode_len (contents, content_length, offset);
4233 if (insn_len == 0)
4234 return false;
4235 return check_branch_target_aligned_address (address, insn_len);
4236 }
4237
4238
4239 static bool
4240 check_loop_aligned (bfd_byte *contents,
4241 bfd_size_type content_length,
4242 bfd_vma offset,
4243 bfd_vma address)
4244 {
4245 bfd_size_type loop_len, insn_len;
4246 xtensa_opcode opcode;
4247
4248 opcode = insn_decode_opcode (contents, content_length, offset, 0);
4249 if (opcode == XTENSA_UNDEFINED
4250 || xtensa_opcode_is_loop (xtensa_default_isa, opcode) != 1)
4251 {
4252 BFD_ASSERT (false);
4253 return false;
4254 }
4255
4256 loop_len = insn_decode_len (contents, content_length, offset);
4257 insn_len = insn_decode_len (contents, content_length, offset + loop_len);
4258 if (loop_len == 0 || insn_len == 0)
4259 {
4260 BFD_ASSERT (false);
4261 return false;
4262 }
4263
4264 /* If this is relaxed loop, analyze first instruction of the actual loop
4265 body. It must be at offset 27 from the loop instruction address. */
4266 if (insn_len == 3
4267 && insn_num_slots (contents, content_length, offset + loop_len) == 1
4268 && insn_decode_opcode (contents, content_length,
4269 offset + loop_len, 0) == get_rsr_lend_opcode()
4270 && insn_decode_len (contents, content_length, offset + loop_len + 3) == 3
4271 && insn_num_slots (contents, content_length, offset + loop_len + 3) == 1
4272 && insn_decode_opcode (contents, content_length,
4273 offset + loop_len + 3, 0) == get_wsr_lbeg_opcode())
4274 {
4275 loop_len = 27;
4276 insn_len = insn_decode_len (contents, content_length, offset + loop_len);
4277 }
4278 return check_branch_target_aligned_address (address + loop_len, insn_len);
4279 }
4280
4281
4282 static bool
4283 check_branch_target_aligned_address (bfd_vma addr, int len)
4284 {
4285 if (len == 8)
4286 return (addr % 8 == 0);
4287 return ((addr >> 2) == ((addr + len - 1) >> 2));
4288 }
4289
4290 \f
4291 /* Instruction widening and narrowing. */
4292
4293 /* When FLIX is available we need to access certain instructions only
4294 when they are 16-bit or 24-bit instructions. This table caches
4295 information about such instructions by walking through all the
4296 opcodes and finding the smallest single-slot format into which each
4297 can be encoded. */
4298
4299 static xtensa_format *op_single_fmt_table = NULL;
4300
4301
4302 static void
4303 init_op_single_format_table (void)
4304 {
4305 xtensa_isa isa = xtensa_default_isa;
4306 xtensa_insnbuf ibuf;
4307 xtensa_opcode opcode;
4308 xtensa_format fmt;
4309 int num_opcodes;
4310
4311 if (op_single_fmt_table)
4312 return;
4313
4314 ibuf = xtensa_insnbuf_alloc (isa);
4315 num_opcodes = xtensa_isa_num_opcodes (isa);
4316
4317 op_single_fmt_table = (xtensa_format *)
4318 bfd_malloc (sizeof (xtensa_format) * num_opcodes);
4319 for (opcode = 0; opcode < num_opcodes; opcode++)
4320 {
4321 op_single_fmt_table[opcode] = XTENSA_UNDEFINED;
4322 for (fmt = 0; fmt < xtensa_isa_num_formats (isa); fmt++)
4323 {
4324 if (xtensa_format_num_slots (isa, fmt) == 1
4325 && xtensa_opcode_encode (isa, fmt, 0, ibuf, opcode) == 0)
4326 {
4327 xtensa_opcode old_fmt = op_single_fmt_table[opcode];
4328 int fmt_length = xtensa_format_length (isa, fmt);
4329 if (old_fmt == XTENSA_UNDEFINED
4330 || fmt_length < xtensa_format_length (isa, old_fmt))
4331 op_single_fmt_table[opcode] = fmt;
4332 }
4333 }
4334 }
4335 xtensa_insnbuf_free (isa, ibuf);
4336 }
4337
4338
4339 static xtensa_format
4340 get_single_format (xtensa_opcode opcode)
4341 {
4342 init_op_single_format_table ();
4343 return op_single_fmt_table[opcode];
4344 }
4345
4346
4347 /* For the set of narrowable instructions we do NOT include the
4348 narrowings beqz -> beqz.n or bnez -> bnez.n because of complexities
4349 involved during linker relaxation that may require these to
4350 re-expand in some conditions. Also, the narrowing "or" -> mov.n
4351 requires special case code to ensure it only works when op1 == op2. */
4352
4353 struct string_pair
4354 {
4355 const char *wide;
4356 const char *narrow;
4357 };
4358
4359 const struct string_pair narrowable[] =
4360 {
4361 { "add", "add.n" },
4362 { "addi", "addi.n" },
4363 { "addmi", "addi.n" },
4364 { "l32i", "l32i.n" },
4365 { "movi", "movi.n" },
4366 { "ret", "ret.n" },
4367 { "retw", "retw.n" },
4368 { "s32i", "s32i.n" },
4369 { "or", "mov.n" } /* special case only when op1 == op2 */
4370 };
4371
4372 const struct string_pair widenable[] =
4373 {
4374 { "add", "add.n" },
4375 { "addi", "addi.n" },
4376 { "addmi", "addi.n" },
4377 { "beqz", "beqz.n" },
4378 { "bnez", "bnez.n" },
4379 { "l32i", "l32i.n" },
4380 { "movi", "movi.n" },
4381 { "ret", "ret.n" },
4382 { "retw", "retw.n" },
4383 { "s32i", "s32i.n" },
4384 { "or", "mov.n" } /* special case only when op1 == op2 */
4385 };
4386
4387
4388 /* Check if an instruction can be "narrowed", i.e., changed from a standard
4389 3-byte instruction to a 2-byte "density" instruction. If it is valid,
4390 return the instruction buffer holding the narrow instruction. Otherwise,
4391 return 0. The set of valid narrowing are specified by a string table
4392 but require some special case operand checks in some cases. */
4393
4394 static xtensa_insnbuf
4395 can_narrow_instruction (xtensa_insnbuf slotbuf,
4396 xtensa_format fmt,
4397 xtensa_opcode opcode)
4398 {
4399 xtensa_isa isa = xtensa_default_isa;
4400 xtensa_format o_fmt;
4401 unsigned opi;
4402
4403 static xtensa_insnbuf o_insnbuf = NULL;
4404 static xtensa_insnbuf o_slotbuf = NULL;
4405
4406 if (o_insnbuf == NULL)
4407 {
4408 o_insnbuf = xtensa_insnbuf_alloc (isa);
4409 o_slotbuf = xtensa_insnbuf_alloc (isa);
4410 }
4411
4412 for (opi = 0; opi < (sizeof (narrowable)/sizeof (struct string_pair)); opi++)
4413 {
4414 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0);
4415
4416 if (opcode == xtensa_opcode_lookup (isa, narrowable[opi].wide))
4417 {
4418 uint32 value, newval;
4419 int i, operand_count, o_operand_count;
4420 xtensa_opcode o_opcode;
4421
4422 /* Address does not matter in this case. We might need to
4423 fix it to handle branches/jumps. */
4424 bfd_vma self_address = 0;
4425
4426 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow);
4427 if (o_opcode == XTENSA_UNDEFINED)
4428 return 0;
4429 o_fmt = get_single_format (o_opcode);
4430 if (o_fmt == XTENSA_UNDEFINED)
4431 return 0;
4432
4433 if (xtensa_format_length (isa, fmt) != 3
4434 || xtensa_format_length (isa, o_fmt) != 2)
4435 return 0;
4436
4437 xtensa_format_encode (isa, o_fmt, o_insnbuf);
4438 operand_count = xtensa_opcode_num_operands (isa, opcode);
4439 o_operand_count = xtensa_opcode_num_operands (isa, o_opcode);
4440
4441 if (xtensa_opcode_encode (isa, o_fmt, 0, o_slotbuf, o_opcode) != 0)
4442 return 0;
4443
4444 if (!is_or)
4445 {
4446 if (xtensa_opcode_num_operands (isa, o_opcode) != operand_count)
4447 return 0;
4448 }
4449 else
4450 {
4451 uint32 rawval0, rawval1, rawval2;
4452
4453 if (o_operand_count + 1 != operand_count
4454 || xtensa_operand_get_field (isa, opcode, 0,
4455 fmt, 0, slotbuf, &rawval0) != 0
4456 || xtensa_operand_get_field (isa, opcode, 1,
4457 fmt, 0, slotbuf, &rawval1) != 0
4458 || xtensa_operand_get_field (isa, opcode, 2,
4459 fmt, 0, slotbuf, &rawval2) != 0
4460 || rawval1 != rawval2
4461 || rawval0 == rawval1 /* it is a nop */)
4462 return 0;
4463 }
4464
4465 for (i = 0; i < o_operand_count; ++i)
4466 {
4467 if (xtensa_operand_get_field (isa, opcode, i, fmt, 0,
4468 slotbuf, &value)
4469 || xtensa_operand_decode (isa, opcode, i, &value))
4470 return 0;
4471
4472 /* PC-relative branches need adjustment, but
4473 the PC-rel operand will always have a relocation. */
4474 newval = value;
4475 if (xtensa_operand_do_reloc (isa, o_opcode, i, &newval,
4476 self_address)
4477 || xtensa_operand_encode (isa, o_opcode, i, &newval)
4478 || xtensa_operand_set_field (isa, o_opcode, i, o_fmt, 0,
4479 o_slotbuf, newval))
4480 return 0;
4481 }
4482
4483 if (xtensa_format_set_slot (isa, o_fmt, 0, o_insnbuf, o_slotbuf))
4484 return 0;
4485
4486 return o_insnbuf;
4487 }
4488 }
4489 return 0;
4490 }
4491
4492
4493 /* Attempt to narrow an instruction. If the narrowing is valid, perform
4494 the action in-place directly into the contents and return TRUE. Otherwise,
4495 the return value is FALSE and the contents are not modified. */
4496
4497 static bool
4498 narrow_instruction (bfd_byte *contents,
4499 bfd_size_type content_length,
4500 bfd_size_type offset)
4501 {
4502 xtensa_opcode opcode;
4503 bfd_size_type insn_len;
4504 xtensa_isa isa = xtensa_default_isa;
4505 xtensa_format fmt;
4506 xtensa_insnbuf o_insnbuf;
4507
4508 static xtensa_insnbuf insnbuf = NULL;
4509 static xtensa_insnbuf slotbuf = NULL;
4510
4511 if (insnbuf == NULL)
4512 {
4513 insnbuf = xtensa_insnbuf_alloc (isa);
4514 slotbuf = xtensa_insnbuf_alloc (isa);
4515 }
4516
4517 BFD_ASSERT (offset < content_length);
4518
4519 if (content_length < 2)
4520 return false;
4521
4522 /* We will hand-code a few of these for a little while.
4523 These have all been specified in the assembler aleady. */
4524 xtensa_insnbuf_from_chars (isa, insnbuf, &contents[offset],
4525 content_length - offset);
4526 fmt = xtensa_format_decode (isa, insnbuf);
4527 if (xtensa_format_num_slots (isa, fmt) != 1)
4528 return false;
4529
4530 if (xtensa_format_get_slot (isa, fmt, 0, insnbuf, slotbuf) != 0)
4531 return false;
4532
4533 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf);
4534 if (opcode == XTENSA_UNDEFINED)
4535 return false;
4536 insn_len = xtensa_format_length (isa, fmt);
4537 if (insn_len > content_length)
4538 return false;
4539
4540 o_insnbuf = can_narrow_instruction (slotbuf, fmt, opcode);
4541 if (o_insnbuf)
4542 {
4543 xtensa_insnbuf_to_chars (isa, o_insnbuf, contents + offset,
4544 content_length - offset);
4545 return true;
4546 }
4547
4548 return false;
4549 }
4550
4551
4552 /* Check if an instruction can be "widened", i.e., changed from a 2-byte
4553 "density" instruction to a standard 3-byte instruction. If it is valid,
4554 return the instruction buffer holding the wide instruction. Otherwise,
4555 return 0. The set of valid widenings are specified by a string table
4556 but require some special case operand checks in some cases. */
4557
4558 static xtensa_insnbuf
4559 can_widen_instruction (xtensa_insnbuf slotbuf,
4560 xtensa_format fmt,
4561 xtensa_opcode opcode)
4562 {
4563 xtensa_isa isa = xtensa_default_isa;
4564 xtensa_format o_fmt;
4565 unsigned opi;
4566
4567 static xtensa_insnbuf o_insnbuf = NULL;
4568 static xtensa_insnbuf o_slotbuf = NULL;
4569
4570 if (o_insnbuf == NULL)
4571 {
4572 o_insnbuf = xtensa_insnbuf_alloc (isa);
4573 o_slotbuf = xtensa_insnbuf_alloc (isa);
4574 }
4575
4576 for (opi = 0; opi < (sizeof (widenable)/sizeof (struct string_pair)); opi++)
4577 {
4578 bool is_or = (strcmp ("or", widenable[opi].wide) == 0);
4579 bool is_branch = (strcmp ("beqz", widenable[opi].wide) == 0
4580 || strcmp ("bnez", widenable[opi].wide) == 0);
4581
4582 if (opcode == xtensa_opcode_lookup (isa, widenable[opi].narrow))
4583 {
4584 uint32 value, newval;
4585 int i, operand_count, o_operand_count, check_operand_count;
4586 xtensa_opcode o_opcode;
4587
4588 /* Address does not matter in this case. We might need to fix it
4589 to handle branches/jumps. */
4590 bfd_vma self_address = 0;
4591
4592 o_opcode = xtensa_opcode_lookup (isa, widenable[opi].wide);
4593 if (o_opcode == XTENSA_UNDEFINED)
4594 return 0;
4595 o_fmt = get_single_format (o_opcode);
4596 if (o_fmt == XTENSA_UNDEFINED)
4597 return 0;
4598
4599 if (xtensa_format_length (isa, fmt) != 2
4600 || xtensa_format_length (isa, o_fmt) != 3)
4601 return 0;
4602
4603 xtensa_format_encode (isa, o_fmt, o_insnbuf);
4604 operand_count = xtensa_opcode_num_operands (isa, opcode);
4605 o_operand_count = xtensa_opcode_num_operands (isa, o_opcode);
4606 check_operand_count = o_operand_count;
4607
4608 if (xtensa_opcode_encode (isa, o_fmt, 0, o_slotbuf, o_opcode) != 0)
4609 return 0;
4610
4611 if (!is_or)
4612 {
4613 if (xtensa_opcode_num_operands (isa, o_opcode) != operand_count)
4614 return 0;
4615 }
4616 else
4617 {
4618 uint32 rawval0, rawval1;
4619
4620 if (o_operand_count != operand_count + 1
4621 || xtensa_operand_get_field (isa, opcode, 0,
4622 fmt, 0, slotbuf, &rawval0) != 0
4623 || xtensa_operand_get_field (isa, opcode, 1,
4624 fmt, 0, slotbuf, &rawval1) != 0
4625 || rawval0 == rawval1 /* it is a nop */)
4626 return 0;
4627 }
4628 if (is_branch)
4629 check_operand_count--;
4630
4631 for (i = 0; i < check_operand_count; i++)
4632 {
4633 int new_i = i;
4634 if (is_or && i == o_operand_count - 1)
4635 new_i = i - 1;
4636 if (xtensa_operand_get_field (isa, opcode, new_i, fmt, 0,
4637 slotbuf, &value)
4638 || xtensa_operand_decode (isa, opcode, new_i, &value))
4639 return 0;
4640
4641 /* PC-relative branches need adjustment, but
4642 the PC-rel operand will always have a relocation. */
4643 newval = value;
4644 if (xtensa_operand_do_reloc (isa, o_opcode, i, &newval,
4645 self_address)
4646 || xtensa_operand_encode (isa, o_opcode, i, &newval)
4647 || xtensa_operand_set_field (isa, o_opcode, i, o_fmt, 0,
4648 o_slotbuf, newval))
4649 return 0;
4650 }
4651
4652 if (xtensa_format_set_slot (isa, o_fmt, 0, o_insnbuf, o_slotbuf))
4653 return 0;
4654
4655 return o_insnbuf;
4656 }
4657 }
4658 return 0;
4659 }
4660
4661
4662 /* Attempt to widen an instruction. If the widening is valid, perform
4663 the action in-place directly into the contents and return TRUE. Otherwise,
4664 the return value is FALSE and the contents are not modified. */
4665
4666 static bool
4667 widen_instruction (bfd_byte *contents,
4668 bfd_size_type content_length,
4669 bfd_size_type offset)
4670 {
4671 xtensa_opcode opcode;
4672 bfd_size_type insn_len;
4673 xtensa_isa isa = xtensa_default_isa;
4674 xtensa_format fmt;
4675 xtensa_insnbuf o_insnbuf;
4676
4677 static xtensa_insnbuf insnbuf = NULL;
4678 static xtensa_insnbuf slotbuf = NULL;
4679
4680 if (insnbuf == NULL)
4681 {
4682 insnbuf = xtensa_insnbuf_alloc (isa);
4683 slotbuf = xtensa_insnbuf_alloc (isa);
4684 }
4685
4686 BFD_ASSERT (offset < content_length);
4687
4688 if (content_length < 2)
4689 return false;
4690
4691 /* We will hand-code a few of these for a little while.
4692 These have all been specified in the assembler aleady. */
4693 xtensa_insnbuf_from_chars (isa, insnbuf, &contents[offset],
4694 content_length - offset);
4695 fmt = xtensa_format_decode (isa, insnbuf);
4696 if (xtensa_format_num_slots (isa, fmt) != 1)
4697 return false;
4698
4699 if (xtensa_format_get_slot (isa, fmt, 0, insnbuf, slotbuf) != 0)
4700 return false;
4701
4702 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf);
4703 if (opcode == XTENSA_UNDEFINED)
4704 return false;
4705 insn_len = xtensa_format_length (isa, fmt);
4706 if (insn_len > content_length)
4707 return false;
4708
4709 o_insnbuf = can_widen_instruction (slotbuf, fmt, opcode);
4710 if (o_insnbuf)
4711 {
4712 xtensa_insnbuf_to_chars (isa, o_insnbuf, contents + offset,
4713 content_length - offset);
4714 return true;
4715 }
4716 return false;
4717 }
4718
4719 \f
4720 /* Code for transforming CALLs at link-time. */
4721
4722 static bfd_reloc_status_type
4723 elf_xtensa_do_asm_simplify (bfd_byte *contents,
4724 bfd_vma address,
4725 bfd_vma content_length,
4726 char **error_message)
4727 {
4728 static xtensa_insnbuf insnbuf = NULL;
4729 static xtensa_insnbuf slotbuf = NULL;
4730 xtensa_format core_format = XTENSA_UNDEFINED;
4731 xtensa_opcode opcode;
4732 xtensa_opcode direct_call_opcode;
4733 xtensa_isa isa = xtensa_default_isa;
4734 bfd_byte *chbuf = contents + address;
4735 int opn;
4736
4737 if (insnbuf == NULL)
4738 {
4739 insnbuf = xtensa_insnbuf_alloc (isa);
4740 slotbuf = xtensa_insnbuf_alloc (isa);
4741 }
4742
4743 if (content_length < address)
4744 {
4745 *error_message = _("attempt to convert L32R/CALLX to CALL failed");
4746 return bfd_reloc_other;
4747 }
4748
4749 opcode = get_expanded_call_opcode (chbuf, content_length - address, 0);
4750 direct_call_opcode = swap_callx_for_call_opcode (opcode);
4751 if (direct_call_opcode == XTENSA_UNDEFINED)
4752 {
4753 *error_message = _("attempt to convert L32R/CALLX to CALL failed");
4754 return bfd_reloc_other;
4755 }
4756
4757 /* Assemble a NOP ("or a1, a1, a1") into the 0 byte offset. */
4758 core_format = xtensa_format_lookup (isa, "x24");
4759 opcode = xtensa_opcode_lookup (isa, "or");
4760 xtensa_opcode_encode (isa, core_format, 0, slotbuf, opcode);
4761 for (opn = 0; opn < 3; opn++)
4762 {
4763 uint32 regno = 1;
4764 xtensa_operand_encode (isa, opcode, opn, &regno);
4765 xtensa_operand_set_field (isa, opcode, opn, core_format, 0,
4766 slotbuf, regno);
4767 }
4768 xtensa_format_encode (isa, core_format, insnbuf);
4769 xtensa_format_set_slot (isa, core_format, 0, insnbuf, slotbuf);
4770 xtensa_insnbuf_to_chars (isa, insnbuf, chbuf, content_length - address);
4771
4772 /* Assemble a CALL ("callN 0") into the 3 byte offset. */
4773 xtensa_opcode_encode (isa, core_format, 0, slotbuf, direct_call_opcode);
4774 xtensa_operand_set_field (isa, opcode, 0, core_format, 0, slotbuf, 0);
4775
4776 xtensa_format_encode (isa, core_format, insnbuf);
4777 xtensa_format_set_slot (isa, core_format, 0, insnbuf, slotbuf);
4778 xtensa_insnbuf_to_chars (isa, insnbuf, chbuf + 3,
4779 content_length - address - 3);
4780
4781 return bfd_reloc_ok;
4782 }
4783
4784
4785 static bfd_reloc_status_type
4786 contract_asm_expansion (bfd_byte *contents,
4787 bfd_vma content_length,
4788 Elf_Internal_Rela *irel,
4789 char **error_message)
4790 {
4791 bfd_reloc_status_type retval =
4792 elf_xtensa_do_asm_simplify (contents, irel->r_offset, content_length,
4793 error_message);
4794
4795 if (retval != bfd_reloc_ok)
4796 return bfd_reloc_dangerous;
4797
4798 /* Update the irel->r_offset field so that the right immediate and
4799 the right instruction are modified during the relocation. */
4800 irel->r_offset += 3;
4801 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info), R_XTENSA_SLOT0_OP);
4802 return bfd_reloc_ok;
4803 }
4804
4805
4806 static xtensa_opcode
4807 swap_callx_for_call_opcode (xtensa_opcode opcode)
4808 {
4809 init_call_opcodes ();
4810
4811 if (opcode == callx0_op) return call0_op;
4812 if (opcode == callx4_op) return call4_op;
4813 if (opcode == callx8_op) return call8_op;
4814 if (opcode == callx12_op) return call12_op;
4815
4816 /* Return XTENSA_UNDEFINED if the opcode is not an indirect call. */
4817 return XTENSA_UNDEFINED;
4818 }
4819
4820
4821 /* Check if "buf" is pointing to a "L32R aN; CALLX aN" or "CONST16 aN;
4822 CONST16 aN; CALLX aN" sequence, and if so, return the CALLX opcode.
4823 If not, return XTENSA_UNDEFINED. */
4824
4825 #define L32R_TARGET_REG_OPERAND 0
4826 #define CONST16_TARGET_REG_OPERAND 0
4827 #define CALLN_SOURCE_OPERAND 0
4828
4829 static xtensa_opcode
4830 get_expanded_call_opcode (bfd_byte *buf, int bufsize, bool *p_uses_l32r)
4831 {
4832 static xtensa_insnbuf insnbuf = NULL;
4833 static xtensa_insnbuf slotbuf = NULL;
4834 xtensa_format fmt;
4835 xtensa_opcode opcode;
4836 xtensa_isa isa = xtensa_default_isa;
4837 uint32 regno, const16_regno, call_regno;
4838 int offset = 0;
4839
4840 if (insnbuf == NULL)
4841 {
4842 insnbuf = xtensa_insnbuf_alloc (isa);
4843 slotbuf = xtensa_insnbuf_alloc (isa);
4844 }
4845
4846 xtensa_insnbuf_from_chars (isa, insnbuf, buf, bufsize);
4847 fmt = xtensa_format_decode (isa, insnbuf);
4848 if (fmt == XTENSA_UNDEFINED
4849 || xtensa_format_get_slot (isa, fmt, 0, insnbuf, slotbuf))
4850 return XTENSA_UNDEFINED;
4851
4852 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf);
4853 if (opcode == XTENSA_UNDEFINED)
4854 return XTENSA_UNDEFINED;
4855
4856 if (opcode == get_l32r_opcode ())
4857 {
4858 if (p_uses_l32r)
4859 *p_uses_l32r = true;
4860 if (xtensa_operand_get_field (isa, opcode, L32R_TARGET_REG_OPERAND,
4861 fmt, 0, slotbuf, &regno)
4862 || xtensa_operand_decode (isa, opcode, L32R_TARGET_REG_OPERAND,
4863 &regno))
4864 return XTENSA_UNDEFINED;
4865 }
4866 else if (opcode == get_const16_opcode ())
4867 {
4868 if (p_uses_l32r)
4869 *p_uses_l32r = false;
4870 if (xtensa_operand_get_field (isa, opcode, CONST16_TARGET_REG_OPERAND,
4871 fmt, 0, slotbuf, &regno)
4872 || xtensa_operand_decode (isa, opcode, CONST16_TARGET_REG_OPERAND,
4873 &regno))
4874 return XTENSA_UNDEFINED;
4875
4876 /* Check that the next instruction is also CONST16. */
4877 offset += xtensa_format_length (isa, fmt);
4878 xtensa_insnbuf_from_chars (isa, insnbuf, buf + offset, bufsize - offset);
4879 fmt = xtensa_format_decode (isa, insnbuf);
4880 if (fmt == XTENSA_UNDEFINED
4881 || xtensa_format_get_slot (isa, fmt, 0, insnbuf, slotbuf))
4882 return XTENSA_UNDEFINED;
4883 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf);
4884 if (opcode != get_const16_opcode ())
4885 return XTENSA_UNDEFINED;
4886
4887 if (xtensa_operand_get_field (isa, opcode, CONST16_TARGET_REG_OPERAND,
4888 fmt, 0, slotbuf, &const16_regno)
4889 || xtensa_operand_decode (isa, opcode, CONST16_TARGET_REG_OPERAND,
4890 &const16_regno)
4891 || const16_regno != regno)
4892 return XTENSA_UNDEFINED;
4893 }
4894 else
4895 return XTENSA_UNDEFINED;
4896
4897 /* Next instruction should be an CALLXn with operand 0 == regno. */
4898 offset += xtensa_format_length (isa, fmt);
4899 xtensa_insnbuf_from_chars (isa, insnbuf, buf + offset, bufsize - offset);
4900 fmt = xtensa_format_decode (isa, insnbuf);
4901 if (fmt == XTENSA_UNDEFINED
4902 || xtensa_format_get_slot (isa, fmt, 0, insnbuf, slotbuf))
4903 return XTENSA_UNDEFINED;
4904 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf);
4905 if (opcode == XTENSA_UNDEFINED
4906 || !is_indirect_call_opcode (opcode))
4907 return XTENSA_UNDEFINED;
4908
4909 if (xtensa_operand_get_field (isa, opcode, CALLN_SOURCE_OPERAND,
4910 fmt, 0, slotbuf, &call_regno)
4911 || xtensa_operand_decode (isa, opcode, CALLN_SOURCE_OPERAND,
4912 &call_regno))
4913 return XTENSA_UNDEFINED;
4914
4915 if (call_regno != regno)
4916 return XTENSA_UNDEFINED;
4917
4918 return opcode;
4919 }
4920
4921 \f
4922 /* Data structures used during relaxation. */
4923
4924 /* r_reloc: relocation values. */
4925
4926 /* Through the relaxation process, we need to keep track of the values
4927 that will result from evaluating relocations. The standard ELF
4928 relocation structure is not sufficient for this purpose because we're
4929 operating on multiple input files at once, so we need to know which
4930 input file a relocation refers to. The r_reloc structure thus
4931 records both the input file (bfd) and ELF relocation.
4932
4933 For efficiency, an r_reloc also contains a "target_offset" field to
4934 cache the target-section-relative offset value that is represented by
4935 the relocation.
4936
4937 The r_reloc also contains a virtual offset that allows multiple
4938 inserted literals to be placed at the same "address" with
4939 different offsets. */
4940
4941 typedef struct r_reloc_struct r_reloc;
4942
4943 struct r_reloc_struct
4944 {
4945 bfd *abfd;
4946 Elf_Internal_Rela rela;
4947 bfd_vma target_offset;
4948 bfd_vma virtual_offset;
4949 };
4950
4951
4952 /* The r_reloc structure is included by value in literal_value, but not
4953 every literal_value has an associated relocation -- some are simple
4954 constants. In such cases, we set all the fields in the r_reloc
4955 struct to zero. The r_reloc_is_const function should be used to
4956 detect this case. */
4957
4958 static bool
4959 r_reloc_is_const (const r_reloc *r_rel)
4960 {
4961 return (r_rel->abfd == NULL);
4962 }
4963
4964
4965 static bfd_vma
4966 r_reloc_get_target_offset (const r_reloc *r_rel)
4967 {
4968 bfd_vma target_offset;
4969 unsigned long r_symndx;
4970
4971 BFD_ASSERT (!r_reloc_is_const (r_rel));
4972 r_symndx = ELF32_R_SYM (r_rel->rela.r_info);
4973 target_offset = get_elf_r_symndx_offset (r_rel->abfd, r_symndx);
4974 return (target_offset + r_rel->rela.r_addend);
4975 }
4976
4977
4978 static struct elf_link_hash_entry *
4979 r_reloc_get_hash_entry (const r_reloc *r_rel)
4980 {
4981 unsigned long r_symndx = ELF32_R_SYM (r_rel->rela.r_info);
4982 return get_elf_r_symndx_hash_entry (r_rel->abfd, r_symndx);
4983 }
4984
4985
4986 static asection *
4987 r_reloc_get_section (const r_reloc *r_rel)
4988 {
4989 unsigned long r_symndx = ELF32_R_SYM (r_rel->rela.r_info);
4990 return get_elf_r_symndx_section (r_rel->abfd, r_symndx);
4991 }
4992
4993
4994 static bool
4995 r_reloc_is_defined (const r_reloc *r_rel)
4996 {
4997 asection *sec;
4998 if (r_rel == NULL)
4999 return false;
5000
5001 sec = r_reloc_get_section (r_rel);
5002 if (sec == bfd_abs_section_ptr
5003 || sec == bfd_com_section_ptr
5004 || sec == bfd_und_section_ptr)
5005 return false;
5006 return true;
5007 }
5008
5009
5010 static void
5011 r_reloc_init (r_reloc *r_rel,
5012 bfd *abfd,
5013 Elf_Internal_Rela *irel,
5014 bfd_byte *contents,
5015 bfd_size_type content_length)
5016 {
5017 int r_type;
5018 reloc_howto_type *howto;
5019
5020 if (irel)
5021 {
5022 r_rel->rela = *irel;
5023 r_rel->abfd = abfd;
5024 r_rel->target_offset = r_reloc_get_target_offset (r_rel);
5025 r_rel->virtual_offset = 0;
5026 r_type = ELF32_R_TYPE (r_rel->rela.r_info);
5027 howto = &elf_howto_table[r_type];
5028 if (howto->partial_inplace)
5029 {
5030 bfd_vma inplace_val;
5031 BFD_ASSERT (r_rel->rela.r_offset < content_length);
5032
5033 inplace_val = bfd_get_32 (abfd, &contents[r_rel->rela.r_offset]);
5034 r_rel->target_offset += inplace_val;
5035 }
5036 }
5037 else
5038 memset (r_rel, 0, sizeof (r_reloc));
5039 }
5040
5041
5042 #if DEBUG
5043
5044 static void
5045 print_r_reloc (FILE *fp, const r_reloc *r_rel)
5046 {
5047 if (r_reloc_is_defined (r_rel))
5048 {
5049 asection *sec = r_reloc_get_section (r_rel);
5050 fprintf (fp, " %s(%s + ", sec->owner->filename, sec->name);
5051 }
5052 else if (r_reloc_get_hash_entry (r_rel))
5053 fprintf (fp, " %s + ", r_reloc_get_hash_entry (r_rel)->root.root.string);
5054 else
5055 fprintf (fp, " ?? + ");
5056
5057 fprintf (fp, "%" PRIx64, (uint64_t) r_rel->target_offset);
5058 if (r_rel->virtual_offset)
5059 fprintf (fp, " + %" PRIx64, (uint64_t) r_rel->virtual_offset);
5060
5061 fprintf (fp, ")");
5062 }
5063
5064 #endif /* DEBUG */
5065
5066 \f
5067 /* source_reloc: relocations that reference literals. */
5068
5069 /* To determine whether literals can be coalesced, we need to first
5070 record all the relocations that reference the literals. The
5071 source_reloc structure below is used for this purpose. The
5072 source_reloc entries are kept in a per-literal-section array, sorted
5073 by offset within the literal section (i.e., target offset).
5074
5075 The source_sec and r_rel.rela.r_offset fields identify the source of
5076 the relocation. The r_rel field records the relocation value, i.e.,
5077 the offset of the literal being referenced. The opnd field is needed
5078 to determine the range of the immediate field to which the relocation
5079 applies, so we can determine whether another literal with the same
5080 value is within range. The is_null field is true when the relocation
5081 is being removed (e.g., when an L32R is being removed due to a CALLX
5082 that is converted to a direct CALL). */
5083
5084 typedef struct source_reloc_struct source_reloc;
5085
5086 struct source_reloc_struct
5087 {
5088 asection *source_sec;
5089 r_reloc r_rel;
5090 xtensa_opcode opcode;
5091 int opnd;
5092 bool is_null;
5093 bool is_abs_literal;
5094 };
5095
5096
5097 static void
5098 init_source_reloc (source_reloc *reloc,
5099 asection *source_sec,
5100 const r_reloc *r_rel,
5101 xtensa_opcode opcode,
5102 int opnd,
5103 bool is_abs_literal)
5104 {
5105 reloc->source_sec = source_sec;
5106 reloc->r_rel = *r_rel;
5107 reloc->opcode = opcode;
5108 reloc->opnd = opnd;
5109 reloc->is_null = false;
5110 reloc->is_abs_literal = is_abs_literal;
5111 }
5112
5113
5114 /* Find the source_reloc for a particular source offset and relocation
5115 type. Note that the array is sorted by _target_ offset, so this is
5116 just a linear search. */
5117
5118 static source_reloc *
5119 find_source_reloc (source_reloc *src_relocs,
5120 int src_count,
5121 asection *sec,
5122 Elf_Internal_Rela *irel)
5123 {
5124 int i;
5125
5126 for (i = 0; i < src_count; i++)
5127 {
5128 if (src_relocs[i].source_sec == sec
5129 && src_relocs[i].r_rel.rela.r_offset == irel->r_offset
5130 && (ELF32_R_TYPE (src_relocs[i].r_rel.rela.r_info)
5131 == ELF32_R_TYPE (irel->r_info)))
5132 return &src_relocs[i];
5133 }
5134
5135 return NULL;
5136 }
5137
5138
5139 static int
5140 source_reloc_compare (const void *ap, const void *bp)
5141 {
5142 const source_reloc *a = (const source_reloc *) ap;
5143 const source_reloc *b = (const source_reloc *) bp;
5144
5145 if (a->r_rel.target_offset != b->r_rel.target_offset)
5146 return (a->r_rel.target_offset - b->r_rel.target_offset);
5147
5148 /* We don't need to sort on these criteria for correctness,
5149 but enforcing a more strict ordering prevents unstable qsort
5150 from behaving differently with different implementations.
5151 Without the code below we get correct but different results
5152 on Solaris 2.7 and 2.8. We would like to always produce the
5153 same results no matter the host. */
5154
5155 if ((!a->is_null) - (!b->is_null))
5156 return ((!a->is_null) - (!b->is_null));
5157 return internal_reloc_compare (&a->r_rel.rela, &b->r_rel.rela);
5158 }
5159
5160 \f
5161 /* Literal values and value hash tables. */
5162
5163 /* Literals with the same value can be coalesced. The literal_value
5164 structure records the value of a literal: the "r_rel" field holds the
5165 information from the relocation on the literal (if there is one) and
5166 the "value" field holds the contents of the literal word itself.
5167
5168 The value_map structure records a literal value along with the
5169 location of a literal holding that value. The value_map hash table
5170 is indexed by the literal value, so that we can quickly check if a
5171 particular literal value has been seen before and is thus a candidate
5172 for coalescing. */
5173
5174 typedef struct literal_value_struct literal_value;
5175 typedef struct value_map_struct value_map;
5176 typedef struct value_map_hash_table_struct value_map_hash_table;
5177
5178 struct literal_value_struct
5179 {
5180 r_reloc r_rel;
5181 unsigned long value;
5182 bool is_abs_literal;
5183 };
5184
5185 struct value_map_struct
5186 {
5187 literal_value val; /* The literal value. */
5188 r_reloc loc; /* Location of the literal. */
5189 value_map *next;
5190 };
5191
5192 struct value_map_hash_table_struct
5193 {
5194 unsigned bucket_count;
5195 value_map **buckets;
5196 unsigned count;
5197 bool has_last_loc;
5198 r_reloc last_loc;
5199 };
5200
5201
5202 static void
5203 init_literal_value (literal_value *lit,
5204 const r_reloc *r_rel,
5205 unsigned long value,
5206 bool is_abs_literal)
5207 {
5208 lit->r_rel = *r_rel;
5209 lit->value = value;
5210 lit->is_abs_literal = is_abs_literal;
5211 }
5212
5213
5214 static bool
5215 literal_value_equal (const literal_value *src1,
5216 const literal_value *src2,
5217 bool final_static_link)
5218 {
5219 struct elf_link_hash_entry *h1, *h2;
5220
5221 if (r_reloc_is_const (&src1->r_rel) != r_reloc_is_const (&src2->r_rel))
5222 return false;
5223
5224 if (r_reloc_is_const (&src1->r_rel))
5225 return (src1->value == src2->value);
5226
5227 if (ELF32_R_TYPE (src1->r_rel.rela.r_info)
5228 != ELF32_R_TYPE (src2->r_rel.rela.r_info))
5229 return false;
5230
5231 if (src1->r_rel.target_offset != src2->r_rel.target_offset)
5232 return false;
5233
5234 if (src1->r_rel.virtual_offset != src2->r_rel.virtual_offset)
5235 return false;
5236
5237 if (src1->value != src2->value)
5238 return false;
5239
5240 /* Now check for the same section (if defined) or the same elf_hash
5241 (if undefined or weak). */
5242 h1 = r_reloc_get_hash_entry (&src1->r_rel);
5243 h2 = r_reloc_get_hash_entry (&src2->r_rel);
5244 if (r_reloc_is_defined (&src1->r_rel)
5245 && (final_static_link
5246 || ((!h1 || h1->root.type != bfd_link_hash_defweak)
5247 && (!h2 || h2->root.type != bfd_link_hash_defweak))))
5248 {
5249 if (r_reloc_get_section (&src1->r_rel)
5250 != r_reloc_get_section (&src2->r_rel))
5251 return false;
5252 }
5253 else
5254 {
5255 /* Require that the hash entries (i.e., symbols) be identical. */
5256 if (h1 != h2 || h1 == 0)
5257 return false;
5258 }
5259
5260 if (src1->is_abs_literal != src2->is_abs_literal)
5261 return false;
5262
5263 return true;
5264 }
5265
5266
5267 /* Must be power of 2. */
5268 #define INITIAL_HASH_RELOC_BUCKET_COUNT 1024
5269
5270 static value_map_hash_table *
5271 value_map_hash_table_init (void)
5272 {
5273 value_map_hash_table *values;
5274
5275 values = (value_map_hash_table *)
5276 bfd_zmalloc (sizeof (value_map_hash_table));
5277 values->bucket_count = INITIAL_HASH_RELOC_BUCKET_COUNT;
5278 values->count = 0;
5279 values->buckets = (value_map **)
5280 bfd_zmalloc (sizeof (value_map *) * values->bucket_count);
5281 if (values->buckets == NULL)
5282 {
5283 free (values);
5284 return NULL;
5285 }
5286 values->has_last_loc = false;
5287
5288 return values;
5289 }
5290
5291
5292 static void
5293 value_map_hash_table_delete (value_map_hash_table *table)
5294 {
5295 free (table->buckets);
5296 free (table);
5297 }
5298
5299
5300 static unsigned
5301 hash_bfd_vma (bfd_vma val)
5302 {
5303 return (val >> 2) + (val >> 10);
5304 }
5305
5306
5307 static unsigned
5308 literal_value_hash (const literal_value *src)
5309 {
5310 unsigned hash_val;
5311
5312 hash_val = hash_bfd_vma (src->value);
5313 if (!r_reloc_is_const (&src->r_rel))
5314 {
5315 void *sec_or_hash;
5316
5317 hash_val += hash_bfd_vma (src->is_abs_literal * 1000);
5318 hash_val += hash_bfd_vma (src->r_rel.target_offset);
5319 hash_val += hash_bfd_vma (src->r_rel.virtual_offset);
5320
5321 /* Now check for the same section and the same elf_hash. */
5322 if (r_reloc_is_defined (&src->r_rel))
5323 sec_or_hash = r_reloc_get_section (&src->r_rel);
5324 else
5325 sec_or_hash = r_reloc_get_hash_entry (&src->r_rel);
5326 hash_val += hash_bfd_vma ((bfd_vma) (size_t) sec_or_hash);
5327 }
5328 return hash_val;
5329 }
5330
5331
5332 /* Check if the specified literal_value has been seen before. */
5333
5334 static value_map *
5335 value_map_get_cached_value (value_map_hash_table *map,
5336 const literal_value *val,
5337 bool final_static_link)
5338 {
5339 value_map *map_e;
5340 value_map *bucket;
5341 unsigned idx;
5342
5343 idx = literal_value_hash (val);
5344 idx = idx & (map->bucket_count - 1);
5345 bucket = map->buckets[idx];
5346 for (map_e = bucket; map_e; map_e = map_e->next)
5347 {
5348 if (literal_value_equal (&map_e->val, val, final_static_link))
5349 return map_e;
5350 }
5351 return NULL;
5352 }
5353
5354
5355 /* Record a new literal value. It is illegal to call this if VALUE
5356 already has an entry here. */
5357
5358 static value_map *
5359 add_value_map (value_map_hash_table *map,
5360 const literal_value *val,
5361 const r_reloc *loc,
5362 bool final_static_link)
5363 {
5364 value_map **bucket_p;
5365 unsigned idx;
5366
5367 value_map *val_e = (value_map *) bfd_zmalloc (sizeof (value_map));
5368 if (val_e == NULL)
5369 {
5370 bfd_set_error (bfd_error_no_memory);
5371 return NULL;
5372 }
5373
5374 BFD_ASSERT (!value_map_get_cached_value (map, val, final_static_link));
5375 val_e->val = *val;
5376 val_e->loc = *loc;
5377
5378 idx = literal_value_hash (val);
5379 idx = idx & (map->bucket_count - 1);
5380 bucket_p = &map->buckets[idx];
5381
5382 val_e->next = *bucket_p;
5383 *bucket_p = val_e;
5384 map->count++;
5385 /* FIXME: Consider resizing the hash table if we get too many entries. */
5386
5387 return val_e;
5388 }
5389
5390 \f
5391 /* Lists of text actions (ta_) for narrowing, widening, longcall
5392 conversion, space fill, code & literal removal, etc. */
5393
5394 /* The following text actions are generated:
5395
5396 "ta_remove_insn" remove an instruction or instructions
5397 "ta_remove_longcall" convert longcall to call
5398 "ta_convert_longcall" convert longcall to nop/call
5399 "ta_narrow_insn" narrow a wide instruction
5400 "ta_widen" widen a narrow instruction
5401 "ta_fill" add fill or remove fill
5402 removed < 0 is a fill; branches to the fill address will be
5403 changed to address + fill size (e.g., address - removed)
5404 removed >= 0 branches to the fill address will stay unchanged
5405 "ta_remove_literal" remove a literal; this action is
5406 indicated when a literal is removed
5407 or replaced.
5408 "ta_add_literal" insert a new literal; this action is
5409 indicated when a literal has been moved.
5410 It may use a virtual_offset because
5411 multiple literals can be placed at the
5412 same location.
5413
5414 For each of these text actions, we also record the number of bytes
5415 removed by performing the text action. In the case of a "ta_widen"
5416 or a "ta_fill" that adds space, the removed_bytes will be negative. */
5417
5418 typedef struct text_action_struct text_action;
5419 typedef struct text_action_list_struct text_action_list;
5420 typedef enum text_action_enum_t text_action_t;
5421
5422 enum text_action_enum_t
5423 {
5424 ta_none,
5425 ta_remove_insn, /* removed = -size */
5426 ta_remove_longcall, /* removed = -size */
5427 ta_convert_longcall, /* removed = 0 */
5428 ta_narrow_insn, /* removed = -1 */
5429 ta_widen_insn, /* removed = +1 */
5430 ta_fill, /* removed = +size */
5431 ta_remove_literal,
5432 ta_add_literal
5433 };
5434
5435
5436 /* Structure for a text action record. */
5437 struct text_action_struct
5438 {
5439 text_action_t action;
5440 asection *sec; /* Optional */
5441 bfd_vma offset;
5442 bfd_vma virtual_offset; /* Zero except for adding literals. */
5443 int removed_bytes;
5444 literal_value value; /* Only valid when adding literals. */
5445 };
5446
5447 struct removal_by_action_entry_struct
5448 {
5449 bfd_vma offset;
5450 int removed;
5451 int eq_removed;
5452 int eq_removed_before_fill;
5453 };
5454 typedef struct removal_by_action_entry_struct removal_by_action_entry;
5455
5456 struct removal_by_action_map_struct
5457 {
5458 unsigned n_entries;
5459 removal_by_action_entry *entry;
5460 };
5461 typedef struct removal_by_action_map_struct removal_by_action_map;
5462
5463
5464 /* List of all of the actions taken on a text section. */
5465 struct text_action_list_struct
5466 {
5467 unsigned count;
5468 splay_tree tree;
5469 removal_by_action_map map;
5470 };
5471
5472
5473 static text_action *
5474 find_fill_action (text_action_list *l, asection *sec, bfd_vma offset)
5475 {
5476 text_action a;
5477
5478 /* It is not necessary to fill at the end of a section. */
5479 if (sec->size == offset)
5480 return NULL;
5481
5482 a.offset = offset;
5483 a.action = ta_fill;
5484
5485 splay_tree_node node = splay_tree_lookup (l->tree, (splay_tree_key)&a);
5486 if (node)
5487 return (text_action *)node->value;
5488 return NULL;
5489 }
5490
5491
5492 static int
5493 compute_removed_action_diff (const text_action *ta,
5494 asection *sec,
5495 bfd_vma offset,
5496 int removed,
5497 int removable_space)
5498 {
5499 int new_removed;
5500 int current_removed = 0;
5501
5502 if (ta)
5503 current_removed = ta->removed_bytes;
5504
5505 BFD_ASSERT (ta == NULL || ta->offset == offset);
5506 BFD_ASSERT (ta == NULL || ta->action == ta_fill);
5507
5508 /* It is not necessary to fill at the end of a section. Clean this up. */
5509 if (sec->size == offset)
5510 new_removed = removable_space - 0;
5511 else
5512 {
5513 int space;
5514 int added = -removed - current_removed;
5515 /* Ignore multiples of the section alignment. */
5516 added = ((1 << sec->alignment_power) - 1) & added;
5517 new_removed = (-added);
5518
5519 /* Modify for removable. */
5520 space = removable_space - new_removed;
5521 new_removed = (removable_space
5522 - (((1 << sec->alignment_power) - 1) & space));
5523 }
5524 return (new_removed - current_removed);
5525 }
5526
5527
5528 static void
5529 adjust_fill_action (text_action *ta, int fill_diff)
5530 {
5531 ta->removed_bytes += fill_diff;
5532 }
5533
5534
5535 static int
5536 text_action_compare (splay_tree_key a, splay_tree_key b)
5537 {
5538 text_action *pa = (text_action *)a;
5539 text_action *pb = (text_action *)b;
5540 static const int action_priority[] =
5541 {
5542 [ta_fill] = 0,
5543 [ta_none] = 1,
5544 [ta_convert_longcall] = 2,
5545 [ta_narrow_insn] = 3,
5546 [ta_remove_insn] = 4,
5547 [ta_remove_longcall] = 5,
5548 [ta_remove_literal] = 6,
5549 [ta_widen_insn] = 7,
5550 [ta_add_literal] = 8,
5551 };
5552
5553 if (pa->offset == pb->offset)
5554 {
5555 if (pa->action == pb->action)
5556 return 0;
5557 return action_priority[pa->action] - action_priority[pb->action];
5558 }
5559 else
5560 return pa->offset < pb->offset ? -1 : 1;
5561 }
5562
5563 static text_action *
5564 action_first (text_action_list *action_list)
5565 {
5566 splay_tree_node node = splay_tree_min (action_list->tree);
5567 return node ? (text_action *)node->value : NULL;
5568 }
5569
5570 static text_action *
5571 action_next (text_action_list *action_list, text_action *action)
5572 {
5573 splay_tree_node node = splay_tree_successor (action_list->tree,
5574 (splay_tree_key)action);
5575 return node ? (text_action *)node->value : NULL;
5576 }
5577
5578 /* Add a modification action to the text. For the case of adding or
5579 removing space, modify any current fill and assume that
5580 "unreachable_space" bytes can be freely contracted. Note that a
5581 negative removed value is a fill. */
5582
5583 static void
5584 text_action_add (text_action_list *l,
5585 text_action_t action,
5586 asection *sec,
5587 bfd_vma offset,
5588 int removed)
5589 {
5590 text_action *ta;
5591 text_action a;
5592
5593 /* It is not necessary to fill at the end of a section. */
5594 if (action == ta_fill && sec->size == offset)
5595 return;
5596
5597 /* It is not necessary to fill 0 bytes. */
5598 if (action == ta_fill && removed == 0)
5599 return;
5600
5601 a.action = action;
5602 a.offset = offset;
5603
5604 if (action == ta_fill)
5605 {
5606 splay_tree_node node = splay_tree_lookup (l->tree, (splay_tree_key)&a);
5607
5608 if (node)
5609 {
5610 ta = (text_action *)node->value;
5611 ta->removed_bytes += removed;
5612 return;
5613 }
5614 }
5615 else
5616 BFD_ASSERT (splay_tree_lookup (l->tree, (splay_tree_key)&a) == NULL);
5617
5618 ta = (text_action *) bfd_zmalloc (sizeof (text_action));
5619 ta->action = action;
5620 ta->sec = sec;
5621 ta->offset = offset;
5622 ta->removed_bytes = removed;
5623 splay_tree_insert (l->tree, (splay_tree_key)ta, (splay_tree_value)ta);
5624 ++l->count;
5625 }
5626
5627
5628 static void
5629 text_action_add_literal (text_action_list *l,
5630 text_action_t action,
5631 const r_reloc *loc,
5632 const literal_value *value,
5633 int removed)
5634 {
5635 text_action *ta;
5636 asection *sec = r_reloc_get_section (loc);
5637 bfd_vma offset = loc->target_offset;
5638 bfd_vma virtual_offset = loc->virtual_offset;
5639
5640 BFD_ASSERT (action == ta_add_literal);
5641
5642 /* Create a new record and fill it up. */
5643 ta = (text_action *) bfd_zmalloc (sizeof (text_action));
5644 ta->action = action;
5645 ta->sec = sec;
5646 ta->offset = offset;
5647 ta->virtual_offset = virtual_offset;
5648 ta->value = *value;
5649 ta->removed_bytes = removed;
5650
5651 BFD_ASSERT (splay_tree_lookup (l->tree, (splay_tree_key)ta) == NULL);
5652 splay_tree_insert (l->tree, (splay_tree_key)ta, (splay_tree_value)ta);
5653 ++l->count;
5654 }
5655
5656
5657 /* Find the total offset adjustment for the relaxations specified by
5658 text_actions, beginning from a particular starting action. This is
5659 typically used from offset_with_removed_text to search an entire list of
5660 actions, but it may also be called directly when adjusting adjacent offsets
5661 so that each search may begin where the previous one left off. */
5662
5663 static int
5664 removed_by_actions (text_action_list *action_list,
5665 text_action **p_start_action,
5666 bfd_vma offset,
5667 bool before_fill)
5668 {
5669 text_action *r;
5670 int removed = 0;
5671
5672 r = *p_start_action;
5673 if (r)
5674 {
5675 splay_tree_node node = splay_tree_lookup (action_list->tree,
5676 (splay_tree_key)r);
5677 BFD_ASSERT (node != NULL && r == (text_action *)node->value);
5678 }
5679
5680 while (r)
5681 {
5682 if (r->offset > offset)
5683 break;
5684
5685 if (r->offset == offset
5686 && (before_fill || r->action != ta_fill || r->removed_bytes >= 0))
5687 break;
5688
5689 removed += r->removed_bytes;
5690
5691 r = action_next (action_list, r);
5692 }
5693
5694 *p_start_action = r;
5695 return removed;
5696 }
5697
5698
5699 static bfd_vma
5700 offset_with_removed_text (text_action_list *action_list, bfd_vma offset)
5701 {
5702 text_action *r = action_first (action_list);
5703
5704 return offset - removed_by_actions (action_list, &r, offset, false);
5705 }
5706
5707
5708 static unsigned
5709 action_list_count (text_action_list *action_list)
5710 {
5711 return action_list->count;
5712 }
5713
5714 typedef struct map_action_fn_context_struct map_action_fn_context;
5715 struct map_action_fn_context_struct
5716 {
5717 int removed;
5718 removal_by_action_map map;
5719 bool eq_complete;
5720 };
5721
5722 static int
5723 map_action_fn (splay_tree_node node, void *p)
5724 {
5725 map_action_fn_context *ctx = p;
5726 text_action *r = (text_action *)node->value;
5727 removal_by_action_entry *ientry = ctx->map.entry + ctx->map.n_entries;
5728
5729 if (ctx->map.n_entries && (ientry - 1)->offset == r->offset)
5730 {
5731 --ientry;
5732 }
5733 else
5734 {
5735 ++ctx->map.n_entries;
5736 ctx->eq_complete = false;
5737 ientry->offset = r->offset;
5738 ientry->eq_removed_before_fill = ctx->removed;
5739 }
5740
5741 if (!ctx->eq_complete)
5742 {
5743 if (r->action != ta_fill || r->removed_bytes >= 0)
5744 {
5745 ientry->eq_removed = ctx->removed;
5746 ctx->eq_complete = true;
5747 }
5748 else
5749 ientry->eq_removed = ctx->removed + r->removed_bytes;
5750 }
5751
5752 ctx->removed += r->removed_bytes;
5753 ientry->removed = ctx->removed;
5754 return 0;
5755 }
5756
5757 static void
5758 map_removal_by_action (text_action_list *action_list)
5759 {
5760 map_action_fn_context ctx;
5761
5762 ctx.removed = 0;
5763 ctx.map.n_entries = 0;
5764 ctx.map.entry = bfd_malloc (action_list_count (action_list) *
5765 sizeof (removal_by_action_entry));
5766 ctx.eq_complete = false;
5767
5768 splay_tree_foreach (action_list->tree, map_action_fn, &ctx);
5769 action_list->map = ctx.map;
5770 }
5771
5772 static int
5773 removed_by_actions_map (text_action_list *action_list, bfd_vma offset,
5774 bool before_fill)
5775 {
5776 unsigned a, b;
5777
5778 if (!action_list->map.entry)
5779 map_removal_by_action (action_list);
5780
5781 if (!action_list->map.n_entries)
5782 return 0;
5783
5784 a = 0;
5785 b = action_list->map.n_entries;
5786
5787 while (b - a > 1)
5788 {
5789 unsigned c = (a + b) / 2;
5790
5791 if (action_list->map.entry[c].offset <= offset)
5792 a = c;
5793 else
5794 b = c;
5795 }
5796
5797 if (action_list->map.entry[a].offset < offset)
5798 {
5799 return action_list->map.entry[a].removed;
5800 }
5801 else if (action_list->map.entry[a].offset == offset)
5802 {
5803 return before_fill ?
5804 action_list->map.entry[a].eq_removed_before_fill :
5805 action_list->map.entry[a].eq_removed;
5806 }
5807 else
5808 {
5809 return 0;
5810 }
5811 }
5812
5813 static bfd_vma
5814 offset_with_removed_text_map (text_action_list *action_list, bfd_vma offset)
5815 {
5816 int removed = removed_by_actions_map (action_list, offset, false);
5817 return offset - removed;
5818 }
5819
5820
5821 /* The find_insn_action routine will only find non-fill actions. */
5822
5823 static text_action *
5824 find_insn_action (text_action_list *action_list, bfd_vma offset)
5825 {
5826 static const text_action_t action[] =
5827 {
5828 ta_convert_longcall,
5829 ta_remove_longcall,
5830 ta_widen_insn,
5831 ta_narrow_insn,
5832 ta_remove_insn,
5833 };
5834 text_action a;
5835 unsigned i;
5836
5837 a.offset = offset;
5838 for (i = 0; i < sizeof (action) / sizeof (*action); ++i)
5839 {
5840 splay_tree_node node;
5841
5842 a.action = action[i];
5843 node = splay_tree_lookup (action_list->tree, (splay_tree_key)&a);
5844 if (node)
5845 return (text_action *)node->value;
5846 }
5847 return NULL;
5848 }
5849
5850
5851 #if DEBUG
5852
5853 static void
5854 print_action (FILE *fp, text_action *r)
5855 {
5856 const char *t = "unknown";
5857 switch (r->action)
5858 {
5859 case ta_remove_insn:
5860 t = "remove_insn"; break;
5861 case ta_remove_longcall:
5862 t = "remove_longcall"; break;
5863 case ta_convert_longcall:
5864 t = "convert_longcall"; break;
5865 case ta_narrow_insn:
5866 t = "narrow_insn"; break;
5867 case ta_widen_insn:
5868 t = "widen_insn"; break;
5869 case ta_fill:
5870 t = "fill"; break;
5871 case ta_none:
5872 t = "none"; break;
5873 case ta_remove_literal:
5874 t = "remove_literal"; break;
5875 case ta_add_literal:
5876 t = "add_literal"; break;
5877 }
5878
5879 fprintf (fp, "%s: %s[0x%lx] \"%s\" %d\n",
5880 r->sec->owner->filename,
5881 r->sec->name, (unsigned long) r->offset, t, r->removed_bytes);
5882 }
5883
5884 static int
5885 print_action_list_fn (splay_tree_node node, void *p)
5886 {
5887 text_action *r = (text_action *)node->value;
5888
5889 print_action (p, r);
5890 return 0;
5891 }
5892
5893 static void
5894 print_action_list (FILE *fp, text_action_list *action_list)
5895 {
5896 fprintf (fp, "Text Action\n");
5897 splay_tree_foreach (action_list->tree, print_action_list_fn, fp);
5898 }
5899
5900 #endif /* DEBUG */
5901
5902 \f
5903 /* Lists of literals being coalesced or removed. */
5904
5905 /* In the usual case, the literal identified by "from" is being
5906 coalesced with another literal identified by "to". If the literal is
5907 unused and is being removed altogether, "to.abfd" will be NULL.
5908 The removed_literal entries are kept on a per-section list, sorted
5909 by the "from" offset field. */
5910
5911 typedef struct removed_literal_struct removed_literal;
5912 typedef struct removed_literal_map_entry_struct removed_literal_map_entry;
5913 typedef struct removed_literal_list_struct removed_literal_list;
5914
5915 struct removed_literal_struct
5916 {
5917 r_reloc from;
5918 r_reloc to;
5919 removed_literal *next;
5920 };
5921
5922 struct removed_literal_map_entry_struct
5923 {
5924 bfd_vma addr;
5925 removed_literal *literal;
5926 };
5927
5928 struct removed_literal_list_struct
5929 {
5930 removed_literal *head;
5931 removed_literal *tail;
5932
5933 unsigned n_map;
5934 removed_literal_map_entry *map;
5935 };
5936
5937
5938 /* Record that the literal at "from" is being removed. If "to" is not
5939 NULL, the "from" literal is being coalesced with the "to" literal. */
5940
5941 static void
5942 add_removed_literal (removed_literal_list *removed_list,
5943 const r_reloc *from,
5944 const r_reloc *to)
5945 {
5946 removed_literal *r, *new_r, *next_r;
5947
5948 new_r = (removed_literal *) bfd_zmalloc (sizeof (removed_literal));
5949
5950 new_r->from = *from;
5951 if (to)
5952 new_r->to = *to;
5953 else
5954 new_r->to.abfd = NULL;
5955 new_r->next = NULL;
5956
5957 r = removed_list->head;
5958 if (r == NULL)
5959 {
5960 removed_list->head = new_r;
5961 removed_list->tail = new_r;
5962 }
5963 /* Special check for common case of append. */
5964 else if (removed_list->tail->from.target_offset < from->target_offset)
5965 {
5966 removed_list->tail->next = new_r;
5967 removed_list->tail = new_r;
5968 }
5969 else
5970 {
5971 while (r->from.target_offset < from->target_offset && r->next)
5972 {
5973 r = r->next;
5974 }
5975 next_r = r->next;
5976 r->next = new_r;
5977 new_r->next = next_r;
5978 if (next_r == NULL)
5979 removed_list->tail = new_r;
5980 }
5981 }
5982
5983 static void
5984 map_removed_literal (removed_literal_list *removed_list)
5985 {
5986 unsigned n_map = 0;
5987 unsigned i;
5988 removed_literal_map_entry *map = NULL;
5989 removed_literal *r = removed_list->head;
5990
5991 for (i = 0; r; ++i, r = r->next)
5992 {
5993 if (i == n_map)
5994 {
5995 n_map = (n_map * 2) + 2;
5996 map = bfd_realloc (map, n_map * sizeof (*map));
5997 }
5998 map[i].addr = r->from.target_offset;
5999 map[i].literal = r;
6000 }
6001 removed_list->map = map;
6002 removed_list->n_map = i;
6003 }
6004
6005 static int
6006 removed_literal_compare (const void *a, const void *b)
6007 {
6008 const bfd_vma *key = a;
6009 const removed_literal_map_entry *memb = b;
6010
6011 if (*key == memb->addr)
6012 return 0;
6013 else
6014 return *key < memb->addr ? -1 : 1;
6015 }
6016
6017 /* Check if the list of removed literals contains an entry for the
6018 given address. Return the entry if found. */
6019
6020 static removed_literal *
6021 find_removed_literal (removed_literal_list *removed_list, bfd_vma addr)
6022 {
6023 removed_literal_map_entry *p;
6024 removed_literal *r = NULL;
6025
6026 if (removed_list->map == NULL)
6027 map_removed_literal (removed_list);
6028
6029 if (removed_list->map != NULL)
6030 {
6031 p = bsearch (&addr, removed_list->map, removed_list->n_map,
6032 sizeof (*removed_list->map), removed_literal_compare);
6033 if (p)
6034 {
6035 while (p != removed_list->map && (p - 1)->addr == addr)
6036 --p;
6037 r = p->literal;
6038 }
6039 }
6040 return r;
6041 }
6042
6043
6044 #if DEBUG
6045
6046 static void
6047 print_removed_literals (FILE *fp, removed_literal_list *removed_list)
6048 {
6049 removed_literal *r;
6050 r = removed_list->head;
6051 if (r)
6052 fprintf (fp, "Removed Literals\n");
6053 for (; r != NULL; r = r->next)
6054 {
6055 print_r_reloc (fp, &r->from);
6056 fprintf (fp, " => ");
6057 if (r->to.abfd == NULL)
6058 fprintf (fp, "REMOVED");
6059 else
6060 print_r_reloc (fp, &r->to);
6061 fprintf (fp, "\n");
6062 }
6063 }
6064
6065 #endif /* DEBUG */
6066
6067 \f
6068 /* Per-section data for relaxation. */
6069
6070 typedef struct reloc_bfd_fix_struct reloc_bfd_fix;
6071
6072 struct xtensa_relax_info_struct
6073 {
6074 bool is_relaxable_literal_section;
6075 bool is_relaxable_asm_section;
6076 int visited; /* Number of times visited. */
6077
6078 source_reloc *src_relocs; /* Array[src_count]. */
6079 int src_count;
6080 int src_next; /* Next src_relocs entry to assign. */
6081
6082 removed_literal_list removed_list;
6083 text_action_list action_list;
6084
6085 reloc_bfd_fix *fix_list;
6086 reloc_bfd_fix *fix_array;
6087 unsigned fix_array_count;
6088
6089 /* Support for expanding the reloc array that is stored
6090 in the section structure. If the relocations have been
6091 reallocated, the newly allocated relocations will be referenced
6092 here along with the actual size allocated. The relocation
6093 count will always be found in the section structure. */
6094 Elf_Internal_Rela *allocated_relocs;
6095 unsigned relocs_count;
6096 unsigned allocated_relocs_count;
6097 };
6098
6099 struct elf_xtensa_section_data
6100 {
6101 struct bfd_elf_section_data elf;
6102 xtensa_relax_info relax_info;
6103 };
6104
6105
6106 static bool
6107 elf_xtensa_new_section_hook (bfd *abfd, asection *sec)
6108 {
6109 if (!sec->used_by_bfd)
6110 {
6111 struct elf_xtensa_section_data *sdata;
6112 size_t amt = sizeof (*sdata);
6113
6114 sdata = bfd_zalloc (abfd, amt);
6115 if (sdata == NULL)
6116 return false;
6117 sec->used_by_bfd = sdata;
6118 }
6119
6120 return _bfd_elf_new_section_hook (abfd, sec);
6121 }
6122
6123
6124 static xtensa_relax_info *
6125 get_xtensa_relax_info (asection *sec)
6126 {
6127 struct elf_xtensa_section_data *section_data;
6128
6129 /* No info available if no section or if it is an output section. */
6130 if (!sec || sec == sec->output_section)
6131 return NULL;
6132
6133 section_data = (struct elf_xtensa_section_data *) elf_section_data (sec);
6134 return &section_data->relax_info;
6135 }
6136
6137
6138 static void
6139 init_xtensa_relax_info (asection *sec)
6140 {
6141 xtensa_relax_info *relax_info = get_xtensa_relax_info (sec);
6142
6143 relax_info->is_relaxable_literal_section = false;
6144 relax_info->is_relaxable_asm_section = false;
6145 relax_info->visited = 0;
6146
6147 relax_info->src_relocs = NULL;
6148 relax_info->src_count = 0;
6149 relax_info->src_next = 0;
6150
6151 relax_info->removed_list.head = NULL;
6152 relax_info->removed_list.tail = NULL;
6153
6154 relax_info->action_list.tree = splay_tree_new (text_action_compare,
6155 NULL, NULL);
6156 relax_info->action_list.map.n_entries = 0;
6157 relax_info->action_list.map.entry = NULL;
6158
6159 relax_info->fix_list = NULL;
6160 relax_info->fix_array = NULL;
6161 relax_info->fix_array_count = 0;
6162
6163 relax_info->allocated_relocs = NULL;
6164 relax_info->relocs_count = 0;
6165 relax_info->allocated_relocs_count = 0;
6166 }
6167
6168 \f
6169 /* Coalescing literals may require a relocation to refer to a section in
6170 a different input file, but the standard relocation information
6171 cannot express that. Instead, the reloc_bfd_fix structures are used
6172 to "fix" the relocations that refer to sections in other input files.
6173 These structures are kept on per-section lists. The "src_type" field
6174 records the relocation type in case there are multiple relocations on
6175 the same location. FIXME: This is ugly; an alternative might be to
6176 add new symbols with the "owner" field to some other input file. */
6177
6178 struct reloc_bfd_fix_struct
6179 {
6180 asection *src_sec;
6181 bfd_vma src_offset;
6182 unsigned src_type; /* Relocation type. */
6183
6184 asection *target_sec;
6185 bfd_vma target_offset;
6186 bool translated;
6187
6188 reloc_bfd_fix *next;
6189 };
6190
6191
6192 static reloc_bfd_fix *
6193 reloc_bfd_fix_init (asection *src_sec,
6194 bfd_vma src_offset,
6195 unsigned src_type,
6196 asection *target_sec,
6197 bfd_vma target_offset,
6198 bool translated)
6199 {
6200 reloc_bfd_fix *fix;
6201
6202 fix = (reloc_bfd_fix *) bfd_malloc (sizeof (reloc_bfd_fix));
6203 fix->src_sec = src_sec;
6204 fix->src_offset = src_offset;
6205 fix->src_type = src_type;
6206 fix->target_sec = target_sec;
6207 fix->target_offset = target_offset;
6208 fix->translated = translated;
6209
6210 return fix;
6211 }
6212
6213
6214 static void
6215 add_fix (asection *src_sec, reloc_bfd_fix *fix)
6216 {
6217 xtensa_relax_info *relax_info;
6218
6219 relax_info = get_xtensa_relax_info (src_sec);
6220 fix->next = relax_info->fix_list;
6221 relax_info->fix_list = fix;
6222 }
6223
6224
6225 static int
6226 fix_compare (const void *ap, const void *bp)
6227 {
6228 const reloc_bfd_fix *a = (const reloc_bfd_fix *) ap;
6229 const reloc_bfd_fix *b = (const reloc_bfd_fix *) bp;
6230
6231 if (a->src_offset != b->src_offset)
6232 return (a->src_offset - b->src_offset);
6233 return (a->src_type - b->src_type);
6234 }
6235
6236
6237 static void
6238 cache_fix_array (asection *sec)
6239 {
6240 unsigned i, count = 0;
6241 reloc_bfd_fix *r;
6242 xtensa_relax_info *relax_info = get_xtensa_relax_info (sec);
6243
6244 if (relax_info == NULL)
6245 return;
6246 if (relax_info->fix_list == NULL)
6247 return;
6248
6249 for (r = relax_info->fix_list; r != NULL; r = r->next)
6250 count++;
6251
6252 relax_info->fix_array =
6253 (reloc_bfd_fix *) bfd_malloc (sizeof (reloc_bfd_fix) * count);
6254 relax_info->fix_array_count = count;
6255
6256 r = relax_info->fix_list;
6257 for (i = 0; i < count; i++, r = r->next)
6258 {
6259 relax_info->fix_array[count - 1 - i] = *r;
6260 relax_info->fix_array[count - 1 - i].next = NULL;
6261 }
6262
6263 qsort (relax_info->fix_array, relax_info->fix_array_count,
6264 sizeof (reloc_bfd_fix), fix_compare);
6265 }
6266
6267
6268 static reloc_bfd_fix *
6269 get_bfd_fix (asection *sec, bfd_vma offset, unsigned type)
6270 {
6271 xtensa_relax_info *relax_info = get_xtensa_relax_info (sec);
6272 reloc_bfd_fix *rv;
6273 reloc_bfd_fix key;
6274
6275 if (relax_info == NULL)
6276 return NULL;
6277 if (relax_info->fix_list == NULL)
6278 return NULL;
6279
6280 if (relax_info->fix_array == NULL)
6281 cache_fix_array (sec);
6282
6283 key.src_offset = offset;
6284 key.src_type = type;
6285 rv = bsearch (&key, relax_info->fix_array, relax_info->fix_array_count,
6286 sizeof (reloc_bfd_fix), fix_compare);
6287 return rv;
6288 }
6289
6290 \f
6291 /* Section caching. */
6292
6293 typedef struct section_cache_struct section_cache_t;
6294
6295 struct section_cache_struct
6296 {
6297 asection *sec;
6298
6299 bfd_byte *contents; /* Cache of the section contents. */
6300 bfd_size_type content_length;
6301
6302 property_table_entry *ptbl; /* Cache of the section property table. */
6303 unsigned pte_count;
6304
6305 Elf_Internal_Rela *relocs; /* Cache of the section relocations. */
6306 unsigned reloc_count;
6307 };
6308
6309
6310 static void
6311 init_section_cache (section_cache_t *sec_cache)
6312 {
6313 memset (sec_cache, 0, sizeof (*sec_cache));
6314 }
6315
6316
6317 static void
6318 free_section_cache (section_cache_t *sec_cache)
6319 {
6320 if (sec_cache->sec)
6321 {
6322 release_contents (sec_cache->sec, sec_cache->contents);
6323 release_internal_relocs (sec_cache->sec, sec_cache->relocs);
6324 free (sec_cache->ptbl);
6325 }
6326 }
6327
6328
6329 static bool
6330 section_cache_section (section_cache_t *sec_cache,
6331 asection *sec,
6332 struct bfd_link_info *link_info)
6333 {
6334 bfd *abfd;
6335 property_table_entry *prop_table = NULL;
6336 int ptblsize = 0;
6337 bfd_byte *contents = NULL;
6338 Elf_Internal_Rela *internal_relocs = NULL;
6339 bfd_size_type sec_size;
6340
6341 if (sec == NULL)
6342 return false;
6343 if (sec == sec_cache->sec)
6344 return true;
6345
6346 abfd = sec->owner;
6347 sec_size = bfd_get_section_limit (abfd, sec);
6348
6349 /* Get the contents. */
6350 contents = retrieve_contents (abfd, sec, link_info->keep_memory);
6351 if (contents == NULL && sec_size != 0)
6352 goto err;
6353
6354 /* Get the relocations. */
6355 internal_relocs = retrieve_internal_relocs (abfd, sec,
6356 link_info->keep_memory);
6357
6358 /* Get the entry table. */
6359 ptblsize = xtensa_read_table_entries (abfd, sec, &prop_table,
6360 XTENSA_PROP_SEC_NAME, false);
6361 if (ptblsize < 0)
6362 goto err;
6363
6364 /* Fill in the new section cache. */
6365 free_section_cache (sec_cache);
6366 init_section_cache (sec_cache);
6367
6368 sec_cache->sec = sec;
6369 sec_cache->contents = contents;
6370 sec_cache->content_length = sec_size;
6371 sec_cache->relocs = internal_relocs;
6372 sec_cache->reloc_count = sec->reloc_count;
6373 sec_cache->pte_count = ptblsize;
6374 sec_cache->ptbl = prop_table;
6375
6376 return true;
6377
6378 err:
6379 release_contents (sec, contents);
6380 release_internal_relocs (sec, internal_relocs);
6381 free (prop_table);
6382 return false;
6383 }
6384
6385 \f
6386 /* Extended basic blocks. */
6387
6388 /* An ebb_struct represents an Extended Basic Block. Within this
6389 range, we guarantee that all instructions are decodable, the
6390 property table entries are contiguous, and no property table
6391 specifies a segment that cannot have instructions moved. This
6392 structure contains caches of the contents, property table and
6393 relocations for the specified section for easy use. The range is
6394 specified by ranges of indices for the byte offset, property table
6395 offsets and relocation offsets. These must be consistent. */
6396
6397 typedef struct ebb_struct ebb_t;
6398
6399 struct ebb_struct
6400 {
6401 asection *sec;
6402
6403 bfd_byte *contents; /* Cache of the section contents. */
6404 bfd_size_type content_length;
6405
6406 property_table_entry *ptbl; /* Cache of the section property table. */
6407 unsigned pte_count;
6408
6409 Elf_Internal_Rela *relocs; /* Cache of the section relocations. */
6410 unsigned reloc_count;
6411
6412 bfd_vma start_offset; /* Offset in section. */
6413 unsigned start_ptbl_idx; /* Offset in the property table. */
6414 unsigned start_reloc_idx; /* Offset in the relocations. */
6415
6416 bfd_vma end_offset;
6417 unsigned end_ptbl_idx;
6418 unsigned end_reloc_idx;
6419
6420 bool ends_section; /* Is this the last ebb in a section? */
6421
6422 /* The unreachable property table at the end of this set of blocks;
6423 NULL if the end is not an unreachable block. */
6424 property_table_entry *ends_unreachable;
6425 };
6426
6427
6428 enum ebb_target_enum
6429 {
6430 EBB_NO_ALIGN = 0,
6431 EBB_DESIRE_TGT_ALIGN,
6432 EBB_REQUIRE_TGT_ALIGN,
6433 EBB_REQUIRE_LOOP_ALIGN,
6434 EBB_REQUIRE_ALIGN
6435 };
6436
6437
6438 /* proposed_action_struct is similar to the text_action_struct except
6439 that is represents a potential transformation, not one that will
6440 occur. We build a list of these for an extended basic block
6441 and use them to compute the actual actions desired. We must be
6442 careful that the entire set of actual actions we perform do not
6443 break any relocations that would fit if the actions were not
6444 performed. */
6445
6446 typedef struct proposed_action_struct proposed_action;
6447
6448 struct proposed_action_struct
6449 {
6450 enum ebb_target_enum align_type; /* for the target alignment */
6451 bfd_vma alignment_pow;
6452 text_action_t action;
6453 bfd_vma offset;
6454 int removed_bytes;
6455 bool do_action; /* If false, then we will not perform the action. */
6456 };
6457
6458
6459 /* The ebb_constraint_struct keeps a set of proposed actions for an
6460 extended basic block. */
6461
6462 typedef struct ebb_constraint_struct ebb_constraint;
6463
6464 struct ebb_constraint_struct
6465 {
6466 ebb_t ebb;
6467 bool start_movable;
6468
6469 /* Bytes of extra space at the beginning if movable. */
6470 int start_extra_space;
6471
6472 enum ebb_target_enum start_align;
6473
6474 bool end_movable;
6475
6476 /* Bytes of extra space at the end if movable. */
6477 int end_extra_space;
6478
6479 unsigned action_count;
6480 unsigned action_allocated;
6481
6482 /* Array of proposed actions. */
6483 proposed_action *actions;
6484
6485 /* Action alignments -- one for each proposed action. */
6486 enum ebb_target_enum *action_aligns;
6487 };
6488
6489
6490 static void
6491 init_ebb_constraint (ebb_constraint *c)
6492 {
6493 memset (c, 0, sizeof (ebb_constraint));
6494 }
6495
6496
6497 static void
6498 free_ebb_constraint (ebb_constraint *c)
6499 {
6500 free (c->actions);
6501 }
6502
6503
6504 static void
6505 init_ebb (ebb_t *ebb,
6506 asection *sec,
6507 bfd_byte *contents,
6508 bfd_size_type content_length,
6509 property_table_entry *prop_table,
6510 unsigned ptblsize,
6511 Elf_Internal_Rela *internal_relocs,
6512 unsigned reloc_count)
6513 {
6514 memset (ebb, 0, sizeof (ebb_t));
6515 ebb->sec = sec;
6516 ebb->contents = contents;
6517 ebb->content_length = content_length;
6518 ebb->ptbl = prop_table;
6519 ebb->pte_count = ptblsize;
6520 ebb->relocs = internal_relocs;
6521 ebb->reloc_count = reloc_count;
6522 ebb->start_offset = 0;
6523 ebb->end_offset = ebb->content_length - 1;
6524 ebb->start_ptbl_idx = 0;
6525 ebb->end_ptbl_idx = ptblsize;
6526 ebb->start_reloc_idx = 0;
6527 ebb->end_reloc_idx = reloc_count;
6528 }
6529
6530
6531 /* Extend the ebb to all decodable contiguous sections. The algorithm
6532 for building a basic block around an instruction is to push it
6533 forward until we hit the end of a section, an unreachable block or
6534 a block that cannot be transformed. Then we push it backwards
6535 searching for similar conditions. */
6536
6537 static bool extend_ebb_bounds_forward (ebb_t *);
6538 static bool extend_ebb_bounds_backward (ebb_t *);
6539 static bfd_size_type insn_block_decodable_len
6540 (bfd_byte *, bfd_size_type, bfd_vma, bfd_size_type);
6541
6542 static bool
6543 extend_ebb_bounds (ebb_t *ebb)
6544 {
6545 if (!extend_ebb_bounds_forward (ebb))
6546 return false;
6547 if (!extend_ebb_bounds_backward (ebb))
6548 return false;
6549 return true;
6550 }
6551
6552
6553 static bool
6554 extend_ebb_bounds_forward (ebb_t *ebb)
6555 {
6556 property_table_entry *the_entry, *new_entry;
6557
6558 the_entry = &ebb->ptbl[ebb->end_ptbl_idx];
6559
6560 /* Stop when (1) we cannot decode an instruction, (2) we are at
6561 the end of the property tables, (3) we hit a non-contiguous property
6562 table entry, (4) we hit a NO_TRANSFORM region. */
6563
6564 while (1)
6565 {
6566 bfd_vma entry_end;
6567 bfd_size_type insn_block_len;
6568
6569 entry_end = the_entry->address - ebb->sec->vma + the_entry->size;
6570 insn_block_len =
6571 insn_block_decodable_len (ebb->contents, ebb->content_length,
6572 ebb->end_offset,
6573 entry_end - ebb->end_offset);
6574 if (insn_block_len != (entry_end - ebb->end_offset))
6575 {
6576 _bfd_error_handler
6577 /* xgettext:c-format */
6578 (_("%pB(%pA+%#" PRIx64 "): could not decode instruction; "
6579 "possible configuration mismatch"),
6580 ebb->sec->owner, ebb->sec,
6581 (uint64_t) (ebb->end_offset + insn_block_len));
6582 return false;
6583 }
6584 ebb->end_offset += insn_block_len;
6585
6586 if (ebb->end_offset == ebb->sec->size)
6587 ebb->ends_section = true;
6588
6589 /* Update the reloc counter. */
6590 while (ebb->end_reloc_idx + 1 < ebb->reloc_count
6591 && (ebb->relocs[ebb->end_reloc_idx + 1].r_offset
6592 < ebb->end_offset))
6593 {
6594 ebb->end_reloc_idx++;
6595 }
6596
6597 if (ebb->end_ptbl_idx + 1 == ebb->pte_count)
6598 return true;
6599
6600 new_entry = &ebb->ptbl[ebb->end_ptbl_idx + 1];
6601 if (((new_entry->flags & XTENSA_PROP_INSN) == 0)
6602 || ((new_entry->flags & XTENSA_PROP_NO_TRANSFORM) != 0)
6603 || ((the_entry->flags & XTENSA_PROP_ALIGN) != 0))
6604 break;
6605
6606 if (the_entry->address + the_entry->size != new_entry->address)
6607 break;
6608
6609 the_entry = new_entry;
6610 ebb->end_ptbl_idx++;
6611 }
6612
6613 /* Quick check for an unreachable or end of file just at the end. */
6614 if (ebb->end_ptbl_idx + 1 == ebb->pte_count)
6615 {
6616 if (ebb->end_offset == ebb->content_length)
6617 ebb->ends_section = true;
6618 }
6619 else
6620 {
6621 new_entry = &ebb->ptbl[ebb->end_ptbl_idx + 1];
6622 if ((new_entry->flags & XTENSA_PROP_UNREACHABLE) != 0
6623 && the_entry->address + the_entry->size == new_entry->address)
6624 ebb->ends_unreachable = new_entry;
6625 }
6626
6627 /* Any other ending requires exact alignment. */
6628 return true;
6629 }
6630
6631
6632 static bool
6633 extend_ebb_bounds_backward (ebb_t *ebb)
6634 {
6635 property_table_entry *the_entry, *new_entry;
6636
6637 the_entry = &ebb->ptbl[ebb->start_ptbl_idx];
6638
6639 /* Stop when (1) we cannot decode the instructions in the current entry.
6640 (2) we are at the beginning of the property tables, (3) we hit a
6641 non-contiguous property table entry, (4) we hit a NO_TRANSFORM region. */
6642
6643 while (1)
6644 {
6645 bfd_vma block_begin;
6646 bfd_size_type insn_block_len;
6647
6648 block_begin = the_entry->address - ebb->sec->vma;
6649 insn_block_len =
6650 insn_block_decodable_len (ebb->contents, ebb->content_length,
6651 block_begin,
6652 ebb->start_offset - block_begin);
6653 if (insn_block_len != ebb->start_offset - block_begin)
6654 {
6655 _bfd_error_handler
6656 /* xgettext:c-format */
6657 (_("%pB(%pA+%#" PRIx64 "): could not decode instruction; "
6658 "possible configuration mismatch"),
6659 ebb->sec->owner, ebb->sec,
6660 (uint64_t) (ebb->end_offset + insn_block_len));
6661 return false;
6662 }
6663 ebb->start_offset -= insn_block_len;
6664
6665 /* Update the reloc counter. */
6666 while (ebb->start_reloc_idx > 0
6667 && (ebb->relocs[ebb->start_reloc_idx - 1].r_offset
6668 >= ebb->start_offset))
6669 {
6670 ebb->start_reloc_idx--;
6671 }
6672
6673 if (ebb->start_ptbl_idx == 0)
6674 return true;
6675
6676 new_entry = &ebb->ptbl[ebb->start_ptbl_idx - 1];
6677 if ((new_entry->flags & XTENSA_PROP_INSN) == 0
6678 || ((new_entry->flags & XTENSA_PROP_NO_TRANSFORM) != 0)
6679 || ((new_entry->flags & XTENSA_PROP_ALIGN) != 0))
6680 return true;
6681 if (new_entry->address + new_entry->size != the_entry->address)
6682 return true;
6683
6684 the_entry = new_entry;
6685 ebb->start_ptbl_idx--;
6686 }
6687 return true;
6688 }
6689
6690
6691 static bfd_size_type
6692 insn_block_decodable_len (bfd_byte *contents,
6693 bfd_size_type content_len,
6694 bfd_vma block_offset,
6695 bfd_size_type block_len)
6696 {
6697 bfd_vma offset = block_offset;
6698
6699 while (offset < block_offset + block_len)
6700 {
6701 bfd_size_type insn_len = 0;
6702
6703 insn_len = insn_decode_len (contents, content_len, offset);
6704 if (insn_len == 0)
6705 return (offset - block_offset);
6706 offset += insn_len;
6707 }
6708 return (offset - block_offset);
6709 }
6710
6711
6712 static void
6713 ebb_propose_action (ebb_constraint *c,
6714 enum ebb_target_enum align_type,
6715 bfd_vma alignment_pow,
6716 text_action_t action,
6717 bfd_vma offset,
6718 int removed_bytes,
6719 bool do_action)
6720 {
6721 proposed_action *act;
6722
6723 if (c->action_allocated <= c->action_count)
6724 {
6725 unsigned new_allocated, i;
6726 proposed_action *new_actions;
6727
6728 new_allocated = (c->action_count + 2) * 2;
6729 new_actions = (proposed_action *)
6730 bfd_zmalloc (sizeof (proposed_action) * new_allocated);
6731
6732 for (i = 0; i < c->action_count; i++)
6733 new_actions[i] = c->actions[i];
6734 free (c->actions);
6735 c->actions = new_actions;
6736 c->action_allocated = new_allocated;
6737 }
6738
6739 act = &c->actions[c->action_count];
6740 act->align_type = align_type;
6741 act->alignment_pow = alignment_pow;
6742 act->action = action;
6743 act->offset = offset;
6744 act->removed_bytes = removed_bytes;
6745 act->do_action = do_action;
6746
6747 c->action_count++;
6748 }
6749
6750 \f
6751 /* Access to internal relocations, section contents and symbols. */
6752
6753 /* During relaxation, we need to modify relocations, section contents,
6754 and symbol definitions, and we need to keep the original values from
6755 being reloaded from the input files, i.e., we need to "pin" the
6756 modified values in memory. We also want to continue to observe the
6757 setting of the "keep-memory" flag. The following functions wrap the
6758 standard BFD functions to take care of this for us. */
6759
6760 static Elf_Internal_Rela *
6761 retrieve_internal_relocs (bfd *abfd, asection *sec, bool keep_memory)
6762 {
6763 Elf_Internal_Rela *internal_relocs;
6764
6765 if ((sec->flags & SEC_LINKER_CREATED) != 0)
6766 return NULL;
6767
6768 internal_relocs = elf_section_data (sec)->relocs;
6769 if (internal_relocs == NULL)
6770 internal_relocs = (_bfd_elf_link_read_relocs
6771 (abfd, sec, NULL, NULL, keep_memory));
6772 return internal_relocs;
6773 }
6774
6775
6776 static void
6777 pin_internal_relocs (asection *sec, Elf_Internal_Rela *internal_relocs)
6778 {
6779 elf_section_data (sec)->relocs = internal_relocs;
6780 }
6781
6782
6783 static void
6784 release_internal_relocs (asection *sec, Elf_Internal_Rela *internal_relocs)
6785 {
6786 if (elf_section_data (sec)->relocs != internal_relocs)
6787 free (internal_relocs);
6788 }
6789
6790
6791 static bfd_byte *
6792 retrieve_contents (bfd *abfd, asection *sec, bool keep_memory)
6793 {
6794 bfd_byte *contents;
6795 bfd_size_type sec_size;
6796
6797 sec_size = bfd_get_section_limit (abfd, sec);
6798 contents = elf_section_data (sec)->this_hdr.contents;
6799
6800 if (contents == NULL && sec_size != 0)
6801 {
6802 if (!bfd_malloc_and_get_section (abfd, sec, &contents))
6803 {
6804 free (contents);
6805 return NULL;
6806 }
6807 if (keep_memory)
6808 elf_section_data (sec)->this_hdr.contents = contents;
6809 }
6810 return contents;
6811 }
6812
6813
6814 static void
6815 pin_contents (asection *sec, bfd_byte *contents)
6816 {
6817 elf_section_data (sec)->this_hdr.contents = contents;
6818 }
6819
6820
6821 static void
6822 release_contents (asection *sec, bfd_byte *contents)
6823 {
6824 if (elf_section_data (sec)->this_hdr.contents != contents)
6825 free (contents);
6826 }
6827
6828
6829 static Elf_Internal_Sym *
6830 retrieve_local_syms (bfd *input_bfd)
6831 {
6832 Elf_Internal_Shdr *symtab_hdr;
6833 Elf_Internal_Sym *isymbuf;
6834 size_t locsymcount;
6835
6836 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
6837 locsymcount = symtab_hdr->sh_info;
6838
6839 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
6840 if (isymbuf == NULL && locsymcount != 0)
6841 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, locsymcount, 0,
6842 NULL, NULL, NULL);
6843
6844 /* Save the symbols for this input file so they won't be read again. */
6845 if (isymbuf && isymbuf != (Elf_Internal_Sym *) symtab_hdr->contents)
6846 symtab_hdr->contents = (unsigned char *) isymbuf;
6847
6848 return isymbuf;
6849 }
6850
6851 \f
6852 /* Code for link-time relaxation. */
6853
6854 /* Initialization for relaxation: */
6855 static bool analyze_relocations (struct bfd_link_info *);
6856 static bool find_relaxable_sections
6857 (bfd *, asection *, struct bfd_link_info *, bool *);
6858 static bool collect_source_relocs
6859 (bfd *, asection *, struct bfd_link_info *);
6860 static bool is_resolvable_asm_expansion
6861 (bfd *, asection *, bfd_byte *, Elf_Internal_Rela *, struct bfd_link_info *,
6862 bool *);
6863 static Elf_Internal_Rela *find_associated_l32r_irel
6864 (bfd *, asection *, bfd_byte *, Elf_Internal_Rela *, Elf_Internal_Rela *);
6865 static bool compute_text_actions
6866 (bfd *, asection *, struct bfd_link_info *);
6867 static bool compute_ebb_proposed_actions (ebb_constraint *);
6868 static bool compute_ebb_actions (ebb_constraint *);
6869 typedef struct reloc_range_list_struct reloc_range_list;
6870 static bool check_section_ebb_pcrels_fit
6871 (bfd *, asection *, bfd_byte *, Elf_Internal_Rela *,
6872 reloc_range_list *, const ebb_constraint *,
6873 const xtensa_opcode *);
6874 static bool check_section_ebb_reduces (const ebb_constraint *);
6875 static void text_action_add_proposed
6876 (text_action_list *, const ebb_constraint *, asection *);
6877
6878 /* First pass: */
6879 static bool compute_removed_literals
6880 (bfd *, asection *, struct bfd_link_info *, value_map_hash_table *);
6881 static Elf_Internal_Rela *get_irel_at_offset
6882 (asection *, Elf_Internal_Rela *, bfd_vma);
6883 static bool is_removable_literal
6884 (const source_reloc *, int, const source_reloc *, int, asection *,
6885 property_table_entry *, int);
6886 static bool remove_dead_literal
6887 (bfd *, asection *, struct bfd_link_info *, Elf_Internal_Rela *,
6888 Elf_Internal_Rela *, source_reloc *, property_table_entry *, int);
6889 static bool identify_literal_placement
6890 (bfd *, asection *, bfd_byte *, struct bfd_link_info *,
6891 value_map_hash_table *, bool *, Elf_Internal_Rela *, int,
6892 source_reloc *, property_table_entry *, int, section_cache_t *,
6893 bool);
6894 static bool relocations_reach (source_reloc *, int, const r_reloc *);
6895 static bool coalesce_shared_literal
6896 (asection *, source_reloc *, property_table_entry *, int, value_map *);
6897 static bool move_shared_literal
6898 (asection *, struct bfd_link_info *, source_reloc *, property_table_entry *,
6899 int, const r_reloc *, const literal_value *, section_cache_t *);
6900
6901 /* Second pass: */
6902 static bool relax_section (bfd *, asection *, struct bfd_link_info *);
6903 static bool translate_section_fixes (asection *);
6904 static bool translate_reloc_bfd_fix (reloc_bfd_fix *);
6905 static asection *translate_reloc (const r_reloc *, r_reloc *, asection *);
6906 static void shrink_dynamic_reloc_sections
6907 (struct bfd_link_info *, bfd *, asection *, Elf_Internal_Rela *);
6908 static bool move_literal
6909 (bfd *, struct bfd_link_info *, asection *, bfd_vma, bfd_byte *,
6910 xtensa_relax_info *, Elf_Internal_Rela **, const literal_value *);
6911 static bool relax_property_section
6912 (bfd *, asection *, struct bfd_link_info *);
6913
6914 /* Third pass: */
6915 static bool relax_section_symbols (bfd *, asection *);
6916
6917
6918 static bool
6919 elf_xtensa_relax_section (bfd *abfd,
6920 asection *sec,
6921 struct bfd_link_info *link_info,
6922 bool *again)
6923 {
6924 static value_map_hash_table *values = NULL;
6925 static bool relocations_analyzed = false;
6926 xtensa_relax_info *relax_info;
6927
6928 if (!relocations_analyzed)
6929 {
6930 /* Do some overall initialization for relaxation. */
6931 values = value_map_hash_table_init ();
6932 if (values == NULL)
6933 return false;
6934 relaxing_section = true;
6935 if (!analyze_relocations (link_info))
6936 return false;
6937 relocations_analyzed = true;
6938 }
6939 *again = false;
6940
6941 /* Don't mess with linker-created sections. */
6942 if ((sec->flags & SEC_LINKER_CREATED) != 0)
6943 return true;
6944
6945 relax_info = get_xtensa_relax_info (sec);
6946 BFD_ASSERT (relax_info != NULL);
6947
6948 switch (relax_info->visited)
6949 {
6950 case 0:
6951 /* Note: It would be nice to fold this pass into
6952 analyze_relocations, but it is important for this step that the
6953 sections be examined in link order. */
6954 if (!compute_removed_literals (abfd, sec, link_info, values))
6955 return false;
6956 *again = true;
6957 break;
6958
6959 case 1:
6960 if (values)
6961 value_map_hash_table_delete (values);
6962 values = NULL;
6963 if (!relax_section (abfd, sec, link_info))
6964 return false;
6965 *again = true;
6966 break;
6967
6968 case 2:
6969 if (!relax_section_symbols (abfd, sec))
6970 return false;
6971 break;
6972 }
6973
6974 relax_info->visited++;
6975 return true;
6976 }
6977
6978 \f
6979 /* Initialization for relaxation. */
6980
6981 /* This function is called once at the start of relaxation. It scans
6982 all the input sections and marks the ones that are relaxable (i.e.,
6983 literal sections with L32R relocations against them), and then
6984 collects source_reloc information for all the relocations against
6985 those relaxable sections. During this process, it also detects
6986 longcalls, i.e., calls relaxed by the assembler into indirect
6987 calls, that can be optimized back into direct calls. Within each
6988 extended basic block (ebb) containing an optimized longcall, it
6989 computes a set of "text actions" that can be performed to remove
6990 the L32R associated with the longcall while optionally preserving
6991 branch target alignments. */
6992
6993 static bool
6994 analyze_relocations (struct bfd_link_info *link_info)
6995 {
6996 bfd *abfd;
6997 asection *sec;
6998 bool is_relaxable = false;
6999
7000 /* Initialize the per-section relaxation info. */
7001 for (abfd = link_info->input_bfds; abfd != NULL; abfd = abfd->link.next)
7002 for (sec = abfd->sections; sec != NULL; sec = sec->next)
7003 {
7004 init_xtensa_relax_info (sec);
7005 }
7006
7007 /* Mark relaxable sections (and count relocations against each one). */
7008 for (abfd = link_info->input_bfds; abfd != NULL; abfd = abfd->link.next)
7009 for (sec = abfd->sections; sec != NULL; sec = sec->next)
7010 {
7011 if (!find_relaxable_sections (abfd, sec, link_info, &is_relaxable))
7012 return false;
7013 }
7014
7015 /* Bail out if there are no relaxable sections. */
7016 if (!is_relaxable)
7017 return true;
7018
7019 /* Allocate space for source_relocs. */
7020 for (abfd = link_info->input_bfds; abfd != NULL; abfd = abfd->link.next)
7021 for (sec = abfd->sections; sec != NULL; sec = sec->next)
7022 {
7023 xtensa_relax_info *relax_info;
7024
7025 relax_info = get_xtensa_relax_info (sec);
7026 if (relax_info->is_relaxable_literal_section
7027 || relax_info->is_relaxable_asm_section)
7028 {
7029 relax_info->src_relocs = (source_reloc *)
7030 bfd_malloc (relax_info->src_count * sizeof (source_reloc));
7031 }
7032 else
7033 relax_info->src_count = 0;
7034 }
7035
7036 /* Collect info on relocations against each relaxable section. */
7037 for (abfd = link_info->input_bfds; abfd != NULL; abfd = abfd->link.next)
7038 for (sec = abfd->sections; sec != NULL; sec = sec->next)
7039 {
7040 if (!collect_source_relocs (abfd, sec, link_info))
7041 return false;
7042 }
7043
7044 /* Compute the text actions. */
7045 for (abfd = link_info->input_bfds; abfd != NULL; abfd = abfd->link.next)
7046 for (sec = abfd->sections; sec != NULL; sec = sec->next)
7047 {
7048 if (!compute_text_actions (abfd, sec, link_info))
7049 return false;
7050 }
7051
7052 return true;
7053 }
7054
7055
7056 /* Find all the sections that might be relaxed. The motivation for
7057 this pass is that collect_source_relocs() needs to record _all_ the
7058 relocations that target each relaxable section. That is expensive
7059 and unnecessary unless the target section is actually going to be
7060 relaxed. This pass identifies all such sections by checking if
7061 they have L32Rs pointing to them. In the process, the total number
7062 of relocations targeting each section is also counted so that we
7063 know how much space to allocate for source_relocs against each
7064 relaxable literal section. */
7065
7066 static bool
7067 find_relaxable_sections (bfd *abfd,
7068 asection *sec,
7069 struct bfd_link_info *link_info,
7070 bool *is_relaxable_p)
7071 {
7072 Elf_Internal_Rela *internal_relocs;
7073 bfd_byte *contents;
7074 bool ok = true;
7075 unsigned i;
7076 xtensa_relax_info *source_relax_info;
7077 bool is_l32r_reloc;
7078
7079 internal_relocs = retrieve_internal_relocs (abfd, sec,
7080 link_info->keep_memory);
7081 if (internal_relocs == NULL)
7082 return ok;
7083
7084 contents = retrieve_contents (abfd, sec, link_info->keep_memory);
7085 if (contents == NULL && sec->size != 0)
7086 {
7087 ok = false;
7088 goto error_return;
7089 }
7090
7091 source_relax_info = get_xtensa_relax_info (sec);
7092 for (i = 0; i < sec->reloc_count; i++)
7093 {
7094 Elf_Internal_Rela *irel = &internal_relocs[i];
7095 r_reloc r_rel;
7096 asection *target_sec;
7097 xtensa_relax_info *target_relax_info;
7098
7099 /* If this section has not already been marked as "relaxable", and
7100 if it contains any ASM_EXPAND relocations (marking expanded
7101 longcalls) that can be optimized into direct calls, then mark
7102 the section as "relaxable". */
7103 if (source_relax_info
7104 && !source_relax_info->is_relaxable_asm_section
7105 && ELF32_R_TYPE (irel->r_info) == R_XTENSA_ASM_EXPAND)
7106 {
7107 bool is_reachable = false;
7108 if (is_resolvable_asm_expansion (abfd, sec, contents, irel,
7109 link_info, &is_reachable)
7110 && is_reachable)
7111 {
7112 source_relax_info->is_relaxable_asm_section = true;
7113 *is_relaxable_p = true;
7114 }
7115 }
7116
7117 r_reloc_init (&r_rel, abfd, irel, contents,
7118 bfd_get_section_limit (abfd, sec));
7119
7120 target_sec = r_reloc_get_section (&r_rel);
7121 target_relax_info = get_xtensa_relax_info (target_sec);
7122 if (!target_relax_info)
7123 continue;
7124
7125 /* Count PC-relative operand relocations against the target section.
7126 Note: The conditions tested here must match the conditions under
7127 which init_source_reloc is called in collect_source_relocs(). */
7128 is_l32r_reloc = false;
7129 if (is_operand_relocation (ELF32_R_TYPE (irel->r_info)))
7130 {
7131 xtensa_opcode opcode =
7132 get_relocation_opcode (abfd, sec, contents, irel);
7133 if (opcode != XTENSA_UNDEFINED)
7134 {
7135 is_l32r_reloc = (opcode == get_l32r_opcode ());
7136 if (!is_alt_relocation (ELF32_R_TYPE (irel->r_info))
7137 || is_l32r_reloc)
7138 target_relax_info->src_count++;
7139 }
7140 }
7141
7142 if (is_l32r_reloc && r_reloc_is_defined (&r_rel))
7143 {
7144 /* Mark the target section as relaxable. */
7145 target_relax_info->is_relaxable_literal_section = true;
7146 *is_relaxable_p = true;
7147 }
7148 }
7149
7150 error_return:
7151 release_contents (sec, contents);
7152 release_internal_relocs (sec, internal_relocs);
7153 return ok;
7154 }
7155
7156
7157 /* Record _all_ the relocations that point to relaxable sections, and
7158 get rid of ASM_EXPAND relocs by either converting them to
7159 ASM_SIMPLIFY or by removing them. */
7160
7161 static bool
7162 collect_source_relocs (bfd *abfd,
7163 asection *sec,
7164 struct bfd_link_info *link_info)
7165 {
7166 Elf_Internal_Rela *internal_relocs;
7167 bfd_byte *contents;
7168 bool ok = true;
7169 unsigned i;
7170 bfd_size_type sec_size;
7171
7172 internal_relocs = retrieve_internal_relocs (abfd, sec,
7173 link_info->keep_memory);
7174 if (internal_relocs == NULL)
7175 return ok;
7176
7177 sec_size = bfd_get_section_limit (abfd, sec);
7178 contents = retrieve_contents (abfd, sec, link_info->keep_memory);
7179 if (contents == NULL && sec_size != 0)
7180 {
7181 ok = false;
7182 goto error_return;
7183 }
7184
7185 /* Record relocations against relaxable literal sections. */
7186 for (i = 0; i < sec->reloc_count; i++)
7187 {
7188 Elf_Internal_Rela *irel = &internal_relocs[i];
7189 r_reloc r_rel;
7190 asection *target_sec;
7191 xtensa_relax_info *target_relax_info;
7192
7193 r_reloc_init (&r_rel, abfd, irel, contents, sec_size);
7194
7195 target_sec = r_reloc_get_section (&r_rel);
7196 target_relax_info = get_xtensa_relax_info (target_sec);
7197
7198 if (target_relax_info
7199 && (target_relax_info->is_relaxable_literal_section
7200 || target_relax_info->is_relaxable_asm_section))
7201 {
7202 xtensa_opcode opcode = XTENSA_UNDEFINED;
7203 int opnd = -1;
7204 bool is_abs_literal = false;
7205
7206 if (is_alt_relocation (ELF32_R_TYPE (irel->r_info)))
7207 {
7208 /* None of the current alternate relocs are PC-relative,
7209 and only PC-relative relocs matter here. However, we
7210 still need to record the opcode for literal
7211 coalescing. */
7212 opcode = get_relocation_opcode (abfd, sec, contents, irel);
7213 if (opcode == get_l32r_opcode ())
7214 {
7215 is_abs_literal = true;
7216 opnd = 1;
7217 }
7218 else
7219 opcode = XTENSA_UNDEFINED;
7220 }
7221 else if (is_operand_relocation (ELF32_R_TYPE (irel->r_info)))
7222 {
7223 opcode = get_relocation_opcode (abfd, sec, contents, irel);
7224 opnd = get_relocation_opnd (opcode, ELF32_R_TYPE (irel->r_info));
7225 }
7226
7227 if (opcode != XTENSA_UNDEFINED)
7228 {
7229 int src_next = target_relax_info->src_next++;
7230 source_reloc *s_reloc = &target_relax_info->src_relocs[src_next];
7231
7232 init_source_reloc (s_reloc, sec, &r_rel, opcode, opnd,
7233 is_abs_literal);
7234 }
7235 }
7236 }
7237
7238 /* Now get rid of ASM_EXPAND relocations. At this point, the
7239 src_relocs array for the target literal section may still be
7240 incomplete, but it must at least contain the entries for the L32R
7241 relocations associated with ASM_EXPANDs because they were just
7242 added in the preceding loop over the relocations. */
7243
7244 for (i = 0; i < sec->reloc_count; i++)
7245 {
7246 Elf_Internal_Rela *irel = &internal_relocs[i];
7247 bool is_reachable;
7248
7249 if (!is_resolvable_asm_expansion (abfd, sec, contents, irel, link_info,
7250 &is_reachable))
7251 continue;
7252
7253 if (is_reachable)
7254 {
7255 Elf_Internal_Rela *l32r_irel;
7256 r_reloc r_rel;
7257 asection *target_sec;
7258 xtensa_relax_info *target_relax_info;
7259
7260 /* Mark the source_reloc for the L32R so that it will be
7261 removed in compute_removed_literals(), along with the
7262 associated literal. */
7263 l32r_irel = find_associated_l32r_irel (abfd, sec, contents,
7264 irel, internal_relocs);
7265 if (l32r_irel == NULL)
7266 continue;
7267
7268 r_reloc_init (&r_rel, abfd, l32r_irel, contents, sec_size);
7269
7270 target_sec = r_reloc_get_section (&r_rel);
7271 target_relax_info = get_xtensa_relax_info (target_sec);
7272
7273 if (target_relax_info
7274 && (target_relax_info->is_relaxable_literal_section
7275 || target_relax_info->is_relaxable_asm_section))
7276 {
7277 source_reloc *s_reloc;
7278
7279 /* Search the source_relocs for the entry corresponding to
7280 the l32r_irel. Note: The src_relocs array is not yet
7281 sorted, but it wouldn't matter anyway because we're
7282 searching by source offset instead of target offset. */
7283 s_reloc = find_source_reloc (target_relax_info->src_relocs,
7284 target_relax_info->src_next,
7285 sec, l32r_irel);
7286 BFD_ASSERT (s_reloc);
7287 s_reloc->is_null = true;
7288 }
7289
7290 /* Convert this reloc to ASM_SIMPLIFY. */
7291 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
7292 R_XTENSA_ASM_SIMPLIFY);
7293 l32r_irel->r_info = ELF32_R_INFO (0, R_XTENSA_NONE);
7294
7295 pin_internal_relocs (sec, internal_relocs);
7296 }
7297 else
7298 {
7299 /* It is resolvable but doesn't reach. We resolve now
7300 by eliminating the relocation -- the call will remain
7301 expanded into L32R/CALLX. */
7302 irel->r_info = ELF32_R_INFO (0, R_XTENSA_NONE);
7303 pin_internal_relocs (sec, internal_relocs);
7304 }
7305 }
7306
7307 error_return:
7308 release_contents (sec, contents);
7309 release_internal_relocs (sec, internal_relocs);
7310 return ok;
7311 }
7312
7313
7314 /* Return TRUE if the asm expansion can be resolved. Generally it can
7315 be resolved on a final link or when a partial link locates it in the
7316 same section as the target. Set "is_reachable" flag if the target of
7317 the call is within the range of a direct call, given the current VMA
7318 for this section and the target section. */
7319
7320 bool
7321 is_resolvable_asm_expansion (bfd *abfd,
7322 asection *sec,
7323 bfd_byte *contents,
7324 Elf_Internal_Rela *irel,
7325 struct bfd_link_info *link_info,
7326 bool *is_reachable_p)
7327 {
7328 asection *target_sec;
7329 asection *s;
7330 bfd_vma first_vma;
7331 bfd_vma last_vma;
7332 unsigned int first_align;
7333 unsigned int adjust;
7334 bfd_vma target_offset;
7335 r_reloc r_rel;
7336 xtensa_opcode opcode, direct_call_opcode;
7337 bfd_vma self_address;
7338 bfd_vma dest_address;
7339 bool uses_l32r;
7340 bfd_size_type sec_size;
7341
7342 *is_reachable_p = false;
7343
7344 if (contents == NULL)
7345 return false;
7346
7347 if (ELF32_R_TYPE (irel->r_info) != R_XTENSA_ASM_EXPAND)
7348 return false;
7349
7350 sec_size = bfd_get_section_limit (abfd, sec);
7351 opcode = get_expanded_call_opcode (contents + irel->r_offset,
7352 sec_size - irel->r_offset, &uses_l32r);
7353 /* Optimization of longcalls that use CONST16 is not yet implemented. */
7354 if (!uses_l32r)
7355 return false;
7356
7357 direct_call_opcode = swap_callx_for_call_opcode (opcode);
7358 if (direct_call_opcode == XTENSA_UNDEFINED)
7359 return false;
7360
7361 /* Check and see that the target resolves. */
7362 r_reloc_init (&r_rel, abfd, irel, contents, sec_size);
7363 if (!r_reloc_is_defined (&r_rel))
7364 return false;
7365
7366 target_sec = r_reloc_get_section (&r_rel);
7367 target_offset = r_rel.target_offset;
7368
7369 /* If the target is in a shared library, then it doesn't reach. This
7370 isn't supposed to come up because the compiler should never generate
7371 non-PIC calls on systems that use shared libraries, but the linker
7372 shouldn't crash regardless. */
7373 if (!target_sec->output_section)
7374 return false;
7375
7376 /* For relocatable sections, we can only simplify when the output
7377 section of the target is the same as the output section of the
7378 source. */
7379 if (bfd_link_relocatable (link_info)
7380 && (target_sec->output_section != sec->output_section
7381 || is_reloc_sym_weak (abfd, irel)))
7382 return false;
7383
7384 if (target_sec->output_section != sec->output_section)
7385 {
7386 /* If the two sections are sufficiently far away that relaxation
7387 might take the call out of range, we can't simplify. For
7388 example, a positive displacement call into another memory
7389 could get moved to a lower address due to literal removal,
7390 but the destination won't move, and so the displacment might
7391 get larger.
7392
7393 If the displacement is negative, assume the destination could
7394 move as far back as the start of the output section. The
7395 self_address will be at least as far into the output section
7396 as it is prior to relaxation.
7397
7398 If the displacement is postive, assume the destination will be in
7399 it's pre-relaxed location (because relaxation only makes sections
7400 smaller). The self_address could go all the way to the beginning
7401 of the output section. */
7402
7403 dest_address = target_sec->output_section->vma;
7404 self_address = sec->output_section->vma;
7405
7406 if (sec->output_section->vma > target_sec->output_section->vma)
7407 self_address += sec->output_offset + irel->r_offset + 3;
7408 else
7409 dest_address += bfd_get_section_limit (abfd, target_sec->output_section);
7410 /* Call targets should be four-byte aligned. */
7411 dest_address = (dest_address + 3) & ~3;
7412 }
7413 else
7414 {
7415
7416 self_address = (sec->output_section->vma
7417 + sec->output_offset + irel->r_offset + 3);
7418 dest_address = (target_sec->output_section->vma
7419 + target_sec->output_offset + target_offset);
7420 }
7421
7422 /* Adjust addresses with alignments for the worst case to see if call insn
7423 can fit. Don't relax l32r + callx to call if the target can be out of
7424 range due to alignment.
7425 Caller and target addresses are highest and lowest address.
7426 Search all sections between caller and target, looking for max alignment.
7427 The adjustment is max alignment bytes. If the alignment at the lowest
7428 address is less than the adjustment, apply the adjustment to highest
7429 address. */
7430
7431 /* Start from lowest address.
7432 Lowest address aligmnet is from input section.
7433 Initial alignment (adjust) is from input section. */
7434 if (dest_address > self_address)
7435 {
7436 s = sec->output_section;
7437 last_vma = dest_address;
7438 first_align = sec->alignment_power;
7439 adjust = target_sec->alignment_power;
7440 }
7441 else
7442 {
7443 s = target_sec->output_section;
7444 last_vma = self_address;
7445 first_align = target_sec->alignment_power;
7446 adjust = sec->alignment_power;
7447 }
7448
7449 first_vma = s->vma;
7450
7451 /* Find the largest alignment in output section list. */
7452 for (; s && s->vma >= first_vma && s->vma <= last_vma ; s = s->next)
7453 {
7454 if (s->alignment_power > adjust)
7455 adjust = s->alignment_power;
7456 }
7457
7458 if (adjust > first_align)
7459 {
7460 /* Alignment may enlarge the range, adjust highest address. */
7461 adjust = 1 << adjust;
7462 if (dest_address > self_address)
7463 {
7464 dest_address += adjust;
7465 }
7466 else
7467 {
7468 self_address += adjust;
7469 }
7470 }
7471
7472 *is_reachable_p = pcrel_reloc_fits (direct_call_opcode, 0,
7473 self_address, dest_address);
7474
7475 if ((self_address >> CALL_SEGMENT_BITS) !=
7476 (dest_address >> CALL_SEGMENT_BITS))
7477 return false;
7478
7479 return true;
7480 }
7481
7482
7483 static Elf_Internal_Rela *
7484 find_associated_l32r_irel (bfd *abfd,
7485 asection *sec,
7486 bfd_byte *contents,
7487 Elf_Internal_Rela *other_irel,
7488 Elf_Internal_Rela *internal_relocs)
7489 {
7490 unsigned i;
7491
7492 for (i = 0; i < sec->reloc_count; i++)
7493 {
7494 Elf_Internal_Rela *irel = &internal_relocs[i];
7495
7496 if (irel == other_irel)
7497 continue;
7498 if (irel->r_offset != other_irel->r_offset)
7499 continue;
7500 if (is_l32r_relocation (abfd, sec, contents, irel))
7501 return irel;
7502 }
7503
7504 return NULL;
7505 }
7506
7507
7508 static xtensa_opcode *
7509 build_reloc_opcodes (bfd *abfd,
7510 asection *sec,
7511 bfd_byte *contents,
7512 Elf_Internal_Rela *internal_relocs)
7513 {
7514 unsigned i;
7515 xtensa_opcode *reloc_opcodes =
7516 (xtensa_opcode *) bfd_malloc (sizeof (xtensa_opcode) * sec->reloc_count);
7517 for (i = 0; i < sec->reloc_count; i++)
7518 {
7519 Elf_Internal_Rela *irel = &internal_relocs[i];
7520 reloc_opcodes[i] = get_relocation_opcode (abfd, sec, contents, irel);
7521 }
7522 return reloc_opcodes;
7523 }
7524
7525 struct reloc_range_struct
7526 {
7527 bfd_vma addr;
7528 bool add; /* TRUE if start of a range, FALSE otherwise. */
7529 /* Original irel index in the array of relocations for a section. */
7530 unsigned irel_index;
7531 };
7532 typedef struct reloc_range_struct reloc_range;
7533
7534 typedef struct reloc_range_list_entry_struct reloc_range_list_entry;
7535 struct reloc_range_list_entry_struct
7536 {
7537 reloc_range_list_entry *next;
7538 reloc_range_list_entry *prev;
7539 Elf_Internal_Rela *irel;
7540 xtensa_opcode opcode;
7541 int opnum;
7542 };
7543
7544 struct reloc_range_list_struct
7545 {
7546 /* The rest of the structure is only meaningful when ok is TRUE. */
7547 bool ok;
7548
7549 unsigned n_range; /* Number of range markers. */
7550 reloc_range *range; /* Sorted range markers. */
7551
7552 unsigned first; /* Index of a first range element in the list. */
7553 unsigned last; /* One past index of a last range element in the list. */
7554
7555 unsigned n_list; /* Number of list elements. */
7556 reloc_range_list_entry *reloc; /* */
7557 reloc_range_list_entry list_root;
7558 };
7559
7560 static int
7561 reloc_range_compare (const void *a, const void *b)
7562 {
7563 const reloc_range *ra = a;
7564 const reloc_range *rb = b;
7565
7566 if (ra->addr != rb->addr)
7567 return ra->addr < rb->addr ? -1 : 1;
7568 if (ra->add != rb->add)
7569 return ra->add ? -1 : 1;
7570 return 0;
7571 }
7572
7573 static void
7574 build_reloc_ranges (bfd *abfd, asection *sec,
7575 bfd_byte *contents,
7576 Elf_Internal_Rela *internal_relocs,
7577 xtensa_opcode *reloc_opcodes,
7578 reloc_range_list *list)
7579 {
7580 unsigned i;
7581 size_t n = 0;
7582 size_t max_n = 0;
7583 reloc_range *ranges = NULL;
7584 reloc_range_list_entry *reloc =
7585 bfd_malloc (sec->reloc_count * sizeof (*reloc));
7586
7587 memset (list, 0, sizeof (*list));
7588 list->ok = true;
7589
7590 for (i = 0; i < sec->reloc_count; i++)
7591 {
7592 Elf_Internal_Rela *irel = &internal_relocs[i];
7593 int r_type = ELF32_R_TYPE (irel->r_info);
7594 reloc_howto_type *howto = &elf_howto_table[r_type];
7595 r_reloc r_rel;
7596
7597 if (r_type == R_XTENSA_ASM_SIMPLIFY
7598 || r_type == R_XTENSA_32_PCREL
7599 || !howto->pc_relative)
7600 continue;
7601
7602 r_reloc_init (&r_rel, abfd, irel, contents,
7603 bfd_get_section_limit (abfd, sec));
7604
7605 if (r_reloc_get_section (&r_rel) != sec)
7606 continue;
7607
7608 if (n + 2 > max_n)
7609 {
7610 max_n = (max_n + 2) * 2;
7611 ranges = bfd_realloc (ranges, max_n * sizeof (*ranges));
7612 }
7613
7614 ranges[n].addr = irel->r_offset;
7615 ranges[n + 1].addr = r_rel.target_offset;
7616
7617 ranges[n].add = ranges[n].addr < ranges[n + 1].addr;
7618 ranges[n + 1].add = !ranges[n].add;
7619
7620 ranges[n].irel_index = i;
7621 ranges[n + 1].irel_index = i;
7622
7623 n += 2;
7624
7625 reloc[i].irel = irel;
7626
7627 /* Every relocation won't possibly be checked in the optimized version of
7628 check_section_ebb_pcrels_fit, so this needs to be done here. */
7629 if (is_alt_relocation (ELF32_R_TYPE (irel->r_info)))
7630 {
7631 /* None of the current alternate relocs are PC-relative,
7632 and only PC-relative relocs matter here. */
7633 }
7634 else
7635 {
7636 xtensa_opcode opcode;
7637 int opnum;
7638
7639 if (reloc_opcodes)
7640 opcode = reloc_opcodes[i];
7641 else
7642 opcode = get_relocation_opcode (abfd, sec, contents, irel);
7643
7644 if (opcode == XTENSA_UNDEFINED)
7645 {
7646 list->ok = false;
7647 break;
7648 }
7649
7650 opnum = get_relocation_opnd (opcode, ELF32_R_TYPE (irel->r_info));
7651 if (opnum == XTENSA_UNDEFINED)
7652 {
7653 list->ok = false;
7654 break;
7655 }
7656
7657 /* Record relocation opcode and opnum as we've calculated them
7658 anyway and they won't change. */
7659 reloc[i].opcode = opcode;
7660 reloc[i].opnum = opnum;
7661 }
7662 }
7663
7664 if (list->ok)
7665 {
7666 ranges = bfd_realloc (ranges, n * sizeof (*ranges));
7667 qsort (ranges, n, sizeof (*ranges), reloc_range_compare);
7668
7669 list->n_range = n;
7670 list->range = ranges;
7671 list->reloc = reloc;
7672 list->list_root.prev = &list->list_root;
7673 list->list_root.next = &list->list_root;
7674 }
7675 else
7676 {
7677 free (ranges);
7678 free (reloc);
7679 }
7680 }
7681
7682 static void reloc_range_list_append (reloc_range_list *list,
7683 unsigned irel_index)
7684 {
7685 reloc_range_list_entry *entry = list->reloc + irel_index;
7686
7687 entry->prev = list->list_root.prev;
7688 entry->next = &list->list_root;
7689 entry->prev->next = entry;
7690 entry->next->prev = entry;
7691 ++list->n_list;
7692 }
7693
7694 static void reloc_range_list_remove (reloc_range_list *list,
7695 unsigned irel_index)
7696 {
7697 reloc_range_list_entry *entry = list->reloc + irel_index;
7698
7699 entry->next->prev = entry->prev;
7700 entry->prev->next = entry->next;
7701 --list->n_list;
7702 }
7703
7704 /* Update relocation list object so that it lists all relocations that cross
7705 [first; last] range. Range bounds should not decrease with successive
7706 invocations. */
7707 static void reloc_range_list_update_range (reloc_range_list *list,
7708 bfd_vma first, bfd_vma last)
7709 {
7710 /* This should not happen: EBBs are iterated from lower addresses to higher.
7711 But even if that happens there's no need to break: just flush current list
7712 and start from scratch. */
7713 if ((list->last > 0 && list->range[list->last - 1].addr > last) ||
7714 (list->first > 0 && list->range[list->first - 1].addr >= first))
7715 {
7716 list->first = 0;
7717 list->last = 0;
7718 list->n_list = 0;
7719 list->list_root.next = &list->list_root;
7720 list->list_root.prev = &list->list_root;
7721 fprintf (stderr, "%s: move backwards requested\n", __func__);
7722 }
7723
7724 for (; list->last < list->n_range &&
7725 list->range[list->last].addr <= last; ++list->last)
7726 if (list->range[list->last].add)
7727 reloc_range_list_append (list, list->range[list->last].irel_index);
7728
7729 for (; list->first < list->n_range &&
7730 list->range[list->first].addr < first; ++list->first)
7731 if (!list->range[list->first].add)
7732 reloc_range_list_remove (list, list->range[list->first].irel_index);
7733 }
7734
7735 static void free_reloc_range_list (reloc_range_list *list)
7736 {
7737 free (list->range);
7738 free (list->reloc);
7739 }
7740
7741 /* The compute_text_actions function will build a list of potential
7742 transformation actions for code in the extended basic block of each
7743 longcall that is optimized to a direct call. From this list we
7744 generate a set of actions to actually perform that optimizes for
7745 space and, if not using size_opt, maintains branch target
7746 alignments.
7747
7748 These actions to be performed are placed on a per-section list.
7749 The actual changes are performed by relax_section() in the second
7750 pass. */
7751
7752 bool
7753 compute_text_actions (bfd *abfd,
7754 asection *sec,
7755 struct bfd_link_info *link_info)
7756 {
7757 xtensa_opcode *reloc_opcodes = NULL;
7758 xtensa_relax_info *relax_info;
7759 bfd_byte *contents;
7760 Elf_Internal_Rela *internal_relocs;
7761 bool ok = true;
7762 unsigned i;
7763 property_table_entry *prop_table = 0;
7764 int ptblsize = 0;
7765 bfd_size_type sec_size;
7766 reloc_range_list relevant_relocs;
7767
7768 relax_info = get_xtensa_relax_info (sec);
7769 BFD_ASSERT (relax_info);
7770 BFD_ASSERT (relax_info->src_next == relax_info->src_count);
7771
7772 /* Do nothing if the section contains no optimized longcalls. */
7773 if (!relax_info->is_relaxable_asm_section)
7774 return ok;
7775
7776 internal_relocs = retrieve_internal_relocs (abfd, sec,
7777 link_info->keep_memory);
7778
7779 if (internal_relocs)
7780 qsort (internal_relocs, sec->reloc_count, sizeof (Elf_Internal_Rela),
7781 internal_reloc_compare);
7782
7783 sec_size = bfd_get_section_limit (abfd, sec);
7784 contents = retrieve_contents (abfd, sec, link_info->keep_memory);
7785 if (contents == NULL && sec_size != 0)
7786 {
7787 ok = false;
7788 goto error_return;
7789 }
7790
7791 ptblsize = xtensa_read_table_entries (abfd, sec, &prop_table,
7792 XTENSA_PROP_SEC_NAME, false);
7793 if (ptblsize < 0)
7794 {
7795 ok = false;
7796 goto error_return;
7797 }
7798
7799 /* Precompute the opcode for each relocation. */
7800 reloc_opcodes = build_reloc_opcodes (abfd, sec, contents, internal_relocs);
7801
7802 build_reloc_ranges (abfd, sec, contents, internal_relocs, reloc_opcodes,
7803 &relevant_relocs);
7804
7805 for (i = 0; i < sec->reloc_count; i++)
7806 {
7807 Elf_Internal_Rela *irel = &internal_relocs[i];
7808 bfd_vma r_offset;
7809 property_table_entry *the_entry;
7810 int ptbl_idx;
7811 ebb_t *ebb;
7812 ebb_constraint ebb_table;
7813 bfd_size_type simplify_size;
7814
7815 if (irel && ELF32_R_TYPE (irel->r_info) != R_XTENSA_ASM_SIMPLIFY)
7816 continue;
7817 r_offset = irel->r_offset;
7818
7819 simplify_size = get_asm_simplify_size (contents, sec_size, r_offset);
7820 if (simplify_size == 0)
7821 {
7822 _bfd_error_handler
7823 /* xgettext:c-format */
7824 (_("%pB(%pA+%#" PRIx64 "): could not decode instruction for "
7825 "XTENSA_ASM_SIMPLIFY relocation; "
7826 "possible configuration mismatch"),
7827 sec->owner, sec, (uint64_t) r_offset);
7828 continue;
7829 }
7830
7831 /* If the instruction table is not around, then don't do this
7832 relaxation. */
7833 the_entry = elf_xtensa_find_property_entry (prop_table, ptblsize,
7834 sec->vma + irel->r_offset);
7835 if (the_entry == NULL || XTENSA_NO_NOP_REMOVAL)
7836 {
7837 text_action_add (&relax_info->action_list,
7838 ta_convert_longcall, sec, r_offset,
7839 0);
7840 continue;
7841 }
7842
7843 /* If the next longcall happens to be at the same address as an
7844 unreachable section of size 0, then skip forward. */
7845 ptbl_idx = the_entry - prop_table;
7846 while ((the_entry->flags & XTENSA_PROP_UNREACHABLE)
7847 && the_entry->size == 0
7848 && ptbl_idx + 1 < ptblsize
7849 && (prop_table[ptbl_idx + 1].address
7850 == prop_table[ptbl_idx].address))
7851 {
7852 ptbl_idx++;
7853 the_entry++;
7854 }
7855
7856 if (the_entry->flags & XTENSA_PROP_NO_TRANSFORM)
7857 /* NO_REORDER is OK */
7858 continue;
7859
7860 init_ebb_constraint (&ebb_table);
7861 ebb = &ebb_table.ebb;
7862 init_ebb (ebb, sec, contents, sec_size, prop_table, ptblsize,
7863 internal_relocs, sec->reloc_count);
7864 ebb->start_offset = r_offset + simplify_size;
7865 ebb->end_offset = r_offset + simplify_size;
7866 ebb->start_ptbl_idx = ptbl_idx;
7867 ebb->end_ptbl_idx = ptbl_idx;
7868 ebb->start_reloc_idx = i;
7869 ebb->end_reloc_idx = i;
7870
7871 if (!extend_ebb_bounds (ebb)
7872 || !compute_ebb_proposed_actions (&ebb_table)
7873 || !compute_ebb_actions (&ebb_table)
7874 || !check_section_ebb_pcrels_fit (abfd, sec, contents,
7875 internal_relocs,
7876 &relevant_relocs,
7877 &ebb_table, reloc_opcodes)
7878 || !check_section_ebb_reduces (&ebb_table))
7879 {
7880 /* If anything goes wrong or we get unlucky and something does
7881 not fit, with our plan because of expansion between
7882 critical branches, just convert to a NOP. */
7883
7884 text_action_add (&relax_info->action_list,
7885 ta_convert_longcall, sec, r_offset, 0);
7886 i = ebb_table.ebb.end_reloc_idx;
7887 free_ebb_constraint (&ebb_table);
7888 continue;
7889 }
7890
7891 text_action_add_proposed (&relax_info->action_list, &ebb_table, sec);
7892
7893 /* Update the index so we do not go looking at the relocations
7894 we have already processed. */
7895 i = ebb_table.ebb.end_reloc_idx;
7896 free_ebb_constraint (&ebb_table);
7897 }
7898
7899 free_reloc_range_list (&relevant_relocs);
7900
7901 #if DEBUG
7902 if (action_list_count (&relax_info->action_list))
7903 print_action_list (stderr, &relax_info->action_list);
7904 #endif
7905
7906 error_return:
7907 release_contents (sec, contents);
7908 release_internal_relocs (sec, internal_relocs);
7909 free (prop_table);
7910 free (reloc_opcodes);
7911
7912 return ok;
7913 }
7914
7915
7916 /* Do not widen an instruction if it is preceeded by a
7917 loop opcode. It might cause misalignment. */
7918
7919 static bool
7920 prev_instr_is_a_loop (bfd_byte *contents,
7921 bfd_size_type content_length,
7922 bfd_size_type offset)
7923 {
7924 xtensa_opcode prev_opcode;
7925
7926 if (offset < 3)
7927 return false;
7928 prev_opcode = insn_decode_opcode (contents, content_length, offset-3, 0);
7929 return (xtensa_opcode_is_loop (xtensa_default_isa, prev_opcode) == 1);
7930 }
7931
7932
7933 /* Find all of the possible actions for an extended basic block. */
7934
7935 bool
7936 compute_ebb_proposed_actions (ebb_constraint *ebb_table)
7937 {
7938 const ebb_t *ebb = &ebb_table->ebb;
7939 unsigned rel_idx = ebb->start_reloc_idx;
7940 property_table_entry *entry, *start_entry, *end_entry;
7941 bfd_vma offset = 0;
7942 xtensa_isa isa = xtensa_default_isa;
7943 xtensa_format fmt;
7944 static xtensa_insnbuf insnbuf = NULL;
7945 static xtensa_insnbuf slotbuf = NULL;
7946
7947 if (insnbuf == NULL)
7948 {
7949 insnbuf = xtensa_insnbuf_alloc (isa);
7950 slotbuf = xtensa_insnbuf_alloc (isa);
7951 }
7952
7953 start_entry = &ebb->ptbl[ebb->start_ptbl_idx];
7954 end_entry = &ebb->ptbl[ebb->end_ptbl_idx];
7955
7956 for (entry = start_entry; entry <= end_entry; entry++)
7957 {
7958 bfd_vma start_offset, end_offset;
7959 bfd_size_type insn_len;
7960
7961 start_offset = entry->address - ebb->sec->vma;
7962 end_offset = entry->address + entry->size - ebb->sec->vma;
7963
7964 if (entry == start_entry)
7965 start_offset = ebb->start_offset;
7966 if (entry == end_entry)
7967 end_offset = ebb->end_offset;
7968 offset = start_offset;
7969
7970 if (offset == entry->address - ebb->sec->vma
7971 && (entry->flags & XTENSA_PROP_INSN_BRANCH_TARGET) != 0)
7972 {
7973 enum ebb_target_enum align_type = EBB_DESIRE_TGT_ALIGN;
7974 BFD_ASSERT (offset != end_offset);
7975 if (offset == end_offset)
7976 return false;
7977
7978 insn_len = insn_decode_len (ebb->contents, ebb->content_length,
7979 offset);
7980 if (insn_len == 0)
7981 goto decode_error;
7982
7983 if (check_branch_target_aligned_address (offset, insn_len))
7984 align_type = EBB_REQUIRE_TGT_ALIGN;
7985
7986 ebb_propose_action (ebb_table, align_type, 0,
7987 ta_none, offset, 0, true);
7988 }
7989
7990 while (offset != end_offset)
7991 {
7992 Elf_Internal_Rela *irel;
7993 xtensa_opcode opcode;
7994
7995 while (rel_idx < ebb->end_reloc_idx
7996 && (ebb->relocs[rel_idx].r_offset < offset
7997 || (ebb->relocs[rel_idx].r_offset == offset
7998 && (ELF32_R_TYPE (ebb->relocs[rel_idx].r_info)
7999 != R_XTENSA_ASM_SIMPLIFY))))
8000 rel_idx++;
8001
8002 /* Check for longcall. */
8003 irel = &ebb->relocs[rel_idx];
8004 if (irel->r_offset == offset
8005 && ELF32_R_TYPE (irel->r_info) == R_XTENSA_ASM_SIMPLIFY)
8006 {
8007 bfd_size_type simplify_size;
8008
8009 simplify_size = get_asm_simplify_size (ebb->contents,
8010 ebb->content_length,
8011 irel->r_offset);
8012 if (simplify_size == 0)
8013 goto decode_error;
8014
8015 ebb_propose_action (ebb_table, EBB_NO_ALIGN, 0,
8016 ta_convert_longcall, offset, 0, true);
8017
8018 offset += simplify_size;
8019 continue;
8020 }
8021
8022 if (offset + MIN_INSN_LENGTH > ebb->content_length)
8023 goto decode_error;
8024 xtensa_insnbuf_from_chars (isa, insnbuf, &ebb->contents[offset],
8025 ebb->content_length - offset);
8026 fmt = xtensa_format_decode (isa, insnbuf);
8027 if (fmt == XTENSA_UNDEFINED)
8028 goto decode_error;
8029 insn_len = xtensa_format_length (isa, fmt);
8030 if (insn_len == (bfd_size_type) XTENSA_UNDEFINED)
8031 goto decode_error;
8032
8033 if (xtensa_format_num_slots (isa, fmt) != 1)
8034 {
8035 offset += insn_len;
8036 continue;
8037 }
8038
8039 xtensa_format_get_slot (isa, fmt, 0, insnbuf, slotbuf);
8040 opcode = xtensa_opcode_decode (isa, fmt, 0, slotbuf);
8041 if (opcode == XTENSA_UNDEFINED)
8042 goto decode_error;
8043
8044 if ((entry->flags & XTENSA_PROP_INSN_NO_DENSITY) == 0
8045 && (entry->flags & XTENSA_PROP_NO_TRANSFORM) == 0
8046 && can_narrow_instruction (slotbuf, fmt, opcode) != 0)
8047 {
8048 /* Add an instruction narrow action. */
8049 ebb_propose_action (ebb_table, EBB_NO_ALIGN, 0,
8050 ta_narrow_insn, offset, 0, false);
8051 }
8052 else if ((entry->flags & XTENSA_PROP_NO_TRANSFORM) == 0
8053 && can_widen_instruction (slotbuf, fmt, opcode) != 0
8054 && ! prev_instr_is_a_loop (ebb->contents,
8055 ebb->content_length, offset))
8056 {
8057 /* Add an instruction widen action. */
8058 ebb_propose_action (ebb_table, EBB_NO_ALIGN, 0,
8059 ta_widen_insn, offset, 0, false);
8060 }
8061 else if (xtensa_opcode_is_loop (xtensa_default_isa, opcode) == 1)
8062 {
8063 /* Check for branch targets. */
8064 ebb_propose_action (ebb_table, EBB_REQUIRE_LOOP_ALIGN, 0,
8065 ta_none, offset, 0, true);
8066 }
8067
8068 offset += insn_len;
8069 }
8070 }
8071
8072 if (ebb->ends_unreachable)
8073 {
8074 ebb_propose_action (ebb_table, EBB_NO_ALIGN, 0,
8075 ta_fill, ebb->end_offset, 0, true);
8076 }
8077
8078 return true;
8079
8080 decode_error:
8081 _bfd_error_handler
8082 /* xgettext:c-format */
8083 (_("%pB(%pA+%#" PRIx64 "): could not decode instruction; "
8084 "possible configuration mismatch"),
8085 ebb->sec->owner, ebb->sec, (uint64_t) offset);
8086 return false;
8087 }
8088
8089
8090 /* After all of the information has collected about the
8091 transformations possible in an EBB, compute the appropriate actions
8092 here in compute_ebb_actions. We still must check later to make
8093 sure that the actions do not break any relocations. The algorithm
8094 used here is pretty greedy. Basically, it removes as many no-ops
8095 as possible so that the end of the EBB has the same alignment
8096 characteristics as the original. First, it uses narrowing, then
8097 fill space at the end of the EBB, and finally widenings. If that
8098 does not work, it tries again with one fewer no-op removed. The
8099 optimization will only be performed if all of the branch targets
8100 that were aligned before transformation are also aligned after the
8101 transformation.
8102
8103 When the size_opt flag is set, ignore the branch target alignments,
8104 narrow all wide instructions, and remove all no-ops unless the end
8105 of the EBB prevents it. */
8106
8107 bool
8108 compute_ebb_actions (ebb_constraint *ebb_table)
8109 {
8110 unsigned i = 0;
8111 unsigned j;
8112 int removed_bytes = 0;
8113 ebb_t *ebb = &ebb_table->ebb;
8114 unsigned seg_idx_start = 0;
8115 unsigned seg_idx_end = 0;
8116
8117 /* We perform this like the assembler relaxation algorithm: Start by
8118 assuming all instructions are narrow and all no-ops removed; then
8119 walk through.... */
8120
8121 /* For each segment of this that has a solid constraint, check to
8122 see if there are any combinations that will keep the constraint.
8123 If so, use it. */
8124 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++)
8125 {
8126 bool requires_text_end_align = false;
8127 unsigned longcall_count = 0;
8128 unsigned longcall_convert_count = 0;
8129 unsigned narrowable_count = 0;
8130 unsigned narrowable_convert_count = 0;
8131 unsigned widenable_count = 0;
8132 unsigned widenable_convert_count = 0;
8133
8134 proposed_action *action = NULL;
8135 int align = (1 << ebb_table->ebb.sec->alignment_power);
8136
8137 seg_idx_start = seg_idx_end;
8138
8139 for (i = seg_idx_start; i < ebb_table->action_count; i++)
8140 {
8141 action = &ebb_table->actions[i];
8142 if (action->action == ta_convert_longcall)
8143 longcall_count++;
8144 if (action->action == ta_narrow_insn)
8145 narrowable_count++;
8146 if (action->action == ta_widen_insn)
8147 widenable_count++;
8148 if (action->action == ta_fill)
8149 break;
8150 if (action->align_type == EBB_REQUIRE_LOOP_ALIGN)
8151 break;
8152 if (action->align_type == EBB_REQUIRE_TGT_ALIGN
8153 && !elf32xtensa_size_opt)
8154 break;
8155 }
8156 seg_idx_end = i;
8157
8158 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable)
8159 requires_text_end_align = true;
8160
8161 if (elf32xtensa_size_opt && !requires_text_end_align
8162 && action->align_type != EBB_REQUIRE_LOOP_ALIGN
8163 && action->align_type != EBB_REQUIRE_TGT_ALIGN)
8164 {
8165 longcall_convert_count = longcall_count;
8166 narrowable_convert_count = narrowable_count;
8167 widenable_convert_count = 0;
8168 }
8169 else
8170 {
8171 /* There is a constraint. Convert the max number of longcalls. */
8172 narrowable_convert_count = 0;
8173 longcall_convert_count = 0;
8174 widenable_convert_count = 0;
8175
8176 for (j = 0; j < longcall_count; j++)
8177 {
8178 int removed = (longcall_count - j) * 3 & (align - 1);
8179 unsigned desire_narrow = (align - removed) & (align - 1);
8180 unsigned desire_widen = removed;
8181 if (desire_narrow <= narrowable_count)
8182 {
8183 narrowable_convert_count = desire_narrow;
8184 narrowable_convert_count +=
8185 (align * ((narrowable_count - narrowable_convert_count)
8186 / align));
8187 longcall_convert_count = (longcall_count - j);
8188 widenable_convert_count = 0;
8189 break;
8190 }
8191 if (desire_widen <= widenable_count && !elf32xtensa_size_opt)
8192 {
8193 narrowable_convert_count = 0;
8194 longcall_convert_count = longcall_count - j;
8195 widenable_convert_count = desire_widen;
8196 break;
8197 }
8198 }
8199 }
8200
8201 /* Now the number of conversions are saved. Do them. */
8202 for (i = seg_idx_start; i < seg_idx_end; i++)
8203 {
8204 action = &ebb_table->actions[i];
8205 switch (action->action)
8206 {
8207 case ta_convert_longcall:
8208 if (longcall_convert_count != 0)
8209 {
8210 action->action = ta_remove_longcall;
8211 action->do_action = true;
8212 action->removed_bytes += 3;
8213 longcall_convert_count--;
8214 }
8215 break;
8216 case ta_narrow_insn:
8217 if (narrowable_convert_count != 0)
8218 {
8219 action->do_action = true;
8220 action->removed_bytes += 1;
8221 narrowable_convert_count--;
8222 }
8223 break;
8224 case ta_widen_insn:
8225 if (widenable_convert_count != 0)
8226 {
8227 action->do_action = true;
8228 action->removed_bytes -= 1;
8229 widenable_convert_count--;
8230 }
8231 break;
8232 default:
8233 break;
8234 }
8235 }
8236 }
8237
8238 /* Now we move on to some local opts. Try to remove each of the
8239 remaining longcalls. */
8240
8241 if (ebb_table->ebb.ends_section || ebb_table->ebb.ends_unreachable)
8242 {
8243 removed_bytes = 0;
8244 for (i = 0; i < ebb_table->action_count; i++)
8245 {
8246 int old_removed_bytes = removed_bytes;
8247 proposed_action *action = &ebb_table->actions[i];
8248
8249 if (action->do_action && action->action == ta_convert_longcall)
8250 {
8251 bool bad_alignment = false;
8252 removed_bytes += 3;
8253 for (j = i + 1; j < ebb_table->action_count; j++)
8254 {
8255 proposed_action *new_action = &ebb_table->actions[j];
8256 bfd_vma offset = new_action->offset;
8257 if (new_action->align_type == EBB_REQUIRE_TGT_ALIGN)
8258 {
8259 if (!check_branch_target_aligned
8260 (ebb_table->ebb.contents,
8261 ebb_table->ebb.content_length,
8262 offset, offset - removed_bytes))
8263 {
8264 bad_alignment = true;
8265 break;
8266 }
8267 }
8268 if (new_action->align_type == EBB_REQUIRE_LOOP_ALIGN)
8269 {
8270 if (!check_loop_aligned (ebb_table->ebb.contents,
8271 ebb_table->ebb.content_length,
8272 offset,
8273 offset - removed_bytes))
8274 {
8275 bad_alignment = true;
8276 break;
8277 }
8278 }
8279 if (new_action->action == ta_narrow_insn
8280 && !new_action->do_action
8281 && ebb_table->ebb.sec->alignment_power == 2)
8282 {
8283 /* Narrow an instruction and we are done. */
8284 new_action->do_action = true;
8285 new_action->removed_bytes += 1;
8286 bad_alignment = false;
8287 break;
8288 }
8289 if (new_action->action == ta_widen_insn
8290 && new_action->do_action
8291 && ebb_table->ebb.sec->alignment_power == 2)
8292 {
8293 /* Narrow an instruction and we are done. */
8294 new_action->do_action = false;
8295 new_action->removed_bytes += 1;
8296 bad_alignment = false;
8297 break;
8298 }
8299 if (new_action->do_action)
8300 removed_bytes += new_action->removed_bytes;
8301 }
8302 if (!bad_alignment)
8303 {
8304 action->removed_bytes += 3;
8305 action->action = ta_remove_longcall;
8306 action->do_action = true;
8307 }
8308 }
8309 removed_bytes = old_removed_bytes;
8310 if (action->do_action)
8311 removed_bytes += action->removed_bytes;
8312 }
8313 }
8314
8315 removed_bytes = 0;
8316 for (i = 0; i < ebb_table->action_count; ++i)
8317 {
8318 proposed_action *action = &ebb_table->actions[i];
8319 if (action->do_action)
8320 removed_bytes += action->removed_bytes;
8321 }
8322
8323 if ((removed_bytes % (1 << ebb_table->ebb.sec->alignment_power)) != 0
8324 && ebb->ends_unreachable)
8325 {
8326 proposed_action *action;
8327 int br;
8328 int extra_space;
8329
8330 BFD_ASSERT (ebb_table->action_count != 0);
8331 action = &ebb_table->actions[ebb_table->action_count - 1];
8332 BFD_ASSERT (action->action == ta_fill);
8333 BFD_ASSERT (ebb->ends_unreachable->flags & XTENSA_PROP_UNREACHABLE);
8334
8335 extra_space = xtensa_compute_fill_extra_space (ebb->ends_unreachable);
8336 br = action->removed_bytes + removed_bytes + extra_space;
8337 br = br & ((1 << ebb->sec->alignment_power ) - 1);
8338
8339 action->removed_bytes = extra_space - br;
8340 }
8341 return true;
8342 }
8343
8344
8345 /* The xlate_map is a sorted array of address mappings designed to
8346 answer the offset_with_removed_text() query with a binary search instead
8347 of a linear search through the section's action_list. */
8348
8349 typedef struct xlate_map_entry xlate_map_entry_t;
8350 typedef struct xlate_map xlate_map_t;
8351
8352 struct xlate_map_entry
8353 {
8354 bfd_vma orig_address;
8355 bfd_vma new_address;
8356 unsigned size;
8357 };
8358
8359 struct xlate_map
8360 {
8361 unsigned entry_count;
8362 xlate_map_entry_t *entry;
8363 };
8364
8365
8366 static int
8367 xlate_compare (const void *a_v, const void *b_v)
8368 {
8369 const xlate_map_entry_t *a = (const xlate_map_entry_t *) a_v;
8370 const xlate_map_entry_t *b = (const xlate_map_entry_t *) b_v;
8371 if (a->orig_address < b->orig_address)
8372 return -1;
8373 if (a->orig_address > (b->orig_address + b->size - 1))
8374 return 1;
8375 return 0;
8376 }
8377
8378
8379 static bfd_vma
8380 xlate_offset_with_removed_text (const xlate_map_t *map,
8381 text_action_list *action_list,
8382 bfd_vma offset)
8383 {
8384 void *r;
8385 xlate_map_entry_t *e;
8386 struct xlate_map_entry se;
8387
8388 if (map == NULL)
8389 return offset_with_removed_text (action_list, offset);
8390
8391 if (map->entry_count == 0)
8392 return offset;
8393
8394 se.orig_address = offset;
8395 r = bsearch (&se, map->entry, map->entry_count,
8396 sizeof (xlate_map_entry_t), &xlate_compare);
8397 e = (xlate_map_entry_t *) r;
8398
8399 /* There could be a jump past the end of the section,
8400 allow it using the last xlate map entry to translate its address. */
8401 if (e == NULL)
8402 {
8403 e = map->entry + map->entry_count - 1;
8404 if (xlate_compare (&se, e) <= 0)
8405 e = NULL;
8406 }
8407 BFD_ASSERT (e != NULL);
8408 if (e == NULL)
8409 return offset;
8410 return e->new_address - e->orig_address + offset;
8411 }
8412
8413 typedef struct xlate_map_context_struct xlate_map_context;
8414 struct xlate_map_context_struct
8415 {
8416 xlate_map_t *map;
8417 xlate_map_entry_t *current_entry;
8418 int removed;
8419 };
8420
8421 static int
8422 xlate_map_fn (splay_tree_node node, void *p)
8423 {
8424 text_action *r = (text_action *)node->value;
8425 xlate_map_context *ctx = p;
8426 unsigned orig_size = 0;
8427
8428 switch (r->action)
8429 {
8430 case ta_none:
8431 case ta_remove_insn:
8432 case ta_convert_longcall:
8433 case ta_remove_literal:
8434 case ta_add_literal:
8435 break;
8436 case ta_remove_longcall:
8437 orig_size = 6;
8438 break;
8439 case ta_narrow_insn:
8440 orig_size = 3;
8441 break;
8442 case ta_widen_insn:
8443 orig_size = 2;
8444 break;
8445 case ta_fill:
8446 break;
8447 }
8448 ctx->current_entry->size =
8449 r->offset + orig_size - ctx->current_entry->orig_address;
8450 if (ctx->current_entry->size != 0)
8451 {
8452 ctx->current_entry++;
8453 ctx->map->entry_count++;
8454 }
8455 ctx->current_entry->orig_address = r->offset + orig_size;
8456 ctx->removed += r->removed_bytes;
8457 ctx->current_entry->new_address = r->offset + orig_size - ctx->removed;
8458 ctx->current_entry->size = 0;
8459 return 0;
8460 }
8461
8462 /* Build a binary searchable offset translation map from a section's
8463 action list. */
8464
8465 static xlate_map_t *
8466 build_xlate_map (asection *sec, xtensa_relax_info *relax_info)
8467 {
8468 text_action_list *action_list = &relax_info->action_list;
8469 unsigned num_actions = 0;
8470 xlate_map_context ctx;
8471
8472 ctx.map = (xlate_map_t *) bfd_malloc (sizeof (xlate_map_t));
8473
8474 if (ctx.map == NULL)
8475 return NULL;
8476
8477 num_actions = action_list_count (action_list);
8478 ctx.map->entry = (xlate_map_entry_t *)
8479 bfd_malloc (sizeof (xlate_map_entry_t) * (num_actions + 1));
8480 if (ctx.map->entry == NULL)
8481 {
8482 free (ctx.map);
8483 return NULL;
8484 }
8485 ctx.map->entry_count = 0;
8486
8487 ctx.removed = 0;
8488 ctx.current_entry = &ctx.map->entry[0];
8489
8490 ctx.current_entry->orig_address = 0;
8491 ctx.current_entry->new_address = 0;
8492 ctx.current_entry->size = 0;
8493
8494 splay_tree_foreach (action_list->tree, xlate_map_fn, &ctx);
8495
8496 ctx.current_entry->size = (bfd_get_section_limit (sec->owner, sec)
8497 - ctx.current_entry->orig_address);
8498 if (ctx.current_entry->size != 0)
8499 ctx.map->entry_count++;
8500
8501 return ctx.map;
8502 }
8503
8504
8505 /* Free an offset translation map. */
8506
8507 static void
8508 free_xlate_map (xlate_map_t *map)
8509 {
8510 if (map)
8511 {
8512 free (map->entry);
8513 free (map);
8514 }
8515 }
8516
8517
8518 /* Use check_section_ebb_pcrels_fit to make sure that all of the
8519 relocations in a section will fit if a proposed set of actions
8520 are performed. */
8521
8522 static bool
8523 check_section_ebb_pcrels_fit (bfd *abfd,
8524 asection *sec,
8525 bfd_byte *contents,
8526 Elf_Internal_Rela *internal_relocs,
8527 reloc_range_list *relevant_relocs,
8528 const ebb_constraint *constraint,
8529 const xtensa_opcode *reloc_opcodes)
8530 {
8531 unsigned i, j;
8532 unsigned n = sec->reloc_count;
8533 Elf_Internal_Rela *irel;
8534 xlate_map_t *xmap = NULL;
8535 bool ok = true;
8536 xtensa_relax_info *relax_info;
8537 reloc_range_list_entry *entry = NULL;
8538
8539 relax_info = get_xtensa_relax_info (sec);
8540
8541 if (relax_info && sec->reloc_count > 100)
8542 {
8543 xmap = build_xlate_map (sec, relax_info);
8544 /* NULL indicates out of memory, but the slow version
8545 can still be used. */
8546 }
8547
8548 if (relevant_relocs && constraint->action_count)
8549 {
8550 if (!relevant_relocs->ok)
8551 {
8552 ok = false;
8553 n = 0;
8554 }
8555 else
8556 {
8557 bfd_vma min_offset, max_offset;
8558 min_offset = max_offset = constraint->actions[0].offset;
8559
8560 for (i = 1; i < constraint->action_count; ++i)
8561 {
8562 proposed_action *action = &constraint->actions[i];
8563 bfd_vma offset = action->offset;
8564
8565 if (offset < min_offset)
8566 min_offset = offset;
8567 if (offset > max_offset)
8568 max_offset = offset;
8569 }
8570 reloc_range_list_update_range (relevant_relocs, min_offset,
8571 max_offset);
8572 n = relevant_relocs->n_list;
8573 entry = &relevant_relocs->list_root;
8574 }
8575 }
8576 else
8577 {
8578 relevant_relocs = NULL;
8579 }
8580
8581 for (i = 0; i < n; i++)
8582 {
8583 r_reloc r_rel;
8584 bfd_vma orig_self_offset, orig_target_offset;
8585 bfd_vma self_offset, target_offset;
8586 int r_type;
8587 reloc_howto_type *howto;
8588 int self_removed_bytes, target_removed_bytes;
8589
8590 if (relevant_relocs)
8591 {
8592 entry = entry->next;
8593 irel = entry->irel;
8594 }
8595 else
8596 {
8597 irel = internal_relocs + i;
8598 }
8599 r_type = ELF32_R_TYPE (irel->r_info);
8600
8601 howto = &elf_howto_table[r_type];
8602 /* We maintain the required invariant: PC-relative relocations
8603 that fit before linking must fit after linking. Thus we only
8604 need to deal with relocations to the same section that are
8605 PC-relative. */
8606 if (r_type == R_XTENSA_ASM_SIMPLIFY
8607 || r_type == R_XTENSA_32_PCREL
8608 || !howto->pc_relative)
8609 continue;
8610
8611 r_reloc_init (&r_rel, abfd, irel, contents,
8612 bfd_get_section_limit (abfd, sec));
8613
8614 if (r_reloc_get_section (&r_rel) != sec)
8615 continue;
8616
8617 orig_self_offset = irel->r_offset;
8618 orig_target_offset = r_rel.target_offset;
8619
8620 self_offset = orig_self_offset;
8621 target_offset = orig_target_offset;
8622
8623 if (relax_info)
8624 {
8625 self_offset =
8626 xlate_offset_with_removed_text (xmap, &relax_info->action_list,
8627 orig_self_offset);
8628 target_offset =
8629 xlate_offset_with_removed_text (xmap, &relax_info->action_list,
8630 orig_target_offset);
8631 }
8632
8633 self_removed_bytes = 0;
8634 target_removed_bytes = 0;
8635
8636 for (j = 0; j < constraint->action_count; ++j)
8637 {
8638 proposed_action *action = &constraint->actions[j];
8639 bfd_vma offset = action->offset;
8640 int removed_bytes = action->removed_bytes;
8641 if (offset < orig_self_offset
8642 || (offset == orig_self_offset && action->action == ta_fill
8643 && action->removed_bytes < 0))
8644 self_removed_bytes += removed_bytes;
8645 if (offset < orig_target_offset
8646 || (offset == orig_target_offset && action->action == ta_fill
8647 && action->removed_bytes < 0))
8648 target_removed_bytes += removed_bytes;
8649 }
8650 self_offset -= self_removed_bytes;
8651 target_offset -= target_removed_bytes;
8652
8653 /* Try to encode it. Get the operand and check. */
8654 if (is_alt_relocation (ELF32_R_TYPE (irel->r_info)))
8655 {
8656 /* None of the current alternate relocs are PC-relative,
8657 and only PC-relative relocs matter here. */
8658 }
8659 else
8660 {
8661 xtensa_opcode opcode;
8662 int opnum;
8663
8664 if (relevant_relocs)
8665 {
8666 opcode = entry->opcode;
8667 opnum = entry->opnum;
8668 }
8669 else
8670 {
8671 if (reloc_opcodes)
8672 opcode = reloc_opcodes[relevant_relocs ?
8673 (unsigned)(entry - relevant_relocs->reloc) : i];
8674 else
8675 opcode = get_relocation_opcode (abfd, sec, contents, irel);
8676 if (opcode == XTENSA_UNDEFINED)
8677 {
8678 ok = false;
8679 break;
8680 }
8681
8682 opnum = get_relocation_opnd (opcode, ELF32_R_TYPE (irel->r_info));
8683 if (opnum == XTENSA_UNDEFINED)
8684 {
8685 ok = false;
8686 break;
8687 }
8688 }
8689
8690 if (!pcrel_reloc_fits (opcode, opnum, self_offset, target_offset))
8691 {
8692 ok = false;
8693 break;
8694 }
8695 }
8696 }
8697
8698 free_xlate_map (xmap);
8699
8700 return ok;
8701 }
8702
8703
8704 static bool
8705 check_section_ebb_reduces (const ebb_constraint *constraint)
8706 {
8707 int removed = 0;
8708 unsigned i;
8709
8710 for (i = 0; i < constraint->action_count; i++)
8711 {
8712 const proposed_action *action = &constraint->actions[i];
8713 if (action->do_action)
8714 removed += action->removed_bytes;
8715 }
8716 if (removed < 0)
8717 return false;
8718
8719 return true;
8720 }
8721
8722
8723 void
8724 text_action_add_proposed (text_action_list *l,
8725 const ebb_constraint *ebb_table,
8726 asection *sec)
8727 {
8728 unsigned i;
8729
8730 for (i = 0; i < ebb_table->action_count; i++)
8731 {
8732 proposed_action *action = &ebb_table->actions[i];
8733
8734 if (!action->do_action)
8735 continue;
8736 switch (action->action)
8737 {
8738 case ta_remove_insn:
8739 case ta_remove_longcall:
8740 case ta_convert_longcall:
8741 case ta_narrow_insn:
8742 case ta_widen_insn:
8743 case ta_fill:
8744 case ta_remove_literal:
8745 text_action_add (l, action->action, sec, action->offset,
8746 action->removed_bytes);
8747 break;
8748 case ta_none:
8749 break;
8750 default:
8751 BFD_ASSERT (0);
8752 break;
8753 }
8754 }
8755 }
8756
8757
8758 int
8759 xtensa_compute_fill_extra_space (property_table_entry *entry)
8760 {
8761 int fill_extra_space;
8762
8763 if (!entry)
8764 return 0;
8765
8766 if ((entry->flags & XTENSA_PROP_UNREACHABLE) == 0)
8767 return 0;
8768
8769 fill_extra_space = entry->size;
8770 if ((entry->flags & XTENSA_PROP_ALIGN) != 0)
8771 {
8772 /* Fill bytes for alignment:
8773 (2**n)-1 - (addr + (2**n)-1) & (2**n -1) */
8774 int pow = GET_XTENSA_PROP_ALIGNMENT (entry->flags);
8775 int nsm = (1 << pow) - 1;
8776 bfd_vma addr = entry->address + entry->size;
8777 bfd_vma align_fill = nsm - ((addr + nsm) & nsm);
8778 fill_extra_space += align_fill;
8779 }
8780 return fill_extra_space;
8781 }
8782
8783 \f
8784 /* First relaxation pass. */
8785
8786 /* If the section contains relaxable literals, check each literal to
8787 see if it has the same value as another literal that has already
8788 been seen, either in the current section or a previous one. If so,
8789 add an entry to the per-section list of removed literals. The
8790 actual changes are deferred until the next pass. */
8791
8792 static bool
8793 compute_removed_literals (bfd *abfd,
8794 asection *sec,
8795 struct bfd_link_info *link_info,
8796 value_map_hash_table *values)
8797 {
8798 xtensa_relax_info *relax_info;
8799 bfd_byte *contents;
8800 Elf_Internal_Rela *internal_relocs;
8801 source_reloc *src_relocs, *rel;
8802 bool ok = true;
8803 property_table_entry *prop_table = NULL;
8804 int ptblsize;
8805 int i, prev_i;
8806 bool last_loc_is_prev = false;
8807 bfd_vma last_target_offset = 0;
8808 section_cache_t target_sec_cache;
8809 bfd_size_type sec_size;
8810
8811 init_section_cache (&target_sec_cache);
8812
8813 /* Do nothing if it is not a relaxable literal section. */
8814 relax_info = get_xtensa_relax_info (sec);
8815 BFD_ASSERT (relax_info);
8816 if (!relax_info->is_relaxable_literal_section)
8817 return ok;
8818
8819 internal_relocs = retrieve_internal_relocs (abfd, sec,
8820 link_info->keep_memory);
8821
8822 sec_size = bfd_get_section_limit (abfd, sec);
8823 contents = retrieve_contents (abfd, sec, link_info->keep_memory);
8824 if (contents == NULL && sec_size != 0)
8825 {
8826 ok = false;
8827 goto error_return;
8828 }
8829
8830 /* Sort the source_relocs by target offset. */
8831 src_relocs = relax_info->src_relocs;
8832 qsort (src_relocs, relax_info->src_count,
8833 sizeof (source_reloc), source_reloc_compare);
8834 qsort (internal_relocs, sec->reloc_count, sizeof (Elf_Internal_Rela),
8835 internal_reloc_compare);
8836
8837 ptblsize = xtensa_read_table_entries (abfd, sec, &prop_table,
8838 XTENSA_PROP_SEC_NAME, false);
8839 if (ptblsize < 0)
8840 {
8841 ok = false;
8842 goto error_return;
8843 }
8844
8845 prev_i = -1;
8846 for (i = 0; i < relax_info->src_count; i++)
8847 {
8848 Elf_Internal_Rela *irel = NULL;
8849
8850 rel = &src_relocs[i];
8851 if (get_l32r_opcode () != rel->opcode)
8852 continue;
8853 irel = get_irel_at_offset (sec, internal_relocs,
8854 rel->r_rel.target_offset);
8855
8856 /* If the relocation on this is not a simple R_XTENSA_32 or
8857 R_XTENSA_PLT then do not consider it. This may happen when
8858 the difference of two symbols is used in a literal. */
8859 if (irel && (ELF32_R_TYPE (irel->r_info) != R_XTENSA_32
8860 && ELF32_R_TYPE (irel->r_info) != R_XTENSA_PLT))
8861 continue;
8862
8863 /* If the target_offset for this relocation is the same as the
8864 previous relocation, then we've already considered whether the
8865 literal can be coalesced. Skip to the next one.... */
8866 if (i != 0 && prev_i != -1
8867 && src_relocs[i-1].r_rel.target_offset == rel->r_rel.target_offset)
8868 continue;
8869 prev_i = i;
8870
8871 if (last_loc_is_prev &&
8872 last_target_offset + 4 != rel->r_rel.target_offset)
8873 last_loc_is_prev = false;
8874
8875 /* Check if the relocation was from an L32R that is being removed
8876 because a CALLX was converted to a direct CALL, and check if
8877 there are no other relocations to the literal. */
8878 if (is_removable_literal (rel, i, src_relocs, relax_info->src_count,
8879 sec, prop_table, ptblsize))
8880 {
8881 if (!remove_dead_literal (abfd, sec, link_info, internal_relocs,
8882 irel, rel, prop_table, ptblsize))
8883 {
8884 ok = false;
8885 goto error_return;
8886 }
8887 last_target_offset = rel->r_rel.target_offset;
8888 continue;
8889 }
8890
8891 if (!identify_literal_placement (abfd, sec, contents, link_info,
8892 values,
8893 &last_loc_is_prev, irel,
8894 relax_info->src_count - i, rel,
8895 prop_table, ptblsize,
8896 &target_sec_cache, rel->is_abs_literal))
8897 {
8898 ok = false;
8899 goto error_return;
8900 }
8901 last_target_offset = rel->r_rel.target_offset;
8902 }
8903
8904 #if DEBUG
8905 print_removed_literals (stderr, &relax_info->removed_list);
8906 print_action_list (stderr, &relax_info->action_list);
8907 #endif /* DEBUG */
8908
8909 error_return:
8910 free (prop_table);
8911 free_section_cache (&target_sec_cache);
8912
8913 release_contents (sec, contents);
8914 release_internal_relocs (sec, internal_relocs);
8915 return ok;
8916 }
8917
8918
8919 static Elf_Internal_Rela *
8920 get_irel_at_offset (asection *sec,
8921 Elf_Internal_Rela *internal_relocs,
8922 bfd_vma offset)
8923 {
8924 unsigned i;
8925 Elf_Internal_Rela *irel;
8926 unsigned r_type;
8927 Elf_Internal_Rela key;
8928
8929 if (!internal_relocs)
8930 return NULL;
8931
8932 key.r_offset = offset;
8933 irel = bsearch (&key, internal_relocs, sec->reloc_count,
8934 sizeof (Elf_Internal_Rela), internal_reloc_matches);
8935 if (!irel)
8936 return NULL;
8937
8938 /* bsearch does not guarantee which will be returned if there are
8939 multiple matches. We need the first that is not an alignment. */
8940 i = irel - internal_relocs;
8941 while (i > 0)
8942 {
8943 if (internal_relocs[i-1].r_offset != offset)
8944 break;
8945 i--;
8946 }
8947 for ( ; i < sec->reloc_count; i++)
8948 {
8949 irel = &internal_relocs[i];
8950 r_type = ELF32_R_TYPE (irel->r_info);
8951 if (irel->r_offset == offset && r_type != R_XTENSA_NONE)
8952 return irel;
8953 }
8954
8955 return NULL;
8956 }
8957
8958
8959 bool
8960 is_removable_literal (const source_reloc *rel,
8961 int i,
8962 const source_reloc *src_relocs,
8963 int src_count,
8964 asection *sec,
8965 property_table_entry *prop_table,
8966 int ptblsize)
8967 {
8968 const source_reloc *curr_rel;
8969 property_table_entry *entry;
8970
8971 if (!rel->is_null)
8972 return false;
8973
8974 entry = elf_xtensa_find_property_entry (prop_table, ptblsize,
8975 sec->vma + rel->r_rel.target_offset);
8976 if (entry && (entry->flags & XTENSA_PROP_NO_TRANSFORM))
8977 return false;
8978
8979 for (++i; i < src_count; ++i)
8980 {
8981 curr_rel = &src_relocs[i];
8982 /* If all others have the same target offset.... */
8983 if (curr_rel->r_rel.target_offset != rel->r_rel.target_offset)
8984 return true;
8985
8986 if (!curr_rel->is_null
8987 && !xtensa_is_property_section (curr_rel->source_sec)
8988 && !(curr_rel->source_sec->flags & SEC_DEBUGGING))
8989 return false;
8990 }
8991 return true;
8992 }
8993
8994
8995 bool
8996 remove_dead_literal (bfd *abfd,
8997 asection *sec,
8998 struct bfd_link_info *link_info,
8999 Elf_Internal_Rela *internal_relocs,
9000 Elf_Internal_Rela *irel,
9001 source_reloc *rel,
9002 property_table_entry *prop_table,
9003 int ptblsize)
9004 {
9005 property_table_entry *entry;
9006 xtensa_relax_info *relax_info;
9007
9008 relax_info = get_xtensa_relax_info (sec);
9009 if (!relax_info)
9010 return false;
9011
9012 entry = elf_xtensa_find_property_entry (prop_table, ptblsize,
9013 sec->vma + rel->r_rel.target_offset);
9014
9015 /* Mark the unused literal so that it will be removed. */
9016 add_removed_literal (&relax_info->removed_list, &rel->r_rel, NULL);
9017
9018 text_action_add (&relax_info->action_list,
9019 ta_remove_literal, sec, rel->r_rel.target_offset, 4);
9020
9021 /* If the section is 4-byte aligned, do not add fill. */
9022 if (sec->alignment_power > 2)
9023 {
9024 int fill_extra_space;
9025 bfd_vma entry_sec_offset;
9026 text_action *fa;
9027 property_table_entry *the_add_entry;
9028 int removed_diff;
9029
9030 if (entry)
9031 entry_sec_offset = entry->address - sec->vma + entry->size;
9032 else
9033 entry_sec_offset = rel->r_rel.target_offset + 4;
9034
9035 /* If the literal range is at the end of the section,
9036 do not add fill. */
9037 the_add_entry = elf_xtensa_find_property_entry (prop_table, ptblsize,
9038 entry_sec_offset);
9039 fill_extra_space = xtensa_compute_fill_extra_space (the_add_entry);
9040
9041 fa = find_fill_action (&relax_info->action_list, sec, entry_sec_offset);
9042 removed_diff = compute_removed_action_diff (fa, sec, entry_sec_offset,
9043 -4, fill_extra_space);
9044 if (fa)
9045 adjust_fill_action (fa, removed_diff);
9046 else
9047 text_action_add (&relax_info->action_list,
9048 ta_fill, sec, entry_sec_offset, removed_diff);
9049 }
9050
9051 /* Zero out the relocation on this literal location. */
9052 if (irel)
9053 {
9054 if (elf_hash_table (link_info)->dynamic_sections_created)
9055 shrink_dynamic_reloc_sections (link_info, abfd, sec, irel);
9056
9057 irel->r_info = ELF32_R_INFO (0, R_XTENSA_NONE);
9058 pin_internal_relocs (sec, internal_relocs);
9059 }
9060
9061 /* Do not modify "last_loc_is_prev". */
9062 return true;
9063 }
9064
9065
9066 bool
9067 identify_literal_placement (bfd *abfd,
9068 asection *sec,
9069 bfd_byte *contents,
9070 struct bfd_link_info *link_info,
9071 value_map_hash_table *values,
9072 bool *last_loc_is_prev_p,
9073 Elf_Internal_Rela *irel,
9074 int remaining_src_rels,
9075 source_reloc *rel,
9076 property_table_entry *prop_table,
9077 int ptblsize,
9078 section_cache_t *target_sec_cache,
9079 bool is_abs_literal)
9080 {
9081 literal_value val;
9082 value_map *val_map;
9083 xtensa_relax_info *relax_info;
9084 bool literal_placed = false;
9085 r_reloc r_rel;
9086 unsigned long value;
9087 bool final_static_link;
9088 bfd_size_type sec_size;
9089
9090 relax_info = get_xtensa_relax_info (sec);
9091 if (!relax_info)
9092 return false;
9093
9094 sec_size = bfd_get_section_limit (abfd, sec);
9095
9096 final_static_link =
9097 (!bfd_link_relocatable (link_info)
9098 && !elf_hash_table (link_info)->dynamic_sections_created);
9099
9100 /* The placement algorithm first checks to see if the literal is
9101 already in the value map. If so and the value map is reachable
9102 from all uses, then the literal is moved to that location. If
9103 not, then we identify the last location where a fresh literal was
9104 placed. If the literal can be safely moved there, then we do so.
9105 If not, then we assume that the literal is not to move and leave
9106 the literal where it is, marking it as the last literal
9107 location. */
9108
9109 /* Find the literal value. */
9110 value = 0;
9111 r_reloc_init (&r_rel, abfd, irel, contents, sec_size);
9112 if (!irel)
9113 {
9114 BFD_ASSERT (rel->r_rel.target_offset < sec_size);
9115 value = bfd_get_32 (abfd, contents + rel->r_rel.target_offset);
9116 }
9117 init_literal_value (&val, &r_rel, value, is_abs_literal);
9118
9119 /* Check if we've seen another literal with the same value that
9120 is in the same output section. */
9121 val_map = value_map_get_cached_value (values, &val, final_static_link);
9122
9123 if (val_map
9124 && (r_reloc_get_section (&val_map->loc)->output_section
9125 == sec->output_section)
9126 && relocations_reach (rel, remaining_src_rels, &val_map->loc)
9127 && coalesce_shared_literal (sec, rel, prop_table, ptblsize, val_map))
9128 {
9129 /* No change to last_loc_is_prev. */
9130 literal_placed = true;
9131 }
9132
9133 /* For relocatable links, do not try to move literals. To do it
9134 correctly might increase the number of relocations in an input
9135 section making the default relocatable linking fail. */
9136 if (!bfd_link_relocatable (link_info) && !literal_placed
9137 && values->has_last_loc && !(*last_loc_is_prev_p))
9138 {
9139 asection *target_sec = r_reloc_get_section (&values->last_loc);
9140 if (target_sec && target_sec->output_section == sec->output_section)
9141 {
9142 /* Increment the virtual offset. */
9143 r_reloc try_loc = values->last_loc;
9144 try_loc.virtual_offset += 4;
9145
9146 /* There is a last loc that was in the same output section. */
9147 if (relocations_reach (rel, remaining_src_rels, &try_loc)
9148 && move_shared_literal (sec, link_info, rel,
9149 prop_table, ptblsize,
9150 &try_loc, &val, target_sec_cache))
9151 {
9152 values->last_loc.virtual_offset += 4;
9153 literal_placed = true;
9154 if (!val_map)
9155 val_map = add_value_map (values, &val, &try_loc,
9156 final_static_link);
9157 else
9158 val_map->loc = try_loc;
9159 }
9160 }
9161 }
9162
9163 if (!literal_placed)
9164 {
9165 /* Nothing worked, leave the literal alone but update the last loc. */
9166 values->has_last_loc = true;
9167 values->last_loc = rel->r_rel;
9168 if (!val_map)
9169 val_map = add_value_map (values, &val, &rel->r_rel, final_static_link);
9170 else
9171 val_map->loc = rel->r_rel;
9172 *last_loc_is_prev_p = true;
9173 }
9174
9175 return true;
9176 }
9177
9178
9179 /* Check if the original relocations (presumably on L32R instructions)
9180 identified by reloc[0..N] can be changed to reference the literal
9181 identified by r_rel. If r_rel is out of range for any of the
9182 original relocations, then we don't want to coalesce the original
9183 literal with the one at r_rel. We only check reloc[0..N], where the
9184 offsets are all the same as for reloc[0] (i.e., they're all
9185 referencing the same literal) and where N is also bounded by the
9186 number of remaining entries in the "reloc" array. The "reloc" array
9187 is sorted by target offset so we know all the entries for the same
9188 literal will be contiguous. */
9189
9190 static bool
9191 relocations_reach (source_reloc *reloc,
9192 int remaining_relocs,
9193 const r_reloc *r_rel)
9194 {
9195 bfd_vma from_offset, source_address, dest_address;
9196 asection *sec;
9197 int i;
9198
9199 if (!r_reloc_is_defined (r_rel))
9200 return false;
9201
9202 sec = r_reloc_get_section (r_rel);
9203 from_offset = reloc[0].r_rel.target_offset;
9204
9205 for (i = 0; i < remaining_relocs; i++)
9206 {
9207 if (reloc[i].r_rel.target_offset != from_offset)
9208 break;
9209
9210 /* Ignore relocations that have been removed. */
9211 if (reloc[i].is_null)
9212 continue;
9213
9214 /* The original and new output section for these must be the same
9215 in order to coalesce. */
9216 if (r_reloc_get_section (&reloc[i].r_rel)->output_section
9217 != sec->output_section)
9218 return false;
9219
9220 /* Absolute literals in the same output section can always be
9221 combined. */
9222 if (reloc[i].is_abs_literal)
9223 continue;
9224
9225 /* A literal with no PC-relative relocations can be moved anywhere. */
9226 if (reloc[i].opnd != -1)
9227 {
9228 /* Otherwise, check to see that it fits. */
9229 source_address = (reloc[i].source_sec->output_section->vma
9230 + reloc[i].source_sec->output_offset
9231 + reloc[i].r_rel.rela.r_offset);
9232 dest_address = (sec->output_section->vma
9233 + sec->output_offset
9234 + r_rel->target_offset);
9235
9236 if (!pcrel_reloc_fits (reloc[i].opcode, reloc[i].opnd,
9237 source_address, dest_address))
9238 return false;
9239 }
9240 }
9241
9242 return true;
9243 }
9244
9245
9246 /* Move a literal to another literal location because it is
9247 the same as the other literal value. */
9248
9249 static bool
9250 coalesce_shared_literal (asection *sec,
9251 source_reloc *rel,
9252 property_table_entry *prop_table,
9253 int ptblsize,
9254 value_map *val_map)
9255 {
9256 property_table_entry *entry;
9257 text_action *fa;
9258 property_table_entry *the_add_entry;
9259 int removed_diff;
9260 xtensa_relax_info *relax_info;
9261
9262 relax_info = get_xtensa_relax_info (sec);
9263 if (!relax_info)
9264 return false;
9265
9266 entry = elf_xtensa_find_property_entry
9267 (prop_table, ptblsize, sec->vma + rel->r_rel.target_offset);
9268 if (entry && (entry->flags & XTENSA_PROP_NO_TRANSFORM))
9269 return true;
9270
9271 /* Mark that the literal will be coalesced. */
9272 add_removed_literal (&relax_info->removed_list, &rel->r_rel, &val_map->loc);
9273
9274 text_action_add (&relax_info->action_list,
9275 ta_remove_literal, sec, rel->r_rel.target_offset, 4);
9276
9277 /* If the section is 4-byte aligned, do not add fill. */
9278 if (sec->alignment_power > 2)
9279 {
9280 int fill_extra_space;
9281 bfd_vma entry_sec_offset;
9282
9283 if (entry)
9284 entry_sec_offset = entry->address - sec->vma + entry->size;
9285 else
9286 entry_sec_offset = rel->r_rel.target_offset + 4;
9287
9288 /* If the literal range is at the end of the section,
9289 do not add fill. */
9290 fill_extra_space = 0;
9291 the_add_entry = elf_xtensa_find_property_entry (prop_table, ptblsize,
9292 entry_sec_offset);
9293 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
9294 fill_extra_space = the_add_entry->size;
9295
9296 fa = find_fill_action (&relax_info->action_list, sec, entry_sec_offset);
9297 removed_diff = compute_removed_action_diff (fa, sec, entry_sec_offset,
9298 -4, fill_extra_space);
9299 if (fa)
9300 adjust_fill_action (fa, removed_diff);
9301 else
9302 text_action_add (&relax_info->action_list,
9303 ta_fill, sec, entry_sec_offset, removed_diff);
9304 }
9305
9306 return true;
9307 }
9308
9309
9310 /* Move a literal to another location. This may actually increase the
9311 total amount of space used because of alignments so we need to do
9312 this carefully. Also, it may make a branch go out of range. */
9313
9314 static bool
9315 move_shared_literal (asection *sec,
9316 struct bfd_link_info *link_info,
9317 source_reloc *rel,
9318 property_table_entry *prop_table,
9319 int ptblsize,
9320 const r_reloc *target_loc,
9321 const literal_value *lit_value,
9322 section_cache_t *target_sec_cache)
9323 {
9324 property_table_entry *the_add_entry, *src_entry, *target_entry = NULL;
9325 text_action *fa, *target_fa;
9326 int removed_diff;
9327 xtensa_relax_info *relax_info, *target_relax_info;
9328 asection *target_sec;
9329 ebb_t *ebb;
9330 ebb_constraint ebb_table;
9331 bool relocs_fit;
9332
9333 /* If this routine always returns FALSE, the literals that cannot be
9334 coalesced will not be moved. */
9335 if (elf32xtensa_no_literal_movement)
9336 return false;
9337
9338 relax_info = get_xtensa_relax_info (sec);
9339 if (!relax_info)
9340 return false;
9341
9342 target_sec = r_reloc_get_section (target_loc);
9343 target_relax_info = get_xtensa_relax_info (target_sec);
9344
9345 /* Literals to undefined sections may not be moved because they
9346 must report an error. */
9347 if (bfd_is_und_section (target_sec))
9348 return false;
9349
9350 src_entry = elf_xtensa_find_property_entry
9351 (prop_table, ptblsize, sec->vma + rel->r_rel.target_offset);
9352
9353 if (!section_cache_section (target_sec_cache, target_sec, link_info))
9354 return false;
9355
9356 target_entry = elf_xtensa_find_property_entry
9357 (target_sec_cache->ptbl, target_sec_cache->pte_count,
9358 target_sec->vma + target_loc->target_offset);
9359
9360 if (!target_entry)
9361 return false;
9362
9363 /* Make sure that we have not broken any branches. */
9364 relocs_fit = false;
9365
9366 init_ebb_constraint (&ebb_table);
9367 ebb = &ebb_table.ebb;
9368 init_ebb (ebb, target_sec_cache->sec, target_sec_cache->contents,
9369 target_sec_cache->content_length,
9370 target_sec_cache->ptbl, target_sec_cache->pte_count,
9371 target_sec_cache->relocs, target_sec_cache->reloc_count);
9372
9373 /* Propose to add 4 bytes + worst-case alignment size increase to
9374 destination. */
9375 ebb_propose_action (&ebb_table, EBB_NO_ALIGN, 0,
9376 ta_fill, target_loc->target_offset,
9377 -4 - (1 << target_sec->alignment_power), true);
9378
9379 /* Check all of the PC-relative relocations to make sure they still fit. */
9380 relocs_fit = check_section_ebb_pcrels_fit (target_sec->owner, target_sec,
9381 target_sec_cache->contents,
9382 target_sec_cache->relocs, NULL,
9383 &ebb_table, NULL);
9384
9385 if (!relocs_fit)
9386 return false;
9387
9388 text_action_add_literal (&target_relax_info->action_list,
9389 ta_add_literal, target_loc, lit_value, -4);
9390
9391 if (target_sec->alignment_power > 2 && target_entry != src_entry)
9392 {
9393 /* May need to add or remove some fill to maintain alignment. */
9394 int fill_extra_space;
9395 bfd_vma entry_sec_offset;
9396
9397 entry_sec_offset =
9398 target_entry->address - target_sec->vma + target_entry->size;
9399
9400 /* If the literal range is at the end of the section,
9401 do not add fill. */
9402 fill_extra_space = 0;
9403 the_add_entry =
9404 elf_xtensa_find_property_entry (target_sec_cache->ptbl,
9405 target_sec_cache->pte_count,
9406 entry_sec_offset);
9407 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
9408 fill_extra_space = the_add_entry->size;
9409
9410 target_fa = find_fill_action (&target_relax_info->action_list,
9411 target_sec, entry_sec_offset);
9412 removed_diff = compute_removed_action_diff (target_fa, target_sec,
9413 entry_sec_offset, 4,
9414 fill_extra_space);
9415 if (target_fa)
9416 adjust_fill_action (target_fa, removed_diff);
9417 else
9418 text_action_add (&target_relax_info->action_list,
9419 ta_fill, target_sec, entry_sec_offset, removed_diff);
9420 }
9421
9422 /* Mark that the literal will be moved to the new location. */
9423 add_removed_literal (&relax_info->removed_list, &rel->r_rel, target_loc);
9424
9425 /* Remove the literal. */
9426 text_action_add (&relax_info->action_list,
9427 ta_remove_literal, sec, rel->r_rel.target_offset, 4);
9428
9429 /* If the section is 4-byte aligned, do not add fill. */
9430 if (sec->alignment_power > 2 && target_entry != src_entry)
9431 {
9432 int fill_extra_space;
9433 bfd_vma entry_sec_offset;
9434
9435 if (src_entry)
9436 entry_sec_offset = src_entry->address - sec->vma + src_entry->size;
9437 else
9438 entry_sec_offset = rel->r_rel.target_offset+4;
9439
9440 /* If the literal range is at the end of the section,
9441 do not add fill. */
9442 fill_extra_space = 0;
9443 the_add_entry = elf_xtensa_find_property_entry (prop_table, ptblsize,
9444 entry_sec_offset);
9445 if (the_add_entry && (the_add_entry->flags & XTENSA_PROP_UNREACHABLE))
9446 fill_extra_space = the_add_entry->size;
9447
9448 fa = find_fill_action (&relax_info->action_list, sec, entry_sec_offset);
9449 removed_diff = compute_removed_action_diff (fa, sec, entry_sec_offset,
9450 -4, fill_extra_space);
9451 if (fa)
9452 adjust_fill_action (fa, removed_diff);
9453 else
9454 text_action_add (&relax_info->action_list,
9455 ta_fill, sec, entry_sec_offset, removed_diff);
9456 }
9457
9458 return true;
9459 }
9460
9461 \f
9462 /* Second relaxation pass. */
9463
9464 static int
9465 action_remove_bytes_fn (splay_tree_node node, void *p)
9466 {
9467 bfd_size_type *final_size = p;
9468 text_action *action = (text_action *)node->value;
9469
9470 *final_size -= action->removed_bytes;
9471 return 0;
9472 }
9473
9474 /* Modify all of the relocations to point to the right spot, and if this
9475 is a relaxable section, delete the unwanted literals and fix the
9476 section size. */
9477
9478 bool
9479 relax_section (bfd *abfd, asection *sec, struct bfd_link_info *link_info)
9480 {
9481 Elf_Internal_Rela *internal_relocs;
9482 xtensa_relax_info *relax_info;
9483 bfd_byte *contents;
9484 bool ok = true;
9485 unsigned i;
9486 bool rv = false;
9487 bool virtual_action;
9488 bfd_size_type sec_size;
9489
9490 sec_size = bfd_get_section_limit (abfd, sec);
9491 relax_info = get_xtensa_relax_info (sec);
9492 BFD_ASSERT (relax_info);
9493
9494 /* First translate any of the fixes that have been added already. */
9495 translate_section_fixes (sec);
9496
9497 /* Handle property sections (e.g., literal tables) specially. */
9498 if (xtensa_is_property_section (sec))
9499 {
9500 BFD_ASSERT (!relax_info->is_relaxable_literal_section);
9501 return relax_property_section (abfd, sec, link_info);
9502 }
9503
9504 internal_relocs = retrieve_internal_relocs (abfd, sec,
9505 link_info->keep_memory);
9506 if (!internal_relocs && !action_list_count (&relax_info->action_list))
9507 return true;
9508
9509 contents = retrieve_contents (abfd, sec, link_info->keep_memory);
9510 if (contents == NULL && sec_size != 0)
9511 {
9512 ok = false;
9513 goto error_return;
9514 }
9515
9516 if (internal_relocs)
9517 {
9518 for (i = 0; i < sec->reloc_count; i++)
9519 {
9520 Elf_Internal_Rela *irel;
9521 xtensa_relax_info *target_relax_info;
9522 bfd_vma source_offset, old_source_offset;
9523 r_reloc r_rel;
9524 unsigned r_type;
9525 asection *target_sec;
9526
9527 /* Locally change the source address.
9528 Translate the target to the new target address.
9529 If it points to this section and has been removed,
9530 NULLify it.
9531 Write it back. */
9532
9533 irel = &internal_relocs[i];
9534 source_offset = irel->r_offset;
9535 old_source_offset = source_offset;
9536
9537 r_type = ELF32_R_TYPE (irel->r_info);
9538 r_reloc_init (&r_rel, abfd, irel, contents,
9539 bfd_get_section_limit (abfd, sec));
9540
9541 /* If this section could have changed then we may need to
9542 change the relocation's offset. */
9543
9544 if (relax_info->is_relaxable_literal_section
9545 || relax_info->is_relaxable_asm_section)
9546 {
9547 pin_internal_relocs (sec, internal_relocs);
9548
9549 if (r_type != R_XTENSA_NONE
9550 && find_removed_literal (&relax_info->removed_list,
9551 irel->r_offset))
9552 {
9553 /* Remove this relocation. */
9554 if (elf_hash_table (link_info)->dynamic_sections_created)
9555 shrink_dynamic_reloc_sections (link_info, abfd, sec, irel);
9556 irel->r_info = ELF32_R_INFO (0, R_XTENSA_NONE);
9557 irel->r_offset = offset_with_removed_text_map
9558 (&relax_info->action_list, irel->r_offset);
9559 continue;
9560 }
9561
9562 if (r_type == R_XTENSA_ASM_SIMPLIFY)
9563 {
9564 text_action *action =
9565 find_insn_action (&relax_info->action_list,
9566 irel->r_offset);
9567 if (action && (action->action == ta_convert_longcall
9568 || action->action == ta_remove_longcall))
9569 {
9570 bfd_reloc_status_type retval;
9571 char *error_message = NULL;
9572
9573 retval = contract_asm_expansion (contents, sec_size,
9574 irel, &error_message);
9575 if (retval != bfd_reloc_ok)
9576 {
9577 (*link_info->callbacks->reloc_dangerous)
9578 (link_info, error_message, abfd, sec,
9579 irel->r_offset);
9580 goto error_return;
9581 }
9582 /* Update the action so that the code that moves
9583 the contents will do the right thing. */
9584 /* ta_remove_longcall and ta_remove_insn actions are
9585 grouped together in the tree as well as
9586 ta_convert_longcall and ta_none, so that changes below
9587 can be done w/o removing and reinserting action into
9588 the tree. */
9589
9590 if (action->action == ta_remove_longcall)
9591 action->action = ta_remove_insn;
9592 else
9593 action->action = ta_none;
9594 /* Refresh the info in the r_rel. */
9595 r_reloc_init (&r_rel, abfd, irel, contents, sec_size);
9596 r_type = ELF32_R_TYPE (irel->r_info);
9597 }
9598 }
9599
9600 source_offset = offset_with_removed_text_map
9601 (&relax_info->action_list, irel->r_offset);
9602 irel->r_offset = source_offset;
9603 }
9604
9605 /* If the target section could have changed then
9606 we may need to change the relocation's target offset. */
9607
9608 target_sec = r_reloc_get_section (&r_rel);
9609
9610 /* For a reference to a discarded section from a DWARF section,
9611 i.e., where action_discarded is PRETEND, the symbol will
9612 eventually be modified to refer to the kept section (at least if
9613 the kept and discarded sections are the same size). Anticipate
9614 that here and adjust things accordingly. */
9615 if (! elf_xtensa_ignore_discarded_relocs (sec)
9616 && elf_xtensa_action_discarded (sec) == PRETEND
9617 && sec->sec_info_type != SEC_INFO_TYPE_STABS
9618 && target_sec != NULL
9619 && discarded_section (target_sec))
9620 {
9621 /* It would be natural to call _bfd_elf_check_kept_section
9622 here, but it's not exported from elflink.c. It's also a
9623 fairly expensive check. Adjusting the relocations to the
9624 discarded section is fairly harmless; it will only adjust
9625 some addends and difference values. If it turns out that
9626 _bfd_elf_check_kept_section fails later, it won't matter,
9627 so just compare the section names to find the right group
9628 member. */
9629 asection *kept = target_sec->kept_section;
9630 if (kept != NULL)
9631 {
9632 if ((kept->flags & SEC_GROUP) != 0)
9633 {
9634 asection *first = elf_next_in_group (kept);
9635 asection *s = first;
9636
9637 kept = NULL;
9638 while (s != NULL)
9639 {
9640 if (strcmp (s->name, target_sec->name) == 0)
9641 {
9642 kept = s;
9643 break;
9644 }
9645 s = elf_next_in_group (s);
9646 if (s == first)
9647 break;
9648 }
9649 }
9650 }
9651 if (kept != NULL
9652 && ((target_sec->rawsize != 0
9653 ? target_sec->rawsize : target_sec->size)
9654 == (kept->rawsize != 0 ? kept->rawsize : kept->size)))
9655 target_sec = kept;
9656 }
9657
9658 target_relax_info = get_xtensa_relax_info (target_sec);
9659 if (target_relax_info
9660 && (target_relax_info->is_relaxable_literal_section
9661 || target_relax_info->is_relaxable_asm_section))
9662 {
9663 r_reloc new_reloc;
9664 target_sec = translate_reloc (&r_rel, &new_reloc, target_sec);
9665
9666 if (r_type == R_XTENSA_DIFF8
9667 || r_type == R_XTENSA_DIFF16
9668 || r_type == R_XTENSA_DIFF32
9669 || r_type == R_XTENSA_PDIFF8
9670 || r_type == R_XTENSA_PDIFF16
9671 || r_type == R_XTENSA_PDIFF32
9672 || r_type == R_XTENSA_NDIFF8
9673 || r_type == R_XTENSA_NDIFF16
9674 || r_type == R_XTENSA_NDIFF32)
9675 {
9676 bfd_signed_vma diff_value = 0;
9677 bfd_vma new_end_offset, diff_mask = 0;
9678
9679 if (bfd_get_section_limit (abfd, sec) < old_source_offset)
9680 {
9681 (*link_info->callbacks->reloc_dangerous)
9682 (link_info, _("invalid relocation address"),
9683 abfd, sec, old_source_offset);
9684 goto error_return;
9685 }
9686
9687 switch (r_type)
9688 {
9689 case R_XTENSA_DIFF8:
9690 diff_mask = 0x7f;
9691 diff_value =
9692 bfd_get_signed_8 (abfd, &contents[old_source_offset]);
9693 break;
9694 case R_XTENSA_DIFF16:
9695 diff_mask = 0x7fff;
9696 diff_value =
9697 bfd_get_signed_16 (abfd, &contents[old_source_offset]);
9698 break;
9699 case R_XTENSA_DIFF32:
9700 diff_mask = 0x7fffffff;
9701 diff_value =
9702 bfd_get_signed_32 (abfd, &contents[old_source_offset]);
9703 break;
9704 case R_XTENSA_PDIFF8:
9705 case R_XTENSA_NDIFF8:
9706 diff_mask = 0xff;
9707 diff_value =
9708 bfd_get_8 (abfd, &contents[old_source_offset]);
9709 break;
9710 case R_XTENSA_PDIFF16:
9711 case R_XTENSA_NDIFF16:
9712 diff_mask = 0xffff;
9713 diff_value =
9714 bfd_get_16 (abfd, &contents[old_source_offset]);
9715 break;
9716 case R_XTENSA_PDIFF32:
9717 case R_XTENSA_NDIFF32:
9718 diff_mask = 0xffffffff;
9719 diff_value =
9720 bfd_get_32 (abfd, &contents[old_source_offset]);
9721 break;
9722 }
9723
9724 if (r_type >= R_XTENSA_NDIFF8
9725 && r_type <= R_XTENSA_NDIFF32
9726 && diff_value)
9727 diff_value |= ~diff_mask;
9728
9729 new_end_offset = offset_with_removed_text_map
9730 (&target_relax_info->action_list,
9731 r_rel.target_offset + diff_value);
9732 diff_value = new_end_offset - new_reloc.target_offset;
9733
9734 switch (r_type)
9735 {
9736 case R_XTENSA_DIFF8:
9737 bfd_put_signed_8 (abfd, diff_value,
9738 &contents[old_source_offset]);
9739 break;
9740 case R_XTENSA_DIFF16:
9741 bfd_put_signed_16 (abfd, diff_value,
9742 &contents[old_source_offset]);
9743 break;
9744 case R_XTENSA_DIFF32:
9745 bfd_put_signed_32 (abfd, diff_value,
9746 &contents[old_source_offset]);
9747 break;
9748 case R_XTENSA_PDIFF8:
9749 case R_XTENSA_NDIFF8:
9750 bfd_put_8 (abfd, diff_value,
9751 &contents[old_source_offset]);
9752 break;
9753 case R_XTENSA_PDIFF16:
9754 case R_XTENSA_NDIFF16:
9755 bfd_put_16 (abfd, diff_value,
9756 &contents[old_source_offset]);
9757 break;
9758 case R_XTENSA_PDIFF32:
9759 case R_XTENSA_NDIFF32:
9760 bfd_put_32 (abfd, diff_value,
9761 &contents[old_source_offset]);
9762 break;
9763 }
9764
9765 /* Check for overflow. Sign bits must be all zeroes or
9766 all ones. When sign bits are all ones diff_value
9767 may not be zero. */
9768 if (((diff_value & ~diff_mask) != 0
9769 && (diff_value & ~diff_mask) != ~diff_mask)
9770 || (diff_value && (bfd_vma) diff_value == ~diff_mask))
9771 {
9772 (*link_info->callbacks->reloc_dangerous)
9773 (link_info, _("overflow after relaxation"),
9774 abfd, sec, old_source_offset);
9775 goto error_return;
9776 }
9777
9778 pin_contents (sec, contents);
9779 }
9780
9781 /* If the relocation still references a section in the same
9782 input file, modify the relocation directly instead of
9783 adding a "fix" record. */
9784 if (target_sec->owner == abfd)
9785 {
9786 unsigned r_symndx = ELF32_R_SYM (new_reloc.rela.r_info);
9787 irel->r_info = ELF32_R_INFO (r_symndx, r_type);
9788 irel->r_addend = new_reloc.rela.r_addend;
9789 pin_internal_relocs (sec, internal_relocs);
9790 }
9791 else
9792 {
9793 bfd_vma addend_displacement;
9794 reloc_bfd_fix *fix;
9795
9796 addend_displacement =
9797 new_reloc.target_offset + new_reloc.virtual_offset;
9798 fix = reloc_bfd_fix_init (sec, source_offset, r_type,
9799 target_sec,
9800 addend_displacement, true);
9801 add_fix (sec, fix);
9802 }
9803 }
9804 }
9805 }
9806
9807 if ((relax_info->is_relaxable_literal_section
9808 || relax_info->is_relaxable_asm_section)
9809 && action_list_count (&relax_info->action_list))
9810 {
9811 /* Walk through the planned actions and build up a table
9812 of move, copy and fill records. Use the move, copy and
9813 fill records to perform the actions once. */
9814
9815 bfd_size_type final_size, copy_size, orig_insn_size;
9816 bfd_byte *scratch = NULL;
9817 bfd_byte *dup_contents = NULL;
9818 bfd_size_type orig_size = sec->size;
9819 bfd_vma orig_dot = 0;
9820 bfd_vma orig_dot_copied = 0; /* Byte copied already from
9821 orig dot in physical memory. */
9822 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */
9823 bfd_vma dup_dot = 0;
9824
9825 text_action *action;
9826
9827 final_size = sec->size;
9828
9829 splay_tree_foreach (relax_info->action_list.tree,
9830 action_remove_bytes_fn, &final_size);
9831 scratch = (bfd_byte *) bfd_zmalloc (final_size);
9832 dup_contents = (bfd_byte *) bfd_zmalloc (final_size);
9833
9834 /* The dot is the current fill location. */
9835 #if DEBUG
9836 print_action_list (stderr, &relax_info->action_list);
9837 #endif
9838
9839 for (action = action_first (&relax_info->action_list); action;
9840 action = action_next (&relax_info->action_list, action))
9841 {
9842 virtual_action = false;
9843 if (action->offset > orig_dot)
9844 {
9845 orig_dot += orig_dot_copied;
9846 orig_dot_copied = 0;
9847 orig_dot_vo = 0;
9848 /* Out of the virtual world. */
9849 }
9850
9851 if (action->offset > orig_dot)
9852 {
9853 copy_size = action->offset - orig_dot;
9854 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size);
9855 orig_dot += copy_size;
9856 dup_dot += copy_size;
9857 BFD_ASSERT (action->offset == orig_dot);
9858 }
9859 else if (action->offset < orig_dot)
9860 {
9861 if (action->action == ta_fill
9862 && action->offset - action->removed_bytes == orig_dot)
9863 {
9864 /* This is OK because the fill only effects the dup_dot. */
9865 }
9866 else if (action->action == ta_add_literal)
9867 {
9868 /* TBD. Might need to handle this. */
9869 }
9870 }
9871 if (action->offset == orig_dot)
9872 {
9873 if (action->virtual_offset > orig_dot_vo)
9874 {
9875 if (orig_dot_vo == 0)
9876 {
9877 /* Need to copy virtual_offset bytes. Probably four. */
9878 copy_size = action->virtual_offset - orig_dot_vo;
9879 memmove (&dup_contents[dup_dot],
9880 &contents[orig_dot], copy_size);
9881 orig_dot_copied = copy_size;
9882 dup_dot += copy_size;
9883 }
9884 virtual_action = true;
9885 }
9886 else
9887 BFD_ASSERT (action->virtual_offset <= orig_dot_vo);
9888 }
9889 switch (action->action)
9890 {
9891 case ta_remove_literal:
9892 case ta_remove_insn:
9893 BFD_ASSERT (action->removed_bytes >= 0);
9894 orig_dot += action->removed_bytes;
9895 break;
9896
9897 case ta_narrow_insn:
9898 orig_insn_size = 3;
9899 copy_size = 2;
9900 memmove (scratch, &contents[orig_dot], orig_insn_size);
9901 BFD_ASSERT (action->removed_bytes == 1);
9902 rv = narrow_instruction (scratch, final_size, 0);
9903 BFD_ASSERT (rv);
9904 memmove (&dup_contents[dup_dot], scratch, copy_size);
9905 orig_dot += orig_insn_size;
9906 dup_dot += copy_size;
9907 break;
9908
9909 case ta_fill:
9910 if (action->removed_bytes >= 0)
9911 orig_dot += action->removed_bytes;
9912 else
9913 {
9914 /* Already zeroed in dup_contents. Just bump the
9915 counters. */
9916 dup_dot += (-action->removed_bytes);
9917 }
9918 break;
9919
9920 case ta_none:
9921 BFD_ASSERT (action->removed_bytes == 0);
9922 break;
9923
9924 case ta_convert_longcall:
9925 case ta_remove_longcall:
9926 /* These will be removed or converted before we get here. */
9927 BFD_ASSERT (0);
9928 break;
9929
9930 case ta_widen_insn:
9931 orig_insn_size = 2;
9932 copy_size = 3;
9933 memmove (scratch, &contents[orig_dot], orig_insn_size);
9934 BFD_ASSERT (action->removed_bytes == -1);
9935 rv = widen_instruction (scratch, final_size, 0);
9936 BFD_ASSERT (rv);
9937 memmove (&dup_contents[dup_dot], scratch, copy_size);
9938 orig_dot += orig_insn_size;
9939 dup_dot += copy_size;
9940 break;
9941
9942 case ta_add_literal:
9943 orig_insn_size = 0;
9944 copy_size = 4;
9945 BFD_ASSERT (action->removed_bytes == -4);
9946 /* TBD -- place the literal value here and insert
9947 into the table. */
9948 memset (&dup_contents[dup_dot], 0, 4);
9949 pin_internal_relocs (sec, internal_relocs);
9950 pin_contents (sec, contents);
9951
9952 if (!move_literal (abfd, link_info, sec, dup_dot, dup_contents,
9953 relax_info, &internal_relocs, &action->value))
9954 goto error_return;
9955
9956 if (virtual_action)
9957 orig_dot_vo += copy_size;
9958
9959 orig_dot += orig_insn_size;
9960 dup_dot += copy_size;
9961 break;
9962
9963 default:
9964 /* Not implemented yet. */
9965 BFD_ASSERT (0);
9966 break;
9967 }
9968
9969 BFD_ASSERT (dup_dot <= final_size);
9970 BFD_ASSERT (orig_dot <= orig_size);
9971 }
9972
9973 orig_dot += orig_dot_copied;
9974 orig_dot_copied = 0;
9975
9976 if (orig_dot != orig_size)
9977 {
9978 copy_size = orig_size - orig_dot;
9979 BFD_ASSERT (orig_size > orig_dot);
9980 BFD_ASSERT (dup_dot + copy_size == final_size);
9981 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size);
9982 orig_dot += copy_size;
9983 dup_dot += copy_size;
9984 }
9985 BFD_ASSERT (orig_size == orig_dot);
9986 BFD_ASSERT (final_size == dup_dot);
9987
9988 /* Move the dup_contents back. */
9989 if (final_size > orig_size)
9990 {
9991 /* Contents need to be reallocated. Swap the dup_contents into
9992 contents. */
9993 sec->contents = dup_contents;
9994 free (contents);
9995 contents = dup_contents;
9996 pin_contents (sec, contents);
9997 }
9998 else
9999 {
10000 BFD_ASSERT (final_size <= orig_size);
10001 memset (contents, 0, orig_size);
10002 memcpy (contents, dup_contents, final_size);
10003 free (dup_contents);
10004 }
10005 free (scratch);
10006 pin_contents (sec, contents);
10007
10008 if (sec->rawsize == 0)
10009 sec->rawsize = sec->size;
10010 sec->size = final_size;
10011 }
10012
10013 error_return:
10014 release_internal_relocs (sec, internal_relocs);
10015 release_contents (sec, contents);
10016 return ok;
10017 }
10018
10019
10020 static bool
10021 translate_section_fixes (asection *sec)
10022 {
10023 xtensa_relax_info *relax_info;
10024 reloc_bfd_fix *r;
10025
10026 relax_info = get_xtensa_relax_info (sec);
10027 if (!relax_info)
10028 return true;
10029
10030 for (r = relax_info->fix_list; r != NULL; r = r->next)
10031 if (!translate_reloc_bfd_fix (r))
10032 return false;
10033
10034 return true;
10035 }
10036
10037
10038 /* Translate a fix given the mapping in the relax info for the target
10039 section. If it has already been translated, no work is required. */
10040
10041 static bool
10042 translate_reloc_bfd_fix (reloc_bfd_fix *fix)
10043 {
10044 reloc_bfd_fix new_fix;
10045 asection *sec;
10046 xtensa_relax_info *relax_info;
10047 removed_literal *removed;
10048 bfd_vma new_offset, target_offset;
10049
10050 if (fix->translated)
10051 return true;
10052
10053 sec = fix->target_sec;
10054 target_offset = fix->target_offset;
10055
10056 relax_info = get_xtensa_relax_info (sec);
10057 if (!relax_info)
10058 {
10059 fix->translated = true;
10060 return true;
10061 }
10062
10063 new_fix = *fix;
10064
10065 /* The fix does not need to be translated if the section cannot change. */
10066 if (!relax_info->is_relaxable_literal_section
10067 && !relax_info->is_relaxable_asm_section)
10068 {
10069 fix->translated = true;
10070 return true;
10071 }
10072
10073 /* If the literal has been moved and this relocation was on an
10074 opcode, then the relocation should move to the new literal
10075 location. Otherwise, the relocation should move within the
10076 section. */
10077
10078 removed = false;
10079 if (is_operand_relocation (fix->src_type))
10080 {
10081 /* Check if the original relocation is against a literal being
10082 removed. */
10083 removed = find_removed_literal (&relax_info->removed_list,
10084 target_offset);
10085 }
10086
10087 if (removed)
10088 {
10089 asection *new_sec;
10090
10091 /* The fact that there is still a relocation to this literal indicates
10092 that the literal is being coalesced, not simply removed. */
10093 BFD_ASSERT (removed->to.abfd != NULL);
10094
10095 /* This was moved to some other address (possibly another section). */
10096 new_sec = r_reloc_get_section (&removed->to);
10097 if (new_sec != sec)
10098 {
10099 sec = new_sec;
10100 relax_info = get_xtensa_relax_info (sec);
10101 if (!relax_info ||
10102 (!relax_info->is_relaxable_literal_section
10103 && !relax_info->is_relaxable_asm_section))
10104 {
10105 target_offset = removed->to.target_offset;
10106 new_fix.target_sec = new_sec;
10107 new_fix.target_offset = target_offset;
10108 new_fix.translated = true;
10109 *fix = new_fix;
10110 return true;
10111 }
10112 }
10113 target_offset = removed->to.target_offset;
10114 new_fix.target_sec = new_sec;
10115 }
10116
10117 /* The target address may have been moved within its section. */
10118 new_offset = offset_with_removed_text (&relax_info->action_list,
10119 target_offset);
10120
10121 new_fix.target_offset = new_offset;
10122 new_fix.target_offset = new_offset;
10123 new_fix.translated = true;
10124 *fix = new_fix;
10125 return true;
10126 }
10127
10128
10129 /* Fix up a relocation to take account of removed literals. */
10130
10131 static asection *
10132 translate_reloc (const r_reloc *orig_rel, r_reloc *new_rel, asection *sec)
10133 {
10134 xtensa_relax_info *relax_info;
10135 removed_literal *removed;
10136 bfd_vma target_offset, base_offset;
10137
10138 *new_rel = *orig_rel;
10139
10140 if (!r_reloc_is_defined (orig_rel))
10141 return sec ;
10142
10143 relax_info = get_xtensa_relax_info (sec);
10144 BFD_ASSERT (relax_info && (relax_info->is_relaxable_literal_section
10145 || relax_info->is_relaxable_asm_section));
10146
10147 target_offset = orig_rel->target_offset;
10148
10149 removed = false;
10150 if (is_operand_relocation (ELF32_R_TYPE (orig_rel->rela.r_info)))
10151 {
10152 /* Check if the original relocation is against a literal being
10153 removed. */
10154 removed = find_removed_literal (&relax_info->removed_list,
10155 target_offset);
10156 }
10157 if (removed && removed->to.abfd)
10158 {
10159 asection *new_sec;
10160
10161 /* The fact that there is still a relocation to this literal indicates
10162 that the literal is being coalesced, not simply removed. */
10163 BFD_ASSERT (removed->to.abfd != NULL);
10164
10165 /* This was moved to some other address
10166 (possibly in another section). */
10167 *new_rel = removed->to;
10168 new_sec = r_reloc_get_section (new_rel);
10169 if (new_sec != sec)
10170 {
10171 sec = new_sec;
10172 relax_info = get_xtensa_relax_info (sec);
10173 if (!relax_info
10174 || (!relax_info->is_relaxable_literal_section
10175 && !relax_info->is_relaxable_asm_section))
10176 return sec;
10177 }
10178 target_offset = new_rel->target_offset;
10179 }
10180
10181 /* Find the base offset of the reloc symbol, excluding any addend from the
10182 reloc or from the section contents (for a partial_inplace reloc). Then
10183 find the adjusted values of the offsets due to relaxation. The base
10184 offset is needed to determine the change to the reloc's addend; the reloc
10185 addend should not be adjusted due to relaxations located before the base
10186 offset. */
10187
10188 base_offset = r_reloc_get_target_offset (new_rel) - new_rel->rela.r_addend;
10189 if (base_offset <= target_offset)
10190 {
10191 int base_removed = removed_by_actions_map (&relax_info->action_list,
10192 base_offset, false);
10193 int addend_removed = removed_by_actions_map (&relax_info->action_list,
10194 target_offset, false) -
10195 base_removed;
10196
10197 new_rel->target_offset = target_offset - base_removed - addend_removed;
10198 new_rel->rela.r_addend -= addend_removed;
10199 }
10200 else
10201 {
10202 /* Handle a negative addend. The base offset comes first. */
10203 int tgt_removed = removed_by_actions_map (&relax_info->action_list,
10204 target_offset, false);
10205 int addend_removed = removed_by_actions_map (&relax_info->action_list,
10206 base_offset, false) -
10207 tgt_removed;
10208
10209 new_rel->target_offset = target_offset - tgt_removed;
10210 new_rel->rela.r_addend += addend_removed;
10211 }
10212
10213 return sec;
10214 }
10215
10216
10217 /* For dynamic links, there may be a dynamic relocation for each
10218 literal. The number of dynamic relocations must be computed in
10219 size_dynamic_sections, which occurs before relaxation. When a
10220 literal is removed, this function checks if there is a corresponding
10221 dynamic relocation and shrinks the size of the appropriate dynamic
10222 relocation section accordingly. At this point, the contents of the
10223 dynamic relocation sections have not yet been filled in, so there's
10224 nothing else that needs to be done. */
10225
10226 static void
10227 shrink_dynamic_reloc_sections (struct bfd_link_info *info,
10228 bfd *abfd,
10229 asection *input_section,
10230 Elf_Internal_Rela *rel)
10231 {
10232 struct elf_xtensa_link_hash_table *htab;
10233 Elf_Internal_Shdr *symtab_hdr;
10234 struct elf_link_hash_entry **sym_hashes;
10235 unsigned long r_symndx;
10236 int r_type;
10237 struct elf_link_hash_entry *h;
10238 bool dynamic_symbol;
10239
10240 htab = elf_xtensa_hash_table (info);
10241 if (htab == NULL)
10242 return;
10243
10244 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
10245 sym_hashes = elf_sym_hashes (abfd);
10246
10247 r_type = ELF32_R_TYPE (rel->r_info);
10248 r_symndx = ELF32_R_SYM (rel->r_info);
10249
10250 if (r_symndx < symtab_hdr->sh_info)
10251 h = NULL;
10252 else
10253 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
10254
10255 dynamic_symbol = elf_xtensa_dynamic_symbol_p (h, info);
10256
10257 if ((r_type == R_XTENSA_32 || r_type == R_XTENSA_PLT)
10258 && (input_section->flags & SEC_ALLOC) != 0
10259 && (dynamic_symbol
10260 || (bfd_link_pic (info)
10261 && (!h || h->root.type != bfd_link_hash_undefweak))))
10262 {
10263 asection *srel;
10264 bool is_plt = false;
10265
10266 if (dynamic_symbol && r_type == R_XTENSA_PLT)
10267 {
10268 srel = htab->elf.srelplt;
10269 is_plt = true;
10270 }
10271 else
10272 srel = htab->elf.srelgot;
10273
10274 /* Reduce size of the .rela.* section by one reloc. */
10275 BFD_ASSERT (srel != NULL);
10276 BFD_ASSERT (srel->size >= sizeof (Elf32_External_Rela));
10277 srel->size -= sizeof (Elf32_External_Rela);
10278
10279 if (is_plt)
10280 {
10281 asection *splt, *sgotplt, *srelgot;
10282 int reloc_index, chunk;
10283
10284 /* Find the PLT reloc index of the entry being removed. This
10285 is computed from the size of ".rela.plt". It is needed to
10286 figure out which PLT chunk to resize. Usually "last index
10287 = size - 1" since the index starts at zero, but in this
10288 context, the size has just been decremented so there's no
10289 need to subtract one. */
10290 reloc_index = srel->size / sizeof (Elf32_External_Rela);
10291
10292 chunk = reloc_index / PLT_ENTRIES_PER_CHUNK;
10293 splt = elf_xtensa_get_plt_section (info, chunk);
10294 sgotplt = elf_xtensa_get_gotplt_section (info, chunk);
10295 BFD_ASSERT (splt != NULL && sgotplt != NULL);
10296
10297 /* Check if an entire PLT chunk has just been eliminated. */
10298 if (reloc_index % PLT_ENTRIES_PER_CHUNK == 0)
10299 {
10300 /* The two magic GOT entries for that chunk can go away. */
10301 srelgot = htab->elf.srelgot;
10302 BFD_ASSERT (srelgot != NULL);
10303 srelgot->reloc_count -= 2;
10304 srelgot->size -= 2 * sizeof (Elf32_External_Rela);
10305 sgotplt->size -= 8;
10306
10307 /* There should be only one entry left (and it will be
10308 removed below). */
10309 BFD_ASSERT (sgotplt->size == 4);
10310 BFD_ASSERT (splt->size == PLT_ENTRY_SIZE);
10311 }
10312
10313 BFD_ASSERT (sgotplt->size >= 4);
10314 BFD_ASSERT (splt->size >= PLT_ENTRY_SIZE);
10315
10316 sgotplt->size -= 4;
10317 splt->size -= PLT_ENTRY_SIZE;
10318 }
10319 }
10320 }
10321
10322
10323 /* Take an r_rel and move it to another section. This usually
10324 requires extending the interal_relocation array and pinning it. If
10325 the original r_rel is from the same BFD, we can complete this here.
10326 Otherwise, we add a fix record to let the final link fix the
10327 appropriate address. Contents and internal relocations for the
10328 section must be pinned after calling this routine. */
10329
10330 static bool
10331 move_literal (bfd *abfd,
10332 struct bfd_link_info *link_info,
10333 asection *sec,
10334 bfd_vma offset,
10335 bfd_byte *contents,
10336 xtensa_relax_info *relax_info,
10337 Elf_Internal_Rela **internal_relocs_p,
10338 const literal_value *lit)
10339 {
10340 Elf_Internal_Rela *new_relocs = NULL;
10341 size_t new_relocs_count = 0;
10342 Elf_Internal_Rela this_rela;
10343 const r_reloc *r_rel;
10344
10345 r_rel = &lit->r_rel;
10346 BFD_ASSERT (elf_section_data (sec)->relocs == *internal_relocs_p);
10347
10348 if (r_reloc_is_const (r_rel))
10349 bfd_put_32 (abfd, lit->value, contents + offset);
10350 else
10351 {
10352 int r_type;
10353 unsigned i;
10354 reloc_bfd_fix *fix;
10355 unsigned insert_at;
10356
10357 r_type = ELF32_R_TYPE (r_rel->rela.r_info);
10358
10359 /* This is the difficult case. We have to create a fix up. */
10360 this_rela.r_offset = offset;
10361 this_rela.r_info = ELF32_R_INFO (0, r_type);
10362 this_rela.r_addend =
10363 r_rel->target_offset - r_reloc_get_target_offset (r_rel);
10364 bfd_put_32 (abfd, lit->value, contents + offset);
10365
10366 /* Currently, we cannot move relocations during a relocatable link. */
10367 BFD_ASSERT (!bfd_link_relocatable (link_info));
10368 fix = reloc_bfd_fix_init (sec, offset, r_type,
10369 r_reloc_get_section (r_rel),
10370 r_rel->target_offset + r_rel->virtual_offset,
10371 false);
10372 /* We also need to mark that relocations are needed here. */
10373 sec->flags |= SEC_RELOC;
10374
10375 translate_reloc_bfd_fix (fix);
10376 /* This fix has not yet been translated. */
10377 add_fix (sec, fix);
10378
10379 /* Add the relocation. If we have already allocated our own
10380 space for the relocations and we have room for more, then use
10381 it. Otherwise, allocate new space and move the literals. */
10382 insert_at = sec->reloc_count;
10383 for (i = 0; i < sec->reloc_count; ++i)
10384 {
10385 if (this_rela.r_offset < (*internal_relocs_p)[i].r_offset)
10386 {
10387 insert_at = i;
10388 break;
10389 }
10390 }
10391
10392 if (*internal_relocs_p != relax_info->allocated_relocs
10393 || sec->reloc_count + 1 > relax_info->allocated_relocs_count)
10394 {
10395 BFD_ASSERT (relax_info->allocated_relocs == NULL
10396 || sec->reloc_count == relax_info->relocs_count);
10397
10398 if (relax_info->allocated_relocs_count == 0)
10399 new_relocs_count = (sec->reloc_count + 2) * 2;
10400 else
10401 new_relocs_count = (relax_info->allocated_relocs_count + 2) * 2;
10402
10403 new_relocs = (Elf_Internal_Rela *)
10404 bfd_zmalloc (sizeof (Elf_Internal_Rela) * (new_relocs_count));
10405 if (!new_relocs)
10406 return false;
10407
10408 /* We could handle this more quickly by finding the split point. */
10409 if (insert_at != 0)
10410 memcpy (new_relocs, *internal_relocs_p,
10411 insert_at * sizeof (Elf_Internal_Rela));
10412
10413 new_relocs[insert_at] = this_rela;
10414
10415 if (insert_at != sec->reloc_count)
10416 memcpy (new_relocs + insert_at + 1,
10417 (*internal_relocs_p) + insert_at,
10418 (sec->reloc_count - insert_at)
10419 * sizeof (Elf_Internal_Rela));
10420
10421 if (*internal_relocs_p != relax_info->allocated_relocs)
10422 {
10423 /* The first time we re-allocate, we can only free the
10424 old relocs if they were allocated with bfd_malloc.
10425 This is not true when keep_memory is in effect. */
10426 if (!link_info->keep_memory)
10427 free (*internal_relocs_p);
10428 }
10429 else
10430 free (*internal_relocs_p);
10431 relax_info->allocated_relocs = new_relocs;
10432 relax_info->allocated_relocs_count = new_relocs_count;
10433 elf_section_data (sec)->relocs = new_relocs;
10434 sec->reloc_count++;
10435 relax_info->relocs_count = sec->reloc_count;
10436 *internal_relocs_p = new_relocs;
10437 }
10438 else
10439 {
10440 if (insert_at != sec->reloc_count)
10441 {
10442 unsigned idx;
10443 for (idx = sec->reloc_count; idx > insert_at; idx--)
10444 (*internal_relocs_p)[idx] = (*internal_relocs_p)[idx-1];
10445 }
10446 (*internal_relocs_p)[insert_at] = this_rela;
10447 sec->reloc_count++;
10448 if (relax_info->allocated_relocs)
10449 relax_info->relocs_count = sec->reloc_count;
10450 }
10451 }
10452 return true;
10453 }
10454
10455
10456 /* This is similar to relax_section except that when a target is moved,
10457 we shift addresses up. We also need to modify the size. This
10458 algorithm does NOT allow for relocations into the middle of the
10459 property sections. */
10460
10461 static bool
10462 relax_property_section (bfd *abfd,
10463 asection *sec,
10464 struct bfd_link_info *link_info)
10465 {
10466 Elf_Internal_Rela *internal_relocs;
10467 bfd_byte *contents;
10468 unsigned i;
10469 bool ok = true;
10470 bool is_full_prop_section;
10471 size_t last_zfill_target_offset = 0;
10472 asection *last_zfill_target_sec = NULL;
10473 bfd_size_type sec_size;
10474 bfd_size_type entry_size;
10475
10476 sec_size = bfd_get_section_limit (abfd, sec);
10477 internal_relocs = retrieve_internal_relocs (abfd, sec,
10478 link_info->keep_memory);
10479 contents = retrieve_contents (abfd, sec, link_info->keep_memory);
10480 if (contents == NULL && sec_size != 0)
10481 {
10482 ok = false;
10483 goto error_return;
10484 }
10485
10486 is_full_prop_section = xtensa_is_proptable_section (sec);
10487 if (is_full_prop_section)
10488 entry_size = 12;
10489 else
10490 entry_size = 8;
10491
10492 if (internal_relocs)
10493 {
10494 for (i = 0; i < sec->reloc_count; i++)
10495 {
10496 Elf_Internal_Rela *irel;
10497 xtensa_relax_info *target_relax_info;
10498 unsigned r_type;
10499 asection *target_sec;
10500 literal_value val;
10501 bfd_byte *size_p, *flags_p;
10502
10503 /* Locally change the source address.
10504 Translate the target to the new target address.
10505 If it points to this section and has been removed, MOVE IT.
10506 Also, don't forget to modify the associated SIZE at
10507 (offset + 4). */
10508
10509 irel = &internal_relocs[i];
10510 r_type = ELF32_R_TYPE (irel->r_info);
10511 if (r_type == R_XTENSA_NONE)
10512 continue;
10513
10514 /* Find the literal value. */
10515 r_reloc_init (&val.r_rel, abfd, irel, contents, sec_size);
10516 size_p = &contents[irel->r_offset + 4];
10517 flags_p = NULL;
10518 if (is_full_prop_section)
10519 flags_p = &contents[irel->r_offset + 8];
10520 BFD_ASSERT (irel->r_offset + entry_size <= sec_size);
10521
10522 target_sec = r_reloc_get_section (&val.r_rel);
10523 target_relax_info = get_xtensa_relax_info (target_sec);
10524
10525 if (target_relax_info
10526 && (target_relax_info->is_relaxable_literal_section
10527 || target_relax_info->is_relaxable_asm_section ))
10528 {
10529 /* Translate the relocation's destination. */
10530 bfd_vma old_offset = val.r_rel.target_offset;
10531 bfd_vma new_offset;
10532 long old_size, new_size;
10533 int removed_by_old_offset =
10534 removed_by_actions_map (&target_relax_info->action_list,
10535 old_offset, false);
10536 new_offset = old_offset - removed_by_old_offset;
10537
10538 /* Assert that we are not out of bounds. */
10539 old_size = bfd_get_32 (abfd, size_p);
10540 new_size = old_size;
10541
10542 if (old_size == 0)
10543 {
10544 /* Only the first zero-sized unreachable entry is
10545 allowed to expand. In this case the new offset
10546 should be the offset before the fill and the new
10547 size is the expansion size. For other zero-sized
10548 entries the resulting size should be zero with an
10549 offset before or after the fill address depending
10550 on whether the expanding unreachable entry
10551 preceeds it. */
10552 if (last_zfill_target_sec == 0
10553 || last_zfill_target_sec != target_sec
10554 || last_zfill_target_offset != old_offset)
10555 {
10556 bfd_vma new_end_offset = new_offset;
10557
10558 /* Recompute the new_offset, but this time don't
10559 include any fill inserted by relaxation. */
10560 removed_by_old_offset =
10561 removed_by_actions_map (&target_relax_info->action_list,
10562 old_offset, true);
10563 new_offset = old_offset - removed_by_old_offset;
10564
10565 /* If it is not unreachable and we have not yet
10566 seen an unreachable at this address, place it
10567 before the fill address. */
10568 if (flags_p && (bfd_get_32 (abfd, flags_p)
10569 & XTENSA_PROP_UNREACHABLE) != 0)
10570 {
10571 new_size = new_end_offset - new_offset;
10572
10573 last_zfill_target_sec = target_sec;
10574 last_zfill_target_offset = old_offset;
10575 }
10576 }
10577 }
10578 else
10579 {
10580 int removed_by_old_offset_size =
10581 removed_by_actions_map (&target_relax_info->action_list,
10582 old_offset + old_size, true);
10583 new_size -= removed_by_old_offset_size - removed_by_old_offset;
10584 }
10585
10586 if (new_size != old_size)
10587 {
10588 bfd_put_32 (abfd, new_size, size_p);
10589 pin_contents (sec, contents);
10590 }
10591
10592 if (new_offset != old_offset)
10593 {
10594 bfd_vma diff = new_offset - old_offset;
10595 irel->r_addend += diff;
10596 pin_internal_relocs (sec, internal_relocs);
10597 }
10598 }
10599 }
10600 }
10601
10602 /* Combine adjacent property table entries. This is also done in
10603 finish_dynamic_sections() but at that point it's too late to
10604 reclaim the space in the output section, so we do this twice. */
10605
10606 if (internal_relocs && (!bfd_link_relocatable (link_info)
10607 || xtensa_is_littable_section (sec)))
10608 {
10609 Elf_Internal_Rela *last_irel = NULL;
10610 Elf_Internal_Rela *irel, *next_rel, *rel_end;
10611 int removed_bytes = 0;
10612 bfd_vma offset;
10613 flagword predef_flags;
10614
10615 predef_flags = xtensa_get_property_predef_flags (sec);
10616
10617 /* Walk over memory and relocations at the same time.
10618 This REQUIRES that the internal_relocs be sorted by offset. */
10619 qsort (internal_relocs, sec->reloc_count, sizeof (Elf_Internal_Rela),
10620 internal_reloc_compare);
10621
10622 pin_internal_relocs (sec, internal_relocs);
10623 pin_contents (sec, contents);
10624
10625 next_rel = internal_relocs;
10626 rel_end = internal_relocs + sec->reloc_count;
10627
10628 BFD_ASSERT (sec->size % entry_size == 0);
10629
10630 for (offset = 0; offset < sec->size; offset += entry_size)
10631 {
10632 Elf_Internal_Rela *offset_rel, *extra_rel;
10633 bfd_vma bytes_to_remove, size, actual_offset;
10634 bool remove_this_rel;
10635 flagword flags;
10636
10637 /* Find the first relocation for the entry at the current offset.
10638 Adjust the offsets of any extra relocations for the previous
10639 entry. */
10640 offset_rel = NULL;
10641 if (next_rel)
10642 {
10643 for (irel = next_rel; irel < rel_end; irel++)
10644 {
10645 if ((irel->r_offset == offset
10646 && ELF32_R_TYPE (irel->r_info) != R_XTENSA_NONE)
10647 || irel->r_offset > offset)
10648 {
10649 offset_rel = irel;
10650 break;
10651 }
10652 irel->r_offset -= removed_bytes;
10653 }
10654 }
10655
10656 /* Find the next relocation (if there are any left). */
10657 extra_rel = NULL;
10658 if (offset_rel)
10659 {
10660 for (irel = offset_rel + 1; irel < rel_end; irel++)
10661 {
10662 if (ELF32_R_TYPE (irel->r_info) != R_XTENSA_NONE)
10663 {
10664 extra_rel = irel;
10665 break;
10666 }
10667 }
10668 }
10669
10670 /* Check if there are relocations on the current entry. There
10671 should usually be a relocation on the offset field. If there
10672 are relocations on the size or flags, then we can't optimize
10673 this entry. Also, find the next relocation to examine on the
10674 next iteration. */
10675 if (offset_rel)
10676 {
10677 if (offset_rel->r_offset >= offset + entry_size)
10678 {
10679 next_rel = offset_rel;
10680 /* There are no relocations on the current entry, but we
10681 might still be able to remove it if the size is zero. */
10682 offset_rel = NULL;
10683 }
10684 else if (offset_rel->r_offset > offset
10685 || (extra_rel
10686 && extra_rel->r_offset < offset + entry_size))
10687 {
10688 /* There is a relocation on the size or flags, so we can't
10689 do anything with this entry. Continue with the next. */
10690 next_rel = offset_rel;
10691 continue;
10692 }
10693 else
10694 {
10695 BFD_ASSERT (offset_rel->r_offset == offset);
10696 offset_rel->r_offset -= removed_bytes;
10697 next_rel = offset_rel + 1;
10698 }
10699 }
10700 else
10701 next_rel = NULL;
10702
10703 remove_this_rel = false;
10704 bytes_to_remove = 0;
10705 actual_offset = offset - removed_bytes;
10706 size = bfd_get_32 (abfd, &contents[actual_offset + 4]);
10707
10708 if (is_full_prop_section)
10709 flags = bfd_get_32 (abfd, &contents[actual_offset + 8]);
10710 else
10711 flags = predef_flags;
10712
10713 if (size == 0
10714 && (flags & XTENSA_PROP_ALIGN) == 0
10715 && (flags & XTENSA_PROP_UNREACHABLE) == 0)
10716 {
10717 /* Always remove entries with zero size and no alignment. */
10718 bytes_to_remove = entry_size;
10719 if (offset_rel)
10720 remove_this_rel = true;
10721 }
10722 else if (offset_rel
10723 && ELF32_R_TYPE (offset_rel->r_info) == R_XTENSA_32)
10724 {
10725 if (last_irel)
10726 {
10727 flagword old_flags;
10728 bfd_vma old_size =
10729 bfd_get_32 (abfd, &contents[last_irel->r_offset + 4]);
10730 bfd_vma old_address =
10731 (last_irel->r_addend
10732 + bfd_get_32 (abfd, &contents[last_irel->r_offset]));
10733 bfd_vma new_address =
10734 (offset_rel->r_addend
10735 + bfd_get_32 (abfd, &contents[actual_offset]));
10736 if (is_full_prop_section)
10737 old_flags = bfd_get_32
10738 (abfd, &contents[last_irel->r_offset + 8]);
10739 else
10740 old_flags = predef_flags;
10741
10742 if ((ELF32_R_SYM (offset_rel->r_info)
10743 == ELF32_R_SYM (last_irel->r_info))
10744 && old_address + old_size == new_address
10745 && old_flags == flags
10746 && (old_flags & XTENSA_PROP_INSN_BRANCH_TARGET) == 0
10747 && (old_flags & XTENSA_PROP_INSN_LOOP_TARGET) == 0)
10748 {
10749 /* Fix the old size. */
10750 bfd_put_32 (abfd, old_size + size,
10751 &contents[last_irel->r_offset + 4]);
10752 bytes_to_remove = entry_size;
10753 remove_this_rel = true;
10754 }
10755 else
10756 last_irel = offset_rel;
10757 }
10758 else
10759 last_irel = offset_rel;
10760 }
10761
10762 if (remove_this_rel)
10763 {
10764 offset_rel->r_info = ELF32_R_INFO (0, R_XTENSA_NONE);
10765 offset_rel->r_offset = 0;
10766 }
10767
10768 if (bytes_to_remove != 0)
10769 {
10770 removed_bytes += bytes_to_remove;
10771 if (offset + bytes_to_remove < sec->size)
10772 memmove (&contents[actual_offset],
10773 &contents[actual_offset + bytes_to_remove],
10774 sec->size - offset - bytes_to_remove);
10775 }
10776 }
10777
10778 if (removed_bytes)
10779 {
10780 /* Fix up any extra relocations on the last entry. */
10781 for (irel = next_rel; irel < rel_end; irel++)
10782 irel->r_offset -= removed_bytes;
10783
10784 /* Clear the removed bytes. */
10785 memset (&contents[sec->size - removed_bytes], 0, removed_bytes);
10786
10787 if (sec->rawsize == 0)
10788 sec->rawsize = sec->size;
10789 sec->size -= removed_bytes;
10790
10791 if (xtensa_is_littable_section (sec))
10792 {
10793 asection *sgotloc = elf_xtensa_hash_table (link_info)->sgotloc;
10794 if (sgotloc)
10795 sgotloc->size -= removed_bytes;
10796 }
10797 }
10798 }
10799
10800 error_return:
10801 release_internal_relocs (sec, internal_relocs);
10802 release_contents (sec, contents);
10803 return ok;
10804 }
10805
10806 \f
10807 /* Third relaxation pass. */
10808
10809 /* Change symbol values to account for removed literals. */
10810
10811 bool
10812 relax_section_symbols (bfd *abfd, asection *sec)
10813 {
10814 xtensa_relax_info *relax_info;
10815 unsigned int sec_shndx;
10816 Elf_Internal_Shdr *symtab_hdr;
10817 Elf_Internal_Sym *isymbuf;
10818 unsigned i, num_syms, num_locals;
10819
10820 relax_info = get_xtensa_relax_info (sec);
10821 BFD_ASSERT (relax_info);
10822
10823 if (!relax_info->is_relaxable_literal_section
10824 && !relax_info->is_relaxable_asm_section)
10825 return true;
10826
10827 sec_shndx = _bfd_elf_section_from_bfd_section (abfd, sec);
10828
10829 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
10830 isymbuf = retrieve_local_syms (abfd);
10831
10832 num_syms = symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
10833 num_locals = symtab_hdr->sh_info;
10834
10835 /* Adjust the local symbols defined in this section. */
10836 for (i = 0; i < num_locals; i++)
10837 {
10838 Elf_Internal_Sym *isym = &isymbuf[i];
10839
10840 if (isym->st_shndx == sec_shndx)
10841 {
10842 bfd_vma orig_addr = isym->st_value;
10843 int removed = removed_by_actions_map (&relax_info->action_list,
10844 orig_addr, false);
10845
10846 isym->st_value -= removed;
10847 if (ELF32_ST_TYPE (isym->st_info) == STT_FUNC)
10848 isym->st_size -=
10849 removed_by_actions_map (&relax_info->action_list,
10850 orig_addr + isym->st_size, false) -
10851 removed;
10852 }
10853 }
10854
10855 /* Now adjust the global symbols defined in this section. */
10856 for (i = 0; i < (num_syms - num_locals); i++)
10857 {
10858 struct elf_link_hash_entry *sym_hash;
10859
10860 sym_hash = elf_sym_hashes (abfd)[i];
10861
10862 if (sym_hash->root.type == bfd_link_hash_warning)
10863 sym_hash = (struct elf_link_hash_entry *) sym_hash->root.u.i.link;
10864
10865 if ((sym_hash->root.type == bfd_link_hash_defined
10866 || sym_hash->root.type == bfd_link_hash_defweak)
10867 && sym_hash->root.u.def.section == sec)
10868 {
10869 bfd_vma orig_addr = sym_hash->root.u.def.value;
10870 int removed = removed_by_actions_map (&relax_info->action_list,
10871 orig_addr, false);
10872
10873 sym_hash->root.u.def.value -= removed;
10874
10875 if (sym_hash->type == STT_FUNC)
10876 sym_hash->size -=
10877 removed_by_actions_map (&relax_info->action_list,
10878 orig_addr + sym_hash->size, false) -
10879 removed;
10880 }
10881 }
10882
10883 return true;
10884 }
10885
10886 \f
10887 /* "Fix" handling functions, called while performing relocations. */
10888
10889 static bool
10890 do_fix_for_relocatable_link (Elf_Internal_Rela *rel,
10891 bfd *input_bfd,
10892 asection *input_section,
10893 bfd_byte *contents)
10894 {
10895 r_reloc r_rel;
10896 asection *sec, *old_sec;
10897 bfd_vma old_offset;
10898 int r_type = ELF32_R_TYPE (rel->r_info);
10899 reloc_bfd_fix *fix;
10900
10901 if (r_type == R_XTENSA_NONE)
10902 return true;
10903
10904 fix = get_bfd_fix (input_section, rel->r_offset, r_type);
10905 if (!fix)
10906 return true;
10907
10908 r_reloc_init (&r_rel, input_bfd, rel, contents,
10909 bfd_get_section_limit (input_bfd, input_section));
10910 old_sec = r_reloc_get_section (&r_rel);
10911 old_offset = r_rel.target_offset;
10912
10913 if (!old_sec || !r_reloc_is_defined (&r_rel))
10914 {
10915 if (r_type != R_XTENSA_ASM_EXPAND)
10916 {
10917 _bfd_error_handler
10918 /* xgettext:c-format */
10919 (_("%pB(%pA+%#" PRIx64 "): unexpected fix for %s relocation"),
10920 input_bfd, input_section, (uint64_t) rel->r_offset,
10921 elf_howto_table[r_type].name);
10922 return false;
10923 }
10924 /* Leave it be. Resolution will happen in a later stage. */
10925 }
10926 else
10927 {
10928 sec = fix->target_sec;
10929 rel->r_addend += ((sec->output_offset + fix->target_offset)
10930 - (old_sec->output_offset + old_offset));
10931 }
10932 return true;
10933 }
10934
10935
10936 static void
10937 do_fix_for_final_link (Elf_Internal_Rela *rel,
10938 bfd *input_bfd,
10939 asection *input_section,
10940 bfd_byte *contents,
10941 bfd_vma *relocationp)
10942 {
10943 asection *sec;
10944 int r_type = ELF32_R_TYPE (rel->r_info);
10945 reloc_bfd_fix *fix;
10946 bfd_vma fixup_diff;
10947
10948 if (r_type == R_XTENSA_NONE)
10949 return;
10950
10951 fix = get_bfd_fix (input_section, rel->r_offset, r_type);
10952 if (!fix)
10953 return;
10954
10955 sec = fix->target_sec;
10956
10957 fixup_diff = rel->r_addend;
10958 if (elf_howto_table[fix->src_type].partial_inplace)
10959 {
10960 bfd_vma inplace_val;
10961 BFD_ASSERT (fix->src_offset
10962 < bfd_get_section_limit (input_bfd, input_section));
10963 inplace_val = bfd_get_32 (input_bfd, &contents[fix->src_offset]);
10964 fixup_diff += inplace_val;
10965 }
10966
10967 *relocationp = (sec->output_section->vma
10968 + sec->output_offset
10969 + fix->target_offset - fixup_diff);
10970 }
10971
10972 \f
10973 /* Miscellaneous utility functions.... */
10974
10975 static asection *
10976 elf_xtensa_get_plt_section (struct bfd_link_info *info, int chunk)
10977 {
10978 bfd *dynobj;
10979 char plt_name[17];
10980
10981 if (chunk == 0)
10982 return elf_hash_table (info)->splt;
10983
10984 dynobj = elf_hash_table (info)->dynobj;
10985 sprintf (plt_name, ".plt.%u", chunk);
10986 return bfd_get_linker_section (dynobj, plt_name);
10987 }
10988
10989
10990 static asection *
10991 elf_xtensa_get_gotplt_section (struct bfd_link_info *info, int chunk)
10992 {
10993 bfd *dynobj;
10994 char got_name[21];
10995
10996 if (chunk == 0)
10997 return elf_hash_table (info)->sgotplt;
10998
10999 dynobj = elf_hash_table (info)->dynobj;
11000 sprintf (got_name, ".got.plt.%u", chunk);
11001 return bfd_get_linker_section (dynobj, got_name);
11002 }
11003
11004
11005 /* Get the input section for a given symbol index.
11006 If the symbol is:
11007 . a section symbol, return the section;
11008 . a common symbol, return the common section;
11009 . an undefined symbol, return the undefined section;
11010 . an indirect symbol, follow the links;
11011 . an absolute value, return the absolute section. */
11012
11013 static asection *
11014 get_elf_r_symndx_section (bfd *abfd, unsigned long r_symndx)
11015 {
11016 Elf_Internal_Shdr *symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
11017 asection *target_sec = NULL;
11018 if (r_symndx < symtab_hdr->sh_info)
11019 {
11020 Elf_Internal_Sym *isymbuf;
11021 unsigned int section_index;
11022
11023 isymbuf = retrieve_local_syms (abfd);
11024 section_index = isymbuf[r_symndx].st_shndx;
11025
11026 if (section_index == SHN_UNDEF)
11027 target_sec = bfd_und_section_ptr;
11028 else if (section_index == SHN_ABS)
11029 target_sec = bfd_abs_section_ptr;
11030 else if (section_index == SHN_COMMON)
11031 target_sec = bfd_com_section_ptr;
11032 else
11033 target_sec = bfd_section_from_elf_index (abfd, section_index);
11034 }
11035 else
11036 {
11037 unsigned long indx = r_symndx - symtab_hdr->sh_info;
11038 struct elf_link_hash_entry *h = elf_sym_hashes (abfd)[indx];
11039
11040 while (h->root.type == bfd_link_hash_indirect
11041 || h->root.type == bfd_link_hash_warning)
11042 h = (struct elf_link_hash_entry *) h->root.u.i.link;
11043
11044 switch (h->root.type)
11045 {
11046 case bfd_link_hash_defined:
11047 case bfd_link_hash_defweak:
11048 target_sec = h->root.u.def.section;
11049 break;
11050 case bfd_link_hash_common:
11051 target_sec = bfd_com_section_ptr;
11052 break;
11053 case bfd_link_hash_undefined:
11054 case bfd_link_hash_undefweak:
11055 target_sec = bfd_und_section_ptr;
11056 break;
11057 default: /* New indirect warning. */
11058 target_sec = bfd_und_section_ptr;
11059 break;
11060 }
11061 }
11062 return target_sec;
11063 }
11064
11065
11066 static struct elf_link_hash_entry *
11067 get_elf_r_symndx_hash_entry (bfd *abfd, unsigned long r_symndx)
11068 {
11069 unsigned long indx;
11070 struct elf_link_hash_entry *h;
11071 Elf_Internal_Shdr *symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
11072
11073 if (r_symndx < symtab_hdr->sh_info)
11074 return NULL;
11075
11076 indx = r_symndx - symtab_hdr->sh_info;
11077 h = elf_sym_hashes (abfd)[indx];
11078 while (h->root.type == bfd_link_hash_indirect
11079 || h->root.type == bfd_link_hash_warning)
11080 h = (struct elf_link_hash_entry *) h->root.u.i.link;
11081 return h;
11082 }
11083
11084
11085 /* Get the section-relative offset for a symbol number. */
11086
11087 static bfd_vma
11088 get_elf_r_symndx_offset (bfd *abfd, unsigned long r_symndx)
11089 {
11090 Elf_Internal_Shdr *symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
11091 bfd_vma offset = 0;
11092
11093 if (r_symndx < symtab_hdr->sh_info)
11094 {
11095 Elf_Internal_Sym *isymbuf;
11096 isymbuf = retrieve_local_syms (abfd);
11097 offset = isymbuf[r_symndx].st_value;
11098 }
11099 else
11100 {
11101 unsigned long indx = r_symndx - symtab_hdr->sh_info;
11102 struct elf_link_hash_entry *h =
11103 elf_sym_hashes (abfd)[indx];
11104
11105 while (h->root.type == bfd_link_hash_indirect
11106 || h->root.type == bfd_link_hash_warning)
11107 h = (struct elf_link_hash_entry *) h->root.u.i.link;
11108 if (h->root.type == bfd_link_hash_defined
11109 || h->root.type == bfd_link_hash_defweak)
11110 offset = h->root.u.def.value;
11111 }
11112 return offset;
11113 }
11114
11115
11116 static bool
11117 is_reloc_sym_weak (bfd *abfd, Elf_Internal_Rela *rel)
11118 {
11119 unsigned long r_symndx = ELF32_R_SYM (rel->r_info);
11120 struct elf_link_hash_entry *h;
11121
11122 h = get_elf_r_symndx_hash_entry (abfd, r_symndx);
11123 if (h && h->root.type == bfd_link_hash_defweak)
11124 return true;
11125 return false;
11126 }
11127
11128
11129 static bool
11130 pcrel_reloc_fits (xtensa_opcode opc,
11131 int opnd,
11132 bfd_vma self_address,
11133 bfd_vma dest_address)
11134 {
11135 xtensa_isa isa = xtensa_default_isa;
11136 uint32 valp = dest_address;
11137 if (xtensa_operand_do_reloc (isa, opc, opnd, &valp, self_address)
11138 || xtensa_operand_encode (isa, opc, opnd, &valp))
11139 return false;
11140 return true;
11141 }
11142
11143
11144 static bool
11145 xtensa_is_property_section (asection *sec)
11146 {
11147 if (xtensa_is_insntable_section (sec)
11148 || xtensa_is_littable_section (sec)
11149 || xtensa_is_proptable_section (sec))
11150 return true;
11151
11152 return false;
11153 }
11154
11155
11156 static bool
11157 xtensa_is_insntable_section (asection *sec)
11158 {
11159 if (startswith (sec->name, XTENSA_INSN_SEC_NAME)
11160 || startswith (sec->name, ".gnu.linkonce.x."))
11161 return true;
11162
11163 return false;
11164 }
11165
11166
11167 static bool
11168 xtensa_is_littable_section (asection *sec)
11169 {
11170 if (startswith (sec->name, XTENSA_LIT_SEC_NAME)
11171 || startswith (sec->name, ".gnu.linkonce.p."))
11172 return true;
11173
11174 return false;
11175 }
11176
11177
11178 static bool
11179 xtensa_is_proptable_section (asection *sec)
11180 {
11181 if (startswith (sec->name, XTENSA_PROP_SEC_NAME)
11182 || startswith (sec->name, ".gnu.linkonce.prop."))
11183 return true;
11184
11185 return false;
11186 }
11187
11188
11189 static int
11190 internal_reloc_compare (const void *ap, const void *bp)
11191 {
11192 const Elf_Internal_Rela *a = (const Elf_Internal_Rela *) ap;
11193 const Elf_Internal_Rela *b = (const Elf_Internal_Rela *) bp;
11194
11195 if (a->r_offset != b->r_offset)
11196 return (a->r_offset - b->r_offset);
11197
11198 /* We don't need to sort on these criteria for correctness,
11199 but enforcing a more strict ordering prevents unstable qsort
11200 from behaving differently with different implementations.
11201 Without the code below we get correct but different results
11202 on Solaris 2.7 and 2.8. We would like to always produce the
11203 same results no matter the host. */
11204
11205 if (a->r_info != b->r_info)
11206 return (a->r_info - b->r_info);
11207
11208 return (a->r_addend - b->r_addend);
11209 }
11210
11211
11212 static int
11213 internal_reloc_matches (const void *ap, const void *bp)
11214 {
11215 const Elf_Internal_Rela *a = (const Elf_Internal_Rela *) ap;
11216 const Elf_Internal_Rela *b = (const Elf_Internal_Rela *) bp;
11217
11218 /* Check if one entry overlaps with the other; this shouldn't happen
11219 except when searching for a match. */
11220 return (a->r_offset - b->r_offset);
11221 }
11222
11223
11224 /* Predicate function used to look up a section in a particular group. */
11225
11226 static bool
11227 match_section_group (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf)
11228 {
11229 const char *gname = inf;
11230 const char *group_name = elf_group_name (sec);
11231
11232 return (group_name == gname
11233 || (group_name != NULL
11234 && gname != NULL
11235 && strcmp (group_name, gname) == 0));
11236 }
11237
11238
11239 static char *
11240 xtensa_add_names (const char *base, const char *suffix)
11241 {
11242 if (suffix)
11243 {
11244 size_t base_len = strlen (base);
11245 size_t suffix_len = strlen (suffix);
11246 char *str = bfd_malloc (base_len + suffix_len + 1);
11247
11248 memcpy (str, base, base_len);
11249 memcpy (str + base_len, suffix, suffix_len + 1);
11250 return str;
11251 }
11252 else
11253 {
11254 return strdup (base);
11255 }
11256 }
11257
11258 static int linkonce_len = sizeof (".gnu.linkonce.") - 1;
11259
11260 static char *
11261 xtensa_property_section_name (asection *sec, const char *base_name,
11262 bool separate_sections)
11263 {
11264 const char *suffix, *group_name;
11265 char *prop_sec_name;
11266
11267 group_name = elf_group_name (sec);
11268 if (group_name)
11269 {
11270 suffix = strrchr (sec->name, '.');
11271 if (suffix == sec->name)
11272 suffix = 0;
11273 prop_sec_name = xtensa_add_names (base_name, suffix);
11274 }
11275 else if (startswith (sec->name, ".gnu.linkonce."))
11276 {
11277 char *linkonce_kind = 0;
11278
11279 if (strcmp (base_name, XTENSA_INSN_SEC_NAME) == 0)
11280 linkonce_kind = "x.";
11281 else if (strcmp (base_name, XTENSA_LIT_SEC_NAME) == 0)
11282 linkonce_kind = "p.";
11283 else if (strcmp (base_name, XTENSA_PROP_SEC_NAME) == 0)
11284 linkonce_kind = "prop.";
11285 else
11286 abort ();
11287
11288 prop_sec_name = (char *) bfd_malloc (strlen (sec->name)
11289 + strlen (linkonce_kind) + 1);
11290 memcpy (prop_sec_name, ".gnu.linkonce.", linkonce_len);
11291 strcpy (prop_sec_name + linkonce_len, linkonce_kind);
11292
11293 suffix = sec->name + linkonce_len;
11294 /* For backward compatibility, replace "t." instead of inserting
11295 the new linkonce_kind (but not for "prop" sections). */
11296 if (startswith (suffix, "t.") && linkonce_kind[1] == '.')
11297 suffix += 2;
11298 strcat (prop_sec_name + linkonce_len, suffix);
11299 }
11300 else
11301 {
11302 prop_sec_name = xtensa_add_names (base_name,
11303 separate_sections ? sec->name : NULL);
11304 }
11305
11306 return prop_sec_name;
11307 }
11308
11309
11310 static asection *
11311 xtensa_get_separate_property_section (asection *sec, const char *base_name,
11312 bool separate_section)
11313 {
11314 char *prop_sec_name;
11315 asection *prop_sec;
11316
11317 prop_sec_name = xtensa_property_section_name (sec, base_name,
11318 separate_section);
11319 prop_sec = bfd_get_section_by_name_if (sec->owner, prop_sec_name,
11320 match_section_group,
11321 (void *) elf_group_name (sec));
11322 free (prop_sec_name);
11323 return prop_sec;
11324 }
11325
11326 static asection *
11327 xtensa_get_property_section (asection *sec, const char *base_name)
11328 {
11329 asection *prop_sec;
11330
11331 /* Try individual property section first. */
11332 prop_sec = xtensa_get_separate_property_section (sec, base_name, true);
11333
11334 /* Refer to a common property section if individual is not present. */
11335 if (!prop_sec)
11336 prop_sec = xtensa_get_separate_property_section (sec, base_name, false);
11337
11338 return prop_sec;
11339 }
11340
11341
11342 asection *
11343 xtensa_make_property_section (asection *sec, const char *base_name)
11344 {
11345 char *prop_sec_name;
11346 asection *prop_sec;
11347
11348 /* Check if the section already exists. */
11349 prop_sec_name = xtensa_property_section_name (sec, base_name,
11350 elf32xtensa_separate_props);
11351 prop_sec = bfd_get_section_by_name_if (sec->owner, prop_sec_name,
11352 match_section_group,
11353 (void *) elf_group_name (sec));
11354 /* If not, create it. */
11355 if (! prop_sec)
11356 {
11357 flagword flags = (SEC_RELOC | SEC_HAS_CONTENTS | SEC_READONLY);
11358 flags |= (bfd_section_flags (sec)
11359 & (SEC_LINK_ONCE | SEC_LINK_DUPLICATES));
11360
11361 prop_sec = bfd_make_section_anyway_with_flags
11362 (sec->owner, strdup (prop_sec_name), flags);
11363 if (! prop_sec)
11364 return 0;
11365
11366 elf_group_name (prop_sec) = elf_group_name (sec);
11367 }
11368
11369 free (prop_sec_name);
11370 return prop_sec;
11371 }
11372
11373
11374 flagword
11375 xtensa_get_property_predef_flags (asection *sec)
11376 {
11377 if (xtensa_is_insntable_section (sec))
11378 return (XTENSA_PROP_INSN
11379 | XTENSA_PROP_NO_TRANSFORM
11380 | XTENSA_PROP_INSN_NO_REORDER);
11381
11382 if (xtensa_is_littable_section (sec))
11383 return (XTENSA_PROP_LITERAL
11384 | XTENSA_PROP_NO_TRANSFORM
11385 | XTENSA_PROP_INSN_NO_REORDER);
11386
11387 return 0;
11388 }
11389
11390 \f
11391 /* Other functions called directly by the linker. */
11392
11393 bool
11394 xtensa_callback_required_dependence (bfd *abfd,
11395 asection *sec,
11396 struct bfd_link_info *link_info,
11397 deps_callback_t callback,
11398 void *closure)
11399 {
11400 Elf_Internal_Rela *internal_relocs;
11401 bfd_byte *contents;
11402 unsigned i;
11403 bool ok = true;
11404 bfd_size_type sec_size;
11405
11406 sec_size = bfd_get_section_limit (abfd, sec);
11407
11408 /* ".plt*" sections have no explicit relocations but they contain L32R
11409 instructions that reference the corresponding ".got.plt*" sections. */
11410 if ((sec->flags & SEC_LINKER_CREATED) != 0
11411 && startswith (sec->name, ".plt"))
11412 {
11413 asection *sgotplt;
11414
11415 /* Find the corresponding ".got.plt*" section. */
11416 if (sec->name[4] == '\0')
11417 sgotplt = elf_hash_table (link_info)->sgotplt;
11418 else
11419 {
11420 char got_name[14];
11421 int chunk = 0;
11422
11423 BFD_ASSERT (sec->name[4] == '.');
11424 chunk = strtol (&sec->name[5], NULL, 10);
11425
11426 sprintf (got_name, ".got.plt.%u", chunk);
11427 sgotplt = bfd_get_linker_section (sec->owner, got_name);
11428 }
11429 BFD_ASSERT (sgotplt);
11430
11431 /* Assume worst-case offsets: L32R at the very end of the ".plt"
11432 section referencing a literal at the very beginning of
11433 ".got.plt". This is very close to the real dependence, anyway. */
11434 (*callback) (sec, sec_size, sgotplt, 0, closure);
11435 }
11436
11437 /* Only ELF files are supported for Xtensa. Check here to avoid a segfault
11438 when building uclibc, which runs "ld -b binary /dev/null". */
11439 if (bfd_get_flavour (abfd) != bfd_target_elf_flavour)
11440 return ok;
11441
11442 internal_relocs = retrieve_internal_relocs (abfd, sec,
11443 link_info->keep_memory);
11444 if (internal_relocs == NULL
11445 || sec->reloc_count == 0)
11446 return ok;
11447
11448 /* Cache the contents for the duration of this scan. */
11449 contents = retrieve_contents (abfd, sec, link_info->keep_memory);
11450 if (contents == NULL && sec_size != 0)
11451 {
11452 ok = false;
11453 goto error_return;
11454 }
11455
11456 if (!xtensa_default_isa)
11457 xtensa_default_isa = xtensa_isa_init (0, 0);
11458
11459 for (i = 0; i < sec->reloc_count; i++)
11460 {
11461 Elf_Internal_Rela *irel = &internal_relocs[i];
11462 if (is_l32r_relocation (abfd, sec, contents, irel))
11463 {
11464 r_reloc l32r_rel;
11465 asection *target_sec;
11466 bfd_vma target_offset;
11467
11468 r_reloc_init (&l32r_rel, abfd, irel, contents, sec_size);
11469 target_sec = NULL;
11470 target_offset = 0;
11471 /* L32Rs must be local to the input file. */
11472 if (r_reloc_is_defined (&l32r_rel))
11473 {
11474 target_sec = r_reloc_get_section (&l32r_rel);
11475 target_offset = l32r_rel.target_offset;
11476 }
11477 (*callback) (sec, irel->r_offset, target_sec, target_offset,
11478 closure);
11479 }
11480 }
11481
11482 error_return:
11483 release_internal_relocs (sec, internal_relocs);
11484 release_contents (sec, contents);
11485 return ok;
11486 }
11487
11488 /* The default literal sections should always be marked as "code" (i.e.,
11489 SHF_EXECINSTR). This is particularly important for the Linux kernel
11490 module loader so that the literals are not placed after the text. */
11491 static const struct bfd_elf_special_section elf_xtensa_special_sections[] =
11492 {
11493 { STRING_COMMA_LEN (".fini.literal"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_EXECINSTR },
11494 { STRING_COMMA_LEN (".init.literal"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_EXECINSTR },
11495 { STRING_COMMA_LEN (".literal"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_EXECINSTR },
11496 { STRING_COMMA_LEN (".xtensa.info"), 0, SHT_NOTE, 0 },
11497 { NULL, 0, 0, 0, 0 }
11498 };
11499 \f
11500 #define ELF_TARGET_ID XTENSA_ELF_DATA
11501 #ifndef ELF_ARCH
11502 #define TARGET_LITTLE_SYM xtensa_elf32_le_vec
11503 #define TARGET_LITTLE_NAME "elf32-xtensa-le"
11504 #define TARGET_BIG_SYM xtensa_elf32_be_vec
11505 #define TARGET_BIG_NAME "elf32-xtensa-be"
11506 #define ELF_ARCH bfd_arch_xtensa
11507
11508 #define ELF_MACHINE_CODE EM_XTENSA
11509 #define ELF_MACHINE_ALT1 EM_XTENSA_OLD
11510
11511 #define ELF_MAXPAGESIZE 0x1000
11512 #endif /* ELF_ARCH */
11513
11514 #define elf_backend_can_gc_sections 1
11515 #define elf_backend_can_refcount 1
11516 #define elf_backend_plt_readonly 1
11517 #define elf_backend_got_header_size 4
11518 #define elf_backend_want_dynbss 0
11519 #define elf_backend_want_got_plt 1
11520 #define elf_backend_dtrel_excludes_plt 1
11521
11522 #define elf_info_to_howto elf_xtensa_info_to_howto_rela
11523
11524 #define bfd_elf32_mkobject elf_xtensa_mkobject
11525
11526 #define bfd_elf32_bfd_merge_private_bfd_data elf_xtensa_merge_private_bfd_data
11527 #define bfd_elf32_new_section_hook elf_xtensa_new_section_hook
11528 #define bfd_elf32_bfd_print_private_bfd_data elf_xtensa_print_private_bfd_data
11529 #define bfd_elf32_bfd_relax_section elf_xtensa_relax_section
11530 #define bfd_elf32_bfd_reloc_type_lookup elf_xtensa_reloc_type_lookup
11531 #define bfd_elf32_bfd_reloc_name_lookup \
11532 elf_xtensa_reloc_name_lookup
11533 #define bfd_elf32_bfd_set_private_flags elf_xtensa_set_private_flags
11534 #define bfd_elf32_bfd_link_hash_table_create elf_xtensa_link_hash_table_create
11535
11536 #define elf_backend_adjust_dynamic_symbol elf_xtensa_adjust_dynamic_symbol
11537 #define elf_backend_check_relocs elf_xtensa_check_relocs
11538 #define elf_backend_create_dynamic_sections elf_xtensa_create_dynamic_sections
11539 #define elf_backend_discard_info elf_xtensa_discard_info
11540 #define elf_backend_ignore_discarded_relocs elf_xtensa_ignore_discarded_relocs
11541 #define elf_backend_final_write_processing elf_xtensa_final_write_processing
11542 #define elf_backend_finish_dynamic_sections elf_xtensa_finish_dynamic_sections
11543 #define elf_backend_finish_dynamic_symbol elf_xtensa_finish_dynamic_symbol
11544 #define elf_backend_gc_mark_hook elf_xtensa_gc_mark_hook
11545 #define elf_backend_grok_prstatus elf_xtensa_grok_prstatus
11546 #define elf_backend_grok_psinfo elf_xtensa_grok_psinfo
11547 #define elf_backend_hide_symbol elf_xtensa_hide_symbol
11548 #define elf_backend_object_p elf_xtensa_object_p
11549 #define elf_backend_reloc_type_class elf_xtensa_reloc_type_class
11550 #define elf_backend_relocate_section elf_xtensa_relocate_section
11551 #define elf_backend_size_dynamic_sections elf_xtensa_size_dynamic_sections
11552 #define elf_backend_always_size_sections elf_xtensa_always_size_sections
11553 #define elf_backend_omit_section_dynsym _bfd_elf_omit_section_dynsym_all
11554 #define elf_backend_special_sections elf_xtensa_special_sections
11555 #define elf_backend_action_discarded elf_xtensa_action_discarded
11556 #define elf_backend_copy_indirect_symbol elf_xtensa_copy_indirect_symbol
11557
11558 #include "elf32-target.h"