Make .ifdef treat a referenced but not yet defined symbol as if it were
[binutils.git] / bfd / elfxx-ia64.c
blobb63cfb0c27a492d564ef7b8a1df9d363564b2e0f
1 /* IA-64 support for 64-bit ELF
2 Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
3 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
5 This file is part of BFD, the Binary File Descriptor library.
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
21 #include "bfd.h"
22 #include "sysdep.h"
23 #include "libbfd.h"
24 #include "elf-bfd.h"
25 #include "opcode/ia64.h"
26 #include "elf/ia64.h"
29 * THE RULES for all the stuff the linker creates --
31 * GOT Entries created in response to LTOFF or LTOFF_FPTR
32 * relocations. Dynamic relocs created for dynamic
33 * symbols in an application; REL relocs for locals
34 * in a shared library.
36 * FPTR The canonical function descriptor. Created for local
37 * symbols in applications. Descriptors for dynamic symbols
38 * and local symbols in shared libraries are created by
39 * ld.so. Thus there are no dynamic relocs against these
40 * objects. The FPTR relocs for such _are_ passed through
41 * to the dynamic relocation tables.
43 * FULL_PLT Created for a PCREL21B relocation against a dynamic symbol.
44 * Requires the creation of a PLTOFF entry. This does not
45 * require any dynamic relocations.
47 * PLTOFF Created by PLTOFF relocations. For local symbols, this
48 * is an alternate function descriptor, and in shared libraries
49 * requires two REL relocations. Note that this cannot be
50 * transformed into an FPTR relocation, since it must be in
51 * range of the GP. For dynamic symbols, this is a function
52 * descriptor for a MIN_PLT entry, and requires one IPLT reloc.
54 * MIN_PLT Created by PLTOFF entries against dynamic symbols. This
55 * does not reqire dynamic relocations.
58 #define USE_RELA /* we want RELA relocs, not REL */
60 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0])))
62 typedef struct bfd_hash_entry *(*new_hash_entry_func)
63 PARAMS ((struct bfd_hash_entry *, struct bfd_hash_table *, const char *));
65 /* In dynamically (linker-) created sections, we generally need to keep track
66 of the place a symbol or expression got allocated to. This is done via hash
67 tables that store entries of the following type. */
69 struct elfNN_ia64_dyn_sym_info
71 /* The addend for which this entry is relevant. */
72 bfd_vma addend;
74 /* Next addend in the list. */
75 struct elfNN_ia64_dyn_sym_info *next;
77 bfd_vma got_offset;
78 bfd_vma fptr_offset;
79 bfd_vma pltoff_offset;
80 bfd_vma plt_offset;
81 bfd_vma plt2_offset;
82 bfd_vma tprel_offset;
83 bfd_vma dtpmod_offset;
84 bfd_vma dtprel_offset;
86 /* The symbol table entry, if any, that this was derrived from. */
87 struct elf_link_hash_entry *h;
89 /* Used to count non-got, non-plt relocations for delayed sizing
90 of relocation sections. */
91 struct elfNN_ia64_dyn_reloc_entry
93 struct elfNN_ia64_dyn_reloc_entry *next;
94 asection *srel;
95 int type;
96 int count;
97 } *reloc_entries;
99 /* True when the section contents have been updated. */
100 unsigned got_done : 1;
101 unsigned fptr_done : 1;
102 unsigned pltoff_done : 1;
103 unsigned tprel_done : 1;
104 unsigned dtpmod_done : 1;
105 unsigned dtprel_done : 1;
107 /* True for the different kinds of linker data we want created. */
108 unsigned want_got : 1;
109 unsigned want_fptr : 1;
110 unsigned want_ltoff_fptr : 1;
111 unsigned want_plt : 1;
112 unsigned want_plt2 : 1;
113 unsigned want_pltoff : 1;
114 unsigned want_tprel : 1;
115 unsigned want_dtpmod : 1;
116 unsigned want_dtprel : 1;
119 struct elfNN_ia64_local_hash_entry
121 struct bfd_hash_entry root;
122 struct elfNN_ia64_dyn_sym_info *info;
124 /* True if this hash entry's addends was translated for
125 SHF_MERGE optimization. */
126 unsigned sec_merge_done : 1;
129 struct elfNN_ia64_local_hash_table
131 struct bfd_hash_table root;
132 /* No additional fields for now. */
135 struct elfNN_ia64_link_hash_entry
137 struct elf_link_hash_entry root;
138 struct elfNN_ia64_dyn_sym_info *info;
141 struct elfNN_ia64_link_hash_table
143 /* The main hash table */
144 struct elf_link_hash_table root;
146 asection *got_sec; /* the linkage table section (or NULL) */
147 asection *rel_got_sec; /* dynamic relocation section for same */
148 asection *fptr_sec; /* function descriptor table (or NULL) */
149 asection *plt_sec; /* the primary plt section (or NULL) */
150 asection *pltoff_sec; /* private descriptors for plt (or NULL) */
151 asection *rel_pltoff_sec; /* dynamic relocation section for same */
153 bfd_size_type minplt_entries; /* number of minplt entries */
154 unsigned reltext : 1; /* are there relocs against readonly sections? */
156 struct elfNN_ia64_local_hash_table loc_hash_table;
159 #define elfNN_ia64_hash_table(p) \
160 ((struct elfNN_ia64_link_hash_table *) ((p)->hash))
162 static bfd_reloc_status_type elfNN_ia64_reloc
163 PARAMS ((bfd *abfd, arelent *reloc, asymbol *sym, PTR data,
164 asection *input_section, bfd *output_bfd, char **error_message));
165 static reloc_howto_type * lookup_howto
166 PARAMS ((unsigned int rtype));
167 static reloc_howto_type *elfNN_ia64_reloc_type_lookup
168 PARAMS ((bfd *abfd, bfd_reloc_code_real_type bfd_code));
169 static void elfNN_ia64_info_to_howto
170 PARAMS ((bfd *abfd, arelent *bfd_reloc, ElfNN_Internal_Rela *elf_reloc));
171 static boolean elfNN_ia64_relax_section
172 PARAMS((bfd *abfd, asection *sec, struct bfd_link_info *link_info,
173 boolean *again));
174 static boolean is_unwind_section_name
175 PARAMS ((bfd *abfd, const char *));
176 static boolean elfNN_ia64_section_from_shdr
177 PARAMS ((bfd *, ElfNN_Internal_Shdr *, const char *));
178 static boolean elfNN_ia64_section_flags
179 PARAMS ((flagword *, ElfNN_Internal_Shdr *));
180 static boolean elfNN_ia64_fake_sections
181 PARAMS ((bfd *abfd, ElfNN_Internal_Shdr *hdr, asection *sec));
182 static void elfNN_ia64_final_write_processing
183 PARAMS ((bfd *abfd, boolean linker));
184 static boolean elfNN_ia64_add_symbol_hook
185 PARAMS ((bfd *abfd, struct bfd_link_info *info, const Elf_Internal_Sym *sym,
186 const char **namep, flagword *flagsp, asection **secp,
187 bfd_vma *valp));
188 static boolean elfNN_ia64_aix_vec
189 PARAMS ((const bfd_target *vec));
190 static boolean elfNN_ia64_aix_add_symbol_hook
191 PARAMS ((bfd *abfd, struct bfd_link_info *info, const Elf_Internal_Sym *sym,
192 const char **namep, flagword *flagsp, asection **secp,
193 bfd_vma *valp));
194 static boolean elfNN_ia64_aix_link_add_symbols
195 PARAMS ((bfd *abfd, struct bfd_link_info *info));
196 static int elfNN_ia64_additional_program_headers
197 PARAMS ((bfd *abfd));
198 static boolean elfNN_ia64_modify_segment_map
199 PARAMS ((bfd *));
200 static boolean elfNN_ia64_is_local_label_name
201 PARAMS ((bfd *abfd, const char *name));
202 static boolean elfNN_ia64_dynamic_symbol_p
203 PARAMS ((struct elf_link_hash_entry *h, struct bfd_link_info *info));
204 static boolean elfNN_ia64_local_hash_table_init
205 PARAMS ((struct elfNN_ia64_local_hash_table *ht, bfd *abfd,
206 new_hash_entry_func new));
207 static struct bfd_hash_entry *elfNN_ia64_new_loc_hash_entry
208 PARAMS ((struct bfd_hash_entry *entry, struct bfd_hash_table *table,
209 const char *string));
210 static struct bfd_hash_entry *elfNN_ia64_new_elf_hash_entry
211 PARAMS ((struct bfd_hash_entry *entry, struct bfd_hash_table *table,
212 const char *string));
213 static void elfNN_ia64_hash_copy_indirect
214 PARAMS ((struct elf_link_hash_entry *, struct elf_link_hash_entry *));
215 static void elfNN_ia64_hash_hide_symbol
216 PARAMS ((struct bfd_link_info *, struct elf_link_hash_entry *, boolean));
217 static struct bfd_link_hash_table *elfNN_ia64_hash_table_create
218 PARAMS ((bfd *abfd));
219 static struct elfNN_ia64_local_hash_entry *elfNN_ia64_local_hash_lookup
220 PARAMS ((struct elfNN_ia64_local_hash_table *table, const char *string,
221 boolean create, boolean copy));
222 static boolean elfNN_ia64_global_dyn_sym_thunk
223 PARAMS ((struct bfd_hash_entry *, PTR));
224 static boolean elfNN_ia64_local_dyn_sym_thunk
225 PARAMS ((struct bfd_hash_entry *, PTR));
226 static void elfNN_ia64_dyn_sym_traverse
227 PARAMS ((struct elfNN_ia64_link_hash_table *ia64_info,
228 boolean (*func) (struct elfNN_ia64_dyn_sym_info *, PTR),
229 PTR info));
230 static boolean elfNN_ia64_create_dynamic_sections
231 PARAMS ((bfd *abfd, struct bfd_link_info *info));
232 static struct elfNN_ia64_local_hash_entry * get_local_sym_hash
233 PARAMS ((struct elfNN_ia64_link_hash_table *ia64_info,
234 bfd *abfd, const Elf_Internal_Rela *rel, boolean create));
235 static struct elfNN_ia64_dyn_sym_info * get_dyn_sym_info
236 PARAMS ((struct elfNN_ia64_link_hash_table *ia64_info,
237 struct elf_link_hash_entry *h,
238 bfd *abfd, const Elf_Internal_Rela *rel, boolean create));
239 static asection *get_got
240 PARAMS ((bfd *abfd, struct bfd_link_info *info,
241 struct elfNN_ia64_link_hash_table *ia64_info));
242 static asection *get_fptr
243 PARAMS ((bfd *abfd, struct bfd_link_info *info,
244 struct elfNN_ia64_link_hash_table *ia64_info));
245 static asection *get_pltoff
246 PARAMS ((bfd *abfd, struct bfd_link_info *info,
247 struct elfNN_ia64_link_hash_table *ia64_info));
248 static asection *get_reloc_section
249 PARAMS ((bfd *abfd, struct elfNN_ia64_link_hash_table *ia64_info,
250 asection *sec, boolean create));
251 static boolean count_dyn_reloc
252 PARAMS ((bfd *abfd, struct elfNN_ia64_dyn_sym_info *dyn_i,
253 asection *srel, int type));
254 static boolean elfNN_ia64_check_relocs
255 PARAMS ((bfd *abfd, struct bfd_link_info *info, asection *sec,
256 const Elf_Internal_Rela *relocs));
257 static boolean elfNN_ia64_adjust_dynamic_symbol
258 PARAMS ((struct bfd_link_info *info, struct elf_link_hash_entry *h));
259 static long global_sym_index
260 PARAMS ((struct elf_link_hash_entry *h));
261 static boolean allocate_fptr
262 PARAMS ((struct elfNN_ia64_dyn_sym_info *dyn_i, PTR data));
263 static boolean allocate_global_data_got
264 PARAMS ((struct elfNN_ia64_dyn_sym_info *dyn_i, PTR data));
265 static boolean allocate_global_fptr_got
266 PARAMS ((struct elfNN_ia64_dyn_sym_info *dyn_i, PTR data));
267 static boolean allocate_local_got
268 PARAMS ((struct elfNN_ia64_dyn_sym_info *dyn_i, PTR data));
269 static boolean allocate_pltoff_entries
270 PARAMS ((struct elfNN_ia64_dyn_sym_info *dyn_i, PTR data));
271 static boolean allocate_plt_entries
272 PARAMS ((struct elfNN_ia64_dyn_sym_info *dyn_i, PTR data));
273 static boolean allocate_plt2_entries
274 PARAMS ((struct elfNN_ia64_dyn_sym_info *dyn_i, PTR data));
275 static boolean allocate_dynrel_entries
276 PARAMS ((struct elfNN_ia64_dyn_sym_info *dyn_i, PTR data));
277 static boolean elfNN_ia64_size_dynamic_sections
278 PARAMS ((bfd *output_bfd, struct bfd_link_info *info));
279 static bfd_reloc_status_type elfNN_ia64_install_value
280 PARAMS ((bfd *abfd, bfd_byte *hit_addr, bfd_vma val, unsigned int r_type));
281 static void elfNN_ia64_install_dyn_reloc
282 PARAMS ((bfd *abfd, struct bfd_link_info *info, asection *sec,
283 asection *srel, bfd_vma offset, unsigned int type,
284 long dynindx, bfd_vma addend));
285 static bfd_vma set_got_entry
286 PARAMS ((bfd *abfd, struct bfd_link_info *info,
287 struct elfNN_ia64_dyn_sym_info *dyn_i, long dynindx,
288 bfd_vma addend, bfd_vma value, unsigned int dyn_r_type));
289 static bfd_vma set_fptr_entry
290 PARAMS ((bfd *abfd, struct bfd_link_info *info,
291 struct elfNN_ia64_dyn_sym_info *dyn_i,
292 bfd_vma value));
293 static bfd_vma set_pltoff_entry
294 PARAMS ((bfd *abfd, struct bfd_link_info *info,
295 struct elfNN_ia64_dyn_sym_info *dyn_i,
296 bfd_vma value, boolean));
297 static bfd_vma elfNN_ia64_tprel_base
298 PARAMS ((struct bfd_link_info *info));
299 static bfd_vma elfNN_ia64_dtprel_base
300 PARAMS ((struct bfd_link_info *info));
301 static int elfNN_ia64_unwind_entry_compare
302 PARAMS ((const PTR, const PTR));
303 static boolean elfNN_ia64_final_link
304 PARAMS ((bfd *abfd, struct bfd_link_info *info));
305 static boolean elfNN_ia64_relocate_section
306 PARAMS ((bfd *output_bfd, struct bfd_link_info *info, bfd *input_bfd,
307 asection *input_section, bfd_byte *contents,
308 Elf_Internal_Rela *relocs, Elf_Internal_Sym *local_syms,
309 asection **local_sections));
310 static boolean elfNN_ia64_finish_dynamic_symbol
311 PARAMS ((bfd *output_bfd, struct bfd_link_info *info,
312 struct elf_link_hash_entry *h, Elf_Internal_Sym *sym));
313 static boolean elfNN_ia64_finish_dynamic_sections
314 PARAMS ((bfd *abfd, struct bfd_link_info *info));
315 static boolean elfNN_ia64_set_private_flags
316 PARAMS ((bfd *abfd, flagword flags));
317 static boolean elfNN_ia64_merge_private_bfd_data
318 PARAMS ((bfd *ibfd, bfd *obfd));
319 static boolean elfNN_ia64_print_private_bfd_data
320 PARAMS ((bfd *abfd, PTR ptr));
321 static enum elf_reloc_type_class elfNN_ia64_reloc_type_class
322 PARAMS ((const Elf_Internal_Rela *));
323 static boolean elfNN_ia64_hpux_vec
324 PARAMS ((const bfd_target *vec));
325 static void elfNN_hpux_post_process_headers
326 PARAMS ((bfd *abfd, struct bfd_link_info *info));
327 boolean elfNN_hpux_backend_section_from_bfd_section
328 PARAMS ((bfd *abfd, asection *sec, int *retval));
330 /* ia64-specific relocation */
332 /* Perform a relocation. Not much to do here as all the hard work is
333 done in elfNN_ia64_final_link_relocate. */
334 static bfd_reloc_status_type
335 elfNN_ia64_reloc (abfd, reloc, sym, data, input_section,
336 output_bfd, error_message)
337 bfd *abfd ATTRIBUTE_UNUSED;
338 arelent *reloc;
339 asymbol *sym ATTRIBUTE_UNUSED;
340 PTR data ATTRIBUTE_UNUSED;
341 asection *input_section;
342 bfd *output_bfd;
343 char **error_message;
345 if (output_bfd)
347 reloc->address += input_section->output_offset;
348 return bfd_reloc_ok;
350 *error_message = "Unsupported call to elfNN_ia64_reloc";
351 return bfd_reloc_notsupported;
354 #define IA64_HOWTO(TYPE, NAME, SIZE, PCREL, IN) \
355 HOWTO (TYPE, 0, SIZE, 0, PCREL, 0, complain_overflow_signed, \
356 elfNN_ia64_reloc, NAME, false, 0, 0, IN)
358 /* This table has to be sorted according to increasing number of the
359 TYPE field. */
360 static reloc_howto_type ia64_howto_table[] =
362 IA64_HOWTO (R_IA64_NONE, "NONE", 0, false, true),
364 IA64_HOWTO (R_IA64_IMM14, "IMM14", 0, false, true),
365 IA64_HOWTO (R_IA64_IMM22, "IMM22", 0, false, true),
366 IA64_HOWTO (R_IA64_IMM64, "IMM64", 0, false, true),
367 IA64_HOWTO (R_IA64_DIR32MSB, "DIR32MSB", 2, false, true),
368 IA64_HOWTO (R_IA64_DIR32LSB, "DIR32LSB", 2, false, true),
369 IA64_HOWTO (R_IA64_DIR64MSB, "DIR64MSB", 4, false, true),
370 IA64_HOWTO (R_IA64_DIR64LSB, "DIR64LSB", 4, false, true),
372 IA64_HOWTO (R_IA64_GPREL22, "GPREL22", 0, false, true),
373 IA64_HOWTO (R_IA64_GPREL64I, "GPREL64I", 0, false, true),
374 IA64_HOWTO (R_IA64_GPREL32MSB, "GPREL32MSB", 2, false, true),
375 IA64_HOWTO (R_IA64_GPREL32LSB, "GPREL32LSB", 2, false, true),
376 IA64_HOWTO (R_IA64_GPREL64MSB, "GPREL64MSB", 4, false, true),
377 IA64_HOWTO (R_IA64_GPREL64LSB, "GPREL64LSB", 4, false, true),
379 IA64_HOWTO (R_IA64_LTOFF22, "LTOFF22", 0, false, true),
380 IA64_HOWTO (R_IA64_LTOFF64I, "LTOFF64I", 0, false, true),
382 IA64_HOWTO (R_IA64_PLTOFF22, "PLTOFF22", 0, false, true),
383 IA64_HOWTO (R_IA64_PLTOFF64I, "PLTOFF64I", 0, false, true),
384 IA64_HOWTO (R_IA64_PLTOFF64MSB, "PLTOFF64MSB", 4, false, true),
385 IA64_HOWTO (R_IA64_PLTOFF64LSB, "PLTOFF64LSB", 4, false, true),
387 IA64_HOWTO (R_IA64_FPTR64I, "FPTR64I", 0, false, true),
388 IA64_HOWTO (R_IA64_FPTR32MSB, "FPTR32MSB", 2, false, true),
389 IA64_HOWTO (R_IA64_FPTR32LSB, "FPTR32LSB", 2, false, true),
390 IA64_HOWTO (R_IA64_FPTR64MSB, "FPTR64MSB", 4, false, true),
391 IA64_HOWTO (R_IA64_FPTR64LSB, "FPTR64LSB", 4, false, true),
393 IA64_HOWTO (R_IA64_PCREL60B, "PCREL60B", 0, true, true),
394 IA64_HOWTO (R_IA64_PCREL21B, "PCREL21B", 0, true, true),
395 IA64_HOWTO (R_IA64_PCREL21M, "PCREL21M", 0, true, true),
396 IA64_HOWTO (R_IA64_PCREL21F, "PCREL21F", 0, true, true),
397 IA64_HOWTO (R_IA64_PCREL32MSB, "PCREL32MSB", 2, true, true),
398 IA64_HOWTO (R_IA64_PCREL32LSB, "PCREL32LSB", 2, true, true),
399 IA64_HOWTO (R_IA64_PCREL64MSB, "PCREL64MSB", 4, true, true),
400 IA64_HOWTO (R_IA64_PCREL64LSB, "PCREL64LSB", 4, true, true),
402 IA64_HOWTO (R_IA64_LTOFF_FPTR22, "LTOFF_FPTR22", 0, false, true),
403 IA64_HOWTO (R_IA64_LTOFF_FPTR64I, "LTOFF_FPTR64I", 0, false, true),
404 IA64_HOWTO (R_IA64_LTOFF_FPTR32MSB, "LTOFF_FPTR32MSB", 2, false, true),
405 IA64_HOWTO (R_IA64_LTOFF_FPTR32LSB, "LTOFF_FPTR32LSB", 2, false, true),
406 IA64_HOWTO (R_IA64_LTOFF_FPTR64MSB, "LTOFF_FPTR64MSB", 4, false, true),
407 IA64_HOWTO (R_IA64_LTOFF_FPTR64LSB, "LTOFF_FPTR64LSB", 4, false, true),
409 IA64_HOWTO (R_IA64_SEGREL32MSB, "SEGREL32MSB", 2, false, true),
410 IA64_HOWTO (R_IA64_SEGREL32LSB, "SEGREL32LSB", 2, false, true),
411 IA64_HOWTO (R_IA64_SEGREL64MSB, "SEGREL64MSB", 4, false, true),
412 IA64_HOWTO (R_IA64_SEGREL64LSB, "SEGREL64LSB", 4, false, true),
414 IA64_HOWTO (R_IA64_SECREL32MSB, "SECREL32MSB", 2, false, true),
415 IA64_HOWTO (R_IA64_SECREL32LSB, "SECREL32LSB", 2, false, true),
416 IA64_HOWTO (R_IA64_SECREL64MSB, "SECREL64MSB", 4, false, true),
417 IA64_HOWTO (R_IA64_SECREL64LSB, "SECREL64LSB", 4, false, true),
419 IA64_HOWTO (R_IA64_REL32MSB, "REL32MSB", 2, false, true),
420 IA64_HOWTO (R_IA64_REL32LSB, "REL32LSB", 2, false, true),
421 IA64_HOWTO (R_IA64_REL64MSB, "REL64MSB", 4, false, true),
422 IA64_HOWTO (R_IA64_REL64LSB, "REL64LSB", 4, false, true),
424 IA64_HOWTO (R_IA64_LTV32MSB, "LTV32MSB", 2, false, true),
425 IA64_HOWTO (R_IA64_LTV32LSB, "LTV32LSB", 2, false, true),
426 IA64_HOWTO (R_IA64_LTV64MSB, "LTV64MSB", 4, false, true),
427 IA64_HOWTO (R_IA64_LTV64LSB, "LTV64LSB", 4, false, true),
429 IA64_HOWTO (R_IA64_PCREL21BI, "PCREL21BI", 0, true, true),
430 IA64_HOWTO (R_IA64_PCREL22, "PCREL22", 0, true, true),
431 IA64_HOWTO (R_IA64_PCREL64I, "PCREL64I", 0, true, true),
433 IA64_HOWTO (R_IA64_IPLTMSB, "IPLTMSB", 4, false, true),
434 IA64_HOWTO (R_IA64_IPLTLSB, "IPLTLSB", 4, false, true),
435 IA64_HOWTO (R_IA64_COPY, "COPY", 4, false, true),
436 IA64_HOWTO (R_IA64_LTOFF22X, "LTOFF22X", 0, false, true),
437 IA64_HOWTO (R_IA64_LDXMOV, "LDXMOV", 0, false, true),
439 IA64_HOWTO (R_IA64_TPREL14, "TPREL14", 0, false, false),
440 IA64_HOWTO (R_IA64_TPREL22, "TPREL22", 0, false, false),
441 IA64_HOWTO (R_IA64_TPREL64I, "TPREL64I", 0, false, false),
442 IA64_HOWTO (R_IA64_TPREL64MSB, "TPREL64MSB", 8, false, false),
443 IA64_HOWTO (R_IA64_TPREL64LSB, "TPREL64LSB", 8, false, false),
444 IA64_HOWTO (R_IA64_LTOFF_TPREL22, "LTOFF_TPREL22", 0, false, false),
446 IA64_HOWTO (R_IA64_DTPMOD64MSB, "TPREL64MSB", 8, false, false),
447 IA64_HOWTO (R_IA64_DTPMOD64LSB, "TPREL64LSB", 8, false, false),
448 IA64_HOWTO (R_IA64_LTOFF_DTPMOD22, "LTOFF_DTPMOD22", 0, false, false),
450 IA64_HOWTO (R_IA64_DTPREL14, "DTPREL14", 0, false, false),
451 IA64_HOWTO (R_IA64_DTPREL22, "DTPREL22", 0, false, false),
452 IA64_HOWTO (R_IA64_DTPREL64I, "DTPREL64I", 0, false, false),
453 IA64_HOWTO (R_IA64_DTPREL32MSB, "DTPREL32MSB", 4, false, false),
454 IA64_HOWTO (R_IA64_DTPREL32LSB, "DTPREL32LSB", 4, false, false),
455 IA64_HOWTO (R_IA64_DTPREL64MSB, "DTPREL64MSB", 8, false, false),
456 IA64_HOWTO (R_IA64_DTPREL64LSB, "DTPREL64LSB", 8, false, false),
457 IA64_HOWTO (R_IA64_LTOFF_DTPREL22, "LTOFF_DTPREL22", 0, false, false),
460 static unsigned char elf_code_to_howto_index[R_IA64_MAX_RELOC_CODE + 1];
462 /* Given a BFD reloc type, return the matching HOWTO structure. */
464 static reloc_howto_type*
465 lookup_howto (rtype)
466 unsigned int rtype;
468 static int inited = 0;
469 int i;
471 if (!inited)
473 inited = 1;
475 memset (elf_code_to_howto_index, 0xff, sizeof (elf_code_to_howto_index));
476 for (i = 0; i < NELEMS (ia64_howto_table); ++i)
477 elf_code_to_howto_index[ia64_howto_table[i].type] = i;
480 BFD_ASSERT (rtype <= R_IA64_MAX_RELOC_CODE);
481 i = elf_code_to_howto_index[rtype];
482 if (i >= NELEMS (ia64_howto_table))
483 return 0;
484 return ia64_howto_table + i;
487 static reloc_howto_type*
488 elfNN_ia64_reloc_type_lookup (abfd, bfd_code)
489 bfd *abfd ATTRIBUTE_UNUSED;
490 bfd_reloc_code_real_type bfd_code;
492 unsigned int rtype;
494 switch (bfd_code)
496 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break;
498 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break;
499 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break;
500 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break;
502 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break;
503 case BFD_RELOC_IA64_DIR32LSB: rtype = R_IA64_DIR32LSB; break;
504 case BFD_RELOC_IA64_DIR64MSB: rtype = R_IA64_DIR64MSB; break;
505 case BFD_RELOC_IA64_DIR64LSB: rtype = R_IA64_DIR64LSB; break;
507 case BFD_RELOC_IA64_GPREL22: rtype = R_IA64_GPREL22; break;
508 case BFD_RELOC_IA64_GPREL64I: rtype = R_IA64_GPREL64I; break;
509 case BFD_RELOC_IA64_GPREL32MSB: rtype = R_IA64_GPREL32MSB; break;
510 case BFD_RELOC_IA64_GPREL32LSB: rtype = R_IA64_GPREL32LSB; break;
511 case BFD_RELOC_IA64_GPREL64MSB: rtype = R_IA64_GPREL64MSB; break;
512 case BFD_RELOC_IA64_GPREL64LSB: rtype = R_IA64_GPREL64LSB; break;
514 case BFD_RELOC_IA64_LTOFF22: rtype = R_IA64_LTOFF22; break;
515 case BFD_RELOC_IA64_LTOFF64I: rtype = R_IA64_LTOFF64I; break;
517 case BFD_RELOC_IA64_PLTOFF22: rtype = R_IA64_PLTOFF22; break;
518 case BFD_RELOC_IA64_PLTOFF64I: rtype = R_IA64_PLTOFF64I; break;
519 case BFD_RELOC_IA64_PLTOFF64MSB: rtype = R_IA64_PLTOFF64MSB; break;
520 case BFD_RELOC_IA64_PLTOFF64LSB: rtype = R_IA64_PLTOFF64LSB; break;
521 case BFD_RELOC_IA64_FPTR64I: rtype = R_IA64_FPTR64I; break;
522 case BFD_RELOC_IA64_FPTR32MSB: rtype = R_IA64_FPTR32MSB; break;
523 case BFD_RELOC_IA64_FPTR32LSB: rtype = R_IA64_FPTR32LSB; break;
524 case BFD_RELOC_IA64_FPTR64MSB: rtype = R_IA64_FPTR64MSB; break;
525 case BFD_RELOC_IA64_FPTR64LSB: rtype = R_IA64_FPTR64LSB; break;
527 case BFD_RELOC_IA64_PCREL21B: rtype = R_IA64_PCREL21B; break;
528 case BFD_RELOC_IA64_PCREL21BI: rtype = R_IA64_PCREL21BI; break;
529 case BFD_RELOC_IA64_PCREL21M: rtype = R_IA64_PCREL21M; break;
530 case BFD_RELOC_IA64_PCREL21F: rtype = R_IA64_PCREL21F; break;
531 case BFD_RELOC_IA64_PCREL22: rtype = R_IA64_PCREL22; break;
532 case BFD_RELOC_IA64_PCREL60B: rtype = R_IA64_PCREL60B; break;
533 case BFD_RELOC_IA64_PCREL64I: rtype = R_IA64_PCREL64I; break;
534 case BFD_RELOC_IA64_PCREL32MSB: rtype = R_IA64_PCREL32MSB; break;
535 case BFD_RELOC_IA64_PCREL32LSB: rtype = R_IA64_PCREL32LSB; break;
536 case BFD_RELOC_IA64_PCREL64MSB: rtype = R_IA64_PCREL64MSB; break;
537 case BFD_RELOC_IA64_PCREL64LSB: rtype = R_IA64_PCREL64LSB; break;
539 case BFD_RELOC_IA64_LTOFF_FPTR22: rtype = R_IA64_LTOFF_FPTR22; break;
540 case BFD_RELOC_IA64_LTOFF_FPTR64I: rtype = R_IA64_LTOFF_FPTR64I; break;
541 case BFD_RELOC_IA64_LTOFF_FPTR32MSB: rtype = R_IA64_LTOFF_FPTR32MSB; break;
542 case BFD_RELOC_IA64_LTOFF_FPTR32LSB: rtype = R_IA64_LTOFF_FPTR32LSB; break;
543 case BFD_RELOC_IA64_LTOFF_FPTR64MSB: rtype = R_IA64_LTOFF_FPTR64MSB; break;
544 case BFD_RELOC_IA64_LTOFF_FPTR64LSB: rtype = R_IA64_LTOFF_FPTR64LSB; break;
546 case BFD_RELOC_IA64_SEGREL32MSB: rtype = R_IA64_SEGREL32MSB; break;
547 case BFD_RELOC_IA64_SEGREL32LSB: rtype = R_IA64_SEGREL32LSB; break;
548 case BFD_RELOC_IA64_SEGREL64MSB: rtype = R_IA64_SEGREL64MSB; break;
549 case BFD_RELOC_IA64_SEGREL64LSB: rtype = R_IA64_SEGREL64LSB; break;
551 case BFD_RELOC_IA64_SECREL32MSB: rtype = R_IA64_SECREL32MSB; break;
552 case BFD_RELOC_IA64_SECREL32LSB: rtype = R_IA64_SECREL32LSB; break;
553 case BFD_RELOC_IA64_SECREL64MSB: rtype = R_IA64_SECREL64MSB; break;
554 case BFD_RELOC_IA64_SECREL64LSB: rtype = R_IA64_SECREL64LSB; break;
556 case BFD_RELOC_IA64_REL32MSB: rtype = R_IA64_REL32MSB; break;
557 case BFD_RELOC_IA64_REL32LSB: rtype = R_IA64_REL32LSB; break;
558 case BFD_RELOC_IA64_REL64MSB: rtype = R_IA64_REL64MSB; break;
559 case BFD_RELOC_IA64_REL64LSB: rtype = R_IA64_REL64LSB; break;
561 case BFD_RELOC_IA64_LTV32MSB: rtype = R_IA64_LTV32MSB; break;
562 case BFD_RELOC_IA64_LTV32LSB: rtype = R_IA64_LTV32LSB; break;
563 case BFD_RELOC_IA64_LTV64MSB: rtype = R_IA64_LTV64MSB; break;
564 case BFD_RELOC_IA64_LTV64LSB: rtype = R_IA64_LTV64LSB; break;
566 case BFD_RELOC_IA64_IPLTMSB: rtype = R_IA64_IPLTMSB; break;
567 case BFD_RELOC_IA64_IPLTLSB: rtype = R_IA64_IPLTLSB; break;
568 case BFD_RELOC_IA64_COPY: rtype = R_IA64_COPY; break;
569 case BFD_RELOC_IA64_LTOFF22X: rtype = R_IA64_LTOFF22X; break;
570 case BFD_RELOC_IA64_LDXMOV: rtype = R_IA64_LDXMOV; break;
572 case BFD_RELOC_IA64_TPREL14: rtype = R_IA64_TPREL14; break;
573 case BFD_RELOC_IA64_TPREL22: rtype = R_IA64_TPREL22; break;
574 case BFD_RELOC_IA64_TPREL64I: rtype = R_IA64_TPREL64I; break;
575 case BFD_RELOC_IA64_TPREL64MSB: rtype = R_IA64_TPREL64MSB; break;
576 case BFD_RELOC_IA64_TPREL64LSB: rtype = R_IA64_TPREL64LSB; break;
577 case BFD_RELOC_IA64_LTOFF_TPREL22: rtype = R_IA64_LTOFF_TPREL22; break;
579 case BFD_RELOC_IA64_DTPMOD64MSB: rtype = R_IA64_DTPMOD64MSB; break;
580 case BFD_RELOC_IA64_DTPMOD64LSB: rtype = R_IA64_DTPMOD64LSB; break;
581 case BFD_RELOC_IA64_LTOFF_DTPMOD22: rtype = R_IA64_LTOFF_DTPMOD22; break;
583 case BFD_RELOC_IA64_DTPREL14: rtype = R_IA64_DTPREL14; break;
584 case BFD_RELOC_IA64_DTPREL22: rtype = R_IA64_DTPREL22; break;
585 case BFD_RELOC_IA64_DTPREL64I: rtype = R_IA64_DTPREL64I; break;
586 case BFD_RELOC_IA64_DTPREL32MSB: rtype = R_IA64_DTPREL32MSB; break;
587 case BFD_RELOC_IA64_DTPREL32LSB: rtype = R_IA64_DTPREL32LSB; break;
588 case BFD_RELOC_IA64_DTPREL64MSB: rtype = R_IA64_DTPREL64MSB; break;
589 case BFD_RELOC_IA64_DTPREL64LSB: rtype = R_IA64_DTPREL64LSB; break;
590 case BFD_RELOC_IA64_LTOFF_DTPREL22: rtype = R_IA64_LTOFF_DTPREL22; break;
592 default: return 0;
594 return lookup_howto (rtype);
597 /* Given a ELF reloc, return the matching HOWTO structure. */
599 static void
600 elfNN_ia64_info_to_howto (abfd, bfd_reloc, elf_reloc)
601 bfd *abfd ATTRIBUTE_UNUSED;
602 arelent *bfd_reloc;
603 ElfNN_Internal_Rela *elf_reloc;
605 bfd_reloc->howto
606 = lookup_howto ((unsigned int) ELFNN_R_TYPE (elf_reloc->r_info));
609 #define PLT_HEADER_SIZE (3 * 16)
610 #define PLT_MIN_ENTRY_SIZE (1 * 16)
611 #define PLT_FULL_ENTRY_SIZE (2 * 16)
612 #define PLT_RESERVED_WORDS 3
614 static const bfd_byte plt_header[PLT_HEADER_SIZE] =
616 0x0b, 0x10, 0x00, 0x1c, 0x00, 0x21, /* [MMI] mov r2=r14;; */
617 0xe0, 0x00, 0x08, 0x00, 0x48, 0x00, /* addl r14=0,r2 */
618 0x00, 0x00, 0x04, 0x00, /* nop.i 0x0;; */
619 0x0b, 0x80, 0x20, 0x1c, 0x18, 0x14, /* [MMI] ld8 r16=[r14],8;; */
620 0x10, 0x41, 0x38, 0x30, 0x28, 0x00, /* ld8 r17=[r14],8 */
621 0x00, 0x00, 0x04, 0x00, /* nop.i 0x0;; */
622 0x11, 0x08, 0x00, 0x1c, 0x18, 0x10, /* [MIB] ld8 r1=[r14] */
623 0x60, 0x88, 0x04, 0x80, 0x03, 0x00, /* mov b6=r17 */
624 0x60, 0x00, 0x80, 0x00 /* br.few b6;; */
627 static const bfd_byte plt_min_entry[PLT_MIN_ENTRY_SIZE] =
629 0x11, 0x78, 0x00, 0x00, 0x00, 0x24, /* [MIB] mov r15=0 */
630 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, /* nop.i 0x0 */
631 0x00, 0x00, 0x00, 0x40 /* br.few 0 <PLT0>;; */
634 static const bfd_byte plt_full_entry[PLT_FULL_ENTRY_SIZE] =
636 0x0b, 0x78, 0x00, 0x02, 0x00, 0x24, /* [MMI] addl r15=0,r1;; */
637 0x00, 0x41, 0x3c, 0x30, 0x28, 0xc0, /* ld8 r16=[r15],8 */
638 0x01, 0x08, 0x00, 0x84, /* mov r14=r1;; */
639 0x11, 0x08, 0x00, 0x1e, 0x18, 0x10, /* [MIB] ld8 r1=[r15] */
640 0x60, 0x80, 0x04, 0x80, 0x03, 0x00, /* mov b6=r16 */
641 0x60, 0x00, 0x80, 0x00 /* br.few b6;; */
644 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1"
645 #define AIX_DYNAMIC_INTERPRETER "/usr/lib/ia64l64/libc.so.1"
646 #define DYNAMIC_INTERPRETER(abfd) \
647 (elfNN_ia64_aix_vec (abfd->xvec) ? AIX_DYNAMIC_INTERPRETER : ELF_DYNAMIC_INTERPRETER)
649 /* Select out of range branch fixup type. Note that Itanium does
650 not support brl, and so it gets emulated by the kernel. */
651 #undef USE_BRL
653 static const bfd_byte oor_brl[16] =
655 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, /* [MLX] nop.m 0 */
656 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* brl.sptk.few tgt;; */
657 0x00, 0x00, 0x00, 0xc0
660 static const bfd_byte oor_ip[48] =
662 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, /* [MLX] nop.m 0 */
663 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, /* movl r15=0 */
664 0x01, 0x00, 0x00, 0x60,
665 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, /* [MII] nop.m 0 */
666 0x00, 0x01, 0x00, 0x60, 0x00, 0x00, /* mov r16=ip;; */
667 0xf2, 0x80, 0x00, 0x80, /* add r16=r15,r16;; */
668 0x11, 0x00, 0x00, 0x00, 0x01, 0x00, /* [MIB] nop.m 0 */
669 0x60, 0x80, 0x04, 0x80, 0x03, 0x00, /* mov b6=r16 */
670 0x60, 0x00, 0x80, 0x00 /* br b6;; */
673 /* These functions do relaxation for IA-64 ELF.
675 This is primarily to support branches to targets out of range;
676 relaxation of R_IA64_LTOFF22X and R_IA64_LDXMOV not yet supported. */
678 static boolean
679 elfNN_ia64_relax_section (abfd, sec, link_info, again)
680 bfd *abfd;
681 asection *sec;
682 struct bfd_link_info *link_info;
683 boolean *again;
685 struct one_fixup
687 struct one_fixup *next;
688 asection *tsec;
689 bfd_vma toff;
690 bfd_vma trampoff;
693 Elf_Internal_Shdr *symtab_hdr;
694 Elf_Internal_Rela *internal_relocs;
695 Elf_Internal_Rela *irel, *irelend;
696 bfd_byte *contents;
697 Elf_Internal_Sym *isymbuf = NULL;
698 struct elfNN_ia64_link_hash_table *ia64_info;
699 struct one_fixup *fixups = NULL;
700 boolean changed_contents = false;
701 boolean changed_relocs = false;
703 /* Assume we're not going to change any sizes, and we'll only need
704 one pass. */
705 *again = false;
707 /* Nothing to do if there are no relocations. */
708 if ((sec->flags & SEC_RELOC) == 0
709 || sec->reloc_count == 0)
710 return true;
712 /* If this is the first time we have been called for this section,
713 initialize the cooked size. */
714 if (sec->_cooked_size == 0)
715 sec->_cooked_size = sec->_raw_size;
717 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
719 /* Load the relocations for this section. */
720 internal_relocs = (_bfd_elfNN_link_read_relocs
721 (abfd, sec, (PTR) NULL, (Elf_Internal_Rela *) NULL,
722 link_info->keep_memory));
723 if (internal_relocs == NULL)
724 return false;
726 ia64_info = elfNN_ia64_hash_table (link_info);
727 irelend = internal_relocs + sec->reloc_count;
729 for (irel = internal_relocs; irel < irelend; irel++)
730 if (ELFNN_R_TYPE (irel->r_info) == (int) R_IA64_PCREL21B)
731 break;
733 /* No branch-type relocations. */
734 if (irel == irelend)
736 if (elf_section_data (sec)->relocs != internal_relocs)
737 free (internal_relocs);
738 return true;
741 /* Get the section contents. */
742 if (elf_section_data (sec)->this_hdr.contents != NULL)
743 contents = elf_section_data (sec)->this_hdr.contents;
744 else
746 contents = (bfd_byte *) bfd_malloc (sec->_raw_size);
747 if (contents == NULL)
748 goto error_return;
750 if (! bfd_get_section_contents (abfd, sec, contents,
751 (file_ptr) 0, sec->_raw_size))
752 goto error_return;
755 for (; irel < irelend; irel++)
757 bfd_vma symaddr, reladdr, trampoff, toff, roff;
758 asection *tsec;
759 struct one_fixup *f;
760 bfd_size_type amt;
762 if (ELFNN_R_TYPE (irel->r_info) != (int) R_IA64_PCREL21B)
763 continue;
765 /* Get the value of the symbol referred to by the reloc. */
766 if (ELFNN_R_SYM (irel->r_info) < symtab_hdr->sh_info)
768 /* A local symbol. */
769 Elf_Internal_Sym *isym;
771 /* Read this BFD's local symbols. */
772 if (isymbuf == NULL)
774 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
775 if (isymbuf == NULL)
776 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
777 symtab_hdr->sh_info, 0,
778 NULL, NULL, NULL);
779 if (isymbuf == 0)
780 goto error_return;
783 isym = isymbuf + ELF64_R_SYM (irel->r_info);
784 if (isym->st_shndx == SHN_UNDEF)
785 continue; /* We can't do anthing with undefined symbols. */
786 else if (isym->st_shndx == SHN_ABS)
787 tsec = bfd_abs_section_ptr;
788 else if (isym->st_shndx == SHN_COMMON)
789 tsec = bfd_com_section_ptr;
790 else if (isym->st_shndx == SHN_IA_64_ANSI_COMMON)
791 tsec = bfd_com_section_ptr;
792 else
793 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
795 toff = isym->st_value;
797 else
799 unsigned long indx;
800 struct elf_link_hash_entry *h;
801 struct elfNN_ia64_dyn_sym_info *dyn_i;
803 indx = ELFNN_R_SYM (irel->r_info) - symtab_hdr->sh_info;
804 h = elf_sym_hashes (abfd)[indx];
805 BFD_ASSERT (h != NULL);
807 while (h->root.type == bfd_link_hash_indirect
808 || h->root.type == bfd_link_hash_warning)
809 h = (struct elf_link_hash_entry *) h->root.u.i.link;
811 dyn_i = get_dyn_sym_info (ia64_info, h, abfd, irel, false);
813 /* For branches to dynamic symbols, we're interested instead
814 in a branch to the PLT entry. */
815 if (dyn_i && dyn_i->want_plt2)
817 tsec = ia64_info->plt_sec;
818 toff = dyn_i->plt2_offset;
820 else
822 /* We can't do anthing with undefined symbols. */
823 if (h->root.type == bfd_link_hash_undefined
824 || h->root.type == bfd_link_hash_undefweak)
825 continue;
827 tsec = h->root.u.def.section;
828 toff = h->root.u.def.value;
832 symaddr = (tsec->output_section->vma
833 + tsec->output_offset
834 + toff
835 + irel->r_addend);
837 roff = irel->r_offset;
838 reladdr = (sec->output_section->vma
839 + sec->output_offset
840 + roff) & (bfd_vma) -4;
842 /* If the branch is in range, no need to do anything. */
843 if ((bfd_signed_vma) (symaddr - reladdr) >= -0x1000000
844 && (bfd_signed_vma) (symaddr - reladdr) <= 0x0FFFFF0)
845 continue;
847 /* If the branch and target are in the same section, you've
848 got one honking big section and we can't help you. You'll
849 get an error message later. */
850 if (tsec == sec)
851 continue;
853 /* Look for an existing fixup to this address. */
854 for (f = fixups; f ; f = f->next)
855 if (f->tsec == tsec && f->toff == toff)
856 break;
858 if (f == NULL)
860 /* Two alternatives: If it's a branch to a PLT entry, we can
861 make a copy of the FULL_PLT entry. Otherwise, we'll have
862 to use a `brl' insn to get where we're going. */
864 size_t size;
866 if (tsec == ia64_info->plt_sec)
867 size = sizeof (plt_full_entry);
868 else
870 #ifdef USE_BRL
871 size = sizeof (oor_brl);
872 #else
873 size = sizeof (oor_ip);
874 #endif
877 /* Resize the current section to make room for the new branch. */
878 trampoff = (sec->_cooked_size + 15) & (bfd_vma) -16;
879 amt = trampoff + size;
880 contents = (bfd_byte *) bfd_realloc (contents, amt);
881 if (contents == NULL)
882 goto error_return;
883 sec->_cooked_size = amt;
885 if (tsec == ia64_info->plt_sec)
887 memcpy (contents + trampoff, plt_full_entry, size);
889 /* Hijack the old relocation for use as the PLTOFF reloc. */
890 irel->r_info = ELFNN_R_INFO (ELFNN_R_SYM (irel->r_info),
891 R_IA64_PLTOFF22);
892 irel->r_offset = trampoff;
894 else
896 #ifdef USE_BRL
897 memcpy (contents + trampoff, oor_brl, size);
898 irel->r_info = ELFNN_R_INFO (ELFNN_R_SYM (irel->r_info),
899 R_IA64_PCREL60B);
900 irel->r_offset = trampoff + 2;
901 #else
902 memcpy (contents + trampoff, oor_ip, size);
903 irel->r_info = ELFNN_R_INFO (ELFNN_R_SYM (irel->r_info),
904 R_IA64_PCREL64I);
905 irel->r_addend -= 16;
906 irel->r_offset = trampoff + 2;
907 #endif
910 /* Record the fixup so we don't do it again this section. */
911 f = (struct one_fixup *) bfd_malloc ((bfd_size_type) sizeof (*f));
912 f->next = fixups;
913 f->tsec = tsec;
914 f->toff = toff;
915 f->trampoff = trampoff;
916 fixups = f;
918 else
920 /* Nop out the reloc, since we're finalizing things here. */
921 irel->r_info = ELFNN_R_INFO (0, R_IA64_NONE);
924 /* Fix up the existing branch to hit the trampoline. Hope like
925 hell this doesn't overflow too. */
926 if (elfNN_ia64_install_value (abfd, contents + roff,
927 f->trampoff - (roff & (bfd_vma) -4),
928 R_IA64_PCREL21B) != bfd_reloc_ok)
929 goto error_return;
931 changed_contents = true;
932 changed_relocs = true;
935 /* Clean up and go home. */
936 while (fixups)
938 struct one_fixup *f = fixups;
939 fixups = fixups->next;
940 free (f);
943 if (isymbuf != NULL
944 && symtab_hdr->contents != (unsigned char *) isymbuf)
946 if (! link_info->keep_memory)
947 free (isymbuf);
948 else
950 /* Cache the symbols for elf_link_input_bfd. */
951 symtab_hdr->contents = (unsigned char *) isymbuf;
955 if (contents != NULL
956 && elf_section_data (sec)->this_hdr.contents != contents)
958 if (!changed_contents && !link_info->keep_memory)
959 free (contents);
960 else
962 /* Cache the section contents for elf_link_input_bfd. */
963 elf_section_data (sec)->this_hdr.contents = contents;
967 if (elf_section_data (sec)->relocs != internal_relocs)
969 if (!changed_relocs)
970 free (internal_relocs);
971 else
972 elf_section_data (sec)->relocs = internal_relocs;
975 *again = changed_contents || changed_relocs;
976 return true;
978 error_return:
979 if (isymbuf != NULL && (unsigned char *) isymbuf != symtab_hdr->contents)
980 free (isymbuf);
981 if (contents != NULL
982 && elf_section_data (sec)->this_hdr.contents != contents)
983 free (contents);
984 if (internal_relocs != NULL
985 && elf_section_data (sec)->relocs != internal_relocs)
986 free (internal_relocs);
987 return false;
990 /* Return true if NAME is an unwind table section name. */
992 static inline boolean
993 is_unwind_section_name (abfd, name)
994 bfd *abfd;
995 const char *name;
997 size_t len1, len2, len3;
999 if (elfNN_ia64_hpux_vec (abfd->xvec)
1000 && !strcmp (name, ELF_STRING_ia64_unwind_hdr))
1001 return false;
1003 len1 = sizeof (ELF_STRING_ia64_unwind) - 1;
1004 len2 = sizeof (ELF_STRING_ia64_unwind_info) - 1;
1005 len3 = sizeof (ELF_STRING_ia64_unwind_once) - 1;
1006 return ((strncmp (name, ELF_STRING_ia64_unwind, len1) == 0
1007 && strncmp (name, ELF_STRING_ia64_unwind_info, len2) != 0)
1008 || strncmp (name, ELF_STRING_ia64_unwind_once, len3) == 0);
1011 /* Handle an IA-64 specific section when reading an object file. This
1012 is called when elfcode.h finds a section with an unknown type. */
1014 static boolean
1015 elfNN_ia64_section_from_shdr (abfd, hdr, name)
1016 bfd *abfd;
1017 ElfNN_Internal_Shdr *hdr;
1018 const char *name;
1020 asection *newsect;
1022 /* There ought to be a place to keep ELF backend specific flags, but
1023 at the moment there isn't one. We just keep track of the
1024 sections by their name, instead. Fortunately, the ABI gives
1025 suggested names for all the MIPS specific sections, so we will
1026 probably get away with this. */
1027 switch (hdr->sh_type)
1029 case SHT_IA_64_UNWIND:
1030 case SHT_IA_64_HP_OPT_ANOT:
1031 break;
1033 case SHT_IA_64_EXT:
1034 if (strcmp (name, ELF_STRING_ia64_archext) != 0)
1035 return false;
1036 break;
1038 default:
1039 return false;
1042 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name))
1043 return false;
1044 newsect = hdr->bfd_section;
1046 return true;
1049 /* Convert IA-64 specific section flags to bfd internal section flags. */
1051 /* ??? There is no bfd internal flag equivalent to the SHF_IA_64_NORECOV
1052 flag. */
1054 static boolean
1055 elfNN_ia64_section_flags (flags, hdr)
1056 flagword *flags;
1057 ElfNN_Internal_Shdr *hdr;
1059 if (hdr->sh_flags & SHF_IA_64_SHORT)
1060 *flags |= SEC_SMALL_DATA;
1062 return true;
1065 /* Set the correct type for an IA-64 ELF section. We do this by the
1066 section name, which is a hack, but ought to work. */
1068 static boolean
1069 elfNN_ia64_fake_sections (abfd, hdr, sec)
1070 bfd *abfd ATTRIBUTE_UNUSED;
1071 ElfNN_Internal_Shdr *hdr;
1072 asection *sec;
1074 register const char *name;
1076 name = bfd_get_section_name (abfd, sec);
1078 if (is_unwind_section_name (abfd, name))
1080 /* We don't have the sections numbered at this point, so sh_info
1081 is set later, in elfNN_ia64_final_write_processing. */
1082 hdr->sh_type = SHT_IA_64_UNWIND;
1083 hdr->sh_flags |= SHF_LINK_ORDER;
1085 else if (strcmp (name, ELF_STRING_ia64_archext) == 0)
1086 hdr->sh_type = SHT_IA_64_EXT;
1087 else if (strcmp (name, ".HP.opt_annot") == 0)
1088 hdr->sh_type = SHT_IA_64_HP_OPT_ANOT;
1089 else if (strcmp (name, ".reloc") == 0)
1091 * This is an ugly, but unfortunately necessary hack that is
1092 * needed when producing EFI binaries on IA-64. It tells
1093 * elf.c:elf_fake_sections() not to consider ".reloc" as a section
1094 * containing ELF relocation info. We need this hack in order to
1095 * be able to generate ELF binaries that can be translated into
1096 * EFI applications (which are essentially COFF objects). Those
1097 * files contain a COFF ".reloc" section inside an ELFNN object,
1098 * which would normally cause BFD to segfault because it would
1099 * attempt to interpret this section as containing relocation
1100 * entries for section "oc". With this hack enabled, ".reloc"
1101 * will be treated as a normal data section, which will avoid the
1102 * segfault. However, you won't be able to create an ELFNN binary
1103 * with a section named "oc" that needs relocations, but that's
1104 * the kind of ugly side-effects you get when detecting section
1105 * types based on their names... In practice, this limitation is
1106 * unlikely to bite.
1108 hdr->sh_type = SHT_PROGBITS;
1110 if (sec->flags & SEC_SMALL_DATA)
1111 hdr->sh_flags |= SHF_IA_64_SHORT;
1113 return true;
1116 /* The final processing done just before writing out an IA-64 ELF
1117 object file. */
1119 static void
1120 elfNN_ia64_final_write_processing (abfd, linker)
1121 bfd *abfd;
1122 boolean linker ATTRIBUTE_UNUSED;
1124 Elf_Internal_Shdr *hdr;
1125 const char *sname;
1126 asection *text_sect, *s;
1127 size_t len;
1129 for (s = abfd->sections; s; s = s->next)
1131 hdr = &elf_section_data (s)->this_hdr;
1132 switch (hdr->sh_type)
1134 case SHT_IA_64_UNWIND:
1135 /* See comments in gas/config/tc-ia64.c:dot_endp on why we
1136 have to do this. */
1137 sname = bfd_get_section_name (abfd, s);
1138 len = sizeof (ELF_STRING_ia64_unwind) - 1;
1139 if (sname && strncmp (sname, ELF_STRING_ia64_unwind, len) == 0)
1141 sname += len;
1143 if (sname[0] == '\0')
1144 /* .IA_64.unwind -> .text */
1145 text_sect = bfd_get_section_by_name (abfd, ".text");
1146 else
1147 /* .IA_64.unwindFOO -> FOO */
1148 text_sect = bfd_get_section_by_name (abfd, sname);
1150 else if (sname
1151 && (len = sizeof (ELF_STRING_ia64_unwind_once) - 1,
1152 strncmp (sname, ELF_STRING_ia64_unwind_once, len)) == 0)
1154 /* .gnu.linkonce.ia64unw.FOO -> .gnu.linkonce.t.FOO */
1155 size_t len2 = sizeof (".gnu.linkonce.t.") - 1;
1156 char *once_name = bfd_malloc (len2 + strlen (sname + len) + 1);
1158 if (once_name != NULL)
1160 memcpy (once_name, ".gnu.linkonce.t.", len2);
1161 strcpy (once_name + len2, sname + len);
1162 text_sect = bfd_get_section_by_name (abfd, once_name);
1163 free (once_name);
1165 else
1166 /* Should only happen if we run out of memory, in
1167 which case we're probably toast anyway. Try to
1168 cope by finding the section the slow way. */
1169 for (text_sect = abfd->sections;
1170 text_sect != NULL;
1171 text_sect = text_sect->next)
1173 if (strncmp (bfd_section_name (abfd, text_sect),
1174 ".gnu.linkonce.t.", len2) == 0
1175 && strcmp (bfd_section_name (abfd, text_sect) + len2,
1176 sname + len) == 0)
1177 break;
1180 else
1181 /* last resort: fall back on .text */
1182 text_sect = bfd_get_section_by_name (abfd, ".text");
1184 if (text_sect)
1186 /* The IA-64 processor-specific ABI requires setting
1187 sh_link to the unwind section, whereas HP-UX requires
1188 sh_info to do so. For maximum compatibility, we'll
1189 set both for now... */
1190 hdr->sh_link = elf_section_data (text_sect)->this_idx;
1191 hdr->sh_info = elf_section_data (text_sect)->this_idx;
1193 break;
1198 /* Hook called by the linker routine which adds symbols from an object
1199 file. We use it to put .comm items in .sbss, and not .bss. */
1201 static boolean
1202 elfNN_ia64_add_symbol_hook (abfd, info, sym, namep, flagsp, secp, valp)
1203 bfd *abfd;
1204 struct bfd_link_info *info;
1205 const Elf_Internal_Sym *sym;
1206 const char **namep ATTRIBUTE_UNUSED;
1207 flagword *flagsp ATTRIBUTE_UNUSED;
1208 asection **secp;
1209 bfd_vma *valp;
1211 if (sym->st_shndx == SHN_COMMON
1212 && !info->relocateable
1213 && sym->st_size <= elf_gp_size (abfd))
1215 /* Common symbols less than or equal to -G nn bytes are
1216 automatically put into .sbss. */
1218 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
1220 if (scomm == NULL)
1222 scomm = bfd_make_section (abfd, ".scommon");
1223 if (scomm == NULL
1224 || !bfd_set_section_flags (abfd, scomm, (SEC_ALLOC
1225 | SEC_IS_COMMON
1226 | SEC_LINKER_CREATED)))
1227 return false;
1230 *secp = scomm;
1231 *valp = sym->st_size;
1234 return true;
1237 static boolean
1238 elfNN_ia64_aix_vec (const bfd_target *vec)
1240 extern const bfd_target bfd_elfNN_ia64_aix_little_vec;
1241 extern const bfd_target bfd_elfNN_ia64_aix_big_vec;
1243 return (/**/vec == & bfd_elfNN_ia64_aix_little_vec
1244 || vec == & bfd_elfNN_ia64_aix_big_vec);
1247 /* Hook called by the linker routine which adds symbols from an object
1248 file. We use it to handle OS-specific symbols. */
1250 static boolean
1251 elfNN_ia64_aix_add_symbol_hook (abfd, info, sym, namep, flagsp, secp, valp)
1252 bfd *abfd;
1253 struct bfd_link_info *info;
1254 const Elf_Internal_Sym *sym;
1255 const char **namep;
1256 flagword *flagsp;
1257 asection **secp;
1258 bfd_vma *valp;
1260 if (strcmp (*namep, "__GLOB_DATA_PTR") == 0)
1262 /* Define __GLOB_DATA_PTR when it is encountered. This is expected to
1263 be a linker-defined symbol by the Aix C runtime startup code. IBM sez
1264 no one else should use it b/c it is undocumented. */
1265 struct elf_link_hash_entry *h;
1267 h = elf_link_hash_lookup (elf_hash_table (info), *namep,
1268 false, false, false);
1269 if (h == NULL)
1271 struct elf_backend_data *bed;
1272 struct elfNN_ia64_link_hash_table *ia64_info;
1274 bed = get_elf_backend_data (abfd);
1275 ia64_info = elfNN_ia64_hash_table (info);
1277 if (!(_bfd_generic_link_add_one_symbol
1278 (info, abfd, *namep, BSF_GLOBAL,
1279 bfd_get_section_by_name (abfd, ".bss"),
1280 bed->got_symbol_offset, (const char *) NULL, false,
1281 bed->collect, (struct bfd_link_hash_entry **) &h)))
1282 return false;
1284 h->elf_link_hash_flags |= ELF_LINK_HASH_DEF_REGULAR;
1285 h->type = STT_OBJECT;
1287 if (! _bfd_elf_link_record_dynamic_symbol (info, h))
1288 return false;
1291 return true;
1293 else if (sym->st_shndx == SHN_LOOS)
1295 unsigned int i;
1297 /* SHN_AIX_SYSCALL: Treat this as any other symbol. The special symbol
1298 is only relevant when compiling code for extended system calls.
1299 Replace the "special" section with .text, if possible.
1300 Note that these symbols are always assumed to be in .text. */
1301 for (i = 1; i < elf_numsections (abfd); i++)
1303 asection * sec = bfd_section_from_elf_index (abfd, i);
1305 if (sec && strcmp (sec->name, ".text") == 0)
1307 *secp = sec;
1308 break;
1312 if (*secp == NULL)
1313 *secp = bfd_abs_section_ptr;
1315 *valp = sym->st_size;
1317 return true;
1319 else
1321 return elfNN_ia64_add_symbol_hook (abfd, info, sym,
1322 namep, flagsp, secp, valp);
1326 boolean
1327 elfNN_ia64_aix_link_add_symbols (abfd, info)
1328 bfd *abfd;
1329 struct bfd_link_info *info;
1331 /* Make sure dynamic sections are always created. */
1332 if (! elf_hash_table (info)->dynamic_sections_created
1333 && abfd->xvec == info->hash->creator)
1335 if (! bfd_elfNN_link_create_dynamic_sections (abfd, info))
1336 return false;
1339 /* Now do the standard call. */
1340 return bfd_elfNN_bfd_link_add_symbols (abfd, info);
1343 /* Return the number of additional phdrs we will need. */
1345 static int
1346 elfNN_ia64_additional_program_headers (abfd)
1347 bfd *abfd;
1349 asection *s;
1350 int ret = 0;
1352 /* See if we need a PT_IA_64_ARCHEXT segment. */
1353 s = bfd_get_section_by_name (abfd, ELF_STRING_ia64_archext);
1354 if (s && (s->flags & SEC_LOAD))
1355 ++ret;
1357 /* Count how many PT_IA_64_UNWIND segments we need. */
1358 for (s = abfd->sections; s; s = s->next)
1359 if (is_unwind_section_name (abfd, s->name) && (s->flags & SEC_LOAD))
1360 ++ret;
1362 return ret;
1365 static boolean
1366 elfNN_ia64_modify_segment_map (abfd)
1367 bfd *abfd;
1369 struct elf_segment_map *m, **pm;
1370 Elf_Internal_Shdr *hdr;
1371 asection *s;
1373 /* If we need a PT_IA_64_ARCHEXT segment, it must come before
1374 all PT_LOAD segments. */
1375 s = bfd_get_section_by_name (abfd, ELF_STRING_ia64_archext);
1376 if (s && (s->flags & SEC_LOAD))
1378 for (m = elf_tdata (abfd)->segment_map; m != NULL; m = m->next)
1379 if (m->p_type == PT_IA_64_ARCHEXT)
1380 break;
1381 if (m == NULL)
1383 m = ((struct elf_segment_map *)
1384 bfd_zalloc (abfd, (bfd_size_type) sizeof *m));
1385 if (m == NULL)
1386 return false;
1388 m->p_type = PT_IA_64_ARCHEXT;
1389 m->count = 1;
1390 m->sections[0] = s;
1392 /* We want to put it after the PHDR and INTERP segments. */
1393 pm = &elf_tdata (abfd)->segment_map;
1394 while (*pm != NULL
1395 && ((*pm)->p_type == PT_PHDR
1396 || (*pm)->p_type == PT_INTERP))
1397 pm = &(*pm)->next;
1399 m->next = *pm;
1400 *pm = m;
1404 /* Install PT_IA_64_UNWIND segments, if needed. */
1405 for (s = abfd->sections; s; s = s->next)
1407 hdr = &elf_section_data (s)->this_hdr;
1408 if (hdr->sh_type != SHT_IA_64_UNWIND)
1409 continue;
1411 if (s && (s->flags & SEC_LOAD))
1413 for (m = elf_tdata (abfd)->segment_map; m != NULL; m = m->next)
1414 if (m->p_type == PT_IA_64_UNWIND)
1416 int i;
1418 /* Look through all sections in the unwind segment
1419 for a match since there may be multiple sections
1420 to a segment. */
1421 for (i = m->count - 1; i >= 0; --i)
1422 if (m->sections[i] == s)
1423 break;
1425 if (i >= 0)
1426 break;
1429 if (m == NULL)
1431 m = ((struct elf_segment_map *)
1432 bfd_zalloc (abfd, (bfd_size_type) sizeof *m));
1433 if (m == NULL)
1434 return false;
1436 m->p_type = PT_IA_64_UNWIND;
1437 m->count = 1;
1438 m->sections[0] = s;
1439 m->next = NULL;
1441 /* We want to put it last. */
1442 pm = &elf_tdata (abfd)->segment_map;
1443 while (*pm != NULL)
1444 pm = &(*pm)->next;
1445 *pm = m;
1450 /* Turn on PF_IA_64_NORECOV if needed. This involves traversing all of
1451 the input sections for each output section in the segment and testing
1452 for SHF_IA_64_NORECOV on each. */
1453 for (m = elf_tdata (abfd)->segment_map; m != NULL; m = m->next)
1454 if (m->p_type == PT_LOAD)
1456 int i;
1457 for (i = m->count - 1; i >= 0; --i)
1459 struct bfd_link_order *order = m->sections[i]->link_order_head;
1460 while (order)
1462 if (order->type == bfd_indirect_link_order)
1464 asection *is = order->u.indirect.section;
1465 bfd_vma flags = elf_section_data(is)->this_hdr.sh_flags;
1466 if (flags & SHF_IA_64_NORECOV)
1468 m->p_flags |= PF_IA_64_NORECOV;
1469 goto found;
1472 order = order->next;
1475 found:;
1478 return true;
1481 /* According to the Tahoe assembler spec, all labels starting with a
1482 '.' are local. */
1484 static boolean
1485 elfNN_ia64_is_local_label_name (abfd, name)
1486 bfd *abfd ATTRIBUTE_UNUSED;
1487 const char *name;
1489 return name[0] == '.';
1492 /* Should we do dynamic things to this symbol? */
1494 static boolean
1495 elfNN_ia64_dynamic_symbol_p (h, info)
1496 struct elf_link_hash_entry *h;
1497 struct bfd_link_info *info;
1499 if (h == NULL)
1500 return false;
1502 while (h->root.type == bfd_link_hash_indirect
1503 || h->root.type == bfd_link_hash_warning)
1504 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1506 if (h->dynindx == -1)
1507 return false;
1508 switch (ELF_ST_VISIBILITY (h->other))
1510 case STV_INTERNAL:
1511 case STV_HIDDEN:
1512 return false;
1515 if (h->root.type == bfd_link_hash_undefweak
1516 || h->root.type == bfd_link_hash_defweak)
1517 return true;
1519 if ((info->shared && (!info->symbolic || info->allow_shlib_undefined))
1520 || ((h->elf_link_hash_flags
1521 & (ELF_LINK_HASH_DEF_DYNAMIC | ELF_LINK_HASH_REF_REGULAR))
1522 == (ELF_LINK_HASH_DEF_DYNAMIC | ELF_LINK_HASH_REF_REGULAR)))
1523 return true;
1525 return false;
1528 static boolean
1529 elfNN_ia64_local_hash_table_init (ht, abfd, new)
1530 struct elfNN_ia64_local_hash_table *ht;
1531 bfd *abfd ATTRIBUTE_UNUSED;
1532 new_hash_entry_func new;
1534 memset (ht, 0, sizeof (*ht));
1535 return bfd_hash_table_init (&ht->root, new);
1538 static struct bfd_hash_entry*
1539 elfNN_ia64_new_loc_hash_entry (entry, table, string)
1540 struct bfd_hash_entry *entry;
1541 struct bfd_hash_table *table;
1542 const char *string;
1544 struct elfNN_ia64_local_hash_entry *ret;
1545 ret = (struct elfNN_ia64_local_hash_entry *) entry;
1547 /* Allocate the structure if it has not already been allocated by a
1548 subclass. */
1549 if (!ret)
1550 ret = bfd_hash_allocate (table, sizeof (*ret));
1552 if (!ret)
1553 return 0;
1555 /* Initialize our local data. All zeros, and definitely easier
1556 than setting a handful of bit fields. */
1557 memset (ret, 0, sizeof (*ret));
1559 /* Call the allocation method of the superclass. */
1560 ret = ((struct elfNN_ia64_local_hash_entry *)
1561 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string));
1563 return (struct bfd_hash_entry *) ret;
1566 static struct bfd_hash_entry*
1567 elfNN_ia64_new_elf_hash_entry (entry, table, string)
1568 struct bfd_hash_entry *entry;
1569 struct bfd_hash_table *table;
1570 const char *string;
1572 struct elfNN_ia64_link_hash_entry *ret;
1573 ret = (struct elfNN_ia64_link_hash_entry *) entry;
1575 /* Allocate the structure if it has not already been allocated by a
1576 subclass. */
1577 if (!ret)
1578 ret = bfd_hash_allocate (table, sizeof (*ret));
1580 if (!ret)
1581 return 0;
1583 /* Initialize our local data. All zeros, and definitely easier
1584 than setting a handful of bit fields. */
1585 memset (ret, 0, sizeof (*ret));
1587 /* Call the allocation method of the superclass. */
1588 ret = ((struct elfNN_ia64_link_hash_entry *)
1589 _bfd_elf_link_hash_newfunc ((struct bfd_hash_entry *) ret,
1590 table, string));
1592 return (struct bfd_hash_entry *) ret;
1595 static void
1596 elfNN_ia64_hash_copy_indirect (xdir, xind)
1597 struct elf_link_hash_entry *xdir, *xind;
1599 struct elfNN_ia64_link_hash_entry *dir, *ind;
1601 dir = (struct elfNN_ia64_link_hash_entry *) xdir;
1602 ind = (struct elfNN_ia64_link_hash_entry *) xind;
1604 /* Copy down any references that we may have already seen to the
1605 symbol which just became indirect. */
1607 dir->root.elf_link_hash_flags |=
1608 (ind->root.elf_link_hash_flags
1609 & (ELF_LINK_HASH_REF_DYNAMIC
1610 | ELF_LINK_HASH_REF_REGULAR
1611 | ELF_LINK_HASH_REF_REGULAR_NONWEAK));
1613 if (ind->root.root.type != bfd_link_hash_indirect)
1614 return;
1616 /* Copy over the got and plt data. This would have been done
1617 by check_relocs. */
1619 if (dir->info == NULL)
1621 struct elfNN_ia64_dyn_sym_info *dyn_i;
1623 dir->info = dyn_i = ind->info;
1624 ind->info = NULL;
1626 /* Fix up the dyn_sym_info pointers to the global symbol. */
1627 for (; dyn_i; dyn_i = dyn_i->next)
1628 dyn_i->h = &dir->root;
1630 BFD_ASSERT (ind->info == NULL);
1632 /* Copy over the dynindx. */
1634 if (dir->root.dynindx == -1)
1636 dir->root.dynindx = ind->root.dynindx;
1637 dir->root.dynstr_index = ind->root.dynstr_index;
1638 ind->root.dynindx = -1;
1639 ind->root.dynstr_index = 0;
1641 BFD_ASSERT (ind->root.dynindx == -1);
1644 static void
1645 elfNN_ia64_hash_hide_symbol (info, xh, force_local)
1646 struct bfd_link_info *info;
1647 struct elf_link_hash_entry *xh;
1648 boolean force_local;
1650 struct elfNN_ia64_link_hash_entry *h;
1651 struct elfNN_ia64_dyn_sym_info *dyn_i;
1653 h = (struct elfNN_ia64_link_hash_entry *)xh;
1655 _bfd_elf_link_hash_hide_symbol (info, &h->root, force_local);
1657 for (dyn_i = h->info; dyn_i; dyn_i = dyn_i->next)
1658 dyn_i->want_plt2 = 0;
1661 /* Create the derived linker hash table. The IA-64 ELF port uses this
1662 derived hash table to keep information specific to the IA-64 ElF
1663 linker (without using static variables). */
1665 static struct bfd_link_hash_table*
1666 elfNN_ia64_hash_table_create (abfd)
1667 bfd *abfd;
1669 struct elfNN_ia64_link_hash_table *ret;
1671 ret = bfd_zalloc (abfd, (bfd_size_type) sizeof (*ret));
1672 if (!ret)
1673 return 0;
1674 if (!_bfd_elf_link_hash_table_init (&ret->root, abfd,
1675 elfNN_ia64_new_elf_hash_entry))
1677 bfd_release (abfd, ret);
1678 return 0;
1681 if (!elfNN_ia64_local_hash_table_init (&ret->loc_hash_table, abfd,
1682 elfNN_ia64_new_loc_hash_entry))
1683 return 0;
1684 return &ret->root.root;
1687 /* Look up an entry in a Alpha ELF linker hash table. */
1689 static INLINE struct elfNN_ia64_local_hash_entry *
1690 elfNN_ia64_local_hash_lookup(table, string, create, copy)
1691 struct elfNN_ia64_local_hash_table *table;
1692 const char *string;
1693 boolean create, copy;
1695 return ((struct elfNN_ia64_local_hash_entry *)
1696 bfd_hash_lookup (&table->root, string, create, copy));
1699 /* Traverse both local and global hash tables. */
1701 struct elfNN_ia64_dyn_sym_traverse_data
1703 boolean (*func) PARAMS ((struct elfNN_ia64_dyn_sym_info *, PTR));
1704 PTR data;
1707 static boolean
1708 elfNN_ia64_global_dyn_sym_thunk (xentry, xdata)
1709 struct bfd_hash_entry *xentry;
1710 PTR xdata;
1712 struct elfNN_ia64_link_hash_entry *entry
1713 = (struct elfNN_ia64_link_hash_entry *) xentry;
1714 struct elfNN_ia64_dyn_sym_traverse_data *data
1715 = (struct elfNN_ia64_dyn_sym_traverse_data *) xdata;
1716 struct elfNN_ia64_dyn_sym_info *dyn_i;
1718 if (entry->root.root.type == bfd_link_hash_warning)
1719 entry = (struct elfNN_ia64_link_hash_entry *) entry->root.root.u.i.link;
1721 for (dyn_i = entry->info; dyn_i; dyn_i = dyn_i->next)
1722 if (! (*data->func) (dyn_i, data->data))
1723 return false;
1724 return true;
1727 static boolean
1728 elfNN_ia64_local_dyn_sym_thunk (xentry, xdata)
1729 struct bfd_hash_entry *xentry;
1730 PTR xdata;
1732 struct elfNN_ia64_local_hash_entry *entry
1733 = (struct elfNN_ia64_local_hash_entry *) xentry;
1734 struct elfNN_ia64_dyn_sym_traverse_data *data
1735 = (struct elfNN_ia64_dyn_sym_traverse_data *) xdata;
1736 struct elfNN_ia64_dyn_sym_info *dyn_i;
1738 for (dyn_i = entry->info; dyn_i; dyn_i = dyn_i->next)
1739 if (! (*data->func) (dyn_i, data->data))
1740 return false;
1741 return true;
1744 static void
1745 elfNN_ia64_dyn_sym_traverse (ia64_info, func, data)
1746 struct elfNN_ia64_link_hash_table *ia64_info;
1747 boolean (*func) PARAMS ((struct elfNN_ia64_dyn_sym_info *, PTR));
1748 PTR data;
1750 struct elfNN_ia64_dyn_sym_traverse_data xdata;
1752 xdata.func = func;
1753 xdata.data = data;
1755 elf_link_hash_traverse (&ia64_info->root,
1756 elfNN_ia64_global_dyn_sym_thunk, &xdata);
1757 bfd_hash_traverse (&ia64_info->loc_hash_table.root,
1758 elfNN_ia64_local_dyn_sym_thunk, &xdata);
1761 static boolean
1762 elfNN_ia64_create_dynamic_sections (abfd, info)
1763 bfd *abfd;
1764 struct bfd_link_info *info;
1766 struct elfNN_ia64_link_hash_table *ia64_info;
1767 asection *s;
1769 if (! _bfd_elf_create_dynamic_sections (abfd, info))
1770 return false;
1772 ia64_info = elfNN_ia64_hash_table (info);
1774 ia64_info->plt_sec = bfd_get_section_by_name (abfd, ".plt");
1775 ia64_info->got_sec = bfd_get_section_by_name (abfd, ".got");
1778 flagword flags = bfd_get_section_flags (abfd, ia64_info->got_sec);
1779 bfd_set_section_flags (abfd, ia64_info->got_sec, SEC_SMALL_DATA | flags);
1782 if (!get_pltoff (abfd, info, ia64_info))
1783 return false;
1785 s = bfd_make_section(abfd, ".rela.IA_64.pltoff");
1786 if (s == NULL
1787 || !bfd_set_section_flags (abfd, s, (SEC_ALLOC | SEC_LOAD
1788 | SEC_HAS_CONTENTS
1789 | SEC_IN_MEMORY
1790 | SEC_LINKER_CREATED
1791 | SEC_READONLY))
1792 || !bfd_set_section_alignment (abfd, s, 3))
1793 return false;
1794 ia64_info->rel_pltoff_sec = s;
1796 s = bfd_make_section(abfd, ".rela.got");
1797 if (s == NULL
1798 || !bfd_set_section_flags (abfd, s, (SEC_ALLOC | SEC_LOAD
1799 | SEC_HAS_CONTENTS
1800 | SEC_IN_MEMORY
1801 | SEC_LINKER_CREATED
1802 | SEC_READONLY))
1803 || !bfd_set_section_alignment (abfd, s, 3))
1804 return false;
1805 ia64_info->rel_got_sec = s;
1807 return true;
1810 /* Find and/or create a hash entry for local symbol. */
1811 static struct elfNN_ia64_local_hash_entry *
1812 get_local_sym_hash (ia64_info, abfd, rel, create)
1813 struct elfNN_ia64_link_hash_table *ia64_info;
1814 bfd *abfd;
1815 const Elf_Internal_Rela *rel;
1816 boolean create;
1818 char *addr_name;
1819 size_t len;
1820 struct elfNN_ia64_local_hash_entry *ret;
1822 /* Construct a string for use in the elfNN_ia64_local_hash_table.
1823 name describes what was once anonymous memory. */
1825 len = sizeof (void*)*2 + 1 + sizeof (bfd_vma)*4 + 1 + 1;
1826 len += 10; /* %p slop */
1828 addr_name = bfd_malloc (len);
1829 if (addr_name == NULL)
1830 return 0;
1831 sprintf (addr_name, "%p:%lx",
1832 (void *) abfd, (unsigned long) ELFNN_R_SYM (rel->r_info));
1834 /* Collect the canonical entry data for this address. */
1835 ret = elfNN_ia64_local_hash_lookup (&ia64_info->loc_hash_table,
1836 addr_name, create, create);
1837 free (addr_name);
1838 return ret;
1841 /* Find and/or create a descriptor for dynamic symbol info. This will
1842 vary based on global or local symbol, and the addend to the reloc. */
1844 static struct elfNN_ia64_dyn_sym_info *
1845 get_dyn_sym_info (ia64_info, h, abfd, rel, create)
1846 struct elfNN_ia64_link_hash_table *ia64_info;
1847 struct elf_link_hash_entry *h;
1848 bfd *abfd;
1849 const Elf_Internal_Rela *rel;
1850 boolean create;
1852 struct elfNN_ia64_dyn_sym_info **pp;
1853 struct elfNN_ia64_dyn_sym_info *dyn_i;
1854 bfd_vma addend = rel ? rel->r_addend : 0;
1856 if (h)
1857 pp = &((struct elfNN_ia64_link_hash_entry *)h)->info;
1858 else
1860 struct elfNN_ia64_local_hash_entry *loc_h;
1862 loc_h = get_local_sym_hash (ia64_info, abfd, rel, create);
1863 BFD_ASSERT (loc_h);
1865 pp = &loc_h->info;
1868 for (dyn_i = *pp; dyn_i && dyn_i->addend != addend; dyn_i = *pp)
1869 pp = &dyn_i->next;
1871 if (dyn_i == NULL && create)
1873 dyn_i = ((struct elfNN_ia64_dyn_sym_info *)
1874 bfd_zalloc (abfd, (bfd_size_type) sizeof *dyn_i));
1875 *pp = dyn_i;
1876 dyn_i->addend = addend;
1879 return dyn_i;
1882 static asection *
1883 get_got (abfd, info, ia64_info)
1884 bfd *abfd;
1885 struct bfd_link_info *info;
1886 struct elfNN_ia64_link_hash_table *ia64_info;
1888 asection *got;
1889 bfd *dynobj;
1891 got = ia64_info->got_sec;
1892 if (!got)
1894 flagword flags;
1896 dynobj = ia64_info->root.dynobj;
1897 if (!dynobj)
1898 ia64_info->root.dynobj = dynobj = abfd;
1899 if (!_bfd_elf_create_got_section (dynobj, info))
1900 return 0;
1902 got = bfd_get_section_by_name (dynobj, ".got");
1903 BFD_ASSERT (got);
1904 ia64_info->got_sec = got;
1906 flags = bfd_get_section_flags (abfd, got);
1907 bfd_set_section_flags (abfd, got, SEC_SMALL_DATA | flags);
1910 return got;
1913 /* Create function descriptor section (.opd). This section is called .opd
1914 because it contains "official prodecure descriptors". The "official"
1915 refers to the fact that these descriptors are used when taking the address
1916 of a procedure, thus ensuring a unique address for each procedure. */
1918 static asection *
1919 get_fptr (abfd, info, ia64_info)
1920 bfd *abfd;
1921 struct bfd_link_info *info ATTRIBUTE_UNUSED;
1922 struct elfNN_ia64_link_hash_table *ia64_info;
1924 asection *fptr;
1925 bfd *dynobj;
1927 fptr = ia64_info->fptr_sec;
1928 if (!fptr)
1930 dynobj = ia64_info->root.dynobj;
1931 if (!dynobj)
1932 ia64_info->root.dynobj = dynobj = abfd;
1934 fptr = bfd_make_section (dynobj, ".opd");
1935 if (!fptr
1936 || !bfd_set_section_flags (dynobj, fptr,
1937 (SEC_ALLOC
1938 | SEC_LOAD
1939 | SEC_HAS_CONTENTS
1940 | SEC_IN_MEMORY
1941 | SEC_READONLY
1942 | SEC_LINKER_CREATED))
1943 || !bfd_set_section_alignment (abfd, fptr, 4))
1945 BFD_ASSERT (0);
1946 return NULL;
1949 ia64_info->fptr_sec = fptr;
1952 return fptr;
1955 static asection *
1956 get_pltoff (abfd, info, ia64_info)
1957 bfd *abfd;
1958 struct bfd_link_info *info ATTRIBUTE_UNUSED;
1959 struct elfNN_ia64_link_hash_table *ia64_info;
1961 asection *pltoff;
1962 bfd *dynobj;
1964 pltoff = ia64_info->pltoff_sec;
1965 if (!pltoff)
1967 dynobj = ia64_info->root.dynobj;
1968 if (!dynobj)
1969 ia64_info->root.dynobj = dynobj = abfd;
1971 pltoff = bfd_make_section (dynobj, ELF_STRING_ia64_pltoff);
1972 if (!pltoff
1973 || !bfd_set_section_flags (dynobj, pltoff,
1974 (SEC_ALLOC
1975 | SEC_LOAD
1976 | SEC_HAS_CONTENTS
1977 | SEC_IN_MEMORY
1978 | SEC_SMALL_DATA
1979 | SEC_LINKER_CREATED))
1980 || !bfd_set_section_alignment (abfd, pltoff, 4))
1982 BFD_ASSERT (0);
1983 return NULL;
1986 ia64_info->pltoff_sec = pltoff;
1989 return pltoff;
1992 static asection *
1993 get_reloc_section (abfd, ia64_info, sec, create)
1994 bfd *abfd;
1995 struct elfNN_ia64_link_hash_table *ia64_info;
1996 asection *sec;
1997 boolean create;
1999 const char *srel_name;
2000 asection *srel;
2001 bfd *dynobj;
2003 srel_name = (bfd_elf_string_from_elf_section
2004 (abfd, elf_elfheader(abfd)->e_shstrndx,
2005 elf_section_data(sec)->rel_hdr.sh_name));
2006 if (srel_name == NULL)
2007 return NULL;
2009 BFD_ASSERT ((strncmp (srel_name, ".rela", 5) == 0
2010 && strcmp (bfd_get_section_name (abfd, sec),
2011 srel_name+5) == 0)
2012 || (strncmp (srel_name, ".rel", 4) == 0
2013 && strcmp (bfd_get_section_name (abfd, sec),
2014 srel_name+4) == 0));
2016 dynobj = ia64_info->root.dynobj;
2017 if (!dynobj)
2018 ia64_info->root.dynobj = dynobj = abfd;
2020 srel = bfd_get_section_by_name (dynobj, srel_name);
2021 if (srel == NULL && create)
2023 srel = bfd_make_section (dynobj, srel_name);
2024 if (srel == NULL
2025 || !bfd_set_section_flags (dynobj, srel,
2026 (SEC_ALLOC
2027 | SEC_LOAD
2028 | SEC_HAS_CONTENTS
2029 | SEC_IN_MEMORY
2030 | SEC_LINKER_CREATED
2031 | SEC_READONLY))
2032 || !bfd_set_section_alignment (dynobj, srel, 3))
2033 return NULL;
2036 if (sec->flags & SEC_READONLY)
2037 ia64_info->reltext = 1;
2039 return srel;
2042 static boolean
2043 count_dyn_reloc (abfd, dyn_i, srel, type)
2044 bfd *abfd;
2045 struct elfNN_ia64_dyn_sym_info *dyn_i;
2046 asection *srel;
2047 int type;
2049 struct elfNN_ia64_dyn_reloc_entry *rent;
2051 for (rent = dyn_i->reloc_entries; rent; rent = rent->next)
2052 if (rent->srel == srel && rent->type == type)
2053 break;
2055 if (!rent)
2057 rent = ((struct elfNN_ia64_dyn_reloc_entry *)
2058 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent)));
2059 if (!rent)
2060 return false;
2062 rent->next = dyn_i->reloc_entries;
2063 rent->srel = srel;
2064 rent->type = type;
2065 rent->count = 0;
2066 dyn_i->reloc_entries = rent;
2068 rent->count++;
2070 return true;
2073 static boolean
2074 elfNN_ia64_check_relocs (abfd, info, sec, relocs)
2075 bfd *abfd;
2076 struct bfd_link_info *info;
2077 asection *sec;
2078 const Elf_Internal_Rela *relocs;
2080 struct elfNN_ia64_link_hash_table *ia64_info;
2081 const Elf_Internal_Rela *relend;
2082 Elf_Internal_Shdr *symtab_hdr;
2083 const Elf_Internal_Rela *rel;
2084 asection *got, *fptr, *srel;
2086 if (info->relocateable)
2087 return true;
2089 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
2090 ia64_info = elfNN_ia64_hash_table (info);
2092 got = fptr = srel = NULL;
2094 relend = relocs + sec->reloc_count;
2095 for (rel = relocs; rel < relend; ++rel)
2097 enum {
2098 NEED_GOT = 1,
2099 NEED_FPTR = 2,
2100 NEED_PLTOFF = 4,
2101 NEED_MIN_PLT = 8,
2102 NEED_FULL_PLT = 16,
2103 NEED_DYNREL = 32,
2104 NEED_LTOFF_FPTR = 64,
2105 NEED_TPREL = 128,
2106 NEED_DTPMOD = 256,
2107 NEED_DTPREL = 512
2110 struct elf_link_hash_entry *h = NULL;
2111 unsigned long r_symndx = ELFNN_R_SYM (rel->r_info);
2112 struct elfNN_ia64_dyn_sym_info *dyn_i;
2113 int need_entry;
2114 boolean maybe_dynamic;
2115 int dynrel_type = R_IA64_NONE;
2117 if (r_symndx >= symtab_hdr->sh_info)
2119 /* We're dealing with a global symbol -- find its hash entry
2120 and mark it as being referenced. */
2121 long indx = r_symndx - symtab_hdr->sh_info;
2122 h = elf_sym_hashes (abfd)[indx];
2123 while (h->root.type == bfd_link_hash_indirect
2124 || h->root.type == bfd_link_hash_warning)
2125 h = (struct elf_link_hash_entry *) h->root.u.i.link;
2127 h->elf_link_hash_flags |= ELF_LINK_HASH_REF_REGULAR;
2130 /* We can only get preliminary data on whether a symbol is
2131 locally or externally defined, as not all of the input files
2132 have yet been processed. Do something with what we know, as
2133 this may help reduce memory usage and processing time later. */
2134 maybe_dynamic = false;
2135 if (h && ((info->shared
2136 && (!info->symbolic || info->allow_shlib_undefined))
2137 || ! (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR)
2138 || h->root.type == bfd_link_hash_defweak
2139 || elfNN_ia64_aix_vec (abfd->xvec)))
2140 maybe_dynamic = true;
2142 need_entry = 0;
2143 switch (ELFNN_R_TYPE (rel->r_info))
2145 case R_IA64_TPREL64MSB:
2146 case R_IA64_TPREL64LSB:
2147 if (info->shared || maybe_dynamic)
2148 need_entry = NEED_DYNREL;
2149 dynrel_type = R_IA64_TPREL64LSB;
2150 if (info->shared)
2151 info->flags |= DF_STATIC_TLS;
2152 break;
2154 case R_IA64_LTOFF_TPREL22:
2155 need_entry = NEED_TPREL;
2156 if (info->shared)
2157 info->flags |= DF_STATIC_TLS;
2158 break;
2160 case R_IA64_DTPREL64MSB:
2161 case R_IA64_DTPREL64LSB:
2162 if (info->shared || maybe_dynamic)
2163 need_entry = NEED_DYNREL;
2164 dynrel_type = R_IA64_DTPREL64LSB;
2165 break;
2167 case R_IA64_LTOFF_DTPREL22:
2168 need_entry = NEED_DTPREL;
2169 break;
2171 case R_IA64_DTPMOD64MSB:
2172 case R_IA64_DTPMOD64LSB:
2173 if (info->shared || maybe_dynamic)
2174 need_entry = NEED_DYNREL;
2175 dynrel_type = R_IA64_DTPMOD64LSB;
2176 break;
2178 case R_IA64_LTOFF_DTPMOD22:
2179 need_entry = NEED_DTPMOD;
2180 break;
2182 case R_IA64_LTOFF_FPTR22:
2183 case R_IA64_LTOFF_FPTR64I:
2184 case R_IA64_LTOFF_FPTR32MSB:
2185 case R_IA64_LTOFF_FPTR32LSB:
2186 case R_IA64_LTOFF_FPTR64MSB:
2187 case R_IA64_LTOFF_FPTR64LSB:
2188 need_entry = NEED_FPTR | NEED_GOT | NEED_LTOFF_FPTR;
2189 break;
2191 case R_IA64_FPTR64I:
2192 case R_IA64_FPTR32MSB:
2193 case R_IA64_FPTR32LSB:
2194 case R_IA64_FPTR64MSB:
2195 case R_IA64_FPTR64LSB:
2196 if (info->shared || h || elfNN_ia64_aix_vec (abfd->xvec))
2197 need_entry = NEED_FPTR | NEED_DYNREL;
2198 else
2199 need_entry = NEED_FPTR;
2200 dynrel_type = R_IA64_FPTR64LSB;
2201 break;
2203 case R_IA64_LTOFF22:
2204 case R_IA64_LTOFF22X:
2205 case R_IA64_LTOFF64I:
2206 need_entry = NEED_GOT;
2207 break;
2209 case R_IA64_PLTOFF22:
2210 case R_IA64_PLTOFF64I:
2211 case R_IA64_PLTOFF64MSB:
2212 case R_IA64_PLTOFF64LSB:
2213 need_entry = NEED_PLTOFF;
2214 if (h)
2216 if (maybe_dynamic)
2217 need_entry |= NEED_MIN_PLT;
2219 else
2221 (*info->callbacks->warning)
2222 (info, _("@pltoff reloc against local symbol"), 0,
2223 abfd, 0, (bfd_vma) 0);
2225 break;
2227 case R_IA64_PCREL21B:
2228 case R_IA64_PCREL60B:
2229 /* Depending on where this symbol is defined, we may or may not
2230 need a full plt entry. Only skip if we know we'll not need
2231 the entry -- static or symbolic, and the symbol definition
2232 has already been seen. */
2233 if (maybe_dynamic && rel->r_addend == 0)
2234 need_entry = NEED_FULL_PLT;
2235 break;
2237 case R_IA64_IMM14:
2238 case R_IA64_IMM22:
2239 case R_IA64_IMM64:
2240 case R_IA64_DIR32MSB:
2241 case R_IA64_DIR32LSB:
2242 case R_IA64_DIR64MSB:
2243 case R_IA64_DIR64LSB:
2244 /* Shared objects will always need at least a REL relocation. */
2245 if (info->shared || maybe_dynamic
2246 || (elfNN_ia64_aix_vec (abfd->xvec)
2247 && (!h || strcmp (h->root.root.string,
2248 "__GLOB_DATA_PTR") != 0)))
2249 need_entry = NEED_DYNREL;
2250 dynrel_type = R_IA64_DIR64LSB;
2251 break;
2253 case R_IA64_IPLTMSB:
2254 case R_IA64_IPLTLSB:
2255 /* Shared objects will always need at least a REL relocation. */
2256 if (info->shared || maybe_dynamic)
2257 need_entry = NEED_DYNREL;
2258 dynrel_type = R_IA64_IPLTLSB;
2259 break;
2261 case R_IA64_PCREL22:
2262 case R_IA64_PCREL64I:
2263 case R_IA64_PCREL32MSB:
2264 case R_IA64_PCREL32LSB:
2265 case R_IA64_PCREL64MSB:
2266 case R_IA64_PCREL64LSB:
2267 if (maybe_dynamic)
2268 need_entry = NEED_DYNREL;
2269 dynrel_type = R_IA64_PCREL64LSB;
2270 break;
2273 if (!need_entry)
2274 continue;
2276 if ((need_entry & NEED_FPTR) != 0
2277 && rel->r_addend)
2279 (*info->callbacks->warning)
2280 (info, _("non-zero addend in @fptr reloc"), 0,
2281 abfd, 0, (bfd_vma) 0);
2284 dyn_i = get_dyn_sym_info (ia64_info, h, abfd, rel, true);
2286 /* Record whether or not this is a local symbol. */
2287 dyn_i->h = h;
2289 /* Create what's needed. */
2290 if (need_entry & (NEED_GOT | NEED_TPREL | NEED_DTPMOD | NEED_DTPREL))
2292 if (!got)
2294 got = get_got (abfd, info, ia64_info);
2295 if (!got)
2296 return false;
2298 if (need_entry & NEED_GOT)
2299 dyn_i->want_got = 1;
2300 if (need_entry & NEED_TPREL)
2301 dyn_i->want_tprel = 1;
2302 if (need_entry & NEED_DTPMOD)
2303 dyn_i->want_dtpmod = 1;
2304 if (need_entry & NEED_DTPREL)
2305 dyn_i->want_dtprel = 1;
2307 if (need_entry & NEED_FPTR)
2309 if (!fptr)
2311 fptr = get_fptr (abfd, info, ia64_info);
2312 if (!fptr)
2313 return false;
2316 /* FPTRs for shared libraries are allocated by the dynamic
2317 linker. Make sure this local symbol will appear in the
2318 dynamic symbol table. */
2319 if (!h && (info->shared
2320 /* AIX also needs one */
2321 || elfNN_ia64_aix_vec (abfd->xvec)))
2323 if (! (_bfd_elfNN_link_record_local_dynamic_symbol
2324 (info, abfd, (long) r_symndx)))
2325 return false;
2328 dyn_i->want_fptr = 1;
2330 if (need_entry & NEED_LTOFF_FPTR)
2331 dyn_i->want_ltoff_fptr = 1;
2332 if (need_entry & (NEED_MIN_PLT | NEED_FULL_PLT))
2334 if (!ia64_info->root.dynobj)
2335 ia64_info->root.dynobj = abfd;
2336 h->elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_PLT;
2337 dyn_i->want_plt = 1;
2339 if (need_entry & NEED_FULL_PLT)
2340 dyn_i->want_plt2 = 1;
2341 if (need_entry & NEED_PLTOFF)
2342 dyn_i->want_pltoff = 1;
2343 if ((need_entry & NEED_DYNREL) && (sec->flags & SEC_ALLOC))
2345 if (!srel)
2347 srel = get_reloc_section (abfd, ia64_info, sec, true);
2348 if (!srel)
2349 return false;
2351 if (!count_dyn_reloc (abfd, dyn_i, srel, dynrel_type))
2352 return false;
2356 return true;
2359 struct elfNN_ia64_allocate_data
2361 struct bfd_link_info *info;
2362 bfd_size_type ofs;
2365 /* For cleanliness, and potentially faster dynamic loading, allocate
2366 external GOT entries first. */
2368 static boolean
2369 allocate_global_data_got (dyn_i, data)
2370 struct elfNN_ia64_dyn_sym_info *dyn_i;
2371 PTR data;
2373 struct elfNN_ia64_allocate_data *x = (struct elfNN_ia64_allocate_data *)data;
2375 if (dyn_i->want_got
2376 && ! dyn_i->want_fptr
2377 && (elfNN_ia64_dynamic_symbol_p (dyn_i->h, x->info)
2378 || (elfNN_ia64_aix_vec (x->info->hash->creator)
2379 && (!dyn_i->h || strcmp (dyn_i->h->root.root.string,
2380 "__GLOB_DATA_PTR") != 0))))
2382 dyn_i->got_offset = x->ofs;
2383 x->ofs += 8;
2385 if (dyn_i->want_tprel)
2387 dyn_i->tprel_offset = x->ofs;
2388 x->ofs += 8;
2390 if (dyn_i->want_dtpmod)
2392 dyn_i->dtpmod_offset = x->ofs;
2393 x->ofs += 8;
2395 if (dyn_i->want_dtprel)
2397 dyn_i->dtprel_offset = x->ofs;
2398 x->ofs += 8;
2400 return true;
2403 /* Next, allocate all the GOT entries used by LTOFF_FPTR relocs. */
2405 static boolean
2406 allocate_global_fptr_got (dyn_i, data)
2407 struct elfNN_ia64_dyn_sym_info *dyn_i;
2408 PTR data;
2410 struct elfNN_ia64_allocate_data *x = (struct elfNN_ia64_allocate_data *)data;
2412 if (dyn_i->want_got
2413 && dyn_i->want_fptr
2414 && (elfNN_ia64_dynamic_symbol_p (dyn_i->h, x->info)
2415 || elfNN_ia64_aix_vec (x->info->hash->creator)))
2417 dyn_i->got_offset = x->ofs;
2418 x->ofs += 8;
2420 return true;
2423 /* Lastly, allocate all the GOT entries for local data. */
2425 static boolean
2426 allocate_local_got (dyn_i, data)
2427 struct elfNN_ia64_dyn_sym_info *dyn_i;
2428 PTR data;
2430 struct elfNN_ia64_allocate_data *x = (struct elfNN_ia64_allocate_data *)data;
2432 if (dyn_i->want_got
2433 && ! (elfNN_ia64_dynamic_symbol_p (dyn_i->h, x->info)
2434 || elfNN_ia64_aix_vec (x->info->hash->creator)))
2436 dyn_i->got_offset = x->ofs;
2437 x->ofs += 8;
2439 return true;
2442 /* Search for the index of a global symbol in it's defining object file. */
2444 static long
2445 global_sym_index (h)
2446 struct elf_link_hash_entry *h;
2448 struct elf_link_hash_entry **p;
2449 bfd *obj;
2451 BFD_ASSERT (h->root.type == bfd_link_hash_defined
2452 || h->root.type == bfd_link_hash_defweak);
2454 obj = h->root.u.def.section->owner;
2455 for (p = elf_sym_hashes (obj); *p != h; ++p)
2456 continue;
2458 return p - elf_sym_hashes (obj) + elf_tdata (obj)->symtab_hdr.sh_info;
2461 /* Allocate function descriptors. We can do these for every function
2462 in a main executable that is not exported. */
2464 static boolean
2465 allocate_fptr (dyn_i, data)
2466 struct elfNN_ia64_dyn_sym_info *dyn_i;
2467 PTR data;
2469 struct elfNN_ia64_allocate_data *x = (struct elfNN_ia64_allocate_data *)data;
2471 if (dyn_i->want_fptr)
2473 struct elf_link_hash_entry *h = dyn_i->h;
2475 if (h)
2476 while (h->root.type == bfd_link_hash_indirect
2477 || h->root.type == bfd_link_hash_warning)
2478 h = (struct elf_link_hash_entry *) h->root.u.i.link;
2480 if (x->info->shared
2481 /* AIX needs an FPTR in this case. */
2482 || (elfNN_ia64_aix_vec (x->info->hash->creator)
2483 && (!h
2484 || h->root.type == bfd_link_hash_defined
2485 || h->root.type == bfd_link_hash_defweak)))
2487 if (h && h->dynindx == -1)
2489 BFD_ASSERT ((h->root.type == bfd_link_hash_defined)
2490 || (h->root.type == bfd_link_hash_defweak));
2492 if (!_bfd_elfNN_link_record_local_dynamic_symbol
2493 (x->info, h->root.u.def.section->owner,
2494 global_sym_index (h)))
2495 return false;
2498 dyn_i->want_fptr = 0;
2500 else if (h == NULL || h->dynindx == -1)
2502 dyn_i->fptr_offset = x->ofs;
2503 x->ofs += 16;
2505 else
2506 dyn_i->want_fptr = 0;
2508 return true;
2511 /* Allocate all the minimal PLT entries. */
2513 static boolean
2514 allocate_plt_entries (dyn_i, data)
2515 struct elfNN_ia64_dyn_sym_info *dyn_i;
2516 PTR data;
2518 struct elfNN_ia64_allocate_data *x = (struct elfNN_ia64_allocate_data *)data;
2520 if (dyn_i->want_plt)
2522 struct elf_link_hash_entry *h = dyn_i->h;
2524 if (h)
2525 while (h->root.type == bfd_link_hash_indirect
2526 || h->root.type == bfd_link_hash_warning)
2527 h = (struct elf_link_hash_entry *) h->root.u.i.link;
2529 /* ??? Versioned symbols seem to lose ELF_LINK_HASH_NEEDS_PLT. */
2530 if (elfNN_ia64_dynamic_symbol_p (h, x->info))
2532 bfd_size_type offset = x->ofs;
2533 if (offset == 0)
2534 offset = PLT_HEADER_SIZE;
2535 dyn_i->plt_offset = offset;
2536 x->ofs = offset + PLT_MIN_ENTRY_SIZE;
2538 dyn_i->want_pltoff = 1;
2540 else
2542 dyn_i->want_plt = 0;
2543 dyn_i->want_plt2 = 0;
2546 return true;
2549 /* Allocate all the full PLT entries. */
2551 static boolean
2552 allocate_plt2_entries (dyn_i, data)
2553 struct elfNN_ia64_dyn_sym_info *dyn_i;
2554 PTR data;
2556 struct elfNN_ia64_allocate_data *x = (struct elfNN_ia64_allocate_data *)data;
2558 if (dyn_i->want_plt2)
2560 struct elf_link_hash_entry *h = dyn_i->h;
2561 bfd_size_type ofs = x->ofs;
2563 dyn_i->plt2_offset = ofs;
2564 x->ofs = ofs + PLT_FULL_ENTRY_SIZE;
2566 while (h->root.type == bfd_link_hash_indirect
2567 || h->root.type == bfd_link_hash_warning)
2568 h = (struct elf_link_hash_entry *) h->root.u.i.link;
2569 dyn_i->h->plt.offset = ofs;
2571 return true;
2574 /* Allocate all the PLTOFF entries requested by relocations and
2575 plt entries. We can't share space with allocated FPTR entries,
2576 because the latter are not necessarily addressable by the GP.
2577 ??? Relaxation might be able to determine that they are. */
2579 static boolean
2580 allocate_pltoff_entries (dyn_i, data)
2581 struct elfNN_ia64_dyn_sym_info *dyn_i;
2582 PTR data;
2584 struct elfNN_ia64_allocate_data *x = (struct elfNN_ia64_allocate_data *)data;
2586 if (dyn_i->want_pltoff)
2588 dyn_i->pltoff_offset = x->ofs;
2589 x->ofs += 16;
2591 return true;
2594 /* Allocate dynamic relocations for those symbols that turned out
2595 to be dynamic. */
2597 static boolean
2598 allocate_dynrel_entries (dyn_i, data)
2599 struct elfNN_ia64_dyn_sym_info *dyn_i;
2600 PTR data;
2602 struct elfNN_ia64_allocate_data *x = (struct elfNN_ia64_allocate_data *)data;
2603 struct elfNN_ia64_link_hash_table *ia64_info;
2604 struct elfNN_ia64_dyn_reloc_entry *rent;
2605 boolean dynamic_symbol, shared;
2607 ia64_info = elfNN_ia64_hash_table (x->info);
2608 dynamic_symbol = elfNN_ia64_dynamic_symbol_p (dyn_i->h, x->info)
2609 || (elfNN_ia64_aix_vec (x->info->hash->creator)
2610 /* Don't allocate an entry for __GLOB_DATA_PTR */
2611 && (!dyn_i->h || strcmp (dyn_i->h->root.root.string,
2612 "__GLOB_DATA_PTR") != 0));
2613 shared = x->info->shared;
2615 /* Take care of the normal data relocations. */
2617 for (rent = dyn_i->reloc_entries; rent; rent = rent->next)
2619 int count = rent->count;
2621 switch (rent->type)
2623 case R_IA64_FPTR64LSB:
2624 /* Allocate one iff !want_fptr, which by this point will
2625 be true only if we're actually allocating one statically
2626 in the main executable. */
2627 if (dyn_i->want_fptr)
2628 continue;
2629 break;
2630 case R_IA64_PCREL64LSB:
2631 if (!dynamic_symbol)
2632 continue;
2633 break;
2634 case R_IA64_DIR64LSB:
2635 if (!dynamic_symbol && !shared)
2636 continue;
2637 break;
2638 case R_IA64_IPLTLSB:
2639 if (!dynamic_symbol && !shared)
2640 continue;
2641 /* Use two REL relocations for IPLT relocations
2642 against local symbols. */
2643 if (!dynamic_symbol)
2644 count *= 2;
2645 break;
2646 case R_IA64_TPREL64LSB:
2647 case R_IA64_DTPREL64LSB:
2648 case R_IA64_DTPMOD64LSB:
2649 break;
2650 default:
2651 abort ();
2653 rent->srel->_raw_size += sizeof (ElfNN_External_Rela) * count;
2656 /* Take care of the GOT and PLT relocations. */
2658 if (((dynamic_symbol || shared) && dyn_i->want_got)
2659 || (dyn_i->want_ltoff_fptr && dyn_i->h && dyn_i->h->dynindx != -1))
2660 ia64_info->rel_got_sec->_raw_size += sizeof (ElfNN_External_Rela);
2661 if ((dynamic_symbol || shared) && dyn_i->want_tprel)
2662 ia64_info->rel_got_sec->_raw_size += sizeof (ElfNN_External_Rela);
2663 if ((dynamic_symbol || shared) && dyn_i->want_dtpmod)
2664 ia64_info->rel_got_sec->_raw_size += sizeof (ElfNN_External_Rela);
2665 if (dynamic_symbol && dyn_i->want_dtprel)
2666 ia64_info->rel_got_sec->_raw_size += sizeof (ElfNN_External_Rela);
2668 if (dyn_i->want_pltoff)
2670 bfd_size_type t = 0;
2672 /* Dynamic symbols get one IPLT relocation. Local symbols in
2673 shared libraries get two REL relocations. Local symbols in
2674 main applications get nothing. */
2675 if (dynamic_symbol)
2676 t = sizeof (ElfNN_External_Rela);
2677 else if (shared)
2678 t = 2 * sizeof (ElfNN_External_Rela);
2680 ia64_info->rel_pltoff_sec->_raw_size += t;
2683 return true;
2686 static boolean
2687 elfNN_ia64_adjust_dynamic_symbol (info, h)
2688 struct bfd_link_info *info ATTRIBUTE_UNUSED;
2689 struct elf_link_hash_entry *h;
2691 /* ??? Undefined symbols with PLT entries should be re-defined
2692 to be the PLT entry. */
2694 /* If this is a weak symbol, and there is a real definition, the
2695 processor independent code will have arranged for us to see the
2696 real definition first, and we can just use the same value. */
2697 if (h->weakdef != NULL)
2699 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
2700 || h->weakdef->root.type == bfd_link_hash_defweak);
2701 h->root.u.def.section = h->weakdef->root.u.def.section;
2702 h->root.u.def.value = h->weakdef->root.u.def.value;
2703 return true;
2706 /* If this is a reference to a symbol defined by a dynamic object which
2707 is not a function, we might allocate the symbol in our .dynbss section
2708 and allocate a COPY dynamic relocation.
2710 But IA-64 code is canonically PIC, so as a rule we can avoid this sort
2711 of hackery. */
2713 return true;
2716 static boolean
2717 elfNN_ia64_size_dynamic_sections (output_bfd, info)
2718 bfd *output_bfd;
2719 struct bfd_link_info *info;
2721 struct elfNN_ia64_allocate_data data;
2722 struct elfNN_ia64_link_hash_table *ia64_info;
2723 asection *sec;
2724 bfd *dynobj;
2725 boolean relplt = false;
2727 dynobj = elf_hash_table(info)->dynobj;
2728 ia64_info = elfNN_ia64_hash_table (info);
2729 BFD_ASSERT(dynobj != NULL);
2730 data.info = info;
2732 /* Set the contents of the .interp section to the interpreter. */
2733 if (ia64_info->root.dynamic_sections_created
2734 && !info->shared)
2736 sec = bfd_get_section_by_name (dynobj, ".interp");
2737 BFD_ASSERT (sec != NULL);
2738 sec->contents = (bfd_byte *) DYNAMIC_INTERPRETER (output_bfd);
2739 sec->_raw_size = strlen (DYNAMIC_INTERPRETER (output_bfd)) + 1;
2742 /* Allocate the GOT entries. */
2744 if (ia64_info->got_sec)
2746 data.ofs = 0;
2747 elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_global_data_got, &data);
2748 elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_global_fptr_got, &data);
2749 elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_local_got, &data);
2750 ia64_info->got_sec->_raw_size = data.ofs;
2753 /* Allocate the FPTR entries. */
2755 if (ia64_info->fptr_sec)
2757 data.ofs = 0;
2758 elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_fptr, &data);
2759 ia64_info->fptr_sec->_raw_size = data.ofs;
2762 /* Now that we've seen all of the input files, we can decide which
2763 symbols need plt entries. Allocate the minimal PLT entries first.
2764 We do this even though dynamic_sections_created may be false, because
2765 this has the side-effect of clearing want_plt and want_plt2. */
2767 data.ofs = 0;
2768 elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_plt_entries, &data);
2770 ia64_info->minplt_entries = 0;
2771 if (data.ofs)
2773 ia64_info->minplt_entries
2774 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
2777 /* Align the pointer for the plt2 entries. */
2778 data.ofs = (data.ofs + 31) & (bfd_vma) -32;
2780 elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_plt2_entries, &data);
2781 if (data.ofs != 0)
2783 BFD_ASSERT (ia64_info->root.dynamic_sections_created);
2785 ia64_info->plt_sec->_raw_size = data.ofs;
2787 /* If we've got a .plt, we need some extra memory for the dynamic
2788 linker. We stuff these in .got.plt. */
2789 sec = bfd_get_section_by_name (dynobj, ".got.plt");
2790 sec->_raw_size = 8 * PLT_RESERVED_WORDS;
2793 /* Allocate the PLTOFF entries. */
2795 if (ia64_info->pltoff_sec)
2797 data.ofs = 0;
2798 elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_pltoff_entries, &data);
2799 ia64_info->pltoff_sec->_raw_size = data.ofs;
2802 if (ia64_info->root.dynamic_sections_created)
2804 /* Allocate space for the dynamic relocations that turned out to be
2805 required. */
2807 elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_dynrel_entries, &data);
2810 /* We have now determined the sizes of the various dynamic sections.
2811 Allocate memory for them. */
2812 for (sec = dynobj->sections; sec != NULL; sec = sec->next)
2814 boolean strip;
2816 if (!(sec->flags & SEC_LINKER_CREATED))
2817 continue;
2819 /* If we don't need this section, strip it from the output file.
2820 There were several sections primarily related to dynamic
2821 linking that must be create before the linker maps input
2822 sections to output sections. The linker does that before
2823 bfd_elf_size_dynamic_sections is called, and it is that
2824 function which decides whether anything needs to go into
2825 these sections. */
2827 strip = (sec->_raw_size == 0);
2829 if (sec == ia64_info->got_sec)
2830 strip = false;
2831 else if (sec == ia64_info->rel_got_sec)
2833 if (strip)
2834 ia64_info->rel_got_sec = NULL;
2835 else
2836 /* We use the reloc_count field as a counter if we need to
2837 copy relocs into the output file. */
2838 sec->reloc_count = 0;
2840 else if (sec == ia64_info->fptr_sec)
2842 if (strip)
2843 ia64_info->fptr_sec = NULL;
2845 else if (sec == ia64_info->plt_sec)
2847 if (strip)
2848 ia64_info->plt_sec = NULL;
2850 else if (sec == ia64_info->pltoff_sec)
2852 if (strip)
2853 ia64_info->pltoff_sec = NULL;
2855 else if (sec == ia64_info->rel_pltoff_sec)
2857 if (strip)
2858 ia64_info->rel_pltoff_sec = NULL;
2859 else
2861 relplt = true;
2862 /* We use the reloc_count field as a counter if we need to
2863 copy relocs into the output file. */
2864 sec->reloc_count = 0;
2867 else
2869 const char *name;
2871 /* It's OK to base decisions on the section name, because none
2872 of the dynobj section names depend upon the input files. */
2873 name = bfd_get_section_name (dynobj, sec);
2875 if (strcmp (name, ".got.plt") == 0)
2876 strip = false;
2877 else if (strncmp (name, ".rel", 4) == 0)
2879 if (!strip)
2881 /* We use the reloc_count field as a counter if we need to
2882 copy relocs into the output file. */
2883 sec->reloc_count = 0;
2886 else
2887 continue;
2890 if (strip)
2891 _bfd_strip_section_from_output (info, sec);
2892 else
2894 /* Allocate memory for the section contents. */
2895 sec->contents = (bfd_byte *) bfd_zalloc (dynobj, sec->_raw_size);
2896 if (sec->contents == NULL && sec->_raw_size != 0)
2897 return false;
2901 if (elf_hash_table (info)->dynamic_sections_created)
2903 /* Add some entries to the .dynamic section. We fill in the values
2904 later (in finish_dynamic_sections) but we must add the entries now
2905 so that we get the correct size for the .dynamic section. */
2907 if (!info->shared)
2909 /* The DT_DEBUG entry is filled in by the dynamic linker and used
2910 by the debugger. */
2911 #define add_dynamic_entry(TAG, VAL) \
2912 bfd_elfNN_add_dynamic_entry (info, (bfd_vma) (TAG), (bfd_vma) (VAL))
2914 if (!add_dynamic_entry (DT_DEBUG, 0))
2915 return false;
2918 if (!add_dynamic_entry (DT_IA_64_PLT_RESERVE, 0))
2919 return false;
2920 if (!add_dynamic_entry (DT_PLTGOT, 0))
2921 return false;
2923 if (relplt)
2925 if (!add_dynamic_entry (DT_PLTRELSZ, 0)
2926 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
2927 || !add_dynamic_entry (DT_JMPREL, 0))
2928 return false;
2931 if (!add_dynamic_entry (DT_RELA, 0)
2932 || !add_dynamic_entry (DT_RELASZ, 0)
2933 || !add_dynamic_entry (DT_RELAENT, sizeof (ElfNN_External_Rela)))
2934 return false;
2936 if (ia64_info->reltext)
2938 if (!add_dynamic_entry (DT_TEXTREL, 0))
2939 return false;
2940 info->flags |= DF_TEXTREL;
2944 /* ??? Perhaps force __gp local. */
2946 return true;
2949 static bfd_reloc_status_type
2950 elfNN_ia64_install_value (abfd, hit_addr, v, r_type)
2951 bfd *abfd;
2952 bfd_byte *hit_addr;
2953 bfd_vma v;
2954 unsigned int r_type;
2956 const struct ia64_operand *op;
2957 int bigendian = 0, shift = 0;
2958 bfd_vma t0, t1, insn, dword;
2959 enum ia64_opnd opnd;
2960 const char *err;
2961 size_t size = 8;
2962 #ifdef BFD_HOST_U_64_BIT
2963 BFD_HOST_U_64_BIT val = (BFD_HOST_U_64_BIT) v;
2964 #else
2965 bfd_vma val = v;
2966 #endif
2968 opnd = IA64_OPND_NIL;
2969 switch (r_type)
2971 case R_IA64_NONE:
2972 case R_IA64_LDXMOV:
2973 return bfd_reloc_ok;
2975 /* Instruction relocations. */
2977 case R_IA64_IMM14:
2978 case R_IA64_TPREL14:
2979 case R_IA64_DTPREL14:
2980 opnd = IA64_OPND_IMM14;
2981 break;
2983 case R_IA64_PCREL21F: opnd = IA64_OPND_TGT25; break;
2984 case R_IA64_PCREL21M: opnd = IA64_OPND_TGT25b; break;
2985 case R_IA64_PCREL60B: opnd = IA64_OPND_TGT64; break;
2986 case R_IA64_PCREL21B:
2987 case R_IA64_PCREL21BI:
2988 opnd = IA64_OPND_TGT25c;
2989 break;
2991 case R_IA64_IMM22:
2992 case R_IA64_GPREL22:
2993 case R_IA64_LTOFF22:
2994 case R_IA64_LTOFF22X:
2995 case R_IA64_PLTOFF22:
2996 case R_IA64_PCREL22:
2997 case R_IA64_LTOFF_FPTR22:
2998 case R_IA64_TPREL22:
2999 case R_IA64_DTPREL22:
3000 case R_IA64_LTOFF_TPREL22:
3001 case R_IA64_LTOFF_DTPMOD22:
3002 case R_IA64_LTOFF_DTPREL22:
3003 opnd = IA64_OPND_IMM22;
3004 break;
3006 case R_IA64_IMM64:
3007 case R_IA64_GPREL64I:
3008 case R_IA64_LTOFF64I:
3009 case R_IA64_PLTOFF64I:
3010 case R_IA64_PCREL64I:
3011 case R_IA64_FPTR64I:
3012 case R_IA64_LTOFF_FPTR64I:
3013 case R_IA64_TPREL64I:
3014 case R_IA64_DTPREL64I:
3015 opnd = IA64_OPND_IMMU64;
3016 break;
3018 /* Data relocations. */
3020 case R_IA64_DIR32MSB:
3021 case R_IA64_GPREL32MSB:
3022 case R_IA64_FPTR32MSB:
3023 case R_IA64_PCREL32MSB:
3024 case R_IA64_LTOFF_FPTR32MSB:
3025 case R_IA64_SEGREL32MSB:
3026 case R_IA64_SECREL32MSB:
3027 case R_IA64_LTV32MSB:
3028 case R_IA64_DTPREL32MSB:
3029 size = 4; bigendian = 1;
3030 break;
3032 case R_IA64_DIR32LSB:
3033 case R_IA64_GPREL32LSB:
3034 case R_IA64_FPTR32LSB:
3035 case R_IA64_PCREL32LSB:
3036 case R_IA64_LTOFF_FPTR32LSB:
3037 case R_IA64_SEGREL32LSB:
3038 case R_IA64_SECREL32LSB:
3039 case R_IA64_LTV32LSB:
3040 case R_IA64_DTPREL32LSB:
3041 size = 4; bigendian = 0;
3042 break;
3044 case R_IA64_DIR64MSB:
3045 case R_IA64_GPREL64MSB:
3046 case R_IA64_PLTOFF64MSB:
3047 case R_IA64_FPTR64MSB:
3048 case R_IA64_PCREL64MSB:
3049 case R_IA64_LTOFF_FPTR64MSB:
3050 case R_IA64_SEGREL64MSB:
3051 case R_IA64_SECREL64MSB:
3052 case R_IA64_LTV64MSB:
3053 case R_IA64_TPREL64MSB:
3054 case R_IA64_DTPMOD64MSB:
3055 case R_IA64_DTPREL64MSB:
3056 size = 8; bigendian = 1;
3057 break;
3059 case R_IA64_DIR64LSB:
3060 case R_IA64_GPREL64LSB:
3061 case R_IA64_PLTOFF64LSB:
3062 case R_IA64_FPTR64LSB:
3063 case R_IA64_PCREL64LSB:
3064 case R_IA64_LTOFF_FPTR64LSB:
3065 case R_IA64_SEGREL64LSB:
3066 case R_IA64_SECREL64LSB:
3067 case R_IA64_LTV64LSB:
3068 case R_IA64_TPREL64LSB:
3069 case R_IA64_DTPMOD64LSB:
3070 case R_IA64_DTPREL64LSB:
3071 size = 8; bigendian = 0;
3072 break;
3074 /* Unsupported / Dynamic relocations. */
3075 default:
3076 return bfd_reloc_notsupported;
3079 switch (opnd)
3081 case IA64_OPND_IMMU64:
3082 hit_addr -= (long) hit_addr & 0x3;
3083 t0 = bfd_get_64 (abfd, hit_addr);
3084 t1 = bfd_get_64 (abfd, hit_addr + 8);
3086 /* tmpl/s: bits 0.. 5 in t0
3087 slot 0: bits 5..45 in t0
3088 slot 1: bits 46..63 in t0, bits 0..22 in t1
3089 slot 2: bits 23..63 in t1 */
3091 /* First, clear the bits that form the 64 bit constant. */
3092 t0 &= ~(0x3ffffLL << 46);
3093 t1 &= ~(0x7fffffLL
3094 | (( (0x07fLL << 13) | (0x1ffLL << 27)
3095 | (0x01fLL << 22) | (0x001LL << 21)
3096 | (0x001LL << 36)) << 23));
3098 t0 |= ((val >> 22) & 0x03ffffLL) << 46; /* 18 lsbs of imm41 */
3099 t1 |= ((val >> 40) & 0x7fffffLL) << 0; /* 23 msbs of imm41 */
3100 t1 |= ( (((val >> 0) & 0x07f) << 13) /* imm7b */
3101 | (((val >> 7) & 0x1ff) << 27) /* imm9d */
3102 | (((val >> 16) & 0x01f) << 22) /* imm5c */
3103 | (((val >> 21) & 0x001) << 21) /* ic */
3104 | (((val >> 63) & 0x001) << 36)) << 23; /* i */
3106 bfd_put_64 (abfd, t0, hit_addr);
3107 bfd_put_64 (abfd, t1, hit_addr + 8);
3108 break;
3110 case IA64_OPND_TGT64:
3111 hit_addr -= (long) hit_addr & 0x3;
3112 t0 = bfd_get_64 (abfd, hit_addr);
3113 t1 = bfd_get_64 (abfd, hit_addr + 8);
3115 /* tmpl/s: bits 0.. 5 in t0
3116 slot 0: bits 5..45 in t0
3117 slot 1: bits 46..63 in t0, bits 0..22 in t1
3118 slot 2: bits 23..63 in t1 */
3120 /* First, clear the bits that form the 64 bit constant. */
3121 t0 &= ~(0x3ffffLL << 46);
3122 t1 &= ~(0x7fffffLL
3123 | ((1LL << 36 | 0xfffffLL << 13) << 23));
3125 val >>= 4;
3126 t0 |= ((val >> 20) & 0xffffLL) << 2 << 46; /* 16 lsbs of imm39 */
3127 t1 |= ((val >> 36) & 0x7fffffLL) << 0; /* 23 msbs of imm39 */
3128 t1 |= ((((val >> 0) & 0xfffffLL) << 13) /* imm20b */
3129 | (((val >> 59) & 0x1LL) << 36)) << 23; /* i */
3131 bfd_put_64 (abfd, t0, hit_addr);
3132 bfd_put_64 (abfd, t1, hit_addr + 8);
3133 break;
3135 default:
3136 switch ((long) hit_addr & 0x3)
3138 case 0: shift = 5; break;
3139 case 1: shift = 14; hit_addr += 3; break;
3140 case 2: shift = 23; hit_addr += 6; break;
3141 case 3: return bfd_reloc_notsupported; /* shouldn't happen... */
3143 dword = bfd_get_64 (abfd, hit_addr);
3144 insn = (dword >> shift) & 0x1ffffffffffLL;
3146 op = elf64_ia64_operands + opnd;
3147 err = (*op->insert) (op, val, (ia64_insn *)& insn);
3148 if (err)
3149 return bfd_reloc_overflow;
3151 dword &= ~(0x1ffffffffffLL << shift);
3152 dword |= (insn << shift);
3153 bfd_put_64 (abfd, dword, hit_addr);
3154 break;
3156 case IA64_OPND_NIL:
3157 /* A data relocation. */
3158 if (bigendian)
3159 if (size == 4)
3160 bfd_putb32 (val, hit_addr);
3161 else
3162 bfd_putb64 (val, hit_addr);
3163 else
3164 if (size == 4)
3165 bfd_putl32 (val, hit_addr);
3166 else
3167 bfd_putl64 (val, hit_addr);
3168 break;
3171 return bfd_reloc_ok;
3174 static void
3175 elfNN_ia64_install_dyn_reloc (abfd, info, sec, srel, offset, type,
3176 dynindx, addend)
3177 bfd *abfd;
3178 struct bfd_link_info *info;
3179 asection *sec;
3180 asection *srel;
3181 bfd_vma offset;
3182 unsigned int type;
3183 long dynindx;
3184 bfd_vma addend;
3186 Elf_Internal_Rela outrel;
3188 offset += sec->output_section->vma + sec->output_offset;
3190 BFD_ASSERT (dynindx != -1);
3191 outrel.r_info = ELFNN_R_INFO (dynindx, type);
3192 outrel.r_addend = addend;
3193 outrel.r_offset = _bfd_elf_section_offset (abfd, info, sec, offset);
3194 if ((outrel.r_offset | 1) == (bfd_vma) -1)
3196 /* Run for the hills. We shouldn't be outputting a relocation
3197 for this. So do what everyone else does and output a no-op. */
3198 outrel.r_info = ELFNN_R_INFO (0, R_IA64_NONE);
3199 outrel.r_addend = 0;
3200 outrel.r_offset = 0;
3203 bfd_elfNN_swap_reloca_out (abfd, &outrel,
3204 ((ElfNN_External_Rela *) srel->contents
3205 + srel->reloc_count++));
3206 BFD_ASSERT (sizeof (ElfNN_External_Rela) * srel->reloc_count
3207 <= srel->_cooked_size);
3210 /* Store an entry for target address TARGET_ADDR in the linkage table
3211 and return the gp-relative address of the linkage table entry. */
3213 static bfd_vma
3214 set_got_entry (abfd, info, dyn_i, dynindx, addend, value, dyn_r_type)
3215 bfd *abfd;
3216 struct bfd_link_info *info;
3217 struct elfNN_ia64_dyn_sym_info *dyn_i;
3218 long dynindx;
3219 bfd_vma addend;
3220 bfd_vma value;
3221 unsigned int dyn_r_type;
3223 struct elfNN_ia64_link_hash_table *ia64_info;
3224 asection *got_sec;
3225 boolean done;
3226 bfd_vma got_offset;
3228 ia64_info = elfNN_ia64_hash_table (info);
3229 got_sec = ia64_info->got_sec;
3231 switch (dyn_r_type)
3233 case R_IA64_TPREL64LSB:
3234 done = dyn_i->tprel_done;
3235 dyn_i->tprel_done = true;
3236 got_offset = dyn_i->tprel_offset;
3237 break;
3238 case R_IA64_DTPMOD64LSB:
3239 done = dyn_i->dtpmod_done;
3240 dyn_i->dtpmod_done = true;
3241 got_offset = dyn_i->dtpmod_offset;
3242 break;
3243 case R_IA64_DTPREL64LSB:
3244 done = dyn_i->dtprel_done;
3245 dyn_i->dtprel_done = true;
3246 got_offset = dyn_i->dtprel_offset;
3247 break;
3248 default:
3249 done = dyn_i->got_done;
3250 dyn_i->got_done = true;
3251 got_offset = dyn_i->got_offset;
3252 break;
3255 BFD_ASSERT ((got_offset & 7) == 0);
3257 if (! done)
3259 /* Store the target address in the linkage table entry. */
3260 bfd_put_64 (abfd, value, got_sec->contents + got_offset);
3262 /* Install a dynamic relocation if needed. */
3263 if ((info->shared && dyn_r_type != R_IA64_DTPREL64LSB)
3264 || elfNN_ia64_dynamic_symbol_p (dyn_i->h, info)
3265 || elfNN_ia64_aix_vec (abfd->xvec)
3266 || (dynindx != -1 && dyn_r_type == R_IA64_FPTR64LSB))
3268 if (dynindx == -1
3269 && dyn_r_type != R_IA64_TPREL64LSB
3270 && dyn_r_type != R_IA64_DTPMOD64LSB
3271 && dyn_r_type != R_IA64_DTPREL64LSB)
3273 dyn_r_type = R_IA64_REL64LSB;
3274 dynindx = 0;
3275 addend = value;
3278 if (bfd_big_endian (abfd))
3280 switch (dyn_r_type)
3282 case R_IA64_REL64LSB:
3283 dyn_r_type = R_IA64_REL64MSB;
3284 break;
3285 case R_IA64_DIR64LSB:
3286 dyn_r_type = R_IA64_DIR64MSB;
3287 break;
3288 case R_IA64_FPTR64LSB:
3289 dyn_r_type = R_IA64_FPTR64MSB;
3290 break;
3291 case R_IA64_TPREL64LSB:
3292 dyn_r_type = R_IA64_TPREL64MSB;
3293 break;
3294 case R_IA64_DTPMOD64LSB:
3295 dyn_r_type = R_IA64_DTPMOD64MSB;
3296 break;
3297 case R_IA64_DTPREL64LSB:
3298 dyn_r_type = R_IA64_DTPREL64MSB;
3299 break;
3300 default:
3301 BFD_ASSERT (false);
3302 break;
3306 elfNN_ia64_install_dyn_reloc (abfd, NULL, got_sec,
3307 ia64_info->rel_got_sec,
3308 got_offset, dyn_r_type,
3309 dynindx, addend);
3313 /* Return the address of the linkage table entry. */
3314 value = (got_sec->output_section->vma
3315 + got_sec->output_offset
3316 + got_offset);
3318 return value;
3321 /* Fill in a function descriptor consisting of the function's code
3322 address and its global pointer. Return the descriptor's address. */
3324 static bfd_vma
3325 set_fptr_entry (abfd, info, dyn_i, value)
3326 bfd *abfd;
3327 struct bfd_link_info *info;
3328 struct elfNN_ia64_dyn_sym_info *dyn_i;
3329 bfd_vma value;
3331 struct elfNN_ia64_link_hash_table *ia64_info;
3332 asection *fptr_sec;
3334 ia64_info = elfNN_ia64_hash_table (info);
3335 fptr_sec = ia64_info->fptr_sec;
3337 if (!dyn_i->fptr_done)
3339 dyn_i->fptr_done = 1;
3341 /* Fill in the function descriptor. */
3342 bfd_put_64 (abfd, value, fptr_sec->contents + dyn_i->fptr_offset);
3343 bfd_put_64 (abfd, _bfd_get_gp_value (abfd),
3344 fptr_sec->contents + dyn_i->fptr_offset + 8);
3347 /* Return the descriptor's address. */
3348 value = (fptr_sec->output_section->vma
3349 + fptr_sec->output_offset
3350 + dyn_i->fptr_offset);
3352 return value;
3355 /* Fill in a PLTOFF entry consisting of the function's code address
3356 and its global pointer. Return the descriptor's address. */
3358 static bfd_vma
3359 set_pltoff_entry (abfd, info, dyn_i, value, is_plt)
3360 bfd *abfd;
3361 struct bfd_link_info *info;
3362 struct elfNN_ia64_dyn_sym_info *dyn_i;
3363 bfd_vma value;
3364 boolean is_plt;
3366 struct elfNN_ia64_link_hash_table *ia64_info;
3367 asection *pltoff_sec;
3369 ia64_info = elfNN_ia64_hash_table (info);
3370 pltoff_sec = ia64_info->pltoff_sec;
3372 /* Don't do anything if this symbol uses a real PLT entry. In
3373 that case, we'll fill this in during finish_dynamic_symbol. */
3374 if ((! dyn_i->want_plt || is_plt)
3375 && !dyn_i->pltoff_done)
3377 bfd_vma gp = _bfd_get_gp_value (abfd);
3379 /* Fill in the function descriptor. */
3380 bfd_put_64 (abfd, value, pltoff_sec->contents + dyn_i->pltoff_offset);
3381 bfd_put_64 (abfd, gp, pltoff_sec->contents + dyn_i->pltoff_offset + 8);
3383 /* Install dynamic relocations if needed. */
3384 if (!is_plt && info->shared)
3386 unsigned int dyn_r_type;
3388 if (bfd_big_endian (abfd))
3389 dyn_r_type = R_IA64_REL64MSB;
3390 else
3391 dyn_r_type = R_IA64_REL64LSB;
3393 elfNN_ia64_install_dyn_reloc (abfd, NULL, pltoff_sec,
3394 ia64_info->rel_pltoff_sec,
3395 dyn_i->pltoff_offset,
3396 dyn_r_type, 0, value);
3397 elfNN_ia64_install_dyn_reloc (abfd, NULL, pltoff_sec,
3398 ia64_info->rel_pltoff_sec,
3399 dyn_i->pltoff_offset + 8,
3400 dyn_r_type, 0, gp);
3403 dyn_i->pltoff_done = 1;
3406 /* Return the descriptor's address. */
3407 value = (pltoff_sec->output_section->vma
3408 + pltoff_sec->output_offset
3409 + dyn_i->pltoff_offset);
3411 return value;
3414 /* Return the base VMA address which should be subtracted from real addresses
3415 when resolving @tprel() relocation.
3416 Main program TLS (whose template starts at PT_TLS p_vaddr)
3417 is assigned offset round(16, PT_TLS p_align). */
3419 static bfd_vma
3420 elfNN_ia64_tprel_base (info)
3421 struct bfd_link_info *info;
3423 struct elf_link_tls_segment *tls_segment
3424 = elf_hash_table (info)->tls_segment;
3426 BFD_ASSERT (tls_segment != NULL);
3427 return (tls_segment->start
3428 - align_power ((bfd_vma) 16, tls_segment->align));
3431 /* Return the base VMA address which should be subtracted from real addresses
3432 when resolving @dtprel() relocation.
3433 This is PT_TLS segment p_vaddr. */
3435 static bfd_vma
3436 elfNN_ia64_dtprel_base (info)
3437 struct bfd_link_info *info;
3439 BFD_ASSERT (elf_hash_table (info)->tls_segment != NULL);
3440 return elf_hash_table (info)->tls_segment->start;
3443 /* Called through qsort to sort the .IA_64.unwind section during a
3444 non-relocatable link. Set elfNN_ia64_unwind_entry_compare_bfd
3445 to the output bfd so we can do proper endianness frobbing. */
3447 static bfd *elfNN_ia64_unwind_entry_compare_bfd;
3449 static int
3450 elfNN_ia64_unwind_entry_compare (a, b)
3451 const PTR a;
3452 const PTR b;
3454 bfd_vma av, bv;
3456 av = bfd_get_64 (elfNN_ia64_unwind_entry_compare_bfd, a);
3457 bv = bfd_get_64 (elfNN_ia64_unwind_entry_compare_bfd, b);
3459 return (av < bv ? -1 : av > bv ? 1 : 0);
3462 static boolean
3463 elfNN_ia64_final_link (abfd, info)
3464 bfd *abfd;
3465 struct bfd_link_info *info;
3467 struct elfNN_ia64_link_hash_table *ia64_info;
3468 asection *unwind_output_sec;
3470 ia64_info = elfNN_ia64_hash_table (info);
3472 /* Make sure we've got ourselves a nice fat __gp value. */
3473 if (!info->relocateable)
3475 bfd_vma min_vma = (bfd_vma) -1, max_vma = 0;
3476 bfd_vma min_short_vma = min_vma, max_short_vma = 0;
3477 struct elf_link_hash_entry *gp;
3478 bfd_vma gp_val;
3479 asection *os;
3481 /* Find the min and max vma of all sections marked short. Also
3482 collect min and max vma of any type, for use in selecting a
3483 nice gp. */
3484 for (os = abfd->sections; os ; os = os->next)
3486 bfd_vma lo, hi;
3488 if ((os->flags & SEC_ALLOC) == 0)
3489 continue;
3491 lo = os->vma;
3492 hi = os->vma + os->_raw_size;
3493 if (hi < lo)
3494 hi = (bfd_vma) -1;
3496 if (min_vma > lo)
3497 min_vma = lo;
3498 if (max_vma < hi)
3499 max_vma = hi;
3500 if (os->flags & SEC_SMALL_DATA)
3502 if (min_short_vma > lo)
3503 min_short_vma = lo;
3504 if (max_short_vma < hi)
3505 max_short_vma = hi;
3509 /* See if the user wants to force a value. */
3510 gp = elf_link_hash_lookup (elf_hash_table (info), "__gp", false,
3511 false, false);
3513 if (gp
3514 && (gp->root.type == bfd_link_hash_defined
3515 || gp->root.type == bfd_link_hash_defweak))
3517 asection *gp_sec = gp->root.u.def.section;
3518 gp_val = (gp->root.u.def.value
3519 + gp_sec->output_section->vma
3520 + gp_sec->output_offset);
3522 else
3524 /* Pick a sensible value. */
3526 asection *got_sec = ia64_info->got_sec;
3528 /* Start with just the address of the .got. */
3529 if (got_sec)
3530 gp_val = got_sec->output_section->vma;
3531 else if (max_short_vma != 0)
3532 gp_val = min_short_vma;
3533 else
3534 gp_val = min_vma;
3536 /* If it is possible to address the entire image, but we
3537 don't with the choice above, adjust. */
3538 if (max_vma - min_vma < 0x400000
3539 && max_vma - gp_val <= 0x200000
3540 && gp_val - min_vma > 0x200000)
3541 gp_val = min_vma + 0x200000;
3542 else if (max_short_vma != 0)
3544 /* If we don't cover all the short data, adjust. */
3545 if (max_short_vma - gp_val >= 0x200000)
3546 gp_val = min_short_vma + 0x200000;
3548 /* If we're addressing stuff past the end, adjust back. */
3549 if (gp_val > max_vma)
3550 gp_val = max_vma - 0x200000 + 8;
3554 /* Validate whether all SHF_IA_64_SHORT sections are within
3555 range of the chosen GP. */
3557 if (max_short_vma != 0)
3559 if (max_short_vma - min_short_vma >= 0x400000)
3561 (*_bfd_error_handler)
3562 (_("%s: short data segment overflowed (0x%lx >= 0x400000)"),
3563 bfd_get_filename (abfd),
3564 (unsigned long) (max_short_vma - min_short_vma));
3565 return false;
3567 else if ((gp_val > min_short_vma
3568 && gp_val - min_short_vma > 0x200000)
3569 || (gp_val < max_short_vma
3570 && max_short_vma - gp_val >= 0x200000))
3572 (*_bfd_error_handler)
3573 (_("%s: __gp does not cover short data segment"),
3574 bfd_get_filename (abfd));
3575 return false;
3579 _bfd_set_gp_value (abfd, gp_val);
3581 if (gp)
3583 gp->root.type = bfd_link_hash_defined;
3584 gp->root.u.def.value = gp_val;
3585 gp->root.u.def.section = bfd_abs_section_ptr;
3589 /* If we're producing a final executable, we need to sort the contents
3590 of the .IA_64.unwind section. Force this section to be relocated
3591 into memory rather than written immediately to the output file. */
3592 unwind_output_sec = NULL;
3593 if (!info->relocateable)
3595 asection *s = bfd_get_section_by_name (abfd, ELF_STRING_ia64_unwind);
3596 if (s)
3598 unwind_output_sec = s->output_section;
3599 unwind_output_sec->contents
3600 = bfd_malloc (unwind_output_sec->_raw_size);
3601 if (unwind_output_sec->contents == NULL)
3602 return false;
3606 /* Invoke the regular ELF backend linker to do all the work. */
3607 if (!bfd_elfNN_bfd_final_link (abfd, info))
3608 return false;
3610 if (unwind_output_sec)
3612 elfNN_ia64_unwind_entry_compare_bfd = abfd;
3613 qsort (unwind_output_sec->contents,
3614 (size_t) (unwind_output_sec->_raw_size / 24),
3616 elfNN_ia64_unwind_entry_compare);
3618 if (! bfd_set_section_contents (abfd, unwind_output_sec,
3619 unwind_output_sec->contents, (bfd_vma) 0,
3620 unwind_output_sec->_raw_size))
3621 return false;
3624 return true;
3627 static boolean
3628 elfNN_ia64_relocate_section (output_bfd, info, input_bfd, input_section,
3629 contents, relocs, local_syms, local_sections)
3630 bfd *output_bfd;
3631 struct bfd_link_info *info;
3632 bfd *input_bfd;
3633 asection *input_section;
3634 bfd_byte *contents;
3635 Elf_Internal_Rela *relocs;
3636 Elf_Internal_Sym *local_syms;
3637 asection **local_sections;
3639 struct elfNN_ia64_link_hash_table *ia64_info;
3640 Elf_Internal_Shdr *symtab_hdr;
3641 Elf_Internal_Rela *rel;
3642 Elf_Internal_Rela *relend;
3643 asection *srel;
3644 boolean ret_val = true; /* for non-fatal errors */
3645 bfd_vma gp_val;
3647 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
3648 ia64_info = elfNN_ia64_hash_table (info);
3650 /* Infect various flags from the input section to the output section. */
3651 if (info->relocateable)
3653 bfd_vma flags;
3655 flags = elf_section_data(input_section)->this_hdr.sh_flags;
3656 flags &= SHF_IA_64_NORECOV;
3658 elf_section_data(input_section->output_section)
3659 ->this_hdr.sh_flags |= flags;
3660 return true;
3663 gp_val = _bfd_get_gp_value (output_bfd);
3664 srel = get_reloc_section (input_bfd, ia64_info, input_section, false);
3666 rel = relocs;
3667 relend = relocs + input_section->reloc_count;
3668 for (; rel < relend; ++rel)
3670 struct elf_link_hash_entry *h;
3671 struct elfNN_ia64_dyn_sym_info *dyn_i;
3672 bfd_reloc_status_type r;
3673 reloc_howto_type *howto;
3674 unsigned long r_symndx;
3675 Elf_Internal_Sym *sym;
3676 unsigned int r_type;
3677 bfd_vma value;
3678 asection *sym_sec;
3679 bfd_byte *hit_addr;
3680 boolean dynamic_symbol_p;
3681 boolean undef_weak_ref;
3683 r_type = ELFNN_R_TYPE (rel->r_info);
3684 if (r_type > R_IA64_MAX_RELOC_CODE)
3686 (*_bfd_error_handler)
3687 (_("%s: unknown relocation type %d"),
3688 bfd_archive_filename (input_bfd), (int)r_type);
3689 bfd_set_error (bfd_error_bad_value);
3690 ret_val = false;
3691 continue;
3694 howto = lookup_howto (r_type);
3695 r_symndx = ELFNN_R_SYM (rel->r_info);
3696 h = NULL;
3697 sym = NULL;
3698 sym_sec = NULL;
3699 undef_weak_ref = false;
3701 if (r_symndx < symtab_hdr->sh_info)
3703 /* Reloc against local symbol. */
3704 sym = local_syms + r_symndx;
3705 sym_sec = local_sections[r_symndx];
3706 value = _bfd_elf_rela_local_sym (output_bfd, sym, sym_sec, rel);
3707 if ((sym_sec->flags & SEC_MERGE)
3708 && ELF_ST_TYPE (sym->st_info) == STT_SECTION
3709 && (elf_section_data (sym_sec)->sec_info_type
3710 == ELF_INFO_TYPE_MERGE))
3712 struct elfNN_ia64_local_hash_entry *loc_h;
3714 loc_h = get_local_sym_hash (ia64_info, input_bfd, rel, false);
3715 if (loc_h && ! loc_h->sec_merge_done)
3717 struct elfNN_ia64_dyn_sym_info *dynent;
3718 asection *msec;
3720 for (dynent = loc_h->info; dynent; dynent = dynent->next)
3722 msec = sym_sec;
3723 dynent->addend =
3724 _bfd_merged_section_offset (output_bfd, &msec,
3725 elf_section_data (msec)->
3726 sec_info,
3727 sym->st_value
3728 + dynent->addend,
3729 (bfd_vma) 0);
3730 dynent->addend -= sym->st_value;
3731 dynent->addend += msec->output_section->vma
3732 + msec->output_offset
3733 - sym_sec->output_section->vma
3734 - sym_sec->output_offset;
3736 loc_h->sec_merge_done = 1;
3740 else
3742 long indx;
3744 /* Reloc against global symbol. */
3745 indx = r_symndx - symtab_hdr->sh_info;
3746 h = elf_sym_hashes (input_bfd)[indx];
3747 while (h->root.type == bfd_link_hash_indirect
3748 || h->root.type == bfd_link_hash_warning)
3749 h = (struct elf_link_hash_entry *) h->root.u.i.link;
3751 value = 0;
3752 if (h->root.type == bfd_link_hash_defined
3753 || h->root.type == bfd_link_hash_defweak)
3755 sym_sec = h->root.u.def.section;
3757 /* Detect the cases that sym_sec->output_section is
3758 expected to be NULL -- all cases in which the symbol
3759 is defined in another shared module. This includes
3760 PLT relocs for which we've created a PLT entry and
3761 other relocs for which we're prepared to create
3762 dynamic relocations. */
3763 /* ??? Just accept it NULL and continue. */
3765 if (sym_sec->output_section != NULL)
3767 value = (h->root.u.def.value
3768 + sym_sec->output_section->vma
3769 + sym_sec->output_offset);
3772 else if (h->root.type == bfd_link_hash_undefweak)
3773 undef_weak_ref = true;
3774 else if (info->shared
3775 && (!info->symbolic || info->allow_shlib_undefined)
3776 && !info->no_undefined
3777 && ELF_ST_VISIBILITY (h->other) == STV_DEFAULT)
3779 else
3781 if (! ((*info->callbacks->undefined_symbol)
3782 (info, h->root.root.string, input_bfd,
3783 input_section, rel->r_offset,
3784 (!info->shared || info->no_undefined
3785 || ELF_ST_VISIBILITY (h->other)))))
3786 return false;
3787 ret_val = false;
3788 continue;
3792 hit_addr = contents + rel->r_offset;
3793 value += rel->r_addend;
3794 dynamic_symbol_p = elfNN_ia64_dynamic_symbol_p (h, info);
3796 switch (r_type)
3798 case R_IA64_NONE:
3799 case R_IA64_LDXMOV:
3800 continue;
3802 case R_IA64_IMM14:
3803 case R_IA64_IMM22:
3804 case R_IA64_IMM64:
3805 case R_IA64_DIR32MSB:
3806 case R_IA64_DIR32LSB:
3807 case R_IA64_DIR64MSB:
3808 case R_IA64_DIR64LSB:
3809 /* Install a dynamic relocation for this reloc. */
3810 if ((dynamic_symbol_p || info->shared
3811 || (elfNN_ia64_aix_vec (info->hash->creator)
3812 /* Don't emit relocs for __GLOB_DATA_PTR on AIX. */
3813 && (!h || strcmp (h->root.root.string,
3814 "__GLOB_DATA_PTR") != 0)))
3815 && r_symndx != 0
3816 && (input_section->flags & SEC_ALLOC) != 0)
3818 unsigned int dyn_r_type;
3819 long dynindx;
3820 bfd_vma addend;
3822 BFD_ASSERT (srel != NULL);
3824 /* If we don't need dynamic symbol lookup, find a
3825 matching RELATIVE relocation. */
3826 dyn_r_type = r_type;
3827 if (dynamic_symbol_p)
3829 dynindx = h->dynindx;
3830 addend = rel->r_addend;
3831 value = 0;
3833 else
3835 switch (r_type)
3837 case R_IA64_DIR32MSB:
3838 dyn_r_type = R_IA64_REL32MSB;
3839 break;
3840 case R_IA64_DIR32LSB:
3841 dyn_r_type = R_IA64_REL32LSB;
3842 break;
3843 case R_IA64_DIR64MSB:
3844 dyn_r_type = R_IA64_REL64MSB;
3845 break;
3846 case R_IA64_DIR64LSB:
3847 dyn_r_type = R_IA64_REL64LSB;
3848 break;
3850 default:
3851 /* We can't represent this without a dynamic symbol.
3852 Adjust the relocation to be against an output
3853 section symbol, which are always present in the
3854 dynamic symbol table. */
3855 /* ??? People shouldn't be doing non-pic code in
3856 shared libraries. Hork. */
3857 (*_bfd_error_handler)
3858 (_("%s: linking non-pic code in a shared library"),
3859 bfd_archive_filename (input_bfd));
3860 ret_val = false;
3861 continue;
3863 dynindx = 0;
3864 addend = value;
3867 if (elfNN_ia64_aix_vec (info->hash->creator))
3868 rel->r_addend = value;
3869 elfNN_ia64_install_dyn_reloc (output_bfd, info, input_section,
3870 srel, rel->r_offset, dyn_r_type,
3871 dynindx, addend);
3873 /* FALLTHRU */
3875 case R_IA64_LTV32MSB:
3876 case R_IA64_LTV32LSB:
3877 case R_IA64_LTV64MSB:
3878 case R_IA64_LTV64LSB:
3879 r = elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
3880 break;
3882 case R_IA64_GPREL22:
3883 case R_IA64_GPREL64I:
3884 case R_IA64_GPREL32MSB:
3885 case R_IA64_GPREL32LSB:
3886 case R_IA64_GPREL64MSB:
3887 case R_IA64_GPREL64LSB:
3888 if (dynamic_symbol_p)
3890 (*_bfd_error_handler)
3891 (_("%s: @gprel relocation against dynamic symbol %s"),
3892 bfd_archive_filename (input_bfd), h->root.root.string);
3893 ret_val = false;
3894 continue;
3896 value -= gp_val;
3897 r = elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
3898 break;
3900 case R_IA64_LTOFF22:
3901 case R_IA64_LTOFF22X:
3902 case R_IA64_LTOFF64I:
3903 dyn_i = get_dyn_sym_info (ia64_info, h, input_bfd, rel, false);
3904 value = set_got_entry (input_bfd, info, dyn_i, (h ? h->dynindx : -1),
3905 rel->r_addend, value, R_IA64_DIR64LSB);
3906 value -= gp_val;
3907 r = elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
3908 break;
3910 case R_IA64_PLTOFF22:
3911 case R_IA64_PLTOFF64I:
3912 case R_IA64_PLTOFF64MSB:
3913 case R_IA64_PLTOFF64LSB:
3914 dyn_i = get_dyn_sym_info (ia64_info, h, input_bfd, rel, false);
3915 value = set_pltoff_entry (output_bfd, info, dyn_i, value, false);
3916 value -= gp_val;
3917 r = elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
3918 break;
3920 case R_IA64_FPTR64I:
3921 case R_IA64_FPTR32MSB:
3922 case R_IA64_FPTR32LSB:
3923 case R_IA64_FPTR64MSB:
3924 case R_IA64_FPTR64LSB:
3925 dyn_i = get_dyn_sym_info (ia64_info, h, input_bfd, rel, false);
3926 if (dyn_i->want_fptr)
3928 if (!undef_weak_ref)
3929 value = set_fptr_entry (output_bfd, info, dyn_i, value);
3931 else
3933 long dynindx;
3935 /* Otherwise, we expect the dynamic linker to create
3936 the entry. */
3938 if (h)
3940 if (h->dynindx != -1)
3941 dynindx = h->dynindx;
3942 else
3943 dynindx = (_bfd_elf_link_lookup_local_dynindx
3944 (info, h->root.u.def.section->owner,
3945 global_sym_index (h)));
3947 else
3949 dynindx = (_bfd_elf_link_lookup_local_dynindx
3950 (info, input_bfd, (long) r_symndx));
3953 elfNN_ia64_install_dyn_reloc (output_bfd, info, input_section,
3954 srel, rel->r_offset, r_type,
3955 dynindx, rel->r_addend);
3956 value = 0;
3959 r = elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
3960 break;
3962 case R_IA64_LTOFF_FPTR22:
3963 case R_IA64_LTOFF_FPTR64I:
3964 case R_IA64_LTOFF_FPTR32MSB:
3965 case R_IA64_LTOFF_FPTR32LSB:
3966 case R_IA64_LTOFF_FPTR64MSB:
3967 case R_IA64_LTOFF_FPTR64LSB:
3969 long dynindx;
3971 dyn_i = get_dyn_sym_info (ia64_info, h, input_bfd, rel, false);
3972 if (dyn_i->want_fptr)
3974 BFD_ASSERT (h == NULL || h->dynindx == -1)
3975 if (!undef_weak_ref)
3976 value = set_fptr_entry (output_bfd, info, dyn_i, value);
3977 dynindx = -1;
3979 else
3981 /* Otherwise, we expect the dynamic linker to create
3982 the entry. */
3983 if (h)
3985 if (h->dynindx != -1)
3986 dynindx = h->dynindx;
3987 else
3988 dynindx = (_bfd_elf_link_lookup_local_dynindx
3989 (info, h->root.u.def.section->owner,
3990 global_sym_index (h)));
3992 else
3993 dynindx = (_bfd_elf_link_lookup_local_dynindx
3994 (info, input_bfd, (long) r_symndx));
3995 value = 0;
3998 value = set_got_entry (output_bfd, info, dyn_i, dynindx,
3999 rel->r_addend, value, R_IA64_FPTR64LSB);
4000 value -= gp_val;
4001 r = elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
4003 break;
4005 case R_IA64_PCREL32MSB:
4006 case R_IA64_PCREL32LSB:
4007 case R_IA64_PCREL64MSB:
4008 case R_IA64_PCREL64LSB:
4009 /* Install a dynamic relocation for this reloc. */
4010 if ((dynamic_symbol_p
4011 || elfNN_ia64_aix_vec (info->hash->creator))
4012 && r_symndx != 0)
4014 BFD_ASSERT (srel != NULL);
4016 elfNN_ia64_install_dyn_reloc (output_bfd, info, input_section,
4017 srel, rel->r_offset, r_type,
4018 h->dynindx, rel->r_addend);
4020 goto finish_pcrel;
4022 case R_IA64_PCREL21BI:
4023 case R_IA64_PCREL21F:
4024 case R_IA64_PCREL21M:
4025 /* ??? These two are only used for speculation fixup code.
4026 They should never be dynamic. */
4027 if (dynamic_symbol_p)
4029 (*_bfd_error_handler)
4030 (_("%s: dynamic relocation against speculation fixup"),
4031 bfd_archive_filename (input_bfd));
4032 ret_val = false;
4033 continue;
4035 if (undef_weak_ref)
4037 (*_bfd_error_handler)
4038 (_("%s: speculation fixup against undefined weak symbol"),
4039 bfd_archive_filename (input_bfd));
4040 ret_val = false;
4041 continue;
4043 goto finish_pcrel;
4045 case R_IA64_PCREL21B:
4046 case R_IA64_PCREL60B:
4047 /* We should have created a PLT entry for any dynamic symbol. */
4048 dyn_i = NULL;
4049 if (h)
4050 dyn_i = get_dyn_sym_info (ia64_info, h, NULL, NULL, false);
4052 if (dyn_i && dyn_i->want_plt2)
4054 /* Should have caught this earlier. */
4055 BFD_ASSERT (rel->r_addend == 0);
4057 value = (ia64_info->plt_sec->output_section->vma
4058 + ia64_info->plt_sec->output_offset
4059 + dyn_i->plt2_offset);
4061 else
4063 /* Since there's no PLT entry, Validate that this is
4064 locally defined. */
4065 BFD_ASSERT (undef_weak_ref || sym_sec->output_section != NULL);
4067 /* If the symbol is undef_weak, we shouldn't be trying
4068 to call it. There's every chance that we'd wind up
4069 with an out-of-range fixup here. Don't bother setting
4070 any value at all. */
4071 if (undef_weak_ref)
4072 continue;
4074 goto finish_pcrel;
4076 case R_IA64_PCREL22:
4077 case R_IA64_PCREL64I:
4078 finish_pcrel:
4079 /* Make pc-relative. */
4080 value -= (input_section->output_section->vma
4081 + input_section->output_offset
4082 + rel->r_offset) & ~ (bfd_vma) 0x3;
4083 r = elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
4084 break;
4086 case R_IA64_SEGREL32MSB:
4087 case R_IA64_SEGREL32LSB:
4088 case R_IA64_SEGREL64MSB:
4089 case R_IA64_SEGREL64LSB:
4090 if (r_symndx == 0)
4092 /* If the input section was discarded from the output, then
4093 do nothing. */
4094 r = bfd_reloc_ok;
4096 else
4098 struct elf_segment_map *m;
4099 Elf_Internal_Phdr *p;
4101 /* Find the segment that contains the output_section. */
4102 for (m = elf_tdata (output_bfd)->segment_map,
4103 p = elf_tdata (output_bfd)->phdr;
4104 m != NULL;
4105 m = m->next, p++)
4107 int i;
4108 for (i = m->count - 1; i >= 0; i--)
4109 if (m->sections[i] == sym_sec->output_section)
4110 break;
4111 if (i >= 0)
4112 break;
4115 if (m == NULL)
4117 r = bfd_reloc_notsupported;
4119 else
4121 /* The VMA of the segment is the vaddr of the associated
4122 program header. */
4123 if (value > p->p_vaddr)
4124 value -= p->p_vaddr;
4125 else
4126 value = 0;
4127 r = elfNN_ia64_install_value (output_bfd, hit_addr, value,
4128 r_type);
4130 break;
4133 case R_IA64_SECREL32MSB:
4134 case R_IA64_SECREL32LSB:
4135 case R_IA64_SECREL64MSB:
4136 case R_IA64_SECREL64LSB:
4137 /* Make output-section relative. */
4138 if (value > input_section->output_section->vma)
4139 value -= input_section->output_section->vma;
4140 else
4141 value = 0;
4142 r = elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
4143 break;
4145 case R_IA64_IPLTMSB:
4146 case R_IA64_IPLTLSB:
4147 /* Install a dynamic relocation for this reloc. */
4148 if ((dynamic_symbol_p || info->shared)
4149 && (input_section->flags & SEC_ALLOC) != 0)
4151 BFD_ASSERT (srel != NULL);
4153 /* If we don't need dynamic symbol lookup, install two
4154 RELATIVE relocations. */
4155 if (! dynamic_symbol_p)
4157 unsigned int dyn_r_type;
4159 if (r_type == R_IA64_IPLTMSB)
4160 dyn_r_type = R_IA64_REL64MSB;
4161 else
4162 dyn_r_type = R_IA64_REL64LSB;
4164 elfNN_ia64_install_dyn_reloc (output_bfd, info,
4165 input_section,
4166 srel, rel->r_offset,
4167 dyn_r_type, 0, value);
4168 elfNN_ia64_install_dyn_reloc (output_bfd, info,
4169 input_section,
4170 srel, rel->r_offset + 8,
4171 dyn_r_type, 0, gp_val);
4173 else
4174 elfNN_ia64_install_dyn_reloc (output_bfd, info, input_section,
4175 srel, rel->r_offset, r_type,
4176 h->dynindx, rel->r_addend);
4179 if (r_type == R_IA64_IPLTMSB)
4180 r_type = R_IA64_DIR64MSB;
4181 else
4182 r_type = R_IA64_DIR64LSB;
4183 elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
4184 r = elfNN_ia64_install_value (output_bfd, hit_addr + 8, gp_val,
4185 r_type);
4186 break;
4188 case R_IA64_TPREL14:
4189 case R_IA64_TPREL22:
4190 case R_IA64_TPREL64I:
4191 value -= elfNN_ia64_tprel_base (info);
4192 r = elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
4193 break;
4195 case R_IA64_DTPREL14:
4196 case R_IA64_DTPREL22:
4197 case R_IA64_DTPREL64I:
4198 value -= elfNN_ia64_dtprel_base (info);
4199 r = elfNN_ia64_install_value (output_bfd, hit_addr, value, r_type);
4200 break;
4202 case R_IA64_LTOFF_TPREL22:
4203 case R_IA64_LTOFF_DTPMOD22:
4204 case R_IA64_LTOFF_DTPREL22:
4206 int got_r_type;
4208 switch (r_type)
4210 default:
4211 case R_IA64_LTOFF_TPREL22:
4212 if (!dynamic_symbol_p && !info->shared)
4213 value -= elfNN_ia64_tprel_base (info);
4214 got_r_type = R_IA64_TPREL64LSB;
4215 break;
4216 case R_IA64_LTOFF_DTPMOD22:
4217 if (!dynamic_symbol_p && !info->shared)
4218 value = 1;
4219 got_r_type = R_IA64_DTPMOD64LSB;
4220 break;
4221 case R_IA64_LTOFF_DTPREL22:
4222 if (!dynamic_symbol_p)
4223 value -= elfNN_ia64_dtprel_base (info);
4224 got_r_type = R_IA64_DTPREL64LSB;
4225 break;
4227 dyn_i = get_dyn_sym_info (ia64_info, h, input_bfd, rel, false);
4228 value = set_got_entry (input_bfd, info, dyn_i,
4229 (h ? h->dynindx : -1), rel->r_addend,
4230 value, got_r_type);
4231 value -= gp_val;
4232 r = elfNN_ia64_install_value (output_bfd, hit_addr, value,
4233 r_type);
4235 break;
4237 default:
4238 r = bfd_reloc_notsupported;
4239 break;
4242 switch (r)
4244 case bfd_reloc_ok:
4245 break;
4247 case bfd_reloc_undefined:
4248 /* This can happen for global table relative relocs if
4249 __gp is undefined. This is a panic situation so we
4250 don't try to continue. */
4251 (*info->callbacks->undefined_symbol)
4252 (info, "__gp", input_bfd, input_section, rel->r_offset, 1);
4253 return false;
4255 case bfd_reloc_notsupported:
4257 const char *name;
4259 if (h)
4260 name = h->root.root.string;
4261 else
4263 name = bfd_elf_string_from_elf_section (input_bfd,
4264 symtab_hdr->sh_link,
4265 sym->st_name);
4266 if (name == NULL)
4267 return false;
4268 if (*name == '\0')
4269 name = bfd_section_name (input_bfd, input_section);
4271 if (!(*info->callbacks->warning) (info, _("unsupported reloc"),
4272 name, input_bfd,
4273 input_section, rel->r_offset))
4274 return false;
4275 ret_val = false;
4277 break;
4279 case bfd_reloc_dangerous:
4280 case bfd_reloc_outofrange:
4281 case bfd_reloc_overflow:
4282 default:
4284 const char *name;
4286 if (h)
4287 name = h->root.root.string;
4288 else
4290 name = bfd_elf_string_from_elf_section (input_bfd,
4291 symtab_hdr->sh_link,
4292 sym->st_name);
4293 if (name == NULL)
4294 return false;
4295 if (*name == '\0')
4296 name = bfd_section_name (input_bfd, input_section);
4298 if (!(*info->callbacks->reloc_overflow) (info, name,
4299 howto->name,
4300 (bfd_vma) 0,
4301 input_bfd,
4302 input_section,
4303 rel->r_offset))
4304 return false;
4305 ret_val = false;
4307 break;
4311 return ret_val;
4314 static boolean
4315 elfNN_ia64_finish_dynamic_symbol (output_bfd, info, h, sym)
4316 bfd *output_bfd;
4317 struct bfd_link_info *info;
4318 struct elf_link_hash_entry *h;
4319 Elf_Internal_Sym *sym;
4321 struct elfNN_ia64_link_hash_table *ia64_info;
4322 struct elfNN_ia64_dyn_sym_info *dyn_i;
4324 ia64_info = elfNN_ia64_hash_table (info);
4325 dyn_i = get_dyn_sym_info (ia64_info, h, NULL, NULL, false);
4327 /* Fill in the PLT data, if required. */
4328 if (dyn_i && dyn_i->want_plt)
4330 Elf_Internal_Rela outrel;
4331 bfd_byte *loc;
4332 asection *plt_sec;
4333 bfd_vma plt_addr, pltoff_addr, gp_val, index;
4334 ElfNN_External_Rela *rel;
4336 gp_val = _bfd_get_gp_value (output_bfd);
4338 /* Initialize the minimal PLT entry. */
4340 index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4341 plt_sec = ia64_info->plt_sec;
4342 loc = plt_sec->contents + dyn_i->plt_offset;
4344 memcpy (loc, plt_min_entry, PLT_MIN_ENTRY_SIZE);
4345 elfNN_ia64_install_value (output_bfd, loc, index, R_IA64_IMM22);
4346 elfNN_ia64_install_value (output_bfd, loc+2, -dyn_i->plt_offset,
4347 R_IA64_PCREL21B);
4349 plt_addr = (plt_sec->output_section->vma
4350 + plt_sec->output_offset
4351 + dyn_i->plt_offset);
4352 pltoff_addr = set_pltoff_entry (output_bfd, info, dyn_i, plt_addr, true);
4354 /* Initialize the FULL PLT entry, if needed. */
4355 if (dyn_i->want_plt2)
4357 loc = plt_sec->contents + dyn_i->plt2_offset;
4359 memcpy (loc, plt_full_entry, PLT_FULL_ENTRY_SIZE);
4360 elfNN_ia64_install_value (output_bfd, loc, pltoff_addr - gp_val,
4361 R_IA64_IMM22);
4363 /* Mark the symbol as undefined, rather than as defined in the
4364 plt section. Leave the value alone. */
4365 /* ??? We didn't redefine it in adjust_dynamic_symbol in the
4366 first place. But perhaps elflink.h did some for us. */
4367 if ((h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0)
4368 sym->st_shndx = SHN_UNDEF;
4371 /* Create the dynamic relocation. */
4372 outrel.r_offset = pltoff_addr;
4373 if (bfd_little_endian (output_bfd))
4374 outrel.r_info = ELFNN_R_INFO (h->dynindx, R_IA64_IPLTLSB);
4375 else
4376 outrel.r_info = ELFNN_R_INFO (h->dynindx, R_IA64_IPLTMSB);
4377 outrel.r_addend = 0;
4379 /* This is fun. In the .IA_64.pltoff section, we've got entries
4380 that correspond both to real PLT entries, and those that
4381 happened to resolve to local symbols but need to be created
4382 to satisfy @pltoff relocations. The .rela.IA_64.pltoff
4383 relocations for the real PLT should come at the end of the
4384 section, so that they can be indexed by plt entry at runtime.
4386 We emitted all of the relocations for the non-PLT @pltoff
4387 entries during relocate_section. So we can consider the
4388 existing sec->reloc_count to be the base of the array of
4389 PLT relocations. */
4391 rel = (ElfNN_External_Rela *)ia64_info->rel_pltoff_sec->contents;
4392 rel += ia64_info->rel_pltoff_sec->reloc_count;
4394 bfd_elfNN_swap_reloca_out (output_bfd, &outrel, rel + index);
4397 /* Mark some specially defined symbols as absolute. */
4398 if (strcmp (h->root.root.string, "_DYNAMIC") == 0
4399 || strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0
4400 || strcmp (h->root.root.string, "_PROCEDURE_LINKAGE_TABLE_") == 0)
4401 sym->st_shndx = SHN_ABS;
4403 return true;
4406 static boolean
4407 elfNN_ia64_finish_dynamic_sections (abfd, info)
4408 bfd *abfd;
4409 struct bfd_link_info *info;
4411 struct elfNN_ia64_link_hash_table *ia64_info;
4412 bfd *dynobj;
4414 ia64_info = elfNN_ia64_hash_table (info);
4415 dynobj = ia64_info->root.dynobj;
4417 if (elf_hash_table (info)->dynamic_sections_created)
4419 ElfNN_External_Dyn *dyncon, *dynconend;
4420 asection *sdyn, *sgotplt;
4421 bfd_vma gp_val;
4423 sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
4424 sgotplt = bfd_get_section_by_name (dynobj, ".got.plt");
4425 BFD_ASSERT (sdyn != NULL);
4426 dyncon = (ElfNN_External_Dyn *) sdyn->contents;
4427 dynconend = (ElfNN_External_Dyn *) (sdyn->contents + sdyn->_raw_size);
4429 gp_val = _bfd_get_gp_value (abfd);
4431 for (; dyncon < dynconend; dyncon++)
4433 Elf_Internal_Dyn dyn;
4435 bfd_elfNN_swap_dyn_in (dynobj, dyncon, &dyn);
4437 switch (dyn.d_tag)
4439 case DT_PLTGOT:
4440 dyn.d_un.d_ptr = gp_val;
4441 break;
4443 case DT_PLTRELSZ:
4444 dyn.d_un.d_val = (ia64_info->minplt_entries
4445 * sizeof (ElfNN_External_Rela));
4446 break;
4448 case DT_JMPREL:
4449 /* See the comment above in finish_dynamic_symbol. */
4450 dyn.d_un.d_ptr = (ia64_info->rel_pltoff_sec->output_section->vma
4451 + ia64_info->rel_pltoff_sec->output_offset
4452 + (ia64_info->rel_pltoff_sec->reloc_count
4453 * sizeof (ElfNN_External_Rela)));
4454 break;
4456 case DT_IA_64_PLT_RESERVE:
4457 dyn.d_un.d_ptr = (sgotplt->output_section->vma
4458 + sgotplt->output_offset);
4459 break;
4461 case DT_RELASZ:
4462 /* Do not have RELASZ include JMPREL. This makes things
4463 easier on ld.so. This is not what the rest of BFD set up. */
4464 dyn.d_un.d_val -= (ia64_info->minplt_entries
4465 * sizeof (ElfNN_External_Rela));
4466 break;
4469 bfd_elfNN_swap_dyn_out (abfd, &dyn, dyncon);
4472 /* Initialize the PLT0 entry */
4473 if (ia64_info->plt_sec)
4475 bfd_byte *loc = ia64_info->plt_sec->contents;
4476 bfd_vma pltres;
4478 memcpy (loc, plt_header, PLT_HEADER_SIZE);
4480 pltres = (sgotplt->output_section->vma
4481 + sgotplt->output_offset
4482 - gp_val);
4484 elfNN_ia64_install_value (abfd, loc+1, pltres, R_IA64_GPREL22);
4488 return true;
4491 /* ELF file flag handling: */
4493 /* Function to keep IA-64 specific file flags. */
4494 static boolean
4495 elfNN_ia64_set_private_flags (abfd, flags)
4496 bfd *abfd;
4497 flagword flags;
4499 BFD_ASSERT (!elf_flags_init (abfd)
4500 || elf_elfheader (abfd)->e_flags == flags);
4502 elf_elfheader (abfd)->e_flags = flags;
4503 elf_flags_init (abfd) = true;
4504 return true;
4507 /* Merge backend specific data from an object file to the output
4508 object file when linking. */
4509 static boolean
4510 elfNN_ia64_merge_private_bfd_data (ibfd, obfd)
4511 bfd *ibfd, *obfd;
4513 flagword out_flags;
4514 flagword in_flags;
4515 boolean ok = true;
4517 /* Don't even pretend to support mixed-format linking. */
4518 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
4519 || bfd_get_flavour (obfd) != bfd_target_elf_flavour)
4520 return false;
4522 in_flags = elf_elfheader (ibfd)->e_flags;
4523 out_flags = elf_elfheader (obfd)->e_flags;
4525 if (! elf_flags_init (obfd))
4527 elf_flags_init (obfd) = true;
4528 elf_elfheader (obfd)->e_flags = in_flags;
4530 if (bfd_get_arch (obfd) == bfd_get_arch (ibfd)
4531 && bfd_get_arch_info (obfd)->the_default)
4533 return bfd_set_arch_mach (obfd, bfd_get_arch (ibfd),
4534 bfd_get_mach (ibfd));
4537 return true;
4540 /* Check flag compatibility. */
4541 if (in_flags == out_flags)
4542 return true;
4544 /* Output has EF_IA_64_REDUCEDFP set only if all inputs have it set. */
4545 if (!(in_flags & EF_IA_64_REDUCEDFP) && (out_flags & EF_IA_64_REDUCEDFP))
4546 elf_elfheader (obfd)->e_flags &= ~EF_IA_64_REDUCEDFP;
4548 if ((in_flags & EF_IA_64_TRAPNIL) != (out_flags & EF_IA_64_TRAPNIL))
4550 (*_bfd_error_handler)
4551 (_("%s: linking trap-on-NULL-dereference with non-trapping files"),
4552 bfd_archive_filename (ibfd));
4554 bfd_set_error (bfd_error_bad_value);
4555 ok = false;
4557 if ((in_flags & EF_IA_64_BE) != (out_flags & EF_IA_64_BE))
4559 (*_bfd_error_handler)
4560 (_("%s: linking big-endian files with little-endian files"),
4561 bfd_archive_filename (ibfd));
4563 bfd_set_error (bfd_error_bad_value);
4564 ok = false;
4566 if ((in_flags & EF_IA_64_ABI64) != (out_flags & EF_IA_64_ABI64))
4568 (*_bfd_error_handler)
4569 (_("%s: linking 64-bit files with 32-bit files"),
4570 bfd_archive_filename (ibfd));
4572 bfd_set_error (bfd_error_bad_value);
4573 ok = false;
4575 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
4577 (*_bfd_error_handler)
4578 (_("%s: linking constant-gp files with non-constant-gp files"),
4579 bfd_archive_filename (ibfd));
4581 bfd_set_error (bfd_error_bad_value);
4582 ok = false;
4584 if ((in_flags & EF_IA_64_NOFUNCDESC_CONS_GP)
4585 != (out_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
4587 (*_bfd_error_handler)
4588 (_("%s: linking auto-pic files with non-auto-pic files"),
4589 bfd_archive_filename (ibfd));
4591 bfd_set_error (bfd_error_bad_value);
4592 ok = false;
4595 return ok;
4598 static boolean
4599 elfNN_ia64_print_private_bfd_data (abfd, ptr)
4600 bfd *abfd;
4601 PTR ptr;
4603 FILE *file = (FILE *) ptr;
4604 flagword flags = elf_elfheader (abfd)->e_flags;
4606 BFD_ASSERT (abfd != NULL && ptr != NULL);
4608 fprintf (file, "private flags = %s%s%s%s%s%s%s%s\n",
4609 (flags & EF_IA_64_TRAPNIL) ? "TRAPNIL, " : "",
4610 (flags & EF_IA_64_EXT) ? "EXT, " : "",
4611 (flags & EF_IA_64_BE) ? "BE, " : "LE, ",
4612 (flags & EF_IA_64_REDUCEDFP) ? "REDUCEDFP, " : "",
4613 (flags & EF_IA_64_CONS_GP) ? "CONS_GP, " : "",
4614 (flags & EF_IA_64_NOFUNCDESC_CONS_GP) ? "NOFUNCDESC_CONS_GP, " : "",
4615 (flags & EF_IA_64_ABSOLUTE) ? "ABSOLUTE, " : "",
4616 (flags & EF_IA_64_ABI64) ? "ABI64" : "ABI32");
4618 _bfd_elf_print_private_bfd_data (abfd, ptr);
4619 return true;
4622 static enum elf_reloc_type_class
4623 elfNN_ia64_reloc_type_class (rela)
4624 const Elf_Internal_Rela *rela;
4626 switch ((int) ELFNN_R_TYPE (rela->r_info))
4628 case R_IA64_REL32MSB:
4629 case R_IA64_REL32LSB:
4630 case R_IA64_REL64MSB:
4631 case R_IA64_REL64LSB:
4632 return reloc_class_relative;
4633 case R_IA64_IPLTMSB:
4634 case R_IA64_IPLTLSB:
4635 return reloc_class_plt;
4636 case R_IA64_COPY:
4637 return reloc_class_copy;
4638 default:
4639 return reloc_class_normal;
4643 static boolean
4644 elfNN_ia64_hpux_vec (const bfd_target *vec)
4646 extern const bfd_target bfd_elfNN_ia64_hpux_big_vec;
4647 return (vec == & bfd_elfNN_ia64_hpux_big_vec);
4650 static void
4651 elfNN_hpux_post_process_headers (abfd, info)
4652 bfd *abfd;
4653 struct bfd_link_info *info ATTRIBUTE_UNUSED;
4655 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd);
4657 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_HPUX;
4658 i_ehdrp->e_ident[EI_ABIVERSION] = 1;
4661 boolean
4662 elfNN_hpux_backend_section_from_bfd_section (abfd, sec, retval)
4663 bfd *abfd ATTRIBUTE_UNUSED;
4664 asection *sec;
4665 int *retval;
4667 if (bfd_is_com_section (sec))
4669 *retval = SHN_IA_64_ANSI_COMMON;
4670 return true;
4672 return false;
4675 #define TARGET_LITTLE_SYM bfd_elfNN_ia64_little_vec
4676 #define TARGET_LITTLE_NAME "elfNN-ia64-little"
4677 #define TARGET_BIG_SYM bfd_elfNN_ia64_big_vec
4678 #define TARGET_BIG_NAME "elfNN-ia64-big"
4679 #define ELF_ARCH bfd_arch_ia64
4680 #define ELF_MACHINE_CODE EM_IA_64
4681 #define ELF_MACHINE_ALT1 1999 /* EAS2.3 */
4682 #define ELF_MACHINE_ALT2 1998 /* EAS2.2 */
4683 #define ELF_MAXPAGESIZE 0x10000 /* 64KB */
4685 #define elf_backend_section_from_shdr \
4686 elfNN_ia64_section_from_shdr
4687 #define elf_backend_section_flags \
4688 elfNN_ia64_section_flags
4689 #define elf_backend_fake_sections \
4690 elfNN_ia64_fake_sections
4691 #define elf_backend_final_write_processing \
4692 elfNN_ia64_final_write_processing
4693 #define elf_backend_add_symbol_hook \
4694 elfNN_ia64_add_symbol_hook
4695 #define elf_backend_additional_program_headers \
4696 elfNN_ia64_additional_program_headers
4697 #define elf_backend_modify_segment_map \
4698 elfNN_ia64_modify_segment_map
4699 #define elf_info_to_howto \
4700 elfNN_ia64_info_to_howto
4702 #define bfd_elfNN_bfd_reloc_type_lookup \
4703 elfNN_ia64_reloc_type_lookup
4704 #define bfd_elfNN_bfd_is_local_label_name \
4705 elfNN_ia64_is_local_label_name
4706 #define bfd_elfNN_bfd_relax_section \
4707 elfNN_ia64_relax_section
4709 /* Stuff for the BFD linker: */
4710 #define bfd_elfNN_bfd_link_hash_table_create \
4711 elfNN_ia64_hash_table_create
4712 #define elf_backend_create_dynamic_sections \
4713 elfNN_ia64_create_dynamic_sections
4714 #define elf_backend_check_relocs \
4715 elfNN_ia64_check_relocs
4716 #define elf_backend_adjust_dynamic_symbol \
4717 elfNN_ia64_adjust_dynamic_symbol
4718 #define elf_backend_size_dynamic_sections \
4719 elfNN_ia64_size_dynamic_sections
4720 #define elf_backend_relocate_section \
4721 elfNN_ia64_relocate_section
4722 #define elf_backend_finish_dynamic_symbol \
4723 elfNN_ia64_finish_dynamic_symbol
4724 #define elf_backend_finish_dynamic_sections \
4725 elfNN_ia64_finish_dynamic_sections
4726 #define bfd_elfNN_bfd_final_link \
4727 elfNN_ia64_final_link
4729 #define bfd_elfNN_bfd_merge_private_bfd_data \
4730 elfNN_ia64_merge_private_bfd_data
4731 #define bfd_elfNN_bfd_set_private_flags \
4732 elfNN_ia64_set_private_flags
4733 #define bfd_elfNN_bfd_print_private_bfd_data \
4734 elfNN_ia64_print_private_bfd_data
4736 #define elf_backend_plt_readonly 1
4737 #define elf_backend_want_plt_sym 0
4738 #define elf_backend_plt_alignment 5
4739 #define elf_backend_got_header_size 0
4740 #define elf_backend_plt_header_size PLT_HEADER_SIZE
4741 #define elf_backend_want_got_plt 1
4742 #define elf_backend_may_use_rel_p 1
4743 #define elf_backend_may_use_rela_p 1
4744 #define elf_backend_default_use_rela_p 1
4745 #define elf_backend_want_dynbss 0
4746 #define elf_backend_copy_indirect_symbol elfNN_ia64_hash_copy_indirect
4747 #define elf_backend_hide_symbol elfNN_ia64_hash_hide_symbol
4748 #define elf_backend_reloc_type_class elfNN_ia64_reloc_type_class
4749 #define elf_backend_rela_normal 1
4751 #include "elfNN-target.h"
4753 /* AIX-specific vectors. */
4755 #undef TARGET_LITTLE_SYM
4756 #define TARGET_LITTLE_SYM bfd_elfNN_ia64_aix_little_vec
4757 #undef TARGET_LITTLE_NAME
4758 #define TARGET_LITTLE_NAME "elfNN-ia64-aix-little"
4759 #undef TARGET_BIG_SYM
4760 #define TARGET_BIG_SYM bfd_elfNN_ia64_aix_big_vec
4761 #undef TARGET_BIG_NAME
4762 #define TARGET_BIG_NAME "elfNN-ia64-aix-big"
4764 #undef elf_backend_add_symbol_hook
4765 #define elf_backend_add_symbol_hook elfNN_ia64_aix_add_symbol_hook
4767 #undef bfd_elfNN_bfd_link_add_symbols
4768 #define bfd_elfNN_bfd_link_add_symbols elfNN_ia64_aix_link_add_symbols
4770 #define elfNN_bed elfNN_ia64_aix_bed
4772 #include "elfNN-target.h"
4774 /* HPUX-specific vectors. */
4776 #undef TARGET_LITTLE_SYM
4777 #undef TARGET_LITTLE_NAME
4778 #undef TARGET_BIG_SYM
4779 #define TARGET_BIG_SYM bfd_elfNN_ia64_hpux_big_vec
4780 #undef TARGET_BIG_NAME
4781 #define TARGET_BIG_NAME "elfNN-ia64-hpux-big"
4783 /* We need to undo the AIX specific functions. */
4785 #undef elf_backend_add_symbol_hook
4786 #define elf_backend_add_symbol_hook elfNN_ia64_add_symbol_hook
4788 #undef bfd_elfNN_bfd_link_add_symbols
4789 #define bfd_elfNN_bfd_link_add_symbols _bfd_generic_link_add_symbols
4791 /* These are HP-UX specific functions. */
4793 #undef elf_backend_post_process_headers
4794 #define elf_backend_post_process_headers elfNN_hpux_post_process_headers
4796 #undef elf_backend_section_from_bfd_section
4797 #define elf_backend_section_from_bfd_section elfNN_hpux_backend_section_from_bfd_section
4799 #undef ELF_MAXPAGESIZE
4800 #define ELF_MAXPAGESIZE 0x1000 /* 1K */
4802 #undef elfNN_bed
4803 #define elfNN_bed elfNN_ia64_hpux_bed
4805 #include "elfNN-target.h"