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