1 /* Xtensa-specific support for 32-bit ELF.
2 Copyright (C) 2003-2022 Free Software Foundation, Inc.
4 This file is part of BFD, the Binary File Descriptor library.
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.
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.
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
30 #include "elf/xtensa.h"
31 #include "splay-tree.h"
32 #include "xtensa-isa.h"
33 #include "xtensa-config.h"
35 /* All users of this file have bfd_octets_per_byte (abfd, sec) == 1. */
36 #define OCTETS_PER_BYTE(ABFD, SEC) 1
38 #define XTENSA_NO_NOP_REMOVAL 0
44 #ifndef XTHAL_ABI_UNDEFINED
45 #define XTHAL_ABI_UNDEFINED -1
48 #ifndef XTHAL_ABI_WINDOWED
49 #define XTHAL_ABI_WINDOWED 0
52 #ifndef XTHAL_ABI_CALL0
53 #define XTHAL_ABI_CALL0 1
56 /* Local helper functions. */
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
*);
67 /* Local functions to handle Xtensa configurability. */
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
);
97 /* Functions for link-time code simplifications. */
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 *);
106 /* Access to internal relocations, section contents and symbols. */
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
*);
117 /* Miscellaneous utility functions. */
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
*);
136 /* Other functions called directly by the linker. */
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 *);
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. */
149 int elf32xtensa_size_opt
;
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. */
156 typedef struct xtensa_relax_info_struct xtensa_relax_info
;
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
164 xtensa_isa xtensa_default_isa
;
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. */
171 static bool relaxing_section
= false;
173 /* When this is true, during final links, literals that cannot be
174 coalesced and their relocations may be moved to other sections. */
176 int elf32xtensa_no_literal_movement
= 1;
178 /* Place property records for a section into individual property section
179 with xt.prop. prefix. */
181 bool elf32xtensa_separate_props
= false;
183 /* Xtensa ABI. It affects PLT entry code. */
185 int elf32xtensa_abi
= XTHAL_ABI_UNDEFINED
;
187 /* Rename one of the generic section flags to better document how it
189 /* Whether relocations have been processed. */
190 #define reloc_done sec_flg0
192 static reloc_howto_type elf_howto_table
[] =
194 HOWTO (R_XTENSA_NONE
, 0, 0, 0, false, 0, complain_overflow_dont
,
195 bfd_elf_xtensa_reloc
, "R_XTENSA_NONE",
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),
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),
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),
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),
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),
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),
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",
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",
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),
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),
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),
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",
342 HOWTO (R_XTENSA_TLS_ARG
, 0, 0, 0, false, 0, complain_overflow_dont
,
343 bfd_elf_xtensa_reloc
, "R_XTENSA_TLS_ARG",
345 HOWTO (R_XTENSA_TLS_CALL
, 0, 0, 0, false, 0, complain_overflow_dont
,
346 bfd_elf_xtensa_reloc
, "R_XTENSA_TLS_CALL",
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),
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),
366 fprintf (stderr, "Xtensa bfd reloc lookup %d (%s)\n", code, str)
371 static reloc_howto_type
*
372 elf_xtensa_reloc_type_lookup (bfd
*abfd ATTRIBUTE_UNUSED
,
373 bfd_reloc_code_real_type code
)
378 TRACE ("BFD_RELOC_NONE");
379 return &elf_howto_table
[(unsigned) R_XTENSA_NONE
];
382 TRACE ("BFD_RELOC_32");
383 return &elf_howto_table
[(unsigned) R_XTENSA_32
];
385 case BFD_RELOC_32_PCREL
:
386 TRACE ("BFD_RELOC_32_PCREL");
387 return &elf_howto_table
[(unsigned) R_XTENSA_32_PCREL
];
389 case BFD_RELOC_XTENSA_DIFF8
:
390 TRACE ("BFD_RELOC_XTENSA_DIFF8");
391 return &elf_howto_table
[(unsigned) R_XTENSA_DIFF8
];
393 case BFD_RELOC_XTENSA_DIFF16
:
394 TRACE ("BFD_RELOC_XTENSA_DIFF16");
395 return &elf_howto_table
[(unsigned) R_XTENSA_DIFF16
];
397 case BFD_RELOC_XTENSA_DIFF32
:
398 TRACE ("BFD_RELOC_XTENSA_DIFF32");
399 return &elf_howto_table
[(unsigned) R_XTENSA_DIFF32
];
401 case BFD_RELOC_XTENSA_PDIFF8
:
402 TRACE ("BFD_RELOC_XTENSA_PDIFF8");
403 return &elf_howto_table
[(unsigned) R_XTENSA_PDIFF8
];
405 case BFD_RELOC_XTENSA_PDIFF16
:
406 TRACE ("BFD_RELOC_XTENSA_PDIFF16");
407 return &elf_howto_table
[(unsigned) R_XTENSA_PDIFF16
];
409 case BFD_RELOC_XTENSA_PDIFF32
:
410 TRACE ("BFD_RELOC_XTENSA_PDIFF32");
411 return &elf_howto_table
[(unsigned) R_XTENSA_PDIFF32
];
413 case BFD_RELOC_XTENSA_NDIFF8
:
414 TRACE ("BFD_RELOC_XTENSA_NDIFF8");
415 return &elf_howto_table
[(unsigned) R_XTENSA_NDIFF8
];
417 case BFD_RELOC_XTENSA_NDIFF16
:
418 TRACE ("BFD_RELOC_XTENSA_NDIFF16");
419 return &elf_howto_table
[(unsigned) R_XTENSA_NDIFF16
];
421 case BFD_RELOC_XTENSA_NDIFF32
:
422 TRACE ("BFD_RELOC_XTENSA_NDIFF32");
423 return &elf_howto_table
[(unsigned) R_XTENSA_NDIFF32
];
425 case BFD_RELOC_XTENSA_RTLD
:
426 TRACE ("BFD_RELOC_XTENSA_RTLD");
427 return &elf_howto_table
[(unsigned) R_XTENSA_RTLD
];
429 case BFD_RELOC_XTENSA_GLOB_DAT
:
430 TRACE ("BFD_RELOC_XTENSA_GLOB_DAT");
431 return &elf_howto_table
[(unsigned) R_XTENSA_GLOB_DAT
];
433 case BFD_RELOC_XTENSA_JMP_SLOT
:
434 TRACE ("BFD_RELOC_XTENSA_JMP_SLOT");
435 return &elf_howto_table
[(unsigned) R_XTENSA_JMP_SLOT
];
437 case BFD_RELOC_XTENSA_RELATIVE
:
438 TRACE ("BFD_RELOC_XTENSA_RELATIVE");
439 return &elf_howto_table
[(unsigned) R_XTENSA_RELATIVE
];
441 case BFD_RELOC_XTENSA_PLT
:
442 TRACE ("BFD_RELOC_XTENSA_PLT");
443 return &elf_howto_table
[(unsigned) R_XTENSA_PLT
];
445 case BFD_RELOC_XTENSA_OP0
:
446 TRACE ("BFD_RELOC_XTENSA_OP0");
447 return &elf_howto_table
[(unsigned) R_XTENSA_OP0
];
449 case BFD_RELOC_XTENSA_OP1
:
450 TRACE ("BFD_RELOC_XTENSA_OP1");
451 return &elf_howto_table
[(unsigned) R_XTENSA_OP1
];
453 case BFD_RELOC_XTENSA_OP2
:
454 TRACE ("BFD_RELOC_XTENSA_OP2");
455 return &elf_howto_table
[(unsigned) R_XTENSA_OP2
];
457 case BFD_RELOC_XTENSA_ASM_EXPAND
:
458 TRACE ("BFD_RELOC_XTENSA_ASM_EXPAND");
459 return &elf_howto_table
[(unsigned) R_XTENSA_ASM_EXPAND
];
461 case BFD_RELOC_XTENSA_ASM_SIMPLIFY
:
462 TRACE ("BFD_RELOC_XTENSA_ASM_SIMPLIFY");
463 return &elf_howto_table
[(unsigned) R_XTENSA_ASM_SIMPLIFY
];
465 case BFD_RELOC_VTABLE_INHERIT
:
466 TRACE ("BFD_RELOC_VTABLE_INHERIT");
467 return &elf_howto_table
[(unsigned) R_XTENSA_GNU_VTINHERIT
];
469 case BFD_RELOC_VTABLE_ENTRY
:
470 TRACE ("BFD_RELOC_VTABLE_ENTRY");
471 return &elf_howto_table
[(unsigned) R_XTENSA_GNU_VTENTRY
];
473 case BFD_RELOC_XTENSA_TLSDESC_FN
:
474 TRACE ("BFD_RELOC_XTENSA_TLSDESC_FN");
475 return &elf_howto_table
[(unsigned) R_XTENSA_TLSDESC_FN
];
477 case BFD_RELOC_XTENSA_TLSDESC_ARG
:
478 TRACE ("BFD_RELOC_XTENSA_TLSDESC_ARG");
479 return &elf_howto_table
[(unsigned) R_XTENSA_TLSDESC_ARG
];
481 case BFD_RELOC_XTENSA_TLS_DTPOFF
:
482 TRACE ("BFD_RELOC_XTENSA_TLS_DTPOFF");
483 return &elf_howto_table
[(unsigned) R_XTENSA_TLS_DTPOFF
];
485 case BFD_RELOC_XTENSA_TLS_TPOFF
:
486 TRACE ("BFD_RELOC_XTENSA_TLS_TPOFF");
487 return &elf_howto_table
[(unsigned) R_XTENSA_TLS_TPOFF
];
489 case BFD_RELOC_XTENSA_TLS_FUNC
:
490 TRACE ("BFD_RELOC_XTENSA_TLS_FUNC");
491 return &elf_howto_table
[(unsigned) R_XTENSA_TLS_FUNC
];
493 case BFD_RELOC_XTENSA_TLS_ARG
:
494 TRACE ("BFD_RELOC_XTENSA_TLS_ARG");
495 return &elf_howto_table
[(unsigned) R_XTENSA_TLS_ARG
];
497 case BFD_RELOC_XTENSA_TLS_CALL
:
498 TRACE ("BFD_RELOC_XTENSA_TLS_CALL");
499 return &elf_howto_table
[(unsigned) R_XTENSA_TLS_CALL
];
502 if (code
>= BFD_RELOC_XTENSA_SLOT0_OP
503 && code
<= BFD_RELOC_XTENSA_SLOT14_OP
)
505 unsigned n
= (R_XTENSA_SLOT0_OP
+
506 (code
- BFD_RELOC_XTENSA_SLOT0_OP
));
507 return &elf_howto_table
[n
];
510 if (code
>= BFD_RELOC_XTENSA_SLOT0_ALT
511 && code
<= BFD_RELOC_XTENSA_SLOT14_ALT
)
513 unsigned n
= (R_XTENSA_SLOT0_ALT
+
514 (code
- BFD_RELOC_XTENSA_SLOT0_ALT
));
515 return &elf_howto_table
[n
];
521 /* xgettext:c-format */
522 _bfd_error_handler (_("%pB: unsupported relocation type %#x"), abfd
, (int) code
);
523 bfd_set_error (bfd_error_bad_value
);
528 static reloc_howto_type
*
529 elf_xtensa_reloc_name_lookup (bfd
*abfd ATTRIBUTE_UNUSED
,
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
];
543 /* Given an ELF "rela" relocation, find the corresponding howto and record
544 it in the BFD internal arelent representation of the relocation. */
547 elf_xtensa_info_to_howto_rela (bfd
*abfd
,
549 Elf_Internal_Rela
*dst
)
551 unsigned int r_type
= ELF32_R_TYPE (dst
->r_info
);
553 if (r_type
>= (unsigned int) R_XTENSA_max
)
555 /* xgettext:c-format */
556 _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
558 bfd_set_error (bfd_error_bad_value
);
561 cache_ptr
->howto
= &elf_howto_table
[r_type
];
566 /* Functions for the Xtensa ELF linker. */
568 /* The name of the dynamic interpreter. This is put in the .interp
571 #define ELF_DYNAMIC_INTERPRETER "/lib/ld.so"
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
577 #define PLT_ENTRY_SIZE 16
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. */
589 #define PLT_ENTRIES_PER_CHUNK 254
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. */
596 static const bfd_byte elf_xtensa_be_plt_entry
[][PLT_ENTRY_SIZE
] =
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 */
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 */
615 static const bfd_byte elf_xtensa_le_plt_entry
[][PLT_ENTRY_SIZE
] =
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 */
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 */
634 /* The size of the thread control block. */
637 struct elf_xtensa_link_hash_entry
639 struct elf_link_hash_entry elf
;
641 bfd_signed_vma tlsfunc_refcount
;
643 #define GOT_UNKNOWN 0
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
;
651 #define elf_xtensa_hash_entry(ent) ((struct elf_xtensa_link_hash_entry *)(ent))
653 struct elf_xtensa_obj_tdata
655 struct elf_obj_tdata root
;
657 /* tls_type for each local got entry. */
658 char *local_got_tls_type
;
660 bfd_signed_vma
*local_tlsfunc_refcounts
;
663 #define elf_xtensa_tdata(abfd) \
664 ((struct elf_xtensa_obj_tdata *) (abfd)->tdata.any)
666 #define elf_xtensa_local_got_tls_type(abfd) \
667 (elf_xtensa_tdata (abfd)->local_got_tls_type)
669 #define elf_xtensa_local_tlsfunc_refcounts(abfd) \
670 (elf_xtensa_tdata (abfd)->local_tlsfunc_refcounts)
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)
678 elf_xtensa_mkobject (bfd
*abfd
)
680 return bfd_elf_allocate_object (abfd
, sizeof (struct elf_xtensa_obj_tdata
),
684 /* Xtensa ELF linker hash table. */
686 struct elf_xtensa_link_hash_table
688 struct elf_link_hash_table elf
;
690 /* Short-cuts to get to dynamic linker sections. */
692 asection
*spltlittbl
;
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. */
702 struct elf_xtensa_link_hash_entry
*tlsbase
;
705 /* Get the Xtensa ELF linker hash table from a link_info structure. */
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)
712 /* Create an entry in an Xtensa ELF linker hash table. */
714 static struct bfd_hash_entry
*
715 elf_xtensa_link_hash_newfunc (struct bfd_hash_entry
*entry
,
716 struct bfd_hash_table
*table
,
719 /* Allocate the structure if it has not already been allocated by a
723 entry
= bfd_hash_allocate (table
,
724 sizeof (struct elf_xtensa_link_hash_entry
));
729 /* Call the allocation method of the superclass. */
730 entry
= _bfd_elf_link_hash_newfunc (entry
, table
, string
);
733 struct elf_xtensa_link_hash_entry
*eh
= elf_xtensa_hash_entry (entry
);
734 eh
->tlsfunc_refcount
= 0;
735 eh
->tls_type
= GOT_UNKNOWN
;
741 /* Create an Xtensa ELF linker hash table. */
743 static struct bfd_link_hash_table
*
744 elf_xtensa_link_hash_table_create (bfd
*abfd
)
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
);
750 ret
= bfd_zmalloc (amt
);
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
),
763 /* Create a hash entry for "_TLS_MODULE_BASE_" to speed up checking
765 tlsbase
= elf_link_hash_lookup (&ret
->elf
, "_TLS_MODULE_BASE_",
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
;
774 return &ret
->elf
.root
;
777 /* Copy the extra info we tack onto an elf_link_hash_entry. */
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
)
784 struct elf_xtensa_link_hash_entry
*edir
, *eind
;
786 edir
= elf_xtensa_hash_entry (dir
);
787 eind
= elf_xtensa_hash_entry (ind
);
789 if (ind
->root
.type
== bfd_link_hash_indirect
)
791 edir
->tlsfunc_refcount
+= eind
->tlsfunc_refcount
;
792 eind
->tlsfunc_refcount
= 0;
794 if (dir
->got
.refcount
<= 0)
796 edir
->tls_type
= eind
->tls_type
;
797 eind
->tls_type
= GOT_UNKNOWN
;
801 _bfd_elf_link_hash_copy_indirect (info
, dir
, ind
);
805 elf_xtensa_dynamic_symbol_p (struct elf_link_hash_entry
*h
,
806 struct bfd_link_info
*info
)
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. */
814 return _bfd_elf_dynamic_symbol_p (h
, info
, 0);
819 property_table_compare (const void *ap
, const void *bp
)
821 const property_table_entry
*a
= (const property_table_entry
*) ap
;
822 const property_table_entry
*b
= (const property_table_entry
*) bp
;
824 if (a
->address
== b
->address
)
826 if (a
->size
!= b
->size
)
827 return (a
->size
- b
->size
);
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
));
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
));
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
));
844 return (a
->flags
- b
->flags
);
847 return (a
->address
- b
->address
);
852 property_table_matches (const void *ap
, const void *bp
)
854 const property_table_entry
*a
= (const property_table_entry
*) ap
;
855 const property_table_entry
*b
= (const property_table_entry
*) bp
;
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
)))
862 return (a
->address
- b
->address
);
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. */
871 xtensa_read_table_entries (bfd
*abfd
,
873 property_table_entry
**table_p
,
874 const char *sec_name
,
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
;
888 if (bfd_get_flavour (abfd
) != bfd_target_elf_flavour
890 || !(section
->flags
& SEC_ALLOC
)
891 || (section
->flags
& SEC_DEBUGGING
))
897 table_section
= xtensa_get_property_section (section
, sec_name
);
899 table_size
= table_section
->size
;
907 predef_flags
= xtensa_get_property_predef_flags (table_section
);
908 table_entry_size
= 12;
910 table_entry_size
-= 4;
912 num_records
= table_size
/ table_entry_size
;
914 table_data
= retrieve_contents (abfd
, table_section
, true);
915 if (table_data
== NULL
)
921 blocks
= (property_table_entry
*)
922 bfd_malloc (num_records
* sizeof (property_table_entry
));
926 section_addr
= section
->output_section
->vma
+ section
->output_offset
;
928 section_addr
= section
->vma
;
930 internal_relocs
= retrieve_internal_relocs (abfd
, table_section
, true);
931 if (internal_relocs
&& !table_section
->reloc_done
)
933 qsort (internal_relocs
, table_section
->reloc_count
,
934 sizeof (Elf_Internal_Rela
), internal_reloc_compare
);
935 irel
= internal_relocs
;
940 section_limit
= bfd_get_section_limit (abfd
, section
);
941 rel_end
= internal_relocs
+ table_section
->reloc_count
;
943 for (off
= 0; off
< table_size
; off
+= table_entry_size
)
945 bfd_vma address
= bfd_get_32 (abfd
, table_data
+ off
);
947 /* Skip any relocations before the current offset. This should help
948 avoid confusion caused by unexpected relocations for the preceding
951 (irel
->r_offset
< off
952 || (irel
->r_offset
== off
953 && ELF32_R_TYPE (irel
->r_info
) == R_XTENSA_NONE
)))
960 if (irel
&& irel
->r_offset
== off
)
963 unsigned long r_symndx
= ELF32_R_SYM (irel
->r_info
);
964 BFD_ASSERT (ELF32_R_TYPE (irel
->r_info
) == R_XTENSA_32
);
966 if (get_elf_r_symndx_section (abfd
, r_symndx
) != section
)
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
);
975 if (address
< section_addr
976 || address
>= section_addr
+ section_limit
)
980 blocks
[block_count
].address
= address
;
981 blocks
[block_count
].size
= bfd_get_32 (abfd
, table_data
+ off
+ 4);
983 blocks
[block_count
].flags
= predef_flags
;
985 blocks
[block_count
].flags
= bfd_get_32 (abfd
, table_data
+ off
+ 8);
989 release_contents (table_section
, table_data
);
990 release_internal_relocs (table_section
, internal_relocs
);
994 /* Now sort them into address order for easy reference. */
995 qsort (blocks
, block_count
, sizeof (property_table_entry
),
996 property_table_compare
);
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
++)
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)
1009 /* xgettext:c-format */
1010 _bfd_error_handler (_("%pB(%pA): invalid property table"),
1012 bfd_set_error (bfd_error_bad_value
);
1024 static property_table_entry
*
1025 elf_xtensa_find_property_entry (property_table_entry
*property_table
,
1026 int property_table_size
,
1029 property_table_entry entry
;
1030 property_table_entry
*rv
;
1032 if (property_table_size
== 0)
1035 entry
.address
= addr
;
1039 rv
= bsearch (&entry
, property_table
, property_table_size
,
1040 sizeof (property_table_entry
), property_table_matches
);
1046 elf_xtensa_in_literal_pool (property_table_entry
*lit_table
,
1050 if (elf_xtensa_find_property_entry (lit_table
, lit_table_size
, addr
))
1057 /* Look through the relocs for a section during the first phase, and
1058 calculate needed space in the dynamic reloc sections. */
1061 elf_xtensa_check_relocs (bfd
*abfd
,
1062 struct bfd_link_info
*info
,
1064 const Elf_Internal_Rela
*relocs
)
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
;
1072 if (bfd_link_relocatable (info
))
1075 BFD_ASSERT (is_xtensa_elf (abfd
));
1077 htab
= elf_xtensa_hash_table (info
);
1081 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
1082 sym_hashes
= elf_sym_hashes (abfd
);
1084 rel_end
= relocs
+ sec
->reloc_count
;
1085 for (rel
= relocs
; rel
< rel_end
; rel
++)
1087 unsigned int r_type
;
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;
1096 r_symndx
= ELF32_R_SYM (rel
->r_info
);
1097 r_type
= ELF32_R_TYPE (rel
->r_info
);
1099 if (r_symndx
>= NUM_SHDR_ENTRIES (symtab_hdr
))
1101 /* xgettext:c-format */
1102 _bfd_error_handler (_("%pB: bad symbol index: %d"),
1107 if (r_symndx
>= symtab_hdr
->sh_info
)
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
;
1114 eh
= elf_xtensa_hash_entry (h
);
1118 case R_XTENSA_TLSDESC_FN
:
1119 if (bfd_link_pic (info
))
1121 tls_type
= GOT_TLS_GD
;
1126 tls_type
= GOT_TLS_IE
;
1129 case R_XTENSA_TLSDESC_ARG
:
1130 if (bfd_link_pic (info
))
1132 tls_type
= GOT_TLS_GD
;
1137 tls_type
= GOT_TLS_IE
;
1138 if (h
&& elf_xtensa_hash_entry (h
) != htab
->tlsbase
)
1143 case R_XTENSA_TLS_DTPOFF
:
1144 if (bfd_link_pic (info
))
1145 tls_type
= GOT_TLS_GD
;
1147 tls_type
= GOT_TLS_IE
;
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
)
1159 tls_type
= GOT_NORMAL
;
1164 tls_type
= GOT_NORMAL
;
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
))
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
))
1183 /* Nothing to do for any other relocations. */
1191 if (h
->plt
.refcount
<= 0)
1194 h
->plt
.refcount
= 1;
1197 h
->plt
.refcount
+= 1;
1199 /* Keep track of the total PLT relocation count even if we
1200 don't yet know whether the dynamic sections will be
1202 htab
->plt_reloc_count
+= 1;
1204 if (elf_hash_table (info
)->dynamic_sections_created
)
1206 if (! add_extra_plt_sections (info
, htab
->plt_reloc_count
))
1212 if (h
->got
.refcount
<= 0)
1213 h
->got
.refcount
= 1;
1215 h
->got
.refcount
+= 1;
1219 eh
->tlsfunc_refcount
+= 1;
1221 old_tls_type
= eh
->tls_type
;
1225 /* Allocate storage the first time. */
1226 if (elf_local_got_refcounts (abfd
) == NULL
)
1228 bfd_size_type size
= symtab_hdr
->sh_info
;
1231 mem
= bfd_zalloc (abfd
, size
* sizeof (bfd_signed_vma
));
1234 elf_local_got_refcounts (abfd
) = (bfd_signed_vma
*) mem
;
1236 mem
= bfd_zalloc (abfd
, size
);
1239 elf_xtensa_local_got_tls_type (abfd
) = (char *) mem
;
1241 mem
= bfd_zalloc (abfd
, size
* sizeof (bfd_signed_vma
));
1244 elf_xtensa_local_tlsfunc_refcounts (abfd
)
1245 = (bfd_signed_vma
*) mem
;
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;
1253 elf_xtensa_local_tlsfunc_refcounts (abfd
) [r_symndx
] += 1;
1255 old_tls_type
= elf_xtensa_local_got_tls_type (abfd
) [r_symndx
];
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))
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
;
1273 /* xgettext:c-format */
1274 (_("%pB: `%s' accessed both as normal and thread local symbol"),
1276 h
? h
->root
.root
.string
: "<local>");
1281 if (old_tls_type
!= tls_type
)
1284 eh
->tls_type
= tls_type
;
1286 elf_xtensa_local_got_tls_type (abfd
) [r_symndx
] = tls_type
;
1295 elf_xtensa_make_sym_local (struct bfd_link_info
*info
,
1296 struct elf_link_hash_entry
*h
)
1298 if (bfd_link_pic (info
))
1300 if (h
->plt
.refcount
> 0)
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;
1312 /* Don't need any dynamic relocations at all. */
1313 h
->plt
.refcount
= 0;
1314 h
->got
.refcount
= 0;
1320 elf_xtensa_hide_symbol (struct bfd_link_info
*info
,
1321 struct elf_link_hash_entry
*h
,
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
);
1328 _bfd_elf_link_hash_hide_symbol (info
, h
, force_local
);
1332 /* Return the section that should be marked against GC for a given
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
)
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
1352 if (xtensa_is_property_section (sec
))
1356 switch (ELF32_R_TYPE (rel
->r_info
))
1358 case R_XTENSA_GNU_VTINHERIT
:
1359 case R_XTENSA_GNU_VTENTRY
:
1363 return _bfd_elf_gc_mark_hook (sec
, info
, rel
, h
, sym
);
1367 /* Create all the dynamic sections. */
1370 elf_xtensa_create_dynamic_sections (bfd
*dynobj
, struct bfd_link_info
*info
)
1372 struct elf_xtensa_link_hash_table
*htab
;
1373 flagword flags
, noalloc_flags
;
1375 htab
= elf_xtensa_hash_table (info
);
1379 /* First do all the standard stuff. */
1380 if (! _bfd_elf_create_dynamic_sections (dynobj
, info
))
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
))
1388 noalloc_flags
= (SEC_HAS_CONTENTS
| SEC_IN_MEMORY
1389 | SEC_LINKER_CREATED
| SEC_READONLY
);
1390 flags
= noalloc_flags
| SEC_ALLOC
| SEC_LOAD
;
1392 /* Mark the ".got.plt" section READONLY. */
1393 if (htab
->elf
.sgotplt
== NULL
1394 || !bfd_set_section_flags (htab
->elf
.sgotplt
, flags
))
1397 /* Create ".got.loc" (literal tables for use by dynamic linker). */
1398 htab
->sgotloc
= bfd_make_section_anyway_with_flags (dynobj
, ".got.loc",
1400 if (htab
->sgotloc
== NULL
1401 || !bfd_set_section_alignment (htab
->sgotloc
, 2))
1404 /* Create ".xt.lit.plt" (literal table for ".got.plt*"). */
1405 htab
->spltlittbl
= bfd_make_section_anyway_with_flags (dynobj
, ".xt.lit.plt",
1407 if (htab
->spltlittbl
== NULL
1408 || !bfd_set_section_alignment (htab
->spltlittbl
, 2))
1416 add_extra_plt_sections (struct bfd_link_info
*info
, int count
)
1418 bfd
*dynobj
= elf_hash_table (info
)->dynobj
;
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
--)
1429 /* Stop when we find a section has already been created. */
1430 if (elf_xtensa_get_plt_section (info
, chunk
))
1433 flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_HAS_CONTENTS
| SEC_IN_MEMORY
1434 | SEC_LINKER_CREATED
| SEC_READONLY
);
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
);
1440 || !bfd_set_section_alignment (s
, 2))
1443 sname
= (char *) bfd_malloc (14);
1444 sprintf (sname
, ".got.plt.%u", chunk
);
1445 s
= bfd_make_section_anyway_with_flags (dynobj
, sname
, flags
);
1447 || !bfd_set_section_alignment (s
, 2))
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
1462 elf_xtensa_adjust_dynamic_symbol (struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
1463 struct elf_link_hash_entry
*h
)
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
)
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
;
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,
1486 elf_xtensa_allocate_dynrelocs (struct elf_link_hash_entry
*h
, void *arg
)
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
);
1492 if (h
->root
.type
== bfd_link_hash_indirect
)
1495 info
= (struct bfd_link_info
*) arg
;
1496 htab
= elf_xtensa_hash_table (info
);
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)
1504 BFD_ASSERT (h
->got
.refcount
>= eh
->tlsfunc_refcount
);
1505 h
->got
.refcount
-= eh
->tlsfunc_refcount
;
1508 if (! elf_xtensa_dynamic_symbol_p (h
, info
))
1509 elf_xtensa_make_sym_local (info
, h
);
1511 if (! elf_xtensa_dynamic_symbol_p (h
, info
)
1512 && h
->root
.type
== bfd_link_hash_undefweak
)
1515 if (h
->plt
.refcount
> 0)
1516 htab
->elf
.srelplt
->size
+= (h
->plt
.refcount
* sizeof (Elf32_External_Rela
));
1518 if (h
->got
.refcount
> 0)
1519 htab
->elf
.srelgot
->size
+= (h
->got
.refcount
* sizeof (Elf32_External_Rela
));
1526 elf_xtensa_allocate_local_got_size (struct bfd_link_info
*info
)
1528 struct elf_xtensa_link_hash_table
*htab
;
1531 htab
= elf_xtensa_hash_table (info
);
1535 for (i
= info
->input_bfds
; i
; i
= i
->link
.next
)
1537 bfd_signed_vma
*local_got_refcounts
;
1538 bfd_size_type j
, cnt
;
1539 Elf_Internal_Shdr
*symtab_hdr
;
1541 local_got_refcounts
= elf_local_got_refcounts (i
);
1542 if (!local_got_refcounts
)
1545 symtab_hdr
= &elf_tdata (i
)->symtab_hdr
;
1546 cnt
= symtab_hdr
->sh_info
;
1548 for (j
= 0; j
< cnt
; ++j
)
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)
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
;
1560 if (local_got_refcounts
[j
] > 0)
1561 htab
->elf
.srelgot
->size
+= (local_got_refcounts
[j
]
1562 * sizeof (Elf32_External_Rela
));
1568 /* Set the sizes of the dynamic sections. */
1571 elf_xtensa_size_dynamic_sections (bfd
*output_bfd ATTRIBUTE_UNUSED
,
1572 struct bfd_link_info
*info
)
1574 struct elf_xtensa_link_hash_table
*htab
;
1576 asection
*s
, *srelplt
, *splt
, *sgotplt
, *srelgot
, *spltlittbl
, *sgotloc
;
1577 bool relplt
, relgot
;
1578 int plt_entries
, plt_chunks
, chunk
;
1583 htab
= elf_xtensa_hash_table (info
);
1587 dynobj
= elf_hash_table (info
)->dynobj
;
1590 srelgot
= htab
->elf
.srelgot
;
1591 srelplt
= htab
->elf
.srelplt
;
1593 if (elf_hash_table (info
)->dynamic_sections_created
)
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
);
1601 /* Set the contents of the .interp section to the interpreter. */
1602 if (bfd_link_executable (info
) && !info
->nointerp
)
1604 s
= bfd_get_linker_section (dynobj
, ".interp");
1607 s
->size
= sizeof ELF_DYNAMIC_INTERPRETER
;
1608 s
->contents
= (unsigned char *) ELF_DYNAMIC_INTERPRETER
;
1611 /* Allocate room for one word in ".got". */
1612 htab
->elf
.sgot
->size
= 4;
1614 /* Allocate space in ".rela.got" for literals that reference global
1615 symbols and space in ".rela.plt" for literals that have PLT
1617 elf_link_hash_traverse (elf_hash_table (info
),
1618 elf_xtensa_allocate_dynrelocs
,
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
);
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
);
1635 (plt_entries
+ PLT_ENTRIES_PER_CHUNK
- 1) / PLT_ENTRIES_PER_CHUNK
;
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. */
1641 (splt
= elf_xtensa_get_plt_section (info
, chunk
)) != NULL
;
1646 sgotplt
= elf_xtensa_get_gotplt_section (info
, chunk
);
1647 BFD_ASSERT (sgotplt
!= NULL
);
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
);
1656 if (chunk_entries
!= 0)
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;
1670 /* Allocate space in ".got.loc" to match the total size of all the
1672 sgotloc
= htab
->sgotloc
;
1673 sgotloc
->size
= spltlittbl
->size
;
1674 for (abfd
= info
->input_bfds
; abfd
!= NULL
; abfd
= abfd
->link
.next
)
1676 if (abfd
->flags
& DYNAMIC
)
1678 for (s
= abfd
->sections
; s
!= NULL
; s
= s
->next
)
1680 if (! discarded_section (s
)
1681 && xtensa_is_littable_section (s
)
1683 sgotloc
->size
+= s
->size
;
1688 /* Allocate memory for dynamic sections. */
1691 for (s
= dynobj
->sections
; s
!= NULL
; s
= s
->next
)
1695 if ((s
->flags
& SEC_LINKER_CREATED
) == 0)
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
);
1702 if (startswith (name
, ".rela"))
1706 if (strcmp (name
, ".rela.plt") == 0)
1708 else if (strcmp (name
, ".rela.got") == 0)
1711 /* We use the reloc_count field as a counter if we need
1712 to copy relocs into the output file. */
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)
1724 /* It's not one of our sections, so don't allocate space. */
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
;
1741 else if ((s
->flags
& SEC_HAS_CONTENTS
) != 0)
1743 /* Allocate memory for the section contents. */
1744 s
->contents
= (bfd_byte
*) bfd_zalloc (dynobj
, s
->size
);
1745 if (s
->contents
== NULL
)
1750 if (elf_hash_table (info
)->dynamic_sections_created
)
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
++)
1757 Elf_Internal_Rela irela
;
1761 irela
.r_info
= ELF32_R_INFO (0, R_XTENSA_RTLD
);
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;
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)
1780 if (!_bfd_elf_add_dynamic_tags (output_bfd
, info
,
1784 if (!add_dynamic_entry (DT_XTENSA_GOT_LOC_OFF
, 0)
1785 || !add_dynamic_entry (DT_XTENSA_GOT_LOC_SZ
, 0))
1788 #undef add_dynamic_entry
1794 elf_xtensa_always_size_sections (bfd
*output_bfd
,
1795 struct bfd_link_info
*info
)
1797 struct elf_xtensa_link_hash_table
*htab
;
1800 htab
= elf_xtensa_hash_table (info
);
1804 tls_sec
= htab
->elf
.tls_sec
;
1806 if (tls_sec
&& (htab
->tlsbase
->tls_type
& GOT_TLS_ANY
) != 0)
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
);
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
)))
1818 tlsbase
->def_regular
= 1;
1819 tlsbase
->other
= STV_HIDDEN
;
1820 (*bed
->elf_backend_hide_symbol
) (info
, tlsbase
, true);
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. */
1832 dtpoff_base (struct bfd_link_info
*info
)
1834 /* If tls_sec is NULL, we should have signalled an error already. */
1835 if (elf_hash_table (info
)->tls_sec
== NULL
)
1837 return elf_hash_table (info
)->tls_sec
->vma
;
1840 /* Return the relocation value for @tpoff relocation
1841 if STT_TLS virtual address is ADDRESS. */
1844 tpoff (struct bfd_link_info
*info
, bfd_vma address
)
1846 struct elf_link_hash_table
*htab
= elf_hash_table (info
);
1849 /* If tls_sec is NULL, we should have signalled an error already. */
1850 if (htab
->tls_sec
== NULL
)
1852 base
= align_power ((bfd_vma
) TCB_SIZE
, htab
->tls_sec
->alignment_power
);
1853 return address
- htab
->tls_sec
->vma
+ base
;
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
1861 #define CALL_SEGMENT_BITS (30)
1862 #define CALL_SEGMENT_SIZE (1 << CALL_SEGMENT_BITS)
1864 static bfd_reloc_status_type
1865 elf_xtensa_do_reloc (reloc_howto_type
*howto
,
1867 asection
*input_section
,
1872 char **error_message
)
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
;
1886 ibuff
= xtensa_insnbuf_alloc (isa
);
1887 sbuff
= xtensa_insnbuf_alloc (isa
);
1890 input_size
= bfd_get_section_limit (abfd
, input_section
);
1892 /* Calculate the PC address for this instruction. */
1893 self_address
= (input_section
->output_section
->vma
1894 + input_section
->output_offset
1897 switch (howto
->type
)
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
;
1914 case R_XTENSA_ASM_EXPAND
:
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
))
1922 if ((self_address
>> CALL_SEGMENT_BITS
)
1923 != (relocation
>> CALL_SEGMENT_BITS
))
1925 *error_message
= "windowed longcall crosses 1GB boundary; "
1927 return bfd_reloc_dangerous
;
1931 return bfd_reloc_ok
;
1933 case R_XTENSA_ASM_SIMPLIFY
:
1935 /* Convert the L32R/CALLX to CALL. */
1936 bfd_reloc_status_type retval
=
1937 elf_xtensa_do_asm_simplify (contents
, address
, input_size
,
1939 if (retval
!= bfd_reloc_ok
)
1940 return bfd_reloc_dangerous
;
1942 /* The CALL needs to be relocated. Continue below for that part. */
1945 howto
= &elf_howto_table
[(unsigned) R_XTENSA_SLOT0_OP
];
1952 x
= bfd_get_32 (abfd
, contents
+ address
);
1954 bfd_put_32 (abfd
, x
, contents
+ address
);
1956 return bfd_reloc_ok
;
1958 case R_XTENSA_32_PCREL
:
1959 bfd_put_32 (abfd
, relocation
- self_address
, contents
+ address
);
1960 return bfd_reloc_ok
;
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
;
1971 /* Only instruction slot-specific relocations handled below.... */
1972 slot
= get_relocation_slot (howto
->type
);
1973 if (slot
== XTENSA_UNDEFINED
)
1975 *error_message
= "unexpected relocation";
1976 return bfd_reloc_dangerous
;
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
)
1987 *error_message
= "cannot decode instruction format";
1988 return bfd_reloc_dangerous
;
1991 xtensa_format_get_slot (isa
, fmt
, slot
, ibuff
, sbuff
);
1993 opcode
= xtensa_opcode_decode (isa
, fmt
, slot
, sbuff
);
1994 if (opcode
== XTENSA_UNDEFINED
)
1996 *error_message
= "cannot decode instruction opcode";
1997 return bfd_reloc_dangerous
;
2000 /* Check for opcode-specific "alternate" relocations. */
2001 if (is_alt_relocation (howto
->type
))
2003 if (opcode
== get_l32r_opcode ())
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");
2010 *error_message
= "relocation references missing .lit4 section";
2011 return bfd_reloc_dangerous
;
2013 self_address
= ((lit4_sec
->vma
& ~0xfff)
2014 + 0x40000 - 3); /* -3 to compensate for do_reloc */
2015 newval
= relocation
;
2018 else if (opcode
== get_const16_opcode ())
2020 /* ALT used for high 16 bits.
2021 Ignore 32-bit overflow. */
2022 newval
= (relocation
>> 16) & 0xffff;
2027 /* No other "alternate" relocations currently defined. */
2028 *error_message
= "unexpected relocation";
2029 return bfd_reloc_dangerous
;
2032 else /* Not an "alternate" relocation.... */
2034 if (opcode
== get_const16_opcode ())
2036 newval
= relocation
& 0xffff;
2041 /* ...normal PC-relative relocation.... */
2043 /* Determine which operand is being relocated. */
2044 opnd
= get_relocation_opnd (opcode
, howto
->type
);
2045 if (opnd
== XTENSA_UNDEFINED
)
2047 *error_message
= "unexpected relocation";
2048 return bfd_reloc_dangerous
;
2051 if (!howto
->pc_relative
)
2053 *error_message
= "expected PC-relative relocation";
2054 return bfd_reloc_dangerous
;
2057 newval
= relocation
;
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
,
2067 const char *opname
= xtensa_opcode_name (isa
, opcode
);
2070 msg
= "cannot encode";
2071 if (is_direct_call_opcode (opcode
))
2073 if ((relocation
& 0x3) != 0)
2074 msg
= "misaligned call target";
2076 msg
= "call target out of range";
2078 else if (opcode
== get_l32r_opcode ())
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)";
2087 msg
= "literal placed after use";
2090 *error_message
= vsprint_msg (opname
, ": %s", strlen (msg
) + 2, msg
);
2091 return bfd_reloc_dangerous
;
2094 /* Check for calls across 1GB boundaries. */
2095 if (is_direct_call_opcode (opcode
)
2096 && is_windowed_call_opcode (opcode
))
2098 if ((self_address
>> CALL_SEGMENT_BITS
)
2099 != (relocation
>> CALL_SEGMENT_BITS
))
2102 "windowed call crosses 1GB boundary; return may fail";
2103 return bfd_reloc_dangerous
;
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
;
2116 vsprint_msg (const char *origmsg
, const char *fmt
, int arglen
, ...)
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;
2126 va_start (ap
, arglen
);
2128 is_append
= (origmsg
== message
);
2130 orig_len
= strlen (origmsg
);
2131 len
= orig_len
+ strlen (fmt
) + arglen
+ 20;
2132 if (len
> alloc_size
)
2134 message
= (char *) bfd_realloc_or_free (message
, len
);
2137 if (message
!= NULL
)
2140 memcpy (message
, origmsg
, orig_len
);
2141 vsprintf (message
+ orig_len
, fmt
, ap
);
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. */
2155 static bfd_reloc_status_type
2156 bfd_elf_xtensa_reloc (bfd
*abfd
,
2157 arelent
*reloc_entry
,
2160 asection
*input_section
,
2162 char **error_message
)
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
;
2173 if (!xtensa_default_isa
)
2174 xtensa_default_isa
= xtensa_isa_init (0, 0);
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....) */
2187 if (output_bfd
&& (symbol
->flags
& BSF_SECTION_SYM
) == 0)
2189 reloc_entry
->address
+= input_section
->output_offset
;
2190 return bfd_reloc_ok
;
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
;
2197 /* Work out which section the relocation is targeted at and the
2198 initial relocation command value. */
2200 /* Get symbol value. (Common symbols are special.) */
2201 if (bfd_is_com_section (symbol
->section
))
2204 relocation
= symbol
->value
;
2206 reloc_target_output_section
= symbol
->section
->output_section
;
2208 /* Convert input-section-relative symbol value to absolute. */
2209 if ((output_bfd
&& !howto
->partial_inplace
)
2210 || reloc_target_output_section
== NULL
)
2213 output_base
= reloc_target_output_section
->vma
;
2215 relocation
+= output_base
+ symbol
->section
->output_offset
;
2217 /* Add in supplied addend. */
2218 relocation
+= reloc_entry
->addend
;
2220 /* Here the variable relocation holds the final address of the
2221 symbol we are relocating against, plus any addend. */
2224 if (!howto
->partial_inplace
)
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
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
;
2238 reloc_entry
->address
+= input_section
->output_offset
;
2239 reloc_entry
->addend
= 0;
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
);
2249 if (flag
== bfd_reloc_dangerous
)
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,
2257 (unsigned long) reloc_entry
->addend
);
2263 int xtensa_abi_choice (void)
2265 if (elf32xtensa_abi
== XTHAL_ABI_UNDEFINED
)
2268 return elf32xtensa_abi
;
2271 /* Set up an entry in the procedure linkage table. */
2274 elf_xtensa_create_plt_entry (struct bfd_link_info
*info
,
2276 unsigned reloc_index
)
2278 asection
*splt
, *sgotplt
;
2279 bfd_vma plt_base
, got_base
;
2280 bfd_vma code_offset
, lit_offset
, abi_offset
;
2282 int abi
= xtensa_abi_choice ();
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
);
2289 plt_base
= splt
->output_section
->vma
+ splt
->output_offset
;
2290 got_base
= sgotplt
->output_section
->vma
+ sgotplt
->output_offset
;
2292 lit_offset
= 8 + (reloc_index
% PLT_ENTRIES_PER_CHUNK
) * 4;
2293 code_offset
= (reloc_index
% PLT_ENTRIES_PER_CHUNK
) * PLT_ENTRY_SIZE
;
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
);
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
]),
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);
2317 return plt_base
+ code_offset
;
2321 static bool get_indirect_call_dest_reg (xtensa_opcode
, unsigned *);
2324 replace_tls_insn (Elf_Internal_Rela
*rel
,
2326 asection
*input_section
,
2329 char **error_message
)
2331 static xtensa_insnbuf ibuff
= NULL
;
2332 static xtensa_insnbuf sbuff
= NULL
;
2333 xtensa_isa isa
= xtensa_default_isa
;
2335 xtensa_opcode old_op
, new_op
;
2336 bfd_size_type input_size
;
2338 unsigned dest_reg
, src_reg
;
2342 ibuff
= xtensa_insnbuf_alloc (isa
);
2343 sbuff
= xtensa_insnbuf_alloc (isa
);
2346 input_size
= bfd_get_section_limit (abfd
, input_section
);
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
)
2354 *error_message
= "cannot decode instruction format";
2358 BFD_ASSERT (xtensa_format_num_slots (isa
, fmt
) == 1);
2359 xtensa_format_get_slot (isa
, fmt
, 0, ibuff
, sbuff
);
2361 old_op
= xtensa_opcode_decode (isa
, fmt
, 0, sbuff
);
2362 if (old_op
== XTENSA_UNDEFINED
)
2364 *error_message
= "cannot decode instruction opcode";
2368 r_type
= ELF32_R_TYPE (rel
->r_info
);
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)
2377 *error_message
= "cannot extract L32R destination for TLS access";
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)
2387 *error_message
= "cannot extract CALLXn operands for TLS access";
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
)
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,
2412 || xtensa_operand_set_field (isa
, new_op
, 1, fmt
, 0,
2414 || xtensa_operand_set_field (isa
, new_op
, 2, fmt
, 0,
2417 *error_message
= "cannot encode OR for TLS access";
2423 if (xtensa_opcode_encode (isa
, fmt
, 0, sbuff
, new_op
) != 0)
2425 *error_message
= "cannot encode NOP for TLS access";
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)
2439 *error_message
= "cannot encode RUR.THREADPTR for TLS access";
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)
2456 *error_message
= "cannot encode RUR.THREADPTR for TLS access";
2461 case R_XTENSA_TLS_ARG
:
2462 /* Nothing to do. Keep the original L32R instruction. */
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)
2479 *error_message
= "cannot encode ADD for TLS access";
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
);
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)
2503 /* Relocate an Xtensa ELF section. This is invoked by the linker for
2504 both relocatable and final links. */
2507 elf_xtensa_relocate_section (bfd
*output_bfd
,
2508 struct bfd_link_info
*info
,
2510 asection
*input_section
,
2512 Elf_Internal_Rela
*relocs
,
2513 Elf_Internal_Sym
*local_syms
,
2514 asection
**local_sections
)
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;
2523 char *local_got_tls_types
;
2524 char *error_message
= NULL
;
2525 bfd_size_type input_size
;
2528 if (!xtensa_default_isa
)
2529 xtensa_default_isa
= xtensa_isa_init (0, 0);
2531 if (!is_xtensa_elf (input_bfd
))
2533 bfd_set_error (bfd_error_wrong_format
);
2537 htab
= elf_xtensa_hash_table (info
);
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
);
2545 if (elf_hash_table (info
)->dynamic_sections_created
)
2547 ltblsize
= xtensa_read_table_entries (input_bfd
, input_section
,
2548 &lit_table
, XTENSA_LIT_SEC_NAME
,
2554 input_size
= bfd_get_section_limit (input_bfd
, input_section
);
2557 relend
= relocs
+ input_section
->reloc_count
;
2558 for (; rel
< relend
; rel
++)
2561 reloc_howto_type
*howto
;
2562 unsigned long r_symndx
;
2563 struct elf_link_hash_entry
*h
;
2564 Elf_Internal_Sym
*sym
;
2569 bfd_reloc_status_type r
;
2571 bool unresolved_reloc
;
2573 bool dynamic_symbol
;
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
)
2580 if (r_type
< 0 || r_type
>= (int) R_XTENSA_max
)
2582 bfd_set_error (bfd_error_bad_value
);
2585 howto
= &elf_howto_table
[r_type
];
2587 r_symndx
= ELF32_R_SYM (rel
->r_info
);
2592 is_weak_undef
= false;
2593 unresolved_reloc
= false;
2596 if (howto
->partial_inplace
&& !bfd_link_relocatable (info
))
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
);
2606 if (r_symndx
< symtab_hdr
->sh_info
)
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
);
2617 RELOC_FOR_GLOBAL_SYMBOL (info
, input_bfd
, input_section
, rel
,
2618 r_symndx
, symtab_hdr
, sym_hashes
,
2620 unresolved_reloc
, warned
, ignored
);
2623 && !unresolved_reloc
2624 && h
->root
.type
== bfd_link_hash_undefweak
)
2625 is_weak_undef
= true;
2630 if (sec
!= NULL
&& discarded_section (sec
))
2631 RELOC_AGAINST_DISCARDED_SECTION (info
, input_bfd
, input_section
,
2632 rel
, 1, relend
, howto
, 0, contents
);
2634 if (bfd_link_relocatable (info
))
2637 asection
* sym_sec
= get_elf_r_symndx_section (input_bfd
, r_symndx
);
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
2647 if (relaxing_section
)
2649 /* Check if this references a section in another input file. */
2650 if (!do_fix_for_relocatable_link (rel
, input_bfd
, input_section
,
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
;
2658 if (r_type
== R_XTENSA_ASM_SIMPLIFY
)
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
,
2665 if (r
!= bfd_reloc_ok
)
2666 (*info
->callbacks
->reloc_dangerous
)
2667 (info
, error_message
,
2668 input_bfd
, input_section
, rel
->r_offset
);
2670 r_type
= ELF32_R_TYPE (rel
->r_info
);
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
)
2679 sym
= local_syms
+ r_symndx
;
2680 if (ELF_ST_TYPE (sym
->st_info
) == STT_SECTION
)
2682 sec
= local_sections
[r_symndx
];
2683 rel
->r_addend
+= sec
->output_offset
+ sym
->st_value
;
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.... */
2693 howto
= &elf_howto_table
[r_type
];
2694 if (howto
->partial_inplace
&& rel
->r_addend
)
2696 r
= elf_xtensa_do_reloc (howto
, input_bfd
, input_section
,
2697 rel
->r_addend
, contents
,
2698 rel
->r_offset
, false,
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. */
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
)
2714 r
= elf_xtensa_do_reloc (howto
, input_bfd
, input_section
,
2715 dest_addr
, contents
,
2716 rel
->r_offset
, false,
2720 if (r
!= bfd_reloc_ok
)
2721 (*info
->callbacks
->reloc_dangerous
)
2722 (info
, error_message
,
2723 input_bfd
, input_section
, rel
->r_offset
);
2725 /* Done with work for relocatable link; continue with next reloc. */
2729 /* This is a final link. */
2731 if (relaxing_section
)
2733 /* Check if this references a section in another input file. */
2734 do_fix_for_final_link (rel
, input_bfd
, input_section
, contents
,
2738 /* Sanity check the address. */
2739 if (rel
->r_offset
>= input_size
2740 && ELF32_R_TYPE (rel
->r_info
) != R_XTENSA_NONE
)
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
);
2753 name
= h
->root
.root
.string
;
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
);
2762 if (r_symndx
!= STN_UNDEF
2763 && r_type
!= R_XTENSA_NONE
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
))
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")),
2777 (uint64_t) rel
->r_offset
,
2782 dynamic_symbol
= elf_xtensa_dynamic_symbol_p (h
, info
);
2784 tls_type
= GOT_UNKNOWN
;
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
];
2794 if (elf_hash_table (info
)->dynamic_sections_created
2795 && (input_section
->flags
& SEC_ALLOC
) != 0
2796 && (dynamic_symbol
|| bfd_link_pic (info
)))
2798 Elf_Internal_Rela outrel
;
2802 if (dynamic_symbol
&& r_type
== R_XTENSA_PLT
)
2803 srel
= htab
->elf
.srelplt
;
2805 srel
= htab
->elf
.srelgot
;
2807 BFD_ASSERT (srel
!= NULL
);
2810 _bfd_elf_section_offset (output_bfd
, info
,
2811 input_section
, rel
->r_offset
);
2813 if ((outrel
.r_offset
| 1) == (bfd_vma
) -1)
2814 memset (&outrel
, 0, sizeof outrel
);
2817 outrel
.r_offset
+= (input_section
->output_section
->vma
2818 + input_section
->output_offset
);
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
,
2827 _("dynamic relocation in read-only section");
2828 (*info
->callbacks
->reloc_dangerous
)
2829 (info
, error_message
,
2830 input_bfd
, input_section
, rel
->r_offset
);
2835 outrel
.r_addend
= rel
->r_addend
;
2838 if (r_type
== R_XTENSA_32
)
2841 ELF32_R_INFO (h
->dynindx
, R_XTENSA_GLOB_DAT
);
2844 else /* r_type == R_XTENSA_PLT */
2847 ELF32_R_INFO (h
->dynindx
, R_XTENSA_JMP_SLOT
);
2849 /* Create the PLT entry and set the initial
2850 contents of the literal entry to the address of
2853 elf_xtensa_create_plt_entry (info
, output_bfd
,
2856 unresolved_reloc
= false;
2858 else if (!is_weak_undef
)
2860 /* Generate a RELATIVE relocation. */
2861 outrel
.r_info
= ELF32_R_INFO (0, R_XTENSA_RELATIVE
);
2862 outrel
.r_addend
= 0;
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
2876 else if (r_type
== R_XTENSA_ASM_EXPAND
&& dynamic_symbol
)
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. */
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
)
2889 relocation
= tpoff (info
, relocation
);
2894 case R_XTENSA_TLSDESC_FN
:
2895 case R_XTENSA_TLSDESC_ARG
:
2897 if (r_type
== R_XTENSA_TLSDESC_FN
)
2899 if (! bfd_link_pic (info
) || (tls_type
& GOT_TLS_IE
) != 0)
2900 r_type
= R_XTENSA_NONE
;
2902 else if (r_type
== R_XTENSA_TLSDESC_ARG
)
2904 if (bfd_link_pic (info
))
2906 if ((tls_type
& GOT_TLS_IE
) != 0)
2907 r_type
= R_XTENSA_TLS_TPOFF
;
2911 r_type
= R_XTENSA_TLS_TPOFF
;
2912 if (! dynamic_symbol
)
2914 relocation
= tpoff (info
, relocation
);
2920 if (r_type
== R_XTENSA_NONE
)
2921 /* Nothing to do here; skip to the next reloc. */
2924 if (! elf_hash_table (info
)->dynamic_sections_created
)
2927 _("TLS relocation invalid without dynamic sections");
2928 (*info
->callbacks
->reloc_dangerous
)
2929 (info
, error_message
,
2930 input_bfd
, input_section
, rel
->r_offset
);
2934 Elf_Internal_Rela outrel
;
2936 asection
*srel
= htab
->elf
.srelgot
;
2939 outrel
.r_offset
= (input_section
->output_section
->vma
2940 + input_section
->output_offset
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
,
2950 _("dynamic relocation in read-only section");
2951 (*info
->callbacks
->reloc_dangerous
)
2952 (info
, error_message
,
2953 input_bfd
, input_section
, rel
->r_offset
);
2956 indx
= h
&& h
->dynindx
!= -1 ? h
->dynindx
: 0;
2958 outrel
.r_addend
= relocation
- dtpoff_base (info
);
2960 outrel
.r_addend
= 0;
2963 outrel
.r_info
= ELF32_R_INFO (indx
, r_type
);
2965 unresolved_reloc
= false;
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
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
);
2982 relocation
-= dtpoff_base (info
);
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)
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
);
2999 if (r_type
!= R_XTENSA_TLS_ARG
|| is_ld_model
)
3001 /* Skip subsequent relocations on the same instruction. */
3002 while (rel
+ 1 < relend
&& rel
[1].r_offset
== rel
->r_offset
)
3009 if (elf_hash_table (info
)->dynamic_sections_created
3010 && dynamic_symbol
&& (is_operand_relocation (r_type
)
3011 || r_type
== R_XTENSA_32_PCREL
))
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
);
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
3029 && _bfd_elf_section_offset (output_bfd
, info
, input_section
,
3030 rel
->r_offset
) != (bfd_vma
) -1)
3033 /* xgettext:c-format */
3034 (_("%pB(%pA+%#" PRIx64
"): "
3035 "unresolvable %s relocation against symbol `%s'"),
3038 (uint64_t) rel
->r_offset
,
3044 /* TLS optimizations may have changed r_type; update "howto". */
3045 howto
= &elf_howto_table
[r_type
];
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
,
3054 if (r
!= bfd_reloc_ok
&& !warned
)
3056 BFD_ASSERT (r
== bfd_reloc_dangerous
|| r
== bfd_reloc_other
);
3057 BFD_ASSERT (error_message
!= NULL
);
3059 if (rel
->r_addend
== 0)
3060 error_message
= vsprint_msg (error_message
, ": %s",
3061 strlen (name
) + 2, name
);
3063 error_message
= vsprint_msg (error_message
, ": (%s+0x%x)",
3065 name
, (int) rel
->r_addend
);
3067 (*info
->callbacks
->reloc_dangerous
)
3068 (info
, error_message
, input_bfd
, input_section
, rel
->r_offset
);
3073 input_section
->reloc_done
= true;
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. */
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
)
3088 if (h
->needs_plt
&& !h
->def_regular
)
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
)
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
;
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
3119 elf_xtensa_combine_prop_entries (bfd
*output_bfd
,
3124 property_table_entry
*table
;
3125 bfd_size_type section_size
, sgotloc_size
;
3129 section_size
= sxtlit
->size
;
3130 if (section_size
== 0)
3133 BFD_ASSERT (section_size
% 8 == 0);
3134 num
= section_size
/ 8;
3136 sgotloc_size
= sgotloc
->size
;
3137 if (sgotloc_size
!= section_size
)
3140 (_("internal inconsistency in size of .got.loc section"));
3144 table
= bfd_malloc (num
* sizeof (property_table_entry
));
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
;
3153 if (!bfd_malloc_and_get_section (output_bfd
, sxtlit
, &contents
))
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. */
3163 /* Copy the raw contents into a property table array and sort it. */
3165 for (n
= 0; n
< num
; n
++)
3167 table
[n
].address
= bfd_get_32 (output_bfd
, &contents
[offset
]);
3168 table
[n
].size
= bfd_get_32 (output_bfd
, &contents
[offset
+ 4]);
3171 qsort (table
, num
, sizeof (property_table_entry
), property_table_compare
);
3173 for (n
= 0; n
< num
; n
++)
3175 bool remove_entry
= false;
3177 if (table
[n
].size
== 0)
3178 remove_entry
= true;
3180 && (table
[n
-1].address
+ table
[n
-1].size
== table
[n
].address
))
3182 table
[n
-1].size
+= table
[n
].size
;
3183 remove_entry
= true;
3188 for (m
= n
; m
< num
- 1; m
++)
3190 table
[m
].address
= table
[m
+1].address
;
3191 table
[m
].size
= table
[m
+1].size
;
3199 /* Copy the data back to the raw contents. */
3201 for (n
= 0; n
< num
; n
++)
3203 bfd_put_32 (output_bfd
, table
[n
].address
, &contents
[offset
]);
3204 bfd_put_32 (output_bfd
, table
[n
].size
, &contents
[offset
+ 4]);
3208 /* Clear the removed bytes. */
3209 if ((bfd_size_type
) (num
* 8) < section_size
)
3210 memset (&contents
[num
* 8], 0, section_size
- num
* 8);
3212 if (! bfd_set_section_contents (output_bfd
, sxtlit
, contents
, 0,
3216 /* Copy the contents to ".got.loc". */
3217 memcpy (sgotloc
->contents
, contents
, section_size
);
3225 /* Finish up the dynamic sections. */
3228 elf_xtensa_finish_dynamic_sections (bfd
*output_bfd
,
3229 struct bfd_link_info
*info
)
3231 struct elf_xtensa_link_hash_table
*htab
;
3233 asection
*sdyn
, *srelplt
, *srelgot
, *sgot
, *sxtlit
, *sgotloc
;
3234 Elf32_External_Dyn
*dyncon
, *dynconend
;
3235 int num_xtlit_entries
= 0;
3237 if (! elf_hash_table (info
)->dynamic_sections_created
)
3240 htab
= elf_xtensa_hash_table (info
);
3244 dynobj
= elf_hash_table (info
)->dynobj
;
3245 sdyn
= bfd_get_linker_section (dynobj
, ".dynamic");
3246 BFD_ASSERT (sdyn
!= NULL
);
3248 /* Set the first entry in the global offset table to the address of
3249 the dynamic section. */
3250 sgot
= htab
->elf
.sgot
;
3253 BFD_ASSERT (sgot
->size
== 4);
3255 bfd_put_32 (output_bfd
, 0, sgot
->contents
);
3257 bfd_put_32 (output_bfd
,
3258 sdyn
->output_section
->vma
+ sdyn
->output_offset
,
3262 srelplt
= htab
->elf
.srelplt
;
3263 srelgot
= htab
->elf
.srelgot
;
3264 if (srelplt
&& srelplt
->size
!= 0)
3266 asection
*sgotplt
, *spltlittbl
;
3267 int chunk
, plt_chunks
, plt_entries
;
3268 Elf_Internal_Rela irela
;
3270 unsigned rtld_reloc
;
3272 spltlittbl
= htab
->spltlittbl
;
3273 BFD_ASSERT (srelgot
!= NULL
&& spltlittbl
!= NULL
);
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
++)
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
)
3284 BFD_ASSERT (rtld_reloc
< srelgot
->reloc_count
);
3286 plt_entries
= srelplt
->size
/ sizeof (Elf32_External_Rela
);
3288 (plt_entries
+ PLT_ENTRIES_PER_CHUNK
- 1) / PLT_ENTRIES_PER_CHUNK
;
3290 for (chunk
= 0; chunk
< plt_chunks
; chunk
++)
3292 int chunk_entries
= 0;
3294 sgotplt
= elf_xtensa_get_gotplt_section (info
, chunk
);
3295 BFD_ASSERT (sgotplt
!= NULL
);
3297 /* Emit special RTLD relocations for the first two entries in
3298 each chunk of the .got.plt section. */
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
);
3308 BFD_ASSERT (rtld_reloc
<= srelgot
->reloc_count
);
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. */
3318 bfd_elf32_swap_reloca_out (output_bfd
, &irela
, loc
);
3320 BFD_ASSERT (rtld_reloc
<= srelgot
->reloc_count
);
3322 /* Fill in the literal table. */
3323 if (chunk
< plt_chunks
- 1)
3324 chunk_entries
= PLT_ENTRIES_PER_CHUNK
;
3326 chunk_entries
= plt_entries
- (chunk
* PLT_ENTRIES_PER_CHUNK
);
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);
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
3341 if (! bfd_set_section_contents (output_bfd
,
3342 spltlittbl
->output_section
,
3343 spltlittbl
->contents
,
3344 spltlittbl
->output_offset
,
3347 /* Clear SEC_HAS_CONTENTS so the contents won't be output again. */
3348 spltlittbl
->flags
&= ~SEC_HAS_CONTENTS
;
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
)))
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
);
3367 elf_xtensa_combine_prop_entries (output_bfd
, sxtlit
, sgotloc
);
3368 if (num_xtlit_entries
< 0)
3372 dyncon
= (Elf32_External_Dyn
*) sdyn
->contents
;
3373 dynconend
= (Elf32_External_Dyn
*) (sdyn
->contents
+ sdyn
->size
);
3374 for (; dyncon
< dynconend
; dyncon
++)
3376 Elf_Internal_Dyn dyn
;
3378 bfd_elf32_swap_dyn_in (dynobj
, dyncon
, &dyn
);
3385 case DT_XTENSA_GOT_LOC_SZ
:
3386 dyn
.d_un
.d_val
= num_xtlit_entries
;
3389 case DT_XTENSA_GOT_LOC_OFF
:
3390 dyn
.d_un
.d_ptr
= (htab
->sgotloc
->output_section
->vma
3391 + htab
->sgotloc
->output_offset
);
3395 dyn
.d_un
.d_ptr
= (htab
->elf
.sgot
->output_section
->vma
3396 + htab
->elf
.sgot
->output_offset
);
3400 dyn
.d_un
.d_ptr
= (htab
->elf
.srelplt
->output_section
->vma
3401 + htab
->elf
.srelplt
->output_offset
);
3405 dyn
.d_un
.d_val
= htab
->elf
.srelplt
->size
;
3409 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
3416 /* Functions for dealing with the e_flags field. */
3418 /* Merge backend specific data from an object file to the output
3419 object file when linking. */
3422 elf_xtensa_merge_private_bfd_data (bfd
*ibfd
, struct bfd_link_info
*info
)
3424 bfd
*obfd
= info
->output_bfd
;
3425 unsigned out_mach
, in_mach
;
3426 flagword out_flag
, in_flag
;
3428 /* Check if we have the same endianness. */
3429 if (!_bfd_generic_verify_endian_match (ibfd
, info
))
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
)
3437 out_flag
= elf_elfheader (obfd
)->e_flags
;
3438 in_flag
= elf_elfheader (ibfd
)->e_flags
;
3440 out_mach
= out_flag
& EF_XTENSA_MACH
;
3441 in_mach
= in_flag
& EF_XTENSA_MACH
;
3442 if (out_mach
!= in_mach
)
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
);
3452 if (! elf_flags_init (obfd
))
3454 elf_flags_init (obfd
) = true;
3455 elf_elfheader (obfd
)->e_flags
= in_flag
;
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
));
3465 if ((out_flag
& EF_XTENSA_XT_INSN
) != (in_flag
& EF_XTENSA_XT_INSN
))
3466 elf_elfheader (obfd
)->e_flags
&= (~ EF_XTENSA_XT_INSN
);
3468 if ((out_flag
& EF_XTENSA_XT_LIT
) != (in_flag
& EF_XTENSA_XT_LIT
))
3469 elf_elfheader (obfd
)->e_flags
&= (~ EF_XTENSA_XT_LIT
);
3476 elf_xtensa_set_private_flags (bfd
*abfd
, flagword flags
)
3478 BFD_ASSERT (!elf_flags_init (abfd
)
3479 || elf_elfheader (abfd
)->e_flags
== flags
);
3481 elf_elfheader (abfd
)->e_flags
|= flags
;
3482 elf_flags_init (abfd
) = true;
3489 elf_xtensa_print_private_bfd_data (bfd
*abfd
, void *farg
)
3491 FILE *f
= (FILE *) farg
;
3492 flagword e_flags
= elf_elfheader (abfd
)->e_flags
;
3494 fprintf (f
, "\nXtensa header:\n");
3495 if ((e_flags
& EF_XTENSA_MACH
) == E_XTENSA_MACH
)
3496 fprintf (f
, "\nMachine = Base\n");
3498 fprintf (f
, "\nMachine Id = 0x%x\n", e_flags
& EF_XTENSA_MACH
);
3500 fprintf (f
, "Insn tables = %s\n",
3501 (e_flags
& EF_XTENSA_XT_INSN
) ? "true" : "false");
3503 fprintf (f
, "Literal tables = %s\n",
3504 (e_flags
& EF_XTENSA_XT_LIT
) ? "true" : "false");
3506 return _bfd_elf_print_private_bfd_data (abfd
, farg
);
3510 /* Set the right machine number for an Xtensa ELF file. */
3513 elf_xtensa_object_p (bfd
*abfd
)
3516 unsigned long arch
= elf_elfheader (abfd
)->e_flags
& EF_XTENSA_MACH
;
3521 mach
= bfd_mach_xtensa
;
3527 (void) bfd_default_set_arch_mach (abfd
, bfd_arch_xtensa
, mach
);
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
3537 elf_xtensa_final_write_processing (bfd
*abfd
)
3540 unsigned long val
= elf_elfheader (abfd
)->e_flags
& EF_XTENSA_MACH
;
3542 switch (mach
= bfd_get_mach (abfd
))
3544 case bfd_mach_xtensa
:
3545 val
= E_XTENSA_MACH
;
3551 elf_elfheader (abfd
)->e_flags
&= ~EF_XTENSA_MACH
;
3552 elf_elfheader (abfd
)->e_flags
|= val
;
3553 return _bfd_elf_final_write_processing (abfd
);
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
)
3562 switch ((int) ELF32_R_TYPE (rela
->r_info
))
3564 case R_XTENSA_RELATIVE
:
3565 return reloc_class_relative
;
3566 case R_XTENSA_JMP_SLOT
:
3567 return reloc_class_plt
;
3569 return reloc_class_normal
;
3575 elf_xtensa_discard_info_for_section (bfd
*abfd
,
3576 struct elf_reloc_cookie
*cookie
,
3577 struct bfd_link_info
*info
,
3581 bfd_vma offset
, actual_offset
;
3582 bfd_size_type removed_bytes
= 0;
3583 bfd_size_type entry_size
;
3585 if (sec
->output_section
3586 && bfd_is_abs_section (sec
->output_section
))
3589 if (xtensa_is_proptable_section (sec
))
3594 if (sec
->size
== 0 || sec
->size
% entry_size
!= 0)
3597 contents
= retrieve_contents (abfd
, sec
, info
->keep_memory
);
3601 cookie
->rels
= retrieve_internal_relocs (abfd
, sec
, info
->keep_memory
);
3604 release_contents (sec
, contents
);
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
);
3613 cookie
->rel
= cookie
->rels
;
3614 cookie
->relend
= cookie
->rels
+ sec
->reloc_count
;
3616 for (offset
= 0; offset
< sec
->size
; offset
+= entry_size
)
3618 actual_offset
= offset
- removed_bytes
;
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
)
3625 cookie
->rel
->r_offset
-= removed_bytes
;
3629 while (cookie
->rel
< cookie
->relend
3630 && cookie
->rel
->r_offset
== offset
)
3632 if (bfd_elf_reloc_symbol_deleted_p (offset
, cookie
))
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
)
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
;
3647 /* Remove this relocation. */
3648 cookie
->rel
->r_info
= ELF32_R_INFO (0, R_XTENSA_NONE
);
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
;
3659 cookie
->rel
->r_offset
= 0;
3665 if (removed_bytes
!= 0)
3667 /* Adjust any remaining relocs (shouldn't be any). */
3668 for (; cookie
->rel
< cookie
->relend
; cookie
->rel
++)
3670 if (cookie
->rel
->r_offset
>= removed_bytes
)
3671 cookie
->rel
->r_offset
-= removed_bytes
;
3673 cookie
->rel
->r_offset
= 0;
3676 /* Clear the removed bytes. */
3677 memset (&contents
[sec
->size
- removed_bytes
], 0, removed_bytes
);
3679 pin_contents (sec
, contents
);
3680 pin_internal_relocs (sec
, cookie
->rels
);
3683 if (sec
->rawsize
== 0)
3684 sec
->rawsize
= sec
->size
;
3685 sec
->size
-= removed_bytes
;
3687 if (xtensa_is_littable_section (sec
))
3689 asection
*sgotloc
= elf_xtensa_hash_table (info
)->sgotloc
;
3691 sgotloc
->size
-= removed_bytes
;
3696 release_contents (sec
, contents
);
3697 release_internal_relocs (sec
, cookie
->rels
);
3700 return (removed_bytes
!= 0);
3705 elf_xtensa_discard_info (bfd
*abfd
,
3706 struct elf_reloc_cookie
*cookie
,
3707 struct bfd_link_info
*info
)
3710 bool changed
= false;
3712 for (sec
= abfd
->sections
; sec
!= NULL
; sec
= sec
->next
)
3714 if (xtensa_is_property_section (sec
))
3716 if (elf_xtensa_discard_info_for_section (abfd
, cookie
, info
, sec
))
3726 elf_xtensa_ignore_discarded_relocs (asection
*sec
)
3728 return xtensa_is_property_section (sec
);
3733 elf_xtensa_action_discarded (asection
*sec
)
3735 if (strcmp (".xt_except_table", sec
->name
) == 0)
3738 if (strcmp (".xt_except_desc", sec
->name
) == 0)
3741 return _bfd_elf_default_action_discarded (sec
);
3745 /* Support for core dump NOTE sections. */
3748 elf_xtensa_grok_prstatus (bfd
*abfd
, Elf_Internal_Note
*note
)
3753 if (elf_tdata (abfd
) == NULL
3754 || elf_tdata (abfd
)->core
== NULL
)
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)
3763 elf_tdata (abfd
)->core
->signal
= bfd_get_16 (abfd
, note
->descdata
+ 12);
3766 elf_tdata (abfd
)->core
->lwpid
= bfd_get_32 (abfd
, note
->descdata
+ 24);
3770 size
= note
->descsz
- offset
- 4;
3772 /* Make a ".reg/999" section. */
3773 return _bfd_elfcore_make_pseudosection (abfd
, ".reg",
3774 size
, note
->descpos
+ offset
);
3778 elf_xtensa_grok_psinfo (bfd
*abfd
, Elf_Internal_Note
*note
)
3780 switch (note
->descsz
)
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);
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. */
3797 char *command
= elf_tdata (abfd
)->core
->command
;
3798 int n
= strlen (command
);
3800 if (0 < n
&& command
[n
- 1] == ' ')
3801 command
[n
- 1] = '\0';
3808 /* Generic Xtensa configurability stuff. */
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
;
3820 init_call_opcodes (void)
3822 if (callx0_op
== XTENSA_UNDEFINED
)
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");
3837 is_indirect_call_opcode (xtensa_opcode opcode
)
3839 init_call_opcodes ();
3840 return (opcode
== callx0_op
3841 || opcode
== callx4_op
3842 || opcode
== callx8_op
3843 || opcode
== callx12_op
);
3848 is_direct_call_opcode (xtensa_opcode opcode
)
3850 init_call_opcodes ();
3851 return (opcode
== call0_op
3852 || opcode
== call4_op
3853 || opcode
== call8_op
3854 || opcode
== call12_op
);
3859 is_windowed_call_opcode (xtensa_opcode opcode
)
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
);
3872 get_indirect_call_dest_reg (xtensa_opcode opcode
, unsigned *pdst
)
3874 unsigned dst
= (unsigned) -1;
3876 init_call_opcodes ();
3877 if (opcode
== callx0_op
)
3879 else if (opcode
== callx4_op
)
3881 else if (opcode
== callx8_op
)
3883 else if (opcode
== callx12_op
)
3886 if (dst
== (unsigned) -1)
3894 static xtensa_opcode
3895 get_const16_opcode (void)
3897 static bool done_lookup
= false;
3898 static xtensa_opcode const16_opcode
= XTENSA_UNDEFINED
;
3901 const16_opcode
= xtensa_opcode_lookup (xtensa_default_isa
, "const16");
3904 return const16_opcode
;
3908 static xtensa_opcode
3909 get_l32r_opcode (void)
3911 static xtensa_opcode l32r_opcode
= XTENSA_UNDEFINED
;
3912 static bool done_lookup
= false;
3916 l32r_opcode
= xtensa_opcode_lookup (xtensa_default_isa
, "l32r");
3924 l32r_offset (bfd_vma addr
, bfd_vma pc
)
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);
3936 static xtensa_opcode
3937 get_rsr_lend_opcode (void)
3939 static xtensa_opcode rsr_lend_opcode
= XTENSA_UNDEFINED
;
3940 static bool done_lookup
= false;
3943 rsr_lend_opcode
= xtensa_opcode_lookup (xtensa_default_isa
, "rsr.lend");
3946 return rsr_lend_opcode
;
3949 static xtensa_opcode
3950 get_wsr_lbeg_opcode (void)
3952 static xtensa_opcode wsr_lbeg_opcode
= XTENSA_UNDEFINED
;
3953 static bool done_lookup
= false;
3956 wsr_lbeg_opcode
= xtensa_opcode_lookup (xtensa_default_isa
, "wsr.lbeg");
3959 return wsr_lbeg_opcode
;
3964 get_relocation_opnd (xtensa_opcode opcode
, int r_type
)
3966 xtensa_isa isa
= xtensa_default_isa
;
3967 int last_immed
, last_opnd
, opi
;
3969 if (opcode
== XTENSA_UNDEFINED
)
3970 return XTENSA_UNDEFINED
;
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
--)
3979 if (xtensa_operand_is_visible (isa
, opcode
, opi
) == 0)
3981 if (xtensa_operand_is_PCrelative (isa
, opcode
, opi
) == 1)
3986 if (last_immed
== XTENSA_UNDEFINED
3987 && xtensa_operand_is_register (isa
, opcode
, opi
) == 0)
3991 return XTENSA_UNDEFINED
;
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
)
3997 int reloc_opnd
= r_type
- R_XTENSA_OP0
;
3998 if (reloc_opnd
!= last_immed
)
3999 return XTENSA_UNDEFINED
;
4007 get_relocation_slot (int r_type
)
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
;
4024 return XTENSA_UNDEFINED
;
4028 /* Get the opcode for a relocation. */
4030 static xtensa_opcode
4031 get_relocation_opcode (bfd
*abfd
,
4034 Elf_Internal_Rela
*irel
)
4036 static xtensa_insnbuf ibuff
= NULL
;
4037 static xtensa_insnbuf sbuff
= NULL
;
4038 xtensa_isa isa
= xtensa_default_isa
;
4042 if (contents
== NULL
)
4043 return XTENSA_UNDEFINED
;
4045 if (bfd_get_section_limit (abfd
, sec
) <= irel
->r_offset
)
4046 return XTENSA_UNDEFINED
;
4050 ibuff
= xtensa_insnbuf_alloc (isa
);
4051 sbuff
= xtensa_insnbuf_alloc (isa
);
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
);
4067 is_l32r_relocation (bfd
*abfd
,
4070 Elf_Internal_Rela
*irel
)
4072 xtensa_opcode opcode
;
4073 if (!is_operand_relocation (ELF32_R_TYPE (irel
->r_info
)))
4075 opcode
= get_relocation_opcode (abfd
, sec
, contents
, irel
);
4076 return (opcode
== get_l32r_opcode ());
4080 static bfd_size_type
4081 get_asm_simplify_size (bfd_byte
*contents
,
4082 bfd_size_type content_len
,
4083 bfd_size_type offset
)
4085 bfd_size_type insnlen
, size
= 0;
4087 /* Decode the size of the next two instructions. */
4088 insnlen
= insn_decode_len (contents
, content_len
, offset
);
4094 insnlen
= insn_decode_len (contents
, content_len
, offset
+ size
);
4104 is_alt_relocation (int r_type
)
4106 return (r_type
>= R_XTENSA_SLOT0_ALT
4107 && r_type
<= R_XTENSA_SLOT14_ALT
);
4112 is_operand_relocation (int r_type
)
4122 if (r_type
>= R_XTENSA_SLOT0_OP
&& r_type
<= R_XTENSA_SLOT14_OP
)
4124 if (r_type
>= R_XTENSA_SLOT0_ALT
&& r_type
<= R_XTENSA_SLOT14_ALT
)
4133 #define MIN_INSN_LENGTH 2
4135 /* Return 0 if it fails to decode. */
4138 insn_decode_len (bfd_byte
*contents
,
4139 bfd_size_type content_len
,
4140 bfd_size_type offset
)
4143 xtensa_isa isa
= xtensa_default_isa
;
4145 static xtensa_insnbuf ibuff
= NULL
;
4147 if (offset
+ MIN_INSN_LENGTH
> content_len
)
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
)
4157 insn_len
= xtensa_format_length (isa
, fmt
);
4158 if (insn_len
== XTENSA_UNDEFINED
)
4164 insn_num_slots (bfd_byte
*contents
,
4165 bfd_size_type content_len
,
4166 bfd_size_type offset
)
4168 xtensa_isa isa
= xtensa_default_isa
;
4170 static xtensa_insnbuf ibuff
= NULL
;
4172 if (offset
+ MIN_INSN_LENGTH
> content_len
)
4173 return XTENSA_UNDEFINED
;
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
);
4186 /* Decode the opcode for a single slot instruction.
4187 Return 0 if it fails to decode or the instruction is multi-slot. */
4190 insn_decode_opcode (bfd_byte
*contents
,
4191 bfd_size_type content_len
,
4192 bfd_size_type offset
,
4195 xtensa_isa isa
= xtensa_default_isa
;
4197 static xtensa_insnbuf insnbuf
= NULL
;
4198 static xtensa_insnbuf slotbuf
= NULL
;
4200 if (offset
+ MIN_INSN_LENGTH
> content_len
)
4201 return XTENSA_UNDEFINED
;
4203 if (insnbuf
== NULL
)
4205 insnbuf
= xtensa_insnbuf_alloc (isa
);
4206 slotbuf
= xtensa_insnbuf_alloc (isa
);
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
;
4215 if (slot
>= xtensa_format_num_slots (isa
, fmt
))
4216 return XTENSA_UNDEFINED
;
4218 xtensa_format_get_slot (isa
, fmt
, slot
, insnbuf
, slotbuf
);
4219 return xtensa_opcode_decode (isa
, fmt
, slot
, slotbuf
);
4223 /* The offset is the offset in the contents.
4224 The address is the address of that offset. */
4227 check_branch_target_aligned (bfd_byte
*contents
,
4228 bfd_size_type content_length
,
4232 bfd_size_type insn_len
= insn_decode_len (contents
, content_length
, offset
);
4235 return check_branch_target_aligned_address (address
, insn_len
);
4240 check_loop_aligned (bfd_byte
*contents
,
4241 bfd_size_type content_length
,
4245 bfd_size_type loop_len
, insn_len
;
4246 xtensa_opcode opcode
;
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)
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)
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. */
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())
4276 insn_len
= insn_decode_len (contents
, content_length
, offset
+ loop_len
);
4278 return check_branch_target_aligned_address (address
+ loop_len
, insn_len
);
4283 check_branch_target_aligned_address (bfd_vma addr
, int len
)
4286 return (addr
% 8 == 0);
4287 return ((addr
>> 2) == ((addr
+ len
- 1) >> 2));
4291 /* Instruction widening and narrowing. */
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
4299 static xtensa_format
*op_single_fmt_table
= NULL
;
4303 init_op_single_format_table (void)
4305 xtensa_isa isa
= xtensa_default_isa
;
4306 xtensa_insnbuf ibuf
;
4307 xtensa_opcode opcode
;
4311 if (op_single_fmt_table
)
4314 ibuf
= xtensa_insnbuf_alloc (isa
);
4315 num_opcodes
= xtensa_isa_num_opcodes (isa
);
4317 op_single_fmt_table
= (xtensa_format
*)
4318 bfd_malloc (sizeof (xtensa_format
) * num_opcodes
);
4319 for (opcode
= 0; opcode
< num_opcodes
; opcode
++)
4321 op_single_fmt_table
[opcode
] = XTENSA_UNDEFINED
;
4322 for (fmt
= 0; fmt
< xtensa_isa_num_formats (isa
); fmt
++)
4324 if (xtensa_format_num_slots (isa
, fmt
) == 1
4325 && xtensa_opcode_encode (isa
, fmt
, 0, ibuf
, opcode
) == 0)
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
;
4335 xtensa_insnbuf_free (isa
, ibuf
);
4339 static xtensa_format
4340 get_single_format (xtensa_opcode opcode
)
4342 init_op_single_format_table ();
4343 return op_single_fmt_table
[opcode
];
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. */
4359 const struct string_pair narrowable
[] =
4362 { "addi", "addi.n" },
4363 { "addmi", "addi.n" },
4364 { "l32i", "l32i.n" },
4365 { "movi", "movi.n" },
4367 { "retw", "retw.n" },
4368 { "s32i", "s32i.n" },
4369 { "or", "mov.n" } /* special case only when op1 == op2 */
4372 const struct string_pair widenable
[] =
4375 { "addi", "addi.n" },
4376 { "addmi", "addi.n" },
4377 { "beqz", "beqz.n" },
4378 { "bnez", "bnez.n" },
4379 { "l32i", "l32i.n" },
4380 { "movi", "movi.n" },
4382 { "retw", "retw.n" },
4383 { "s32i", "s32i.n" },
4384 { "or", "mov.n" } /* special case only when op1 == op2 */
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. */
4394 static xtensa_insnbuf
4395 can_narrow_instruction (xtensa_insnbuf slotbuf
,
4397 xtensa_opcode opcode
)
4399 xtensa_isa isa
= xtensa_default_isa
;
4400 xtensa_format o_fmt
;
4403 static xtensa_insnbuf o_insnbuf
= NULL
;
4404 static xtensa_insnbuf o_slotbuf
= NULL
;
4406 if (o_insnbuf
== NULL
)
4408 o_insnbuf
= xtensa_insnbuf_alloc (isa
);
4409 o_slotbuf
= xtensa_insnbuf_alloc (isa
);
4412 for (opi
= 0; opi
< (sizeof (narrowable
)/sizeof (struct string_pair
)); opi
++)
4414 bool is_or
= (strcmp ("or", narrowable
[opi
].wide
) == 0);
4416 if (opcode
== xtensa_opcode_lookup (isa
, narrowable
[opi
].wide
))
4418 uint32 value
, newval
;
4419 int i
, operand_count
, o_operand_count
;
4420 xtensa_opcode o_opcode
;
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;
4426 o_opcode
= xtensa_opcode_lookup (isa
, narrowable
[opi
].narrow
);
4427 if (o_opcode
== XTENSA_UNDEFINED
)
4429 o_fmt
= get_single_format (o_opcode
);
4430 if (o_fmt
== XTENSA_UNDEFINED
)
4433 if (xtensa_format_length (isa
, fmt
) != 3
4434 || xtensa_format_length (isa
, o_fmt
) != 2)
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
);
4441 if (xtensa_opcode_encode (isa
, o_fmt
, 0, o_slotbuf
, o_opcode
) != 0)
4446 if (xtensa_opcode_num_operands (isa
, o_opcode
) != operand_count
)
4451 uint32 rawval0
, rawval1
, rawval2
;
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 */)
4465 for (i
= 0; i
< o_operand_count
; ++i
)
4467 if (xtensa_operand_get_field (isa
, opcode
, i
, fmt
, 0,
4469 || xtensa_operand_decode (isa
, opcode
, i
, &value
))
4472 /* PC-relative branches need adjustment, but
4473 the PC-rel operand will always have a relocation. */
4475 if (xtensa_operand_do_reloc (isa
, o_opcode
, i
, &newval
,
4477 || xtensa_operand_encode (isa
, o_opcode
, i
, &newval
)
4478 || xtensa_operand_set_field (isa
, o_opcode
, i
, o_fmt
, 0,
4483 if (xtensa_format_set_slot (isa
, o_fmt
, 0, o_insnbuf
, o_slotbuf
))
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. */
4498 narrow_instruction (bfd_byte
*contents
,
4499 bfd_size_type content_length
,
4500 bfd_size_type offset
)
4502 xtensa_opcode opcode
;
4503 bfd_size_type insn_len
;
4504 xtensa_isa isa
= xtensa_default_isa
;
4506 xtensa_insnbuf o_insnbuf
;
4508 static xtensa_insnbuf insnbuf
= NULL
;
4509 static xtensa_insnbuf slotbuf
= NULL
;
4511 if (insnbuf
== NULL
)
4513 insnbuf
= xtensa_insnbuf_alloc (isa
);
4514 slotbuf
= xtensa_insnbuf_alloc (isa
);
4517 BFD_ASSERT (offset
< content_length
);
4519 if (content_length
< 2)
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)
4530 if (xtensa_format_get_slot (isa
, fmt
, 0, insnbuf
, slotbuf
) != 0)
4533 opcode
= xtensa_opcode_decode (isa
, fmt
, 0, slotbuf
);
4534 if (opcode
== XTENSA_UNDEFINED
)
4536 insn_len
= xtensa_format_length (isa
, fmt
);
4537 if (insn_len
> content_length
)
4540 o_insnbuf
= can_narrow_instruction (slotbuf
, fmt
, opcode
);
4543 xtensa_insnbuf_to_chars (isa
, o_insnbuf
, contents
+ offset
,
4544 content_length
- offset
);
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. */
4558 static xtensa_insnbuf
4559 can_widen_instruction (xtensa_insnbuf slotbuf
,
4561 xtensa_opcode opcode
)
4563 xtensa_isa isa
= xtensa_default_isa
;
4564 xtensa_format o_fmt
;
4567 static xtensa_insnbuf o_insnbuf
= NULL
;
4568 static xtensa_insnbuf o_slotbuf
= NULL
;
4570 if (o_insnbuf
== NULL
)
4572 o_insnbuf
= xtensa_insnbuf_alloc (isa
);
4573 o_slotbuf
= xtensa_insnbuf_alloc (isa
);
4576 for (opi
= 0; opi
< (sizeof (widenable
)/sizeof (struct string_pair
)); opi
++)
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);
4582 if (opcode
== xtensa_opcode_lookup (isa
, widenable
[opi
].narrow
))
4584 uint32 value
, newval
;
4585 int i
, operand_count
, o_operand_count
, check_operand_count
;
4586 xtensa_opcode o_opcode
;
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;
4592 o_opcode
= xtensa_opcode_lookup (isa
, widenable
[opi
].wide
);
4593 if (o_opcode
== XTENSA_UNDEFINED
)
4595 o_fmt
= get_single_format (o_opcode
);
4596 if (o_fmt
== XTENSA_UNDEFINED
)
4599 if (xtensa_format_length (isa
, fmt
) != 2
4600 || xtensa_format_length (isa
, o_fmt
) != 3)
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
;
4608 if (xtensa_opcode_encode (isa
, o_fmt
, 0, o_slotbuf
, o_opcode
) != 0)
4613 if (xtensa_opcode_num_operands (isa
, o_opcode
) != operand_count
)
4618 uint32 rawval0
, rawval1
;
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 */)
4629 check_operand_count
--;
4631 for (i
= 0; i
< check_operand_count
; i
++)
4634 if (is_or
&& i
== o_operand_count
- 1)
4636 if (xtensa_operand_get_field (isa
, opcode
, new_i
, fmt
, 0,
4638 || xtensa_operand_decode (isa
, opcode
, new_i
, &value
))
4641 /* PC-relative branches need adjustment, but
4642 the PC-rel operand will always have a relocation. */
4644 if (xtensa_operand_do_reloc (isa
, o_opcode
, i
, &newval
,
4646 || xtensa_operand_encode (isa
, o_opcode
, i
, &newval
)
4647 || xtensa_operand_set_field (isa
, o_opcode
, i
, o_fmt
, 0,
4652 if (xtensa_format_set_slot (isa
, o_fmt
, 0, o_insnbuf
, o_slotbuf
))
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. */
4667 widen_instruction (bfd_byte
*contents
,
4668 bfd_size_type content_length
,
4669 bfd_size_type offset
)
4671 xtensa_opcode opcode
;
4672 bfd_size_type insn_len
;
4673 xtensa_isa isa
= xtensa_default_isa
;
4675 xtensa_insnbuf o_insnbuf
;
4677 static xtensa_insnbuf insnbuf
= NULL
;
4678 static xtensa_insnbuf slotbuf
= NULL
;
4680 if (insnbuf
== NULL
)
4682 insnbuf
= xtensa_insnbuf_alloc (isa
);
4683 slotbuf
= xtensa_insnbuf_alloc (isa
);
4686 BFD_ASSERT (offset
< content_length
);
4688 if (content_length
< 2)
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)
4699 if (xtensa_format_get_slot (isa
, fmt
, 0, insnbuf
, slotbuf
) != 0)
4702 opcode
= xtensa_opcode_decode (isa
, fmt
, 0, slotbuf
);
4703 if (opcode
== XTENSA_UNDEFINED
)
4705 insn_len
= xtensa_format_length (isa
, fmt
);
4706 if (insn_len
> content_length
)
4709 o_insnbuf
= can_widen_instruction (slotbuf
, fmt
, opcode
);
4712 xtensa_insnbuf_to_chars (isa
, o_insnbuf
, contents
+ offset
,
4713 content_length
- offset
);
4720 /* Code for transforming CALLs at link-time. */
4722 static bfd_reloc_status_type
4723 elf_xtensa_do_asm_simplify (bfd_byte
*contents
,
4725 bfd_vma content_length
,
4726 char **error_message
)
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
;
4737 if (insnbuf
== NULL
)
4739 insnbuf
= xtensa_insnbuf_alloc (isa
);
4740 slotbuf
= xtensa_insnbuf_alloc (isa
);
4743 if (content_length
< address
)
4745 *error_message
= _("attempt to convert L32R/CALLX to CALL failed");
4746 return bfd_reloc_other
;
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
)
4753 *error_message
= _("attempt to convert L32R/CALLX to CALL failed");
4754 return bfd_reloc_other
;
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
++)
4764 xtensa_operand_encode (isa
, opcode
, opn
, ®no
);
4765 xtensa_operand_set_field (isa
, opcode
, opn
, core_format
, 0,
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
);
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);
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);
4781 return bfd_reloc_ok
;
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
)
4791 bfd_reloc_status_type retval
=
4792 elf_xtensa_do_asm_simplify (contents
, irel
->r_offset
, content_length
,
4795 if (retval
!= bfd_reloc_ok
)
4796 return bfd_reloc_dangerous
;
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
;
4806 static xtensa_opcode
4807 swap_callx_for_call_opcode (xtensa_opcode opcode
)
4809 init_call_opcodes ();
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
;
4816 /* Return XTENSA_UNDEFINED if the opcode is not an indirect call. */
4817 return XTENSA_UNDEFINED
;
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. */
4825 #define L32R_TARGET_REG_OPERAND 0
4826 #define CONST16_TARGET_REG_OPERAND 0
4827 #define CALLN_SOURCE_OPERAND 0
4829 static xtensa_opcode
4830 get_expanded_call_opcode (bfd_byte
*buf
, int bufsize
, bool *p_uses_l32r
)
4832 static xtensa_insnbuf insnbuf
= NULL
;
4833 static xtensa_insnbuf slotbuf
= NULL
;
4835 xtensa_opcode opcode
;
4836 xtensa_isa isa
= xtensa_default_isa
;
4837 uint32 regno
, const16_regno
, call_regno
;
4840 if (insnbuf
== NULL
)
4842 insnbuf
= xtensa_insnbuf_alloc (isa
);
4843 slotbuf
= xtensa_insnbuf_alloc (isa
);
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
;
4852 opcode
= xtensa_opcode_decode (isa
, fmt
, 0, slotbuf
);
4853 if (opcode
== XTENSA_UNDEFINED
)
4854 return XTENSA_UNDEFINED
;
4856 if (opcode
== get_l32r_opcode ())
4859 *p_uses_l32r
= true;
4860 if (xtensa_operand_get_field (isa
, opcode
, L32R_TARGET_REG_OPERAND
,
4861 fmt
, 0, slotbuf
, ®no
)
4862 || xtensa_operand_decode (isa
, opcode
, L32R_TARGET_REG_OPERAND
,
4864 return XTENSA_UNDEFINED
;
4866 else if (opcode
== get_const16_opcode ())
4869 *p_uses_l32r
= false;
4870 if (xtensa_operand_get_field (isa
, opcode
, CONST16_TARGET_REG_OPERAND
,
4871 fmt
, 0, slotbuf
, ®no
)
4872 || xtensa_operand_decode (isa
, opcode
, CONST16_TARGET_REG_OPERAND
,
4874 return XTENSA_UNDEFINED
;
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
;
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
,
4891 || const16_regno
!= regno
)
4892 return XTENSA_UNDEFINED
;
4895 return XTENSA_UNDEFINED
;
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
;
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
,
4913 return XTENSA_UNDEFINED
;
4915 if (call_regno
!= regno
)
4916 return XTENSA_UNDEFINED
;
4922 /* Data structures used during relaxation. */
4924 /* r_reloc: relocation values. */
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.
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
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. */
4941 typedef struct r_reloc_struct r_reloc
;
4943 struct r_reloc_struct
4946 Elf_Internal_Rela rela
;
4947 bfd_vma target_offset
;
4948 bfd_vma virtual_offset
;
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. */
4959 r_reloc_is_const (const r_reloc
*r_rel
)
4961 return (r_rel
->abfd
== NULL
);
4966 r_reloc_get_target_offset (const r_reloc
*r_rel
)
4968 bfd_vma target_offset
;
4969 unsigned long r_symndx
;
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
);
4978 static struct elf_link_hash_entry
*
4979 r_reloc_get_hash_entry (const r_reloc
*r_rel
)
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
);
4987 r_reloc_get_section (const r_reloc
*r_rel
)
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
);
4995 r_reloc_is_defined (const r_reloc
*r_rel
)
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
)
5011 r_reloc_init (r_reloc
*r_rel
,
5013 Elf_Internal_Rela
*irel
,
5015 bfd_size_type content_length
)
5018 reloc_howto_type
*howto
;
5022 r_rel
->rela
= *irel
;
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
)
5030 bfd_vma inplace_val
;
5031 BFD_ASSERT (r_rel
->rela
.r_offset
< content_length
);
5033 inplace_val
= bfd_get_32 (abfd
, &contents
[r_rel
->rela
.r_offset
]);
5034 r_rel
->target_offset
+= inplace_val
;
5038 memset (r_rel
, 0, sizeof (r_reloc
));
5045 print_r_reloc (FILE *fp
, const r_reloc
*r_rel
)
5047 if (r_reloc_is_defined (r_rel
))
5049 asection
*sec
= r_reloc_get_section (r_rel
);
5050 fprintf (fp
, " %s(%s + ", sec
->owner
->filename
, sec
->name
);
5052 else if (r_reloc_get_hash_entry (r_rel
))
5053 fprintf (fp
, " %s + ", r_reloc_get_hash_entry (r_rel
)->root
.root
.string
);
5055 fprintf (fp
, " ?? + ");
5057 fprintf_vma (fp
, r_rel
->target_offset
);
5058 if (r_rel
->virtual_offset
)
5060 fprintf (fp
, " + ");
5061 fprintf_vma (fp
, r_rel
->virtual_offset
);
5070 /* source_reloc: relocations that reference literals. */
5072 /* To determine whether literals can be coalesced, we need to first
5073 record all the relocations that reference the literals. The
5074 source_reloc structure below is used for this purpose. The
5075 source_reloc entries are kept in a per-literal-section array, sorted
5076 by offset within the literal section (i.e., target offset).
5078 The source_sec and r_rel.rela.r_offset fields identify the source of
5079 the relocation. The r_rel field records the relocation value, i.e.,
5080 the offset of the literal being referenced. The opnd field is needed
5081 to determine the range of the immediate field to which the relocation
5082 applies, so we can determine whether another literal with the same
5083 value is within range. The is_null field is true when the relocation
5084 is being removed (e.g., when an L32R is being removed due to a CALLX
5085 that is converted to a direct CALL). */
5087 typedef struct source_reloc_struct source_reloc
;
5089 struct source_reloc_struct
5091 asection
*source_sec
;
5093 xtensa_opcode opcode
;
5096 bool is_abs_literal
;
5101 init_source_reloc (source_reloc
*reloc
,
5102 asection
*source_sec
,
5103 const r_reloc
*r_rel
,
5104 xtensa_opcode opcode
,
5106 bool is_abs_literal
)
5108 reloc
->source_sec
= source_sec
;
5109 reloc
->r_rel
= *r_rel
;
5110 reloc
->opcode
= opcode
;
5112 reloc
->is_null
= false;
5113 reloc
->is_abs_literal
= is_abs_literal
;
5117 /* Find the source_reloc for a particular source offset and relocation
5118 type. Note that the array is sorted by _target_ offset, so this is
5119 just a linear search. */
5121 static source_reloc
*
5122 find_source_reloc (source_reloc
*src_relocs
,
5125 Elf_Internal_Rela
*irel
)
5129 for (i
= 0; i
< src_count
; i
++)
5131 if (src_relocs
[i
].source_sec
== sec
5132 && src_relocs
[i
].r_rel
.rela
.r_offset
== irel
->r_offset
5133 && (ELF32_R_TYPE (src_relocs
[i
].r_rel
.rela
.r_info
)
5134 == ELF32_R_TYPE (irel
->r_info
)))
5135 return &src_relocs
[i
];
5143 source_reloc_compare (const void *ap
, const void *bp
)
5145 const source_reloc
*a
= (const source_reloc
*) ap
;
5146 const source_reloc
*b
= (const source_reloc
*) bp
;
5148 if (a
->r_rel
.target_offset
!= b
->r_rel
.target_offset
)
5149 return (a
->r_rel
.target_offset
- b
->r_rel
.target_offset
);
5151 /* We don't need to sort on these criteria for correctness,
5152 but enforcing a more strict ordering prevents unstable qsort
5153 from behaving differently with different implementations.
5154 Without the code below we get correct but different results
5155 on Solaris 2.7 and 2.8. We would like to always produce the
5156 same results no matter the host. */
5158 if ((!a
->is_null
) - (!b
->is_null
))
5159 return ((!a
->is_null
) - (!b
->is_null
));
5160 return internal_reloc_compare (&a
->r_rel
.rela
, &b
->r_rel
.rela
);
5164 /* Literal values and value hash tables. */
5166 /* Literals with the same value can be coalesced. The literal_value
5167 structure records the value of a literal: the "r_rel" field holds the
5168 information from the relocation on the literal (if there is one) and
5169 the "value" field holds the contents of the literal word itself.
5171 The value_map structure records a literal value along with the
5172 location of a literal holding that value. The value_map hash table
5173 is indexed by the literal value, so that we can quickly check if a
5174 particular literal value has been seen before and is thus a candidate
5177 typedef struct literal_value_struct literal_value
;
5178 typedef struct value_map_struct value_map
;
5179 typedef struct value_map_hash_table_struct value_map_hash_table
;
5181 struct literal_value_struct
5184 unsigned long value
;
5185 bool is_abs_literal
;
5188 struct value_map_struct
5190 literal_value val
; /* The literal value. */
5191 r_reloc loc
; /* Location of the literal. */
5195 struct value_map_hash_table_struct
5197 unsigned bucket_count
;
5198 value_map
**buckets
;
5206 init_literal_value (literal_value
*lit
,
5207 const r_reloc
*r_rel
,
5208 unsigned long value
,
5209 bool is_abs_literal
)
5211 lit
->r_rel
= *r_rel
;
5213 lit
->is_abs_literal
= is_abs_literal
;
5218 literal_value_equal (const literal_value
*src1
,
5219 const literal_value
*src2
,
5220 bool final_static_link
)
5222 struct elf_link_hash_entry
*h1
, *h2
;
5224 if (r_reloc_is_const (&src1
->r_rel
) != r_reloc_is_const (&src2
->r_rel
))
5227 if (r_reloc_is_const (&src1
->r_rel
))
5228 return (src1
->value
== src2
->value
);
5230 if (ELF32_R_TYPE (src1
->r_rel
.rela
.r_info
)
5231 != ELF32_R_TYPE (src2
->r_rel
.rela
.r_info
))
5234 if (src1
->r_rel
.target_offset
!= src2
->r_rel
.target_offset
)
5237 if (src1
->r_rel
.virtual_offset
!= src2
->r_rel
.virtual_offset
)
5240 if (src1
->value
!= src2
->value
)
5243 /* Now check for the same section (if defined) or the same elf_hash
5244 (if undefined or weak). */
5245 h1
= r_reloc_get_hash_entry (&src1
->r_rel
);
5246 h2
= r_reloc_get_hash_entry (&src2
->r_rel
);
5247 if (r_reloc_is_defined (&src1
->r_rel
)
5248 && (final_static_link
5249 || ((!h1
|| h1
->root
.type
!= bfd_link_hash_defweak
)
5250 && (!h2
|| h2
->root
.type
!= bfd_link_hash_defweak
))))
5252 if (r_reloc_get_section (&src1
->r_rel
)
5253 != r_reloc_get_section (&src2
->r_rel
))
5258 /* Require that the hash entries (i.e., symbols) be identical. */
5259 if (h1
!= h2
|| h1
== 0)
5263 if (src1
->is_abs_literal
!= src2
->is_abs_literal
)
5270 /* Must be power of 2. */
5271 #define INITIAL_HASH_RELOC_BUCKET_COUNT 1024
5273 static value_map_hash_table
*
5274 value_map_hash_table_init (void)
5276 value_map_hash_table
*values
;
5278 values
= (value_map_hash_table
*)
5279 bfd_zmalloc (sizeof (value_map_hash_table
));
5280 values
->bucket_count
= INITIAL_HASH_RELOC_BUCKET_COUNT
;
5282 values
->buckets
= (value_map
**)
5283 bfd_zmalloc (sizeof (value_map
*) * values
->bucket_count
);
5284 if (values
->buckets
== NULL
)
5289 values
->has_last_loc
= false;
5296 value_map_hash_table_delete (value_map_hash_table
*table
)
5298 free (table
->buckets
);
5304 hash_bfd_vma (bfd_vma val
)
5306 return (val
>> 2) + (val
>> 10);
5311 literal_value_hash (const literal_value
*src
)
5315 hash_val
= hash_bfd_vma (src
->value
);
5316 if (!r_reloc_is_const (&src
->r_rel
))
5320 hash_val
+= hash_bfd_vma (src
->is_abs_literal
* 1000);
5321 hash_val
+= hash_bfd_vma (src
->r_rel
.target_offset
);
5322 hash_val
+= hash_bfd_vma (src
->r_rel
.virtual_offset
);
5324 /* Now check for the same section and the same elf_hash. */
5325 if (r_reloc_is_defined (&src
->r_rel
))
5326 sec_or_hash
= r_reloc_get_section (&src
->r_rel
);
5328 sec_or_hash
= r_reloc_get_hash_entry (&src
->r_rel
);
5329 hash_val
+= hash_bfd_vma ((bfd_vma
) (size_t) sec_or_hash
);
5335 /* Check if the specified literal_value has been seen before. */
5338 value_map_get_cached_value (value_map_hash_table
*map
,
5339 const literal_value
*val
,
5340 bool final_static_link
)
5346 idx
= literal_value_hash (val
);
5347 idx
= idx
& (map
->bucket_count
- 1);
5348 bucket
= map
->buckets
[idx
];
5349 for (map_e
= bucket
; map_e
; map_e
= map_e
->next
)
5351 if (literal_value_equal (&map_e
->val
, val
, final_static_link
))
5358 /* Record a new literal value. It is illegal to call this if VALUE
5359 already has an entry here. */
5362 add_value_map (value_map_hash_table
*map
,
5363 const literal_value
*val
,
5365 bool final_static_link
)
5367 value_map
**bucket_p
;
5370 value_map
*val_e
= (value_map
*) bfd_zmalloc (sizeof (value_map
));
5373 bfd_set_error (bfd_error_no_memory
);
5377 BFD_ASSERT (!value_map_get_cached_value (map
, val
, final_static_link
));
5381 idx
= literal_value_hash (val
);
5382 idx
= idx
& (map
->bucket_count
- 1);
5383 bucket_p
= &map
->buckets
[idx
];
5385 val_e
->next
= *bucket_p
;
5388 /* FIXME: Consider resizing the hash table if we get too many entries. */
5394 /* Lists of text actions (ta_) for narrowing, widening, longcall
5395 conversion, space fill, code & literal removal, etc. */
5397 /* The following text actions are generated:
5399 "ta_remove_insn" remove an instruction or instructions
5400 "ta_remove_longcall" convert longcall to call
5401 "ta_convert_longcall" convert longcall to nop/call
5402 "ta_narrow_insn" narrow a wide instruction
5403 "ta_widen" widen a narrow instruction
5404 "ta_fill" add fill or remove fill
5405 removed < 0 is a fill; branches to the fill address will be
5406 changed to address + fill size (e.g., address - removed)
5407 removed >= 0 branches to the fill address will stay unchanged
5408 "ta_remove_literal" remove a literal; this action is
5409 indicated when a literal is removed
5411 "ta_add_literal" insert a new literal; this action is
5412 indicated when a literal has been moved.
5413 It may use a virtual_offset because
5414 multiple literals can be placed at the
5417 For each of these text actions, we also record the number of bytes
5418 removed by performing the text action. In the case of a "ta_widen"
5419 or a "ta_fill" that adds space, the removed_bytes will be negative. */
5421 typedef struct text_action_struct text_action
;
5422 typedef struct text_action_list_struct text_action_list
;
5423 typedef enum text_action_enum_t text_action_t
;
5425 enum text_action_enum_t
5428 ta_remove_insn
, /* removed = -size */
5429 ta_remove_longcall
, /* removed = -size */
5430 ta_convert_longcall
, /* removed = 0 */
5431 ta_narrow_insn
, /* removed = -1 */
5432 ta_widen_insn
, /* removed = +1 */
5433 ta_fill
, /* removed = +size */
5439 /* Structure for a text action record. */
5440 struct text_action_struct
5442 text_action_t action
;
5443 asection
*sec
; /* Optional */
5445 bfd_vma virtual_offset
; /* Zero except for adding literals. */
5447 literal_value value
; /* Only valid when adding literals. */
5450 struct removal_by_action_entry_struct
5455 int eq_removed_before_fill
;
5457 typedef struct removal_by_action_entry_struct removal_by_action_entry
;
5459 struct removal_by_action_map_struct
5462 removal_by_action_entry
*entry
;
5464 typedef struct removal_by_action_map_struct removal_by_action_map
;
5467 /* List of all of the actions taken on a text section. */
5468 struct text_action_list_struct
5472 removal_by_action_map map
;
5476 static text_action
*
5477 find_fill_action (text_action_list
*l
, asection
*sec
, bfd_vma offset
)
5481 /* It is not necessary to fill at the end of a section. */
5482 if (sec
->size
== offset
)
5488 splay_tree_node node
= splay_tree_lookup (l
->tree
, (splay_tree_key
)&a
);
5490 return (text_action
*)node
->value
;
5496 compute_removed_action_diff (const text_action
*ta
,
5500 int removable_space
)
5503 int current_removed
= 0;
5506 current_removed
= ta
->removed_bytes
;
5508 BFD_ASSERT (ta
== NULL
|| ta
->offset
== offset
);
5509 BFD_ASSERT (ta
== NULL
|| ta
->action
== ta_fill
);
5511 /* It is not necessary to fill at the end of a section. Clean this up. */
5512 if (sec
->size
== offset
)
5513 new_removed
= removable_space
- 0;
5517 int added
= -removed
- current_removed
;
5518 /* Ignore multiples of the section alignment. */
5519 added
= ((1 << sec
->alignment_power
) - 1) & added
;
5520 new_removed
= (-added
);
5522 /* Modify for removable. */
5523 space
= removable_space
- new_removed
;
5524 new_removed
= (removable_space
5525 - (((1 << sec
->alignment_power
) - 1) & space
));
5527 return (new_removed
- current_removed
);
5532 adjust_fill_action (text_action
*ta
, int fill_diff
)
5534 ta
->removed_bytes
+= fill_diff
;
5539 text_action_compare (splay_tree_key a
, splay_tree_key b
)
5541 text_action
*pa
= (text_action
*)a
;
5542 text_action
*pb
= (text_action
*)b
;
5543 static const int action_priority
[] =
5547 [ta_convert_longcall
] = 2,
5548 [ta_narrow_insn
] = 3,
5549 [ta_remove_insn
] = 4,
5550 [ta_remove_longcall
] = 5,
5551 [ta_remove_literal
] = 6,
5552 [ta_widen_insn
] = 7,
5553 [ta_add_literal
] = 8,
5556 if (pa
->offset
== pb
->offset
)
5558 if (pa
->action
== pb
->action
)
5560 return action_priority
[pa
->action
] - action_priority
[pb
->action
];
5563 return pa
->offset
< pb
->offset
? -1 : 1;
5566 static text_action
*
5567 action_first (text_action_list
*action_list
)
5569 splay_tree_node node
= splay_tree_min (action_list
->tree
);
5570 return node
? (text_action
*)node
->value
: NULL
;
5573 static text_action
*
5574 action_next (text_action_list
*action_list
, text_action
*action
)
5576 splay_tree_node node
= splay_tree_successor (action_list
->tree
,
5577 (splay_tree_key
)action
);
5578 return node
? (text_action
*)node
->value
: NULL
;
5581 /* Add a modification action to the text. For the case of adding or
5582 removing space, modify any current fill and assume that
5583 "unreachable_space" bytes can be freely contracted. Note that a
5584 negative removed value is a fill. */
5587 text_action_add (text_action_list
*l
,
5588 text_action_t action
,
5596 /* It is not necessary to fill at the end of a section. */
5597 if (action
== ta_fill
&& sec
->size
== offset
)
5600 /* It is not necessary to fill 0 bytes. */
5601 if (action
== ta_fill
&& removed
== 0)
5607 if (action
== ta_fill
)
5609 splay_tree_node node
= splay_tree_lookup (l
->tree
, (splay_tree_key
)&a
);
5613 ta
= (text_action
*)node
->value
;
5614 ta
->removed_bytes
+= removed
;
5619 BFD_ASSERT (splay_tree_lookup (l
->tree
, (splay_tree_key
)&a
) == NULL
);
5621 ta
= (text_action
*) bfd_zmalloc (sizeof (text_action
));
5622 ta
->action
= action
;
5624 ta
->offset
= offset
;
5625 ta
->removed_bytes
= removed
;
5626 splay_tree_insert (l
->tree
, (splay_tree_key
)ta
, (splay_tree_value
)ta
);
5632 text_action_add_literal (text_action_list
*l
,
5633 text_action_t action
,
5635 const literal_value
*value
,
5639 asection
*sec
= r_reloc_get_section (loc
);
5640 bfd_vma offset
= loc
->target_offset
;
5641 bfd_vma virtual_offset
= loc
->virtual_offset
;
5643 BFD_ASSERT (action
== ta_add_literal
);
5645 /* Create a new record and fill it up. */
5646 ta
= (text_action
*) bfd_zmalloc (sizeof (text_action
));
5647 ta
->action
= action
;
5649 ta
->offset
= offset
;
5650 ta
->virtual_offset
= virtual_offset
;
5652 ta
->removed_bytes
= removed
;
5654 BFD_ASSERT (splay_tree_lookup (l
->tree
, (splay_tree_key
)ta
) == NULL
);
5655 splay_tree_insert (l
->tree
, (splay_tree_key
)ta
, (splay_tree_value
)ta
);
5660 /* Find the total offset adjustment for the relaxations specified by
5661 text_actions, beginning from a particular starting action. This is
5662 typically used from offset_with_removed_text to search an entire list of
5663 actions, but it may also be called directly when adjusting adjacent offsets
5664 so that each search may begin where the previous one left off. */
5667 removed_by_actions (text_action_list
*action_list
,
5668 text_action
**p_start_action
,
5675 r
= *p_start_action
;
5678 splay_tree_node node
= splay_tree_lookup (action_list
->tree
,
5680 BFD_ASSERT (node
!= NULL
&& r
== (text_action
*)node
->value
);
5685 if (r
->offset
> offset
)
5688 if (r
->offset
== offset
5689 && (before_fill
|| r
->action
!= ta_fill
|| r
->removed_bytes
>= 0))
5692 removed
+= r
->removed_bytes
;
5694 r
= action_next (action_list
, r
);
5697 *p_start_action
= r
;
5703 offset_with_removed_text (text_action_list
*action_list
, bfd_vma offset
)
5705 text_action
*r
= action_first (action_list
);
5707 return offset
- removed_by_actions (action_list
, &r
, offset
, false);
5712 action_list_count (text_action_list
*action_list
)
5714 return action_list
->count
;
5717 typedef struct map_action_fn_context_struct map_action_fn_context
;
5718 struct map_action_fn_context_struct
5721 removal_by_action_map map
;
5726 map_action_fn (splay_tree_node node
, void *p
)
5728 map_action_fn_context
*ctx
= p
;
5729 text_action
*r
= (text_action
*)node
->value
;
5730 removal_by_action_entry
*ientry
= ctx
->map
.entry
+ ctx
->map
.n_entries
;
5732 if (ctx
->map
.n_entries
&& (ientry
- 1)->offset
== r
->offset
)
5738 ++ctx
->map
.n_entries
;
5739 ctx
->eq_complete
= false;
5740 ientry
->offset
= r
->offset
;
5741 ientry
->eq_removed_before_fill
= ctx
->removed
;
5744 if (!ctx
->eq_complete
)
5746 if (r
->action
!= ta_fill
|| r
->removed_bytes
>= 0)
5748 ientry
->eq_removed
= ctx
->removed
;
5749 ctx
->eq_complete
= true;
5752 ientry
->eq_removed
= ctx
->removed
+ r
->removed_bytes
;
5755 ctx
->removed
+= r
->removed_bytes
;
5756 ientry
->removed
= ctx
->removed
;
5761 map_removal_by_action (text_action_list
*action_list
)
5763 map_action_fn_context ctx
;
5766 ctx
.map
.n_entries
= 0;
5767 ctx
.map
.entry
= bfd_malloc (action_list_count (action_list
) *
5768 sizeof (removal_by_action_entry
));
5769 ctx
.eq_complete
= false;
5771 splay_tree_foreach (action_list
->tree
, map_action_fn
, &ctx
);
5772 action_list
->map
= ctx
.map
;
5776 removed_by_actions_map (text_action_list
*action_list
, bfd_vma offset
,
5781 if (!action_list
->map
.entry
)
5782 map_removal_by_action (action_list
);
5784 if (!action_list
->map
.n_entries
)
5788 b
= action_list
->map
.n_entries
;
5792 unsigned c
= (a
+ b
) / 2;
5794 if (action_list
->map
.entry
[c
].offset
<= offset
)
5800 if (action_list
->map
.entry
[a
].offset
< offset
)
5802 return action_list
->map
.entry
[a
].removed
;
5804 else if (action_list
->map
.entry
[a
].offset
== offset
)
5806 return before_fill
?
5807 action_list
->map
.entry
[a
].eq_removed_before_fill
:
5808 action_list
->map
.entry
[a
].eq_removed
;
5817 offset_with_removed_text_map (text_action_list
*action_list
, bfd_vma offset
)
5819 int removed
= removed_by_actions_map (action_list
, offset
, false);
5820 return offset
- removed
;
5824 /* The find_insn_action routine will only find non-fill actions. */
5826 static text_action
*
5827 find_insn_action (text_action_list
*action_list
, bfd_vma offset
)
5829 static const text_action_t action
[] =
5831 ta_convert_longcall
,
5841 for (i
= 0; i
< sizeof (action
) / sizeof (*action
); ++i
)
5843 splay_tree_node node
;
5845 a
.action
= action
[i
];
5846 node
= splay_tree_lookup (action_list
->tree
, (splay_tree_key
)&a
);
5848 return (text_action
*)node
->value
;
5857 print_action (FILE *fp
, text_action
*r
)
5859 const char *t
= "unknown";
5862 case ta_remove_insn
:
5863 t
= "remove_insn"; break;
5864 case ta_remove_longcall
:
5865 t
= "remove_longcall"; break;
5866 case ta_convert_longcall
:
5867 t
= "convert_longcall"; break;
5868 case ta_narrow_insn
:
5869 t
= "narrow_insn"; break;
5871 t
= "widen_insn"; break;
5876 case ta_remove_literal
:
5877 t
= "remove_literal"; break;
5878 case ta_add_literal
:
5879 t
= "add_literal"; break;
5882 fprintf (fp
, "%s: %s[0x%lx] \"%s\" %d\n",
5883 r
->sec
->owner
->filename
,
5884 r
->sec
->name
, (unsigned long) r
->offset
, t
, r
->removed_bytes
);
5888 print_action_list_fn (splay_tree_node node
, void *p
)
5890 text_action
*r
= (text_action
*)node
->value
;
5892 print_action (p
, r
);
5897 print_action_list (FILE *fp
, text_action_list
*action_list
)
5899 fprintf (fp
, "Text Action\n");
5900 splay_tree_foreach (action_list
->tree
, print_action_list_fn
, fp
);
5906 /* Lists of literals being coalesced or removed. */
5908 /* In the usual case, the literal identified by "from" is being
5909 coalesced with another literal identified by "to". If the literal is
5910 unused and is being removed altogether, "to.abfd" will be NULL.
5911 The removed_literal entries are kept on a per-section list, sorted
5912 by the "from" offset field. */
5914 typedef struct removed_literal_struct removed_literal
;
5915 typedef struct removed_literal_map_entry_struct removed_literal_map_entry
;
5916 typedef struct removed_literal_list_struct removed_literal_list
;
5918 struct removed_literal_struct
5922 removed_literal
*next
;
5925 struct removed_literal_map_entry_struct
5928 removed_literal
*literal
;
5931 struct removed_literal_list_struct
5933 removed_literal
*head
;
5934 removed_literal
*tail
;
5937 removed_literal_map_entry
*map
;
5941 /* Record that the literal at "from" is being removed. If "to" is not
5942 NULL, the "from" literal is being coalesced with the "to" literal. */
5945 add_removed_literal (removed_literal_list
*removed_list
,
5946 const r_reloc
*from
,
5949 removed_literal
*r
, *new_r
, *next_r
;
5951 new_r
= (removed_literal
*) bfd_zmalloc (sizeof (removed_literal
));
5953 new_r
->from
= *from
;
5957 new_r
->to
.abfd
= NULL
;
5960 r
= removed_list
->head
;
5963 removed_list
->head
= new_r
;
5964 removed_list
->tail
= new_r
;
5966 /* Special check for common case of append. */
5967 else if (removed_list
->tail
->from
.target_offset
< from
->target_offset
)
5969 removed_list
->tail
->next
= new_r
;
5970 removed_list
->tail
= new_r
;
5974 while (r
->from
.target_offset
< from
->target_offset
&& r
->next
)
5980 new_r
->next
= next_r
;
5982 removed_list
->tail
= new_r
;
5987 map_removed_literal (removed_literal_list
*removed_list
)
5991 removed_literal_map_entry
*map
= NULL
;
5992 removed_literal
*r
= removed_list
->head
;
5994 for (i
= 0; r
; ++i
, r
= r
->next
)
5998 n_map
= (n_map
* 2) + 2;
5999 map
= bfd_realloc (map
, n_map
* sizeof (*map
));
6001 map
[i
].addr
= r
->from
.target_offset
;
6004 removed_list
->map
= map
;
6005 removed_list
->n_map
= i
;
6009 removed_literal_compare (const void *a
, const void *b
)
6011 const bfd_vma
*key
= a
;
6012 const removed_literal_map_entry
*memb
= b
;
6014 if (*key
== memb
->addr
)
6017 return *key
< memb
->addr
? -1 : 1;
6020 /* Check if the list of removed literals contains an entry for the
6021 given address. Return the entry if found. */
6023 static removed_literal
*
6024 find_removed_literal (removed_literal_list
*removed_list
, bfd_vma addr
)
6026 removed_literal_map_entry
*p
;
6027 removed_literal
*r
= NULL
;
6029 if (removed_list
->map
== NULL
)
6030 map_removed_literal (removed_list
);
6032 if (removed_list
->map
!= NULL
)
6034 p
= bsearch (&addr
, removed_list
->map
, removed_list
->n_map
,
6035 sizeof (*removed_list
->map
), removed_literal_compare
);
6038 while (p
!= removed_list
->map
&& (p
- 1)->addr
== addr
)
6050 print_removed_literals (FILE *fp
, removed_literal_list
*removed_list
)
6053 r
= removed_list
->head
;
6055 fprintf (fp
, "Removed Literals\n");
6056 for (; r
!= NULL
; r
= r
->next
)
6058 print_r_reloc (fp
, &r
->from
);
6059 fprintf (fp
, " => ");
6060 if (r
->to
.abfd
== NULL
)
6061 fprintf (fp
, "REMOVED");
6063 print_r_reloc (fp
, &r
->to
);
6071 /* Per-section data for relaxation. */
6073 typedef struct reloc_bfd_fix_struct reloc_bfd_fix
;
6075 struct xtensa_relax_info_struct
6077 bool is_relaxable_literal_section
;
6078 bool is_relaxable_asm_section
;
6079 int visited
; /* Number of times visited. */
6081 source_reloc
*src_relocs
; /* Array[src_count]. */
6083 int src_next
; /* Next src_relocs entry to assign. */
6085 removed_literal_list removed_list
;
6086 text_action_list action_list
;
6088 reloc_bfd_fix
*fix_list
;
6089 reloc_bfd_fix
*fix_array
;
6090 unsigned fix_array_count
;
6092 /* Support for expanding the reloc array that is stored
6093 in the section structure. If the relocations have been
6094 reallocated, the newly allocated relocations will be referenced
6095 here along with the actual size allocated. The relocation
6096 count will always be found in the section structure. */
6097 Elf_Internal_Rela
*allocated_relocs
;
6098 unsigned relocs_count
;
6099 unsigned allocated_relocs_count
;
6102 struct elf_xtensa_section_data
6104 struct bfd_elf_section_data elf
;
6105 xtensa_relax_info relax_info
;
6110 elf_xtensa_new_section_hook (bfd
*abfd
, asection
*sec
)
6112 if (!sec
->used_by_bfd
)
6114 struct elf_xtensa_section_data
*sdata
;
6115 size_t amt
= sizeof (*sdata
);
6117 sdata
= bfd_zalloc (abfd
, amt
);
6120 sec
->used_by_bfd
= sdata
;
6123 return _bfd_elf_new_section_hook (abfd
, sec
);
6127 static xtensa_relax_info
*
6128 get_xtensa_relax_info (asection
*sec
)
6130 struct elf_xtensa_section_data
*section_data
;
6132 /* No info available if no section or if it is an output section. */
6133 if (!sec
|| sec
== sec
->output_section
)
6136 section_data
= (struct elf_xtensa_section_data
*) elf_section_data (sec
);
6137 return §ion_data
->relax_info
;
6142 init_xtensa_relax_info (asection
*sec
)
6144 xtensa_relax_info
*relax_info
= get_xtensa_relax_info (sec
);
6146 relax_info
->is_relaxable_literal_section
= false;
6147 relax_info
->is_relaxable_asm_section
= false;
6148 relax_info
->visited
= 0;
6150 relax_info
->src_relocs
= NULL
;
6151 relax_info
->src_count
= 0;
6152 relax_info
->src_next
= 0;
6154 relax_info
->removed_list
.head
= NULL
;
6155 relax_info
->removed_list
.tail
= NULL
;
6157 relax_info
->action_list
.tree
= splay_tree_new (text_action_compare
,
6159 relax_info
->action_list
.map
.n_entries
= 0;
6160 relax_info
->action_list
.map
.entry
= NULL
;
6162 relax_info
->fix_list
= NULL
;
6163 relax_info
->fix_array
= NULL
;
6164 relax_info
->fix_array_count
= 0;
6166 relax_info
->allocated_relocs
= NULL
;
6167 relax_info
->relocs_count
= 0;
6168 relax_info
->allocated_relocs_count
= 0;
6172 /* Coalescing literals may require a relocation to refer to a section in
6173 a different input file, but the standard relocation information
6174 cannot express that. Instead, the reloc_bfd_fix structures are used
6175 to "fix" the relocations that refer to sections in other input files.
6176 These structures are kept on per-section lists. The "src_type" field
6177 records the relocation type in case there are multiple relocations on
6178 the same location. FIXME: This is ugly; an alternative might be to
6179 add new symbols with the "owner" field to some other input file. */
6181 struct reloc_bfd_fix_struct
6185 unsigned src_type
; /* Relocation type. */
6187 asection
*target_sec
;
6188 bfd_vma target_offset
;
6191 reloc_bfd_fix
*next
;
6195 static reloc_bfd_fix
*
6196 reloc_bfd_fix_init (asection
*src_sec
,
6199 asection
*target_sec
,
6200 bfd_vma target_offset
,
6205 fix
= (reloc_bfd_fix
*) bfd_malloc (sizeof (reloc_bfd_fix
));
6206 fix
->src_sec
= src_sec
;
6207 fix
->src_offset
= src_offset
;
6208 fix
->src_type
= src_type
;
6209 fix
->target_sec
= target_sec
;
6210 fix
->target_offset
= target_offset
;
6211 fix
->translated
= translated
;
6218 add_fix (asection
*src_sec
, reloc_bfd_fix
*fix
)
6220 xtensa_relax_info
*relax_info
;
6222 relax_info
= get_xtensa_relax_info (src_sec
);
6223 fix
->next
= relax_info
->fix_list
;
6224 relax_info
->fix_list
= fix
;
6229 fix_compare (const void *ap
, const void *bp
)
6231 const reloc_bfd_fix
*a
= (const reloc_bfd_fix
*) ap
;
6232 const reloc_bfd_fix
*b
= (const reloc_bfd_fix
*) bp
;
6234 if (a
->src_offset
!= b
->src_offset
)
6235 return (a
->src_offset
- b
->src_offset
);
6236 return (a
->src_type
- b
->src_type
);
6241 cache_fix_array (asection
*sec
)
6243 unsigned i
, count
= 0;
6245 xtensa_relax_info
*relax_info
= get_xtensa_relax_info (sec
);
6247 if (relax_info
== NULL
)
6249 if (relax_info
->fix_list
== NULL
)
6252 for (r
= relax_info
->fix_list
; r
!= NULL
; r
= r
->next
)
6255 relax_info
->fix_array
=
6256 (reloc_bfd_fix
*) bfd_malloc (sizeof (reloc_bfd_fix
) * count
);
6257 relax_info
->fix_array_count
= count
;
6259 r
= relax_info
->fix_list
;
6260 for (i
= 0; i
< count
; i
++, r
= r
->next
)
6262 relax_info
->fix_array
[count
- 1 - i
] = *r
;
6263 relax_info
->fix_array
[count
- 1 - i
].next
= NULL
;
6266 qsort (relax_info
->fix_array
, relax_info
->fix_array_count
,
6267 sizeof (reloc_bfd_fix
), fix_compare
);
6271 static reloc_bfd_fix
*
6272 get_bfd_fix (asection
*sec
, bfd_vma offset
, unsigned type
)
6274 xtensa_relax_info
*relax_info
= get_xtensa_relax_info (sec
);
6278 if (relax_info
== NULL
)
6280 if (relax_info
->fix_list
== NULL
)
6283 if (relax_info
->fix_array
== NULL
)
6284 cache_fix_array (sec
);
6286 key
.src_offset
= offset
;
6287 key
.src_type
= type
;
6288 rv
= bsearch (&key
, relax_info
->fix_array
, relax_info
->fix_array_count
,
6289 sizeof (reloc_bfd_fix
), fix_compare
);
6294 /* Section caching. */
6296 typedef struct section_cache_struct section_cache_t
;
6298 struct section_cache_struct
6302 bfd_byte
*contents
; /* Cache of the section contents. */
6303 bfd_size_type content_length
;
6305 property_table_entry
*ptbl
; /* Cache of the section property table. */
6308 Elf_Internal_Rela
*relocs
; /* Cache of the section relocations. */
6309 unsigned reloc_count
;
6314 init_section_cache (section_cache_t
*sec_cache
)
6316 memset (sec_cache
, 0, sizeof (*sec_cache
));
6321 free_section_cache (section_cache_t
*sec_cache
)
6325 release_contents (sec_cache
->sec
, sec_cache
->contents
);
6326 release_internal_relocs (sec_cache
->sec
, sec_cache
->relocs
);
6327 free (sec_cache
->ptbl
);
6333 section_cache_section (section_cache_t
*sec_cache
,
6335 struct bfd_link_info
*link_info
)
6338 property_table_entry
*prop_table
= NULL
;
6340 bfd_byte
*contents
= NULL
;
6341 Elf_Internal_Rela
*internal_relocs
= NULL
;
6342 bfd_size_type sec_size
;
6346 if (sec
== sec_cache
->sec
)
6350 sec_size
= bfd_get_section_limit (abfd
, sec
);
6352 /* Get the contents. */
6353 contents
= retrieve_contents (abfd
, sec
, link_info
->keep_memory
);
6354 if (contents
== NULL
&& sec_size
!= 0)
6357 /* Get the relocations. */
6358 internal_relocs
= retrieve_internal_relocs (abfd
, sec
,
6359 link_info
->keep_memory
);
6361 /* Get the entry table. */
6362 ptblsize
= xtensa_read_table_entries (abfd
, sec
, &prop_table
,
6363 XTENSA_PROP_SEC_NAME
, false);
6367 /* Fill in the new section cache. */
6368 free_section_cache (sec_cache
);
6369 init_section_cache (sec_cache
);
6371 sec_cache
->sec
= sec
;
6372 sec_cache
->contents
= contents
;
6373 sec_cache
->content_length
= sec_size
;
6374 sec_cache
->relocs
= internal_relocs
;
6375 sec_cache
->reloc_count
= sec
->reloc_count
;
6376 sec_cache
->pte_count
= ptblsize
;
6377 sec_cache
->ptbl
= prop_table
;
6382 release_contents (sec
, contents
);
6383 release_internal_relocs (sec
, internal_relocs
);
6389 /* Extended basic blocks. */
6391 /* An ebb_struct represents an Extended Basic Block. Within this
6392 range, we guarantee that all instructions are decodable, the
6393 property table entries are contiguous, and no property table
6394 specifies a segment that cannot have instructions moved. This
6395 structure contains caches of the contents, property table and
6396 relocations for the specified section for easy use. The range is
6397 specified by ranges of indices for the byte offset, property table
6398 offsets and relocation offsets. These must be consistent. */
6400 typedef struct ebb_struct ebb_t
;
6406 bfd_byte
*contents
; /* Cache of the section contents. */
6407 bfd_size_type content_length
;
6409 property_table_entry
*ptbl
; /* Cache of the section property table. */
6412 Elf_Internal_Rela
*relocs
; /* Cache of the section relocations. */
6413 unsigned reloc_count
;
6415 bfd_vma start_offset
; /* Offset in section. */
6416 unsigned start_ptbl_idx
; /* Offset in the property table. */
6417 unsigned start_reloc_idx
; /* Offset in the relocations. */
6420 unsigned end_ptbl_idx
;
6421 unsigned end_reloc_idx
;
6423 bool ends_section
; /* Is this the last ebb in a section? */
6425 /* The unreachable property table at the end of this set of blocks;
6426 NULL if the end is not an unreachable block. */
6427 property_table_entry
*ends_unreachable
;
6431 enum ebb_target_enum
6434 EBB_DESIRE_TGT_ALIGN
,
6435 EBB_REQUIRE_TGT_ALIGN
,
6436 EBB_REQUIRE_LOOP_ALIGN
,
6441 /* proposed_action_struct is similar to the text_action_struct except
6442 that is represents a potential transformation, not one that will
6443 occur. We build a list of these for an extended basic block
6444 and use them to compute the actual actions desired. We must be
6445 careful that the entire set of actual actions we perform do not
6446 break any relocations that would fit if the actions were not
6449 typedef struct proposed_action_struct proposed_action
;
6451 struct proposed_action_struct
6453 enum ebb_target_enum align_type
; /* for the target alignment */
6454 bfd_vma alignment_pow
;
6455 text_action_t action
;
6458 bool do_action
; /* If false, then we will not perform the action. */
6462 /* The ebb_constraint_struct keeps a set of proposed actions for an
6463 extended basic block. */
6465 typedef struct ebb_constraint_struct ebb_constraint
;
6467 struct ebb_constraint_struct
6472 /* Bytes of extra space at the beginning if movable. */
6473 int start_extra_space
;
6475 enum ebb_target_enum start_align
;
6479 /* Bytes of extra space at the end if movable. */
6480 int end_extra_space
;
6482 unsigned action_count
;
6483 unsigned action_allocated
;
6485 /* Array of proposed actions. */
6486 proposed_action
*actions
;
6488 /* Action alignments -- one for each proposed action. */
6489 enum ebb_target_enum
*action_aligns
;
6494 init_ebb_constraint (ebb_constraint
*c
)
6496 memset (c
, 0, sizeof (ebb_constraint
));
6501 free_ebb_constraint (ebb_constraint
*c
)
6508 init_ebb (ebb_t
*ebb
,
6511 bfd_size_type content_length
,
6512 property_table_entry
*prop_table
,
6514 Elf_Internal_Rela
*internal_relocs
,
6515 unsigned reloc_count
)
6517 memset (ebb
, 0, sizeof (ebb_t
));
6519 ebb
->contents
= contents
;
6520 ebb
->content_length
= content_length
;
6521 ebb
->ptbl
= prop_table
;
6522 ebb
->pte_count
= ptblsize
;
6523 ebb
->relocs
= internal_relocs
;
6524 ebb
->reloc_count
= reloc_count
;
6525 ebb
->start_offset
= 0;
6526 ebb
->end_offset
= ebb
->content_length
- 1;
6527 ebb
->start_ptbl_idx
= 0;
6528 ebb
->end_ptbl_idx
= ptblsize
;
6529 ebb
->start_reloc_idx
= 0;
6530 ebb
->end_reloc_idx
= reloc_count
;
6534 /* Extend the ebb to all decodable contiguous sections. The algorithm
6535 for building a basic block around an instruction is to push it
6536 forward until we hit the end of a section, an unreachable block or
6537 a block that cannot be transformed. Then we push it backwards
6538 searching for similar conditions. */
6540 static bool extend_ebb_bounds_forward (ebb_t
*);
6541 static bool extend_ebb_bounds_backward (ebb_t
*);
6542 static bfd_size_type insn_block_decodable_len
6543 (bfd_byte
*, bfd_size_type
, bfd_vma
, bfd_size_type
);
6546 extend_ebb_bounds (ebb_t
*ebb
)
6548 if (!extend_ebb_bounds_forward (ebb
))
6550 if (!extend_ebb_bounds_backward (ebb
))
6557 extend_ebb_bounds_forward (ebb_t
*ebb
)
6559 property_table_entry
*the_entry
, *new_entry
;
6561 the_entry
= &ebb
->ptbl
[ebb
->end_ptbl_idx
];
6563 /* Stop when (1) we cannot decode an instruction, (2) we are at
6564 the end of the property tables, (3) we hit a non-contiguous property
6565 table entry, (4) we hit a NO_TRANSFORM region. */
6570 bfd_size_type insn_block_len
;
6572 entry_end
= the_entry
->address
- ebb
->sec
->vma
+ the_entry
->size
;
6574 insn_block_decodable_len (ebb
->contents
, ebb
->content_length
,
6576 entry_end
- ebb
->end_offset
);
6577 if (insn_block_len
!= (entry_end
- ebb
->end_offset
))
6580 /* xgettext:c-format */
6581 (_("%pB(%pA+%#" PRIx64
"): could not decode instruction; "
6582 "possible configuration mismatch"),
6583 ebb
->sec
->owner
, ebb
->sec
,
6584 (uint64_t) (ebb
->end_offset
+ insn_block_len
));
6587 ebb
->end_offset
+= insn_block_len
;
6589 if (ebb
->end_offset
== ebb
->sec
->size
)
6590 ebb
->ends_section
= true;
6592 /* Update the reloc counter. */
6593 while (ebb
->end_reloc_idx
+ 1 < ebb
->reloc_count
6594 && (ebb
->relocs
[ebb
->end_reloc_idx
+ 1].r_offset
6597 ebb
->end_reloc_idx
++;
6600 if (ebb
->end_ptbl_idx
+ 1 == ebb
->pte_count
)
6603 new_entry
= &ebb
->ptbl
[ebb
->end_ptbl_idx
+ 1];
6604 if (((new_entry
->flags
& XTENSA_PROP_INSN
) == 0)
6605 || ((new_entry
->flags
& XTENSA_PROP_NO_TRANSFORM
) != 0)
6606 || ((the_entry
->flags
& XTENSA_PROP_ALIGN
) != 0))
6609 if (the_entry
->address
+ the_entry
->size
!= new_entry
->address
)
6612 the_entry
= new_entry
;
6613 ebb
->end_ptbl_idx
++;
6616 /* Quick check for an unreachable or end of file just at the end. */
6617 if (ebb
->end_ptbl_idx
+ 1 == ebb
->pte_count
)
6619 if (ebb
->end_offset
== ebb
->content_length
)
6620 ebb
->ends_section
= true;
6624 new_entry
= &ebb
->ptbl
[ebb
->end_ptbl_idx
+ 1];
6625 if ((new_entry
->flags
& XTENSA_PROP_UNREACHABLE
) != 0
6626 && the_entry
->address
+ the_entry
->size
== new_entry
->address
)
6627 ebb
->ends_unreachable
= new_entry
;
6630 /* Any other ending requires exact alignment. */
6636 extend_ebb_bounds_backward (ebb_t
*ebb
)
6638 property_table_entry
*the_entry
, *new_entry
;
6640 the_entry
= &ebb
->ptbl
[ebb
->start_ptbl_idx
];
6642 /* Stop when (1) we cannot decode the instructions in the current entry.
6643 (2) we are at the beginning of the property tables, (3) we hit a
6644 non-contiguous property table entry, (4) we hit a NO_TRANSFORM region. */
6648 bfd_vma block_begin
;
6649 bfd_size_type insn_block_len
;
6651 block_begin
= the_entry
->address
- ebb
->sec
->vma
;
6653 insn_block_decodable_len (ebb
->contents
, ebb
->content_length
,
6655 ebb
->start_offset
- block_begin
);
6656 if (insn_block_len
!= ebb
->start_offset
- block_begin
)
6659 /* xgettext:c-format */
6660 (_("%pB(%pA+%#" PRIx64
"): could not decode instruction; "
6661 "possible configuration mismatch"),
6662 ebb
->sec
->owner
, ebb
->sec
,
6663 (uint64_t) (ebb
->end_offset
+ insn_block_len
));
6666 ebb
->start_offset
-= insn_block_len
;
6668 /* Update the reloc counter. */
6669 while (ebb
->start_reloc_idx
> 0
6670 && (ebb
->relocs
[ebb
->start_reloc_idx
- 1].r_offset
6671 >= ebb
->start_offset
))
6673 ebb
->start_reloc_idx
--;
6676 if (ebb
->start_ptbl_idx
== 0)
6679 new_entry
= &ebb
->ptbl
[ebb
->start_ptbl_idx
- 1];
6680 if ((new_entry
->flags
& XTENSA_PROP_INSN
) == 0
6681 || ((new_entry
->flags
& XTENSA_PROP_NO_TRANSFORM
) != 0)
6682 || ((new_entry
->flags
& XTENSA_PROP_ALIGN
) != 0))
6684 if (new_entry
->address
+ new_entry
->size
!= the_entry
->address
)
6687 the_entry
= new_entry
;
6688 ebb
->start_ptbl_idx
--;
6694 static bfd_size_type
6695 insn_block_decodable_len (bfd_byte
*contents
,
6696 bfd_size_type content_len
,
6697 bfd_vma block_offset
,
6698 bfd_size_type block_len
)
6700 bfd_vma offset
= block_offset
;
6702 while (offset
< block_offset
+ block_len
)
6704 bfd_size_type insn_len
= 0;
6706 insn_len
= insn_decode_len (contents
, content_len
, offset
);
6708 return (offset
- block_offset
);
6711 return (offset
- block_offset
);
6716 ebb_propose_action (ebb_constraint
*c
,
6717 enum ebb_target_enum align_type
,
6718 bfd_vma alignment_pow
,
6719 text_action_t action
,
6724 proposed_action
*act
;
6726 if (c
->action_allocated
<= c
->action_count
)
6728 unsigned new_allocated
, i
;
6729 proposed_action
*new_actions
;
6731 new_allocated
= (c
->action_count
+ 2) * 2;
6732 new_actions
= (proposed_action
*)
6733 bfd_zmalloc (sizeof (proposed_action
) * new_allocated
);
6735 for (i
= 0; i
< c
->action_count
; i
++)
6736 new_actions
[i
] = c
->actions
[i
];
6738 c
->actions
= new_actions
;
6739 c
->action_allocated
= new_allocated
;
6742 act
= &c
->actions
[c
->action_count
];
6743 act
->align_type
= align_type
;
6744 act
->alignment_pow
= alignment_pow
;
6745 act
->action
= action
;
6746 act
->offset
= offset
;
6747 act
->removed_bytes
= removed_bytes
;
6748 act
->do_action
= do_action
;
6754 /* Access to internal relocations, section contents and symbols. */
6756 /* During relaxation, we need to modify relocations, section contents,
6757 and symbol definitions, and we need to keep the original values from
6758 being reloaded from the input files, i.e., we need to "pin" the
6759 modified values in memory. We also want to continue to observe the
6760 setting of the "keep-memory" flag. The following functions wrap the
6761 standard BFD functions to take care of this for us. */
6763 static Elf_Internal_Rela
*
6764 retrieve_internal_relocs (bfd
*abfd
, asection
*sec
, bool keep_memory
)
6766 Elf_Internal_Rela
*internal_relocs
;
6768 if ((sec
->flags
& SEC_LINKER_CREATED
) != 0)
6771 internal_relocs
= elf_section_data (sec
)->relocs
;
6772 if (internal_relocs
== NULL
)
6773 internal_relocs
= (_bfd_elf_link_read_relocs
6774 (abfd
, sec
, NULL
, NULL
, keep_memory
));
6775 return internal_relocs
;
6780 pin_internal_relocs (asection
*sec
, Elf_Internal_Rela
*internal_relocs
)
6782 elf_section_data (sec
)->relocs
= internal_relocs
;
6787 release_internal_relocs (asection
*sec
, Elf_Internal_Rela
*internal_relocs
)
6789 if (elf_section_data (sec
)->relocs
!= internal_relocs
)
6790 free (internal_relocs
);
6795 retrieve_contents (bfd
*abfd
, asection
*sec
, bool keep_memory
)
6798 bfd_size_type sec_size
;
6800 sec_size
= bfd_get_section_limit (abfd
, sec
);
6801 contents
= elf_section_data (sec
)->this_hdr
.contents
;
6803 if (contents
== NULL
&& sec_size
!= 0)
6805 if (!bfd_malloc_and_get_section (abfd
, sec
, &contents
))
6811 elf_section_data (sec
)->this_hdr
.contents
= contents
;
6818 pin_contents (asection
*sec
, bfd_byte
*contents
)
6820 elf_section_data (sec
)->this_hdr
.contents
= contents
;
6825 release_contents (asection
*sec
, bfd_byte
*contents
)
6827 if (elf_section_data (sec
)->this_hdr
.contents
!= contents
)
6832 static Elf_Internal_Sym
*
6833 retrieve_local_syms (bfd
*input_bfd
)
6835 Elf_Internal_Shdr
*symtab_hdr
;
6836 Elf_Internal_Sym
*isymbuf
;
6839 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
6840 locsymcount
= symtab_hdr
->sh_info
;
6842 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
6843 if (isymbuf
== NULL
&& locsymcount
!= 0)
6844 isymbuf
= bfd_elf_get_elf_syms (input_bfd
, symtab_hdr
, locsymcount
, 0,
6847 /* Save the symbols for this input file so they won't be read again. */
6848 if (isymbuf
&& isymbuf
!= (Elf_Internal_Sym
*) symtab_hdr
->contents
)
6849 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
6855 /* Code for link-time relaxation. */
6857 /* Initialization for relaxation: */
6858 static bool analyze_relocations (struct bfd_link_info
*);
6859 static bool find_relaxable_sections
6860 (bfd
*, asection
*, struct bfd_link_info
*, bool *);
6861 static bool collect_source_relocs
6862 (bfd
*, asection
*, struct bfd_link_info
*);
6863 static bool is_resolvable_asm_expansion
6864 (bfd
*, asection
*, bfd_byte
*, Elf_Internal_Rela
*, struct bfd_link_info
*,
6866 static Elf_Internal_Rela
*find_associated_l32r_irel
6867 (bfd
*, asection
*, bfd_byte
*, Elf_Internal_Rela
*, Elf_Internal_Rela
*);
6868 static bool compute_text_actions
6869 (bfd
*, asection
*, struct bfd_link_info
*);
6870 static bool compute_ebb_proposed_actions (ebb_constraint
*);
6871 static bool compute_ebb_actions (ebb_constraint
*);
6872 typedef struct reloc_range_list_struct reloc_range_list
;
6873 static bool check_section_ebb_pcrels_fit
6874 (bfd
*, asection
*, bfd_byte
*, Elf_Internal_Rela
*,
6875 reloc_range_list
*, const ebb_constraint
*,
6876 const xtensa_opcode
*);
6877 static bool check_section_ebb_reduces (const ebb_constraint
*);
6878 static void text_action_add_proposed
6879 (text_action_list
*, const ebb_constraint
*, asection
*);
6882 static bool compute_removed_literals
6883 (bfd
*, asection
*, struct bfd_link_info
*, value_map_hash_table
*);
6884 static Elf_Internal_Rela
*get_irel_at_offset
6885 (asection
*, Elf_Internal_Rela
*, bfd_vma
);
6886 static bool is_removable_literal
6887 (const source_reloc
*, int, const source_reloc
*, int, asection
*,
6888 property_table_entry
*, int);
6889 static bool remove_dead_literal
6890 (bfd
*, asection
*, struct bfd_link_info
*, Elf_Internal_Rela
*,
6891 Elf_Internal_Rela
*, source_reloc
*, property_table_entry
*, int);
6892 static bool identify_literal_placement
6893 (bfd
*, asection
*, bfd_byte
*, struct bfd_link_info
*,
6894 value_map_hash_table
*, bool *, Elf_Internal_Rela
*, int,
6895 source_reloc
*, property_table_entry
*, int, section_cache_t
*,
6897 static bool relocations_reach (source_reloc
*, int, const r_reloc
*);
6898 static bool coalesce_shared_literal
6899 (asection
*, source_reloc
*, property_table_entry
*, int, value_map
*);
6900 static bool move_shared_literal
6901 (asection
*, struct bfd_link_info
*, source_reloc
*, property_table_entry
*,
6902 int, const r_reloc
*, const literal_value
*, section_cache_t
*);
6905 static bool relax_section (bfd
*, asection
*, struct bfd_link_info
*);
6906 static bool translate_section_fixes (asection
*);
6907 static bool translate_reloc_bfd_fix (reloc_bfd_fix
*);
6908 static asection
*translate_reloc (const r_reloc
*, r_reloc
*, asection
*);
6909 static void shrink_dynamic_reloc_sections
6910 (struct bfd_link_info
*, bfd
*, asection
*, Elf_Internal_Rela
*);
6911 static bool move_literal
6912 (bfd
*, struct bfd_link_info
*, asection
*, bfd_vma
, bfd_byte
*,
6913 xtensa_relax_info
*, Elf_Internal_Rela
**, const literal_value
*);
6914 static bool relax_property_section
6915 (bfd
*, asection
*, struct bfd_link_info
*);
6918 static bool relax_section_symbols (bfd
*, asection
*);
6922 elf_xtensa_relax_section (bfd
*abfd
,
6924 struct bfd_link_info
*link_info
,
6927 static value_map_hash_table
*values
= NULL
;
6928 static bool relocations_analyzed
= false;
6929 xtensa_relax_info
*relax_info
;
6931 if (!relocations_analyzed
)
6933 /* Do some overall initialization for relaxation. */
6934 values
= value_map_hash_table_init ();
6937 relaxing_section
= true;
6938 if (!analyze_relocations (link_info
))
6940 relocations_analyzed
= true;
6944 /* Don't mess with linker-created sections. */
6945 if ((sec
->flags
& SEC_LINKER_CREATED
) != 0)
6948 relax_info
= get_xtensa_relax_info (sec
);
6949 BFD_ASSERT (relax_info
!= NULL
);
6951 switch (relax_info
->visited
)
6954 /* Note: It would be nice to fold this pass into
6955 analyze_relocations, but it is important for this step that the
6956 sections be examined in link order. */
6957 if (!compute_removed_literals (abfd
, sec
, link_info
, values
))
6964 value_map_hash_table_delete (values
);
6966 if (!relax_section (abfd
, sec
, link_info
))
6972 if (!relax_section_symbols (abfd
, sec
))
6977 relax_info
->visited
++;
6982 /* Initialization for relaxation. */
6984 /* This function is called once at the start of relaxation. It scans
6985 all the input sections and marks the ones that are relaxable (i.e.,
6986 literal sections with L32R relocations against them), and then
6987 collects source_reloc information for all the relocations against
6988 those relaxable sections. During this process, it also detects
6989 longcalls, i.e., calls relaxed by the assembler into indirect
6990 calls, that can be optimized back into direct calls. Within each
6991 extended basic block (ebb) containing an optimized longcall, it
6992 computes a set of "text actions" that can be performed to remove
6993 the L32R associated with the longcall while optionally preserving
6994 branch target alignments. */
6997 analyze_relocations (struct bfd_link_info
*link_info
)
7001 bool is_relaxable
= false;
7003 /* Initialize the per-section relaxation info. */
7004 for (abfd
= link_info
->input_bfds
; abfd
!= NULL
; abfd
= abfd
->link
.next
)
7005 for (sec
= abfd
->sections
; sec
!= NULL
; sec
= sec
->next
)
7007 init_xtensa_relax_info (sec
);
7010 /* Mark relaxable sections (and count relocations against each one). */
7011 for (abfd
= link_info
->input_bfds
; abfd
!= NULL
; abfd
= abfd
->link
.next
)
7012 for (sec
= abfd
->sections
; sec
!= NULL
; sec
= sec
->next
)
7014 if (!find_relaxable_sections (abfd
, sec
, link_info
, &is_relaxable
))
7018 /* Bail out if there are no relaxable sections. */
7022 /* Allocate space for source_relocs. */
7023 for (abfd
= link_info
->input_bfds
; abfd
!= NULL
; abfd
= abfd
->link
.next
)
7024 for (sec
= abfd
->sections
; sec
!= NULL
; sec
= sec
->next
)
7026 xtensa_relax_info
*relax_info
;
7028 relax_info
= get_xtensa_relax_info (sec
);
7029 if (relax_info
->is_relaxable_literal_section
7030 || relax_info
->is_relaxable_asm_section
)
7032 relax_info
->src_relocs
= (source_reloc
*)
7033 bfd_malloc (relax_info
->src_count
* sizeof (source_reloc
));
7036 relax_info
->src_count
= 0;
7039 /* Collect info on relocations against each relaxable section. */
7040 for (abfd
= link_info
->input_bfds
; abfd
!= NULL
; abfd
= abfd
->link
.next
)
7041 for (sec
= abfd
->sections
; sec
!= NULL
; sec
= sec
->next
)
7043 if (!collect_source_relocs (abfd
, sec
, link_info
))
7047 /* Compute the text actions. */
7048 for (abfd
= link_info
->input_bfds
; abfd
!= NULL
; abfd
= abfd
->link
.next
)
7049 for (sec
= abfd
->sections
; sec
!= NULL
; sec
= sec
->next
)
7051 if (!compute_text_actions (abfd
, sec
, link_info
))
7059 /* Find all the sections that might be relaxed. The motivation for
7060 this pass is that collect_source_relocs() needs to record _all_ the
7061 relocations that target each relaxable section. That is expensive
7062 and unnecessary unless the target section is actually going to be
7063 relaxed. This pass identifies all such sections by checking if
7064 they have L32Rs pointing to them. In the process, the total number
7065 of relocations targeting each section is also counted so that we
7066 know how much space to allocate for source_relocs against each
7067 relaxable literal section. */
7070 find_relaxable_sections (bfd
*abfd
,
7072 struct bfd_link_info
*link_info
,
7073 bool *is_relaxable_p
)
7075 Elf_Internal_Rela
*internal_relocs
;
7079 xtensa_relax_info
*source_relax_info
;
7082 internal_relocs
= retrieve_internal_relocs (abfd
, sec
,
7083 link_info
->keep_memory
);
7084 if (internal_relocs
== NULL
)
7087 contents
= retrieve_contents (abfd
, sec
, link_info
->keep_memory
);
7088 if (contents
== NULL
&& sec
->size
!= 0)
7094 source_relax_info
= get_xtensa_relax_info (sec
);
7095 for (i
= 0; i
< sec
->reloc_count
; i
++)
7097 Elf_Internal_Rela
*irel
= &internal_relocs
[i
];
7099 asection
*target_sec
;
7100 xtensa_relax_info
*target_relax_info
;
7102 /* If this section has not already been marked as "relaxable", and
7103 if it contains any ASM_EXPAND relocations (marking expanded
7104 longcalls) that can be optimized into direct calls, then mark
7105 the section as "relaxable". */
7106 if (source_relax_info
7107 && !source_relax_info
->is_relaxable_asm_section
7108 && ELF32_R_TYPE (irel
->r_info
) == R_XTENSA_ASM_EXPAND
)
7110 bool is_reachable
= false;
7111 if (is_resolvable_asm_expansion (abfd
, sec
, contents
, irel
,
7112 link_info
, &is_reachable
)
7115 source_relax_info
->is_relaxable_asm_section
= true;
7116 *is_relaxable_p
= true;
7120 r_reloc_init (&r_rel
, abfd
, irel
, contents
,
7121 bfd_get_section_limit (abfd
, sec
));
7123 target_sec
= r_reloc_get_section (&r_rel
);
7124 target_relax_info
= get_xtensa_relax_info (target_sec
);
7125 if (!target_relax_info
)
7128 /* Count PC-relative operand relocations against the target section.
7129 Note: The conditions tested here must match the conditions under
7130 which init_source_reloc is called in collect_source_relocs(). */
7131 is_l32r_reloc
= false;
7132 if (is_operand_relocation (ELF32_R_TYPE (irel
->r_info
)))
7134 xtensa_opcode opcode
=
7135 get_relocation_opcode (abfd
, sec
, contents
, irel
);
7136 if (opcode
!= XTENSA_UNDEFINED
)
7138 is_l32r_reloc
= (opcode
== get_l32r_opcode ());
7139 if (!is_alt_relocation (ELF32_R_TYPE (irel
->r_info
))
7141 target_relax_info
->src_count
++;
7145 if (is_l32r_reloc
&& r_reloc_is_defined (&r_rel
))
7147 /* Mark the target section as relaxable. */
7148 target_relax_info
->is_relaxable_literal_section
= true;
7149 *is_relaxable_p
= true;
7154 release_contents (sec
, contents
);
7155 release_internal_relocs (sec
, internal_relocs
);
7160 /* Record _all_ the relocations that point to relaxable sections, and
7161 get rid of ASM_EXPAND relocs by either converting them to
7162 ASM_SIMPLIFY or by removing them. */
7165 collect_source_relocs (bfd
*abfd
,
7167 struct bfd_link_info
*link_info
)
7169 Elf_Internal_Rela
*internal_relocs
;
7173 bfd_size_type sec_size
;
7175 internal_relocs
= retrieve_internal_relocs (abfd
, sec
,
7176 link_info
->keep_memory
);
7177 if (internal_relocs
== NULL
)
7180 sec_size
= bfd_get_section_limit (abfd
, sec
);
7181 contents
= retrieve_contents (abfd
, sec
, link_info
->keep_memory
);
7182 if (contents
== NULL
&& sec_size
!= 0)
7188 /* Record relocations against relaxable literal sections. */
7189 for (i
= 0; i
< sec
->reloc_count
; i
++)
7191 Elf_Internal_Rela
*irel
= &internal_relocs
[i
];
7193 asection
*target_sec
;
7194 xtensa_relax_info
*target_relax_info
;
7196 r_reloc_init (&r_rel
, abfd
, irel
, contents
, sec_size
);
7198 target_sec
= r_reloc_get_section (&r_rel
);
7199 target_relax_info
= get_xtensa_relax_info (target_sec
);
7201 if (target_relax_info
7202 && (target_relax_info
->is_relaxable_literal_section
7203 || target_relax_info
->is_relaxable_asm_section
))
7205 xtensa_opcode opcode
= XTENSA_UNDEFINED
;
7207 bool is_abs_literal
= false;
7209 if (is_alt_relocation (ELF32_R_TYPE (irel
->r_info
)))
7211 /* None of the current alternate relocs are PC-relative,
7212 and only PC-relative relocs matter here. However, we
7213 still need to record the opcode for literal
7215 opcode
= get_relocation_opcode (abfd
, sec
, contents
, irel
);
7216 if (opcode
== get_l32r_opcode ())
7218 is_abs_literal
= true;
7222 opcode
= XTENSA_UNDEFINED
;
7224 else if (is_operand_relocation (ELF32_R_TYPE (irel
->r_info
)))
7226 opcode
= get_relocation_opcode (abfd
, sec
, contents
, irel
);
7227 opnd
= get_relocation_opnd (opcode
, ELF32_R_TYPE (irel
->r_info
));
7230 if (opcode
!= XTENSA_UNDEFINED
)
7232 int src_next
= target_relax_info
->src_next
++;
7233 source_reloc
*s_reloc
= &target_relax_info
->src_relocs
[src_next
];
7235 init_source_reloc (s_reloc
, sec
, &r_rel
, opcode
, opnd
,
7241 /* Now get rid of ASM_EXPAND relocations. At this point, the
7242 src_relocs array for the target literal section may still be
7243 incomplete, but it must at least contain the entries for the L32R
7244 relocations associated with ASM_EXPANDs because they were just
7245 added in the preceding loop over the relocations. */
7247 for (i
= 0; i
< sec
->reloc_count
; i
++)
7249 Elf_Internal_Rela
*irel
= &internal_relocs
[i
];
7252 if (!is_resolvable_asm_expansion (abfd
, sec
, contents
, irel
, link_info
,
7258 Elf_Internal_Rela
*l32r_irel
;
7260 asection
*target_sec
;
7261 xtensa_relax_info
*target_relax_info
;
7263 /* Mark the source_reloc for the L32R so that it will be
7264 removed in compute_removed_literals(), along with the
7265 associated literal. */
7266 l32r_irel
= find_associated_l32r_irel (abfd
, sec
, contents
,
7267 irel
, internal_relocs
);
7268 if (l32r_irel
== NULL
)
7271 r_reloc_init (&r_rel
, abfd
, l32r_irel
, contents
, sec_size
);
7273 target_sec
= r_reloc_get_section (&r_rel
);
7274 target_relax_info
= get_xtensa_relax_info (target_sec
);
7276 if (target_relax_info
7277 && (target_relax_info
->is_relaxable_literal_section
7278 || target_relax_info
->is_relaxable_asm_section
))
7280 source_reloc
*s_reloc
;
7282 /* Search the source_relocs for the entry corresponding to
7283 the l32r_irel. Note: The src_relocs array is not yet
7284 sorted, but it wouldn't matter anyway because we're
7285 searching by source offset instead of target offset. */
7286 s_reloc
= find_source_reloc (target_relax_info
->src_relocs
,
7287 target_relax_info
->src_next
,
7289 BFD_ASSERT (s_reloc
);
7290 s_reloc
->is_null
= true;
7293 /* Convert this reloc to ASM_SIMPLIFY. */
7294 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
7295 R_XTENSA_ASM_SIMPLIFY
);
7296 l32r_irel
->r_info
= ELF32_R_INFO (0, R_XTENSA_NONE
);
7298 pin_internal_relocs (sec
, internal_relocs
);
7302 /* It is resolvable but doesn't reach. We resolve now
7303 by eliminating the relocation -- the call will remain
7304 expanded into L32R/CALLX. */
7305 irel
->r_info
= ELF32_R_INFO (0, R_XTENSA_NONE
);
7306 pin_internal_relocs (sec
, internal_relocs
);
7311 release_contents (sec
, contents
);
7312 release_internal_relocs (sec
, internal_relocs
);
7317 /* Return TRUE if the asm expansion can be resolved. Generally it can
7318 be resolved on a final link or when a partial link locates it in the
7319 same section as the target. Set "is_reachable" flag if the target of
7320 the call is within the range of a direct call, given the current VMA
7321 for this section and the target section. */
7324 is_resolvable_asm_expansion (bfd
*abfd
,
7327 Elf_Internal_Rela
*irel
,
7328 struct bfd_link_info
*link_info
,
7329 bool *is_reachable_p
)
7331 asection
*target_sec
;
7335 unsigned int first_align
;
7336 unsigned int adjust
;
7337 bfd_vma target_offset
;
7339 xtensa_opcode opcode
, direct_call_opcode
;
7340 bfd_vma self_address
;
7341 bfd_vma dest_address
;
7343 bfd_size_type sec_size
;
7345 *is_reachable_p
= false;
7347 if (contents
== NULL
)
7350 if (ELF32_R_TYPE (irel
->r_info
) != R_XTENSA_ASM_EXPAND
)
7353 sec_size
= bfd_get_section_limit (abfd
, sec
);
7354 opcode
= get_expanded_call_opcode (contents
+ irel
->r_offset
,
7355 sec_size
- irel
->r_offset
, &uses_l32r
);
7356 /* Optimization of longcalls that use CONST16 is not yet implemented. */
7360 direct_call_opcode
= swap_callx_for_call_opcode (opcode
);
7361 if (direct_call_opcode
== XTENSA_UNDEFINED
)
7364 /* Check and see that the target resolves. */
7365 r_reloc_init (&r_rel
, abfd
, irel
, contents
, sec_size
);
7366 if (!r_reloc_is_defined (&r_rel
))
7369 target_sec
= r_reloc_get_section (&r_rel
);
7370 target_offset
= r_rel
.target_offset
;
7372 /* If the target is in a shared library, then it doesn't reach. This
7373 isn't supposed to come up because the compiler should never generate
7374 non-PIC calls on systems that use shared libraries, but the linker
7375 shouldn't crash regardless. */
7376 if (!target_sec
->output_section
)
7379 /* For relocatable sections, we can only simplify when the output
7380 section of the target is the same as the output section of the
7382 if (bfd_link_relocatable (link_info
)
7383 && (target_sec
->output_section
!= sec
->output_section
7384 || is_reloc_sym_weak (abfd
, irel
)))
7387 if (target_sec
->output_section
!= sec
->output_section
)
7389 /* If the two sections are sufficiently far away that relaxation
7390 might take the call out of range, we can't simplify. For
7391 example, a positive displacement call into another memory
7392 could get moved to a lower address due to literal removal,
7393 but the destination won't move, and so the displacment might
7396 If the displacement is negative, assume the destination could
7397 move as far back as the start of the output section. The
7398 self_address will be at least as far into the output section
7399 as it is prior to relaxation.
7401 If the displacement is postive, assume the destination will be in
7402 it's pre-relaxed location (because relaxation only makes sections
7403 smaller). The self_address could go all the way to the beginning
7404 of the output section. */
7406 dest_address
= target_sec
->output_section
->vma
;
7407 self_address
= sec
->output_section
->vma
;
7409 if (sec
->output_section
->vma
> target_sec
->output_section
->vma
)
7410 self_address
+= sec
->output_offset
+ irel
->r_offset
+ 3;
7412 dest_address
+= bfd_get_section_limit (abfd
, target_sec
->output_section
);
7413 /* Call targets should be four-byte aligned. */
7414 dest_address
= (dest_address
+ 3) & ~3;
7419 self_address
= (sec
->output_section
->vma
7420 + sec
->output_offset
+ irel
->r_offset
+ 3);
7421 dest_address
= (target_sec
->output_section
->vma
7422 + target_sec
->output_offset
+ target_offset
);
7425 /* Adjust addresses with alignments for the worst case to see if call insn
7426 can fit. Don't relax l32r + callx to call if the target can be out of
7427 range due to alignment.
7428 Caller and target addresses are highest and lowest address.
7429 Search all sections between caller and target, looking for max alignment.
7430 The adjustment is max alignment bytes. If the alignment at the lowest
7431 address is less than the adjustment, apply the adjustment to highest
7434 /* Start from lowest address.
7435 Lowest address aligmnet is from input section.
7436 Initial alignment (adjust) is from input section. */
7437 if (dest_address
> self_address
)
7439 s
= sec
->output_section
;
7440 last_vma
= dest_address
;
7441 first_align
= sec
->alignment_power
;
7442 adjust
= target_sec
->alignment_power
;
7446 s
= target_sec
->output_section
;
7447 last_vma
= self_address
;
7448 first_align
= target_sec
->alignment_power
;
7449 adjust
= sec
->alignment_power
;
7454 /* Find the largest alignment in output section list. */
7455 for (; s
&& s
->vma
>= first_vma
&& s
->vma
<= last_vma
; s
= s
->next
)
7457 if (s
->alignment_power
> adjust
)
7458 adjust
= s
->alignment_power
;
7461 if (adjust
> first_align
)
7463 /* Alignment may enlarge the range, adjust highest address. */
7464 adjust
= 1 << adjust
;
7465 if (dest_address
> self_address
)
7467 dest_address
+= adjust
;
7471 self_address
+= adjust
;
7475 *is_reachable_p
= pcrel_reloc_fits (direct_call_opcode
, 0,
7476 self_address
, dest_address
);
7478 if ((self_address
>> CALL_SEGMENT_BITS
) !=
7479 (dest_address
>> CALL_SEGMENT_BITS
))
7486 static Elf_Internal_Rela
*
7487 find_associated_l32r_irel (bfd
*abfd
,
7490 Elf_Internal_Rela
*other_irel
,
7491 Elf_Internal_Rela
*internal_relocs
)
7495 for (i
= 0; i
< sec
->reloc_count
; i
++)
7497 Elf_Internal_Rela
*irel
= &internal_relocs
[i
];
7499 if (irel
== other_irel
)
7501 if (irel
->r_offset
!= other_irel
->r_offset
)
7503 if (is_l32r_relocation (abfd
, sec
, contents
, irel
))
7511 static xtensa_opcode
*
7512 build_reloc_opcodes (bfd
*abfd
,
7515 Elf_Internal_Rela
*internal_relocs
)
7518 xtensa_opcode
*reloc_opcodes
=
7519 (xtensa_opcode
*) bfd_malloc (sizeof (xtensa_opcode
) * sec
->reloc_count
);
7520 for (i
= 0; i
< sec
->reloc_count
; i
++)
7522 Elf_Internal_Rela
*irel
= &internal_relocs
[i
];
7523 reloc_opcodes
[i
] = get_relocation_opcode (abfd
, sec
, contents
, irel
);
7525 return reloc_opcodes
;
7528 struct reloc_range_struct
7531 bool add
; /* TRUE if start of a range, FALSE otherwise. */
7532 /* Original irel index in the array of relocations for a section. */
7533 unsigned irel_index
;
7535 typedef struct reloc_range_struct reloc_range
;
7537 typedef struct reloc_range_list_entry_struct reloc_range_list_entry
;
7538 struct reloc_range_list_entry_struct
7540 reloc_range_list_entry
*next
;
7541 reloc_range_list_entry
*prev
;
7542 Elf_Internal_Rela
*irel
;
7543 xtensa_opcode opcode
;
7547 struct reloc_range_list_struct
7549 /* The rest of the structure is only meaningful when ok is TRUE. */
7552 unsigned n_range
; /* Number of range markers. */
7553 reloc_range
*range
; /* Sorted range markers. */
7555 unsigned first
; /* Index of a first range element in the list. */
7556 unsigned last
; /* One past index of a last range element in the list. */
7558 unsigned n_list
; /* Number of list elements. */
7559 reloc_range_list_entry
*reloc
; /* */
7560 reloc_range_list_entry list_root
;
7564 reloc_range_compare (const void *a
, const void *b
)
7566 const reloc_range
*ra
= a
;
7567 const reloc_range
*rb
= b
;
7569 if (ra
->addr
!= rb
->addr
)
7570 return ra
->addr
< rb
->addr
? -1 : 1;
7571 if (ra
->add
!= rb
->add
)
7572 return ra
->add
? -1 : 1;
7577 build_reloc_ranges (bfd
*abfd
, asection
*sec
,
7579 Elf_Internal_Rela
*internal_relocs
,
7580 xtensa_opcode
*reloc_opcodes
,
7581 reloc_range_list
*list
)
7586 reloc_range
*ranges
= NULL
;
7587 reloc_range_list_entry
*reloc
=
7588 bfd_malloc (sec
->reloc_count
* sizeof (*reloc
));
7590 memset (list
, 0, sizeof (*list
));
7593 for (i
= 0; i
< sec
->reloc_count
; i
++)
7595 Elf_Internal_Rela
*irel
= &internal_relocs
[i
];
7596 int r_type
= ELF32_R_TYPE (irel
->r_info
);
7597 reloc_howto_type
*howto
= &elf_howto_table
[r_type
];
7600 if (r_type
== R_XTENSA_ASM_SIMPLIFY
7601 || r_type
== R_XTENSA_32_PCREL
7602 || !howto
->pc_relative
)
7605 r_reloc_init (&r_rel
, abfd
, irel
, contents
,
7606 bfd_get_section_limit (abfd
, sec
));
7608 if (r_reloc_get_section (&r_rel
) != sec
)
7613 max_n
= (max_n
+ 2) * 2;
7614 ranges
= bfd_realloc (ranges
, max_n
* sizeof (*ranges
));
7617 ranges
[n
].addr
= irel
->r_offset
;
7618 ranges
[n
+ 1].addr
= r_rel
.target_offset
;
7620 ranges
[n
].add
= ranges
[n
].addr
< ranges
[n
+ 1].addr
;
7621 ranges
[n
+ 1].add
= !ranges
[n
].add
;
7623 ranges
[n
].irel_index
= i
;
7624 ranges
[n
+ 1].irel_index
= i
;
7628 reloc
[i
].irel
= irel
;
7630 /* Every relocation won't possibly be checked in the optimized version of
7631 check_section_ebb_pcrels_fit, so this needs to be done here. */
7632 if (is_alt_relocation (ELF32_R_TYPE (irel
->r_info
)))
7634 /* None of the current alternate relocs are PC-relative,
7635 and only PC-relative relocs matter here. */
7639 xtensa_opcode opcode
;
7643 opcode
= reloc_opcodes
[i
];
7645 opcode
= get_relocation_opcode (abfd
, sec
, contents
, irel
);
7647 if (opcode
== XTENSA_UNDEFINED
)
7653 opnum
= get_relocation_opnd (opcode
, ELF32_R_TYPE (irel
->r_info
));
7654 if (opnum
== XTENSA_UNDEFINED
)
7660 /* Record relocation opcode and opnum as we've calculated them
7661 anyway and they won't change. */
7662 reloc
[i
].opcode
= opcode
;
7663 reloc
[i
].opnum
= opnum
;
7669 ranges
= bfd_realloc (ranges
, n
* sizeof (*ranges
));
7670 qsort (ranges
, n
, sizeof (*ranges
), reloc_range_compare
);
7673 list
->range
= ranges
;
7674 list
->reloc
= reloc
;
7675 list
->list_root
.prev
= &list
->list_root
;
7676 list
->list_root
.next
= &list
->list_root
;
7685 static void reloc_range_list_append (reloc_range_list
*list
,
7686 unsigned irel_index
)
7688 reloc_range_list_entry
*entry
= list
->reloc
+ irel_index
;
7690 entry
->prev
= list
->list_root
.prev
;
7691 entry
->next
= &list
->list_root
;
7692 entry
->prev
->next
= entry
;
7693 entry
->next
->prev
= entry
;
7697 static void reloc_range_list_remove (reloc_range_list
*list
,
7698 unsigned irel_index
)
7700 reloc_range_list_entry
*entry
= list
->reloc
+ irel_index
;
7702 entry
->next
->prev
= entry
->prev
;
7703 entry
->prev
->next
= entry
->next
;
7707 /* Update relocation list object so that it lists all relocations that cross
7708 [first; last] range. Range bounds should not decrease with successive
7710 static void reloc_range_list_update_range (reloc_range_list
*list
,
7711 bfd_vma first
, bfd_vma last
)
7713 /* This should not happen: EBBs are iterated from lower addresses to higher.
7714 But even if that happens there's no need to break: just flush current list
7715 and start from scratch. */
7716 if ((list
->last
> 0 && list
->range
[list
->last
- 1].addr
> last
) ||
7717 (list
->first
> 0 && list
->range
[list
->first
- 1].addr
>= first
))
7722 list
->list_root
.next
= &list
->list_root
;
7723 list
->list_root
.prev
= &list
->list_root
;
7724 fprintf (stderr
, "%s: move backwards requested\n", __func__
);
7727 for (; list
->last
< list
->n_range
&&
7728 list
->range
[list
->last
].addr
<= last
; ++list
->last
)
7729 if (list
->range
[list
->last
].add
)
7730 reloc_range_list_append (list
, list
->range
[list
->last
].irel_index
);
7732 for (; list
->first
< list
->n_range
&&
7733 list
->range
[list
->first
].addr
< first
; ++list
->first
)
7734 if (!list
->range
[list
->first
].add
)
7735 reloc_range_list_remove (list
, list
->range
[list
->first
].irel_index
);
7738 static void free_reloc_range_list (reloc_range_list
*list
)
7744 /* The compute_text_actions function will build a list of potential
7745 transformation actions for code in the extended basic block of each
7746 longcall that is optimized to a direct call. From this list we
7747 generate a set of actions to actually perform that optimizes for
7748 space and, if not using size_opt, maintains branch target
7751 These actions to be performed are placed on a per-section list.
7752 The actual changes are performed by relax_section() in the second
7756 compute_text_actions (bfd
*abfd
,
7758 struct bfd_link_info
*link_info
)
7760 xtensa_opcode
*reloc_opcodes
= NULL
;
7761 xtensa_relax_info
*relax_info
;
7763 Elf_Internal_Rela
*internal_relocs
;
7766 property_table_entry
*prop_table
= 0;
7768 bfd_size_type sec_size
;
7769 reloc_range_list relevant_relocs
;
7771 relax_info
= get_xtensa_relax_info (sec
);
7772 BFD_ASSERT (relax_info
);
7773 BFD_ASSERT (relax_info
->src_next
== relax_info
->src_count
);
7775 /* Do nothing if the section contains no optimized longcalls. */
7776 if (!relax_info
->is_relaxable_asm_section
)
7779 internal_relocs
= retrieve_internal_relocs (abfd
, sec
,
7780 link_info
->keep_memory
);
7782 if (internal_relocs
)
7783 qsort (internal_relocs
, sec
->reloc_count
, sizeof (Elf_Internal_Rela
),
7784 internal_reloc_compare
);
7786 sec_size
= bfd_get_section_limit (abfd
, sec
);
7787 contents
= retrieve_contents (abfd
, sec
, link_info
->keep_memory
);
7788 if (contents
== NULL
&& sec_size
!= 0)
7794 ptblsize
= xtensa_read_table_entries (abfd
, sec
, &prop_table
,
7795 XTENSA_PROP_SEC_NAME
, false);
7802 /* Precompute the opcode for each relocation. */
7803 reloc_opcodes
= build_reloc_opcodes (abfd
, sec
, contents
, internal_relocs
);
7805 build_reloc_ranges (abfd
, sec
, contents
, internal_relocs
, reloc_opcodes
,
7808 for (i
= 0; i
< sec
->reloc_count
; i
++)
7810 Elf_Internal_Rela
*irel
= &internal_relocs
[i
];
7812 property_table_entry
*the_entry
;
7815 ebb_constraint ebb_table
;
7816 bfd_size_type simplify_size
;
7818 if (irel
&& ELF32_R_TYPE (irel
->r_info
) != R_XTENSA_ASM_SIMPLIFY
)
7820 r_offset
= irel
->r_offset
;
7822 simplify_size
= get_asm_simplify_size (contents
, sec_size
, r_offset
);
7823 if (simplify_size
== 0)
7826 /* xgettext:c-format */
7827 (_("%pB(%pA+%#" PRIx64
"): could not decode instruction for "
7828 "XTENSA_ASM_SIMPLIFY relocation; "
7829 "possible configuration mismatch"),
7830 sec
->owner
, sec
, (uint64_t) r_offset
);
7834 /* If the instruction table is not around, then don't do this
7836 the_entry
= elf_xtensa_find_property_entry (prop_table
, ptblsize
,
7837 sec
->vma
+ irel
->r_offset
);
7838 if (the_entry
== NULL
|| XTENSA_NO_NOP_REMOVAL
)
7840 text_action_add (&relax_info
->action_list
,
7841 ta_convert_longcall
, sec
, r_offset
,
7846 /* If the next longcall happens to be at the same address as an
7847 unreachable section of size 0, then skip forward. */
7848 ptbl_idx
= the_entry
- prop_table
;
7849 while ((the_entry
->flags
& XTENSA_PROP_UNREACHABLE
)
7850 && the_entry
->size
== 0
7851 && ptbl_idx
+ 1 < ptblsize
7852 && (prop_table
[ptbl_idx
+ 1].address
7853 == prop_table
[ptbl_idx
].address
))
7859 if (the_entry
->flags
& XTENSA_PROP_NO_TRANSFORM
)
7860 /* NO_REORDER is OK */
7863 init_ebb_constraint (&ebb_table
);
7864 ebb
= &ebb_table
.ebb
;
7865 init_ebb (ebb
, sec
, contents
, sec_size
, prop_table
, ptblsize
,
7866 internal_relocs
, sec
->reloc_count
);
7867 ebb
->start_offset
= r_offset
+ simplify_size
;
7868 ebb
->end_offset
= r_offset
+ simplify_size
;
7869 ebb
->start_ptbl_idx
= ptbl_idx
;
7870 ebb
->end_ptbl_idx
= ptbl_idx
;
7871 ebb
->start_reloc_idx
= i
;
7872 ebb
->end_reloc_idx
= i
;
7874 if (!extend_ebb_bounds (ebb
)
7875 || !compute_ebb_proposed_actions (&ebb_table
)
7876 || !compute_ebb_actions (&ebb_table
)
7877 || !check_section_ebb_pcrels_fit (abfd
, sec
, contents
,
7880 &ebb_table
, reloc_opcodes
)
7881 || !check_section_ebb_reduces (&ebb_table
))
7883 /* If anything goes wrong or we get unlucky and something does
7884 not fit, with our plan because of expansion between
7885 critical branches, just convert to a NOP. */
7887 text_action_add (&relax_info
->action_list
,
7888 ta_convert_longcall
, sec
, r_offset
, 0);
7889 i
= ebb_table
.ebb
.end_reloc_idx
;
7890 free_ebb_constraint (&ebb_table
);
7894 text_action_add_proposed (&relax_info
->action_list
, &ebb_table
, sec
);
7896 /* Update the index so we do not go looking at the relocations
7897 we have already processed. */
7898 i
= ebb_table
.ebb
.end_reloc_idx
;
7899 free_ebb_constraint (&ebb_table
);
7902 free_reloc_range_list (&relevant_relocs
);
7905 if (action_list_count (&relax_info
->action_list
))
7906 print_action_list (stderr
, &relax_info
->action_list
);
7910 release_contents (sec
, contents
);
7911 release_internal_relocs (sec
, internal_relocs
);
7913 free (reloc_opcodes
);
7919 /* Do not widen an instruction if it is preceeded by a
7920 loop opcode. It might cause misalignment. */
7923 prev_instr_is_a_loop (bfd_byte
*contents
,
7924 bfd_size_type content_length
,
7925 bfd_size_type offset
)
7927 xtensa_opcode prev_opcode
;
7931 prev_opcode
= insn_decode_opcode (contents
, content_length
, offset
-3, 0);
7932 return (xtensa_opcode_is_loop (xtensa_default_isa
, prev_opcode
) == 1);
7936 /* Find all of the possible actions for an extended basic block. */
7939 compute_ebb_proposed_actions (ebb_constraint
*ebb_table
)
7941 const ebb_t
*ebb
= &ebb_table
->ebb
;
7942 unsigned rel_idx
= ebb
->start_reloc_idx
;
7943 property_table_entry
*entry
, *start_entry
, *end_entry
;
7945 xtensa_isa isa
= xtensa_default_isa
;
7947 static xtensa_insnbuf insnbuf
= NULL
;
7948 static xtensa_insnbuf slotbuf
= NULL
;
7950 if (insnbuf
== NULL
)
7952 insnbuf
= xtensa_insnbuf_alloc (isa
);
7953 slotbuf
= xtensa_insnbuf_alloc (isa
);
7956 start_entry
= &ebb
->ptbl
[ebb
->start_ptbl_idx
];
7957 end_entry
= &ebb
->ptbl
[ebb
->end_ptbl_idx
];
7959 for (entry
= start_entry
; entry
<= end_entry
; entry
++)
7961 bfd_vma start_offset
, end_offset
;
7962 bfd_size_type insn_len
;
7964 start_offset
= entry
->address
- ebb
->sec
->vma
;
7965 end_offset
= entry
->address
+ entry
->size
- ebb
->sec
->vma
;
7967 if (entry
== start_entry
)
7968 start_offset
= ebb
->start_offset
;
7969 if (entry
== end_entry
)
7970 end_offset
= ebb
->end_offset
;
7971 offset
= start_offset
;
7973 if (offset
== entry
->address
- ebb
->sec
->vma
7974 && (entry
->flags
& XTENSA_PROP_INSN_BRANCH_TARGET
) != 0)
7976 enum ebb_target_enum align_type
= EBB_DESIRE_TGT_ALIGN
;
7977 BFD_ASSERT (offset
!= end_offset
);
7978 if (offset
== end_offset
)
7981 insn_len
= insn_decode_len (ebb
->contents
, ebb
->content_length
,
7986 if (check_branch_target_aligned_address (offset
, insn_len
))
7987 align_type
= EBB_REQUIRE_TGT_ALIGN
;
7989 ebb_propose_action (ebb_table
, align_type
, 0,
7990 ta_none
, offset
, 0, true);
7993 while (offset
!= end_offset
)
7995 Elf_Internal_Rela
*irel
;
7996 xtensa_opcode opcode
;
7998 while (rel_idx
< ebb
->end_reloc_idx
7999 && (ebb
->relocs
[rel_idx
].r_offset
< offset
8000 || (ebb
->relocs
[rel_idx
].r_offset
== offset
8001 && (ELF32_R_TYPE (ebb
->relocs
[rel_idx
].r_info
)
8002 != R_XTENSA_ASM_SIMPLIFY
))))
8005 /* Check for longcall. */
8006 irel
= &ebb
->relocs
[rel_idx
];
8007 if (irel
->r_offset
== offset
8008 && ELF32_R_TYPE (irel
->r_info
) == R_XTENSA_ASM_SIMPLIFY
)
8010 bfd_size_type simplify_size
;
8012 simplify_size
= get_asm_simplify_size (ebb
->contents
,
8013 ebb
->content_length
,
8015 if (simplify_size
== 0)
8018 ebb_propose_action (ebb_table
, EBB_NO_ALIGN
, 0,
8019 ta_convert_longcall
, offset
, 0, true);
8021 offset
+= simplify_size
;
8025 if (offset
+ MIN_INSN_LENGTH
> ebb
->content_length
)
8027 xtensa_insnbuf_from_chars (isa
, insnbuf
, &ebb
->contents
[offset
],
8028 ebb
->content_length
- offset
);
8029 fmt
= xtensa_format_decode (isa
, insnbuf
);
8030 if (fmt
== XTENSA_UNDEFINED
)
8032 insn_len
= xtensa_format_length (isa
, fmt
);
8033 if (insn_len
== (bfd_size_type
) XTENSA_UNDEFINED
)
8036 if (xtensa_format_num_slots (isa
, fmt
) != 1)
8042 xtensa_format_get_slot (isa
, fmt
, 0, insnbuf
, slotbuf
);
8043 opcode
= xtensa_opcode_decode (isa
, fmt
, 0, slotbuf
);
8044 if (opcode
== XTENSA_UNDEFINED
)
8047 if ((entry
->flags
& XTENSA_PROP_INSN_NO_DENSITY
) == 0
8048 && (entry
->flags
& XTENSA_PROP_NO_TRANSFORM
) == 0
8049 && can_narrow_instruction (slotbuf
, fmt
, opcode
) != 0)
8051 /* Add an instruction narrow action. */
8052 ebb_propose_action (ebb_table
, EBB_NO_ALIGN
, 0,
8053 ta_narrow_insn
, offset
, 0, false);
8055 else if ((entry
->flags
& XTENSA_PROP_NO_TRANSFORM
) == 0
8056 && can_widen_instruction (slotbuf
, fmt
, opcode
) != 0
8057 && ! prev_instr_is_a_loop (ebb
->contents
,
8058 ebb
->content_length
, offset
))
8060 /* Add an instruction widen action. */
8061 ebb_propose_action (ebb_table
, EBB_NO_ALIGN
, 0,
8062 ta_widen_insn
, offset
, 0, false);
8064 else if (xtensa_opcode_is_loop (xtensa_default_isa
, opcode
) == 1)
8066 /* Check for branch targets. */
8067 ebb_propose_action (ebb_table
, EBB_REQUIRE_LOOP_ALIGN
, 0,
8068 ta_none
, offset
, 0, true);
8075 if (ebb
->ends_unreachable
)
8077 ebb_propose_action (ebb_table
, EBB_NO_ALIGN
, 0,
8078 ta_fill
, ebb
->end_offset
, 0, true);
8085 /* xgettext:c-format */
8086 (_("%pB(%pA+%#" PRIx64
"): could not decode instruction; "
8087 "possible configuration mismatch"),
8088 ebb
->sec
->owner
, ebb
->sec
, (uint64_t) offset
);
8093 /* After all of the information has collected about the
8094 transformations possible in an EBB, compute the appropriate actions
8095 here in compute_ebb_actions. We still must check later to make
8096 sure that the actions do not break any relocations. The algorithm
8097 used here is pretty greedy. Basically, it removes as many no-ops
8098 as possible so that the end of the EBB has the same alignment
8099 characteristics as the original. First, it uses narrowing, then
8100 fill space at the end of the EBB, and finally widenings. If that
8101 does not work, it tries again with one fewer no-op removed. The
8102 optimization will only be performed if all of the branch targets
8103 that were aligned before transformation are also aligned after the
8106 When the size_opt flag is set, ignore the branch target alignments,
8107 narrow all wide instructions, and remove all no-ops unless the end
8108 of the EBB prevents it. */
8111 compute_ebb_actions (ebb_constraint
*ebb_table
)
8115 int removed_bytes
= 0;
8116 ebb_t
*ebb
= &ebb_table
->ebb
;
8117 unsigned seg_idx_start
= 0;
8118 unsigned seg_idx_end
= 0;
8120 /* We perform this like the assembler relaxation algorithm: Start by
8121 assuming all instructions are narrow and all no-ops removed; then
8124 /* For each segment of this that has a solid constraint, check to
8125 see if there are any combinations that will keep the constraint.
8127 for (seg_idx_end
= 0; seg_idx_end
< ebb_table
->action_count
; seg_idx_end
++)
8129 bool requires_text_end_align
= false;
8130 unsigned longcall_count
= 0;
8131 unsigned longcall_convert_count
= 0;
8132 unsigned narrowable_count
= 0;
8133 unsigned narrowable_convert_count
= 0;
8134 unsigned widenable_count
= 0;
8135 unsigned widenable_convert_count
= 0;
8137 proposed_action
*action
= NULL
;
8138 int align
= (1 << ebb_table
->ebb
.sec
->alignment_power
);
8140 seg_idx_start
= seg_idx_end
;
8142 for (i
= seg_idx_start
; i
< ebb_table
->action_count
; i
++)
8144 action
= &ebb_table
->actions
[i
];
8145 if (action
->action
== ta_convert_longcall
)
8147 if (action
->action
== ta_narrow_insn
)
8149 if (action
->action
== ta_widen_insn
)
8151 if (action
->action
== ta_fill
)
8153 if (action
->align_type
== EBB_REQUIRE_LOOP_ALIGN
)
8155 if (action
->align_type
== EBB_REQUIRE_TGT_ALIGN
8156 && !elf32xtensa_size_opt
)
8161 if (seg_idx_end
== ebb_table
->action_count
&& !ebb
->ends_unreachable
)
8162 requires_text_end_align
= true;
8164 if (elf32xtensa_size_opt
&& !requires_text_end_align
8165 && action
->align_type
!= EBB_REQUIRE_LOOP_ALIGN
8166 && action
->align_type
!= EBB_REQUIRE_TGT_ALIGN
)
8168 longcall_convert_count
= longcall_count
;
8169 narrowable_convert_count
= narrowable_count
;
8170 widenable_convert_count
= 0;
8174 /* There is a constraint. Convert the max number of longcalls. */
8175 narrowable_convert_count
= 0;
8176 longcall_convert_count
= 0;
8177 widenable_convert_count
= 0;
8179 for (j
= 0; j
< longcall_count
; j
++)
8181 int removed
= (longcall_count
- j
) * 3 & (align
- 1);
8182 unsigned desire_narrow
= (align
- removed
) & (align
- 1);
8183 unsigned desire_widen
= removed
;
8184 if (desire_narrow
<= narrowable_count
)
8186 narrowable_convert_count
= desire_narrow
;
8187 narrowable_convert_count
+=
8188 (align
* ((narrowable_count
- narrowable_convert_count
)
8190 longcall_convert_count
= (longcall_count
- j
);
8191 widenable_convert_count
= 0;
8194 if (desire_widen
<= widenable_count
&& !elf32xtensa_size_opt
)
8196 narrowable_convert_count
= 0;
8197 longcall_convert_count
= longcall_count
- j
;
8198 widenable_convert_count
= desire_widen
;
8204 /* Now the number of conversions are saved. Do them. */
8205 for (i
= seg_idx_start
; i
< seg_idx_end
; i
++)
8207 action
= &ebb_table
->actions
[i
];
8208 switch (action
->action
)
8210 case ta_convert_longcall
:
8211 if (longcall_convert_count
!= 0)
8213 action
->action
= ta_remove_longcall
;
8214 action
->do_action
= true;
8215 action
->removed_bytes
+= 3;
8216 longcall_convert_count
--;
8219 case ta_narrow_insn
:
8220 if (narrowable_convert_count
!= 0)
8222 action
->do_action
= true;
8223 action
->removed_bytes
+= 1;
8224 narrowable_convert_count
--;
8228 if (widenable_convert_count
!= 0)
8230 action
->do_action
= true;
8231 action
->removed_bytes
-= 1;
8232 widenable_convert_count
--;
8241 /* Now we move on to some local opts. Try to remove each of the
8242 remaining longcalls. */
8244 if (ebb_table
->ebb
.ends_section
|| ebb_table
->ebb
.ends_unreachable
)
8247 for (i
= 0; i
< ebb_table
->action_count
; i
++)
8249 int old_removed_bytes
= removed_bytes
;
8250 proposed_action
*action
= &ebb_table
->actions
[i
];
8252 if (action
->do_action
&& action
->action
== ta_convert_longcall
)
8254 bool bad_alignment
= false;
8256 for (j
= i
+ 1; j
< ebb_table
->action_count
; j
++)
8258 proposed_action
*new_action
= &ebb_table
->actions
[j
];
8259 bfd_vma offset
= new_action
->offset
;
8260 if (new_action
->align_type
== EBB_REQUIRE_TGT_ALIGN
)
8262 if (!check_branch_target_aligned
8263 (ebb_table
->ebb
.contents
,
8264 ebb_table
->ebb
.content_length
,
8265 offset
, offset
- removed_bytes
))
8267 bad_alignment
= true;
8271 if (new_action
->align_type
== EBB_REQUIRE_LOOP_ALIGN
)
8273 if (!check_loop_aligned (ebb_table
->ebb
.contents
,
8274 ebb_table
->ebb
.content_length
,
8276 offset
- removed_bytes
))
8278 bad_alignment
= true;
8282 if (new_action
->action
== ta_narrow_insn
8283 && !new_action
->do_action
8284 && ebb_table
->ebb
.sec
->alignment_power
== 2)
8286 /* Narrow an instruction and we are done. */
8287 new_action
->do_action
= true;
8288 new_action
->removed_bytes
+= 1;
8289 bad_alignment
= false;
8292 if (new_action
->action
== ta_widen_insn
8293 && new_action
->do_action
8294 && ebb_table
->ebb
.sec
->alignment_power
== 2)
8296 /* Narrow an instruction and we are done. */
8297 new_action
->do_action
= false;
8298 new_action
->removed_bytes
+= 1;
8299 bad_alignment
= false;
8302 if (new_action
->do_action
)
8303 removed_bytes
+= new_action
->removed_bytes
;
8307 action
->removed_bytes
+= 3;
8308 action
->action
= ta_remove_longcall
;
8309 action
->do_action
= true;
8312 removed_bytes
= old_removed_bytes
;
8313 if (action
->do_action
)
8314 removed_bytes
+= action
->removed_bytes
;
8319 for (i
= 0; i
< ebb_table
->action_count
; ++i
)
8321 proposed_action
*action
= &ebb_table
->actions
[i
];
8322 if (action
->do_action
)
8323 removed_bytes
+= action
->removed_bytes
;
8326 if ((removed_bytes
% (1 << ebb_table
->ebb
.sec
->alignment_power
)) != 0
8327 && ebb
->ends_unreachable
)
8329 proposed_action
*action
;
8333 BFD_ASSERT (ebb_table
->action_count
!= 0);
8334 action
= &ebb_table
->actions
[ebb_table
->action_count
- 1];
8335 BFD_ASSERT (action
->action
== ta_fill
);
8336 BFD_ASSERT (ebb
->ends_unreachable
->flags
& XTENSA_PROP_UNREACHABLE
);
8338 extra_space
= xtensa_compute_fill_extra_space (ebb
->ends_unreachable
);
8339 br
= action
->removed_bytes
+ removed_bytes
+ extra_space
;
8340 br
= br
& ((1 << ebb
->sec
->alignment_power
) - 1);
8342 action
->removed_bytes
= extra_space
- br
;
8348 /* The xlate_map is a sorted array of address mappings designed to
8349 answer the offset_with_removed_text() query with a binary search instead
8350 of a linear search through the section's action_list. */
8352 typedef struct xlate_map_entry xlate_map_entry_t
;
8353 typedef struct xlate_map xlate_map_t
;
8355 struct xlate_map_entry
8357 bfd_vma orig_address
;
8358 bfd_vma new_address
;
8364 unsigned entry_count
;
8365 xlate_map_entry_t
*entry
;
8370 xlate_compare (const void *a_v
, const void *b_v
)
8372 const xlate_map_entry_t
*a
= (const xlate_map_entry_t
*) a_v
;
8373 const xlate_map_entry_t
*b
= (const xlate_map_entry_t
*) b_v
;
8374 if (a
->orig_address
< b
->orig_address
)
8376 if (a
->orig_address
> (b
->orig_address
+ b
->size
- 1))
8383 xlate_offset_with_removed_text (const xlate_map_t
*map
,
8384 text_action_list
*action_list
,
8388 xlate_map_entry_t
*e
;
8389 struct xlate_map_entry se
;
8392 return offset_with_removed_text (action_list
, offset
);
8394 if (map
->entry_count
== 0)
8397 se
.orig_address
= offset
;
8398 r
= bsearch (&se
, map
->entry
, map
->entry_count
,
8399 sizeof (xlate_map_entry_t
), &xlate_compare
);
8400 e
= (xlate_map_entry_t
*) r
;
8402 /* There could be a jump past the end of the section,
8403 allow it using the last xlate map entry to translate its address. */
8406 e
= map
->entry
+ map
->entry_count
- 1;
8407 if (xlate_compare (&se
, e
) <= 0)
8410 BFD_ASSERT (e
!= NULL
);
8413 return e
->new_address
- e
->orig_address
+ offset
;
8416 typedef struct xlate_map_context_struct xlate_map_context
;
8417 struct xlate_map_context_struct
8420 xlate_map_entry_t
*current_entry
;
8425 xlate_map_fn (splay_tree_node node
, void *p
)
8427 text_action
*r
= (text_action
*)node
->value
;
8428 xlate_map_context
*ctx
= p
;
8429 unsigned orig_size
= 0;
8434 case ta_remove_insn
:
8435 case ta_convert_longcall
:
8436 case ta_remove_literal
:
8437 case ta_add_literal
:
8439 case ta_remove_longcall
:
8442 case ta_narrow_insn
:
8451 ctx
->current_entry
->size
=
8452 r
->offset
+ orig_size
- ctx
->current_entry
->orig_address
;
8453 if (ctx
->current_entry
->size
!= 0)
8455 ctx
->current_entry
++;
8456 ctx
->map
->entry_count
++;
8458 ctx
->current_entry
->orig_address
= r
->offset
+ orig_size
;
8459 ctx
->removed
+= r
->removed_bytes
;
8460 ctx
->current_entry
->new_address
= r
->offset
+ orig_size
- ctx
->removed
;
8461 ctx
->current_entry
->size
= 0;
8465 /* Build a binary searchable offset translation map from a section's
8468 static xlate_map_t
*
8469 build_xlate_map (asection
*sec
, xtensa_relax_info
*relax_info
)
8471 text_action_list
*action_list
= &relax_info
->action_list
;
8472 unsigned num_actions
= 0;
8473 xlate_map_context ctx
;
8475 ctx
.map
= (xlate_map_t
*) bfd_malloc (sizeof (xlate_map_t
));
8477 if (ctx
.map
== NULL
)
8480 num_actions
= action_list_count (action_list
);
8481 ctx
.map
->entry
= (xlate_map_entry_t
*)
8482 bfd_malloc (sizeof (xlate_map_entry_t
) * (num_actions
+ 1));
8483 if (ctx
.map
->entry
== NULL
)
8488 ctx
.map
->entry_count
= 0;
8491 ctx
.current_entry
= &ctx
.map
->entry
[0];
8493 ctx
.current_entry
->orig_address
= 0;
8494 ctx
.current_entry
->new_address
= 0;
8495 ctx
.current_entry
->size
= 0;
8497 splay_tree_foreach (action_list
->tree
, xlate_map_fn
, &ctx
);
8499 ctx
.current_entry
->size
= (bfd_get_section_limit (sec
->owner
, sec
)
8500 - ctx
.current_entry
->orig_address
);
8501 if (ctx
.current_entry
->size
!= 0)
8502 ctx
.map
->entry_count
++;
8508 /* Free an offset translation map. */
8511 free_xlate_map (xlate_map_t
*map
)
8521 /* Use check_section_ebb_pcrels_fit to make sure that all of the
8522 relocations in a section will fit if a proposed set of actions
8526 check_section_ebb_pcrels_fit (bfd
*abfd
,
8529 Elf_Internal_Rela
*internal_relocs
,
8530 reloc_range_list
*relevant_relocs
,
8531 const ebb_constraint
*constraint
,
8532 const xtensa_opcode
*reloc_opcodes
)
8535 unsigned n
= sec
->reloc_count
;
8536 Elf_Internal_Rela
*irel
;
8537 xlate_map_t
*xmap
= NULL
;
8539 xtensa_relax_info
*relax_info
;
8540 reloc_range_list_entry
*entry
= NULL
;
8542 relax_info
= get_xtensa_relax_info (sec
);
8544 if (relax_info
&& sec
->reloc_count
> 100)
8546 xmap
= build_xlate_map (sec
, relax_info
);
8547 /* NULL indicates out of memory, but the slow version
8548 can still be used. */
8551 if (relevant_relocs
&& constraint
->action_count
)
8553 if (!relevant_relocs
->ok
)
8560 bfd_vma min_offset
, max_offset
;
8561 min_offset
= max_offset
= constraint
->actions
[0].offset
;
8563 for (i
= 1; i
< constraint
->action_count
; ++i
)
8565 proposed_action
*action
= &constraint
->actions
[i
];
8566 bfd_vma offset
= action
->offset
;
8568 if (offset
< min_offset
)
8569 min_offset
= offset
;
8570 if (offset
> max_offset
)
8571 max_offset
= offset
;
8573 reloc_range_list_update_range (relevant_relocs
, min_offset
,
8575 n
= relevant_relocs
->n_list
;
8576 entry
= &relevant_relocs
->list_root
;
8581 relevant_relocs
= NULL
;
8584 for (i
= 0; i
< n
; i
++)
8587 bfd_vma orig_self_offset
, orig_target_offset
;
8588 bfd_vma self_offset
, target_offset
;
8590 reloc_howto_type
*howto
;
8591 int self_removed_bytes
, target_removed_bytes
;
8593 if (relevant_relocs
)
8595 entry
= entry
->next
;
8600 irel
= internal_relocs
+ i
;
8602 r_type
= ELF32_R_TYPE (irel
->r_info
);
8604 howto
= &elf_howto_table
[r_type
];
8605 /* We maintain the required invariant: PC-relative relocations
8606 that fit before linking must fit after linking. Thus we only
8607 need to deal with relocations to the same section that are
8609 if (r_type
== R_XTENSA_ASM_SIMPLIFY
8610 || r_type
== R_XTENSA_32_PCREL
8611 || !howto
->pc_relative
)
8614 r_reloc_init (&r_rel
, abfd
, irel
, contents
,
8615 bfd_get_section_limit (abfd
, sec
));
8617 if (r_reloc_get_section (&r_rel
) != sec
)
8620 orig_self_offset
= irel
->r_offset
;
8621 orig_target_offset
= r_rel
.target_offset
;
8623 self_offset
= orig_self_offset
;
8624 target_offset
= orig_target_offset
;
8629 xlate_offset_with_removed_text (xmap
, &relax_info
->action_list
,
8632 xlate_offset_with_removed_text (xmap
, &relax_info
->action_list
,
8633 orig_target_offset
);
8636 self_removed_bytes
= 0;
8637 target_removed_bytes
= 0;
8639 for (j
= 0; j
< constraint
->action_count
; ++j
)
8641 proposed_action
*action
= &constraint
->actions
[j
];
8642 bfd_vma offset
= action
->offset
;
8643 int removed_bytes
= action
->removed_bytes
;
8644 if (offset
< orig_self_offset
8645 || (offset
== orig_self_offset
&& action
->action
== ta_fill
8646 && action
->removed_bytes
< 0))
8647 self_removed_bytes
+= removed_bytes
;
8648 if (offset
< orig_target_offset
8649 || (offset
== orig_target_offset
&& action
->action
== ta_fill
8650 && action
->removed_bytes
< 0))
8651 target_removed_bytes
+= removed_bytes
;
8653 self_offset
-= self_removed_bytes
;
8654 target_offset
-= target_removed_bytes
;
8656 /* Try to encode it. Get the operand and check. */
8657 if (is_alt_relocation (ELF32_R_TYPE (irel
->r_info
)))
8659 /* None of the current alternate relocs are PC-relative,
8660 and only PC-relative relocs matter here. */
8664 xtensa_opcode opcode
;
8667 if (relevant_relocs
)
8669 opcode
= entry
->opcode
;
8670 opnum
= entry
->opnum
;
8675 opcode
= reloc_opcodes
[relevant_relocs
?
8676 (unsigned)(entry
- relevant_relocs
->reloc
) : i
];
8678 opcode
= get_relocation_opcode (abfd
, sec
, contents
, irel
);
8679 if (opcode
== XTENSA_UNDEFINED
)
8685 opnum
= get_relocation_opnd (opcode
, ELF32_R_TYPE (irel
->r_info
));
8686 if (opnum
== XTENSA_UNDEFINED
)
8693 if (!pcrel_reloc_fits (opcode
, opnum
, self_offset
, target_offset
))
8701 free_xlate_map (xmap
);
8708 check_section_ebb_reduces (const ebb_constraint
*constraint
)
8713 for (i
= 0; i
< constraint
->action_count
; i
++)
8715 const proposed_action
*action
= &constraint
->actions
[i
];
8716 if (action
->do_action
)
8717 removed
+= action
->removed_bytes
;
8727 text_action_add_proposed (text_action_list
*l
,
8728 const ebb_constraint
*ebb_table
,
8733 for (i
= 0; i
< ebb_table
->action_count
; i
++)
8735 proposed_action
*action
= &ebb_table
->actions
[i
];
8737 if (!action
->do_action
)
8739 switch (action
->action
)
8741 case ta_remove_insn
:
8742 case ta_remove_longcall
:
8743 case ta_convert_longcall
:
8744 case ta_narrow_insn
:
8747 case ta_remove_literal
:
8748 text_action_add (l
, action
->action
, sec
, action
->offset
,
8749 action
->removed_bytes
);
8762 xtensa_compute_fill_extra_space (property_table_entry
*entry
)
8764 int fill_extra_space
;
8769 if ((entry
->flags
& XTENSA_PROP_UNREACHABLE
) == 0)
8772 fill_extra_space
= entry
->size
;
8773 if ((entry
->flags
& XTENSA_PROP_ALIGN
) != 0)
8775 /* Fill bytes for alignment:
8776 (2**n)-1 - (addr + (2**n)-1) & (2**n -1) */
8777 int pow
= GET_XTENSA_PROP_ALIGNMENT (entry
->flags
);
8778 int nsm
= (1 << pow
) - 1;
8779 bfd_vma addr
= entry
->address
+ entry
->size
;
8780 bfd_vma align_fill
= nsm
- ((addr
+ nsm
) & nsm
);
8781 fill_extra_space
+= align_fill
;
8783 return fill_extra_space
;
8787 /* First relaxation pass. */
8789 /* If the section contains relaxable literals, check each literal to
8790 see if it has the same value as another literal that has already
8791 been seen, either in the current section or a previous one. If so,
8792 add an entry to the per-section list of removed literals. The
8793 actual changes are deferred until the next pass. */
8796 compute_removed_literals (bfd
*abfd
,
8798 struct bfd_link_info
*link_info
,
8799 value_map_hash_table
*values
)
8801 xtensa_relax_info
*relax_info
;
8803 Elf_Internal_Rela
*internal_relocs
;
8804 source_reloc
*src_relocs
, *rel
;
8806 property_table_entry
*prop_table
= NULL
;
8809 bool last_loc_is_prev
= false;
8810 bfd_vma last_target_offset
= 0;
8811 section_cache_t target_sec_cache
;
8812 bfd_size_type sec_size
;
8814 init_section_cache (&target_sec_cache
);
8816 /* Do nothing if it is not a relaxable literal section. */
8817 relax_info
= get_xtensa_relax_info (sec
);
8818 BFD_ASSERT (relax_info
);
8819 if (!relax_info
->is_relaxable_literal_section
)
8822 internal_relocs
= retrieve_internal_relocs (abfd
, sec
,
8823 link_info
->keep_memory
);
8825 sec_size
= bfd_get_section_limit (abfd
, sec
);
8826 contents
= retrieve_contents (abfd
, sec
, link_info
->keep_memory
);
8827 if (contents
== NULL
&& sec_size
!= 0)
8833 /* Sort the source_relocs by target offset. */
8834 src_relocs
= relax_info
->src_relocs
;
8835 qsort (src_relocs
, relax_info
->src_count
,
8836 sizeof (source_reloc
), source_reloc_compare
);
8837 qsort (internal_relocs
, sec
->reloc_count
, sizeof (Elf_Internal_Rela
),
8838 internal_reloc_compare
);
8840 ptblsize
= xtensa_read_table_entries (abfd
, sec
, &prop_table
,
8841 XTENSA_PROP_SEC_NAME
, false);
8849 for (i
= 0; i
< relax_info
->src_count
; i
++)
8851 Elf_Internal_Rela
*irel
= NULL
;
8853 rel
= &src_relocs
[i
];
8854 if (get_l32r_opcode () != rel
->opcode
)
8856 irel
= get_irel_at_offset (sec
, internal_relocs
,
8857 rel
->r_rel
.target_offset
);
8859 /* If the relocation on this is not a simple R_XTENSA_32 or
8860 R_XTENSA_PLT then do not consider it. This may happen when
8861 the difference of two symbols is used in a literal. */
8862 if (irel
&& (ELF32_R_TYPE (irel
->r_info
) != R_XTENSA_32
8863 && ELF32_R_TYPE (irel
->r_info
) != R_XTENSA_PLT
))
8866 /* If the target_offset for this relocation is the same as the
8867 previous relocation, then we've already considered whether the
8868 literal can be coalesced. Skip to the next one.... */
8869 if (i
!= 0 && prev_i
!= -1
8870 && src_relocs
[i
-1].r_rel
.target_offset
== rel
->r_rel
.target_offset
)
8874 if (last_loc_is_prev
&&
8875 last_target_offset
+ 4 != rel
->r_rel
.target_offset
)
8876 last_loc_is_prev
= false;
8878 /* Check if the relocation was from an L32R that is being removed
8879 because a CALLX was converted to a direct CALL, and check if
8880 there are no other relocations to the literal. */
8881 if (is_removable_literal (rel
, i
, src_relocs
, relax_info
->src_count
,
8882 sec
, prop_table
, ptblsize
))
8884 if (!remove_dead_literal (abfd
, sec
, link_info
, internal_relocs
,
8885 irel
, rel
, prop_table
, ptblsize
))
8890 last_target_offset
= rel
->r_rel
.target_offset
;
8894 if (!identify_literal_placement (abfd
, sec
, contents
, link_info
,
8896 &last_loc_is_prev
, irel
,
8897 relax_info
->src_count
- i
, rel
,
8898 prop_table
, ptblsize
,
8899 &target_sec_cache
, rel
->is_abs_literal
))
8904 last_target_offset
= rel
->r_rel
.target_offset
;
8908 print_removed_literals (stderr
, &relax_info
->removed_list
);
8909 print_action_list (stderr
, &relax_info
->action_list
);
8914 free_section_cache (&target_sec_cache
);
8916 release_contents (sec
, contents
);
8917 release_internal_relocs (sec
, internal_relocs
);
8922 static Elf_Internal_Rela
*
8923 get_irel_at_offset (asection
*sec
,
8924 Elf_Internal_Rela
*internal_relocs
,
8928 Elf_Internal_Rela
*irel
;
8930 Elf_Internal_Rela key
;
8932 if (!internal_relocs
)
8935 key
.r_offset
= offset
;
8936 irel
= bsearch (&key
, internal_relocs
, sec
->reloc_count
,
8937 sizeof (Elf_Internal_Rela
), internal_reloc_matches
);
8941 /* bsearch does not guarantee which will be returned if there are
8942 multiple matches. We need the first that is not an alignment. */
8943 i
= irel
- internal_relocs
;
8946 if (internal_relocs
[i
-1].r_offset
!= offset
)
8950 for ( ; i
< sec
->reloc_count
; i
++)
8952 irel
= &internal_relocs
[i
];
8953 r_type
= ELF32_R_TYPE (irel
->r_info
);
8954 if (irel
->r_offset
== offset
&& r_type
!= R_XTENSA_NONE
)
8963 is_removable_literal (const source_reloc
*rel
,
8965 const source_reloc
*src_relocs
,
8968 property_table_entry
*prop_table
,
8971 const source_reloc
*curr_rel
;
8972 property_table_entry
*entry
;
8977 entry
= elf_xtensa_find_property_entry (prop_table
, ptblsize
,
8978 sec
->vma
+ rel
->r_rel
.target_offset
);
8979 if (entry
&& (entry
->flags
& XTENSA_PROP_NO_TRANSFORM
))
8982 for (++i
; i
< src_count
; ++i
)
8984 curr_rel
= &src_relocs
[i
];
8985 /* If all others have the same target offset.... */
8986 if (curr_rel
->r_rel
.target_offset
!= rel
->r_rel
.target_offset
)
8989 if (!curr_rel
->is_null
8990 && !xtensa_is_property_section (curr_rel
->source_sec
)
8991 && !(curr_rel
->source_sec
->flags
& SEC_DEBUGGING
))
8999 remove_dead_literal (bfd
*abfd
,
9001 struct bfd_link_info
*link_info
,
9002 Elf_Internal_Rela
*internal_relocs
,
9003 Elf_Internal_Rela
*irel
,
9005 property_table_entry
*prop_table
,
9008 property_table_entry
*entry
;
9009 xtensa_relax_info
*relax_info
;
9011 relax_info
= get_xtensa_relax_info (sec
);
9015 entry
= elf_xtensa_find_property_entry (prop_table
, ptblsize
,
9016 sec
->vma
+ rel
->r_rel
.target_offset
);
9018 /* Mark the unused literal so that it will be removed. */
9019 add_removed_literal (&relax_info
->removed_list
, &rel
->r_rel
, NULL
);
9021 text_action_add (&relax_info
->action_list
,
9022 ta_remove_literal
, sec
, rel
->r_rel
.target_offset
, 4);
9024 /* If the section is 4-byte aligned, do not add fill. */
9025 if (sec
->alignment_power
> 2)
9027 int fill_extra_space
;
9028 bfd_vma entry_sec_offset
;
9030 property_table_entry
*the_add_entry
;
9034 entry_sec_offset
= entry
->address
- sec
->vma
+ entry
->size
;
9036 entry_sec_offset
= rel
->r_rel
.target_offset
+ 4;
9038 /* If the literal range is at the end of the section,
9040 the_add_entry
= elf_xtensa_find_property_entry (prop_table
, ptblsize
,
9042 fill_extra_space
= xtensa_compute_fill_extra_space (the_add_entry
);
9044 fa
= find_fill_action (&relax_info
->action_list
, sec
, entry_sec_offset
);
9045 removed_diff
= compute_removed_action_diff (fa
, sec
, entry_sec_offset
,
9046 -4, fill_extra_space
);
9048 adjust_fill_action (fa
, removed_diff
);
9050 text_action_add (&relax_info
->action_list
,
9051 ta_fill
, sec
, entry_sec_offset
, removed_diff
);
9054 /* Zero out the relocation on this literal location. */
9057 if (elf_hash_table (link_info
)->dynamic_sections_created
)
9058 shrink_dynamic_reloc_sections (link_info
, abfd
, sec
, irel
);
9060 irel
->r_info
= ELF32_R_INFO (0, R_XTENSA_NONE
);
9061 pin_internal_relocs (sec
, internal_relocs
);
9064 /* Do not modify "last_loc_is_prev". */
9070 identify_literal_placement (bfd
*abfd
,
9073 struct bfd_link_info
*link_info
,
9074 value_map_hash_table
*values
,
9075 bool *last_loc_is_prev_p
,
9076 Elf_Internal_Rela
*irel
,
9077 int remaining_src_rels
,
9079 property_table_entry
*prop_table
,
9081 section_cache_t
*target_sec_cache
,
9082 bool is_abs_literal
)
9086 xtensa_relax_info
*relax_info
;
9087 bool literal_placed
= false;
9089 unsigned long value
;
9090 bool final_static_link
;
9091 bfd_size_type sec_size
;
9093 relax_info
= get_xtensa_relax_info (sec
);
9097 sec_size
= bfd_get_section_limit (abfd
, sec
);
9100 (!bfd_link_relocatable (link_info
)
9101 && !elf_hash_table (link_info
)->dynamic_sections_created
);
9103 /* The placement algorithm first checks to see if the literal is
9104 already in the value map. If so and the value map is reachable
9105 from all uses, then the literal is moved to that location. If
9106 not, then we identify the last location where a fresh literal was
9107 placed. If the literal can be safely moved there, then we do so.
9108 If not, then we assume that the literal is not to move and leave
9109 the literal where it is, marking it as the last literal
9112 /* Find the literal value. */
9114 r_reloc_init (&r_rel
, abfd
, irel
, contents
, sec_size
);
9117 BFD_ASSERT (rel
->r_rel
.target_offset
< sec_size
);
9118 value
= bfd_get_32 (abfd
, contents
+ rel
->r_rel
.target_offset
);
9120 init_literal_value (&val
, &r_rel
, value
, is_abs_literal
);
9122 /* Check if we've seen another literal with the same value that
9123 is in the same output section. */
9124 val_map
= value_map_get_cached_value (values
, &val
, final_static_link
);
9127 && (r_reloc_get_section (&val_map
->loc
)->output_section
9128 == sec
->output_section
)
9129 && relocations_reach (rel
, remaining_src_rels
, &val_map
->loc
)
9130 && coalesce_shared_literal (sec
, rel
, prop_table
, ptblsize
, val_map
))
9132 /* No change to last_loc_is_prev. */
9133 literal_placed
= true;
9136 /* For relocatable links, do not try to move literals. To do it
9137 correctly might increase the number of relocations in an input
9138 section making the default relocatable linking fail. */
9139 if (!bfd_link_relocatable (link_info
) && !literal_placed
9140 && values
->has_last_loc
&& !(*last_loc_is_prev_p
))
9142 asection
*target_sec
= r_reloc_get_section (&values
->last_loc
);
9143 if (target_sec
&& target_sec
->output_section
== sec
->output_section
)
9145 /* Increment the virtual offset. */
9146 r_reloc try_loc
= values
->last_loc
;
9147 try_loc
.virtual_offset
+= 4;
9149 /* There is a last loc that was in the same output section. */
9150 if (relocations_reach (rel
, remaining_src_rels
, &try_loc
)
9151 && move_shared_literal (sec
, link_info
, rel
,
9152 prop_table
, ptblsize
,
9153 &try_loc
, &val
, target_sec_cache
))
9155 values
->last_loc
.virtual_offset
+= 4;
9156 literal_placed
= true;
9158 val_map
= add_value_map (values
, &val
, &try_loc
,
9161 val_map
->loc
= try_loc
;
9166 if (!literal_placed
)
9168 /* Nothing worked, leave the literal alone but update the last loc. */
9169 values
->has_last_loc
= true;
9170 values
->last_loc
= rel
->r_rel
;
9172 val_map
= add_value_map (values
, &val
, &rel
->r_rel
, final_static_link
);
9174 val_map
->loc
= rel
->r_rel
;
9175 *last_loc_is_prev_p
= true;
9182 /* Check if the original relocations (presumably on L32R instructions)
9183 identified by reloc[0..N] can be changed to reference the literal
9184 identified by r_rel. If r_rel is out of range for any of the
9185 original relocations, then we don't want to coalesce the original
9186 literal with the one at r_rel. We only check reloc[0..N], where the
9187 offsets are all the same as for reloc[0] (i.e., they're all
9188 referencing the same literal) and where N is also bounded by the
9189 number of remaining entries in the "reloc" array. The "reloc" array
9190 is sorted by target offset so we know all the entries for the same
9191 literal will be contiguous. */
9194 relocations_reach (source_reloc
*reloc
,
9195 int remaining_relocs
,
9196 const r_reloc
*r_rel
)
9198 bfd_vma from_offset
, source_address
, dest_address
;
9202 if (!r_reloc_is_defined (r_rel
))
9205 sec
= r_reloc_get_section (r_rel
);
9206 from_offset
= reloc
[0].r_rel
.target_offset
;
9208 for (i
= 0; i
< remaining_relocs
; i
++)
9210 if (reloc
[i
].r_rel
.target_offset
!= from_offset
)
9213 /* Ignore relocations that have been removed. */
9214 if (reloc
[i
].is_null
)
9217 /* The original and new output section for these must be the same
9218 in order to coalesce. */
9219 if (r_reloc_get_section (&reloc
[i
].r_rel
)->output_section
9220 != sec
->output_section
)
9223 /* Absolute literals in the same output section can always be
9225 if (reloc
[i
].is_abs_literal
)
9228 /* A literal with no PC-relative relocations can be moved anywhere. */
9229 if (reloc
[i
].opnd
!= -1)
9231 /* Otherwise, check to see that it fits. */
9232 source_address
= (reloc
[i
].source_sec
->output_section
->vma
9233 + reloc
[i
].source_sec
->output_offset
9234 + reloc
[i
].r_rel
.rela
.r_offset
);
9235 dest_address
= (sec
->output_section
->vma
9236 + sec
->output_offset
9237 + r_rel
->target_offset
);
9239 if (!pcrel_reloc_fits (reloc
[i
].opcode
, reloc
[i
].opnd
,
9240 source_address
, dest_address
))
9249 /* Move a literal to another literal location because it is
9250 the same as the other literal value. */
9253 coalesce_shared_literal (asection
*sec
,
9255 property_table_entry
*prop_table
,
9259 property_table_entry
*entry
;
9261 property_table_entry
*the_add_entry
;
9263 xtensa_relax_info
*relax_info
;
9265 relax_info
= get_xtensa_relax_info (sec
);
9269 entry
= elf_xtensa_find_property_entry
9270 (prop_table
, ptblsize
, sec
->vma
+ rel
->r_rel
.target_offset
);
9271 if (entry
&& (entry
->flags
& XTENSA_PROP_NO_TRANSFORM
))
9274 /* Mark that the literal will be coalesced. */
9275 add_removed_literal (&relax_info
->removed_list
, &rel
->r_rel
, &val_map
->loc
);
9277 text_action_add (&relax_info
->action_list
,
9278 ta_remove_literal
, sec
, rel
->r_rel
.target_offset
, 4);
9280 /* If the section is 4-byte aligned, do not add fill. */
9281 if (sec
->alignment_power
> 2)
9283 int fill_extra_space
;
9284 bfd_vma entry_sec_offset
;
9287 entry_sec_offset
= entry
->address
- sec
->vma
+ entry
->size
;
9289 entry_sec_offset
= rel
->r_rel
.target_offset
+ 4;
9291 /* If the literal range is at the end of the section,
9293 fill_extra_space
= 0;
9294 the_add_entry
= elf_xtensa_find_property_entry (prop_table
, ptblsize
,
9296 if (the_add_entry
&& (the_add_entry
->flags
& XTENSA_PROP_UNREACHABLE
))
9297 fill_extra_space
= the_add_entry
->size
;
9299 fa
= find_fill_action (&relax_info
->action_list
, sec
, entry_sec_offset
);
9300 removed_diff
= compute_removed_action_diff (fa
, sec
, entry_sec_offset
,
9301 -4, fill_extra_space
);
9303 adjust_fill_action (fa
, removed_diff
);
9305 text_action_add (&relax_info
->action_list
,
9306 ta_fill
, sec
, entry_sec_offset
, removed_diff
);
9313 /* Move a literal to another location. This may actually increase the
9314 total amount of space used because of alignments so we need to do
9315 this carefully. Also, it may make a branch go out of range. */
9318 move_shared_literal (asection
*sec
,
9319 struct bfd_link_info
*link_info
,
9321 property_table_entry
*prop_table
,
9323 const r_reloc
*target_loc
,
9324 const literal_value
*lit_value
,
9325 section_cache_t
*target_sec_cache
)
9327 property_table_entry
*the_add_entry
, *src_entry
, *target_entry
= NULL
;
9328 text_action
*fa
, *target_fa
;
9330 xtensa_relax_info
*relax_info
, *target_relax_info
;
9331 asection
*target_sec
;
9333 ebb_constraint ebb_table
;
9336 /* If this routine always returns FALSE, the literals that cannot be
9337 coalesced will not be moved. */
9338 if (elf32xtensa_no_literal_movement
)
9341 relax_info
= get_xtensa_relax_info (sec
);
9345 target_sec
= r_reloc_get_section (target_loc
);
9346 target_relax_info
= get_xtensa_relax_info (target_sec
);
9348 /* Literals to undefined sections may not be moved because they
9349 must report an error. */
9350 if (bfd_is_und_section (target_sec
))
9353 src_entry
= elf_xtensa_find_property_entry
9354 (prop_table
, ptblsize
, sec
->vma
+ rel
->r_rel
.target_offset
);
9356 if (!section_cache_section (target_sec_cache
, target_sec
, link_info
))
9359 target_entry
= elf_xtensa_find_property_entry
9360 (target_sec_cache
->ptbl
, target_sec_cache
->pte_count
,
9361 target_sec
->vma
+ target_loc
->target_offset
);
9366 /* Make sure that we have not broken any branches. */
9369 init_ebb_constraint (&ebb_table
);
9370 ebb
= &ebb_table
.ebb
;
9371 init_ebb (ebb
, target_sec_cache
->sec
, target_sec_cache
->contents
,
9372 target_sec_cache
->content_length
,
9373 target_sec_cache
->ptbl
, target_sec_cache
->pte_count
,
9374 target_sec_cache
->relocs
, target_sec_cache
->reloc_count
);
9376 /* Propose to add 4 bytes + worst-case alignment size increase to
9378 ebb_propose_action (&ebb_table
, EBB_NO_ALIGN
, 0,
9379 ta_fill
, target_loc
->target_offset
,
9380 -4 - (1 << target_sec
->alignment_power
), true);
9382 /* Check all of the PC-relative relocations to make sure they still fit. */
9383 relocs_fit
= check_section_ebb_pcrels_fit (target_sec
->owner
, target_sec
,
9384 target_sec_cache
->contents
,
9385 target_sec_cache
->relocs
, NULL
,
9391 text_action_add_literal (&target_relax_info
->action_list
,
9392 ta_add_literal
, target_loc
, lit_value
, -4);
9394 if (target_sec
->alignment_power
> 2 && target_entry
!= src_entry
)
9396 /* May need to add or remove some fill to maintain alignment. */
9397 int fill_extra_space
;
9398 bfd_vma entry_sec_offset
;
9401 target_entry
->address
- target_sec
->vma
+ target_entry
->size
;
9403 /* If the literal range is at the end of the section,
9405 fill_extra_space
= 0;
9407 elf_xtensa_find_property_entry (target_sec_cache
->ptbl
,
9408 target_sec_cache
->pte_count
,
9410 if (the_add_entry
&& (the_add_entry
->flags
& XTENSA_PROP_UNREACHABLE
))
9411 fill_extra_space
= the_add_entry
->size
;
9413 target_fa
= find_fill_action (&target_relax_info
->action_list
,
9414 target_sec
, entry_sec_offset
);
9415 removed_diff
= compute_removed_action_diff (target_fa
, target_sec
,
9416 entry_sec_offset
, 4,
9419 adjust_fill_action (target_fa
, removed_diff
);
9421 text_action_add (&target_relax_info
->action_list
,
9422 ta_fill
, target_sec
, entry_sec_offset
, removed_diff
);
9425 /* Mark that the literal will be moved to the new location. */
9426 add_removed_literal (&relax_info
->removed_list
, &rel
->r_rel
, target_loc
);
9428 /* Remove the literal. */
9429 text_action_add (&relax_info
->action_list
,
9430 ta_remove_literal
, sec
, rel
->r_rel
.target_offset
, 4);
9432 /* If the section is 4-byte aligned, do not add fill. */
9433 if (sec
->alignment_power
> 2 && target_entry
!= src_entry
)
9435 int fill_extra_space
;
9436 bfd_vma entry_sec_offset
;
9439 entry_sec_offset
= src_entry
->address
- sec
->vma
+ src_entry
->size
;
9441 entry_sec_offset
= rel
->r_rel
.target_offset
+4;
9443 /* If the literal range is at the end of the section,
9445 fill_extra_space
= 0;
9446 the_add_entry
= elf_xtensa_find_property_entry (prop_table
, ptblsize
,
9448 if (the_add_entry
&& (the_add_entry
->flags
& XTENSA_PROP_UNREACHABLE
))
9449 fill_extra_space
= the_add_entry
->size
;
9451 fa
= find_fill_action (&relax_info
->action_list
, sec
, entry_sec_offset
);
9452 removed_diff
= compute_removed_action_diff (fa
, sec
, entry_sec_offset
,
9453 -4, fill_extra_space
);
9455 adjust_fill_action (fa
, removed_diff
);
9457 text_action_add (&relax_info
->action_list
,
9458 ta_fill
, sec
, entry_sec_offset
, removed_diff
);
9465 /* Second relaxation pass. */
9468 action_remove_bytes_fn (splay_tree_node node
, void *p
)
9470 bfd_size_type
*final_size
= p
;
9471 text_action
*action
= (text_action
*)node
->value
;
9473 *final_size
-= action
->removed_bytes
;
9477 /* Modify all of the relocations to point to the right spot, and if this
9478 is a relaxable section, delete the unwanted literals and fix the
9482 relax_section (bfd
*abfd
, asection
*sec
, struct bfd_link_info
*link_info
)
9484 Elf_Internal_Rela
*internal_relocs
;
9485 xtensa_relax_info
*relax_info
;
9490 bool virtual_action
;
9491 bfd_size_type sec_size
;
9493 sec_size
= bfd_get_section_limit (abfd
, sec
);
9494 relax_info
= get_xtensa_relax_info (sec
);
9495 BFD_ASSERT (relax_info
);
9497 /* First translate any of the fixes that have been added already. */
9498 translate_section_fixes (sec
);
9500 /* Handle property sections (e.g., literal tables) specially. */
9501 if (xtensa_is_property_section (sec
))
9503 BFD_ASSERT (!relax_info
->is_relaxable_literal_section
);
9504 return relax_property_section (abfd
, sec
, link_info
);
9507 internal_relocs
= retrieve_internal_relocs (abfd
, sec
,
9508 link_info
->keep_memory
);
9509 if (!internal_relocs
&& !action_list_count (&relax_info
->action_list
))
9512 contents
= retrieve_contents (abfd
, sec
, link_info
->keep_memory
);
9513 if (contents
== NULL
&& sec_size
!= 0)
9519 if (internal_relocs
)
9521 for (i
= 0; i
< sec
->reloc_count
; i
++)
9523 Elf_Internal_Rela
*irel
;
9524 xtensa_relax_info
*target_relax_info
;
9525 bfd_vma source_offset
, old_source_offset
;
9528 asection
*target_sec
;
9530 /* Locally change the source address.
9531 Translate the target to the new target address.
9532 If it points to this section and has been removed,
9536 irel
= &internal_relocs
[i
];
9537 source_offset
= irel
->r_offset
;
9538 old_source_offset
= source_offset
;
9540 r_type
= ELF32_R_TYPE (irel
->r_info
);
9541 r_reloc_init (&r_rel
, abfd
, irel
, contents
,
9542 bfd_get_section_limit (abfd
, sec
));
9544 /* If this section could have changed then we may need to
9545 change the relocation's offset. */
9547 if (relax_info
->is_relaxable_literal_section
9548 || relax_info
->is_relaxable_asm_section
)
9550 pin_internal_relocs (sec
, internal_relocs
);
9552 if (r_type
!= R_XTENSA_NONE
9553 && find_removed_literal (&relax_info
->removed_list
,
9556 /* Remove this relocation. */
9557 if (elf_hash_table (link_info
)->dynamic_sections_created
)
9558 shrink_dynamic_reloc_sections (link_info
, abfd
, sec
, irel
);
9559 irel
->r_info
= ELF32_R_INFO (0, R_XTENSA_NONE
);
9560 irel
->r_offset
= offset_with_removed_text_map
9561 (&relax_info
->action_list
, irel
->r_offset
);
9565 if (r_type
== R_XTENSA_ASM_SIMPLIFY
)
9567 text_action
*action
=
9568 find_insn_action (&relax_info
->action_list
,
9570 if (action
&& (action
->action
== ta_convert_longcall
9571 || action
->action
== ta_remove_longcall
))
9573 bfd_reloc_status_type retval
;
9574 char *error_message
= NULL
;
9576 retval
= contract_asm_expansion (contents
, sec_size
,
9577 irel
, &error_message
);
9578 if (retval
!= bfd_reloc_ok
)
9580 (*link_info
->callbacks
->reloc_dangerous
)
9581 (link_info
, error_message
, abfd
, sec
,
9585 /* Update the action so that the code that moves
9586 the contents will do the right thing. */
9587 /* ta_remove_longcall and ta_remove_insn actions are
9588 grouped together in the tree as well as
9589 ta_convert_longcall and ta_none, so that changes below
9590 can be done w/o removing and reinserting action into
9593 if (action
->action
== ta_remove_longcall
)
9594 action
->action
= ta_remove_insn
;
9596 action
->action
= ta_none
;
9597 /* Refresh the info in the r_rel. */
9598 r_reloc_init (&r_rel
, abfd
, irel
, contents
, sec_size
);
9599 r_type
= ELF32_R_TYPE (irel
->r_info
);
9603 source_offset
= offset_with_removed_text_map
9604 (&relax_info
->action_list
, irel
->r_offset
);
9605 irel
->r_offset
= source_offset
;
9608 /* If the target section could have changed then
9609 we may need to change the relocation's target offset. */
9611 target_sec
= r_reloc_get_section (&r_rel
);
9613 /* For a reference to a discarded section from a DWARF section,
9614 i.e., where action_discarded is PRETEND, the symbol will
9615 eventually be modified to refer to the kept section (at least if
9616 the kept and discarded sections are the same size). Anticipate
9617 that here and adjust things accordingly. */
9618 if (! elf_xtensa_ignore_discarded_relocs (sec
)
9619 && elf_xtensa_action_discarded (sec
) == PRETEND
9620 && sec
->sec_info_type
!= SEC_INFO_TYPE_STABS
9621 && target_sec
!= NULL
9622 && discarded_section (target_sec
))
9624 /* It would be natural to call _bfd_elf_check_kept_section
9625 here, but it's not exported from elflink.c. It's also a
9626 fairly expensive check. Adjusting the relocations to the
9627 discarded section is fairly harmless; it will only adjust
9628 some addends and difference values. If it turns out that
9629 _bfd_elf_check_kept_section fails later, it won't matter,
9630 so just compare the section names to find the right group
9632 asection
*kept
= target_sec
->kept_section
;
9635 if ((kept
->flags
& SEC_GROUP
) != 0)
9637 asection
*first
= elf_next_in_group (kept
);
9638 asection
*s
= first
;
9643 if (strcmp (s
->name
, target_sec
->name
) == 0)
9648 s
= elf_next_in_group (s
);
9655 && ((target_sec
->rawsize
!= 0
9656 ? target_sec
->rawsize
: target_sec
->size
)
9657 == (kept
->rawsize
!= 0 ? kept
->rawsize
: kept
->size
)))
9661 target_relax_info
= get_xtensa_relax_info (target_sec
);
9662 if (target_relax_info
9663 && (target_relax_info
->is_relaxable_literal_section
9664 || target_relax_info
->is_relaxable_asm_section
))
9667 target_sec
= translate_reloc (&r_rel
, &new_reloc
, target_sec
);
9669 if (r_type
== R_XTENSA_DIFF8
9670 || r_type
== R_XTENSA_DIFF16
9671 || r_type
== R_XTENSA_DIFF32
9672 || r_type
== R_XTENSA_PDIFF8
9673 || r_type
== R_XTENSA_PDIFF16
9674 || r_type
== R_XTENSA_PDIFF32
9675 || r_type
== R_XTENSA_NDIFF8
9676 || r_type
== R_XTENSA_NDIFF16
9677 || r_type
== R_XTENSA_NDIFF32
)
9679 bfd_signed_vma diff_value
= 0;
9680 bfd_vma new_end_offset
, diff_mask
= 0;
9682 if (bfd_get_section_limit (abfd
, sec
) < old_source_offset
)
9684 (*link_info
->callbacks
->reloc_dangerous
)
9685 (link_info
, _("invalid relocation address"),
9686 abfd
, sec
, old_source_offset
);
9692 case R_XTENSA_DIFF8
:
9695 bfd_get_signed_8 (abfd
, &contents
[old_source_offset
]);
9697 case R_XTENSA_DIFF16
:
9700 bfd_get_signed_16 (abfd
, &contents
[old_source_offset
]);
9702 case R_XTENSA_DIFF32
:
9703 diff_mask
= 0x7fffffff;
9705 bfd_get_signed_32 (abfd
, &contents
[old_source_offset
]);
9707 case R_XTENSA_PDIFF8
:
9708 case R_XTENSA_NDIFF8
:
9711 bfd_get_8 (abfd
, &contents
[old_source_offset
]);
9713 case R_XTENSA_PDIFF16
:
9714 case R_XTENSA_NDIFF16
:
9717 bfd_get_16 (abfd
, &contents
[old_source_offset
]);
9719 case R_XTENSA_PDIFF32
:
9720 case R_XTENSA_NDIFF32
:
9721 diff_mask
= 0xffffffff;
9723 bfd_get_32 (abfd
, &contents
[old_source_offset
]);
9727 if (r_type
>= R_XTENSA_NDIFF8
9728 && r_type
<= R_XTENSA_NDIFF32
9730 diff_value
|= ~diff_mask
;
9732 new_end_offset
= offset_with_removed_text_map
9733 (&target_relax_info
->action_list
,
9734 r_rel
.target_offset
+ diff_value
);
9735 diff_value
= new_end_offset
- new_reloc
.target_offset
;
9739 case R_XTENSA_DIFF8
:
9740 bfd_put_signed_8 (abfd
, diff_value
,
9741 &contents
[old_source_offset
]);
9743 case R_XTENSA_DIFF16
:
9744 bfd_put_signed_16 (abfd
, diff_value
,
9745 &contents
[old_source_offset
]);
9747 case R_XTENSA_DIFF32
:
9748 bfd_put_signed_32 (abfd
, diff_value
,
9749 &contents
[old_source_offset
]);
9751 case R_XTENSA_PDIFF8
:
9752 case R_XTENSA_NDIFF8
:
9753 bfd_put_8 (abfd
, diff_value
,
9754 &contents
[old_source_offset
]);
9756 case R_XTENSA_PDIFF16
:
9757 case R_XTENSA_NDIFF16
:
9758 bfd_put_16 (abfd
, diff_value
,
9759 &contents
[old_source_offset
]);
9761 case R_XTENSA_PDIFF32
:
9762 case R_XTENSA_NDIFF32
:
9763 bfd_put_32 (abfd
, diff_value
,
9764 &contents
[old_source_offset
]);
9768 /* Check for overflow. Sign bits must be all zeroes or
9769 all ones. When sign bits are all ones diff_value
9771 if (((diff_value
& ~diff_mask
) != 0
9772 && (diff_value
& ~diff_mask
) != ~diff_mask
)
9773 || (diff_value
&& (bfd_vma
) diff_value
== ~diff_mask
))
9775 (*link_info
->callbacks
->reloc_dangerous
)
9776 (link_info
, _("overflow after relaxation"),
9777 abfd
, sec
, old_source_offset
);
9781 pin_contents (sec
, contents
);
9784 /* If the relocation still references a section in the same
9785 input file, modify the relocation directly instead of
9786 adding a "fix" record. */
9787 if (target_sec
->owner
== abfd
)
9789 unsigned r_symndx
= ELF32_R_SYM (new_reloc
.rela
.r_info
);
9790 irel
->r_info
= ELF32_R_INFO (r_symndx
, r_type
);
9791 irel
->r_addend
= new_reloc
.rela
.r_addend
;
9792 pin_internal_relocs (sec
, internal_relocs
);
9796 bfd_vma addend_displacement
;
9799 addend_displacement
=
9800 new_reloc
.target_offset
+ new_reloc
.virtual_offset
;
9801 fix
= reloc_bfd_fix_init (sec
, source_offset
, r_type
,
9803 addend_displacement
, true);
9810 if ((relax_info
->is_relaxable_literal_section
9811 || relax_info
->is_relaxable_asm_section
)
9812 && action_list_count (&relax_info
->action_list
))
9814 /* Walk through the planned actions and build up a table
9815 of move, copy and fill records. Use the move, copy and
9816 fill records to perform the actions once. */
9818 bfd_size_type final_size
, copy_size
, orig_insn_size
;
9819 bfd_byte
*scratch
= NULL
;
9820 bfd_byte
*dup_contents
= NULL
;
9821 bfd_size_type orig_size
= sec
->size
;
9822 bfd_vma orig_dot
= 0;
9823 bfd_vma orig_dot_copied
= 0; /* Byte copied already from
9824 orig dot in physical memory. */
9825 bfd_vma orig_dot_vo
= 0; /* Virtual offset from orig_dot. */
9826 bfd_vma dup_dot
= 0;
9828 text_action
*action
;
9830 final_size
= sec
->size
;
9832 splay_tree_foreach (relax_info
->action_list
.tree
,
9833 action_remove_bytes_fn
, &final_size
);
9834 scratch
= (bfd_byte
*) bfd_zmalloc (final_size
);
9835 dup_contents
= (bfd_byte
*) bfd_zmalloc (final_size
);
9837 /* The dot is the current fill location. */
9839 print_action_list (stderr
, &relax_info
->action_list
);
9842 for (action
= action_first (&relax_info
->action_list
); action
;
9843 action
= action_next (&relax_info
->action_list
, action
))
9845 virtual_action
= false;
9846 if (action
->offset
> orig_dot
)
9848 orig_dot
+= orig_dot_copied
;
9849 orig_dot_copied
= 0;
9851 /* Out of the virtual world. */
9854 if (action
->offset
> orig_dot
)
9856 copy_size
= action
->offset
- orig_dot
;
9857 memmove (&dup_contents
[dup_dot
], &contents
[orig_dot
], copy_size
);
9858 orig_dot
+= copy_size
;
9859 dup_dot
+= copy_size
;
9860 BFD_ASSERT (action
->offset
== orig_dot
);
9862 else if (action
->offset
< orig_dot
)
9864 if (action
->action
== ta_fill
9865 && action
->offset
- action
->removed_bytes
== orig_dot
)
9867 /* This is OK because the fill only effects the dup_dot. */
9869 else if (action
->action
== ta_add_literal
)
9871 /* TBD. Might need to handle this. */
9874 if (action
->offset
== orig_dot
)
9876 if (action
->virtual_offset
> orig_dot_vo
)
9878 if (orig_dot_vo
== 0)
9880 /* Need to copy virtual_offset bytes. Probably four. */
9881 copy_size
= action
->virtual_offset
- orig_dot_vo
;
9882 memmove (&dup_contents
[dup_dot
],
9883 &contents
[orig_dot
], copy_size
);
9884 orig_dot_copied
= copy_size
;
9885 dup_dot
+= copy_size
;
9887 virtual_action
= true;
9890 BFD_ASSERT (action
->virtual_offset
<= orig_dot_vo
);
9892 switch (action
->action
)
9894 case ta_remove_literal
:
9895 case ta_remove_insn
:
9896 BFD_ASSERT (action
->removed_bytes
>= 0);
9897 orig_dot
+= action
->removed_bytes
;
9900 case ta_narrow_insn
:
9903 memmove (scratch
, &contents
[orig_dot
], orig_insn_size
);
9904 BFD_ASSERT (action
->removed_bytes
== 1);
9905 rv
= narrow_instruction (scratch
, final_size
, 0);
9907 memmove (&dup_contents
[dup_dot
], scratch
, copy_size
);
9908 orig_dot
+= orig_insn_size
;
9909 dup_dot
+= copy_size
;
9913 if (action
->removed_bytes
>= 0)
9914 orig_dot
+= action
->removed_bytes
;
9917 /* Already zeroed in dup_contents. Just bump the
9919 dup_dot
+= (-action
->removed_bytes
);
9924 BFD_ASSERT (action
->removed_bytes
== 0);
9927 case ta_convert_longcall
:
9928 case ta_remove_longcall
:
9929 /* These will be removed or converted before we get here. */
9936 memmove (scratch
, &contents
[orig_dot
], orig_insn_size
);
9937 BFD_ASSERT (action
->removed_bytes
== -1);
9938 rv
= widen_instruction (scratch
, final_size
, 0);
9940 memmove (&dup_contents
[dup_dot
], scratch
, copy_size
);
9941 orig_dot
+= orig_insn_size
;
9942 dup_dot
+= copy_size
;
9945 case ta_add_literal
:
9948 BFD_ASSERT (action
->removed_bytes
== -4);
9949 /* TBD -- place the literal value here and insert
9951 memset (&dup_contents
[dup_dot
], 0, 4);
9952 pin_internal_relocs (sec
, internal_relocs
);
9953 pin_contents (sec
, contents
);
9955 if (!move_literal (abfd
, link_info
, sec
, dup_dot
, dup_contents
,
9956 relax_info
, &internal_relocs
, &action
->value
))
9960 orig_dot_vo
+= copy_size
;
9962 orig_dot
+= orig_insn_size
;
9963 dup_dot
+= copy_size
;
9967 /* Not implemented yet. */
9972 BFD_ASSERT (dup_dot
<= final_size
);
9973 BFD_ASSERT (orig_dot
<= orig_size
);
9976 orig_dot
+= orig_dot_copied
;
9977 orig_dot_copied
= 0;
9979 if (orig_dot
!= orig_size
)
9981 copy_size
= orig_size
- orig_dot
;
9982 BFD_ASSERT (orig_size
> orig_dot
);
9983 BFD_ASSERT (dup_dot
+ copy_size
== final_size
);
9984 memmove (&dup_contents
[dup_dot
], &contents
[orig_dot
], copy_size
);
9985 orig_dot
+= copy_size
;
9986 dup_dot
+= copy_size
;
9988 BFD_ASSERT (orig_size
== orig_dot
);
9989 BFD_ASSERT (final_size
== dup_dot
);
9991 /* Move the dup_contents back. */
9992 if (final_size
> orig_size
)
9994 /* Contents need to be reallocated. Swap the dup_contents into
9996 sec
->contents
= dup_contents
;
9998 contents
= dup_contents
;
9999 pin_contents (sec
, contents
);
10003 BFD_ASSERT (final_size
<= orig_size
);
10004 memset (contents
, 0, orig_size
);
10005 memcpy (contents
, dup_contents
, final_size
);
10006 free (dup_contents
);
10009 pin_contents (sec
, contents
);
10011 if (sec
->rawsize
== 0)
10012 sec
->rawsize
= sec
->size
;
10013 sec
->size
= final_size
;
10017 release_internal_relocs (sec
, internal_relocs
);
10018 release_contents (sec
, contents
);
10024 translate_section_fixes (asection
*sec
)
10026 xtensa_relax_info
*relax_info
;
10029 relax_info
= get_xtensa_relax_info (sec
);
10033 for (r
= relax_info
->fix_list
; r
!= NULL
; r
= r
->next
)
10034 if (!translate_reloc_bfd_fix (r
))
10041 /* Translate a fix given the mapping in the relax info for the target
10042 section. If it has already been translated, no work is required. */
10045 translate_reloc_bfd_fix (reloc_bfd_fix
*fix
)
10047 reloc_bfd_fix new_fix
;
10049 xtensa_relax_info
*relax_info
;
10050 removed_literal
*removed
;
10051 bfd_vma new_offset
, target_offset
;
10053 if (fix
->translated
)
10056 sec
= fix
->target_sec
;
10057 target_offset
= fix
->target_offset
;
10059 relax_info
= get_xtensa_relax_info (sec
);
10062 fix
->translated
= true;
10068 /* The fix does not need to be translated if the section cannot change. */
10069 if (!relax_info
->is_relaxable_literal_section
10070 && !relax_info
->is_relaxable_asm_section
)
10072 fix
->translated
= true;
10076 /* If the literal has been moved and this relocation was on an
10077 opcode, then the relocation should move to the new literal
10078 location. Otherwise, the relocation should move within the
10082 if (is_operand_relocation (fix
->src_type
))
10084 /* Check if the original relocation is against a literal being
10086 removed
= find_removed_literal (&relax_info
->removed_list
,
10094 /* The fact that there is still a relocation to this literal indicates
10095 that the literal is being coalesced, not simply removed. */
10096 BFD_ASSERT (removed
->to
.abfd
!= NULL
);
10098 /* This was moved to some other address (possibly another section). */
10099 new_sec
= r_reloc_get_section (&removed
->to
);
10100 if (new_sec
!= sec
)
10103 relax_info
= get_xtensa_relax_info (sec
);
10105 (!relax_info
->is_relaxable_literal_section
10106 && !relax_info
->is_relaxable_asm_section
))
10108 target_offset
= removed
->to
.target_offset
;
10109 new_fix
.target_sec
= new_sec
;
10110 new_fix
.target_offset
= target_offset
;
10111 new_fix
.translated
= true;
10116 target_offset
= removed
->to
.target_offset
;
10117 new_fix
.target_sec
= new_sec
;
10120 /* The target address may have been moved within its section. */
10121 new_offset
= offset_with_removed_text (&relax_info
->action_list
,
10124 new_fix
.target_offset
= new_offset
;
10125 new_fix
.target_offset
= new_offset
;
10126 new_fix
.translated
= true;
10132 /* Fix up a relocation to take account of removed literals. */
10135 translate_reloc (const r_reloc
*orig_rel
, r_reloc
*new_rel
, asection
*sec
)
10137 xtensa_relax_info
*relax_info
;
10138 removed_literal
*removed
;
10139 bfd_vma target_offset
, base_offset
;
10141 *new_rel
= *orig_rel
;
10143 if (!r_reloc_is_defined (orig_rel
))
10146 relax_info
= get_xtensa_relax_info (sec
);
10147 BFD_ASSERT (relax_info
&& (relax_info
->is_relaxable_literal_section
10148 || relax_info
->is_relaxable_asm_section
));
10150 target_offset
= orig_rel
->target_offset
;
10153 if (is_operand_relocation (ELF32_R_TYPE (orig_rel
->rela
.r_info
)))
10155 /* Check if the original relocation is against a literal being
10157 removed
= find_removed_literal (&relax_info
->removed_list
,
10160 if (removed
&& removed
->to
.abfd
)
10164 /* The fact that there is still a relocation to this literal indicates
10165 that the literal is being coalesced, not simply removed. */
10166 BFD_ASSERT (removed
->to
.abfd
!= NULL
);
10168 /* This was moved to some other address
10169 (possibly in another section). */
10170 *new_rel
= removed
->to
;
10171 new_sec
= r_reloc_get_section (new_rel
);
10172 if (new_sec
!= sec
)
10175 relax_info
= get_xtensa_relax_info (sec
);
10177 || (!relax_info
->is_relaxable_literal_section
10178 && !relax_info
->is_relaxable_asm_section
))
10181 target_offset
= new_rel
->target_offset
;
10184 /* Find the base offset of the reloc symbol, excluding any addend from the
10185 reloc or from the section contents (for a partial_inplace reloc). Then
10186 find the adjusted values of the offsets due to relaxation. The base
10187 offset is needed to determine the change to the reloc's addend; the reloc
10188 addend should not be adjusted due to relaxations located before the base
10191 base_offset
= r_reloc_get_target_offset (new_rel
) - new_rel
->rela
.r_addend
;
10192 if (base_offset
<= target_offset
)
10194 int base_removed
= removed_by_actions_map (&relax_info
->action_list
,
10195 base_offset
, false);
10196 int addend_removed
= removed_by_actions_map (&relax_info
->action_list
,
10197 target_offset
, false) -
10200 new_rel
->target_offset
= target_offset
- base_removed
- addend_removed
;
10201 new_rel
->rela
.r_addend
-= addend_removed
;
10205 /* Handle a negative addend. The base offset comes first. */
10206 int tgt_removed
= removed_by_actions_map (&relax_info
->action_list
,
10207 target_offset
, false);
10208 int addend_removed
= removed_by_actions_map (&relax_info
->action_list
,
10209 base_offset
, false) -
10212 new_rel
->target_offset
= target_offset
- tgt_removed
;
10213 new_rel
->rela
.r_addend
+= addend_removed
;
10220 /* For dynamic links, there may be a dynamic relocation for each
10221 literal. The number of dynamic relocations must be computed in
10222 size_dynamic_sections, which occurs before relaxation. When a
10223 literal is removed, this function checks if there is a corresponding
10224 dynamic relocation and shrinks the size of the appropriate dynamic
10225 relocation section accordingly. At this point, the contents of the
10226 dynamic relocation sections have not yet been filled in, so there's
10227 nothing else that needs to be done. */
10230 shrink_dynamic_reloc_sections (struct bfd_link_info
*info
,
10232 asection
*input_section
,
10233 Elf_Internal_Rela
*rel
)
10235 struct elf_xtensa_link_hash_table
*htab
;
10236 Elf_Internal_Shdr
*symtab_hdr
;
10237 struct elf_link_hash_entry
**sym_hashes
;
10238 unsigned long r_symndx
;
10240 struct elf_link_hash_entry
*h
;
10241 bool dynamic_symbol
;
10243 htab
= elf_xtensa_hash_table (info
);
10247 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
10248 sym_hashes
= elf_sym_hashes (abfd
);
10250 r_type
= ELF32_R_TYPE (rel
->r_info
);
10251 r_symndx
= ELF32_R_SYM (rel
->r_info
);
10253 if (r_symndx
< symtab_hdr
->sh_info
)
10256 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
10258 dynamic_symbol
= elf_xtensa_dynamic_symbol_p (h
, info
);
10260 if ((r_type
== R_XTENSA_32
|| r_type
== R_XTENSA_PLT
)
10261 && (input_section
->flags
& SEC_ALLOC
) != 0
10263 || (bfd_link_pic (info
)
10264 && (!h
|| h
->root
.type
!= bfd_link_hash_undefweak
))))
10267 bool is_plt
= false;
10269 if (dynamic_symbol
&& r_type
== R_XTENSA_PLT
)
10271 srel
= htab
->elf
.srelplt
;
10275 srel
= htab
->elf
.srelgot
;
10277 /* Reduce size of the .rela.* section by one reloc. */
10278 BFD_ASSERT (srel
!= NULL
);
10279 BFD_ASSERT (srel
->size
>= sizeof (Elf32_External_Rela
));
10280 srel
->size
-= sizeof (Elf32_External_Rela
);
10284 asection
*splt
, *sgotplt
, *srelgot
;
10285 int reloc_index
, chunk
;
10287 /* Find the PLT reloc index of the entry being removed. This
10288 is computed from the size of ".rela.plt". It is needed to
10289 figure out which PLT chunk to resize. Usually "last index
10290 = size - 1" since the index starts at zero, but in this
10291 context, the size has just been decremented so there's no
10292 need to subtract one. */
10293 reloc_index
= srel
->size
/ sizeof (Elf32_External_Rela
);
10295 chunk
= reloc_index
/ PLT_ENTRIES_PER_CHUNK
;
10296 splt
= elf_xtensa_get_plt_section (info
, chunk
);
10297 sgotplt
= elf_xtensa_get_gotplt_section (info
, chunk
);
10298 BFD_ASSERT (splt
!= NULL
&& sgotplt
!= NULL
);
10300 /* Check if an entire PLT chunk has just been eliminated. */
10301 if (reloc_index
% PLT_ENTRIES_PER_CHUNK
== 0)
10303 /* The two magic GOT entries for that chunk can go away. */
10304 srelgot
= htab
->elf
.srelgot
;
10305 BFD_ASSERT (srelgot
!= NULL
);
10306 srelgot
->reloc_count
-= 2;
10307 srelgot
->size
-= 2 * sizeof (Elf32_External_Rela
);
10308 sgotplt
->size
-= 8;
10310 /* There should be only one entry left (and it will be
10312 BFD_ASSERT (sgotplt
->size
== 4);
10313 BFD_ASSERT (splt
->size
== PLT_ENTRY_SIZE
);
10316 BFD_ASSERT (sgotplt
->size
>= 4);
10317 BFD_ASSERT (splt
->size
>= PLT_ENTRY_SIZE
);
10319 sgotplt
->size
-= 4;
10320 splt
->size
-= PLT_ENTRY_SIZE
;
10326 /* Take an r_rel and move it to another section. This usually
10327 requires extending the interal_relocation array and pinning it. If
10328 the original r_rel is from the same BFD, we can complete this here.
10329 Otherwise, we add a fix record to let the final link fix the
10330 appropriate address. Contents and internal relocations for the
10331 section must be pinned after calling this routine. */
10334 move_literal (bfd
*abfd
,
10335 struct bfd_link_info
*link_info
,
10338 bfd_byte
*contents
,
10339 xtensa_relax_info
*relax_info
,
10340 Elf_Internal_Rela
**internal_relocs_p
,
10341 const literal_value
*lit
)
10343 Elf_Internal_Rela
*new_relocs
= NULL
;
10344 size_t new_relocs_count
= 0;
10345 Elf_Internal_Rela this_rela
;
10346 const r_reloc
*r_rel
;
10348 r_rel
= &lit
->r_rel
;
10349 BFD_ASSERT (elf_section_data (sec
)->relocs
== *internal_relocs_p
);
10351 if (r_reloc_is_const (r_rel
))
10352 bfd_put_32 (abfd
, lit
->value
, contents
+ offset
);
10357 reloc_bfd_fix
*fix
;
10358 unsigned insert_at
;
10360 r_type
= ELF32_R_TYPE (r_rel
->rela
.r_info
);
10362 /* This is the difficult case. We have to create a fix up. */
10363 this_rela
.r_offset
= offset
;
10364 this_rela
.r_info
= ELF32_R_INFO (0, r_type
);
10365 this_rela
.r_addend
=
10366 r_rel
->target_offset
- r_reloc_get_target_offset (r_rel
);
10367 bfd_put_32 (abfd
, lit
->value
, contents
+ offset
);
10369 /* Currently, we cannot move relocations during a relocatable link. */
10370 BFD_ASSERT (!bfd_link_relocatable (link_info
));
10371 fix
= reloc_bfd_fix_init (sec
, offset
, r_type
,
10372 r_reloc_get_section (r_rel
),
10373 r_rel
->target_offset
+ r_rel
->virtual_offset
,
10375 /* We also need to mark that relocations are needed here. */
10376 sec
->flags
|= SEC_RELOC
;
10378 translate_reloc_bfd_fix (fix
);
10379 /* This fix has not yet been translated. */
10380 add_fix (sec
, fix
);
10382 /* Add the relocation. If we have already allocated our own
10383 space for the relocations and we have room for more, then use
10384 it. Otherwise, allocate new space and move the literals. */
10385 insert_at
= sec
->reloc_count
;
10386 for (i
= 0; i
< sec
->reloc_count
; ++i
)
10388 if (this_rela
.r_offset
< (*internal_relocs_p
)[i
].r_offset
)
10395 if (*internal_relocs_p
!= relax_info
->allocated_relocs
10396 || sec
->reloc_count
+ 1 > relax_info
->allocated_relocs_count
)
10398 BFD_ASSERT (relax_info
->allocated_relocs
== NULL
10399 || sec
->reloc_count
== relax_info
->relocs_count
);
10401 if (relax_info
->allocated_relocs_count
== 0)
10402 new_relocs_count
= (sec
->reloc_count
+ 2) * 2;
10404 new_relocs_count
= (relax_info
->allocated_relocs_count
+ 2) * 2;
10406 new_relocs
= (Elf_Internal_Rela
*)
10407 bfd_zmalloc (sizeof (Elf_Internal_Rela
) * (new_relocs_count
));
10411 /* We could handle this more quickly by finding the split point. */
10412 if (insert_at
!= 0)
10413 memcpy (new_relocs
, *internal_relocs_p
,
10414 insert_at
* sizeof (Elf_Internal_Rela
));
10416 new_relocs
[insert_at
] = this_rela
;
10418 if (insert_at
!= sec
->reloc_count
)
10419 memcpy (new_relocs
+ insert_at
+ 1,
10420 (*internal_relocs_p
) + insert_at
,
10421 (sec
->reloc_count
- insert_at
)
10422 * sizeof (Elf_Internal_Rela
));
10424 if (*internal_relocs_p
!= relax_info
->allocated_relocs
)
10426 /* The first time we re-allocate, we can only free the
10427 old relocs if they were allocated with bfd_malloc.
10428 This is not true when keep_memory is in effect. */
10429 if (!link_info
->keep_memory
)
10430 free (*internal_relocs_p
);
10433 free (*internal_relocs_p
);
10434 relax_info
->allocated_relocs
= new_relocs
;
10435 relax_info
->allocated_relocs_count
= new_relocs_count
;
10436 elf_section_data (sec
)->relocs
= new_relocs
;
10437 sec
->reloc_count
++;
10438 relax_info
->relocs_count
= sec
->reloc_count
;
10439 *internal_relocs_p
= new_relocs
;
10443 if (insert_at
!= sec
->reloc_count
)
10446 for (idx
= sec
->reloc_count
; idx
> insert_at
; idx
--)
10447 (*internal_relocs_p
)[idx
] = (*internal_relocs_p
)[idx
-1];
10449 (*internal_relocs_p
)[insert_at
] = this_rela
;
10450 sec
->reloc_count
++;
10451 if (relax_info
->allocated_relocs
)
10452 relax_info
->relocs_count
= sec
->reloc_count
;
10459 /* This is similar to relax_section except that when a target is moved,
10460 we shift addresses up. We also need to modify the size. This
10461 algorithm does NOT allow for relocations into the middle of the
10462 property sections. */
10465 relax_property_section (bfd
*abfd
,
10467 struct bfd_link_info
*link_info
)
10469 Elf_Internal_Rela
*internal_relocs
;
10470 bfd_byte
*contents
;
10473 bool is_full_prop_section
;
10474 size_t last_zfill_target_offset
= 0;
10475 asection
*last_zfill_target_sec
= NULL
;
10476 bfd_size_type sec_size
;
10477 bfd_size_type entry_size
;
10479 sec_size
= bfd_get_section_limit (abfd
, sec
);
10480 internal_relocs
= retrieve_internal_relocs (abfd
, sec
,
10481 link_info
->keep_memory
);
10482 contents
= retrieve_contents (abfd
, sec
, link_info
->keep_memory
);
10483 if (contents
== NULL
&& sec_size
!= 0)
10489 is_full_prop_section
= xtensa_is_proptable_section (sec
);
10490 if (is_full_prop_section
)
10495 if (internal_relocs
)
10497 for (i
= 0; i
< sec
->reloc_count
; i
++)
10499 Elf_Internal_Rela
*irel
;
10500 xtensa_relax_info
*target_relax_info
;
10502 asection
*target_sec
;
10504 bfd_byte
*size_p
, *flags_p
;
10506 /* Locally change the source address.
10507 Translate the target to the new target address.
10508 If it points to this section and has been removed, MOVE IT.
10509 Also, don't forget to modify the associated SIZE at
10512 irel
= &internal_relocs
[i
];
10513 r_type
= ELF32_R_TYPE (irel
->r_info
);
10514 if (r_type
== R_XTENSA_NONE
)
10517 /* Find the literal value. */
10518 r_reloc_init (&val
.r_rel
, abfd
, irel
, contents
, sec_size
);
10519 size_p
= &contents
[irel
->r_offset
+ 4];
10521 if (is_full_prop_section
)
10522 flags_p
= &contents
[irel
->r_offset
+ 8];
10523 BFD_ASSERT (irel
->r_offset
+ entry_size
<= sec_size
);
10525 target_sec
= r_reloc_get_section (&val
.r_rel
);
10526 target_relax_info
= get_xtensa_relax_info (target_sec
);
10528 if (target_relax_info
10529 && (target_relax_info
->is_relaxable_literal_section
10530 || target_relax_info
->is_relaxable_asm_section
))
10532 /* Translate the relocation's destination. */
10533 bfd_vma old_offset
= val
.r_rel
.target_offset
;
10534 bfd_vma new_offset
;
10535 long old_size
, new_size
;
10536 int removed_by_old_offset
=
10537 removed_by_actions_map (&target_relax_info
->action_list
,
10538 old_offset
, false);
10539 new_offset
= old_offset
- removed_by_old_offset
;
10541 /* Assert that we are not out of bounds. */
10542 old_size
= bfd_get_32 (abfd
, size_p
);
10543 new_size
= old_size
;
10547 /* Only the first zero-sized unreachable entry is
10548 allowed to expand. In this case the new offset
10549 should be the offset before the fill and the new
10550 size is the expansion size. For other zero-sized
10551 entries the resulting size should be zero with an
10552 offset before or after the fill address depending
10553 on whether the expanding unreachable entry
10555 if (last_zfill_target_sec
== 0
10556 || last_zfill_target_sec
!= target_sec
10557 || last_zfill_target_offset
!= old_offset
)
10559 bfd_vma new_end_offset
= new_offset
;
10561 /* Recompute the new_offset, but this time don't
10562 include any fill inserted by relaxation. */
10563 removed_by_old_offset
=
10564 removed_by_actions_map (&target_relax_info
->action_list
,
10566 new_offset
= old_offset
- removed_by_old_offset
;
10568 /* If it is not unreachable and we have not yet
10569 seen an unreachable at this address, place it
10570 before the fill address. */
10571 if (flags_p
&& (bfd_get_32 (abfd
, flags_p
)
10572 & XTENSA_PROP_UNREACHABLE
) != 0)
10574 new_size
= new_end_offset
- new_offset
;
10576 last_zfill_target_sec
= target_sec
;
10577 last_zfill_target_offset
= old_offset
;
10583 int removed_by_old_offset_size
=
10584 removed_by_actions_map (&target_relax_info
->action_list
,
10585 old_offset
+ old_size
, true);
10586 new_size
-= removed_by_old_offset_size
- removed_by_old_offset
;
10589 if (new_size
!= old_size
)
10591 bfd_put_32 (abfd
, new_size
, size_p
);
10592 pin_contents (sec
, contents
);
10595 if (new_offset
!= old_offset
)
10597 bfd_vma diff
= new_offset
- old_offset
;
10598 irel
->r_addend
+= diff
;
10599 pin_internal_relocs (sec
, internal_relocs
);
10605 /* Combine adjacent property table entries. This is also done in
10606 finish_dynamic_sections() but at that point it's too late to
10607 reclaim the space in the output section, so we do this twice. */
10609 if (internal_relocs
&& (!bfd_link_relocatable (link_info
)
10610 || xtensa_is_littable_section (sec
)))
10612 Elf_Internal_Rela
*last_irel
= NULL
;
10613 Elf_Internal_Rela
*irel
, *next_rel
, *rel_end
;
10614 int removed_bytes
= 0;
10616 flagword predef_flags
;
10618 predef_flags
= xtensa_get_property_predef_flags (sec
);
10620 /* Walk over memory and relocations at the same time.
10621 This REQUIRES that the internal_relocs be sorted by offset. */
10622 qsort (internal_relocs
, sec
->reloc_count
, sizeof (Elf_Internal_Rela
),
10623 internal_reloc_compare
);
10625 pin_internal_relocs (sec
, internal_relocs
);
10626 pin_contents (sec
, contents
);
10628 next_rel
= internal_relocs
;
10629 rel_end
= internal_relocs
+ sec
->reloc_count
;
10631 BFD_ASSERT (sec
->size
% entry_size
== 0);
10633 for (offset
= 0; offset
< sec
->size
; offset
+= entry_size
)
10635 Elf_Internal_Rela
*offset_rel
, *extra_rel
;
10636 bfd_vma bytes_to_remove
, size
, actual_offset
;
10637 bool remove_this_rel
;
10640 /* Find the first relocation for the entry at the current offset.
10641 Adjust the offsets of any extra relocations for the previous
10646 for (irel
= next_rel
; irel
< rel_end
; irel
++)
10648 if ((irel
->r_offset
== offset
10649 && ELF32_R_TYPE (irel
->r_info
) != R_XTENSA_NONE
)
10650 || irel
->r_offset
> offset
)
10655 irel
->r_offset
-= removed_bytes
;
10659 /* Find the next relocation (if there are any left). */
10663 for (irel
= offset_rel
+ 1; irel
< rel_end
; irel
++)
10665 if (ELF32_R_TYPE (irel
->r_info
) != R_XTENSA_NONE
)
10673 /* Check if there are relocations on the current entry. There
10674 should usually be a relocation on the offset field. If there
10675 are relocations on the size or flags, then we can't optimize
10676 this entry. Also, find the next relocation to examine on the
10680 if (offset_rel
->r_offset
>= offset
+ entry_size
)
10682 next_rel
= offset_rel
;
10683 /* There are no relocations on the current entry, but we
10684 might still be able to remove it if the size is zero. */
10687 else if (offset_rel
->r_offset
> offset
10689 && extra_rel
->r_offset
< offset
+ entry_size
))
10691 /* There is a relocation on the size or flags, so we can't
10692 do anything with this entry. Continue with the next. */
10693 next_rel
= offset_rel
;
10698 BFD_ASSERT (offset_rel
->r_offset
== offset
);
10699 offset_rel
->r_offset
-= removed_bytes
;
10700 next_rel
= offset_rel
+ 1;
10706 remove_this_rel
= false;
10707 bytes_to_remove
= 0;
10708 actual_offset
= offset
- removed_bytes
;
10709 size
= bfd_get_32 (abfd
, &contents
[actual_offset
+ 4]);
10711 if (is_full_prop_section
)
10712 flags
= bfd_get_32 (abfd
, &contents
[actual_offset
+ 8]);
10714 flags
= predef_flags
;
10717 && (flags
& XTENSA_PROP_ALIGN
) == 0
10718 && (flags
& XTENSA_PROP_UNREACHABLE
) == 0)
10720 /* Always remove entries with zero size and no alignment. */
10721 bytes_to_remove
= entry_size
;
10723 remove_this_rel
= true;
10725 else if (offset_rel
10726 && ELF32_R_TYPE (offset_rel
->r_info
) == R_XTENSA_32
)
10730 flagword old_flags
;
10732 bfd_get_32 (abfd
, &contents
[last_irel
->r_offset
+ 4]);
10733 bfd_vma old_address
=
10734 (last_irel
->r_addend
10735 + bfd_get_32 (abfd
, &contents
[last_irel
->r_offset
]));
10736 bfd_vma new_address
=
10737 (offset_rel
->r_addend
10738 + bfd_get_32 (abfd
, &contents
[actual_offset
]));
10739 if (is_full_prop_section
)
10740 old_flags
= bfd_get_32
10741 (abfd
, &contents
[last_irel
->r_offset
+ 8]);
10743 old_flags
= predef_flags
;
10745 if ((ELF32_R_SYM (offset_rel
->r_info
)
10746 == ELF32_R_SYM (last_irel
->r_info
))
10747 && old_address
+ old_size
== new_address
10748 && old_flags
== flags
10749 && (old_flags
& XTENSA_PROP_INSN_BRANCH_TARGET
) == 0
10750 && (old_flags
& XTENSA_PROP_INSN_LOOP_TARGET
) == 0)
10752 /* Fix the old size. */
10753 bfd_put_32 (abfd
, old_size
+ size
,
10754 &contents
[last_irel
->r_offset
+ 4]);
10755 bytes_to_remove
= entry_size
;
10756 remove_this_rel
= true;
10759 last_irel
= offset_rel
;
10762 last_irel
= offset_rel
;
10765 if (remove_this_rel
)
10767 offset_rel
->r_info
= ELF32_R_INFO (0, R_XTENSA_NONE
);
10768 offset_rel
->r_offset
= 0;
10771 if (bytes_to_remove
!= 0)
10773 removed_bytes
+= bytes_to_remove
;
10774 if (offset
+ bytes_to_remove
< sec
->size
)
10775 memmove (&contents
[actual_offset
],
10776 &contents
[actual_offset
+ bytes_to_remove
],
10777 sec
->size
- offset
- bytes_to_remove
);
10783 /* Fix up any extra relocations on the last entry. */
10784 for (irel
= next_rel
; irel
< rel_end
; irel
++)
10785 irel
->r_offset
-= removed_bytes
;
10787 /* Clear the removed bytes. */
10788 memset (&contents
[sec
->size
- removed_bytes
], 0, removed_bytes
);
10790 if (sec
->rawsize
== 0)
10791 sec
->rawsize
= sec
->size
;
10792 sec
->size
-= removed_bytes
;
10794 if (xtensa_is_littable_section (sec
))
10796 asection
*sgotloc
= elf_xtensa_hash_table (link_info
)->sgotloc
;
10798 sgotloc
->size
-= removed_bytes
;
10804 release_internal_relocs (sec
, internal_relocs
);
10805 release_contents (sec
, contents
);
10810 /* Third relaxation pass. */
10812 /* Change symbol values to account for removed literals. */
10815 relax_section_symbols (bfd
*abfd
, asection
*sec
)
10817 xtensa_relax_info
*relax_info
;
10818 unsigned int sec_shndx
;
10819 Elf_Internal_Shdr
*symtab_hdr
;
10820 Elf_Internal_Sym
*isymbuf
;
10821 unsigned i
, num_syms
, num_locals
;
10823 relax_info
= get_xtensa_relax_info (sec
);
10824 BFD_ASSERT (relax_info
);
10826 if (!relax_info
->is_relaxable_literal_section
10827 && !relax_info
->is_relaxable_asm_section
)
10830 sec_shndx
= _bfd_elf_section_from_bfd_section (abfd
, sec
);
10832 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
10833 isymbuf
= retrieve_local_syms (abfd
);
10835 num_syms
= symtab_hdr
->sh_size
/ sizeof (Elf32_External_Sym
);
10836 num_locals
= symtab_hdr
->sh_info
;
10838 /* Adjust the local symbols defined in this section. */
10839 for (i
= 0; i
< num_locals
; i
++)
10841 Elf_Internal_Sym
*isym
= &isymbuf
[i
];
10843 if (isym
->st_shndx
== sec_shndx
)
10845 bfd_vma orig_addr
= isym
->st_value
;
10846 int removed
= removed_by_actions_map (&relax_info
->action_list
,
10849 isym
->st_value
-= removed
;
10850 if (ELF32_ST_TYPE (isym
->st_info
) == STT_FUNC
)
10852 removed_by_actions_map (&relax_info
->action_list
,
10853 orig_addr
+ isym
->st_size
, false) -
10858 /* Now adjust the global symbols defined in this section. */
10859 for (i
= 0; i
< (num_syms
- num_locals
); i
++)
10861 struct elf_link_hash_entry
*sym_hash
;
10863 sym_hash
= elf_sym_hashes (abfd
)[i
];
10865 if (sym_hash
->root
.type
== bfd_link_hash_warning
)
10866 sym_hash
= (struct elf_link_hash_entry
*) sym_hash
->root
.u
.i
.link
;
10868 if ((sym_hash
->root
.type
== bfd_link_hash_defined
10869 || sym_hash
->root
.type
== bfd_link_hash_defweak
)
10870 && sym_hash
->root
.u
.def
.section
== sec
)
10872 bfd_vma orig_addr
= sym_hash
->root
.u
.def
.value
;
10873 int removed
= removed_by_actions_map (&relax_info
->action_list
,
10876 sym_hash
->root
.u
.def
.value
-= removed
;
10878 if (sym_hash
->type
== STT_FUNC
)
10880 removed_by_actions_map (&relax_info
->action_list
,
10881 orig_addr
+ sym_hash
->size
, false) -
10890 /* "Fix" handling functions, called while performing relocations. */
10893 do_fix_for_relocatable_link (Elf_Internal_Rela
*rel
,
10895 asection
*input_section
,
10896 bfd_byte
*contents
)
10899 asection
*sec
, *old_sec
;
10900 bfd_vma old_offset
;
10901 int r_type
= ELF32_R_TYPE (rel
->r_info
);
10902 reloc_bfd_fix
*fix
;
10904 if (r_type
== R_XTENSA_NONE
)
10907 fix
= get_bfd_fix (input_section
, rel
->r_offset
, r_type
);
10911 r_reloc_init (&r_rel
, input_bfd
, rel
, contents
,
10912 bfd_get_section_limit (input_bfd
, input_section
));
10913 old_sec
= r_reloc_get_section (&r_rel
);
10914 old_offset
= r_rel
.target_offset
;
10916 if (!old_sec
|| !r_reloc_is_defined (&r_rel
))
10918 if (r_type
!= R_XTENSA_ASM_EXPAND
)
10921 /* xgettext:c-format */
10922 (_("%pB(%pA+%#" PRIx64
"): unexpected fix for %s relocation"),
10923 input_bfd
, input_section
, (uint64_t) rel
->r_offset
,
10924 elf_howto_table
[r_type
].name
);
10927 /* Leave it be. Resolution will happen in a later stage. */
10931 sec
= fix
->target_sec
;
10932 rel
->r_addend
+= ((sec
->output_offset
+ fix
->target_offset
)
10933 - (old_sec
->output_offset
+ old_offset
));
10940 do_fix_for_final_link (Elf_Internal_Rela
*rel
,
10942 asection
*input_section
,
10943 bfd_byte
*contents
,
10944 bfd_vma
*relocationp
)
10947 int r_type
= ELF32_R_TYPE (rel
->r_info
);
10948 reloc_bfd_fix
*fix
;
10949 bfd_vma fixup_diff
;
10951 if (r_type
== R_XTENSA_NONE
)
10954 fix
= get_bfd_fix (input_section
, rel
->r_offset
, r_type
);
10958 sec
= fix
->target_sec
;
10960 fixup_diff
= rel
->r_addend
;
10961 if (elf_howto_table
[fix
->src_type
].partial_inplace
)
10963 bfd_vma inplace_val
;
10964 BFD_ASSERT (fix
->src_offset
10965 < bfd_get_section_limit (input_bfd
, input_section
));
10966 inplace_val
= bfd_get_32 (input_bfd
, &contents
[fix
->src_offset
]);
10967 fixup_diff
+= inplace_val
;
10970 *relocationp
= (sec
->output_section
->vma
10971 + sec
->output_offset
10972 + fix
->target_offset
- fixup_diff
);
10976 /* Miscellaneous utility functions.... */
10979 elf_xtensa_get_plt_section (struct bfd_link_info
*info
, int chunk
)
10985 return elf_hash_table (info
)->splt
;
10987 dynobj
= elf_hash_table (info
)->dynobj
;
10988 sprintf (plt_name
, ".plt.%u", chunk
);
10989 return bfd_get_linker_section (dynobj
, plt_name
);
10994 elf_xtensa_get_gotplt_section (struct bfd_link_info
*info
, int chunk
)
11000 return elf_hash_table (info
)->sgotplt
;
11002 dynobj
= elf_hash_table (info
)->dynobj
;
11003 sprintf (got_name
, ".got.plt.%u", chunk
);
11004 return bfd_get_linker_section (dynobj
, got_name
);
11008 /* Get the input section for a given symbol index.
11010 . a section symbol, return the section;
11011 . a common symbol, return the common section;
11012 . an undefined symbol, return the undefined section;
11013 . an indirect symbol, follow the links;
11014 . an absolute value, return the absolute section. */
11017 get_elf_r_symndx_section (bfd
*abfd
, unsigned long r_symndx
)
11019 Elf_Internal_Shdr
*symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
11020 asection
*target_sec
= NULL
;
11021 if (r_symndx
< symtab_hdr
->sh_info
)
11023 Elf_Internal_Sym
*isymbuf
;
11024 unsigned int section_index
;
11026 isymbuf
= retrieve_local_syms (abfd
);
11027 section_index
= isymbuf
[r_symndx
].st_shndx
;
11029 if (section_index
== SHN_UNDEF
)
11030 target_sec
= bfd_und_section_ptr
;
11031 else if (section_index
== SHN_ABS
)
11032 target_sec
= bfd_abs_section_ptr
;
11033 else if (section_index
== SHN_COMMON
)
11034 target_sec
= bfd_com_section_ptr
;
11036 target_sec
= bfd_section_from_elf_index (abfd
, section_index
);
11040 unsigned long indx
= r_symndx
- symtab_hdr
->sh_info
;
11041 struct elf_link_hash_entry
*h
= elf_sym_hashes (abfd
)[indx
];
11043 while (h
->root
.type
== bfd_link_hash_indirect
11044 || h
->root
.type
== bfd_link_hash_warning
)
11045 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
11047 switch (h
->root
.type
)
11049 case bfd_link_hash_defined
:
11050 case bfd_link_hash_defweak
:
11051 target_sec
= h
->root
.u
.def
.section
;
11053 case bfd_link_hash_common
:
11054 target_sec
= bfd_com_section_ptr
;
11056 case bfd_link_hash_undefined
:
11057 case bfd_link_hash_undefweak
:
11058 target_sec
= bfd_und_section_ptr
;
11060 default: /* New indirect warning. */
11061 target_sec
= bfd_und_section_ptr
;
11069 static struct elf_link_hash_entry
*
11070 get_elf_r_symndx_hash_entry (bfd
*abfd
, unsigned long r_symndx
)
11072 unsigned long indx
;
11073 struct elf_link_hash_entry
*h
;
11074 Elf_Internal_Shdr
*symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
11076 if (r_symndx
< symtab_hdr
->sh_info
)
11079 indx
= r_symndx
- symtab_hdr
->sh_info
;
11080 h
= elf_sym_hashes (abfd
)[indx
];
11081 while (h
->root
.type
== bfd_link_hash_indirect
11082 || h
->root
.type
== bfd_link_hash_warning
)
11083 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
11088 /* Get the section-relative offset for a symbol number. */
11091 get_elf_r_symndx_offset (bfd
*abfd
, unsigned long r_symndx
)
11093 Elf_Internal_Shdr
*symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
11094 bfd_vma offset
= 0;
11096 if (r_symndx
< symtab_hdr
->sh_info
)
11098 Elf_Internal_Sym
*isymbuf
;
11099 isymbuf
= retrieve_local_syms (abfd
);
11100 offset
= isymbuf
[r_symndx
].st_value
;
11104 unsigned long indx
= r_symndx
- symtab_hdr
->sh_info
;
11105 struct elf_link_hash_entry
*h
=
11106 elf_sym_hashes (abfd
)[indx
];
11108 while (h
->root
.type
== bfd_link_hash_indirect
11109 || h
->root
.type
== bfd_link_hash_warning
)
11110 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
11111 if (h
->root
.type
== bfd_link_hash_defined
11112 || h
->root
.type
== bfd_link_hash_defweak
)
11113 offset
= h
->root
.u
.def
.value
;
11120 is_reloc_sym_weak (bfd
*abfd
, Elf_Internal_Rela
*rel
)
11122 unsigned long r_symndx
= ELF32_R_SYM (rel
->r_info
);
11123 struct elf_link_hash_entry
*h
;
11125 h
= get_elf_r_symndx_hash_entry (abfd
, r_symndx
);
11126 if (h
&& h
->root
.type
== bfd_link_hash_defweak
)
11133 pcrel_reloc_fits (xtensa_opcode opc
,
11135 bfd_vma self_address
,
11136 bfd_vma dest_address
)
11138 xtensa_isa isa
= xtensa_default_isa
;
11139 uint32 valp
= dest_address
;
11140 if (xtensa_operand_do_reloc (isa
, opc
, opnd
, &valp
, self_address
)
11141 || xtensa_operand_encode (isa
, opc
, opnd
, &valp
))
11148 xtensa_is_property_section (asection
*sec
)
11150 if (xtensa_is_insntable_section (sec
)
11151 || xtensa_is_littable_section (sec
)
11152 || xtensa_is_proptable_section (sec
))
11160 xtensa_is_insntable_section (asection
*sec
)
11162 if (startswith (sec
->name
, XTENSA_INSN_SEC_NAME
)
11163 || startswith (sec
->name
, ".gnu.linkonce.x."))
11171 xtensa_is_littable_section (asection
*sec
)
11173 if (startswith (sec
->name
, XTENSA_LIT_SEC_NAME
)
11174 || startswith (sec
->name
, ".gnu.linkonce.p."))
11182 xtensa_is_proptable_section (asection
*sec
)
11184 if (startswith (sec
->name
, XTENSA_PROP_SEC_NAME
)
11185 || startswith (sec
->name
, ".gnu.linkonce.prop."))
11193 internal_reloc_compare (const void *ap
, const void *bp
)
11195 const Elf_Internal_Rela
*a
= (const Elf_Internal_Rela
*) ap
;
11196 const Elf_Internal_Rela
*b
= (const Elf_Internal_Rela
*) bp
;
11198 if (a
->r_offset
!= b
->r_offset
)
11199 return (a
->r_offset
- b
->r_offset
);
11201 /* We don't need to sort on these criteria for correctness,
11202 but enforcing a more strict ordering prevents unstable qsort
11203 from behaving differently with different implementations.
11204 Without the code below we get correct but different results
11205 on Solaris 2.7 and 2.8. We would like to always produce the
11206 same results no matter the host. */
11208 if (a
->r_info
!= b
->r_info
)
11209 return (a
->r_info
- b
->r_info
);
11211 return (a
->r_addend
- b
->r_addend
);
11216 internal_reloc_matches (const void *ap
, const void *bp
)
11218 const Elf_Internal_Rela
*a
= (const Elf_Internal_Rela
*) ap
;
11219 const Elf_Internal_Rela
*b
= (const Elf_Internal_Rela
*) bp
;
11221 /* Check if one entry overlaps with the other; this shouldn't happen
11222 except when searching for a match. */
11223 return (a
->r_offset
- b
->r_offset
);
11227 /* Predicate function used to look up a section in a particular group. */
11230 match_section_group (bfd
*abfd ATTRIBUTE_UNUSED
, asection
*sec
, void *inf
)
11232 const char *gname
= inf
;
11233 const char *group_name
= elf_group_name (sec
);
11235 return (group_name
== gname
11236 || (group_name
!= NULL
11238 && strcmp (group_name
, gname
) == 0));
11243 xtensa_add_names (const char *base
, const char *suffix
)
11247 size_t base_len
= strlen (base
);
11248 size_t suffix_len
= strlen (suffix
);
11249 char *str
= bfd_malloc (base_len
+ suffix_len
+ 1);
11251 memcpy (str
, base
, base_len
);
11252 memcpy (str
+ base_len
, suffix
, suffix_len
+ 1);
11257 return strdup (base
);
11261 static int linkonce_len
= sizeof (".gnu.linkonce.") - 1;
11264 xtensa_property_section_name (asection
*sec
, const char *base_name
,
11265 bool separate_sections
)
11267 const char *suffix
, *group_name
;
11268 char *prop_sec_name
;
11270 group_name
= elf_group_name (sec
);
11273 suffix
= strrchr (sec
->name
, '.');
11274 if (suffix
== sec
->name
)
11276 prop_sec_name
= xtensa_add_names (base_name
, suffix
);
11278 else if (startswith (sec
->name
, ".gnu.linkonce."))
11280 char *linkonce_kind
= 0;
11282 if (strcmp (base_name
, XTENSA_INSN_SEC_NAME
) == 0)
11283 linkonce_kind
= "x.";
11284 else if (strcmp (base_name
, XTENSA_LIT_SEC_NAME
) == 0)
11285 linkonce_kind
= "p.";
11286 else if (strcmp (base_name
, XTENSA_PROP_SEC_NAME
) == 0)
11287 linkonce_kind
= "prop.";
11291 prop_sec_name
= (char *) bfd_malloc (strlen (sec
->name
)
11292 + strlen (linkonce_kind
) + 1);
11293 memcpy (prop_sec_name
, ".gnu.linkonce.", linkonce_len
);
11294 strcpy (prop_sec_name
+ linkonce_len
, linkonce_kind
);
11296 suffix
= sec
->name
+ linkonce_len
;
11297 /* For backward compatibility, replace "t." instead of inserting
11298 the new linkonce_kind (but not for "prop" sections). */
11299 if (startswith (suffix
, "t.") && linkonce_kind
[1] == '.')
11301 strcat (prop_sec_name
+ linkonce_len
, suffix
);
11305 prop_sec_name
= xtensa_add_names (base_name
,
11306 separate_sections
? sec
->name
: NULL
);
11309 return prop_sec_name
;
11314 xtensa_get_separate_property_section (asection
*sec
, const char *base_name
,
11315 bool separate_section
)
11317 char *prop_sec_name
;
11318 asection
*prop_sec
;
11320 prop_sec_name
= xtensa_property_section_name (sec
, base_name
,
11322 prop_sec
= bfd_get_section_by_name_if (sec
->owner
, prop_sec_name
,
11323 match_section_group
,
11324 (void *) elf_group_name (sec
));
11325 free (prop_sec_name
);
11330 xtensa_get_property_section (asection
*sec
, const char *base_name
)
11332 asection
*prop_sec
;
11334 /* Try individual property section first. */
11335 prop_sec
= xtensa_get_separate_property_section (sec
, base_name
, true);
11337 /* Refer to a common property section if individual is not present. */
11339 prop_sec
= xtensa_get_separate_property_section (sec
, base_name
, false);
11346 xtensa_make_property_section (asection
*sec
, const char *base_name
)
11348 char *prop_sec_name
;
11349 asection
*prop_sec
;
11351 /* Check if the section already exists. */
11352 prop_sec_name
= xtensa_property_section_name (sec
, base_name
,
11353 elf32xtensa_separate_props
);
11354 prop_sec
= bfd_get_section_by_name_if (sec
->owner
, prop_sec_name
,
11355 match_section_group
,
11356 (void *) elf_group_name (sec
));
11357 /* If not, create it. */
11360 flagword flags
= (SEC_RELOC
| SEC_HAS_CONTENTS
| SEC_READONLY
);
11361 flags
|= (bfd_section_flags (sec
)
11362 & (SEC_LINK_ONCE
| SEC_LINK_DUPLICATES
));
11364 prop_sec
= bfd_make_section_anyway_with_flags
11365 (sec
->owner
, strdup (prop_sec_name
), flags
);
11369 elf_group_name (prop_sec
) = elf_group_name (sec
);
11372 free (prop_sec_name
);
11378 xtensa_get_property_predef_flags (asection
*sec
)
11380 if (xtensa_is_insntable_section (sec
))
11381 return (XTENSA_PROP_INSN
11382 | XTENSA_PROP_NO_TRANSFORM
11383 | XTENSA_PROP_INSN_NO_REORDER
);
11385 if (xtensa_is_littable_section (sec
))
11386 return (XTENSA_PROP_LITERAL
11387 | XTENSA_PROP_NO_TRANSFORM
11388 | XTENSA_PROP_INSN_NO_REORDER
);
11394 /* Other functions called directly by the linker. */
11397 xtensa_callback_required_dependence (bfd
*abfd
,
11399 struct bfd_link_info
*link_info
,
11400 deps_callback_t callback
,
11403 Elf_Internal_Rela
*internal_relocs
;
11404 bfd_byte
*contents
;
11407 bfd_size_type sec_size
;
11409 sec_size
= bfd_get_section_limit (abfd
, sec
);
11411 /* ".plt*" sections have no explicit relocations but they contain L32R
11412 instructions that reference the corresponding ".got.plt*" sections. */
11413 if ((sec
->flags
& SEC_LINKER_CREATED
) != 0
11414 && startswith (sec
->name
, ".plt"))
11418 /* Find the corresponding ".got.plt*" section. */
11419 if (sec
->name
[4] == '\0')
11420 sgotplt
= elf_hash_table (link_info
)->sgotplt
;
11426 BFD_ASSERT (sec
->name
[4] == '.');
11427 chunk
= strtol (&sec
->name
[5], NULL
, 10);
11429 sprintf (got_name
, ".got.plt.%u", chunk
);
11430 sgotplt
= bfd_get_linker_section (sec
->owner
, got_name
);
11432 BFD_ASSERT (sgotplt
);
11434 /* Assume worst-case offsets: L32R at the very end of the ".plt"
11435 section referencing a literal at the very beginning of
11436 ".got.plt". This is very close to the real dependence, anyway. */
11437 (*callback
) (sec
, sec_size
, sgotplt
, 0, closure
);
11440 /* Only ELF files are supported for Xtensa. Check here to avoid a segfault
11441 when building uclibc, which runs "ld -b binary /dev/null". */
11442 if (bfd_get_flavour (abfd
) != bfd_target_elf_flavour
)
11445 internal_relocs
= retrieve_internal_relocs (abfd
, sec
,
11446 link_info
->keep_memory
);
11447 if (internal_relocs
== NULL
11448 || sec
->reloc_count
== 0)
11451 /* Cache the contents for the duration of this scan. */
11452 contents
= retrieve_contents (abfd
, sec
, link_info
->keep_memory
);
11453 if (contents
== NULL
&& sec_size
!= 0)
11459 if (!xtensa_default_isa
)
11460 xtensa_default_isa
= xtensa_isa_init (0, 0);
11462 for (i
= 0; i
< sec
->reloc_count
; i
++)
11464 Elf_Internal_Rela
*irel
= &internal_relocs
[i
];
11465 if (is_l32r_relocation (abfd
, sec
, contents
, irel
))
11468 asection
*target_sec
;
11469 bfd_vma target_offset
;
11471 r_reloc_init (&l32r_rel
, abfd
, irel
, contents
, sec_size
);
11474 /* L32Rs must be local to the input file. */
11475 if (r_reloc_is_defined (&l32r_rel
))
11477 target_sec
= r_reloc_get_section (&l32r_rel
);
11478 target_offset
= l32r_rel
.target_offset
;
11480 (*callback
) (sec
, irel
->r_offset
, target_sec
, target_offset
,
11486 release_internal_relocs (sec
, internal_relocs
);
11487 release_contents (sec
, contents
);
11491 /* The default literal sections should always be marked as "code" (i.e.,
11492 SHF_EXECINSTR). This is particularly important for the Linux kernel
11493 module loader so that the literals are not placed after the text. */
11494 static const struct bfd_elf_special_section elf_xtensa_special_sections
[] =
11496 { STRING_COMMA_LEN (".fini.literal"), 0, SHT_PROGBITS
, SHF_ALLOC
+ SHF_EXECINSTR
},
11497 { STRING_COMMA_LEN (".init.literal"), 0, SHT_PROGBITS
, SHF_ALLOC
+ SHF_EXECINSTR
},
11498 { STRING_COMMA_LEN (".literal"), 0, SHT_PROGBITS
, SHF_ALLOC
+ SHF_EXECINSTR
},
11499 { STRING_COMMA_LEN (".xtensa.info"), 0, SHT_NOTE
, 0 },
11500 { NULL
, 0, 0, 0, 0 }
11503 #define ELF_TARGET_ID XTENSA_ELF_DATA
11505 #define TARGET_LITTLE_SYM xtensa_elf32_le_vec
11506 #define TARGET_LITTLE_NAME "elf32-xtensa-le"
11507 #define TARGET_BIG_SYM xtensa_elf32_be_vec
11508 #define TARGET_BIG_NAME "elf32-xtensa-be"
11509 #define ELF_ARCH bfd_arch_xtensa
11511 #define ELF_MACHINE_CODE EM_XTENSA
11512 #define ELF_MACHINE_ALT1 EM_XTENSA_OLD
11514 #define ELF_MAXPAGESIZE 0x1000
11515 #endif /* ELF_ARCH */
11517 #define elf_backend_can_gc_sections 1
11518 #define elf_backend_can_refcount 1
11519 #define elf_backend_plt_readonly 1
11520 #define elf_backend_got_header_size 4
11521 #define elf_backend_want_dynbss 0
11522 #define elf_backend_want_got_plt 1
11523 #define elf_backend_dtrel_excludes_plt 1
11525 #define elf_info_to_howto elf_xtensa_info_to_howto_rela
11527 #define bfd_elf32_mkobject elf_xtensa_mkobject
11529 #define bfd_elf32_bfd_merge_private_bfd_data elf_xtensa_merge_private_bfd_data
11530 #define bfd_elf32_new_section_hook elf_xtensa_new_section_hook
11531 #define bfd_elf32_bfd_print_private_bfd_data elf_xtensa_print_private_bfd_data
11532 #define bfd_elf32_bfd_relax_section elf_xtensa_relax_section
11533 #define bfd_elf32_bfd_reloc_type_lookup elf_xtensa_reloc_type_lookup
11534 #define bfd_elf32_bfd_reloc_name_lookup \
11535 elf_xtensa_reloc_name_lookup
11536 #define bfd_elf32_bfd_set_private_flags elf_xtensa_set_private_flags
11537 #define bfd_elf32_bfd_link_hash_table_create elf_xtensa_link_hash_table_create
11539 #define elf_backend_adjust_dynamic_symbol elf_xtensa_adjust_dynamic_symbol
11540 #define elf_backend_check_relocs elf_xtensa_check_relocs
11541 #define elf_backend_create_dynamic_sections elf_xtensa_create_dynamic_sections
11542 #define elf_backend_discard_info elf_xtensa_discard_info
11543 #define elf_backend_ignore_discarded_relocs elf_xtensa_ignore_discarded_relocs
11544 #define elf_backend_final_write_processing elf_xtensa_final_write_processing
11545 #define elf_backend_finish_dynamic_sections elf_xtensa_finish_dynamic_sections
11546 #define elf_backend_finish_dynamic_symbol elf_xtensa_finish_dynamic_symbol
11547 #define elf_backend_gc_mark_hook elf_xtensa_gc_mark_hook
11548 #define elf_backend_grok_prstatus elf_xtensa_grok_prstatus
11549 #define elf_backend_grok_psinfo elf_xtensa_grok_psinfo
11550 #define elf_backend_hide_symbol elf_xtensa_hide_symbol
11551 #define elf_backend_object_p elf_xtensa_object_p
11552 #define elf_backend_reloc_type_class elf_xtensa_reloc_type_class
11553 #define elf_backend_relocate_section elf_xtensa_relocate_section
11554 #define elf_backend_size_dynamic_sections elf_xtensa_size_dynamic_sections
11555 #define elf_backend_always_size_sections elf_xtensa_always_size_sections
11556 #define elf_backend_omit_section_dynsym _bfd_elf_omit_section_dynsym_all
11557 #define elf_backend_special_sections elf_xtensa_special_sections
11558 #define elf_backend_action_discarded elf_xtensa_action_discarded
11559 #define elf_backend_copy_indirect_symbol elf_xtensa_copy_indirect_symbol
11561 #include "elf32-target.h"