1 /* PowerPC64-specific support for 64-bit ELF.
2 Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
3 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
4 Written by Linus Nordberg, Swox AB <info@swox.com>,
5 based on elf32-ppc.c by Ian Lance Taylor.
6 Largely rewritten by Alan Modra.
8 This file is part of BFD, the Binary File Descriptor library.
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 3 of the License, or
13 (at your option) any later version.
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License along
21 with this program; if not, write to the Free Software Foundation, Inc.,
22 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
25 /* The 64-bit PowerPC ELF ABI may be found at
26 http://www.linuxbase.org/spec/ELF/ppc64/PPC-elf64abi.txt, and
27 http://www.linuxbase.org/spec/ELF/ppc64/spec/book1.html */
35 #include "elf/ppc64.h"
36 #include "elf64-ppc.h"
39 static bfd_reloc_status_type ppc64_elf_ha_reloc
40 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
41 static bfd_reloc_status_type ppc64_elf_branch_reloc
42 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
43 static bfd_reloc_status_type ppc64_elf_brtaken_reloc
44 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
45 static bfd_reloc_status_type ppc64_elf_sectoff_reloc
46 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
47 static bfd_reloc_status_type ppc64_elf_sectoff_ha_reloc
48 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
49 static bfd_reloc_status_type ppc64_elf_toc_reloc
50 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
51 static bfd_reloc_status_type ppc64_elf_toc_ha_reloc
52 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
53 static bfd_reloc_status_type ppc64_elf_toc64_reloc
54 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
55 static bfd_reloc_status_type ppc64_elf_unhandled_reloc
56 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
57 static bfd_vma opd_entry_value
58 (asection *, bfd_vma, asection **, bfd_vma *, bfd_boolean);
60 #define TARGET_LITTLE_SYM bfd_elf64_powerpcle_vec
61 #define TARGET_LITTLE_NAME "elf64-powerpcle"
62 #define TARGET_BIG_SYM bfd_elf64_powerpc_vec
63 #define TARGET_BIG_NAME "elf64-powerpc"
64 #define ELF_ARCH bfd_arch_powerpc
65 #define ELF_TARGET_ID PPC64_ELF_DATA
66 #define ELF_MACHINE_CODE EM_PPC64
67 #define ELF_MAXPAGESIZE 0x10000
68 #define ELF_COMMONPAGESIZE 0x1000
69 #define elf_info_to_howto ppc64_elf_info_to_howto
71 #define elf_backend_want_got_sym 0
72 #define elf_backend_want_plt_sym 0
73 #define elf_backend_plt_alignment 3
74 #define elf_backend_plt_not_loaded 1
75 #define elf_backend_got_header_size 8
76 #define elf_backend_can_gc_sections 1
77 #define elf_backend_can_refcount 1
78 #define elf_backend_rela_normal 1
79 #define elf_backend_default_execstack 0
81 #define bfd_elf64_mkobject ppc64_elf_mkobject
82 #define bfd_elf64_bfd_reloc_type_lookup ppc64_elf_reloc_type_lookup
83 #define bfd_elf64_bfd_reloc_name_lookup ppc64_elf_reloc_name_lookup
84 #define bfd_elf64_bfd_merge_private_bfd_data ppc64_elf_merge_private_bfd_data
85 #define bfd_elf64_bfd_print_private_bfd_data ppc64_elf_print_private_bfd_data
86 #define bfd_elf64_new_section_hook ppc64_elf_new_section_hook
87 #define bfd_elf64_bfd_link_hash_table_create ppc64_elf_link_hash_table_create
88 #define bfd_elf64_bfd_link_hash_table_free ppc64_elf_link_hash_table_free
89 #define bfd_elf64_get_synthetic_symtab ppc64_elf_get_synthetic_symtab
90 #define bfd_elf64_bfd_link_just_syms ppc64_elf_link_just_syms
92 #define elf_backend_object_p ppc64_elf_object_p
93 #define elf_backend_grok_prstatus ppc64_elf_grok_prstatus
94 #define elf_backend_grok_psinfo ppc64_elf_grok_psinfo
95 #define elf_backend_write_core_note ppc64_elf_write_core_note
96 #define elf_backend_create_dynamic_sections ppc64_elf_create_dynamic_sections
97 #define elf_backend_copy_indirect_symbol ppc64_elf_copy_indirect_symbol
98 #define elf_backend_add_symbol_hook ppc64_elf_add_symbol_hook
99 #define elf_backend_check_directives ppc64_elf_process_dot_syms
100 #define elf_backend_notice_as_needed ppc64_elf_notice_as_needed
101 #define elf_backend_archive_symbol_lookup ppc64_elf_archive_symbol_lookup
102 #define elf_backend_check_relocs ppc64_elf_check_relocs
103 #define elf_backend_gc_keep ppc64_elf_gc_keep
104 #define elf_backend_gc_mark_dynamic_ref ppc64_elf_gc_mark_dynamic_ref
105 #define elf_backend_gc_mark_hook ppc64_elf_gc_mark_hook
106 #define elf_backend_gc_sweep_hook ppc64_elf_gc_sweep_hook
107 #define elf_backend_adjust_dynamic_symbol ppc64_elf_adjust_dynamic_symbol
108 #define elf_backend_hide_symbol ppc64_elf_hide_symbol
109 #define elf_backend_maybe_function_sym ppc64_elf_maybe_function_sym
110 #define elf_backend_always_size_sections ppc64_elf_func_desc_adjust
111 #define elf_backend_size_dynamic_sections ppc64_elf_size_dynamic_sections
112 #define elf_backend_hash_symbol ppc64_elf_hash_symbol
113 #define elf_backend_init_index_section _bfd_elf_init_2_index_sections
114 #define elf_backend_action_discarded ppc64_elf_action_discarded
115 #define elf_backend_relocate_section ppc64_elf_relocate_section
116 #define elf_backend_finish_dynamic_symbol ppc64_elf_finish_dynamic_symbol
117 #define elf_backend_reloc_type_class ppc64_elf_reloc_type_class
118 #define elf_backend_finish_dynamic_sections ppc64_elf_finish_dynamic_sections
119 #define elf_backend_link_output_symbol_hook ppc64_elf_output_symbol_hook
120 #define elf_backend_special_sections ppc64_elf_special_sections
121 #define elf_backend_post_process_headers _bfd_elf_set_osabi
122 #define elf_backend_merge_symbol_attribute ppc64_elf_merge_symbol_attribute
124 /* The name of the dynamic interpreter. This is put in the .interp
126 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1"
128 /* The size in bytes of an entry in the procedure linkage table. */
129 #define PLT_ENTRY_SIZE(htab) (htab->opd_abi ? 24 : 8)
131 /* The initial size of the plt reserved for the dynamic linker. */
132 #define PLT_INITIAL_ENTRY_SIZE(htab) (htab->opd_abi ? 24 : 16)
134 /* Offsets to some stack save slots. */
136 #define STK_TOC(htab) (htab->opd_abi ? 40 : 24)
137 /* This one is dodgy. ABIv2 does not have a linker word, so use the
138 CR save slot. Used only by optimised __tls_get_addr call stub,
139 relying on __tls_get_addr_opt not saving CR.. */
140 #define STK_LINKER(htab) (htab->opd_abi ? 32 : 8)
142 /* TOC base pointers offset from start of TOC. */
143 #define TOC_BASE_OFF 0x8000
145 /* Offset of tp and dtp pointers from start of TLS block. */
146 #define TP_OFFSET 0x7000
147 #define DTP_OFFSET 0x8000
149 /* .plt call stub instructions. The normal stub is like this, but
150 sometimes the .plt entry crosses a 64k boundary and we need to
151 insert an addi to adjust r11. */
152 #define STD_R2_0R1 0xf8410000 /* std %r2,0+40(%r1) */
153 #define ADDIS_R11_R2 0x3d620000 /* addis %r11,%r2,xxx@ha */
154 #define LD_R12_0R11 0xe98b0000 /* ld %r12,xxx+0@l(%r11) */
155 #define MTCTR_R12 0x7d8903a6 /* mtctr %r12 */
156 #define LD_R2_0R11 0xe84b0000 /* ld %r2,xxx+8@l(%r11) */
157 #define LD_R11_0R11 0xe96b0000 /* ld %r11,xxx+16@l(%r11) */
158 #define BCTR 0x4e800420 /* bctr */
160 #define ADDI_R11_R11 0x396b0000 /* addi %r11,%r11,off@l */
161 #define ADDIS_R2_R2 0x3c420000 /* addis %r2,%r2,off@ha */
162 #define ADDI_R2_R2 0x38420000 /* addi %r2,%r2,off@l */
164 #define XOR_R2_R12_R12 0x7d826278 /* xor %r2,%r12,%r12 */
165 #define ADD_R11_R11_R2 0x7d6b1214 /* add %r11,%r11,%r2 */
166 #define XOR_R11_R12_R12 0x7d8b6278 /* xor %r11,%r12,%r12 */
167 #define ADD_R2_R2_R11 0x7c425a14 /* add %r2,%r2,%r11 */
168 #define CMPLDI_R2_0 0x28220000 /* cmpldi %r2,0 */
169 #define BNECTR 0x4ca20420 /* bnectr+ */
170 #define BNECTR_P4 0x4ce20420 /* bnectr+ */
172 #define LD_R12_0R2 0xe9820000 /* ld %r12,xxx+0(%r2) */
173 #define LD_R11_0R2 0xe9620000 /* ld %r11,xxx+0(%r2) */
174 #define LD_R2_0R2 0xe8420000 /* ld %r2,xxx+0(%r2) */
176 #define LD_R2_0R1 0xe8410000 /* ld %r2,0(%r1) */
178 #define ADDIS_R12_R12 0x3d8c0000 /* addis %r12,%r12,xxx@ha */
179 #define LD_R12_0R12 0xe98c0000 /* ld %r12,xxx@l(%r12) */
181 /* glink call stub instructions. We enter with the index in R0. */
182 #define GLINK_CALL_STUB_SIZE (16*4)
186 #define MFLR_R12 0x7d8802a6 /* mflr %12 */
187 #define BCL_20_31 0x429f0005 /* bcl 20,31,1f */
189 #define MFLR_R11 0x7d6802a6 /* mflr %11 */
190 /* ld %2,(0b-1b)(%11) */
191 #define MTLR_R12 0x7d8803a6 /* mtlr %12 */
192 #define ADD_R11_R2_R11 0x7d625a14 /* add %11,%2,%11 */
198 #define MFLR_R0 0x7c0802a6 /* mflr %r0 */
199 #define MTLR_R0 0x7c0803a6 /* mtlr %r0 */
200 #define SUB_R12_R12_R11 0x7d8b6050 /* subf %r12,%r11,%r12 */
201 #define ADDI_R0_R12 0x380c0000 /* addi %r0,%r12,0 */
202 #define SRDI_R0_R0_2 0x7800f082 /* rldicl %r0,%r0,62,2 */
205 #define NOP 0x60000000
207 /* Some other nops. */
208 #define CROR_151515 0x4def7b82
209 #define CROR_313131 0x4ffffb82
211 /* .glink entries for the first 32k functions are two instructions. */
212 #define LI_R0_0 0x38000000 /* li %r0,0 */
213 #define B_DOT 0x48000000 /* b . */
215 /* After that, we need two instructions to load the index, followed by
217 #define LIS_R0_0 0x3c000000 /* lis %r0,0 */
218 #define ORI_R0_R0_0 0x60000000 /* ori %r0,%r0,0 */
220 /* Instructions used by the save and restore reg functions. */
221 #define STD_R0_0R1 0xf8010000 /* std %r0,0(%r1) */
222 #define STD_R0_0R12 0xf80c0000 /* std %r0,0(%r12) */
223 #define LD_R0_0R1 0xe8010000 /* ld %r0,0(%r1) */
224 #define LD_R0_0R12 0xe80c0000 /* ld %r0,0(%r12) */
225 #define STFD_FR0_0R1 0xd8010000 /* stfd %fr0,0(%r1) */
226 #define LFD_FR0_0R1 0xc8010000 /* lfd %fr0,0(%r1) */
227 #define LI_R12_0 0x39800000 /* li %r12,0 */
228 #define STVX_VR0_R12_R0 0x7c0c01ce /* stvx %v0,%r12,%r0 */
229 #define LVX_VR0_R12_R0 0x7c0c00ce /* lvx %v0,%r12,%r0 */
230 #define MTLR_R0 0x7c0803a6 /* mtlr %r0 */
231 #define BLR 0x4e800020 /* blr */
233 /* Since .opd is an array of descriptors and each entry will end up
234 with identical R_PPC64_RELATIVE relocs, there is really no need to
235 propagate .opd relocs; The dynamic linker should be taught to
236 relocate .opd without reloc entries. */
237 #ifndef NO_OPD_RELOCS
238 #define NO_OPD_RELOCS 0
241 #define ONES(n) (((bfd_vma) 1 << ((n) - 1) << 1) - 1)
243 /* Relocation HOWTO's. */
244 static reloc_howto_type *ppc64_elf_howto_table[(int) R_PPC64_max];
246 static reloc_howto_type ppc64_elf_howto_raw[] = {
247 /* This reloc does nothing. */
248 HOWTO (R_PPC64_NONE, /* type */
250 2, /* size (0 = byte, 1 = short, 2 = long) */
252 FALSE, /* pc_relative */
254 complain_overflow_dont, /* complain_on_overflow */
255 bfd_elf_generic_reloc, /* special_function */
256 "R_PPC64_NONE", /* name */
257 FALSE, /* partial_inplace */
260 FALSE), /* pcrel_offset */
262 /* A standard 32 bit relocation. */
263 HOWTO (R_PPC64_ADDR32, /* type */
265 2, /* size (0 = byte, 1 = short, 2 = long) */
267 FALSE, /* pc_relative */
269 complain_overflow_bitfield, /* complain_on_overflow */
270 bfd_elf_generic_reloc, /* special_function */
271 "R_PPC64_ADDR32", /* name */
272 FALSE, /* partial_inplace */
274 0xffffffff, /* dst_mask */
275 FALSE), /* pcrel_offset */
277 /* An absolute 26 bit branch; the lower two bits must be zero.
278 FIXME: we don't check that, we just clear them. */
279 HOWTO (R_PPC64_ADDR24, /* type */
281 2, /* size (0 = byte, 1 = short, 2 = long) */
283 FALSE, /* pc_relative */
285 complain_overflow_bitfield, /* complain_on_overflow */
286 bfd_elf_generic_reloc, /* special_function */
287 "R_PPC64_ADDR24", /* name */
288 FALSE, /* partial_inplace */
290 0x03fffffc, /* dst_mask */
291 FALSE), /* pcrel_offset */
293 /* A standard 16 bit relocation. */
294 HOWTO (R_PPC64_ADDR16, /* type */
296 1, /* size (0 = byte, 1 = short, 2 = long) */
298 FALSE, /* pc_relative */
300 complain_overflow_bitfield, /* complain_on_overflow */
301 bfd_elf_generic_reloc, /* special_function */
302 "R_PPC64_ADDR16", /* name */
303 FALSE, /* partial_inplace */
305 0xffff, /* dst_mask */
306 FALSE), /* pcrel_offset */
308 /* A 16 bit relocation without overflow. */
309 HOWTO (R_PPC64_ADDR16_LO, /* type */
311 1, /* size (0 = byte, 1 = short, 2 = long) */
313 FALSE, /* pc_relative */
315 complain_overflow_dont,/* complain_on_overflow */
316 bfd_elf_generic_reloc, /* special_function */
317 "R_PPC64_ADDR16_LO", /* name */
318 FALSE, /* partial_inplace */
320 0xffff, /* dst_mask */
321 FALSE), /* pcrel_offset */
323 /* Bits 16-31 of an address. */
324 HOWTO (R_PPC64_ADDR16_HI, /* type */
326 1, /* size (0 = byte, 1 = short, 2 = long) */
328 FALSE, /* pc_relative */
330 complain_overflow_signed, /* complain_on_overflow */
331 bfd_elf_generic_reloc, /* special_function */
332 "R_PPC64_ADDR16_HI", /* name */
333 FALSE, /* partial_inplace */
335 0xffff, /* dst_mask */
336 FALSE), /* pcrel_offset */
338 /* Bits 16-31 of an address, plus 1 if the contents of the low 16
339 bits, treated as a signed number, is negative. */
340 HOWTO (R_PPC64_ADDR16_HA, /* type */
342 1, /* size (0 = byte, 1 = short, 2 = long) */
344 FALSE, /* pc_relative */
346 complain_overflow_signed, /* complain_on_overflow */
347 ppc64_elf_ha_reloc, /* special_function */
348 "R_PPC64_ADDR16_HA", /* name */
349 FALSE, /* partial_inplace */
351 0xffff, /* dst_mask */
352 FALSE), /* pcrel_offset */
354 /* An absolute 16 bit branch; the lower two bits must be zero.
355 FIXME: we don't check that, we just clear them. */
356 HOWTO (R_PPC64_ADDR14, /* type */
358 2, /* size (0 = byte, 1 = short, 2 = long) */
360 FALSE, /* pc_relative */
362 complain_overflow_bitfield, /* complain_on_overflow */
363 ppc64_elf_branch_reloc, /* special_function */
364 "R_PPC64_ADDR14", /* name */
365 FALSE, /* partial_inplace */
367 0x0000fffc, /* dst_mask */
368 FALSE), /* pcrel_offset */
370 /* An absolute 16 bit branch, for which bit 10 should be set to
371 indicate that the branch is expected to be taken. The lower two
372 bits must be zero. */
373 HOWTO (R_PPC64_ADDR14_BRTAKEN, /* type */
375 2, /* size (0 = byte, 1 = short, 2 = long) */
377 FALSE, /* pc_relative */
379 complain_overflow_bitfield, /* complain_on_overflow */
380 ppc64_elf_brtaken_reloc, /* special_function */
381 "R_PPC64_ADDR14_BRTAKEN",/* name */
382 FALSE, /* partial_inplace */
384 0x0000fffc, /* dst_mask */
385 FALSE), /* pcrel_offset */
387 /* An absolute 16 bit branch, for which bit 10 should be set to
388 indicate that the branch is not expected to be taken. The lower
389 two bits must be zero. */
390 HOWTO (R_PPC64_ADDR14_BRNTAKEN, /* type */
392 2, /* size (0 = byte, 1 = short, 2 = long) */
394 FALSE, /* pc_relative */
396 complain_overflow_bitfield, /* complain_on_overflow */
397 ppc64_elf_brtaken_reloc, /* special_function */
398 "R_PPC64_ADDR14_BRNTAKEN",/* name */
399 FALSE, /* partial_inplace */
401 0x0000fffc, /* dst_mask */
402 FALSE), /* pcrel_offset */
404 /* A relative 26 bit branch; the lower two bits must be zero. */
405 HOWTO (R_PPC64_REL24, /* type */
407 2, /* size (0 = byte, 1 = short, 2 = long) */
409 TRUE, /* pc_relative */
411 complain_overflow_signed, /* complain_on_overflow */
412 ppc64_elf_branch_reloc, /* special_function */
413 "R_PPC64_REL24", /* name */
414 FALSE, /* partial_inplace */
416 0x03fffffc, /* dst_mask */
417 TRUE), /* pcrel_offset */
419 /* A relative 16 bit branch; the lower two bits must be zero. */
420 HOWTO (R_PPC64_REL14, /* type */
422 2, /* size (0 = byte, 1 = short, 2 = long) */
424 TRUE, /* pc_relative */
426 complain_overflow_signed, /* complain_on_overflow */
427 ppc64_elf_branch_reloc, /* special_function */
428 "R_PPC64_REL14", /* name */
429 FALSE, /* partial_inplace */
431 0x0000fffc, /* dst_mask */
432 TRUE), /* pcrel_offset */
434 /* A relative 16 bit branch. Bit 10 should be set to indicate that
435 the branch is expected to be taken. The lower two bits must be
437 HOWTO (R_PPC64_REL14_BRTAKEN, /* type */
439 2, /* size (0 = byte, 1 = short, 2 = long) */
441 TRUE, /* pc_relative */
443 complain_overflow_signed, /* complain_on_overflow */
444 ppc64_elf_brtaken_reloc, /* special_function */
445 "R_PPC64_REL14_BRTAKEN", /* name */
446 FALSE, /* partial_inplace */
448 0x0000fffc, /* dst_mask */
449 TRUE), /* pcrel_offset */
451 /* A relative 16 bit branch. Bit 10 should be set to indicate that
452 the branch is not expected to be taken. The lower two bits must
454 HOWTO (R_PPC64_REL14_BRNTAKEN, /* type */
456 2, /* size (0 = byte, 1 = short, 2 = long) */
458 TRUE, /* pc_relative */
460 complain_overflow_signed, /* complain_on_overflow */
461 ppc64_elf_brtaken_reloc, /* special_function */
462 "R_PPC64_REL14_BRNTAKEN",/* name */
463 FALSE, /* partial_inplace */
465 0x0000fffc, /* dst_mask */
466 TRUE), /* pcrel_offset */
468 /* Like R_PPC64_ADDR16, but referring to the GOT table entry for the
470 HOWTO (R_PPC64_GOT16, /* type */
472 1, /* size (0 = byte, 1 = short, 2 = long) */
474 FALSE, /* pc_relative */
476 complain_overflow_signed, /* complain_on_overflow */
477 ppc64_elf_unhandled_reloc, /* special_function */
478 "R_PPC64_GOT16", /* name */
479 FALSE, /* partial_inplace */
481 0xffff, /* dst_mask */
482 FALSE), /* pcrel_offset */
484 /* Like R_PPC64_ADDR16_LO, but referring to the GOT table entry for
486 HOWTO (R_PPC64_GOT16_LO, /* type */
488 1, /* size (0 = byte, 1 = short, 2 = long) */
490 FALSE, /* pc_relative */
492 complain_overflow_dont, /* complain_on_overflow */
493 ppc64_elf_unhandled_reloc, /* special_function */
494 "R_PPC64_GOT16_LO", /* name */
495 FALSE, /* partial_inplace */
497 0xffff, /* dst_mask */
498 FALSE), /* pcrel_offset */
500 /* Like R_PPC64_ADDR16_HI, but referring to the GOT table entry for
502 HOWTO (R_PPC64_GOT16_HI, /* type */
504 1, /* size (0 = byte, 1 = short, 2 = long) */
506 FALSE, /* pc_relative */
508 complain_overflow_signed,/* complain_on_overflow */
509 ppc64_elf_unhandled_reloc, /* special_function */
510 "R_PPC64_GOT16_HI", /* name */
511 FALSE, /* partial_inplace */
513 0xffff, /* dst_mask */
514 FALSE), /* pcrel_offset */
516 /* Like R_PPC64_ADDR16_HA, but referring to the GOT table entry for
518 HOWTO (R_PPC64_GOT16_HA, /* type */
520 1, /* size (0 = byte, 1 = short, 2 = long) */
522 FALSE, /* pc_relative */
524 complain_overflow_signed,/* complain_on_overflow */
525 ppc64_elf_unhandled_reloc, /* special_function */
526 "R_PPC64_GOT16_HA", /* name */
527 FALSE, /* partial_inplace */
529 0xffff, /* dst_mask */
530 FALSE), /* pcrel_offset */
532 /* This is used only by the dynamic linker. The symbol should exist
533 both in the object being run and in some shared library. The
534 dynamic linker copies the data addressed by the symbol from the
535 shared library into the object, because the object being
536 run has to have the data at some particular address. */
537 HOWTO (R_PPC64_COPY, /* type */
539 0, /* this one is variable size */
541 FALSE, /* pc_relative */
543 complain_overflow_dont, /* complain_on_overflow */
544 ppc64_elf_unhandled_reloc, /* special_function */
545 "R_PPC64_COPY", /* name */
546 FALSE, /* partial_inplace */
549 FALSE), /* pcrel_offset */
551 /* Like R_PPC64_ADDR64, but used when setting global offset table
553 HOWTO (R_PPC64_GLOB_DAT, /* type */
555 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
557 FALSE, /* pc_relative */
559 complain_overflow_dont, /* complain_on_overflow */
560 ppc64_elf_unhandled_reloc, /* special_function */
561 "R_PPC64_GLOB_DAT", /* name */
562 FALSE, /* partial_inplace */
564 ONES (64), /* dst_mask */
565 FALSE), /* pcrel_offset */
567 /* Created by the link editor. Marks a procedure linkage table
568 entry for a symbol. */
569 HOWTO (R_PPC64_JMP_SLOT, /* type */
571 0, /* size (0 = byte, 1 = short, 2 = long) */
573 FALSE, /* pc_relative */
575 complain_overflow_dont, /* complain_on_overflow */
576 ppc64_elf_unhandled_reloc, /* special_function */
577 "R_PPC64_JMP_SLOT", /* name */
578 FALSE, /* partial_inplace */
581 FALSE), /* pcrel_offset */
583 /* Used only by the dynamic linker. When the object is run, this
584 doubleword64 is set to the load address of the object, plus the
586 HOWTO (R_PPC64_RELATIVE, /* type */
588 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
590 FALSE, /* pc_relative */
592 complain_overflow_dont, /* complain_on_overflow */
593 bfd_elf_generic_reloc, /* special_function */
594 "R_PPC64_RELATIVE", /* name */
595 FALSE, /* partial_inplace */
597 ONES (64), /* dst_mask */
598 FALSE), /* pcrel_offset */
600 /* Like R_PPC64_ADDR32, but may be unaligned. */
601 HOWTO (R_PPC64_UADDR32, /* type */
603 2, /* size (0 = byte, 1 = short, 2 = long) */
605 FALSE, /* pc_relative */
607 complain_overflow_bitfield, /* complain_on_overflow */
608 bfd_elf_generic_reloc, /* special_function */
609 "R_PPC64_UADDR32", /* name */
610 FALSE, /* partial_inplace */
612 0xffffffff, /* dst_mask */
613 FALSE), /* pcrel_offset */
615 /* Like R_PPC64_ADDR16, but may be unaligned. */
616 HOWTO (R_PPC64_UADDR16, /* type */
618 1, /* size (0 = byte, 1 = short, 2 = long) */
620 FALSE, /* pc_relative */
622 complain_overflow_bitfield, /* complain_on_overflow */
623 bfd_elf_generic_reloc, /* special_function */
624 "R_PPC64_UADDR16", /* name */
625 FALSE, /* partial_inplace */
627 0xffff, /* dst_mask */
628 FALSE), /* pcrel_offset */
630 /* 32-bit PC relative. */
631 HOWTO (R_PPC64_REL32, /* type */
633 2, /* size (0 = byte, 1 = short, 2 = long) */
635 TRUE, /* pc_relative */
637 /* FIXME: Verify. Was complain_overflow_bitfield. */
638 complain_overflow_signed, /* complain_on_overflow */
639 bfd_elf_generic_reloc, /* special_function */
640 "R_PPC64_REL32", /* name */
641 FALSE, /* partial_inplace */
643 0xffffffff, /* dst_mask */
644 TRUE), /* pcrel_offset */
646 /* 32-bit relocation to the symbol's procedure linkage table. */
647 HOWTO (R_PPC64_PLT32, /* type */
649 2, /* size (0 = byte, 1 = short, 2 = long) */
651 FALSE, /* pc_relative */
653 complain_overflow_bitfield, /* complain_on_overflow */
654 ppc64_elf_unhandled_reloc, /* special_function */
655 "R_PPC64_PLT32", /* name */
656 FALSE, /* partial_inplace */
658 0xffffffff, /* dst_mask */
659 FALSE), /* pcrel_offset */
661 /* 32-bit PC relative relocation to the symbol's procedure linkage table.
662 FIXME: R_PPC64_PLTREL32 not supported. */
663 HOWTO (R_PPC64_PLTREL32, /* type */
665 2, /* size (0 = byte, 1 = short, 2 = long) */
667 TRUE, /* pc_relative */
669 complain_overflow_signed, /* complain_on_overflow */
670 bfd_elf_generic_reloc, /* special_function */
671 "R_PPC64_PLTREL32", /* name */
672 FALSE, /* partial_inplace */
674 0xffffffff, /* dst_mask */
675 TRUE), /* pcrel_offset */
677 /* Like R_PPC64_ADDR16_LO, but referring to the PLT table entry for
679 HOWTO (R_PPC64_PLT16_LO, /* type */
681 1, /* size (0 = byte, 1 = short, 2 = long) */
683 FALSE, /* pc_relative */
685 complain_overflow_dont, /* complain_on_overflow */
686 ppc64_elf_unhandled_reloc, /* special_function */
687 "R_PPC64_PLT16_LO", /* name */
688 FALSE, /* partial_inplace */
690 0xffff, /* dst_mask */
691 FALSE), /* pcrel_offset */
693 /* Like R_PPC64_ADDR16_HI, but referring to the PLT table entry for
695 HOWTO (R_PPC64_PLT16_HI, /* type */
697 1, /* size (0 = byte, 1 = short, 2 = long) */
699 FALSE, /* pc_relative */
701 complain_overflow_signed, /* complain_on_overflow */
702 ppc64_elf_unhandled_reloc, /* special_function */
703 "R_PPC64_PLT16_HI", /* name */
704 FALSE, /* partial_inplace */
706 0xffff, /* dst_mask */
707 FALSE), /* pcrel_offset */
709 /* Like R_PPC64_ADDR16_HA, but referring to the PLT table entry for
711 HOWTO (R_PPC64_PLT16_HA, /* type */
713 1, /* size (0 = byte, 1 = short, 2 = long) */
715 FALSE, /* pc_relative */
717 complain_overflow_signed, /* complain_on_overflow */
718 ppc64_elf_unhandled_reloc, /* special_function */
719 "R_PPC64_PLT16_HA", /* name */
720 FALSE, /* partial_inplace */
722 0xffff, /* dst_mask */
723 FALSE), /* pcrel_offset */
725 /* 16-bit section relative relocation. */
726 HOWTO (R_PPC64_SECTOFF, /* type */
728 1, /* size (0 = byte, 1 = short, 2 = long) */
730 FALSE, /* pc_relative */
732 complain_overflow_bitfield, /* complain_on_overflow */
733 ppc64_elf_sectoff_reloc, /* special_function */
734 "R_PPC64_SECTOFF", /* name */
735 FALSE, /* partial_inplace */
737 0xffff, /* dst_mask */
738 FALSE), /* pcrel_offset */
740 /* Like R_PPC64_SECTOFF, but no overflow warning. */
741 HOWTO (R_PPC64_SECTOFF_LO, /* type */
743 1, /* size (0 = byte, 1 = short, 2 = long) */
745 FALSE, /* pc_relative */
747 complain_overflow_dont, /* complain_on_overflow */
748 ppc64_elf_sectoff_reloc, /* special_function */
749 "R_PPC64_SECTOFF_LO", /* name */
750 FALSE, /* partial_inplace */
752 0xffff, /* dst_mask */
753 FALSE), /* pcrel_offset */
755 /* 16-bit upper half section relative relocation. */
756 HOWTO (R_PPC64_SECTOFF_HI, /* type */
758 1, /* size (0 = byte, 1 = short, 2 = long) */
760 FALSE, /* pc_relative */
762 complain_overflow_signed, /* complain_on_overflow */
763 ppc64_elf_sectoff_reloc, /* special_function */
764 "R_PPC64_SECTOFF_HI", /* name */
765 FALSE, /* partial_inplace */
767 0xffff, /* dst_mask */
768 FALSE), /* pcrel_offset */
770 /* 16-bit upper half adjusted section relative relocation. */
771 HOWTO (R_PPC64_SECTOFF_HA, /* type */
773 1, /* size (0 = byte, 1 = short, 2 = long) */
775 FALSE, /* pc_relative */
777 complain_overflow_signed, /* complain_on_overflow */
778 ppc64_elf_sectoff_ha_reloc, /* special_function */
779 "R_PPC64_SECTOFF_HA", /* name */
780 FALSE, /* partial_inplace */
782 0xffff, /* dst_mask */
783 FALSE), /* pcrel_offset */
785 /* Like R_PPC64_REL24 without touching the two least significant bits. */
786 HOWTO (R_PPC64_REL30, /* type */
788 2, /* size (0 = byte, 1 = short, 2 = long) */
790 TRUE, /* pc_relative */
792 complain_overflow_dont, /* complain_on_overflow */
793 bfd_elf_generic_reloc, /* special_function */
794 "R_PPC64_REL30", /* name */
795 FALSE, /* partial_inplace */
797 0xfffffffc, /* dst_mask */
798 TRUE), /* pcrel_offset */
800 /* Relocs in the 64-bit PowerPC ELF ABI, not in the 32-bit ABI. */
802 /* A standard 64-bit relocation. */
803 HOWTO (R_PPC64_ADDR64, /* type */
805 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
807 FALSE, /* pc_relative */
809 complain_overflow_dont, /* complain_on_overflow */
810 bfd_elf_generic_reloc, /* special_function */
811 "R_PPC64_ADDR64", /* name */
812 FALSE, /* partial_inplace */
814 ONES (64), /* dst_mask */
815 FALSE), /* pcrel_offset */
817 /* The bits 32-47 of an address. */
818 HOWTO (R_PPC64_ADDR16_HIGHER, /* type */
820 1, /* size (0 = byte, 1 = short, 2 = long) */
822 FALSE, /* pc_relative */
824 complain_overflow_dont, /* complain_on_overflow */
825 bfd_elf_generic_reloc, /* special_function */
826 "R_PPC64_ADDR16_HIGHER", /* name */
827 FALSE, /* partial_inplace */
829 0xffff, /* dst_mask */
830 FALSE), /* pcrel_offset */
832 /* The bits 32-47 of an address, plus 1 if the contents of the low
833 16 bits, treated as a signed number, is negative. */
834 HOWTO (R_PPC64_ADDR16_HIGHERA, /* type */
836 1, /* size (0 = byte, 1 = short, 2 = long) */
838 FALSE, /* pc_relative */
840 complain_overflow_dont, /* complain_on_overflow */
841 ppc64_elf_ha_reloc, /* special_function */
842 "R_PPC64_ADDR16_HIGHERA", /* name */
843 FALSE, /* partial_inplace */
845 0xffff, /* dst_mask */
846 FALSE), /* pcrel_offset */
848 /* The bits 48-63 of an address. */
849 HOWTO (R_PPC64_ADDR16_HIGHEST,/* type */
851 1, /* size (0 = byte, 1 = short, 2 = long) */
853 FALSE, /* pc_relative */
855 complain_overflow_dont, /* complain_on_overflow */
856 bfd_elf_generic_reloc, /* special_function */
857 "R_PPC64_ADDR16_HIGHEST", /* name */
858 FALSE, /* partial_inplace */
860 0xffff, /* dst_mask */
861 FALSE), /* pcrel_offset */
863 /* The bits 48-63 of an address, plus 1 if the contents of the low
864 16 bits, treated as a signed number, is negative. */
865 HOWTO (R_PPC64_ADDR16_HIGHESTA,/* type */
867 1, /* size (0 = byte, 1 = short, 2 = long) */
869 FALSE, /* pc_relative */
871 complain_overflow_dont, /* complain_on_overflow */
872 ppc64_elf_ha_reloc, /* special_function */
873 "R_PPC64_ADDR16_HIGHESTA", /* name */
874 FALSE, /* partial_inplace */
876 0xffff, /* dst_mask */
877 FALSE), /* pcrel_offset */
879 /* Like ADDR64, but may be unaligned. */
880 HOWTO (R_PPC64_UADDR64, /* type */
882 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
884 FALSE, /* pc_relative */
886 complain_overflow_dont, /* complain_on_overflow */
887 bfd_elf_generic_reloc, /* special_function */
888 "R_PPC64_UADDR64", /* name */
889 FALSE, /* partial_inplace */
891 ONES (64), /* dst_mask */
892 FALSE), /* pcrel_offset */
894 /* 64-bit relative relocation. */
895 HOWTO (R_PPC64_REL64, /* type */
897 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
899 TRUE, /* pc_relative */
901 complain_overflow_dont, /* complain_on_overflow */
902 bfd_elf_generic_reloc, /* special_function */
903 "R_PPC64_REL64", /* name */
904 FALSE, /* partial_inplace */
906 ONES (64), /* dst_mask */
907 TRUE), /* pcrel_offset */
909 /* 64-bit relocation to the symbol's procedure linkage table. */
910 HOWTO (R_PPC64_PLT64, /* type */
912 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
914 FALSE, /* pc_relative */
916 complain_overflow_dont, /* complain_on_overflow */
917 ppc64_elf_unhandled_reloc, /* special_function */
918 "R_PPC64_PLT64", /* name */
919 FALSE, /* partial_inplace */
921 ONES (64), /* dst_mask */
922 FALSE), /* pcrel_offset */
924 /* 64-bit PC relative relocation to the symbol's procedure linkage
926 /* FIXME: R_PPC64_PLTREL64 not supported. */
927 HOWTO (R_PPC64_PLTREL64, /* type */
929 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
931 TRUE, /* pc_relative */
933 complain_overflow_dont, /* complain_on_overflow */
934 ppc64_elf_unhandled_reloc, /* special_function */
935 "R_PPC64_PLTREL64", /* name */
936 FALSE, /* partial_inplace */
938 ONES (64), /* dst_mask */
939 TRUE), /* pcrel_offset */
941 /* 16 bit TOC-relative relocation. */
943 /* R_PPC64_TOC16 47 half16* S + A - .TOC. */
944 HOWTO (R_PPC64_TOC16, /* type */
946 1, /* size (0 = byte, 1 = short, 2 = long) */
948 FALSE, /* pc_relative */
950 complain_overflow_signed, /* complain_on_overflow */
951 ppc64_elf_toc_reloc, /* special_function */
952 "R_PPC64_TOC16", /* name */
953 FALSE, /* partial_inplace */
955 0xffff, /* dst_mask */
956 FALSE), /* pcrel_offset */
958 /* 16 bit TOC-relative relocation without overflow. */
960 /* R_PPC64_TOC16_LO 48 half16 #lo (S + A - .TOC.) */
961 HOWTO (R_PPC64_TOC16_LO, /* type */
963 1, /* size (0 = byte, 1 = short, 2 = long) */
965 FALSE, /* pc_relative */
967 complain_overflow_dont, /* complain_on_overflow */
968 ppc64_elf_toc_reloc, /* special_function */
969 "R_PPC64_TOC16_LO", /* name */
970 FALSE, /* partial_inplace */
972 0xffff, /* dst_mask */
973 FALSE), /* pcrel_offset */
975 /* 16 bit TOC-relative relocation, high 16 bits. */
977 /* R_PPC64_TOC16_HI 49 half16 #hi (S + A - .TOC.) */
978 HOWTO (R_PPC64_TOC16_HI, /* type */
980 1, /* size (0 = byte, 1 = short, 2 = long) */
982 FALSE, /* pc_relative */
984 complain_overflow_signed, /* complain_on_overflow */
985 ppc64_elf_toc_reloc, /* special_function */
986 "R_PPC64_TOC16_HI", /* name */
987 FALSE, /* partial_inplace */
989 0xffff, /* dst_mask */
990 FALSE), /* pcrel_offset */
992 /* 16 bit TOC-relative relocation, high 16 bits, plus 1 if the
993 contents of the low 16 bits, treated as a signed number, is
996 /* R_PPC64_TOC16_HA 50 half16 #ha (S + A - .TOC.) */
997 HOWTO (R_PPC64_TOC16_HA, /* type */
999 1, /* size (0 = byte, 1 = short, 2 = long) */
1001 FALSE, /* pc_relative */
1003 complain_overflow_signed, /* complain_on_overflow */
1004 ppc64_elf_toc_ha_reloc, /* special_function */
1005 "R_PPC64_TOC16_HA", /* name */
1006 FALSE, /* partial_inplace */
1008 0xffff, /* dst_mask */
1009 FALSE), /* pcrel_offset */
1011 /* 64-bit relocation; insert value of TOC base (.TOC.). */
1013 /* R_PPC64_TOC 51 doubleword64 .TOC. */
1014 HOWTO (R_PPC64_TOC, /* type */
1016 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1018 FALSE, /* pc_relative */
1020 complain_overflow_bitfield, /* complain_on_overflow */
1021 ppc64_elf_toc64_reloc, /* special_function */
1022 "R_PPC64_TOC", /* name */
1023 FALSE, /* partial_inplace */
1025 ONES (64), /* dst_mask */
1026 FALSE), /* pcrel_offset */
1028 /* Like R_PPC64_GOT16, but also informs the link editor that the
1029 value to relocate may (!) refer to a PLT entry which the link
1030 editor (a) may replace with the symbol value. If the link editor
1031 is unable to fully resolve the symbol, it may (b) create a PLT
1032 entry and store the address to the new PLT entry in the GOT.
1033 This permits lazy resolution of function symbols at run time.
1034 The link editor may also skip all of this and just (c) emit a
1035 R_PPC64_GLOB_DAT to tie the symbol to the GOT entry. */
1036 /* FIXME: R_PPC64_PLTGOT16 not implemented. */
1037 HOWTO (R_PPC64_PLTGOT16, /* type */
1039 1, /* size (0 = byte, 1 = short, 2 = long) */
1041 FALSE, /* pc_relative */
1043 complain_overflow_signed, /* complain_on_overflow */
1044 ppc64_elf_unhandled_reloc, /* special_function */
1045 "R_PPC64_PLTGOT16", /* name */
1046 FALSE, /* partial_inplace */
1048 0xffff, /* dst_mask */
1049 FALSE), /* pcrel_offset */
1051 /* Like R_PPC64_PLTGOT16, but without overflow. */
1052 /* FIXME: R_PPC64_PLTGOT16_LO not implemented. */
1053 HOWTO (R_PPC64_PLTGOT16_LO, /* type */
1055 1, /* size (0 = byte, 1 = short, 2 = long) */
1057 FALSE, /* pc_relative */
1059 complain_overflow_dont, /* complain_on_overflow */
1060 ppc64_elf_unhandled_reloc, /* special_function */
1061 "R_PPC64_PLTGOT16_LO", /* name */
1062 FALSE, /* partial_inplace */
1064 0xffff, /* dst_mask */
1065 FALSE), /* pcrel_offset */
1067 /* Like R_PPC64_PLT_GOT16, but using bits 16-31 of the address. */
1068 /* FIXME: R_PPC64_PLTGOT16_HI not implemented. */
1069 HOWTO (R_PPC64_PLTGOT16_HI, /* type */
1070 16, /* rightshift */
1071 1, /* size (0 = byte, 1 = short, 2 = long) */
1073 FALSE, /* pc_relative */
1075 complain_overflow_signed, /* complain_on_overflow */
1076 ppc64_elf_unhandled_reloc, /* special_function */
1077 "R_PPC64_PLTGOT16_HI", /* name */
1078 FALSE, /* partial_inplace */
1080 0xffff, /* dst_mask */
1081 FALSE), /* pcrel_offset */
1083 /* Like R_PPC64_PLT_GOT16, but using bits 16-31 of the address, plus
1084 1 if the contents of the low 16 bits, treated as a signed number,
1086 /* FIXME: R_PPC64_PLTGOT16_HA not implemented. */
1087 HOWTO (R_PPC64_PLTGOT16_HA, /* type */
1088 16, /* rightshift */
1089 1, /* size (0 = byte, 1 = short, 2 = long) */
1091 FALSE, /* pc_relative */
1093 complain_overflow_signed, /* complain_on_overflow */
1094 ppc64_elf_unhandled_reloc, /* special_function */
1095 "R_PPC64_PLTGOT16_HA", /* name */
1096 FALSE, /* partial_inplace */
1098 0xffff, /* dst_mask */
1099 FALSE), /* pcrel_offset */
1101 /* Like R_PPC64_ADDR16, but for instructions with a DS field. */
1102 HOWTO (R_PPC64_ADDR16_DS, /* type */
1104 1, /* size (0 = byte, 1 = short, 2 = long) */
1106 FALSE, /* pc_relative */
1108 complain_overflow_bitfield, /* complain_on_overflow */
1109 bfd_elf_generic_reloc, /* special_function */
1110 "R_PPC64_ADDR16_DS", /* name */
1111 FALSE, /* partial_inplace */
1113 0xfffc, /* dst_mask */
1114 FALSE), /* pcrel_offset */
1116 /* Like R_PPC64_ADDR16_LO, but for instructions with a DS field. */
1117 HOWTO (R_PPC64_ADDR16_LO_DS, /* type */
1119 1, /* size (0 = byte, 1 = short, 2 = long) */
1121 FALSE, /* pc_relative */
1123 complain_overflow_dont,/* complain_on_overflow */
1124 bfd_elf_generic_reloc, /* special_function */
1125 "R_PPC64_ADDR16_LO_DS",/* name */
1126 FALSE, /* partial_inplace */
1128 0xfffc, /* dst_mask */
1129 FALSE), /* pcrel_offset */
1131 /* Like R_PPC64_GOT16, but for instructions with a DS field. */
1132 HOWTO (R_PPC64_GOT16_DS, /* type */
1134 1, /* size (0 = byte, 1 = short, 2 = long) */
1136 FALSE, /* pc_relative */
1138 complain_overflow_signed, /* complain_on_overflow */
1139 ppc64_elf_unhandled_reloc, /* special_function */
1140 "R_PPC64_GOT16_DS", /* name */
1141 FALSE, /* partial_inplace */
1143 0xfffc, /* dst_mask */
1144 FALSE), /* pcrel_offset */
1146 /* Like R_PPC64_GOT16_LO, but for instructions with a DS field. */
1147 HOWTO (R_PPC64_GOT16_LO_DS, /* type */
1149 1, /* size (0 = byte, 1 = short, 2 = long) */
1151 FALSE, /* pc_relative */
1153 complain_overflow_dont, /* complain_on_overflow */
1154 ppc64_elf_unhandled_reloc, /* special_function */
1155 "R_PPC64_GOT16_LO_DS", /* name */
1156 FALSE, /* partial_inplace */
1158 0xfffc, /* dst_mask */
1159 FALSE), /* pcrel_offset */
1161 /* Like R_PPC64_PLT16_LO, but for instructions with a DS field. */
1162 HOWTO (R_PPC64_PLT16_LO_DS, /* type */
1164 1, /* size (0 = byte, 1 = short, 2 = long) */
1166 FALSE, /* pc_relative */
1168 complain_overflow_dont, /* complain_on_overflow */
1169 ppc64_elf_unhandled_reloc, /* special_function */
1170 "R_PPC64_PLT16_LO_DS", /* name */
1171 FALSE, /* partial_inplace */
1173 0xfffc, /* dst_mask */
1174 FALSE), /* pcrel_offset */
1176 /* Like R_PPC64_SECTOFF, but for instructions with a DS field. */
1177 HOWTO (R_PPC64_SECTOFF_DS, /* type */
1179 1, /* size (0 = byte, 1 = short, 2 = long) */
1181 FALSE, /* pc_relative */
1183 complain_overflow_bitfield, /* complain_on_overflow */
1184 ppc64_elf_sectoff_reloc, /* special_function */
1185 "R_PPC64_SECTOFF_DS", /* name */
1186 FALSE, /* partial_inplace */
1188 0xfffc, /* dst_mask */
1189 FALSE), /* pcrel_offset */
1191 /* Like R_PPC64_SECTOFF_LO, but for instructions with a DS field. */
1192 HOWTO (R_PPC64_SECTOFF_LO_DS, /* type */
1194 1, /* size (0 = byte, 1 = short, 2 = long) */
1196 FALSE, /* pc_relative */
1198 complain_overflow_dont, /* complain_on_overflow */
1199 ppc64_elf_sectoff_reloc, /* special_function */
1200 "R_PPC64_SECTOFF_LO_DS",/* name */
1201 FALSE, /* partial_inplace */
1203 0xfffc, /* dst_mask */
1204 FALSE), /* pcrel_offset */
1206 /* Like R_PPC64_TOC16, but for instructions with a DS field. */
1207 HOWTO (R_PPC64_TOC16_DS, /* type */
1209 1, /* size (0 = byte, 1 = short, 2 = long) */
1211 FALSE, /* pc_relative */
1213 complain_overflow_signed, /* complain_on_overflow */
1214 ppc64_elf_toc_reloc, /* special_function */
1215 "R_PPC64_TOC16_DS", /* name */
1216 FALSE, /* partial_inplace */
1218 0xfffc, /* dst_mask */
1219 FALSE), /* pcrel_offset */
1221 /* Like R_PPC64_TOC16_LO, but for instructions with a DS field. */
1222 HOWTO (R_PPC64_TOC16_LO_DS, /* type */
1224 1, /* size (0 = byte, 1 = short, 2 = long) */
1226 FALSE, /* pc_relative */
1228 complain_overflow_dont, /* complain_on_overflow */
1229 ppc64_elf_toc_reloc, /* special_function */
1230 "R_PPC64_TOC16_LO_DS", /* name */
1231 FALSE, /* partial_inplace */
1233 0xfffc, /* dst_mask */
1234 FALSE), /* pcrel_offset */
1236 /* Like R_PPC64_PLTGOT16, but for instructions with a DS field. */
1237 /* FIXME: R_PPC64_PLTGOT16_DS not implemented. */
1238 HOWTO (R_PPC64_PLTGOT16_DS, /* type */
1240 1, /* size (0 = byte, 1 = short, 2 = long) */
1242 FALSE, /* pc_relative */
1244 complain_overflow_signed, /* complain_on_overflow */
1245 ppc64_elf_unhandled_reloc, /* special_function */
1246 "R_PPC64_PLTGOT16_DS", /* name */
1247 FALSE, /* partial_inplace */
1249 0xfffc, /* dst_mask */
1250 FALSE), /* pcrel_offset */
1252 /* Like R_PPC64_PLTGOT16_LO, but for instructions with a DS field. */
1253 /* FIXME: R_PPC64_PLTGOT16_LO not implemented. */
1254 HOWTO (R_PPC64_PLTGOT16_LO_DS,/* type */
1256 1, /* size (0 = byte, 1 = short, 2 = long) */
1258 FALSE, /* pc_relative */
1260 complain_overflow_dont, /* complain_on_overflow */
1261 ppc64_elf_unhandled_reloc, /* special_function */
1262 "R_PPC64_PLTGOT16_LO_DS",/* name */
1263 FALSE, /* partial_inplace */
1265 0xfffc, /* dst_mask */
1266 FALSE), /* pcrel_offset */
1268 /* Marker relocs for TLS. */
1271 2, /* size (0 = byte, 1 = short, 2 = long) */
1273 FALSE, /* pc_relative */
1275 complain_overflow_dont, /* complain_on_overflow */
1276 bfd_elf_generic_reloc, /* special_function */
1277 "R_PPC64_TLS", /* name */
1278 FALSE, /* partial_inplace */
1281 FALSE), /* pcrel_offset */
1283 HOWTO (R_PPC64_TLSGD,
1285 2, /* size (0 = byte, 1 = short, 2 = long) */
1287 FALSE, /* pc_relative */
1289 complain_overflow_dont, /* complain_on_overflow */
1290 bfd_elf_generic_reloc, /* special_function */
1291 "R_PPC64_TLSGD", /* name */
1292 FALSE, /* partial_inplace */
1295 FALSE), /* pcrel_offset */
1297 HOWTO (R_PPC64_TLSLD,
1299 2, /* size (0 = byte, 1 = short, 2 = long) */
1301 FALSE, /* pc_relative */
1303 complain_overflow_dont, /* complain_on_overflow */
1304 bfd_elf_generic_reloc, /* special_function */
1305 "R_PPC64_TLSLD", /* name */
1306 FALSE, /* partial_inplace */
1309 FALSE), /* pcrel_offset */
1311 HOWTO (R_PPC64_TOCSAVE,
1313 2, /* size (0 = byte, 1 = short, 2 = long) */
1315 FALSE, /* pc_relative */
1317 complain_overflow_dont, /* complain_on_overflow */
1318 bfd_elf_generic_reloc, /* special_function */
1319 "R_PPC64_TOCSAVE", /* name */
1320 FALSE, /* partial_inplace */
1323 FALSE), /* pcrel_offset */
1325 /* Computes the load module index of the load module that contains the
1326 definition of its TLS sym. */
1327 HOWTO (R_PPC64_DTPMOD64,
1329 4, /* size (0 = byte, 1 = short, 2 = long) */
1331 FALSE, /* pc_relative */
1333 complain_overflow_dont, /* complain_on_overflow */
1334 ppc64_elf_unhandled_reloc, /* special_function */
1335 "R_PPC64_DTPMOD64", /* name */
1336 FALSE, /* partial_inplace */
1338 ONES (64), /* dst_mask */
1339 FALSE), /* pcrel_offset */
1341 /* Computes a dtv-relative displacement, the difference between the value
1342 of sym+add and the base address of the thread-local storage block that
1343 contains the definition of sym, minus 0x8000. */
1344 HOWTO (R_PPC64_DTPREL64,
1346 4, /* size (0 = byte, 1 = short, 2 = long) */
1348 FALSE, /* pc_relative */
1350 complain_overflow_dont, /* complain_on_overflow */
1351 ppc64_elf_unhandled_reloc, /* special_function */
1352 "R_PPC64_DTPREL64", /* name */
1353 FALSE, /* partial_inplace */
1355 ONES (64), /* dst_mask */
1356 FALSE), /* pcrel_offset */
1358 /* A 16 bit dtprel reloc. */
1359 HOWTO (R_PPC64_DTPREL16,
1361 1, /* size (0 = byte, 1 = short, 2 = long) */
1363 FALSE, /* pc_relative */
1365 complain_overflow_signed, /* complain_on_overflow */
1366 ppc64_elf_unhandled_reloc, /* special_function */
1367 "R_PPC64_DTPREL16", /* name */
1368 FALSE, /* partial_inplace */
1370 0xffff, /* dst_mask */
1371 FALSE), /* pcrel_offset */
1373 /* Like DTPREL16, but no overflow. */
1374 HOWTO (R_PPC64_DTPREL16_LO,
1376 1, /* size (0 = byte, 1 = short, 2 = long) */
1378 FALSE, /* pc_relative */
1380 complain_overflow_dont, /* complain_on_overflow */
1381 ppc64_elf_unhandled_reloc, /* special_function */
1382 "R_PPC64_DTPREL16_LO", /* name */
1383 FALSE, /* partial_inplace */
1385 0xffff, /* dst_mask */
1386 FALSE), /* pcrel_offset */
1388 /* Like DTPREL16_LO, but next higher group of 16 bits. */
1389 HOWTO (R_PPC64_DTPREL16_HI,
1390 16, /* rightshift */
1391 1, /* size (0 = byte, 1 = short, 2 = long) */
1393 FALSE, /* pc_relative */
1395 complain_overflow_signed, /* complain_on_overflow */
1396 ppc64_elf_unhandled_reloc, /* special_function */
1397 "R_PPC64_DTPREL16_HI", /* name */
1398 FALSE, /* partial_inplace */
1400 0xffff, /* dst_mask */
1401 FALSE), /* pcrel_offset */
1403 /* Like DTPREL16_HI, but adjust for low 16 bits. */
1404 HOWTO (R_PPC64_DTPREL16_HA,
1405 16, /* rightshift */
1406 1, /* size (0 = byte, 1 = short, 2 = long) */
1408 FALSE, /* pc_relative */
1410 complain_overflow_signed, /* complain_on_overflow */
1411 ppc64_elf_unhandled_reloc, /* special_function */
1412 "R_PPC64_DTPREL16_HA", /* name */
1413 FALSE, /* partial_inplace */
1415 0xffff, /* dst_mask */
1416 FALSE), /* pcrel_offset */
1418 /* Like DTPREL16_HI, but next higher group of 16 bits. */
1419 HOWTO (R_PPC64_DTPREL16_HIGHER,
1420 32, /* rightshift */
1421 1, /* size (0 = byte, 1 = short, 2 = long) */
1423 FALSE, /* pc_relative */
1425 complain_overflow_dont, /* complain_on_overflow */
1426 ppc64_elf_unhandled_reloc, /* special_function */
1427 "R_PPC64_DTPREL16_HIGHER", /* name */
1428 FALSE, /* partial_inplace */
1430 0xffff, /* dst_mask */
1431 FALSE), /* pcrel_offset */
1433 /* Like DTPREL16_HIGHER, but adjust for low 16 bits. */
1434 HOWTO (R_PPC64_DTPREL16_HIGHERA,
1435 32, /* rightshift */
1436 1, /* size (0 = byte, 1 = short, 2 = long) */
1438 FALSE, /* pc_relative */
1440 complain_overflow_dont, /* complain_on_overflow */
1441 ppc64_elf_unhandled_reloc, /* special_function */
1442 "R_PPC64_DTPREL16_HIGHERA", /* name */
1443 FALSE, /* partial_inplace */
1445 0xffff, /* dst_mask */
1446 FALSE), /* pcrel_offset */
1448 /* Like DTPREL16_HIGHER, but next higher group of 16 bits. */
1449 HOWTO (R_PPC64_DTPREL16_HIGHEST,
1450 48, /* rightshift */
1451 1, /* size (0 = byte, 1 = short, 2 = long) */
1453 FALSE, /* pc_relative */
1455 complain_overflow_dont, /* complain_on_overflow */
1456 ppc64_elf_unhandled_reloc, /* special_function */
1457 "R_PPC64_DTPREL16_HIGHEST", /* name */
1458 FALSE, /* partial_inplace */
1460 0xffff, /* dst_mask */
1461 FALSE), /* pcrel_offset */
1463 /* Like DTPREL16_HIGHEST, but adjust for low 16 bits. */
1464 HOWTO (R_PPC64_DTPREL16_HIGHESTA,
1465 48, /* rightshift */
1466 1, /* size (0 = byte, 1 = short, 2 = long) */
1468 FALSE, /* pc_relative */
1470 complain_overflow_dont, /* complain_on_overflow */
1471 ppc64_elf_unhandled_reloc, /* special_function */
1472 "R_PPC64_DTPREL16_HIGHESTA", /* name */
1473 FALSE, /* partial_inplace */
1475 0xffff, /* dst_mask */
1476 FALSE), /* pcrel_offset */
1478 /* Like DTPREL16, but for insns with a DS field. */
1479 HOWTO (R_PPC64_DTPREL16_DS,
1481 1, /* size (0 = byte, 1 = short, 2 = long) */
1483 FALSE, /* pc_relative */
1485 complain_overflow_signed, /* complain_on_overflow */
1486 ppc64_elf_unhandled_reloc, /* special_function */
1487 "R_PPC64_DTPREL16_DS", /* name */
1488 FALSE, /* partial_inplace */
1490 0xfffc, /* dst_mask */
1491 FALSE), /* pcrel_offset */
1493 /* Like DTPREL16_DS, but no overflow. */
1494 HOWTO (R_PPC64_DTPREL16_LO_DS,
1496 1, /* size (0 = byte, 1 = short, 2 = long) */
1498 FALSE, /* pc_relative */
1500 complain_overflow_dont, /* complain_on_overflow */
1501 ppc64_elf_unhandled_reloc, /* special_function */
1502 "R_PPC64_DTPREL16_LO_DS", /* name */
1503 FALSE, /* partial_inplace */
1505 0xfffc, /* dst_mask */
1506 FALSE), /* pcrel_offset */
1508 /* Computes a tp-relative displacement, the difference between the value of
1509 sym+add and the value of the thread pointer (r13). */
1510 HOWTO (R_PPC64_TPREL64,
1512 4, /* size (0 = byte, 1 = short, 2 = long) */
1514 FALSE, /* pc_relative */
1516 complain_overflow_dont, /* complain_on_overflow */
1517 ppc64_elf_unhandled_reloc, /* special_function */
1518 "R_PPC64_TPREL64", /* name */
1519 FALSE, /* partial_inplace */
1521 ONES (64), /* dst_mask */
1522 FALSE), /* pcrel_offset */
1524 /* A 16 bit tprel reloc. */
1525 HOWTO (R_PPC64_TPREL16,
1527 1, /* size (0 = byte, 1 = short, 2 = long) */
1529 FALSE, /* pc_relative */
1531 complain_overflow_signed, /* complain_on_overflow */
1532 ppc64_elf_unhandled_reloc, /* special_function */
1533 "R_PPC64_TPREL16", /* name */
1534 FALSE, /* partial_inplace */
1536 0xffff, /* dst_mask */
1537 FALSE), /* pcrel_offset */
1539 /* Like TPREL16, but no overflow. */
1540 HOWTO (R_PPC64_TPREL16_LO,
1542 1, /* size (0 = byte, 1 = short, 2 = long) */
1544 FALSE, /* pc_relative */
1546 complain_overflow_dont, /* complain_on_overflow */
1547 ppc64_elf_unhandled_reloc, /* special_function */
1548 "R_PPC64_TPREL16_LO", /* name */
1549 FALSE, /* partial_inplace */
1551 0xffff, /* dst_mask */
1552 FALSE), /* pcrel_offset */
1554 /* Like TPREL16_LO, but next higher group of 16 bits. */
1555 HOWTO (R_PPC64_TPREL16_HI,
1556 16, /* rightshift */
1557 1, /* size (0 = byte, 1 = short, 2 = long) */
1559 FALSE, /* pc_relative */
1561 complain_overflow_signed, /* complain_on_overflow */
1562 ppc64_elf_unhandled_reloc, /* special_function */
1563 "R_PPC64_TPREL16_HI", /* name */
1564 FALSE, /* partial_inplace */
1566 0xffff, /* dst_mask */
1567 FALSE), /* pcrel_offset */
1569 /* Like TPREL16_HI, but adjust for low 16 bits. */
1570 HOWTO (R_PPC64_TPREL16_HA,
1571 16, /* rightshift */
1572 1, /* size (0 = byte, 1 = short, 2 = long) */
1574 FALSE, /* pc_relative */
1576 complain_overflow_signed, /* complain_on_overflow */
1577 ppc64_elf_unhandled_reloc, /* special_function */
1578 "R_PPC64_TPREL16_HA", /* name */
1579 FALSE, /* partial_inplace */
1581 0xffff, /* dst_mask */
1582 FALSE), /* pcrel_offset */
1584 /* Like TPREL16_HI, but next higher group of 16 bits. */
1585 HOWTO (R_PPC64_TPREL16_HIGHER,
1586 32, /* rightshift */
1587 1, /* size (0 = byte, 1 = short, 2 = long) */
1589 FALSE, /* pc_relative */
1591 complain_overflow_dont, /* complain_on_overflow */
1592 ppc64_elf_unhandled_reloc, /* special_function */
1593 "R_PPC64_TPREL16_HIGHER", /* name */
1594 FALSE, /* partial_inplace */
1596 0xffff, /* dst_mask */
1597 FALSE), /* pcrel_offset */
1599 /* Like TPREL16_HIGHER, but adjust for low 16 bits. */
1600 HOWTO (R_PPC64_TPREL16_HIGHERA,
1601 32, /* rightshift */
1602 1, /* size (0 = byte, 1 = short, 2 = long) */
1604 FALSE, /* pc_relative */
1606 complain_overflow_dont, /* complain_on_overflow */
1607 ppc64_elf_unhandled_reloc, /* special_function */
1608 "R_PPC64_TPREL16_HIGHERA", /* name */
1609 FALSE, /* partial_inplace */
1611 0xffff, /* dst_mask */
1612 FALSE), /* pcrel_offset */
1614 /* Like TPREL16_HIGHER, but next higher group of 16 bits. */
1615 HOWTO (R_PPC64_TPREL16_HIGHEST,
1616 48, /* rightshift */
1617 1, /* size (0 = byte, 1 = short, 2 = long) */
1619 FALSE, /* pc_relative */
1621 complain_overflow_dont, /* complain_on_overflow */
1622 ppc64_elf_unhandled_reloc, /* special_function */
1623 "R_PPC64_TPREL16_HIGHEST", /* name */
1624 FALSE, /* partial_inplace */
1626 0xffff, /* dst_mask */
1627 FALSE), /* pcrel_offset */
1629 /* Like TPREL16_HIGHEST, but adjust for low 16 bits. */
1630 HOWTO (R_PPC64_TPREL16_HIGHESTA,
1631 48, /* rightshift */
1632 1, /* size (0 = byte, 1 = short, 2 = long) */
1634 FALSE, /* pc_relative */
1636 complain_overflow_dont, /* complain_on_overflow */
1637 ppc64_elf_unhandled_reloc, /* special_function */
1638 "R_PPC64_TPREL16_HIGHESTA", /* name */
1639 FALSE, /* partial_inplace */
1641 0xffff, /* dst_mask */
1642 FALSE), /* pcrel_offset */
1644 /* Like TPREL16, but for insns with a DS field. */
1645 HOWTO (R_PPC64_TPREL16_DS,
1647 1, /* size (0 = byte, 1 = short, 2 = long) */
1649 FALSE, /* pc_relative */
1651 complain_overflow_signed, /* complain_on_overflow */
1652 ppc64_elf_unhandled_reloc, /* special_function */
1653 "R_PPC64_TPREL16_DS", /* name */
1654 FALSE, /* partial_inplace */
1656 0xfffc, /* dst_mask */
1657 FALSE), /* pcrel_offset */
1659 /* Like TPREL16_DS, but no overflow. */
1660 HOWTO (R_PPC64_TPREL16_LO_DS,
1662 1, /* size (0 = byte, 1 = short, 2 = long) */
1664 FALSE, /* pc_relative */
1666 complain_overflow_dont, /* complain_on_overflow */
1667 ppc64_elf_unhandled_reloc, /* special_function */
1668 "R_PPC64_TPREL16_LO_DS", /* name */
1669 FALSE, /* partial_inplace */
1671 0xfffc, /* dst_mask */
1672 FALSE), /* pcrel_offset */
1674 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
1675 with values (sym+add)@dtpmod and (sym+add)@dtprel, and computes the offset
1676 to the first entry relative to the TOC base (r2). */
1677 HOWTO (R_PPC64_GOT_TLSGD16,
1679 1, /* size (0 = byte, 1 = short, 2 = long) */
1681 FALSE, /* pc_relative */
1683 complain_overflow_signed, /* complain_on_overflow */
1684 ppc64_elf_unhandled_reloc, /* special_function */
1685 "R_PPC64_GOT_TLSGD16", /* name */
1686 FALSE, /* partial_inplace */
1688 0xffff, /* dst_mask */
1689 FALSE), /* pcrel_offset */
1691 /* Like GOT_TLSGD16, but no overflow. */
1692 HOWTO (R_PPC64_GOT_TLSGD16_LO,
1694 1, /* size (0 = byte, 1 = short, 2 = long) */
1696 FALSE, /* pc_relative */
1698 complain_overflow_dont, /* complain_on_overflow */
1699 ppc64_elf_unhandled_reloc, /* special_function */
1700 "R_PPC64_GOT_TLSGD16_LO", /* name */
1701 FALSE, /* partial_inplace */
1703 0xffff, /* dst_mask */
1704 FALSE), /* pcrel_offset */
1706 /* Like GOT_TLSGD16_LO, but next higher group of 16 bits. */
1707 HOWTO (R_PPC64_GOT_TLSGD16_HI,
1708 16, /* rightshift */
1709 1, /* size (0 = byte, 1 = short, 2 = long) */
1711 FALSE, /* pc_relative */
1713 complain_overflow_signed, /* complain_on_overflow */
1714 ppc64_elf_unhandled_reloc, /* special_function */
1715 "R_PPC64_GOT_TLSGD16_HI", /* name */
1716 FALSE, /* partial_inplace */
1718 0xffff, /* dst_mask */
1719 FALSE), /* pcrel_offset */
1721 /* Like GOT_TLSGD16_HI, but adjust for low 16 bits. */
1722 HOWTO (R_PPC64_GOT_TLSGD16_HA,
1723 16, /* rightshift */
1724 1, /* size (0 = byte, 1 = short, 2 = long) */
1726 FALSE, /* pc_relative */
1728 complain_overflow_signed, /* complain_on_overflow */
1729 ppc64_elf_unhandled_reloc, /* special_function */
1730 "R_PPC64_GOT_TLSGD16_HA", /* name */
1731 FALSE, /* partial_inplace */
1733 0xffff, /* dst_mask */
1734 FALSE), /* pcrel_offset */
1736 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
1737 with values (sym+add)@dtpmod and zero, and computes the offset to the
1738 first entry relative to the TOC base (r2). */
1739 HOWTO (R_PPC64_GOT_TLSLD16,
1741 1, /* size (0 = byte, 1 = short, 2 = long) */
1743 FALSE, /* pc_relative */
1745 complain_overflow_signed, /* complain_on_overflow */
1746 ppc64_elf_unhandled_reloc, /* special_function */
1747 "R_PPC64_GOT_TLSLD16", /* name */
1748 FALSE, /* partial_inplace */
1750 0xffff, /* dst_mask */
1751 FALSE), /* pcrel_offset */
1753 /* Like GOT_TLSLD16, but no overflow. */
1754 HOWTO (R_PPC64_GOT_TLSLD16_LO,
1756 1, /* size (0 = byte, 1 = short, 2 = long) */
1758 FALSE, /* pc_relative */
1760 complain_overflow_dont, /* complain_on_overflow */
1761 ppc64_elf_unhandled_reloc, /* special_function */
1762 "R_PPC64_GOT_TLSLD16_LO", /* name */
1763 FALSE, /* partial_inplace */
1765 0xffff, /* dst_mask */
1766 FALSE), /* pcrel_offset */
1768 /* Like GOT_TLSLD16_LO, but next higher group of 16 bits. */
1769 HOWTO (R_PPC64_GOT_TLSLD16_HI,
1770 16, /* rightshift */
1771 1, /* size (0 = byte, 1 = short, 2 = long) */
1773 FALSE, /* pc_relative */
1775 complain_overflow_signed, /* complain_on_overflow */
1776 ppc64_elf_unhandled_reloc, /* special_function */
1777 "R_PPC64_GOT_TLSLD16_HI", /* name */
1778 FALSE, /* partial_inplace */
1780 0xffff, /* dst_mask */
1781 FALSE), /* pcrel_offset */
1783 /* Like GOT_TLSLD16_HI, but adjust for low 16 bits. */
1784 HOWTO (R_PPC64_GOT_TLSLD16_HA,
1785 16, /* rightshift */
1786 1, /* size (0 = byte, 1 = short, 2 = long) */
1788 FALSE, /* pc_relative */
1790 complain_overflow_signed, /* complain_on_overflow */
1791 ppc64_elf_unhandled_reloc, /* special_function */
1792 "R_PPC64_GOT_TLSLD16_HA", /* name */
1793 FALSE, /* partial_inplace */
1795 0xffff, /* dst_mask */
1796 FALSE), /* pcrel_offset */
1798 /* Allocates an entry in the GOT with value (sym+add)@dtprel, and computes
1799 the offset to the entry relative to the TOC base (r2). */
1800 HOWTO (R_PPC64_GOT_DTPREL16_DS,
1802 1, /* size (0 = byte, 1 = short, 2 = long) */
1804 FALSE, /* pc_relative */
1806 complain_overflow_signed, /* complain_on_overflow */
1807 ppc64_elf_unhandled_reloc, /* special_function */
1808 "R_PPC64_GOT_DTPREL16_DS", /* name */
1809 FALSE, /* partial_inplace */
1811 0xfffc, /* dst_mask */
1812 FALSE), /* pcrel_offset */
1814 /* Like GOT_DTPREL16_DS, but no overflow. */
1815 HOWTO (R_PPC64_GOT_DTPREL16_LO_DS,
1817 1, /* size (0 = byte, 1 = short, 2 = long) */
1819 FALSE, /* pc_relative */
1821 complain_overflow_dont, /* complain_on_overflow */
1822 ppc64_elf_unhandled_reloc, /* special_function */
1823 "R_PPC64_GOT_DTPREL16_LO_DS", /* name */
1824 FALSE, /* partial_inplace */
1826 0xfffc, /* dst_mask */
1827 FALSE), /* pcrel_offset */
1829 /* Like GOT_DTPREL16_LO_DS, but next higher group of 16 bits. */
1830 HOWTO (R_PPC64_GOT_DTPREL16_HI,
1831 16, /* rightshift */
1832 1, /* size (0 = byte, 1 = short, 2 = long) */
1834 FALSE, /* pc_relative */
1836 complain_overflow_signed, /* complain_on_overflow */
1837 ppc64_elf_unhandled_reloc, /* special_function */
1838 "R_PPC64_GOT_DTPREL16_HI", /* name */
1839 FALSE, /* partial_inplace */
1841 0xffff, /* dst_mask */
1842 FALSE), /* pcrel_offset */
1844 /* Like GOT_DTPREL16_HI, but adjust for low 16 bits. */
1845 HOWTO (R_PPC64_GOT_DTPREL16_HA,
1846 16, /* rightshift */
1847 1, /* size (0 = byte, 1 = short, 2 = long) */
1849 FALSE, /* pc_relative */
1851 complain_overflow_signed, /* complain_on_overflow */
1852 ppc64_elf_unhandled_reloc, /* special_function */
1853 "R_PPC64_GOT_DTPREL16_HA", /* name */
1854 FALSE, /* partial_inplace */
1856 0xffff, /* dst_mask */
1857 FALSE), /* pcrel_offset */
1859 /* Allocates an entry in the GOT with value (sym+add)@tprel, and computes the
1860 offset to the entry relative to the TOC base (r2). */
1861 HOWTO (R_PPC64_GOT_TPREL16_DS,
1863 1, /* size (0 = byte, 1 = short, 2 = long) */
1865 FALSE, /* pc_relative */
1867 complain_overflow_signed, /* complain_on_overflow */
1868 ppc64_elf_unhandled_reloc, /* special_function */
1869 "R_PPC64_GOT_TPREL16_DS", /* name */
1870 FALSE, /* partial_inplace */
1872 0xfffc, /* dst_mask */
1873 FALSE), /* pcrel_offset */
1875 /* Like GOT_TPREL16_DS, but no overflow. */
1876 HOWTO (R_PPC64_GOT_TPREL16_LO_DS,
1878 1, /* size (0 = byte, 1 = short, 2 = long) */
1880 FALSE, /* pc_relative */
1882 complain_overflow_dont, /* complain_on_overflow */
1883 ppc64_elf_unhandled_reloc, /* special_function */
1884 "R_PPC64_GOT_TPREL16_LO_DS", /* name */
1885 FALSE, /* partial_inplace */
1887 0xfffc, /* dst_mask */
1888 FALSE), /* pcrel_offset */
1890 /* Like GOT_TPREL16_LO_DS, but next higher group of 16 bits. */
1891 HOWTO (R_PPC64_GOT_TPREL16_HI,
1892 16, /* rightshift */
1893 1, /* size (0 = byte, 1 = short, 2 = long) */
1895 FALSE, /* pc_relative */
1897 complain_overflow_signed, /* complain_on_overflow */
1898 ppc64_elf_unhandled_reloc, /* special_function */
1899 "R_PPC64_GOT_TPREL16_HI", /* name */
1900 FALSE, /* partial_inplace */
1902 0xffff, /* dst_mask */
1903 FALSE), /* pcrel_offset */
1905 /* Like GOT_TPREL16_HI, but adjust for low 16 bits. */
1906 HOWTO (R_PPC64_GOT_TPREL16_HA,
1907 16, /* rightshift */
1908 1, /* size (0 = byte, 1 = short, 2 = long) */
1910 FALSE, /* pc_relative */
1912 complain_overflow_signed, /* complain_on_overflow */
1913 ppc64_elf_unhandled_reloc, /* special_function */
1914 "R_PPC64_GOT_TPREL16_HA", /* name */
1915 FALSE, /* partial_inplace */
1917 0xffff, /* dst_mask */
1918 FALSE), /* pcrel_offset */
1920 HOWTO (R_PPC64_JMP_IREL, /* type */
1922 0, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1924 FALSE, /* pc_relative */
1926 complain_overflow_dont, /* complain_on_overflow */
1927 ppc64_elf_unhandled_reloc, /* special_function */
1928 "R_PPC64_JMP_IREL", /* name */
1929 FALSE, /* partial_inplace */
1932 FALSE), /* pcrel_offset */
1934 HOWTO (R_PPC64_IRELATIVE, /* type */
1936 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1938 FALSE, /* pc_relative */
1940 complain_overflow_dont, /* complain_on_overflow */
1941 bfd_elf_generic_reloc, /* special_function */
1942 "R_PPC64_IRELATIVE", /* name */
1943 FALSE, /* partial_inplace */
1945 ONES (64), /* dst_mask */
1946 FALSE), /* pcrel_offset */
1948 /* A 16 bit relative relocation. */
1949 HOWTO (R_PPC64_REL16, /* type */
1951 1, /* size (0 = byte, 1 = short, 2 = long) */
1953 TRUE, /* pc_relative */
1955 complain_overflow_bitfield, /* complain_on_overflow */
1956 bfd_elf_generic_reloc, /* special_function */
1957 "R_PPC64_REL16", /* name */
1958 FALSE, /* partial_inplace */
1960 0xffff, /* dst_mask */
1961 TRUE), /* pcrel_offset */
1963 /* A 16 bit relative relocation without overflow. */
1964 HOWTO (R_PPC64_REL16_LO, /* type */
1966 1, /* size (0 = byte, 1 = short, 2 = long) */
1968 TRUE, /* pc_relative */
1970 complain_overflow_dont,/* complain_on_overflow */
1971 bfd_elf_generic_reloc, /* special_function */
1972 "R_PPC64_REL16_LO", /* name */
1973 FALSE, /* partial_inplace */
1975 0xffff, /* dst_mask */
1976 TRUE), /* pcrel_offset */
1978 /* The high order 16 bits of a relative address. */
1979 HOWTO (R_PPC64_REL16_HI, /* type */
1980 16, /* rightshift */
1981 1, /* size (0 = byte, 1 = short, 2 = long) */
1983 TRUE, /* pc_relative */
1985 complain_overflow_signed, /* complain_on_overflow */
1986 bfd_elf_generic_reloc, /* special_function */
1987 "R_PPC64_REL16_HI", /* name */
1988 FALSE, /* partial_inplace */
1990 0xffff, /* dst_mask */
1991 TRUE), /* pcrel_offset */
1993 /* The high order 16 bits of a relative address, plus 1 if the contents of
1994 the low 16 bits, treated as a signed number, is negative. */
1995 HOWTO (R_PPC64_REL16_HA, /* type */
1996 16, /* rightshift */
1997 1, /* size (0 = byte, 1 = short, 2 = long) */
1999 TRUE, /* pc_relative */
2001 complain_overflow_signed, /* complain_on_overflow */
2002 ppc64_elf_ha_reloc, /* special_function */
2003 "R_PPC64_REL16_HA", /* name */
2004 FALSE, /* partial_inplace */
2006 0xffff, /* dst_mask */
2007 TRUE), /* pcrel_offset */
2009 /* Like R_PPC64_ADDR16_HI, but no overflow. */
2010 HOWTO (R_PPC64_ADDR16_HIGH, /* type */
2011 16, /* rightshift */
2012 1, /* size (0 = byte, 1 = short, 2 = long) */
2014 FALSE, /* pc_relative */
2016 complain_overflow_dont, /* complain_on_overflow */
2017 bfd_elf_generic_reloc, /* special_function */
2018 "R_PPC64_ADDR16_HIGH", /* name */
2019 FALSE, /* partial_inplace */
2021 0xffff, /* dst_mask */
2022 FALSE), /* pcrel_offset */
2024 /* Like R_PPC64_ADDR16_HA, but no overflow. */
2025 HOWTO (R_PPC64_ADDR16_HIGHA, /* type */
2026 16, /* rightshift */
2027 1, /* size (0 = byte, 1 = short, 2 = long) */
2029 FALSE, /* pc_relative */
2031 complain_overflow_dont, /* complain_on_overflow */
2032 ppc64_elf_ha_reloc, /* special_function */
2033 "R_PPC64_ADDR16_HIGHA", /* name */
2034 FALSE, /* partial_inplace */
2036 0xffff, /* dst_mask */
2037 FALSE), /* pcrel_offset */
2039 /* Like R_PPC64_DTPREL16_HI, but no overflow. */
2040 HOWTO (R_PPC64_DTPREL16_HIGH,
2041 16, /* rightshift */
2042 1, /* size (0 = byte, 1 = short, 2 = long) */
2044 FALSE, /* pc_relative */
2046 complain_overflow_dont, /* complain_on_overflow */
2047 ppc64_elf_unhandled_reloc, /* special_function */
2048 "R_PPC64_DTPREL16_HIGH", /* name */
2049 FALSE, /* partial_inplace */
2051 0xffff, /* dst_mask */
2052 FALSE), /* pcrel_offset */
2054 /* Like R_PPC64_DTPREL16_HA, but no overflow. */
2055 HOWTO (R_PPC64_DTPREL16_HIGHA,
2056 16, /* rightshift */
2057 1, /* size (0 = byte, 1 = short, 2 = long) */
2059 FALSE, /* pc_relative */
2061 complain_overflow_dont, /* complain_on_overflow */
2062 ppc64_elf_unhandled_reloc, /* special_function */
2063 "R_PPC64_DTPREL16_HIGHA", /* name */
2064 FALSE, /* partial_inplace */
2066 0xffff, /* dst_mask */
2067 FALSE), /* pcrel_offset */
2069 /* Like R_PPC64_TPREL16_HI, but no overflow. */
2070 HOWTO (R_PPC64_TPREL16_HIGH,
2071 16, /* rightshift */
2072 1, /* size (0 = byte, 1 = short, 2 = long) */
2074 FALSE, /* pc_relative */
2076 complain_overflow_dont, /* complain_on_overflow */
2077 ppc64_elf_unhandled_reloc, /* special_function */
2078 "R_PPC64_TPREL16_HIGH", /* name */
2079 FALSE, /* partial_inplace */
2081 0xffff, /* dst_mask */
2082 FALSE), /* pcrel_offset */
2084 /* Like R_PPC64_TPREL16_HA, but no overflow. */
2085 HOWTO (R_PPC64_TPREL16_HIGHA,
2086 16, /* rightshift */
2087 1, /* size (0 = byte, 1 = short, 2 = long) */
2089 FALSE, /* pc_relative */
2091 complain_overflow_dont, /* complain_on_overflow */
2092 ppc64_elf_unhandled_reloc, /* special_function */
2093 "R_PPC64_TPREL16_HIGHA", /* name */
2094 FALSE, /* partial_inplace */
2096 0xffff, /* dst_mask */
2097 FALSE), /* pcrel_offset */
2099 /* GNU extension to record C++ vtable hierarchy. */
2100 HOWTO (R_PPC64_GNU_VTINHERIT, /* type */
2102 0, /* size (0 = byte, 1 = short, 2 = long) */
2104 FALSE, /* pc_relative */
2106 complain_overflow_dont, /* complain_on_overflow */
2107 NULL, /* special_function */
2108 "R_PPC64_GNU_VTINHERIT", /* name */
2109 FALSE, /* partial_inplace */
2112 FALSE), /* pcrel_offset */
2114 /* GNU extension to record C++ vtable member usage. */
2115 HOWTO (R_PPC64_GNU_VTENTRY, /* type */
2117 0, /* size (0 = byte, 1 = short, 2 = long) */
2119 FALSE, /* pc_relative */
2121 complain_overflow_dont, /* complain_on_overflow */
2122 NULL, /* special_function */
2123 "R_PPC64_GNU_VTENTRY", /* name */
2124 FALSE, /* partial_inplace */
2127 FALSE), /* pcrel_offset */
2131 /* Initialize the ppc64_elf_howto_table, so that linear accesses can
2135 ppc_howto_init (void)
2137 unsigned int i, type;
2140 i < sizeof (ppc64_elf_howto_raw) / sizeof (ppc64_elf_howto_raw[0]);
2143 type = ppc64_elf_howto_raw[i].type;
2144 BFD_ASSERT (type < (sizeof (ppc64_elf_howto_table)
2145 / sizeof (ppc64_elf_howto_table[0])));
2146 ppc64_elf_howto_table[type] = &ppc64_elf_howto_raw[i];
2150 static reloc_howto_type *
2151 ppc64_elf_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
2152 bfd_reloc_code_real_type code)
2154 enum elf_ppc64_reloc_type r = R_PPC64_NONE;
2156 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
2157 /* Initialize howto table if needed. */
2165 case BFD_RELOC_NONE: r = R_PPC64_NONE;
2167 case BFD_RELOC_32: r = R_PPC64_ADDR32;
2169 case BFD_RELOC_PPC_BA26: r = R_PPC64_ADDR24;
2171 case BFD_RELOC_16: r = R_PPC64_ADDR16;
2173 case BFD_RELOC_LO16: r = R_PPC64_ADDR16_LO;
2175 case BFD_RELOC_HI16: r = R_PPC64_ADDR16_HI;
2177 case BFD_RELOC_PPC64_ADDR16_HIGH: r = R_PPC64_ADDR16_HIGH;
2179 case BFD_RELOC_HI16_S: r = R_PPC64_ADDR16_HA;
2181 case BFD_RELOC_PPC64_ADDR16_HIGHA: r = R_PPC64_ADDR16_HIGHA;
2183 case BFD_RELOC_PPC_BA16: r = R_PPC64_ADDR14;
2185 case BFD_RELOC_PPC_BA16_BRTAKEN: r = R_PPC64_ADDR14_BRTAKEN;
2187 case BFD_RELOC_PPC_BA16_BRNTAKEN: r = R_PPC64_ADDR14_BRNTAKEN;
2189 case BFD_RELOC_PPC_B26: r = R_PPC64_REL24;
2191 case BFD_RELOC_PPC_B16: r = R_PPC64_REL14;
2193 case BFD_RELOC_PPC_B16_BRTAKEN: r = R_PPC64_REL14_BRTAKEN;
2195 case BFD_RELOC_PPC_B16_BRNTAKEN: r = R_PPC64_REL14_BRNTAKEN;
2197 case BFD_RELOC_16_GOTOFF: r = R_PPC64_GOT16;
2199 case BFD_RELOC_LO16_GOTOFF: r = R_PPC64_GOT16_LO;
2201 case BFD_RELOC_HI16_GOTOFF: r = R_PPC64_GOT16_HI;
2203 case BFD_RELOC_HI16_S_GOTOFF: r = R_PPC64_GOT16_HA;
2205 case BFD_RELOC_PPC_COPY: r = R_PPC64_COPY;
2207 case BFD_RELOC_PPC_GLOB_DAT: r = R_PPC64_GLOB_DAT;
2209 case BFD_RELOC_32_PCREL: r = R_PPC64_REL32;
2211 case BFD_RELOC_32_PLTOFF: r = R_PPC64_PLT32;
2213 case BFD_RELOC_32_PLT_PCREL: r = R_PPC64_PLTREL32;
2215 case BFD_RELOC_LO16_PLTOFF: r = R_PPC64_PLT16_LO;
2217 case BFD_RELOC_HI16_PLTOFF: r = R_PPC64_PLT16_HI;
2219 case BFD_RELOC_HI16_S_PLTOFF: r = R_PPC64_PLT16_HA;
2221 case BFD_RELOC_16_BASEREL: r = R_PPC64_SECTOFF;
2223 case BFD_RELOC_LO16_BASEREL: r = R_PPC64_SECTOFF_LO;
2225 case BFD_RELOC_HI16_BASEREL: r = R_PPC64_SECTOFF_HI;
2227 case BFD_RELOC_HI16_S_BASEREL: r = R_PPC64_SECTOFF_HA;
2229 case BFD_RELOC_CTOR: r = R_PPC64_ADDR64;
2231 case BFD_RELOC_64: r = R_PPC64_ADDR64;
2233 case BFD_RELOC_PPC64_HIGHER: r = R_PPC64_ADDR16_HIGHER;
2235 case BFD_RELOC_PPC64_HIGHER_S: r = R_PPC64_ADDR16_HIGHERA;
2237 case BFD_RELOC_PPC64_HIGHEST: r = R_PPC64_ADDR16_HIGHEST;
2239 case BFD_RELOC_PPC64_HIGHEST_S: r = R_PPC64_ADDR16_HIGHESTA;
2241 case BFD_RELOC_64_PCREL: r = R_PPC64_REL64;
2243 case BFD_RELOC_64_PLTOFF: r = R_PPC64_PLT64;
2245 case BFD_RELOC_64_PLT_PCREL: r = R_PPC64_PLTREL64;
2247 case BFD_RELOC_PPC_TOC16: r = R_PPC64_TOC16;
2249 case BFD_RELOC_PPC64_TOC16_LO: r = R_PPC64_TOC16_LO;
2251 case BFD_RELOC_PPC64_TOC16_HI: r = R_PPC64_TOC16_HI;
2253 case BFD_RELOC_PPC64_TOC16_HA: r = R_PPC64_TOC16_HA;
2255 case BFD_RELOC_PPC64_TOC: r = R_PPC64_TOC;
2257 case BFD_RELOC_PPC64_PLTGOT16: r = R_PPC64_PLTGOT16;
2259 case BFD_RELOC_PPC64_PLTGOT16_LO: r = R_PPC64_PLTGOT16_LO;
2261 case BFD_RELOC_PPC64_PLTGOT16_HI: r = R_PPC64_PLTGOT16_HI;
2263 case BFD_RELOC_PPC64_PLTGOT16_HA: r = R_PPC64_PLTGOT16_HA;
2265 case BFD_RELOC_PPC64_ADDR16_DS: r = R_PPC64_ADDR16_DS;
2267 case BFD_RELOC_PPC64_ADDR16_LO_DS: r = R_PPC64_ADDR16_LO_DS;
2269 case BFD_RELOC_PPC64_GOT16_DS: r = R_PPC64_GOT16_DS;
2271 case BFD_RELOC_PPC64_GOT16_LO_DS: r = R_PPC64_GOT16_LO_DS;
2273 case BFD_RELOC_PPC64_PLT16_LO_DS: r = R_PPC64_PLT16_LO_DS;
2275 case BFD_RELOC_PPC64_SECTOFF_DS: r = R_PPC64_SECTOFF_DS;
2277 case BFD_RELOC_PPC64_SECTOFF_LO_DS: r = R_PPC64_SECTOFF_LO_DS;
2279 case BFD_RELOC_PPC64_TOC16_DS: r = R_PPC64_TOC16_DS;
2281 case BFD_RELOC_PPC64_TOC16_LO_DS: r = R_PPC64_TOC16_LO_DS;
2283 case BFD_RELOC_PPC64_PLTGOT16_DS: r = R_PPC64_PLTGOT16_DS;
2285 case BFD_RELOC_PPC64_PLTGOT16_LO_DS: r = R_PPC64_PLTGOT16_LO_DS;
2287 case BFD_RELOC_PPC_TLS: r = R_PPC64_TLS;
2289 case BFD_RELOC_PPC_TLSGD: r = R_PPC64_TLSGD;
2291 case BFD_RELOC_PPC_TLSLD: r = R_PPC64_TLSLD;
2293 case BFD_RELOC_PPC_DTPMOD: r = R_PPC64_DTPMOD64;
2295 case BFD_RELOC_PPC_TPREL16: r = R_PPC64_TPREL16;
2297 case BFD_RELOC_PPC_TPREL16_LO: r = R_PPC64_TPREL16_LO;
2299 case BFD_RELOC_PPC_TPREL16_HI: r = R_PPC64_TPREL16_HI;
2301 case BFD_RELOC_PPC64_TPREL16_HIGH: r = R_PPC64_TPREL16_HIGH;
2303 case BFD_RELOC_PPC_TPREL16_HA: r = R_PPC64_TPREL16_HA;
2305 case BFD_RELOC_PPC64_TPREL16_HIGHA: r = R_PPC64_TPREL16_HIGHA;
2307 case BFD_RELOC_PPC_TPREL: r = R_PPC64_TPREL64;
2309 case BFD_RELOC_PPC_DTPREL16: r = R_PPC64_DTPREL16;
2311 case BFD_RELOC_PPC_DTPREL16_LO: r = R_PPC64_DTPREL16_LO;
2313 case BFD_RELOC_PPC_DTPREL16_HI: r = R_PPC64_DTPREL16_HI;
2315 case BFD_RELOC_PPC64_DTPREL16_HIGH: r = R_PPC64_DTPREL16_HIGH;
2317 case BFD_RELOC_PPC_DTPREL16_HA: r = R_PPC64_DTPREL16_HA;
2319 case BFD_RELOC_PPC64_DTPREL16_HIGHA: r = R_PPC64_DTPREL16_HIGHA;
2321 case BFD_RELOC_PPC_DTPREL: r = R_PPC64_DTPREL64;
2323 case BFD_RELOC_PPC_GOT_TLSGD16: r = R_PPC64_GOT_TLSGD16;
2325 case BFD_RELOC_PPC_GOT_TLSGD16_LO: r = R_PPC64_GOT_TLSGD16_LO;
2327 case BFD_RELOC_PPC_GOT_TLSGD16_HI: r = R_PPC64_GOT_TLSGD16_HI;
2329 case BFD_RELOC_PPC_GOT_TLSGD16_HA: r = R_PPC64_GOT_TLSGD16_HA;
2331 case BFD_RELOC_PPC_GOT_TLSLD16: r = R_PPC64_GOT_TLSLD16;
2333 case BFD_RELOC_PPC_GOT_TLSLD16_LO: r = R_PPC64_GOT_TLSLD16_LO;
2335 case BFD_RELOC_PPC_GOT_TLSLD16_HI: r = R_PPC64_GOT_TLSLD16_HI;
2337 case BFD_RELOC_PPC_GOT_TLSLD16_HA: r = R_PPC64_GOT_TLSLD16_HA;
2339 case BFD_RELOC_PPC_GOT_TPREL16: r = R_PPC64_GOT_TPREL16_DS;
2341 case BFD_RELOC_PPC_GOT_TPREL16_LO: r = R_PPC64_GOT_TPREL16_LO_DS;
2343 case BFD_RELOC_PPC_GOT_TPREL16_HI: r = R_PPC64_GOT_TPREL16_HI;
2345 case BFD_RELOC_PPC_GOT_TPREL16_HA: r = R_PPC64_GOT_TPREL16_HA;
2347 case BFD_RELOC_PPC_GOT_DTPREL16: r = R_PPC64_GOT_DTPREL16_DS;
2349 case BFD_RELOC_PPC_GOT_DTPREL16_LO: r = R_PPC64_GOT_DTPREL16_LO_DS;
2351 case BFD_RELOC_PPC_GOT_DTPREL16_HI: r = R_PPC64_GOT_DTPREL16_HI;
2353 case BFD_RELOC_PPC_GOT_DTPREL16_HA: r = R_PPC64_GOT_DTPREL16_HA;
2355 case BFD_RELOC_PPC64_TPREL16_DS: r = R_PPC64_TPREL16_DS;
2357 case BFD_RELOC_PPC64_TPREL16_LO_DS: r = R_PPC64_TPREL16_LO_DS;
2359 case BFD_RELOC_PPC64_TPREL16_HIGHER: r = R_PPC64_TPREL16_HIGHER;
2361 case BFD_RELOC_PPC64_TPREL16_HIGHERA: r = R_PPC64_TPREL16_HIGHERA;
2363 case BFD_RELOC_PPC64_TPREL16_HIGHEST: r = R_PPC64_TPREL16_HIGHEST;
2365 case BFD_RELOC_PPC64_TPREL16_HIGHESTA: r = R_PPC64_TPREL16_HIGHESTA;
2367 case BFD_RELOC_PPC64_DTPREL16_DS: r = R_PPC64_DTPREL16_DS;
2369 case BFD_RELOC_PPC64_DTPREL16_LO_DS: r = R_PPC64_DTPREL16_LO_DS;
2371 case BFD_RELOC_PPC64_DTPREL16_HIGHER: r = R_PPC64_DTPREL16_HIGHER;
2373 case BFD_RELOC_PPC64_DTPREL16_HIGHERA: r = R_PPC64_DTPREL16_HIGHERA;
2375 case BFD_RELOC_PPC64_DTPREL16_HIGHEST: r = R_PPC64_DTPREL16_HIGHEST;
2377 case BFD_RELOC_PPC64_DTPREL16_HIGHESTA: r = R_PPC64_DTPREL16_HIGHESTA;
2379 case BFD_RELOC_16_PCREL: r = R_PPC64_REL16;
2381 case BFD_RELOC_LO16_PCREL: r = R_PPC64_REL16_LO;
2383 case BFD_RELOC_HI16_PCREL: r = R_PPC64_REL16_HI;
2385 case BFD_RELOC_HI16_S_PCREL: r = R_PPC64_REL16_HA;
2387 case BFD_RELOC_VTABLE_INHERIT: r = R_PPC64_GNU_VTINHERIT;
2389 case BFD_RELOC_VTABLE_ENTRY: r = R_PPC64_GNU_VTENTRY;
2393 return ppc64_elf_howto_table[r];
2396 static reloc_howto_type *
2397 ppc64_elf_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
2403 i < sizeof (ppc64_elf_howto_raw) / sizeof (ppc64_elf_howto_raw[0]);
2405 if (ppc64_elf_howto_raw[i].name != NULL
2406 && strcasecmp (ppc64_elf_howto_raw[i].name, r_name) == 0)
2407 return &ppc64_elf_howto_raw[i];
2412 /* Set the howto pointer for a PowerPC ELF reloc. */
2415 ppc64_elf_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr,
2416 Elf_Internal_Rela *dst)
2420 /* Initialize howto table if needed. */
2421 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
2424 type = ELF64_R_TYPE (dst->r_info);
2425 if (type >= (sizeof (ppc64_elf_howto_table)
2426 / sizeof (ppc64_elf_howto_table[0])))
2428 (*_bfd_error_handler) (_("%B: invalid relocation type %d"),
2430 type = R_PPC64_NONE;
2432 cache_ptr->howto = ppc64_elf_howto_table[type];
2435 /* Handle the R_PPC64_ADDR16_HA and similar relocs. */
2437 static bfd_reloc_status_type
2438 ppc64_elf_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2439 void *data, asection *input_section,
2440 bfd *output_bfd, char **error_message)
2442 /* If this is a relocatable link (output_bfd test tells us), just
2443 call the generic function. Any adjustment will be done at final
2445 if (output_bfd != NULL)
2446 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2447 input_section, output_bfd, error_message);
2449 /* Adjust the addend for sign extension of the low 16 bits.
2450 We won't actually be using the low 16 bits, so trashing them
2452 reloc_entry->addend += 0x8000;
2453 return bfd_reloc_continue;
2456 static bfd_reloc_status_type
2457 ppc64_elf_branch_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2458 void *data, asection *input_section,
2459 bfd *output_bfd, char **error_message)
2461 if (output_bfd != NULL)
2462 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2463 input_section, output_bfd, error_message);
2465 if (strcmp (symbol->section->name, ".opd") == 0
2466 && (symbol->section->owner->flags & DYNAMIC) == 0)
2468 bfd_vma dest = opd_entry_value (symbol->section,
2469 symbol->value + reloc_entry->addend,
2471 if (dest != (bfd_vma) -1)
2472 reloc_entry->addend = dest - (symbol->value
2473 + symbol->section->output_section->vma
2474 + symbol->section->output_offset);
2476 return bfd_reloc_continue;
2479 static bfd_reloc_status_type
2480 ppc64_elf_brtaken_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2481 void *data, asection *input_section,
2482 bfd *output_bfd, char **error_message)
2485 enum elf_ppc64_reloc_type r_type;
2486 bfd_size_type octets;
2487 /* Assume 'at' branch hints. */
2488 bfd_boolean is_isa_v2 = TRUE;
2490 /* If this is a relocatable link (output_bfd test tells us), just
2491 call the generic function. Any adjustment will be done at final
2493 if (output_bfd != NULL)
2494 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2495 input_section, output_bfd, error_message);
2497 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2498 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
2499 insn &= ~(0x01 << 21);
2500 r_type = reloc_entry->howto->type;
2501 if (r_type == R_PPC64_ADDR14_BRTAKEN
2502 || r_type == R_PPC64_REL14_BRTAKEN)
2503 insn |= 0x01 << 21; /* 'y' or 't' bit, lowest bit of BO field. */
2507 /* Set 'a' bit. This is 0b00010 in BO field for branch
2508 on CR(BI) insns (BO == 001at or 011at), and 0b01000
2509 for branch on CTR insns (BO == 1a00t or 1a01t). */
2510 if ((insn & (0x14 << 21)) == (0x04 << 21))
2512 else if ((insn & (0x14 << 21)) == (0x10 << 21))
2522 if (!bfd_is_com_section (symbol->section))
2523 target = symbol->value;
2524 target += symbol->section->output_section->vma;
2525 target += symbol->section->output_offset;
2526 target += reloc_entry->addend;
2528 from = (reloc_entry->address
2529 + input_section->output_offset
2530 + input_section->output_section->vma);
2532 /* Invert 'y' bit if not the default. */
2533 if ((bfd_signed_vma) (target - from) < 0)
2536 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
2538 return ppc64_elf_branch_reloc (abfd, reloc_entry, symbol, data,
2539 input_section, output_bfd, error_message);
2542 static bfd_reloc_status_type
2543 ppc64_elf_sectoff_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2544 void *data, asection *input_section,
2545 bfd *output_bfd, char **error_message)
2547 /* If this is a relocatable link (output_bfd test tells us), just
2548 call the generic function. Any adjustment will be done at final
2550 if (output_bfd != NULL)
2551 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2552 input_section, output_bfd, error_message);
2554 /* Subtract the symbol section base address. */
2555 reloc_entry->addend -= symbol->section->output_section->vma;
2556 return bfd_reloc_continue;
2559 static bfd_reloc_status_type
2560 ppc64_elf_sectoff_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2561 void *data, asection *input_section,
2562 bfd *output_bfd, char **error_message)
2564 /* If this is a relocatable link (output_bfd test tells us), just
2565 call the generic function. Any adjustment will be done at final
2567 if (output_bfd != NULL)
2568 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2569 input_section, output_bfd, error_message);
2571 /* Subtract the symbol section base address. */
2572 reloc_entry->addend -= symbol->section->output_section->vma;
2574 /* Adjust the addend for sign extension of the low 16 bits. */
2575 reloc_entry->addend += 0x8000;
2576 return bfd_reloc_continue;
2579 static bfd_reloc_status_type
2580 ppc64_elf_toc_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2581 void *data, asection *input_section,
2582 bfd *output_bfd, char **error_message)
2586 /* If this is a relocatable link (output_bfd test tells us), just
2587 call the generic function. Any adjustment will be done at final
2589 if (output_bfd != NULL)
2590 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2591 input_section, output_bfd, error_message);
2593 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2595 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
2597 /* Subtract the TOC base address. */
2598 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
2599 return bfd_reloc_continue;
2602 static bfd_reloc_status_type
2603 ppc64_elf_toc_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2604 void *data, asection *input_section,
2605 bfd *output_bfd, char **error_message)
2609 /* If this is a relocatable link (output_bfd test tells us), just
2610 call the generic function. Any adjustment will be done at final
2612 if (output_bfd != NULL)
2613 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2614 input_section, output_bfd, error_message);
2616 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2618 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
2620 /* Subtract the TOC base address. */
2621 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
2623 /* Adjust the addend for sign extension of the low 16 bits. */
2624 reloc_entry->addend += 0x8000;
2625 return bfd_reloc_continue;
2628 static bfd_reloc_status_type
2629 ppc64_elf_toc64_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2630 void *data, asection *input_section,
2631 bfd *output_bfd, char **error_message)
2634 bfd_size_type octets;
2636 /* If this is a relocatable link (output_bfd test tells us), just
2637 call the generic function. Any adjustment will be done at final
2639 if (output_bfd != NULL)
2640 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2641 input_section, output_bfd, error_message);
2643 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2645 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
2647 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2648 bfd_put_64 (abfd, TOCstart + TOC_BASE_OFF, (bfd_byte *) data + octets);
2649 return bfd_reloc_ok;
2652 static bfd_reloc_status_type
2653 ppc64_elf_unhandled_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2654 void *data, asection *input_section,
2655 bfd *output_bfd, char **error_message)
2657 /* If this is a relocatable link (output_bfd test tells us), just
2658 call the generic function. Any adjustment will be done at final
2660 if (output_bfd != NULL)
2661 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2662 input_section, output_bfd, error_message);
2664 if (error_message != NULL)
2666 static char buf[60];
2667 sprintf (buf, "generic linker can't handle %s",
2668 reloc_entry->howto->name);
2669 *error_message = buf;
2671 return bfd_reloc_dangerous;
2674 /* Track GOT entries needed for a given symbol. We might need more
2675 than one got entry per symbol. */
2678 struct got_entry *next;
2680 /* The symbol addend that we'll be placing in the GOT. */
2683 /* Unlike other ELF targets, we use separate GOT entries for the same
2684 symbol referenced from different input files. This is to support
2685 automatic multiple TOC/GOT sections, where the TOC base can vary
2686 from one input file to another. After partitioning into TOC groups
2687 we merge entries within the group.
2689 Point to the BFD owning this GOT entry. */
2692 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
2693 TLS_TPREL or TLS_DTPREL for tls entries. */
2694 unsigned char tls_type;
2696 /* Non-zero if got.ent points to real entry. */
2697 unsigned char is_indirect;
2699 /* Reference count until size_dynamic_sections, GOT offset thereafter. */
2702 bfd_signed_vma refcount;
2704 struct got_entry *ent;
2708 /* The same for PLT. */
2711 struct plt_entry *next;
2717 bfd_signed_vma refcount;
2722 struct ppc64_elf_obj_tdata
2724 struct elf_obj_tdata elf;
2726 /* Shortcuts to dynamic linker sections. */
2730 /* Used during garbage collection. We attach global symbols defined
2731 on removed .opd entries to this section so that the sym is removed. */
2732 asection *deleted_section;
2734 /* TLS local dynamic got entry handling. Support for multiple GOT
2735 sections means we potentially need one of these for each input bfd. */
2736 struct got_entry tlsld_got;
2739 /* A copy of relocs before they are modified for --emit-relocs. */
2740 Elf_Internal_Rela *relocs;
2742 /* Section contents. */
2746 /* Nonzero if this bfd has small toc/got relocs, ie. that expect
2747 the reloc to be in the range -32768 to 32767. */
2748 unsigned int has_small_toc_reloc : 1;
2750 /* Set if toc/got ha relocs detected not using r2, or lo reloc
2751 instruction not one we handle. */
2752 unsigned int unexpected_toc_insn : 1;
2755 #define ppc64_elf_tdata(bfd) \
2756 ((struct ppc64_elf_obj_tdata *) (bfd)->tdata.any)
2758 #define ppc64_tlsld_got(bfd) \
2759 (&ppc64_elf_tdata (bfd)->tlsld_got)
2761 #define is_ppc64_elf(bfd) \
2762 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
2763 && elf_object_id (bfd) == PPC64_ELF_DATA)
2765 /* Override the generic function because we store some extras. */
2768 ppc64_elf_mkobject (bfd *abfd)
2770 return bfd_elf_allocate_object (abfd, sizeof (struct ppc64_elf_obj_tdata),
2774 /* Fix bad default arch selected for a 64 bit input bfd when the
2775 default is 32 bit. */
2778 ppc64_elf_object_p (bfd *abfd)
2780 if (abfd->arch_info->the_default && abfd->arch_info->bits_per_word == 32)
2782 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd);
2784 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS64)
2786 /* Relies on arch after 32 bit default being 64 bit default. */
2787 abfd->arch_info = abfd->arch_info->next;
2788 BFD_ASSERT (abfd->arch_info->bits_per_word == 64);
2794 /* Support for core dump NOTE sections. */
2797 ppc64_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
2799 size_t offset, size;
2801 if (note->descsz != 504)
2805 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12);
2808 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 32);
2814 /* Make a ".reg/999" section. */
2815 return _bfd_elfcore_make_pseudosection (abfd, ".reg",
2816 size, note->descpos + offset);
2820 ppc64_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
2822 if (note->descsz != 136)
2825 elf_tdata (abfd)->core->pid
2826 = bfd_get_32 (abfd, note->descdata + 24);
2827 elf_tdata (abfd)->core->program
2828 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16);
2829 elf_tdata (abfd)->core->command
2830 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80);
2836 ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type,
2849 va_start (ap, note_type);
2850 memset (data, 0, sizeof (data));
2851 strncpy (data + 40, va_arg (ap, const char *), 16);
2852 strncpy (data + 56, va_arg (ap, const char *), 80);
2854 return elfcore_write_note (abfd, buf, bufsiz,
2855 "CORE", note_type, data, sizeof (data));
2866 va_start (ap, note_type);
2867 memset (data, 0, 112);
2868 pid = va_arg (ap, long);
2869 bfd_put_32 (abfd, pid, data + 32);
2870 cursig = va_arg (ap, int);
2871 bfd_put_16 (abfd, cursig, data + 12);
2872 greg = va_arg (ap, const void *);
2873 memcpy (data + 112, greg, 384);
2874 memset (data + 496, 0, 8);
2876 return elfcore_write_note (abfd, buf, bufsiz,
2877 "CORE", note_type, data, sizeof (data));
2882 /* Add extra PPC sections. */
2884 static const struct bfd_elf_special_section ppc64_elf_special_sections[]=
2886 { STRING_COMMA_LEN (".plt"), 0, SHT_NOBITS, 0 },
2887 { STRING_COMMA_LEN (".sbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
2888 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
2889 { STRING_COMMA_LEN (".toc"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
2890 { STRING_COMMA_LEN (".toc1"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
2891 { STRING_COMMA_LEN (".tocbss"), 0, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
2892 { NULL, 0, 0, 0, 0 }
2895 enum _ppc64_sec_type {
2901 struct _ppc64_elf_section_data
2903 struct bfd_elf_section_data elf;
2907 /* An array with one entry for each opd function descriptor. */
2908 struct _opd_sec_data
2910 /* Points to the function code section for local opd entries. */
2911 asection **func_sec;
2913 /* After editing .opd, adjust references to opd local syms. */
2917 /* An array for toc sections, indexed by offset/8. */
2918 struct _toc_sec_data
2920 /* Specifies the relocation symbol index used at a given toc offset. */
2923 /* And the relocation addend. */
2928 enum _ppc64_sec_type sec_type:2;
2930 /* Flag set when small branches are detected. Used to
2931 select suitable defaults for the stub group size. */
2932 unsigned int has_14bit_branch:1;
2935 #define ppc64_elf_section_data(sec) \
2936 ((struct _ppc64_elf_section_data *) elf_section_data (sec))
2939 ppc64_elf_new_section_hook (bfd *abfd, asection *sec)
2941 if (!sec->used_by_bfd)
2943 struct _ppc64_elf_section_data *sdata;
2944 bfd_size_type amt = sizeof (*sdata);
2946 sdata = bfd_zalloc (abfd, amt);
2949 sec->used_by_bfd = sdata;
2952 return _bfd_elf_new_section_hook (abfd, sec);
2955 static struct _opd_sec_data *
2956 get_opd_info (asection * sec)
2959 && ppc64_elf_section_data (sec) != NULL
2960 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
2961 return &ppc64_elf_section_data (sec)->u.opd;
2966 abiversion (bfd *abfd)
2968 return elf_elfheader (abfd)->e_flags & EF_PPC64_ABI;
2972 set_abiversion (bfd *abfd, int ver)
2974 elf_elfheader (abfd)->e_flags &= ~EF_PPC64_ABI;
2975 elf_elfheader (abfd)->e_flags |= ver & EF_PPC64_ABI;
2978 /* Parameters for the qsort hook. */
2979 static bfd_boolean synthetic_relocatable;
2981 /* qsort comparison function for ppc64_elf_get_synthetic_symtab. */
2984 compare_symbols (const void *ap, const void *bp)
2986 const asymbol *a = * (const asymbol **) ap;
2987 const asymbol *b = * (const asymbol **) bp;
2989 /* Section symbols first. */
2990 if ((a->flags & BSF_SECTION_SYM) && !(b->flags & BSF_SECTION_SYM))
2992 if (!(a->flags & BSF_SECTION_SYM) && (b->flags & BSF_SECTION_SYM))
2995 /* then .opd symbols. */
2996 if (strcmp (a->section->name, ".opd") == 0
2997 && strcmp (b->section->name, ".opd") != 0)
2999 if (strcmp (a->section->name, ".opd") != 0
3000 && strcmp (b->section->name, ".opd") == 0)
3003 /* then other code symbols. */
3004 if ((a->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3005 == (SEC_CODE | SEC_ALLOC)
3006 && (b->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3007 != (SEC_CODE | SEC_ALLOC))
3010 if ((a->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3011 != (SEC_CODE | SEC_ALLOC)
3012 && (b->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3013 == (SEC_CODE | SEC_ALLOC))
3016 if (synthetic_relocatable)
3018 if (a->section->id < b->section->id)
3021 if (a->section->id > b->section->id)
3025 if (a->value + a->section->vma < b->value + b->section->vma)
3028 if (a->value + a->section->vma > b->value + b->section->vma)
3031 /* For syms with the same value, prefer strong dynamic global function
3032 syms over other syms. */
3033 if ((a->flags & BSF_GLOBAL) != 0 && (b->flags & BSF_GLOBAL) == 0)
3036 if ((a->flags & BSF_GLOBAL) == 0 && (b->flags & BSF_GLOBAL) != 0)
3039 if ((a->flags & BSF_FUNCTION) != 0 && (b->flags & BSF_FUNCTION) == 0)
3042 if ((a->flags & BSF_FUNCTION) == 0 && (b->flags & BSF_FUNCTION) != 0)
3045 if ((a->flags & BSF_WEAK) == 0 && (b->flags & BSF_WEAK) != 0)
3048 if ((a->flags & BSF_WEAK) != 0 && (b->flags & BSF_WEAK) == 0)
3051 if ((a->flags & BSF_DYNAMIC) != 0 && (b->flags & BSF_DYNAMIC) == 0)
3054 if ((a->flags & BSF_DYNAMIC) == 0 && (b->flags & BSF_DYNAMIC) != 0)
3060 /* Search SYMS for a symbol of the given VALUE. */
3063 sym_exists_at (asymbol **syms, long lo, long hi, int id, bfd_vma value)
3071 mid = (lo + hi) >> 1;
3072 if (syms[mid]->value + syms[mid]->section->vma < value)
3074 else if (syms[mid]->value + syms[mid]->section->vma > value)
3084 mid = (lo + hi) >> 1;
3085 if (syms[mid]->section->id < id)
3087 else if (syms[mid]->section->id > id)
3089 else if (syms[mid]->value < value)
3091 else if (syms[mid]->value > value)
3101 section_covers_vma (bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *ptr)
3103 bfd_vma vma = *(bfd_vma *) ptr;
3104 return ((section->flags & SEC_ALLOC) != 0
3105 && section->vma <= vma
3106 && vma < section->vma + section->size);
3109 /* Create synthetic symbols, effectively restoring "dot-symbol" function
3110 entry syms. Also generate @plt symbols for the glink branch table. */
3113 ppc64_elf_get_synthetic_symtab (bfd *abfd,
3114 long static_count, asymbol **static_syms,
3115 long dyn_count, asymbol **dyn_syms,
3122 long symcount, codesecsym, codesecsymend, secsymend, opdsymend;
3123 asection *opd = NULL;
3124 bfd_boolean relocatable = (abfd->flags & (EXEC_P | DYNAMIC)) == 0;
3126 int abi = abiversion (abfd);
3132 opd = bfd_get_section_by_name (abfd, ".opd");
3133 if (opd == NULL && abi == 1)
3137 symcount = static_count;
3139 symcount += dyn_count;
3143 syms = bfd_malloc ((symcount + 1) * sizeof (*syms));
3147 if (!relocatable && static_count != 0 && dyn_count != 0)
3149 /* Use both symbol tables. */
3150 memcpy (syms, static_syms, static_count * sizeof (*syms));
3151 memcpy (syms + static_count, dyn_syms, (dyn_count + 1) * sizeof (*syms));
3153 else if (!relocatable && static_count == 0)
3154 memcpy (syms, dyn_syms, (symcount + 1) * sizeof (*syms));
3156 memcpy (syms, static_syms, (symcount + 1) * sizeof (*syms));
3158 synthetic_relocatable = relocatable;
3159 qsort (syms, symcount, sizeof (*syms), compare_symbols);
3161 if (!relocatable && symcount > 1)
3164 /* Trim duplicate syms, since we may have merged the normal and
3165 dynamic symbols. Actually, we only care about syms that have
3166 different values, so trim any with the same value. */
3167 for (i = 1, j = 1; i < symcount; ++i)
3168 if (syms[i - 1]->value + syms[i - 1]->section->vma
3169 != syms[i]->value + syms[i]->section->vma)
3170 syms[j++] = syms[i];
3175 if (strcmp (syms[i]->section->name, ".opd") == 0)
3179 for (; i < symcount; ++i)
3180 if (((syms[i]->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3181 != (SEC_CODE | SEC_ALLOC))
3182 || (syms[i]->flags & BSF_SECTION_SYM) == 0)
3186 for (; i < symcount; ++i)
3187 if ((syms[i]->flags & BSF_SECTION_SYM) == 0)
3191 for (; i < symcount; ++i)
3192 if (strcmp (syms[i]->section->name, ".opd") != 0)
3196 for (; i < symcount; ++i)
3197 if ((syms[i]->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3198 != (SEC_CODE | SEC_ALLOC))
3206 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
3211 if (opdsymend == secsymend)
3214 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
3215 relcount = (opd->flags & SEC_RELOC) ? opd->reloc_count : 0;
3219 if (!(*slurp_relocs) (abfd, opd, static_syms, FALSE))
3226 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i)
3230 while (r < opd->relocation + relcount
3231 && r->address < syms[i]->value + opd->vma)
3234 if (r == opd->relocation + relcount)
3237 if (r->address != syms[i]->value + opd->vma)
3240 if (r->howto->type != R_PPC64_ADDR64)
3243 sym = *r->sym_ptr_ptr;
3244 if (!sym_exists_at (syms, opdsymend, symcount,
3245 sym->section->id, sym->value + r->addend))
3248 size += sizeof (asymbol);
3249 size += strlen (syms[i]->name) + 2;
3253 s = *ret = bfd_malloc (size);
3260 names = (char *) (s + count);
3262 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i)
3266 while (r < opd->relocation + relcount
3267 && r->address < syms[i]->value + opd->vma)
3270 if (r == opd->relocation + relcount)
3273 if (r->address != syms[i]->value + opd->vma)
3276 if (r->howto->type != R_PPC64_ADDR64)
3279 sym = *r->sym_ptr_ptr;
3280 if (!sym_exists_at (syms, opdsymend, symcount,
3281 sym->section->id, sym->value + r->addend))
3286 s->flags |= BSF_SYNTHETIC;
3287 s->section = sym->section;
3288 s->value = sym->value + r->addend;
3291 len = strlen (syms[i]->name);
3292 memcpy (names, syms[i]->name, len + 1);
3294 /* Have udata.p point back to the original symbol this
3295 synthetic symbol was derived from. */
3296 s->udata.p = syms[i];
3303 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
3304 bfd_byte *contents = NULL;
3307 bfd_vma glink_vma = 0, resolv_vma = 0;
3308 asection *dynamic, *glink = NULL, *relplt = NULL;
3311 if (opd != NULL && !bfd_malloc_and_get_section (abfd, opd, &contents))
3313 free_contents_and_exit:
3321 for (i = secsymend; i < opdsymend; ++i)
3325 /* Ignore bogus symbols. */
3326 if (syms[i]->value > opd->size - 8)
3329 ent = bfd_get_64 (abfd, contents + syms[i]->value);
3330 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
3333 size += sizeof (asymbol);
3334 size += strlen (syms[i]->name) + 2;
3338 /* Get start of .glink stubs from DT_PPC64_GLINK. */
3340 && (dynamic = bfd_get_section_by_name (abfd, ".dynamic")) != NULL)
3342 bfd_byte *dynbuf, *extdyn, *extdynend;
3344 void (*swap_dyn_in) (bfd *, const void *, Elf_Internal_Dyn *);
3346 if (!bfd_malloc_and_get_section (abfd, dynamic, &dynbuf))
3347 goto free_contents_and_exit;
3349 extdynsize = get_elf_backend_data (abfd)->s->sizeof_dyn;
3350 swap_dyn_in = get_elf_backend_data (abfd)->s->swap_dyn_in;
3353 extdynend = extdyn + dynamic->size;
3354 for (; extdyn < extdynend; extdyn += extdynsize)
3356 Elf_Internal_Dyn dyn;
3357 (*swap_dyn_in) (abfd, extdyn, &dyn);
3359 if (dyn.d_tag == DT_NULL)
3362 if (dyn.d_tag == DT_PPC64_GLINK)
3364 /* The first glink stub starts at offset 32; see
3365 comment in ppc64_elf_finish_dynamic_sections. */
3366 glink_vma = dyn.d_un.d_val + GLINK_CALL_STUB_SIZE - 8 * 4;
3367 /* The .glink section usually does not survive the final
3368 link; search for the section (usually .text) where the
3369 glink stubs now reside. */
3370 glink = bfd_sections_find_if (abfd, section_covers_vma,
3381 /* Determine __glink trampoline by reading the relative branch
3382 from the first glink stub. */
3384 unsigned int off = 0;
3386 while (bfd_get_section_contents (abfd, glink, buf,
3387 glink_vma + off - glink->vma, 4))
3389 unsigned int insn = bfd_get_32 (abfd, buf);
3391 if ((insn & ~0x3fffffc) == 0)
3393 resolv_vma = glink_vma + off + (insn ^ 0x2000000) - 0x2000000;
3402 size += sizeof (asymbol) + sizeof ("__glink_PLTresolve");
3404 relplt = bfd_get_section_by_name (abfd, ".rela.plt");
3407 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
3408 if (! (*slurp_relocs) (abfd, relplt, dyn_syms, TRUE))
3409 goto free_contents_and_exit;
3411 plt_count = relplt->size / sizeof (Elf64_External_Rela);
3412 size += plt_count * sizeof (asymbol);
3414 p = relplt->relocation;
3415 for (i = 0; i < plt_count; i++, p++)
3417 size += strlen ((*p->sym_ptr_ptr)->name) + sizeof ("@plt");
3419 size += sizeof ("+0x") - 1 + 16;
3424 s = *ret = bfd_malloc (size);
3426 goto free_contents_and_exit;
3428 names = (char *) (s + count + plt_count + (resolv_vma != 0));
3430 for (i = secsymend; i < opdsymend; ++i)
3434 if (syms[i]->value > opd->size - 8)
3437 ent = bfd_get_64 (abfd, contents + syms[i]->value);
3438 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
3442 asection *sec = abfd->sections;
3449 long mid = (lo + hi) >> 1;
3450 if (syms[mid]->section->vma < ent)
3452 else if (syms[mid]->section->vma > ent)
3456 sec = syms[mid]->section;
3461 if (lo >= hi && lo > codesecsym)
3462 sec = syms[lo - 1]->section;
3464 for (; sec != NULL; sec = sec->next)
3468 /* SEC_LOAD may not be set if SEC is from a separate debug
3470 if ((sec->flags & SEC_ALLOC) == 0)
3472 if ((sec->flags & SEC_CODE) != 0)
3475 s->flags |= BSF_SYNTHETIC;
3476 s->value = ent - s->section->vma;
3479 len = strlen (syms[i]->name);
3480 memcpy (names, syms[i]->name, len + 1);
3482 /* Have udata.p point back to the original symbol this
3483 synthetic symbol was derived from. */
3484 s->udata.p = syms[i];
3490 if (glink != NULL && relplt != NULL)
3494 /* Add a symbol for the main glink trampoline. */
3495 memset (s, 0, sizeof *s);
3497 s->flags = BSF_GLOBAL | BSF_SYNTHETIC;
3499 s->value = resolv_vma - glink->vma;
3501 memcpy (names, "__glink_PLTresolve", sizeof ("__glink_PLTresolve"));
3502 names += sizeof ("__glink_PLTresolve");
3507 /* FIXME: It would be very much nicer to put sym@plt on the
3508 stub rather than on the glink branch table entry. The
3509 objdump disassembler would then use a sensible symbol
3510 name on plt calls. The difficulty in doing so is
3511 a) finding the stubs, and,
3512 b) matching stubs against plt entries, and,
3513 c) there can be multiple stubs for a given plt entry.
3515 Solving (a) could be done by code scanning, but older
3516 ppc64 binaries used different stubs to current code.
3517 (b) is the tricky one since you need to known the toc
3518 pointer for at least one function that uses a pic stub to
3519 be able to calculate the plt address referenced.
3520 (c) means gdb would need to set multiple breakpoints (or
3521 find the glink branch itself) when setting breakpoints
3522 for pending shared library loads. */
3523 p = relplt->relocation;
3524 for (i = 0; i < plt_count; i++, p++)
3528 *s = **p->sym_ptr_ptr;
3529 /* Undefined syms won't have BSF_LOCAL or BSF_GLOBAL set. Since
3530 we are defining a symbol, ensure one of them is set. */
3531 if ((s->flags & BSF_LOCAL) == 0)
3532 s->flags |= BSF_GLOBAL;
3533 s->flags |= BSF_SYNTHETIC;
3535 s->value = glink_vma - glink->vma;
3538 len = strlen ((*p->sym_ptr_ptr)->name);
3539 memcpy (names, (*p->sym_ptr_ptr)->name, len);
3543 memcpy (names, "+0x", sizeof ("+0x") - 1);
3544 names += sizeof ("+0x") - 1;
3545 bfd_sprintf_vma (abfd, names, p->addend);
3546 names += strlen (names);
3548 memcpy (names, "@plt", sizeof ("@plt"));
3549 names += sizeof ("@plt");
3569 /* The following functions are specific to the ELF linker, while
3570 functions above are used generally. Those named ppc64_elf_* are
3571 called by the main ELF linker code. They appear in this file more
3572 or less in the order in which they are called. eg.
3573 ppc64_elf_check_relocs is called early in the link process,
3574 ppc64_elf_finish_dynamic_sections is one of the last functions
3577 PowerPC64-ELF uses a similar scheme to PowerPC64-XCOFF in that
3578 functions have both a function code symbol and a function descriptor
3579 symbol. A call to foo in a relocatable object file looks like:
3586 The function definition in another object file might be:
3590 . .quad .TOC.@tocbase
3596 When the linker resolves the call during a static link, the branch
3597 unsurprisingly just goes to .foo and the .opd information is unused.
3598 If the function definition is in a shared library, things are a little
3599 different: The call goes via a plt call stub, the opd information gets
3600 copied to the plt, and the linker patches the nop.
3608 . std 2,40(1) # in practice, the call stub
3609 . addis 11,2,Lfoo@toc@ha # is slightly optimized, but
3610 . addi 11,11,Lfoo@toc@l # this is the general idea
3618 . Lfoo: reloc (R_PPC64_JMP_SLOT, foo)
3620 The "reloc ()" notation is supposed to indicate that the linker emits
3621 an R_PPC64_JMP_SLOT reloc against foo. The dynamic linker does the opd
3624 What are the difficulties here? Well, firstly, the relocations
3625 examined by the linker in check_relocs are against the function code
3626 sym .foo, while the dynamic relocation in the plt is emitted against
3627 the function descriptor symbol, foo. Somewhere along the line, we need
3628 to carefully copy dynamic link information from one symbol to the other.
3629 Secondly, the generic part of the elf linker will make .foo a dynamic
3630 symbol as is normal for most other backends. We need foo dynamic
3631 instead, at least for an application final link. However, when
3632 creating a shared library containing foo, we need to have both symbols
3633 dynamic so that references to .foo are satisfied during the early
3634 stages of linking. Otherwise the linker might decide to pull in a
3635 definition from some other object, eg. a static library.
3637 Update: As of August 2004, we support a new convention. Function
3638 calls may use the function descriptor symbol, ie. "bl foo". This
3639 behaves exactly as "bl .foo". */
3641 /* Of those relocs that might be copied as dynamic relocs, this function
3642 selects those that must be copied when linking a shared library,
3643 even when the symbol is local. */
3646 must_be_dyn_reloc (struct bfd_link_info *info,
3647 enum elf_ppc64_reloc_type r_type)
3659 case R_PPC64_TPREL16:
3660 case R_PPC64_TPREL16_LO:
3661 case R_PPC64_TPREL16_HI:
3662 case R_PPC64_TPREL16_HA:
3663 case R_PPC64_TPREL16_DS:
3664 case R_PPC64_TPREL16_LO_DS:
3665 case R_PPC64_TPREL16_HIGH:
3666 case R_PPC64_TPREL16_HIGHA:
3667 case R_PPC64_TPREL16_HIGHER:
3668 case R_PPC64_TPREL16_HIGHERA:
3669 case R_PPC64_TPREL16_HIGHEST:
3670 case R_PPC64_TPREL16_HIGHESTA:
3671 case R_PPC64_TPREL64:
3672 return !info->executable;
3676 /* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
3677 copying dynamic variables from a shared lib into an app's dynbss
3678 section, and instead use a dynamic relocation to point into the
3679 shared lib. With code that gcc generates, it's vital that this be
3680 enabled; In the PowerPC64 ABI, the address of a function is actually
3681 the address of a function descriptor, which resides in the .opd
3682 section. gcc uses the descriptor directly rather than going via the
3683 GOT as some other ABI's do, which means that initialized function
3684 pointers must reference the descriptor. Thus, a function pointer
3685 initialized to the address of a function in a shared library will
3686 either require a copy reloc, or a dynamic reloc. Using a copy reloc
3687 redefines the function descriptor symbol to point to the copy. This
3688 presents a problem as a plt entry for that function is also
3689 initialized from the function descriptor symbol and the copy reloc
3690 may not be initialized first. */
3691 #define ELIMINATE_COPY_RELOCS 1
3693 /* Section name for stubs is the associated section name plus this
3695 #define STUB_SUFFIX ".stub"
3698 ppc_stub_long_branch:
3699 Used when a 14 bit branch (or even a 24 bit branch) can't reach its
3700 destination, but a 24 bit branch in a stub section will reach.
3703 ppc_stub_plt_branch:
3704 Similar to the above, but a 24 bit branch in the stub section won't
3705 reach its destination.
3706 . addis %r11,%r2,xxx@toc@ha
3707 . ld %r12,xxx@toc@l(%r11)
3712 Used to call a function in a shared library. If it so happens that
3713 the plt entry referenced crosses a 64k boundary, then an extra
3714 "addi %r11,%r11,xxx@toc@l" will be inserted before the "mtctr".
3716 . addis %r11,%r2,xxx@toc@ha
3717 . ld %r12,xxx+0@toc@l(%r11)
3719 . ld %r2,xxx+8@toc@l(%r11)
3720 . ld %r11,xxx+16@toc@l(%r11)
3723 ppc_stub_long_branch and ppc_stub_plt_branch may also have additional
3724 code to adjust the value and save r2 to support multiple toc sections.
3725 A ppc_stub_long_branch with an r2 offset looks like:
3727 . addis %r2,%r2,off@ha
3728 . addi %r2,%r2,off@l
3731 A ppc_stub_plt_branch with an r2 offset looks like:
3733 . addis %r11,%r2,xxx@toc@ha
3734 . ld %r12,xxx@toc@l(%r11)
3735 . addis %r2,%r2,off@ha
3736 . addi %r2,%r2,off@l
3740 In cases where the "addis" instruction would add zero, the "addis" is
3741 omitted and following instructions modified slightly in some cases.
3744 enum ppc_stub_type {
3746 ppc_stub_long_branch,
3747 ppc_stub_long_branch_r2off,
3748 ppc_stub_plt_branch,
3749 ppc_stub_plt_branch_r2off,
3751 ppc_stub_plt_call_r2save
3754 struct ppc_stub_hash_entry {
3756 /* Base hash table entry structure. */
3757 struct bfd_hash_entry root;
3759 enum ppc_stub_type stub_type;
3761 /* The stub section. */
3764 /* Offset within stub_sec of the beginning of this stub. */
3765 bfd_vma stub_offset;
3767 /* Given the symbol's value and its section we can determine its final
3768 value when building the stubs (so the stub knows where to jump. */
3769 bfd_vma target_value;
3770 asection *target_section;
3772 /* The symbol table entry, if any, that this was derived from. */
3773 struct ppc_link_hash_entry *h;
3774 struct plt_entry *plt_ent;
3776 /* Where this stub is being called from, or, in the case of combined
3777 stub sections, the first input section in the group. */
3780 /* Symbol st_other. */
3781 unsigned char other;
3784 struct ppc_branch_hash_entry {
3786 /* Base hash table entry structure. */
3787 struct bfd_hash_entry root;
3789 /* Offset within branch lookup table. */
3790 unsigned int offset;
3792 /* Generation marker. */
3796 /* Used to track dynamic relocations for local symbols. */
3797 struct ppc_dyn_relocs
3799 struct ppc_dyn_relocs *next;
3801 /* The input section of the reloc. */
3804 /* Total number of relocs copied for the input section. */
3805 unsigned int count : 31;
3807 /* Whether this entry is for STT_GNU_IFUNC symbols. */
3808 unsigned int ifunc : 1;
3811 struct ppc_link_hash_entry
3813 struct elf_link_hash_entry elf;
3816 /* A pointer to the most recently used stub hash entry against this
3818 struct ppc_stub_hash_entry *stub_cache;
3820 /* A pointer to the next symbol starting with a '.' */
3821 struct ppc_link_hash_entry *next_dot_sym;
3824 /* Track dynamic relocs copied for this symbol. */
3825 struct elf_dyn_relocs *dyn_relocs;
3827 /* Link between function code and descriptor symbols. */
3828 struct ppc_link_hash_entry *oh;
3830 /* Flag function code and descriptor symbols. */
3831 unsigned int is_func:1;
3832 unsigned int is_func_descriptor:1;
3833 unsigned int fake:1;
3835 /* Whether global opd/toc sym has been adjusted or not.
3836 After ppc64_elf_edit_opd/ppc64_elf_edit_toc has run, this flag
3837 should be set for all globals defined in any opd/toc section. */
3838 unsigned int adjust_done:1;
3840 /* Set if we twiddled this symbol to weak at some stage. */
3841 unsigned int was_undefined:1;
3843 /* Contexts in which symbol is used in the GOT (or TOC).
3844 TLS_GD .. TLS_EXPLICIT bits are or'd into the mask as the
3845 corresponding relocs are encountered during check_relocs.
3846 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
3847 indicate the corresponding GOT entry type is not needed.
3848 tls_optimize may also set TLS_TPRELGD when a GD reloc turns into
3849 a TPREL one. We use a separate flag rather than setting TPREL
3850 just for convenience in distinguishing the two cases. */
3851 #define TLS_GD 1 /* GD reloc. */
3852 #define TLS_LD 2 /* LD reloc. */
3853 #define TLS_TPREL 4 /* TPREL reloc, => IE. */
3854 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */
3855 #define TLS_TLS 16 /* Any TLS reloc. */
3856 #define TLS_EXPLICIT 32 /* Marks TOC section TLS relocs. */
3857 #define TLS_TPRELGD 64 /* TPREL reloc resulting from GD->IE. */
3858 #define PLT_IFUNC 128 /* STT_GNU_IFUNC. */
3859 unsigned char tls_mask;
3862 /* ppc64 ELF linker hash table. */
3864 struct ppc_link_hash_table
3866 struct elf_link_hash_table elf;
3868 /* The stub hash table. */
3869 struct bfd_hash_table stub_hash_table;
3871 /* Another hash table for plt_branch stubs. */
3872 struct bfd_hash_table branch_hash_table;
3874 /* Hash table for function prologue tocsave. */
3875 htab_t tocsave_htab;
3877 /* Linker stub bfd. */
3880 /* Linker call-backs. */
3881 asection * (*add_stub_section) (const char *, asection *);
3882 void (*layout_sections_again) (void);
3884 /* Array to keep track of which stub sections have been created, and
3885 information on stub grouping. */
3887 /* This is the section to which stubs in the group will be attached. */
3889 /* The stub section. */
3891 /* Along with elf_gp, specifies the TOC pointer used in this group. */
3895 /* Temp used when calculating TOC pointers. */
3898 asection *toc_first_sec;
3900 /* Highest input section id. */
3903 /* Highest output section index. */
3906 /* Used when adding symbols. */
3907 struct ppc_link_hash_entry *dot_syms;
3909 /* List of input sections for each output section. */
3910 asection **input_list;
3912 /* Shortcuts to get to dynamic linker sections. */
3919 asection *glink_eh_frame;
3921 /* Shortcut to .__tls_get_addr and __tls_get_addr. */
3922 struct ppc_link_hash_entry *tls_get_addr;
3923 struct ppc_link_hash_entry *tls_get_addr_fd;
3925 /* The size of reliplt used by got entry relocs. */
3926 bfd_size_type got_reli_size;
3929 unsigned long stub_count[ppc_stub_plt_call_r2save];
3931 /* Number of stubs against global syms. */
3932 unsigned long stub_globals;
3934 /* Alignment of PLT call stubs. */
3935 unsigned int plt_stub_align:4;
3937 /* Set if we're linking code with function descriptors. */
3938 unsigned int opd_abi:1;
3940 /* Set if PLT call stubs should load r11. */
3941 unsigned int plt_static_chain:1;
3943 /* Set if PLT call stubs need a read-read barrier. */
3944 unsigned int plt_thread_safe:1;
3946 /* Set if we should emit symbols for stubs. */
3947 unsigned int emit_stub_syms:1;
3949 /* Set if __tls_get_addr optimization should not be done. */
3950 unsigned int no_tls_get_addr_opt:1;
3952 /* Support for multiple toc sections. */
3953 unsigned int do_multi_toc:1;
3954 unsigned int multi_toc_needed:1;
3955 unsigned int second_toc_pass:1;
3956 unsigned int do_toc_opt:1;
3959 unsigned int stub_error:1;
3961 /* Temp used by ppc64_elf_process_dot_syms. */
3962 unsigned int twiddled_syms:1;
3964 /* Incremented every time we size stubs. */
3965 unsigned int stub_iteration;
3967 /* Small local sym cache. */
3968 struct sym_cache sym_cache;
3971 /* Rename some of the generic section flags to better document how they
3974 /* Nonzero if this section has TLS related relocations. */
3975 #define has_tls_reloc sec_flg0
3977 /* Nonzero if this section has a call to __tls_get_addr. */
3978 #define has_tls_get_addr_call sec_flg1
3980 /* Nonzero if this section has any toc or got relocs. */
3981 #define has_toc_reloc sec_flg2
3983 /* Nonzero if this section has a call to another section that uses
3985 #define makes_toc_func_call sec_flg3
3987 /* Recursion protection when determining above flag. */
3988 #define call_check_in_progress sec_flg4
3989 #define call_check_done sec_flg5
3991 /* Get the ppc64 ELF linker hash table from a link_info structure. */
3993 #define ppc_hash_table(p) \
3994 (elf_hash_table_id ((struct elf_link_hash_table *) ((p)->hash)) \
3995 == PPC64_ELF_DATA ? ((struct ppc_link_hash_table *) ((p)->hash)) : NULL)
3997 #define ppc_stub_hash_lookup(table, string, create, copy) \
3998 ((struct ppc_stub_hash_entry *) \
3999 bfd_hash_lookup ((table), (string), (create), (copy)))
4001 #define ppc_branch_hash_lookup(table, string, create, copy) \
4002 ((struct ppc_branch_hash_entry *) \
4003 bfd_hash_lookup ((table), (string), (create), (copy)))
4005 /* Create an entry in the stub hash table. */
4007 static struct bfd_hash_entry *
4008 stub_hash_newfunc (struct bfd_hash_entry *entry,
4009 struct bfd_hash_table *table,
4012 /* Allocate the structure if it has not already been allocated by a
4016 entry = bfd_hash_allocate (table, sizeof (struct ppc_stub_hash_entry));
4021 /* Call the allocation method of the superclass. */
4022 entry = bfd_hash_newfunc (entry, table, string);
4025 struct ppc_stub_hash_entry *eh;
4027 /* Initialize the local fields. */
4028 eh = (struct ppc_stub_hash_entry *) entry;
4029 eh->stub_type = ppc_stub_none;
4030 eh->stub_sec = NULL;
4031 eh->stub_offset = 0;
4032 eh->target_value = 0;
4033 eh->target_section = NULL;
4043 /* Create an entry in the branch hash table. */
4045 static struct bfd_hash_entry *
4046 branch_hash_newfunc (struct bfd_hash_entry *entry,
4047 struct bfd_hash_table *table,
4050 /* Allocate the structure if it has not already been allocated by a
4054 entry = bfd_hash_allocate (table, sizeof (struct ppc_branch_hash_entry));
4059 /* Call the allocation method of the superclass. */
4060 entry = bfd_hash_newfunc (entry, table, string);
4063 struct ppc_branch_hash_entry *eh;
4065 /* Initialize the local fields. */
4066 eh = (struct ppc_branch_hash_entry *) entry;
4074 /* Create an entry in a ppc64 ELF linker hash table. */
4076 static struct bfd_hash_entry *
4077 link_hash_newfunc (struct bfd_hash_entry *entry,
4078 struct bfd_hash_table *table,
4081 /* Allocate the structure if it has not already been allocated by a
4085 entry = bfd_hash_allocate (table, sizeof (struct ppc_link_hash_entry));
4090 /* Call the allocation method of the superclass. */
4091 entry = _bfd_elf_link_hash_newfunc (entry, table, string);
4094 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) entry;
4096 memset (&eh->u.stub_cache, 0,
4097 (sizeof (struct ppc_link_hash_entry)
4098 - offsetof (struct ppc_link_hash_entry, u.stub_cache)));
4100 /* When making function calls, old ABI code references function entry
4101 points (dot symbols), while new ABI code references the function
4102 descriptor symbol. We need to make any combination of reference and
4103 definition work together, without breaking archive linking.
4105 For a defined function "foo" and an undefined call to "bar":
4106 An old object defines "foo" and ".foo", references ".bar" (possibly
4108 A new object defines "foo" and references "bar".
4110 A new object thus has no problem with its undefined symbols being
4111 satisfied by definitions in an old object. On the other hand, the
4112 old object won't have ".bar" satisfied by a new object.
4114 Keep a list of newly added dot-symbols. */
4116 if (string[0] == '.')
4118 struct ppc_link_hash_table *htab;
4120 htab = (struct ppc_link_hash_table *) table;
4121 eh->u.next_dot_sym = htab->dot_syms;
4122 htab->dot_syms = eh;
4129 struct tocsave_entry {
4135 tocsave_htab_hash (const void *p)
4137 const struct tocsave_entry *e = (const struct tocsave_entry *) p;
4138 return ((bfd_vma)(intptr_t) e->sec ^ e->offset) >> 3;
4142 tocsave_htab_eq (const void *p1, const void *p2)
4144 const struct tocsave_entry *e1 = (const struct tocsave_entry *) p1;
4145 const struct tocsave_entry *e2 = (const struct tocsave_entry *) p2;
4146 return e1->sec == e2->sec && e1->offset == e2->offset;
4149 /* Create a ppc64 ELF linker hash table. */
4151 static struct bfd_link_hash_table *
4152 ppc64_elf_link_hash_table_create (bfd *abfd)
4154 struct ppc_link_hash_table *htab;
4155 bfd_size_type amt = sizeof (struct ppc_link_hash_table);
4157 htab = bfd_zmalloc (amt);
4161 if (!_bfd_elf_link_hash_table_init (&htab->elf, abfd, link_hash_newfunc,
4162 sizeof (struct ppc_link_hash_entry),
4169 /* Init the stub hash table too. */
4170 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc,
4171 sizeof (struct ppc_stub_hash_entry)))
4174 /* And the branch hash table. */
4175 if (!bfd_hash_table_init (&htab->branch_hash_table, branch_hash_newfunc,
4176 sizeof (struct ppc_branch_hash_entry)))
4179 htab->tocsave_htab = htab_try_create (1024,
4183 if (htab->tocsave_htab == NULL)
4186 /* Initializing two fields of the union is just cosmetic. We really
4187 only care about glist, but when compiled on a 32-bit host the
4188 bfd_vma fields are larger. Setting the bfd_vma to zero makes
4189 debugger inspection of these fields look nicer. */
4190 htab->elf.init_got_refcount.refcount = 0;
4191 htab->elf.init_got_refcount.glist = NULL;
4192 htab->elf.init_plt_refcount.refcount = 0;
4193 htab->elf.init_plt_refcount.glist = NULL;
4194 htab->elf.init_got_offset.offset = 0;
4195 htab->elf.init_got_offset.glist = NULL;
4196 htab->elf.init_plt_offset.offset = 0;
4197 htab->elf.init_plt_offset.glist = NULL;
4199 return &htab->elf.root;
4202 /* Free the derived linker hash table. */
4205 ppc64_elf_link_hash_table_free (struct bfd_link_hash_table *hash)
4207 struct ppc_link_hash_table *htab = (struct ppc_link_hash_table *) hash;
4209 bfd_hash_table_free (&htab->stub_hash_table);
4210 bfd_hash_table_free (&htab->branch_hash_table);
4211 if (htab->tocsave_htab)
4212 htab_delete (htab->tocsave_htab);
4213 _bfd_elf_link_hash_table_free (hash);
4216 /* Create sections for linker generated code. */
4219 create_linkage_sections (bfd *dynobj, struct bfd_link_info *info)
4221 struct ppc_link_hash_table *htab;
4224 htab = ppc_hash_table (info);
4226 /* Create .sfpr for code to save and restore fp regs. */
4227 flags = (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_READONLY
4228 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4229 htab->sfpr = bfd_make_section_anyway_with_flags (dynobj, ".sfpr",
4231 if (htab->sfpr == NULL
4232 || ! bfd_set_section_alignment (dynobj, htab->sfpr, 2))
4235 /* Create .glink for lazy dynamic linking support. */
4236 htab->glink = bfd_make_section_anyway_with_flags (dynobj, ".glink",
4238 if (htab->glink == NULL
4239 || ! bfd_set_section_alignment (dynobj, htab->glink, 3))
4242 if (!info->no_ld_generated_unwind_info)
4244 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_HAS_CONTENTS
4245 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4246 htab->glink_eh_frame = bfd_make_section_anyway_with_flags (dynobj,
4249 if (htab->glink_eh_frame == NULL
4250 || !bfd_set_section_alignment (dynobj, htab->glink_eh_frame, 2))
4254 flags = SEC_ALLOC | SEC_LINKER_CREATED;
4255 htab->elf.iplt = bfd_make_section_anyway_with_flags (dynobj, ".iplt", flags);
4256 if (htab->elf.iplt == NULL
4257 || ! bfd_set_section_alignment (dynobj, htab->elf.iplt, 3))
4260 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
4261 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4263 = bfd_make_section_anyway_with_flags (dynobj, ".rela.iplt", flags);
4264 if (htab->elf.irelplt == NULL
4265 || ! bfd_set_section_alignment (dynobj, htab->elf.irelplt, 3))
4268 /* Create branch lookup table for plt_branch stubs. */
4269 flags = (SEC_ALLOC | SEC_LOAD
4270 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4271 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
4273 if (htab->brlt == NULL
4274 || ! bfd_set_section_alignment (dynobj, htab->brlt, 3))
4280 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
4281 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4282 htab->relbrlt = bfd_make_section_anyway_with_flags (dynobj,
4285 if (htab->relbrlt == NULL
4286 || ! bfd_set_section_alignment (dynobj, htab->relbrlt, 3))
4292 /* Satisfy the ELF linker by filling in some fields in our fake bfd. */
4295 ppc64_elf_init_stub_bfd (bfd *abfd, struct bfd_link_info *info)
4297 struct ppc_link_hash_table *htab;
4299 elf_elfheader (abfd)->e_ident[EI_CLASS] = ELFCLASS64;
4301 /* Always hook our dynamic sections into the first bfd, which is the
4302 linker created stub bfd. This ensures that the GOT header is at
4303 the start of the output TOC section. */
4304 htab = ppc_hash_table (info);
4307 htab->stub_bfd = abfd;
4308 htab->elf.dynobj = abfd;
4310 if (info->relocatable)
4313 return create_linkage_sections (htab->elf.dynobj, info);
4316 /* Build a name for an entry in the stub hash table. */
4319 ppc_stub_name (const asection *input_section,
4320 const asection *sym_sec,
4321 const struct ppc_link_hash_entry *h,
4322 const Elf_Internal_Rela *rel)
4327 /* rel->r_addend is actually 64 bit, but who uses more than +/- 2^31
4328 offsets from a sym as a branch target? In fact, we could
4329 probably assume the addend is always zero. */
4330 BFD_ASSERT (((int) rel->r_addend & 0xffffffff) == rel->r_addend);
4334 len = 8 + 1 + strlen (h->elf.root.root.string) + 1 + 8 + 1;
4335 stub_name = bfd_malloc (len);
4336 if (stub_name == NULL)
4339 len = sprintf (stub_name, "%08x.%s+%x",
4340 input_section->id & 0xffffffff,
4341 h->elf.root.root.string,
4342 (int) rel->r_addend & 0xffffffff);
4346 len = 8 + 1 + 8 + 1 + 8 + 1 + 8 + 1;
4347 stub_name = bfd_malloc (len);
4348 if (stub_name == NULL)
4351 len = sprintf (stub_name, "%08x.%x:%x+%x",
4352 input_section->id & 0xffffffff,
4353 sym_sec->id & 0xffffffff,
4354 (int) ELF64_R_SYM (rel->r_info) & 0xffffffff,
4355 (int) rel->r_addend & 0xffffffff);
4357 if (len > 2 && stub_name[len - 2] == '+' && stub_name[len - 1] == '0')
4358 stub_name[len - 2] = 0;
4362 /* Look up an entry in the stub hash. Stub entries are cached because
4363 creating the stub name takes a bit of time. */
4365 static struct ppc_stub_hash_entry *
4366 ppc_get_stub_entry (const asection *input_section,
4367 const asection *sym_sec,
4368 struct ppc_link_hash_entry *h,
4369 const Elf_Internal_Rela *rel,
4370 struct ppc_link_hash_table *htab)
4372 struct ppc_stub_hash_entry *stub_entry;
4373 const asection *id_sec;
4375 /* If this input section is part of a group of sections sharing one
4376 stub section, then use the id of the first section in the group.
4377 Stub names need to include a section id, as there may well be
4378 more than one stub used to reach say, printf, and we need to
4379 distinguish between them. */
4380 id_sec = htab->stub_group[input_section->id].link_sec;
4382 if (h != NULL && h->u.stub_cache != NULL
4383 && h->u.stub_cache->h == h
4384 && h->u.stub_cache->id_sec == id_sec)
4386 stub_entry = h->u.stub_cache;
4392 stub_name = ppc_stub_name (id_sec, sym_sec, h, rel);
4393 if (stub_name == NULL)
4396 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
4397 stub_name, FALSE, FALSE);
4399 h->u.stub_cache = stub_entry;
4407 /* Add a new stub entry to the stub hash. Not all fields of the new
4408 stub entry are initialised. */
4410 static struct ppc_stub_hash_entry *
4411 ppc_add_stub (const char *stub_name,
4413 struct bfd_link_info *info)
4415 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4418 struct ppc_stub_hash_entry *stub_entry;
4420 link_sec = htab->stub_group[section->id].link_sec;
4421 stub_sec = htab->stub_group[section->id].stub_sec;
4422 if (stub_sec == NULL)
4424 stub_sec = htab->stub_group[link_sec->id].stub_sec;
4425 if (stub_sec == NULL)
4431 namelen = strlen (link_sec->name);
4432 len = namelen + sizeof (STUB_SUFFIX);
4433 s_name = bfd_alloc (htab->stub_bfd, len);
4437 memcpy (s_name, link_sec->name, namelen);
4438 memcpy (s_name + namelen, STUB_SUFFIX, sizeof (STUB_SUFFIX));
4439 stub_sec = (*htab->add_stub_section) (s_name, link_sec);
4440 if (stub_sec == NULL)
4442 htab->stub_group[link_sec->id].stub_sec = stub_sec;
4444 htab->stub_group[section->id].stub_sec = stub_sec;
4447 /* Enter this entry into the linker stub hash table. */
4448 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name,
4450 if (stub_entry == NULL)
4452 info->callbacks->einfo (_("%P: %B: cannot create stub entry %s\n"),
4453 section->owner, stub_name);
4457 stub_entry->stub_sec = stub_sec;
4458 stub_entry->stub_offset = 0;
4459 stub_entry->id_sec = link_sec;
4463 /* Create .got and .rela.got sections in ABFD, and .got in dynobj if
4464 not already done. */
4467 create_got_section (bfd *abfd, struct bfd_link_info *info)
4469 asection *got, *relgot;
4471 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4473 if (!is_ppc64_elf (abfd))
4479 && !_bfd_elf_create_got_section (htab->elf.dynobj, info))
4482 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
4483 | SEC_LINKER_CREATED);
4485 got = bfd_make_section_anyway_with_flags (abfd, ".got", flags);
4487 || !bfd_set_section_alignment (abfd, got, 3))
4490 relgot = bfd_make_section_anyway_with_flags (abfd, ".rela.got",
4491 flags | SEC_READONLY);
4493 || ! bfd_set_section_alignment (abfd, relgot, 3))
4496 ppc64_elf_tdata (abfd)->got = got;
4497 ppc64_elf_tdata (abfd)->relgot = relgot;
4501 /* Create the dynamic sections, and set up shortcuts. */
4504 ppc64_elf_create_dynamic_sections (bfd *dynobj, struct bfd_link_info *info)
4506 struct ppc_link_hash_table *htab;
4508 if (!_bfd_elf_create_dynamic_sections (dynobj, info))
4511 htab = ppc_hash_table (info);
4515 htab->dynbss = bfd_get_linker_section (dynobj, ".dynbss");
4517 htab->relbss = bfd_get_linker_section (dynobj, ".rela.bss");
4519 if (!htab->elf.sgot || !htab->elf.splt || !htab->elf.srelplt || !htab->dynbss
4520 || (!info->shared && !htab->relbss))
4526 /* Follow indirect and warning symbol links. */
4528 static inline struct bfd_link_hash_entry *
4529 follow_link (struct bfd_link_hash_entry *h)
4531 while (h->type == bfd_link_hash_indirect
4532 || h->type == bfd_link_hash_warning)
4537 static inline struct elf_link_hash_entry *
4538 elf_follow_link (struct elf_link_hash_entry *h)
4540 return (struct elf_link_hash_entry *) follow_link (&h->root);
4543 static inline struct ppc_link_hash_entry *
4544 ppc_follow_link (struct ppc_link_hash_entry *h)
4546 return (struct ppc_link_hash_entry *) follow_link (&h->elf.root);
4549 /* Merge PLT info on FROM with that on TO. */
4552 move_plt_plist (struct ppc_link_hash_entry *from,
4553 struct ppc_link_hash_entry *to)
4555 if (from->elf.plt.plist != NULL)
4557 if (to->elf.plt.plist != NULL)
4559 struct plt_entry **entp;
4560 struct plt_entry *ent;
4562 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
4564 struct plt_entry *dent;
4566 for (dent = to->elf.plt.plist; dent != NULL; dent = dent->next)
4567 if (dent->addend == ent->addend)
4569 dent->plt.refcount += ent->plt.refcount;
4576 *entp = to->elf.plt.plist;
4579 to->elf.plt.plist = from->elf.plt.plist;
4580 from->elf.plt.plist = NULL;
4584 /* Copy the extra info we tack onto an elf_link_hash_entry. */
4587 ppc64_elf_copy_indirect_symbol (struct bfd_link_info *info,
4588 struct elf_link_hash_entry *dir,
4589 struct elf_link_hash_entry *ind)
4591 struct ppc_link_hash_entry *edir, *eind;
4593 edir = (struct ppc_link_hash_entry *) dir;
4594 eind = (struct ppc_link_hash_entry *) ind;
4596 edir->is_func |= eind->is_func;
4597 edir->is_func_descriptor |= eind->is_func_descriptor;
4598 edir->tls_mask |= eind->tls_mask;
4599 if (eind->oh != NULL)
4600 edir->oh = ppc_follow_link (eind->oh);
4602 /* If called to transfer flags for a weakdef during processing
4603 of elf_adjust_dynamic_symbol, don't copy NON_GOT_REF.
4604 We clear it ourselves for ELIMINATE_COPY_RELOCS. */
4605 if (!(ELIMINATE_COPY_RELOCS
4606 && eind->elf.root.type != bfd_link_hash_indirect
4607 && edir->elf.dynamic_adjusted))
4608 edir->elf.non_got_ref |= eind->elf.non_got_ref;
4610 edir->elf.ref_dynamic |= eind->elf.ref_dynamic;
4611 edir->elf.ref_regular |= eind->elf.ref_regular;
4612 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak;
4613 edir->elf.needs_plt |= eind->elf.needs_plt;
4614 edir->elf.pointer_equality_needed |= eind->elf.pointer_equality_needed;
4616 /* Copy over any dynamic relocs we may have on the indirect sym. */
4617 if (eind->dyn_relocs != NULL)
4619 if (edir->dyn_relocs != NULL)
4621 struct elf_dyn_relocs **pp;
4622 struct elf_dyn_relocs *p;
4624 /* Add reloc counts against the indirect sym to the direct sym
4625 list. Merge any entries against the same section. */
4626 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
4628 struct elf_dyn_relocs *q;
4630 for (q = edir->dyn_relocs; q != NULL; q = q->next)
4631 if (q->sec == p->sec)
4633 q->pc_count += p->pc_count;
4634 q->count += p->count;
4641 *pp = edir->dyn_relocs;
4644 edir->dyn_relocs = eind->dyn_relocs;
4645 eind->dyn_relocs = NULL;
4648 /* If we were called to copy over info for a weak sym, that's all.
4649 You might think dyn_relocs need not be copied over; After all,
4650 both syms will be dynamic or both non-dynamic so we're just
4651 moving reloc accounting around. However, ELIMINATE_COPY_RELOCS
4652 code in ppc64_elf_adjust_dynamic_symbol needs to check for
4653 dyn_relocs in read-only sections, and it does so on what is the
4655 if (eind->elf.root.type != bfd_link_hash_indirect)
4658 /* Copy over got entries that we may have already seen to the
4659 symbol which just became indirect. */
4660 if (eind->elf.got.glist != NULL)
4662 if (edir->elf.got.glist != NULL)
4664 struct got_entry **entp;
4665 struct got_entry *ent;
4667 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4669 struct got_entry *dent;
4671 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4672 if (dent->addend == ent->addend
4673 && dent->owner == ent->owner
4674 && dent->tls_type == ent->tls_type)
4676 dent->got.refcount += ent->got.refcount;
4683 *entp = edir->elf.got.glist;
4686 edir->elf.got.glist = eind->elf.got.glist;
4687 eind->elf.got.glist = NULL;
4690 /* And plt entries. */
4691 move_plt_plist (eind, edir);
4693 if (eind->elf.dynindx != -1)
4695 if (edir->elf.dynindx != -1)
4696 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
4697 edir->elf.dynstr_index);
4698 edir->elf.dynindx = eind->elf.dynindx;
4699 edir->elf.dynstr_index = eind->elf.dynstr_index;
4700 eind->elf.dynindx = -1;
4701 eind->elf.dynstr_index = 0;
4705 /* Find the function descriptor hash entry from the given function code
4706 hash entry FH. Link the entries via their OH fields. */
4708 static struct ppc_link_hash_entry *
4709 lookup_fdh (struct ppc_link_hash_entry *fh, struct ppc_link_hash_table *htab)
4711 struct ppc_link_hash_entry *fdh = fh->oh;
4715 const char *fd_name = fh->elf.root.root.string + 1;
4717 fdh = (struct ppc_link_hash_entry *)
4718 elf_link_hash_lookup (&htab->elf, fd_name, FALSE, FALSE, FALSE);
4722 fdh->is_func_descriptor = 1;
4728 return ppc_follow_link (fdh);
4731 /* Make a fake function descriptor sym for the code sym FH. */
4733 static struct ppc_link_hash_entry *
4734 make_fdh (struct bfd_link_info *info,
4735 struct ppc_link_hash_entry *fh)
4739 struct bfd_link_hash_entry *bh;
4740 struct ppc_link_hash_entry *fdh;
4742 abfd = fh->elf.root.u.undef.abfd;
4743 newsym = bfd_make_empty_symbol (abfd);
4744 newsym->name = fh->elf.root.root.string + 1;
4745 newsym->section = bfd_und_section_ptr;
4747 newsym->flags = BSF_WEAK;
4750 if (!_bfd_generic_link_add_one_symbol (info, abfd, newsym->name,
4751 newsym->flags, newsym->section,
4752 newsym->value, NULL, FALSE, FALSE,
4756 fdh = (struct ppc_link_hash_entry *) bh;
4757 fdh->elf.non_elf = 0;
4759 fdh->is_func_descriptor = 1;
4766 /* Fix function descriptor symbols defined in .opd sections to be
4770 ppc64_elf_add_symbol_hook (bfd *ibfd,
4771 struct bfd_link_info *info,
4772 Elf_Internal_Sym *isym,
4774 flagword *flags ATTRIBUTE_UNUSED,
4776 bfd_vma *value ATTRIBUTE_UNUSED)
4778 if ((ibfd->flags & DYNAMIC) == 0
4779 && ELF_ST_BIND (isym->st_info) == STB_GNU_UNIQUE)
4780 elf_tdata (info->output_bfd)->has_gnu_symbols = TRUE;
4782 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
4784 if ((ibfd->flags & DYNAMIC) == 0)
4785 elf_tdata (info->output_bfd)->has_gnu_symbols = TRUE;
4787 else if (ELF_ST_TYPE (isym->st_info) == STT_FUNC)
4789 else if (*sec != NULL
4790 && strcmp ((*sec)->name, ".opd") == 0)
4791 isym->st_info = ELF_ST_INFO (ELF_ST_BIND (isym->st_info), STT_FUNC);
4793 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
4795 if (abiversion (ibfd) == 0)
4796 set_abiversion (ibfd, 2);
4797 else if (abiversion (ibfd) == 1)
4799 info->callbacks->einfo (_("%P: symbol '%s' has invalid st_other"
4800 " for ABI version 1\n"), name);
4801 bfd_set_error (bfd_error_bad_value);
4809 /* Merge non-visibility st_other attributes: local entry point. */
4812 ppc64_elf_merge_symbol_attribute (struct elf_link_hash_entry *h,
4813 const Elf_Internal_Sym *isym,
4814 bfd_boolean definition,
4815 bfd_boolean dynamic)
4817 if (definition && !dynamic)
4818 h->other = ((isym->st_other & ~ELF_ST_VISIBILITY (-1))
4819 | ELF_ST_VISIBILITY (h->other));
4822 /* This function makes an old ABI object reference to ".bar" cause the
4823 inclusion of a new ABI object archive that defines "bar".
4824 NAME is a symbol defined in an archive. Return a symbol in the hash
4825 table that might be satisfied by the archive symbols. */
4827 static struct elf_link_hash_entry *
4828 ppc64_elf_archive_symbol_lookup (bfd *abfd,
4829 struct bfd_link_info *info,
4832 struct elf_link_hash_entry *h;
4836 h = _bfd_elf_archive_symbol_lookup (abfd, info, name);
4838 /* Don't return this sym if it is a fake function descriptor
4839 created by add_symbol_adjust. */
4840 && !(h->root.type == bfd_link_hash_undefweak
4841 && ((struct ppc_link_hash_entry *) h)->fake))
4847 len = strlen (name);
4848 dot_name = bfd_alloc (abfd, len + 2);
4849 if (dot_name == NULL)
4850 return (struct elf_link_hash_entry *) 0 - 1;
4852 memcpy (dot_name + 1, name, len + 1);
4853 h = _bfd_elf_archive_symbol_lookup (abfd, info, dot_name);
4854 bfd_release (abfd, dot_name);
4858 /* This function satisfies all old ABI object references to ".bar" if a
4859 new ABI object defines "bar". Well, at least, undefined dot symbols
4860 are made weak. This stops later archive searches from including an
4861 object if we already have a function descriptor definition. It also
4862 prevents the linker complaining about undefined symbols.
4863 We also check and correct mismatched symbol visibility here. The
4864 most restrictive visibility of the function descriptor and the
4865 function entry symbol is used. */
4868 add_symbol_adjust (struct ppc_link_hash_entry *eh, struct bfd_link_info *info)
4870 struct ppc_link_hash_table *htab;
4871 struct ppc_link_hash_entry *fdh;
4873 if (eh->elf.root.type == bfd_link_hash_indirect)
4876 if (eh->elf.root.type == bfd_link_hash_warning)
4877 eh = (struct ppc_link_hash_entry *) eh->elf.root.u.i.link;
4879 if (eh->elf.root.root.string[0] != '.')
4882 htab = ppc_hash_table (info);
4886 fdh = lookup_fdh (eh, htab);
4889 if (!info->relocatable
4890 && (eh->elf.root.type == bfd_link_hash_undefined
4891 || eh->elf.root.type == bfd_link_hash_undefweak)
4892 && eh->elf.ref_regular)
4894 /* Make an undefweak function descriptor sym, which is enough to
4895 pull in an --as-needed shared lib, but won't cause link
4896 errors. Archives are handled elsewhere. */
4897 fdh = make_fdh (info, eh);
4900 fdh->elf.ref_regular = 1;
4905 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4906 unsigned descr_vis = ELF_ST_VISIBILITY (fdh->elf.other) - 1;
4907 if (entry_vis < descr_vis)
4908 fdh->elf.other += entry_vis - descr_vis;
4909 else if (entry_vis > descr_vis)
4910 eh->elf.other += descr_vis - entry_vis;
4912 if ((fdh->elf.root.type == bfd_link_hash_defined
4913 || fdh->elf.root.type == bfd_link_hash_defweak)
4914 && eh->elf.root.type == bfd_link_hash_undefined)
4916 eh->elf.root.type = bfd_link_hash_undefweak;
4917 eh->was_undefined = 1;
4918 htab->twiddled_syms = 1;
4925 /* Process list of dot-symbols we made in link_hash_newfunc. */
4928 ppc64_elf_process_dot_syms (bfd *ibfd, struct bfd_link_info *info)
4930 struct ppc_link_hash_table *htab;
4931 struct ppc_link_hash_entry **p, *eh;
4933 if (!is_ppc64_elf (info->output_bfd))
4935 htab = ppc_hash_table (info);
4939 if (is_ppc64_elf (ibfd))
4941 p = &htab->dot_syms;
4942 while ((eh = *p) != NULL)
4945 if (&eh->elf == htab->elf.hgot)
4947 else if (htab->elf.hgot == NULL
4948 && strcmp (eh->elf.root.root.string, ".TOC.") == 0)
4949 htab->elf.hgot = &eh->elf;
4950 else if (!add_symbol_adjust (eh, info))
4952 p = &eh->u.next_dot_sym;
4956 /* Clear the list for non-ppc64 input files. */
4957 p = &htab->dot_syms;
4958 while ((eh = *p) != NULL)
4961 p = &eh->u.next_dot_sym;
4964 /* We need to fix the undefs list for any syms we have twiddled to
4966 if (htab->twiddled_syms)
4968 bfd_link_repair_undef_list (&htab->elf.root);
4969 htab->twiddled_syms = 0;
4974 /* Undo hash table changes when an --as-needed input file is determined
4975 not to be needed. */
4978 ppc64_elf_notice_as_needed (bfd *ibfd,
4979 struct bfd_link_info *info,
4980 enum notice_asneeded_action act)
4982 if (act == notice_not_needed)
4984 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4989 htab->dot_syms = NULL;
4991 return _bfd_elf_notice_as_needed (ibfd, info, act);
4994 /* If --just-symbols against a final linked binary, then assume we need
4995 toc adjusting stubs when calling functions defined there. */
4998 ppc64_elf_link_just_syms (asection *sec, struct bfd_link_info *info)
5000 if ((sec->flags & SEC_CODE) != 0
5001 && (sec->owner->flags & (EXEC_P | DYNAMIC)) != 0
5002 && is_ppc64_elf (sec->owner))
5004 asection *got = bfd_get_section_by_name (sec->owner, ".got");
5006 && got->size >= elf_backend_got_header_size
5007 && bfd_get_section_by_name (sec->owner, ".opd") != NULL)
5008 sec->has_toc_reloc = 1;
5010 _bfd_elf_link_just_syms (sec, info);
5013 static struct plt_entry **
5014 update_local_sym_info (bfd *abfd, Elf_Internal_Shdr *symtab_hdr,
5015 unsigned long r_symndx, bfd_vma r_addend, int tls_type)
5017 struct got_entry **local_got_ents = elf_local_got_ents (abfd);
5018 struct plt_entry **local_plt;
5019 unsigned char *local_got_tls_masks;
5021 if (local_got_ents == NULL)
5023 bfd_size_type size = symtab_hdr->sh_info;
5025 size *= (sizeof (*local_got_ents)
5026 + sizeof (*local_plt)
5027 + sizeof (*local_got_tls_masks));
5028 local_got_ents = bfd_zalloc (abfd, size);
5029 if (local_got_ents == NULL)
5031 elf_local_got_ents (abfd) = local_got_ents;
5034 if ((tls_type & (PLT_IFUNC | TLS_EXPLICIT)) == 0)
5036 struct got_entry *ent;
5038 for (ent = local_got_ents[r_symndx]; ent != NULL; ent = ent->next)
5039 if (ent->addend == r_addend
5040 && ent->owner == abfd
5041 && ent->tls_type == tls_type)
5045 bfd_size_type amt = sizeof (*ent);
5046 ent = bfd_alloc (abfd, amt);
5049 ent->next = local_got_ents[r_symndx];
5050 ent->addend = r_addend;
5052 ent->tls_type = tls_type;
5053 ent->is_indirect = FALSE;
5054 ent->got.refcount = 0;
5055 local_got_ents[r_symndx] = ent;
5057 ent->got.refcount += 1;
5060 local_plt = (struct plt_entry **) (local_got_ents + symtab_hdr->sh_info);
5061 local_got_tls_masks = (unsigned char *) (local_plt + symtab_hdr->sh_info);
5062 local_got_tls_masks[r_symndx] |= tls_type;
5064 return local_plt + r_symndx;
5068 update_plt_info (bfd *abfd, struct plt_entry **plist, bfd_vma addend)
5070 struct plt_entry *ent;
5072 for (ent = *plist; ent != NULL; ent = ent->next)
5073 if (ent->addend == addend)
5077 bfd_size_type amt = sizeof (*ent);
5078 ent = bfd_alloc (abfd, amt);
5082 ent->addend = addend;
5083 ent->plt.refcount = 0;
5086 ent->plt.refcount += 1;
5091 is_branch_reloc (enum elf_ppc64_reloc_type r_type)
5093 return (r_type == R_PPC64_REL24
5094 || r_type == R_PPC64_REL14
5095 || r_type == R_PPC64_REL14_BRTAKEN
5096 || r_type == R_PPC64_REL14_BRNTAKEN
5097 || r_type == R_PPC64_ADDR24
5098 || r_type == R_PPC64_ADDR14
5099 || r_type == R_PPC64_ADDR14_BRTAKEN
5100 || r_type == R_PPC64_ADDR14_BRNTAKEN);
5103 /* Look through the relocs for a section during the first phase, and
5104 calculate needed space in the global offset table, procedure
5105 linkage table, and dynamic reloc sections. */
5108 ppc64_elf_check_relocs (bfd *abfd, struct bfd_link_info *info,
5109 asection *sec, const Elf_Internal_Rela *relocs)
5111 struct ppc_link_hash_table *htab;
5112 Elf_Internal_Shdr *symtab_hdr;
5113 struct elf_link_hash_entry **sym_hashes;
5114 const Elf_Internal_Rela *rel;
5115 const Elf_Internal_Rela *rel_end;
5117 asection **opd_sym_map;
5118 struct elf_link_hash_entry *tga, *dottga;
5120 if (info->relocatable)
5123 /* Don't do anything special with non-loaded, non-alloced sections.
5124 In particular, any relocs in such sections should not affect GOT
5125 and PLT reference counting (ie. we don't allow them to create GOT
5126 or PLT entries), there's no possibility or desire to optimize TLS
5127 relocs, and there's not much point in propagating relocs to shared
5128 libs that the dynamic linker won't relocate. */
5129 if ((sec->flags & SEC_ALLOC) == 0)
5132 BFD_ASSERT (is_ppc64_elf (abfd));
5134 htab = ppc_hash_table (info);
5138 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
5139 FALSE, FALSE, TRUE);
5140 dottga = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
5141 FALSE, FALSE, TRUE);
5142 symtab_hdr = &elf_symtab_hdr (abfd);
5143 sym_hashes = elf_sym_hashes (abfd);
5146 if (strcmp (sec->name, ".opd") == 0)
5148 /* Garbage collection needs some extra help with .opd sections.
5149 We don't want to necessarily keep everything referenced by
5150 relocs in .opd, as that would keep all functions. Instead,
5151 if we reference an .opd symbol (a function descriptor), we
5152 want to keep the function code symbol's section. This is
5153 easy for global symbols, but for local syms we need to keep
5154 information about the associated function section. */
5157 if (abiversion (abfd) == 0)
5158 set_abiversion (abfd, 1);
5159 else if (abiversion (abfd) == 2)
5161 info->callbacks->einfo (_("%P: .opd not allowed in ABI version %d\n"),
5163 bfd_set_error (bfd_error_bad_value);
5166 amt = sec->size * sizeof (*opd_sym_map) / 8;
5167 opd_sym_map = bfd_zalloc (abfd, amt);
5168 if (opd_sym_map == NULL)
5170 ppc64_elf_section_data (sec)->u.opd.func_sec = opd_sym_map;
5171 BFD_ASSERT (ppc64_elf_section_data (sec)->sec_type == sec_normal);
5172 ppc64_elf_section_data (sec)->sec_type = sec_opd;
5175 rel_end = relocs + sec->reloc_count;
5176 for (rel = relocs; rel < rel_end; rel++)
5178 unsigned long r_symndx;
5179 struct elf_link_hash_entry *h;
5180 enum elf_ppc64_reloc_type r_type;
5182 struct _ppc64_elf_section_data *ppc64_sec;
5183 struct plt_entry **ifunc;
5185 r_symndx = ELF64_R_SYM (rel->r_info);
5186 if (r_symndx < symtab_hdr->sh_info)
5190 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
5191 h = elf_follow_link (h);
5193 /* PR15323, ref flags aren't set for references in the same
5195 h->root.non_ir_ref = 1;
5197 if (h == htab->elf.hgot)
5198 sec->has_toc_reloc = 1;
5205 if (h->type == STT_GNU_IFUNC)
5208 ifunc = &h->plt.plist;
5213 Elf_Internal_Sym *isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5218 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
5220 ifunc = update_local_sym_info (abfd, symtab_hdr, r_symndx,
5221 rel->r_addend, PLT_IFUNC);
5226 r_type = ELF64_R_TYPE (rel->r_info);
5227 if (is_branch_reloc (r_type))
5229 if (h != NULL && (h == tga || h == dottga))
5232 && (ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_TLSGD
5233 || ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_TLSLD))
5234 /* We have a new-style __tls_get_addr call with a marker
5238 /* Mark this section as having an old-style call. */
5239 sec->has_tls_get_addr_call = 1;
5242 /* STT_GNU_IFUNC symbols must have a PLT entry. */
5244 && !update_plt_info (abfd, ifunc, rel->r_addend))
5252 /* These special tls relocs tie a call to __tls_get_addr with
5253 its parameter symbol. */
5256 case R_PPC64_GOT_TLSLD16:
5257 case R_PPC64_GOT_TLSLD16_LO:
5258 case R_PPC64_GOT_TLSLD16_HI:
5259 case R_PPC64_GOT_TLSLD16_HA:
5260 tls_type = TLS_TLS | TLS_LD;
5263 case R_PPC64_GOT_TLSGD16:
5264 case R_PPC64_GOT_TLSGD16_LO:
5265 case R_PPC64_GOT_TLSGD16_HI:
5266 case R_PPC64_GOT_TLSGD16_HA:
5267 tls_type = TLS_TLS | TLS_GD;
5270 case R_PPC64_GOT_TPREL16_DS:
5271 case R_PPC64_GOT_TPREL16_LO_DS:
5272 case R_PPC64_GOT_TPREL16_HI:
5273 case R_PPC64_GOT_TPREL16_HA:
5274 if (!info->executable)
5275 info->flags |= DF_STATIC_TLS;
5276 tls_type = TLS_TLS | TLS_TPREL;
5279 case R_PPC64_GOT_DTPREL16_DS:
5280 case R_PPC64_GOT_DTPREL16_LO_DS:
5281 case R_PPC64_GOT_DTPREL16_HI:
5282 case R_PPC64_GOT_DTPREL16_HA:
5283 tls_type = TLS_TLS | TLS_DTPREL;
5285 sec->has_tls_reloc = 1;
5289 case R_PPC64_GOT16_DS:
5290 case R_PPC64_GOT16_HA:
5291 case R_PPC64_GOT16_HI:
5292 case R_PPC64_GOT16_LO:
5293 case R_PPC64_GOT16_LO_DS:
5294 /* This symbol requires a global offset table entry. */
5295 sec->has_toc_reloc = 1;
5296 if (r_type == R_PPC64_GOT_TLSLD16
5297 || r_type == R_PPC64_GOT_TLSGD16
5298 || r_type == R_PPC64_GOT_TPREL16_DS
5299 || r_type == R_PPC64_GOT_DTPREL16_DS
5300 || r_type == R_PPC64_GOT16
5301 || r_type == R_PPC64_GOT16_DS)
5303 htab->do_multi_toc = 1;
5304 ppc64_elf_tdata (abfd)->has_small_toc_reloc = 1;
5307 if (ppc64_elf_tdata (abfd)->got == NULL
5308 && !create_got_section (abfd, info))
5313 struct ppc_link_hash_entry *eh;
5314 struct got_entry *ent;
5316 eh = (struct ppc_link_hash_entry *) h;
5317 for (ent = eh->elf.got.glist; ent != NULL; ent = ent->next)
5318 if (ent->addend == rel->r_addend
5319 && ent->owner == abfd
5320 && ent->tls_type == tls_type)
5324 bfd_size_type amt = sizeof (*ent);
5325 ent = bfd_alloc (abfd, amt);
5328 ent->next = eh->elf.got.glist;
5329 ent->addend = rel->r_addend;
5331 ent->tls_type = tls_type;
5332 ent->is_indirect = FALSE;
5333 ent->got.refcount = 0;
5334 eh->elf.got.glist = ent;
5336 ent->got.refcount += 1;
5337 eh->tls_mask |= tls_type;
5340 /* This is a global offset table entry for a local symbol. */
5341 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
5342 rel->r_addend, tls_type))
5345 /* We may also need a plt entry if the symbol turns out to be
5347 if (h != NULL && !info->shared && abiversion (abfd) == 2)
5349 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend))
5354 case R_PPC64_PLT16_HA:
5355 case R_PPC64_PLT16_HI:
5356 case R_PPC64_PLT16_LO:
5359 /* This symbol requires a procedure linkage table entry. We
5360 actually build the entry in adjust_dynamic_symbol,
5361 because this might be a case of linking PIC code without
5362 linking in any dynamic objects, in which case we don't
5363 need to generate a procedure linkage table after all. */
5366 /* It does not make sense to have a procedure linkage
5367 table entry for a local symbol. */
5368 bfd_set_error (bfd_error_bad_value);
5373 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend))
5376 if (h->root.root.string[0] == '.'
5377 && h->root.root.string[1] != '\0')
5378 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5382 /* The following relocations don't need to propagate the
5383 relocation if linking a shared object since they are
5384 section relative. */
5385 case R_PPC64_SECTOFF:
5386 case R_PPC64_SECTOFF_LO:
5387 case R_PPC64_SECTOFF_HI:
5388 case R_PPC64_SECTOFF_HA:
5389 case R_PPC64_SECTOFF_DS:
5390 case R_PPC64_SECTOFF_LO_DS:
5391 case R_PPC64_DTPREL16:
5392 case R_PPC64_DTPREL16_LO:
5393 case R_PPC64_DTPREL16_HI:
5394 case R_PPC64_DTPREL16_HA:
5395 case R_PPC64_DTPREL16_DS:
5396 case R_PPC64_DTPREL16_LO_DS:
5397 case R_PPC64_DTPREL16_HIGH:
5398 case R_PPC64_DTPREL16_HIGHA:
5399 case R_PPC64_DTPREL16_HIGHER:
5400 case R_PPC64_DTPREL16_HIGHERA:
5401 case R_PPC64_DTPREL16_HIGHEST:
5402 case R_PPC64_DTPREL16_HIGHESTA:
5407 case R_PPC64_REL16_LO:
5408 case R_PPC64_REL16_HI:
5409 case R_PPC64_REL16_HA:
5413 case R_PPC64_TOC16_DS:
5414 htab->do_multi_toc = 1;
5415 ppc64_elf_tdata (abfd)->has_small_toc_reloc = 1;
5416 case R_PPC64_TOC16_LO:
5417 case R_PPC64_TOC16_HI:
5418 case R_PPC64_TOC16_HA:
5419 case R_PPC64_TOC16_LO_DS:
5420 sec->has_toc_reloc = 1;
5423 /* This relocation describes the C++ object vtable hierarchy.
5424 Reconstruct it for later use during GC. */
5425 case R_PPC64_GNU_VTINHERIT:
5426 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
5430 /* This relocation describes which C++ vtable entries are actually
5431 used. Record for later use during GC. */
5432 case R_PPC64_GNU_VTENTRY:
5433 BFD_ASSERT (h != NULL);
5435 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
5440 case R_PPC64_REL14_BRTAKEN:
5441 case R_PPC64_REL14_BRNTAKEN:
5443 asection *dest = NULL;
5445 /* Heuristic: If jumping outside our section, chances are
5446 we are going to need a stub. */
5449 /* If the sym is weak it may be overridden later, so
5450 don't assume we know where a weak sym lives. */
5451 if (h->root.type == bfd_link_hash_defined)
5452 dest = h->root.u.def.section;
5456 Elf_Internal_Sym *isym;
5458 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5463 dest = bfd_section_from_elf_index (abfd, isym->st_shndx);
5467 ppc64_elf_section_data (sec)->has_14bit_branch = 1;
5472 if (h != NULL && ifunc == NULL)
5474 /* We may need a .plt entry if the function this reloc
5475 refers to is in a shared lib. */
5476 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend))
5479 if (h->root.root.string[0] == '.'
5480 && h->root.root.string[1] != '\0')
5481 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5482 if (h == tga || h == dottga)
5483 sec->has_tls_reloc = 1;
5487 case R_PPC64_TPREL64:
5488 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
5489 if (!info->executable)
5490 info->flags |= DF_STATIC_TLS;
5493 case R_PPC64_DTPMOD64:
5494 if (rel + 1 < rel_end
5495 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64)
5496 && rel[1].r_offset == rel->r_offset + 8)
5497 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
5499 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
5502 case R_PPC64_DTPREL64:
5503 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
5505 && rel[-1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPMOD64)
5506 && rel[-1].r_offset == rel->r_offset - 8)
5507 /* This is the second reloc of a dtpmod, dtprel pair.
5508 Don't mark with TLS_DTPREL. */
5512 sec->has_tls_reloc = 1;
5515 struct ppc_link_hash_entry *eh;
5516 eh = (struct ppc_link_hash_entry *) h;
5517 eh->tls_mask |= tls_type;
5520 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
5521 rel->r_addend, tls_type))
5524 ppc64_sec = ppc64_elf_section_data (sec);
5525 if (ppc64_sec->sec_type != sec_toc)
5529 /* One extra to simplify get_tls_mask. */
5530 amt = sec->size * sizeof (unsigned) / 8 + sizeof (unsigned);
5531 ppc64_sec->u.toc.symndx = bfd_zalloc (abfd, amt);
5532 if (ppc64_sec->u.toc.symndx == NULL)
5534 amt = sec->size * sizeof (bfd_vma) / 8;
5535 ppc64_sec->u.toc.add = bfd_zalloc (abfd, amt);
5536 if (ppc64_sec->u.toc.add == NULL)
5538 BFD_ASSERT (ppc64_sec->sec_type == sec_normal);
5539 ppc64_sec->sec_type = sec_toc;
5541 BFD_ASSERT (rel->r_offset % 8 == 0);
5542 ppc64_sec->u.toc.symndx[rel->r_offset / 8] = r_symndx;
5543 ppc64_sec->u.toc.add[rel->r_offset / 8] = rel->r_addend;
5545 /* Mark the second slot of a GD or LD entry.
5546 -1 to indicate GD and -2 to indicate LD. */
5547 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
5548 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -1;
5549 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
5550 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -2;
5553 case R_PPC64_TPREL16:
5554 case R_PPC64_TPREL16_LO:
5555 case R_PPC64_TPREL16_HI:
5556 case R_PPC64_TPREL16_HA:
5557 case R_PPC64_TPREL16_DS:
5558 case R_PPC64_TPREL16_LO_DS:
5559 case R_PPC64_TPREL16_HIGH:
5560 case R_PPC64_TPREL16_HIGHA:
5561 case R_PPC64_TPREL16_HIGHER:
5562 case R_PPC64_TPREL16_HIGHERA:
5563 case R_PPC64_TPREL16_HIGHEST:
5564 case R_PPC64_TPREL16_HIGHESTA:
5567 if (!info->executable)
5568 info->flags |= DF_STATIC_TLS;
5573 case R_PPC64_ADDR64:
5574 if (opd_sym_map != NULL
5575 && rel + 1 < rel_end
5576 && ELF64_R_TYPE ((rel + 1)->r_info) == R_PPC64_TOC)
5580 if (h->root.root.string[0] == '.'
5581 && h->root.root.string[1] != 0
5582 && lookup_fdh ((struct ppc_link_hash_entry *) h, htab))
5585 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5590 Elf_Internal_Sym *isym;
5592 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5597 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
5598 if (s != NULL && s != sec)
5599 opd_sym_map[rel->r_offset / 8] = s;
5604 case R_PPC64_ADDR16:
5605 case R_PPC64_ADDR16_DS:
5606 case R_PPC64_ADDR16_HA:
5607 case R_PPC64_ADDR16_HI:
5608 case R_PPC64_ADDR16_HIGH:
5609 case R_PPC64_ADDR16_HIGHA:
5610 case R_PPC64_ADDR16_HIGHER:
5611 case R_PPC64_ADDR16_HIGHERA:
5612 case R_PPC64_ADDR16_HIGHEST:
5613 case R_PPC64_ADDR16_HIGHESTA:
5614 case R_PPC64_ADDR16_LO:
5615 case R_PPC64_ADDR16_LO_DS:
5616 if (h != NULL && !info->shared && abiversion (abfd) == 2
5617 && rel->r_addend == 0)
5619 /* We may need a .plt entry if this reloc refers to a
5620 function in a shared lib. */
5621 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend))
5623 h->pointer_equality_needed = 1;
5630 case R_PPC64_ADDR14:
5631 case R_PPC64_ADDR14_BRNTAKEN:
5632 case R_PPC64_ADDR14_BRTAKEN:
5633 case R_PPC64_ADDR24:
5634 case R_PPC64_ADDR32:
5635 case R_PPC64_UADDR16:
5636 case R_PPC64_UADDR32:
5637 case R_PPC64_UADDR64:
5639 if (h != NULL && !info->shared)
5640 /* We may need a copy reloc. */
5643 /* Don't propagate .opd relocs. */
5644 if (NO_OPD_RELOCS && opd_sym_map != NULL)
5647 /* If we are creating a shared library, and this is a reloc
5648 against a global symbol, or a non PC relative reloc
5649 against a local symbol, then we need to copy the reloc
5650 into the shared library. However, if we are linking with
5651 -Bsymbolic, we do not need to copy a reloc against a
5652 global symbol which is defined in an object we are
5653 including in the link (i.e., DEF_REGULAR is set). At
5654 this point we have not seen all the input files, so it is
5655 possible that DEF_REGULAR is not set now but will be set
5656 later (it is never cleared). In case of a weak definition,
5657 DEF_REGULAR may be cleared later by a strong definition in
5658 a shared library. We account for that possibility below by
5659 storing information in the dyn_relocs field of the hash
5660 table entry. A similar situation occurs when creating
5661 shared libraries and symbol visibility changes render the
5664 If on the other hand, we are creating an executable, we
5665 may need to keep relocations for symbols satisfied by a
5666 dynamic library if we manage to avoid copy relocs for the
5670 && (must_be_dyn_reloc (info, r_type)
5672 && (!SYMBOLIC_BIND (info, h)
5673 || h->root.type == bfd_link_hash_defweak
5674 || !h->def_regular))))
5675 || (ELIMINATE_COPY_RELOCS
5678 && (h->root.type == bfd_link_hash_defweak
5679 || !h->def_regular))
5683 /* We must copy these reloc types into the output file.
5684 Create a reloc section in dynobj and make room for
5688 sreloc = _bfd_elf_make_dynamic_reloc_section
5689 (sec, htab->elf.dynobj, 3, abfd, /*rela?*/ TRUE);
5695 /* If this is a global symbol, we count the number of
5696 relocations we need for this symbol. */
5699 struct elf_dyn_relocs *p;
5700 struct elf_dyn_relocs **head;
5702 head = &((struct ppc_link_hash_entry *) h)->dyn_relocs;
5704 if (p == NULL || p->sec != sec)
5706 p = bfd_alloc (htab->elf.dynobj, sizeof *p);
5716 if (!must_be_dyn_reloc (info, r_type))
5721 /* Track dynamic relocs needed for local syms too.
5722 We really need local syms available to do this
5724 struct ppc_dyn_relocs *p;
5725 struct ppc_dyn_relocs **head;
5726 bfd_boolean is_ifunc;
5729 Elf_Internal_Sym *isym;
5731 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5736 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
5740 vpp = &elf_section_data (s)->local_dynrel;
5741 head = (struct ppc_dyn_relocs **) vpp;
5742 is_ifunc = ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC;
5744 if (p != NULL && p->sec == sec && p->ifunc != is_ifunc)
5746 if (p == NULL || p->sec != sec || p->ifunc != is_ifunc)
5748 p = bfd_alloc (htab->elf.dynobj, sizeof *p);
5754 p->ifunc = is_ifunc;
5770 /* Merge backend specific data from an object file to the output
5771 object file when linking. */
5774 ppc64_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
5776 unsigned long iflags, oflags;
5778 if ((ibfd->flags & BFD_LINKER_CREATED) != 0)
5781 if (!is_ppc64_elf (ibfd) || !is_ppc64_elf (obfd))
5784 if (!_bfd_generic_verify_endian_match (ibfd, obfd))
5787 iflags = elf_elfheader (ibfd)->e_flags;
5788 oflags = elf_elfheader (obfd)->e_flags;
5790 if (!elf_flags_init (obfd) || oflags == 0)
5792 elf_flags_init (obfd) = TRUE;
5793 elf_elfheader (obfd)->e_flags = iflags;
5795 else if (iflags == oflags || iflags == 0)
5797 else if (iflags & ~EF_PPC64_ABI)
5799 (*_bfd_error_handler)
5800 (_("%B uses unknown e_flags 0x%lx"), ibfd, iflags);
5801 bfd_set_error (bfd_error_bad_value);
5806 (*_bfd_error_handler)
5807 (_("%B: ABI version %ld is not compatible with ABI version %ld output"),
5808 ibfd, iflags, oflags);
5809 bfd_set_error (bfd_error_bad_value);
5813 /* Merge Tag_compatibility attributes and any common GNU ones. */
5814 _bfd_elf_merge_object_attributes (ibfd, obfd);
5820 ppc64_elf_print_private_bfd_data (bfd *abfd, void *ptr)
5822 /* Print normal ELF private data. */
5823 _bfd_elf_print_private_bfd_data (abfd, ptr);
5825 if (elf_elfheader (abfd)->e_flags != 0)
5829 /* xgettext:c-format */
5830 fprintf (file, _("private flags = 0x%lx:"),
5831 elf_elfheader (abfd)->e_flags);
5833 if ((elf_elfheader (abfd)->e_flags & EF_PPC64_ABI) != 0)
5834 fprintf (file, _(" [abiv%ld]"),
5835 elf_elfheader (abfd)->e_flags & EF_PPC64_ABI);
5842 /* OFFSET in OPD_SEC specifies a function descriptor. Return the address
5843 of the code entry point, and its section. */
5846 opd_entry_value (asection *opd_sec,
5848 asection **code_sec,
5850 bfd_boolean in_code_sec)
5852 bfd *opd_bfd = opd_sec->owner;
5853 Elf_Internal_Rela *relocs;
5854 Elf_Internal_Rela *lo, *hi, *look;
5857 /* No relocs implies we are linking a --just-symbols object, or looking
5858 at a final linked executable with addr2line or somesuch. */
5859 if (opd_sec->reloc_count == 0)
5861 bfd_byte *contents = ppc64_elf_tdata (opd_bfd)->opd.contents;
5863 if (contents == NULL)
5865 if (!bfd_malloc_and_get_section (opd_bfd, opd_sec, &contents))
5866 return (bfd_vma) -1;
5867 ppc64_elf_tdata (opd_bfd)->opd.contents = contents;
5870 val = bfd_get_64 (opd_bfd, contents + offset);
5871 if (code_sec != NULL)
5873 asection *sec, *likely = NULL;
5879 && val < sec->vma + sec->size)
5885 for (sec = opd_bfd->sections; sec != NULL; sec = sec->next)
5887 && (sec->flags & SEC_LOAD) != 0
5888 && (sec->flags & SEC_ALLOC) != 0)
5893 if (code_off != NULL)
5894 *code_off = val - likely->vma;
5900 BFD_ASSERT (is_ppc64_elf (opd_bfd));
5902 relocs = ppc64_elf_tdata (opd_bfd)->opd.relocs;
5904 relocs = _bfd_elf_link_read_relocs (opd_bfd, opd_sec, NULL, NULL, TRUE);
5906 /* Go find the opd reloc at the sym address. */
5908 BFD_ASSERT (lo != NULL);
5909 hi = lo + opd_sec->reloc_count - 1; /* ignore last reloc */
5913 look = lo + (hi - lo) / 2;
5914 if (look->r_offset < offset)
5916 else if (look->r_offset > offset)
5920 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (opd_bfd);
5922 if (ELF64_R_TYPE (look->r_info) == R_PPC64_ADDR64
5923 && ELF64_R_TYPE ((look + 1)->r_info) == R_PPC64_TOC)
5925 unsigned long symndx = ELF64_R_SYM (look->r_info);
5928 if (symndx < symtab_hdr->sh_info
5929 || elf_sym_hashes (opd_bfd) == NULL)
5931 Elf_Internal_Sym *sym;
5933 sym = (Elf_Internal_Sym *) symtab_hdr->contents;
5936 size_t symcnt = symtab_hdr->sh_info;
5937 if (elf_sym_hashes (opd_bfd) == NULL)
5938 symcnt = symtab_hdr->sh_size / symtab_hdr->sh_entsize;
5939 sym = bfd_elf_get_elf_syms (opd_bfd, symtab_hdr, symcnt,
5940 0, NULL, NULL, NULL);
5943 symtab_hdr->contents = (bfd_byte *) sym;
5947 val = sym->st_value;
5948 sec = bfd_section_from_elf_index (opd_bfd, sym->st_shndx);
5949 BFD_ASSERT ((sec->flags & SEC_MERGE) == 0);
5953 struct elf_link_hash_entry **sym_hashes;
5954 struct elf_link_hash_entry *rh;
5956 sym_hashes = elf_sym_hashes (opd_bfd);
5957 rh = sym_hashes[symndx - symtab_hdr->sh_info];
5960 rh = elf_follow_link (rh);
5961 BFD_ASSERT (rh->root.type == bfd_link_hash_defined
5962 || rh->root.type == bfd_link_hash_defweak);
5963 val = rh->root.u.def.value;
5964 sec = rh->root.u.def.section;
5968 /* Handle the odd case where we can be called
5969 during bfd_elf_link_add_symbols before the
5970 symbol hashes have been fully populated. */
5971 Elf_Internal_Sym *sym;
5973 sym = bfd_elf_get_elf_syms (opd_bfd, symtab_hdr, 1,
5974 symndx, NULL, NULL, NULL);
5978 val = sym->st_value;
5979 sec = bfd_section_from_elf_index (opd_bfd, sym->st_shndx);
5983 val += look->r_addend;
5984 if (code_off != NULL)
5986 if (code_sec != NULL)
5988 if (in_code_sec && *code_sec != sec)
5993 if (sec != NULL && sec->output_section != NULL)
5994 val += sec->output_section->vma + sec->output_offset;
6003 /* If the ELF symbol SYM might be a function in SEC, return the
6004 function size and set *CODE_OFF to the function's entry point,
6005 otherwise return zero. */
6007 static bfd_size_type
6008 ppc64_elf_maybe_function_sym (const asymbol *sym, asection *sec,
6013 if ((sym->flags & (BSF_SECTION_SYM | BSF_FILE | BSF_OBJECT
6014 | BSF_THREAD_LOCAL | BSF_RELC | BSF_SRELC)) != 0)
6018 if (!(sym->flags & BSF_SYNTHETIC))
6019 size = ((elf_symbol_type *) sym)->internal_elf_sym.st_size;
6021 if (strcmp (sym->section->name, ".opd") == 0)
6023 if (opd_entry_value (sym->section, sym->value,
6024 &sec, code_off, TRUE) == (bfd_vma) -1)
6026 /* An old ABI binary with dot-syms has a size of 24 on the .opd
6027 symbol. This size has nothing to do with the code size of the
6028 function, which is what we're supposed to return, but the
6029 code size isn't available without looking up the dot-sym.
6030 However, doing that would be a waste of time particularly
6031 since elf_find_function will look at the dot-sym anyway.
6032 Now, elf_find_function will keep the largest size of any
6033 function sym found at the code address of interest, so return
6034 1 here to avoid it incorrectly caching a larger function size
6035 for a small function. This does mean we return the wrong
6036 size for a new-ABI function of size 24, but all that does is
6037 disable caching for such functions. */
6043 if (sym->section != sec)
6045 *code_off = sym->value;
6052 /* Return true if symbol is defined in a regular object file. */
6055 is_static_defined (struct elf_link_hash_entry *h)
6057 return ((h->root.type == bfd_link_hash_defined
6058 || h->root.type == bfd_link_hash_defweak)
6059 && h->root.u.def.section != NULL
6060 && h->root.u.def.section->output_section != NULL);
6063 /* If FDH is a function descriptor symbol, return the associated code
6064 entry symbol if it is defined. Return NULL otherwise. */
6066 static struct ppc_link_hash_entry *
6067 defined_code_entry (struct ppc_link_hash_entry *fdh)
6069 if (fdh->is_func_descriptor)
6071 struct ppc_link_hash_entry *fh = ppc_follow_link (fdh->oh);
6072 if (fh->elf.root.type == bfd_link_hash_defined
6073 || fh->elf.root.type == bfd_link_hash_defweak)
6079 /* If FH is a function code entry symbol, return the associated
6080 function descriptor symbol if it is defined. Return NULL otherwise. */
6082 static struct ppc_link_hash_entry *
6083 defined_func_desc (struct ppc_link_hash_entry *fh)
6086 && fh->oh->is_func_descriptor)
6088 struct ppc_link_hash_entry *fdh = ppc_follow_link (fh->oh);
6089 if (fdh->elf.root.type == bfd_link_hash_defined
6090 || fdh->elf.root.type == bfd_link_hash_defweak)
6096 /* Mark all our entry sym sections, both opd and code section. */
6099 ppc64_elf_gc_keep (struct bfd_link_info *info)
6101 struct ppc_link_hash_table *htab = ppc_hash_table (info);
6102 struct bfd_sym_chain *sym;
6107 for (sym = info->gc_sym_list; sym != NULL; sym = sym->next)
6109 struct ppc_link_hash_entry *eh, *fh;
6112 eh = (struct ppc_link_hash_entry *)
6113 elf_link_hash_lookup (&htab->elf, sym->name, FALSE, FALSE, TRUE);
6116 if (eh->elf.root.type != bfd_link_hash_defined
6117 && eh->elf.root.type != bfd_link_hash_defweak)
6120 fh = defined_code_entry (eh);
6123 sec = fh->elf.root.u.def.section;
6124 sec->flags |= SEC_KEEP;
6126 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
6127 && opd_entry_value (eh->elf.root.u.def.section,
6128 eh->elf.root.u.def.value,
6129 &sec, NULL, FALSE) != (bfd_vma) -1)
6130 sec->flags |= SEC_KEEP;
6132 sec = eh->elf.root.u.def.section;
6133 sec->flags |= SEC_KEEP;
6137 /* Mark sections containing dynamically referenced symbols. When
6138 building shared libraries, we must assume that any visible symbol is
6142 ppc64_elf_gc_mark_dynamic_ref (struct elf_link_hash_entry *h, void *inf)
6144 struct bfd_link_info *info = (struct bfd_link_info *) inf;
6145 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) h;
6146 struct ppc_link_hash_entry *fdh;
6148 /* Dynamic linking info is on the func descriptor sym. */
6149 fdh = defined_func_desc (eh);
6153 if ((eh->elf.root.type == bfd_link_hash_defined
6154 || eh->elf.root.type == bfd_link_hash_defweak)
6155 && (eh->elf.ref_dynamic
6156 || (!info->executable
6157 && eh->elf.def_regular
6158 && ELF_ST_VISIBILITY (eh->elf.other) != STV_INTERNAL
6159 && ELF_ST_VISIBILITY (eh->elf.other) != STV_HIDDEN
6160 && (strchr (eh->elf.root.root.string, ELF_VER_CHR) != NULL
6161 || !bfd_hide_sym_by_version (info->version_info,
6162 eh->elf.root.root.string)))))
6165 struct ppc_link_hash_entry *fh;
6167 eh->elf.root.u.def.section->flags |= SEC_KEEP;
6169 /* Function descriptor syms cause the associated
6170 function code sym section to be marked. */
6171 fh = defined_code_entry (eh);
6174 code_sec = fh->elf.root.u.def.section;
6175 code_sec->flags |= SEC_KEEP;
6177 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
6178 && opd_entry_value (eh->elf.root.u.def.section,
6179 eh->elf.root.u.def.value,
6180 &code_sec, NULL, FALSE) != (bfd_vma) -1)
6181 code_sec->flags |= SEC_KEEP;
6187 /* Return the section that should be marked against GC for a given
6191 ppc64_elf_gc_mark_hook (asection *sec,
6192 struct bfd_link_info *info,
6193 Elf_Internal_Rela *rel,
6194 struct elf_link_hash_entry *h,
6195 Elf_Internal_Sym *sym)
6199 /* Syms return NULL if we're marking .opd, so we avoid marking all
6200 function sections, as all functions are referenced in .opd. */
6202 if (get_opd_info (sec) != NULL)
6207 enum elf_ppc64_reloc_type r_type;
6208 struct ppc_link_hash_entry *eh, *fh, *fdh;
6210 r_type = ELF64_R_TYPE (rel->r_info);
6213 case R_PPC64_GNU_VTINHERIT:
6214 case R_PPC64_GNU_VTENTRY:
6218 switch (h->root.type)
6220 case bfd_link_hash_defined:
6221 case bfd_link_hash_defweak:
6222 eh = (struct ppc_link_hash_entry *) h;
6223 fdh = defined_func_desc (eh);
6227 /* Function descriptor syms cause the associated
6228 function code sym section to be marked. */
6229 fh = defined_code_entry (eh);
6232 /* They also mark their opd section. */
6233 eh->elf.root.u.def.section->gc_mark = 1;
6235 rsec = fh->elf.root.u.def.section;
6237 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
6238 && opd_entry_value (eh->elf.root.u.def.section,
6239 eh->elf.root.u.def.value,
6240 &rsec, NULL, FALSE) != (bfd_vma) -1)
6241 eh->elf.root.u.def.section->gc_mark = 1;
6243 rsec = h->root.u.def.section;
6246 case bfd_link_hash_common:
6247 rsec = h->root.u.c.p->section;
6251 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
6257 struct _opd_sec_data *opd;
6259 rsec = bfd_section_from_elf_index (sec->owner, sym->st_shndx);
6260 opd = get_opd_info (rsec);
6261 if (opd != NULL && opd->func_sec != NULL)
6265 rsec = opd->func_sec[(sym->st_value + rel->r_addend) / 8];
6272 /* Update the .got, .plt. and dynamic reloc reference counts for the
6273 section being removed. */
6276 ppc64_elf_gc_sweep_hook (bfd *abfd, struct bfd_link_info *info,
6277 asection *sec, const Elf_Internal_Rela *relocs)
6279 struct ppc_link_hash_table *htab;
6280 Elf_Internal_Shdr *symtab_hdr;
6281 struct elf_link_hash_entry **sym_hashes;
6282 struct got_entry **local_got_ents;
6283 const Elf_Internal_Rela *rel, *relend;
6285 if (info->relocatable)
6288 if ((sec->flags & SEC_ALLOC) == 0)
6291 elf_section_data (sec)->local_dynrel = NULL;
6293 htab = ppc_hash_table (info);
6297 symtab_hdr = &elf_symtab_hdr (abfd);
6298 sym_hashes = elf_sym_hashes (abfd);
6299 local_got_ents = elf_local_got_ents (abfd);
6301 relend = relocs + sec->reloc_count;
6302 for (rel = relocs; rel < relend; rel++)
6304 unsigned long r_symndx;
6305 enum elf_ppc64_reloc_type r_type;
6306 struct elf_link_hash_entry *h = NULL;
6307 unsigned char tls_type = 0;
6309 r_symndx = ELF64_R_SYM (rel->r_info);
6310 r_type = ELF64_R_TYPE (rel->r_info);
6311 if (r_symndx >= symtab_hdr->sh_info)
6313 struct ppc_link_hash_entry *eh;
6314 struct elf_dyn_relocs **pp;
6315 struct elf_dyn_relocs *p;
6317 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
6318 h = elf_follow_link (h);
6319 eh = (struct ppc_link_hash_entry *) h;
6321 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
6324 /* Everything must go for SEC. */
6330 if (is_branch_reloc (r_type))
6332 struct plt_entry **ifunc = NULL;
6335 if (h->type == STT_GNU_IFUNC)
6336 ifunc = &h->plt.plist;
6338 else if (local_got_ents != NULL)
6340 struct plt_entry **local_plt = (struct plt_entry **)
6341 (local_got_ents + symtab_hdr->sh_info);
6342 unsigned char *local_got_tls_masks = (unsigned char *)
6343 (local_plt + symtab_hdr->sh_info);
6344 if ((local_got_tls_masks[r_symndx] & PLT_IFUNC) != 0)
6345 ifunc = local_plt + r_symndx;
6349 struct plt_entry *ent;
6351 for (ent = *ifunc; ent != NULL; ent = ent->next)
6352 if (ent->addend == rel->r_addend)
6356 if (ent->plt.refcount > 0)
6357 ent->plt.refcount -= 1;
6364 case R_PPC64_GOT_TLSLD16:
6365 case R_PPC64_GOT_TLSLD16_LO:
6366 case R_PPC64_GOT_TLSLD16_HI:
6367 case R_PPC64_GOT_TLSLD16_HA:
6368 tls_type = TLS_TLS | TLS_LD;
6371 case R_PPC64_GOT_TLSGD16:
6372 case R_PPC64_GOT_TLSGD16_LO:
6373 case R_PPC64_GOT_TLSGD16_HI:
6374 case R_PPC64_GOT_TLSGD16_HA:
6375 tls_type = TLS_TLS | TLS_GD;
6378 case R_PPC64_GOT_TPREL16_DS:
6379 case R_PPC64_GOT_TPREL16_LO_DS:
6380 case R_PPC64_GOT_TPREL16_HI:
6381 case R_PPC64_GOT_TPREL16_HA:
6382 tls_type = TLS_TLS | TLS_TPREL;
6385 case R_PPC64_GOT_DTPREL16_DS:
6386 case R_PPC64_GOT_DTPREL16_LO_DS:
6387 case R_PPC64_GOT_DTPREL16_HI:
6388 case R_PPC64_GOT_DTPREL16_HA:
6389 tls_type = TLS_TLS | TLS_DTPREL;
6393 case R_PPC64_GOT16_DS:
6394 case R_PPC64_GOT16_HA:
6395 case R_PPC64_GOT16_HI:
6396 case R_PPC64_GOT16_LO:
6397 case R_PPC64_GOT16_LO_DS:
6400 struct got_entry *ent;
6405 ent = local_got_ents[r_symndx];
6407 for (; ent != NULL; ent = ent->next)
6408 if (ent->addend == rel->r_addend
6409 && ent->owner == abfd
6410 && ent->tls_type == tls_type)
6414 if (ent->got.refcount > 0)
6415 ent->got.refcount -= 1;
6419 case R_PPC64_PLT16_HA:
6420 case R_PPC64_PLT16_HI:
6421 case R_PPC64_PLT16_LO:
6425 case R_PPC64_REL14_BRNTAKEN:
6426 case R_PPC64_REL14_BRTAKEN:
6430 struct plt_entry *ent;
6432 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
6433 if (ent->addend == rel->r_addend)
6435 if (ent != NULL && ent->plt.refcount > 0)
6436 ent->plt.refcount -= 1;
6447 /* The maximum size of .sfpr. */
6448 #define SFPR_MAX (218*4)
6450 struct sfpr_def_parms
6452 const char name[12];
6453 unsigned char lo, hi;
6454 bfd_byte * (*write_ent) (bfd *, bfd_byte *, int);
6455 bfd_byte * (*write_tail) (bfd *, bfd_byte *, int);
6458 /* Auto-generate _save*, _rest* functions in .sfpr. */
6461 sfpr_define (struct bfd_link_info *info, const struct sfpr_def_parms *parm)
6463 struct ppc_link_hash_table *htab = ppc_hash_table (info);
6465 size_t len = strlen (parm->name);
6466 bfd_boolean writing = FALSE;
6472 memcpy (sym, parm->name, len);
6475 for (i = parm->lo; i <= parm->hi; i++)
6477 struct elf_link_hash_entry *h;
6479 sym[len + 0] = i / 10 + '0';
6480 sym[len + 1] = i % 10 + '0';
6481 h = elf_link_hash_lookup (&htab->elf, sym, FALSE, FALSE, TRUE);
6485 h->root.type = bfd_link_hash_defined;
6486 h->root.u.def.section = htab->sfpr;
6487 h->root.u.def.value = htab->sfpr->size;
6490 _bfd_elf_link_hash_hide_symbol (info, h, TRUE);
6492 if (htab->sfpr->contents == NULL)
6494 htab->sfpr->contents = bfd_alloc (htab->elf.dynobj, SFPR_MAX);
6495 if (htab->sfpr->contents == NULL)
6501 bfd_byte *p = htab->sfpr->contents + htab->sfpr->size;
6503 p = (*parm->write_ent) (htab->elf.dynobj, p, i);
6505 p = (*parm->write_tail) (htab->elf.dynobj, p, i);
6506 htab->sfpr->size = p - htab->sfpr->contents;
6514 savegpr0 (bfd *abfd, bfd_byte *p, int r)
6516 bfd_put_32 (abfd, STD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6521 savegpr0_tail (bfd *abfd, bfd_byte *p, int r)
6523 p = savegpr0 (abfd, p, r);
6524 bfd_put_32 (abfd, STD_R0_0R1 + STK_LR, p);
6526 bfd_put_32 (abfd, BLR, p);
6531 restgpr0 (bfd *abfd, bfd_byte *p, int r)
6533 bfd_put_32 (abfd, LD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6538 restgpr0_tail (bfd *abfd, bfd_byte *p, int r)
6540 bfd_put_32 (abfd, LD_R0_0R1 + STK_LR, p);
6542 p = restgpr0 (abfd, p, r);
6543 bfd_put_32 (abfd, MTLR_R0, p);
6547 p = restgpr0 (abfd, p, 30);
6548 p = restgpr0 (abfd, p, 31);
6550 bfd_put_32 (abfd, BLR, p);
6555 savegpr1 (bfd *abfd, bfd_byte *p, int r)
6557 bfd_put_32 (abfd, STD_R0_0R12 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6562 savegpr1_tail (bfd *abfd, bfd_byte *p, int r)
6564 p = savegpr1 (abfd, p, r);
6565 bfd_put_32 (abfd, BLR, p);
6570 restgpr1 (bfd *abfd, bfd_byte *p, int r)
6572 bfd_put_32 (abfd, LD_R0_0R12 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6577 restgpr1_tail (bfd *abfd, bfd_byte *p, int r)
6579 p = restgpr1 (abfd, p, r);
6580 bfd_put_32 (abfd, BLR, p);
6585 savefpr (bfd *abfd, bfd_byte *p, int r)
6587 bfd_put_32 (abfd, STFD_FR0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6592 savefpr0_tail (bfd *abfd, bfd_byte *p, int r)
6594 p = savefpr (abfd, p, r);
6595 bfd_put_32 (abfd, STD_R0_0R1 + STK_LR, p);
6597 bfd_put_32 (abfd, BLR, p);
6602 restfpr (bfd *abfd, bfd_byte *p, int r)
6604 bfd_put_32 (abfd, LFD_FR0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6609 restfpr0_tail (bfd *abfd, bfd_byte *p, int r)
6611 bfd_put_32 (abfd, LD_R0_0R1 + STK_LR, p);
6613 p = restfpr (abfd, p, r);
6614 bfd_put_32 (abfd, MTLR_R0, p);
6618 p = restfpr (abfd, p, 30);
6619 p = restfpr (abfd, p, 31);
6621 bfd_put_32 (abfd, BLR, p);
6626 savefpr1_tail (bfd *abfd, bfd_byte *p, int r)
6628 p = savefpr (abfd, p, r);
6629 bfd_put_32 (abfd, BLR, p);
6634 restfpr1_tail (bfd *abfd, bfd_byte *p, int r)
6636 p = restfpr (abfd, p, r);
6637 bfd_put_32 (abfd, BLR, p);
6642 savevr (bfd *abfd, bfd_byte *p, int r)
6644 bfd_put_32 (abfd, LI_R12_0 + (1 << 16) - (32 - r) * 16, p);
6646 bfd_put_32 (abfd, STVX_VR0_R12_R0 + (r << 21), p);
6651 savevr_tail (bfd *abfd, bfd_byte *p, int r)
6653 p = savevr (abfd, p, r);
6654 bfd_put_32 (abfd, BLR, p);
6659 restvr (bfd *abfd, bfd_byte *p, int r)
6661 bfd_put_32 (abfd, LI_R12_0 + (1 << 16) - (32 - r) * 16, p);
6663 bfd_put_32 (abfd, LVX_VR0_R12_R0 + (r << 21), p);
6668 restvr_tail (bfd *abfd, bfd_byte *p, int r)
6670 p = restvr (abfd, p, r);
6671 bfd_put_32 (abfd, BLR, p);
6675 /* Called via elf_link_hash_traverse to transfer dynamic linking
6676 information on function code symbol entries to their corresponding
6677 function descriptor symbol entries. */
6680 func_desc_adjust (struct elf_link_hash_entry *h, void *inf)
6682 struct bfd_link_info *info;
6683 struct ppc_link_hash_table *htab;
6684 struct plt_entry *ent;
6685 struct ppc_link_hash_entry *fh;
6686 struct ppc_link_hash_entry *fdh;
6687 bfd_boolean force_local;
6689 fh = (struct ppc_link_hash_entry *) h;
6690 if (fh->elf.root.type == bfd_link_hash_indirect)
6694 htab = ppc_hash_table (info);
6698 /* Resolve undefined references to dot-symbols as the value
6699 in the function descriptor, if we have one in a regular object.
6700 This is to satisfy cases like ".quad .foo". Calls to functions
6701 in dynamic objects are handled elsewhere. */
6702 if (fh->elf.root.type == bfd_link_hash_undefweak
6703 && fh->was_undefined
6704 && (fdh = defined_func_desc (fh)) != NULL
6705 && get_opd_info (fdh->elf.root.u.def.section) != NULL
6706 && opd_entry_value (fdh->elf.root.u.def.section,
6707 fdh->elf.root.u.def.value,
6708 &fh->elf.root.u.def.section,
6709 &fh->elf.root.u.def.value, FALSE) != (bfd_vma) -1)
6711 fh->elf.root.type = fdh->elf.root.type;
6712 fh->elf.forced_local = 1;
6713 fh->elf.def_regular = fdh->elf.def_regular;
6714 fh->elf.def_dynamic = fdh->elf.def_dynamic;
6717 /* If this is a function code symbol, transfer dynamic linking
6718 information to the function descriptor symbol. */
6722 for (ent = fh->elf.plt.plist; ent != NULL; ent = ent->next)
6723 if (ent->plt.refcount > 0)
6726 || fh->elf.root.root.string[0] != '.'
6727 || fh->elf.root.root.string[1] == '\0')
6730 /* Find the corresponding function descriptor symbol. Create it
6731 as undefined if necessary. */
6733 fdh = lookup_fdh (fh, htab);
6735 && !info->executable
6736 && (fh->elf.root.type == bfd_link_hash_undefined
6737 || fh->elf.root.type == bfd_link_hash_undefweak))
6739 fdh = make_fdh (info, fh);
6744 /* Fake function descriptors are made undefweak. If the function
6745 code symbol is strong undefined, make the fake sym the same.
6746 If the function code symbol is defined, then force the fake
6747 descriptor local; We can't support overriding of symbols in a
6748 shared library on a fake descriptor. */
6752 && fdh->elf.root.type == bfd_link_hash_undefweak)
6754 if (fh->elf.root.type == bfd_link_hash_undefined)
6756 fdh->elf.root.type = bfd_link_hash_undefined;
6757 bfd_link_add_undef (&htab->elf.root, &fdh->elf.root);
6759 else if (fh->elf.root.type == bfd_link_hash_defined
6760 || fh->elf.root.type == bfd_link_hash_defweak)
6762 _bfd_elf_link_hash_hide_symbol (info, &fdh->elf, TRUE);
6767 && !fdh->elf.forced_local
6768 && (!info->executable
6769 || fdh->elf.def_dynamic
6770 || fdh->elf.ref_dynamic
6771 || (fdh->elf.root.type == bfd_link_hash_undefweak
6772 && ELF_ST_VISIBILITY (fdh->elf.other) == STV_DEFAULT)))
6774 if (fdh->elf.dynindx == -1)
6775 if (! bfd_elf_link_record_dynamic_symbol (info, &fdh->elf))
6777 fdh->elf.ref_regular |= fh->elf.ref_regular;
6778 fdh->elf.ref_dynamic |= fh->elf.ref_dynamic;
6779 fdh->elf.ref_regular_nonweak |= fh->elf.ref_regular_nonweak;
6780 fdh->elf.non_got_ref |= fh->elf.non_got_ref;
6781 if (ELF_ST_VISIBILITY (fh->elf.other) == STV_DEFAULT)
6783 move_plt_plist (fh, fdh);
6784 fdh->elf.needs_plt = 1;
6786 fdh->is_func_descriptor = 1;
6791 /* Now that the info is on the function descriptor, clear the
6792 function code sym info. Any function code syms for which we
6793 don't have a definition in a regular file, we force local.
6794 This prevents a shared library from exporting syms that have
6795 been imported from another library. Function code syms that
6796 are really in the library we must leave global to prevent the
6797 linker dragging in a definition from a static library. */
6798 force_local = (!fh->elf.def_regular
6800 || !fdh->elf.def_regular
6801 || fdh->elf.forced_local);
6802 _bfd_elf_link_hash_hide_symbol (info, &fh->elf, force_local);
6807 /* Called near the start of bfd_elf_size_dynamic_sections. We use
6808 this hook to a) provide some gcc support functions, and b) transfer
6809 dynamic linking information gathered so far on function code symbol
6810 entries, to their corresponding function descriptor symbol entries. */
6813 ppc64_elf_func_desc_adjust (bfd *obfd ATTRIBUTE_UNUSED,
6814 struct bfd_link_info *info)
6816 struct ppc_link_hash_table *htab;
6818 static const struct sfpr_def_parms funcs[] =
6820 { "_savegpr0_", 14, 31, savegpr0, savegpr0_tail },
6821 { "_restgpr0_", 14, 29, restgpr0, restgpr0_tail },
6822 { "_restgpr0_", 30, 31, restgpr0, restgpr0_tail },
6823 { "_savegpr1_", 14, 31, savegpr1, savegpr1_tail },
6824 { "_restgpr1_", 14, 31, restgpr1, restgpr1_tail },
6825 { "_savefpr_", 14, 31, savefpr, savefpr0_tail },
6826 { "_restfpr_", 14, 29, restfpr, restfpr0_tail },
6827 { "_restfpr_", 30, 31, restfpr, restfpr0_tail },
6828 { "._savef", 14, 31, savefpr, savefpr1_tail },
6829 { "._restf", 14, 31, restfpr, restfpr1_tail },
6830 { "_savevr_", 20, 31, savevr, savevr_tail },
6831 { "_restvr_", 20, 31, restvr, restvr_tail }
6834 htab = ppc_hash_table (info);
6838 if (!info->relocatable
6839 && htab->elf.hgot != NULL)
6841 _bfd_elf_link_hash_hide_symbol (info, htab->elf.hgot, TRUE);
6842 /* Make .TOC. defined so as to prevent it being made dynamic.
6843 The wrong value here is fixed later in ppc64_elf_set_toc. */
6844 htab->elf.hgot->type = STT_OBJECT;
6845 htab->elf.hgot->root.type = bfd_link_hash_defined;
6846 htab->elf.hgot->root.u.def.value = 0;
6847 htab->elf.hgot->root.u.def.section = bfd_abs_section_ptr;
6848 htab->elf.hgot->def_regular = 1;
6849 htab->elf.hgot->other = ((htab->elf.hgot->other & ~ELF_ST_VISIBILITY (-1))
6853 if (htab->sfpr == NULL)
6854 /* We don't have any relocs. */
6857 /* Provide any missing _save* and _rest* functions. */
6858 htab->sfpr->size = 0;
6859 if (!info->relocatable)
6860 for (i = 0; i < sizeof (funcs) / sizeof (funcs[0]); i++)
6861 if (!sfpr_define (info, &funcs[i]))
6864 elf_link_hash_traverse (&htab->elf, func_desc_adjust, info);
6866 if (htab->sfpr->size == 0)
6867 htab->sfpr->flags |= SEC_EXCLUDE;
6872 /* Return true if we have dynamic relocs that apply to read-only sections. */
6875 readonly_dynrelocs (struct elf_link_hash_entry *h)
6877 struct ppc_link_hash_entry *eh;
6878 struct elf_dyn_relocs *p;
6880 eh = (struct ppc_link_hash_entry *) h;
6881 for (p = eh->dyn_relocs; p != NULL; p = p->next)
6883 asection *s = p->sec->output_section;
6885 if (s != NULL && (s->flags & SEC_READONLY) != 0)
6891 /* Adjust a symbol defined by a dynamic object and referenced by a
6892 regular object. The current definition is in some section of the
6893 dynamic object, but we're not including those sections. We have to
6894 change the definition to something the rest of the link can
6898 ppc64_elf_adjust_dynamic_symbol (struct bfd_link_info *info,
6899 struct elf_link_hash_entry *h)
6901 struct ppc_link_hash_table *htab;
6904 htab = ppc_hash_table (info);
6908 /* Deal with function syms. */
6909 if (h->type == STT_FUNC
6910 || h->type == STT_GNU_IFUNC
6913 /* Clear procedure linkage table information for any symbol that
6914 won't need a .plt entry. */
6915 struct plt_entry *ent;
6916 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
6917 if (ent->plt.refcount > 0)
6920 || (h->type != STT_GNU_IFUNC
6921 && (SYMBOL_CALLS_LOCAL (info, h)
6922 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
6923 && h->root.type == bfd_link_hash_undefweak))))
6925 h->plt.plist = NULL;
6928 else if (abiversion (info->output_bfd) == 2)
6930 /* After adjust_dynamic_symbol, non_got_ref set in the
6931 non-shared case means that we have allocated space in
6932 .dynbss for the symbol and thus dyn_relocs for this
6933 symbol should be discarded.
6934 If we get here we know we are making a PLT entry for this
6935 symbol, and in an executable we'd normally resolve
6936 relocations against this symbol to the PLT entry. Allow
6937 dynamic relocs if the reference is weak, and the dynamic
6938 relocs will not cause text relocation. */
6939 if (!h->ref_regular_nonweak
6941 && h->type != STT_GNU_IFUNC
6942 && !readonly_dynrelocs (h))
6945 /* If making a plt entry, then we don't need copy relocs. */
6950 h->plt.plist = NULL;
6952 /* If this is a weak symbol, and there is a real definition, the
6953 processor independent code will have arranged for us to see the
6954 real definition first, and we can just use the same value. */
6955 if (h->u.weakdef != NULL)
6957 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
6958 || h->u.weakdef->root.type == bfd_link_hash_defweak);
6959 h->root.u.def.section = h->u.weakdef->root.u.def.section;
6960 h->root.u.def.value = h->u.weakdef->root.u.def.value;
6961 if (ELIMINATE_COPY_RELOCS)
6962 h->non_got_ref = h->u.weakdef->non_got_ref;
6966 /* If we are creating a shared library, we must presume that the
6967 only references to the symbol are via the global offset table.
6968 For such cases we need not do anything here; the relocations will
6969 be handled correctly by relocate_section. */
6973 /* If there are no references to this symbol that do not use the
6974 GOT, we don't need to generate a copy reloc. */
6975 if (!h->non_got_ref)
6978 /* Don't generate a copy reloc for symbols defined in the executable. */
6979 if (!h->def_dynamic || !h->ref_regular || h->def_regular)
6982 /* If we didn't find any dynamic relocs in read-only sections, then
6983 we'll be keeping the dynamic relocs and avoiding the copy reloc. */
6984 if (ELIMINATE_COPY_RELOCS && !readonly_dynrelocs (h))
6990 if (h->plt.plist != NULL)
6992 /* We should never get here, but unfortunately there are versions
6993 of gcc out there that improperly (for this ABI) put initialized
6994 function pointers, vtable refs and suchlike in read-only
6995 sections. Allow them to proceed, but warn that this might
6996 break at runtime. */
6997 info->callbacks->einfo
6998 (_("%P: copy reloc against `%T' requires lazy plt linking; "
6999 "avoid setting LD_BIND_NOW=1 or upgrade gcc\n"),
7000 h->root.root.string);
7003 /* This is a reference to a symbol defined by a dynamic object which
7004 is not a function. */
7006 /* We must allocate the symbol in our .dynbss section, which will
7007 become part of the .bss section of the executable. There will be
7008 an entry for this symbol in the .dynsym section. The dynamic
7009 object will contain position independent code, so all references
7010 from the dynamic object to this symbol will go through the global
7011 offset table. The dynamic linker will use the .dynsym entry to
7012 determine the address it must put in the global offset table, so
7013 both the dynamic object and the regular object will refer to the
7014 same memory location for the variable. */
7016 /* We must generate a R_PPC64_COPY reloc to tell the dynamic linker
7017 to copy the initial value out of the dynamic object and into the
7018 runtime process image. We need to remember the offset into the
7019 .rela.bss section we are going to use. */
7020 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0 && h->size != 0)
7022 htab->relbss->size += sizeof (Elf64_External_Rela);
7028 return _bfd_elf_adjust_dynamic_copy (h, s);
7031 /* If given a function descriptor symbol, hide both the function code
7032 sym and the descriptor. */
7034 ppc64_elf_hide_symbol (struct bfd_link_info *info,
7035 struct elf_link_hash_entry *h,
7036 bfd_boolean force_local)
7038 struct ppc_link_hash_entry *eh;
7039 _bfd_elf_link_hash_hide_symbol (info, h, force_local);
7041 eh = (struct ppc_link_hash_entry *) h;
7042 if (eh->is_func_descriptor)
7044 struct ppc_link_hash_entry *fh = eh->oh;
7049 struct ppc_link_hash_table *htab;
7052 /* We aren't supposed to use alloca in BFD because on
7053 systems which do not have alloca the version in libiberty
7054 calls xmalloc, which might cause the program to crash
7055 when it runs out of memory. This function doesn't have a
7056 return status, so there's no way to gracefully return an
7057 error. So cheat. We know that string[-1] can be safely
7058 accessed; It's either a string in an ELF string table,
7059 or allocated in an objalloc structure. */
7061 p = eh->elf.root.root.string - 1;
7064 htab = ppc_hash_table (info);
7068 fh = (struct ppc_link_hash_entry *)
7069 elf_link_hash_lookup (&htab->elf, p, FALSE, FALSE, FALSE);
7072 /* Unfortunately, if it so happens that the string we were
7073 looking for was allocated immediately before this string,
7074 then we overwrote the string terminator. That's the only
7075 reason the lookup should fail. */
7078 q = eh->elf.root.root.string + strlen (eh->elf.root.root.string);
7079 while (q >= eh->elf.root.root.string && *q == *p)
7081 if (q < eh->elf.root.root.string && *p == '.')
7082 fh = (struct ppc_link_hash_entry *)
7083 elf_link_hash_lookup (&htab->elf, p, FALSE, FALSE, FALSE);
7092 _bfd_elf_link_hash_hide_symbol (info, &fh->elf, force_local);
7097 get_sym_h (struct elf_link_hash_entry **hp,
7098 Elf_Internal_Sym **symp,
7100 unsigned char **tls_maskp,
7101 Elf_Internal_Sym **locsymsp,
7102 unsigned long r_symndx,
7105 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (ibfd);
7107 if (r_symndx >= symtab_hdr->sh_info)
7109 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
7110 struct elf_link_hash_entry *h;
7112 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
7113 h = elf_follow_link (h);
7121 if (symsecp != NULL)
7123 asection *symsec = NULL;
7124 if (h->root.type == bfd_link_hash_defined
7125 || h->root.type == bfd_link_hash_defweak)
7126 symsec = h->root.u.def.section;
7130 if (tls_maskp != NULL)
7132 struct ppc_link_hash_entry *eh;
7134 eh = (struct ppc_link_hash_entry *) h;
7135 *tls_maskp = &eh->tls_mask;
7140 Elf_Internal_Sym *sym;
7141 Elf_Internal_Sym *locsyms = *locsymsp;
7143 if (locsyms == NULL)
7145 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
7146 if (locsyms == NULL)
7147 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
7148 symtab_hdr->sh_info,
7149 0, NULL, NULL, NULL);
7150 if (locsyms == NULL)
7152 *locsymsp = locsyms;
7154 sym = locsyms + r_symndx;
7162 if (symsecp != NULL)
7163 *symsecp = bfd_section_from_elf_index (ibfd, sym->st_shndx);
7165 if (tls_maskp != NULL)
7167 struct got_entry **lgot_ents;
7168 unsigned char *tls_mask;
7171 lgot_ents = elf_local_got_ents (ibfd);
7172 if (lgot_ents != NULL)
7174 struct plt_entry **local_plt = (struct plt_entry **)
7175 (lgot_ents + symtab_hdr->sh_info);
7176 unsigned char *lgot_masks = (unsigned char *)
7177 (local_plt + symtab_hdr->sh_info);
7178 tls_mask = &lgot_masks[r_symndx];
7180 *tls_maskp = tls_mask;
7186 /* Returns TLS_MASKP for the given REL symbol. Function return is 0 on
7187 error, 2 on a toc GD type suitable for optimization, 3 on a toc LD
7188 type suitable for optimization, and 1 otherwise. */
7191 get_tls_mask (unsigned char **tls_maskp,
7192 unsigned long *toc_symndx,
7193 bfd_vma *toc_addend,
7194 Elf_Internal_Sym **locsymsp,
7195 const Elf_Internal_Rela *rel,
7198 unsigned long r_symndx;
7200 struct elf_link_hash_entry *h;
7201 Elf_Internal_Sym *sym;
7205 r_symndx = ELF64_R_SYM (rel->r_info);
7206 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
7209 if ((*tls_maskp != NULL && **tls_maskp != 0)
7211 || ppc64_elf_section_data (sec) == NULL
7212 || ppc64_elf_section_data (sec)->sec_type != sec_toc)
7215 /* Look inside a TOC section too. */
7218 BFD_ASSERT (h->root.type == bfd_link_hash_defined);
7219 off = h->root.u.def.value;
7222 off = sym->st_value;
7223 off += rel->r_addend;
7224 BFD_ASSERT (off % 8 == 0);
7225 r_symndx = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8];
7226 next_r = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8 + 1];
7227 if (toc_symndx != NULL)
7228 *toc_symndx = r_symndx;
7229 if (toc_addend != NULL)
7230 *toc_addend = ppc64_elf_section_data (sec)->u.toc.add[off / 8];
7231 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
7233 if ((h == NULL || is_static_defined (h))
7234 && (next_r == -1 || next_r == -2))
7239 /* Find (or create) an entry in the tocsave hash table. */
7241 static struct tocsave_entry *
7242 tocsave_find (struct ppc_link_hash_table *htab,
7243 enum insert_option insert,
7244 Elf_Internal_Sym **local_syms,
7245 const Elf_Internal_Rela *irela,
7248 unsigned long r_indx;
7249 struct elf_link_hash_entry *h;
7250 Elf_Internal_Sym *sym;
7251 struct tocsave_entry ent, *p;
7253 struct tocsave_entry **slot;
7255 r_indx = ELF64_R_SYM (irela->r_info);
7256 if (!get_sym_h (&h, &sym, &ent.sec, NULL, local_syms, r_indx, ibfd))
7258 if (ent.sec == NULL || ent.sec->output_section == NULL)
7260 (*_bfd_error_handler)
7261 (_("%B: undefined symbol on R_PPC64_TOCSAVE relocation"));
7266 ent.offset = h->root.u.def.value;
7268 ent.offset = sym->st_value;
7269 ent.offset += irela->r_addend;
7271 hash = tocsave_htab_hash (&ent);
7272 slot = ((struct tocsave_entry **)
7273 htab_find_slot_with_hash (htab->tocsave_htab, &ent, hash, insert));
7279 p = (struct tocsave_entry *) bfd_alloc (ibfd, sizeof (*p));
7288 /* Adjust all global syms defined in opd sections. In gcc generated
7289 code for the old ABI, these will already have been done. */
7292 adjust_opd_syms (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
7294 struct ppc_link_hash_entry *eh;
7296 struct _opd_sec_data *opd;
7298 if (h->root.type == bfd_link_hash_indirect)
7301 if (h->root.type != bfd_link_hash_defined
7302 && h->root.type != bfd_link_hash_defweak)
7305 eh = (struct ppc_link_hash_entry *) h;
7306 if (eh->adjust_done)
7309 sym_sec = eh->elf.root.u.def.section;
7310 opd = get_opd_info (sym_sec);
7311 if (opd != NULL && opd->adjust != NULL)
7313 long adjust = opd->adjust[eh->elf.root.u.def.value / 8];
7316 /* This entry has been deleted. */
7317 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section;
7320 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next)
7321 if (discarded_section (dsec))
7323 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec;
7327 eh->elf.root.u.def.value = 0;
7328 eh->elf.root.u.def.section = dsec;
7331 eh->elf.root.u.def.value += adjust;
7332 eh->adjust_done = 1;
7337 /* Handles decrementing dynamic reloc counts for the reloc specified by
7338 R_INFO in section SEC. If LOCAL_SYMS is NULL, then H and SYM
7339 have already been determined. */
7342 dec_dynrel_count (bfd_vma r_info,
7344 struct bfd_link_info *info,
7345 Elf_Internal_Sym **local_syms,
7346 struct elf_link_hash_entry *h,
7347 Elf_Internal_Sym *sym)
7349 enum elf_ppc64_reloc_type r_type;
7350 asection *sym_sec = NULL;
7352 /* Can this reloc be dynamic? This switch, and later tests here
7353 should be kept in sync with the code in check_relocs. */
7354 r_type = ELF64_R_TYPE (r_info);
7360 case R_PPC64_TPREL16:
7361 case R_PPC64_TPREL16_LO:
7362 case R_PPC64_TPREL16_HI:
7363 case R_PPC64_TPREL16_HA:
7364 case R_PPC64_TPREL16_DS:
7365 case R_PPC64_TPREL16_LO_DS:
7366 case R_PPC64_TPREL16_HIGH:
7367 case R_PPC64_TPREL16_HIGHA:
7368 case R_PPC64_TPREL16_HIGHER:
7369 case R_PPC64_TPREL16_HIGHERA:
7370 case R_PPC64_TPREL16_HIGHEST:
7371 case R_PPC64_TPREL16_HIGHESTA:
7375 case R_PPC64_TPREL64:
7376 case R_PPC64_DTPMOD64:
7377 case R_PPC64_DTPREL64:
7378 case R_PPC64_ADDR64:
7382 case R_PPC64_ADDR14:
7383 case R_PPC64_ADDR14_BRNTAKEN:
7384 case R_PPC64_ADDR14_BRTAKEN:
7385 case R_PPC64_ADDR16:
7386 case R_PPC64_ADDR16_DS:
7387 case R_PPC64_ADDR16_HA:
7388 case R_PPC64_ADDR16_HI:
7389 case R_PPC64_ADDR16_HIGH:
7390 case R_PPC64_ADDR16_HIGHA:
7391 case R_PPC64_ADDR16_HIGHER:
7392 case R_PPC64_ADDR16_HIGHERA:
7393 case R_PPC64_ADDR16_HIGHEST:
7394 case R_PPC64_ADDR16_HIGHESTA:
7395 case R_PPC64_ADDR16_LO:
7396 case R_PPC64_ADDR16_LO_DS:
7397 case R_PPC64_ADDR24:
7398 case R_PPC64_ADDR32:
7399 case R_PPC64_UADDR16:
7400 case R_PPC64_UADDR32:
7401 case R_PPC64_UADDR64:
7406 if (local_syms != NULL)
7408 unsigned long r_symndx;
7409 bfd *ibfd = sec->owner;
7411 r_symndx = ELF64_R_SYM (r_info);
7412 if (!get_sym_h (&h, &sym, &sym_sec, NULL, local_syms, r_symndx, ibfd))
7417 && (must_be_dyn_reloc (info, r_type)
7419 && (!SYMBOLIC_BIND (info, h)
7420 || h->root.type == bfd_link_hash_defweak
7421 || !h->def_regular))))
7422 || (ELIMINATE_COPY_RELOCS
7425 && (h->root.type == bfd_link_hash_defweak
7426 || !h->def_regular)))
7433 struct elf_dyn_relocs *p;
7434 struct elf_dyn_relocs **pp;
7435 pp = &((struct ppc_link_hash_entry *) h)->dyn_relocs;
7437 /* elf_gc_sweep may have already removed all dyn relocs associated
7438 with local syms for a given section. Also, symbol flags are
7439 changed by elf_gc_sweep_symbol, confusing the test above. Don't
7440 report a dynreloc miscount. */
7441 if (*pp == NULL && info->gc_sections)
7444 while ((p = *pp) != NULL)
7448 if (!must_be_dyn_reloc (info, r_type))
7460 struct ppc_dyn_relocs *p;
7461 struct ppc_dyn_relocs **pp;
7463 bfd_boolean is_ifunc;
7465 if (local_syms == NULL)
7466 sym_sec = bfd_section_from_elf_index (sec->owner, sym->st_shndx);
7467 if (sym_sec == NULL)
7470 vpp = &elf_section_data (sym_sec)->local_dynrel;
7471 pp = (struct ppc_dyn_relocs **) vpp;
7473 if (*pp == NULL && info->gc_sections)
7476 is_ifunc = ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC;
7477 while ((p = *pp) != NULL)
7479 if (p->sec == sec && p->ifunc == is_ifunc)
7490 info->callbacks->einfo (_("%P: dynreloc miscount for %B, section %A\n"),
7492 bfd_set_error (bfd_error_bad_value);
7496 /* Remove unused Official Procedure Descriptor entries. Currently we
7497 only remove those associated with functions in discarded link-once
7498 sections, or weakly defined functions that have been overridden. It
7499 would be possible to remove many more entries for statically linked
7503 ppc64_elf_edit_opd (struct bfd_link_info *info, bfd_boolean non_overlapping)
7506 bfd_boolean some_edited = FALSE;
7507 asection *need_pad = NULL;
7509 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
7512 Elf_Internal_Rela *relstart, *rel, *relend;
7513 Elf_Internal_Shdr *symtab_hdr;
7514 Elf_Internal_Sym *local_syms;
7516 struct _opd_sec_data *opd;
7517 bfd_boolean need_edit, add_aux_fields;
7518 bfd_size_type cnt_16b = 0;
7520 if (!is_ppc64_elf (ibfd))
7523 sec = bfd_get_section_by_name (ibfd, ".opd");
7524 if (sec == NULL || sec->size == 0)
7527 if (sec->sec_info_type == SEC_INFO_TYPE_JUST_SYMS)
7530 if (sec->output_section == bfd_abs_section_ptr)
7533 /* Look through the section relocs. */
7534 if ((sec->flags & SEC_RELOC) == 0 || sec->reloc_count == 0)
7538 symtab_hdr = &elf_symtab_hdr (ibfd);
7540 /* Read the relocations. */
7541 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
7543 if (relstart == NULL)
7546 /* First run through the relocs to check they are sane, and to
7547 determine whether we need to edit this opd section. */
7551 relend = relstart + sec->reloc_count;
7552 for (rel = relstart; rel < relend; )
7554 enum elf_ppc64_reloc_type r_type;
7555 unsigned long r_symndx;
7557 struct elf_link_hash_entry *h;
7558 Elf_Internal_Sym *sym;
7560 /* .opd contains a regular array of 16 or 24 byte entries. We're
7561 only interested in the reloc pointing to a function entry
7563 if (rel->r_offset != offset
7564 || rel + 1 >= relend
7565 || (rel + 1)->r_offset != offset + 8)
7567 /* If someone messes with .opd alignment then after a
7568 "ld -r" we might have padding in the middle of .opd.
7569 Also, there's nothing to prevent someone putting
7570 something silly in .opd with the assembler. No .opd
7571 optimization for them! */
7573 (*_bfd_error_handler)
7574 (_("%B: .opd is not a regular array of opd entries"), ibfd);
7579 if ((r_type = ELF64_R_TYPE (rel->r_info)) != R_PPC64_ADDR64
7580 || (r_type = ELF64_R_TYPE ((rel + 1)->r_info)) != R_PPC64_TOC)
7582 (*_bfd_error_handler)
7583 (_("%B: unexpected reloc type %u in .opd section"),
7589 r_symndx = ELF64_R_SYM (rel->r_info);
7590 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
7594 if (sym_sec == NULL || sym_sec->owner == NULL)
7596 const char *sym_name;
7598 sym_name = h->root.root.string;
7600 sym_name = bfd_elf_sym_name (ibfd, symtab_hdr, sym,
7603 (*_bfd_error_handler)
7604 (_("%B: undefined sym `%s' in .opd section"),
7610 /* opd entries are always for functions defined in the
7611 current input bfd. If the symbol isn't defined in the
7612 input bfd, then we won't be using the function in this
7613 bfd; It must be defined in a linkonce section in another
7614 bfd, or is weak. It's also possible that we are
7615 discarding the function due to a linker script /DISCARD/,
7616 which we test for via the output_section. */
7617 if (sym_sec->owner != ibfd
7618 || sym_sec->output_section == bfd_abs_section_ptr)
7623 || (rel + 1 == relend && rel->r_offset == offset + 16))
7625 if (sec->size == offset + 24)
7630 if (rel == relend && sec->size == offset + 16)
7638 if (rel->r_offset == offset + 24)
7640 else if (rel->r_offset != offset + 16)
7642 else if (rel + 1 < relend
7643 && ELF64_R_TYPE (rel[0].r_info) == R_PPC64_ADDR64
7644 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOC)
7649 else if (rel + 2 < relend
7650 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_ADDR64
7651 && ELF64_R_TYPE (rel[2].r_info) == R_PPC64_TOC)
7660 add_aux_fields = non_overlapping && cnt_16b > 0;
7662 if (need_edit || add_aux_fields)
7664 Elf_Internal_Rela *write_rel;
7665 Elf_Internal_Shdr *rel_hdr;
7666 bfd_byte *rptr, *wptr;
7667 bfd_byte *new_contents;
7672 new_contents = NULL;
7673 amt = sec->size * sizeof (long) / 8;
7674 opd = &ppc64_elf_section_data (sec)->u.opd;
7675 opd->adjust = bfd_zalloc (sec->owner, amt);
7676 if (opd->adjust == NULL)
7678 ppc64_elf_section_data (sec)->sec_type = sec_opd;
7680 /* This seems a waste of time as input .opd sections are all
7681 zeros as generated by gcc, but I suppose there's no reason
7682 this will always be so. We might start putting something in
7683 the third word of .opd entries. */
7684 if ((sec->flags & SEC_IN_MEMORY) == 0)
7687 if (!bfd_malloc_and_get_section (ibfd, sec, &loc))
7692 if (local_syms != NULL
7693 && symtab_hdr->contents != (unsigned char *) local_syms)
7695 if (elf_section_data (sec)->relocs != relstart)
7699 sec->contents = loc;
7700 sec->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
7703 elf_section_data (sec)->relocs = relstart;
7705 new_contents = sec->contents;
7708 new_contents = bfd_malloc (sec->size + cnt_16b * 8);
7709 if (new_contents == NULL)
7713 wptr = new_contents;
7714 rptr = sec->contents;
7716 write_rel = relstart;
7720 for (rel = relstart; rel < relend; rel++)
7722 unsigned long r_symndx;
7724 struct elf_link_hash_entry *h;
7725 Elf_Internal_Sym *sym;
7727 r_symndx = ELF64_R_SYM (rel->r_info);
7728 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
7732 if (rel->r_offset == offset)
7734 struct ppc_link_hash_entry *fdh = NULL;
7736 /* See if the .opd entry is full 24 byte or
7737 16 byte (with fd_aux entry overlapped with next
7740 if ((rel + 2 == relend && sec->size == offset + 16)
7741 || (rel + 3 < relend
7742 && rel[2].r_offset == offset + 16
7743 && rel[3].r_offset == offset + 24
7744 && ELF64_R_TYPE (rel[2].r_info) == R_PPC64_ADDR64
7745 && ELF64_R_TYPE (rel[3].r_info) == R_PPC64_TOC))
7749 && h->root.root.string[0] == '.')
7751 struct ppc_link_hash_table *htab;
7753 htab = ppc_hash_table (info);
7755 fdh = lookup_fdh ((struct ppc_link_hash_entry *) h,
7758 && fdh->elf.root.type != bfd_link_hash_defined
7759 && fdh->elf.root.type != bfd_link_hash_defweak)
7763 skip = (sym_sec->owner != ibfd
7764 || sym_sec->output_section == bfd_abs_section_ptr);
7767 if (fdh != NULL && sym_sec->owner == ibfd)
7769 /* Arrange for the function descriptor sym
7771 fdh->elf.root.u.def.value = 0;
7772 fdh->elf.root.u.def.section = sym_sec;
7774 opd->adjust[rel->r_offset / 8] = -1;
7778 /* We'll be keeping this opd entry. */
7782 /* Redefine the function descriptor symbol to
7783 this location in the opd section. It is
7784 necessary to update the value here rather
7785 than using an array of adjustments as we do
7786 for local symbols, because various places
7787 in the generic ELF code use the value
7788 stored in u.def.value. */
7789 fdh->elf.root.u.def.value = wptr - new_contents;
7790 fdh->adjust_done = 1;
7793 /* Local syms are a bit tricky. We could
7794 tweak them as they can be cached, but
7795 we'd need to look through the local syms
7796 for the function descriptor sym which we
7797 don't have at the moment. So keep an
7798 array of adjustments. */
7799 opd->adjust[rel->r_offset / 8]
7800 = (wptr - new_contents) - (rptr - sec->contents);
7803 memcpy (wptr, rptr, opd_ent_size);
7804 wptr += opd_ent_size;
7805 if (add_aux_fields && opd_ent_size == 16)
7807 memset (wptr, '\0', 8);
7811 rptr += opd_ent_size;
7812 offset += opd_ent_size;
7818 && !info->relocatable
7819 && !dec_dynrel_count (rel->r_info, sec, info,
7825 /* We need to adjust any reloc offsets to point to the
7826 new opd entries. While we're at it, we may as well
7827 remove redundant relocs. */
7828 rel->r_offset += opd->adjust[(offset - opd_ent_size) / 8];
7829 if (write_rel != rel)
7830 memcpy (write_rel, rel, sizeof (*rel));
7835 sec->size = wptr - new_contents;
7836 sec->reloc_count = write_rel - relstart;
7839 free (sec->contents);
7840 sec->contents = new_contents;
7843 /* Fudge the header size too, as this is used later in
7844 elf_bfd_final_link if we are emitting relocs. */
7845 rel_hdr = _bfd_elf_single_rel_hdr (sec);
7846 rel_hdr->sh_size = sec->reloc_count * rel_hdr->sh_entsize;
7849 else if (elf_section_data (sec)->relocs != relstart)
7852 if (local_syms != NULL
7853 && symtab_hdr->contents != (unsigned char *) local_syms)
7855 if (!info->keep_memory)
7858 symtab_hdr->contents = (unsigned char *) local_syms;
7863 elf_link_hash_traverse (elf_hash_table (info), adjust_opd_syms, NULL);
7865 /* If we are doing a final link and the last .opd entry is just 16 byte
7866 long, add a 8 byte padding after it. */
7867 if (need_pad != NULL && !info->relocatable)
7871 if ((need_pad->flags & SEC_IN_MEMORY) == 0)
7873 BFD_ASSERT (need_pad->size > 0);
7875 p = bfd_malloc (need_pad->size + 8);
7879 if (! bfd_get_section_contents (need_pad->owner, need_pad,
7880 p, 0, need_pad->size))
7883 need_pad->contents = p;
7884 need_pad->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
7888 p = bfd_realloc (need_pad->contents, need_pad->size + 8);
7892 need_pad->contents = p;
7895 memset (need_pad->contents + need_pad->size, 0, 8);
7896 need_pad->size += 8;
7902 /* Set htab->tls_get_addr and call the generic ELF tls_setup function. */
7905 ppc64_elf_tls_setup (struct bfd_link_info *info,
7906 int no_tls_get_addr_opt,
7909 struct ppc_link_hash_table *htab;
7911 htab = ppc_hash_table (info);
7915 if (abiversion (info->output_bfd) == 1)
7919 htab->do_multi_toc = 0;
7920 else if (!htab->do_multi_toc)
7923 htab->tls_get_addr = ((struct ppc_link_hash_entry *)
7924 elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
7925 FALSE, FALSE, TRUE));
7926 /* Move dynamic linking info to the function descriptor sym. */
7927 if (htab->tls_get_addr != NULL)
7928 func_desc_adjust (&htab->tls_get_addr->elf, info);
7929 htab->tls_get_addr_fd = ((struct ppc_link_hash_entry *)
7930 elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
7931 FALSE, FALSE, TRUE));
7932 if (!no_tls_get_addr_opt)
7934 struct elf_link_hash_entry *opt, *opt_fd, *tga, *tga_fd;
7936 opt = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr_opt",
7937 FALSE, FALSE, TRUE);
7939 func_desc_adjust (opt, info);
7940 opt_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_opt",
7941 FALSE, FALSE, TRUE);
7943 && (opt_fd->root.type == bfd_link_hash_defined
7944 || opt_fd->root.type == bfd_link_hash_defweak))
7946 /* If glibc supports an optimized __tls_get_addr call stub,
7947 signalled by the presence of __tls_get_addr_opt, and we'll
7948 be calling __tls_get_addr via a plt call stub, then
7949 make __tls_get_addr point to __tls_get_addr_opt. */
7950 tga_fd = &htab->tls_get_addr_fd->elf;
7951 if (htab->elf.dynamic_sections_created
7953 && (tga_fd->type == STT_FUNC
7954 || tga_fd->needs_plt)
7955 && !(SYMBOL_CALLS_LOCAL (info, tga_fd)
7956 || (ELF_ST_VISIBILITY (tga_fd->other) != STV_DEFAULT
7957 && tga_fd->root.type == bfd_link_hash_undefweak)))
7959 struct plt_entry *ent;
7961 for (ent = tga_fd->plt.plist; ent != NULL; ent = ent->next)
7962 if (ent->plt.refcount > 0)
7966 tga_fd->root.type = bfd_link_hash_indirect;
7967 tga_fd->root.u.i.link = &opt_fd->root;
7968 ppc64_elf_copy_indirect_symbol (info, opt_fd, tga_fd);
7969 if (opt_fd->dynindx != -1)
7971 /* Use __tls_get_addr_opt in dynamic relocations. */
7972 opt_fd->dynindx = -1;
7973 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
7974 opt_fd->dynstr_index);
7975 if (!bfd_elf_link_record_dynamic_symbol (info, opt_fd))
7978 htab->tls_get_addr_fd = (struct ppc_link_hash_entry *) opt_fd;
7979 tga = &htab->tls_get_addr->elf;
7980 if (opt != NULL && tga != NULL)
7982 tga->root.type = bfd_link_hash_indirect;
7983 tga->root.u.i.link = &opt->root;
7984 ppc64_elf_copy_indirect_symbol (info, opt, tga);
7985 _bfd_elf_link_hash_hide_symbol (info, opt,
7987 htab->tls_get_addr = (struct ppc_link_hash_entry *) opt;
7989 htab->tls_get_addr_fd->oh = htab->tls_get_addr;
7990 htab->tls_get_addr_fd->is_func_descriptor = 1;
7991 if (htab->tls_get_addr != NULL)
7993 htab->tls_get_addr->oh = htab->tls_get_addr_fd;
7994 htab->tls_get_addr->is_func = 1;
8000 no_tls_get_addr_opt = TRUE;
8002 htab->no_tls_get_addr_opt = no_tls_get_addr_opt;
8003 return _bfd_elf_tls_setup (info->output_bfd, info);
8006 /* Return TRUE iff REL is a branch reloc with a global symbol matching
8010 branch_reloc_hash_match (const bfd *ibfd,
8011 const Elf_Internal_Rela *rel,
8012 const struct ppc_link_hash_entry *hash1,
8013 const struct ppc_link_hash_entry *hash2)
8015 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (ibfd);
8016 enum elf_ppc64_reloc_type r_type = ELF64_R_TYPE (rel->r_info);
8017 unsigned int r_symndx = ELF64_R_SYM (rel->r_info);
8019 if (r_symndx >= symtab_hdr->sh_info && is_branch_reloc (r_type))
8021 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
8022 struct elf_link_hash_entry *h;
8024 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
8025 h = elf_follow_link (h);
8026 if (h == &hash1->elf || h == &hash2->elf)
8032 /* Run through all the TLS relocs looking for optimization
8033 opportunities. The linker has been hacked (see ppc64elf.em) to do
8034 a preliminary section layout so that we know the TLS segment
8035 offsets. We can't optimize earlier because some optimizations need
8036 to know the tp offset, and we need to optimize before allocating
8037 dynamic relocations. */
8040 ppc64_elf_tls_optimize (struct bfd_link_info *info)
8044 struct ppc_link_hash_table *htab;
8045 unsigned char *toc_ref;
8048 if (info->relocatable || !info->executable)
8051 htab = ppc_hash_table (info);
8055 /* Make two passes over the relocs. On the first pass, mark toc
8056 entries involved with tls relocs, and check that tls relocs
8057 involved in setting up a tls_get_addr call are indeed followed by
8058 such a call. If they are not, we can't do any tls optimization.
8059 On the second pass twiddle tls_mask flags to notify
8060 relocate_section that optimization can be done, and adjust got
8061 and plt refcounts. */
8063 for (pass = 0; pass < 2; ++pass)
8064 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
8066 Elf_Internal_Sym *locsyms = NULL;
8067 asection *toc = bfd_get_section_by_name (ibfd, ".toc");
8069 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
8070 if (sec->has_tls_reloc && !bfd_is_abs_section (sec->output_section))
8072 Elf_Internal_Rela *relstart, *rel, *relend;
8073 bfd_boolean found_tls_get_addr_arg = 0;
8075 /* Read the relocations. */
8076 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
8078 if (relstart == NULL)
8081 relend = relstart + sec->reloc_count;
8082 for (rel = relstart; rel < relend; rel++)
8084 enum elf_ppc64_reloc_type r_type;
8085 unsigned long r_symndx;
8086 struct elf_link_hash_entry *h;
8087 Elf_Internal_Sym *sym;
8089 unsigned char *tls_mask;
8090 unsigned char tls_set, tls_clear, tls_type = 0;
8092 bfd_boolean ok_tprel, is_local;
8093 long toc_ref_index = 0;
8094 int expecting_tls_get_addr = 0;
8095 bfd_boolean ret = FALSE;
8097 r_symndx = ELF64_R_SYM (rel->r_info);
8098 if (!get_sym_h (&h, &sym, &sym_sec, &tls_mask, &locsyms,
8102 if (elf_section_data (sec)->relocs != relstart)
8104 if (toc_ref != NULL)
8107 && (elf_symtab_hdr (ibfd).contents
8108 != (unsigned char *) locsyms))
8115 if (h->root.type == bfd_link_hash_defined
8116 || h->root.type == bfd_link_hash_defweak)
8117 value = h->root.u.def.value;
8118 else if (h->root.type == bfd_link_hash_undefweak)
8122 found_tls_get_addr_arg = 0;
8127 /* Symbols referenced by TLS relocs must be of type
8128 STT_TLS. So no need for .opd local sym adjust. */
8129 value = sym->st_value;
8138 && h->root.type == bfd_link_hash_undefweak)
8142 value += sym_sec->output_offset;
8143 value += sym_sec->output_section->vma;
8144 value -= htab->elf.tls_sec->vma;
8145 ok_tprel = (value + TP_OFFSET + ((bfd_vma) 1 << 31)
8146 < (bfd_vma) 1 << 32);
8150 r_type = ELF64_R_TYPE (rel->r_info);
8151 /* If this section has old-style __tls_get_addr calls
8152 without marker relocs, then check that each
8153 __tls_get_addr call reloc is preceded by a reloc
8154 that conceivably belongs to the __tls_get_addr arg
8155 setup insn. If we don't find matching arg setup
8156 relocs, don't do any tls optimization. */
8158 && sec->has_tls_get_addr_call
8160 && (h == &htab->tls_get_addr->elf
8161 || h == &htab->tls_get_addr_fd->elf)
8162 && !found_tls_get_addr_arg
8163 && is_branch_reloc (r_type))
8165 info->callbacks->minfo (_("%H __tls_get_addr lost arg, "
8166 "TLS optimization disabled\n"),
8167 ibfd, sec, rel->r_offset);
8172 found_tls_get_addr_arg = 0;
8175 case R_PPC64_GOT_TLSLD16:
8176 case R_PPC64_GOT_TLSLD16_LO:
8177 expecting_tls_get_addr = 1;
8178 found_tls_get_addr_arg = 1;
8181 case R_PPC64_GOT_TLSLD16_HI:
8182 case R_PPC64_GOT_TLSLD16_HA:
8183 /* These relocs should never be against a symbol
8184 defined in a shared lib. Leave them alone if
8185 that turns out to be the case. */
8192 tls_type = TLS_TLS | TLS_LD;
8195 case R_PPC64_GOT_TLSGD16:
8196 case R_PPC64_GOT_TLSGD16_LO:
8197 expecting_tls_get_addr = 1;
8198 found_tls_get_addr_arg = 1;
8201 case R_PPC64_GOT_TLSGD16_HI:
8202 case R_PPC64_GOT_TLSGD16_HA:
8208 tls_set = TLS_TLS | TLS_TPRELGD;
8210 tls_type = TLS_TLS | TLS_GD;
8213 case R_PPC64_GOT_TPREL16_DS:
8214 case R_PPC64_GOT_TPREL16_LO_DS:
8215 case R_PPC64_GOT_TPREL16_HI:
8216 case R_PPC64_GOT_TPREL16_HA:
8221 tls_clear = TLS_TPREL;
8222 tls_type = TLS_TLS | TLS_TPREL;
8229 found_tls_get_addr_arg = 1;
8234 case R_PPC64_TOC16_LO:
8235 if (sym_sec == NULL || sym_sec != toc)
8238 /* Mark this toc entry as referenced by a TLS
8239 code sequence. We can do that now in the
8240 case of R_PPC64_TLS, and after checking for
8241 tls_get_addr for the TOC16 relocs. */
8242 if (toc_ref == NULL)
8243 toc_ref = bfd_zmalloc (toc->output_section->rawsize / 8);
8244 if (toc_ref == NULL)
8248 value = h->root.u.def.value;
8250 value = sym->st_value;
8251 value += rel->r_addend;
8252 BFD_ASSERT (value < toc->size && value % 8 == 0);
8253 toc_ref_index = (value + toc->output_offset) / 8;
8254 if (r_type == R_PPC64_TLS
8255 || r_type == R_PPC64_TLSGD
8256 || r_type == R_PPC64_TLSLD)
8258 toc_ref[toc_ref_index] = 1;
8262 if (pass != 0 && toc_ref[toc_ref_index] == 0)
8267 expecting_tls_get_addr = 2;
8270 case R_PPC64_TPREL64:
8274 || !toc_ref[(rel->r_offset + toc->output_offset) / 8])
8279 tls_set = TLS_EXPLICIT;
8280 tls_clear = TLS_TPREL;
8285 case R_PPC64_DTPMOD64:
8289 || !toc_ref[(rel->r_offset + toc->output_offset) / 8])
8291 if (rel + 1 < relend
8293 == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64))
8294 && rel[1].r_offset == rel->r_offset + 8)
8298 tls_set = TLS_EXPLICIT | TLS_GD;
8301 tls_set = TLS_EXPLICIT | TLS_GD | TLS_TPRELGD;
8310 tls_set = TLS_EXPLICIT;
8321 if (!expecting_tls_get_addr
8322 || !sec->has_tls_get_addr_call)
8325 if (rel + 1 < relend
8326 && branch_reloc_hash_match (ibfd, rel + 1,
8328 htab->tls_get_addr_fd))
8330 if (expecting_tls_get_addr == 2)
8332 /* Check for toc tls entries. */
8333 unsigned char *toc_tls;
8336 retval = get_tls_mask (&toc_tls, NULL, NULL,
8341 if (toc_tls != NULL)
8343 if ((*toc_tls & (TLS_GD | TLS_LD)) != 0)
8344 found_tls_get_addr_arg = 1;
8346 toc_ref[toc_ref_index] = 1;
8352 if (expecting_tls_get_addr != 1)
8355 /* Uh oh, we didn't find the expected call. We
8356 could just mark this symbol to exclude it
8357 from tls optimization but it's safer to skip
8358 the entire optimization. */
8359 info->callbacks->minfo (_("%H arg lost __tls_get_addr, "
8360 "TLS optimization disabled\n"),
8361 ibfd, sec, rel->r_offset);
8366 if (expecting_tls_get_addr && htab->tls_get_addr != NULL)
8368 struct plt_entry *ent;
8369 for (ent = htab->tls_get_addr->elf.plt.plist;
8372 if (ent->addend == 0)
8374 if (ent->plt.refcount > 0)
8376 ent->plt.refcount -= 1;
8377 expecting_tls_get_addr = 0;
8383 if (expecting_tls_get_addr && htab->tls_get_addr_fd != NULL)
8385 struct plt_entry *ent;
8386 for (ent = htab->tls_get_addr_fd->elf.plt.plist;
8389 if (ent->addend == 0)
8391 if (ent->plt.refcount > 0)
8392 ent->plt.refcount -= 1;
8400 if ((tls_set & TLS_EXPLICIT) == 0)
8402 struct got_entry *ent;
8404 /* Adjust got entry for this reloc. */
8408 ent = elf_local_got_ents (ibfd)[r_symndx];
8410 for (; ent != NULL; ent = ent->next)
8411 if (ent->addend == rel->r_addend
8412 && ent->owner == ibfd
8413 && ent->tls_type == tls_type)
8420 /* We managed to get rid of a got entry. */
8421 if (ent->got.refcount > 0)
8422 ent->got.refcount -= 1;
8427 /* If we got rid of a DTPMOD/DTPREL reloc pair then
8428 we'll lose one or two dyn relocs. */
8429 if (!dec_dynrel_count (rel->r_info, sec, info,
8433 if (tls_set == (TLS_EXPLICIT | TLS_GD))
8435 if (!dec_dynrel_count ((rel + 1)->r_info, sec, info,
8441 *tls_mask |= tls_set;
8442 *tls_mask &= ~tls_clear;
8445 if (elf_section_data (sec)->relocs != relstart)
8450 && (elf_symtab_hdr (ibfd).contents != (unsigned char *) locsyms))
8452 if (!info->keep_memory)
8455 elf_symtab_hdr (ibfd).contents = (unsigned char *) locsyms;
8459 if (toc_ref != NULL)
8464 /* Called via elf_link_hash_traverse from ppc64_elf_edit_toc to adjust
8465 the values of any global symbols in a toc section that has been
8466 edited. Globals in toc sections should be a rarity, so this function
8467 sets a flag if any are found in toc sections other than the one just
8468 edited, so that futher hash table traversals can be avoided. */
8470 struct adjust_toc_info
8473 unsigned long *skip;
8474 bfd_boolean global_toc_syms;
8477 enum toc_skip_enum { ref_from_discarded = 1, can_optimize = 2 };
8480 adjust_toc_syms (struct elf_link_hash_entry *h, void *inf)
8482 struct ppc_link_hash_entry *eh;
8483 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8486 if (h->root.type != bfd_link_hash_defined
8487 && h->root.type != bfd_link_hash_defweak)
8490 eh = (struct ppc_link_hash_entry *) h;
8491 if (eh->adjust_done)
8494 if (eh->elf.root.u.def.section == toc_inf->toc)
8496 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8497 i = toc_inf->toc->rawsize >> 3;
8499 i = eh->elf.root.u.def.value >> 3;
8501 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8503 (*_bfd_error_handler)
8504 (_("%s defined on removed toc entry"), eh->elf.root.root.string);
8507 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8508 eh->elf.root.u.def.value = (bfd_vma) i << 3;
8511 eh->elf.root.u.def.value -= toc_inf->skip[i];
8512 eh->adjust_done = 1;
8514 else if (strcmp (eh->elf.root.u.def.section->name, ".toc") == 0)
8515 toc_inf->global_toc_syms = TRUE;
8520 /* Return TRUE iff INSN is one we expect on a _LO variety toc/got reloc. */
8523 ok_lo_toc_insn (unsigned int insn)
8525 return ((insn & (0x3f << 26)) == 14u << 26 /* addi */
8526 || (insn & (0x3f << 26)) == 32u << 26 /* lwz */
8527 || (insn & (0x3f << 26)) == 34u << 26 /* lbz */
8528 || (insn & (0x3f << 26)) == 36u << 26 /* stw */
8529 || (insn & (0x3f << 26)) == 38u << 26 /* stb */
8530 || (insn & (0x3f << 26)) == 40u << 26 /* lhz */
8531 || (insn & (0x3f << 26)) == 42u << 26 /* lha */
8532 || (insn & (0x3f << 26)) == 44u << 26 /* sth */
8533 || (insn & (0x3f << 26)) == 46u << 26 /* lmw */
8534 || (insn & (0x3f << 26)) == 47u << 26 /* stmw */
8535 || (insn & (0x3f << 26)) == 48u << 26 /* lfs */
8536 || (insn & (0x3f << 26)) == 50u << 26 /* lfd */
8537 || (insn & (0x3f << 26)) == 52u << 26 /* stfs */
8538 || (insn & (0x3f << 26)) == 54u << 26 /* stfd */
8539 || ((insn & (0x3f << 26)) == 58u << 26 /* lwa,ld,lmd */
8541 || ((insn & (0x3f << 26)) == 62u << 26 /* std, stmd */
8542 && ((insn & 3) == 0 || (insn & 3) == 3))
8543 || (insn & (0x3f << 26)) == 12u << 26 /* addic */);
8546 /* Examine all relocs referencing .toc sections in order to remove
8547 unused .toc entries. */
8550 ppc64_elf_edit_toc (struct bfd_link_info *info)
8553 struct adjust_toc_info toc_inf;
8554 struct ppc_link_hash_table *htab = ppc_hash_table (info);
8556 htab->do_toc_opt = 1;
8557 toc_inf.global_toc_syms = TRUE;
8558 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
8560 asection *toc, *sec;
8561 Elf_Internal_Shdr *symtab_hdr;
8562 Elf_Internal_Sym *local_syms;
8563 Elf_Internal_Rela *relstart, *rel, *toc_relocs;
8564 unsigned long *skip, *drop;
8565 unsigned char *used;
8566 unsigned char *keep, last, some_unused;
8568 if (!is_ppc64_elf (ibfd))
8571 toc = bfd_get_section_by_name (ibfd, ".toc");
8574 || toc->sec_info_type == SEC_INFO_TYPE_JUST_SYMS
8575 || discarded_section (toc))
8580 symtab_hdr = &elf_symtab_hdr (ibfd);
8582 /* Look at sections dropped from the final link. */
8585 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
8587 if (sec->reloc_count == 0
8588 || !discarded_section (sec)
8589 || get_opd_info (sec)
8590 || (sec->flags & SEC_ALLOC) == 0
8591 || (sec->flags & SEC_DEBUGGING) != 0)
8594 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL, FALSE);
8595 if (relstart == NULL)
8598 /* Run through the relocs to see which toc entries might be
8600 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
8602 enum elf_ppc64_reloc_type r_type;
8603 unsigned long r_symndx;
8605 struct elf_link_hash_entry *h;
8606 Elf_Internal_Sym *sym;
8609 r_type = ELF64_R_TYPE (rel->r_info);
8616 case R_PPC64_TOC16_LO:
8617 case R_PPC64_TOC16_HI:
8618 case R_PPC64_TOC16_HA:
8619 case R_PPC64_TOC16_DS:
8620 case R_PPC64_TOC16_LO_DS:
8624 r_symndx = ELF64_R_SYM (rel->r_info);
8625 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8633 val = h->root.u.def.value;
8635 val = sym->st_value;
8636 val += rel->r_addend;
8638 if (val >= toc->size)
8641 /* Anything in the toc ought to be aligned to 8 bytes.
8642 If not, don't mark as unused. */
8648 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 15) / 8);
8653 skip[val >> 3] = ref_from_discarded;
8656 if (elf_section_data (sec)->relocs != relstart)
8660 /* For largetoc loads of address constants, we can convert
8661 . addis rx,2,addr@got@ha
8662 . ld ry,addr@got@l(rx)
8664 . addis rx,2,addr@toc@ha
8665 . addi ry,rx,addr@toc@l
8666 when addr is within 2G of the toc pointer. This then means
8667 that the word storing "addr" in the toc is no longer needed. */
8669 if (!ppc64_elf_tdata (ibfd)->has_small_toc_reloc
8670 && toc->output_section->rawsize < (bfd_vma) 1 << 31
8671 && toc->reloc_count != 0)
8673 /* Read toc relocs. */
8674 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL,
8676 if (toc_relocs == NULL)
8679 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel)
8681 enum elf_ppc64_reloc_type r_type;
8682 unsigned long r_symndx;
8684 struct elf_link_hash_entry *h;
8685 Elf_Internal_Sym *sym;
8688 r_type = ELF64_R_TYPE (rel->r_info);
8689 if (r_type != R_PPC64_ADDR64)
8692 r_symndx = ELF64_R_SYM (rel->r_info);
8693 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8698 || discarded_section (sym_sec))
8701 if (!SYMBOL_REFERENCES_LOCAL (info, h))
8706 if (h->type == STT_GNU_IFUNC)
8708 val = h->root.u.def.value;
8712 if (ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
8714 val = sym->st_value;
8716 val += rel->r_addend;
8717 val += sym_sec->output_section->vma + sym_sec->output_offset;
8719 /* We don't yet know the exact toc pointer value, but we
8720 know it will be somewhere in the toc section. Don't
8721 optimize if the difference from any possible toc
8722 pointer is outside [ff..f80008000, 7fff7fff]. */
8723 addr = toc->output_section->vma + TOC_BASE_OFF;
8724 if (val - addr + (bfd_vma) 0x80008000 >= (bfd_vma) 1 << 32)
8727 addr = toc->output_section->vma + toc->output_section->rawsize;
8728 if (val - addr + (bfd_vma) 0x80008000 >= (bfd_vma) 1 << 32)
8733 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 15) / 8);
8738 skip[rel->r_offset >> 3]
8739 |= can_optimize | ((rel - toc_relocs) << 2);
8746 used = bfd_zmalloc (sizeof (*used) * (toc->size + 7) / 8);
8750 if (local_syms != NULL
8751 && symtab_hdr->contents != (unsigned char *) local_syms)
8755 && elf_section_data (sec)->relocs != relstart)
8757 if (toc_relocs != NULL
8758 && elf_section_data (toc)->relocs != toc_relocs)
8765 /* Now check all kept sections that might reference the toc.
8766 Check the toc itself last. */
8767 for (sec = (ibfd->sections == toc && toc->next ? toc->next
8770 sec = (sec == toc ? NULL
8771 : sec->next == NULL ? toc
8772 : sec->next == toc && toc->next ? toc->next
8777 if (sec->reloc_count == 0
8778 || discarded_section (sec)
8779 || get_opd_info (sec)
8780 || (sec->flags & SEC_ALLOC) == 0
8781 || (sec->flags & SEC_DEBUGGING) != 0)
8784 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
8786 if (relstart == NULL)
8789 /* Mark toc entries referenced as used. */
8793 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
8795 enum elf_ppc64_reloc_type r_type;
8796 unsigned long r_symndx;
8798 struct elf_link_hash_entry *h;
8799 Elf_Internal_Sym *sym;
8801 enum {no_check, check_lo, check_ha} insn_check;
8803 r_type = ELF64_R_TYPE (rel->r_info);
8807 insn_check = no_check;
8810 case R_PPC64_GOT_TLSLD16_HA:
8811 case R_PPC64_GOT_TLSGD16_HA:
8812 case R_PPC64_GOT_TPREL16_HA:
8813 case R_PPC64_GOT_DTPREL16_HA:
8814 case R_PPC64_GOT16_HA:
8815 case R_PPC64_TOC16_HA:
8816 insn_check = check_ha;
8819 case R_PPC64_GOT_TLSLD16_LO:
8820 case R_PPC64_GOT_TLSGD16_LO:
8821 case R_PPC64_GOT_TPREL16_LO_DS:
8822 case R_PPC64_GOT_DTPREL16_LO_DS:
8823 case R_PPC64_GOT16_LO:
8824 case R_PPC64_GOT16_LO_DS:
8825 case R_PPC64_TOC16_LO:
8826 case R_PPC64_TOC16_LO_DS:
8827 insn_check = check_lo;
8831 if (insn_check != no_check)
8833 bfd_vma off = rel->r_offset & ~3;
8834 unsigned char buf[4];
8837 if (!bfd_get_section_contents (ibfd, sec, buf, off, 4))
8842 insn = bfd_get_32 (ibfd, buf);
8843 if (insn_check == check_lo
8844 ? !ok_lo_toc_insn (insn)
8845 : ((insn & ((0x3f << 26) | 0x1f << 16))
8846 != ((15u << 26) | (2 << 16)) /* addis rt,2,imm */))
8850 ppc64_elf_tdata (ibfd)->unexpected_toc_insn = 1;
8851 sprintf (str, "%#08x", insn);
8852 info->callbacks->einfo
8853 (_("%P: %H: toc optimization is not supported for"
8854 " %s instruction.\n"),
8855 ibfd, sec, rel->r_offset & ~3, str);
8862 case R_PPC64_TOC16_LO:
8863 case R_PPC64_TOC16_HI:
8864 case R_PPC64_TOC16_HA:
8865 case R_PPC64_TOC16_DS:
8866 case R_PPC64_TOC16_LO_DS:
8867 /* In case we're taking addresses of toc entries. */
8868 case R_PPC64_ADDR64:
8875 r_symndx = ELF64_R_SYM (rel->r_info);
8876 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8887 val = h->root.u.def.value;
8889 val = sym->st_value;
8890 val += rel->r_addend;
8892 if (val >= toc->size)
8895 if ((skip[val >> 3] & can_optimize) != 0)
8902 case R_PPC64_TOC16_HA:
8905 case R_PPC64_TOC16_LO_DS:
8906 off = rel->r_offset;
8907 off += (bfd_big_endian (ibfd) ? -2 : 3);
8908 if (!bfd_get_section_contents (ibfd, sec, &opc,
8914 if ((opc & (0x3f << 2)) == (58u << 2))
8919 /* Wrong sort of reloc, or not a ld. We may
8920 as well clear ref_from_discarded too. */
8927 /* For the toc section, we only mark as used if this
8928 entry itself isn't unused. */
8929 else if ((used[rel->r_offset >> 3]
8930 || !(skip[rel->r_offset >> 3] & ref_from_discarded))
8933 /* Do all the relocs again, to catch reference
8942 if (elf_section_data (sec)->relocs != relstart)
8946 /* Merge the used and skip arrays. Assume that TOC
8947 doublewords not appearing as either used or unused belong
8948 to to an entry more than one doubleword in size. */
8949 for (drop = skip, keep = used, last = 0, some_unused = 0;
8950 drop < skip + (toc->size + 7) / 8;
8955 *drop &= ~ref_from_discarded;
8956 if ((*drop & can_optimize) != 0)
8960 else if ((*drop & ref_from_discarded) != 0)
8963 last = ref_from_discarded;
8973 bfd_byte *contents, *src;
8975 Elf_Internal_Sym *sym;
8976 bfd_boolean local_toc_syms = FALSE;
8978 /* Shuffle the toc contents, and at the same time convert the
8979 skip array from booleans into offsets. */
8980 if (!bfd_malloc_and_get_section (ibfd, toc, &contents))
8983 elf_section_data (toc)->this_hdr.contents = contents;
8985 for (src = contents, off = 0, drop = skip;
8986 src < contents + toc->size;
8989 if ((*drop & (can_optimize | ref_from_discarded)) != 0)
8994 memcpy (src - off, src, 8);
8998 toc->rawsize = toc->size;
8999 toc->size = src - contents - off;
9001 /* Adjust addends for relocs against the toc section sym,
9002 and optimize any accesses we can. */
9003 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
9005 if (sec->reloc_count == 0
9006 || discarded_section (sec))
9009 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
9011 if (relstart == NULL)
9014 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
9016 enum elf_ppc64_reloc_type r_type;
9017 unsigned long r_symndx;
9019 struct elf_link_hash_entry *h;
9022 r_type = ELF64_R_TYPE (rel->r_info);
9029 case R_PPC64_TOC16_LO:
9030 case R_PPC64_TOC16_HI:
9031 case R_PPC64_TOC16_HA:
9032 case R_PPC64_TOC16_DS:
9033 case R_PPC64_TOC16_LO_DS:
9034 case R_PPC64_ADDR64:
9038 r_symndx = ELF64_R_SYM (rel->r_info);
9039 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
9047 val = h->root.u.def.value;
9050 val = sym->st_value;
9052 local_toc_syms = TRUE;
9055 val += rel->r_addend;
9057 if (val > toc->rawsize)
9059 else if ((skip[val >> 3] & ref_from_discarded) != 0)
9061 else if ((skip[val >> 3] & can_optimize) != 0)
9063 Elf_Internal_Rela *tocrel
9064 = toc_relocs + (skip[val >> 3] >> 2);
9065 unsigned long tsym = ELF64_R_SYM (tocrel->r_info);
9069 case R_PPC64_TOC16_HA:
9070 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_TOC16_HA);
9073 case R_PPC64_TOC16_LO_DS:
9074 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_LO_DS_OPT);
9078 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
9080 info->callbacks->einfo
9081 (_("%P: %H: %s references "
9082 "optimized away TOC entry\n"),
9083 ibfd, sec, rel->r_offset,
9084 ppc64_elf_howto_table[r_type]->name);
9085 bfd_set_error (bfd_error_bad_value);
9088 rel->r_addend = tocrel->r_addend;
9089 elf_section_data (sec)->relocs = relstart;
9093 if (h != NULL || sym->st_value != 0)
9096 rel->r_addend -= skip[val >> 3];
9097 elf_section_data (sec)->relocs = relstart;
9100 if (elf_section_data (sec)->relocs != relstart)
9104 /* We shouldn't have local or global symbols defined in the TOC,
9105 but handle them anyway. */
9106 if (local_syms != NULL)
9107 for (sym = local_syms;
9108 sym < local_syms + symtab_hdr->sh_info;
9110 if (sym->st_value != 0
9111 && bfd_section_from_elf_index (ibfd, sym->st_shndx) == toc)
9115 if (sym->st_value > toc->rawsize)
9116 i = toc->rawsize >> 3;
9118 i = sym->st_value >> 3;
9120 if ((skip[i] & (ref_from_discarded | can_optimize)) != 0)
9123 (*_bfd_error_handler)
9124 (_("%s defined on removed toc entry"),
9125 bfd_elf_sym_name (ibfd, symtab_hdr, sym, NULL));
9128 while ((skip[i] & (ref_from_discarded | can_optimize)));
9129 sym->st_value = (bfd_vma) i << 3;
9132 sym->st_value -= skip[i];
9133 symtab_hdr->contents = (unsigned char *) local_syms;
9136 /* Adjust any global syms defined in this toc input section. */
9137 if (toc_inf.global_toc_syms)
9140 toc_inf.skip = skip;
9141 toc_inf.global_toc_syms = FALSE;
9142 elf_link_hash_traverse (elf_hash_table (info), adjust_toc_syms,
9146 if (toc->reloc_count != 0)
9148 Elf_Internal_Shdr *rel_hdr;
9149 Elf_Internal_Rela *wrel;
9152 /* Remove unused toc relocs, and adjust those we keep. */
9153 if (toc_relocs == NULL)
9154 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL,
9156 if (toc_relocs == NULL)
9160 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel)
9161 if ((skip[rel->r_offset >> 3]
9162 & (ref_from_discarded | can_optimize)) == 0)
9164 wrel->r_offset = rel->r_offset - skip[rel->r_offset >> 3];
9165 wrel->r_info = rel->r_info;
9166 wrel->r_addend = rel->r_addend;
9169 else if (!dec_dynrel_count (rel->r_info, toc, info,
9170 &local_syms, NULL, NULL))
9173 elf_section_data (toc)->relocs = toc_relocs;
9174 toc->reloc_count = wrel - toc_relocs;
9175 rel_hdr = _bfd_elf_single_rel_hdr (toc);
9176 sz = rel_hdr->sh_entsize;
9177 rel_hdr->sh_size = toc->reloc_count * sz;
9180 else if (toc_relocs != NULL
9181 && elf_section_data (toc)->relocs != toc_relocs)
9184 if (local_syms != NULL
9185 && symtab_hdr->contents != (unsigned char *) local_syms)
9187 if (!info->keep_memory)
9190 symtab_hdr->contents = (unsigned char *) local_syms;
9198 /* Return true iff input section I references the TOC using
9199 instructions limited to +/-32k offsets. */
9202 ppc64_elf_has_small_toc_reloc (asection *i)
9204 return (is_ppc64_elf (i->owner)
9205 && ppc64_elf_tdata (i->owner)->has_small_toc_reloc);
9208 /* Allocate space for one GOT entry. */
9211 allocate_got (struct elf_link_hash_entry *h,
9212 struct bfd_link_info *info,
9213 struct got_entry *gent)
9215 struct ppc_link_hash_table *htab = ppc_hash_table (info);
9217 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) h;
9218 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD)
9220 int rentsize = (gent->tls_type & eh->tls_mask & TLS_GD
9221 ? 2 : 1) * sizeof (Elf64_External_Rela);
9222 asection *got = ppc64_elf_tdata (gent->owner)->got;
9224 gent->got.offset = got->size;
9225 got->size += entsize;
9227 dyn = htab->elf.dynamic_sections_created;
9228 if (h->type == STT_GNU_IFUNC)
9230 htab->elf.irelplt->size += rentsize;
9231 htab->got_reli_size += rentsize;
9233 else if ((info->shared
9234 || WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, 0, h))
9235 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
9236 || h->root.type != bfd_link_hash_undefweak))
9238 asection *relgot = ppc64_elf_tdata (gent->owner)->relgot;
9239 relgot->size += rentsize;
9243 /* This function merges got entries in the same toc group. */
9246 merge_got_entries (struct got_entry **pent)
9248 struct got_entry *ent, *ent2;
9250 for (ent = *pent; ent != NULL; ent = ent->next)
9251 if (!ent->is_indirect)
9252 for (ent2 = ent->next; ent2 != NULL; ent2 = ent2->next)
9253 if (!ent2->is_indirect
9254 && ent2->addend == ent->addend
9255 && ent2->tls_type == ent->tls_type
9256 && elf_gp (ent2->owner) == elf_gp (ent->owner))
9258 ent2->is_indirect = TRUE;
9259 ent2->got.ent = ent;
9263 /* Allocate space in .plt, .got and associated reloc sections for
9267 allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
9269 struct bfd_link_info *info;
9270 struct ppc_link_hash_table *htab;
9272 struct ppc_link_hash_entry *eh;
9273 struct elf_dyn_relocs *p;
9274 struct got_entry **pgent, *gent;
9276 if (h->root.type == bfd_link_hash_indirect)
9279 info = (struct bfd_link_info *) inf;
9280 htab = ppc_hash_table (info);
9284 if ((htab->elf.dynamic_sections_created
9286 && WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, info->shared, h))
9287 || h->type == STT_GNU_IFUNC)
9289 struct plt_entry *pent;
9290 bfd_boolean doneone = FALSE;
9291 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
9292 if (pent->plt.refcount > 0)
9294 if (!htab->elf.dynamic_sections_created
9295 || h->dynindx == -1)
9298 pent->plt.offset = s->size;
9299 s->size += PLT_ENTRY_SIZE (htab);
9300 s = htab->elf.irelplt;
9304 /* If this is the first .plt entry, make room for the special
9308 s->size += PLT_INITIAL_ENTRY_SIZE (htab);
9310 pent->plt.offset = s->size;
9312 /* Make room for this entry. */
9313 s->size += PLT_ENTRY_SIZE (htab);
9315 /* Make room for the .glink code. */
9318 s->size += GLINK_CALL_STUB_SIZE;
9321 /* We need bigger stubs past index 32767. */
9322 if (s->size >= GLINK_CALL_STUB_SIZE + 32768*2*4)
9329 /* We also need to make an entry in the .rela.plt section. */
9330 s = htab->elf.srelplt;
9332 s->size += sizeof (Elf64_External_Rela);
9336 pent->plt.offset = (bfd_vma) -1;
9339 h->plt.plist = NULL;
9345 h->plt.plist = NULL;
9349 eh = (struct ppc_link_hash_entry *) h;
9350 /* Run through the TLS GD got entries first if we're changing them
9352 if ((eh->tls_mask & TLS_TPRELGD) != 0)
9353 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9354 if (gent->got.refcount > 0
9355 && (gent->tls_type & TLS_GD) != 0)
9357 /* This was a GD entry that has been converted to TPREL. If
9358 there happens to be a TPREL entry we can use that one. */
9359 struct got_entry *ent;
9360 for (ent = h->got.glist; ent != NULL; ent = ent->next)
9361 if (ent->got.refcount > 0
9362 && (ent->tls_type & TLS_TPREL) != 0
9363 && ent->addend == gent->addend
9364 && ent->owner == gent->owner)
9366 gent->got.refcount = 0;
9370 /* If not, then we'll be using our own TPREL entry. */
9371 if (gent->got.refcount != 0)
9372 gent->tls_type = TLS_TLS | TLS_TPREL;
9375 /* Remove any list entry that won't generate a word in the GOT before
9376 we call merge_got_entries. Otherwise we risk merging to empty
9378 pgent = &h->got.glist;
9379 while ((gent = *pgent) != NULL)
9380 if (gent->got.refcount > 0)
9382 if ((gent->tls_type & TLS_LD) != 0
9385 ppc64_tlsld_got (gent->owner)->got.refcount += 1;
9386 *pgent = gent->next;
9389 pgent = &gent->next;
9392 *pgent = gent->next;
9394 if (!htab->do_multi_toc)
9395 merge_got_entries (&h->got.glist);
9397 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9398 if (!gent->is_indirect)
9400 /* Make sure this symbol is output as a dynamic symbol.
9401 Undefined weak syms won't yet be marked as dynamic,
9402 nor will all TLS symbols. */
9403 if (h->dynindx == -1
9405 && h->type != STT_GNU_IFUNC
9406 && htab->elf.dynamic_sections_created)
9408 if (! bfd_elf_link_record_dynamic_symbol (info, h))
9412 if (!is_ppc64_elf (gent->owner))
9415 allocate_got (h, info, gent);
9418 if (eh->dyn_relocs == NULL
9419 || (!htab->elf.dynamic_sections_created
9420 && h->type != STT_GNU_IFUNC))
9423 /* In the shared -Bsymbolic case, discard space allocated for
9424 dynamic pc-relative relocs against symbols which turn out to be
9425 defined in regular objects. For the normal shared case, discard
9426 space for relocs that have become local due to symbol visibility
9431 /* Relocs that use pc_count are those that appear on a call insn,
9432 or certain REL relocs (see must_be_dyn_reloc) that can be
9433 generated via assembly. We want calls to protected symbols to
9434 resolve directly to the function rather than going via the plt.
9435 If people want function pointer comparisons to work as expected
9436 then they should avoid writing weird assembly. */
9437 if (SYMBOL_CALLS_LOCAL (info, h))
9439 struct elf_dyn_relocs **pp;
9441 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
9443 p->count -= p->pc_count;
9452 /* Also discard relocs on undefined weak syms with non-default
9454 if (eh->dyn_relocs != NULL
9455 && h->root.type == bfd_link_hash_undefweak)
9457 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
9458 eh->dyn_relocs = NULL;
9460 /* Make sure this symbol is output as a dynamic symbol.
9461 Undefined weak syms won't yet be marked as dynamic. */
9462 else if (h->dynindx == -1
9463 && !h->forced_local)
9465 if (! bfd_elf_link_record_dynamic_symbol (info, h))
9470 else if (h->type == STT_GNU_IFUNC)
9472 if (!h->non_got_ref)
9473 eh->dyn_relocs = NULL;
9475 else if (ELIMINATE_COPY_RELOCS)
9477 /* For the non-shared case, discard space for relocs against
9478 symbols which turn out to need copy relocs or are not
9484 /* Make sure this symbol is output as a dynamic symbol.
9485 Undefined weak syms won't yet be marked as dynamic. */
9486 if (h->dynindx == -1
9487 && !h->forced_local)
9489 if (! bfd_elf_link_record_dynamic_symbol (info, h))
9493 /* If that succeeded, we know we'll be keeping all the
9495 if (h->dynindx != -1)
9499 eh->dyn_relocs = NULL;
9504 /* Finally, allocate space. */
9505 for (p = eh->dyn_relocs; p != NULL; p = p->next)
9507 asection *sreloc = elf_section_data (p->sec)->sreloc;
9508 if (eh->elf.type == STT_GNU_IFUNC)
9509 sreloc = htab->elf.irelplt;
9510 sreloc->size += p->count * sizeof (Elf64_External_Rela);
9516 /* Called via elf_link_hash_traverse from ppc64_elf_size_dynamic_sections
9517 to set up space for global entry stubs. These are put in glink,
9518 after the branch table. */
9521 size_global_entry_stubs (struct elf_link_hash_entry *h, void *inf)
9523 struct bfd_link_info *info;
9524 struct ppc_link_hash_table *htab;
9525 struct plt_entry *pent;
9528 if (h->root.type == bfd_link_hash_indirect)
9531 if (!h->pointer_equality_needed)
9538 htab = ppc_hash_table (info);
9543 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
9544 if (pent->plt.offset != (bfd_vma) -1
9545 && pent->addend == 0)
9547 /* For ELFv2, if this symbol is not defined in a regular file
9548 and we are not generating a shared library or pie, then we
9549 need to define the symbol in the executable on a call stub.
9550 This is to avoid text relocations. */
9551 s->size = (s->size + 15) & -16;
9552 h->root.u.def.section = s;
9553 h->root.u.def.value = s->size;
9560 /* Set DF_TEXTREL if we find any dynamic relocs that apply to
9561 read-only sections. */
9564 maybe_set_textrel (struct elf_link_hash_entry *h, void *info)
9566 if (h->root.type == bfd_link_hash_indirect)
9569 if (readonly_dynrelocs (h))
9571 ((struct bfd_link_info *) info)->flags |= DF_TEXTREL;
9573 /* Not an error, just cut short the traversal. */
9579 /* Set the sizes of the dynamic sections. */
9582 ppc64_elf_size_dynamic_sections (bfd *output_bfd,
9583 struct bfd_link_info *info)
9585 struct ppc_link_hash_table *htab;
9590 struct got_entry *first_tlsld;
9592 htab = ppc_hash_table (info);
9596 dynobj = htab->elf.dynobj;
9600 if (htab->elf.dynamic_sections_created)
9602 /* Set the contents of the .interp section to the interpreter. */
9603 if (info->executable)
9605 s = bfd_get_linker_section (dynobj, ".interp");
9608 s->size = sizeof ELF_DYNAMIC_INTERPRETER;
9609 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
9613 /* Set up .got offsets for local syms, and space for local dynamic
9615 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
9617 struct got_entry **lgot_ents;
9618 struct got_entry **end_lgot_ents;
9619 struct plt_entry **local_plt;
9620 struct plt_entry **end_local_plt;
9621 unsigned char *lgot_masks;
9622 bfd_size_type locsymcount;
9623 Elf_Internal_Shdr *symtab_hdr;
9625 if (!is_ppc64_elf (ibfd))
9628 for (s = ibfd->sections; s != NULL; s = s->next)
9630 struct ppc_dyn_relocs *p;
9632 for (p = elf_section_data (s)->local_dynrel; p != NULL; p = p->next)
9634 if (!bfd_is_abs_section (p->sec)
9635 && bfd_is_abs_section (p->sec->output_section))
9637 /* Input section has been discarded, either because
9638 it is a copy of a linkonce section or due to
9639 linker script /DISCARD/, so we'll be discarding
9642 else if (p->count != 0)
9644 asection *srel = elf_section_data (p->sec)->sreloc;
9646 srel = htab->elf.irelplt;
9647 srel->size += p->count * sizeof (Elf64_External_Rela);
9648 if ((p->sec->output_section->flags & SEC_READONLY) != 0)
9649 info->flags |= DF_TEXTREL;
9654 lgot_ents = elf_local_got_ents (ibfd);
9658 symtab_hdr = &elf_symtab_hdr (ibfd);
9659 locsymcount = symtab_hdr->sh_info;
9660 end_lgot_ents = lgot_ents + locsymcount;
9661 local_plt = (struct plt_entry **) end_lgot_ents;
9662 end_local_plt = local_plt + locsymcount;
9663 lgot_masks = (unsigned char *) end_local_plt;
9664 s = ppc64_elf_tdata (ibfd)->got;
9665 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
9667 struct got_entry **pent, *ent;
9670 while ((ent = *pent) != NULL)
9671 if (ent->got.refcount > 0)
9673 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0)
9675 ppc64_tlsld_got (ibfd)->got.refcount += 1;
9680 unsigned int ent_size = 8;
9681 unsigned int rel_size = sizeof (Elf64_External_Rela);
9683 ent->got.offset = s->size;
9684 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
9689 s->size += ent_size;
9690 if ((*lgot_masks & PLT_IFUNC) != 0)
9692 htab->elf.irelplt->size += rel_size;
9693 htab->got_reli_size += rel_size;
9695 else if (info->shared)
9697 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
9698 srel->size += rel_size;
9707 /* Allocate space for calls to local STT_GNU_IFUNC syms in .iplt. */
9708 for (; local_plt < end_local_plt; ++local_plt)
9710 struct plt_entry *ent;
9712 for (ent = *local_plt; ent != NULL; ent = ent->next)
9713 if (ent->plt.refcount > 0)
9716 ent->plt.offset = s->size;
9717 s->size += PLT_ENTRY_SIZE (htab);
9719 htab->elf.irelplt->size += sizeof (Elf64_External_Rela);
9722 ent->plt.offset = (bfd_vma) -1;
9726 /* Allocate global sym .plt and .got entries, and space for global
9727 sym dynamic relocs. */
9728 elf_link_hash_traverse (&htab->elf, allocate_dynrelocs, info);
9729 /* Stash the end of glink branch table. */
9730 if (htab->glink != NULL)
9731 htab->glink->rawsize = htab->glink->size;
9733 if (!htab->opd_abi && !info->shared)
9734 elf_link_hash_traverse (&htab->elf, size_global_entry_stubs, info);
9737 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
9739 struct got_entry *ent;
9741 if (!is_ppc64_elf (ibfd))
9744 ent = ppc64_tlsld_got (ibfd);
9745 if (ent->got.refcount > 0)
9747 if (!htab->do_multi_toc && first_tlsld != NULL)
9749 ent->is_indirect = TRUE;
9750 ent->got.ent = first_tlsld;
9754 if (first_tlsld == NULL)
9756 s = ppc64_elf_tdata (ibfd)->got;
9757 ent->got.offset = s->size;
9762 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
9763 srel->size += sizeof (Elf64_External_Rela);
9768 ent->got.offset = (bfd_vma) -1;
9771 /* We now have determined the sizes of the various dynamic sections.
9772 Allocate memory for them. */
9774 for (s = dynobj->sections; s != NULL; s = s->next)
9776 if ((s->flags & SEC_LINKER_CREATED) == 0)
9779 if (s == htab->brlt || s == htab->relbrlt)
9780 /* These haven't been allocated yet; don't strip. */
9782 else if (s == htab->elf.sgot
9783 || s == htab->elf.splt
9784 || s == htab->elf.iplt
9786 || s == htab->dynbss)
9788 /* Strip this section if we don't need it; see the
9791 else if (s == htab->glink_eh_frame)
9793 if (!bfd_is_abs_section (s->output_section))
9794 /* Not sized yet. */
9797 else if (CONST_STRNEQ (s->name, ".rela"))
9801 if (s != htab->elf.srelplt)
9804 /* We use the reloc_count field as a counter if we need
9805 to copy relocs into the output file. */
9811 /* It's not one of our sections, so don't allocate space. */
9817 /* If we don't need this section, strip it from the
9818 output file. This is mostly to handle .rela.bss and
9819 .rela.plt. We must create both sections in
9820 create_dynamic_sections, because they must be created
9821 before the linker maps input sections to output
9822 sections. The linker does that before
9823 adjust_dynamic_symbol is called, and it is that
9824 function which decides whether anything needs to go
9825 into these sections. */
9826 s->flags |= SEC_EXCLUDE;
9830 if ((s->flags & SEC_HAS_CONTENTS) == 0)
9833 /* Allocate memory for the section contents. We use bfd_zalloc
9834 here in case unused entries are not reclaimed before the
9835 section's contents are written out. This should not happen,
9836 but this way if it does we get a R_PPC64_NONE reloc in .rela
9837 sections instead of garbage.
9838 We also rely on the section contents being zero when writing
9840 s->contents = bfd_zalloc (dynobj, s->size);
9841 if (s->contents == NULL)
9845 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
9847 if (!is_ppc64_elf (ibfd))
9850 s = ppc64_elf_tdata (ibfd)->got;
9851 if (s != NULL && s != htab->elf.sgot)
9854 s->flags |= SEC_EXCLUDE;
9857 s->contents = bfd_zalloc (ibfd, s->size);
9858 if (s->contents == NULL)
9862 s = ppc64_elf_tdata (ibfd)->relgot;
9866 s->flags |= SEC_EXCLUDE;
9869 s->contents = bfd_zalloc (ibfd, s->size);
9870 if (s->contents == NULL)
9878 if (htab->elf.dynamic_sections_created)
9880 bfd_boolean tls_opt;
9882 /* Add some entries to the .dynamic section. We fill in the
9883 values later, in ppc64_elf_finish_dynamic_sections, but we
9884 must add the entries now so that we get the correct size for
9885 the .dynamic section. The DT_DEBUG entry is filled in by the
9886 dynamic linker and used by the debugger. */
9887 #define add_dynamic_entry(TAG, VAL) \
9888 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
9890 if (info->executable)
9892 if (!add_dynamic_entry (DT_DEBUG, 0))
9896 if (htab->elf.splt != NULL && htab->elf.splt->size != 0)
9898 if (!add_dynamic_entry (DT_PLTGOT, 0)
9899 || !add_dynamic_entry (DT_PLTRELSZ, 0)
9900 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
9901 || !add_dynamic_entry (DT_JMPREL, 0)
9902 || !add_dynamic_entry (DT_PPC64_GLINK, 0))
9906 if (NO_OPD_RELOCS && abiversion (output_bfd) <= 1)
9908 if (!add_dynamic_entry (DT_PPC64_OPD, 0)
9909 || !add_dynamic_entry (DT_PPC64_OPDSZ, 0))
9913 tls_opt = (!htab->no_tls_get_addr_opt
9914 && htab->tls_get_addr_fd != NULL
9915 && htab->tls_get_addr_fd->elf.plt.plist != NULL);
9916 if (tls_opt || !htab->opd_abi)
9918 if (!add_dynamic_entry (DT_PPC64_OPT, tls_opt ? PPC64_OPT_TLS : 0))
9924 if (!add_dynamic_entry (DT_RELA, 0)
9925 || !add_dynamic_entry (DT_RELASZ, 0)
9926 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf64_External_Rela)))
9929 /* If any dynamic relocs apply to a read-only section,
9930 then we need a DT_TEXTREL entry. */
9931 if ((info->flags & DF_TEXTREL) == 0)
9932 elf_link_hash_traverse (&htab->elf, maybe_set_textrel, info);
9934 if ((info->flags & DF_TEXTREL) != 0)
9936 if (!add_dynamic_entry (DT_TEXTREL, 0))
9941 #undef add_dynamic_entry
9946 /* Return TRUE if symbol should be hashed in the `.gnu.hash' section. */
9949 ppc64_elf_hash_symbol (struct elf_link_hash_entry *h)
9951 if (h->plt.plist != NULL
9953 && !h->pointer_equality_needed)
9956 return _bfd_elf_hash_symbol (h);
9959 /* Determine the type of stub needed, if any, for a call. */
9961 static inline enum ppc_stub_type
9962 ppc_type_of_stub (asection *input_sec,
9963 const Elf_Internal_Rela *rel,
9964 struct ppc_link_hash_entry **hash,
9965 struct plt_entry **plt_ent,
9966 bfd_vma destination,
9967 unsigned long local_off)
9969 struct ppc_link_hash_entry *h = *hash;
9971 bfd_vma branch_offset;
9972 bfd_vma max_branch_offset;
9973 enum elf_ppc64_reloc_type r_type;
9977 struct plt_entry *ent;
9978 struct ppc_link_hash_entry *fdh = h;
9980 && h->oh->is_func_descriptor)
9982 fdh = ppc_follow_link (h->oh);
9986 for (ent = fdh->elf.plt.plist; ent != NULL; ent = ent->next)
9987 if (ent->addend == rel->r_addend
9988 && ent->plt.offset != (bfd_vma) -1)
9991 return ppc_stub_plt_call;
9994 /* Here, we know we don't have a plt entry. If we don't have a
9995 either a defined function descriptor or a defined entry symbol
9996 in a regular object file, then it is pointless trying to make
9997 any other type of stub. */
9998 if (!is_static_defined (&fdh->elf)
9999 && !is_static_defined (&h->elf))
10000 return ppc_stub_none;
10002 else if (elf_local_got_ents (input_sec->owner) != NULL)
10004 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (input_sec->owner);
10005 struct plt_entry **local_plt = (struct plt_entry **)
10006 elf_local_got_ents (input_sec->owner) + symtab_hdr->sh_info;
10007 unsigned long r_symndx = ELF64_R_SYM (rel->r_info);
10009 if (local_plt[r_symndx] != NULL)
10011 struct plt_entry *ent;
10013 for (ent = local_plt[r_symndx]; ent != NULL; ent = ent->next)
10014 if (ent->addend == rel->r_addend
10015 && ent->plt.offset != (bfd_vma) -1)
10018 return ppc_stub_plt_call;
10023 /* Determine where the call point is. */
10024 location = (input_sec->output_offset
10025 + input_sec->output_section->vma
10028 branch_offset = destination - location;
10029 r_type = ELF64_R_TYPE (rel->r_info);
10031 /* Determine if a long branch stub is needed. */
10032 max_branch_offset = 1 << 25;
10033 if (r_type != R_PPC64_REL24)
10034 max_branch_offset = 1 << 15;
10036 if (branch_offset + max_branch_offset >= 2 * max_branch_offset - local_off)
10037 /* We need a stub. Figure out whether a long_branch or plt_branch
10038 is needed later. */
10039 return ppc_stub_long_branch;
10041 return ppc_stub_none;
10044 /* With power7 weakly ordered memory model, it is possible for ld.so
10045 to update a plt entry in one thread and have another thread see a
10046 stale zero toc entry. To avoid this we need some sort of acquire
10047 barrier in the call stub. One solution is to make the load of the
10048 toc word seem to appear to depend on the load of the function entry
10049 word. Another solution is to test for r2 being zero, and branch to
10050 the appropriate glink entry if so.
10052 . fake dep barrier compare
10053 . ld 12,xxx(2) ld 12,xxx(2)
10054 . mtctr 12 mtctr 12
10055 . xor 11,12,12 ld 2,xxx+8(2)
10056 . add 2,2,11 cmpldi 2,0
10057 . ld 2,xxx+8(2) bnectr+
10058 . bctr b <glink_entry>
10060 The solution involving the compare turns out to be faster, so
10061 that's what we use unless the branch won't reach. */
10063 #define ALWAYS_USE_FAKE_DEP 0
10064 #define ALWAYS_EMIT_R2SAVE 0
10066 #define PPC_LO(v) ((v) & 0xffff)
10067 #define PPC_HI(v) (((v) >> 16) & 0xffff)
10068 #define PPC_HA(v) PPC_HI ((v) + 0x8000)
10070 static inline unsigned int
10071 plt_stub_size (struct ppc_link_hash_table *htab,
10072 struct ppc_stub_hash_entry *stub_entry,
10075 unsigned size = 12;
10077 if (ALWAYS_EMIT_R2SAVE
10078 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10080 if (PPC_HA (off) != 0)
10085 if (htab->plt_static_chain)
10087 if (htab->plt_thread_safe)
10089 if (PPC_HA (off + 8 + 8 * htab->plt_static_chain) != PPC_HA (off))
10092 if (stub_entry->h != NULL
10093 && (stub_entry->h == htab->tls_get_addr_fd
10094 || stub_entry->h == htab->tls_get_addr)
10095 && !htab->no_tls_get_addr_opt)
10100 /* If this stub would cross fewer 2**plt_stub_align boundaries if we align,
10101 then return the padding needed to do so. */
10102 static inline unsigned int
10103 plt_stub_pad (struct ppc_link_hash_table *htab,
10104 struct ppc_stub_hash_entry *stub_entry,
10107 int stub_align = 1 << htab->plt_stub_align;
10108 unsigned stub_size = plt_stub_size (htab, stub_entry, plt_off);
10109 bfd_vma stub_off = stub_entry->stub_sec->size;
10111 if (((stub_off + stub_size - 1) & -stub_align) - (stub_off & -stub_align)
10112 > (stub_size & -stub_align))
10113 return stub_align - (stub_off & (stub_align - 1));
10117 /* Build a .plt call stub. */
10119 static inline bfd_byte *
10120 build_plt_stub (struct ppc_link_hash_table *htab,
10121 struct ppc_stub_hash_entry *stub_entry,
10122 bfd_byte *p, bfd_vma offset, Elf_Internal_Rela *r)
10124 bfd *obfd = htab->stub_bfd;
10125 bfd_boolean plt_load_toc = htab->opd_abi;
10126 bfd_boolean plt_static_chain = htab->plt_static_chain;
10127 bfd_boolean plt_thread_safe = htab->plt_thread_safe;
10128 bfd_boolean use_fake_dep = plt_thread_safe;
10129 bfd_vma cmp_branch_off = 0;
10131 if (!ALWAYS_USE_FAKE_DEP
10134 && !(stub_entry->h != NULL
10135 && (stub_entry->h == htab->tls_get_addr_fd
10136 || stub_entry->h == htab->tls_get_addr)
10137 && !htab->no_tls_get_addr_opt))
10139 bfd_vma pltoff = stub_entry->plt_ent->plt.offset & ~1;
10140 bfd_vma pltindex = ((pltoff - PLT_INITIAL_ENTRY_SIZE (htab))
10141 / PLT_ENTRY_SIZE (htab));
10142 bfd_vma glinkoff = GLINK_CALL_STUB_SIZE + pltindex * 8;
10145 if (pltindex > 32768)
10146 glinkoff += (pltindex - 32768) * 4;
10148 + htab->glink->output_offset
10149 + htab->glink->output_section->vma);
10150 from = (p - stub_entry->stub_sec->contents
10151 + 4 * (ALWAYS_EMIT_R2SAVE
10152 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10153 + 4 * (PPC_HA (offset) != 0)
10154 + 4 * (PPC_HA (offset + 8 + 8 * plt_static_chain)
10155 != PPC_HA (offset))
10156 + 4 * (plt_static_chain != 0)
10158 + stub_entry->stub_sec->output_offset
10159 + stub_entry->stub_sec->output_section->vma);
10160 cmp_branch_off = to - from;
10161 use_fake_dep = cmp_branch_off + (1 << 25) >= (1 << 26);
10164 if (PPC_HA (offset) != 0)
10168 if (ALWAYS_EMIT_R2SAVE
10169 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10170 r[0].r_offset += 4;
10171 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_HA);
10172 r[1].r_offset = r[0].r_offset + 4;
10173 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10174 r[1].r_addend = r[0].r_addend;
10177 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
10179 r[2].r_offset = r[1].r_offset + 4;
10180 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO);
10181 r[2].r_addend = r[0].r_addend;
10185 r[2].r_offset = r[1].r_offset + 8 + 8 * use_fake_dep;
10186 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10187 r[2].r_addend = r[0].r_addend + 8;
10188 if (plt_static_chain)
10190 r[3].r_offset = r[2].r_offset + 4;
10191 r[3].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10192 r[3].r_addend = r[0].r_addend + 16;
10197 if (ALWAYS_EMIT_R2SAVE
10198 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10199 bfd_put_32 (obfd, STD_R2_0R1 + STK_TOC (htab), p), p += 4;
10200 bfd_put_32 (obfd, ADDIS_R11_R2 | PPC_HA (offset), p), p += 4;
10201 bfd_put_32 (obfd, LD_R12_0R11 | PPC_LO (offset), p), p += 4;
10203 && PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
10205 bfd_put_32 (obfd, ADDI_R11_R11 | PPC_LO (offset), p), p += 4;
10208 bfd_put_32 (obfd, MTCTR_R12, p), p += 4;
10213 bfd_put_32 (obfd, XOR_R2_R12_R12, p), p += 4;
10214 bfd_put_32 (obfd, ADD_R11_R11_R2, p), p += 4;
10216 bfd_put_32 (obfd, LD_R2_0R11 | PPC_LO (offset + 8), p), p += 4;
10217 if (plt_static_chain)
10218 bfd_put_32 (obfd, LD_R11_0R11 | PPC_LO (offset + 16), p), p += 4;
10225 if (ALWAYS_EMIT_R2SAVE
10226 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10227 r[0].r_offset += 4;
10228 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10231 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
10233 r[1].r_offset = r[0].r_offset + 4;
10234 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16);
10235 r[1].r_addend = r[0].r_addend;
10239 r[1].r_offset = r[0].r_offset + 8 + 8 * use_fake_dep;
10240 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10241 r[1].r_addend = r[0].r_addend + 8 + 8 * plt_static_chain;
10242 if (plt_static_chain)
10244 r[2].r_offset = r[1].r_offset + 4;
10245 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10246 r[2].r_addend = r[0].r_addend + 8;
10251 if (ALWAYS_EMIT_R2SAVE
10252 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10253 bfd_put_32 (obfd, STD_R2_0R1 + STK_TOC (htab), p), p += 4;
10254 bfd_put_32 (obfd, LD_R12_0R2 | PPC_LO (offset), p), p += 4;
10256 && PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
10258 bfd_put_32 (obfd, ADDI_R2_R2 | PPC_LO (offset), p), p += 4;
10261 bfd_put_32 (obfd, MTCTR_R12, p), p += 4;
10266 bfd_put_32 (obfd, XOR_R11_R12_R12, p), p += 4;
10267 bfd_put_32 (obfd, ADD_R2_R2_R11, p), p += 4;
10269 if (plt_static_chain)
10270 bfd_put_32 (obfd, LD_R11_0R2 | PPC_LO (offset + 16), p), p += 4;
10271 bfd_put_32 (obfd, LD_R2_0R2 | PPC_LO (offset + 8), p), p += 4;
10274 if (plt_load_toc && plt_thread_safe && !use_fake_dep)
10276 bfd_put_32 (obfd, CMPLDI_R2_0, p), p += 4;
10277 bfd_put_32 (obfd, BNECTR_P4, p), p += 4;
10278 bfd_put_32 (obfd, B_DOT | (cmp_branch_off & 0x3fffffc), p), p += 4;
10281 bfd_put_32 (obfd, BCTR, p), p += 4;
10285 /* Build a special .plt call stub for __tls_get_addr. */
10287 #define LD_R11_0R3 0xe9630000
10288 #define LD_R12_0R3 0xe9830000
10289 #define MR_R0_R3 0x7c601b78
10290 #define CMPDI_R11_0 0x2c2b0000
10291 #define ADD_R3_R12_R13 0x7c6c6a14
10292 #define BEQLR 0x4d820020
10293 #define MR_R3_R0 0x7c030378
10294 #define STD_R11_0R1 0xf9610000
10295 #define BCTRL 0x4e800421
10296 #define LD_R11_0R1 0xe9610000
10297 #define MTLR_R11 0x7d6803a6
10299 static inline bfd_byte *
10300 build_tls_get_addr_stub (struct ppc_link_hash_table *htab,
10301 struct ppc_stub_hash_entry *stub_entry,
10302 bfd_byte *p, bfd_vma offset, Elf_Internal_Rela *r)
10304 bfd *obfd = htab->stub_bfd;
10306 bfd_put_32 (obfd, LD_R11_0R3 + 0, p), p += 4;
10307 bfd_put_32 (obfd, LD_R12_0R3 + 8, p), p += 4;
10308 bfd_put_32 (obfd, MR_R0_R3, p), p += 4;
10309 bfd_put_32 (obfd, CMPDI_R11_0, p), p += 4;
10310 bfd_put_32 (obfd, ADD_R3_R12_R13, p), p += 4;
10311 bfd_put_32 (obfd, BEQLR, p), p += 4;
10312 bfd_put_32 (obfd, MR_R3_R0, p), p += 4;
10313 bfd_put_32 (obfd, MFLR_R11, p), p += 4;
10314 bfd_put_32 (obfd, STD_R11_0R1 + STK_LINKER (htab), p), p += 4;
10317 r[0].r_offset += 9 * 4;
10318 p = build_plt_stub (htab, stub_entry, p, offset, r);
10319 bfd_put_32 (obfd, BCTRL, p - 4);
10321 bfd_put_32 (obfd, LD_R11_0R1 + STK_LINKER (htab), p), p += 4;
10322 bfd_put_32 (obfd, LD_R2_0R1 + STK_TOC (htab), p), p += 4;
10323 bfd_put_32 (obfd, MTLR_R11, p), p += 4;
10324 bfd_put_32 (obfd, BLR, p), p += 4;
10329 static Elf_Internal_Rela *
10330 get_relocs (asection *sec, int count)
10332 Elf_Internal_Rela *relocs;
10333 struct bfd_elf_section_data *elfsec_data;
10335 elfsec_data = elf_section_data (sec);
10336 relocs = elfsec_data->relocs;
10337 if (relocs == NULL)
10339 bfd_size_type relsize;
10340 relsize = sec->reloc_count * sizeof (*relocs);
10341 relocs = bfd_alloc (sec->owner, relsize);
10342 if (relocs == NULL)
10344 elfsec_data->relocs = relocs;
10345 elfsec_data->rela.hdr = bfd_zalloc (sec->owner,
10346 sizeof (Elf_Internal_Shdr));
10347 if (elfsec_data->rela.hdr == NULL)
10349 elfsec_data->rela.hdr->sh_size = (sec->reloc_count
10350 * sizeof (Elf64_External_Rela));
10351 elfsec_data->rela.hdr->sh_entsize = sizeof (Elf64_External_Rela);
10352 sec->reloc_count = 0;
10354 relocs += sec->reloc_count;
10355 sec->reloc_count += count;
10360 get_r2off (struct bfd_link_info *info,
10361 struct ppc_stub_hash_entry *stub_entry)
10363 struct ppc_link_hash_table *htab = ppc_hash_table (info);
10364 bfd_vma r2off = htab->stub_group[stub_entry->target_section->id].toc_off;
10368 /* Support linking -R objects. Get the toc pointer from the
10371 if (!htab->opd_abi)
10373 asection *opd = stub_entry->h->elf.root.u.def.section;
10374 bfd_vma opd_off = stub_entry->h->elf.root.u.def.value;
10376 if (strcmp (opd->name, ".opd") != 0
10377 || opd->reloc_count != 0)
10379 info->callbacks->einfo (_("%P: cannot find opd entry toc for `%T'\n"),
10380 stub_entry->h->elf.root.root.string);
10381 bfd_set_error (bfd_error_bad_value);
10384 if (!bfd_get_section_contents (opd->owner, opd, buf, opd_off + 8, 8))
10386 r2off = bfd_get_64 (opd->owner, buf);
10387 r2off -= elf_gp (info->output_bfd);
10389 r2off -= htab->stub_group[stub_entry->id_sec->id].toc_off;
10394 ppc_build_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
10396 struct ppc_stub_hash_entry *stub_entry;
10397 struct ppc_branch_hash_entry *br_entry;
10398 struct bfd_link_info *info;
10399 struct ppc_link_hash_table *htab;
10404 Elf_Internal_Rela *r;
10407 /* Massage our args to the form they really have. */
10408 stub_entry = (struct ppc_stub_hash_entry *) gen_entry;
10411 htab = ppc_hash_table (info);
10415 /* Make a note of the offset within the stubs for this entry. */
10416 stub_entry->stub_offset = stub_entry->stub_sec->size;
10417 loc = stub_entry->stub_sec->contents + stub_entry->stub_offset;
10419 htab->stub_count[stub_entry->stub_type - 1] += 1;
10420 switch (stub_entry->stub_type)
10422 case ppc_stub_long_branch:
10423 case ppc_stub_long_branch_r2off:
10424 /* Branches are relative. This is where we are going to. */
10425 dest = (stub_entry->target_value
10426 + stub_entry->target_section->output_offset
10427 + stub_entry->target_section->output_section->vma);
10428 dest += PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
10431 /* And this is where we are coming from. */
10432 off -= (stub_entry->stub_offset
10433 + stub_entry->stub_sec->output_offset
10434 + stub_entry->stub_sec->output_section->vma);
10437 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
10439 bfd_vma r2off = get_r2off (info, stub_entry);
10443 htab->stub_error = TRUE;
10446 bfd_put_32 (htab->stub_bfd, STD_R2_0R1 + STK_TOC (htab), loc);
10449 if (PPC_HA (r2off) != 0)
10452 bfd_put_32 (htab->stub_bfd, ADDIS_R2_R2 | PPC_HA (r2off), loc);
10455 bfd_put_32 (htab->stub_bfd, ADDI_R2_R2 | PPC_LO (r2off), loc);
10459 bfd_put_32 (htab->stub_bfd, B_DOT | (off & 0x3fffffc), loc);
10461 if (off + (1 << 25) >= (bfd_vma) (1 << 26))
10463 info->callbacks->einfo
10464 (_("%P: long branch stub `%s' offset overflow\n"),
10465 stub_entry->root.string);
10466 htab->stub_error = TRUE;
10470 if (info->emitrelocations)
10472 r = get_relocs (stub_entry->stub_sec, 1);
10475 r->r_offset = loc - stub_entry->stub_sec->contents;
10476 r->r_info = ELF64_R_INFO (0, R_PPC64_REL24);
10477 r->r_addend = dest;
10478 if (stub_entry->h != NULL)
10480 struct elf_link_hash_entry **hashes;
10481 unsigned long symndx;
10482 struct ppc_link_hash_entry *h;
10484 hashes = elf_sym_hashes (htab->stub_bfd);
10485 if (hashes == NULL)
10487 bfd_size_type hsize;
10489 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
10490 hashes = bfd_zalloc (htab->stub_bfd, hsize);
10491 if (hashes == NULL)
10493 elf_sym_hashes (htab->stub_bfd) = hashes;
10494 htab->stub_globals = 1;
10496 symndx = htab->stub_globals++;
10498 hashes[symndx] = &h->elf;
10499 r->r_info = ELF64_R_INFO (symndx, R_PPC64_REL24);
10500 if (h->oh != NULL && h->oh->is_func)
10501 h = ppc_follow_link (h->oh);
10502 if (h->elf.root.u.def.section != stub_entry->target_section)
10503 /* H is an opd symbol. The addend must be zero. */
10507 off = (h->elf.root.u.def.value
10508 + h->elf.root.u.def.section->output_offset
10509 + h->elf.root.u.def.section->output_section->vma);
10510 r->r_addend -= off;
10516 case ppc_stub_plt_branch:
10517 case ppc_stub_plt_branch_r2off:
10518 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table,
10519 stub_entry->root.string + 9,
10521 if (br_entry == NULL)
10523 info->callbacks->einfo (_("%P: can't find branch stub `%s'\n"),
10524 stub_entry->root.string);
10525 htab->stub_error = TRUE;
10529 dest = (stub_entry->target_value
10530 + stub_entry->target_section->output_offset
10531 + stub_entry->target_section->output_section->vma);
10532 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
10533 dest += PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
10535 bfd_put_64 (htab->brlt->owner, dest,
10536 htab->brlt->contents + br_entry->offset);
10538 if (br_entry->iter == htab->stub_iteration)
10540 br_entry->iter = 0;
10542 if (htab->relbrlt != NULL)
10544 /* Create a reloc for the branch lookup table entry. */
10545 Elf_Internal_Rela rela;
10548 rela.r_offset = (br_entry->offset
10549 + htab->brlt->output_offset
10550 + htab->brlt->output_section->vma);
10551 rela.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
10552 rela.r_addend = dest;
10554 rl = htab->relbrlt->contents;
10555 rl += (htab->relbrlt->reloc_count++
10556 * sizeof (Elf64_External_Rela));
10557 bfd_elf64_swap_reloca_out (htab->relbrlt->owner, &rela, rl);
10559 else if (info->emitrelocations)
10561 r = get_relocs (htab->brlt, 1);
10564 /* brlt, being SEC_LINKER_CREATED does not go through the
10565 normal reloc processing. Symbols and offsets are not
10566 translated from input file to output file form, so
10567 set up the offset per the output file. */
10568 r->r_offset = (br_entry->offset
10569 + htab->brlt->output_offset
10570 + htab->brlt->output_section->vma);
10571 r->r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
10572 r->r_addend = dest;
10576 dest = (br_entry->offset
10577 + htab->brlt->output_offset
10578 + htab->brlt->output_section->vma);
10581 - elf_gp (htab->brlt->output_section->owner)
10582 - htab->stub_group[stub_entry->id_sec->id].toc_off);
10584 if (off + 0x80008000 > 0xffffffff || (off & 7) != 0)
10586 info->callbacks->einfo
10587 (_("%P: linkage table error against `%T'\n"),
10588 stub_entry->root.string);
10589 bfd_set_error (bfd_error_bad_value);
10590 htab->stub_error = TRUE;
10594 if (info->emitrelocations)
10596 r = get_relocs (stub_entry->stub_sec, 1 + (PPC_HA (off) != 0));
10599 r[0].r_offset = loc - stub_entry->stub_sec->contents;
10600 if (bfd_big_endian (info->output_bfd))
10601 r[0].r_offset += 2;
10602 if (stub_entry->stub_type == ppc_stub_plt_branch_r2off
10604 r[0].r_offset += 4;
10605 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10606 r[0].r_addend = dest;
10607 if (PPC_HA (off) != 0)
10609 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_HA);
10610 r[1].r_offset = r[0].r_offset + 4;
10611 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10612 r[1].r_addend = r[0].r_addend;
10616 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off
10619 if (PPC_HA (off) != 0)
10622 bfd_put_32 (htab->stub_bfd, ADDIS_R11_R2 | PPC_HA (off), loc);
10624 bfd_put_32 (htab->stub_bfd, LD_R12_0R11 | PPC_LO (off), loc);
10629 bfd_put_32 (htab->stub_bfd, LD_R12_0R2 | PPC_LO (off), loc);
10634 bfd_vma r2off = get_r2off (info, stub_entry);
10638 htab->stub_error = TRUE;
10642 bfd_put_32 (htab->stub_bfd, STD_R2_0R1 + STK_TOC (htab), loc);
10645 if (PPC_HA (off) != 0)
10648 bfd_put_32 (htab->stub_bfd, ADDIS_R11_R2 | PPC_HA (off), loc);
10650 bfd_put_32 (htab->stub_bfd, LD_R12_0R11 | PPC_LO (off), loc);
10655 bfd_put_32 (htab->stub_bfd, LD_R12_0R2 | PPC_LO (off), loc);
10659 if (PPC_HA (r2off) != 0)
10662 bfd_put_32 (htab->stub_bfd, ADDIS_R2_R2 | PPC_HA (r2off), loc);
10665 bfd_put_32 (htab->stub_bfd, ADDI_R2_R2 | PPC_LO (r2off), loc);
10668 bfd_put_32 (htab->stub_bfd, MTCTR_R12, loc);
10670 bfd_put_32 (htab->stub_bfd, BCTR, loc);
10673 case ppc_stub_plt_call:
10674 case ppc_stub_plt_call_r2save:
10675 if (stub_entry->h != NULL
10676 && stub_entry->h->is_func_descriptor
10677 && stub_entry->h->oh != NULL)
10679 struct ppc_link_hash_entry *fh = ppc_follow_link (stub_entry->h->oh);
10681 /* If the old-ABI "dot-symbol" is undefined make it weak so
10682 we don't get a link error from RELOC_FOR_GLOBAL_SYMBOL.
10683 FIXME: We used to define the symbol on one of the call
10684 stubs instead, which is why we test symbol section id
10685 against htab->top_id in various places. Likely all
10686 these checks could now disappear. */
10687 if (fh->elf.root.type == bfd_link_hash_undefined)
10688 fh->elf.root.type = bfd_link_hash_undefweak;
10689 /* Stop undo_symbol_twiddle changing it back to undefined. */
10690 fh->was_undefined = 0;
10693 /* Now build the stub. */
10694 dest = stub_entry->plt_ent->plt.offset & ~1;
10695 if (dest >= (bfd_vma) -2)
10698 plt = htab->elf.splt;
10699 if (!htab->elf.dynamic_sections_created
10700 || stub_entry->h == NULL
10701 || stub_entry->h->elf.dynindx == -1)
10702 plt = htab->elf.iplt;
10704 dest += plt->output_offset + plt->output_section->vma;
10706 if (stub_entry->h == NULL
10707 && (stub_entry->plt_ent->plt.offset & 1) == 0)
10709 Elf_Internal_Rela rela;
10712 rela.r_offset = dest;
10714 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_IREL);
10716 rela.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
10717 rela.r_addend = (stub_entry->target_value
10718 + stub_entry->target_section->output_offset
10719 + stub_entry->target_section->output_section->vma);
10721 rl = (htab->elf.irelplt->contents
10722 + (htab->elf.irelplt->reloc_count++
10723 * sizeof (Elf64_External_Rela)));
10724 bfd_elf64_swap_reloca_out (info->output_bfd, &rela, rl);
10725 stub_entry->plt_ent->plt.offset |= 1;
10729 - elf_gp (plt->output_section->owner)
10730 - htab->stub_group[stub_entry->id_sec->id].toc_off);
10732 if (off + 0x80008000 > 0xffffffff || (off & 7) != 0)
10734 info->callbacks->einfo
10735 (_("%P: linkage table error against `%T'\n"),
10736 stub_entry->h != NULL
10737 ? stub_entry->h->elf.root.root.string
10739 bfd_set_error (bfd_error_bad_value);
10740 htab->stub_error = TRUE;
10744 if (htab->plt_stub_align != 0)
10746 unsigned pad = plt_stub_pad (htab, stub_entry, off);
10748 stub_entry->stub_sec->size += pad;
10749 stub_entry->stub_offset = stub_entry->stub_sec->size;
10754 if (info->emitrelocations)
10756 r = get_relocs (stub_entry->stub_sec,
10758 + (PPC_HA (off) != 0)
10759 + (htab->plt_static_chain
10760 && PPC_HA (off + 16) == PPC_HA (off))));
10763 r[0].r_offset = loc - stub_entry->stub_sec->contents;
10764 if (bfd_big_endian (info->output_bfd))
10765 r[0].r_offset += 2;
10766 r[0].r_addend = dest;
10768 if (stub_entry->h != NULL
10769 && (stub_entry->h == htab->tls_get_addr_fd
10770 || stub_entry->h == htab->tls_get_addr)
10771 && !htab->no_tls_get_addr_opt)
10772 p = build_tls_get_addr_stub (htab, stub_entry, loc, off, r);
10774 p = build_plt_stub (htab, stub_entry, loc, off, r);
10783 stub_entry->stub_sec->size += size;
10785 if (htab->emit_stub_syms)
10787 struct elf_link_hash_entry *h;
10790 const char *const stub_str[] = { "long_branch",
10791 "long_branch_r2off",
10793 "plt_branch_r2off",
10797 len1 = strlen (stub_str[stub_entry->stub_type - 1]);
10798 len2 = strlen (stub_entry->root.string);
10799 name = bfd_malloc (len1 + len2 + 2);
10802 memcpy (name, stub_entry->root.string, 9);
10803 memcpy (name + 9, stub_str[stub_entry->stub_type - 1], len1);
10804 memcpy (name + len1 + 9, stub_entry->root.string + 8, len2 - 8 + 1);
10805 h = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
10808 if (h->root.type == bfd_link_hash_new)
10810 h->root.type = bfd_link_hash_defined;
10811 h->root.u.def.section = stub_entry->stub_sec;
10812 h->root.u.def.value = stub_entry->stub_offset;
10813 h->ref_regular = 1;
10814 h->def_regular = 1;
10815 h->ref_regular_nonweak = 1;
10816 h->forced_local = 1;
10824 /* As above, but don't actually build the stub. Just bump offset so
10825 we know stub section sizes, and select plt_branch stubs where
10826 long_branch stubs won't do. */
10829 ppc_size_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
10831 struct ppc_stub_hash_entry *stub_entry;
10832 struct bfd_link_info *info;
10833 struct ppc_link_hash_table *htab;
10837 /* Massage our args to the form they really have. */
10838 stub_entry = (struct ppc_stub_hash_entry *) gen_entry;
10841 htab = ppc_hash_table (info);
10845 if (stub_entry->stub_type == ppc_stub_plt_call
10846 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10849 off = stub_entry->plt_ent->plt.offset & ~(bfd_vma) 1;
10850 if (off >= (bfd_vma) -2)
10852 plt = htab->elf.splt;
10853 if (!htab->elf.dynamic_sections_created
10854 || stub_entry->h == NULL
10855 || stub_entry->h->elf.dynindx == -1)
10856 plt = htab->elf.iplt;
10857 off += (plt->output_offset
10858 + plt->output_section->vma
10859 - elf_gp (plt->output_section->owner)
10860 - htab->stub_group[stub_entry->id_sec->id].toc_off);
10862 size = plt_stub_size (htab, stub_entry, off);
10863 if (htab->plt_stub_align)
10864 size += plt_stub_pad (htab, stub_entry, off);
10865 if (info->emitrelocations)
10867 stub_entry->stub_sec->reloc_count
10868 += ((PPC_HA (off) != 0)
10870 ? 2 + (htab->plt_static_chain
10871 && PPC_HA (off + 16) == PPC_HA (off))
10873 stub_entry->stub_sec->flags |= SEC_RELOC;
10878 /* ppc_stub_long_branch or ppc_stub_plt_branch, or their r2off
10881 bfd_vma local_off = 0;
10883 off = (stub_entry->target_value
10884 + stub_entry->target_section->output_offset
10885 + stub_entry->target_section->output_section->vma);
10886 off -= (stub_entry->stub_sec->size
10887 + stub_entry->stub_sec->output_offset
10888 + stub_entry->stub_sec->output_section->vma);
10890 /* Reset the stub type from the plt variant in case we now
10891 can reach with a shorter stub. */
10892 if (stub_entry->stub_type >= ppc_stub_plt_branch)
10893 stub_entry->stub_type += ppc_stub_long_branch - ppc_stub_plt_branch;
10896 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
10898 r2off = get_r2off (info, stub_entry);
10899 if (r2off == 0 && htab->opd_abi)
10901 htab->stub_error = TRUE;
10905 if (PPC_HA (r2off) != 0)
10910 local_off = PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
10912 /* If the branch offset if too big, use a ppc_stub_plt_branch.
10913 Do the same for -R objects without function descriptors. */
10914 if (off + (1 << 25) >= (bfd_vma) (1 << 26) - local_off
10915 || (stub_entry->stub_type == ppc_stub_long_branch_r2off
10918 struct ppc_branch_hash_entry *br_entry;
10920 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table,
10921 stub_entry->root.string + 9,
10923 if (br_entry == NULL)
10925 info->callbacks->einfo (_("%P: can't build branch stub `%s'\n"),
10926 stub_entry->root.string);
10927 htab->stub_error = TRUE;
10931 if (br_entry->iter != htab->stub_iteration)
10933 br_entry->iter = htab->stub_iteration;
10934 br_entry->offset = htab->brlt->size;
10935 htab->brlt->size += 8;
10937 if (htab->relbrlt != NULL)
10938 htab->relbrlt->size += sizeof (Elf64_External_Rela);
10939 else if (info->emitrelocations)
10941 htab->brlt->reloc_count += 1;
10942 htab->brlt->flags |= SEC_RELOC;
10946 stub_entry->stub_type += ppc_stub_plt_branch - ppc_stub_long_branch;
10947 off = (br_entry->offset
10948 + htab->brlt->output_offset
10949 + htab->brlt->output_section->vma
10950 - elf_gp (htab->brlt->output_section->owner)
10951 - htab->stub_group[stub_entry->id_sec->id].toc_off);
10953 if (info->emitrelocations)
10955 stub_entry->stub_sec->reloc_count += 1 + (PPC_HA (off) != 0);
10956 stub_entry->stub_sec->flags |= SEC_RELOC;
10959 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off
10963 if (PPC_HA (off) != 0)
10969 if (PPC_HA (off) != 0)
10972 if (PPC_HA (r2off) != 0)
10976 else if (info->emitrelocations)
10978 stub_entry->stub_sec->reloc_count += 1;
10979 stub_entry->stub_sec->flags |= SEC_RELOC;
10983 stub_entry->stub_sec->size += size;
10987 /* Set up various things so that we can make a list of input sections
10988 for each output section included in the link. Returns -1 on error,
10989 0 when no stubs will be needed, and 1 on success. */
10992 ppc64_elf_setup_section_lists
10993 (struct bfd_link_info *info,
10994 asection *(*add_stub_section) (const char *, asection *),
10995 void (*layout_sections_again) (void))
10998 int top_id, top_index, id;
11000 asection **input_list;
11002 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11006 /* Stash our params away. */
11007 htab->add_stub_section = add_stub_section;
11008 htab->layout_sections_again = layout_sections_again;
11010 /* Find the top input section id. */
11011 for (input_bfd = info->input_bfds, top_id = 3;
11013 input_bfd = input_bfd->link_next)
11015 for (section = input_bfd->sections;
11017 section = section->next)
11019 if (top_id < section->id)
11020 top_id = section->id;
11024 htab->top_id = top_id;
11025 amt = sizeof (struct map_stub) * (top_id + 1);
11026 htab->stub_group = bfd_zmalloc (amt);
11027 if (htab->stub_group == NULL)
11030 /* Set toc_off for com, und, abs and ind sections. */
11031 for (id = 0; id < 3; id++)
11032 htab->stub_group[id].toc_off = TOC_BASE_OFF;
11034 /* We can't use output_bfd->section_count here to find the top output
11035 section index as some sections may have been removed, and
11036 strip_excluded_output_sections doesn't renumber the indices. */
11037 for (section = info->output_bfd->sections, top_index = 0;
11039 section = section->next)
11041 if (top_index < section->index)
11042 top_index = section->index;
11045 htab->top_index = top_index;
11046 amt = sizeof (asection *) * (top_index + 1);
11047 input_list = bfd_zmalloc (amt);
11048 htab->input_list = input_list;
11049 if (input_list == NULL)
11055 /* Set up for first pass at multitoc partitioning. */
11058 ppc64_elf_start_multitoc_partition (struct bfd_link_info *info)
11060 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11062 htab->toc_curr = ppc64_elf_set_toc (info, info->output_bfd);
11063 htab->toc_bfd = NULL;
11064 htab->toc_first_sec = NULL;
11067 /* The linker repeatedly calls this function for each TOC input section
11068 and linker generated GOT section. Group input bfds such that the toc
11069 within a group is less than 64k in size. */
11072 ppc64_elf_next_toc_section (struct bfd_link_info *info, asection *isec)
11074 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11075 bfd_vma addr, off, limit;
11080 if (!htab->second_toc_pass)
11082 /* Keep track of the first .toc or .got section for this input bfd. */
11083 bfd_boolean new_bfd = htab->toc_bfd != isec->owner;
11087 htab->toc_bfd = isec->owner;
11088 htab->toc_first_sec = isec;
11091 addr = isec->output_offset + isec->output_section->vma;
11092 off = addr - htab->toc_curr;
11093 limit = 0x80008000;
11094 if (ppc64_elf_tdata (isec->owner)->has_small_toc_reloc)
11096 if (off + isec->size > limit)
11098 addr = (htab->toc_first_sec->output_offset
11099 + htab->toc_first_sec->output_section->vma);
11100 htab->toc_curr = addr;
11103 /* toc_curr is the base address of this toc group. Set elf_gp
11104 for the input section to be the offset relative to the
11105 output toc base plus 0x8000. Making the input elf_gp an
11106 offset allows us to move the toc as a whole without
11107 recalculating input elf_gp. */
11108 off = htab->toc_curr - elf_gp (isec->output_section->owner);
11109 off += TOC_BASE_OFF;
11111 /* Die if someone uses a linker script that doesn't keep input
11112 file .toc and .got together. */
11114 && elf_gp (isec->owner) != 0
11115 && elf_gp (isec->owner) != off)
11118 elf_gp (isec->owner) = off;
11122 /* During the second pass toc_first_sec points to the start of
11123 a toc group, and toc_curr is used to track the old elf_gp.
11124 We use toc_bfd to ensure we only look at each bfd once. */
11125 if (htab->toc_bfd == isec->owner)
11127 htab->toc_bfd = isec->owner;
11129 if (htab->toc_first_sec == NULL
11130 || htab->toc_curr != elf_gp (isec->owner))
11132 htab->toc_curr = elf_gp (isec->owner);
11133 htab->toc_first_sec = isec;
11135 addr = (htab->toc_first_sec->output_offset
11136 + htab->toc_first_sec->output_section->vma);
11137 off = addr - elf_gp (isec->output_section->owner) + TOC_BASE_OFF;
11138 elf_gp (isec->owner) = off;
11143 /* Called via elf_link_hash_traverse to merge GOT entries for global
11147 merge_global_got (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
11149 if (h->root.type == bfd_link_hash_indirect)
11152 merge_got_entries (&h->got.glist);
11157 /* Called via elf_link_hash_traverse to allocate GOT entries for global
11161 reallocate_got (struct elf_link_hash_entry *h, void *inf)
11163 struct got_entry *gent;
11165 if (h->root.type == bfd_link_hash_indirect)
11168 for (gent = h->got.glist; gent != NULL; gent = gent->next)
11169 if (!gent->is_indirect)
11170 allocate_got (h, (struct bfd_link_info *) inf, gent);
11174 /* Called on the first multitoc pass after the last call to
11175 ppc64_elf_next_toc_section. This function removes duplicate GOT
11179 ppc64_elf_layout_multitoc (struct bfd_link_info *info)
11181 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11182 struct bfd *ibfd, *ibfd2;
11183 bfd_boolean done_something;
11185 htab->multi_toc_needed = htab->toc_curr != elf_gp (info->output_bfd);
11187 if (!htab->do_multi_toc)
11190 /* Merge global sym got entries within a toc group. */
11191 elf_link_hash_traverse (&htab->elf, merge_global_got, info);
11193 /* And tlsld_got. */
11194 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
11196 struct got_entry *ent, *ent2;
11198 if (!is_ppc64_elf (ibfd))
11201 ent = ppc64_tlsld_got (ibfd);
11202 if (!ent->is_indirect
11203 && ent->got.offset != (bfd_vma) -1)
11205 for (ibfd2 = ibfd->link_next; ibfd2 != NULL; ibfd2 = ibfd2->link_next)
11207 if (!is_ppc64_elf (ibfd2))
11210 ent2 = ppc64_tlsld_got (ibfd2);
11211 if (!ent2->is_indirect
11212 && ent2->got.offset != (bfd_vma) -1
11213 && elf_gp (ibfd2) == elf_gp (ibfd))
11215 ent2->is_indirect = TRUE;
11216 ent2->got.ent = ent;
11222 /* Zap sizes of got sections. */
11223 htab->elf.irelplt->rawsize = htab->elf.irelplt->size;
11224 htab->elf.irelplt->size -= htab->got_reli_size;
11225 htab->got_reli_size = 0;
11227 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
11229 asection *got, *relgot;
11231 if (!is_ppc64_elf (ibfd))
11234 got = ppc64_elf_tdata (ibfd)->got;
11237 got->rawsize = got->size;
11239 relgot = ppc64_elf_tdata (ibfd)->relgot;
11240 relgot->rawsize = relgot->size;
11245 /* Now reallocate the got, local syms first. We don't need to
11246 allocate section contents again since we never increase size. */
11247 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
11249 struct got_entry **lgot_ents;
11250 struct got_entry **end_lgot_ents;
11251 struct plt_entry **local_plt;
11252 struct plt_entry **end_local_plt;
11253 unsigned char *lgot_masks;
11254 bfd_size_type locsymcount;
11255 Elf_Internal_Shdr *symtab_hdr;
11258 if (!is_ppc64_elf (ibfd))
11261 lgot_ents = elf_local_got_ents (ibfd);
11265 symtab_hdr = &elf_symtab_hdr (ibfd);
11266 locsymcount = symtab_hdr->sh_info;
11267 end_lgot_ents = lgot_ents + locsymcount;
11268 local_plt = (struct plt_entry **) end_lgot_ents;
11269 end_local_plt = local_plt + locsymcount;
11270 lgot_masks = (unsigned char *) end_local_plt;
11271 s = ppc64_elf_tdata (ibfd)->got;
11272 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
11274 struct got_entry *ent;
11276 for (ent = *lgot_ents; ent != NULL; ent = ent->next)
11278 unsigned int ent_size = 8;
11279 unsigned int rel_size = sizeof (Elf64_External_Rela);
11281 ent->got.offset = s->size;
11282 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
11287 s->size += ent_size;
11288 if ((*lgot_masks & PLT_IFUNC) != 0)
11290 htab->elf.irelplt->size += rel_size;
11291 htab->got_reli_size += rel_size;
11293 else if (info->shared)
11295 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
11296 srel->size += rel_size;
11302 elf_link_hash_traverse (&htab->elf, reallocate_got, info);
11304 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
11306 struct got_entry *ent;
11308 if (!is_ppc64_elf (ibfd))
11311 ent = ppc64_tlsld_got (ibfd);
11312 if (!ent->is_indirect
11313 && ent->got.offset != (bfd_vma) -1)
11315 asection *s = ppc64_elf_tdata (ibfd)->got;
11316 ent->got.offset = s->size;
11320 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
11321 srel->size += sizeof (Elf64_External_Rela);
11326 done_something = htab->elf.irelplt->rawsize != htab->elf.irelplt->size;
11327 if (!done_something)
11328 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
11332 if (!is_ppc64_elf (ibfd))
11335 got = ppc64_elf_tdata (ibfd)->got;
11338 done_something = got->rawsize != got->size;
11339 if (done_something)
11344 if (done_something)
11345 (*htab->layout_sections_again) ();
11347 /* Set up for second pass over toc sections to recalculate elf_gp
11348 on input sections. */
11349 htab->toc_bfd = NULL;
11350 htab->toc_first_sec = NULL;
11351 htab->second_toc_pass = TRUE;
11352 return done_something;
11355 /* Called after second pass of multitoc partitioning. */
11358 ppc64_elf_finish_multitoc_partition (struct bfd_link_info *info)
11360 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11362 /* After the second pass, toc_curr tracks the TOC offset used
11363 for code sections below in ppc64_elf_next_input_section. */
11364 htab->toc_curr = TOC_BASE_OFF;
11367 /* No toc references were found in ISEC. If the code in ISEC makes no
11368 calls, then there's no need to use toc adjusting stubs when branching
11369 into ISEC. Actually, indirect calls from ISEC are OK as they will
11370 load r2. Returns -1 on error, 0 for no stub needed, 1 for stub
11371 needed, and 2 if a cyclical call-graph was found but no other reason
11372 for a stub was detected. If called from the top level, a return of
11373 2 means the same as a return of 0. */
11376 toc_adjusting_stub_needed (struct bfd_link_info *info, asection *isec)
11380 /* Mark this section as checked. */
11381 isec->call_check_done = 1;
11383 /* We know none of our code bearing sections will need toc stubs. */
11384 if ((isec->flags & SEC_LINKER_CREATED) != 0)
11387 if (isec->size == 0)
11390 if (isec->output_section == NULL)
11394 if (isec->reloc_count != 0)
11396 Elf_Internal_Rela *relstart, *rel;
11397 Elf_Internal_Sym *local_syms;
11398 struct ppc_link_hash_table *htab;
11400 relstart = _bfd_elf_link_read_relocs (isec->owner, isec, NULL, NULL,
11401 info->keep_memory);
11402 if (relstart == NULL)
11405 /* Look for branches to outside of this section. */
11407 htab = ppc_hash_table (info);
11411 for (rel = relstart; rel < relstart + isec->reloc_count; ++rel)
11413 enum elf_ppc64_reloc_type r_type;
11414 unsigned long r_symndx;
11415 struct elf_link_hash_entry *h;
11416 struct ppc_link_hash_entry *eh;
11417 Elf_Internal_Sym *sym;
11419 struct _opd_sec_data *opd;
11423 r_type = ELF64_R_TYPE (rel->r_info);
11424 if (r_type != R_PPC64_REL24
11425 && r_type != R_PPC64_REL14
11426 && r_type != R_PPC64_REL14_BRTAKEN
11427 && r_type != R_PPC64_REL14_BRNTAKEN)
11430 r_symndx = ELF64_R_SYM (rel->r_info);
11431 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms, r_symndx,
11438 /* Calls to dynamic lib functions go through a plt call stub
11440 eh = (struct ppc_link_hash_entry *) h;
11442 && (eh->elf.plt.plist != NULL
11444 && ppc_follow_link (eh->oh)->elf.plt.plist != NULL)))
11450 if (sym_sec == NULL)
11451 /* Ignore other undefined symbols. */
11454 /* Assume branches to other sections not included in the
11455 link need stubs too, to cover -R and absolute syms. */
11456 if (sym_sec->output_section == NULL)
11463 sym_value = sym->st_value;
11466 if (h->root.type != bfd_link_hash_defined
11467 && h->root.type != bfd_link_hash_defweak)
11469 sym_value = h->root.u.def.value;
11471 sym_value += rel->r_addend;
11473 /* If this branch reloc uses an opd sym, find the code section. */
11474 opd = get_opd_info (sym_sec);
11477 if (h == NULL && opd->adjust != NULL)
11481 adjust = opd->adjust[sym->st_value / 8];
11483 /* Assume deleted functions won't ever be called. */
11485 sym_value += adjust;
11488 dest = opd_entry_value (sym_sec, sym_value,
11489 &sym_sec, NULL, FALSE);
11490 if (dest == (bfd_vma) -1)
11495 + sym_sec->output_offset
11496 + sym_sec->output_section->vma);
11498 /* Ignore branch to self. */
11499 if (sym_sec == isec)
11502 /* If the called function uses the toc, we need a stub. */
11503 if (sym_sec->has_toc_reloc
11504 || sym_sec->makes_toc_func_call)
11510 /* Assume any branch that needs a long branch stub might in fact
11511 need a plt_branch stub. A plt_branch stub uses r2. */
11512 else if (dest - (isec->output_offset
11513 + isec->output_section->vma
11514 + rel->r_offset) + (1 << 25)
11515 >= (2u << 25) - PPC64_LOCAL_ENTRY_OFFSET (h
11523 /* If calling back to a section in the process of being
11524 tested, we can't say for sure that no toc adjusting stubs
11525 are needed, so don't return zero. */
11526 else if (sym_sec->call_check_in_progress)
11529 /* Branches to another section that itself doesn't have any TOC
11530 references are OK. Recursively call ourselves to check. */
11531 else if (!sym_sec->call_check_done)
11535 /* Mark current section as indeterminate, so that other
11536 sections that call back to current won't be marked as
11538 isec->call_check_in_progress = 1;
11539 recur = toc_adjusting_stub_needed (info, sym_sec);
11540 isec->call_check_in_progress = 0;
11551 if (local_syms != NULL
11552 && (elf_symtab_hdr (isec->owner).contents
11553 != (unsigned char *) local_syms))
11555 if (elf_section_data (isec)->relocs != relstart)
11560 && isec->map_head.s != NULL
11561 && (strcmp (isec->output_section->name, ".init") == 0
11562 || strcmp (isec->output_section->name, ".fini") == 0))
11564 if (isec->map_head.s->has_toc_reloc
11565 || isec->map_head.s->makes_toc_func_call)
11567 else if (!isec->map_head.s->call_check_done)
11570 isec->call_check_in_progress = 1;
11571 recur = toc_adjusting_stub_needed (info, isec->map_head.s);
11572 isec->call_check_in_progress = 0;
11579 isec->makes_toc_func_call = 1;
11584 /* The linker repeatedly calls this function for each input section,
11585 in the order that input sections are linked into output sections.
11586 Build lists of input sections to determine groupings between which
11587 we may insert linker stubs. */
11590 ppc64_elf_next_input_section (struct bfd_link_info *info, asection *isec)
11592 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11597 if ((isec->output_section->flags & SEC_CODE) != 0
11598 && isec->output_section->index <= htab->top_index)
11600 asection **list = htab->input_list + isec->output_section->index;
11601 /* Steal the link_sec pointer for our list. */
11602 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec)
11603 /* This happens to make the list in reverse order,
11604 which is what we want. */
11605 PREV_SEC (isec) = *list;
11609 if (htab->multi_toc_needed)
11611 /* Analyse sections that aren't already flagged as needing a
11612 valid toc pointer. Exclude .fixup for the linux kernel.
11613 .fixup contains branches, but only back to the function that
11614 hit an exception. */
11615 if (!(isec->has_toc_reloc
11616 || (isec->flags & SEC_CODE) == 0
11617 || strcmp (isec->name, ".fixup") == 0
11618 || isec->call_check_done))
11620 if (toc_adjusting_stub_needed (info, isec) < 0)
11623 /* Make all sections use the TOC assigned for this object file.
11624 This will be wrong for pasted sections; We fix that in
11625 check_pasted_section(). */
11626 if (elf_gp (isec->owner) != 0)
11627 htab->toc_curr = elf_gp (isec->owner);
11630 htab->stub_group[isec->id].toc_off = htab->toc_curr;
11634 /* Check that all .init and .fini sections use the same toc, if they
11635 have toc relocs. */
11638 check_pasted_section (struct bfd_link_info *info, const char *name)
11640 asection *o = bfd_get_section_by_name (info->output_bfd, name);
11644 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11645 bfd_vma toc_off = 0;
11648 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
11649 if (i->has_toc_reloc)
11652 toc_off = htab->stub_group[i->id].toc_off;
11653 else if (toc_off != htab->stub_group[i->id].toc_off)
11658 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
11659 if (i->makes_toc_func_call)
11661 toc_off = htab->stub_group[i->id].toc_off;
11665 /* Make sure the whole pasted function uses the same toc offset. */
11667 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
11668 htab->stub_group[i->id].toc_off = toc_off;
11674 ppc64_elf_check_init_fini (struct bfd_link_info *info)
11676 return (check_pasted_section (info, ".init")
11677 & check_pasted_section (info, ".fini"));
11680 /* See whether we can group stub sections together. Grouping stub
11681 sections may result in fewer stubs. More importantly, we need to
11682 put all .init* and .fini* stubs at the beginning of the .init or
11683 .fini output sections respectively, because glibc splits the
11684 _init and _fini functions into multiple parts. Putting a stub in
11685 the middle of a function is not a good idea. */
11688 group_sections (struct ppc_link_hash_table *htab,
11689 bfd_size_type stub_group_size,
11690 bfd_boolean stubs_always_before_branch)
11693 bfd_size_type stub14_group_size;
11694 bfd_boolean suppress_size_errors;
11696 suppress_size_errors = FALSE;
11697 stub14_group_size = stub_group_size;
11698 if (stub_group_size == 1)
11700 /* Default values. */
11701 if (stubs_always_before_branch)
11703 stub_group_size = 0x1e00000;
11704 stub14_group_size = 0x7800;
11708 stub_group_size = 0x1c00000;
11709 stub14_group_size = 0x7000;
11711 suppress_size_errors = TRUE;
11714 list = htab->input_list + htab->top_index;
11717 asection *tail = *list;
11718 while (tail != NULL)
11722 bfd_size_type total;
11723 bfd_boolean big_sec;
11727 total = tail->size;
11728 big_sec = total > (ppc64_elf_section_data (tail) != NULL
11729 && ppc64_elf_section_data (tail)->has_14bit_branch
11730 ? stub14_group_size : stub_group_size);
11731 if (big_sec && !suppress_size_errors)
11732 (*_bfd_error_handler) (_("%B section %A exceeds stub group size"),
11733 tail->owner, tail);
11734 curr_toc = htab->stub_group[tail->id].toc_off;
11736 while ((prev = PREV_SEC (curr)) != NULL
11737 && ((total += curr->output_offset - prev->output_offset)
11738 < (ppc64_elf_section_data (prev) != NULL
11739 && ppc64_elf_section_data (prev)->has_14bit_branch
11740 ? stub14_group_size : stub_group_size))
11741 && htab->stub_group[prev->id].toc_off == curr_toc)
11744 /* OK, the size from the start of CURR to the end is less
11745 than stub_group_size and thus can be handled by one stub
11746 section. (or the tail section is itself larger than
11747 stub_group_size, in which case we may be toast.) We
11748 should really be keeping track of the total size of stubs
11749 added here, as stubs contribute to the final output
11750 section size. That's a little tricky, and this way will
11751 only break if stubs added make the total size more than
11752 2^25, ie. for the default stub_group_size, if stubs total
11753 more than 2097152 bytes, or nearly 75000 plt call stubs. */
11756 prev = PREV_SEC (tail);
11757 /* Set up this stub group. */
11758 htab->stub_group[tail->id].link_sec = curr;
11760 while (tail != curr && (tail = prev) != NULL);
11762 /* But wait, there's more! Input sections up to stub_group_size
11763 bytes before the stub section can be handled by it too.
11764 Don't do this if we have a really large section after the
11765 stubs, as adding more stubs increases the chance that
11766 branches may not reach into the stub section. */
11767 if (!stubs_always_before_branch && !big_sec)
11770 while (prev != NULL
11771 && ((total += tail->output_offset - prev->output_offset)
11772 < (ppc64_elf_section_data (prev) != NULL
11773 && ppc64_elf_section_data (prev)->has_14bit_branch
11774 ? stub14_group_size : stub_group_size))
11775 && htab->stub_group[prev->id].toc_off == curr_toc)
11778 prev = PREV_SEC (tail);
11779 htab->stub_group[tail->id].link_sec = curr;
11785 while (list-- != htab->input_list);
11786 free (htab->input_list);
11790 static const unsigned char glink_eh_frame_cie[] =
11792 0, 0, 0, 16, /* length. */
11793 0, 0, 0, 0, /* id. */
11794 1, /* CIE version. */
11795 'z', 'R', 0, /* Augmentation string. */
11796 4, /* Code alignment. */
11797 0x78, /* Data alignment. */
11799 1, /* Augmentation size. */
11800 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding. */
11801 DW_CFA_def_cfa, 1, 0 /* def_cfa: r1 offset 0. */
11804 /* Stripping output sections is normally done before dynamic section
11805 symbols have been allocated. This function is called later, and
11806 handles cases like htab->brlt which is mapped to its own output
11810 maybe_strip_output (struct bfd_link_info *info, asection *isec)
11812 if (isec->size == 0
11813 && isec->output_section->size == 0
11814 && !(isec->output_section->flags & SEC_KEEP)
11815 && !bfd_section_removed_from_list (info->output_bfd,
11816 isec->output_section)
11817 && elf_section_data (isec->output_section)->dynindx == 0)
11819 isec->output_section->flags |= SEC_EXCLUDE;
11820 bfd_section_list_remove (info->output_bfd, isec->output_section);
11821 info->output_bfd->section_count--;
11825 /* Determine and set the size of the stub section for a final link.
11827 The basic idea here is to examine all the relocations looking for
11828 PC-relative calls to a target that is unreachable with a "bl"
11832 ppc64_elf_size_stubs (struct bfd_link_info *info, bfd_signed_vma group_size,
11833 bfd_boolean plt_static_chain, int plt_thread_safe,
11834 int plt_stub_align)
11836 bfd_size_type stub_group_size;
11837 bfd_boolean stubs_always_before_branch;
11838 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11843 htab->plt_static_chain = plt_static_chain;
11844 htab->plt_stub_align = plt_stub_align;
11845 if (plt_thread_safe == -1 && !info->executable)
11846 plt_thread_safe = 1;
11847 if (!htab->opd_abi)
11848 plt_thread_safe = 0;
11849 else if (plt_thread_safe == -1)
11851 static const char *const thread_starter[] =
11855 "_ZNSt6thread15_M_start_threadESt10shared_ptrINS_10_Impl_baseEE",
11857 "aio_init", "aio_read", "aio_write", "aio_fsync", "lio_listio",
11858 "mq_notify", "create_timer",
11862 "GOMP_parallel_start",
11863 "GOMP_parallel_loop_static_start",
11864 "GOMP_parallel_loop_dynamic_start",
11865 "GOMP_parallel_loop_guided_start",
11866 "GOMP_parallel_loop_runtime_start",
11867 "GOMP_parallel_sections_start",
11871 for (i = 0; i < sizeof (thread_starter)/ sizeof (thread_starter[0]); i++)
11873 struct elf_link_hash_entry *h;
11874 h = elf_link_hash_lookup (&htab->elf, thread_starter[i],
11875 FALSE, FALSE, TRUE);
11876 plt_thread_safe = h != NULL && h->ref_regular;
11877 if (plt_thread_safe)
11881 htab->plt_thread_safe = plt_thread_safe;
11882 stubs_always_before_branch = group_size < 0;
11883 if (group_size < 0)
11884 stub_group_size = -group_size;
11886 stub_group_size = group_size;
11888 group_sections (htab, stub_group_size, stubs_always_before_branch);
11893 unsigned int bfd_indx;
11894 asection *stub_sec;
11896 htab->stub_iteration += 1;
11898 for (input_bfd = info->input_bfds, bfd_indx = 0;
11900 input_bfd = input_bfd->link_next, bfd_indx++)
11902 Elf_Internal_Shdr *symtab_hdr;
11904 Elf_Internal_Sym *local_syms = NULL;
11906 if (!is_ppc64_elf (input_bfd))
11909 /* We'll need the symbol table in a second. */
11910 symtab_hdr = &elf_symtab_hdr (input_bfd);
11911 if (symtab_hdr->sh_info == 0)
11914 /* Walk over each section attached to the input bfd. */
11915 for (section = input_bfd->sections;
11917 section = section->next)
11919 Elf_Internal_Rela *internal_relocs, *irelaend, *irela;
11921 /* If there aren't any relocs, then there's nothing more
11923 if ((section->flags & SEC_RELOC) == 0
11924 || (section->flags & SEC_ALLOC) == 0
11925 || (section->flags & SEC_LOAD) == 0
11926 || (section->flags & SEC_CODE) == 0
11927 || section->reloc_count == 0)
11930 /* If this section is a link-once section that will be
11931 discarded, then don't create any stubs. */
11932 if (section->output_section == NULL
11933 || section->output_section->owner != info->output_bfd)
11936 /* Get the relocs. */
11938 = _bfd_elf_link_read_relocs (input_bfd, section, NULL, NULL,
11939 info->keep_memory);
11940 if (internal_relocs == NULL)
11941 goto error_ret_free_local;
11943 /* Now examine each relocation. */
11944 irela = internal_relocs;
11945 irelaend = irela + section->reloc_count;
11946 for (; irela < irelaend; irela++)
11948 enum elf_ppc64_reloc_type r_type;
11949 unsigned int r_indx;
11950 enum ppc_stub_type stub_type;
11951 struct ppc_stub_hash_entry *stub_entry;
11952 asection *sym_sec, *code_sec;
11953 bfd_vma sym_value, code_value;
11954 bfd_vma destination;
11955 unsigned long local_off;
11956 bfd_boolean ok_dest;
11957 struct ppc_link_hash_entry *hash;
11958 struct ppc_link_hash_entry *fdh;
11959 struct elf_link_hash_entry *h;
11960 Elf_Internal_Sym *sym;
11962 const asection *id_sec;
11963 struct _opd_sec_data *opd;
11964 struct plt_entry *plt_ent;
11966 r_type = ELF64_R_TYPE (irela->r_info);
11967 r_indx = ELF64_R_SYM (irela->r_info);
11969 if (r_type >= R_PPC64_max)
11971 bfd_set_error (bfd_error_bad_value);
11972 goto error_ret_free_internal;
11975 /* Only look for stubs on branch instructions. */
11976 if (r_type != R_PPC64_REL24
11977 && r_type != R_PPC64_REL14
11978 && r_type != R_PPC64_REL14_BRTAKEN
11979 && r_type != R_PPC64_REL14_BRNTAKEN)
11982 /* Now determine the call target, its name, value,
11984 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
11985 r_indx, input_bfd))
11986 goto error_ret_free_internal;
11987 hash = (struct ppc_link_hash_entry *) h;
11994 sym_value = sym->st_value;
11997 else if (hash->elf.root.type == bfd_link_hash_defined
11998 || hash->elf.root.type == bfd_link_hash_defweak)
12000 sym_value = hash->elf.root.u.def.value;
12001 if (sym_sec->output_section != NULL)
12004 else if (hash->elf.root.type == bfd_link_hash_undefweak
12005 || hash->elf.root.type == bfd_link_hash_undefined)
12007 /* Recognise an old ABI func code entry sym, and
12008 use the func descriptor sym instead if it is
12010 if (hash->elf.root.root.string[0] == '.'
12011 && (fdh = lookup_fdh (hash, htab)) != NULL)
12013 if (fdh->elf.root.type == bfd_link_hash_defined
12014 || fdh->elf.root.type == bfd_link_hash_defweak)
12016 sym_sec = fdh->elf.root.u.def.section;
12017 sym_value = fdh->elf.root.u.def.value;
12018 if (sym_sec->output_section != NULL)
12027 bfd_set_error (bfd_error_bad_value);
12028 goto error_ret_free_internal;
12035 sym_value += irela->r_addend;
12036 destination = (sym_value
12037 + sym_sec->output_offset
12038 + sym_sec->output_section->vma);
12039 local_off = PPC64_LOCAL_ENTRY_OFFSET (hash
12044 code_sec = sym_sec;
12045 code_value = sym_value;
12046 opd = get_opd_info (sym_sec);
12051 if (hash == NULL && opd->adjust != NULL)
12053 long adjust = opd->adjust[sym_value / 8];
12056 code_value += adjust;
12057 sym_value += adjust;
12059 dest = opd_entry_value (sym_sec, sym_value,
12060 &code_sec, &code_value, FALSE);
12061 if (dest != (bfd_vma) -1)
12063 destination = dest;
12066 /* Fixup old ABI sym to point at code
12068 hash->elf.root.type = bfd_link_hash_defweak;
12069 hash->elf.root.u.def.section = code_sec;
12070 hash->elf.root.u.def.value = code_value;
12075 /* Determine what (if any) linker stub is needed. */
12077 stub_type = ppc_type_of_stub (section, irela, &hash,
12078 &plt_ent, destination,
12081 if (stub_type != ppc_stub_plt_call)
12083 /* Check whether we need a TOC adjusting stub.
12084 Since the linker pastes together pieces from
12085 different object files when creating the
12086 _init and _fini functions, it may be that a
12087 call to what looks like a local sym is in
12088 fact a call needing a TOC adjustment. */
12089 if (code_sec != NULL
12090 && code_sec->output_section != NULL
12091 && (htab->stub_group[code_sec->id].toc_off
12092 != htab->stub_group[section->id].toc_off)
12093 && (code_sec->has_toc_reloc
12094 || code_sec->makes_toc_func_call))
12095 stub_type = ppc_stub_long_branch_r2off;
12098 if (stub_type == ppc_stub_none)
12101 /* __tls_get_addr calls might be eliminated. */
12102 if (stub_type != ppc_stub_plt_call
12104 && (hash == htab->tls_get_addr
12105 || hash == htab->tls_get_addr_fd)
12106 && section->has_tls_reloc
12107 && irela != internal_relocs)
12109 /* Get tls info. */
12110 unsigned char *tls_mask;
12112 if (!get_tls_mask (&tls_mask, NULL, NULL, &local_syms,
12113 irela - 1, input_bfd))
12114 goto error_ret_free_internal;
12115 if (*tls_mask != 0)
12119 if (stub_type == ppc_stub_plt_call
12120 && irela + 1 < irelaend
12121 && irela[1].r_offset == irela->r_offset + 4
12122 && ELF64_R_TYPE (irela[1].r_info) == R_PPC64_TOCSAVE)
12124 if (!tocsave_find (htab, INSERT,
12125 &local_syms, irela + 1, input_bfd))
12126 goto error_ret_free_internal;
12128 else if (stub_type == ppc_stub_plt_call)
12129 stub_type = ppc_stub_plt_call_r2save;
12131 /* Support for grouping stub sections. */
12132 id_sec = htab->stub_group[section->id].link_sec;
12134 /* Get the name of this stub. */
12135 stub_name = ppc_stub_name (id_sec, sym_sec, hash, irela);
12137 goto error_ret_free_internal;
12139 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
12140 stub_name, FALSE, FALSE);
12141 if (stub_entry != NULL)
12143 /* The proper stub has already been created. */
12145 if (stub_type == ppc_stub_plt_call_r2save)
12146 stub_entry->stub_type = stub_type;
12150 stub_entry = ppc_add_stub (stub_name, section, info);
12151 if (stub_entry == NULL)
12154 error_ret_free_internal:
12155 if (elf_section_data (section)->relocs == NULL)
12156 free (internal_relocs);
12157 error_ret_free_local:
12158 if (local_syms != NULL
12159 && (symtab_hdr->contents
12160 != (unsigned char *) local_syms))
12165 stub_entry->stub_type = stub_type;
12166 if (stub_type != ppc_stub_plt_call
12167 && stub_type != ppc_stub_plt_call_r2save)
12169 stub_entry->target_value = code_value;
12170 stub_entry->target_section = code_sec;
12174 stub_entry->target_value = sym_value;
12175 stub_entry->target_section = sym_sec;
12177 stub_entry->h = hash;
12178 stub_entry->plt_ent = plt_ent;
12179 stub_entry->other = hash ? hash->elf.other : sym->st_other;
12181 if (stub_entry->h != NULL)
12182 htab->stub_globals += 1;
12185 /* We're done with the internal relocs, free them. */
12186 if (elf_section_data (section)->relocs != internal_relocs)
12187 free (internal_relocs);
12190 if (local_syms != NULL
12191 && symtab_hdr->contents != (unsigned char *) local_syms)
12193 if (!info->keep_memory)
12196 symtab_hdr->contents = (unsigned char *) local_syms;
12200 /* We may have added some stubs. Find out the new size of the
12202 for (stub_sec = htab->stub_bfd->sections;
12204 stub_sec = stub_sec->next)
12205 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12207 stub_sec->rawsize = stub_sec->size;
12208 stub_sec->size = 0;
12209 stub_sec->reloc_count = 0;
12210 stub_sec->flags &= ~SEC_RELOC;
12213 htab->brlt->size = 0;
12214 htab->brlt->reloc_count = 0;
12215 htab->brlt->flags &= ~SEC_RELOC;
12216 if (htab->relbrlt != NULL)
12217 htab->relbrlt->size = 0;
12219 bfd_hash_traverse (&htab->stub_hash_table, ppc_size_one_stub, info);
12221 if (info->emitrelocations
12222 && htab->glink != NULL && htab->glink->size != 0)
12224 htab->glink->reloc_count = 1;
12225 htab->glink->flags |= SEC_RELOC;
12228 if (htab->glink_eh_frame != NULL
12229 && !bfd_is_abs_section (htab->glink_eh_frame->output_section)
12230 && htab->glink_eh_frame->output_section->size != 0)
12232 size_t size = 0, align;
12234 for (stub_sec = htab->stub_bfd->sections;
12236 stub_sec = stub_sec->next)
12237 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12239 if (htab->glink != NULL && htab->glink->size != 0)
12242 size += sizeof (glink_eh_frame_cie);
12244 align <<= htab->glink_eh_frame->output_section->alignment_power;
12246 size = (size + align) & ~align;
12247 htab->glink_eh_frame->rawsize = htab->glink_eh_frame->size;
12248 htab->glink_eh_frame->size = size;
12251 if (htab->plt_stub_align != 0)
12252 for (stub_sec = htab->stub_bfd->sections;
12254 stub_sec = stub_sec->next)
12255 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12256 stub_sec->size = ((stub_sec->size + (1 << htab->plt_stub_align) - 1)
12257 & (-1 << htab->plt_stub_align));
12259 for (stub_sec = htab->stub_bfd->sections;
12261 stub_sec = stub_sec->next)
12262 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0
12263 && stub_sec->rawsize != stub_sec->size)
12266 /* Exit from this loop when no stubs have been added, and no stubs
12267 have changed size. */
12268 if (stub_sec == NULL
12269 && (htab->glink_eh_frame == NULL
12270 || htab->glink_eh_frame->rawsize == htab->glink_eh_frame->size))
12273 /* Ask the linker to do its stuff. */
12274 (*htab->layout_sections_again) ();
12277 maybe_strip_output (info, htab->brlt);
12278 if (htab->glink_eh_frame != NULL)
12279 maybe_strip_output (info, htab->glink_eh_frame);
12284 /* Called after we have determined section placement. If sections
12285 move, we'll be called again. Provide a value for TOCstart. */
12288 ppc64_elf_set_toc (struct bfd_link_info *info, bfd *obfd)
12293 /* The TOC consists of sections .got, .toc, .tocbss, .plt in that
12294 order. The TOC starts where the first of these sections starts. */
12295 s = bfd_get_section_by_name (obfd, ".got");
12296 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
12297 s = bfd_get_section_by_name (obfd, ".toc");
12298 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
12299 s = bfd_get_section_by_name (obfd, ".tocbss");
12300 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
12301 s = bfd_get_section_by_name (obfd, ".plt");
12302 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
12304 /* This may happen for
12305 o references to TOC base (SYM@toc / TOC[tc0]) without a
12307 o bad linker script
12308 o --gc-sections and empty TOC sections
12310 FIXME: Warn user? */
12312 /* Look for a likely section. We probably won't even be
12314 for (s = obfd->sections; s != NULL; s = s->next)
12315 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_READONLY
12317 == (SEC_ALLOC | SEC_SMALL_DATA))
12320 for (s = obfd->sections; s != NULL; s = s->next)
12321 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_EXCLUDE))
12322 == (SEC_ALLOC | SEC_SMALL_DATA))
12325 for (s = obfd->sections; s != NULL; s = s->next)
12326 if ((s->flags & (SEC_ALLOC | SEC_READONLY | SEC_EXCLUDE))
12330 for (s = obfd->sections; s != NULL; s = s->next)
12331 if ((s->flags & (SEC_ALLOC | SEC_EXCLUDE)) == SEC_ALLOC)
12337 TOCstart = s->output_section->vma + s->output_offset;
12339 _bfd_set_gp_value (obfd, TOCstart);
12341 if (info != NULL && s != NULL && is_ppc64_elf (obfd))
12343 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12346 && htab->elf.hgot != NULL)
12348 htab->elf.hgot->root.u.def.value = TOC_BASE_OFF;
12349 htab->elf.hgot->root.u.def.section = s;
12355 /* Called via elf_link_hash_traverse from ppc64_elf_build_stubs to
12356 write out any global entry stubs. */
12359 build_global_entry_stubs (struct elf_link_hash_entry *h, void *inf)
12361 struct bfd_link_info *info;
12362 struct ppc_link_hash_table *htab;
12363 struct plt_entry *pent;
12366 if (h->root.type == bfd_link_hash_indirect)
12369 if (!h->pointer_equality_needed)
12372 if (h->def_regular)
12376 htab = ppc_hash_table (info);
12381 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
12382 if (pent->plt.offset != (bfd_vma) -1
12383 && pent->addend == 0)
12389 p = s->contents + h->root.u.def.value;
12390 plt = htab->elf.splt;
12391 if (!htab->elf.dynamic_sections_created
12392 || h->dynindx == -1)
12393 plt = htab->elf.iplt;
12394 off = pent->plt.offset + plt->output_offset + plt->output_section->vma;
12395 off -= h->root.u.def.value + s->output_offset + s->output_section->vma;
12397 if (off + 0x80008000 > 0xffffffff || (off & 3) != 0)
12399 info->callbacks->einfo
12400 (_("%P: linkage table error against `%T'\n"),
12401 h->root.root.string);
12402 bfd_set_error (bfd_error_bad_value);
12403 htab->stub_error = TRUE;
12406 if (PPC_HA (off) != 0)
12408 bfd_put_32 (s->owner, ADDIS_R12_R12 | PPC_HA (off), p);
12411 bfd_put_32 (s->owner, LD_R12_0R12 | PPC_LO (off), p);
12413 bfd_put_32 (s->owner, MTCTR_R12, p);
12415 bfd_put_32 (s->owner, BCTR, p);
12421 /* Build all the stubs associated with the current output file.
12422 The stubs are kept in a hash table attached to the main linker
12423 hash table. This function is called via gldelf64ppc_finish. */
12426 ppc64_elf_build_stubs (bfd_boolean emit_stub_syms,
12427 struct bfd_link_info *info,
12430 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12431 asection *stub_sec;
12433 int stub_sec_count = 0;
12438 htab->emit_stub_syms = emit_stub_syms;
12440 /* Allocate memory to hold the linker stubs. */
12441 for (stub_sec = htab->stub_bfd->sections;
12443 stub_sec = stub_sec->next)
12444 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0
12445 && stub_sec->size != 0)
12447 stub_sec->contents = bfd_zalloc (htab->stub_bfd, stub_sec->size);
12448 if (stub_sec->contents == NULL)
12450 /* We want to check that built size is the same as calculated
12451 size. rawsize is a convenient location to use. */
12452 stub_sec->rawsize = stub_sec->size;
12453 stub_sec->size = 0;
12456 if (htab->glink != NULL && htab->glink->size != 0)
12461 /* Build the .glink plt call stub. */
12462 if (htab->emit_stub_syms)
12464 struct elf_link_hash_entry *h;
12465 h = elf_link_hash_lookup (&htab->elf, "__glink_PLTresolve",
12466 TRUE, FALSE, FALSE);
12469 if (h->root.type == bfd_link_hash_new)
12471 h->root.type = bfd_link_hash_defined;
12472 h->root.u.def.section = htab->glink;
12473 h->root.u.def.value = 8;
12474 h->ref_regular = 1;
12475 h->def_regular = 1;
12476 h->ref_regular_nonweak = 1;
12477 h->forced_local = 1;
12481 plt0 = (htab->elf.splt->output_section->vma
12482 + htab->elf.splt->output_offset
12484 if (info->emitrelocations)
12486 Elf_Internal_Rela *r = get_relocs (htab->glink, 1);
12489 r->r_offset = (htab->glink->output_offset
12490 + htab->glink->output_section->vma);
12491 r->r_info = ELF64_R_INFO (0, R_PPC64_REL64);
12492 r->r_addend = plt0;
12494 p = htab->glink->contents;
12495 plt0 -= htab->glink->output_section->vma + htab->glink->output_offset;
12496 bfd_put_64 (htab->glink->owner, plt0, p);
12500 bfd_put_32 (htab->glink->owner, MFLR_R12, p);
12502 bfd_put_32 (htab->glink->owner, BCL_20_31, p);
12504 bfd_put_32 (htab->glink->owner, MFLR_R11, p);
12506 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | (-16 & 0xfffc), p);
12508 bfd_put_32 (htab->glink->owner, MTLR_R12, p);
12510 bfd_put_32 (htab->glink->owner, ADD_R11_R2_R11, p);
12512 bfd_put_32 (htab->glink->owner, LD_R12_0R11, p);
12514 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | 8, p);
12516 bfd_put_32 (htab->glink->owner, MTCTR_R12, p);
12518 bfd_put_32 (htab->glink->owner, LD_R11_0R11 | 16, p);
12523 bfd_put_32 (htab->glink->owner, MFLR_R0, p);
12525 bfd_put_32 (htab->glink->owner, BCL_20_31, p);
12527 bfd_put_32 (htab->glink->owner, MFLR_R11, p);
12529 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | (-16 & 0xfffc), p);
12531 bfd_put_32 (htab->glink->owner, MTLR_R0, p);
12533 bfd_put_32 (htab->glink->owner, SUB_R12_R12_R11, p);
12535 bfd_put_32 (htab->glink->owner, ADD_R11_R2_R11, p);
12537 bfd_put_32 (htab->glink->owner, ADDI_R0_R12 | (-48 & 0xffff), p);
12539 bfd_put_32 (htab->glink->owner, LD_R12_0R11, p);
12541 bfd_put_32 (htab->glink->owner, SRDI_R0_R0_2, p);
12543 bfd_put_32 (htab->glink->owner, MTCTR_R12, p);
12545 bfd_put_32 (htab->glink->owner, LD_R11_0R11 | 8, p);
12548 bfd_put_32 (htab->glink->owner, BCTR, p);
12550 while (p - htab->glink->contents < GLINK_CALL_STUB_SIZE)
12552 bfd_put_32 (htab->glink->owner, NOP, p);
12556 /* Build the .glink lazy link call stubs. */
12558 while (p < htab->glink->contents + htab->glink->rawsize)
12564 bfd_put_32 (htab->glink->owner, LI_R0_0 | indx, p);
12569 bfd_put_32 (htab->glink->owner, LIS_R0_0 | PPC_HI (indx), p);
12571 bfd_put_32 (htab->glink->owner, ORI_R0_R0_0 | PPC_LO (indx),
12576 bfd_put_32 (htab->glink->owner,
12577 B_DOT | ((htab->glink->contents - p + 8) & 0x3fffffc), p);
12582 /* Build .glink global entry stubs. */
12583 if (htab->glink->size > htab->glink->rawsize)
12584 elf_link_hash_traverse (&htab->elf, build_global_entry_stubs, info);
12587 if (htab->brlt->size != 0)
12589 htab->brlt->contents = bfd_zalloc (htab->brlt->owner,
12591 if (htab->brlt->contents == NULL)
12594 if (htab->relbrlt != NULL && htab->relbrlt->size != 0)
12596 htab->relbrlt->contents = bfd_zalloc (htab->relbrlt->owner,
12597 htab->relbrlt->size);
12598 if (htab->relbrlt->contents == NULL)
12602 if (htab->glink_eh_frame != NULL
12603 && htab->glink_eh_frame->size != 0)
12606 bfd_byte *last_fde;
12607 size_t last_fde_len, size, align, pad;
12609 p = bfd_zalloc (htab->glink_eh_frame->owner, htab->glink_eh_frame->size);
12612 htab->glink_eh_frame->contents = p;
12615 htab->glink_eh_frame->rawsize = htab->glink_eh_frame->size;
12617 memcpy (p, glink_eh_frame_cie, sizeof (glink_eh_frame_cie));
12618 /* CIE length (rewrite in case little-endian). */
12619 last_fde_len = sizeof (glink_eh_frame_cie) - 4;
12620 bfd_put_32 (htab->elf.dynobj, last_fde_len, p);
12621 p += sizeof (glink_eh_frame_cie);
12623 for (stub_sec = htab->stub_bfd->sections;
12625 stub_sec = stub_sec->next)
12626 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12631 bfd_put_32 (htab->elf.dynobj, 16, p);
12634 val = p - htab->glink_eh_frame->contents;
12635 bfd_put_32 (htab->elf.dynobj, val, p);
12637 /* Offset to stub section. */
12638 val = (stub_sec->output_section->vma
12639 + stub_sec->output_offset);
12640 val -= (htab->glink_eh_frame->output_section->vma
12641 + htab->glink_eh_frame->output_offset);
12642 val -= p - htab->glink_eh_frame->contents;
12643 if (val + 0x80000000 > 0xffffffff)
12645 info->callbacks->einfo
12646 (_("%P: %s offset too large for .eh_frame sdata4 encoding"),
12650 bfd_put_32 (htab->elf.dynobj, val, p);
12652 /* stub section size. */
12653 bfd_put_32 (htab->elf.dynobj, stub_sec->rawsize, p);
12655 /* Augmentation. */
12660 if (htab->glink != NULL && htab->glink->size != 0)
12665 bfd_put_32 (htab->elf.dynobj, 20, p);
12668 val = p - htab->glink_eh_frame->contents;
12669 bfd_put_32 (htab->elf.dynobj, val, p);
12671 /* Offset to .glink. */
12672 val = (htab->glink->output_section->vma
12673 + htab->glink->output_offset
12675 val -= (htab->glink_eh_frame->output_section->vma
12676 + htab->glink_eh_frame->output_offset);
12677 val -= p - htab->glink_eh_frame->contents;
12678 if (val + 0x80000000 > 0xffffffff)
12680 info->callbacks->einfo
12681 (_("%P: %s offset too large for .eh_frame sdata4 encoding"),
12682 htab->glink->name);
12685 bfd_put_32 (htab->elf.dynobj, val, p);
12688 bfd_put_32 (htab->elf.dynobj, htab->glink->size - 8, p);
12690 /* Augmentation. */
12693 *p++ = DW_CFA_advance_loc + 1;
12694 *p++ = DW_CFA_register;
12697 *p++ = DW_CFA_advance_loc + 4;
12698 *p++ = DW_CFA_restore_extended;
12701 /* Subsume any padding into the last FDE if user .eh_frame
12702 sections are aligned more than glink_eh_frame. Otherwise any
12703 zero padding will be seen as a terminator. */
12704 size = p - htab->glink_eh_frame->contents;
12706 align <<= htab->glink_eh_frame->output_section->alignment_power;
12708 pad = ((size + align) & ~align) - size;
12709 htab->glink_eh_frame->size = size + pad;
12710 bfd_put_32 (htab->elf.dynobj, last_fde_len + pad, last_fde);
12713 /* Build the stubs as directed by the stub hash table. */
12714 bfd_hash_traverse (&htab->stub_hash_table, ppc_build_one_stub, info);
12716 if (htab->relbrlt != NULL)
12717 htab->relbrlt->reloc_count = 0;
12719 if (htab->plt_stub_align != 0)
12720 for (stub_sec = htab->stub_bfd->sections;
12722 stub_sec = stub_sec->next)
12723 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12724 stub_sec->size = ((stub_sec->size + (1 << htab->plt_stub_align) - 1)
12725 & (-1 << htab->plt_stub_align));
12727 for (stub_sec = htab->stub_bfd->sections;
12729 stub_sec = stub_sec->next)
12730 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12732 stub_sec_count += 1;
12733 if (stub_sec->rawsize != stub_sec->size)
12737 if (stub_sec != NULL
12738 || (htab->glink_eh_frame != NULL
12739 && htab->glink_eh_frame->rawsize != htab->glink_eh_frame->size))
12741 htab->stub_error = TRUE;
12742 info->callbacks->einfo (_("%P: stubs don't match calculated size\n"));
12745 if (htab->stub_error)
12750 *stats = bfd_malloc (500);
12751 if (*stats == NULL)
12754 sprintf (*stats, _("linker stubs in %u group%s\n"
12756 " toc adjust %lu\n"
12757 " long branch %lu\n"
12758 " long toc adj %lu\n"
12760 " plt call toc %lu"),
12762 stub_sec_count == 1 ? "" : "s",
12763 htab->stub_count[ppc_stub_long_branch - 1],
12764 htab->stub_count[ppc_stub_long_branch_r2off - 1],
12765 htab->stub_count[ppc_stub_plt_branch - 1],
12766 htab->stub_count[ppc_stub_plt_branch_r2off - 1],
12767 htab->stub_count[ppc_stub_plt_call - 1],
12768 htab->stub_count[ppc_stub_plt_call_r2save - 1]);
12773 /* This function undoes the changes made by add_symbol_adjust. */
12776 undo_symbol_twiddle (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
12778 struct ppc_link_hash_entry *eh;
12780 if (h->root.type == bfd_link_hash_indirect)
12783 eh = (struct ppc_link_hash_entry *) h;
12784 if (eh->elf.root.type != bfd_link_hash_undefweak || !eh->was_undefined)
12787 eh->elf.root.type = bfd_link_hash_undefined;
12792 ppc64_elf_restore_symbols (struct bfd_link_info *info)
12794 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12797 elf_link_hash_traverse (&htab->elf, undo_symbol_twiddle, info);
12800 /* What to do when ld finds relocations against symbols defined in
12801 discarded sections. */
12803 static unsigned int
12804 ppc64_elf_action_discarded (asection *sec)
12806 if (strcmp (".opd", sec->name) == 0)
12809 if (strcmp (".toc", sec->name) == 0)
12812 if (strcmp (".toc1", sec->name) == 0)
12815 return _bfd_elf_default_action_discarded (sec);
12818 /* The RELOCATE_SECTION function is called by the ELF backend linker
12819 to handle the relocations for a section.
12821 The relocs are always passed as Rela structures; if the section
12822 actually uses Rel structures, the r_addend field will always be
12825 This function is responsible for adjust the section contents as
12826 necessary, and (if using Rela relocs and generating a
12827 relocatable output file) adjusting the reloc addend as
12830 This function does not have to worry about setting the reloc
12831 address or the reloc symbol index.
12833 LOCAL_SYMS is a pointer to the swapped in local symbols.
12835 LOCAL_SECTIONS is an array giving the section in the input file
12836 corresponding to the st_shndx field of each local symbol.
12838 The global hash table entry for the global symbols can be found
12839 via elf_sym_hashes (input_bfd).
12841 When generating relocatable output, this function must handle
12842 STB_LOCAL/STT_SECTION symbols specially. The output symbol is
12843 going to be the section symbol corresponding to the output
12844 section, which means that the addend must be adjusted
12848 ppc64_elf_relocate_section (bfd *output_bfd,
12849 struct bfd_link_info *info,
12851 asection *input_section,
12852 bfd_byte *contents,
12853 Elf_Internal_Rela *relocs,
12854 Elf_Internal_Sym *local_syms,
12855 asection **local_sections)
12857 struct ppc_link_hash_table *htab;
12858 Elf_Internal_Shdr *symtab_hdr;
12859 struct elf_link_hash_entry **sym_hashes;
12860 Elf_Internal_Rela *rel;
12861 Elf_Internal_Rela *relend;
12862 Elf_Internal_Rela outrel;
12864 struct got_entry **local_got_ents;
12866 bfd_boolean ret = TRUE;
12867 bfd_boolean is_opd;
12868 /* Assume 'at' branch hints. */
12869 bfd_boolean is_isa_v2 = TRUE;
12870 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0);
12872 /* Initialize howto table if needed. */
12873 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
12876 htab = ppc_hash_table (info);
12880 /* Don't relocate stub sections. */
12881 if (input_section->owner == htab->stub_bfd)
12884 BFD_ASSERT (is_ppc64_elf (input_bfd));
12886 local_got_ents = elf_local_got_ents (input_bfd);
12887 TOCstart = elf_gp (output_bfd);
12888 symtab_hdr = &elf_symtab_hdr (input_bfd);
12889 sym_hashes = elf_sym_hashes (input_bfd);
12890 is_opd = ppc64_elf_section_data (input_section)->sec_type == sec_opd;
12893 relend = relocs + input_section->reloc_count;
12894 for (; rel < relend; rel++)
12896 enum elf_ppc64_reloc_type r_type;
12898 bfd_reloc_status_type r;
12899 Elf_Internal_Sym *sym;
12901 struct elf_link_hash_entry *h_elf;
12902 struct ppc_link_hash_entry *h;
12903 struct ppc_link_hash_entry *fdh;
12904 const char *sym_name;
12905 unsigned long r_symndx, toc_symndx;
12906 bfd_vma toc_addend;
12907 unsigned char tls_mask, tls_gd, tls_type;
12908 unsigned char sym_type;
12909 bfd_vma relocation;
12910 bfd_boolean unresolved_reloc;
12911 bfd_boolean warned;
12912 enum { DEST_NORMAL, DEST_OPD, DEST_STUB } reloc_dest;
12915 struct ppc_stub_hash_entry *stub_entry;
12916 bfd_vma max_br_offset;
12918 const Elf_Internal_Rela orig_rel = *rel;
12920 r_type = ELF64_R_TYPE (rel->r_info);
12921 r_symndx = ELF64_R_SYM (rel->r_info);
12923 /* For old style R_PPC64_TOC relocs with a zero symbol, use the
12924 symbol of the previous ADDR64 reloc. The symbol gives us the
12925 proper TOC base to use. */
12926 if (rel->r_info == ELF64_R_INFO (0, R_PPC64_TOC)
12928 && ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_ADDR64
12930 r_symndx = ELF64_R_SYM (rel[-1].r_info);
12936 unresolved_reloc = FALSE;
12939 if (r_symndx < symtab_hdr->sh_info)
12941 /* It's a local symbol. */
12942 struct _opd_sec_data *opd;
12944 sym = local_syms + r_symndx;
12945 sec = local_sections[r_symndx];
12946 sym_name = bfd_elf_sym_name (input_bfd, symtab_hdr, sym, sec);
12947 sym_type = ELF64_ST_TYPE (sym->st_info);
12948 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
12949 opd = get_opd_info (sec);
12950 if (opd != NULL && opd->adjust != NULL)
12952 long adjust = opd->adjust[(sym->st_value + rel->r_addend) / 8];
12957 /* If this is a relocation against the opd section sym
12958 and we have edited .opd, adjust the reloc addend so
12959 that ld -r and ld --emit-relocs output is correct.
12960 If it is a reloc against some other .opd symbol,
12961 then the symbol value will be adjusted later. */
12962 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
12963 rel->r_addend += adjust;
12965 relocation += adjust;
12971 bfd_boolean ignored;
12973 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
12974 r_symndx, symtab_hdr, sym_hashes,
12975 h_elf, sec, relocation,
12976 unresolved_reloc, warned, ignored);
12977 sym_name = h_elf->root.root.string;
12978 sym_type = h_elf->type;
12980 && sec->owner == output_bfd
12981 && strcmp (sec->name, ".opd") == 0)
12983 /* This is a symbol defined in a linker script. All
12984 such are defined in output sections, even those
12985 defined by simple assignment from a symbol defined in
12986 an input section. Transfer the symbol to an
12987 appropriate input .opd section, so that a branch to
12988 this symbol will be mapped to the location specified
12989 by the opd entry. */
12990 struct bfd_link_order *lo;
12991 for (lo = sec->map_head.link_order; lo != NULL; lo = lo->next)
12992 if (lo->type == bfd_indirect_link_order)
12994 asection *isec = lo->u.indirect.section;
12995 if (h_elf->root.u.def.value >= isec->output_offset
12996 && h_elf->root.u.def.value < (isec->output_offset
12999 h_elf->root.u.def.value -= isec->output_offset;
13000 h_elf->root.u.def.section = isec;
13007 h = (struct ppc_link_hash_entry *) h_elf;
13009 if (sec != NULL && discarded_section (sec))
13010 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
13012 ppc64_elf_howto_table[r_type], 0,
13015 if (info->relocatable)
13018 if (h != NULL && &h->elf == htab->elf.hgot)
13020 relocation = (TOCstart
13021 + htab->stub_group[input_section->id].toc_off);
13022 sec = bfd_abs_section_ptr;
13023 unresolved_reloc = FALSE;
13026 /* TLS optimizations. Replace instruction sequences and relocs
13027 based on information we collected in tls_optimize. We edit
13028 RELOCS so that --emit-relocs will output something sensible
13029 for the final instruction stream. */
13034 tls_mask = h->tls_mask;
13035 else if (local_got_ents != NULL)
13037 struct plt_entry **local_plt = (struct plt_entry **)
13038 (local_got_ents + symtab_hdr->sh_info);
13039 unsigned char *lgot_masks = (unsigned char *)
13040 (local_plt + symtab_hdr->sh_info);
13041 tls_mask = lgot_masks[r_symndx];
13044 && (r_type == R_PPC64_TLS
13045 || r_type == R_PPC64_TLSGD
13046 || r_type == R_PPC64_TLSLD))
13048 /* Check for toc tls entries. */
13049 unsigned char *toc_tls;
13051 if (!get_tls_mask (&toc_tls, &toc_symndx, &toc_addend,
13052 &local_syms, rel, input_bfd))
13056 tls_mask = *toc_tls;
13059 /* Check that tls relocs are used with tls syms, and non-tls
13060 relocs are used with non-tls syms. */
13061 if (r_symndx != STN_UNDEF
13062 && r_type != R_PPC64_NONE
13064 || h->elf.root.type == bfd_link_hash_defined
13065 || h->elf.root.type == bfd_link_hash_defweak)
13066 && (IS_PPC64_TLS_RELOC (r_type)
13067 != (sym_type == STT_TLS
13068 || (sym_type == STT_SECTION
13069 && (sec->flags & SEC_THREAD_LOCAL) != 0))))
13072 && (r_type == R_PPC64_TLS
13073 || r_type == R_PPC64_TLSGD
13074 || r_type == R_PPC64_TLSLD))
13075 /* R_PPC64_TLS is OK against a symbol in the TOC. */
13078 info->callbacks->einfo
13079 (!IS_PPC64_TLS_RELOC (r_type)
13080 ? _("%P: %H: %s used with TLS symbol `%T'\n")
13081 : _("%P: %H: %s used with non-TLS symbol `%T'\n"),
13082 input_bfd, input_section, rel->r_offset,
13083 ppc64_elf_howto_table[r_type]->name,
13087 /* Ensure reloc mapping code below stays sane. */
13088 if (R_PPC64_TOC16_LO_DS != R_PPC64_TOC16_DS + 1
13089 || R_PPC64_TOC16_LO != R_PPC64_TOC16 + 1
13090 || (R_PPC64_GOT_TLSLD16 & 3) != (R_PPC64_GOT_TLSGD16 & 3)
13091 || (R_PPC64_GOT_TLSLD16_LO & 3) != (R_PPC64_GOT_TLSGD16_LO & 3)
13092 || (R_PPC64_GOT_TLSLD16_HI & 3) != (R_PPC64_GOT_TLSGD16_HI & 3)
13093 || (R_PPC64_GOT_TLSLD16_HA & 3) != (R_PPC64_GOT_TLSGD16_HA & 3)
13094 || (R_PPC64_GOT_TLSLD16 & 3) != (R_PPC64_GOT_TPREL16_DS & 3)
13095 || (R_PPC64_GOT_TLSLD16_LO & 3) != (R_PPC64_GOT_TPREL16_LO_DS & 3)
13096 || (R_PPC64_GOT_TLSLD16_HI & 3) != (R_PPC64_GOT_TPREL16_HI & 3)
13097 || (R_PPC64_GOT_TLSLD16_HA & 3) != (R_PPC64_GOT_TPREL16_HA & 3))
13105 case R_PPC64_LO_DS_OPT:
13106 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset);
13107 if ((insn & (0x3f << 26)) != 58u << 26)
13109 insn += (14u << 26) - (58u << 26);
13110 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset);
13111 r_type = R_PPC64_TOC16_LO;
13112 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13115 case R_PPC64_TOC16:
13116 case R_PPC64_TOC16_LO:
13117 case R_PPC64_TOC16_DS:
13118 case R_PPC64_TOC16_LO_DS:
13120 /* Check for toc tls entries. */
13121 unsigned char *toc_tls;
13124 retval = get_tls_mask (&toc_tls, &toc_symndx, &toc_addend,
13125 &local_syms, rel, input_bfd);
13131 tls_mask = *toc_tls;
13132 if (r_type == R_PPC64_TOC16_DS
13133 || r_type == R_PPC64_TOC16_LO_DS)
13136 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0)
13141 /* If we found a GD reloc pair, then we might be
13142 doing a GD->IE transition. */
13145 tls_gd = TLS_TPRELGD;
13146 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13149 else if (retval == 3)
13151 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
13159 case R_PPC64_GOT_TPREL16_HI:
13160 case R_PPC64_GOT_TPREL16_HA:
13162 && (tls_mask & TLS_TPREL) == 0)
13164 rel->r_offset -= d_offset;
13165 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
13166 r_type = R_PPC64_NONE;
13167 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13171 case R_PPC64_GOT_TPREL16_DS:
13172 case R_PPC64_GOT_TPREL16_LO_DS:
13174 && (tls_mask & TLS_TPREL) == 0)
13177 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset);
13179 insn |= 0x3c0d0000; /* addis 0,13,0 */
13180 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset);
13181 r_type = R_PPC64_TPREL16_HA;
13182 if (toc_symndx != 0)
13184 rel->r_info = ELF64_R_INFO (toc_symndx, r_type);
13185 rel->r_addend = toc_addend;
13186 /* We changed the symbol. Start over in order to
13187 get h, sym, sec etc. right. */
13192 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13198 && (tls_mask & TLS_TPREL) == 0)
13200 insn = bfd_get_32 (output_bfd, contents + rel->r_offset);
13201 insn = _bfd_elf_ppc_at_tls_transform (insn, 13);
13204 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
13205 /* Was PPC64_TLS which sits on insn boundary, now
13206 PPC64_TPREL16_LO which is at low-order half-word. */
13207 rel->r_offset += d_offset;
13208 r_type = R_PPC64_TPREL16_LO;
13209 if (toc_symndx != 0)
13211 rel->r_info = ELF64_R_INFO (toc_symndx, r_type);
13212 rel->r_addend = toc_addend;
13213 /* We changed the symbol. Start over in order to
13214 get h, sym, sec etc. right. */
13219 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13223 case R_PPC64_GOT_TLSGD16_HI:
13224 case R_PPC64_GOT_TLSGD16_HA:
13225 tls_gd = TLS_TPRELGD;
13226 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13230 case R_PPC64_GOT_TLSLD16_HI:
13231 case R_PPC64_GOT_TLSLD16_HA:
13232 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
13235 if ((tls_mask & tls_gd) != 0)
13236 r_type = (((r_type - (R_PPC64_GOT_TLSGD16 & 3)) & 3)
13237 + R_PPC64_GOT_TPREL16_DS);
13240 rel->r_offset -= d_offset;
13241 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
13242 r_type = R_PPC64_NONE;
13244 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13248 case R_PPC64_GOT_TLSGD16:
13249 case R_PPC64_GOT_TLSGD16_LO:
13250 tls_gd = TLS_TPRELGD;
13251 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13255 case R_PPC64_GOT_TLSLD16:
13256 case R_PPC64_GOT_TLSLD16_LO:
13257 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
13259 unsigned int insn1, insn2, insn3;
13263 offset = (bfd_vma) -1;
13264 /* If not using the newer R_PPC64_TLSGD/LD to mark
13265 __tls_get_addr calls, we must trust that the call
13266 stays with its arg setup insns, ie. that the next
13267 reloc is the __tls_get_addr call associated with
13268 the current reloc. Edit both insns. */
13269 if (input_section->has_tls_get_addr_call
13270 && rel + 1 < relend
13271 && branch_reloc_hash_match (input_bfd, rel + 1,
13272 htab->tls_get_addr,
13273 htab->tls_get_addr_fd))
13274 offset = rel[1].r_offset;
13275 if ((tls_mask & tls_gd) != 0)
13278 insn1 = bfd_get_32 (output_bfd,
13279 contents + rel->r_offset - d_offset);
13280 insn1 &= (1 << 26) - (1 << 2);
13281 insn1 |= 58 << 26; /* ld */
13282 insn2 = 0x7c636a14; /* add 3,3,13 */
13283 if (offset != (bfd_vma) -1)
13284 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
13285 if ((tls_mask & TLS_EXPLICIT) == 0)
13286 r_type = (((r_type - (R_PPC64_GOT_TLSGD16 & 3)) & 3)
13287 + R_PPC64_GOT_TPREL16_DS);
13289 r_type += R_PPC64_TOC16_DS - R_PPC64_TOC16;
13290 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13295 insn1 = 0x3c6d0000; /* addis 3,13,0 */
13296 insn2 = 0x38630000; /* addi 3,3,0 */
13299 /* Was an LD reloc. */
13301 sec = local_sections[toc_symndx];
13303 r_symndx < symtab_hdr->sh_info;
13305 if (local_sections[r_symndx] == sec)
13307 if (r_symndx >= symtab_hdr->sh_info)
13308 r_symndx = STN_UNDEF;
13309 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
13310 if (r_symndx != STN_UNDEF)
13311 rel->r_addend -= (local_syms[r_symndx].st_value
13312 + sec->output_offset
13313 + sec->output_section->vma);
13315 else if (toc_symndx != 0)
13317 r_symndx = toc_symndx;
13318 rel->r_addend = toc_addend;
13320 r_type = R_PPC64_TPREL16_HA;
13321 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13322 if (offset != (bfd_vma) -1)
13324 rel[1].r_info = ELF64_R_INFO (r_symndx,
13325 R_PPC64_TPREL16_LO);
13326 rel[1].r_offset = offset + d_offset;
13327 rel[1].r_addend = rel->r_addend;
13330 bfd_put_32 (output_bfd, insn1,
13331 contents + rel->r_offset - d_offset);
13332 if (offset != (bfd_vma) -1)
13334 insn3 = bfd_get_32 (output_bfd,
13335 contents + offset + 4);
13337 || insn3 == CROR_151515 || insn3 == CROR_313131)
13339 rel[1].r_offset += 4;
13340 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
13343 bfd_put_32 (output_bfd, insn2, contents + offset);
13345 if ((tls_mask & tls_gd) == 0
13346 && (tls_gd == 0 || toc_symndx != 0))
13348 /* We changed the symbol. Start over in order
13349 to get h, sym, sec etc. right. */
13356 case R_PPC64_TLSGD:
13357 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13359 unsigned int insn2, insn3;
13360 bfd_vma offset = rel->r_offset;
13362 if ((tls_mask & TLS_TPRELGD) != 0)
13365 r_type = R_PPC64_NONE;
13366 insn2 = 0x7c636a14; /* add 3,3,13 */
13371 if (toc_symndx != 0)
13373 r_symndx = toc_symndx;
13374 rel->r_addend = toc_addend;
13376 r_type = R_PPC64_TPREL16_LO;
13377 rel->r_offset = offset + d_offset;
13378 insn2 = 0x38630000; /* addi 3,3,0 */
13380 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13381 /* Zap the reloc on the _tls_get_addr call too. */
13382 BFD_ASSERT (offset == rel[1].r_offset);
13383 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
13384 insn3 = bfd_get_32 (output_bfd,
13385 contents + offset + 4);
13387 || insn3 == CROR_151515 || insn3 == CROR_313131)
13389 rel->r_offset += 4;
13390 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
13393 bfd_put_32 (output_bfd, insn2, contents + offset);
13394 if ((tls_mask & TLS_TPRELGD) == 0 && toc_symndx != 0)
13402 case R_PPC64_TLSLD:
13403 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
13405 unsigned int insn2, insn3;
13406 bfd_vma offset = rel->r_offset;
13409 sec = local_sections[toc_symndx];
13411 r_symndx < symtab_hdr->sh_info;
13413 if (local_sections[r_symndx] == sec)
13415 if (r_symndx >= symtab_hdr->sh_info)
13416 r_symndx = STN_UNDEF;
13417 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
13418 if (r_symndx != STN_UNDEF)
13419 rel->r_addend -= (local_syms[r_symndx].st_value
13420 + sec->output_offset
13421 + sec->output_section->vma);
13423 r_type = R_PPC64_TPREL16_LO;
13424 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13425 rel->r_offset = offset + d_offset;
13426 /* Zap the reloc on the _tls_get_addr call too. */
13427 BFD_ASSERT (offset == rel[1].r_offset);
13428 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
13429 insn2 = 0x38630000; /* addi 3,3,0 */
13430 insn3 = bfd_get_32 (output_bfd,
13431 contents + offset + 4);
13433 || insn3 == CROR_151515 || insn3 == CROR_313131)
13435 rel->r_offset += 4;
13436 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
13439 bfd_put_32 (output_bfd, insn2, contents + offset);
13445 case R_PPC64_DTPMOD64:
13446 if (rel + 1 < relend
13447 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64)
13448 && rel[1].r_offset == rel->r_offset + 8)
13450 if ((tls_mask & TLS_GD) == 0)
13452 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_NONE);
13453 if ((tls_mask & TLS_TPRELGD) != 0)
13454 r_type = R_PPC64_TPREL64;
13457 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
13458 r_type = R_PPC64_NONE;
13460 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13465 if ((tls_mask & TLS_LD) == 0)
13467 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
13468 r_type = R_PPC64_NONE;
13469 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13474 case R_PPC64_TPREL64:
13475 if ((tls_mask & TLS_TPREL) == 0)
13477 r_type = R_PPC64_NONE;
13478 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13482 case R_PPC64_REL16_HA:
13483 /* If we are generating a non-PIC executable, edit
13484 . 0: addis 2,12,.TOC.-0b@ha
13485 . addi 2,2,.TOC.-0b@l
13486 used by ELFv2 global entry points to set up r2, to
13489 if .TOC. is in range. */
13491 && h != NULL && &h->elf == htab->elf.hgot
13492 && rel + 1 < relend
13493 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_REL16_LO)
13494 && rel[1].r_offset == rel->r_offset + 4
13495 && rel[1].r_addend == rel->r_addend + 4
13496 && relocation + 0x80008000 <= 0xffffffff)
13498 unsigned int insn1, insn2;
13499 bfd_vma offset = rel->r_offset - d_offset;
13500 insn1 = bfd_get_32 (output_bfd, contents + offset);
13501 insn2 = bfd_get_32 (output_bfd, contents + offset + 4);
13502 if ((insn1 & 0xffff0000) == 0x3c4c0000 /* addis 2,12 */
13503 && (insn2 & 0xffff0000) == 0x38420000 /* addi 2,2 */)
13505 r_type = R_PPC64_ADDR16_HA;
13506 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13507 rel->r_addend -= d_offset;
13508 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_ADDR16_LO);
13509 rel[1].r_addend -= d_offset + 4;
13510 bfd_put_32 (output_bfd, 0x3c400000, contents + offset);
13516 /* Handle other relocations that tweak non-addend part of insn. */
13518 max_br_offset = 1 << 25;
13519 addend = rel->r_addend;
13520 reloc_dest = DEST_NORMAL;
13526 case R_PPC64_TOCSAVE:
13527 if (relocation + addend == (rel->r_offset
13528 + input_section->output_offset
13529 + input_section->output_section->vma)
13530 && tocsave_find (htab, NO_INSERT,
13531 &local_syms, rel, input_bfd))
13533 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
13535 || insn == CROR_151515 || insn == CROR_313131)
13536 bfd_put_32 (input_bfd,
13537 STD_R2_0R1 + STK_TOC (htab),
13538 contents + rel->r_offset);
13542 /* Branch taken prediction relocations. */
13543 case R_PPC64_ADDR14_BRTAKEN:
13544 case R_PPC64_REL14_BRTAKEN:
13545 insn = 0x01 << 21; /* 'y' or 't' bit, lowest bit of BO field. */
13548 /* Branch not taken prediction relocations. */
13549 case R_PPC64_ADDR14_BRNTAKEN:
13550 case R_PPC64_REL14_BRNTAKEN:
13551 insn |= bfd_get_32 (output_bfd,
13552 contents + rel->r_offset) & ~(0x01 << 21);
13555 case R_PPC64_REL14:
13556 max_br_offset = 1 << 15;
13559 case R_PPC64_REL24:
13560 /* Calls to functions with a different TOC, such as calls to
13561 shared objects, need to alter the TOC pointer. This is
13562 done using a linkage stub. A REL24 branching to these
13563 linkage stubs needs to be followed by a nop, as the nop
13564 will be replaced with an instruction to restore the TOC
13569 && h->oh->is_func_descriptor)
13570 fdh = ppc_follow_link (h->oh);
13571 stub_entry = ppc_get_stub_entry (input_section, sec, fdh, &orig_rel,
13573 if (stub_entry != NULL
13574 && (stub_entry->stub_type == ppc_stub_plt_call
13575 || stub_entry->stub_type == ppc_stub_plt_call_r2save
13576 || stub_entry->stub_type == ppc_stub_plt_branch_r2off
13577 || stub_entry->stub_type == ppc_stub_long_branch_r2off))
13579 bfd_boolean can_plt_call = FALSE;
13581 /* All of these stubs will modify r2, so there must be a
13582 branch and link followed by a nop. The nop is
13583 replaced by an insn to restore r2. */
13584 if (rel->r_offset + 8 <= input_section->size)
13588 br = bfd_get_32 (input_bfd,
13589 contents + rel->r_offset);
13594 nop = bfd_get_32 (input_bfd,
13595 contents + rel->r_offset + 4);
13597 || nop == CROR_151515 || nop == CROR_313131)
13600 && (h == htab->tls_get_addr_fd
13601 || h == htab->tls_get_addr)
13602 && !htab->no_tls_get_addr_opt)
13604 /* Special stub used, leave nop alone. */
13607 bfd_put_32 (input_bfd,
13608 LD_R2_0R1 + STK_TOC (htab),
13609 contents + rel->r_offset + 4);
13610 can_plt_call = TRUE;
13615 if (!can_plt_call && h != NULL)
13617 const char *name = h->elf.root.root.string;
13622 if (strncmp (name, "__libc_start_main", 17) == 0
13623 && (name[17] == 0 || name[17] == '@'))
13625 /* Allow crt1 branch to go via a toc adjusting
13626 stub. Other calls that never return could do
13627 the same, if we could detect such. */
13628 can_plt_call = TRUE;
13634 /* g++ as of 20130507 emits self-calls without a
13635 following nop. This is arguably wrong since we
13636 have conflicting information. On the one hand a
13637 global symbol and on the other a local call
13638 sequence, but don't error for this special case.
13639 It isn't possible to cheaply verify we have
13640 exactly such a call. Allow all calls to the same
13642 asection *code_sec = sec;
13644 if (get_opd_info (sec) != NULL)
13646 bfd_vma off = (relocation + addend
13647 - sec->output_section->vma
13648 - sec->output_offset);
13650 opd_entry_value (sec, off, &code_sec, NULL, FALSE);
13652 if (code_sec == input_section)
13653 can_plt_call = TRUE;
13658 info->callbacks->einfo
13659 (_("%P: %H: call to `%T' lacks nop, can't restore toc; "
13660 "recompile with -fPIC"),
13661 input_bfd, input_section, rel->r_offset, sym_name);
13663 bfd_set_error (bfd_error_bad_value);
13668 && (stub_entry->stub_type == ppc_stub_plt_call
13669 || stub_entry->stub_type == ppc_stub_plt_call_r2save))
13670 unresolved_reloc = FALSE;
13673 if ((stub_entry == NULL
13674 || stub_entry->stub_type == ppc_stub_long_branch
13675 || stub_entry->stub_type == ppc_stub_plt_branch)
13676 && get_opd_info (sec) != NULL)
13678 /* The branch destination is the value of the opd entry. */
13679 bfd_vma off = (relocation + addend
13680 - sec->output_section->vma
13681 - sec->output_offset);
13682 bfd_vma dest = opd_entry_value (sec, off, NULL, NULL, FALSE);
13683 if (dest != (bfd_vma) -1)
13687 reloc_dest = DEST_OPD;
13691 /* If the branch is out of reach we ought to have a long
13693 from = (rel->r_offset
13694 + input_section->output_offset
13695 + input_section->output_section->vma);
13697 relocation += PPC64_LOCAL_ENTRY_OFFSET (fdh
13701 if (stub_entry != NULL
13702 && (stub_entry->stub_type == ppc_stub_long_branch
13703 || stub_entry->stub_type == ppc_stub_plt_branch)
13704 && (r_type == R_PPC64_ADDR14_BRTAKEN
13705 || r_type == R_PPC64_ADDR14_BRNTAKEN
13706 || (relocation + addend - from + max_br_offset
13707 < 2 * max_br_offset)))
13708 /* Don't use the stub if this branch is in range. */
13711 if (stub_entry != NULL)
13713 /* Munge up the value and addend so that we call the stub
13714 rather than the procedure directly. */
13715 relocation = (stub_entry->stub_offset
13716 + stub_entry->stub_sec->output_offset
13717 + stub_entry->stub_sec->output_section->vma);
13719 reloc_dest = DEST_STUB;
13721 if ((stub_entry->stub_type == ppc_stub_plt_call
13722 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
13723 && (ALWAYS_EMIT_R2SAVE
13724 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
13725 && rel + 1 < relend
13726 && rel[1].r_offset == rel->r_offset + 4
13727 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOCSAVE)
13735 /* Set 'a' bit. This is 0b00010 in BO field for branch
13736 on CR(BI) insns (BO == 001at or 011at), and 0b01000
13737 for branch on CTR insns (BO == 1a00t or 1a01t). */
13738 if ((insn & (0x14 << 21)) == (0x04 << 21))
13739 insn |= 0x02 << 21;
13740 else if ((insn & (0x14 << 21)) == (0x10 << 21))
13741 insn |= 0x08 << 21;
13747 /* Invert 'y' bit if not the default. */
13748 if ((bfd_signed_vma) (relocation + addend - from) < 0)
13749 insn ^= 0x01 << 21;
13752 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
13755 /* NOP out calls to undefined weak functions.
13756 We can thus call a weak function without first
13757 checking whether the function is defined. */
13759 && h->elf.root.type == bfd_link_hash_undefweak
13760 && h->elf.dynindx == -1
13761 && r_type == R_PPC64_REL24
13765 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
13771 /* Set `addend'. */
13776 info->callbacks->einfo
13777 (_("%P: %B: unknown relocation type %d for `%T'\n"),
13778 input_bfd, (int) r_type, sym_name);
13780 bfd_set_error (bfd_error_bad_value);
13786 case R_PPC64_TLSGD:
13787 case R_PPC64_TLSLD:
13788 case R_PPC64_TOCSAVE:
13789 case R_PPC64_GNU_VTINHERIT:
13790 case R_PPC64_GNU_VTENTRY:
13793 /* GOT16 relocations. Like an ADDR16 using the symbol's
13794 address in the GOT as relocation value instead of the
13795 symbol's value itself. Also, create a GOT entry for the
13796 symbol and put the symbol value there. */
13797 case R_PPC64_GOT_TLSGD16:
13798 case R_PPC64_GOT_TLSGD16_LO:
13799 case R_PPC64_GOT_TLSGD16_HI:
13800 case R_PPC64_GOT_TLSGD16_HA:
13801 tls_type = TLS_TLS | TLS_GD;
13804 case R_PPC64_GOT_TLSLD16:
13805 case R_PPC64_GOT_TLSLD16_LO:
13806 case R_PPC64_GOT_TLSLD16_HI:
13807 case R_PPC64_GOT_TLSLD16_HA:
13808 tls_type = TLS_TLS | TLS_LD;
13811 case R_PPC64_GOT_TPREL16_DS:
13812 case R_PPC64_GOT_TPREL16_LO_DS:
13813 case R_PPC64_GOT_TPREL16_HI:
13814 case R_PPC64_GOT_TPREL16_HA:
13815 tls_type = TLS_TLS | TLS_TPREL;
13818 case R_PPC64_GOT_DTPREL16_DS:
13819 case R_PPC64_GOT_DTPREL16_LO_DS:
13820 case R_PPC64_GOT_DTPREL16_HI:
13821 case R_PPC64_GOT_DTPREL16_HA:
13822 tls_type = TLS_TLS | TLS_DTPREL;
13825 case R_PPC64_GOT16:
13826 case R_PPC64_GOT16_LO:
13827 case R_PPC64_GOT16_HI:
13828 case R_PPC64_GOT16_HA:
13829 case R_PPC64_GOT16_DS:
13830 case R_PPC64_GOT16_LO_DS:
13833 /* Relocation is to the entry for this symbol in the global
13838 unsigned long indx = 0;
13839 struct got_entry *ent;
13841 if (tls_type == (TLS_TLS | TLS_LD)
13843 || !h->elf.def_dynamic))
13844 ent = ppc64_tlsld_got (input_bfd);
13850 bfd_boolean dyn = htab->elf.dynamic_sections_created;
13851 if (!WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, info->shared,
13854 && SYMBOL_REFERENCES_LOCAL (info, &h->elf)))
13855 /* This is actually a static link, or it is a
13856 -Bsymbolic link and the symbol is defined
13857 locally, or the symbol was forced to be local
13858 because of a version file. */
13862 BFD_ASSERT (h->elf.dynindx != -1);
13863 indx = h->elf.dynindx;
13864 unresolved_reloc = FALSE;
13866 ent = h->elf.got.glist;
13870 if (local_got_ents == NULL)
13872 ent = local_got_ents[r_symndx];
13875 for (; ent != NULL; ent = ent->next)
13876 if (ent->addend == orig_rel.r_addend
13877 && ent->owner == input_bfd
13878 && ent->tls_type == tls_type)
13884 if (ent->is_indirect)
13885 ent = ent->got.ent;
13886 offp = &ent->got.offset;
13887 got = ppc64_elf_tdata (ent->owner)->got;
13891 /* The offset must always be a multiple of 8. We use the
13892 least significant bit to record whether we have already
13893 processed this entry. */
13895 if ((off & 1) != 0)
13899 /* Generate relocs for the dynamic linker, except in
13900 the case of TLSLD where we'll use one entry per
13908 ? h->elf.type == STT_GNU_IFUNC
13909 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC);
13911 relgot = htab->elf.irelplt;
13912 else if ((info->shared || indx != 0)
13914 || (tls_type == (TLS_TLS | TLS_LD)
13915 && !h->elf.def_dynamic)
13916 || ELF_ST_VISIBILITY (h->elf.other) == STV_DEFAULT
13917 || h->elf.root.type != bfd_link_hash_undefweak))
13918 relgot = ppc64_elf_tdata (ent->owner)->relgot;
13919 if (relgot != NULL)
13921 outrel.r_offset = (got->output_section->vma
13922 + got->output_offset
13924 outrel.r_addend = addend;
13925 if (tls_type & (TLS_LD | TLS_GD))
13927 outrel.r_addend = 0;
13928 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_DTPMOD64);
13929 if (tls_type == (TLS_TLS | TLS_GD))
13931 loc = relgot->contents;
13932 loc += (relgot->reloc_count++
13933 * sizeof (Elf64_External_Rela));
13934 bfd_elf64_swap_reloca_out (output_bfd,
13936 outrel.r_offset += 8;
13937 outrel.r_addend = addend;
13939 = ELF64_R_INFO (indx, R_PPC64_DTPREL64);
13942 else if (tls_type == (TLS_TLS | TLS_DTPREL))
13943 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_DTPREL64);
13944 else if (tls_type == (TLS_TLS | TLS_TPREL))
13945 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_TPREL64);
13946 else if (indx != 0)
13947 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_GLOB_DAT);
13951 outrel.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
13953 outrel.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
13955 /* Write the .got section contents for the sake
13957 loc = got->contents + off;
13958 bfd_put_64 (output_bfd, outrel.r_addend + relocation,
13962 if (indx == 0 && tls_type != (TLS_TLS | TLS_LD))
13964 outrel.r_addend += relocation;
13965 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL))
13966 outrel.r_addend -= htab->elf.tls_sec->vma;
13968 loc = relgot->contents;
13969 loc += (relgot->reloc_count++
13970 * sizeof (Elf64_External_Rela));
13971 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
13974 /* Init the .got section contents here if we're not
13975 emitting a reloc. */
13978 relocation += addend;
13979 if (tls_type == (TLS_TLS | TLS_LD))
13981 else if (tls_type != 0)
13983 relocation -= htab->elf.tls_sec->vma + DTP_OFFSET;
13984 if (tls_type == (TLS_TLS | TLS_TPREL))
13985 relocation += DTP_OFFSET - TP_OFFSET;
13987 if (tls_type == (TLS_TLS | TLS_GD))
13989 bfd_put_64 (output_bfd, relocation,
13990 got->contents + off + 8);
13995 bfd_put_64 (output_bfd, relocation,
13996 got->contents + off);
14000 if (off >= (bfd_vma) -2)
14003 relocation = got->output_section->vma + got->output_offset + off;
14004 addend = -(TOCstart + htab->stub_group[input_section->id].toc_off);
14008 case R_PPC64_PLT16_HA:
14009 case R_PPC64_PLT16_HI:
14010 case R_PPC64_PLT16_LO:
14011 case R_PPC64_PLT32:
14012 case R_PPC64_PLT64:
14013 /* Relocation is to the entry for this symbol in the
14014 procedure linkage table. */
14016 /* Resolve a PLT reloc against a local symbol directly,
14017 without using the procedure linkage table. */
14021 /* It's possible that we didn't make a PLT entry for this
14022 symbol. This happens when statically linking PIC code,
14023 or when using -Bsymbolic. Go find a match if there is a
14025 if (htab->elf.splt != NULL)
14027 struct plt_entry *ent;
14028 for (ent = h->elf.plt.plist; ent != NULL; ent = ent->next)
14029 if (ent->plt.offset != (bfd_vma) -1
14030 && ent->addend == orig_rel.r_addend)
14032 relocation = (htab->elf.splt->output_section->vma
14033 + htab->elf.splt->output_offset
14034 + ent->plt.offset);
14035 unresolved_reloc = FALSE;
14042 /* Relocation value is TOC base. */
14043 relocation = TOCstart;
14044 if (r_symndx == STN_UNDEF)
14045 relocation += htab->stub_group[input_section->id].toc_off;
14046 else if (unresolved_reloc)
14048 else if (sec != NULL && sec->id <= htab->top_id)
14049 relocation += htab->stub_group[sec->id].toc_off;
14051 unresolved_reloc = TRUE;
14054 /* TOC16 relocs. We want the offset relative to the TOC base,
14055 which is the address of the start of the TOC plus 0x8000.
14056 The TOC consists of sections .got, .toc, .tocbss, and .plt,
14058 case R_PPC64_TOC16:
14059 case R_PPC64_TOC16_LO:
14060 case R_PPC64_TOC16_HI:
14061 case R_PPC64_TOC16_DS:
14062 case R_PPC64_TOC16_LO_DS:
14063 case R_PPC64_TOC16_HA:
14064 addend -= TOCstart + htab->stub_group[input_section->id].toc_off;
14067 /* Relocate against the beginning of the section. */
14068 case R_PPC64_SECTOFF:
14069 case R_PPC64_SECTOFF_LO:
14070 case R_PPC64_SECTOFF_HI:
14071 case R_PPC64_SECTOFF_DS:
14072 case R_PPC64_SECTOFF_LO_DS:
14073 case R_PPC64_SECTOFF_HA:
14075 addend -= sec->output_section->vma;
14078 case R_PPC64_REL16:
14079 case R_PPC64_REL16_LO:
14080 case R_PPC64_REL16_HI:
14081 case R_PPC64_REL16_HA:
14084 case R_PPC64_REL14:
14085 case R_PPC64_REL14_BRNTAKEN:
14086 case R_PPC64_REL14_BRTAKEN:
14087 case R_PPC64_REL24:
14090 case R_PPC64_TPREL16:
14091 case R_PPC64_TPREL16_LO:
14092 case R_PPC64_TPREL16_HI:
14093 case R_PPC64_TPREL16_HA:
14094 case R_PPC64_TPREL16_DS:
14095 case R_PPC64_TPREL16_LO_DS:
14096 case R_PPC64_TPREL16_HIGH:
14097 case R_PPC64_TPREL16_HIGHA:
14098 case R_PPC64_TPREL16_HIGHER:
14099 case R_PPC64_TPREL16_HIGHERA:
14100 case R_PPC64_TPREL16_HIGHEST:
14101 case R_PPC64_TPREL16_HIGHESTA:
14103 && h->elf.root.type == bfd_link_hash_undefweak
14104 && h->elf.dynindx == -1)
14106 /* Make this relocation against an undefined weak symbol
14107 resolve to zero. This is really just a tweak, since
14108 code using weak externs ought to check that they are
14109 defined before using them. */
14110 bfd_byte *p = contents + rel->r_offset - d_offset;
14112 insn = bfd_get_32 (output_bfd, p);
14113 insn = _bfd_elf_ppc_at_tprel_transform (insn, 13);
14115 bfd_put_32 (output_bfd, insn, p);
14118 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
14120 /* The TPREL16 relocs shouldn't really be used in shared
14121 libs as they will result in DT_TEXTREL being set, but
14122 support them anyway. */
14126 case R_PPC64_DTPREL16:
14127 case R_PPC64_DTPREL16_LO:
14128 case R_PPC64_DTPREL16_HI:
14129 case R_PPC64_DTPREL16_HA:
14130 case R_PPC64_DTPREL16_DS:
14131 case R_PPC64_DTPREL16_LO_DS:
14132 case R_PPC64_DTPREL16_HIGH:
14133 case R_PPC64_DTPREL16_HIGHA:
14134 case R_PPC64_DTPREL16_HIGHER:
14135 case R_PPC64_DTPREL16_HIGHERA:
14136 case R_PPC64_DTPREL16_HIGHEST:
14137 case R_PPC64_DTPREL16_HIGHESTA:
14138 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
14141 case R_PPC64_DTPMOD64:
14146 case R_PPC64_TPREL64:
14147 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
14150 case R_PPC64_DTPREL64:
14151 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
14154 /* Relocations that may need to be propagated if this is a
14156 case R_PPC64_REL30:
14157 case R_PPC64_REL32:
14158 case R_PPC64_REL64:
14159 case R_PPC64_ADDR14:
14160 case R_PPC64_ADDR14_BRNTAKEN:
14161 case R_PPC64_ADDR14_BRTAKEN:
14162 case R_PPC64_ADDR16:
14163 case R_PPC64_ADDR16_DS:
14164 case R_PPC64_ADDR16_HA:
14165 case R_PPC64_ADDR16_HI:
14166 case R_PPC64_ADDR16_HIGH:
14167 case R_PPC64_ADDR16_HIGHA:
14168 case R_PPC64_ADDR16_HIGHER:
14169 case R_PPC64_ADDR16_HIGHERA:
14170 case R_PPC64_ADDR16_HIGHEST:
14171 case R_PPC64_ADDR16_HIGHESTA:
14172 case R_PPC64_ADDR16_LO:
14173 case R_PPC64_ADDR16_LO_DS:
14174 case R_PPC64_ADDR24:
14175 case R_PPC64_ADDR32:
14176 case R_PPC64_ADDR64:
14177 case R_PPC64_UADDR16:
14178 case R_PPC64_UADDR32:
14179 case R_PPC64_UADDR64:
14181 if ((input_section->flags & SEC_ALLOC) == 0)
14184 if (NO_OPD_RELOCS && is_opd)
14189 || ELF_ST_VISIBILITY (h->elf.other) == STV_DEFAULT
14190 || h->elf.root.type != bfd_link_hash_undefweak)
14191 && (must_be_dyn_reloc (info, r_type)
14192 || !SYMBOL_CALLS_LOCAL (info, &h->elf)))
14193 || (ELIMINATE_COPY_RELOCS
14196 && h->elf.dynindx != -1
14197 && !h->elf.non_got_ref
14198 && !h->elf.def_regular)
14201 ? h->elf.type == STT_GNU_IFUNC
14202 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)))
14204 bfd_boolean skip, relocate;
14208 /* When generating a dynamic object, these relocations
14209 are copied into the output file to be resolved at run
14215 out_off = _bfd_elf_section_offset (output_bfd, info,
14216 input_section, rel->r_offset);
14217 if (out_off == (bfd_vma) -1)
14219 else if (out_off == (bfd_vma) -2)
14220 skip = TRUE, relocate = TRUE;
14221 out_off += (input_section->output_section->vma
14222 + input_section->output_offset);
14223 outrel.r_offset = out_off;
14224 outrel.r_addend = rel->r_addend;
14226 /* Optimize unaligned reloc use. */
14227 if ((r_type == R_PPC64_ADDR64 && (out_off & 7) != 0)
14228 || (r_type == R_PPC64_UADDR64 && (out_off & 7) == 0))
14229 r_type ^= R_PPC64_ADDR64 ^ R_PPC64_UADDR64;
14230 else if ((r_type == R_PPC64_ADDR32 && (out_off & 3) != 0)
14231 || (r_type == R_PPC64_UADDR32 && (out_off & 3) == 0))
14232 r_type ^= R_PPC64_ADDR32 ^ R_PPC64_UADDR32;
14233 else if ((r_type == R_PPC64_ADDR16 && (out_off & 1) != 0)
14234 || (r_type == R_PPC64_UADDR16 && (out_off & 1) == 0))
14235 r_type ^= R_PPC64_ADDR16 ^ R_PPC64_UADDR16;
14238 memset (&outrel, 0, sizeof outrel);
14239 else if (!SYMBOL_REFERENCES_LOCAL (info, &h->elf)
14241 && r_type != R_PPC64_TOC)
14243 BFD_ASSERT (h->elf.dynindx != -1);
14244 outrel.r_info = ELF64_R_INFO (h->elf.dynindx, r_type);
14248 /* This symbol is local, or marked to become local,
14249 or this is an opd section reloc which must point
14250 at a local function. */
14251 outrel.r_addend += relocation;
14252 if (r_type == R_PPC64_ADDR64 || r_type == R_PPC64_TOC)
14254 if (is_opd && h != NULL)
14256 /* Lie about opd entries. This case occurs
14257 when building shared libraries and we
14258 reference a function in another shared
14259 lib. The same thing happens for a weak
14260 definition in an application that's
14261 overridden by a strong definition in a
14262 shared lib. (I believe this is a generic
14263 bug in binutils handling of weak syms.)
14264 In these cases we won't use the opd
14265 entry in this lib. */
14266 unresolved_reloc = FALSE;
14269 && r_type == R_PPC64_ADDR64
14271 ? h->elf.type == STT_GNU_IFUNC
14272 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC))
14273 outrel.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
14276 outrel.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
14278 /* We need to relocate .opd contents for ld.so.
14279 Prelink also wants simple and consistent rules
14280 for relocs. This make all RELATIVE relocs have
14281 *r_offset equal to r_addend. */
14290 ? h->elf.type == STT_GNU_IFUNC
14291 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
14293 info->callbacks->einfo
14294 (_("%P: %H: %s for indirect "
14295 "function `%T' unsupported\n"),
14296 input_bfd, input_section, rel->r_offset,
14297 ppc64_elf_howto_table[r_type]->name,
14301 else if (r_symndx == STN_UNDEF || bfd_is_abs_section (sec))
14303 else if (sec == NULL || sec->owner == NULL)
14305 bfd_set_error (bfd_error_bad_value);
14312 osec = sec->output_section;
14313 indx = elf_section_data (osec)->dynindx;
14317 if ((osec->flags & SEC_READONLY) == 0
14318 && htab->elf.data_index_section != NULL)
14319 osec = htab->elf.data_index_section;
14321 osec = htab->elf.text_index_section;
14322 indx = elf_section_data (osec)->dynindx;
14324 BFD_ASSERT (indx != 0);
14326 /* We are turning this relocation into one
14327 against a section symbol, so subtract out
14328 the output section's address but not the
14329 offset of the input section in the output
14331 outrel.r_addend -= osec->vma;
14334 outrel.r_info = ELF64_R_INFO (indx, r_type);
14338 sreloc = elf_section_data (input_section)->sreloc;
14340 ? h->elf.type == STT_GNU_IFUNC
14341 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
14342 sreloc = htab->elf.irelplt;
14343 if (sreloc == NULL)
14346 if (sreloc->reloc_count * sizeof (Elf64_External_Rela)
14349 loc = sreloc->contents;
14350 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
14351 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
14353 /* If this reloc is against an external symbol, it will
14354 be computed at runtime, so there's no need to do
14355 anything now. However, for the sake of prelink ensure
14356 that the section contents are a known value. */
14359 unresolved_reloc = FALSE;
14360 /* The value chosen here is quite arbitrary as ld.so
14361 ignores section contents except for the special
14362 case of .opd where the contents might be accessed
14363 before relocation. Choose zero, as that won't
14364 cause reloc overflow. */
14367 /* Use *r_offset == r_addend for R_PPC64_ADDR64 relocs
14368 to improve backward compatibility with older
14370 if (r_type == R_PPC64_ADDR64)
14371 addend = outrel.r_addend;
14372 /* Adjust pc_relative relocs to have zero in *r_offset. */
14373 else if (ppc64_elf_howto_table[r_type]->pc_relative)
14374 addend = (input_section->output_section->vma
14375 + input_section->output_offset
14382 case R_PPC64_GLOB_DAT:
14383 case R_PPC64_JMP_SLOT:
14384 case R_PPC64_JMP_IREL:
14385 case R_PPC64_RELATIVE:
14386 /* We shouldn't ever see these dynamic relocs in relocatable
14388 /* Fall through. */
14390 case R_PPC64_PLTGOT16:
14391 case R_PPC64_PLTGOT16_DS:
14392 case R_PPC64_PLTGOT16_HA:
14393 case R_PPC64_PLTGOT16_HI:
14394 case R_PPC64_PLTGOT16_LO:
14395 case R_PPC64_PLTGOT16_LO_DS:
14396 case R_PPC64_PLTREL32:
14397 case R_PPC64_PLTREL64:
14398 /* These ones haven't been implemented yet. */
14400 info->callbacks->einfo
14401 (_("%P: %B: %s is not supported for `%T'\n"),
14403 ppc64_elf_howto_table[r_type]->name, sym_name);
14405 bfd_set_error (bfd_error_invalid_operation);
14410 /* Multi-instruction sequences that access the TOC can be
14411 optimized, eg. addis ra,r2,0; addi rb,ra,x;
14412 to nop; addi rb,r2,x; */
14418 case R_PPC64_GOT_TLSLD16_HI:
14419 case R_PPC64_GOT_TLSGD16_HI:
14420 case R_PPC64_GOT_TPREL16_HI:
14421 case R_PPC64_GOT_DTPREL16_HI:
14422 case R_PPC64_GOT16_HI:
14423 case R_PPC64_TOC16_HI:
14424 /* These relocs would only be useful if building up an
14425 offset to later add to r2, perhaps in an indexed
14426 addressing mode instruction. Don't try to optimize.
14427 Unfortunately, the possibility of someone building up an
14428 offset like this or even with the HA relocs, means that
14429 we need to check the high insn when optimizing the low
14433 case R_PPC64_GOT_TLSLD16_HA:
14434 case R_PPC64_GOT_TLSGD16_HA:
14435 case R_PPC64_GOT_TPREL16_HA:
14436 case R_PPC64_GOT_DTPREL16_HA:
14437 case R_PPC64_GOT16_HA:
14438 case R_PPC64_TOC16_HA:
14439 if (htab->do_toc_opt && relocation + addend + 0x8000 < 0x10000
14440 && !ppc64_elf_tdata (input_bfd)->unexpected_toc_insn)
14442 bfd_byte *p = contents + (rel->r_offset & ~3);
14443 bfd_put_32 (input_bfd, NOP, p);
14447 case R_PPC64_GOT_TLSLD16_LO:
14448 case R_PPC64_GOT_TLSGD16_LO:
14449 case R_PPC64_GOT_TPREL16_LO_DS:
14450 case R_PPC64_GOT_DTPREL16_LO_DS:
14451 case R_PPC64_GOT16_LO:
14452 case R_PPC64_GOT16_LO_DS:
14453 case R_PPC64_TOC16_LO:
14454 case R_PPC64_TOC16_LO_DS:
14455 if (htab->do_toc_opt && relocation + addend + 0x8000 < 0x10000
14456 && !ppc64_elf_tdata (input_bfd)->unexpected_toc_insn)
14458 bfd_byte *p = contents + (rel->r_offset & ~3);
14459 insn = bfd_get_32 (input_bfd, p);
14460 if ((insn & (0x3f << 26)) == 12u << 26 /* addic */)
14462 /* Transform addic to addi when we change reg. */
14463 insn &= ~((0x3f << 26) | (0x1f << 16));
14464 insn |= (14u << 26) | (2 << 16);
14468 insn &= ~(0x1f << 16);
14471 bfd_put_32 (input_bfd, insn, p);
14476 /* Do any further special processing. */
14482 case R_PPC64_REL16_HA:
14483 case R_PPC64_ADDR16_HA:
14484 case R_PPC64_ADDR16_HIGHA:
14485 case R_PPC64_ADDR16_HIGHERA:
14486 case R_PPC64_ADDR16_HIGHESTA:
14487 case R_PPC64_TOC16_HA:
14488 case R_PPC64_SECTOFF_HA:
14489 case R_PPC64_TPREL16_HA:
14490 case R_PPC64_TPREL16_HIGHA:
14491 case R_PPC64_TPREL16_HIGHERA:
14492 case R_PPC64_TPREL16_HIGHESTA:
14493 case R_PPC64_DTPREL16_HA:
14494 case R_PPC64_DTPREL16_HIGHA:
14495 case R_PPC64_DTPREL16_HIGHERA:
14496 case R_PPC64_DTPREL16_HIGHESTA:
14497 /* It's just possible that this symbol is a weak symbol
14498 that's not actually defined anywhere. In that case,
14499 'sec' would be NULL, and we should leave the symbol
14500 alone (it will be set to zero elsewhere in the link). */
14505 case R_PPC64_GOT16_HA:
14506 case R_PPC64_PLTGOT16_HA:
14507 case R_PPC64_PLT16_HA:
14508 case R_PPC64_GOT_TLSGD16_HA:
14509 case R_PPC64_GOT_TLSLD16_HA:
14510 case R_PPC64_GOT_TPREL16_HA:
14511 case R_PPC64_GOT_DTPREL16_HA:
14512 /* Add 0x10000 if sign bit in 0:15 is set.
14513 Bits 0:15 are not used. */
14517 case R_PPC64_ADDR16_DS:
14518 case R_PPC64_ADDR16_LO_DS:
14519 case R_PPC64_GOT16_DS:
14520 case R_PPC64_GOT16_LO_DS:
14521 case R_PPC64_PLT16_LO_DS:
14522 case R_PPC64_SECTOFF_DS:
14523 case R_PPC64_SECTOFF_LO_DS:
14524 case R_PPC64_TOC16_DS:
14525 case R_PPC64_TOC16_LO_DS:
14526 case R_PPC64_PLTGOT16_DS:
14527 case R_PPC64_PLTGOT16_LO_DS:
14528 case R_PPC64_GOT_TPREL16_DS:
14529 case R_PPC64_GOT_TPREL16_LO_DS:
14530 case R_PPC64_GOT_DTPREL16_DS:
14531 case R_PPC64_GOT_DTPREL16_LO_DS:
14532 case R_PPC64_TPREL16_DS:
14533 case R_PPC64_TPREL16_LO_DS:
14534 case R_PPC64_DTPREL16_DS:
14535 case R_PPC64_DTPREL16_LO_DS:
14536 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
14538 /* If this reloc is against an lq insn, then the value must be
14539 a multiple of 16. This is somewhat of a hack, but the
14540 "correct" way to do this by defining _DQ forms of all the
14541 _DS relocs bloats all reloc switches in this file. It
14542 doesn't seem to make much sense to use any of these relocs
14543 in data, so testing the insn should be safe. */
14544 if ((insn & (0x3f << 26)) == (56u << 26))
14546 if (((relocation + addend) & mask) != 0)
14548 info->callbacks->einfo
14549 (_("%P: %H: error: %s not a multiple of %u\n"),
14550 input_bfd, input_section, rel->r_offset,
14551 ppc64_elf_howto_table[r_type]->name,
14553 bfd_set_error (bfd_error_bad_value);
14560 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
14561 because such sections are not SEC_ALLOC and thus ld.so will
14562 not process them. */
14563 if (unresolved_reloc
14564 && !((input_section->flags & SEC_DEBUGGING) != 0
14565 && h->elf.def_dynamic)
14566 && _bfd_elf_section_offset (output_bfd, info, input_section,
14567 rel->r_offset) != (bfd_vma) -1)
14569 info->callbacks->einfo
14570 (_("%P: %H: unresolvable %s against `%T'\n"),
14571 input_bfd, input_section, rel->r_offset,
14572 ppc64_elf_howto_table[(int) r_type]->name,
14573 h->elf.root.root.string);
14577 r = _bfd_final_link_relocate (ppc64_elf_howto_table[(int) r_type],
14585 if (r != bfd_reloc_ok)
14587 char *more_info = NULL;
14588 const char *reloc_name = ppc64_elf_howto_table[r_type]->name;
14590 if (reloc_dest != DEST_NORMAL)
14592 more_info = bfd_malloc (strlen (reloc_name) + 8);
14593 if (more_info != NULL)
14595 strcpy (more_info, reloc_name);
14596 strcat (more_info, (reloc_dest == DEST_OPD
14597 ? " (OPD)" : " (stub)"));
14598 reloc_name = more_info;
14602 if (r == bfd_reloc_overflow)
14607 && h->elf.root.type == bfd_link_hash_undefweak
14608 && ppc64_elf_howto_table[r_type]->pc_relative)
14610 /* Assume this is a call protected by other code that
14611 detects the symbol is undefined. If this is the case,
14612 we can safely ignore the overflow. If not, the
14613 program is hosed anyway, and a little warning isn't
14619 if (!((*info->callbacks->reloc_overflow)
14620 (info, &h->elf.root, sym_name,
14621 reloc_name, orig_rel.r_addend,
14622 input_bfd, input_section, rel->r_offset)))
14627 info->callbacks->einfo
14628 (_("%P: %H: %s against `%T': error %d\n"),
14629 input_bfd, input_section, rel->r_offset,
14630 reloc_name, sym_name, (int) r);
14633 if (more_info != NULL)
14638 /* If we're emitting relocations, then shortly after this function
14639 returns, reloc offsets and addends for this section will be
14640 adjusted. Worse, reloc symbol indices will be for the output
14641 file rather than the input. Save a copy of the relocs for
14642 opd_entry_value. */
14643 if (is_opd && (info->emitrelocations || info->relocatable))
14646 amt = input_section->reloc_count * sizeof (Elf_Internal_Rela);
14647 rel = bfd_alloc (input_bfd, amt);
14648 BFD_ASSERT (ppc64_elf_tdata (input_bfd)->opd.relocs == NULL);
14649 ppc64_elf_tdata (input_bfd)->opd.relocs = rel;
14652 memcpy (rel, relocs, amt);
14657 /* Adjust the value of any local symbols in opd sections. */
14660 ppc64_elf_output_symbol_hook (struct bfd_link_info *info,
14661 const char *name ATTRIBUTE_UNUSED,
14662 Elf_Internal_Sym *elfsym,
14663 asection *input_sec,
14664 struct elf_link_hash_entry *h)
14666 struct _opd_sec_data *opd;
14673 opd = get_opd_info (input_sec);
14674 if (opd == NULL || opd->adjust == NULL)
14677 value = elfsym->st_value - input_sec->output_offset;
14678 if (!info->relocatable)
14679 value -= input_sec->output_section->vma;
14681 adjust = opd->adjust[value / 8];
14685 elfsym->st_value += adjust;
14689 /* Finish up dynamic symbol handling. We set the contents of various
14690 dynamic sections here. */
14693 ppc64_elf_finish_dynamic_symbol (bfd *output_bfd,
14694 struct bfd_link_info *info,
14695 struct elf_link_hash_entry *h,
14696 Elf_Internal_Sym *sym ATTRIBUTE_UNUSED)
14698 struct ppc_link_hash_table *htab;
14699 struct plt_entry *ent;
14700 Elf_Internal_Rela rela;
14703 htab = ppc_hash_table (info);
14707 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
14708 if (ent->plt.offset != (bfd_vma) -1)
14710 /* This symbol has an entry in the procedure linkage
14711 table. Set it up. */
14712 if (!htab->elf.dynamic_sections_created
14713 || h->dynindx == -1)
14715 BFD_ASSERT (h->type == STT_GNU_IFUNC
14717 && (h->root.type == bfd_link_hash_defined
14718 || h->root.type == bfd_link_hash_defweak));
14719 rela.r_offset = (htab->elf.iplt->output_section->vma
14720 + htab->elf.iplt->output_offset
14721 + ent->plt.offset);
14723 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_IREL);
14725 rela.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
14726 rela.r_addend = (h->root.u.def.value
14727 + h->root.u.def.section->output_offset
14728 + h->root.u.def.section->output_section->vma
14730 loc = (htab->elf.irelplt->contents
14731 + (htab->elf.irelplt->reloc_count++
14732 * sizeof (Elf64_External_Rela)));
14736 rela.r_offset = (htab->elf.splt->output_section->vma
14737 + htab->elf.splt->output_offset
14738 + ent->plt.offset);
14739 rela.r_info = ELF64_R_INFO (h->dynindx, R_PPC64_JMP_SLOT);
14740 rela.r_addend = ent->addend;
14741 loc = (htab->elf.srelplt->contents
14742 + ((ent->plt.offset - PLT_INITIAL_ENTRY_SIZE (htab))
14743 / PLT_ENTRY_SIZE (htab) * sizeof (Elf64_External_Rela)));
14745 bfd_elf64_swap_reloca_out (output_bfd, &rela, loc);
14747 if (!htab->opd_abi)
14749 if (!h->def_regular)
14751 /* Mark the symbol as undefined, rather than as
14752 defined in glink. Leave the value if there were
14753 any relocations where pointer equality matters
14754 (this is a clue for the dynamic linker, to make
14755 function pointer comparisons work between an
14756 application and shared library), otherwise set it
14758 sym->st_shndx = SHN_UNDEF;
14759 if (!h->pointer_equality_needed)
14761 else if (!h->ref_regular_nonweak)
14763 /* This breaks function pointer comparisons, but
14764 that is better than breaking tests for a NULL
14765 function pointer. */
14774 /* This symbol needs a copy reloc. Set it up. */
14776 if (h->dynindx == -1
14777 || (h->root.type != bfd_link_hash_defined
14778 && h->root.type != bfd_link_hash_defweak)
14779 || htab->relbss == NULL)
14782 rela.r_offset = (h->root.u.def.value
14783 + h->root.u.def.section->output_section->vma
14784 + h->root.u.def.section->output_offset);
14785 rela.r_info = ELF64_R_INFO (h->dynindx, R_PPC64_COPY);
14787 loc = htab->relbss->contents;
14788 loc += htab->relbss->reloc_count++ * sizeof (Elf64_External_Rela);
14789 bfd_elf64_swap_reloca_out (output_bfd, &rela, loc);
14795 /* Used to decide how to sort relocs in an optimal manner for the
14796 dynamic linker, before writing them out. */
14798 static enum elf_reloc_type_class
14799 ppc64_elf_reloc_type_class (const struct bfd_link_info *info,
14800 const asection *rel_sec,
14801 const Elf_Internal_Rela *rela)
14803 enum elf_ppc64_reloc_type r_type;
14804 struct ppc_link_hash_table *htab = ppc_hash_table (info);
14806 if (rel_sec == htab->elf.irelplt)
14807 return reloc_class_ifunc;
14809 r_type = ELF64_R_TYPE (rela->r_info);
14812 case R_PPC64_RELATIVE:
14813 return reloc_class_relative;
14814 case R_PPC64_JMP_SLOT:
14815 return reloc_class_plt;
14817 return reloc_class_copy;
14819 return reloc_class_normal;
14823 /* Finish up the dynamic sections. */
14826 ppc64_elf_finish_dynamic_sections (bfd *output_bfd,
14827 struct bfd_link_info *info)
14829 struct ppc_link_hash_table *htab;
14833 htab = ppc_hash_table (info);
14837 dynobj = htab->elf.dynobj;
14838 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
14840 if (htab->elf.dynamic_sections_created)
14842 Elf64_External_Dyn *dyncon, *dynconend;
14844 if (sdyn == NULL || htab->elf.sgot == NULL)
14847 dyncon = (Elf64_External_Dyn *) sdyn->contents;
14848 dynconend = (Elf64_External_Dyn *) (sdyn->contents + sdyn->size);
14849 for (; dyncon < dynconend; dyncon++)
14851 Elf_Internal_Dyn dyn;
14854 bfd_elf64_swap_dyn_in (dynobj, dyncon, &dyn);
14861 case DT_PPC64_GLINK:
14863 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
14864 /* We stupidly defined DT_PPC64_GLINK to be the start
14865 of glink rather than the first entry point, which is
14866 what ld.so needs, and now have a bigger stub to
14867 support automatic multiple TOCs. */
14868 dyn.d_un.d_ptr += GLINK_CALL_STUB_SIZE - 8 * 4;
14872 s = bfd_get_section_by_name (output_bfd, ".opd");
14875 dyn.d_un.d_ptr = s->vma;
14879 if (htab->do_multi_toc && htab->multi_toc_needed)
14880 dyn.d_un.d_val |= PPC64_OPT_MULTI_TOC;
14883 case DT_PPC64_OPDSZ:
14884 s = bfd_get_section_by_name (output_bfd, ".opd");
14887 dyn.d_un.d_val = s->size;
14891 s = htab->elf.splt;
14892 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
14896 s = htab->elf.srelplt;
14897 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
14901 dyn.d_un.d_val = htab->elf.srelplt->size;
14905 /* Don't count procedure linkage table relocs in the
14906 overall reloc count. */
14907 s = htab->elf.srelplt;
14910 dyn.d_un.d_val -= s->size;
14914 /* We may not be using the standard ELF linker script.
14915 If .rela.plt is the first .rela section, we adjust
14916 DT_RELA to not include it. */
14917 s = htab->elf.srelplt;
14920 if (dyn.d_un.d_ptr != s->output_section->vma + s->output_offset)
14922 dyn.d_un.d_ptr += s->size;
14926 bfd_elf64_swap_dyn_out (output_bfd, &dyn, dyncon);
14930 if (htab->elf.sgot != NULL && htab->elf.sgot->size != 0)
14932 /* Fill in the first entry in the global offset table.
14933 We use it to hold the link-time TOCbase. */
14934 bfd_put_64 (output_bfd,
14935 elf_gp (output_bfd) + TOC_BASE_OFF,
14936 htab->elf.sgot->contents);
14938 /* Set .got entry size. */
14939 elf_section_data (htab->elf.sgot->output_section)->this_hdr.sh_entsize = 8;
14942 if (htab->elf.splt != NULL && htab->elf.splt->size != 0)
14944 /* Set .plt entry size. */
14945 elf_section_data (htab->elf.splt->output_section)->this_hdr.sh_entsize
14946 = PLT_ENTRY_SIZE (htab);
14949 /* brlt is SEC_LINKER_CREATED, so we need to write out relocs for
14950 brlt ourselves if emitrelocations. */
14951 if (htab->brlt != NULL
14952 && htab->brlt->reloc_count != 0
14953 && !_bfd_elf_link_output_relocs (output_bfd,
14955 elf_section_data (htab->brlt)->rela.hdr,
14956 elf_section_data (htab->brlt)->relocs,
14960 if (htab->glink != NULL
14961 && htab->glink->reloc_count != 0
14962 && !_bfd_elf_link_output_relocs (output_bfd,
14964 elf_section_data (htab->glink)->rela.hdr,
14965 elf_section_data (htab->glink)->relocs,
14970 if (htab->glink_eh_frame != NULL
14971 && htab->glink_eh_frame->sec_info_type == SEC_INFO_TYPE_EH_FRAME
14972 && !_bfd_elf_write_section_eh_frame (output_bfd, info,
14973 htab->glink_eh_frame,
14974 htab->glink_eh_frame->contents))
14977 /* We need to handle writing out multiple GOT sections ourselves,
14978 since we didn't add them to DYNOBJ. We know dynobj is the first
14980 while ((dynobj = dynobj->link_next) != NULL)
14984 if (!is_ppc64_elf (dynobj))
14987 s = ppc64_elf_tdata (dynobj)->got;
14990 && s->output_section != bfd_abs_section_ptr
14991 && !bfd_set_section_contents (output_bfd, s->output_section,
14992 s->contents, s->output_offset,
14995 s = ppc64_elf_tdata (dynobj)->relgot;
14998 && s->output_section != bfd_abs_section_ptr
14999 && !bfd_set_section_contents (output_bfd, s->output_section,
15000 s->contents, s->output_offset,
15008 #include "elf64-target.h"
15010 /* FreeBSD support */
15012 #undef TARGET_LITTLE_SYM
15013 #undef TARGET_LITTLE_NAME
15015 #undef TARGET_BIG_SYM
15016 #define TARGET_BIG_SYM bfd_elf64_powerpc_freebsd_vec
15017 #undef TARGET_BIG_NAME
15018 #define TARGET_BIG_NAME "elf64-powerpc-freebsd"
15021 #define ELF_OSABI ELFOSABI_FREEBSD
15024 #define elf64_bed elf64_powerpc_fbsd_bed
15026 #include "elf64-target.h"