1 /* PowerPC64-specific support for 64-bit ELF.
2 Copyright (C) 1999-2016 Free Software Foundation, Inc.
3 Written by Linus Nordberg, Swox AB <info@swox.com>,
4 based on elf32-ppc.c by Ian Lance Taylor.
5 Largely rewritten by Alan Modra.
7 This file is part of BFD, the Binary File Descriptor library.
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License along
20 with this program; if not, write to the Free Software Foundation, Inc.,
21 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
24 /* The 64-bit PowerPC ELF ABI may be found at
25 http://www.linuxbase.org/spec/ELF/ppc64/PPC-elf64abi.txt, and
26 http://www.linuxbase.org/spec/ELF/ppc64/spec/book1.html */
34 #include "elf/ppc64.h"
35 #include "elf64-ppc.h"
38 static bfd_reloc_status_type ppc64_elf_ha_reloc
39 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
40 static bfd_reloc_status_type ppc64_elf_branch_reloc
41 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
42 static bfd_reloc_status_type ppc64_elf_brtaken_reloc
43 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
44 static bfd_reloc_status_type ppc64_elf_sectoff_reloc
45 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
46 static bfd_reloc_status_type ppc64_elf_sectoff_ha_reloc
47 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
48 static bfd_reloc_status_type ppc64_elf_toc_reloc
49 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
50 static bfd_reloc_status_type ppc64_elf_toc_ha_reloc
51 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
52 static bfd_reloc_status_type ppc64_elf_toc64_reloc
53 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
54 static bfd_reloc_status_type ppc64_elf_unhandled_reloc
55 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
56 static bfd_vma opd_entry_value
57 (asection *, bfd_vma, asection **, bfd_vma *, bfd_boolean);
59 #define TARGET_LITTLE_SYM powerpc_elf64_le_vec
60 #define TARGET_LITTLE_NAME "elf64-powerpcle"
61 #define TARGET_BIG_SYM powerpc_elf64_vec
62 #define TARGET_BIG_NAME "elf64-powerpc"
63 #define ELF_ARCH bfd_arch_powerpc
64 #define ELF_TARGET_ID PPC64_ELF_DATA
65 #define ELF_MACHINE_CODE EM_PPC64
66 #define ELF_MAXPAGESIZE 0x10000
67 #define ELF_COMMONPAGESIZE 0x10000
68 #define elf_info_to_howto ppc64_elf_info_to_howto
70 #define elf_backend_want_got_sym 0
71 #define elf_backend_want_plt_sym 0
72 #define elf_backend_plt_alignment 3
73 #define elf_backend_plt_not_loaded 1
74 #define elf_backend_got_header_size 8
75 #define elf_backend_can_gc_sections 1
76 #define elf_backend_can_refcount 1
77 #define elf_backend_rela_normal 1
78 #define elf_backend_default_execstack 0
80 #define bfd_elf64_mkobject ppc64_elf_mkobject
81 #define bfd_elf64_bfd_reloc_type_lookup ppc64_elf_reloc_type_lookup
82 #define bfd_elf64_bfd_reloc_name_lookup ppc64_elf_reloc_name_lookup
83 #define bfd_elf64_bfd_merge_private_bfd_data ppc64_elf_merge_private_bfd_data
84 #define bfd_elf64_bfd_print_private_bfd_data ppc64_elf_print_private_bfd_data
85 #define bfd_elf64_new_section_hook ppc64_elf_new_section_hook
86 #define bfd_elf64_bfd_link_hash_table_create ppc64_elf_link_hash_table_create
87 #define bfd_elf64_get_synthetic_symtab ppc64_elf_get_synthetic_symtab
88 #define bfd_elf64_bfd_link_just_syms ppc64_elf_link_just_syms
90 #define elf_backend_object_p ppc64_elf_object_p
91 #define elf_backend_grok_prstatus ppc64_elf_grok_prstatus
92 #define elf_backend_grok_psinfo ppc64_elf_grok_psinfo
93 #define elf_backend_write_core_note ppc64_elf_write_core_note
94 #define elf_backend_create_dynamic_sections ppc64_elf_create_dynamic_sections
95 #define elf_backend_copy_indirect_symbol ppc64_elf_copy_indirect_symbol
96 #define elf_backend_add_symbol_hook ppc64_elf_add_symbol_hook
97 #define elf_backend_check_directives ppc64_elf_before_check_relocs
98 #define elf_backend_notice_as_needed ppc64_elf_notice_as_needed
99 #define elf_backend_archive_symbol_lookup ppc64_elf_archive_symbol_lookup
100 #define elf_backend_check_relocs ppc64_elf_check_relocs
101 #define elf_backend_gc_keep ppc64_elf_gc_keep
102 #define elf_backend_gc_mark_dynamic_ref ppc64_elf_gc_mark_dynamic_ref
103 #define elf_backend_gc_mark_hook ppc64_elf_gc_mark_hook
104 #define elf_backend_gc_sweep_hook ppc64_elf_gc_sweep_hook
105 #define elf_backend_adjust_dynamic_symbol ppc64_elf_adjust_dynamic_symbol
106 #define elf_backend_hide_symbol ppc64_elf_hide_symbol
107 #define elf_backend_maybe_function_sym ppc64_elf_maybe_function_sym
108 #define elf_backend_always_size_sections ppc64_elf_func_desc_adjust
109 #define elf_backend_size_dynamic_sections ppc64_elf_size_dynamic_sections
110 #define elf_backend_hash_symbol ppc64_elf_hash_symbol
111 #define elf_backend_init_index_section _bfd_elf_init_2_index_sections
112 #define elf_backend_action_discarded ppc64_elf_action_discarded
113 #define elf_backend_relocate_section ppc64_elf_relocate_section
114 #define elf_backend_finish_dynamic_symbol ppc64_elf_finish_dynamic_symbol
115 #define elf_backend_reloc_type_class ppc64_elf_reloc_type_class
116 #define elf_backend_finish_dynamic_sections ppc64_elf_finish_dynamic_sections
117 #define elf_backend_link_output_symbol_hook ppc64_elf_output_symbol_hook
118 #define elf_backend_special_sections ppc64_elf_special_sections
119 #define elf_backend_merge_symbol_attribute ppc64_elf_merge_symbol_attribute
121 /* The name of the dynamic interpreter. This is put in the .interp
123 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1"
125 /* The size in bytes of an entry in the procedure linkage table. */
126 #define PLT_ENTRY_SIZE(htab) (htab->opd_abi ? 24 : 8)
128 /* The initial size of the plt reserved for the dynamic linker. */
129 #define PLT_INITIAL_ENTRY_SIZE(htab) (htab->opd_abi ? 24 : 16)
131 /* Offsets to some stack save slots. */
133 #define STK_TOC(htab) (htab->opd_abi ? 40 : 24)
134 /* This one is dodgy. ELFv2 does not have a linker word, so use the
135 CR save slot. Used only by optimised __tls_get_addr call stub,
136 relying on __tls_get_addr_opt not saving CR.. */
137 #define STK_LINKER(htab) (htab->opd_abi ? 32 : 8)
139 /* TOC base pointers offset from start of TOC. */
140 #define TOC_BASE_OFF 0x8000
141 /* TOC base alignment. */
142 #define TOC_BASE_ALIGN 256
144 /* Offset of tp and dtp pointers from start of TLS block. */
145 #define TP_OFFSET 0x7000
146 #define DTP_OFFSET 0x8000
148 /* .plt call stub instructions. The normal stub is like this, but
149 sometimes the .plt entry crosses a 64k boundary and we need to
150 insert an addi to adjust r11. */
151 #define STD_R2_0R1 0xf8410000 /* std %r2,0+40(%r1) */
152 #define ADDIS_R11_R2 0x3d620000 /* addis %r11,%r2,xxx@ha */
153 #define LD_R12_0R11 0xe98b0000 /* ld %r12,xxx+0@l(%r11) */
154 #define MTCTR_R12 0x7d8903a6 /* mtctr %r12 */
155 #define LD_R2_0R11 0xe84b0000 /* ld %r2,xxx+8@l(%r11) */
156 #define LD_R11_0R11 0xe96b0000 /* ld %r11,xxx+16@l(%r11) */
157 #define BCTR 0x4e800420 /* bctr */
159 #define ADDI_R11_R11 0x396b0000 /* addi %r11,%r11,off@l */
160 #define ADDIS_R2_R2 0x3c420000 /* addis %r2,%r2,off@ha */
161 #define ADDI_R2_R2 0x38420000 /* addi %r2,%r2,off@l */
163 #define XOR_R2_R12_R12 0x7d826278 /* xor %r2,%r12,%r12 */
164 #define ADD_R11_R11_R2 0x7d6b1214 /* add %r11,%r11,%r2 */
165 #define XOR_R11_R12_R12 0x7d8b6278 /* xor %r11,%r12,%r12 */
166 #define ADD_R2_R2_R11 0x7c425a14 /* add %r2,%r2,%r11 */
167 #define CMPLDI_R2_0 0x28220000 /* cmpldi %r2,0 */
168 #define BNECTR 0x4ca20420 /* bnectr+ */
169 #define BNECTR_P4 0x4ce20420 /* bnectr+ */
171 #define LD_R12_0R2 0xe9820000 /* ld %r12,xxx+0(%r2) */
172 #define LD_R11_0R2 0xe9620000 /* ld %r11,xxx+0(%r2) */
173 #define LD_R2_0R2 0xe8420000 /* ld %r2,xxx+0(%r2) */
175 #define LD_R2_0R1 0xe8410000 /* ld %r2,0(%r1) */
176 #define LD_R2_0R12 0xe84c0000 /* ld %r2,0(%r12) */
177 #define ADD_R2_R2_R12 0x7c426214 /* add %r2,%r2,%r12 */
179 #define LIS_R2 0x3c400000 /* lis %r2,xxx@ha */
180 #define ADDIS_R2_R12 0x3c4c0000 /* addis %r2,%r12,xxx@ha */
181 #define ADDIS_R12_R2 0x3d820000 /* addis %r12,%r2,xxx@ha */
182 #define ADDIS_R12_R12 0x3d8c0000 /* addis %r12,%r12,xxx@ha */
183 #define LD_R12_0R12 0xe98c0000 /* ld %r12,xxx@l(%r12) */
185 /* glink call stub instructions. We enter with the index in R0. */
186 #define GLINK_CALL_STUB_SIZE (16*4)
190 #define MFLR_R12 0x7d8802a6 /* mflr %12 */
191 #define BCL_20_31 0x429f0005 /* bcl 20,31,1f */
193 #define MFLR_R11 0x7d6802a6 /* mflr %11 */
194 /* ld %2,(0b-1b)(%11) */
195 #define MTLR_R12 0x7d8803a6 /* mtlr %12 */
196 #define ADD_R11_R2_R11 0x7d625a14 /* add %11,%2,%11 */
202 #define MFLR_R0 0x7c0802a6 /* mflr %r0 */
203 #define MTLR_R0 0x7c0803a6 /* mtlr %r0 */
204 #define SUB_R12_R12_R11 0x7d8b6050 /* subf %r12,%r11,%r12 */
205 #define ADDI_R0_R12 0x380c0000 /* addi %r0,%r12,0 */
206 #define SRDI_R0_R0_2 0x7800f082 /* rldicl %r0,%r0,62,2 */
209 #define NOP 0x60000000
211 /* Some other nops. */
212 #define CROR_151515 0x4def7b82
213 #define CROR_313131 0x4ffffb82
215 /* .glink entries for the first 32k functions are two instructions. */
216 #define LI_R0_0 0x38000000 /* li %r0,0 */
217 #define B_DOT 0x48000000 /* b . */
219 /* After that, we need two instructions to load the index, followed by
221 #define LIS_R0_0 0x3c000000 /* lis %r0,0 */
222 #define ORI_R0_R0_0 0x60000000 /* ori %r0,%r0,0 */
224 /* Instructions used by the save and restore reg functions. */
225 #define STD_R0_0R1 0xf8010000 /* std %r0,0(%r1) */
226 #define STD_R0_0R12 0xf80c0000 /* std %r0,0(%r12) */
227 #define LD_R0_0R1 0xe8010000 /* ld %r0,0(%r1) */
228 #define LD_R0_0R12 0xe80c0000 /* ld %r0,0(%r12) */
229 #define STFD_FR0_0R1 0xd8010000 /* stfd %fr0,0(%r1) */
230 #define LFD_FR0_0R1 0xc8010000 /* lfd %fr0,0(%r1) */
231 #define LI_R12_0 0x39800000 /* li %r12,0 */
232 #define STVX_VR0_R12_R0 0x7c0c01ce /* stvx %v0,%r12,%r0 */
233 #define LVX_VR0_R12_R0 0x7c0c00ce /* lvx %v0,%r12,%r0 */
234 #define MTLR_R0 0x7c0803a6 /* mtlr %r0 */
235 #define BLR 0x4e800020 /* blr */
237 /* Since .opd is an array of descriptors and each entry will end up
238 with identical R_PPC64_RELATIVE relocs, there is really no need to
239 propagate .opd relocs; The dynamic linker should be taught to
240 relocate .opd without reloc entries. */
241 #ifndef NO_OPD_RELOCS
242 #define NO_OPD_RELOCS 0
246 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
250 abiversion (bfd *abfd)
252 return elf_elfheader (abfd)->e_flags & EF_PPC64_ABI;
256 set_abiversion (bfd *abfd, int ver)
258 elf_elfheader (abfd)->e_flags &= ~EF_PPC64_ABI;
259 elf_elfheader (abfd)->e_flags |= ver & EF_PPC64_ABI;
262 #define ONES(n) (((bfd_vma) 1 << ((n) - 1) << 1) - 1)
264 /* Relocation HOWTO's. */
265 static reloc_howto_type *ppc64_elf_howto_table[(int) R_PPC64_max];
267 static reloc_howto_type ppc64_elf_howto_raw[] = {
268 /* This reloc does nothing. */
269 HOWTO (R_PPC64_NONE, /* type */
271 3, /* size (0 = byte, 1 = short, 2 = long) */
273 FALSE, /* pc_relative */
275 complain_overflow_dont, /* complain_on_overflow */
276 bfd_elf_generic_reloc, /* special_function */
277 "R_PPC64_NONE", /* name */
278 FALSE, /* partial_inplace */
281 FALSE), /* pcrel_offset */
283 /* A standard 32 bit relocation. */
284 HOWTO (R_PPC64_ADDR32, /* type */
286 2, /* size (0 = byte, 1 = short, 2 = long) */
288 FALSE, /* pc_relative */
290 complain_overflow_bitfield, /* complain_on_overflow */
291 bfd_elf_generic_reloc, /* special_function */
292 "R_PPC64_ADDR32", /* name */
293 FALSE, /* partial_inplace */
295 0xffffffff, /* dst_mask */
296 FALSE), /* pcrel_offset */
298 /* An absolute 26 bit branch; the lower two bits must be zero.
299 FIXME: we don't check that, we just clear them. */
300 HOWTO (R_PPC64_ADDR24, /* type */
302 2, /* size (0 = byte, 1 = short, 2 = long) */
304 FALSE, /* pc_relative */
306 complain_overflow_bitfield, /* complain_on_overflow */
307 bfd_elf_generic_reloc, /* special_function */
308 "R_PPC64_ADDR24", /* name */
309 FALSE, /* partial_inplace */
311 0x03fffffc, /* dst_mask */
312 FALSE), /* pcrel_offset */
314 /* A standard 16 bit relocation. */
315 HOWTO (R_PPC64_ADDR16, /* type */
317 1, /* size (0 = byte, 1 = short, 2 = long) */
319 FALSE, /* pc_relative */
321 complain_overflow_bitfield, /* complain_on_overflow */
322 bfd_elf_generic_reloc, /* special_function */
323 "R_PPC64_ADDR16", /* name */
324 FALSE, /* partial_inplace */
326 0xffff, /* dst_mask */
327 FALSE), /* pcrel_offset */
329 /* A 16 bit relocation without overflow. */
330 HOWTO (R_PPC64_ADDR16_LO, /* type */
332 1, /* size (0 = byte, 1 = short, 2 = long) */
334 FALSE, /* pc_relative */
336 complain_overflow_dont,/* complain_on_overflow */
337 bfd_elf_generic_reloc, /* special_function */
338 "R_PPC64_ADDR16_LO", /* name */
339 FALSE, /* partial_inplace */
341 0xffff, /* dst_mask */
342 FALSE), /* pcrel_offset */
344 /* Bits 16-31 of an address. */
345 HOWTO (R_PPC64_ADDR16_HI, /* type */
347 1, /* size (0 = byte, 1 = short, 2 = long) */
349 FALSE, /* pc_relative */
351 complain_overflow_signed, /* complain_on_overflow */
352 bfd_elf_generic_reloc, /* special_function */
353 "R_PPC64_ADDR16_HI", /* name */
354 FALSE, /* partial_inplace */
356 0xffff, /* dst_mask */
357 FALSE), /* pcrel_offset */
359 /* Bits 16-31 of an address, plus 1 if the contents of the low 16
360 bits, treated as a signed number, is negative. */
361 HOWTO (R_PPC64_ADDR16_HA, /* type */
363 1, /* size (0 = byte, 1 = short, 2 = long) */
365 FALSE, /* pc_relative */
367 complain_overflow_signed, /* complain_on_overflow */
368 ppc64_elf_ha_reloc, /* special_function */
369 "R_PPC64_ADDR16_HA", /* name */
370 FALSE, /* partial_inplace */
372 0xffff, /* dst_mask */
373 FALSE), /* pcrel_offset */
375 /* An absolute 16 bit branch; the lower two bits must be zero.
376 FIXME: we don't check that, we just clear them. */
377 HOWTO (R_PPC64_ADDR14, /* type */
379 2, /* size (0 = byte, 1 = short, 2 = long) */
381 FALSE, /* pc_relative */
383 complain_overflow_signed, /* complain_on_overflow */
384 ppc64_elf_branch_reloc, /* special_function */
385 "R_PPC64_ADDR14", /* name */
386 FALSE, /* partial_inplace */
388 0x0000fffc, /* dst_mask */
389 FALSE), /* pcrel_offset */
391 /* An absolute 16 bit branch, for which bit 10 should be set to
392 indicate that the branch is expected to be taken. The lower two
393 bits must be zero. */
394 HOWTO (R_PPC64_ADDR14_BRTAKEN, /* type */
396 2, /* size (0 = byte, 1 = short, 2 = long) */
398 FALSE, /* pc_relative */
400 complain_overflow_signed, /* complain_on_overflow */
401 ppc64_elf_brtaken_reloc, /* special_function */
402 "R_PPC64_ADDR14_BRTAKEN",/* name */
403 FALSE, /* partial_inplace */
405 0x0000fffc, /* dst_mask */
406 FALSE), /* pcrel_offset */
408 /* An absolute 16 bit branch, for which bit 10 should be set to
409 indicate that the branch is not expected to be taken. The lower
410 two bits must be zero. */
411 HOWTO (R_PPC64_ADDR14_BRNTAKEN, /* type */
413 2, /* size (0 = byte, 1 = short, 2 = long) */
415 FALSE, /* pc_relative */
417 complain_overflow_signed, /* complain_on_overflow */
418 ppc64_elf_brtaken_reloc, /* special_function */
419 "R_PPC64_ADDR14_BRNTAKEN",/* name */
420 FALSE, /* partial_inplace */
422 0x0000fffc, /* dst_mask */
423 FALSE), /* pcrel_offset */
425 /* A relative 26 bit branch; the lower two bits must be zero. */
426 HOWTO (R_PPC64_REL24, /* type */
428 2, /* size (0 = byte, 1 = short, 2 = long) */
430 TRUE, /* pc_relative */
432 complain_overflow_signed, /* complain_on_overflow */
433 ppc64_elf_branch_reloc, /* special_function */
434 "R_PPC64_REL24", /* name */
435 FALSE, /* partial_inplace */
437 0x03fffffc, /* dst_mask */
438 TRUE), /* pcrel_offset */
440 /* A relative 16 bit branch; the lower two bits must be zero. */
441 HOWTO (R_PPC64_REL14, /* type */
443 2, /* size (0 = byte, 1 = short, 2 = long) */
445 TRUE, /* pc_relative */
447 complain_overflow_signed, /* complain_on_overflow */
448 ppc64_elf_branch_reloc, /* special_function */
449 "R_PPC64_REL14", /* name */
450 FALSE, /* partial_inplace */
452 0x0000fffc, /* dst_mask */
453 TRUE), /* pcrel_offset */
455 /* A relative 16 bit branch. Bit 10 should be set to indicate that
456 the branch is expected to be taken. The lower two bits must be
458 HOWTO (R_PPC64_REL14_BRTAKEN, /* type */
460 2, /* size (0 = byte, 1 = short, 2 = long) */
462 TRUE, /* pc_relative */
464 complain_overflow_signed, /* complain_on_overflow */
465 ppc64_elf_brtaken_reloc, /* special_function */
466 "R_PPC64_REL14_BRTAKEN", /* name */
467 FALSE, /* partial_inplace */
469 0x0000fffc, /* dst_mask */
470 TRUE), /* pcrel_offset */
472 /* A relative 16 bit branch. Bit 10 should be set to indicate that
473 the branch is not expected to be taken. The lower two bits must
475 HOWTO (R_PPC64_REL14_BRNTAKEN, /* type */
477 2, /* size (0 = byte, 1 = short, 2 = long) */
479 TRUE, /* pc_relative */
481 complain_overflow_signed, /* complain_on_overflow */
482 ppc64_elf_brtaken_reloc, /* special_function */
483 "R_PPC64_REL14_BRNTAKEN",/* name */
484 FALSE, /* partial_inplace */
486 0x0000fffc, /* dst_mask */
487 TRUE), /* pcrel_offset */
489 /* Like R_PPC64_ADDR16, but referring to the GOT table entry for the
491 HOWTO (R_PPC64_GOT16, /* type */
493 1, /* size (0 = byte, 1 = short, 2 = long) */
495 FALSE, /* pc_relative */
497 complain_overflow_signed, /* complain_on_overflow */
498 ppc64_elf_unhandled_reloc, /* special_function */
499 "R_PPC64_GOT16", /* name */
500 FALSE, /* partial_inplace */
502 0xffff, /* dst_mask */
503 FALSE), /* pcrel_offset */
505 /* Like R_PPC64_ADDR16_LO, but referring to the GOT table entry for
507 HOWTO (R_PPC64_GOT16_LO, /* type */
509 1, /* size (0 = byte, 1 = short, 2 = long) */
511 FALSE, /* pc_relative */
513 complain_overflow_dont, /* complain_on_overflow */
514 ppc64_elf_unhandled_reloc, /* special_function */
515 "R_PPC64_GOT16_LO", /* name */
516 FALSE, /* partial_inplace */
518 0xffff, /* dst_mask */
519 FALSE), /* pcrel_offset */
521 /* Like R_PPC64_ADDR16_HI, but referring to the GOT table entry for
523 HOWTO (R_PPC64_GOT16_HI, /* type */
525 1, /* size (0 = byte, 1 = short, 2 = long) */
527 FALSE, /* pc_relative */
529 complain_overflow_signed,/* complain_on_overflow */
530 ppc64_elf_unhandled_reloc, /* special_function */
531 "R_PPC64_GOT16_HI", /* name */
532 FALSE, /* partial_inplace */
534 0xffff, /* dst_mask */
535 FALSE), /* pcrel_offset */
537 /* Like R_PPC64_ADDR16_HA, but referring to the GOT table entry for
539 HOWTO (R_PPC64_GOT16_HA, /* type */
541 1, /* size (0 = byte, 1 = short, 2 = long) */
543 FALSE, /* pc_relative */
545 complain_overflow_signed,/* complain_on_overflow */
546 ppc64_elf_unhandled_reloc, /* special_function */
547 "R_PPC64_GOT16_HA", /* name */
548 FALSE, /* partial_inplace */
550 0xffff, /* dst_mask */
551 FALSE), /* pcrel_offset */
553 /* This is used only by the dynamic linker. The symbol should exist
554 both in the object being run and in some shared library. The
555 dynamic linker copies the data addressed by the symbol from the
556 shared library into the object, because the object being
557 run has to have the data at some particular address. */
558 HOWTO (R_PPC64_COPY, /* type */
560 0, /* this one is variable size */
562 FALSE, /* pc_relative */
564 complain_overflow_dont, /* complain_on_overflow */
565 ppc64_elf_unhandled_reloc, /* special_function */
566 "R_PPC64_COPY", /* name */
567 FALSE, /* partial_inplace */
570 FALSE), /* pcrel_offset */
572 /* Like R_PPC64_ADDR64, but used when setting global offset table
574 HOWTO (R_PPC64_GLOB_DAT, /* type */
576 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
578 FALSE, /* pc_relative */
580 complain_overflow_dont, /* complain_on_overflow */
581 ppc64_elf_unhandled_reloc, /* special_function */
582 "R_PPC64_GLOB_DAT", /* name */
583 FALSE, /* partial_inplace */
585 ONES (64), /* dst_mask */
586 FALSE), /* pcrel_offset */
588 /* Created by the link editor. Marks a procedure linkage table
589 entry for a symbol. */
590 HOWTO (R_PPC64_JMP_SLOT, /* type */
592 0, /* size (0 = byte, 1 = short, 2 = long) */
594 FALSE, /* pc_relative */
596 complain_overflow_dont, /* complain_on_overflow */
597 ppc64_elf_unhandled_reloc, /* special_function */
598 "R_PPC64_JMP_SLOT", /* name */
599 FALSE, /* partial_inplace */
602 FALSE), /* pcrel_offset */
604 /* Used only by the dynamic linker. When the object is run, this
605 doubleword64 is set to the load address of the object, plus the
607 HOWTO (R_PPC64_RELATIVE, /* type */
609 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
611 FALSE, /* pc_relative */
613 complain_overflow_dont, /* complain_on_overflow */
614 bfd_elf_generic_reloc, /* special_function */
615 "R_PPC64_RELATIVE", /* name */
616 FALSE, /* partial_inplace */
618 ONES (64), /* dst_mask */
619 FALSE), /* pcrel_offset */
621 /* Like R_PPC64_ADDR32, but may be unaligned. */
622 HOWTO (R_PPC64_UADDR32, /* type */
624 2, /* size (0 = byte, 1 = short, 2 = long) */
626 FALSE, /* pc_relative */
628 complain_overflow_bitfield, /* complain_on_overflow */
629 bfd_elf_generic_reloc, /* special_function */
630 "R_PPC64_UADDR32", /* name */
631 FALSE, /* partial_inplace */
633 0xffffffff, /* dst_mask */
634 FALSE), /* pcrel_offset */
636 /* Like R_PPC64_ADDR16, but may be unaligned. */
637 HOWTO (R_PPC64_UADDR16, /* type */
639 1, /* size (0 = byte, 1 = short, 2 = long) */
641 FALSE, /* pc_relative */
643 complain_overflow_bitfield, /* complain_on_overflow */
644 bfd_elf_generic_reloc, /* special_function */
645 "R_PPC64_UADDR16", /* name */
646 FALSE, /* partial_inplace */
648 0xffff, /* dst_mask */
649 FALSE), /* pcrel_offset */
651 /* 32-bit PC relative. */
652 HOWTO (R_PPC64_REL32, /* type */
654 2, /* size (0 = byte, 1 = short, 2 = long) */
656 TRUE, /* pc_relative */
658 complain_overflow_signed, /* complain_on_overflow */
659 bfd_elf_generic_reloc, /* special_function */
660 "R_PPC64_REL32", /* name */
661 FALSE, /* partial_inplace */
663 0xffffffff, /* dst_mask */
664 TRUE), /* pcrel_offset */
666 /* 32-bit relocation to the symbol's procedure linkage table. */
667 HOWTO (R_PPC64_PLT32, /* type */
669 2, /* size (0 = byte, 1 = short, 2 = long) */
671 FALSE, /* pc_relative */
673 complain_overflow_bitfield, /* complain_on_overflow */
674 ppc64_elf_unhandled_reloc, /* special_function */
675 "R_PPC64_PLT32", /* name */
676 FALSE, /* partial_inplace */
678 0xffffffff, /* dst_mask */
679 FALSE), /* pcrel_offset */
681 /* 32-bit PC relative relocation to the symbol's procedure linkage table.
682 FIXME: R_PPC64_PLTREL32 not supported. */
683 HOWTO (R_PPC64_PLTREL32, /* type */
685 2, /* size (0 = byte, 1 = short, 2 = long) */
687 TRUE, /* pc_relative */
689 complain_overflow_signed, /* complain_on_overflow */
690 ppc64_elf_unhandled_reloc, /* special_function */
691 "R_PPC64_PLTREL32", /* name */
692 FALSE, /* partial_inplace */
694 0xffffffff, /* dst_mask */
695 TRUE), /* pcrel_offset */
697 /* Like R_PPC64_ADDR16_LO, but referring to the PLT table entry for
699 HOWTO (R_PPC64_PLT16_LO, /* type */
701 1, /* size (0 = byte, 1 = short, 2 = long) */
703 FALSE, /* pc_relative */
705 complain_overflow_dont, /* complain_on_overflow */
706 ppc64_elf_unhandled_reloc, /* special_function */
707 "R_PPC64_PLT16_LO", /* name */
708 FALSE, /* partial_inplace */
710 0xffff, /* dst_mask */
711 FALSE), /* pcrel_offset */
713 /* Like R_PPC64_ADDR16_HI, but referring to the PLT table entry for
715 HOWTO (R_PPC64_PLT16_HI, /* type */
717 1, /* size (0 = byte, 1 = short, 2 = long) */
719 FALSE, /* pc_relative */
721 complain_overflow_signed, /* complain_on_overflow */
722 ppc64_elf_unhandled_reloc, /* special_function */
723 "R_PPC64_PLT16_HI", /* name */
724 FALSE, /* partial_inplace */
726 0xffff, /* dst_mask */
727 FALSE), /* pcrel_offset */
729 /* Like R_PPC64_ADDR16_HA, but referring to the PLT table entry for
731 HOWTO (R_PPC64_PLT16_HA, /* type */
733 1, /* size (0 = byte, 1 = short, 2 = long) */
735 FALSE, /* pc_relative */
737 complain_overflow_signed, /* complain_on_overflow */
738 ppc64_elf_unhandled_reloc, /* special_function */
739 "R_PPC64_PLT16_HA", /* name */
740 FALSE, /* partial_inplace */
742 0xffff, /* dst_mask */
743 FALSE), /* pcrel_offset */
745 /* 16-bit section relative relocation. */
746 HOWTO (R_PPC64_SECTOFF, /* type */
748 1, /* size (0 = byte, 1 = short, 2 = long) */
750 FALSE, /* pc_relative */
752 complain_overflow_signed, /* complain_on_overflow */
753 ppc64_elf_sectoff_reloc, /* special_function */
754 "R_PPC64_SECTOFF", /* name */
755 FALSE, /* partial_inplace */
757 0xffff, /* dst_mask */
758 FALSE), /* pcrel_offset */
760 /* Like R_PPC64_SECTOFF, but no overflow warning. */
761 HOWTO (R_PPC64_SECTOFF_LO, /* type */
763 1, /* size (0 = byte, 1 = short, 2 = long) */
765 FALSE, /* pc_relative */
767 complain_overflow_dont, /* complain_on_overflow */
768 ppc64_elf_sectoff_reloc, /* special_function */
769 "R_PPC64_SECTOFF_LO", /* name */
770 FALSE, /* partial_inplace */
772 0xffff, /* dst_mask */
773 FALSE), /* pcrel_offset */
775 /* 16-bit upper half section relative relocation. */
776 HOWTO (R_PPC64_SECTOFF_HI, /* type */
778 1, /* size (0 = byte, 1 = short, 2 = long) */
780 FALSE, /* pc_relative */
782 complain_overflow_signed, /* complain_on_overflow */
783 ppc64_elf_sectoff_reloc, /* special_function */
784 "R_PPC64_SECTOFF_HI", /* name */
785 FALSE, /* partial_inplace */
787 0xffff, /* dst_mask */
788 FALSE), /* pcrel_offset */
790 /* 16-bit upper half adjusted section relative relocation. */
791 HOWTO (R_PPC64_SECTOFF_HA, /* type */
793 1, /* size (0 = byte, 1 = short, 2 = long) */
795 FALSE, /* pc_relative */
797 complain_overflow_signed, /* complain_on_overflow */
798 ppc64_elf_sectoff_ha_reloc, /* special_function */
799 "R_PPC64_SECTOFF_HA", /* name */
800 FALSE, /* partial_inplace */
802 0xffff, /* dst_mask */
803 FALSE), /* pcrel_offset */
805 /* Like R_PPC64_REL24 without touching the two least significant bits. */
806 HOWTO (R_PPC64_REL30, /* type */
808 2, /* size (0 = byte, 1 = short, 2 = long) */
810 TRUE, /* pc_relative */
812 complain_overflow_dont, /* complain_on_overflow */
813 bfd_elf_generic_reloc, /* special_function */
814 "R_PPC64_REL30", /* name */
815 FALSE, /* partial_inplace */
817 0xfffffffc, /* dst_mask */
818 TRUE), /* pcrel_offset */
820 /* Relocs in the 64-bit PowerPC ELF ABI, not in the 32-bit ABI. */
822 /* A standard 64-bit relocation. */
823 HOWTO (R_PPC64_ADDR64, /* type */
825 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
827 FALSE, /* pc_relative */
829 complain_overflow_dont, /* complain_on_overflow */
830 bfd_elf_generic_reloc, /* special_function */
831 "R_PPC64_ADDR64", /* name */
832 FALSE, /* partial_inplace */
834 ONES (64), /* dst_mask */
835 FALSE), /* pcrel_offset */
837 /* The bits 32-47 of an address. */
838 HOWTO (R_PPC64_ADDR16_HIGHER, /* type */
840 1, /* size (0 = byte, 1 = short, 2 = long) */
842 FALSE, /* pc_relative */
844 complain_overflow_dont, /* complain_on_overflow */
845 bfd_elf_generic_reloc, /* special_function */
846 "R_PPC64_ADDR16_HIGHER", /* name */
847 FALSE, /* partial_inplace */
849 0xffff, /* dst_mask */
850 FALSE), /* pcrel_offset */
852 /* The bits 32-47 of an address, plus 1 if the contents of the low
853 16 bits, treated as a signed number, is negative. */
854 HOWTO (R_PPC64_ADDR16_HIGHERA, /* type */
856 1, /* size (0 = byte, 1 = short, 2 = long) */
858 FALSE, /* pc_relative */
860 complain_overflow_dont, /* complain_on_overflow */
861 ppc64_elf_ha_reloc, /* special_function */
862 "R_PPC64_ADDR16_HIGHERA", /* name */
863 FALSE, /* partial_inplace */
865 0xffff, /* dst_mask */
866 FALSE), /* pcrel_offset */
868 /* The bits 48-63 of an address. */
869 HOWTO (R_PPC64_ADDR16_HIGHEST,/* type */
871 1, /* size (0 = byte, 1 = short, 2 = long) */
873 FALSE, /* pc_relative */
875 complain_overflow_dont, /* complain_on_overflow */
876 bfd_elf_generic_reloc, /* special_function */
877 "R_PPC64_ADDR16_HIGHEST", /* name */
878 FALSE, /* partial_inplace */
880 0xffff, /* dst_mask */
881 FALSE), /* pcrel_offset */
883 /* The bits 48-63 of an address, plus 1 if the contents of the low
884 16 bits, treated as a signed number, is negative. */
885 HOWTO (R_PPC64_ADDR16_HIGHESTA,/* type */
887 1, /* size (0 = byte, 1 = short, 2 = long) */
889 FALSE, /* pc_relative */
891 complain_overflow_dont, /* complain_on_overflow */
892 ppc64_elf_ha_reloc, /* special_function */
893 "R_PPC64_ADDR16_HIGHESTA", /* name */
894 FALSE, /* partial_inplace */
896 0xffff, /* dst_mask */
897 FALSE), /* pcrel_offset */
899 /* Like ADDR64, but may be unaligned. */
900 HOWTO (R_PPC64_UADDR64, /* type */
902 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
904 FALSE, /* pc_relative */
906 complain_overflow_dont, /* complain_on_overflow */
907 bfd_elf_generic_reloc, /* special_function */
908 "R_PPC64_UADDR64", /* name */
909 FALSE, /* partial_inplace */
911 ONES (64), /* dst_mask */
912 FALSE), /* pcrel_offset */
914 /* 64-bit relative relocation. */
915 HOWTO (R_PPC64_REL64, /* type */
917 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
919 TRUE, /* pc_relative */
921 complain_overflow_dont, /* complain_on_overflow */
922 bfd_elf_generic_reloc, /* special_function */
923 "R_PPC64_REL64", /* name */
924 FALSE, /* partial_inplace */
926 ONES (64), /* dst_mask */
927 TRUE), /* pcrel_offset */
929 /* 64-bit relocation to the symbol's procedure linkage table. */
930 HOWTO (R_PPC64_PLT64, /* type */
932 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
934 FALSE, /* pc_relative */
936 complain_overflow_dont, /* complain_on_overflow */
937 ppc64_elf_unhandled_reloc, /* special_function */
938 "R_PPC64_PLT64", /* name */
939 FALSE, /* partial_inplace */
941 ONES (64), /* dst_mask */
942 FALSE), /* pcrel_offset */
944 /* 64-bit PC relative relocation to the symbol's procedure linkage
946 /* FIXME: R_PPC64_PLTREL64 not supported. */
947 HOWTO (R_PPC64_PLTREL64, /* type */
949 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
951 TRUE, /* pc_relative */
953 complain_overflow_dont, /* complain_on_overflow */
954 ppc64_elf_unhandled_reloc, /* special_function */
955 "R_PPC64_PLTREL64", /* name */
956 FALSE, /* partial_inplace */
958 ONES (64), /* dst_mask */
959 TRUE), /* pcrel_offset */
961 /* 16 bit TOC-relative relocation. */
963 /* R_PPC64_TOC16 47 half16* S + A - .TOC. */
964 HOWTO (R_PPC64_TOC16, /* type */
966 1, /* size (0 = byte, 1 = short, 2 = long) */
968 FALSE, /* pc_relative */
970 complain_overflow_signed, /* complain_on_overflow */
971 ppc64_elf_toc_reloc, /* special_function */
972 "R_PPC64_TOC16", /* name */
973 FALSE, /* partial_inplace */
975 0xffff, /* dst_mask */
976 FALSE), /* pcrel_offset */
978 /* 16 bit TOC-relative relocation without overflow. */
980 /* R_PPC64_TOC16_LO 48 half16 #lo (S + A - .TOC.) */
981 HOWTO (R_PPC64_TOC16_LO, /* type */
983 1, /* size (0 = byte, 1 = short, 2 = long) */
985 FALSE, /* pc_relative */
987 complain_overflow_dont, /* complain_on_overflow */
988 ppc64_elf_toc_reloc, /* special_function */
989 "R_PPC64_TOC16_LO", /* name */
990 FALSE, /* partial_inplace */
992 0xffff, /* dst_mask */
993 FALSE), /* pcrel_offset */
995 /* 16 bit TOC-relative relocation, high 16 bits. */
997 /* R_PPC64_TOC16_HI 49 half16 #hi (S + A - .TOC.) */
998 HOWTO (R_PPC64_TOC16_HI, /* type */
1000 1, /* size (0 = byte, 1 = short, 2 = long) */
1002 FALSE, /* pc_relative */
1004 complain_overflow_signed, /* complain_on_overflow */
1005 ppc64_elf_toc_reloc, /* special_function */
1006 "R_PPC64_TOC16_HI", /* name */
1007 FALSE, /* partial_inplace */
1009 0xffff, /* dst_mask */
1010 FALSE), /* pcrel_offset */
1012 /* 16 bit TOC-relative relocation, high 16 bits, plus 1 if the
1013 contents of the low 16 bits, treated as a signed number, is
1016 /* R_PPC64_TOC16_HA 50 half16 #ha (S + A - .TOC.) */
1017 HOWTO (R_PPC64_TOC16_HA, /* type */
1018 16, /* rightshift */
1019 1, /* size (0 = byte, 1 = short, 2 = long) */
1021 FALSE, /* pc_relative */
1023 complain_overflow_signed, /* complain_on_overflow */
1024 ppc64_elf_toc_ha_reloc, /* special_function */
1025 "R_PPC64_TOC16_HA", /* name */
1026 FALSE, /* partial_inplace */
1028 0xffff, /* dst_mask */
1029 FALSE), /* pcrel_offset */
1031 /* 64-bit relocation; insert value of TOC base (.TOC.). */
1033 /* R_PPC64_TOC 51 doubleword64 .TOC. */
1034 HOWTO (R_PPC64_TOC, /* type */
1036 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1038 FALSE, /* pc_relative */
1040 complain_overflow_dont, /* complain_on_overflow */
1041 ppc64_elf_toc64_reloc, /* special_function */
1042 "R_PPC64_TOC", /* name */
1043 FALSE, /* partial_inplace */
1045 ONES (64), /* dst_mask */
1046 FALSE), /* pcrel_offset */
1048 /* Like R_PPC64_GOT16, but also informs the link editor that the
1049 value to relocate may (!) refer to a PLT entry which the link
1050 editor (a) may replace with the symbol value. If the link editor
1051 is unable to fully resolve the symbol, it may (b) create a PLT
1052 entry and store the address to the new PLT entry in the GOT.
1053 This permits lazy resolution of function symbols at run time.
1054 The link editor may also skip all of this and just (c) emit a
1055 R_PPC64_GLOB_DAT to tie the symbol to the GOT entry. */
1056 /* FIXME: R_PPC64_PLTGOT16 not implemented. */
1057 HOWTO (R_PPC64_PLTGOT16, /* type */
1059 1, /* size (0 = byte, 1 = short, 2 = long) */
1061 FALSE, /* pc_relative */
1063 complain_overflow_signed, /* complain_on_overflow */
1064 ppc64_elf_unhandled_reloc, /* special_function */
1065 "R_PPC64_PLTGOT16", /* name */
1066 FALSE, /* partial_inplace */
1068 0xffff, /* dst_mask */
1069 FALSE), /* pcrel_offset */
1071 /* Like R_PPC64_PLTGOT16, but without overflow. */
1072 /* FIXME: R_PPC64_PLTGOT16_LO not implemented. */
1073 HOWTO (R_PPC64_PLTGOT16_LO, /* type */
1075 1, /* size (0 = byte, 1 = short, 2 = long) */
1077 FALSE, /* pc_relative */
1079 complain_overflow_dont, /* complain_on_overflow */
1080 ppc64_elf_unhandled_reloc, /* special_function */
1081 "R_PPC64_PLTGOT16_LO", /* name */
1082 FALSE, /* partial_inplace */
1084 0xffff, /* dst_mask */
1085 FALSE), /* pcrel_offset */
1087 /* Like R_PPC64_PLT_GOT16, but using bits 16-31 of the address. */
1088 /* FIXME: R_PPC64_PLTGOT16_HI not implemented. */
1089 HOWTO (R_PPC64_PLTGOT16_HI, /* type */
1090 16, /* rightshift */
1091 1, /* size (0 = byte, 1 = short, 2 = long) */
1093 FALSE, /* pc_relative */
1095 complain_overflow_signed, /* complain_on_overflow */
1096 ppc64_elf_unhandled_reloc, /* special_function */
1097 "R_PPC64_PLTGOT16_HI", /* name */
1098 FALSE, /* partial_inplace */
1100 0xffff, /* dst_mask */
1101 FALSE), /* pcrel_offset */
1103 /* Like R_PPC64_PLT_GOT16, but using bits 16-31 of the address, plus
1104 1 if the contents of the low 16 bits, treated as a signed number,
1106 /* FIXME: R_PPC64_PLTGOT16_HA not implemented. */
1107 HOWTO (R_PPC64_PLTGOT16_HA, /* type */
1108 16, /* rightshift */
1109 1, /* size (0 = byte, 1 = short, 2 = long) */
1111 FALSE, /* pc_relative */
1113 complain_overflow_signed, /* complain_on_overflow */
1114 ppc64_elf_unhandled_reloc, /* special_function */
1115 "R_PPC64_PLTGOT16_HA", /* name */
1116 FALSE, /* partial_inplace */
1118 0xffff, /* dst_mask */
1119 FALSE), /* pcrel_offset */
1121 /* Like R_PPC64_ADDR16, but for instructions with a DS field. */
1122 HOWTO (R_PPC64_ADDR16_DS, /* type */
1124 1, /* size (0 = byte, 1 = short, 2 = long) */
1126 FALSE, /* pc_relative */
1128 complain_overflow_signed, /* complain_on_overflow */
1129 bfd_elf_generic_reloc, /* special_function */
1130 "R_PPC64_ADDR16_DS", /* name */
1131 FALSE, /* partial_inplace */
1133 0xfffc, /* dst_mask */
1134 FALSE), /* pcrel_offset */
1136 /* Like R_PPC64_ADDR16_LO, but for instructions with a DS field. */
1137 HOWTO (R_PPC64_ADDR16_LO_DS, /* type */
1139 1, /* size (0 = byte, 1 = short, 2 = long) */
1141 FALSE, /* pc_relative */
1143 complain_overflow_dont,/* complain_on_overflow */
1144 bfd_elf_generic_reloc, /* special_function */
1145 "R_PPC64_ADDR16_LO_DS",/* name */
1146 FALSE, /* partial_inplace */
1148 0xfffc, /* dst_mask */
1149 FALSE), /* pcrel_offset */
1151 /* Like R_PPC64_GOT16, but for instructions with a DS field. */
1152 HOWTO (R_PPC64_GOT16_DS, /* type */
1154 1, /* size (0 = byte, 1 = short, 2 = long) */
1156 FALSE, /* pc_relative */
1158 complain_overflow_signed, /* complain_on_overflow */
1159 ppc64_elf_unhandled_reloc, /* special_function */
1160 "R_PPC64_GOT16_DS", /* name */
1161 FALSE, /* partial_inplace */
1163 0xfffc, /* dst_mask */
1164 FALSE), /* pcrel_offset */
1166 /* Like R_PPC64_GOT16_LO, but for instructions with a DS field. */
1167 HOWTO (R_PPC64_GOT16_LO_DS, /* type */
1169 1, /* size (0 = byte, 1 = short, 2 = long) */
1171 FALSE, /* pc_relative */
1173 complain_overflow_dont, /* complain_on_overflow */
1174 ppc64_elf_unhandled_reloc, /* special_function */
1175 "R_PPC64_GOT16_LO_DS", /* name */
1176 FALSE, /* partial_inplace */
1178 0xfffc, /* dst_mask */
1179 FALSE), /* pcrel_offset */
1181 /* Like R_PPC64_PLT16_LO, but for instructions with a DS field. */
1182 HOWTO (R_PPC64_PLT16_LO_DS, /* type */
1184 1, /* size (0 = byte, 1 = short, 2 = long) */
1186 FALSE, /* pc_relative */
1188 complain_overflow_dont, /* complain_on_overflow */
1189 ppc64_elf_unhandled_reloc, /* special_function */
1190 "R_PPC64_PLT16_LO_DS", /* name */
1191 FALSE, /* partial_inplace */
1193 0xfffc, /* dst_mask */
1194 FALSE), /* pcrel_offset */
1196 /* Like R_PPC64_SECTOFF, but for instructions with a DS field. */
1197 HOWTO (R_PPC64_SECTOFF_DS, /* type */
1199 1, /* size (0 = byte, 1 = short, 2 = long) */
1201 FALSE, /* pc_relative */
1203 complain_overflow_signed, /* complain_on_overflow */
1204 ppc64_elf_sectoff_reloc, /* special_function */
1205 "R_PPC64_SECTOFF_DS", /* name */
1206 FALSE, /* partial_inplace */
1208 0xfffc, /* dst_mask */
1209 FALSE), /* pcrel_offset */
1211 /* Like R_PPC64_SECTOFF_LO, but for instructions with a DS field. */
1212 HOWTO (R_PPC64_SECTOFF_LO_DS, /* type */
1214 1, /* size (0 = byte, 1 = short, 2 = long) */
1216 FALSE, /* pc_relative */
1218 complain_overflow_dont, /* complain_on_overflow */
1219 ppc64_elf_sectoff_reloc, /* special_function */
1220 "R_PPC64_SECTOFF_LO_DS",/* name */
1221 FALSE, /* partial_inplace */
1223 0xfffc, /* dst_mask */
1224 FALSE), /* pcrel_offset */
1226 /* Like R_PPC64_TOC16, but for instructions with a DS field. */
1227 HOWTO (R_PPC64_TOC16_DS, /* type */
1229 1, /* size (0 = byte, 1 = short, 2 = long) */
1231 FALSE, /* pc_relative */
1233 complain_overflow_signed, /* complain_on_overflow */
1234 ppc64_elf_toc_reloc, /* special_function */
1235 "R_PPC64_TOC16_DS", /* name */
1236 FALSE, /* partial_inplace */
1238 0xfffc, /* dst_mask */
1239 FALSE), /* pcrel_offset */
1241 /* Like R_PPC64_TOC16_LO, but for instructions with a DS field. */
1242 HOWTO (R_PPC64_TOC16_LO_DS, /* type */
1244 1, /* size (0 = byte, 1 = short, 2 = long) */
1246 FALSE, /* pc_relative */
1248 complain_overflow_dont, /* complain_on_overflow */
1249 ppc64_elf_toc_reloc, /* special_function */
1250 "R_PPC64_TOC16_LO_DS", /* name */
1251 FALSE, /* partial_inplace */
1253 0xfffc, /* dst_mask */
1254 FALSE), /* pcrel_offset */
1256 /* Like R_PPC64_PLTGOT16, but for instructions with a DS field. */
1257 /* FIXME: R_PPC64_PLTGOT16_DS not implemented. */
1258 HOWTO (R_PPC64_PLTGOT16_DS, /* type */
1260 1, /* size (0 = byte, 1 = short, 2 = long) */
1262 FALSE, /* pc_relative */
1264 complain_overflow_signed, /* complain_on_overflow */
1265 ppc64_elf_unhandled_reloc, /* special_function */
1266 "R_PPC64_PLTGOT16_DS", /* name */
1267 FALSE, /* partial_inplace */
1269 0xfffc, /* dst_mask */
1270 FALSE), /* pcrel_offset */
1272 /* Like R_PPC64_PLTGOT16_LO, but for instructions with a DS field. */
1273 /* FIXME: R_PPC64_PLTGOT16_LO not implemented. */
1274 HOWTO (R_PPC64_PLTGOT16_LO_DS,/* type */
1276 1, /* size (0 = byte, 1 = short, 2 = long) */
1278 FALSE, /* pc_relative */
1280 complain_overflow_dont, /* complain_on_overflow */
1281 ppc64_elf_unhandled_reloc, /* special_function */
1282 "R_PPC64_PLTGOT16_LO_DS",/* name */
1283 FALSE, /* partial_inplace */
1285 0xfffc, /* dst_mask */
1286 FALSE), /* pcrel_offset */
1288 /* Marker relocs for TLS. */
1291 2, /* size (0 = byte, 1 = short, 2 = long) */
1293 FALSE, /* pc_relative */
1295 complain_overflow_dont, /* complain_on_overflow */
1296 bfd_elf_generic_reloc, /* special_function */
1297 "R_PPC64_TLS", /* name */
1298 FALSE, /* partial_inplace */
1301 FALSE), /* pcrel_offset */
1303 HOWTO (R_PPC64_TLSGD,
1305 2, /* size (0 = byte, 1 = short, 2 = long) */
1307 FALSE, /* pc_relative */
1309 complain_overflow_dont, /* complain_on_overflow */
1310 bfd_elf_generic_reloc, /* special_function */
1311 "R_PPC64_TLSGD", /* name */
1312 FALSE, /* partial_inplace */
1315 FALSE), /* pcrel_offset */
1317 HOWTO (R_PPC64_TLSLD,
1319 2, /* size (0 = byte, 1 = short, 2 = long) */
1321 FALSE, /* pc_relative */
1323 complain_overflow_dont, /* complain_on_overflow */
1324 bfd_elf_generic_reloc, /* special_function */
1325 "R_PPC64_TLSLD", /* name */
1326 FALSE, /* partial_inplace */
1329 FALSE), /* pcrel_offset */
1331 HOWTO (R_PPC64_TOCSAVE,
1333 2, /* size (0 = byte, 1 = short, 2 = long) */
1335 FALSE, /* pc_relative */
1337 complain_overflow_dont, /* complain_on_overflow */
1338 bfd_elf_generic_reloc, /* special_function */
1339 "R_PPC64_TOCSAVE", /* name */
1340 FALSE, /* partial_inplace */
1343 FALSE), /* pcrel_offset */
1345 /* Computes the load module index of the load module that contains the
1346 definition of its TLS sym. */
1347 HOWTO (R_PPC64_DTPMOD64,
1349 4, /* size (0 = byte, 1 = short, 2 = long) */
1351 FALSE, /* pc_relative */
1353 complain_overflow_dont, /* complain_on_overflow */
1354 ppc64_elf_unhandled_reloc, /* special_function */
1355 "R_PPC64_DTPMOD64", /* name */
1356 FALSE, /* partial_inplace */
1358 ONES (64), /* dst_mask */
1359 FALSE), /* pcrel_offset */
1361 /* Computes a dtv-relative displacement, the difference between the value
1362 of sym+add and the base address of the thread-local storage block that
1363 contains the definition of sym, minus 0x8000. */
1364 HOWTO (R_PPC64_DTPREL64,
1366 4, /* size (0 = byte, 1 = short, 2 = long) */
1368 FALSE, /* pc_relative */
1370 complain_overflow_dont, /* complain_on_overflow */
1371 ppc64_elf_unhandled_reloc, /* special_function */
1372 "R_PPC64_DTPREL64", /* name */
1373 FALSE, /* partial_inplace */
1375 ONES (64), /* dst_mask */
1376 FALSE), /* pcrel_offset */
1378 /* A 16 bit dtprel reloc. */
1379 HOWTO (R_PPC64_DTPREL16,
1381 1, /* size (0 = byte, 1 = short, 2 = long) */
1383 FALSE, /* pc_relative */
1385 complain_overflow_signed, /* complain_on_overflow */
1386 ppc64_elf_unhandled_reloc, /* special_function */
1387 "R_PPC64_DTPREL16", /* name */
1388 FALSE, /* partial_inplace */
1390 0xffff, /* dst_mask */
1391 FALSE), /* pcrel_offset */
1393 /* Like DTPREL16, but no overflow. */
1394 HOWTO (R_PPC64_DTPREL16_LO,
1396 1, /* size (0 = byte, 1 = short, 2 = long) */
1398 FALSE, /* pc_relative */
1400 complain_overflow_dont, /* complain_on_overflow */
1401 ppc64_elf_unhandled_reloc, /* special_function */
1402 "R_PPC64_DTPREL16_LO", /* name */
1403 FALSE, /* partial_inplace */
1405 0xffff, /* dst_mask */
1406 FALSE), /* pcrel_offset */
1408 /* Like DTPREL16_LO, but next higher group of 16 bits. */
1409 HOWTO (R_PPC64_DTPREL16_HI,
1410 16, /* rightshift */
1411 1, /* size (0 = byte, 1 = short, 2 = long) */
1413 FALSE, /* pc_relative */
1415 complain_overflow_signed, /* complain_on_overflow */
1416 ppc64_elf_unhandled_reloc, /* special_function */
1417 "R_PPC64_DTPREL16_HI", /* name */
1418 FALSE, /* partial_inplace */
1420 0xffff, /* dst_mask */
1421 FALSE), /* pcrel_offset */
1423 /* Like DTPREL16_HI, but adjust for low 16 bits. */
1424 HOWTO (R_PPC64_DTPREL16_HA,
1425 16, /* rightshift */
1426 1, /* size (0 = byte, 1 = short, 2 = long) */
1428 FALSE, /* pc_relative */
1430 complain_overflow_signed, /* complain_on_overflow */
1431 ppc64_elf_unhandled_reloc, /* special_function */
1432 "R_PPC64_DTPREL16_HA", /* name */
1433 FALSE, /* partial_inplace */
1435 0xffff, /* dst_mask */
1436 FALSE), /* pcrel_offset */
1438 /* Like DTPREL16_HI, but next higher group of 16 bits. */
1439 HOWTO (R_PPC64_DTPREL16_HIGHER,
1440 32, /* rightshift */
1441 1, /* size (0 = byte, 1 = short, 2 = long) */
1443 FALSE, /* pc_relative */
1445 complain_overflow_dont, /* complain_on_overflow */
1446 ppc64_elf_unhandled_reloc, /* special_function */
1447 "R_PPC64_DTPREL16_HIGHER", /* name */
1448 FALSE, /* partial_inplace */
1450 0xffff, /* dst_mask */
1451 FALSE), /* pcrel_offset */
1453 /* Like DTPREL16_HIGHER, but adjust for low 16 bits. */
1454 HOWTO (R_PPC64_DTPREL16_HIGHERA,
1455 32, /* rightshift */
1456 1, /* size (0 = byte, 1 = short, 2 = long) */
1458 FALSE, /* pc_relative */
1460 complain_overflow_dont, /* complain_on_overflow */
1461 ppc64_elf_unhandled_reloc, /* special_function */
1462 "R_PPC64_DTPREL16_HIGHERA", /* name */
1463 FALSE, /* partial_inplace */
1465 0xffff, /* dst_mask */
1466 FALSE), /* pcrel_offset */
1468 /* Like DTPREL16_HIGHER, but next higher group of 16 bits. */
1469 HOWTO (R_PPC64_DTPREL16_HIGHEST,
1470 48, /* rightshift */
1471 1, /* size (0 = byte, 1 = short, 2 = long) */
1473 FALSE, /* pc_relative */
1475 complain_overflow_dont, /* complain_on_overflow */
1476 ppc64_elf_unhandled_reloc, /* special_function */
1477 "R_PPC64_DTPREL16_HIGHEST", /* name */
1478 FALSE, /* partial_inplace */
1480 0xffff, /* dst_mask */
1481 FALSE), /* pcrel_offset */
1483 /* Like DTPREL16_HIGHEST, but adjust for low 16 bits. */
1484 HOWTO (R_PPC64_DTPREL16_HIGHESTA,
1485 48, /* rightshift */
1486 1, /* size (0 = byte, 1 = short, 2 = long) */
1488 FALSE, /* pc_relative */
1490 complain_overflow_dont, /* complain_on_overflow */
1491 ppc64_elf_unhandled_reloc, /* special_function */
1492 "R_PPC64_DTPREL16_HIGHESTA", /* name */
1493 FALSE, /* partial_inplace */
1495 0xffff, /* dst_mask */
1496 FALSE), /* pcrel_offset */
1498 /* Like DTPREL16, but for insns with a DS field. */
1499 HOWTO (R_PPC64_DTPREL16_DS,
1501 1, /* size (0 = byte, 1 = short, 2 = long) */
1503 FALSE, /* pc_relative */
1505 complain_overflow_signed, /* complain_on_overflow */
1506 ppc64_elf_unhandled_reloc, /* special_function */
1507 "R_PPC64_DTPREL16_DS", /* name */
1508 FALSE, /* partial_inplace */
1510 0xfffc, /* dst_mask */
1511 FALSE), /* pcrel_offset */
1513 /* Like DTPREL16_DS, but no overflow. */
1514 HOWTO (R_PPC64_DTPREL16_LO_DS,
1516 1, /* size (0 = byte, 1 = short, 2 = long) */
1518 FALSE, /* pc_relative */
1520 complain_overflow_dont, /* complain_on_overflow */
1521 ppc64_elf_unhandled_reloc, /* special_function */
1522 "R_PPC64_DTPREL16_LO_DS", /* name */
1523 FALSE, /* partial_inplace */
1525 0xfffc, /* dst_mask */
1526 FALSE), /* pcrel_offset */
1528 /* Computes a tp-relative displacement, the difference between the value of
1529 sym+add and the value of the thread pointer (r13). */
1530 HOWTO (R_PPC64_TPREL64,
1532 4, /* size (0 = byte, 1 = short, 2 = long) */
1534 FALSE, /* pc_relative */
1536 complain_overflow_dont, /* complain_on_overflow */
1537 ppc64_elf_unhandled_reloc, /* special_function */
1538 "R_PPC64_TPREL64", /* name */
1539 FALSE, /* partial_inplace */
1541 ONES (64), /* dst_mask */
1542 FALSE), /* pcrel_offset */
1544 /* A 16 bit tprel reloc. */
1545 HOWTO (R_PPC64_TPREL16,
1547 1, /* size (0 = byte, 1 = short, 2 = long) */
1549 FALSE, /* pc_relative */
1551 complain_overflow_signed, /* complain_on_overflow */
1552 ppc64_elf_unhandled_reloc, /* special_function */
1553 "R_PPC64_TPREL16", /* name */
1554 FALSE, /* partial_inplace */
1556 0xffff, /* dst_mask */
1557 FALSE), /* pcrel_offset */
1559 /* Like TPREL16, but no overflow. */
1560 HOWTO (R_PPC64_TPREL16_LO,
1562 1, /* size (0 = byte, 1 = short, 2 = long) */
1564 FALSE, /* pc_relative */
1566 complain_overflow_dont, /* complain_on_overflow */
1567 ppc64_elf_unhandled_reloc, /* special_function */
1568 "R_PPC64_TPREL16_LO", /* name */
1569 FALSE, /* partial_inplace */
1571 0xffff, /* dst_mask */
1572 FALSE), /* pcrel_offset */
1574 /* Like TPREL16_LO, but next higher group of 16 bits. */
1575 HOWTO (R_PPC64_TPREL16_HI,
1576 16, /* rightshift */
1577 1, /* size (0 = byte, 1 = short, 2 = long) */
1579 FALSE, /* pc_relative */
1581 complain_overflow_signed, /* complain_on_overflow */
1582 ppc64_elf_unhandled_reloc, /* special_function */
1583 "R_PPC64_TPREL16_HI", /* name */
1584 FALSE, /* partial_inplace */
1586 0xffff, /* dst_mask */
1587 FALSE), /* pcrel_offset */
1589 /* Like TPREL16_HI, but adjust for low 16 bits. */
1590 HOWTO (R_PPC64_TPREL16_HA,
1591 16, /* rightshift */
1592 1, /* size (0 = byte, 1 = short, 2 = long) */
1594 FALSE, /* pc_relative */
1596 complain_overflow_signed, /* complain_on_overflow */
1597 ppc64_elf_unhandled_reloc, /* special_function */
1598 "R_PPC64_TPREL16_HA", /* name */
1599 FALSE, /* partial_inplace */
1601 0xffff, /* dst_mask */
1602 FALSE), /* pcrel_offset */
1604 /* Like TPREL16_HI, but next higher group of 16 bits. */
1605 HOWTO (R_PPC64_TPREL16_HIGHER,
1606 32, /* rightshift */
1607 1, /* size (0 = byte, 1 = short, 2 = long) */
1609 FALSE, /* pc_relative */
1611 complain_overflow_dont, /* complain_on_overflow */
1612 ppc64_elf_unhandled_reloc, /* special_function */
1613 "R_PPC64_TPREL16_HIGHER", /* name */
1614 FALSE, /* partial_inplace */
1616 0xffff, /* dst_mask */
1617 FALSE), /* pcrel_offset */
1619 /* Like TPREL16_HIGHER, but adjust for low 16 bits. */
1620 HOWTO (R_PPC64_TPREL16_HIGHERA,
1621 32, /* rightshift */
1622 1, /* size (0 = byte, 1 = short, 2 = long) */
1624 FALSE, /* pc_relative */
1626 complain_overflow_dont, /* complain_on_overflow */
1627 ppc64_elf_unhandled_reloc, /* special_function */
1628 "R_PPC64_TPREL16_HIGHERA", /* name */
1629 FALSE, /* partial_inplace */
1631 0xffff, /* dst_mask */
1632 FALSE), /* pcrel_offset */
1634 /* Like TPREL16_HIGHER, but next higher group of 16 bits. */
1635 HOWTO (R_PPC64_TPREL16_HIGHEST,
1636 48, /* rightshift */
1637 1, /* size (0 = byte, 1 = short, 2 = long) */
1639 FALSE, /* pc_relative */
1641 complain_overflow_dont, /* complain_on_overflow */
1642 ppc64_elf_unhandled_reloc, /* special_function */
1643 "R_PPC64_TPREL16_HIGHEST", /* name */
1644 FALSE, /* partial_inplace */
1646 0xffff, /* dst_mask */
1647 FALSE), /* pcrel_offset */
1649 /* Like TPREL16_HIGHEST, but adjust for low 16 bits. */
1650 HOWTO (R_PPC64_TPREL16_HIGHESTA,
1651 48, /* rightshift */
1652 1, /* size (0 = byte, 1 = short, 2 = long) */
1654 FALSE, /* pc_relative */
1656 complain_overflow_dont, /* complain_on_overflow */
1657 ppc64_elf_unhandled_reloc, /* special_function */
1658 "R_PPC64_TPREL16_HIGHESTA", /* name */
1659 FALSE, /* partial_inplace */
1661 0xffff, /* dst_mask */
1662 FALSE), /* pcrel_offset */
1664 /* Like TPREL16, but for insns with a DS field. */
1665 HOWTO (R_PPC64_TPREL16_DS,
1667 1, /* size (0 = byte, 1 = short, 2 = long) */
1669 FALSE, /* pc_relative */
1671 complain_overflow_signed, /* complain_on_overflow */
1672 ppc64_elf_unhandled_reloc, /* special_function */
1673 "R_PPC64_TPREL16_DS", /* name */
1674 FALSE, /* partial_inplace */
1676 0xfffc, /* dst_mask */
1677 FALSE), /* pcrel_offset */
1679 /* Like TPREL16_DS, but no overflow. */
1680 HOWTO (R_PPC64_TPREL16_LO_DS,
1682 1, /* size (0 = byte, 1 = short, 2 = long) */
1684 FALSE, /* pc_relative */
1686 complain_overflow_dont, /* complain_on_overflow */
1687 ppc64_elf_unhandled_reloc, /* special_function */
1688 "R_PPC64_TPREL16_LO_DS", /* name */
1689 FALSE, /* partial_inplace */
1691 0xfffc, /* dst_mask */
1692 FALSE), /* pcrel_offset */
1694 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
1695 with values (sym+add)@dtpmod and (sym+add)@dtprel, and computes the offset
1696 to the first entry relative to the TOC base (r2). */
1697 HOWTO (R_PPC64_GOT_TLSGD16,
1699 1, /* size (0 = byte, 1 = short, 2 = long) */
1701 FALSE, /* pc_relative */
1703 complain_overflow_signed, /* complain_on_overflow */
1704 ppc64_elf_unhandled_reloc, /* special_function */
1705 "R_PPC64_GOT_TLSGD16", /* name */
1706 FALSE, /* partial_inplace */
1708 0xffff, /* dst_mask */
1709 FALSE), /* pcrel_offset */
1711 /* Like GOT_TLSGD16, but no overflow. */
1712 HOWTO (R_PPC64_GOT_TLSGD16_LO,
1714 1, /* size (0 = byte, 1 = short, 2 = long) */
1716 FALSE, /* pc_relative */
1718 complain_overflow_dont, /* complain_on_overflow */
1719 ppc64_elf_unhandled_reloc, /* special_function */
1720 "R_PPC64_GOT_TLSGD16_LO", /* name */
1721 FALSE, /* partial_inplace */
1723 0xffff, /* dst_mask */
1724 FALSE), /* pcrel_offset */
1726 /* Like GOT_TLSGD16_LO, but next higher group of 16 bits. */
1727 HOWTO (R_PPC64_GOT_TLSGD16_HI,
1728 16, /* rightshift */
1729 1, /* size (0 = byte, 1 = short, 2 = long) */
1731 FALSE, /* pc_relative */
1733 complain_overflow_signed, /* complain_on_overflow */
1734 ppc64_elf_unhandled_reloc, /* special_function */
1735 "R_PPC64_GOT_TLSGD16_HI", /* name */
1736 FALSE, /* partial_inplace */
1738 0xffff, /* dst_mask */
1739 FALSE), /* pcrel_offset */
1741 /* Like GOT_TLSGD16_HI, but adjust for low 16 bits. */
1742 HOWTO (R_PPC64_GOT_TLSGD16_HA,
1743 16, /* rightshift */
1744 1, /* size (0 = byte, 1 = short, 2 = long) */
1746 FALSE, /* pc_relative */
1748 complain_overflow_signed, /* complain_on_overflow */
1749 ppc64_elf_unhandled_reloc, /* special_function */
1750 "R_PPC64_GOT_TLSGD16_HA", /* name */
1751 FALSE, /* partial_inplace */
1753 0xffff, /* dst_mask */
1754 FALSE), /* pcrel_offset */
1756 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
1757 with values (sym+add)@dtpmod and zero, and computes the offset to the
1758 first entry relative to the TOC base (r2). */
1759 HOWTO (R_PPC64_GOT_TLSLD16,
1761 1, /* size (0 = byte, 1 = short, 2 = long) */
1763 FALSE, /* pc_relative */
1765 complain_overflow_signed, /* complain_on_overflow */
1766 ppc64_elf_unhandled_reloc, /* special_function */
1767 "R_PPC64_GOT_TLSLD16", /* name */
1768 FALSE, /* partial_inplace */
1770 0xffff, /* dst_mask */
1771 FALSE), /* pcrel_offset */
1773 /* Like GOT_TLSLD16, but no overflow. */
1774 HOWTO (R_PPC64_GOT_TLSLD16_LO,
1776 1, /* size (0 = byte, 1 = short, 2 = long) */
1778 FALSE, /* pc_relative */
1780 complain_overflow_dont, /* complain_on_overflow */
1781 ppc64_elf_unhandled_reloc, /* special_function */
1782 "R_PPC64_GOT_TLSLD16_LO", /* name */
1783 FALSE, /* partial_inplace */
1785 0xffff, /* dst_mask */
1786 FALSE), /* pcrel_offset */
1788 /* Like GOT_TLSLD16_LO, but next higher group of 16 bits. */
1789 HOWTO (R_PPC64_GOT_TLSLD16_HI,
1790 16, /* rightshift */
1791 1, /* size (0 = byte, 1 = short, 2 = long) */
1793 FALSE, /* pc_relative */
1795 complain_overflow_signed, /* complain_on_overflow */
1796 ppc64_elf_unhandled_reloc, /* special_function */
1797 "R_PPC64_GOT_TLSLD16_HI", /* name */
1798 FALSE, /* partial_inplace */
1800 0xffff, /* dst_mask */
1801 FALSE), /* pcrel_offset */
1803 /* Like GOT_TLSLD16_HI, but adjust for low 16 bits. */
1804 HOWTO (R_PPC64_GOT_TLSLD16_HA,
1805 16, /* rightshift */
1806 1, /* size (0 = byte, 1 = short, 2 = long) */
1808 FALSE, /* pc_relative */
1810 complain_overflow_signed, /* complain_on_overflow */
1811 ppc64_elf_unhandled_reloc, /* special_function */
1812 "R_PPC64_GOT_TLSLD16_HA", /* name */
1813 FALSE, /* partial_inplace */
1815 0xffff, /* dst_mask */
1816 FALSE), /* pcrel_offset */
1818 /* Allocates an entry in the GOT with value (sym+add)@dtprel, and computes
1819 the offset to the entry relative to the TOC base (r2). */
1820 HOWTO (R_PPC64_GOT_DTPREL16_DS,
1822 1, /* size (0 = byte, 1 = short, 2 = long) */
1824 FALSE, /* pc_relative */
1826 complain_overflow_signed, /* complain_on_overflow */
1827 ppc64_elf_unhandled_reloc, /* special_function */
1828 "R_PPC64_GOT_DTPREL16_DS", /* name */
1829 FALSE, /* partial_inplace */
1831 0xfffc, /* dst_mask */
1832 FALSE), /* pcrel_offset */
1834 /* Like GOT_DTPREL16_DS, but no overflow. */
1835 HOWTO (R_PPC64_GOT_DTPREL16_LO_DS,
1837 1, /* size (0 = byte, 1 = short, 2 = long) */
1839 FALSE, /* pc_relative */
1841 complain_overflow_dont, /* complain_on_overflow */
1842 ppc64_elf_unhandled_reloc, /* special_function */
1843 "R_PPC64_GOT_DTPREL16_LO_DS", /* name */
1844 FALSE, /* partial_inplace */
1846 0xfffc, /* dst_mask */
1847 FALSE), /* pcrel_offset */
1849 /* Like GOT_DTPREL16_LO_DS, but next higher group of 16 bits. */
1850 HOWTO (R_PPC64_GOT_DTPREL16_HI,
1851 16, /* rightshift */
1852 1, /* size (0 = byte, 1 = short, 2 = long) */
1854 FALSE, /* pc_relative */
1856 complain_overflow_signed, /* complain_on_overflow */
1857 ppc64_elf_unhandled_reloc, /* special_function */
1858 "R_PPC64_GOT_DTPREL16_HI", /* name */
1859 FALSE, /* partial_inplace */
1861 0xffff, /* dst_mask */
1862 FALSE), /* pcrel_offset */
1864 /* Like GOT_DTPREL16_HI, but adjust for low 16 bits. */
1865 HOWTO (R_PPC64_GOT_DTPREL16_HA,
1866 16, /* rightshift */
1867 1, /* size (0 = byte, 1 = short, 2 = long) */
1869 FALSE, /* pc_relative */
1871 complain_overflow_signed, /* complain_on_overflow */
1872 ppc64_elf_unhandled_reloc, /* special_function */
1873 "R_PPC64_GOT_DTPREL16_HA", /* name */
1874 FALSE, /* partial_inplace */
1876 0xffff, /* dst_mask */
1877 FALSE), /* pcrel_offset */
1879 /* Allocates an entry in the GOT with value (sym+add)@tprel, and computes the
1880 offset to the entry relative to the TOC base (r2). */
1881 HOWTO (R_PPC64_GOT_TPREL16_DS,
1883 1, /* size (0 = byte, 1 = short, 2 = long) */
1885 FALSE, /* pc_relative */
1887 complain_overflow_signed, /* complain_on_overflow */
1888 ppc64_elf_unhandled_reloc, /* special_function */
1889 "R_PPC64_GOT_TPREL16_DS", /* name */
1890 FALSE, /* partial_inplace */
1892 0xfffc, /* dst_mask */
1893 FALSE), /* pcrel_offset */
1895 /* Like GOT_TPREL16_DS, but no overflow. */
1896 HOWTO (R_PPC64_GOT_TPREL16_LO_DS,
1898 1, /* size (0 = byte, 1 = short, 2 = long) */
1900 FALSE, /* pc_relative */
1902 complain_overflow_dont, /* complain_on_overflow */
1903 ppc64_elf_unhandled_reloc, /* special_function */
1904 "R_PPC64_GOT_TPREL16_LO_DS", /* name */
1905 FALSE, /* partial_inplace */
1907 0xfffc, /* dst_mask */
1908 FALSE), /* pcrel_offset */
1910 /* Like GOT_TPREL16_LO_DS, but next higher group of 16 bits. */
1911 HOWTO (R_PPC64_GOT_TPREL16_HI,
1912 16, /* rightshift */
1913 1, /* size (0 = byte, 1 = short, 2 = long) */
1915 FALSE, /* pc_relative */
1917 complain_overflow_signed, /* complain_on_overflow */
1918 ppc64_elf_unhandled_reloc, /* special_function */
1919 "R_PPC64_GOT_TPREL16_HI", /* name */
1920 FALSE, /* partial_inplace */
1922 0xffff, /* dst_mask */
1923 FALSE), /* pcrel_offset */
1925 /* Like GOT_TPREL16_HI, but adjust for low 16 bits. */
1926 HOWTO (R_PPC64_GOT_TPREL16_HA,
1927 16, /* rightshift */
1928 1, /* size (0 = byte, 1 = short, 2 = long) */
1930 FALSE, /* pc_relative */
1932 complain_overflow_signed, /* complain_on_overflow */
1933 ppc64_elf_unhandled_reloc, /* special_function */
1934 "R_PPC64_GOT_TPREL16_HA", /* name */
1935 FALSE, /* partial_inplace */
1937 0xffff, /* dst_mask */
1938 FALSE), /* pcrel_offset */
1940 HOWTO (R_PPC64_JMP_IREL, /* type */
1942 0, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1944 FALSE, /* pc_relative */
1946 complain_overflow_dont, /* complain_on_overflow */
1947 ppc64_elf_unhandled_reloc, /* special_function */
1948 "R_PPC64_JMP_IREL", /* name */
1949 FALSE, /* partial_inplace */
1952 FALSE), /* pcrel_offset */
1954 HOWTO (R_PPC64_IRELATIVE, /* type */
1956 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1958 FALSE, /* pc_relative */
1960 complain_overflow_dont, /* complain_on_overflow */
1961 bfd_elf_generic_reloc, /* special_function */
1962 "R_PPC64_IRELATIVE", /* name */
1963 FALSE, /* partial_inplace */
1965 ONES (64), /* dst_mask */
1966 FALSE), /* pcrel_offset */
1968 /* A 16 bit relative relocation. */
1969 HOWTO (R_PPC64_REL16, /* type */
1971 1, /* size (0 = byte, 1 = short, 2 = long) */
1973 TRUE, /* pc_relative */
1975 complain_overflow_signed, /* complain_on_overflow */
1976 bfd_elf_generic_reloc, /* special_function */
1977 "R_PPC64_REL16", /* name */
1978 FALSE, /* partial_inplace */
1980 0xffff, /* dst_mask */
1981 TRUE), /* pcrel_offset */
1983 /* A 16 bit relative relocation without overflow. */
1984 HOWTO (R_PPC64_REL16_LO, /* type */
1986 1, /* size (0 = byte, 1 = short, 2 = long) */
1988 TRUE, /* pc_relative */
1990 complain_overflow_dont,/* complain_on_overflow */
1991 bfd_elf_generic_reloc, /* special_function */
1992 "R_PPC64_REL16_LO", /* name */
1993 FALSE, /* partial_inplace */
1995 0xffff, /* dst_mask */
1996 TRUE), /* pcrel_offset */
1998 /* The high order 16 bits of a relative address. */
1999 HOWTO (R_PPC64_REL16_HI, /* type */
2000 16, /* rightshift */
2001 1, /* size (0 = byte, 1 = short, 2 = long) */
2003 TRUE, /* pc_relative */
2005 complain_overflow_signed, /* complain_on_overflow */
2006 bfd_elf_generic_reloc, /* special_function */
2007 "R_PPC64_REL16_HI", /* name */
2008 FALSE, /* partial_inplace */
2010 0xffff, /* dst_mask */
2011 TRUE), /* pcrel_offset */
2013 /* The high order 16 bits of a relative address, plus 1 if the contents of
2014 the low 16 bits, treated as a signed number, is negative. */
2015 HOWTO (R_PPC64_REL16_HA, /* type */
2016 16, /* rightshift */
2017 1, /* size (0 = byte, 1 = short, 2 = long) */
2019 TRUE, /* pc_relative */
2021 complain_overflow_signed, /* complain_on_overflow */
2022 ppc64_elf_ha_reloc, /* special_function */
2023 "R_PPC64_REL16_HA", /* name */
2024 FALSE, /* partial_inplace */
2026 0xffff, /* dst_mask */
2027 TRUE), /* pcrel_offset */
2029 /* Like R_PPC64_REL16_HA but for split field in addpcis. */
2030 HOWTO (R_PPC64_REL16DX_HA, /* type */
2031 16, /* rightshift */
2032 2, /* size (0 = byte, 1 = short, 2 = long) */
2034 TRUE, /* pc_relative */
2036 complain_overflow_signed, /* complain_on_overflow */
2037 ppc64_elf_ha_reloc, /* special_function */
2038 "R_PPC64_REL16DX_HA", /* name */
2039 FALSE, /* partial_inplace */
2041 0x1fffc1, /* dst_mask */
2042 TRUE), /* pcrel_offset */
2044 /* Like R_PPC64_ADDR16_HI, but no overflow. */
2045 HOWTO (R_PPC64_ADDR16_HIGH, /* type */
2046 16, /* rightshift */
2047 1, /* size (0 = byte, 1 = short, 2 = long) */
2049 FALSE, /* pc_relative */
2051 complain_overflow_dont, /* complain_on_overflow */
2052 bfd_elf_generic_reloc, /* special_function */
2053 "R_PPC64_ADDR16_HIGH", /* name */
2054 FALSE, /* partial_inplace */
2056 0xffff, /* dst_mask */
2057 FALSE), /* pcrel_offset */
2059 /* Like R_PPC64_ADDR16_HA, but no overflow. */
2060 HOWTO (R_PPC64_ADDR16_HIGHA, /* type */
2061 16, /* rightshift */
2062 1, /* size (0 = byte, 1 = short, 2 = long) */
2064 FALSE, /* pc_relative */
2066 complain_overflow_dont, /* complain_on_overflow */
2067 ppc64_elf_ha_reloc, /* special_function */
2068 "R_PPC64_ADDR16_HIGHA", /* name */
2069 FALSE, /* partial_inplace */
2071 0xffff, /* dst_mask */
2072 FALSE), /* pcrel_offset */
2074 /* Like R_PPC64_DTPREL16_HI, but no overflow. */
2075 HOWTO (R_PPC64_DTPREL16_HIGH,
2076 16, /* rightshift */
2077 1, /* size (0 = byte, 1 = short, 2 = long) */
2079 FALSE, /* pc_relative */
2081 complain_overflow_dont, /* complain_on_overflow */
2082 ppc64_elf_unhandled_reloc, /* special_function */
2083 "R_PPC64_DTPREL16_HIGH", /* name */
2084 FALSE, /* partial_inplace */
2086 0xffff, /* dst_mask */
2087 FALSE), /* pcrel_offset */
2089 /* Like R_PPC64_DTPREL16_HA, but no overflow. */
2090 HOWTO (R_PPC64_DTPREL16_HIGHA,
2091 16, /* rightshift */
2092 1, /* size (0 = byte, 1 = short, 2 = long) */
2094 FALSE, /* pc_relative */
2096 complain_overflow_dont, /* complain_on_overflow */
2097 ppc64_elf_unhandled_reloc, /* special_function */
2098 "R_PPC64_DTPREL16_HIGHA", /* name */
2099 FALSE, /* partial_inplace */
2101 0xffff, /* dst_mask */
2102 FALSE), /* pcrel_offset */
2104 /* Like R_PPC64_TPREL16_HI, but no overflow. */
2105 HOWTO (R_PPC64_TPREL16_HIGH,
2106 16, /* rightshift */
2107 1, /* size (0 = byte, 1 = short, 2 = long) */
2109 FALSE, /* pc_relative */
2111 complain_overflow_dont, /* complain_on_overflow */
2112 ppc64_elf_unhandled_reloc, /* special_function */
2113 "R_PPC64_TPREL16_HIGH", /* name */
2114 FALSE, /* partial_inplace */
2116 0xffff, /* dst_mask */
2117 FALSE), /* pcrel_offset */
2119 /* Like R_PPC64_TPREL16_HA, but no overflow. */
2120 HOWTO (R_PPC64_TPREL16_HIGHA,
2121 16, /* rightshift */
2122 1, /* size (0 = byte, 1 = short, 2 = long) */
2124 FALSE, /* pc_relative */
2126 complain_overflow_dont, /* complain_on_overflow */
2127 ppc64_elf_unhandled_reloc, /* special_function */
2128 "R_PPC64_TPREL16_HIGHA", /* name */
2129 FALSE, /* partial_inplace */
2131 0xffff, /* dst_mask */
2132 FALSE), /* pcrel_offset */
2134 /* Marker reloc on ELFv2 large-model function entry. */
2135 HOWTO (R_PPC64_ENTRY,
2137 2, /* size (0 = byte, 1 = short, 2 = long) */
2139 FALSE, /* pc_relative */
2141 complain_overflow_dont, /* complain_on_overflow */
2142 bfd_elf_generic_reloc, /* special_function */
2143 "R_PPC64_ENTRY", /* name */
2144 FALSE, /* partial_inplace */
2147 FALSE), /* pcrel_offset */
2149 /* Like ADDR64, but use local entry point of function. */
2150 HOWTO (R_PPC64_ADDR64_LOCAL, /* type */
2152 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
2154 FALSE, /* pc_relative */
2156 complain_overflow_dont, /* complain_on_overflow */
2157 bfd_elf_generic_reloc, /* special_function */
2158 "R_PPC64_ADDR64_LOCAL", /* name */
2159 FALSE, /* partial_inplace */
2161 ONES (64), /* dst_mask */
2162 FALSE), /* pcrel_offset */
2164 /* GNU extension to record C++ vtable hierarchy. */
2165 HOWTO (R_PPC64_GNU_VTINHERIT, /* type */
2167 0, /* size (0 = byte, 1 = short, 2 = long) */
2169 FALSE, /* pc_relative */
2171 complain_overflow_dont, /* complain_on_overflow */
2172 NULL, /* special_function */
2173 "R_PPC64_GNU_VTINHERIT", /* name */
2174 FALSE, /* partial_inplace */
2177 FALSE), /* pcrel_offset */
2179 /* GNU extension to record C++ vtable member usage. */
2180 HOWTO (R_PPC64_GNU_VTENTRY, /* type */
2182 0, /* size (0 = byte, 1 = short, 2 = long) */
2184 FALSE, /* pc_relative */
2186 complain_overflow_dont, /* complain_on_overflow */
2187 NULL, /* special_function */
2188 "R_PPC64_GNU_VTENTRY", /* name */
2189 FALSE, /* partial_inplace */
2192 FALSE), /* pcrel_offset */
2196 /* Initialize the ppc64_elf_howto_table, so that linear accesses can
2200 ppc_howto_init (void)
2202 unsigned int i, type;
2204 for (i = 0; i < ARRAY_SIZE (ppc64_elf_howto_raw); i++)
2206 type = ppc64_elf_howto_raw[i].type;
2207 BFD_ASSERT (type < ARRAY_SIZE (ppc64_elf_howto_table));
2208 ppc64_elf_howto_table[type] = &ppc64_elf_howto_raw[i];
2212 static reloc_howto_type *
2213 ppc64_elf_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
2214 bfd_reloc_code_real_type code)
2216 enum elf_ppc64_reloc_type r = R_PPC64_NONE;
2218 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
2219 /* Initialize howto table if needed. */
2227 case BFD_RELOC_NONE: r = R_PPC64_NONE;
2229 case BFD_RELOC_32: r = R_PPC64_ADDR32;
2231 case BFD_RELOC_PPC_BA26: r = R_PPC64_ADDR24;
2233 case BFD_RELOC_16: r = R_PPC64_ADDR16;
2235 case BFD_RELOC_LO16: r = R_PPC64_ADDR16_LO;
2237 case BFD_RELOC_HI16: r = R_PPC64_ADDR16_HI;
2239 case BFD_RELOC_PPC64_ADDR16_HIGH: r = R_PPC64_ADDR16_HIGH;
2241 case BFD_RELOC_HI16_S: r = R_PPC64_ADDR16_HA;
2243 case BFD_RELOC_PPC64_ADDR16_HIGHA: r = R_PPC64_ADDR16_HIGHA;
2245 case BFD_RELOC_PPC_BA16: r = R_PPC64_ADDR14;
2247 case BFD_RELOC_PPC_BA16_BRTAKEN: r = R_PPC64_ADDR14_BRTAKEN;
2249 case BFD_RELOC_PPC_BA16_BRNTAKEN: r = R_PPC64_ADDR14_BRNTAKEN;
2251 case BFD_RELOC_PPC_B26: r = R_PPC64_REL24;
2253 case BFD_RELOC_PPC_B16: r = R_PPC64_REL14;
2255 case BFD_RELOC_PPC_B16_BRTAKEN: r = R_PPC64_REL14_BRTAKEN;
2257 case BFD_RELOC_PPC_B16_BRNTAKEN: r = R_PPC64_REL14_BRNTAKEN;
2259 case BFD_RELOC_16_GOTOFF: r = R_PPC64_GOT16;
2261 case BFD_RELOC_LO16_GOTOFF: r = R_PPC64_GOT16_LO;
2263 case BFD_RELOC_HI16_GOTOFF: r = R_PPC64_GOT16_HI;
2265 case BFD_RELOC_HI16_S_GOTOFF: r = R_PPC64_GOT16_HA;
2267 case BFD_RELOC_PPC_COPY: r = R_PPC64_COPY;
2269 case BFD_RELOC_PPC_GLOB_DAT: r = R_PPC64_GLOB_DAT;
2271 case BFD_RELOC_32_PCREL: r = R_PPC64_REL32;
2273 case BFD_RELOC_32_PLTOFF: r = R_PPC64_PLT32;
2275 case BFD_RELOC_32_PLT_PCREL: r = R_PPC64_PLTREL32;
2277 case BFD_RELOC_LO16_PLTOFF: r = R_PPC64_PLT16_LO;
2279 case BFD_RELOC_HI16_PLTOFF: r = R_PPC64_PLT16_HI;
2281 case BFD_RELOC_HI16_S_PLTOFF: r = R_PPC64_PLT16_HA;
2283 case BFD_RELOC_16_BASEREL: r = R_PPC64_SECTOFF;
2285 case BFD_RELOC_LO16_BASEREL: r = R_PPC64_SECTOFF_LO;
2287 case BFD_RELOC_HI16_BASEREL: r = R_PPC64_SECTOFF_HI;
2289 case BFD_RELOC_HI16_S_BASEREL: r = R_PPC64_SECTOFF_HA;
2291 case BFD_RELOC_CTOR: r = R_PPC64_ADDR64;
2293 case BFD_RELOC_64: r = R_PPC64_ADDR64;
2295 case BFD_RELOC_PPC64_HIGHER: r = R_PPC64_ADDR16_HIGHER;
2297 case BFD_RELOC_PPC64_HIGHER_S: r = R_PPC64_ADDR16_HIGHERA;
2299 case BFD_RELOC_PPC64_HIGHEST: r = R_PPC64_ADDR16_HIGHEST;
2301 case BFD_RELOC_PPC64_HIGHEST_S: r = R_PPC64_ADDR16_HIGHESTA;
2303 case BFD_RELOC_64_PCREL: r = R_PPC64_REL64;
2305 case BFD_RELOC_64_PLTOFF: r = R_PPC64_PLT64;
2307 case BFD_RELOC_64_PLT_PCREL: r = R_PPC64_PLTREL64;
2309 case BFD_RELOC_PPC_TOC16: r = R_PPC64_TOC16;
2311 case BFD_RELOC_PPC64_TOC16_LO: r = R_PPC64_TOC16_LO;
2313 case BFD_RELOC_PPC64_TOC16_HI: r = R_PPC64_TOC16_HI;
2315 case BFD_RELOC_PPC64_TOC16_HA: r = R_PPC64_TOC16_HA;
2317 case BFD_RELOC_PPC64_TOC: r = R_PPC64_TOC;
2319 case BFD_RELOC_PPC64_PLTGOT16: r = R_PPC64_PLTGOT16;
2321 case BFD_RELOC_PPC64_PLTGOT16_LO: r = R_PPC64_PLTGOT16_LO;
2323 case BFD_RELOC_PPC64_PLTGOT16_HI: r = R_PPC64_PLTGOT16_HI;
2325 case BFD_RELOC_PPC64_PLTGOT16_HA: r = R_PPC64_PLTGOT16_HA;
2327 case BFD_RELOC_PPC64_ADDR16_DS: r = R_PPC64_ADDR16_DS;
2329 case BFD_RELOC_PPC64_ADDR16_LO_DS: r = R_PPC64_ADDR16_LO_DS;
2331 case BFD_RELOC_PPC64_GOT16_DS: r = R_PPC64_GOT16_DS;
2333 case BFD_RELOC_PPC64_GOT16_LO_DS: r = R_PPC64_GOT16_LO_DS;
2335 case BFD_RELOC_PPC64_PLT16_LO_DS: r = R_PPC64_PLT16_LO_DS;
2337 case BFD_RELOC_PPC64_SECTOFF_DS: r = R_PPC64_SECTOFF_DS;
2339 case BFD_RELOC_PPC64_SECTOFF_LO_DS: r = R_PPC64_SECTOFF_LO_DS;
2341 case BFD_RELOC_PPC64_TOC16_DS: r = R_PPC64_TOC16_DS;
2343 case BFD_RELOC_PPC64_TOC16_LO_DS: r = R_PPC64_TOC16_LO_DS;
2345 case BFD_RELOC_PPC64_PLTGOT16_DS: r = R_PPC64_PLTGOT16_DS;
2347 case BFD_RELOC_PPC64_PLTGOT16_LO_DS: r = R_PPC64_PLTGOT16_LO_DS;
2349 case BFD_RELOC_PPC_TLS: r = R_PPC64_TLS;
2351 case BFD_RELOC_PPC_TLSGD: r = R_PPC64_TLSGD;
2353 case BFD_RELOC_PPC_TLSLD: r = R_PPC64_TLSLD;
2355 case BFD_RELOC_PPC_DTPMOD: r = R_PPC64_DTPMOD64;
2357 case BFD_RELOC_PPC_TPREL16: r = R_PPC64_TPREL16;
2359 case BFD_RELOC_PPC_TPREL16_LO: r = R_PPC64_TPREL16_LO;
2361 case BFD_RELOC_PPC_TPREL16_HI: r = R_PPC64_TPREL16_HI;
2363 case BFD_RELOC_PPC64_TPREL16_HIGH: r = R_PPC64_TPREL16_HIGH;
2365 case BFD_RELOC_PPC_TPREL16_HA: r = R_PPC64_TPREL16_HA;
2367 case BFD_RELOC_PPC64_TPREL16_HIGHA: r = R_PPC64_TPREL16_HIGHA;
2369 case BFD_RELOC_PPC_TPREL: r = R_PPC64_TPREL64;
2371 case BFD_RELOC_PPC_DTPREL16: r = R_PPC64_DTPREL16;
2373 case BFD_RELOC_PPC_DTPREL16_LO: r = R_PPC64_DTPREL16_LO;
2375 case BFD_RELOC_PPC_DTPREL16_HI: r = R_PPC64_DTPREL16_HI;
2377 case BFD_RELOC_PPC64_DTPREL16_HIGH: r = R_PPC64_DTPREL16_HIGH;
2379 case BFD_RELOC_PPC_DTPREL16_HA: r = R_PPC64_DTPREL16_HA;
2381 case BFD_RELOC_PPC64_DTPREL16_HIGHA: r = R_PPC64_DTPREL16_HIGHA;
2383 case BFD_RELOC_PPC_DTPREL: r = R_PPC64_DTPREL64;
2385 case BFD_RELOC_PPC_GOT_TLSGD16: r = R_PPC64_GOT_TLSGD16;
2387 case BFD_RELOC_PPC_GOT_TLSGD16_LO: r = R_PPC64_GOT_TLSGD16_LO;
2389 case BFD_RELOC_PPC_GOT_TLSGD16_HI: r = R_PPC64_GOT_TLSGD16_HI;
2391 case BFD_RELOC_PPC_GOT_TLSGD16_HA: r = R_PPC64_GOT_TLSGD16_HA;
2393 case BFD_RELOC_PPC_GOT_TLSLD16: r = R_PPC64_GOT_TLSLD16;
2395 case BFD_RELOC_PPC_GOT_TLSLD16_LO: r = R_PPC64_GOT_TLSLD16_LO;
2397 case BFD_RELOC_PPC_GOT_TLSLD16_HI: r = R_PPC64_GOT_TLSLD16_HI;
2399 case BFD_RELOC_PPC_GOT_TLSLD16_HA: r = R_PPC64_GOT_TLSLD16_HA;
2401 case BFD_RELOC_PPC_GOT_TPREL16: r = R_PPC64_GOT_TPREL16_DS;
2403 case BFD_RELOC_PPC_GOT_TPREL16_LO: r = R_PPC64_GOT_TPREL16_LO_DS;
2405 case BFD_RELOC_PPC_GOT_TPREL16_HI: r = R_PPC64_GOT_TPREL16_HI;
2407 case BFD_RELOC_PPC_GOT_TPREL16_HA: r = R_PPC64_GOT_TPREL16_HA;
2409 case BFD_RELOC_PPC_GOT_DTPREL16: r = R_PPC64_GOT_DTPREL16_DS;
2411 case BFD_RELOC_PPC_GOT_DTPREL16_LO: r = R_PPC64_GOT_DTPREL16_LO_DS;
2413 case BFD_RELOC_PPC_GOT_DTPREL16_HI: r = R_PPC64_GOT_DTPREL16_HI;
2415 case BFD_RELOC_PPC_GOT_DTPREL16_HA: r = R_PPC64_GOT_DTPREL16_HA;
2417 case BFD_RELOC_PPC64_TPREL16_DS: r = R_PPC64_TPREL16_DS;
2419 case BFD_RELOC_PPC64_TPREL16_LO_DS: r = R_PPC64_TPREL16_LO_DS;
2421 case BFD_RELOC_PPC64_TPREL16_HIGHER: r = R_PPC64_TPREL16_HIGHER;
2423 case BFD_RELOC_PPC64_TPREL16_HIGHERA: r = R_PPC64_TPREL16_HIGHERA;
2425 case BFD_RELOC_PPC64_TPREL16_HIGHEST: r = R_PPC64_TPREL16_HIGHEST;
2427 case BFD_RELOC_PPC64_TPREL16_HIGHESTA: r = R_PPC64_TPREL16_HIGHESTA;
2429 case BFD_RELOC_PPC64_DTPREL16_DS: r = R_PPC64_DTPREL16_DS;
2431 case BFD_RELOC_PPC64_DTPREL16_LO_DS: r = R_PPC64_DTPREL16_LO_DS;
2433 case BFD_RELOC_PPC64_DTPREL16_HIGHER: r = R_PPC64_DTPREL16_HIGHER;
2435 case BFD_RELOC_PPC64_DTPREL16_HIGHERA: r = R_PPC64_DTPREL16_HIGHERA;
2437 case BFD_RELOC_PPC64_DTPREL16_HIGHEST: r = R_PPC64_DTPREL16_HIGHEST;
2439 case BFD_RELOC_PPC64_DTPREL16_HIGHESTA: r = R_PPC64_DTPREL16_HIGHESTA;
2441 case BFD_RELOC_16_PCREL: r = R_PPC64_REL16;
2443 case BFD_RELOC_LO16_PCREL: r = R_PPC64_REL16_LO;
2445 case BFD_RELOC_HI16_PCREL: r = R_PPC64_REL16_HI;
2447 case BFD_RELOC_HI16_S_PCREL: r = R_PPC64_REL16_HA;
2449 case BFD_RELOC_PPC_REL16DX_HA: r = R_PPC64_REL16DX_HA;
2451 case BFD_RELOC_PPC64_ENTRY: r = R_PPC64_ENTRY;
2453 case BFD_RELOC_PPC64_ADDR64_LOCAL: r = R_PPC64_ADDR64_LOCAL;
2455 case BFD_RELOC_VTABLE_INHERIT: r = R_PPC64_GNU_VTINHERIT;
2457 case BFD_RELOC_VTABLE_ENTRY: r = R_PPC64_GNU_VTENTRY;
2461 return ppc64_elf_howto_table[r];
2464 static reloc_howto_type *
2465 ppc64_elf_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
2470 for (i = 0; i < ARRAY_SIZE (ppc64_elf_howto_raw); i++)
2471 if (ppc64_elf_howto_raw[i].name != NULL
2472 && strcasecmp (ppc64_elf_howto_raw[i].name, r_name) == 0)
2473 return &ppc64_elf_howto_raw[i];
2478 /* Set the howto pointer for a PowerPC ELF reloc. */
2481 ppc64_elf_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr,
2482 Elf_Internal_Rela *dst)
2486 /* Initialize howto table if needed. */
2487 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
2490 type = ELF64_R_TYPE (dst->r_info);
2491 if (type >= ARRAY_SIZE (ppc64_elf_howto_table))
2493 _bfd_error_handler (_("%B: invalid relocation type %d"),
2495 type = R_PPC64_NONE;
2497 cache_ptr->howto = ppc64_elf_howto_table[type];
2500 /* Handle the R_PPC64_ADDR16_HA and similar relocs. */
2502 static bfd_reloc_status_type
2503 ppc64_elf_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2504 void *data, asection *input_section,
2505 bfd *output_bfd, char **error_message)
2507 enum elf_ppc64_reloc_type r_type;
2509 bfd_size_type octets;
2512 /* If this is a relocatable link (output_bfd test tells us), just
2513 call the generic function. Any adjustment will be done at final
2515 if (output_bfd != NULL)
2516 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2517 input_section, output_bfd, error_message);
2519 /* Adjust the addend for sign extension of the low 16 bits.
2520 We won't actually be using the low 16 bits, so trashing them
2522 reloc_entry->addend += 0x8000;
2523 r_type = reloc_entry->howto->type;
2524 if (r_type != R_PPC64_REL16DX_HA)
2525 return bfd_reloc_continue;
2528 if (!bfd_is_com_section (symbol->section))
2529 value = symbol->value;
2530 value += (reloc_entry->addend
2531 + symbol->section->output_offset
2532 + symbol->section->output_section->vma);
2533 value -= (reloc_entry->address
2534 + input_section->output_offset
2535 + input_section->output_section->vma);
2536 value = (bfd_signed_vma) value >> 16;
2538 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2539 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
2541 insn |= (value & 0xffc1) | ((value & 0x3e) << 15);
2542 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
2543 if (value + 0x8000 > 0xffff)
2544 return bfd_reloc_overflow;
2545 return bfd_reloc_ok;
2548 static bfd_reloc_status_type
2549 ppc64_elf_branch_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2550 void *data, asection *input_section,
2551 bfd *output_bfd, char **error_message)
2553 if (output_bfd != NULL)
2554 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2555 input_section, output_bfd, error_message);
2557 if (strcmp (symbol->section->name, ".opd") == 0
2558 && (symbol->section->owner->flags & DYNAMIC) == 0)
2560 bfd_vma dest = opd_entry_value (symbol->section,
2561 symbol->value + reloc_entry->addend,
2563 if (dest != (bfd_vma) -1)
2564 reloc_entry->addend = dest - (symbol->value
2565 + symbol->section->output_section->vma
2566 + symbol->section->output_offset);
2570 elf_symbol_type *elfsym = (elf_symbol_type *) symbol;
2572 if (symbol->section->owner != abfd
2573 && symbol->section->owner != NULL
2574 && abiversion (symbol->section->owner) >= 2)
2578 for (i = 0; i < symbol->section->owner->symcount; ++i)
2580 asymbol *symdef = symbol->section->owner->outsymbols[i];
2582 if (strcmp (symdef->name, symbol->name) == 0)
2584 elfsym = (elf_symbol_type *) symdef;
2590 += PPC64_LOCAL_ENTRY_OFFSET (elfsym->internal_elf_sym.st_other);
2592 return bfd_reloc_continue;
2595 static bfd_reloc_status_type
2596 ppc64_elf_brtaken_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2597 void *data, asection *input_section,
2598 bfd *output_bfd, char **error_message)
2601 enum elf_ppc64_reloc_type r_type;
2602 bfd_size_type octets;
2603 /* Assume 'at' branch hints. */
2604 bfd_boolean is_isa_v2 = TRUE;
2606 /* If this is a relocatable link (output_bfd test tells us), just
2607 call the generic function. Any adjustment will be done at final
2609 if (output_bfd != NULL)
2610 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2611 input_section, output_bfd, error_message);
2613 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2614 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
2615 insn &= ~(0x01 << 21);
2616 r_type = reloc_entry->howto->type;
2617 if (r_type == R_PPC64_ADDR14_BRTAKEN
2618 || r_type == R_PPC64_REL14_BRTAKEN)
2619 insn |= 0x01 << 21; /* 'y' or 't' bit, lowest bit of BO field. */
2623 /* Set 'a' bit. This is 0b00010 in BO field for branch
2624 on CR(BI) insns (BO == 001at or 011at), and 0b01000
2625 for branch on CTR insns (BO == 1a00t or 1a01t). */
2626 if ((insn & (0x14 << 21)) == (0x04 << 21))
2628 else if ((insn & (0x14 << 21)) == (0x10 << 21))
2638 if (!bfd_is_com_section (symbol->section))
2639 target = symbol->value;
2640 target += symbol->section->output_section->vma;
2641 target += symbol->section->output_offset;
2642 target += reloc_entry->addend;
2644 from = (reloc_entry->address
2645 + input_section->output_offset
2646 + input_section->output_section->vma);
2648 /* Invert 'y' bit if not the default. */
2649 if ((bfd_signed_vma) (target - from) < 0)
2652 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
2654 return ppc64_elf_branch_reloc (abfd, reloc_entry, symbol, data,
2655 input_section, output_bfd, error_message);
2658 static bfd_reloc_status_type
2659 ppc64_elf_sectoff_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2660 void *data, asection *input_section,
2661 bfd *output_bfd, char **error_message)
2663 /* If this is a relocatable link (output_bfd test tells us), just
2664 call the generic function. Any adjustment will be done at final
2666 if (output_bfd != NULL)
2667 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2668 input_section, output_bfd, error_message);
2670 /* Subtract the symbol section base address. */
2671 reloc_entry->addend -= symbol->section->output_section->vma;
2672 return bfd_reloc_continue;
2675 static bfd_reloc_status_type
2676 ppc64_elf_sectoff_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2677 void *data, asection *input_section,
2678 bfd *output_bfd, char **error_message)
2680 /* If this is a relocatable link (output_bfd test tells us), just
2681 call the generic function. Any adjustment will be done at final
2683 if (output_bfd != NULL)
2684 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2685 input_section, output_bfd, error_message);
2687 /* Subtract the symbol section base address. */
2688 reloc_entry->addend -= symbol->section->output_section->vma;
2690 /* Adjust the addend for sign extension of the low 16 bits. */
2691 reloc_entry->addend += 0x8000;
2692 return bfd_reloc_continue;
2695 static bfd_reloc_status_type
2696 ppc64_elf_toc_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2697 void *data, asection *input_section,
2698 bfd *output_bfd, char **error_message)
2702 /* If this is a relocatable link (output_bfd test tells us), just
2703 call the generic function. Any adjustment will be done at final
2705 if (output_bfd != NULL)
2706 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2707 input_section, output_bfd, error_message);
2709 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2711 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
2713 /* Subtract the TOC base address. */
2714 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
2715 return bfd_reloc_continue;
2718 static bfd_reloc_status_type
2719 ppc64_elf_toc_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2720 void *data, asection *input_section,
2721 bfd *output_bfd, char **error_message)
2725 /* If this is a relocatable link (output_bfd test tells us), just
2726 call the generic function. Any adjustment will be done at final
2728 if (output_bfd != NULL)
2729 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2730 input_section, output_bfd, error_message);
2732 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2734 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
2736 /* Subtract the TOC base address. */
2737 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
2739 /* Adjust the addend for sign extension of the low 16 bits. */
2740 reloc_entry->addend += 0x8000;
2741 return bfd_reloc_continue;
2744 static bfd_reloc_status_type
2745 ppc64_elf_toc64_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2746 void *data, asection *input_section,
2747 bfd *output_bfd, char **error_message)
2750 bfd_size_type octets;
2752 /* If this is a relocatable link (output_bfd test tells us), just
2753 call the generic function. Any adjustment will be done at final
2755 if (output_bfd != NULL)
2756 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2757 input_section, output_bfd, error_message);
2759 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2761 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
2763 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2764 bfd_put_64 (abfd, TOCstart + TOC_BASE_OFF, (bfd_byte *) data + octets);
2765 return bfd_reloc_ok;
2768 static bfd_reloc_status_type
2769 ppc64_elf_unhandled_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2770 void *data, asection *input_section,
2771 bfd *output_bfd, char **error_message)
2773 /* If this is a relocatable link (output_bfd test tells us), just
2774 call the generic function. Any adjustment will be done at final
2776 if (output_bfd != NULL)
2777 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2778 input_section, output_bfd, error_message);
2780 if (error_message != NULL)
2782 static char buf[60];
2783 sprintf (buf, "generic linker can't handle %s",
2784 reloc_entry->howto->name);
2785 *error_message = buf;
2787 return bfd_reloc_dangerous;
2790 /* Track GOT entries needed for a given symbol. We might need more
2791 than one got entry per symbol. */
2794 struct got_entry *next;
2796 /* The symbol addend that we'll be placing in the GOT. */
2799 /* Unlike other ELF targets, we use separate GOT entries for the same
2800 symbol referenced from different input files. This is to support
2801 automatic multiple TOC/GOT sections, where the TOC base can vary
2802 from one input file to another. After partitioning into TOC groups
2803 we merge entries within the group.
2805 Point to the BFD owning this GOT entry. */
2808 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
2809 TLS_TPREL or TLS_DTPREL for tls entries. */
2810 unsigned char tls_type;
2812 /* Non-zero if got.ent points to real entry. */
2813 unsigned char is_indirect;
2815 /* Reference count until size_dynamic_sections, GOT offset thereafter. */
2818 bfd_signed_vma refcount;
2820 struct got_entry *ent;
2824 /* The same for PLT. */
2827 struct plt_entry *next;
2833 bfd_signed_vma refcount;
2838 struct ppc64_elf_obj_tdata
2840 struct elf_obj_tdata elf;
2842 /* Shortcuts to dynamic linker sections. */
2846 /* Used during garbage collection. We attach global symbols defined
2847 on removed .opd entries to this section so that the sym is removed. */
2848 asection *deleted_section;
2850 /* TLS local dynamic got entry handling. Support for multiple GOT
2851 sections means we potentially need one of these for each input bfd. */
2852 struct got_entry tlsld_got;
2855 /* A copy of relocs before they are modified for --emit-relocs. */
2856 Elf_Internal_Rela *relocs;
2858 /* Section contents. */
2862 /* Nonzero if this bfd has small toc/got relocs, ie. that expect
2863 the reloc to be in the range -32768 to 32767. */
2864 unsigned int has_small_toc_reloc : 1;
2866 /* Set if toc/got ha relocs detected not using r2, or lo reloc
2867 instruction not one we handle. */
2868 unsigned int unexpected_toc_insn : 1;
2871 #define ppc64_elf_tdata(bfd) \
2872 ((struct ppc64_elf_obj_tdata *) (bfd)->tdata.any)
2874 #define ppc64_tlsld_got(bfd) \
2875 (&ppc64_elf_tdata (bfd)->tlsld_got)
2877 #define is_ppc64_elf(bfd) \
2878 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
2879 && elf_object_id (bfd) == PPC64_ELF_DATA)
2881 /* Override the generic function because we store some extras. */
2884 ppc64_elf_mkobject (bfd *abfd)
2886 return bfd_elf_allocate_object (abfd, sizeof (struct ppc64_elf_obj_tdata),
2890 /* Fix bad default arch selected for a 64 bit input bfd when the
2891 default is 32 bit. Also select arch based on apuinfo. */
2894 ppc64_elf_object_p (bfd *abfd)
2896 if (!abfd->arch_info->the_default)
2899 if (abfd->arch_info->bits_per_word == 32)
2901 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd);
2903 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS64)
2905 /* Relies on arch after 32 bit default being 64 bit default. */
2906 abfd->arch_info = abfd->arch_info->next;
2907 BFD_ASSERT (abfd->arch_info->bits_per_word == 64);
2910 return _bfd_elf_ppc_set_arch (abfd);
2913 /* Support for core dump NOTE sections. */
2916 ppc64_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
2918 size_t offset, size;
2920 if (note->descsz != 504)
2924 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12);
2927 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 32);
2933 /* Make a ".reg/999" section. */
2934 return _bfd_elfcore_make_pseudosection (abfd, ".reg",
2935 size, note->descpos + offset);
2939 ppc64_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
2941 if (note->descsz != 136)
2944 elf_tdata (abfd)->core->pid
2945 = bfd_get_32 (abfd, note->descdata + 24);
2946 elf_tdata (abfd)->core->program
2947 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16);
2948 elf_tdata (abfd)->core->command
2949 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80);
2955 ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type,
2968 va_start (ap, note_type);
2969 memset (data, 0, sizeof (data));
2970 strncpy (data + 40, va_arg (ap, const char *), 16);
2971 strncpy (data + 56, va_arg (ap, const char *), 80);
2973 return elfcore_write_note (abfd, buf, bufsiz,
2974 "CORE", note_type, data, sizeof (data));
2985 va_start (ap, note_type);
2986 memset (data, 0, 112);
2987 pid = va_arg (ap, long);
2988 bfd_put_32 (abfd, pid, data + 32);
2989 cursig = va_arg (ap, int);
2990 bfd_put_16 (abfd, cursig, data + 12);
2991 greg = va_arg (ap, const void *);
2992 memcpy (data + 112, greg, 384);
2993 memset (data + 496, 0, 8);
2995 return elfcore_write_note (abfd, buf, bufsiz,
2996 "CORE", note_type, data, sizeof (data));
3001 /* Add extra PPC sections. */
3003 static const struct bfd_elf_special_section ppc64_elf_special_sections[]=
3005 { STRING_COMMA_LEN (".plt"), 0, SHT_NOBITS, 0 },
3006 { STRING_COMMA_LEN (".sbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
3007 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
3008 { STRING_COMMA_LEN (".toc"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
3009 { STRING_COMMA_LEN (".toc1"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
3010 { STRING_COMMA_LEN (".tocbss"), 0, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
3011 { NULL, 0, 0, 0, 0 }
3014 enum _ppc64_sec_type {
3020 struct _ppc64_elf_section_data
3022 struct bfd_elf_section_data elf;
3026 /* An array with one entry for each opd function descriptor,
3027 and some spares since opd entries may be either 16 or 24 bytes. */
3028 #define OPD_NDX(OFF) ((OFF) >> 4)
3029 struct _opd_sec_data
3031 /* Points to the function code section for local opd entries. */
3032 asection **func_sec;
3034 /* After editing .opd, adjust references to opd local syms. */
3038 /* An array for toc sections, indexed by offset/8. */
3039 struct _toc_sec_data
3041 /* Specifies the relocation symbol index used at a given toc offset. */
3044 /* And the relocation addend. */
3049 enum _ppc64_sec_type sec_type:2;
3051 /* Flag set when small branches are detected. Used to
3052 select suitable defaults for the stub group size. */
3053 unsigned int has_14bit_branch:1;
3056 #define ppc64_elf_section_data(sec) \
3057 ((struct _ppc64_elf_section_data *) elf_section_data (sec))
3060 ppc64_elf_new_section_hook (bfd *abfd, asection *sec)
3062 if (!sec->used_by_bfd)
3064 struct _ppc64_elf_section_data *sdata;
3065 bfd_size_type amt = sizeof (*sdata);
3067 sdata = bfd_zalloc (abfd, amt);
3070 sec->used_by_bfd = sdata;
3073 return _bfd_elf_new_section_hook (abfd, sec);
3076 static struct _opd_sec_data *
3077 get_opd_info (asection * sec)
3080 && ppc64_elf_section_data (sec) != NULL
3081 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
3082 return &ppc64_elf_section_data (sec)->u.opd;
3086 /* Parameters for the qsort hook. */
3087 static bfd_boolean synthetic_relocatable;
3088 static asection *synthetic_opd;
3090 /* qsort comparison function for ppc64_elf_get_synthetic_symtab. */
3093 compare_symbols (const void *ap, const void *bp)
3095 const asymbol *a = * (const asymbol **) ap;
3096 const asymbol *b = * (const asymbol **) bp;
3098 /* Section symbols first. */
3099 if ((a->flags & BSF_SECTION_SYM) && !(b->flags & BSF_SECTION_SYM))
3101 if (!(a->flags & BSF_SECTION_SYM) && (b->flags & BSF_SECTION_SYM))
3104 /* then .opd symbols. */
3105 if (synthetic_opd != NULL)
3107 if (strcmp (a->section->name, ".opd") == 0
3108 && strcmp (b->section->name, ".opd") != 0)
3110 if (strcmp (a->section->name, ".opd") != 0
3111 && strcmp (b->section->name, ".opd") == 0)
3115 /* then other code symbols. */
3116 if ((a->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3117 == (SEC_CODE | SEC_ALLOC)
3118 && (b->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3119 != (SEC_CODE | SEC_ALLOC))
3122 if ((a->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3123 != (SEC_CODE | SEC_ALLOC)
3124 && (b->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3125 == (SEC_CODE | SEC_ALLOC))
3128 if (synthetic_relocatable)
3130 if (a->section->id < b->section->id)
3133 if (a->section->id > b->section->id)
3137 if (a->value + a->section->vma < b->value + b->section->vma)
3140 if (a->value + a->section->vma > b->value + b->section->vma)
3143 /* For syms with the same value, prefer strong dynamic global function
3144 syms over other syms. */
3145 if ((a->flags & BSF_GLOBAL) != 0 && (b->flags & BSF_GLOBAL) == 0)
3148 if ((a->flags & BSF_GLOBAL) == 0 && (b->flags & BSF_GLOBAL) != 0)
3151 if ((a->flags & BSF_FUNCTION) != 0 && (b->flags & BSF_FUNCTION) == 0)
3154 if ((a->flags & BSF_FUNCTION) == 0 && (b->flags & BSF_FUNCTION) != 0)
3157 if ((a->flags & BSF_WEAK) == 0 && (b->flags & BSF_WEAK) != 0)
3160 if ((a->flags & BSF_WEAK) != 0 && (b->flags & BSF_WEAK) == 0)
3163 if ((a->flags & BSF_DYNAMIC) != 0 && (b->flags & BSF_DYNAMIC) == 0)
3166 if ((a->flags & BSF_DYNAMIC) == 0 && (b->flags & BSF_DYNAMIC) != 0)
3172 /* Search SYMS for a symbol of the given VALUE. */
3175 sym_exists_at (asymbol **syms, long lo, long hi, unsigned int id, bfd_vma value)
3179 if (id == (unsigned) -1)
3183 mid = (lo + hi) >> 1;
3184 if (syms[mid]->value + syms[mid]->section->vma < value)
3186 else if (syms[mid]->value + syms[mid]->section->vma > value)
3196 mid = (lo + hi) >> 1;
3197 if (syms[mid]->section->id < id)
3199 else if (syms[mid]->section->id > id)
3201 else if (syms[mid]->value < value)
3203 else if (syms[mid]->value > value)
3213 section_covers_vma (bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *ptr)
3215 bfd_vma vma = *(bfd_vma *) ptr;
3216 return ((section->flags & SEC_ALLOC) != 0
3217 && section->vma <= vma
3218 && vma < section->vma + section->size);
3221 /* Create synthetic symbols, effectively restoring "dot-symbol" function
3222 entry syms. Also generate @plt symbols for the glink branch table.
3223 Returns count of synthetic symbols in RET or -1 on error. */
3226 ppc64_elf_get_synthetic_symtab (bfd *abfd,
3227 long static_count, asymbol **static_syms,
3228 long dyn_count, asymbol **dyn_syms,
3235 long symcount, codesecsym, codesecsymend, secsymend, opdsymend;
3236 asection *opd = NULL;
3237 bfd_boolean relocatable = (abfd->flags & (EXEC_P | DYNAMIC)) == 0;
3239 int abi = abiversion (abfd);
3245 opd = bfd_get_section_by_name (abfd, ".opd");
3246 if (opd == NULL && abi == 1)
3250 symcount = static_count;
3252 symcount += dyn_count;
3256 syms = bfd_malloc ((symcount + 1) * sizeof (*syms));
3260 if (!relocatable && static_count != 0 && dyn_count != 0)
3262 /* Use both symbol tables. */
3263 memcpy (syms, static_syms, static_count * sizeof (*syms));
3264 memcpy (syms + static_count, dyn_syms, (dyn_count + 1) * sizeof (*syms));
3266 else if (!relocatable && static_count == 0)
3267 memcpy (syms, dyn_syms, (symcount + 1) * sizeof (*syms));
3269 memcpy (syms, static_syms, (symcount + 1) * sizeof (*syms));
3271 synthetic_relocatable = relocatable;
3272 synthetic_opd = opd;
3273 qsort (syms, symcount, sizeof (*syms), compare_symbols);
3275 if (!relocatable && symcount > 1)
3278 /* Trim duplicate syms, since we may have merged the normal and
3279 dynamic symbols. Actually, we only care about syms that have
3280 different values, so trim any with the same value. */
3281 for (i = 1, j = 1; i < symcount; ++i)
3282 if (syms[i - 1]->value + syms[i - 1]->section->vma
3283 != syms[i]->value + syms[i]->section->vma)
3284 syms[j++] = syms[i];
3289 /* Note that here and in compare_symbols we can't compare opd and
3290 sym->section directly. With separate debug info files, the
3291 symbols will be extracted from the debug file while abfd passed
3292 to this function is the real binary. */
3293 if (opd != NULL && strcmp (syms[i]->section->name, ".opd") == 0)
3297 for (; i < symcount; ++i)
3298 if (((syms[i]->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3299 != (SEC_CODE | SEC_ALLOC))
3300 || (syms[i]->flags & BSF_SECTION_SYM) == 0)
3304 for (; i < symcount; ++i)
3305 if ((syms[i]->flags & BSF_SECTION_SYM) == 0)
3310 for (; i < symcount; ++i)
3311 if (strcmp (syms[i]->section->name, ".opd") != 0)
3315 for (; i < symcount; ++i)
3316 if ((syms[i]->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3317 != (SEC_CODE | SEC_ALLOC))
3325 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
3330 if (opdsymend == secsymend)
3333 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
3334 relcount = (opd->flags & SEC_RELOC) ? opd->reloc_count : 0;
3338 if (!(*slurp_relocs) (abfd, opd, static_syms, FALSE))
3345 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i)
3349 while (r < opd->relocation + relcount
3350 && r->address < syms[i]->value + opd->vma)
3353 if (r == opd->relocation + relcount)
3356 if (r->address != syms[i]->value + opd->vma)
3359 if (r->howto->type != R_PPC64_ADDR64)
3362 sym = *r->sym_ptr_ptr;
3363 if (!sym_exists_at (syms, opdsymend, symcount,
3364 sym->section->id, sym->value + r->addend))
3367 size += sizeof (asymbol);
3368 size += strlen (syms[i]->name) + 2;
3374 s = *ret = bfd_malloc (size);
3381 names = (char *) (s + count);
3383 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i)
3387 while (r < opd->relocation + relcount
3388 && r->address < syms[i]->value + opd->vma)
3391 if (r == opd->relocation + relcount)
3394 if (r->address != syms[i]->value + opd->vma)
3397 if (r->howto->type != R_PPC64_ADDR64)
3400 sym = *r->sym_ptr_ptr;
3401 if (!sym_exists_at (syms, opdsymend, symcount,
3402 sym->section->id, sym->value + r->addend))
3407 s->flags |= BSF_SYNTHETIC;
3408 s->section = sym->section;
3409 s->value = sym->value + r->addend;
3412 len = strlen (syms[i]->name);
3413 memcpy (names, syms[i]->name, len + 1);
3415 /* Have udata.p point back to the original symbol this
3416 synthetic symbol was derived from. */
3417 s->udata.p = syms[i];
3424 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
3425 bfd_byte *contents = NULL;
3428 bfd_vma glink_vma = 0, resolv_vma = 0;
3429 asection *dynamic, *glink = NULL, *relplt = NULL;
3432 if (opd != NULL && !bfd_malloc_and_get_section (abfd, opd, &contents))
3434 free_contents_and_exit_err:
3436 free_contents_and_exit:
3443 for (i = secsymend; i < opdsymend; ++i)
3447 /* Ignore bogus symbols. */
3448 if (syms[i]->value > opd->size - 8)
3451 ent = bfd_get_64 (abfd, contents + syms[i]->value);
3452 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
3455 size += sizeof (asymbol);
3456 size += strlen (syms[i]->name) + 2;
3460 /* Get start of .glink stubs from DT_PPC64_GLINK. */
3462 && (dynamic = bfd_get_section_by_name (abfd, ".dynamic")) != NULL)
3464 bfd_byte *dynbuf, *extdyn, *extdynend;
3466 void (*swap_dyn_in) (bfd *, const void *, Elf_Internal_Dyn *);
3468 if (!bfd_malloc_and_get_section (abfd, dynamic, &dynbuf))
3469 goto free_contents_and_exit_err;
3471 extdynsize = get_elf_backend_data (abfd)->s->sizeof_dyn;
3472 swap_dyn_in = get_elf_backend_data (abfd)->s->swap_dyn_in;
3475 extdynend = extdyn + dynamic->size;
3476 for (; extdyn < extdynend; extdyn += extdynsize)
3478 Elf_Internal_Dyn dyn;
3479 (*swap_dyn_in) (abfd, extdyn, &dyn);
3481 if (dyn.d_tag == DT_NULL)
3484 if (dyn.d_tag == DT_PPC64_GLINK)
3486 /* The first glink stub starts at offset 32; see
3487 comment in ppc64_elf_finish_dynamic_sections. */
3488 glink_vma = dyn.d_un.d_val + GLINK_CALL_STUB_SIZE - 8 * 4;
3489 /* The .glink section usually does not survive the final
3490 link; search for the section (usually .text) where the
3491 glink stubs now reside. */
3492 glink = bfd_sections_find_if (abfd, section_covers_vma,
3503 /* Determine __glink trampoline by reading the relative branch
3504 from the first glink stub. */
3506 unsigned int off = 0;
3508 while (bfd_get_section_contents (abfd, glink, buf,
3509 glink_vma + off - glink->vma, 4))
3511 unsigned int insn = bfd_get_32 (abfd, buf);
3513 if ((insn & ~0x3fffffc) == 0)
3515 resolv_vma = glink_vma + off + (insn ^ 0x2000000) - 0x2000000;
3524 size += sizeof (asymbol) + sizeof ("__glink_PLTresolve");
3526 relplt = bfd_get_section_by_name (abfd, ".rela.plt");
3529 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
3530 if (! (*slurp_relocs) (abfd, relplt, dyn_syms, TRUE))
3531 goto free_contents_and_exit_err;
3533 plt_count = relplt->size / sizeof (Elf64_External_Rela);
3534 size += plt_count * sizeof (asymbol);
3536 p = relplt->relocation;
3537 for (i = 0; i < plt_count; i++, p++)
3539 size += strlen ((*p->sym_ptr_ptr)->name) + sizeof ("@plt");
3541 size += sizeof ("+0x") - 1 + 16;
3547 goto free_contents_and_exit;
3548 s = *ret = bfd_malloc (size);
3550 goto free_contents_and_exit_err;
3552 names = (char *) (s + count + plt_count + (resolv_vma != 0));
3554 for (i = secsymend; i < opdsymend; ++i)
3558 if (syms[i]->value > opd->size - 8)
3561 ent = bfd_get_64 (abfd, contents + syms[i]->value);
3562 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
3566 asection *sec = abfd->sections;
3573 long mid = (lo + hi) >> 1;
3574 if (syms[mid]->section->vma < ent)
3576 else if (syms[mid]->section->vma > ent)
3580 sec = syms[mid]->section;
3585 if (lo >= hi && lo > codesecsym)
3586 sec = syms[lo - 1]->section;
3588 for (; sec != NULL; sec = sec->next)
3592 /* SEC_LOAD may not be set if SEC is from a separate debug
3594 if ((sec->flags & SEC_ALLOC) == 0)
3596 if ((sec->flags & SEC_CODE) != 0)
3599 s->flags |= BSF_SYNTHETIC;
3600 s->value = ent - s->section->vma;
3603 len = strlen (syms[i]->name);
3604 memcpy (names, syms[i]->name, len + 1);
3606 /* Have udata.p point back to the original symbol this
3607 synthetic symbol was derived from. */
3608 s->udata.p = syms[i];
3614 if (glink != NULL && relplt != NULL)
3618 /* Add a symbol for the main glink trampoline. */
3619 memset (s, 0, sizeof *s);
3621 s->flags = BSF_GLOBAL | BSF_SYNTHETIC;
3623 s->value = resolv_vma - glink->vma;
3625 memcpy (names, "__glink_PLTresolve", sizeof ("__glink_PLTresolve"));
3626 names += sizeof ("__glink_PLTresolve");
3631 /* FIXME: It would be very much nicer to put sym@plt on the
3632 stub rather than on the glink branch table entry. The
3633 objdump disassembler would then use a sensible symbol
3634 name on plt calls. The difficulty in doing so is
3635 a) finding the stubs, and,
3636 b) matching stubs against plt entries, and,
3637 c) there can be multiple stubs for a given plt entry.
3639 Solving (a) could be done by code scanning, but older
3640 ppc64 binaries used different stubs to current code.
3641 (b) is the tricky one since you need to known the toc
3642 pointer for at least one function that uses a pic stub to
3643 be able to calculate the plt address referenced.
3644 (c) means gdb would need to set multiple breakpoints (or
3645 find the glink branch itself) when setting breakpoints
3646 for pending shared library loads. */
3647 p = relplt->relocation;
3648 for (i = 0; i < plt_count; i++, p++)
3652 *s = **p->sym_ptr_ptr;
3653 /* Undefined syms won't have BSF_LOCAL or BSF_GLOBAL set. Since
3654 we are defining a symbol, ensure one of them is set. */
3655 if ((s->flags & BSF_LOCAL) == 0)
3656 s->flags |= BSF_GLOBAL;
3657 s->flags |= BSF_SYNTHETIC;
3659 s->value = glink_vma - glink->vma;
3662 len = strlen ((*p->sym_ptr_ptr)->name);
3663 memcpy (names, (*p->sym_ptr_ptr)->name, len);
3667 memcpy (names, "+0x", sizeof ("+0x") - 1);
3668 names += sizeof ("+0x") - 1;
3669 bfd_sprintf_vma (abfd, names, p->addend);
3670 names += strlen (names);
3672 memcpy (names, "@plt", sizeof ("@plt"));
3673 names += sizeof ("@plt");
3693 /* The following functions are specific to the ELF linker, while
3694 functions above are used generally. Those named ppc64_elf_* are
3695 called by the main ELF linker code. They appear in this file more
3696 or less in the order in which they are called. eg.
3697 ppc64_elf_check_relocs is called early in the link process,
3698 ppc64_elf_finish_dynamic_sections is one of the last functions
3701 PowerPC64-ELF uses a similar scheme to PowerPC64-XCOFF in that
3702 functions have both a function code symbol and a function descriptor
3703 symbol. A call to foo in a relocatable object file looks like:
3710 The function definition in another object file might be:
3714 . .quad .TOC.@tocbase
3720 When the linker resolves the call during a static link, the branch
3721 unsurprisingly just goes to .foo and the .opd information is unused.
3722 If the function definition is in a shared library, things are a little
3723 different: The call goes via a plt call stub, the opd information gets
3724 copied to the plt, and the linker patches the nop.
3732 . std 2,40(1) # in practice, the call stub
3733 . addis 11,2,Lfoo@toc@ha # is slightly optimized, but
3734 . addi 11,11,Lfoo@toc@l # this is the general idea
3742 . Lfoo: reloc (R_PPC64_JMP_SLOT, foo)
3744 The "reloc ()" notation is supposed to indicate that the linker emits
3745 an R_PPC64_JMP_SLOT reloc against foo. The dynamic linker does the opd
3748 What are the difficulties here? Well, firstly, the relocations
3749 examined by the linker in check_relocs are against the function code
3750 sym .foo, while the dynamic relocation in the plt is emitted against
3751 the function descriptor symbol, foo. Somewhere along the line, we need
3752 to carefully copy dynamic link information from one symbol to the other.
3753 Secondly, the generic part of the elf linker will make .foo a dynamic
3754 symbol as is normal for most other backends. We need foo dynamic
3755 instead, at least for an application final link. However, when
3756 creating a shared library containing foo, we need to have both symbols
3757 dynamic so that references to .foo are satisfied during the early
3758 stages of linking. Otherwise the linker might decide to pull in a
3759 definition from some other object, eg. a static library.
3761 Update: As of August 2004, we support a new convention. Function
3762 calls may use the function descriptor symbol, ie. "bl foo". This
3763 behaves exactly as "bl .foo". */
3765 /* Of those relocs that might be copied as dynamic relocs, this function
3766 selects those that must be copied when linking a shared library,
3767 even when the symbol is local. */
3770 must_be_dyn_reloc (struct bfd_link_info *info,
3771 enum elf_ppc64_reloc_type r_type)
3783 case R_PPC64_TPREL16:
3784 case R_PPC64_TPREL16_LO:
3785 case R_PPC64_TPREL16_HI:
3786 case R_PPC64_TPREL16_HA:
3787 case R_PPC64_TPREL16_DS:
3788 case R_PPC64_TPREL16_LO_DS:
3789 case R_PPC64_TPREL16_HIGH:
3790 case R_PPC64_TPREL16_HIGHA:
3791 case R_PPC64_TPREL16_HIGHER:
3792 case R_PPC64_TPREL16_HIGHERA:
3793 case R_PPC64_TPREL16_HIGHEST:
3794 case R_PPC64_TPREL16_HIGHESTA:
3795 case R_PPC64_TPREL64:
3796 return !bfd_link_executable (info);
3800 /* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
3801 copying dynamic variables from a shared lib into an app's dynbss
3802 section, and instead use a dynamic relocation to point into the
3803 shared lib. With code that gcc generates, it's vital that this be
3804 enabled; In the PowerPC64 ABI, the address of a function is actually
3805 the address of a function descriptor, which resides in the .opd
3806 section. gcc uses the descriptor directly rather than going via the
3807 GOT as some other ABI's do, which means that initialized function
3808 pointers must reference the descriptor. Thus, a function pointer
3809 initialized to the address of a function in a shared library will
3810 either require a copy reloc, or a dynamic reloc. Using a copy reloc
3811 redefines the function descriptor symbol to point to the copy. This
3812 presents a problem as a plt entry for that function is also
3813 initialized from the function descriptor symbol and the copy reloc
3814 may not be initialized first. */
3815 #define ELIMINATE_COPY_RELOCS 1
3817 /* Section name for stubs is the associated section name plus this
3819 #define STUB_SUFFIX ".stub"
3822 ppc_stub_long_branch:
3823 Used when a 14 bit branch (or even a 24 bit branch) can't reach its
3824 destination, but a 24 bit branch in a stub section will reach.
3827 ppc_stub_plt_branch:
3828 Similar to the above, but a 24 bit branch in the stub section won't
3829 reach its destination.
3830 . addis %r11,%r2,xxx@toc@ha
3831 . ld %r12,xxx@toc@l(%r11)
3836 Used to call a function in a shared library. If it so happens that
3837 the plt entry referenced crosses a 64k boundary, then an extra
3838 "addi %r11,%r11,xxx@toc@l" will be inserted before the "mtctr".
3840 . addis %r11,%r2,xxx@toc@ha
3841 . ld %r12,xxx+0@toc@l(%r11)
3843 . ld %r2,xxx+8@toc@l(%r11)
3844 . ld %r11,xxx+16@toc@l(%r11)
3847 ppc_stub_long_branch and ppc_stub_plt_branch may also have additional
3848 code to adjust the value and save r2 to support multiple toc sections.
3849 A ppc_stub_long_branch with an r2 offset looks like:
3851 . addis %r2,%r2,off@ha
3852 . addi %r2,%r2,off@l
3855 A ppc_stub_plt_branch with an r2 offset looks like:
3857 . addis %r11,%r2,xxx@toc@ha
3858 . ld %r12,xxx@toc@l(%r11)
3859 . addis %r2,%r2,off@ha
3860 . addi %r2,%r2,off@l
3864 In cases where the "addis" instruction would add zero, the "addis" is
3865 omitted and following instructions modified slightly in some cases.
3868 enum ppc_stub_type {
3870 ppc_stub_long_branch,
3871 ppc_stub_long_branch_r2off,
3872 ppc_stub_plt_branch,
3873 ppc_stub_plt_branch_r2off,
3875 ppc_stub_plt_call_r2save,
3876 ppc_stub_global_entry,
3880 /* Information on stub grouping. */
3883 /* The stub section. */
3885 /* This is the section to which stubs in the group will be attached. */
3888 struct map_stub *next;
3889 /* Whether to emit a copy of register save/restore functions in this
3894 struct ppc_stub_hash_entry {
3896 /* Base hash table entry structure. */
3897 struct bfd_hash_entry root;
3899 enum ppc_stub_type stub_type;
3901 /* Group information. */
3902 struct map_stub *group;
3904 /* Offset within stub_sec of the beginning of this stub. */
3905 bfd_vma stub_offset;
3907 /* Given the symbol's value and its section we can determine its final
3908 value when building the stubs (so the stub knows where to jump. */
3909 bfd_vma target_value;
3910 asection *target_section;
3912 /* The symbol table entry, if any, that this was derived from. */
3913 struct ppc_link_hash_entry *h;
3914 struct plt_entry *plt_ent;
3916 /* Symbol st_other. */
3917 unsigned char other;
3920 struct ppc_branch_hash_entry {
3922 /* Base hash table entry structure. */
3923 struct bfd_hash_entry root;
3925 /* Offset within branch lookup table. */
3926 unsigned int offset;
3928 /* Generation marker. */
3932 /* Used to track dynamic relocations for local symbols. */
3933 struct ppc_dyn_relocs
3935 struct ppc_dyn_relocs *next;
3937 /* The input section of the reloc. */
3940 /* Total number of relocs copied for the input section. */
3941 unsigned int count : 31;
3943 /* Whether this entry is for STT_GNU_IFUNC symbols. */
3944 unsigned int ifunc : 1;
3947 struct ppc_link_hash_entry
3949 struct elf_link_hash_entry elf;
3952 /* A pointer to the most recently used stub hash entry against this
3954 struct ppc_stub_hash_entry *stub_cache;
3956 /* A pointer to the next symbol starting with a '.' */
3957 struct ppc_link_hash_entry *next_dot_sym;
3960 /* Track dynamic relocs copied for this symbol. */
3961 struct elf_dyn_relocs *dyn_relocs;
3963 /* Chain of aliases referring to a weakdef. */
3964 struct ppc_link_hash_entry *weakref;
3966 /* Link between function code and descriptor symbols. */
3967 struct ppc_link_hash_entry *oh;
3969 /* Flag function code and descriptor symbols. */
3970 unsigned int is_func:1;
3971 unsigned int is_func_descriptor:1;
3972 unsigned int fake:1;
3974 /* Whether global opd/toc sym has been adjusted or not.
3975 After ppc64_elf_edit_opd/ppc64_elf_edit_toc has run, this flag
3976 should be set for all globals defined in any opd/toc section. */
3977 unsigned int adjust_done:1;
3979 /* Set if we twiddled this symbol to weak at some stage. */
3980 unsigned int was_undefined:1;
3982 /* Set if this is an out-of-line register save/restore function,
3983 with non-standard calling convention. */
3984 unsigned int save_res:1;
3986 /* Contexts in which symbol is used in the GOT (or TOC).
3987 TLS_GD .. TLS_EXPLICIT bits are or'd into the mask as the
3988 corresponding relocs are encountered during check_relocs.
3989 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
3990 indicate the corresponding GOT entry type is not needed.
3991 tls_optimize may also set TLS_TPRELGD when a GD reloc turns into
3992 a TPREL one. We use a separate flag rather than setting TPREL
3993 just for convenience in distinguishing the two cases. */
3994 #define TLS_GD 1 /* GD reloc. */
3995 #define TLS_LD 2 /* LD reloc. */
3996 #define TLS_TPREL 4 /* TPREL reloc, => IE. */
3997 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */
3998 #define TLS_TLS 16 /* Any TLS reloc. */
3999 #define TLS_EXPLICIT 32 /* Marks TOC section TLS relocs. */
4000 #define TLS_TPRELGD 64 /* TPREL reloc resulting from GD->IE. */
4001 #define PLT_IFUNC 128 /* STT_GNU_IFUNC. */
4002 unsigned char tls_mask;
4005 /* ppc64 ELF linker hash table. */
4007 struct ppc_link_hash_table
4009 struct elf_link_hash_table elf;
4011 /* The stub hash table. */
4012 struct bfd_hash_table stub_hash_table;
4014 /* Another hash table for plt_branch stubs. */
4015 struct bfd_hash_table branch_hash_table;
4017 /* Hash table for function prologue tocsave. */
4018 htab_t tocsave_htab;
4020 /* Various options and other info passed from the linker. */
4021 struct ppc64_elf_params *params;
4023 /* The size of sec_info below. */
4024 unsigned int sec_info_arr_size;
4026 /* Per-section array of extra section info. Done this way rather
4027 than as part of ppc64_elf_section_data so we have the info for
4028 non-ppc64 sections. */
4031 /* Along with elf_gp, specifies the TOC pointer used by this section. */
4036 /* The section group that this section belongs to. */
4037 struct map_stub *group;
4038 /* A temp section list pointer. */
4043 /* Linked list of groups. */
4044 struct map_stub *group;
4046 /* Temp used when calculating TOC pointers. */
4049 asection *toc_first_sec;
4051 /* Used when adding symbols. */
4052 struct ppc_link_hash_entry *dot_syms;
4054 /* Shortcuts to get to dynamic linker sections. */
4061 asection *glink_eh_frame;
4063 /* Shortcut to .__tls_get_addr and __tls_get_addr. */
4064 struct ppc_link_hash_entry *tls_get_addr;
4065 struct ppc_link_hash_entry *tls_get_addr_fd;
4067 /* The size of reliplt used by got entry relocs. */
4068 bfd_size_type got_reli_size;
4071 unsigned long stub_count[ppc_stub_global_entry];
4073 /* Number of stubs against global syms. */
4074 unsigned long stub_globals;
4076 /* Set if we're linking code with function descriptors. */
4077 unsigned int opd_abi:1;
4079 /* Support for multiple toc sections. */
4080 unsigned int do_multi_toc:1;
4081 unsigned int multi_toc_needed:1;
4082 unsigned int second_toc_pass:1;
4083 unsigned int do_toc_opt:1;
4086 unsigned int stub_error:1;
4088 /* Temp used by ppc64_elf_before_check_relocs. */
4089 unsigned int twiddled_syms:1;
4091 /* Incremented every time we size stubs. */
4092 unsigned int stub_iteration;
4094 /* Small local sym cache. */
4095 struct sym_cache sym_cache;
4098 /* Rename some of the generic section flags to better document how they
4101 /* Nonzero if this section has TLS related relocations. */
4102 #define has_tls_reloc sec_flg0
4104 /* Nonzero if this section has a call to __tls_get_addr. */
4105 #define has_tls_get_addr_call sec_flg1
4107 /* Nonzero if this section has any toc or got relocs. */
4108 #define has_toc_reloc sec_flg2
4110 /* Nonzero if this section has a call to another section that uses
4112 #define makes_toc_func_call sec_flg3
4114 /* Recursion protection when determining above flag. */
4115 #define call_check_in_progress sec_flg4
4116 #define call_check_done sec_flg5
4118 /* Get the ppc64 ELF linker hash table from a link_info structure. */
4120 #define ppc_hash_table(p) \
4121 (elf_hash_table_id ((struct elf_link_hash_table *) ((p)->hash)) \
4122 == PPC64_ELF_DATA ? ((struct ppc_link_hash_table *) ((p)->hash)) : NULL)
4124 #define ppc_stub_hash_lookup(table, string, create, copy) \
4125 ((struct ppc_stub_hash_entry *) \
4126 bfd_hash_lookup ((table), (string), (create), (copy)))
4128 #define ppc_branch_hash_lookup(table, string, create, copy) \
4129 ((struct ppc_branch_hash_entry *) \
4130 bfd_hash_lookup ((table), (string), (create), (copy)))
4132 /* Create an entry in the stub hash table. */
4134 static struct bfd_hash_entry *
4135 stub_hash_newfunc (struct bfd_hash_entry *entry,
4136 struct bfd_hash_table *table,
4139 /* Allocate the structure if it has not already been allocated by a
4143 entry = bfd_hash_allocate (table, sizeof (struct ppc_stub_hash_entry));
4148 /* Call the allocation method of the superclass. */
4149 entry = bfd_hash_newfunc (entry, table, string);
4152 struct ppc_stub_hash_entry *eh;
4154 /* Initialize the local fields. */
4155 eh = (struct ppc_stub_hash_entry *) entry;
4156 eh->stub_type = ppc_stub_none;
4158 eh->stub_offset = 0;
4159 eh->target_value = 0;
4160 eh->target_section = NULL;
4169 /* Create an entry in the branch hash table. */
4171 static struct bfd_hash_entry *
4172 branch_hash_newfunc (struct bfd_hash_entry *entry,
4173 struct bfd_hash_table *table,
4176 /* Allocate the structure if it has not already been allocated by a
4180 entry = bfd_hash_allocate (table, sizeof (struct ppc_branch_hash_entry));
4185 /* Call the allocation method of the superclass. */
4186 entry = bfd_hash_newfunc (entry, table, string);
4189 struct ppc_branch_hash_entry *eh;
4191 /* Initialize the local fields. */
4192 eh = (struct ppc_branch_hash_entry *) entry;
4200 /* Create an entry in a ppc64 ELF linker hash table. */
4202 static struct bfd_hash_entry *
4203 link_hash_newfunc (struct bfd_hash_entry *entry,
4204 struct bfd_hash_table *table,
4207 /* Allocate the structure if it has not already been allocated by a
4211 entry = bfd_hash_allocate (table, sizeof (struct ppc_link_hash_entry));
4216 /* Call the allocation method of the superclass. */
4217 entry = _bfd_elf_link_hash_newfunc (entry, table, string);
4220 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) entry;
4222 memset (&eh->u.stub_cache, 0,
4223 (sizeof (struct ppc_link_hash_entry)
4224 - offsetof (struct ppc_link_hash_entry, u.stub_cache)));
4226 /* When making function calls, old ABI code references function entry
4227 points (dot symbols), while new ABI code references the function
4228 descriptor symbol. We need to make any combination of reference and
4229 definition work together, without breaking archive linking.
4231 For a defined function "foo" and an undefined call to "bar":
4232 An old object defines "foo" and ".foo", references ".bar" (possibly
4234 A new object defines "foo" and references "bar".
4236 A new object thus has no problem with its undefined symbols being
4237 satisfied by definitions in an old object. On the other hand, the
4238 old object won't have ".bar" satisfied by a new object.
4240 Keep a list of newly added dot-symbols. */
4242 if (string[0] == '.')
4244 struct ppc_link_hash_table *htab;
4246 htab = (struct ppc_link_hash_table *) table;
4247 eh->u.next_dot_sym = htab->dot_syms;
4248 htab->dot_syms = eh;
4255 struct tocsave_entry {
4261 tocsave_htab_hash (const void *p)
4263 const struct tocsave_entry *e = (const struct tocsave_entry *) p;
4264 return ((bfd_vma)(intptr_t) e->sec ^ e->offset) >> 3;
4268 tocsave_htab_eq (const void *p1, const void *p2)
4270 const struct tocsave_entry *e1 = (const struct tocsave_entry *) p1;
4271 const struct tocsave_entry *e2 = (const struct tocsave_entry *) p2;
4272 return e1->sec == e2->sec && e1->offset == e2->offset;
4275 /* Destroy a ppc64 ELF linker hash table. */
4278 ppc64_elf_link_hash_table_free (bfd *obfd)
4280 struct ppc_link_hash_table *htab;
4282 htab = (struct ppc_link_hash_table *) obfd->link.hash;
4283 if (htab->tocsave_htab)
4284 htab_delete (htab->tocsave_htab);
4285 bfd_hash_table_free (&htab->branch_hash_table);
4286 bfd_hash_table_free (&htab->stub_hash_table);
4287 _bfd_elf_link_hash_table_free (obfd);
4290 /* Create a ppc64 ELF linker hash table. */
4292 static struct bfd_link_hash_table *
4293 ppc64_elf_link_hash_table_create (bfd *abfd)
4295 struct ppc_link_hash_table *htab;
4296 bfd_size_type amt = sizeof (struct ppc_link_hash_table);
4298 htab = bfd_zmalloc (amt);
4302 if (!_bfd_elf_link_hash_table_init (&htab->elf, abfd, link_hash_newfunc,
4303 sizeof (struct ppc_link_hash_entry),
4310 /* Init the stub hash table too. */
4311 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc,
4312 sizeof (struct ppc_stub_hash_entry)))
4314 _bfd_elf_link_hash_table_free (abfd);
4318 /* And the branch hash table. */
4319 if (!bfd_hash_table_init (&htab->branch_hash_table, branch_hash_newfunc,
4320 sizeof (struct ppc_branch_hash_entry)))
4322 bfd_hash_table_free (&htab->stub_hash_table);
4323 _bfd_elf_link_hash_table_free (abfd);
4327 htab->tocsave_htab = htab_try_create (1024,
4331 if (htab->tocsave_htab == NULL)
4333 ppc64_elf_link_hash_table_free (abfd);
4336 htab->elf.root.hash_table_free = ppc64_elf_link_hash_table_free;
4338 /* Initializing two fields of the union is just cosmetic. We really
4339 only care about glist, but when compiled on a 32-bit host the
4340 bfd_vma fields are larger. Setting the bfd_vma to zero makes
4341 debugger inspection of these fields look nicer. */
4342 htab->elf.init_got_refcount.refcount = 0;
4343 htab->elf.init_got_refcount.glist = NULL;
4344 htab->elf.init_plt_refcount.refcount = 0;
4345 htab->elf.init_plt_refcount.glist = NULL;
4346 htab->elf.init_got_offset.offset = 0;
4347 htab->elf.init_got_offset.glist = NULL;
4348 htab->elf.init_plt_offset.offset = 0;
4349 htab->elf.init_plt_offset.glist = NULL;
4351 return &htab->elf.root;
4354 /* Create sections for linker generated code. */
4357 create_linkage_sections (bfd *dynobj, struct bfd_link_info *info)
4359 struct ppc_link_hash_table *htab;
4362 htab = ppc_hash_table (info);
4364 flags = (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_READONLY
4365 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4366 if (htab->params->save_restore_funcs)
4368 /* Create .sfpr for code to save and restore fp regs. */
4369 htab->sfpr = bfd_make_section_anyway_with_flags (dynobj, ".sfpr",
4371 if (htab->sfpr == NULL
4372 || ! bfd_set_section_alignment (dynobj, htab->sfpr, 2))
4376 if (bfd_link_relocatable (info))
4379 /* Create .glink for lazy dynamic linking support. */
4380 htab->glink = bfd_make_section_anyway_with_flags (dynobj, ".glink",
4382 if (htab->glink == NULL
4383 || ! bfd_set_section_alignment (dynobj, htab->glink, 3))
4386 if (!info->no_ld_generated_unwind_info)
4388 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_HAS_CONTENTS
4389 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4390 htab->glink_eh_frame = bfd_make_section_anyway_with_flags (dynobj,
4393 if (htab->glink_eh_frame == NULL
4394 || !bfd_set_section_alignment (dynobj, htab->glink_eh_frame, 2))
4398 flags = SEC_ALLOC | SEC_LINKER_CREATED;
4399 htab->elf.iplt = bfd_make_section_anyway_with_flags (dynobj, ".iplt", flags);
4400 if (htab->elf.iplt == NULL
4401 || ! bfd_set_section_alignment (dynobj, htab->elf.iplt, 3))
4404 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
4405 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4407 = bfd_make_section_anyway_with_flags (dynobj, ".rela.iplt", flags);
4408 if (htab->elf.irelplt == NULL
4409 || ! bfd_set_section_alignment (dynobj, htab->elf.irelplt, 3))
4412 /* Create branch lookup table for plt_branch stubs. */
4413 flags = (SEC_ALLOC | SEC_LOAD
4414 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4415 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
4417 if (htab->brlt == NULL
4418 || ! bfd_set_section_alignment (dynobj, htab->brlt, 3))
4421 if (!bfd_link_pic (info))
4424 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
4425 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4426 htab->relbrlt = bfd_make_section_anyway_with_flags (dynobj,
4429 if (htab->relbrlt == NULL
4430 || ! bfd_set_section_alignment (dynobj, htab->relbrlt, 3))
4436 /* Satisfy the ELF linker by filling in some fields in our fake bfd. */
4439 ppc64_elf_init_stub_bfd (struct bfd_link_info *info,
4440 struct ppc64_elf_params *params)
4442 struct ppc_link_hash_table *htab;
4444 elf_elfheader (params->stub_bfd)->e_ident[EI_CLASS] = ELFCLASS64;
4446 /* Always hook our dynamic sections into the first bfd, which is the
4447 linker created stub bfd. This ensures that the GOT header is at
4448 the start of the output TOC section. */
4449 htab = ppc_hash_table (info);
4450 htab->elf.dynobj = params->stub_bfd;
4451 htab->params = params;
4453 return create_linkage_sections (htab->elf.dynobj, info);
4456 /* Build a name for an entry in the stub hash table. */
4459 ppc_stub_name (const asection *input_section,
4460 const asection *sym_sec,
4461 const struct ppc_link_hash_entry *h,
4462 const Elf_Internal_Rela *rel)
4467 /* rel->r_addend is actually 64 bit, but who uses more than +/- 2^31
4468 offsets from a sym as a branch target? In fact, we could
4469 probably assume the addend is always zero. */
4470 BFD_ASSERT (((int) rel->r_addend & 0xffffffff) == rel->r_addend);
4474 len = 8 + 1 + strlen (h->elf.root.root.string) + 1 + 8 + 1;
4475 stub_name = bfd_malloc (len);
4476 if (stub_name == NULL)
4479 len = sprintf (stub_name, "%08x.%s+%x",
4480 input_section->id & 0xffffffff,
4481 h->elf.root.root.string,
4482 (int) rel->r_addend & 0xffffffff);
4486 len = 8 + 1 + 8 + 1 + 8 + 1 + 8 + 1;
4487 stub_name = bfd_malloc (len);
4488 if (stub_name == NULL)
4491 len = sprintf (stub_name, "%08x.%x:%x+%x",
4492 input_section->id & 0xffffffff,
4493 sym_sec->id & 0xffffffff,
4494 (int) ELF64_R_SYM (rel->r_info) & 0xffffffff,
4495 (int) rel->r_addend & 0xffffffff);
4497 if (len > 2 && stub_name[len - 2] == '+' && stub_name[len - 1] == '0')
4498 stub_name[len - 2] = 0;
4502 /* Look up an entry in the stub hash. Stub entries are cached because
4503 creating the stub name takes a bit of time. */
4505 static struct ppc_stub_hash_entry *
4506 ppc_get_stub_entry (const asection *input_section,
4507 const asection *sym_sec,
4508 struct ppc_link_hash_entry *h,
4509 const Elf_Internal_Rela *rel,
4510 struct ppc_link_hash_table *htab)
4512 struct ppc_stub_hash_entry *stub_entry;
4513 struct map_stub *group;
4515 /* If this input section is part of a group of sections sharing one
4516 stub section, then use the id of the first section in the group.
4517 Stub names need to include a section id, as there may well be
4518 more than one stub used to reach say, printf, and we need to
4519 distinguish between them. */
4520 group = htab->sec_info[input_section->id].u.group;
4524 if (h != NULL && h->u.stub_cache != NULL
4525 && h->u.stub_cache->h == h
4526 && h->u.stub_cache->group == group)
4528 stub_entry = h->u.stub_cache;
4534 stub_name = ppc_stub_name (group->link_sec, sym_sec, h, rel);
4535 if (stub_name == NULL)
4538 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
4539 stub_name, FALSE, FALSE);
4541 h->u.stub_cache = stub_entry;
4549 /* Add a new stub entry to the stub hash. Not all fields of the new
4550 stub entry are initialised. */
4552 static struct ppc_stub_hash_entry *
4553 ppc_add_stub (const char *stub_name,
4555 struct bfd_link_info *info)
4557 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4558 struct map_stub *group;
4561 struct ppc_stub_hash_entry *stub_entry;
4563 group = htab->sec_info[section->id].u.group;
4564 link_sec = group->link_sec;
4565 stub_sec = group->stub_sec;
4566 if (stub_sec == NULL)
4572 namelen = strlen (link_sec->name);
4573 len = namelen + sizeof (STUB_SUFFIX);
4574 s_name = bfd_alloc (htab->params->stub_bfd, len);
4578 memcpy (s_name, link_sec->name, namelen);
4579 memcpy (s_name + namelen, STUB_SUFFIX, sizeof (STUB_SUFFIX));
4580 stub_sec = (*htab->params->add_stub_section) (s_name, link_sec);
4581 if (stub_sec == NULL)
4583 group->stub_sec = stub_sec;
4586 /* Enter this entry into the linker stub hash table. */
4587 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name,
4589 if (stub_entry == NULL)
4591 info->callbacks->einfo (_("%P: %B: cannot create stub entry %s\n"),
4592 section->owner, stub_name);
4596 stub_entry->group = group;
4597 stub_entry->stub_offset = 0;
4601 /* Create .got and .rela.got sections in ABFD, and .got in dynobj if
4602 not already done. */
4605 create_got_section (bfd *abfd, struct bfd_link_info *info)
4607 asection *got, *relgot;
4609 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4611 if (!is_ppc64_elf (abfd))
4617 && !_bfd_elf_create_got_section (htab->elf.dynobj, info))
4620 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
4621 | SEC_LINKER_CREATED);
4623 got = bfd_make_section_anyway_with_flags (abfd, ".got", flags);
4625 || !bfd_set_section_alignment (abfd, got, 3))
4628 relgot = bfd_make_section_anyway_with_flags (abfd, ".rela.got",
4629 flags | SEC_READONLY);
4631 || ! bfd_set_section_alignment (abfd, relgot, 3))
4634 ppc64_elf_tdata (abfd)->got = got;
4635 ppc64_elf_tdata (abfd)->relgot = relgot;
4639 /* Create the dynamic sections, and set up shortcuts. */
4642 ppc64_elf_create_dynamic_sections (bfd *dynobj, struct bfd_link_info *info)
4644 struct ppc_link_hash_table *htab;
4646 if (!_bfd_elf_create_dynamic_sections (dynobj, info))
4649 htab = ppc_hash_table (info);
4653 htab->dynbss = bfd_get_linker_section (dynobj, ".dynbss");
4654 if (!bfd_link_pic (info))
4655 htab->relbss = bfd_get_linker_section (dynobj, ".rela.bss");
4657 if (!htab->elf.sgot || !htab->elf.splt || !htab->elf.srelplt || !htab->dynbss
4658 || (!bfd_link_pic (info) && !htab->relbss))
4664 /* Follow indirect and warning symbol links. */
4666 static inline struct bfd_link_hash_entry *
4667 follow_link (struct bfd_link_hash_entry *h)
4669 while (h->type == bfd_link_hash_indirect
4670 || h->type == bfd_link_hash_warning)
4675 static inline struct elf_link_hash_entry *
4676 elf_follow_link (struct elf_link_hash_entry *h)
4678 return (struct elf_link_hash_entry *) follow_link (&h->root);
4681 static inline struct ppc_link_hash_entry *
4682 ppc_follow_link (struct ppc_link_hash_entry *h)
4684 return (struct ppc_link_hash_entry *) follow_link (&h->elf.root);
4687 /* Merge PLT info on FROM with that on TO. */
4690 move_plt_plist (struct ppc_link_hash_entry *from,
4691 struct ppc_link_hash_entry *to)
4693 if (from->elf.plt.plist != NULL)
4695 if (to->elf.plt.plist != NULL)
4697 struct plt_entry **entp;
4698 struct plt_entry *ent;
4700 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
4702 struct plt_entry *dent;
4704 for (dent = to->elf.plt.plist; dent != NULL; dent = dent->next)
4705 if (dent->addend == ent->addend)
4707 dent->plt.refcount += ent->plt.refcount;
4714 *entp = to->elf.plt.plist;
4717 to->elf.plt.plist = from->elf.plt.plist;
4718 from->elf.plt.plist = NULL;
4722 /* Copy the extra info we tack onto an elf_link_hash_entry. */
4725 ppc64_elf_copy_indirect_symbol (struct bfd_link_info *info,
4726 struct elf_link_hash_entry *dir,
4727 struct elf_link_hash_entry *ind)
4729 struct ppc_link_hash_entry *edir, *eind;
4731 edir = (struct ppc_link_hash_entry *) dir;
4732 eind = (struct ppc_link_hash_entry *) ind;
4734 edir->is_func |= eind->is_func;
4735 edir->is_func_descriptor |= eind->is_func_descriptor;
4736 edir->tls_mask |= eind->tls_mask;
4737 if (eind->oh != NULL)
4738 edir->oh = ppc_follow_link (eind->oh);
4740 /* If called to transfer flags for a weakdef during processing
4741 of elf_adjust_dynamic_symbol, don't copy NON_GOT_REF.
4742 We clear it ourselves for ELIMINATE_COPY_RELOCS. */
4743 if (!(ELIMINATE_COPY_RELOCS
4744 && eind->elf.root.type != bfd_link_hash_indirect
4745 && edir->elf.dynamic_adjusted))
4746 edir->elf.non_got_ref |= eind->elf.non_got_ref;
4748 edir->elf.ref_dynamic |= eind->elf.ref_dynamic;
4749 edir->elf.ref_regular |= eind->elf.ref_regular;
4750 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak;
4751 edir->elf.needs_plt |= eind->elf.needs_plt;
4752 edir->elf.pointer_equality_needed |= eind->elf.pointer_equality_needed;
4754 /* If we were called to copy over info for a weak sym, don't copy
4755 dyn_relocs, plt/got info, or dynindx. We used to copy dyn_relocs
4756 in order to simplify readonly_dynrelocs and save a field in the
4757 symbol hash entry, but that means dyn_relocs can't be used in any
4758 tests about a specific symbol, or affect other symbol flags which
4760 Chain weakdefs so we can get from the weakdef back to an alias.
4761 The list is circular so that we don't need to use u.weakdef as
4762 well as this list to look at all aliases. */
4763 if (eind->elf.root.type != bfd_link_hash_indirect)
4765 struct ppc_link_hash_entry *cur, *add, *next;
4770 cur = edir->weakref;
4775 /* We can be called twice for the same symbols.
4776 Don't make multiple loops. */
4780 } while (cur != edir);
4782 next = add->weakref;
4785 add->weakref = edir->weakref != NULL ? edir->weakref : edir;
4786 edir->weakref = add;
4789 } while (add != NULL && add != eind);
4793 /* Copy over any dynamic relocs we may have on the indirect sym. */
4794 if (eind->dyn_relocs != NULL)
4796 if (edir->dyn_relocs != NULL)
4798 struct elf_dyn_relocs **pp;
4799 struct elf_dyn_relocs *p;
4801 /* Add reloc counts against the indirect sym to the direct sym
4802 list. Merge any entries against the same section. */
4803 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
4805 struct elf_dyn_relocs *q;
4807 for (q = edir->dyn_relocs; q != NULL; q = q->next)
4808 if (q->sec == p->sec)
4810 q->pc_count += p->pc_count;
4811 q->count += p->count;
4818 *pp = edir->dyn_relocs;
4821 edir->dyn_relocs = eind->dyn_relocs;
4822 eind->dyn_relocs = NULL;
4825 /* Copy over got entries that we may have already seen to the
4826 symbol which just became indirect. */
4827 if (eind->elf.got.glist != NULL)
4829 if (edir->elf.got.glist != NULL)
4831 struct got_entry **entp;
4832 struct got_entry *ent;
4834 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4836 struct got_entry *dent;
4838 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4839 if (dent->addend == ent->addend
4840 && dent->owner == ent->owner
4841 && dent->tls_type == ent->tls_type)
4843 dent->got.refcount += ent->got.refcount;
4850 *entp = edir->elf.got.glist;
4853 edir->elf.got.glist = eind->elf.got.glist;
4854 eind->elf.got.glist = NULL;
4857 /* And plt entries. */
4858 move_plt_plist (eind, edir);
4860 if (eind->elf.dynindx != -1)
4862 if (edir->elf.dynindx != -1)
4863 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
4864 edir->elf.dynstr_index);
4865 edir->elf.dynindx = eind->elf.dynindx;
4866 edir->elf.dynstr_index = eind->elf.dynstr_index;
4867 eind->elf.dynindx = -1;
4868 eind->elf.dynstr_index = 0;
4872 /* Find the function descriptor hash entry from the given function code
4873 hash entry FH. Link the entries via their OH fields. */
4875 static struct ppc_link_hash_entry *
4876 lookup_fdh (struct ppc_link_hash_entry *fh, struct ppc_link_hash_table *htab)
4878 struct ppc_link_hash_entry *fdh = fh->oh;
4882 const char *fd_name = fh->elf.root.root.string + 1;
4884 fdh = (struct ppc_link_hash_entry *)
4885 elf_link_hash_lookup (&htab->elf, fd_name, FALSE, FALSE, FALSE);
4889 fdh->is_func_descriptor = 1;
4895 return ppc_follow_link (fdh);
4898 /* Make a fake function descriptor sym for the code sym FH. */
4900 static struct ppc_link_hash_entry *
4901 make_fdh (struct bfd_link_info *info,
4902 struct ppc_link_hash_entry *fh)
4906 struct bfd_link_hash_entry *bh;
4907 struct ppc_link_hash_entry *fdh;
4909 abfd = fh->elf.root.u.undef.abfd;
4910 newsym = bfd_make_empty_symbol (abfd);
4911 newsym->name = fh->elf.root.root.string + 1;
4912 newsym->section = bfd_und_section_ptr;
4914 newsym->flags = BSF_WEAK;
4917 if (!_bfd_generic_link_add_one_symbol (info, abfd, newsym->name,
4918 newsym->flags, newsym->section,
4919 newsym->value, NULL, FALSE, FALSE,
4923 fdh = (struct ppc_link_hash_entry *) bh;
4924 fdh->elf.non_elf = 0;
4926 fdh->is_func_descriptor = 1;
4933 /* Fix function descriptor symbols defined in .opd sections to be
4937 ppc64_elf_add_symbol_hook (bfd *ibfd,
4938 struct bfd_link_info *info,
4939 Elf_Internal_Sym *isym,
4941 flagword *flags ATTRIBUTE_UNUSED,
4945 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC
4946 && (ibfd->flags & DYNAMIC) == 0
4947 && bfd_get_flavour (info->output_bfd) == bfd_target_elf_flavour)
4948 elf_tdata (info->output_bfd)->has_gnu_symbols |= elf_gnu_symbol_ifunc;
4951 && strcmp ((*sec)->name, ".opd") == 0)
4955 if (!(ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC
4956 || ELF_ST_TYPE (isym->st_info) == STT_FUNC))
4957 isym->st_info = ELF_ST_INFO (ELF_ST_BIND (isym->st_info), STT_FUNC);
4959 /* If the symbol is a function defined in .opd, and the function
4960 code is in a discarded group, let it appear to be undefined. */
4961 if (!bfd_link_relocatable (info)
4962 && (*sec)->reloc_count != 0
4963 && opd_entry_value (*sec, *value, &code_sec, NULL,
4964 FALSE) != (bfd_vma) -1
4965 && discarded_section (code_sec))
4967 *sec = bfd_und_section_ptr;
4968 isym->st_shndx = SHN_UNDEF;
4971 else if (*sec != NULL
4972 && strcmp ((*sec)->name, ".toc") == 0
4973 && ELF_ST_TYPE (isym->st_info) == STT_OBJECT)
4975 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4977 htab->params->object_in_toc = 1;
4980 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
4982 if (abiversion (ibfd) == 0)
4983 set_abiversion (ibfd, 2);
4984 else if (abiversion (ibfd) == 1)
4986 info->callbacks->einfo (_("%P: symbol '%s' has invalid st_other"
4987 " for ABI version 1\n"), name);
4988 bfd_set_error (bfd_error_bad_value);
4996 /* Merge non-visibility st_other attributes: local entry point. */
4999 ppc64_elf_merge_symbol_attribute (struct elf_link_hash_entry *h,
5000 const Elf_Internal_Sym *isym,
5001 bfd_boolean definition,
5002 bfd_boolean dynamic)
5004 if (definition && !dynamic)
5005 h->other = ((isym->st_other & ~ELF_ST_VISIBILITY (-1))
5006 | ELF_ST_VISIBILITY (h->other));
5009 /* This function makes an old ABI object reference to ".bar" cause the
5010 inclusion of a new ABI object archive that defines "bar".
5011 NAME is a symbol defined in an archive. Return a symbol in the hash
5012 table that might be satisfied by the archive symbols. */
5014 static struct elf_link_hash_entry *
5015 ppc64_elf_archive_symbol_lookup (bfd *abfd,
5016 struct bfd_link_info *info,
5019 struct elf_link_hash_entry *h;
5023 h = _bfd_elf_archive_symbol_lookup (abfd, info, name);
5025 /* Don't return this sym if it is a fake function descriptor
5026 created by add_symbol_adjust. */
5027 && !(h->root.type == bfd_link_hash_undefweak
5028 && ((struct ppc_link_hash_entry *) h)->fake))
5034 len = strlen (name);
5035 dot_name = bfd_alloc (abfd, len + 2);
5036 if (dot_name == NULL)
5037 return (struct elf_link_hash_entry *) 0 - 1;
5039 memcpy (dot_name + 1, name, len + 1);
5040 h = _bfd_elf_archive_symbol_lookup (abfd, info, dot_name);
5041 bfd_release (abfd, dot_name);
5045 /* This function satisfies all old ABI object references to ".bar" if a
5046 new ABI object defines "bar". Well, at least, undefined dot symbols
5047 are made weak. This stops later archive searches from including an
5048 object if we already have a function descriptor definition. It also
5049 prevents the linker complaining about undefined symbols.
5050 We also check and correct mismatched symbol visibility here. The
5051 most restrictive visibility of the function descriptor and the
5052 function entry symbol is used. */
5055 add_symbol_adjust (struct ppc_link_hash_entry *eh, struct bfd_link_info *info)
5057 struct ppc_link_hash_table *htab;
5058 struct ppc_link_hash_entry *fdh;
5060 if (eh->elf.root.type == bfd_link_hash_indirect)
5063 if (eh->elf.root.type == bfd_link_hash_warning)
5064 eh = (struct ppc_link_hash_entry *) eh->elf.root.u.i.link;
5066 if (eh->elf.root.root.string[0] != '.')
5069 htab = ppc_hash_table (info);
5073 fdh = lookup_fdh (eh, htab);
5076 if (!bfd_link_relocatable (info)
5077 && (eh->elf.root.type == bfd_link_hash_undefined
5078 || eh->elf.root.type == bfd_link_hash_undefweak)
5079 && eh->elf.ref_regular)
5081 /* Make an undefweak function descriptor sym, which is enough to
5082 pull in an --as-needed shared lib, but won't cause link
5083 errors. Archives are handled elsewhere. */
5084 fdh = make_fdh (info, eh);
5087 fdh->elf.ref_regular = 1;
5092 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
5093 unsigned descr_vis = ELF_ST_VISIBILITY (fdh->elf.other) - 1;
5094 if (entry_vis < descr_vis)
5095 fdh->elf.other += entry_vis - descr_vis;
5096 else if (entry_vis > descr_vis)
5097 eh->elf.other += descr_vis - entry_vis;
5099 if ((fdh->elf.root.type == bfd_link_hash_defined
5100 || fdh->elf.root.type == bfd_link_hash_defweak)
5101 && eh->elf.root.type == bfd_link_hash_undefined)
5103 eh->elf.root.type = bfd_link_hash_undefweak;
5104 eh->was_undefined = 1;
5105 htab->twiddled_syms = 1;
5112 /* Set up opd section info and abiversion for IBFD, and process list
5113 of dot-symbols we made in link_hash_newfunc. */
5116 ppc64_elf_before_check_relocs (bfd *ibfd, struct bfd_link_info *info)
5118 struct ppc_link_hash_table *htab;
5119 struct ppc_link_hash_entry **p, *eh;
5120 asection *opd = bfd_get_section_by_name (ibfd, ".opd");
5122 if (opd != NULL && opd->size != 0)
5124 if (abiversion (ibfd) == 0)
5125 set_abiversion (ibfd, 1);
5126 else if (abiversion (ibfd) >= 2)
5128 info->callbacks->einfo (_("%P: %B .opd not allowed in ABI"
5130 ibfd, abiversion (ibfd));
5131 bfd_set_error (bfd_error_bad_value);
5135 if ((ibfd->flags & DYNAMIC) == 0
5136 && (opd->flags & SEC_RELOC) != 0
5137 && opd->reloc_count != 0
5138 && !bfd_is_abs_section (opd->output_section))
5140 /* Garbage collection needs some extra help with .opd sections.
5141 We don't want to necessarily keep everything referenced by
5142 relocs in .opd, as that would keep all functions. Instead,
5143 if we reference an .opd symbol (a function descriptor), we
5144 want to keep the function code symbol's section. This is
5145 easy for global symbols, but for local syms we need to keep
5146 information about the associated function section. */
5148 asection **opd_sym_map;
5150 amt = OPD_NDX (opd->size) * sizeof (*opd_sym_map);
5151 opd_sym_map = bfd_zalloc (ibfd, amt);
5152 if (opd_sym_map == NULL)
5154 ppc64_elf_section_data (opd)->u.opd.func_sec = opd_sym_map;
5155 BFD_ASSERT (ppc64_elf_section_data (opd)->sec_type == sec_normal);
5156 ppc64_elf_section_data (opd)->sec_type = sec_opd;
5160 if (!is_ppc64_elf (info->output_bfd))
5162 htab = ppc_hash_table (info);
5166 /* For input files without an explicit abiversion in e_flags
5167 we should have flagged any with symbol st_other bits set
5168 as ELFv1 and above flagged those with .opd as ELFv2.
5169 Set the output abiversion if not yet set, and for any input
5170 still ambiguous, take its abiversion from the output.
5171 Differences in ABI are reported later. */
5172 if (abiversion (info->output_bfd) == 0)
5173 set_abiversion (info->output_bfd, abiversion (ibfd));
5174 else if (abiversion (ibfd) == 0)
5175 set_abiversion (ibfd, abiversion (info->output_bfd));
5177 p = &htab->dot_syms;
5178 while ((eh = *p) != NULL)
5181 if (&eh->elf == htab->elf.hgot)
5183 else if (htab->elf.hgot == NULL
5184 && strcmp (eh->elf.root.root.string, ".TOC.") == 0)
5185 htab->elf.hgot = &eh->elf;
5186 else if (!add_symbol_adjust (eh, info))
5188 p = &eh->u.next_dot_sym;
5191 /* Clear the list for non-ppc64 input files. */
5192 p = &htab->dot_syms;
5193 while ((eh = *p) != NULL)
5196 p = &eh->u.next_dot_sym;
5199 /* We need to fix the undefs list for any syms we have twiddled to
5201 if (htab->twiddled_syms)
5203 bfd_link_repair_undef_list (&htab->elf.root);
5204 htab->twiddled_syms = 0;
5209 /* Undo hash table changes when an --as-needed input file is determined
5210 not to be needed. */
5213 ppc64_elf_notice_as_needed (bfd *ibfd,
5214 struct bfd_link_info *info,
5215 enum notice_asneeded_action act)
5217 if (act == notice_not_needed)
5219 struct ppc_link_hash_table *htab = ppc_hash_table (info);
5224 htab->dot_syms = NULL;
5226 return _bfd_elf_notice_as_needed (ibfd, info, act);
5229 /* If --just-symbols against a final linked binary, then assume we need
5230 toc adjusting stubs when calling functions defined there. */
5233 ppc64_elf_link_just_syms (asection *sec, struct bfd_link_info *info)
5235 if ((sec->flags & SEC_CODE) != 0
5236 && (sec->owner->flags & (EXEC_P | DYNAMIC)) != 0
5237 && is_ppc64_elf (sec->owner))
5239 if (abiversion (sec->owner) >= 2
5240 || bfd_get_section_by_name (sec->owner, ".opd") != NULL)
5241 sec->has_toc_reloc = 1;
5243 _bfd_elf_link_just_syms (sec, info);
5246 static struct plt_entry **
5247 update_local_sym_info (bfd *abfd, Elf_Internal_Shdr *symtab_hdr,
5248 unsigned long r_symndx, bfd_vma r_addend, int tls_type)
5250 struct got_entry **local_got_ents = elf_local_got_ents (abfd);
5251 struct plt_entry **local_plt;
5252 unsigned char *local_got_tls_masks;
5254 if (local_got_ents == NULL)
5256 bfd_size_type size = symtab_hdr->sh_info;
5258 size *= (sizeof (*local_got_ents)
5259 + sizeof (*local_plt)
5260 + sizeof (*local_got_tls_masks));
5261 local_got_ents = bfd_zalloc (abfd, size);
5262 if (local_got_ents == NULL)
5264 elf_local_got_ents (abfd) = local_got_ents;
5267 if ((tls_type & (PLT_IFUNC | TLS_EXPLICIT)) == 0)
5269 struct got_entry *ent;
5271 for (ent = local_got_ents[r_symndx]; ent != NULL; ent = ent->next)
5272 if (ent->addend == r_addend
5273 && ent->owner == abfd
5274 && ent->tls_type == tls_type)
5278 bfd_size_type amt = sizeof (*ent);
5279 ent = bfd_alloc (abfd, amt);
5282 ent->next = local_got_ents[r_symndx];
5283 ent->addend = r_addend;
5285 ent->tls_type = tls_type;
5286 ent->is_indirect = FALSE;
5287 ent->got.refcount = 0;
5288 local_got_ents[r_symndx] = ent;
5290 ent->got.refcount += 1;
5293 local_plt = (struct plt_entry **) (local_got_ents + symtab_hdr->sh_info);
5294 local_got_tls_masks = (unsigned char *) (local_plt + symtab_hdr->sh_info);
5295 local_got_tls_masks[r_symndx] |= tls_type;
5297 return local_plt + r_symndx;
5301 update_plt_info (bfd *abfd, struct plt_entry **plist, bfd_vma addend)
5303 struct plt_entry *ent;
5305 for (ent = *plist; ent != NULL; ent = ent->next)
5306 if (ent->addend == addend)
5310 bfd_size_type amt = sizeof (*ent);
5311 ent = bfd_alloc (abfd, amt);
5315 ent->addend = addend;
5316 ent->plt.refcount = 0;
5319 ent->plt.refcount += 1;
5324 is_branch_reloc (enum elf_ppc64_reloc_type r_type)
5326 return (r_type == R_PPC64_REL24
5327 || r_type == R_PPC64_REL14
5328 || r_type == R_PPC64_REL14_BRTAKEN
5329 || r_type == R_PPC64_REL14_BRNTAKEN
5330 || r_type == R_PPC64_ADDR24
5331 || r_type == R_PPC64_ADDR14
5332 || r_type == R_PPC64_ADDR14_BRTAKEN
5333 || r_type == R_PPC64_ADDR14_BRNTAKEN);
5336 /* Look through the relocs for a section during the first phase, and
5337 calculate needed space in the global offset table, procedure
5338 linkage table, and dynamic reloc sections. */
5341 ppc64_elf_check_relocs (bfd *abfd, struct bfd_link_info *info,
5342 asection *sec, const Elf_Internal_Rela *relocs)
5344 struct ppc_link_hash_table *htab;
5345 Elf_Internal_Shdr *symtab_hdr;
5346 struct elf_link_hash_entry **sym_hashes;
5347 const Elf_Internal_Rela *rel;
5348 const Elf_Internal_Rela *rel_end;
5350 asection **opd_sym_map;
5351 struct elf_link_hash_entry *tga, *dottga;
5353 if (bfd_link_relocatable (info))
5356 /* Don't do anything special with non-loaded, non-alloced sections.
5357 In particular, any relocs in such sections should not affect GOT
5358 and PLT reference counting (ie. we don't allow them to create GOT
5359 or PLT entries), there's no possibility or desire to optimize TLS
5360 relocs, and there's not much point in propagating relocs to shared
5361 libs that the dynamic linker won't relocate. */
5362 if ((sec->flags & SEC_ALLOC) == 0)
5365 BFD_ASSERT (is_ppc64_elf (abfd));
5367 htab = ppc_hash_table (info);
5371 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
5372 FALSE, FALSE, TRUE);
5373 dottga = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
5374 FALSE, FALSE, TRUE);
5375 symtab_hdr = &elf_symtab_hdr (abfd);
5376 sym_hashes = elf_sym_hashes (abfd);
5379 if (ppc64_elf_section_data (sec) != NULL
5380 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
5381 opd_sym_map = ppc64_elf_section_data (sec)->u.opd.func_sec;
5383 rel_end = relocs + sec->reloc_count;
5384 for (rel = relocs; rel < rel_end; rel++)
5386 unsigned long r_symndx;
5387 struct elf_link_hash_entry *h;
5388 enum elf_ppc64_reloc_type r_type;
5390 struct _ppc64_elf_section_data *ppc64_sec;
5391 struct plt_entry **ifunc, **plt_list;
5393 r_symndx = ELF64_R_SYM (rel->r_info);
5394 if (r_symndx < symtab_hdr->sh_info)
5398 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
5399 h = elf_follow_link (h);
5401 /* PR15323, ref flags aren't set for references in the same
5403 h->root.non_ir_ref = 1;
5405 if (h == htab->elf.hgot)
5406 sec->has_toc_reloc = 1;
5413 if (h->type == STT_GNU_IFUNC)
5416 ifunc = &h->plt.plist;
5421 Elf_Internal_Sym *isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5426 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
5428 ifunc = update_local_sym_info (abfd, symtab_hdr, r_symndx,
5429 rel->r_addend, PLT_IFUNC);
5435 r_type = ELF64_R_TYPE (rel->r_info);
5440 /* These special tls relocs tie a call to __tls_get_addr with
5441 its parameter symbol. */
5444 case R_PPC64_GOT_TLSLD16:
5445 case R_PPC64_GOT_TLSLD16_LO:
5446 case R_PPC64_GOT_TLSLD16_HI:
5447 case R_PPC64_GOT_TLSLD16_HA:
5448 tls_type = TLS_TLS | TLS_LD;
5451 case R_PPC64_GOT_TLSGD16:
5452 case R_PPC64_GOT_TLSGD16_LO:
5453 case R_PPC64_GOT_TLSGD16_HI:
5454 case R_PPC64_GOT_TLSGD16_HA:
5455 tls_type = TLS_TLS | TLS_GD;
5458 case R_PPC64_GOT_TPREL16_DS:
5459 case R_PPC64_GOT_TPREL16_LO_DS:
5460 case R_PPC64_GOT_TPREL16_HI:
5461 case R_PPC64_GOT_TPREL16_HA:
5462 if (bfd_link_pic (info))
5463 info->flags |= DF_STATIC_TLS;
5464 tls_type = TLS_TLS | TLS_TPREL;
5467 case R_PPC64_GOT_DTPREL16_DS:
5468 case R_PPC64_GOT_DTPREL16_LO_DS:
5469 case R_PPC64_GOT_DTPREL16_HI:
5470 case R_PPC64_GOT_DTPREL16_HA:
5471 tls_type = TLS_TLS | TLS_DTPREL;
5473 sec->has_tls_reloc = 1;
5477 case R_PPC64_GOT16_DS:
5478 case R_PPC64_GOT16_HA:
5479 case R_PPC64_GOT16_HI:
5480 case R_PPC64_GOT16_LO:
5481 case R_PPC64_GOT16_LO_DS:
5482 /* This symbol requires a global offset table entry. */
5483 sec->has_toc_reloc = 1;
5484 if (r_type == R_PPC64_GOT_TLSLD16
5485 || r_type == R_PPC64_GOT_TLSGD16
5486 || r_type == R_PPC64_GOT_TPREL16_DS
5487 || r_type == R_PPC64_GOT_DTPREL16_DS
5488 || r_type == R_PPC64_GOT16
5489 || r_type == R_PPC64_GOT16_DS)
5491 htab->do_multi_toc = 1;
5492 ppc64_elf_tdata (abfd)->has_small_toc_reloc = 1;
5495 if (ppc64_elf_tdata (abfd)->got == NULL
5496 && !create_got_section (abfd, info))
5501 struct ppc_link_hash_entry *eh;
5502 struct got_entry *ent;
5504 eh = (struct ppc_link_hash_entry *) h;
5505 for (ent = eh->elf.got.glist; ent != NULL; ent = ent->next)
5506 if (ent->addend == rel->r_addend
5507 && ent->owner == abfd
5508 && ent->tls_type == tls_type)
5512 bfd_size_type amt = sizeof (*ent);
5513 ent = bfd_alloc (abfd, amt);
5516 ent->next = eh->elf.got.glist;
5517 ent->addend = rel->r_addend;
5519 ent->tls_type = tls_type;
5520 ent->is_indirect = FALSE;
5521 ent->got.refcount = 0;
5522 eh->elf.got.glist = ent;
5524 ent->got.refcount += 1;
5525 eh->tls_mask |= tls_type;
5528 /* This is a global offset table entry for a local symbol. */
5529 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
5530 rel->r_addend, tls_type))
5533 /* We may also need a plt entry if the symbol turns out to be
5535 if (h != NULL && !bfd_link_pic (info) && abiversion (abfd) != 1)
5537 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend))
5542 case R_PPC64_PLT16_HA:
5543 case R_PPC64_PLT16_HI:
5544 case R_PPC64_PLT16_LO:
5547 /* This symbol requires a procedure linkage table entry. */
5552 if (h->root.root.string[0] == '.'
5553 && h->root.root.string[1] != '\0')
5554 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5555 plt_list = &h->plt.plist;
5557 if (plt_list == NULL)
5559 /* It does not make sense to have a procedure linkage
5560 table entry for a non-ifunc local symbol. */
5561 info->callbacks->einfo
5562 (_("%P: %H: %s reloc against local symbol\n"),
5563 abfd, sec, rel->r_offset,
5564 ppc64_elf_howto_table[r_type]->name);
5565 bfd_set_error (bfd_error_bad_value);
5568 if (!update_plt_info (abfd, plt_list, rel->r_addend))
5572 /* The following relocations don't need to propagate the
5573 relocation if linking a shared object since they are
5574 section relative. */
5575 case R_PPC64_SECTOFF:
5576 case R_PPC64_SECTOFF_LO:
5577 case R_PPC64_SECTOFF_HI:
5578 case R_PPC64_SECTOFF_HA:
5579 case R_PPC64_SECTOFF_DS:
5580 case R_PPC64_SECTOFF_LO_DS:
5581 case R_PPC64_DTPREL16:
5582 case R_PPC64_DTPREL16_LO:
5583 case R_PPC64_DTPREL16_HI:
5584 case R_PPC64_DTPREL16_HA:
5585 case R_PPC64_DTPREL16_DS:
5586 case R_PPC64_DTPREL16_LO_DS:
5587 case R_PPC64_DTPREL16_HIGH:
5588 case R_PPC64_DTPREL16_HIGHA:
5589 case R_PPC64_DTPREL16_HIGHER:
5590 case R_PPC64_DTPREL16_HIGHERA:
5591 case R_PPC64_DTPREL16_HIGHEST:
5592 case R_PPC64_DTPREL16_HIGHESTA:
5597 case R_PPC64_REL16_LO:
5598 case R_PPC64_REL16_HI:
5599 case R_PPC64_REL16_HA:
5600 case R_PPC64_REL16DX_HA:
5603 /* Not supported as a dynamic relocation. */
5604 case R_PPC64_ADDR64_LOCAL:
5605 if (bfd_link_pic (info))
5607 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
5609 info->callbacks->einfo (_("%P: %H: %s reloc unsupported "
5610 "in shared libraries and PIEs.\n"),
5611 abfd, sec, rel->r_offset,
5612 ppc64_elf_howto_table[r_type]->name);
5613 bfd_set_error (bfd_error_bad_value);
5619 case R_PPC64_TOC16_DS:
5620 htab->do_multi_toc = 1;
5621 ppc64_elf_tdata (abfd)->has_small_toc_reloc = 1;
5622 case R_PPC64_TOC16_LO:
5623 case R_PPC64_TOC16_HI:
5624 case R_PPC64_TOC16_HA:
5625 case R_PPC64_TOC16_LO_DS:
5626 sec->has_toc_reloc = 1;
5633 /* This relocation describes the C++ object vtable hierarchy.
5634 Reconstruct it for later use during GC. */
5635 case R_PPC64_GNU_VTINHERIT:
5636 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
5640 /* This relocation describes which C++ vtable entries are actually
5641 used. Record for later use during GC. */
5642 case R_PPC64_GNU_VTENTRY:
5643 BFD_ASSERT (h != NULL);
5645 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
5650 case R_PPC64_REL14_BRTAKEN:
5651 case R_PPC64_REL14_BRNTAKEN:
5653 asection *dest = NULL;
5655 /* Heuristic: If jumping outside our section, chances are
5656 we are going to need a stub. */
5659 /* If the sym is weak it may be overridden later, so
5660 don't assume we know where a weak sym lives. */
5661 if (h->root.type == bfd_link_hash_defined)
5662 dest = h->root.u.def.section;
5666 Elf_Internal_Sym *isym;
5668 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5673 dest = bfd_section_from_elf_index (abfd, isym->st_shndx);
5677 ppc64_elf_section_data (sec)->has_14bit_branch = 1;
5686 if (h->root.root.string[0] == '.'
5687 && h->root.root.string[1] != '\0')
5688 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5690 if (h == tga || h == dottga)
5692 sec->has_tls_reloc = 1;
5694 && (ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_TLSGD
5695 || ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_TLSLD))
5696 /* We have a new-style __tls_get_addr call with
5700 /* Mark this section as having an old-style call. */
5701 sec->has_tls_get_addr_call = 1;
5703 plt_list = &h->plt.plist;
5706 /* We may need a .plt entry if the function this reloc
5707 refers to is in a shared lib. */
5709 && !update_plt_info (abfd, plt_list, rel->r_addend))
5713 case R_PPC64_ADDR14:
5714 case R_PPC64_ADDR14_BRNTAKEN:
5715 case R_PPC64_ADDR14_BRTAKEN:
5716 case R_PPC64_ADDR24:
5719 case R_PPC64_TPREL64:
5720 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
5721 if (bfd_link_pic (info))
5722 info->flags |= DF_STATIC_TLS;
5725 case R_PPC64_DTPMOD64:
5726 if (rel + 1 < rel_end
5727 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64)
5728 && rel[1].r_offset == rel->r_offset + 8)
5729 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
5731 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
5734 case R_PPC64_DTPREL64:
5735 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
5737 && rel[-1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPMOD64)
5738 && rel[-1].r_offset == rel->r_offset - 8)
5739 /* This is the second reloc of a dtpmod, dtprel pair.
5740 Don't mark with TLS_DTPREL. */
5744 sec->has_tls_reloc = 1;
5747 struct ppc_link_hash_entry *eh;
5748 eh = (struct ppc_link_hash_entry *) h;
5749 eh->tls_mask |= tls_type;
5752 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
5753 rel->r_addend, tls_type))
5756 ppc64_sec = ppc64_elf_section_data (sec);
5757 if (ppc64_sec->sec_type != sec_toc)
5761 /* One extra to simplify get_tls_mask. */
5762 amt = sec->size * sizeof (unsigned) / 8 + sizeof (unsigned);
5763 ppc64_sec->u.toc.symndx = bfd_zalloc (abfd, amt);
5764 if (ppc64_sec->u.toc.symndx == NULL)
5766 amt = sec->size * sizeof (bfd_vma) / 8;
5767 ppc64_sec->u.toc.add = bfd_zalloc (abfd, amt);
5768 if (ppc64_sec->u.toc.add == NULL)
5770 BFD_ASSERT (ppc64_sec->sec_type == sec_normal);
5771 ppc64_sec->sec_type = sec_toc;
5773 BFD_ASSERT (rel->r_offset % 8 == 0);
5774 ppc64_sec->u.toc.symndx[rel->r_offset / 8] = r_symndx;
5775 ppc64_sec->u.toc.add[rel->r_offset / 8] = rel->r_addend;
5777 /* Mark the second slot of a GD or LD entry.
5778 -1 to indicate GD and -2 to indicate LD. */
5779 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
5780 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -1;
5781 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
5782 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -2;
5785 case R_PPC64_TPREL16:
5786 case R_PPC64_TPREL16_LO:
5787 case R_PPC64_TPREL16_HI:
5788 case R_PPC64_TPREL16_HA:
5789 case R_PPC64_TPREL16_DS:
5790 case R_PPC64_TPREL16_LO_DS:
5791 case R_PPC64_TPREL16_HIGH:
5792 case R_PPC64_TPREL16_HIGHA:
5793 case R_PPC64_TPREL16_HIGHER:
5794 case R_PPC64_TPREL16_HIGHERA:
5795 case R_PPC64_TPREL16_HIGHEST:
5796 case R_PPC64_TPREL16_HIGHESTA:
5797 if (bfd_link_pic (info))
5799 info->flags |= DF_STATIC_TLS;
5804 case R_PPC64_ADDR64:
5805 if (opd_sym_map != NULL
5806 && rel + 1 < rel_end
5807 && ELF64_R_TYPE ((rel + 1)->r_info) == R_PPC64_TOC)
5811 if (h->root.root.string[0] == '.'
5812 && h->root.root.string[1] != 0
5813 && lookup_fdh ((struct ppc_link_hash_entry *) h, htab))
5816 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5821 Elf_Internal_Sym *isym;
5823 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5828 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
5829 if (s != NULL && s != sec)
5830 opd_sym_map[OPD_NDX (rel->r_offset)] = s;
5835 case R_PPC64_ADDR16:
5836 case R_PPC64_ADDR16_DS:
5837 case R_PPC64_ADDR16_HA:
5838 case R_PPC64_ADDR16_HI:
5839 case R_PPC64_ADDR16_HIGH:
5840 case R_PPC64_ADDR16_HIGHA:
5841 case R_PPC64_ADDR16_HIGHER:
5842 case R_PPC64_ADDR16_HIGHERA:
5843 case R_PPC64_ADDR16_HIGHEST:
5844 case R_PPC64_ADDR16_HIGHESTA:
5845 case R_PPC64_ADDR16_LO:
5846 case R_PPC64_ADDR16_LO_DS:
5847 if (h != NULL && !bfd_link_pic (info) && abiversion (abfd) != 1
5848 && rel->r_addend == 0)
5850 /* We may need a .plt entry if this reloc refers to a
5851 function in a shared lib. */
5852 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend))
5854 h->pointer_equality_needed = 1;
5861 case R_PPC64_ADDR32:
5862 case R_PPC64_UADDR16:
5863 case R_PPC64_UADDR32:
5864 case R_PPC64_UADDR64:
5866 if (h != NULL && !bfd_link_pic (info))
5867 /* We may need a copy reloc. */
5870 /* Don't propagate .opd relocs. */
5871 if (NO_OPD_RELOCS && opd_sym_map != NULL)
5874 /* If we are creating a shared library, and this is a reloc
5875 against a global symbol, or a non PC relative reloc
5876 against a local symbol, then we need to copy the reloc
5877 into the shared library. However, if we are linking with
5878 -Bsymbolic, we do not need to copy a reloc against a
5879 global symbol which is defined in an object we are
5880 including in the link (i.e., DEF_REGULAR is set). At
5881 this point we have not seen all the input files, so it is
5882 possible that DEF_REGULAR is not set now but will be set
5883 later (it is never cleared). In case of a weak definition,
5884 DEF_REGULAR may be cleared later by a strong definition in
5885 a shared library. We account for that possibility below by
5886 storing information in the dyn_relocs field of the hash
5887 table entry. A similar situation occurs when creating
5888 shared libraries and symbol visibility changes render the
5891 If on the other hand, we are creating an executable, we
5892 may need to keep relocations for symbols satisfied by a
5893 dynamic library if we manage to avoid copy relocs for the
5896 if ((bfd_link_pic (info)
5897 && (must_be_dyn_reloc (info, r_type)
5899 && (!SYMBOLIC_BIND (info, h)
5900 || h->root.type == bfd_link_hash_defweak
5901 || !h->def_regular))))
5902 || (ELIMINATE_COPY_RELOCS
5903 && !bfd_link_pic (info)
5905 && (h->root.type == bfd_link_hash_defweak
5906 || !h->def_regular))
5907 || (!bfd_link_pic (info)
5910 /* We must copy these reloc types into the output file.
5911 Create a reloc section in dynobj and make room for
5915 sreloc = _bfd_elf_make_dynamic_reloc_section
5916 (sec, htab->elf.dynobj, 3, abfd, /*rela?*/ TRUE);
5922 /* If this is a global symbol, we count the number of
5923 relocations we need for this symbol. */
5926 struct elf_dyn_relocs *p;
5927 struct elf_dyn_relocs **head;
5929 head = &((struct ppc_link_hash_entry *) h)->dyn_relocs;
5931 if (p == NULL || p->sec != sec)
5933 p = bfd_alloc (htab->elf.dynobj, sizeof *p);
5943 if (!must_be_dyn_reloc (info, r_type))
5948 /* Track dynamic relocs needed for local syms too.
5949 We really need local syms available to do this
5951 struct ppc_dyn_relocs *p;
5952 struct ppc_dyn_relocs **head;
5953 bfd_boolean is_ifunc;
5956 Elf_Internal_Sym *isym;
5958 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5963 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
5967 vpp = &elf_section_data (s)->local_dynrel;
5968 head = (struct ppc_dyn_relocs **) vpp;
5969 is_ifunc = ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC;
5971 if (p != NULL && p->sec == sec && p->ifunc != is_ifunc)
5973 if (p == NULL || p->sec != sec || p->ifunc != is_ifunc)
5975 p = bfd_alloc (htab->elf.dynobj, sizeof *p);
5981 p->ifunc = is_ifunc;
5997 /* Merge backend specific data from an object file to the output
5998 object file when linking. */
6001 ppc64_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
6003 unsigned long iflags, oflags;
6005 if ((ibfd->flags & BFD_LINKER_CREATED) != 0)
6008 if (!is_ppc64_elf (ibfd) || !is_ppc64_elf (obfd))
6011 if (!_bfd_generic_verify_endian_match (ibfd, obfd))
6014 iflags = elf_elfheader (ibfd)->e_flags;
6015 oflags = elf_elfheader (obfd)->e_flags;
6017 if (iflags & ~EF_PPC64_ABI)
6020 (_("%B uses unknown e_flags 0x%lx"), ibfd, iflags);
6021 bfd_set_error (bfd_error_bad_value);
6024 else if (iflags != oflags && iflags != 0)
6027 (_("%B: ABI version %ld is not compatible with ABI version %ld output"),
6028 ibfd, iflags, oflags);
6029 bfd_set_error (bfd_error_bad_value);
6033 _bfd_elf_ppc_merge_fp_attributes (ibfd, obfd);
6035 /* Merge Tag_compatibility attributes and any common GNU ones. */
6036 _bfd_elf_merge_object_attributes (ibfd, obfd);
6042 ppc64_elf_print_private_bfd_data (bfd *abfd, void *ptr)
6044 /* Print normal ELF private data. */
6045 _bfd_elf_print_private_bfd_data (abfd, ptr);
6047 if (elf_elfheader (abfd)->e_flags != 0)
6051 /* xgettext:c-format */
6052 fprintf (file, _("private flags = 0x%lx:"),
6053 elf_elfheader (abfd)->e_flags);
6055 if ((elf_elfheader (abfd)->e_flags & EF_PPC64_ABI) != 0)
6056 fprintf (file, _(" [abiv%ld]"),
6057 elf_elfheader (abfd)->e_flags & EF_PPC64_ABI);
6064 /* OFFSET in OPD_SEC specifies a function descriptor. Return the address
6065 of the code entry point, and its section, which must be in the same
6066 object as OPD_SEC. Returns (bfd_vma) -1 on error. */
6069 opd_entry_value (asection *opd_sec,
6071 asection **code_sec,
6073 bfd_boolean in_code_sec)
6075 bfd *opd_bfd = opd_sec->owner;
6076 Elf_Internal_Rela *relocs;
6077 Elf_Internal_Rela *lo, *hi, *look;
6080 /* No relocs implies we are linking a --just-symbols object, or looking
6081 at a final linked executable with addr2line or somesuch. */
6082 if (opd_sec->reloc_count == 0)
6084 bfd_byte *contents = ppc64_elf_tdata (opd_bfd)->opd.contents;
6086 if (contents == NULL)
6088 if (!bfd_malloc_and_get_section (opd_bfd, opd_sec, &contents))
6089 return (bfd_vma) -1;
6090 ppc64_elf_tdata (opd_bfd)->opd.contents = contents;
6093 /* PR 17512: file: 64b9dfbb. */
6094 if (offset + 7 >= opd_sec->size || offset + 7 < offset)
6095 return (bfd_vma) -1;
6097 val = bfd_get_64 (opd_bfd, contents + offset);
6098 if (code_sec != NULL)
6100 asection *sec, *likely = NULL;
6106 && val < sec->vma + sec->size)
6112 for (sec = opd_bfd->sections; sec != NULL; sec = sec->next)
6114 && (sec->flags & SEC_LOAD) != 0
6115 && (sec->flags & SEC_ALLOC) != 0)
6120 if (code_off != NULL)
6121 *code_off = val - likely->vma;
6127 BFD_ASSERT (is_ppc64_elf (opd_bfd));
6129 relocs = ppc64_elf_tdata (opd_bfd)->opd.relocs;
6131 relocs = _bfd_elf_link_read_relocs (opd_bfd, opd_sec, NULL, NULL, TRUE);
6132 /* PR 17512: file: df8e1fd6. */
6134 return (bfd_vma) -1;
6136 /* Go find the opd reloc at the sym address. */
6138 hi = lo + opd_sec->reloc_count - 1; /* ignore last reloc */
6142 look = lo + (hi - lo) / 2;
6143 if (look->r_offset < offset)
6145 else if (look->r_offset > offset)
6149 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (opd_bfd);
6151 if (ELF64_R_TYPE (look->r_info) == R_PPC64_ADDR64
6152 && ELF64_R_TYPE ((look + 1)->r_info) == R_PPC64_TOC)
6154 unsigned long symndx = ELF64_R_SYM (look->r_info);
6155 asection *sec = NULL;
6157 if (symndx >= symtab_hdr->sh_info
6158 && elf_sym_hashes (opd_bfd) != NULL)
6160 struct elf_link_hash_entry **sym_hashes;
6161 struct elf_link_hash_entry *rh;
6163 sym_hashes = elf_sym_hashes (opd_bfd);
6164 rh = sym_hashes[symndx - symtab_hdr->sh_info];
6167 rh = elf_follow_link (rh);
6168 if (rh->root.type != bfd_link_hash_defined
6169 && rh->root.type != bfd_link_hash_defweak)
6171 if (rh->root.u.def.section->owner == opd_bfd)
6173 val = rh->root.u.def.value;
6174 sec = rh->root.u.def.section;
6181 Elf_Internal_Sym *sym;
6183 if (symndx < symtab_hdr->sh_info)
6185 sym = (Elf_Internal_Sym *) symtab_hdr->contents;
6188 size_t symcnt = symtab_hdr->sh_info;
6189 sym = bfd_elf_get_elf_syms (opd_bfd, symtab_hdr,
6194 symtab_hdr->contents = (bfd_byte *) sym;
6200 sym = bfd_elf_get_elf_syms (opd_bfd, symtab_hdr,
6206 sec = bfd_section_from_elf_index (opd_bfd, sym->st_shndx);
6209 BFD_ASSERT ((sec->flags & SEC_MERGE) == 0);
6210 val = sym->st_value;
6213 val += look->r_addend;
6214 if (code_off != NULL)
6216 if (code_sec != NULL)
6218 if (in_code_sec && *code_sec != sec)
6223 if (sec->output_section != NULL)
6224 val += sec->output_section->vma + sec->output_offset;
6233 /* If the ELF symbol SYM might be a function in SEC, return the
6234 function size and set *CODE_OFF to the function's entry point,
6235 otherwise return zero. */
6237 static bfd_size_type
6238 ppc64_elf_maybe_function_sym (const asymbol *sym, asection *sec,
6243 if ((sym->flags & (BSF_SECTION_SYM | BSF_FILE | BSF_OBJECT
6244 | BSF_THREAD_LOCAL | BSF_RELC | BSF_SRELC)) != 0)
6248 if (!(sym->flags & BSF_SYNTHETIC))
6249 size = ((elf_symbol_type *) sym)->internal_elf_sym.st_size;
6251 if (strcmp (sym->section->name, ".opd") == 0)
6253 struct _opd_sec_data *opd = get_opd_info (sym->section);
6254 bfd_vma symval = sym->value;
6257 && opd->adjust != NULL
6258 && elf_section_data (sym->section)->relocs != NULL)
6260 /* opd_entry_value will use cached relocs that have been
6261 adjusted, but with raw symbols. That means both local
6262 and global symbols need adjusting. */
6263 long adjust = opd->adjust[OPD_NDX (symval)];
6269 if (opd_entry_value (sym->section, symval,
6270 &sec, code_off, TRUE) == (bfd_vma) -1)
6272 /* An old ABI binary with dot-syms has a size of 24 on the .opd
6273 symbol. This size has nothing to do with the code size of the
6274 function, which is what we're supposed to return, but the
6275 code size isn't available without looking up the dot-sym.
6276 However, doing that would be a waste of time particularly
6277 since elf_find_function will look at the dot-sym anyway.
6278 Now, elf_find_function will keep the largest size of any
6279 function sym found at the code address of interest, so return
6280 1 here to avoid it incorrectly caching a larger function size
6281 for a small function. This does mean we return the wrong
6282 size for a new-ABI function of size 24, but all that does is
6283 disable caching for such functions. */
6289 if (sym->section != sec)
6291 *code_off = sym->value;
6298 /* Return true if symbol is defined in a regular object file. */
6301 is_static_defined (struct elf_link_hash_entry *h)
6303 return ((h->root.type == bfd_link_hash_defined
6304 || h->root.type == bfd_link_hash_defweak)
6305 && h->root.u.def.section != NULL
6306 && h->root.u.def.section->output_section != NULL);
6309 /* If FDH is a function descriptor symbol, return the associated code
6310 entry symbol if it is defined. Return NULL otherwise. */
6312 static struct ppc_link_hash_entry *
6313 defined_code_entry (struct ppc_link_hash_entry *fdh)
6315 if (fdh->is_func_descriptor)
6317 struct ppc_link_hash_entry *fh = ppc_follow_link (fdh->oh);
6318 if (fh->elf.root.type == bfd_link_hash_defined
6319 || fh->elf.root.type == bfd_link_hash_defweak)
6325 /* If FH is a function code entry symbol, return the associated
6326 function descriptor symbol if it is defined. Return NULL otherwise. */
6328 static struct ppc_link_hash_entry *
6329 defined_func_desc (struct ppc_link_hash_entry *fh)
6332 && fh->oh->is_func_descriptor)
6334 struct ppc_link_hash_entry *fdh = ppc_follow_link (fh->oh);
6335 if (fdh->elf.root.type == bfd_link_hash_defined
6336 || fdh->elf.root.type == bfd_link_hash_defweak)
6342 /* Mark all our entry sym sections, both opd and code section. */
6345 ppc64_elf_gc_keep (struct bfd_link_info *info)
6347 struct ppc_link_hash_table *htab = ppc_hash_table (info);
6348 struct bfd_sym_chain *sym;
6353 for (sym = info->gc_sym_list; sym != NULL; sym = sym->next)
6355 struct ppc_link_hash_entry *eh, *fh;
6358 eh = (struct ppc_link_hash_entry *)
6359 elf_link_hash_lookup (&htab->elf, sym->name, FALSE, FALSE, TRUE);
6362 if (eh->elf.root.type != bfd_link_hash_defined
6363 && eh->elf.root.type != bfd_link_hash_defweak)
6366 fh = defined_code_entry (eh);
6369 sec = fh->elf.root.u.def.section;
6370 sec->flags |= SEC_KEEP;
6372 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
6373 && opd_entry_value (eh->elf.root.u.def.section,
6374 eh->elf.root.u.def.value,
6375 &sec, NULL, FALSE) != (bfd_vma) -1)
6376 sec->flags |= SEC_KEEP;
6378 sec = eh->elf.root.u.def.section;
6379 sec->flags |= SEC_KEEP;
6383 /* Mark sections containing dynamically referenced symbols. When
6384 building shared libraries, we must assume that any visible symbol is
6388 ppc64_elf_gc_mark_dynamic_ref (struct elf_link_hash_entry *h, void *inf)
6390 struct bfd_link_info *info = (struct bfd_link_info *) inf;
6391 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) h;
6392 struct ppc_link_hash_entry *fdh;
6393 struct bfd_elf_dynamic_list *d = info->dynamic_list;
6395 /* Dynamic linking info is on the func descriptor sym. */
6396 fdh = defined_func_desc (eh);
6400 if ((eh->elf.root.type == bfd_link_hash_defined
6401 || eh->elf.root.type == bfd_link_hash_defweak)
6402 && (eh->elf.ref_dynamic
6403 || ((eh->elf.def_regular || ELF_COMMON_DEF_P (&eh->elf))
6404 && ELF_ST_VISIBILITY (eh->elf.other) != STV_INTERNAL
6405 && ELF_ST_VISIBILITY (eh->elf.other) != STV_HIDDEN
6406 && (!bfd_link_executable (info)
6407 || info->export_dynamic
6410 && (*d->match) (&d->head, NULL, eh->elf.root.root.string)))
6411 && (strchr (eh->elf.root.root.string, ELF_VER_CHR) != NULL
6412 || !bfd_hide_sym_by_version (info->version_info,
6413 eh->elf.root.root.string)))))
6416 struct ppc_link_hash_entry *fh;
6418 eh->elf.root.u.def.section->flags |= SEC_KEEP;
6420 /* Function descriptor syms cause the associated
6421 function code sym section to be marked. */
6422 fh = defined_code_entry (eh);
6425 code_sec = fh->elf.root.u.def.section;
6426 code_sec->flags |= SEC_KEEP;
6428 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
6429 && opd_entry_value (eh->elf.root.u.def.section,
6430 eh->elf.root.u.def.value,
6431 &code_sec, NULL, FALSE) != (bfd_vma) -1)
6432 code_sec->flags |= SEC_KEEP;
6438 /* Return the section that should be marked against GC for a given
6442 ppc64_elf_gc_mark_hook (asection *sec,
6443 struct bfd_link_info *info,
6444 Elf_Internal_Rela *rel,
6445 struct elf_link_hash_entry *h,
6446 Elf_Internal_Sym *sym)
6450 /* Syms return NULL if we're marking .opd, so we avoid marking all
6451 function sections, as all functions are referenced in .opd. */
6453 if (get_opd_info (sec) != NULL)
6458 enum elf_ppc64_reloc_type r_type;
6459 struct ppc_link_hash_entry *eh, *fh, *fdh;
6461 r_type = ELF64_R_TYPE (rel->r_info);
6464 case R_PPC64_GNU_VTINHERIT:
6465 case R_PPC64_GNU_VTENTRY:
6469 switch (h->root.type)
6471 case bfd_link_hash_defined:
6472 case bfd_link_hash_defweak:
6473 eh = (struct ppc_link_hash_entry *) h;
6474 fdh = defined_func_desc (eh);
6478 /* Function descriptor syms cause the associated
6479 function code sym section to be marked. */
6480 fh = defined_code_entry (eh);
6483 /* They also mark their opd section. */
6484 eh->elf.root.u.def.section->gc_mark = 1;
6486 rsec = fh->elf.root.u.def.section;
6488 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
6489 && opd_entry_value (eh->elf.root.u.def.section,
6490 eh->elf.root.u.def.value,
6491 &rsec, NULL, FALSE) != (bfd_vma) -1)
6492 eh->elf.root.u.def.section->gc_mark = 1;
6494 rsec = h->root.u.def.section;
6497 case bfd_link_hash_common:
6498 rsec = h->root.u.c.p->section;
6502 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
6508 struct _opd_sec_data *opd;
6510 rsec = bfd_section_from_elf_index (sec->owner, sym->st_shndx);
6511 opd = get_opd_info (rsec);
6512 if (opd != NULL && opd->func_sec != NULL)
6516 rsec = opd->func_sec[OPD_NDX (sym->st_value + rel->r_addend)];
6523 /* Update the .got, .plt. and dynamic reloc reference counts for the
6524 section being removed. */
6527 ppc64_elf_gc_sweep_hook (bfd *abfd, struct bfd_link_info *info,
6528 asection *sec, const Elf_Internal_Rela *relocs)
6530 struct ppc_link_hash_table *htab;
6531 Elf_Internal_Shdr *symtab_hdr;
6532 struct elf_link_hash_entry **sym_hashes;
6533 struct got_entry **local_got_ents;
6534 const Elf_Internal_Rela *rel, *relend;
6536 if (bfd_link_relocatable (info))
6539 if ((sec->flags & SEC_ALLOC) == 0)
6542 elf_section_data (sec)->local_dynrel = NULL;
6544 htab = ppc_hash_table (info);
6548 symtab_hdr = &elf_symtab_hdr (abfd);
6549 sym_hashes = elf_sym_hashes (abfd);
6550 local_got_ents = elf_local_got_ents (abfd);
6552 relend = relocs + sec->reloc_count;
6553 for (rel = relocs; rel < relend; rel++)
6555 unsigned long r_symndx;
6556 enum elf_ppc64_reloc_type r_type;
6557 struct elf_link_hash_entry *h = NULL;
6558 struct plt_entry **plt_list;
6559 unsigned char tls_type = 0;
6561 r_symndx = ELF64_R_SYM (rel->r_info);
6562 r_type = ELF64_R_TYPE (rel->r_info);
6563 if (r_symndx >= symtab_hdr->sh_info)
6565 struct ppc_link_hash_entry *eh;
6566 struct elf_dyn_relocs **pp;
6567 struct elf_dyn_relocs *p;
6569 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
6570 h = elf_follow_link (h);
6571 eh = (struct ppc_link_hash_entry *) h;
6573 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
6576 /* Everything must go for SEC. */
6584 case R_PPC64_GOT_TLSLD16:
6585 case R_PPC64_GOT_TLSLD16_LO:
6586 case R_PPC64_GOT_TLSLD16_HI:
6587 case R_PPC64_GOT_TLSLD16_HA:
6588 tls_type = TLS_TLS | TLS_LD;
6591 case R_PPC64_GOT_TLSGD16:
6592 case R_PPC64_GOT_TLSGD16_LO:
6593 case R_PPC64_GOT_TLSGD16_HI:
6594 case R_PPC64_GOT_TLSGD16_HA:
6595 tls_type = TLS_TLS | TLS_GD;
6598 case R_PPC64_GOT_TPREL16_DS:
6599 case R_PPC64_GOT_TPREL16_LO_DS:
6600 case R_PPC64_GOT_TPREL16_HI:
6601 case R_PPC64_GOT_TPREL16_HA:
6602 tls_type = TLS_TLS | TLS_TPREL;
6605 case R_PPC64_GOT_DTPREL16_DS:
6606 case R_PPC64_GOT_DTPREL16_LO_DS:
6607 case R_PPC64_GOT_DTPREL16_HI:
6608 case R_PPC64_GOT_DTPREL16_HA:
6609 tls_type = TLS_TLS | TLS_DTPREL;
6613 case R_PPC64_GOT16_DS:
6614 case R_PPC64_GOT16_HA:
6615 case R_PPC64_GOT16_HI:
6616 case R_PPC64_GOT16_LO:
6617 case R_PPC64_GOT16_LO_DS:
6620 struct got_entry *ent;
6625 ent = local_got_ents[r_symndx];
6627 for (; ent != NULL; ent = ent->next)
6628 if (ent->addend == rel->r_addend
6629 && ent->owner == abfd
6630 && ent->tls_type == tls_type)
6634 if (ent->got.refcount > 0)
6635 ent->got.refcount -= 1;
6639 case R_PPC64_PLT16_HA:
6640 case R_PPC64_PLT16_HI:
6641 case R_PPC64_PLT16_LO:
6645 case R_PPC64_REL14_BRNTAKEN:
6646 case R_PPC64_REL14_BRTAKEN:
6650 plt_list = &h->plt.plist;
6651 else if (local_got_ents != NULL)
6653 struct plt_entry **local_plt = (struct plt_entry **)
6654 (local_got_ents + symtab_hdr->sh_info);
6655 unsigned char *local_got_tls_masks = (unsigned char *)
6656 (local_plt + symtab_hdr->sh_info);
6657 if ((local_got_tls_masks[r_symndx] & PLT_IFUNC) != 0)
6658 plt_list = local_plt + r_symndx;
6662 struct plt_entry *ent;
6664 for (ent = *plt_list; ent != NULL; ent = ent->next)
6665 if (ent->addend == rel->r_addend)
6667 if (ent != NULL && ent->plt.refcount > 0)
6668 ent->plt.refcount -= 1;
6679 /* The maximum size of .sfpr. */
6680 #define SFPR_MAX (218*4)
6682 struct sfpr_def_parms
6684 const char name[12];
6685 unsigned char lo, hi;
6686 bfd_byte * (*write_ent) (bfd *, bfd_byte *, int);
6687 bfd_byte * (*write_tail) (bfd *, bfd_byte *, int);
6690 /* Auto-generate _save*, _rest* functions in .sfpr.
6691 If STUB_SEC is non-null, define alias symbols in STUB_SEC
6695 sfpr_define (struct bfd_link_info *info,
6696 const struct sfpr_def_parms *parm,
6699 struct ppc_link_hash_table *htab = ppc_hash_table (info);
6701 size_t len = strlen (parm->name);
6702 bfd_boolean writing = FALSE;
6708 memcpy (sym, parm->name, len);
6711 for (i = parm->lo; i <= parm->hi; i++)
6713 struct ppc_link_hash_entry *h;
6715 sym[len + 0] = i / 10 + '0';
6716 sym[len + 1] = i % 10 + '0';
6717 h = (struct ppc_link_hash_entry *)
6718 elf_link_hash_lookup (&htab->elf, sym, writing, TRUE, TRUE);
6719 if (stub_sec != NULL)
6722 && h->elf.root.type == bfd_link_hash_defined
6723 && h->elf.root.u.def.section == htab->sfpr)
6725 struct elf_link_hash_entry *s;
6727 sprintf (buf, "%08x.%s", stub_sec->id & 0xffffffff, sym);
6728 s = elf_link_hash_lookup (&htab->elf, buf, TRUE, TRUE, FALSE);
6731 if (s->root.type == bfd_link_hash_new
6732 || (s->root.type = bfd_link_hash_defined
6733 && s->root.u.def.section == stub_sec))
6735 s->root.type = bfd_link_hash_defined;
6736 s->root.u.def.section = stub_sec;
6737 s->root.u.def.value = (stub_sec->size
6738 + h->elf.root.u.def.value);
6741 s->ref_regular_nonweak = 1;
6742 s->forced_local = 1;
6744 s->root.linker_def = 1;
6752 if (!h->elf.def_regular)
6754 h->elf.root.type = bfd_link_hash_defined;
6755 h->elf.root.u.def.section = htab->sfpr;
6756 h->elf.root.u.def.value = htab->sfpr->size;
6757 h->elf.type = STT_FUNC;
6758 h->elf.def_regular = 1;
6760 _bfd_elf_link_hash_hide_symbol (info, &h->elf, TRUE);
6762 if (htab->sfpr->contents == NULL)
6764 htab->sfpr->contents = bfd_alloc (htab->elf.dynobj, SFPR_MAX);
6765 if (htab->sfpr->contents == NULL)
6772 bfd_byte *p = htab->sfpr->contents + htab->sfpr->size;
6774 p = (*parm->write_ent) (htab->elf.dynobj, p, i);
6776 p = (*parm->write_tail) (htab->elf.dynobj, p, i);
6777 htab->sfpr->size = p - htab->sfpr->contents;
6785 savegpr0 (bfd *abfd, bfd_byte *p, int r)
6787 bfd_put_32 (abfd, STD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6792 savegpr0_tail (bfd *abfd, bfd_byte *p, int r)
6794 p = savegpr0 (abfd, p, r);
6795 bfd_put_32 (abfd, STD_R0_0R1 + STK_LR, p);
6797 bfd_put_32 (abfd, BLR, p);
6802 restgpr0 (bfd *abfd, bfd_byte *p, int r)
6804 bfd_put_32 (abfd, LD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6809 restgpr0_tail (bfd *abfd, bfd_byte *p, int r)
6811 bfd_put_32 (abfd, LD_R0_0R1 + STK_LR, p);
6813 p = restgpr0 (abfd, p, r);
6814 bfd_put_32 (abfd, MTLR_R0, p);
6818 p = restgpr0 (abfd, p, 30);
6819 p = restgpr0 (abfd, p, 31);
6821 bfd_put_32 (abfd, BLR, p);
6826 savegpr1 (bfd *abfd, bfd_byte *p, int r)
6828 bfd_put_32 (abfd, STD_R0_0R12 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6833 savegpr1_tail (bfd *abfd, bfd_byte *p, int r)
6835 p = savegpr1 (abfd, p, r);
6836 bfd_put_32 (abfd, BLR, p);
6841 restgpr1 (bfd *abfd, bfd_byte *p, int r)
6843 bfd_put_32 (abfd, LD_R0_0R12 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6848 restgpr1_tail (bfd *abfd, bfd_byte *p, int r)
6850 p = restgpr1 (abfd, p, r);
6851 bfd_put_32 (abfd, BLR, p);
6856 savefpr (bfd *abfd, bfd_byte *p, int r)
6858 bfd_put_32 (abfd, STFD_FR0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6863 savefpr0_tail (bfd *abfd, bfd_byte *p, int r)
6865 p = savefpr (abfd, p, r);
6866 bfd_put_32 (abfd, STD_R0_0R1 + STK_LR, p);
6868 bfd_put_32 (abfd, BLR, p);
6873 restfpr (bfd *abfd, bfd_byte *p, int r)
6875 bfd_put_32 (abfd, LFD_FR0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6880 restfpr0_tail (bfd *abfd, bfd_byte *p, int r)
6882 bfd_put_32 (abfd, LD_R0_0R1 + STK_LR, p);
6884 p = restfpr (abfd, p, r);
6885 bfd_put_32 (abfd, MTLR_R0, p);
6889 p = restfpr (abfd, p, 30);
6890 p = restfpr (abfd, p, 31);
6892 bfd_put_32 (abfd, BLR, p);
6897 savefpr1_tail (bfd *abfd, bfd_byte *p, int r)
6899 p = savefpr (abfd, p, r);
6900 bfd_put_32 (abfd, BLR, p);
6905 restfpr1_tail (bfd *abfd, bfd_byte *p, int r)
6907 p = restfpr (abfd, p, r);
6908 bfd_put_32 (abfd, BLR, p);
6913 savevr (bfd *abfd, bfd_byte *p, int r)
6915 bfd_put_32 (abfd, LI_R12_0 + (1 << 16) - (32 - r) * 16, p);
6917 bfd_put_32 (abfd, STVX_VR0_R12_R0 + (r << 21), p);
6922 savevr_tail (bfd *abfd, bfd_byte *p, int r)
6924 p = savevr (abfd, p, r);
6925 bfd_put_32 (abfd, BLR, p);
6930 restvr (bfd *abfd, bfd_byte *p, int r)
6932 bfd_put_32 (abfd, LI_R12_0 + (1 << 16) - (32 - r) * 16, p);
6934 bfd_put_32 (abfd, LVX_VR0_R12_R0 + (r << 21), p);
6939 restvr_tail (bfd *abfd, bfd_byte *p, int r)
6941 p = restvr (abfd, p, r);
6942 bfd_put_32 (abfd, BLR, p);
6946 /* Called via elf_link_hash_traverse to transfer dynamic linking
6947 information on function code symbol entries to their corresponding
6948 function descriptor symbol entries. */
6951 func_desc_adjust (struct elf_link_hash_entry *h, void *inf)
6953 struct bfd_link_info *info;
6954 struct ppc_link_hash_table *htab;
6955 struct plt_entry *ent;
6956 struct ppc_link_hash_entry *fh;
6957 struct ppc_link_hash_entry *fdh;
6958 bfd_boolean force_local;
6960 fh = (struct ppc_link_hash_entry *) h;
6961 if (fh->elf.root.type == bfd_link_hash_indirect)
6965 htab = ppc_hash_table (info);
6969 /* Resolve undefined references to dot-symbols as the value
6970 in the function descriptor, if we have one in a regular object.
6971 This is to satisfy cases like ".quad .foo". Calls to functions
6972 in dynamic objects are handled elsewhere. */
6973 if (fh->elf.root.type == bfd_link_hash_undefweak
6974 && fh->was_undefined
6975 && (fdh = defined_func_desc (fh)) != NULL
6976 && get_opd_info (fdh->elf.root.u.def.section) != NULL
6977 && opd_entry_value (fdh->elf.root.u.def.section,
6978 fdh->elf.root.u.def.value,
6979 &fh->elf.root.u.def.section,
6980 &fh->elf.root.u.def.value, FALSE) != (bfd_vma) -1)
6982 fh->elf.root.type = fdh->elf.root.type;
6983 fh->elf.forced_local = 1;
6984 fh->elf.def_regular = fdh->elf.def_regular;
6985 fh->elf.def_dynamic = fdh->elf.def_dynamic;
6988 /* If this is a function code symbol, transfer dynamic linking
6989 information to the function descriptor symbol. */
6993 for (ent = fh->elf.plt.plist; ent != NULL; ent = ent->next)
6994 if (ent->plt.refcount > 0)
6997 || fh->elf.root.root.string[0] != '.'
6998 || fh->elf.root.root.string[1] == '\0')
7001 /* Find the corresponding function descriptor symbol. Create it
7002 as undefined if necessary. */
7004 fdh = lookup_fdh (fh, htab);
7006 && !bfd_link_executable (info)
7007 && (fh->elf.root.type == bfd_link_hash_undefined
7008 || fh->elf.root.type == bfd_link_hash_undefweak))
7010 fdh = make_fdh (info, fh);
7015 /* Fake function descriptors are made undefweak. If the function
7016 code symbol is strong undefined, make the fake sym the same.
7017 If the function code symbol is defined, then force the fake
7018 descriptor local; We can't support overriding of symbols in a
7019 shared library on a fake descriptor. */
7023 && fdh->elf.root.type == bfd_link_hash_undefweak)
7025 if (fh->elf.root.type == bfd_link_hash_undefined)
7027 fdh->elf.root.type = bfd_link_hash_undefined;
7028 bfd_link_add_undef (&htab->elf.root, &fdh->elf.root);
7030 else if (fh->elf.root.type == bfd_link_hash_defined
7031 || fh->elf.root.type == bfd_link_hash_defweak)
7033 _bfd_elf_link_hash_hide_symbol (info, &fdh->elf, TRUE);
7038 && !fdh->elf.forced_local
7039 && (!bfd_link_executable (info)
7040 || fdh->elf.def_dynamic
7041 || fdh->elf.ref_dynamic
7042 || (fdh->elf.root.type == bfd_link_hash_undefweak
7043 && ELF_ST_VISIBILITY (fdh->elf.other) == STV_DEFAULT)))
7045 if (fdh->elf.dynindx == -1)
7046 if (! bfd_elf_link_record_dynamic_symbol (info, &fdh->elf))
7048 fdh->elf.ref_regular |= fh->elf.ref_regular;
7049 fdh->elf.ref_dynamic |= fh->elf.ref_dynamic;
7050 fdh->elf.ref_regular_nonweak |= fh->elf.ref_regular_nonweak;
7051 fdh->elf.non_got_ref |= fh->elf.non_got_ref;
7052 if (ELF_ST_VISIBILITY (fh->elf.other) == STV_DEFAULT)
7054 move_plt_plist (fh, fdh);
7055 fdh->elf.needs_plt = 1;
7057 fdh->is_func_descriptor = 1;
7062 /* Now that the info is on the function descriptor, clear the
7063 function code sym info. Any function code syms for which we
7064 don't have a definition in a regular file, we force local.
7065 This prevents a shared library from exporting syms that have
7066 been imported from another library. Function code syms that
7067 are really in the library we must leave global to prevent the
7068 linker dragging in a definition from a static library. */
7069 force_local = (!fh->elf.def_regular
7071 || !fdh->elf.def_regular
7072 || fdh->elf.forced_local);
7073 _bfd_elf_link_hash_hide_symbol (info, &fh->elf, force_local);
7078 static const struct sfpr_def_parms save_res_funcs[] =
7080 { "_savegpr0_", 14, 31, savegpr0, savegpr0_tail },
7081 { "_restgpr0_", 14, 29, restgpr0, restgpr0_tail },
7082 { "_restgpr0_", 30, 31, restgpr0, restgpr0_tail },
7083 { "_savegpr1_", 14, 31, savegpr1, savegpr1_tail },
7084 { "_restgpr1_", 14, 31, restgpr1, restgpr1_tail },
7085 { "_savefpr_", 14, 31, savefpr, savefpr0_tail },
7086 { "_restfpr_", 14, 29, restfpr, restfpr0_tail },
7087 { "_restfpr_", 30, 31, restfpr, restfpr0_tail },
7088 { "._savef", 14, 31, savefpr, savefpr1_tail },
7089 { "._restf", 14, 31, restfpr, restfpr1_tail },
7090 { "_savevr_", 20, 31, savevr, savevr_tail },
7091 { "_restvr_", 20, 31, restvr, restvr_tail }
7094 /* Called near the start of bfd_elf_size_dynamic_sections. We use
7095 this hook to a) provide some gcc support functions, and b) transfer
7096 dynamic linking information gathered so far on function code symbol
7097 entries, to their corresponding function descriptor symbol entries. */
7100 ppc64_elf_func_desc_adjust (bfd *obfd ATTRIBUTE_UNUSED,
7101 struct bfd_link_info *info)
7103 struct ppc_link_hash_table *htab;
7105 htab = ppc_hash_table (info);
7109 /* Provide any missing _save* and _rest* functions. */
7110 if (htab->sfpr != NULL)
7114 htab->sfpr->size = 0;
7115 for (i = 0; i < ARRAY_SIZE (save_res_funcs); i++)
7116 if (!sfpr_define (info, &save_res_funcs[i], NULL))
7118 if (htab->sfpr->size == 0)
7119 htab->sfpr->flags |= SEC_EXCLUDE;
7122 if (bfd_link_relocatable (info))
7125 if (htab->elf.hgot != NULL)
7127 _bfd_elf_link_hash_hide_symbol (info, htab->elf.hgot, TRUE);
7128 /* Make .TOC. defined so as to prevent it being made dynamic.
7129 The wrong value here is fixed later in ppc64_elf_set_toc. */
7130 if (!htab->elf.hgot->def_regular
7131 || htab->elf.hgot->root.type != bfd_link_hash_defined)
7133 htab->elf.hgot->root.type = bfd_link_hash_defined;
7134 htab->elf.hgot->root.u.def.value = 0;
7135 htab->elf.hgot->root.u.def.section = bfd_abs_section_ptr;
7136 htab->elf.hgot->def_regular = 1;
7137 htab->elf.hgot->root.linker_def = 1;
7139 htab->elf.hgot->type = STT_OBJECT;
7140 htab->elf.hgot->other = ((htab->elf.hgot->other & ~ELF_ST_VISIBILITY (-1))
7144 elf_link_hash_traverse (&htab->elf, func_desc_adjust, info);
7149 /* Return true if we have dynamic relocs against H that apply to
7150 read-only sections. */
7153 readonly_dynrelocs (struct elf_link_hash_entry *h)
7155 struct ppc_link_hash_entry *eh;
7156 struct elf_dyn_relocs *p;
7158 eh = (struct ppc_link_hash_entry *) h;
7159 for (p = eh->dyn_relocs; p != NULL; p = p->next)
7161 asection *s = p->sec->output_section;
7163 if (s != NULL && (s->flags & SEC_READONLY) != 0)
7169 /* Return true if we have dynamic relocs against H or any of its weak
7170 aliases, that apply to read-only sections. */
7173 alias_readonly_dynrelocs (struct elf_link_hash_entry *h)
7175 struct ppc_link_hash_entry *eh;
7177 eh = (struct ppc_link_hash_entry *) h;
7180 if (readonly_dynrelocs (&eh->elf))
7183 } while (eh != NULL && &eh->elf != h);
7188 /* Return whether EH has pc-relative dynamic relocs. */
7191 pc_dynrelocs (struct ppc_link_hash_entry *eh)
7193 struct elf_dyn_relocs *p;
7195 for (p = eh->dyn_relocs; p != NULL; p = p->next)
7196 if (p->pc_count != 0)
7201 /* Return true if a global entry stub will be created for H. Valid
7202 for ELFv2 before plt entries have been allocated. */
7205 global_entry_stub (struct elf_link_hash_entry *h)
7207 struct plt_entry *pent;
7209 if (!h->pointer_equality_needed
7213 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
7214 if (pent->plt.refcount > 0
7215 && pent->addend == 0)
7221 /* Adjust a symbol defined by a dynamic object and referenced by a
7222 regular object. The current definition is in some section of the
7223 dynamic object, but we're not including those sections. We have to
7224 change the definition to something the rest of the link can
7228 ppc64_elf_adjust_dynamic_symbol (struct bfd_link_info *info,
7229 struct elf_link_hash_entry *h)
7231 struct ppc_link_hash_table *htab;
7234 htab = ppc_hash_table (info);
7238 /* Deal with function syms. */
7239 if (h->type == STT_FUNC
7240 || h->type == STT_GNU_IFUNC
7243 /* Clear procedure linkage table information for any symbol that
7244 won't need a .plt entry. */
7245 struct plt_entry *ent;
7246 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
7247 if (ent->plt.refcount > 0)
7250 || (h->type != STT_GNU_IFUNC
7251 && (SYMBOL_CALLS_LOCAL (info, h)
7252 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
7253 && h->root.type == bfd_link_hash_undefweak)))
7254 || ((struct ppc_link_hash_entry *) h)->save_res)
7256 h->plt.plist = NULL;
7258 h->pointer_equality_needed = 0;
7260 else if (abiversion (info->output_bfd) >= 2)
7262 /* Taking a function's address in a read/write section
7263 doesn't require us to define the function symbol in the
7264 executable on a global entry stub. A dynamic reloc can
7265 be used instead. The reason we prefer a few more dynamic
7266 relocs is that calling via a global entry stub costs a
7267 few more instructions, and pointer_equality_needed causes
7268 extra work in ld.so when resolving these symbols. */
7269 if (global_entry_stub (h)
7270 && !alias_readonly_dynrelocs (h))
7272 h->pointer_equality_needed = 0;
7273 /* After adjust_dynamic_symbol, non_got_ref set in
7274 the non-pic case means that dyn_relocs for this
7275 symbol should be discarded. */
7279 /* If making a plt entry, then we don't need copy relocs. */
7284 h->plt.plist = NULL;
7286 /* If this is a weak symbol, and there is a real definition, the
7287 processor independent code will have arranged for us to see the
7288 real definition first, and we can just use the same value. */
7289 if (h->u.weakdef != NULL)
7291 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
7292 || h->u.weakdef->root.type == bfd_link_hash_defweak);
7293 h->root.u.def.section = h->u.weakdef->root.u.def.section;
7294 h->root.u.def.value = h->u.weakdef->root.u.def.value;
7295 if (ELIMINATE_COPY_RELOCS)
7296 h->non_got_ref = h->u.weakdef->non_got_ref;
7300 /* If we are creating a shared library, we must presume that the
7301 only references to the symbol are via the global offset table.
7302 For such cases we need not do anything here; the relocations will
7303 be handled correctly by relocate_section. */
7304 if (bfd_link_pic (info))
7307 /* If there are no references to this symbol that do not use the
7308 GOT, we don't need to generate a copy reloc. */
7309 if (!h->non_got_ref)
7312 /* Don't generate a copy reloc for symbols defined in the executable. */
7313 if (!h->def_dynamic || !h->ref_regular || h->def_regular
7315 /* If -z nocopyreloc was given, don't generate them either. */
7316 || info->nocopyreloc
7318 /* If we didn't find any dynamic relocs in read-only sections, then
7319 we'll be keeping the dynamic relocs and avoiding the copy reloc. */
7320 || (ELIMINATE_COPY_RELOCS && !alias_readonly_dynrelocs (h))
7322 /* Protected variables do not work with .dynbss. The copy in
7323 .dynbss won't be used by the shared library with the protected
7324 definition for the variable. Text relocations are preferable
7325 to an incorrect program. */
7326 || h->protected_def)
7332 if (h->plt.plist != NULL)
7334 /* We should never get here, but unfortunately there are versions
7335 of gcc out there that improperly (for this ABI) put initialized
7336 function pointers, vtable refs and suchlike in read-only
7337 sections. Allow them to proceed, but warn that this might
7338 break at runtime. */
7339 info->callbacks->einfo
7340 (_("%P: copy reloc against `%T' requires lazy plt linking; "
7341 "avoid setting LD_BIND_NOW=1 or upgrade gcc\n"),
7342 h->root.root.string);
7345 /* This is a reference to a symbol defined by a dynamic object which
7346 is not a function. */
7348 /* We must allocate the symbol in our .dynbss section, which will
7349 become part of the .bss section of the executable. There will be
7350 an entry for this symbol in the .dynsym section. The dynamic
7351 object will contain position independent code, so all references
7352 from the dynamic object to this symbol will go through the global
7353 offset table. The dynamic linker will use the .dynsym entry to
7354 determine the address it must put in the global offset table, so
7355 both the dynamic object and the regular object will refer to the
7356 same memory location for the variable. */
7358 /* We must generate a R_PPC64_COPY reloc to tell the dynamic linker
7359 to copy the initial value out of the dynamic object and into the
7360 runtime process image. We need to remember the offset into the
7361 .rela.bss section we are going to use. */
7362 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0 && h->size != 0)
7364 htab->relbss->size += sizeof (Elf64_External_Rela);
7370 return _bfd_elf_adjust_dynamic_copy (info, h, s);
7373 /* If given a function descriptor symbol, hide both the function code
7374 sym and the descriptor. */
7376 ppc64_elf_hide_symbol (struct bfd_link_info *info,
7377 struct elf_link_hash_entry *h,
7378 bfd_boolean force_local)
7380 struct ppc_link_hash_entry *eh;
7381 _bfd_elf_link_hash_hide_symbol (info, h, force_local);
7383 eh = (struct ppc_link_hash_entry *) h;
7384 if (eh->is_func_descriptor)
7386 struct ppc_link_hash_entry *fh = eh->oh;
7391 struct ppc_link_hash_table *htab;
7394 /* We aren't supposed to use alloca in BFD because on
7395 systems which do not have alloca the version in libiberty
7396 calls xmalloc, which might cause the program to crash
7397 when it runs out of memory. This function doesn't have a
7398 return status, so there's no way to gracefully return an
7399 error. So cheat. We know that string[-1] can be safely
7400 accessed; It's either a string in an ELF string table,
7401 or allocated in an objalloc structure. */
7403 p = eh->elf.root.root.string - 1;
7406 htab = ppc_hash_table (info);
7410 fh = (struct ppc_link_hash_entry *)
7411 elf_link_hash_lookup (&htab->elf, p, FALSE, FALSE, FALSE);
7414 /* Unfortunately, if it so happens that the string we were
7415 looking for was allocated immediately before this string,
7416 then we overwrote the string terminator. That's the only
7417 reason the lookup should fail. */
7420 q = eh->elf.root.root.string + strlen (eh->elf.root.root.string);
7421 while (q >= eh->elf.root.root.string && *q == *p)
7423 if (q < eh->elf.root.root.string && *p == '.')
7424 fh = (struct ppc_link_hash_entry *)
7425 elf_link_hash_lookup (&htab->elf, p, FALSE, FALSE, FALSE);
7434 _bfd_elf_link_hash_hide_symbol (info, &fh->elf, force_local);
7439 get_sym_h (struct elf_link_hash_entry **hp,
7440 Elf_Internal_Sym **symp,
7442 unsigned char **tls_maskp,
7443 Elf_Internal_Sym **locsymsp,
7444 unsigned long r_symndx,
7447 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (ibfd);
7449 if (r_symndx >= symtab_hdr->sh_info)
7451 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
7452 struct elf_link_hash_entry *h;
7454 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
7455 h = elf_follow_link (h);
7463 if (symsecp != NULL)
7465 asection *symsec = NULL;
7466 if (h->root.type == bfd_link_hash_defined
7467 || h->root.type == bfd_link_hash_defweak)
7468 symsec = h->root.u.def.section;
7472 if (tls_maskp != NULL)
7474 struct ppc_link_hash_entry *eh;
7476 eh = (struct ppc_link_hash_entry *) h;
7477 *tls_maskp = &eh->tls_mask;
7482 Elf_Internal_Sym *sym;
7483 Elf_Internal_Sym *locsyms = *locsymsp;
7485 if (locsyms == NULL)
7487 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
7488 if (locsyms == NULL)
7489 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
7490 symtab_hdr->sh_info,
7491 0, NULL, NULL, NULL);
7492 if (locsyms == NULL)
7494 *locsymsp = locsyms;
7496 sym = locsyms + r_symndx;
7504 if (symsecp != NULL)
7505 *symsecp = bfd_section_from_elf_index (ibfd, sym->st_shndx);
7507 if (tls_maskp != NULL)
7509 struct got_entry **lgot_ents;
7510 unsigned char *tls_mask;
7513 lgot_ents = elf_local_got_ents (ibfd);
7514 if (lgot_ents != NULL)
7516 struct plt_entry **local_plt = (struct plt_entry **)
7517 (lgot_ents + symtab_hdr->sh_info);
7518 unsigned char *lgot_masks = (unsigned char *)
7519 (local_plt + symtab_hdr->sh_info);
7520 tls_mask = &lgot_masks[r_symndx];
7522 *tls_maskp = tls_mask;
7528 /* Returns TLS_MASKP for the given REL symbol. Function return is 0 on
7529 error, 2 on a toc GD type suitable for optimization, 3 on a toc LD
7530 type suitable for optimization, and 1 otherwise. */
7533 get_tls_mask (unsigned char **tls_maskp,
7534 unsigned long *toc_symndx,
7535 bfd_vma *toc_addend,
7536 Elf_Internal_Sym **locsymsp,
7537 const Elf_Internal_Rela *rel,
7540 unsigned long r_symndx;
7542 struct elf_link_hash_entry *h;
7543 Elf_Internal_Sym *sym;
7547 r_symndx = ELF64_R_SYM (rel->r_info);
7548 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
7551 if ((*tls_maskp != NULL && **tls_maskp != 0)
7553 || ppc64_elf_section_data (sec) == NULL
7554 || ppc64_elf_section_data (sec)->sec_type != sec_toc)
7557 /* Look inside a TOC section too. */
7560 BFD_ASSERT (h->root.type == bfd_link_hash_defined);
7561 off = h->root.u.def.value;
7564 off = sym->st_value;
7565 off += rel->r_addend;
7566 BFD_ASSERT (off % 8 == 0);
7567 r_symndx = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8];
7568 next_r = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8 + 1];
7569 if (toc_symndx != NULL)
7570 *toc_symndx = r_symndx;
7571 if (toc_addend != NULL)
7572 *toc_addend = ppc64_elf_section_data (sec)->u.toc.add[off / 8];
7573 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
7575 if ((h == NULL || is_static_defined (h))
7576 && (next_r == -1 || next_r == -2))
7581 /* Find (or create) an entry in the tocsave hash table. */
7583 static struct tocsave_entry *
7584 tocsave_find (struct ppc_link_hash_table *htab,
7585 enum insert_option insert,
7586 Elf_Internal_Sym **local_syms,
7587 const Elf_Internal_Rela *irela,
7590 unsigned long r_indx;
7591 struct elf_link_hash_entry *h;
7592 Elf_Internal_Sym *sym;
7593 struct tocsave_entry ent, *p;
7595 struct tocsave_entry **slot;
7597 r_indx = ELF64_R_SYM (irela->r_info);
7598 if (!get_sym_h (&h, &sym, &ent.sec, NULL, local_syms, r_indx, ibfd))
7600 if (ent.sec == NULL || ent.sec->output_section == NULL)
7603 (_("%B: undefined symbol on R_PPC64_TOCSAVE relocation"));
7608 ent.offset = h->root.u.def.value;
7610 ent.offset = sym->st_value;
7611 ent.offset += irela->r_addend;
7613 hash = tocsave_htab_hash (&ent);
7614 slot = ((struct tocsave_entry **)
7615 htab_find_slot_with_hash (htab->tocsave_htab, &ent, hash, insert));
7621 p = (struct tocsave_entry *) bfd_alloc (ibfd, sizeof (*p));
7630 /* Adjust all global syms defined in opd sections. In gcc generated
7631 code for the old ABI, these will already have been done. */
7634 adjust_opd_syms (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
7636 struct ppc_link_hash_entry *eh;
7638 struct _opd_sec_data *opd;
7640 if (h->root.type == bfd_link_hash_indirect)
7643 if (h->root.type != bfd_link_hash_defined
7644 && h->root.type != bfd_link_hash_defweak)
7647 eh = (struct ppc_link_hash_entry *) h;
7648 if (eh->adjust_done)
7651 sym_sec = eh->elf.root.u.def.section;
7652 opd = get_opd_info (sym_sec);
7653 if (opd != NULL && opd->adjust != NULL)
7655 long adjust = opd->adjust[OPD_NDX (eh->elf.root.u.def.value)];
7658 /* This entry has been deleted. */
7659 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section;
7662 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next)
7663 if (discarded_section (dsec))
7665 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec;
7669 eh->elf.root.u.def.value = 0;
7670 eh->elf.root.u.def.section = dsec;
7673 eh->elf.root.u.def.value += adjust;
7674 eh->adjust_done = 1;
7679 /* Handles decrementing dynamic reloc counts for the reloc specified by
7680 R_INFO in section SEC. If LOCAL_SYMS is NULL, then H and SYM
7681 have already been determined. */
7684 dec_dynrel_count (bfd_vma r_info,
7686 struct bfd_link_info *info,
7687 Elf_Internal_Sym **local_syms,
7688 struct elf_link_hash_entry *h,
7689 Elf_Internal_Sym *sym)
7691 enum elf_ppc64_reloc_type r_type;
7692 asection *sym_sec = NULL;
7694 /* Can this reloc be dynamic? This switch, and later tests here
7695 should be kept in sync with the code in check_relocs. */
7696 r_type = ELF64_R_TYPE (r_info);
7702 case R_PPC64_TPREL16:
7703 case R_PPC64_TPREL16_LO:
7704 case R_PPC64_TPREL16_HI:
7705 case R_PPC64_TPREL16_HA:
7706 case R_PPC64_TPREL16_DS:
7707 case R_PPC64_TPREL16_LO_DS:
7708 case R_PPC64_TPREL16_HIGH:
7709 case R_PPC64_TPREL16_HIGHA:
7710 case R_PPC64_TPREL16_HIGHER:
7711 case R_PPC64_TPREL16_HIGHERA:
7712 case R_PPC64_TPREL16_HIGHEST:
7713 case R_PPC64_TPREL16_HIGHESTA:
7714 if (!bfd_link_pic (info))
7717 case R_PPC64_TPREL64:
7718 case R_PPC64_DTPMOD64:
7719 case R_PPC64_DTPREL64:
7720 case R_PPC64_ADDR64:
7724 case R_PPC64_ADDR14:
7725 case R_PPC64_ADDR14_BRNTAKEN:
7726 case R_PPC64_ADDR14_BRTAKEN:
7727 case R_PPC64_ADDR16:
7728 case R_PPC64_ADDR16_DS:
7729 case R_PPC64_ADDR16_HA:
7730 case R_PPC64_ADDR16_HI:
7731 case R_PPC64_ADDR16_HIGH:
7732 case R_PPC64_ADDR16_HIGHA:
7733 case R_PPC64_ADDR16_HIGHER:
7734 case R_PPC64_ADDR16_HIGHERA:
7735 case R_PPC64_ADDR16_HIGHEST:
7736 case R_PPC64_ADDR16_HIGHESTA:
7737 case R_PPC64_ADDR16_LO:
7738 case R_PPC64_ADDR16_LO_DS:
7739 case R_PPC64_ADDR24:
7740 case R_PPC64_ADDR32:
7741 case R_PPC64_UADDR16:
7742 case R_PPC64_UADDR32:
7743 case R_PPC64_UADDR64:
7748 if (local_syms != NULL)
7750 unsigned long r_symndx;
7751 bfd *ibfd = sec->owner;
7753 r_symndx = ELF64_R_SYM (r_info);
7754 if (!get_sym_h (&h, &sym, &sym_sec, NULL, local_syms, r_symndx, ibfd))
7758 if ((bfd_link_pic (info)
7759 && (must_be_dyn_reloc (info, r_type)
7761 && (!SYMBOLIC_BIND (info, h)
7762 || h->root.type == bfd_link_hash_defweak
7763 || !h->def_regular))))
7764 || (ELIMINATE_COPY_RELOCS
7765 && !bfd_link_pic (info)
7767 && (h->root.type == bfd_link_hash_defweak
7768 || !h->def_regular)))
7775 struct elf_dyn_relocs *p;
7776 struct elf_dyn_relocs **pp;
7777 pp = &((struct ppc_link_hash_entry *) h)->dyn_relocs;
7779 /* elf_gc_sweep may have already removed all dyn relocs associated
7780 with local syms for a given section. Also, symbol flags are
7781 changed by elf_gc_sweep_symbol, confusing the test above. Don't
7782 report a dynreloc miscount. */
7783 if (*pp == NULL && info->gc_sections)
7786 while ((p = *pp) != NULL)
7790 if (!must_be_dyn_reloc (info, r_type))
7802 struct ppc_dyn_relocs *p;
7803 struct ppc_dyn_relocs **pp;
7805 bfd_boolean is_ifunc;
7807 if (local_syms == NULL)
7808 sym_sec = bfd_section_from_elf_index (sec->owner, sym->st_shndx);
7809 if (sym_sec == NULL)
7812 vpp = &elf_section_data (sym_sec)->local_dynrel;
7813 pp = (struct ppc_dyn_relocs **) vpp;
7815 if (*pp == NULL && info->gc_sections)
7818 is_ifunc = ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC;
7819 while ((p = *pp) != NULL)
7821 if (p->sec == sec && p->ifunc == is_ifunc)
7832 info->callbacks->einfo (_("%P: dynreloc miscount for %B, section %A\n"),
7834 bfd_set_error (bfd_error_bad_value);
7838 /* Remove unused Official Procedure Descriptor entries. Currently we
7839 only remove those associated with functions in discarded link-once
7840 sections, or weakly defined functions that have been overridden. It
7841 would be possible to remove many more entries for statically linked
7845 ppc64_elf_edit_opd (struct bfd_link_info *info)
7848 bfd_boolean some_edited = FALSE;
7849 asection *need_pad = NULL;
7850 struct ppc_link_hash_table *htab;
7852 htab = ppc_hash_table (info);
7856 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
7859 Elf_Internal_Rela *relstart, *rel, *relend;
7860 Elf_Internal_Shdr *symtab_hdr;
7861 Elf_Internal_Sym *local_syms;
7862 struct _opd_sec_data *opd;
7863 bfd_boolean need_edit, add_aux_fields, broken;
7864 bfd_size_type cnt_16b = 0;
7866 if (!is_ppc64_elf (ibfd))
7869 sec = bfd_get_section_by_name (ibfd, ".opd");
7870 if (sec == NULL || sec->size == 0)
7873 if (sec->sec_info_type == SEC_INFO_TYPE_JUST_SYMS)
7876 if (sec->output_section == bfd_abs_section_ptr)
7879 /* Look through the section relocs. */
7880 if ((sec->flags & SEC_RELOC) == 0 || sec->reloc_count == 0)
7884 symtab_hdr = &elf_symtab_hdr (ibfd);
7886 /* Read the relocations. */
7887 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
7889 if (relstart == NULL)
7892 /* First run through the relocs to check they are sane, and to
7893 determine whether we need to edit this opd section. */
7897 relend = relstart + sec->reloc_count;
7898 for (rel = relstart; rel < relend; )
7900 enum elf_ppc64_reloc_type r_type;
7901 unsigned long r_symndx;
7903 struct elf_link_hash_entry *h;
7904 Elf_Internal_Sym *sym;
7907 /* .opd contains an array of 16 or 24 byte entries. We're
7908 only interested in the reloc pointing to a function entry
7910 offset = rel->r_offset;
7911 if (rel + 1 == relend
7912 || rel[1].r_offset != offset + 8)
7914 /* If someone messes with .opd alignment then after a
7915 "ld -r" we might have padding in the middle of .opd.
7916 Also, there's nothing to prevent someone putting
7917 something silly in .opd with the assembler. No .opd
7918 optimization for them! */
7921 (_("%B: .opd is not a regular array of opd entries"), ibfd);
7926 if ((r_type = ELF64_R_TYPE (rel->r_info)) != R_PPC64_ADDR64
7927 || (r_type = ELF64_R_TYPE ((rel + 1)->r_info)) != R_PPC64_TOC)
7930 (_("%B: unexpected reloc type %u in .opd section"),
7936 r_symndx = ELF64_R_SYM (rel->r_info);
7937 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
7941 if (sym_sec == NULL || sym_sec->owner == NULL)
7943 const char *sym_name;
7945 sym_name = h->root.root.string;
7947 sym_name = bfd_elf_sym_name (ibfd, symtab_hdr, sym,
7951 (_("%B: undefined sym `%s' in .opd section"),
7957 /* opd entries are always for functions defined in the
7958 current input bfd. If the symbol isn't defined in the
7959 input bfd, then we won't be using the function in this
7960 bfd; It must be defined in a linkonce section in another
7961 bfd, or is weak. It's also possible that we are
7962 discarding the function due to a linker script /DISCARD/,
7963 which we test for via the output_section. */
7964 if (sym_sec->owner != ibfd
7965 || sym_sec->output_section == bfd_abs_section_ptr)
7969 if (rel + 1 == relend
7970 || (rel + 2 < relend
7971 && ELF64_R_TYPE (rel[2].r_info) == R_PPC64_TOC))
7976 if (sec->size == offset + 24)
7981 if (sec->size == offset + 16)
7988 else if (rel + 1 < relend
7989 && ELF64_R_TYPE (rel[0].r_info) == R_PPC64_ADDR64
7990 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOC)
7992 if (rel[0].r_offset == offset + 16)
7994 else if (rel[0].r_offset != offset + 24)
8001 add_aux_fields = htab->params->non_overlapping_opd && cnt_16b > 0;
8003 if (!broken && (need_edit || add_aux_fields))
8005 Elf_Internal_Rela *write_rel;
8006 Elf_Internal_Shdr *rel_hdr;
8007 bfd_byte *rptr, *wptr;
8008 bfd_byte *new_contents;
8011 new_contents = NULL;
8012 amt = OPD_NDX (sec->size) * sizeof (long);
8013 opd = &ppc64_elf_section_data (sec)->u.opd;
8014 opd->adjust = bfd_zalloc (sec->owner, amt);
8015 if (opd->adjust == NULL)
8017 ppc64_elf_section_data (sec)->sec_type = sec_opd;
8019 /* This seems a waste of time as input .opd sections are all
8020 zeros as generated by gcc, but I suppose there's no reason
8021 this will always be so. We might start putting something in
8022 the third word of .opd entries. */
8023 if ((sec->flags & SEC_IN_MEMORY) == 0)
8026 if (!bfd_malloc_and_get_section (ibfd, sec, &loc))
8031 if (local_syms != NULL
8032 && symtab_hdr->contents != (unsigned char *) local_syms)
8034 if (elf_section_data (sec)->relocs != relstart)
8038 sec->contents = loc;
8039 sec->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
8042 elf_section_data (sec)->relocs = relstart;
8044 new_contents = sec->contents;
8047 new_contents = bfd_malloc (sec->size + cnt_16b * 8);
8048 if (new_contents == NULL)
8052 wptr = new_contents;
8053 rptr = sec->contents;
8054 write_rel = relstart;
8055 for (rel = relstart; rel < relend; )
8057 unsigned long r_symndx;
8059 struct elf_link_hash_entry *h;
8060 struct ppc_link_hash_entry *fdh = NULL;
8061 Elf_Internal_Sym *sym;
8063 Elf_Internal_Rela *next_rel;
8066 r_symndx = ELF64_R_SYM (rel->r_info);
8067 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8072 if (next_rel + 1 == relend
8073 || (next_rel + 2 < relend
8074 && ELF64_R_TYPE (next_rel[2].r_info) == R_PPC64_TOC))
8077 /* See if the .opd entry is full 24 byte or
8078 16 byte (with fd_aux entry overlapped with next
8081 if (next_rel == relend)
8083 if (sec->size == rel->r_offset + 16)
8086 else if (next_rel->r_offset == rel->r_offset + 16)
8090 && h->root.root.string[0] == '.')
8092 fdh = lookup_fdh ((struct ppc_link_hash_entry *) h, htab);
8094 && fdh->elf.root.type != bfd_link_hash_defined
8095 && fdh->elf.root.type != bfd_link_hash_defweak)
8099 skip = (sym_sec->owner != ibfd
8100 || sym_sec->output_section == bfd_abs_section_ptr);
8103 if (fdh != NULL && sym_sec->owner == ibfd)
8105 /* Arrange for the function descriptor sym
8107 fdh->elf.root.u.def.value = 0;
8108 fdh->elf.root.u.def.section = sym_sec;
8110 opd->adjust[OPD_NDX (rel->r_offset)] = -1;
8112 if (NO_OPD_RELOCS || bfd_link_relocatable (info))
8117 if (!dec_dynrel_count (rel->r_info, sec, info,
8121 if (++rel == next_rel)
8124 r_symndx = ELF64_R_SYM (rel->r_info);
8125 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8132 /* We'll be keeping this opd entry. */
8137 /* Redefine the function descriptor symbol to
8138 this location in the opd section. It is
8139 necessary to update the value here rather
8140 than using an array of adjustments as we do
8141 for local symbols, because various places
8142 in the generic ELF code use the value
8143 stored in u.def.value. */
8144 fdh->elf.root.u.def.value = wptr - new_contents;
8145 fdh->adjust_done = 1;
8148 /* Local syms are a bit tricky. We could
8149 tweak them as they can be cached, but
8150 we'd need to look through the local syms
8151 for the function descriptor sym which we
8152 don't have at the moment. So keep an
8153 array of adjustments. */
8154 adjust = (wptr - new_contents) - (rptr - sec->contents);
8155 opd->adjust[OPD_NDX (rel->r_offset)] = adjust;
8158 memcpy (wptr, rptr, opd_ent_size);
8159 wptr += opd_ent_size;
8160 if (add_aux_fields && opd_ent_size == 16)
8162 memset (wptr, '\0', 8);
8166 /* We need to adjust any reloc offsets to point to the
8168 for ( ; rel != next_rel; ++rel)
8170 rel->r_offset += adjust;
8171 if (write_rel != rel)
8172 memcpy (write_rel, rel, sizeof (*rel));
8177 rptr += opd_ent_size;
8180 sec->size = wptr - new_contents;
8181 sec->reloc_count = write_rel - relstart;
8184 free (sec->contents);
8185 sec->contents = new_contents;
8188 /* Fudge the header size too, as this is used later in
8189 elf_bfd_final_link if we are emitting relocs. */
8190 rel_hdr = _bfd_elf_single_rel_hdr (sec);
8191 rel_hdr->sh_size = sec->reloc_count * rel_hdr->sh_entsize;
8194 else if (elf_section_data (sec)->relocs != relstart)
8197 if (local_syms != NULL
8198 && symtab_hdr->contents != (unsigned char *) local_syms)
8200 if (!info->keep_memory)
8203 symtab_hdr->contents = (unsigned char *) local_syms;
8208 elf_link_hash_traverse (elf_hash_table (info), adjust_opd_syms, NULL);
8210 /* If we are doing a final link and the last .opd entry is just 16 byte
8211 long, add a 8 byte padding after it. */
8212 if (need_pad != NULL && !bfd_link_relocatable (info))
8216 if ((need_pad->flags & SEC_IN_MEMORY) == 0)
8218 BFD_ASSERT (need_pad->size > 0);
8220 p = bfd_malloc (need_pad->size + 8);
8224 if (! bfd_get_section_contents (need_pad->owner, need_pad,
8225 p, 0, need_pad->size))
8228 need_pad->contents = p;
8229 need_pad->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
8233 p = bfd_realloc (need_pad->contents, need_pad->size + 8);
8237 need_pad->contents = p;
8240 memset (need_pad->contents + need_pad->size, 0, 8);
8241 need_pad->size += 8;
8247 /* Set htab->tls_get_addr and call the generic ELF tls_setup function. */
8250 ppc64_elf_tls_setup (struct bfd_link_info *info)
8252 struct ppc_link_hash_table *htab;
8254 htab = ppc_hash_table (info);
8258 if (abiversion (info->output_bfd) == 1)
8261 if (htab->params->no_multi_toc)
8262 htab->do_multi_toc = 0;
8263 else if (!htab->do_multi_toc)
8264 htab->params->no_multi_toc = 1;
8266 htab->tls_get_addr = ((struct ppc_link_hash_entry *)
8267 elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
8268 FALSE, FALSE, TRUE));
8269 /* Move dynamic linking info to the function descriptor sym. */
8270 if (htab->tls_get_addr != NULL)
8271 func_desc_adjust (&htab->tls_get_addr->elf, info);
8272 htab->tls_get_addr_fd = ((struct ppc_link_hash_entry *)
8273 elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
8274 FALSE, FALSE, TRUE));
8275 if (htab->params->tls_get_addr_opt)
8277 struct elf_link_hash_entry *opt, *opt_fd, *tga, *tga_fd;
8279 opt = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr_opt",
8280 FALSE, FALSE, TRUE);
8282 func_desc_adjust (opt, info);
8283 opt_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_opt",
8284 FALSE, FALSE, TRUE);
8286 && (opt_fd->root.type == bfd_link_hash_defined
8287 || opt_fd->root.type == bfd_link_hash_defweak))
8289 /* If glibc supports an optimized __tls_get_addr call stub,
8290 signalled by the presence of __tls_get_addr_opt, and we'll
8291 be calling __tls_get_addr via a plt call stub, then
8292 make __tls_get_addr point to __tls_get_addr_opt. */
8293 tga_fd = &htab->tls_get_addr_fd->elf;
8294 if (htab->elf.dynamic_sections_created
8296 && (tga_fd->type == STT_FUNC
8297 || tga_fd->needs_plt)
8298 && !(SYMBOL_CALLS_LOCAL (info, tga_fd)
8299 || (ELF_ST_VISIBILITY (tga_fd->other) != STV_DEFAULT
8300 && tga_fd->root.type == bfd_link_hash_undefweak)))
8302 struct plt_entry *ent;
8304 for (ent = tga_fd->plt.plist; ent != NULL; ent = ent->next)
8305 if (ent->plt.refcount > 0)
8309 tga_fd->root.type = bfd_link_hash_indirect;
8310 tga_fd->root.u.i.link = &opt_fd->root;
8311 ppc64_elf_copy_indirect_symbol (info, opt_fd, tga_fd);
8312 opt_fd->forced_local = 0;
8313 if (opt_fd->dynindx != -1)
8315 /* Use __tls_get_addr_opt in dynamic relocations. */
8316 opt_fd->dynindx = -1;
8317 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
8318 opt_fd->dynstr_index);
8319 if (!bfd_elf_link_record_dynamic_symbol (info, opt_fd))
8322 htab->tls_get_addr_fd = (struct ppc_link_hash_entry *) opt_fd;
8323 tga = &htab->tls_get_addr->elf;
8324 if (opt != NULL && tga != NULL)
8326 tga->root.type = bfd_link_hash_indirect;
8327 tga->root.u.i.link = &opt->root;
8328 ppc64_elf_copy_indirect_symbol (info, opt, tga);
8329 opt->forced_local = 0;
8330 _bfd_elf_link_hash_hide_symbol (info, opt,
8332 htab->tls_get_addr = (struct ppc_link_hash_entry *) opt;
8334 htab->tls_get_addr_fd->oh = htab->tls_get_addr;
8335 htab->tls_get_addr_fd->is_func_descriptor = 1;
8336 if (htab->tls_get_addr != NULL)
8338 htab->tls_get_addr->oh = htab->tls_get_addr_fd;
8339 htab->tls_get_addr->is_func = 1;
8344 else if (htab->params->tls_get_addr_opt < 0)
8345 htab->params->tls_get_addr_opt = 0;
8347 return _bfd_elf_tls_setup (info->output_bfd, info);
8350 /* Return TRUE iff REL is a branch reloc with a global symbol matching
8354 branch_reloc_hash_match (const bfd *ibfd,
8355 const Elf_Internal_Rela *rel,
8356 const struct ppc_link_hash_entry *hash1,
8357 const struct ppc_link_hash_entry *hash2)
8359 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (ibfd);
8360 enum elf_ppc64_reloc_type r_type = ELF64_R_TYPE (rel->r_info);
8361 unsigned int r_symndx = ELF64_R_SYM (rel->r_info);
8363 if (r_symndx >= symtab_hdr->sh_info && is_branch_reloc (r_type))
8365 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
8366 struct elf_link_hash_entry *h;
8368 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
8369 h = elf_follow_link (h);
8370 if (h == &hash1->elf || h == &hash2->elf)
8376 /* Run through all the TLS relocs looking for optimization
8377 opportunities. The linker has been hacked (see ppc64elf.em) to do
8378 a preliminary section layout so that we know the TLS segment
8379 offsets. We can't optimize earlier because some optimizations need
8380 to know the tp offset, and we need to optimize before allocating
8381 dynamic relocations. */
8384 ppc64_elf_tls_optimize (struct bfd_link_info *info)
8388 struct ppc_link_hash_table *htab;
8389 unsigned char *toc_ref;
8392 if (!bfd_link_executable (info))
8395 htab = ppc_hash_table (info);
8399 /* Make two passes over the relocs. On the first pass, mark toc
8400 entries involved with tls relocs, and check that tls relocs
8401 involved in setting up a tls_get_addr call are indeed followed by
8402 such a call. If they are not, we can't do any tls optimization.
8403 On the second pass twiddle tls_mask flags to notify
8404 relocate_section that optimization can be done, and adjust got
8405 and plt refcounts. */
8407 for (pass = 0; pass < 2; ++pass)
8408 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
8410 Elf_Internal_Sym *locsyms = NULL;
8411 asection *toc = bfd_get_section_by_name (ibfd, ".toc");
8413 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
8414 if (sec->has_tls_reloc && !bfd_is_abs_section (sec->output_section))
8416 Elf_Internal_Rela *relstart, *rel, *relend;
8417 bfd_boolean found_tls_get_addr_arg = 0;
8419 /* Read the relocations. */
8420 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
8422 if (relstart == NULL)
8428 relend = relstart + sec->reloc_count;
8429 for (rel = relstart; rel < relend; rel++)
8431 enum elf_ppc64_reloc_type r_type;
8432 unsigned long r_symndx;
8433 struct elf_link_hash_entry *h;
8434 Elf_Internal_Sym *sym;
8436 unsigned char *tls_mask;
8437 unsigned char tls_set, tls_clear, tls_type = 0;
8439 bfd_boolean ok_tprel, is_local;
8440 long toc_ref_index = 0;
8441 int expecting_tls_get_addr = 0;
8442 bfd_boolean ret = FALSE;
8444 r_symndx = ELF64_R_SYM (rel->r_info);
8445 if (!get_sym_h (&h, &sym, &sym_sec, &tls_mask, &locsyms,
8449 if (elf_section_data (sec)->relocs != relstart)
8451 if (toc_ref != NULL)
8454 && (elf_symtab_hdr (ibfd).contents
8455 != (unsigned char *) locsyms))
8462 if (h->root.type == bfd_link_hash_defined
8463 || h->root.type == bfd_link_hash_defweak)
8464 value = h->root.u.def.value;
8465 else if (h->root.type == bfd_link_hash_undefweak)
8469 found_tls_get_addr_arg = 0;
8474 /* Symbols referenced by TLS relocs must be of type
8475 STT_TLS. So no need for .opd local sym adjust. */
8476 value = sym->st_value;
8485 && h->root.type == bfd_link_hash_undefweak)
8487 else if (sym_sec != NULL
8488 && sym_sec->output_section != NULL)
8490 value += sym_sec->output_offset;
8491 value += sym_sec->output_section->vma;
8492 value -= htab->elf.tls_sec->vma;
8493 ok_tprel = (value + TP_OFFSET + ((bfd_vma) 1 << 31)
8494 < (bfd_vma) 1 << 32);
8498 r_type = ELF64_R_TYPE (rel->r_info);
8499 /* If this section has old-style __tls_get_addr calls
8500 without marker relocs, then check that each
8501 __tls_get_addr call reloc is preceded by a reloc
8502 that conceivably belongs to the __tls_get_addr arg
8503 setup insn. If we don't find matching arg setup
8504 relocs, don't do any tls optimization. */
8506 && sec->has_tls_get_addr_call
8508 && (h == &htab->tls_get_addr->elf
8509 || h == &htab->tls_get_addr_fd->elf)
8510 && !found_tls_get_addr_arg
8511 && is_branch_reloc (r_type))
8513 info->callbacks->minfo (_("%H __tls_get_addr lost arg, "
8514 "TLS optimization disabled\n"),
8515 ibfd, sec, rel->r_offset);
8520 found_tls_get_addr_arg = 0;
8523 case R_PPC64_GOT_TLSLD16:
8524 case R_PPC64_GOT_TLSLD16_LO:
8525 expecting_tls_get_addr = 1;
8526 found_tls_get_addr_arg = 1;
8529 case R_PPC64_GOT_TLSLD16_HI:
8530 case R_PPC64_GOT_TLSLD16_HA:
8531 /* These relocs should never be against a symbol
8532 defined in a shared lib. Leave them alone if
8533 that turns out to be the case. */
8540 tls_type = TLS_TLS | TLS_LD;
8543 case R_PPC64_GOT_TLSGD16:
8544 case R_PPC64_GOT_TLSGD16_LO:
8545 expecting_tls_get_addr = 1;
8546 found_tls_get_addr_arg = 1;
8549 case R_PPC64_GOT_TLSGD16_HI:
8550 case R_PPC64_GOT_TLSGD16_HA:
8556 tls_set = TLS_TLS | TLS_TPRELGD;
8558 tls_type = TLS_TLS | TLS_GD;
8561 case R_PPC64_GOT_TPREL16_DS:
8562 case R_PPC64_GOT_TPREL16_LO_DS:
8563 case R_PPC64_GOT_TPREL16_HI:
8564 case R_PPC64_GOT_TPREL16_HA:
8569 tls_clear = TLS_TPREL;
8570 tls_type = TLS_TLS | TLS_TPREL;
8577 found_tls_get_addr_arg = 1;
8582 case R_PPC64_TOC16_LO:
8583 if (sym_sec == NULL || sym_sec != toc)
8586 /* Mark this toc entry as referenced by a TLS
8587 code sequence. We can do that now in the
8588 case of R_PPC64_TLS, and after checking for
8589 tls_get_addr for the TOC16 relocs. */
8590 if (toc_ref == NULL)
8591 toc_ref = bfd_zmalloc (toc->output_section->rawsize / 8);
8592 if (toc_ref == NULL)
8596 value = h->root.u.def.value;
8598 value = sym->st_value;
8599 value += rel->r_addend;
8602 BFD_ASSERT (value < toc->size
8603 && toc->output_offset % 8 == 0);
8604 toc_ref_index = (value + toc->output_offset) / 8;
8605 if (r_type == R_PPC64_TLS
8606 || r_type == R_PPC64_TLSGD
8607 || r_type == R_PPC64_TLSLD)
8609 toc_ref[toc_ref_index] = 1;
8613 if (pass != 0 && toc_ref[toc_ref_index] == 0)
8618 expecting_tls_get_addr = 2;
8621 case R_PPC64_TPREL64:
8625 || !toc_ref[(rel->r_offset + toc->output_offset) / 8])
8630 tls_set = TLS_EXPLICIT;
8631 tls_clear = TLS_TPREL;
8636 case R_PPC64_DTPMOD64:
8640 || !toc_ref[(rel->r_offset + toc->output_offset) / 8])
8642 if (rel + 1 < relend
8644 == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64))
8645 && rel[1].r_offset == rel->r_offset + 8)
8649 tls_set = TLS_EXPLICIT | TLS_GD;
8652 tls_set = TLS_EXPLICIT | TLS_GD | TLS_TPRELGD;
8661 tls_set = TLS_EXPLICIT;
8672 if (!expecting_tls_get_addr
8673 || !sec->has_tls_get_addr_call)
8676 if (rel + 1 < relend
8677 && branch_reloc_hash_match (ibfd, rel + 1,
8679 htab->tls_get_addr_fd))
8681 if (expecting_tls_get_addr == 2)
8683 /* Check for toc tls entries. */
8684 unsigned char *toc_tls;
8687 retval = get_tls_mask (&toc_tls, NULL, NULL,
8692 if (toc_tls != NULL)
8694 if ((*toc_tls & (TLS_GD | TLS_LD)) != 0)
8695 found_tls_get_addr_arg = 1;
8697 toc_ref[toc_ref_index] = 1;
8703 if (expecting_tls_get_addr != 1)
8706 /* Uh oh, we didn't find the expected call. We
8707 could just mark this symbol to exclude it
8708 from tls optimization but it's safer to skip
8709 the entire optimization. */
8710 info->callbacks->minfo (_("%H arg lost __tls_get_addr, "
8711 "TLS optimization disabled\n"),
8712 ibfd, sec, rel->r_offset);
8717 if (expecting_tls_get_addr && htab->tls_get_addr != NULL)
8719 struct plt_entry *ent;
8720 for (ent = htab->tls_get_addr->elf.plt.plist;
8723 if (ent->addend == 0)
8725 if (ent->plt.refcount > 0)
8727 ent->plt.refcount -= 1;
8728 expecting_tls_get_addr = 0;
8734 if (expecting_tls_get_addr && htab->tls_get_addr_fd != NULL)
8736 struct plt_entry *ent;
8737 for (ent = htab->tls_get_addr_fd->elf.plt.plist;
8740 if (ent->addend == 0)
8742 if (ent->plt.refcount > 0)
8743 ent->plt.refcount -= 1;
8751 if ((tls_set & TLS_EXPLICIT) == 0)
8753 struct got_entry *ent;
8755 /* Adjust got entry for this reloc. */
8759 ent = elf_local_got_ents (ibfd)[r_symndx];
8761 for (; ent != NULL; ent = ent->next)
8762 if (ent->addend == rel->r_addend
8763 && ent->owner == ibfd
8764 && ent->tls_type == tls_type)
8771 /* We managed to get rid of a got entry. */
8772 if (ent->got.refcount > 0)
8773 ent->got.refcount -= 1;
8778 /* If we got rid of a DTPMOD/DTPREL reloc pair then
8779 we'll lose one or two dyn relocs. */
8780 if (!dec_dynrel_count (rel->r_info, sec, info,
8784 if (tls_set == (TLS_EXPLICIT | TLS_GD))
8786 if (!dec_dynrel_count ((rel + 1)->r_info, sec, info,
8792 *tls_mask |= tls_set;
8793 *tls_mask &= ~tls_clear;
8796 if (elf_section_data (sec)->relocs != relstart)
8801 && (elf_symtab_hdr (ibfd).contents != (unsigned char *) locsyms))
8803 if (!info->keep_memory)
8806 elf_symtab_hdr (ibfd).contents = (unsigned char *) locsyms;
8810 if (toc_ref != NULL)
8815 /* Called via elf_link_hash_traverse from ppc64_elf_edit_toc to adjust
8816 the values of any global symbols in a toc section that has been
8817 edited. Globals in toc sections should be a rarity, so this function
8818 sets a flag if any are found in toc sections other than the one just
8819 edited, so that futher hash table traversals can be avoided. */
8821 struct adjust_toc_info
8824 unsigned long *skip;
8825 bfd_boolean global_toc_syms;
8828 enum toc_skip_enum { ref_from_discarded = 1, can_optimize = 2 };
8831 adjust_toc_syms (struct elf_link_hash_entry *h, void *inf)
8833 struct ppc_link_hash_entry *eh;
8834 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8837 if (h->root.type != bfd_link_hash_defined
8838 && h->root.type != bfd_link_hash_defweak)
8841 eh = (struct ppc_link_hash_entry *) h;
8842 if (eh->adjust_done)
8845 if (eh->elf.root.u.def.section == toc_inf->toc)
8847 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8848 i = toc_inf->toc->rawsize >> 3;
8850 i = eh->elf.root.u.def.value >> 3;
8852 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8855 (_("%s defined on removed toc entry"), eh->elf.root.root.string);
8858 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8859 eh->elf.root.u.def.value = (bfd_vma) i << 3;
8862 eh->elf.root.u.def.value -= toc_inf->skip[i];
8863 eh->adjust_done = 1;
8865 else if (strcmp (eh->elf.root.u.def.section->name, ".toc") == 0)
8866 toc_inf->global_toc_syms = TRUE;
8871 /* Return TRUE iff INSN is one we expect on a _LO variety toc/got reloc. */
8874 ok_lo_toc_insn (unsigned int insn)
8876 return ((insn & (0x3f << 26)) == 14u << 26 /* addi */
8877 || (insn & (0x3f << 26)) == 32u << 26 /* lwz */
8878 || (insn & (0x3f << 26)) == 34u << 26 /* lbz */
8879 || (insn & (0x3f << 26)) == 36u << 26 /* stw */
8880 || (insn & (0x3f << 26)) == 38u << 26 /* stb */
8881 || (insn & (0x3f << 26)) == 40u << 26 /* lhz */
8882 || (insn & (0x3f << 26)) == 42u << 26 /* lha */
8883 || (insn & (0x3f << 26)) == 44u << 26 /* sth */
8884 || (insn & (0x3f << 26)) == 46u << 26 /* lmw */
8885 || (insn & (0x3f << 26)) == 47u << 26 /* stmw */
8886 || (insn & (0x3f << 26)) == 48u << 26 /* lfs */
8887 || (insn & (0x3f << 26)) == 50u << 26 /* lfd */
8888 || (insn & (0x3f << 26)) == 52u << 26 /* stfs */
8889 || (insn & (0x3f << 26)) == 54u << 26 /* stfd */
8890 || ((insn & (0x3f << 26)) == 58u << 26 /* lwa,ld,lmd */
8892 || ((insn & (0x3f << 26)) == 62u << 26 /* std, stmd */
8893 && ((insn & 3) == 0 || (insn & 3) == 3))
8894 || (insn & (0x3f << 26)) == 12u << 26 /* addic */);
8897 /* Examine all relocs referencing .toc sections in order to remove
8898 unused .toc entries. */
8901 ppc64_elf_edit_toc (struct bfd_link_info *info)
8904 struct adjust_toc_info toc_inf;
8905 struct ppc_link_hash_table *htab = ppc_hash_table (info);
8907 htab->do_toc_opt = 1;
8908 toc_inf.global_toc_syms = TRUE;
8909 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
8911 asection *toc, *sec;
8912 Elf_Internal_Shdr *symtab_hdr;
8913 Elf_Internal_Sym *local_syms;
8914 Elf_Internal_Rela *relstart, *rel, *toc_relocs;
8915 unsigned long *skip, *drop;
8916 unsigned char *used;
8917 unsigned char *keep, last, some_unused;
8919 if (!is_ppc64_elf (ibfd))
8922 toc = bfd_get_section_by_name (ibfd, ".toc");
8925 || toc->sec_info_type == SEC_INFO_TYPE_JUST_SYMS
8926 || discarded_section (toc))
8931 symtab_hdr = &elf_symtab_hdr (ibfd);
8933 /* Look at sections dropped from the final link. */
8936 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
8938 if (sec->reloc_count == 0
8939 || !discarded_section (sec)
8940 || get_opd_info (sec)
8941 || (sec->flags & SEC_ALLOC) == 0
8942 || (sec->flags & SEC_DEBUGGING) != 0)
8945 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL, FALSE);
8946 if (relstart == NULL)
8949 /* Run through the relocs to see which toc entries might be
8951 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
8953 enum elf_ppc64_reloc_type r_type;
8954 unsigned long r_symndx;
8956 struct elf_link_hash_entry *h;
8957 Elf_Internal_Sym *sym;
8960 r_type = ELF64_R_TYPE (rel->r_info);
8967 case R_PPC64_TOC16_LO:
8968 case R_PPC64_TOC16_HI:
8969 case R_PPC64_TOC16_HA:
8970 case R_PPC64_TOC16_DS:
8971 case R_PPC64_TOC16_LO_DS:
8975 r_symndx = ELF64_R_SYM (rel->r_info);
8976 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8984 val = h->root.u.def.value;
8986 val = sym->st_value;
8987 val += rel->r_addend;
8989 if (val >= toc->size)
8992 /* Anything in the toc ought to be aligned to 8 bytes.
8993 If not, don't mark as unused. */
8999 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 15) / 8);
9004 skip[val >> 3] = ref_from_discarded;
9007 if (elf_section_data (sec)->relocs != relstart)
9011 /* For largetoc loads of address constants, we can convert
9012 . addis rx,2,addr@got@ha
9013 . ld ry,addr@got@l(rx)
9015 . addis rx,2,addr@toc@ha
9016 . addi ry,rx,addr@toc@l
9017 when addr is within 2G of the toc pointer. This then means
9018 that the word storing "addr" in the toc is no longer needed. */
9020 if (!ppc64_elf_tdata (ibfd)->has_small_toc_reloc
9021 && toc->output_section->rawsize < (bfd_vma) 1 << 31
9022 && toc->reloc_count != 0)
9024 /* Read toc relocs. */
9025 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL,
9027 if (toc_relocs == NULL)
9030 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel)
9032 enum elf_ppc64_reloc_type r_type;
9033 unsigned long r_symndx;
9035 struct elf_link_hash_entry *h;
9036 Elf_Internal_Sym *sym;
9039 r_type = ELF64_R_TYPE (rel->r_info);
9040 if (r_type != R_PPC64_ADDR64)
9043 r_symndx = ELF64_R_SYM (rel->r_info);
9044 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
9049 || sym_sec->output_section == NULL
9050 || discarded_section (sym_sec))
9053 if (!SYMBOL_REFERENCES_LOCAL (info, h))
9058 if (h->type == STT_GNU_IFUNC)
9060 val = h->root.u.def.value;
9064 if (ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
9066 val = sym->st_value;
9068 val += rel->r_addend;
9069 val += sym_sec->output_section->vma + sym_sec->output_offset;
9071 /* We don't yet know the exact toc pointer value, but we
9072 know it will be somewhere in the toc section. Don't
9073 optimize if the difference from any possible toc
9074 pointer is outside [ff..f80008000, 7fff7fff]. */
9075 addr = toc->output_section->vma + TOC_BASE_OFF;
9076 if (val - addr + (bfd_vma) 0x80008000 >= (bfd_vma) 1 << 32)
9079 addr = toc->output_section->vma + toc->output_section->rawsize;
9080 if (val - addr + (bfd_vma) 0x80008000 >= (bfd_vma) 1 << 32)
9085 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 15) / 8);
9090 skip[rel->r_offset >> 3]
9091 |= can_optimize | ((rel - toc_relocs) << 2);
9098 used = bfd_zmalloc (sizeof (*used) * (toc->size + 7) / 8);
9102 if (local_syms != NULL
9103 && symtab_hdr->contents != (unsigned char *) local_syms)
9107 && elf_section_data (sec)->relocs != relstart)
9109 if (toc_relocs != NULL
9110 && elf_section_data (toc)->relocs != toc_relocs)
9117 /* Now check all kept sections that might reference the toc.
9118 Check the toc itself last. */
9119 for (sec = (ibfd->sections == toc && toc->next ? toc->next
9122 sec = (sec == toc ? NULL
9123 : sec->next == NULL ? toc
9124 : sec->next == toc && toc->next ? toc->next
9129 if (sec->reloc_count == 0
9130 || discarded_section (sec)
9131 || get_opd_info (sec)
9132 || (sec->flags & SEC_ALLOC) == 0
9133 || (sec->flags & SEC_DEBUGGING) != 0)
9136 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
9138 if (relstart == NULL)
9144 /* Mark toc entries referenced as used. */
9148 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
9150 enum elf_ppc64_reloc_type r_type;
9151 unsigned long r_symndx;
9153 struct elf_link_hash_entry *h;
9154 Elf_Internal_Sym *sym;
9156 enum {no_check, check_lo, check_ha} insn_check;
9158 r_type = ELF64_R_TYPE (rel->r_info);
9162 insn_check = no_check;
9165 case R_PPC64_GOT_TLSLD16_HA:
9166 case R_PPC64_GOT_TLSGD16_HA:
9167 case R_PPC64_GOT_TPREL16_HA:
9168 case R_PPC64_GOT_DTPREL16_HA:
9169 case R_PPC64_GOT16_HA:
9170 case R_PPC64_TOC16_HA:
9171 insn_check = check_ha;
9174 case R_PPC64_GOT_TLSLD16_LO:
9175 case R_PPC64_GOT_TLSGD16_LO:
9176 case R_PPC64_GOT_TPREL16_LO_DS:
9177 case R_PPC64_GOT_DTPREL16_LO_DS:
9178 case R_PPC64_GOT16_LO:
9179 case R_PPC64_GOT16_LO_DS:
9180 case R_PPC64_TOC16_LO:
9181 case R_PPC64_TOC16_LO_DS:
9182 insn_check = check_lo;
9186 if (insn_check != no_check)
9188 bfd_vma off = rel->r_offset & ~3;
9189 unsigned char buf[4];
9192 if (!bfd_get_section_contents (ibfd, sec, buf, off, 4))
9197 insn = bfd_get_32 (ibfd, buf);
9198 if (insn_check == check_lo
9199 ? !ok_lo_toc_insn (insn)
9200 : ((insn & ((0x3f << 26) | 0x1f << 16))
9201 != ((15u << 26) | (2 << 16)) /* addis rt,2,imm */))
9205 ppc64_elf_tdata (ibfd)->unexpected_toc_insn = 1;
9206 sprintf (str, "%#08x", insn);
9207 info->callbacks->einfo
9208 (_("%P: %H: toc optimization is not supported for"
9209 " %s instruction.\n"),
9210 ibfd, sec, rel->r_offset & ~3, str);
9217 case R_PPC64_TOC16_LO:
9218 case R_PPC64_TOC16_HI:
9219 case R_PPC64_TOC16_HA:
9220 case R_PPC64_TOC16_DS:
9221 case R_PPC64_TOC16_LO_DS:
9222 /* In case we're taking addresses of toc entries. */
9223 case R_PPC64_ADDR64:
9230 r_symndx = ELF64_R_SYM (rel->r_info);
9231 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
9242 val = h->root.u.def.value;
9244 val = sym->st_value;
9245 val += rel->r_addend;
9247 if (val >= toc->size)
9250 if ((skip[val >> 3] & can_optimize) != 0)
9257 case R_PPC64_TOC16_HA:
9260 case R_PPC64_TOC16_LO_DS:
9261 off = rel->r_offset;
9262 off += (bfd_big_endian (ibfd) ? -2 : 3);
9263 if (!bfd_get_section_contents (ibfd, sec, &opc,
9269 if ((opc & (0x3f << 2)) == (58u << 2))
9274 /* Wrong sort of reloc, or not a ld. We may
9275 as well clear ref_from_discarded too. */
9282 /* For the toc section, we only mark as used if this
9283 entry itself isn't unused. */
9284 else if ((used[rel->r_offset >> 3]
9285 || !(skip[rel->r_offset >> 3] & ref_from_discarded))
9288 /* Do all the relocs again, to catch reference
9297 if (elf_section_data (sec)->relocs != relstart)
9301 /* Merge the used and skip arrays. Assume that TOC
9302 doublewords not appearing as either used or unused belong
9303 to to an entry more than one doubleword in size. */
9304 for (drop = skip, keep = used, last = 0, some_unused = 0;
9305 drop < skip + (toc->size + 7) / 8;
9310 *drop &= ~ref_from_discarded;
9311 if ((*drop & can_optimize) != 0)
9315 else if ((*drop & ref_from_discarded) != 0)
9318 last = ref_from_discarded;
9328 bfd_byte *contents, *src;
9330 Elf_Internal_Sym *sym;
9331 bfd_boolean local_toc_syms = FALSE;
9333 /* Shuffle the toc contents, and at the same time convert the
9334 skip array from booleans into offsets. */
9335 if (!bfd_malloc_and_get_section (ibfd, toc, &contents))
9338 elf_section_data (toc)->this_hdr.contents = contents;
9340 for (src = contents, off = 0, drop = skip;
9341 src < contents + toc->size;
9344 if ((*drop & (can_optimize | ref_from_discarded)) != 0)
9349 memcpy (src - off, src, 8);
9353 toc->rawsize = toc->size;
9354 toc->size = src - contents - off;
9356 /* Adjust addends for relocs against the toc section sym,
9357 and optimize any accesses we can. */
9358 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
9360 if (sec->reloc_count == 0
9361 || discarded_section (sec))
9364 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
9366 if (relstart == NULL)
9369 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
9371 enum elf_ppc64_reloc_type r_type;
9372 unsigned long r_symndx;
9374 struct elf_link_hash_entry *h;
9377 r_type = ELF64_R_TYPE (rel->r_info);
9384 case R_PPC64_TOC16_LO:
9385 case R_PPC64_TOC16_HI:
9386 case R_PPC64_TOC16_HA:
9387 case R_PPC64_TOC16_DS:
9388 case R_PPC64_TOC16_LO_DS:
9389 case R_PPC64_ADDR64:
9393 r_symndx = ELF64_R_SYM (rel->r_info);
9394 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
9402 val = h->root.u.def.value;
9405 val = sym->st_value;
9407 local_toc_syms = TRUE;
9410 val += rel->r_addend;
9412 if (val > toc->rawsize)
9414 else if ((skip[val >> 3] & ref_from_discarded) != 0)
9416 else if ((skip[val >> 3] & can_optimize) != 0)
9418 Elf_Internal_Rela *tocrel
9419 = toc_relocs + (skip[val >> 3] >> 2);
9420 unsigned long tsym = ELF64_R_SYM (tocrel->r_info);
9424 case R_PPC64_TOC16_HA:
9425 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_TOC16_HA);
9428 case R_PPC64_TOC16_LO_DS:
9429 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_LO_DS_OPT);
9433 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
9435 info->callbacks->einfo
9436 (_("%P: %H: %s references "
9437 "optimized away TOC entry\n"),
9438 ibfd, sec, rel->r_offset,
9439 ppc64_elf_howto_table[r_type]->name);
9440 bfd_set_error (bfd_error_bad_value);
9443 rel->r_addend = tocrel->r_addend;
9444 elf_section_data (sec)->relocs = relstart;
9448 if (h != NULL || sym->st_value != 0)
9451 rel->r_addend -= skip[val >> 3];
9452 elf_section_data (sec)->relocs = relstart;
9455 if (elf_section_data (sec)->relocs != relstart)
9459 /* We shouldn't have local or global symbols defined in the TOC,
9460 but handle them anyway. */
9461 if (local_syms != NULL)
9462 for (sym = local_syms;
9463 sym < local_syms + symtab_hdr->sh_info;
9465 if (sym->st_value != 0
9466 && bfd_section_from_elf_index (ibfd, sym->st_shndx) == toc)
9470 if (sym->st_value > toc->rawsize)
9471 i = toc->rawsize >> 3;
9473 i = sym->st_value >> 3;
9475 if ((skip[i] & (ref_from_discarded | can_optimize)) != 0)
9479 (_("%s defined on removed toc entry"),
9480 bfd_elf_sym_name (ibfd, symtab_hdr, sym, NULL));
9483 while ((skip[i] & (ref_from_discarded | can_optimize)));
9484 sym->st_value = (bfd_vma) i << 3;
9487 sym->st_value -= skip[i];
9488 symtab_hdr->contents = (unsigned char *) local_syms;
9491 /* Adjust any global syms defined in this toc input section. */
9492 if (toc_inf.global_toc_syms)
9495 toc_inf.skip = skip;
9496 toc_inf.global_toc_syms = FALSE;
9497 elf_link_hash_traverse (elf_hash_table (info), adjust_toc_syms,
9501 if (toc->reloc_count != 0)
9503 Elf_Internal_Shdr *rel_hdr;
9504 Elf_Internal_Rela *wrel;
9507 /* Remove unused toc relocs, and adjust those we keep. */
9508 if (toc_relocs == NULL)
9509 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL,
9511 if (toc_relocs == NULL)
9515 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel)
9516 if ((skip[rel->r_offset >> 3]
9517 & (ref_from_discarded | can_optimize)) == 0)
9519 wrel->r_offset = rel->r_offset - skip[rel->r_offset >> 3];
9520 wrel->r_info = rel->r_info;
9521 wrel->r_addend = rel->r_addend;
9524 else if (!dec_dynrel_count (rel->r_info, toc, info,
9525 &local_syms, NULL, NULL))
9528 elf_section_data (toc)->relocs = toc_relocs;
9529 toc->reloc_count = wrel - toc_relocs;
9530 rel_hdr = _bfd_elf_single_rel_hdr (toc);
9531 sz = rel_hdr->sh_entsize;
9532 rel_hdr->sh_size = toc->reloc_count * sz;
9535 else if (toc_relocs != NULL
9536 && elf_section_data (toc)->relocs != toc_relocs)
9539 if (local_syms != NULL
9540 && symtab_hdr->contents != (unsigned char *) local_syms)
9542 if (!info->keep_memory)
9545 symtab_hdr->contents = (unsigned char *) local_syms;
9553 /* Return true iff input section I references the TOC using
9554 instructions limited to +/-32k offsets. */
9557 ppc64_elf_has_small_toc_reloc (asection *i)
9559 return (is_ppc64_elf (i->owner)
9560 && ppc64_elf_tdata (i->owner)->has_small_toc_reloc);
9563 /* Allocate space for one GOT entry. */
9566 allocate_got (struct elf_link_hash_entry *h,
9567 struct bfd_link_info *info,
9568 struct got_entry *gent)
9570 struct ppc_link_hash_table *htab = ppc_hash_table (info);
9572 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) h;
9573 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD)
9575 int rentsize = (gent->tls_type & eh->tls_mask & TLS_GD
9576 ? 2 : 1) * sizeof (Elf64_External_Rela);
9577 asection *got = ppc64_elf_tdata (gent->owner)->got;
9579 gent->got.offset = got->size;
9580 got->size += entsize;
9582 dyn = htab->elf.dynamic_sections_created;
9583 if (h->type == STT_GNU_IFUNC)
9585 htab->elf.irelplt->size += rentsize;
9586 htab->got_reli_size += rentsize;
9588 else if ((bfd_link_pic (info)
9589 || WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, 0, h))
9590 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
9591 || h->root.type != bfd_link_hash_undefweak))
9593 asection *relgot = ppc64_elf_tdata (gent->owner)->relgot;
9594 relgot->size += rentsize;
9598 /* This function merges got entries in the same toc group. */
9601 merge_got_entries (struct got_entry **pent)
9603 struct got_entry *ent, *ent2;
9605 for (ent = *pent; ent != NULL; ent = ent->next)
9606 if (!ent->is_indirect)
9607 for (ent2 = ent->next; ent2 != NULL; ent2 = ent2->next)
9608 if (!ent2->is_indirect
9609 && ent2->addend == ent->addend
9610 && ent2->tls_type == ent->tls_type
9611 && elf_gp (ent2->owner) == elf_gp (ent->owner))
9613 ent2->is_indirect = TRUE;
9614 ent2->got.ent = ent;
9618 /* Allocate space in .plt, .got and associated reloc sections for
9622 allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
9624 struct bfd_link_info *info;
9625 struct ppc_link_hash_table *htab;
9627 struct ppc_link_hash_entry *eh;
9628 struct got_entry **pgent, *gent;
9630 if (h->root.type == bfd_link_hash_indirect)
9633 info = (struct bfd_link_info *) inf;
9634 htab = ppc_hash_table (info);
9638 eh = (struct ppc_link_hash_entry *) h;
9639 /* Run through the TLS GD got entries first if we're changing them
9641 if ((eh->tls_mask & TLS_TPRELGD) != 0)
9642 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9643 if (gent->got.refcount > 0
9644 && (gent->tls_type & TLS_GD) != 0)
9646 /* This was a GD entry that has been converted to TPREL. If
9647 there happens to be a TPREL entry we can use that one. */
9648 struct got_entry *ent;
9649 for (ent = h->got.glist; ent != NULL; ent = ent->next)
9650 if (ent->got.refcount > 0
9651 && (ent->tls_type & TLS_TPREL) != 0
9652 && ent->addend == gent->addend
9653 && ent->owner == gent->owner)
9655 gent->got.refcount = 0;
9659 /* If not, then we'll be using our own TPREL entry. */
9660 if (gent->got.refcount != 0)
9661 gent->tls_type = TLS_TLS | TLS_TPREL;
9664 /* Remove any list entry that won't generate a word in the GOT before
9665 we call merge_got_entries. Otherwise we risk merging to empty
9667 pgent = &h->got.glist;
9668 while ((gent = *pgent) != NULL)
9669 if (gent->got.refcount > 0)
9671 if ((gent->tls_type & TLS_LD) != 0
9674 ppc64_tlsld_got (gent->owner)->got.refcount += 1;
9675 *pgent = gent->next;
9678 pgent = &gent->next;
9681 *pgent = gent->next;
9683 if (!htab->do_multi_toc)
9684 merge_got_entries (&h->got.glist);
9686 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9687 if (!gent->is_indirect)
9689 /* Make sure this symbol is output as a dynamic symbol.
9690 Undefined weak syms won't yet be marked as dynamic,
9691 nor will all TLS symbols. */
9692 if (h->dynindx == -1
9694 && h->type != STT_GNU_IFUNC
9695 && htab->elf.dynamic_sections_created)
9697 if (! bfd_elf_link_record_dynamic_symbol (info, h))
9701 if (!is_ppc64_elf (gent->owner))
9704 allocate_got (h, info, gent);
9707 if (!htab->elf.dynamic_sections_created
9708 && h->type != STT_GNU_IFUNC)
9709 eh->dyn_relocs = NULL;
9711 if (eh->dyn_relocs != NULL)
9713 struct elf_dyn_relocs *p, **pp;
9715 /* In the shared -Bsymbolic case, discard space allocated for
9716 dynamic pc-relative relocs against symbols which turn out to
9717 be defined in regular objects. For the normal shared case,
9718 discard space for relocs that have become local due to symbol
9719 visibility changes. */
9721 if (bfd_link_pic (info))
9723 /* Relocs that use pc_count are those that appear on a call
9724 insn, or certain REL relocs (see must_be_dyn_reloc) that
9725 can be generated via assembly. We want calls to
9726 protected symbols to resolve directly to the function
9727 rather than going via the plt. If people want function
9728 pointer comparisons to work as expected then they should
9729 avoid writing weird assembly. */
9730 if (SYMBOL_CALLS_LOCAL (info, h))
9732 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
9734 p->count -= p->pc_count;
9743 /* Also discard relocs on undefined weak syms with
9744 non-default visibility. */
9745 if (eh->dyn_relocs != NULL
9746 && h->root.type == bfd_link_hash_undefweak)
9748 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
9749 eh->dyn_relocs = NULL;
9751 /* Make sure this symbol is output as a dynamic symbol.
9752 Undefined weak syms won't yet be marked as dynamic. */
9753 else if (h->dynindx == -1
9754 && !h->forced_local)
9756 if (! bfd_elf_link_record_dynamic_symbol (info, h))
9761 else if (h->type == STT_GNU_IFUNC)
9763 /* A plt entry is always created when making direct calls to
9764 an ifunc, even when building a static executable, but
9765 that doesn't cover all cases. We may have only an ifunc
9766 initialised function pointer for a given ifunc symbol.
9768 For ELFv2, dynamic relocations are not required when
9769 generating a global entry PLT stub. */
9770 if (abiversion (info->output_bfd) >= 2)
9772 if (global_entry_stub (h))
9773 eh->dyn_relocs = NULL;
9776 /* For ELFv1 we have function descriptors. Descriptors need
9777 to be treated like PLT entries and thus have dynamic
9778 relocations. One exception is when the function
9779 descriptor is copied into .dynbss (which should only
9780 happen with ancient versions of gcc). */
9781 else if (h->needs_copy)
9782 eh->dyn_relocs = NULL;
9784 else if (ELIMINATE_COPY_RELOCS)
9786 /* For the non-pic case, discard space for relocs against
9787 symbols which turn out to need copy relocs or are not
9790 /* First make sure this symbol is output as a dynamic symbol.
9791 Undefined weak syms won't yet be marked as dynamic. */
9792 if (h->root.type == bfd_link_hash_undefweak
9797 && !bfd_elf_link_record_dynamic_symbol (info, h))
9802 || h->dynindx == -1)
9803 eh->dyn_relocs = NULL;
9806 /* Finally, allocate space. */
9807 for (p = eh->dyn_relocs; p != NULL; p = p->next)
9809 asection *sreloc = elf_section_data (p->sec)->sreloc;
9810 if (eh->elf.type == STT_GNU_IFUNC)
9811 sreloc = htab->elf.irelplt;
9812 sreloc->size += p->count * sizeof (Elf64_External_Rela);
9816 if ((htab->elf.dynamic_sections_created
9818 && WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, bfd_link_pic (info), h))
9819 || h->type == STT_GNU_IFUNC)
9821 struct plt_entry *pent;
9822 bfd_boolean doneone = FALSE;
9823 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
9824 if (pent->plt.refcount > 0)
9826 if (!htab->elf.dynamic_sections_created
9827 || h->dynindx == -1)
9830 pent->plt.offset = s->size;
9831 s->size += PLT_ENTRY_SIZE (htab);
9832 s = htab->elf.irelplt;
9836 /* If this is the first .plt entry, make room for the special
9840 s->size += PLT_INITIAL_ENTRY_SIZE (htab);
9842 pent->plt.offset = s->size;
9844 /* Make room for this entry. */
9845 s->size += PLT_ENTRY_SIZE (htab);
9847 /* Make room for the .glink code. */
9850 s->size += GLINK_CALL_STUB_SIZE;
9853 /* We need bigger stubs past index 32767. */
9854 if (s->size >= GLINK_CALL_STUB_SIZE + 32768*2*4)
9861 /* We also need to make an entry in the .rela.plt section. */
9862 s = htab->elf.srelplt;
9864 s->size += sizeof (Elf64_External_Rela);
9868 pent->plt.offset = (bfd_vma) -1;
9871 h->plt.plist = NULL;
9877 h->plt.plist = NULL;
9884 /* Called via elf_link_hash_traverse from ppc64_elf_size_dynamic_sections
9885 to set up space for global entry stubs. These are put in glink,
9886 after the branch table. */
9889 size_global_entry_stubs (struct elf_link_hash_entry *h, void *inf)
9891 struct bfd_link_info *info;
9892 struct ppc_link_hash_table *htab;
9893 struct plt_entry *pent;
9896 if (h->root.type == bfd_link_hash_indirect)
9899 if (!h->pointer_equality_needed)
9906 htab = ppc_hash_table (info);
9911 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
9912 if (pent->plt.offset != (bfd_vma) -1
9913 && pent->addend == 0)
9915 /* For ELFv2, if this symbol is not defined in a regular file
9916 and we are not generating a shared library or pie, then we
9917 need to define the symbol in the executable on a call stub.
9918 This is to avoid text relocations. */
9919 s->size = (s->size + 15) & -16;
9920 h->root.type = bfd_link_hash_defined;
9921 h->root.u.def.section = s;
9922 h->root.u.def.value = s->size;
9929 /* Set DF_TEXTREL if we find any dynamic relocs that apply to
9930 read-only sections. */
9933 maybe_set_textrel (struct elf_link_hash_entry *h, void *info)
9935 if (h->root.type == bfd_link_hash_indirect)
9938 if (readonly_dynrelocs (h))
9940 ((struct bfd_link_info *) info)->flags |= DF_TEXTREL;
9942 /* Not an error, just cut short the traversal. */
9948 /* Set the sizes of the dynamic sections. */
9951 ppc64_elf_size_dynamic_sections (bfd *output_bfd,
9952 struct bfd_link_info *info)
9954 struct ppc_link_hash_table *htab;
9959 struct got_entry *first_tlsld;
9961 htab = ppc_hash_table (info);
9965 dynobj = htab->elf.dynobj;
9969 if (htab->elf.dynamic_sections_created)
9971 /* Set the contents of the .interp section to the interpreter. */
9972 if (bfd_link_executable (info) && !info->nointerp)
9974 s = bfd_get_linker_section (dynobj, ".interp");
9977 s->size = sizeof ELF_DYNAMIC_INTERPRETER;
9978 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
9982 /* Set up .got offsets for local syms, and space for local dynamic
9984 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
9986 struct got_entry **lgot_ents;
9987 struct got_entry **end_lgot_ents;
9988 struct plt_entry **local_plt;
9989 struct plt_entry **end_local_plt;
9990 unsigned char *lgot_masks;
9991 bfd_size_type locsymcount;
9992 Elf_Internal_Shdr *symtab_hdr;
9994 if (!is_ppc64_elf (ibfd))
9997 for (s = ibfd->sections; s != NULL; s = s->next)
9999 struct ppc_dyn_relocs *p;
10001 for (p = elf_section_data (s)->local_dynrel; p != NULL; p = p->next)
10003 if (!bfd_is_abs_section (p->sec)
10004 && bfd_is_abs_section (p->sec->output_section))
10006 /* Input section has been discarded, either because
10007 it is a copy of a linkonce section or due to
10008 linker script /DISCARD/, so we'll be discarding
10011 else if (p->count != 0)
10013 asection *srel = elf_section_data (p->sec)->sreloc;
10015 srel = htab->elf.irelplt;
10016 srel->size += p->count * sizeof (Elf64_External_Rela);
10017 if ((p->sec->output_section->flags & SEC_READONLY) != 0)
10018 info->flags |= DF_TEXTREL;
10023 lgot_ents = elf_local_got_ents (ibfd);
10027 symtab_hdr = &elf_symtab_hdr (ibfd);
10028 locsymcount = symtab_hdr->sh_info;
10029 end_lgot_ents = lgot_ents + locsymcount;
10030 local_plt = (struct plt_entry **) end_lgot_ents;
10031 end_local_plt = local_plt + locsymcount;
10032 lgot_masks = (unsigned char *) end_local_plt;
10033 s = ppc64_elf_tdata (ibfd)->got;
10034 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
10036 struct got_entry **pent, *ent;
10039 while ((ent = *pent) != NULL)
10040 if (ent->got.refcount > 0)
10042 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0)
10044 ppc64_tlsld_got (ibfd)->got.refcount += 1;
10049 unsigned int ent_size = 8;
10050 unsigned int rel_size = sizeof (Elf64_External_Rela);
10052 ent->got.offset = s->size;
10053 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
10058 s->size += ent_size;
10059 if ((*lgot_masks & PLT_IFUNC) != 0)
10061 htab->elf.irelplt->size += rel_size;
10062 htab->got_reli_size += rel_size;
10064 else if (bfd_link_pic (info))
10066 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
10067 srel->size += rel_size;
10076 /* Allocate space for calls to local STT_GNU_IFUNC syms in .iplt. */
10077 for (; local_plt < end_local_plt; ++local_plt)
10079 struct plt_entry *ent;
10081 for (ent = *local_plt; ent != NULL; ent = ent->next)
10082 if (ent->plt.refcount > 0)
10084 s = htab->elf.iplt;
10085 ent->plt.offset = s->size;
10086 s->size += PLT_ENTRY_SIZE (htab);
10088 htab->elf.irelplt->size += sizeof (Elf64_External_Rela);
10091 ent->plt.offset = (bfd_vma) -1;
10095 /* Allocate global sym .plt and .got entries, and space for global
10096 sym dynamic relocs. */
10097 elf_link_hash_traverse (&htab->elf, allocate_dynrelocs, info);
10098 /* Stash the end of glink branch table. */
10099 if (htab->glink != NULL)
10100 htab->glink->rawsize = htab->glink->size;
10102 if (!htab->opd_abi && !bfd_link_pic (info))
10103 elf_link_hash_traverse (&htab->elf, size_global_entry_stubs, info);
10105 first_tlsld = NULL;
10106 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
10108 struct got_entry *ent;
10110 if (!is_ppc64_elf (ibfd))
10113 ent = ppc64_tlsld_got (ibfd);
10114 if (ent->got.refcount > 0)
10116 if (!htab->do_multi_toc && first_tlsld != NULL)
10118 ent->is_indirect = TRUE;
10119 ent->got.ent = first_tlsld;
10123 if (first_tlsld == NULL)
10125 s = ppc64_elf_tdata (ibfd)->got;
10126 ent->got.offset = s->size;
10129 if (bfd_link_pic (info))
10131 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
10132 srel->size += sizeof (Elf64_External_Rela);
10137 ent->got.offset = (bfd_vma) -1;
10140 /* We now have determined the sizes of the various dynamic sections.
10141 Allocate memory for them. */
10143 for (s = dynobj->sections; s != NULL; s = s->next)
10145 if ((s->flags & SEC_LINKER_CREATED) == 0)
10148 if (s == htab->brlt || s == htab->relbrlt)
10149 /* These haven't been allocated yet; don't strip. */
10151 else if (s == htab->elf.sgot
10152 || s == htab->elf.splt
10153 || s == htab->elf.iplt
10154 || s == htab->glink
10155 || s == htab->dynbss)
10157 /* Strip this section if we don't need it; see the
10160 else if (s == htab->glink_eh_frame)
10162 if (!bfd_is_abs_section (s->output_section))
10163 /* Not sized yet. */
10166 else if (CONST_STRNEQ (s->name, ".rela"))
10170 if (s != htab->elf.srelplt)
10173 /* We use the reloc_count field as a counter if we need
10174 to copy relocs into the output file. */
10175 s->reloc_count = 0;
10180 /* It's not one of our sections, so don't allocate space. */
10186 /* If we don't need this section, strip it from the
10187 output file. This is mostly to handle .rela.bss and
10188 .rela.plt. We must create both sections in
10189 create_dynamic_sections, because they must be created
10190 before the linker maps input sections to output
10191 sections. The linker does that before
10192 adjust_dynamic_symbol is called, and it is that
10193 function which decides whether anything needs to go
10194 into these sections. */
10195 s->flags |= SEC_EXCLUDE;
10199 if ((s->flags & SEC_HAS_CONTENTS) == 0)
10202 /* Allocate memory for the section contents. We use bfd_zalloc
10203 here in case unused entries are not reclaimed before the
10204 section's contents are written out. This should not happen,
10205 but this way if it does we get a R_PPC64_NONE reloc in .rela
10206 sections instead of garbage.
10207 We also rely on the section contents being zero when writing
10209 s->contents = bfd_zalloc (dynobj, s->size);
10210 if (s->contents == NULL)
10214 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
10216 if (!is_ppc64_elf (ibfd))
10219 s = ppc64_elf_tdata (ibfd)->got;
10220 if (s != NULL && s != htab->elf.sgot)
10223 s->flags |= SEC_EXCLUDE;
10226 s->contents = bfd_zalloc (ibfd, s->size);
10227 if (s->contents == NULL)
10231 s = ppc64_elf_tdata (ibfd)->relgot;
10235 s->flags |= SEC_EXCLUDE;
10238 s->contents = bfd_zalloc (ibfd, s->size);
10239 if (s->contents == NULL)
10242 s->reloc_count = 0;
10247 if (htab->elf.dynamic_sections_created)
10249 bfd_boolean tls_opt;
10251 /* Add some entries to the .dynamic section. We fill in the
10252 values later, in ppc64_elf_finish_dynamic_sections, but we
10253 must add the entries now so that we get the correct size for
10254 the .dynamic section. The DT_DEBUG entry is filled in by the
10255 dynamic linker and used by the debugger. */
10256 #define add_dynamic_entry(TAG, VAL) \
10257 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
10259 if (bfd_link_executable (info))
10261 if (!add_dynamic_entry (DT_DEBUG, 0))
10265 if (htab->elf.splt != NULL && htab->elf.splt->size != 0)
10267 if (!add_dynamic_entry (DT_PLTGOT, 0)
10268 || !add_dynamic_entry (DT_PLTRELSZ, 0)
10269 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
10270 || !add_dynamic_entry (DT_JMPREL, 0)
10271 || !add_dynamic_entry (DT_PPC64_GLINK, 0))
10275 if (NO_OPD_RELOCS && abiversion (output_bfd) <= 1)
10277 if (!add_dynamic_entry (DT_PPC64_OPD, 0)
10278 || !add_dynamic_entry (DT_PPC64_OPDSZ, 0))
10282 tls_opt = (htab->params->tls_get_addr_opt
10283 && htab->tls_get_addr_fd != NULL
10284 && htab->tls_get_addr_fd->elf.plt.plist != NULL);
10285 if (tls_opt || !htab->opd_abi)
10287 if (!add_dynamic_entry (DT_PPC64_OPT, tls_opt ? PPC64_OPT_TLS : 0))
10293 if (!add_dynamic_entry (DT_RELA, 0)
10294 || !add_dynamic_entry (DT_RELASZ, 0)
10295 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf64_External_Rela)))
10298 /* If any dynamic relocs apply to a read-only section,
10299 then we need a DT_TEXTREL entry. */
10300 if ((info->flags & DF_TEXTREL) == 0)
10301 elf_link_hash_traverse (&htab->elf, maybe_set_textrel, info);
10303 if ((info->flags & DF_TEXTREL) != 0)
10305 if (!add_dynamic_entry (DT_TEXTREL, 0))
10310 #undef add_dynamic_entry
10315 /* Return TRUE if symbol should be hashed in the `.gnu.hash' section. */
10318 ppc64_elf_hash_symbol (struct elf_link_hash_entry *h)
10320 if (h->plt.plist != NULL
10322 && !h->pointer_equality_needed)
10325 return _bfd_elf_hash_symbol (h);
10328 /* Determine the type of stub needed, if any, for a call. */
10330 static inline enum ppc_stub_type
10331 ppc_type_of_stub (asection *input_sec,
10332 const Elf_Internal_Rela *rel,
10333 struct ppc_link_hash_entry **hash,
10334 struct plt_entry **plt_ent,
10335 bfd_vma destination,
10336 unsigned long local_off)
10338 struct ppc_link_hash_entry *h = *hash;
10340 bfd_vma branch_offset;
10341 bfd_vma max_branch_offset;
10342 enum elf_ppc64_reloc_type r_type;
10346 struct plt_entry *ent;
10347 struct ppc_link_hash_entry *fdh = h;
10349 && h->oh->is_func_descriptor)
10351 fdh = ppc_follow_link (h->oh);
10355 for (ent = fdh->elf.plt.plist; ent != NULL; ent = ent->next)
10356 if (ent->addend == rel->r_addend
10357 && ent->plt.offset != (bfd_vma) -1)
10360 return ppc_stub_plt_call;
10363 /* Here, we know we don't have a plt entry. If we don't have a
10364 either a defined function descriptor or a defined entry symbol
10365 in a regular object file, then it is pointless trying to make
10366 any other type of stub. */
10367 if (!is_static_defined (&fdh->elf)
10368 && !is_static_defined (&h->elf))
10369 return ppc_stub_none;
10371 else if (elf_local_got_ents (input_sec->owner) != NULL)
10373 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (input_sec->owner);
10374 struct plt_entry **local_plt = (struct plt_entry **)
10375 elf_local_got_ents (input_sec->owner) + symtab_hdr->sh_info;
10376 unsigned long r_symndx = ELF64_R_SYM (rel->r_info);
10378 if (local_plt[r_symndx] != NULL)
10380 struct plt_entry *ent;
10382 for (ent = local_plt[r_symndx]; ent != NULL; ent = ent->next)
10383 if (ent->addend == rel->r_addend
10384 && ent->plt.offset != (bfd_vma) -1)
10387 return ppc_stub_plt_call;
10392 /* Determine where the call point is. */
10393 location = (input_sec->output_offset
10394 + input_sec->output_section->vma
10397 branch_offset = destination - location;
10398 r_type = ELF64_R_TYPE (rel->r_info);
10400 /* Determine if a long branch stub is needed. */
10401 max_branch_offset = 1 << 25;
10402 if (r_type != R_PPC64_REL24)
10403 max_branch_offset = 1 << 15;
10405 if (branch_offset + max_branch_offset >= 2 * max_branch_offset - local_off)
10406 /* We need a stub. Figure out whether a long_branch or plt_branch
10407 is needed later. */
10408 return ppc_stub_long_branch;
10410 return ppc_stub_none;
10413 /* With power7 weakly ordered memory model, it is possible for ld.so
10414 to update a plt entry in one thread and have another thread see a
10415 stale zero toc entry. To avoid this we need some sort of acquire
10416 barrier in the call stub. One solution is to make the load of the
10417 toc word seem to appear to depend on the load of the function entry
10418 word. Another solution is to test for r2 being zero, and branch to
10419 the appropriate glink entry if so.
10421 . fake dep barrier compare
10422 . ld 12,xxx(2) ld 12,xxx(2)
10423 . mtctr 12 mtctr 12
10424 . xor 11,12,12 ld 2,xxx+8(2)
10425 . add 2,2,11 cmpldi 2,0
10426 . ld 2,xxx+8(2) bnectr+
10427 . bctr b <glink_entry>
10429 The solution involving the compare turns out to be faster, so
10430 that's what we use unless the branch won't reach. */
10432 #define ALWAYS_USE_FAKE_DEP 0
10433 #define ALWAYS_EMIT_R2SAVE 0
10435 #define PPC_LO(v) ((v) & 0xffff)
10436 #define PPC_HI(v) (((v) >> 16) & 0xffff)
10437 #define PPC_HA(v) PPC_HI ((v) + 0x8000)
10439 static inline unsigned int
10440 plt_stub_size (struct ppc_link_hash_table *htab,
10441 struct ppc_stub_hash_entry *stub_entry,
10444 unsigned size = 12;
10446 if (ALWAYS_EMIT_R2SAVE
10447 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10449 if (PPC_HA (off) != 0)
10454 if (htab->params->plt_static_chain)
10456 if (htab->params->plt_thread_safe
10457 && htab->elf.dynamic_sections_created
10458 && stub_entry->h != NULL
10459 && stub_entry->h->elf.dynindx != -1)
10461 if (PPC_HA (off + 8 + 8 * htab->params->plt_static_chain) != PPC_HA (off))
10464 if (stub_entry->h != NULL
10465 && (stub_entry->h == htab->tls_get_addr_fd
10466 || stub_entry->h == htab->tls_get_addr)
10467 && htab->params->tls_get_addr_opt)
10472 /* If this stub would cross fewer 2**plt_stub_align boundaries if we align,
10473 then return the padding needed to do so. */
10474 static inline unsigned int
10475 plt_stub_pad (struct ppc_link_hash_table *htab,
10476 struct ppc_stub_hash_entry *stub_entry,
10479 int stub_align = 1 << htab->params->plt_stub_align;
10480 unsigned stub_size = plt_stub_size (htab, stub_entry, plt_off);
10481 bfd_vma stub_off = stub_entry->group->stub_sec->size;
10483 if (((stub_off + stub_size - 1) & -stub_align) - (stub_off & -stub_align)
10484 > ((stub_size - 1) & -stub_align))
10485 return stub_align - (stub_off & (stub_align - 1));
10489 /* Build a .plt call stub. */
10491 static inline bfd_byte *
10492 build_plt_stub (struct ppc_link_hash_table *htab,
10493 struct ppc_stub_hash_entry *stub_entry,
10494 bfd_byte *p, bfd_vma offset, Elf_Internal_Rela *r)
10496 bfd *obfd = htab->params->stub_bfd;
10497 bfd_boolean plt_load_toc = htab->opd_abi;
10498 bfd_boolean plt_static_chain = htab->params->plt_static_chain;
10499 bfd_boolean plt_thread_safe = (htab->params->plt_thread_safe
10500 && htab->elf.dynamic_sections_created
10501 && stub_entry->h != NULL
10502 && stub_entry->h->elf.dynindx != -1);
10503 bfd_boolean use_fake_dep = plt_thread_safe;
10504 bfd_vma cmp_branch_off = 0;
10506 if (!ALWAYS_USE_FAKE_DEP
10509 && !((stub_entry->h == htab->tls_get_addr_fd
10510 || stub_entry->h == htab->tls_get_addr)
10511 && htab->params->tls_get_addr_opt))
10513 bfd_vma pltoff = stub_entry->plt_ent->plt.offset & ~1;
10514 bfd_vma pltindex = ((pltoff - PLT_INITIAL_ENTRY_SIZE (htab))
10515 / PLT_ENTRY_SIZE (htab));
10516 bfd_vma glinkoff = GLINK_CALL_STUB_SIZE + pltindex * 8;
10519 if (pltindex > 32768)
10520 glinkoff += (pltindex - 32768) * 4;
10522 + htab->glink->output_offset
10523 + htab->glink->output_section->vma);
10524 from = (p - stub_entry->group->stub_sec->contents
10525 + 4 * (ALWAYS_EMIT_R2SAVE
10526 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10527 + 4 * (PPC_HA (offset) != 0)
10528 + 4 * (PPC_HA (offset + 8 + 8 * plt_static_chain)
10529 != PPC_HA (offset))
10530 + 4 * (plt_static_chain != 0)
10532 + stub_entry->group->stub_sec->output_offset
10533 + stub_entry->group->stub_sec->output_section->vma);
10534 cmp_branch_off = to - from;
10535 use_fake_dep = cmp_branch_off + (1 << 25) >= (1 << 26);
10538 if (PPC_HA (offset) != 0)
10542 if (ALWAYS_EMIT_R2SAVE
10543 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10544 r[0].r_offset += 4;
10545 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_HA);
10546 r[1].r_offset = r[0].r_offset + 4;
10547 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10548 r[1].r_addend = r[0].r_addend;
10551 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
10553 r[2].r_offset = r[1].r_offset + 4;
10554 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO);
10555 r[2].r_addend = r[0].r_addend;
10559 r[2].r_offset = r[1].r_offset + 8 + 8 * use_fake_dep;
10560 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10561 r[2].r_addend = r[0].r_addend + 8;
10562 if (plt_static_chain)
10564 r[3].r_offset = r[2].r_offset + 4;
10565 r[3].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10566 r[3].r_addend = r[0].r_addend + 16;
10571 if (ALWAYS_EMIT_R2SAVE
10572 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10573 bfd_put_32 (obfd, STD_R2_0R1 + STK_TOC (htab), p), p += 4;
10576 bfd_put_32 (obfd, ADDIS_R11_R2 | PPC_HA (offset), p), p += 4;
10577 bfd_put_32 (obfd, LD_R12_0R11 | PPC_LO (offset), p), p += 4;
10581 bfd_put_32 (obfd, ADDIS_R12_R2 | PPC_HA (offset), p), p += 4;
10582 bfd_put_32 (obfd, LD_R12_0R12 | PPC_LO (offset), p), p += 4;
10585 && PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
10587 bfd_put_32 (obfd, ADDI_R11_R11 | PPC_LO (offset), p), p += 4;
10590 bfd_put_32 (obfd, MTCTR_R12, p), p += 4;
10595 bfd_put_32 (obfd, XOR_R2_R12_R12, p), p += 4;
10596 bfd_put_32 (obfd, ADD_R11_R11_R2, p), p += 4;
10598 bfd_put_32 (obfd, LD_R2_0R11 | PPC_LO (offset + 8), p), p += 4;
10599 if (plt_static_chain)
10600 bfd_put_32 (obfd, LD_R11_0R11 | PPC_LO (offset + 16), p), p += 4;
10607 if (ALWAYS_EMIT_R2SAVE
10608 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10609 r[0].r_offset += 4;
10610 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10613 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
10615 r[1].r_offset = r[0].r_offset + 4;
10616 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16);
10617 r[1].r_addend = r[0].r_addend;
10621 r[1].r_offset = r[0].r_offset + 8 + 8 * use_fake_dep;
10622 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10623 r[1].r_addend = r[0].r_addend + 8 + 8 * plt_static_chain;
10624 if (plt_static_chain)
10626 r[2].r_offset = r[1].r_offset + 4;
10627 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10628 r[2].r_addend = r[0].r_addend + 8;
10633 if (ALWAYS_EMIT_R2SAVE
10634 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10635 bfd_put_32 (obfd, STD_R2_0R1 + STK_TOC (htab), p), p += 4;
10636 bfd_put_32 (obfd, LD_R12_0R2 | PPC_LO (offset), p), p += 4;
10638 && PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
10640 bfd_put_32 (obfd, ADDI_R2_R2 | PPC_LO (offset), p), p += 4;
10643 bfd_put_32 (obfd, MTCTR_R12, p), p += 4;
10648 bfd_put_32 (obfd, XOR_R11_R12_R12, p), p += 4;
10649 bfd_put_32 (obfd, ADD_R2_R2_R11, p), p += 4;
10651 if (plt_static_chain)
10652 bfd_put_32 (obfd, LD_R11_0R2 | PPC_LO (offset + 16), p), p += 4;
10653 bfd_put_32 (obfd, LD_R2_0R2 | PPC_LO (offset + 8), p), p += 4;
10656 if (plt_load_toc && plt_thread_safe && !use_fake_dep)
10658 bfd_put_32 (obfd, CMPLDI_R2_0, p), p += 4;
10659 bfd_put_32 (obfd, BNECTR_P4, p), p += 4;
10660 bfd_put_32 (obfd, B_DOT | (cmp_branch_off & 0x3fffffc), p), p += 4;
10663 bfd_put_32 (obfd, BCTR, p), p += 4;
10667 /* Build a special .plt call stub for __tls_get_addr. */
10669 #define LD_R11_0R3 0xe9630000
10670 #define LD_R12_0R3 0xe9830000
10671 #define MR_R0_R3 0x7c601b78
10672 #define CMPDI_R11_0 0x2c2b0000
10673 #define ADD_R3_R12_R13 0x7c6c6a14
10674 #define BEQLR 0x4d820020
10675 #define MR_R3_R0 0x7c030378
10676 #define STD_R11_0R1 0xf9610000
10677 #define BCTRL 0x4e800421
10678 #define LD_R11_0R1 0xe9610000
10679 #define MTLR_R11 0x7d6803a6
10681 static inline bfd_byte *
10682 build_tls_get_addr_stub (struct ppc_link_hash_table *htab,
10683 struct ppc_stub_hash_entry *stub_entry,
10684 bfd_byte *p, bfd_vma offset, Elf_Internal_Rela *r)
10686 bfd *obfd = htab->params->stub_bfd;
10688 bfd_put_32 (obfd, LD_R11_0R3 + 0, p), p += 4;
10689 bfd_put_32 (obfd, LD_R12_0R3 + 8, p), p += 4;
10690 bfd_put_32 (obfd, MR_R0_R3, p), p += 4;
10691 bfd_put_32 (obfd, CMPDI_R11_0, p), p += 4;
10692 bfd_put_32 (obfd, ADD_R3_R12_R13, p), p += 4;
10693 bfd_put_32 (obfd, BEQLR, p), p += 4;
10694 bfd_put_32 (obfd, MR_R3_R0, p), p += 4;
10695 bfd_put_32 (obfd, MFLR_R11, p), p += 4;
10696 bfd_put_32 (obfd, STD_R11_0R1 + STK_LINKER (htab), p), p += 4;
10699 r[0].r_offset += 9 * 4;
10700 p = build_plt_stub (htab, stub_entry, p, offset, r);
10701 bfd_put_32 (obfd, BCTRL, p - 4);
10703 bfd_put_32 (obfd, LD_R2_0R1 + STK_TOC (htab), p), p += 4;
10704 bfd_put_32 (obfd, LD_R11_0R1 + STK_LINKER (htab), p), p += 4;
10705 bfd_put_32 (obfd, MTLR_R11, p), p += 4;
10706 bfd_put_32 (obfd, BLR, p), p += 4;
10711 static Elf_Internal_Rela *
10712 get_relocs (asection *sec, int count)
10714 Elf_Internal_Rela *relocs;
10715 struct bfd_elf_section_data *elfsec_data;
10717 elfsec_data = elf_section_data (sec);
10718 relocs = elfsec_data->relocs;
10719 if (relocs == NULL)
10721 bfd_size_type relsize;
10722 relsize = sec->reloc_count * sizeof (*relocs);
10723 relocs = bfd_alloc (sec->owner, relsize);
10724 if (relocs == NULL)
10726 elfsec_data->relocs = relocs;
10727 elfsec_data->rela.hdr = bfd_zalloc (sec->owner,
10728 sizeof (Elf_Internal_Shdr));
10729 if (elfsec_data->rela.hdr == NULL)
10731 elfsec_data->rela.hdr->sh_size = (sec->reloc_count
10732 * sizeof (Elf64_External_Rela));
10733 elfsec_data->rela.hdr->sh_entsize = sizeof (Elf64_External_Rela);
10734 sec->reloc_count = 0;
10736 relocs += sec->reloc_count;
10737 sec->reloc_count += count;
10742 get_r2off (struct bfd_link_info *info,
10743 struct ppc_stub_hash_entry *stub_entry)
10745 struct ppc_link_hash_table *htab = ppc_hash_table (info);
10746 bfd_vma r2off = htab->sec_info[stub_entry->target_section->id].toc_off;
10750 /* Support linking -R objects. Get the toc pointer from the
10753 if (!htab->opd_abi)
10755 asection *opd = stub_entry->h->elf.root.u.def.section;
10756 bfd_vma opd_off = stub_entry->h->elf.root.u.def.value;
10758 if (strcmp (opd->name, ".opd") != 0
10759 || opd->reloc_count != 0)
10761 info->callbacks->einfo (_("%P: cannot find opd entry toc for `%T'\n"),
10762 stub_entry->h->elf.root.root.string);
10763 bfd_set_error (bfd_error_bad_value);
10764 return (bfd_vma) -1;
10766 if (!bfd_get_section_contents (opd->owner, opd, buf, opd_off + 8, 8))
10767 return (bfd_vma) -1;
10768 r2off = bfd_get_64 (opd->owner, buf);
10769 r2off -= elf_gp (info->output_bfd);
10771 r2off -= htab->sec_info[stub_entry->group->link_sec->id].toc_off;
10776 ppc_build_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
10778 struct ppc_stub_hash_entry *stub_entry;
10779 struct ppc_branch_hash_entry *br_entry;
10780 struct bfd_link_info *info;
10781 struct ppc_link_hash_table *htab;
10786 Elf_Internal_Rela *r;
10789 /* Massage our args to the form they really have. */
10790 stub_entry = (struct ppc_stub_hash_entry *) gen_entry;
10793 htab = ppc_hash_table (info);
10797 /* Make a note of the offset within the stubs for this entry. */
10798 stub_entry->stub_offset = stub_entry->group->stub_sec->size;
10799 loc = stub_entry->group->stub_sec->contents + stub_entry->stub_offset;
10801 htab->stub_count[stub_entry->stub_type - 1] += 1;
10802 switch (stub_entry->stub_type)
10804 case ppc_stub_long_branch:
10805 case ppc_stub_long_branch_r2off:
10806 /* Branches are relative. This is where we are going to. */
10807 dest = (stub_entry->target_value
10808 + stub_entry->target_section->output_offset
10809 + stub_entry->target_section->output_section->vma);
10810 dest += PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
10813 /* And this is where we are coming from. */
10814 off -= (stub_entry->stub_offset
10815 + stub_entry->group->stub_sec->output_offset
10816 + stub_entry->group->stub_sec->output_section->vma);
10819 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
10821 bfd_vma r2off = get_r2off (info, stub_entry);
10823 if (r2off == (bfd_vma) -1)
10825 htab->stub_error = TRUE;
10828 bfd_put_32 (htab->params->stub_bfd, STD_R2_0R1 + STK_TOC (htab), loc);
10831 if (PPC_HA (r2off) != 0)
10833 bfd_put_32 (htab->params->stub_bfd,
10834 ADDIS_R2_R2 | PPC_HA (r2off), loc);
10838 if (PPC_LO (r2off) != 0)
10840 bfd_put_32 (htab->params->stub_bfd,
10841 ADDI_R2_R2 | PPC_LO (r2off), loc);
10847 bfd_put_32 (htab->params->stub_bfd, B_DOT | (off & 0x3fffffc), loc);
10849 if (off + (1 << 25) >= (bfd_vma) (1 << 26))
10851 info->callbacks->einfo
10852 (_("%P: long branch stub `%s' offset overflow\n"),
10853 stub_entry->root.string);
10854 htab->stub_error = TRUE;
10858 if (info->emitrelocations)
10860 r = get_relocs (stub_entry->group->stub_sec, 1);
10863 r->r_offset = loc - stub_entry->group->stub_sec->contents;
10864 r->r_info = ELF64_R_INFO (0, R_PPC64_REL24);
10865 r->r_addend = dest;
10866 if (stub_entry->h != NULL)
10868 struct elf_link_hash_entry **hashes;
10869 unsigned long symndx;
10870 struct ppc_link_hash_entry *h;
10872 hashes = elf_sym_hashes (htab->params->stub_bfd);
10873 if (hashes == NULL)
10875 bfd_size_type hsize;
10877 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
10878 hashes = bfd_zalloc (htab->params->stub_bfd, hsize);
10879 if (hashes == NULL)
10881 elf_sym_hashes (htab->params->stub_bfd) = hashes;
10882 htab->stub_globals = 1;
10884 symndx = htab->stub_globals++;
10886 hashes[symndx] = &h->elf;
10887 r->r_info = ELF64_R_INFO (symndx, R_PPC64_REL24);
10888 if (h->oh != NULL && h->oh->is_func)
10889 h = ppc_follow_link (h->oh);
10890 if (h->elf.root.u.def.section != stub_entry->target_section)
10891 /* H is an opd symbol. The addend must be zero. */
10895 off = (h->elf.root.u.def.value
10896 + h->elf.root.u.def.section->output_offset
10897 + h->elf.root.u.def.section->output_section->vma);
10898 r->r_addend -= off;
10904 case ppc_stub_plt_branch:
10905 case ppc_stub_plt_branch_r2off:
10906 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table,
10907 stub_entry->root.string + 9,
10909 if (br_entry == NULL)
10911 info->callbacks->einfo (_("%P: can't find branch stub `%s'\n"),
10912 stub_entry->root.string);
10913 htab->stub_error = TRUE;
10917 dest = (stub_entry->target_value
10918 + stub_entry->target_section->output_offset
10919 + stub_entry->target_section->output_section->vma);
10920 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
10921 dest += PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
10923 bfd_put_64 (htab->brlt->owner, dest,
10924 htab->brlt->contents + br_entry->offset);
10926 if (br_entry->iter == htab->stub_iteration)
10928 br_entry->iter = 0;
10930 if (htab->relbrlt != NULL)
10932 /* Create a reloc for the branch lookup table entry. */
10933 Elf_Internal_Rela rela;
10936 rela.r_offset = (br_entry->offset
10937 + htab->brlt->output_offset
10938 + htab->brlt->output_section->vma);
10939 rela.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
10940 rela.r_addend = dest;
10942 rl = htab->relbrlt->contents;
10943 rl += (htab->relbrlt->reloc_count++
10944 * sizeof (Elf64_External_Rela));
10945 bfd_elf64_swap_reloca_out (htab->relbrlt->owner, &rela, rl);
10947 else if (info->emitrelocations)
10949 r = get_relocs (htab->brlt, 1);
10952 /* brlt, being SEC_LINKER_CREATED does not go through the
10953 normal reloc processing. Symbols and offsets are not
10954 translated from input file to output file form, so
10955 set up the offset per the output file. */
10956 r->r_offset = (br_entry->offset
10957 + htab->brlt->output_offset
10958 + htab->brlt->output_section->vma);
10959 r->r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
10960 r->r_addend = dest;
10964 dest = (br_entry->offset
10965 + htab->brlt->output_offset
10966 + htab->brlt->output_section->vma);
10969 - elf_gp (htab->brlt->output_section->owner)
10970 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
10972 if (off + 0x80008000 > 0xffffffff || (off & 7) != 0)
10974 info->callbacks->einfo
10975 (_("%P: linkage table error against `%T'\n"),
10976 stub_entry->root.string);
10977 bfd_set_error (bfd_error_bad_value);
10978 htab->stub_error = TRUE;
10982 if (info->emitrelocations)
10984 r = get_relocs (stub_entry->group->stub_sec, 1 + (PPC_HA (off) != 0));
10987 r[0].r_offset = loc - stub_entry->group->stub_sec->contents;
10988 if (bfd_big_endian (info->output_bfd))
10989 r[0].r_offset += 2;
10990 if (stub_entry->stub_type == ppc_stub_plt_branch_r2off)
10991 r[0].r_offset += 4;
10992 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10993 r[0].r_addend = dest;
10994 if (PPC_HA (off) != 0)
10996 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_HA);
10997 r[1].r_offset = r[0].r_offset + 4;
10998 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10999 r[1].r_addend = r[0].r_addend;
11003 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
11005 if (PPC_HA (off) != 0)
11008 bfd_put_32 (htab->params->stub_bfd,
11009 ADDIS_R12_R2 | PPC_HA (off), loc);
11011 bfd_put_32 (htab->params->stub_bfd,
11012 LD_R12_0R12 | PPC_LO (off), loc);
11017 bfd_put_32 (htab->params->stub_bfd,
11018 LD_R12_0R2 | PPC_LO (off), loc);
11023 bfd_vma r2off = get_r2off (info, stub_entry);
11025 if (r2off == (bfd_vma) -1)
11027 htab->stub_error = TRUE;
11031 bfd_put_32 (htab->params->stub_bfd, STD_R2_0R1 + STK_TOC (htab), loc);
11034 if (PPC_HA (off) != 0)
11037 bfd_put_32 (htab->params->stub_bfd,
11038 ADDIS_R12_R2 | PPC_HA (off), loc);
11040 bfd_put_32 (htab->params->stub_bfd,
11041 LD_R12_0R12 | PPC_LO (off), loc);
11044 bfd_put_32 (htab->params->stub_bfd, LD_R12_0R2 | PPC_LO (off), loc);
11046 if (PPC_HA (r2off) != 0)
11050 bfd_put_32 (htab->params->stub_bfd,
11051 ADDIS_R2_R2 | PPC_HA (r2off), loc);
11053 if (PPC_LO (r2off) != 0)
11057 bfd_put_32 (htab->params->stub_bfd,
11058 ADDI_R2_R2 | PPC_LO (r2off), loc);
11062 bfd_put_32 (htab->params->stub_bfd, MTCTR_R12, loc);
11064 bfd_put_32 (htab->params->stub_bfd, BCTR, loc);
11067 case ppc_stub_plt_call:
11068 case ppc_stub_plt_call_r2save:
11069 if (stub_entry->h != NULL
11070 && stub_entry->h->is_func_descriptor
11071 && stub_entry->h->oh != NULL)
11073 struct ppc_link_hash_entry *fh = ppc_follow_link (stub_entry->h->oh);
11075 /* If the old-ABI "dot-symbol" is undefined make it weak so
11076 we don't get a link error from RELOC_FOR_GLOBAL_SYMBOL. */
11077 if (fh->elf.root.type == bfd_link_hash_undefined)
11078 fh->elf.root.type = bfd_link_hash_undefweak;
11079 /* Stop undo_symbol_twiddle changing it back to undefined. */
11080 fh->was_undefined = 0;
11083 /* Now build the stub. */
11084 dest = stub_entry->plt_ent->plt.offset & ~1;
11085 if (dest >= (bfd_vma) -2)
11088 plt = htab->elf.splt;
11089 if (!htab->elf.dynamic_sections_created
11090 || stub_entry->h == NULL
11091 || stub_entry->h->elf.dynindx == -1)
11092 plt = htab->elf.iplt;
11094 dest += plt->output_offset + plt->output_section->vma;
11096 if (stub_entry->h == NULL
11097 && (stub_entry->plt_ent->plt.offset & 1) == 0)
11099 Elf_Internal_Rela rela;
11102 rela.r_offset = dest;
11104 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_IREL);
11106 rela.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
11107 rela.r_addend = (stub_entry->target_value
11108 + stub_entry->target_section->output_offset
11109 + stub_entry->target_section->output_section->vma);
11111 rl = (htab->elf.irelplt->contents
11112 + (htab->elf.irelplt->reloc_count++
11113 * sizeof (Elf64_External_Rela)));
11114 bfd_elf64_swap_reloca_out (info->output_bfd, &rela, rl);
11115 stub_entry->plt_ent->plt.offset |= 1;
11119 - elf_gp (plt->output_section->owner)
11120 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
11122 if (off + 0x80008000 > 0xffffffff || (off & 7) != 0)
11124 info->callbacks->einfo
11125 (_("%P: linkage table error against `%T'\n"),
11126 stub_entry->h != NULL
11127 ? stub_entry->h->elf.root.root.string
11129 bfd_set_error (bfd_error_bad_value);
11130 htab->stub_error = TRUE;
11134 if (htab->params->plt_stub_align != 0)
11136 unsigned pad = plt_stub_pad (htab, stub_entry, off);
11138 stub_entry->group->stub_sec->size += pad;
11139 stub_entry->stub_offset = stub_entry->group->stub_sec->size;
11144 if (info->emitrelocations)
11146 r = get_relocs (stub_entry->group->stub_sec,
11147 ((PPC_HA (off) != 0)
11149 ? 2 + (htab->params->plt_static_chain
11150 && PPC_HA (off + 16) == PPC_HA (off))
11154 r[0].r_offset = loc - stub_entry->group->stub_sec->contents;
11155 if (bfd_big_endian (info->output_bfd))
11156 r[0].r_offset += 2;
11157 r[0].r_addend = dest;
11159 if (stub_entry->h != NULL
11160 && (stub_entry->h == htab->tls_get_addr_fd
11161 || stub_entry->h == htab->tls_get_addr)
11162 && htab->params->tls_get_addr_opt)
11163 p = build_tls_get_addr_stub (htab, stub_entry, loc, off, r);
11165 p = build_plt_stub (htab, stub_entry, loc, off, r);
11169 case ppc_stub_save_res:
11177 stub_entry->group->stub_sec->size += size;
11179 if (htab->params->emit_stub_syms)
11181 struct elf_link_hash_entry *h;
11184 const char *const stub_str[] = { "long_branch",
11185 "long_branch_r2off",
11187 "plt_branch_r2off",
11191 len1 = strlen (stub_str[stub_entry->stub_type - 1]);
11192 len2 = strlen (stub_entry->root.string);
11193 name = bfd_malloc (len1 + len2 + 2);
11196 memcpy (name, stub_entry->root.string, 9);
11197 memcpy (name + 9, stub_str[stub_entry->stub_type - 1], len1);
11198 memcpy (name + len1 + 9, stub_entry->root.string + 8, len2 - 8 + 1);
11199 h = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
11202 if (h->root.type == bfd_link_hash_new)
11204 h->root.type = bfd_link_hash_defined;
11205 h->root.u.def.section = stub_entry->group->stub_sec;
11206 h->root.u.def.value = stub_entry->stub_offset;
11207 h->ref_regular = 1;
11208 h->def_regular = 1;
11209 h->ref_regular_nonweak = 1;
11210 h->forced_local = 1;
11212 h->root.linker_def = 1;
11219 /* As above, but don't actually build the stub. Just bump offset so
11220 we know stub section sizes, and select plt_branch stubs where
11221 long_branch stubs won't do. */
11224 ppc_size_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
11226 struct ppc_stub_hash_entry *stub_entry;
11227 struct bfd_link_info *info;
11228 struct ppc_link_hash_table *htab;
11232 /* Massage our args to the form they really have. */
11233 stub_entry = (struct ppc_stub_hash_entry *) gen_entry;
11236 htab = ppc_hash_table (info);
11240 if (stub_entry->h != NULL
11241 && stub_entry->h->save_res
11242 && stub_entry->h->elf.root.type == bfd_link_hash_defined
11243 && stub_entry->h->elf.root.u.def.section == htab->sfpr)
11245 /* Don't make stubs to out-of-line register save/restore
11246 functions. Instead, emit copies of the functions. */
11247 stub_entry->group->needs_save_res = 1;
11248 stub_entry->stub_type = ppc_stub_save_res;
11252 if (stub_entry->stub_type == ppc_stub_plt_call
11253 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
11256 off = stub_entry->plt_ent->plt.offset & ~(bfd_vma) 1;
11257 if (off >= (bfd_vma) -2)
11259 plt = htab->elf.splt;
11260 if (!htab->elf.dynamic_sections_created
11261 || stub_entry->h == NULL
11262 || stub_entry->h->elf.dynindx == -1)
11263 plt = htab->elf.iplt;
11264 off += (plt->output_offset
11265 + plt->output_section->vma
11266 - elf_gp (plt->output_section->owner)
11267 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
11269 size = plt_stub_size (htab, stub_entry, off);
11270 if (htab->params->plt_stub_align)
11271 size += plt_stub_pad (htab, stub_entry, off);
11272 if (info->emitrelocations)
11274 stub_entry->group->stub_sec->reloc_count
11275 += ((PPC_HA (off) != 0)
11277 ? 2 + (htab->params->plt_static_chain
11278 && PPC_HA (off + 16) == PPC_HA (off))
11280 stub_entry->group->stub_sec->flags |= SEC_RELOC;
11285 /* ppc_stub_long_branch or ppc_stub_plt_branch, or their r2off
11288 bfd_vma local_off = 0;
11290 off = (stub_entry->target_value
11291 + stub_entry->target_section->output_offset
11292 + stub_entry->target_section->output_section->vma);
11293 off -= (stub_entry->group->stub_sec->size
11294 + stub_entry->group->stub_sec->output_offset
11295 + stub_entry->group->stub_sec->output_section->vma);
11297 /* Reset the stub type from the plt variant in case we now
11298 can reach with a shorter stub. */
11299 if (stub_entry->stub_type >= ppc_stub_plt_branch)
11300 stub_entry->stub_type += ppc_stub_long_branch - ppc_stub_plt_branch;
11303 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
11305 r2off = get_r2off (info, stub_entry);
11306 if (r2off == (bfd_vma) -1)
11308 htab->stub_error = TRUE;
11312 if (PPC_HA (r2off) != 0)
11314 if (PPC_LO (r2off) != 0)
11319 local_off = PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
11321 /* If the branch offset if too big, use a ppc_stub_plt_branch.
11322 Do the same for -R objects without function descriptors. */
11323 if (off + (1 << 25) >= (bfd_vma) (1 << 26) - local_off
11324 || (stub_entry->stub_type == ppc_stub_long_branch_r2off
11326 && htab->sec_info[stub_entry->target_section->id].toc_off == 0))
11328 struct ppc_branch_hash_entry *br_entry;
11330 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table,
11331 stub_entry->root.string + 9,
11333 if (br_entry == NULL)
11335 info->callbacks->einfo (_("%P: can't build branch stub `%s'\n"),
11336 stub_entry->root.string);
11337 htab->stub_error = TRUE;
11341 if (br_entry->iter != htab->stub_iteration)
11343 br_entry->iter = htab->stub_iteration;
11344 br_entry->offset = htab->brlt->size;
11345 htab->brlt->size += 8;
11347 if (htab->relbrlt != NULL)
11348 htab->relbrlt->size += sizeof (Elf64_External_Rela);
11349 else if (info->emitrelocations)
11351 htab->brlt->reloc_count += 1;
11352 htab->brlt->flags |= SEC_RELOC;
11356 stub_entry->stub_type += ppc_stub_plt_branch - ppc_stub_long_branch;
11357 off = (br_entry->offset
11358 + htab->brlt->output_offset
11359 + htab->brlt->output_section->vma
11360 - elf_gp (htab->brlt->output_section->owner)
11361 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
11363 if (info->emitrelocations)
11365 stub_entry->group->stub_sec->reloc_count
11366 += 1 + (PPC_HA (off) != 0);
11367 stub_entry->group->stub_sec->flags |= SEC_RELOC;
11370 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
11373 if (PPC_HA (off) != 0)
11379 if (PPC_HA (off) != 0)
11382 if (PPC_HA (r2off) != 0)
11384 if (PPC_LO (r2off) != 0)
11388 else if (info->emitrelocations)
11390 stub_entry->group->stub_sec->reloc_count += 1;
11391 stub_entry->group->stub_sec->flags |= SEC_RELOC;
11395 stub_entry->group->stub_sec->size += size;
11399 /* Set up various things so that we can make a list of input sections
11400 for each output section included in the link. Returns -1 on error,
11401 0 when no stubs will be needed, and 1 on success. */
11404 ppc64_elf_setup_section_lists (struct bfd_link_info *info)
11408 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11413 htab->sec_info_arr_size = bfd_get_next_section_id ();
11414 amt = sizeof (*htab->sec_info) * (htab->sec_info_arr_size);
11415 htab->sec_info = bfd_zmalloc (amt);
11416 if (htab->sec_info == NULL)
11419 /* Set toc_off for com, und, abs and ind sections. */
11420 for (id = 0; id < 3; id++)
11421 htab->sec_info[id].toc_off = TOC_BASE_OFF;
11426 /* Set up for first pass at multitoc partitioning. */
11429 ppc64_elf_start_multitoc_partition (struct bfd_link_info *info)
11431 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11433 htab->toc_curr = ppc64_elf_set_toc (info, info->output_bfd);
11434 htab->toc_bfd = NULL;
11435 htab->toc_first_sec = NULL;
11438 /* The linker repeatedly calls this function for each TOC input section
11439 and linker generated GOT section. Group input bfds such that the toc
11440 within a group is less than 64k in size. */
11443 ppc64_elf_next_toc_section (struct bfd_link_info *info, asection *isec)
11445 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11446 bfd_vma addr, off, limit;
11451 if (!htab->second_toc_pass)
11453 /* Keep track of the first .toc or .got section for this input bfd. */
11454 bfd_boolean new_bfd = htab->toc_bfd != isec->owner;
11458 htab->toc_bfd = isec->owner;
11459 htab->toc_first_sec = isec;
11462 addr = isec->output_offset + isec->output_section->vma;
11463 off = addr - htab->toc_curr;
11464 limit = 0x80008000;
11465 if (ppc64_elf_tdata (isec->owner)->has_small_toc_reloc)
11467 if (off + isec->size > limit)
11469 addr = (htab->toc_first_sec->output_offset
11470 + htab->toc_first_sec->output_section->vma);
11471 htab->toc_curr = addr;
11472 htab->toc_curr &= -TOC_BASE_ALIGN;
11475 /* toc_curr is the base address of this toc group. Set elf_gp
11476 for the input section to be the offset relative to the
11477 output toc base plus 0x8000. Making the input elf_gp an
11478 offset allows us to move the toc as a whole without
11479 recalculating input elf_gp. */
11480 off = htab->toc_curr - elf_gp (isec->output_section->owner);
11481 off += TOC_BASE_OFF;
11483 /* Die if someone uses a linker script that doesn't keep input
11484 file .toc and .got together. */
11486 && elf_gp (isec->owner) != 0
11487 && elf_gp (isec->owner) != off)
11490 elf_gp (isec->owner) = off;
11494 /* During the second pass toc_first_sec points to the start of
11495 a toc group, and toc_curr is used to track the old elf_gp.
11496 We use toc_bfd to ensure we only look at each bfd once. */
11497 if (htab->toc_bfd == isec->owner)
11499 htab->toc_bfd = isec->owner;
11501 if (htab->toc_first_sec == NULL
11502 || htab->toc_curr != elf_gp (isec->owner))
11504 htab->toc_curr = elf_gp (isec->owner);
11505 htab->toc_first_sec = isec;
11507 addr = (htab->toc_first_sec->output_offset
11508 + htab->toc_first_sec->output_section->vma);
11509 off = addr - elf_gp (isec->output_section->owner) + TOC_BASE_OFF;
11510 elf_gp (isec->owner) = off;
11515 /* Called via elf_link_hash_traverse to merge GOT entries for global
11519 merge_global_got (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
11521 if (h->root.type == bfd_link_hash_indirect)
11524 merge_got_entries (&h->got.glist);
11529 /* Called via elf_link_hash_traverse to allocate GOT entries for global
11533 reallocate_got (struct elf_link_hash_entry *h, void *inf)
11535 struct got_entry *gent;
11537 if (h->root.type == bfd_link_hash_indirect)
11540 for (gent = h->got.glist; gent != NULL; gent = gent->next)
11541 if (!gent->is_indirect)
11542 allocate_got (h, (struct bfd_link_info *) inf, gent);
11546 /* Called on the first multitoc pass after the last call to
11547 ppc64_elf_next_toc_section. This function removes duplicate GOT
11551 ppc64_elf_layout_multitoc (struct bfd_link_info *info)
11553 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11554 struct bfd *ibfd, *ibfd2;
11555 bfd_boolean done_something;
11557 htab->multi_toc_needed = htab->toc_curr != elf_gp (info->output_bfd);
11559 if (!htab->do_multi_toc)
11562 /* Merge global sym got entries within a toc group. */
11563 elf_link_hash_traverse (&htab->elf, merge_global_got, info);
11565 /* And tlsld_got. */
11566 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
11568 struct got_entry *ent, *ent2;
11570 if (!is_ppc64_elf (ibfd))
11573 ent = ppc64_tlsld_got (ibfd);
11574 if (!ent->is_indirect
11575 && ent->got.offset != (bfd_vma) -1)
11577 for (ibfd2 = ibfd->link.next; ibfd2 != NULL; ibfd2 = ibfd2->link.next)
11579 if (!is_ppc64_elf (ibfd2))
11582 ent2 = ppc64_tlsld_got (ibfd2);
11583 if (!ent2->is_indirect
11584 && ent2->got.offset != (bfd_vma) -1
11585 && elf_gp (ibfd2) == elf_gp (ibfd))
11587 ent2->is_indirect = TRUE;
11588 ent2->got.ent = ent;
11594 /* Zap sizes of got sections. */
11595 htab->elf.irelplt->rawsize = htab->elf.irelplt->size;
11596 htab->elf.irelplt->size -= htab->got_reli_size;
11597 htab->got_reli_size = 0;
11599 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
11601 asection *got, *relgot;
11603 if (!is_ppc64_elf (ibfd))
11606 got = ppc64_elf_tdata (ibfd)->got;
11609 got->rawsize = got->size;
11611 relgot = ppc64_elf_tdata (ibfd)->relgot;
11612 relgot->rawsize = relgot->size;
11617 /* Now reallocate the got, local syms first. We don't need to
11618 allocate section contents again since we never increase size. */
11619 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
11621 struct got_entry **lgot_ents;
11622 struct got_entry **end_lgot_ents;
11623 struct plt_entry **local_plt;
11624 struct plt_entry **end_local_plt;
11625 unsigned char *lgot_masks;
11626 bfd_size_type locsymcount;
11627 Elf_Internal_Shdr *symtab_hdr;
11630 if (!is_ppc64_elf (ibfd))
11633 lgot_ents = elf_local_got_ents (ibfd);
11637 symtab_hdr = &elf_symtab_hdr (ibfd);
11638 locsymcount = symtab_hdr->sh_info;
11639 end_lgot_ents = lgot_ents + locsymcount;
11640 local_plt = (struct plt_entry **) end_lgot_ents;
11641 end_local_plt = local_plt + locsymcount;
11642 lgot_masks = (unsigned char *) end_local_plt;
11643 s = ppc64_elf_tdata (ibfd)->got;
11644 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
11646 struct got_entry *ent;
11648 for (ent = *lgot_ents; ent != NULL; ent = ent->next)
11650 unsigned int ent_size = 8;
11651 unsigned int rel_size = sizeof (Elf64_External_Rela);
11653 ent->got.offset = s->size;
11654 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
11659 s->size += ent_size;
11660 if ((*lgot_masks & PLT_IFUNC) != 0)
11662 htab->elf.irelplt->size += rel_size;
11663 htab->got_reli_size += rel_size;
11665 else if (bfd_link_pic (info))
11667 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
11668 srel->size += rel_size;
11674 elf_link_hash_traverse (&htab->elf, reallocate_got, info);
11676 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
11678 struct got_entry *ent;
11680 if (!is_ppc64_elf (ibfd))
11683 ent = ppc64_tlsld_got (ibfd);
11684 if (!ent->is_indirect
11685 && ent->got.offset != (bfd_vma) -1)
11687 asection *s = ppc64_elf_tdata (ibfd)->got;
11688 ent->got.offset = s->size;
11690 if (bfd_link_pic (info))
11692 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
11693 srel->size += sizeof (Elf64_External_Rela);
11698 done_something = htab->elf.irelplt->rawsize != htab->elf.irelplt->size;
11699 if (!done_something)
11700 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
11704 if (!is_ppc64_elf (ibfd))
11707 got = ppc64_elf_tdata (ibfd)->got;
11710 done_something = got->rawsize != got->size;
11711 if (done_something)
11716 if (done_something)
11717 (*htab->params->layout_sections_again) ();
11719 /* Set up for second pass over toc sections to recalculate elf_gp
11720 on input sections. */
11721 htab->toc_bfd = NULL;
11722 htab->toc_first_sec = NULL;
11723 htab->second_toc_pass = TRUE;
11724 return done_something;
11727 /* Called after second pass of multitoc partitioning. */
11730 ppc64_elf_finish_multitoc_partition (struct bfd_link_info *info)
11732 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11734 /* After the second pass, toc_curr tracks the TOC offset used
11735 for code sections below in ppc64_elf_next_input_section. */
11736 htab->toc_curr = TOC_BASE_OFF;
11739 /* No toc references were found in ISEC. If the code in ISEC makes no
11740 calls, then there's no need to use toc adjusting stubs when branching
11741 into ISEC. Actually, indirect calls from ISEC are OK as they will
11742 load r2. Returns -1 on error, 0 for no stub needed, 1 for stub
11743 needed, and 2 if a cyclical call-graph was found but no other reason
11744 for a stub was detected. If called from the top level, a return of
11745 2 means the same as a return of 0. */
11748 toc_adjusting_stub_needed (struct bfd_link_info *info, asection *isec)
11752 /* Mark this section as checked. */
11753 isec->call_check_done = 1;
11755 /* We know none of our code bearing sections will need toc stubs. */
11756 if ((isec->flags & SEC_LINKER_CREATED) != 0)
11759 if (isec->size == 0)
11762 if (isec->output_section == NULL)
11766 if (isec->reloc_count != 0)
11768 Elf_Internal_Rela *relstart, *rel;
11769 Elf_Internal_Sym *local_syms;
11770 struct ppc_link_hash_table *htab;
11772 relstart = _bfd_elf_link_read_relocs (isec->owner, isec, NULL, NULL,
11773 info->keep_memory);
11774 if (relstart == NULL)
11777 /* Look for branches to outside of this section. */
11779 htab = ppc_hash_table (info);
11783 for (rel = relstart; rel < relstart + isec->reloc_count; ++rel)
11785 enum elf_ppc64_reloc_type r_type;
11786 unsigned long r_symndx;
11787 struct elf_link_hash_entry *h;
11788 struct ppc_link_hash_entry *eh;
11789 Elf_Internal_Sym *sym;
11791 struct _opd_sec_data *opd;
11795 r_type = ELF64_R_TYPE (rel->r_info);
11796 if (r_type != R_PPC64_REL24
11797 && r_type != R_PPC64_REL14
11798 && r_type != R_PPC64_REL14_BRTAKEN
11799 && r_type != R_PPC64_REL14_BRNTAKEN)
11802 r_symndx = ELF64_R_SYM (rel->r_info);
11803 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms, r_symndx,
11810 /* Calls to dynamic lib functions go through a plt call stub
11812 eh = (struct ppc_link_hash_entry *) h;
11814 && (eh->elf.plt.plist != NULL
11816 && ppc_follow_link (eh->oh)->elf.plt.plist != NULL)))
11822 if (sym_sec == NULL)
11823 /* Ignore other undefined symbols. */
11826 /* Assume branches to other sections not included in the
11827 link need stubs too, to cover -R and absolute syms. */
11828 if (sym_sec->output_section == NULL)
11835 sym_value = sym->st_value;
11838 if (h->root.type != bfd_link_hash_defined
11839 && h->root.type != bfd_link_hash_defweak)
11841 sym_value = h->root.u.def.value;
11843 sym_value += rel->r_addend;
11845 /* If this branch reloc uses an opd sym, find the code section. */
11846 opd = get_opd_info (sym_sec);
11849 if (h == NULL && opd->adjust != NULL)
11853 adjust = opd->adjust[OPD_NDX (sym_value)];
11855 /* Assume deleted functions won't ever be called. */
11857 sym_value += adjust;
11860 dest = opd_entry_value (sym_sec, sym_value,
11861 &sym_sec, NULL, FALSE);
11862 if (dest == (bfd_vma) -1)
11867 + sym_sec->output_offset
11868 + sym_sec->output_section->vma);
11870 /* Ignore branch to self. */
11871 if (sym_sec == isec)
11874 /* If the called function uses the toc, we need a stub. */
11875 if (sym_sec->has_toc_reloc
11876 || sym_sec->makes_toc_func_call)
11882 /* Assume any branch that needs a long branch stub might in fact
11883 need a plt_branch stub. A plt_branch stub uses r2. */
11884 else if (dest - (isec->output_offset
11885 + isec->output_section->vma
11886 + rel->r_offset) + (1 << 25)
11887 >= (2u << 25) - PPC64_LOCAL_ENTRY_OFFSET (h
11895 /* If calling back to a section in the process of being
11896 tested, we can't say for sure that no toc adjusting stubs
11897 are needed, so don't return zero. */
11898 else if (sym_sec->call_check_in_progress)
11901 /* Branches to another section that itself doesn't have any TOC
11902 references are OK. Recursively call ourselves to check. */
11903 else if (!sym_sec->call_check_done)
11907 /* Mark current section as indeterminate, so that other
11908 sections that call back to current won't be marked as
11910 isec->call_check_in_progress = 1;
11911 recur = toc_adjusting_stub_needed (info, sym_sec);
11912 isec->call_check_in_progress = 0;
11923 if (local_syms != NULL
11924 && (elf_symtab_hdr (isec->owner).contents
11925 != (unsigned char *) local_syms))
11927 if (elf_section_data (isec)->relocs != relstart)
11932 && isec->map_head.s != NULL
11933 && (strcmp (isec->output_section->name, ".init") == 0
11934 || strcmp (isec->output_section->name, ".fini") == 0))
11936 if (isec->map_head.s->has_toc_reloc
11937 || isec->map_head.s->makes_toc_func_call)
11939 else if (!isec->map_head.s->call_check_done)
11942 isec->call_check_in_progress = 1;
11943 recur = toc_adjusting_stub_needed (info, isec->map_head.s);
11944 isec->call_check_in_progress = 0;
11951 isec->makes_toc_func_call = 1;
11956 /* The linker repeatedly calls this function for each input section,
11957 in the order that input sections are linked into output sections.
11958 Build lists of input sections to determine groupings between which
11959 we may insert linker stubs. */
11962 ppc64_elf_next_input_section (struct bfd_link_info *info, asection *isec)
11964 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11969 if ((isec->output_section->flags & SEC_CODE) != 0
11970 && isec->output_section->id < htab->sec_info_arr_size)
11972 /* This happens to make the list in reverse order,
11973 which is what we want. */
11974 htab->sec_info[isec->id].u.list
11975 = htab->sec_info[isec->output_section->id].u.list;
11976 htab->sec_info[isec->output_section->id].u.list = isec;
11979 if (htab->multi_toc_needed)
11981 /* Analyse sections that aren't already flagged as needing a
11982 valid toc pointer. Exclude .fixup for the linux kernel.
11983 .fixup contains branches, but only back to the function that
11984 hit an exception. */
11985 if (!(isec->has_toc_reloc
11986 || (isec->flags & SEC_CODE) == 0
11987 || strcmp (isec->name, ".fixup") == 0
11988 || isec->call_check_done))
11990 if (toc_adjusting_stub_needed (info, isec) < 0)
11993 /* Make all sections use the TOC assigned for this object file.
11994 This will be wrong for pasted sections; We fix that in
11995 check_pasted_section(). */
11996 if (elf_gp (isec->owner) != 0)
11997 htab->toc_curr = elf_gp (isec->owner);
12000 htab->sec_info[isec->id].toc_off = htab->toc_curr;
12004 /* Check that all .init and .fini sections use the same toc, if they
12005 have toc relocs. */
12008 check_pasted_section (struct bfd_link_info *info, const char *name)
12010 asection *o = bfd_get_section_by_name (info->output_bfd, name);
12014 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12015 bfd_vma toc_off = 0;
12018 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
12019 if (i->has_toc_reloc)
12022 toc_off = htab->sec_info[i->id].toc_off;
12023 else if (toc_off != htab->sec_info[i->id].toc_off)
12028 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
12029 if (i->makes_toc_func_call)
12031 toc_off = htab->sec_info[i->id].toc_off;
12035 /* Make sure the whole pasted function uses the same toc offset. */
12037 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
12038 htab->sec_info[i->id].toc_off = toc_off;
12044 ppc64_elf_check_init_fini (struct bfd_link_info *info)
12046 return (check_pasted_section (info, ".init")
12047 & check_pasted_section (info, ".fini"));
12050 /* See whether we can group stub sections together. Grouping stub
12051 sections may result in fewer stubs. More importantly, we need to
12052 put all .init* and .fini* stubs at the beginning of the .init or
12053 .fini output sections respectively, because glibc splits the
12054 _init and _fini functions into multiple parts. Putting a stub in
12055 the middle of a function is not a good idea. */
12058 group_sections (struct bfd_link_info *info,
12059 bfd_size_type stub_group_size,
12060 bfd_boolean stubs_always_before_branch)
12062 struct ppc_link_hash_table *htab;
12064 bfd_boolean suppress_size_errors;
12066 htab = ppc_hash_table (info);
12070 suppress_size_errors = FALSE;
12071 if (stub_group_size == 1)
12073 /* Default values. */
12074 if (stubs_always_before_branch)
12075 stub_group_size = 0x1e00000;
12077 stub_group_size = 0x1c00000;
12078 suppress_size_errors = TRUE;
12081 for (osec = info->output_bfd->sections; osec != NULL; osec = osec->next)
12085 if (osec->id >= htab->sec_info_arr_size)
12088 tail = htab->sec_info[osec->id].u.list;
12089 while (tail != NULL)
12093 bfd_size_type total;
12094 bfd_boolean big_sec;
12096 struct map_stub *group;
12097 bfd_size_type group_size;
12100 total = tail->size;
12101 group_size = (ppc64_elf_section_data (tail) != NULL
12102 && ppc64_elf_section_data (tail)->has_14bit_branch
12103 ? stub_group_size >> 10 : stub_group_size);
12105 big_sec = total > group_size;
12106 if (big_sec && !suppress_size_errors)
12107 _bfd_error_handler (_("%B section %A exceeds stub group size"),
12108 tail->owner, tail);
12109 curr_toc = htab->sec_info[tail->id].toc_off;
12111 while ((prev = htab->sec_info[curr->id].u.list) != NULL
12112 && ((total += curr->output_offset - prev->output_offset)
12113 < (ppc64_elf_section_data (prev) != NULL
12114 && ppc64_elf_section_data (prev)->has_14bit_branch
12115 ? (group_size = stub_group_size >> 10) : group_size))
12116 && htab->sec_info[prev->id].toc_off == curr_toc)
12119 /* OK, the size from the start of CURR to the end is less
12120 than group_size and thus can be handled by one stub
12121 section. (or the tail section is itself larger than
12122 group_size, in which case we may be toast.) We should
12123 really be keeping track of the total size of stubs added
12124 here, as stubs contribute to the final output section
12125 size. That's a little tricky, and this way will only
12126 break if stubs added make the total size more than 2^25,
12127 ie. for the default stub_group_size, if stubs total more
12128 than 2097152 bytes, or nearly 75000 plt call stubs. */
12129 group = bfd_alloc (curr->owner, sizeof (*group));
12132 group->link_sec = curr;
12133 group->stub_sec = NULL;
12134 group->needs_save_res = 0;
12135 group->next = htab->group;
12136 htab->group = group;
12139 prev = htab->sec_info[tail->id].u.list;
12140 /* Set up this stub group. */
12141 htab->sec_info[tail->id].u.group = group;
12143 while (tail != curr && (tail = prev) != NULL);
12145 /* But wait, there's more! Input sections up to group_size
12146 bytes before the stub section can be handled by it too.
12147 Don't do this if we have a really large section after the
12148 stubs, as adding more stubs increases the chance that
12149 branches may not reach into the stub section. */
12150 if (!stubs_always_before_branch && !big_sec)
12153 while (prev != NULL
12154 && ((total += tail->output_offset - prev->output_offset)
12155 < (ppc64_elf_section_data (prev) != NULL
12156 && ppc64_elf_section_data (prev)->has_14bit_branch
12157 ? (group_size = stub_group_size >> 10) : group_size))
12158 && htab->sec_info[prev->id].toc_off == curr_toc)
12161 prev = htab->sec_info[tail->id].u.list;
12162 htab->sec_info[tail->id].u.group = group;
12171 static const unsigned char glink_eh_frame_cie[] =
12173 0, 0, 0, 16, /* length. */
12174 0, 0, 0, 0, /* id. */
12175 1, /* CIE version. */
12176 'z', 'R', 0, /* Augmentation string. */
12177 4, /* Code alignment. */
12178 0x78, /* Data alignment. */
12180 1, /* Augmentation size. */
12181 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding. */
12182 DW_CFA_def_cfa, 1, 0, /* def_cfa: r1 offset 0. */
12186 /* Stripping output sections is normally done before dynamic section
12187 symbols have been allocated. This function is called later, and
12188 handles cases like htab->brlt which is mapped to its own output
12192 maybe_strip_output (struct bfd_link_info *info, asection *isec)
12194 if (isec->size == 0
12195 && isec->output_section->size == 0
12196 && !(isec->output_section->flags & SEC_KEEP)
12197 && !bfd_section_removed_from_list (info->output_bfd,
12198 isec->output_section)
12199 && elf_section_data (isec->output_section)->dynindx == 0)
12201 isec->output_section->flags |= SEC_EXCLUDE;
12202 bfd_section_list_remove (info->output_bfd, isec->output_section);
12203 info->output_bfd->section_count--;
12207 /* Determine and set the size of the stub section for a final link.
12209 The basic idea here is to examine all the relocations looking for
12210 PC-relative calls to a target that is unreachable with a "bl"
12214 ppc64_elf_size_stubs (struct bfd_link_info *info)
12216 bfd_size_type stub_group_size;
12217 bfd_boolean stubs_always_before_branch;
12218 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12223 if (htab->params->plt_thread_safe == -1 && !bfd_link_executable (info))
12224 htab->params->plt_thread_safe = 1;
12225 if (!htab->opd_abi)
12226 htab->params->plt_thread_safe = 0;
12227 else if (htab->params->plt_thread_safe == -1)
12229 static const char *const thread_starter[] =
12233 "_ZNSt6thread15_M_start_threadESt10shared_ptrINS_10_Impl_baseEE",
12235 "aio_init", "aio_read", "aio_write", "aio_fsync", "lio_listio",
12236 "mq_notify", "create_timer",
12241 "GOMP_parallel_start",
12242 "GOMP_parallel_loop_static",
12243 "GOMP_parallel_loop_static_start",
12244 "GOMP_parallel_loop_dynamic",
12245 "GOMP_parallel_loop_dynamic_start",
12246 "GOMP_parallel_loop_guided",
12247 "GOMP_parallel_loop_guided_start",
12248 "GOMP_parallel_loop_runtime",
12249 "GOMP_parallel_loop_runtime_start",
12250 "GOMP_parallel_sections",
12251 "GOMP_parallel_sections_start",
12257 for (i = 0; i < ARRAY_SIZE (thread_starter); i++)
12259 struct elf_link_hash_entry *h;
12260 h = elf_link_hash_lookup (&htab->elf, thread_starter[i],
12261 FALSE, FALSE, TRUE);
12262 htab->params->plt_thread_safe = h != NULL && h->ref_regular;
12263 if (htab->params->plt_thread_safe)
12267 stubs_always_before_branch = htab->params->group_size < 0;
12268 if (htab->params->group_size < 0)
12269 stub_group_size = -htab->params->group_size;
12271 stub_group_size = htab->params->group_size;
12273 if (!group_sections (info, stub_group_size, stubs_always_before_branch))
12276 #define STUB_SHRINK_ITER 20
12277 /* Loop until no stubs added. After iteration 20 of this loop we may
12278 exit on a stub section shrinking. This is to break out of a
12279 pathological case where adding stubs on one iteration decreases
12280 section gaps (perhaps due to alignment), which then requires
12281 fewer or smaller stubs on the next iteration. */
12286 unsigned int bfd_indx;
12287 struct map_stub *group;
12288 asection *stub_sec;
12290 htab->stub_iteration += 1;
12292 for (input_bfd = info->input_bfds, bfd_indx = 0;
12294 input_bfd = input_bfd->link.next, bfd_indx++)
12296 Elf_Internal_Shdr *symtab_hdr;
12298 Elf_Internal_Sym *local_syms = NULL;
12300 if (!is_ppc64_elf (input_bfd))
12303 /* We'll need the symbol table in a second. */
12304 symtab_hdr = &elf_symtab_hdr (input_bfd);
12305 if (symtab_hdr->sh_info == 0)
12308 /* Walk over each section attached to the input bfd. */
12309 for (section = input_bfd->sections;
12311 section = section->next)
12313 Elf_Internal_Rela *internal_relocs, *irelaend, *irela;
12315 /* If there aren't any relocs, then there's nothing more
12317 if ((section->flags & SEC_RELOC) == 0
12318 || (section->flags & SEC_ALLOC) == 0
12319 || (section->flags & SEC_LOAD) == 0
12320 || (section->flags & SEC_CODE) == 0
12321 || section->reloc_count == 0)
12324 /* If this section is a link-once section that will be
12325 discarded, then don't create any stubs. */
12326 if (section->output_section == NULL
12327 || section->output_section->owner != info->output_bfd)
12330 /* Get the relocs. */
12332 = _bfd_elf_link_read_relocs (input_bfd, section, NULL, NULL,
12333 info->keep_memory);
12334 if (internal_relocs == NULL)
12335 goto error_ret_free_local;
12337 /* Now examine each relocation. */
12338 irela = internal_relocs;
12339 irelaend = irela + section->reloc_count;
12340 for (; irela < irelaend; irela++)
12342 enum elf_ppc64_reloc_type r_type;
12343 unsigned int r_indx;
12344 enum ppc_stub_type stub_type;
12345 struct ppc_stub_hash_entry *stub_entry;
12346 asection *sym_sec, *code_sec;
12347 bfd_vma sym_value, code_value;
12348 bfd_vma destination;
12349 unsigned long local_off;
12350 bfd_boolean ok_dest;
12351 struct ppc_link_hash_entry *hash;
12352 struct ppc_link_hash_entry *fdh;
12353 struct elf_link_hash_entry *h;
12354 Elf_Internal_Sym *sym;
12356 const asection *id_sec;
12357 struct _opd_sec_data *opd;
12358 struct plt_entry *plt_ent;
12360 r_type = ELF64_R_TYPE (irela->r_info);
12361 r_indx = ELF64_R_SYM (irela->r_info);
12363 if (r_type >= R_PPC64_max)
12365 bfd_set_error (bfd_error_bad_value);
12366 goto error_ret_free_internal;
12369 /* Only look for stubs on branch instructions. */
12370 if (r_type != R_PPC64_REL24
12371 && r_type != R_PPC64_REL14
12372 && r_type != R_PPC64_REL14_BRTAKEN
12373 && r_type != R_PPC64_REL14_BRNTAKEN)
12376 /* Now determine the call target, its name, value,
12378 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
12379 r_indx, input_bfd))
12380 goto error_ret_free_internal;
12381 hash = (struct ppc_link_hash_entry *) h;
12388 sym_value = sym->st_value;
12389 if (sym_sec != NULL
12390 && sym_sec->output_section != NULL)
12393 else if (hash->elf.root.type == bfd_link_hash_defined
12394 || hash->elf.root.type == bfd_link_hash_defweak)
12396 sym_value = hash->elf.root.u.def.value;
12397 if (sym_sec->output_section != NULL)
12400 else if (hash->elf.root.type == bfd_link_hash_undefweak
12401 || hash->elf.root.type == bfd_link_hash_undefined)
12403 /* Recognise an old ABI func code entry sym, and
12404 use the func descriptor sym instead if it is
12406 if (hash->elf.root.root.string[0] == '.'
12407 && (fdh = lookup_fdh (hash, htab)) != NULL)
12409 if (fdh->elf.root.type == bfd_link_hash_defined
12410 || fdh->elf.root.type == bfd_link_hash_defweak)
12412 sym_sec = fdh->elf.root.u.def.section;
12413 sym_value = fdh->elf.root.u.def.value;
12414 if (sym_sec->output_section != NULL)
12423 bfd_set_error (bfd_error_bad_value);
12424 goto error_ret_free_internal;
12431 sym_value += irela->r_addend;
12432 destination = (sym_value
12433 + sym_sec->output_offset
12434 + sym_sec->output_section->vma);
12435 local_off = PPC64_LOCAL_ENTRY_OFFSET (hash
12440 code_sec = sym_sec;
12441 code_value = sym_value;
12442 opd = get_opd_info (sym_sec);
12447 if (hash == NULL && opd->adjust != NULL)
12449 long adjust = opd->adjust[OPD_NDX (sym_value)];
12452 code_value += adjust;
12453 sym_value += adjust;
12455 dest = opd_entry_value (sym_sec, sym_value,
12456 &code_sec, &code_value, FALSE);
12457 if (dest != (bfd_vma) -1)
12459 destination = dest;
12462 /* Fixup old ABI sym to point at code
12464 hash->elf.root.type = bfd_link_hash_defweak;
12465 hash->elf.root.u.def.section = code_sec;
12466 hash->elf.root.u.def.value = code_value;
12471 /* Determine what (if any) linker stub is needed. */
12473 stub_type = ppc_type_of_stub (section, irela, &hash,
12474 &plt_ent, destination,
12477 if (stub_type != ppc_stub_plt_call)
12479 /* Check whether we need a TOC adjusting stub.
12480 Since the linker pastes together pieces from
12481 different object files when creating the
12482 _init and _fini functions, it may be that a
12483 call to what looks like a local sym is in
12484 fact a call needing a TOC adjustment. */
12485 if (code_sec != NULL
12486 && code_sec->output_section != NULL
12487 && (htab->sec_info[code_sec->id].toc_off
12488 != htab->sec_info[section->id].toc_off)
12489 && (code_sec->has_toc_reloc
12490 || code_sec->makes_toc_func_call))
12491 stub_type = ppc_stub_long_branch_r2off;
12494 if (stub_type == ppc_stub_none)
12497 /* __tls_get_addr calls might be eliminated. */
12498 if (stub_type != ppc_stub_plt_call
12500 && (hash == htab->tls_get_addr
12501 || hash == htab->tls_get_addr_fd)
12502 && section->has_tls_reloc
12503 && irela != internal_relocs)
12505 /* Get tls info. */
12506 unsigned char *tls_mask;
12508 if (!get_tls_mask (&tls_mask, NULL, NULL, &local_syms,
12509 irela - 1, input_bfd))
12510 goto error_ret_free_internal;
12511 if (*tls_mask != 0)
12515 if (stub_type == ppc_stub_plt_call
12516 && irela + 1 < irelaend
12517 && irela[1].r_offset == irela->r_offset + 4
12518 && ELF64_R_TYPE (irela[1].r_info) == R_PPC64_TOCSAVE)
12520 if (!tocsave_find (htab, INSERT,
12521 &local_syms, irela + 1, input_bfd))
12522 goto error_ret_free_internal;
12524 else if (stub_type == ppc_stub_plt_call)
12525 stub_type = ppc_stub_plt_call_r2save;
12527 /* Support for grouping stub sections. */
12528 id_sec = htab->sec_info[section->id].u.group->link_sec;
12530 /* Get the name of this stub. */
12531 stub_name = ppc_stub_name (id_sec, sym_sec, hash, irela);
12533 goto error_ret_free_internal;
12535 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
12536 stub_name, FALSE, FALSE);
12537 if (stub_entry != NULL)
12539 /* The proper stub has already been created. */
12541 if (stub_type == ppc_stub_plt_call_r2save)
12542 stub_entry->stub_type = stub_type;
12546 stub_entry = ppc_add_stub (stub_name, section, info);
12547 if (stub_entry == NULL)
12550 error_ret_free_internal:
12551 if (elf_section_data (section)->relocs == NULL)
12552 free (internal_relocs);
12553 error_ret_free_local:
12554 if (local_syms != NULL
12555 && (symtab_hdr->contents
12556 != (unsigned char *) local_syms))
12561 stub_entry->stub_type = stub_type;
12562 if (stub_type != ppc_stub_plt_call
12563 && stub_type != ppc_stub_plt_call_r2save)
12565 stub_entry->target_value = code_value;
12566 stub_entry->target_section = code_sec;
12570 stub_entry->target_value = sym_value;
12571 stub_entry->target_section = sym_sec;
12573 stub_entry->h = hash;
12574 stub_entry->plt_ent = plt_ent;
12575 stub_entry->other = hash ? hash->elf.other : sym->st_other;
12577 if (stub_entry->h != NULL)
12578 htab->stub_globals += 1;
12581 /* We're done with the internal relocs, free them. */
12582 if (elf_section_data (section)->relocs != internal_relocs)
12583 free (internal_relocs);
12586 if (local_syms != NULL
12587 && symtab_hdr->contents != (unsigned char *) local_syms)
12589 if (!info->keep_memory)
12592 symtab_hdr->contents = (unsigned char *) local_syms;
12596 /* We may have added some stubs. Find out the new size of the
12598 for (stub_sec = htab->params->stub_bfd->sections;
12600 stub_sec = stub_sec->next)
12601 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12603 stub_sec->rawsize = stub_sec->size;
12604 stub_sec->size = 0;
12605 stub_sec->reloc_count = 0;
12606 stub_sec->flags &= ~SEC_RELOC;
12609 htab->brlt->size = 0;
12610 htab->brlt->reloc_count = 0;
12611 htab->brlt->flags &= ~SEC_RELOC;
12612 if (htab->relbrlt != NULL)
12613 htab->relbrlt->size = 0;
12615 bfd_hash_traverse (&htab->stub_hash_table, ppc_size_one_stub, info);
12617 for (group = htab->group; group != NULL; group = group->next)
12618 if (group->needs_save_res)
12619 group->stub_sec->size += htab->sfpr->size;
12621 if (info->emitrelocations
12622 && htab->glink != NULL && htab->glink->size != 0)
12624 htab->glink->reloc_count = 1;
12625 htab->glink->flags |= SEC_RELOC;
12628 if (htab->glink_eh_frame != NULL
12629 && !bfd_is_abs_section (htab->glink_eh_frame->output_section)
12630 && htab->glink_eh_frame->output_section->size != 0)
12632 size_t size = 0, align;
12634 for (stub_sec = htab->params->stub_bfd->sections;
12636 stub_sec = stub_sec->next)
12637 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12639 if (htab->glink != NULL && htab->glink->size != 0)
12642 size += sizeof (glink_eh_frame_cie);
12644 align <<= htab->glink_eh_frame->output_section->alignment_power;
12646 size = (size + align) & ~align;
12647 htab->glink_eh_frame->rawsize = htab->glink_eh_frame->size;
12648 htab->glink_eh_frame->size = size;
12651 if (htab->params->plt_stub_align != 0)
12652 for (stub_sec = htab->params->stub_bfd->sections;
12654 stub_sec = stub_sec->next)
12655 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12656 stub_sec->size = ((stub_sec->size
12657 + (1 << htab->params->plt_stub_align) - 1)
12658 & -(1 << htab->params->plt_stub_align));
12660 for (stub_sec = htab->params->stub_bfd->sections;
12662 stub_sec = stub_sec->next)
12663 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0
12664 && stub_sec->rawsize != stub_sec->size
12665 && (htab->stub_iteration <= STUB_SHRINK_ITER
12666 || stub_sec->rawsize < stub_sec->size))
12669 if (stub_sec == NULL
12670 && (htab->glink_eh_frame == NULL
12671 || htab->glink_eh_frame->rawsize == htab->glink_eh_frame->size))
12674 /* Ask the linker to do its stuff. */
12675 (*htab->params->layout_sections_again) ();
12678 if (htab->glink_eh_frame != NULL
12679 && htab->glink_eh_frame->size != 0)
12682 bfd_byte *p, *last_fde;
12683 size_t last_fde_len, size, align, pad;
12684 asection *stub_sec;
12686 p = bfd_zalloc (htab->glink_eh_frame->owner, htab->glink_eh_frame->size);
12689 htab->glink_eh_frame->contents = p;
12692 memcpy (p, glink_eh_frame_cie, sizeof (glink_eh_frame_cie));
12693 /* CIE length (rewrite in case little-endian). */
12694 last_fde_len = sizeof (glink_eh_frame_cie) - 4;
12695 bfd_put_32 (htab->elf.dynobj, last_fde_len, p);
12696 p += sizeof (glink_eh_frame_cie);
12698 for (stub_sec = htab->params->stub_bfd->sections;
12700 stub_sec = stub_sec->next)
12701 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12706 bfd_put_32 (htab->elf.dynobj, 20, p);
12709 val = p - htab->glink_eh_frame->contents;
12710 bfd_put_32 (htab->elf.dynobj, val, p);
12712 /* Offset to stub section, written later. */
12714 /* stub section size. */
12715 bfd_put_32 (htab->elf.dynobj, stub_sec->size, p);
12717 /* Augmentation. */
12722 if (htab->glink != NULL && htab->glink->size != 0)
12727 bfd_put_32 (htab->elf.dynobj, 20, p);
12730 val = p - htab->glink_eh_frame->contents;
12731 bfd_put_32 (htab->elf.dynobj, val, p);
12733 /* Offset to .glink, written later. */
12736 bfd_put_32 (htab->elf.dynobj, htab->glink->size - 8, p);
12738 /* Augmentation. */
12741 *p++ = DW_CFA_advance_loc + 1;
12742 *p++ = DW_CFA_register;
12744 *p++ = htab->opd_abi ? 12 : 0;
12745 *p++ = DW_CFA_advance_loc + 4;
12746 *p++ = DW_CFA_restore_extended;
12749 /* Subsume any padding into the last FDE if user .eh_frame
12750 sections are aligned more than glink_eh_frame. Otherwise any
12751 zero padding will be seen as a terminator. */
12752 size = p - htab->glink_eh_frame->contents;
12754 align <<= htab->glink_eh_frame->output_section->alignment_power;
12756 pad = ((size + align) & ~align) - size;
12757 htab->glink_eh_frame->size = size + pad;
12758 bfd_put_32 (htab->elf.dynobj, last_fde_len + pad, last_fde);
12761 maybe_strip_output (info, htab->brlt);
12762 if (htab->glink_eh_frame != NULL)
12763 maybe_strip_output (info, htab->glink_eh_frame);
12768 /* Called after we have determined section placement. If sections
12769 move, we'll be called again. Provide a value for TOCstart. */
12772 ppc64_elf_set_toc (struct bfd_link_info *info, bfd *obfd)
12775 bfd_vma TOCstart, adjust;
12779 struct elf_link_hash_entry *h;
12780 struct elf_link_hash_table *htab = elf_hash_table (info);
12782 if (is_elf_hash_table (htab)
12783 && htab->hgot != NULL)
12787 h = elf_link_hash_lookup (htab, ".TOC.", FALSE, FALSE, TRUE);
12788 if (is_elf_hash_table (htab))
12792 && h->root.type == bfd_link_hash_defined
12793 && !h->root.linker_def
12794 && (!is_elf_hash_table (htab)
12795 || h->def_regular))
12797 TOCstart = (h->root.u.def.value - TOC_BASE_OFF
12798 + h->root.u.def.section->output_offset
12799 + h->root.u.def.section->output_section->vma);
12800 _bfd_set_gp_value (obfd, TOCstart);
12805 /* The TOC consists of sections .got, .toc, .tocbss, .plt in that
12806 order. The TOC starts where the first of these sections starts. */
12807 s = bfd_get_section_by_name (obfd, ".got");
12808 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
12809 s = bfd_get_section_by_name (obfd, ".toc");
12810 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
12811 s = bfd_get_section_by_name (obfd, ".tocbss");
12812 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
12813 s = bfd_get_section_by_name (obfd, ".plt");
12814 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
12816 /* This may happen for
12817 o references to TOC base (SYM@toc / TOC[tc0]) without a
12819 o bad linker script
12820 o --gc-sections and empty TOC sections
12822 FIXME: Warn user? */
12824 /* Look for a likely section. We probably won't even be
12826 for (s = obfd->sections; s != NULL; s = s->next)
12827 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_READONLY
12829 == (SEC_ALLOC | SEC_SMALL_DATA))
12832 for (s = obfd->sections; s != NULL; s = s->next)
12833 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_EXCLUDE))
12834 == (SEC_ALLOC | SEC_SMALL_DATA))
12837 for (s = obfd->sections; s != NULL; s = s->next)
12838 if ((s->flags & (SEC_ALLOC | SEC_READONLY | SEC_EXCLUDE))
12842 for (s = obfd->sections; s != NULL; s = s->next)
12843 if ((s->flags & (SEC_ALLOC | SEC_EXCLUDE)) == SEC_ALLOC)
12849 TOCstart = s->output_section->vma + s->output_offset;
12851 /* Force alignment. */
12852 adjust = TOCstart & (TOC_BASE_ALIGN - 1);
12853 TOCstart -= adjust;
12854 _bfd_set_gp_value (obfd, TOCstart);
12856 if (info != NULL && s != NULL)
12858 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12862 if (htab->elf.hgot != NULL)
12864 htab->elf.hgot->root.u.def.value = TOC_BASE_OFF - adjust;
12865 htab->elf.hgot->root.u.def.section = s;
12870 struct bfd_link_hash_entry *bh = NULL;
12871 _bfd_generic_link_add_one_symbol (info, obfd, ".TOC.", BSF_GLOBAL,
12872 s, TOC_BASE_OFF - adjust,
12873 NULL, FALSE, FALSE, &bh);
12879 /* Called via elf_link_hash_traverse from ppc64_elf_build_stubs to
12880 write out any global entry stubs. */
12883 build_global_entry_stubs (struct elf_link_hash_entry *h, void *inf)
12885 struct bfd_link_info *info;
12886 struct ppc_link_hash_table *htab;
12887 struct plt_entry *pent;
12890 if (h->root.type == bfd_link_hash_indirect)
12893 if (!h->pointer_equality_needed)
12896 if (h->def_regular)
12900 htab = ppc_hash_table (info);
12905 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
12906 if (pent->plt.offset != (bfd_vma) -1
12907 && pent->addend == 0)
12913 p = s->contents + h->root.u.def.value;
12914 plt = htab->elf.splt;
12915 if (!htab->elf.dynamic_sections_created
12916 || h->dynindx == -1)
12917 plt = htab->elf.iplt;
12918 off = pent->plt.offset + plt->output_offset + plt->output_section->vma;
12919 off -= h->root.u.def.value + s->output_offset + s->output_section->vma;
12921 if (off + 0x80008000 > 0xffffffff || (off & 3) != 0)
12923 info->callbacks->einfo
12924 (_("%P: linkage table error against `%T'\n"),
12925 h->root.root.string);
12926 bfd_set_error (bfd_error_bad_value);
12927 htab->stub_error = TRUE;
12930 htab->stub_count[ppc_stub_global_entry - 1] += 1;
12931 if (htab->params->emit_stub_syms)
12933 size_t len = strlen (h->root.root.string);
12934 char *name = bfd_malloc (sizeof "12345678.global_entry." + len);
12939 sprintf (name, "%08x.global_entry.%s", s->id, h->root.root.string);
12940 h = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
12943 if (h->root.type == bfd_link_hash_new)
12945 h->root.type = bfd_link_hash_defined;
12946 h->root.u.def.section = s;
12947 h->root.u.def.value = p - s->contents;
12948 h->ref_regular = 1;
12949 h->def_regular = 1;
12950 h->ref_regular_nonweak = 1;
12951 h->forced_local = 1;
12953 h->root.linker_def = 1;
12957 if (PPC_HA (off) != 0)
12959 bfd_put_32 (s->owner, ADDIS_R12_R12 | PPC_HA (off), p);
12962 bfd_put_32 (s->owner, LD_R12_0R12 | PPC_LO (off), p);
12964 bfd_put_32 (s->owner, MTCTR_R12, p);
12966 bfd_put_32 (s->owner, BCTR, p);
12972 /* Build all the stubs associated with the current output file.
12973 The stubs are kept in a hash table attached to the main linker
12974 hash table. This function is called via gldelf64ppc_finish. */
12977 ppc64_elf_build_stubs (struct bfd_link_info *info,
12980 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12981 struct map_stub *group;
12982 asection *stub_sec;
12984 int stub_sec_count = 0;
12989 /* Allocate memory to hold the linker stubs. */
12990 for (stub_sec = htab->params->stub_bfd->sections;
12992 stub_sec = stub_sec->next)
12993 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0
12994 && stub_sec->size != 0)
12996 stub_sec->contents = bfd_zalloc (htab->params->stub_bfd, stub_sec->size);
12997 if (stub_sec->contents == NULL)
12999 stub_sec->size = 0;
13002 if (htab->glink != NULL && htab->glink->size != 0)
13007 /* Build the .glink plt call stub. */
13008 if (htab->params->emit_stub_syms)
13010 struct elf_link_hash_entry *h;
13011 h = elf_link_hash_lookup (&htab->elf, "__glink_PLTresolve",
13012 TRUE, FALSE, FALSE);
13015 if (h->root.type == bfd_link_hash_new)
13017 h->root.type = bfd_link_hash_defined;
13018 h->root.u.def.section = htab->glink;
13019 h->root.u.def.value = 8;
13020 h->ref_regular = 1;
13021 h->def_regular = 1;
13022 h->ref_regular_nonweak = 1;
13023 h->forced_local = 1;
13025 h->root.linker_def = 1;
13028 plt0 = (htab->elf.splt->output_section->vma
13029 + htab->elf.splt->output_offset
13031 if (info->emitrelocations)
13033 Elf_Internal_Rela *r = get_relocs (htab->glink, 1);
13036 r->r_offset = (htab->glink->output_offset
13037 + htab->glink->output_section->vma);
13038 r->r_info = ELF64_R_INFO (0, R_PPC64_REL64);
13039 r->r_addend = plt0;
13041 p = htab->glink->contents;
13042 plt0 -= htab->glink->output_section->vma + htab->glink->output_offset;
13043 bfd_put_64 (htab->glink->owner, plt0, p);
13047 bfd_put_32 (htab->glink->owner, MFLR_R12, p);
13049 bfd_put_32 (htab->glink->owner, BCL_20_31, p);
13051 bfd_put_32 (htab->glink->owner, MFLR_R11, p);
13053 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | (-16 & 0xfffc), p);
13055 bfd_put_32 (htab->glink->owner, MTLR_R12, p);
13057 bfd_put_32 (htab->glink->owner, ADD_R11_R2_R11, p);
13059 bfd_put_32 (htab->glink->owner, LD_R12_0R11, p);
13061 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | 8, p);
13063 bfd_put_32 (htab->glink->owner, MTCTR_R12, p);
13065 bfd_put_32 (htab->glink->owner, LD_R11_0R11 | 16, p);
13070 bfd_put_32 (htab->glink->owner, MFLR_R0, p);
13072 bfd_put_32 (htab->glink->owner, BCL_20_31, p);
13074 bfd_put_32 (htab->glink->owner, MFLR_R11, p);
13076 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | (-16 & 0xfffc), p);
13078 bfd_put_32 (htab->glink->owner, MTLR_R0, p);
13080 bfd_put_32 (htab->glink->owner, SUB_R12_R12_R11, p);
13082 bfd_put_32 (htab->glink->owner, ADD_R11_R2_R11, p);
13084 bfd_put_32 (htab->glink->owner, ADDI_R0_R12 | (-48 & 0xffff), p);
13086 bfd_put_32 (htab->glink->owner, LD_R12_0R11, p);
13088 bfd_put_32 (htab->glink->owner, SRDI_R0_R0_2, p);
13090 bfd_put_32 (htab->glink->owner, MTCTR_R12, p);
13092 bfd_put_32 (htab->glink->owner, LD_R11_0R11 | 8, p);
13095 bfd_put_32 (htab->glink->owner, BCTR, p);
13097 while (p - htab->glink->contents < GLINK_CALL_STUB_SIZE)
13099 bfd_put_32 (htab->glink->owner, NOP, p);
13103 /* Build the .glink lazy link call stubs. */
13105 while (p < htab->glink->contents + htab->glink->rawsize)
13111 bfd_put_32 (htab->glink->owner, LI_R0_0 | indx, p);
13116 bfd_put_32 (htab->glink->owner, LIS_R0_0 | PPC_HI (indx), p);
13118 bfd_put_32 (htab->glink->owner, ORI_R0_R0_0 | PPC_LO (indx),
13123 bfd_put_32 (htab->glink->owner,
13124 B_DOT | ((htab->glink->contents - p + 8) & 0x3fffffc), p);
13129 /* Build .glink global entry stubs. */
13130 if (htab->glink->size > htab->glink->rawsize)
13131 elf_link_hash_traverse (&htab->elf, build_global_entry_stubs, info);
13134 if (htab->brlt != NULL && htab->brlt->size != 0)
13136 htab->brlt->contents = bfd_zalloc (htab->brlt->owner,
13138 if (htab->brlt->contents == NULL)
13141 if (htab->relbrlt != NULL && htab->relbrlt->size != 0)
13143 htab->relbrlt->contents = bfd_zalloc (htab->relbrlt->owner,
13144 htab->relbrlt->size);
13145 if (htab->relbrlt->contents == NULL)
13149 /* Build the stubs as directed by the stub hash table. */
13150 bfd_hash_traverse (&htab->stub_hash_table, ppc_build_one_stub, info);
13152 for (group = htab->group; group != NULL; group = group->next)
13153 if (group->needs_save_res)
13155 stub_sec = group->stub_sec;
13156 memcpy (stub_sec->contents + stub_sec->size, htab->sfpr->contents,
13158 if (htab->params->emit_stub_syms)
13162 for (i = 0; i < ARRAY_SIZE (save_res_funcs); i++)
13163 if (!sfpr_define (info, &save_res_funcs[i], stub_sec))
13166 stub_sec->size += htab->sfpr->size;
13169 if (htab->relbrlt != NULL)
13170 htab->relbrlt->reloc_count = 0;
13172 if (htab->params->plt_stub_align != 0)
13173 for (stub_sec = htab->params->stub_bfd->sections;
13175 stub_sec = stub_sec->next)
13176 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
13177 stub_sec->size = ((stub_sec->size
13178 + (1 << htab->params->plt_stub_align) - 1)
13179 & -(1 << htab->params->plt_stub_align));
13181 for (stub_sec = htab->params->stub_bfd->sections;
13183 stub_sec = stub_sec->next)
13184 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
13186 stub_sec_count += 1;
13187 if (stub_sec->rawsize != stub_sec->size
13188 && (htab->stub_iteration <= STUB_SHRINK_ITER
13189 || stub_sec->rawsize < stub_sec->size))
13193 /* Note that the glink_eh_frame check here is not only testing that
13194 the generated size matched the calculated size but also that
13195 bfd_elf_discard_info didn't make any changes to the section. */
13196 if (stub_sec != NULL
13197 || (htab->glink_eh_frame != NULL
13198 && htab->glink_eh_frame->rawsize != htab->glink_eh_frame->size))
13200 htab->stub_error = TRUE;
13201 info->callbacks->einfo (_("%P: stubs don't match calculated size\n"));
13204 if (htab->stub_error)
13209 *stats = bfd_malloc (500);
13210 if (*stats == NULL)
13213 sprintf (*stats, _("linker stubs in %u group%s\n"
13215 " toc adjust %lu\n"
13216 " long branch %lu\n"
13217 " long toc adj %lu\n"
13219 " plt call toc %lu\n"
13220 " global entry %lu"),
13222 stub_sec_count == 1 ? "" : "s",
13223 htab->stub_count[ppc_stub_long_branch - 1],
13224 htab->stub_count[ppc_stub_long_branch_r2off - 1],
13225 htab->stub_count[ppc_stub_plt_branch - 1],
13226 htab->stub_count[ppc_stub_plt_branch_r2off - 1],
13227 htab->stub_count[ppc_stub_plt_call - 1],
13228 htab->stub_count[ppc_stub_plt_call_r2save - 1],
13229 htab->stub_count[ppc_stub_global_entry - 1]);
13234 /* This function undoes the changes made by add_symbol_adjust. */
13237 undo_symbol_twiddle (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
13239 struct ppc_link_hash_entry *eh;
13241 if (h->root.type == bfd_link_hash_indirect)
13244 eh = (struct ppc_link_hash_entry *) h;
13245 if (eh->elf.root.type != bfd_link_hash_undefweak || !eh->was_undefined)
13248 eh->elf.root.type = bfd_link_hash_undefined;
13253 ppc64_elf_restore_symbols (struct bfd_link_info *info)
13255 struct ppc_link_hash_table *htab = ppc_hash_table (info);
13258 elf_link_hash_traverse (&htab->elf, undo_symbol_twiddle, info);
13261 /* What to do when ld finds relocations against symbols defined in
13262 discarded sections. */
13264 static unsigned int
13265 ppc64_elf_action_discarded (asection *sec)
13267 if (strcmp (".opd", sec->name) == 0)
13270 if (strcmp (".toc", sec->name) == 0)
13273 if (strcmp (".toc1", sec->name) == 0)
13276 return _bfd_elf_default_action_discarded (sec);
13279 /* The RELOCATE_SECTION function is called by the ELF backend linker
13280 to handle the relocations for a section.
13282 The relocs are always passed as Rela structures; if the section
13283 actually uses Rel structures, the r_addend field will always be
13286 This function is responsible for adjust the section contents as
13287 necessary, and (if using Rela relocs and generating a
13288 relocatable output file) adjusting the reloc addend as
13291 This function does not have to worry about setting the reloc
13292 address or the reloc symbol index.
13294 LOCAL_SYMS is a pointer to the swapped in local symbols.
13296 LOCAL_SECTIONS is an array giving the section in the input file
13297 corresponding to the st_shndx field of each local symbol.
13299 The global hash table entry for the global symbols can be found
13300 via elf_sym_hashes (input_bfd).
13302 When generating relocatable output, this function must handle
13303 STB_LOCAL/STT_SECTION symbols specially. The output symbol is
13304 going to be the section symbol corresponding to the output
13305 section, which means that the addend must be adjusted
13309 ppc64_elf_relocate_section (bfd *output_bfd,
13310 struct bfd_link_info *info,
13312 asection *input_section,
13313 bfd_byte *contents,
13314 Elf_Internal_Rela *relocs,
13315 Elf_Internal_Sym *local_syms,
13316 asection **local_sections)
13318 struct ppc_link_hash_table *htab;
13319 Elf_Internal_Shdr *symtab_hdr;
13320 struct elf_link_hash_entry **sym_hashes;
13321 Elf_Internal_Rela *rel;
13322 Elf_Internal_Rela *wrel;
13323 Elf_Internal_Rela *relend;
13324 Elf_Internal_Rela outrel;
13326 struct got_entry **local_got_ents;
13328 bfd_boolean ret = TRUE;
13329 bfd_boolean is_opd;
13330 /* Assume 'at' branch hints. */
13331 bfd_boolean is_isa_v2 = TRUE;
13332 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0);
13334 /* Initialize howto table if needed. */
13335 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
13338 htab = ppc_hash_table (info);
13342 /* Don't relocate stub sections. */
13343 if (input_section->owner == htab->params->stub_bfd)
13346 BFD_ASSERT (is_ppc64_elf (input_bfd));
13348 local_got_ents = elf_local_got_ents (input_bfd);
13349 TOCstart = elf_gp (output_bfd);
13350 symtab_hdr = &elf_symtab_hdr (input_bfd);
13351 sym_hashes = elf_sym_hashes (input_bfd);
13352 is_opd = ppc64_elf_section_data (input_section)->sec_type == sec_opd;
13354 rel = wrel = relocs;
13355 relend = relocs + input_section->reloc_count;
13356 for (; rel < relend; wrel++, rel++)
13358 enum elf_ppc64_reloc_type r_type;
13360 bfd_reloc_status_type r;
13361 Elf_Internal_Sym *sym;
13363 struct elf_link_hash_entry *h_elf;
13364 struct ppc_link_hash_entry *h;
13365 struct ppc_link_hash_entry *fdh;
13366 const char *sym_name;
13367 unsigned long r_symndx, toc_symndx;
13368 bfd_vma toc_addend;
13369 unsigned char tls_mask, tls_gd, tls_type;
13370 unsigned char sym_type;
13371 bfd_vma relocation;
13372 bfd_boolean unresolved_reloc;
13373 bfd_boolean warned;
13374 enum { DEST_NORMAL, DEST_OPD, DEST_STUB } reloc_dest;
13377 struct ppc_stub_hash_entry *stub_entry;
13378 bfd_vma max_br_offset;
13380 Elf_Internal_Rela orig_rel;
13381 reloc_howto_type *howto;
13382 struct reloc_howto_struct alt_howto;
13387 r_type = ELF64_R_TYPE (rel->r_info);
13388 r_symndx = ELF64_R_SYM (rel->r_info);
13390 /* For old style R_PPC64_TOC relocs with a zero symbol, use the
13391 symbol of the previous ADDR64 reloc. The symbol gives us the
13392 proper TOC base to use. */
13393 if (rel->r_info == ELF64_R_INFO (0, R_PPC64_TOC)
13395 && ELF64_R_TYPE (wrel[-1].r_info) == R_PPC64_ADDR64
13397 r_symndx = ELF64_R_SYM (wrel[-1].r_info);
13403 unresolved_reloc = FALSE;
13406 if (r_symndx < symtab_hdr->sh_info)
13408 /* It's a local symbol. */
13409 struct _opd_sec_data *opd;
13411 sym = local_syms + r_symndx;
13412 sec = local_sections[r_symndx];
13413 sym_name = bfd_elf_sym_name (input_bfd, symtab_hdr, sym, sec);
13414 sym_type = ELF64_ST_TYPE (sym->st_info);
13415 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
13416 opd = get_opd_info (sec);
13417 if (opd != NULL && opd->adjust != NULL)
13419 long adjust = opd->adjust[OPD_NDX (sym->st_value
13425 /* If this is a relocation against the opd section sym
13426 and we have edited .opd, adjust the reloc addend so
13427 that ld -r and ld --emit-relocs output is correct.
13428 If it is a reloc against some other .opd symbol,
13429 then the symbol value will be adjusted later. */
13430 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
13431 rel->r_addend += adjust;
13433 relocation += adjust;
13439 bfd_boolean ignored;
13441 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
13442 r_symndx, symtab_hdr, sym_hashes,
13443 h_elf, sec, relocation,
13444 unresolved_reloc, warned, ignored);
13445 sym_name = h_elf->root.root.string;
13446 sym_type = h_elf->type;
13448 && sec->owner == output_bfd
13449 && strcmp (sec->name, ".opd") == 0)
13451 /* This is a symbol defined in a linker script. All
13452 such are defined in output sections, even those
13453 defined by simple assignment from a symbol defined in
13454 an input section. Transfer the symbol to an
13455 appropriate input .opd section, so that a branch to
13456 this symbol will be mapped to the location specified
13457 by the opd entry. */
13458 struct bfd_link_order *lo;
13459 for (lo = sec->map_head.link_order; lo != NULL; lo = lo->next)
13460 if (lo->type == bfd_indirect_link_order)
13462 asection *isec = lo->u.indirect.section;
13463 if (h_elf->root.u.def.value >= isec->output_offset
13464 && h_elf->root.u.def.value < (isec->output_offset
13467 h_elf->root.u.def.value -= isec->output_offset;
13468 h_elf->root.u.def.section = isec;
13475 h = (struct ppc_link_hash_entry *) h_elf;
13477 if (sec != NULL && discarded_section (sec))
13479 _bfd_clear_contents (ppc64_elf_howto_table[r_type],
13480 input_bfd, input_section,
13481 contents + rel->r_offset);
13482 wrel->r_offset = rel->r_offset;
13484 wrel->r_addend = 0;
13486 /* For ld -r, remove relocations in debug sections against
13487 sections defined in discarded sections. Not done for
13488 non-debug to preserve relocs in .eh_frame which the
13489 eh_frame editing code expects to be present. */
13490 if (bfd_link_relocatable (info)
13491 && (input_section->flags & SEC_DEBUGGING))
13497 if (bfd_link_relocatable (info))
13500 if (h != NULL && &h->elf == htab->elf.hgot)
13502 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
13503 sec = bfd_abs_section_ptr;
13504 unresolved_reloc = FALSE;
13507 /* TLS optimizations. Replace instruction sequences and relocs
13508 based on information we collected in tls_optimize. We edit
13509 RELOCS so that --emit-relocs will output something sensible
13510 for the final instruction stream. */
13515 tls_mask = h->tls_mask;
13516 else if (local_got_ents != NULL)
13518 struct plt_entry **local_plt = (struct plt_entry **)
13519 (local_got_ents + symtab_hdr->sh_info);
13520 unsigned char *lgot_masks = (unsigned char *)
13521 (local_plt + symtab_hdr->sh_info);
13522 tls_mask = lgot_masks[r_symndx];
13525 && (r_type == R_PPC64_TLS
13526 || r_type == R_PPC64_TLSGD
13527 || r_type == R_PPC64_TLSLD))
13529 /* Check for toc tls entries. */
13530 unsigned char *toc_tls;
13532 if (!get_tls_mask (&toc_tls, &toc_symndx, &toc_addend,
13533 &local_syms, rel, input_bfd))
13537 tls_mask = *toc_tls;
13540 /* Check that tls relocs are used with tls syms, and non-tls
13541 relocs are used with non-tls syms. */
13542 if (r_symndx != STN_UNDEF
13543 && r_type != R_PPC64_NONE
13545 || h->elf.root.type == bfd_link_hash_defined
13546 || h->elf.root.type == bfd_link_hash_defweak)
13547 && (IS_PPC64_TLS_RELOC (r_type)
13548 != (sym_type == STT_TLS
13549 || (sym_type == STT_SECTION
13550 && (sec->flags & SEC_THREAD_LOCAL) != 0))))
13553 && (r_type == R_PPC64_TLS
13554 || r_type == R_PPC64_TLSGD
13555 || r_type == R_PPC64_TLSLD))
13556 /* R_PPC64_TLS is OK against a symbol in the TOC. */
13559 info->callbacks->einfo
13560 (!IS_PPC64_TLS_RELOC (r_type)
13561 ? _("%P: %H: %s used with TLS symbol `%T'\n")
13562 : _("%P: %H: %s used with non-TLS symbol `%T'\n"),
13563 input_bfd, input_section, rel->r_offset,
13564 ppc64_elf_howto_table[r_type]->name,
13568 /* Ensure reloc mapping code below stays sane. */
13569 if (R_PPC64_TOC16_LO_DS != R_PPC64_TOC16_DS + 1
13570 || R_PPC64_TOC16_LO != R_PPC64_TOC16 + 1
13571 || (R_PPC64_GOT_TLSLD16 & 3) != (R_PPC64_GOT_TLSGD16 & 3)
13572 || (R_PPC64_GOT_TLSLD16_LO & 3) != (R_PPC64_GOT_TLSGD16_LO & 3)
13573 || (R_PPC64_GOT_TLSLD16_HI & 3) != (R_PPC64_GOT_TLSGD16_HI & 3)
13574 || (R_PPC64_GOT_TLSLD16_HA & 3) != (R_PPC64_GOT_TLSGD16_HA & 3)
13575 || (R_PPC64_GOT_TLSLD16 & 3) != (R_PPC64_GOT_TPREL16_DS & 3)
13576 || (R_PPC64_GOT_TLSLD16_LO & 3) != (R_PPC64_GOT_TPREL16_LO_DS & 3)
13577 || (R_PPC64_GOT_TLSLD16_HI & 3) != (R_PPC64_GOT_TPREL16_HI & 3)
13578 || (R_PPC64_GOT_TLSLD16_HA & 3) != (R_PPC64_GOT_TPREL16_HA & 3))
13586 case R_PPC64_LO_DS_OPT:
13587 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset);
13588 if ((insn & (0x3f << 26)) != 58u << 26)
13590 insn += (14u << 26) - (58u << 26);
13591 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset);
13592 r_type = R_PPC64_TOC16_LO;
13593 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13596 case R_PPC64_TOC16:
13597 case R_PPC64_TOC16_LO:
13598 case R_PPC64_TOC16_DS:
13599 case R_PPC64_TOC16_LO_DS:
13601 /* Check for toc tls entries. */
13602 unsigned char *toc_tls;
13605 retval = get_tls_mask (&toc_tls, &toc_symndx, &toc_addend,
13606 &local_syms, rel, input_bfd);
13612 tls_mask = *toc_tls;
13613 if (r_type == R_PPC64_TOC16_DS
13614 || r_type == R_PPC64_TOC16_LO_DS)
13617 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0)
13622 /* If we found a GD reloc pair, then we might be
13623 doing a GD->IE transition. */
13626 tls_gd = TLS_TPRELGD;
13627 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13630 else if (retval == 3)
13632 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
13640 case R_PPC64_GOT_TPREL16_HI:
13641 case R_PPC64_GOT_TPREL16_HA:
13643 && (tls_mask & TLS_TPREL) == 0)
13645 rel->r_offset -= d_offset;
13646 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
13647 r_type = R_PPC64_NONE;
13648 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13652 case R_PPC64_GOT_TPREL16_DS:
13653 case R_PPC64_GOT_TPREL16_LO_DS:
13655 && (tls_mask & TLS_TPREL) == 0)
13658 insn = bfd_get_32 (output_bfd,
13659 contents + rel->r_offset - d_offset);
13661 insn |= 0x3c0d0000; /* addis 0,13,0 */
13662 bfd_put_32 (output_bfd, insn,
13663 contents + rel->r_offset - d_offset);
13664 r_type = R_PPC64_TPREL16_HA;
13665 if (toc_symndx != 0)
13667 rel->r_info = ELF64_R_INFO (toc_symndx, r_type);
13668 rel->r_addend = toc_addend;
13669 /* We changed the symbol. Start over in order to
13670 get h, sym, sec etc. right. */
13674 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13680 && (tls_mask & TLS_TPREL) == 0)
13682 insn = bfd_get_32 (output_bfd, contents + rel->r_offset);
13683 insn = _bfd_elf_ppc_at_tls_transform (insn, 13);
13686 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
13687 /* Was PPC64_TLS which sits on insn boundary, now
13688 PPC64_TPREL16_LO which is at low-order half-word. */
13689 rel->r_offset += d_offset;
13690 r_type = R_PPC64_TPREL16_LO;
13691 if (toc_symndx != 0)
13693 rel->r_info = ELF64_R_INFO (toc_symndx, r_type);
13694 rel->r_addend = toc_addend;
13695 /* We changed the symbol. Start over in order to
13696 get h, sym, sec etc. right. */
13700 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13704 case R_PPC64_GOT_TLSGD16_HI:
13705 case R_PPC64_GOT_TLSGD16_HA:
13706 tls_gd = TLS_TPRELGD;
13707 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13711 case R_PPC64_GOT_TLSLD16_HI:
13712 case R_PPC64_GOT_TLSLD16_HA:
13713 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
13716 if ((tls_mask & tls_gd) != 0)
13717 r_type = (((r_type - (R_PPC64_GOT_TLSGD16 & 3)) & 3)
13718 + R_PPC64_GOT_TPREL16_DS);
13721 rel->r_offset -= d_offset;
13722 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
13723 r_type = R_PPC64_NONE;
13725 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13729 case R_PPC64_GOT_TLSGD16:
13730 case R_PPC64_GOT_TLSGD16_LO:
13731 tls_gd = TLS_TPRELGD;
13732 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13736 case R_PPC64_GOT_TLSLD16:
13737 case R_PPC64_GOT_TLSLD16_LO:
13738 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
13740 unsigned int insn1, insn2, insn3;
13744 offset = (bfd_vma) -1;
13745 /* If not using the newer R_PPC64_TLSGD/LD to mark
13746 __tls_get_addr calls, we must trust that the call
13747 stays with its arg setup insns, ie. that the next
13748 reloc is the __tls_get_addr call associated with
13749 the current reloc. Edit both insns. */
13750 if (input_section->has_tls_get_addr_call
13751 && rel + 1 < relend
13752 && branch_reloc_hash_match (input_bfd, rel + 1,
13753 htab->tls_get_addr,
13754 htab->tls_get_addr_fd))
13755 offset = rel[1].r_offset;
13756 /* We read the low GOT_TLS (or TOC16) insn because we
13757 need to keep the destination reg. It may be
13758 something other than the usual r3, and moved to r3
13759 before the call by intervening code. */
13760 insn1 = bfd_get_32 (output_bfd,
13761 contents + rel->r_offset - d_offset);
13762 if ((tls_mask & tls_gd) != 0)
13765 insn1 &= (0x1f << 21) | (0x1f << 16);
13766 insn1 |= 58 << 26; /* ld */
13767 insn2 = 0x7c636a14; /* add 3,3,13 */
13768 if (offset != (bfd_vma) -1)
13769 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
13770 if ((tls_mask & TLS_EXPLICIT) == 0)
13771 r_type = (((r_type - (R_PPC64_GOT_TLSGD16 & 3)) & 3)
13772 + R_PPC64_GOT_TPREL16_DS);
13774 r_type += R_PPC64_TOC16_DS - R_PPC64_TOC16;
13775 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13780 insn1 &= 0x1f << 21;
13781 insn1 |= 0x3c0d0000; /* addis r,13,0 */
13782 insn2 = 0x38630000; /* addi 3,3,0 */
13785 /* Was an LD reloc. */
13787 sec = local_sections[toc_symndx];
13789 r_symndx < symtab_hdr->sh_info;
13791 if (local_sections[r_symndx] == sec)
13793 if (r_symndx >= symtab_hdr->sh_info)
13794 r_symndx = STN_UNDEF;
13795 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
13796 if (r_symndx != STN_UNDEF)
13797 rel->r_addend -= (local_syms[r_symndx].st_value
13798 + sec->output_offset
13799 + sec->output_section->vma);
13801 else if (toc_symndx != 0)
13803 r_symndx = toc_symndx;
13804 rel->r_addend = toc_addend;
13806 r_type = R_PPC64_TPREL16_HA;
13807 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13808 if (offset != (bfd_vma) -1)
13810 rel[1].r_info = ELF64_R_INFO (r_symndx,
13811 R_PPC64_TPREL16_LO);
13812 rel[1].r_offset = offset + d_offset;
13813 rel[1].r_addend = rel->r_addend;
13816 bfd_put_32 (output_bfd, insn1,
13817 contents + rel->r_offset - d_offset);
13818 if (offset != (bfd_vma) -1)
13820 insn3 = bfd_get_32 (output_bfd,
13821 contents + offset + 4);
13823 || insn3 == CROR_151515 || insn3 == CROR_313131)
13825 rel[1].r_offset += 4;
13826 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
13829 bfd_put_32 (output_bfd, insn2, contents + offset);
13831 if ((tls_mask & tls_gd) == 0
13832 && (tls_gd == 0 || toc_symndx != 0))
13834 /* We changed the symbol. Start over in order
13835 to get h, sym, sec etc. right. */
13841 case R_PPC64_TLSGD:
13842 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13844 unsigned int insn2, insn3;
13845 bfd_vma offset = rel->r_offset;
13847 if ((tls_mask & TLS_TPRELGD) != 0)
13850 r_type = R_PPC64_NONE;
13851 insn2 = 0x7c636a14; /* add 3,3,13 */
13856 if (toc_symndx != 0)
13858 r_symndx = toc_symndx;
13859 rel->r_addend = toc_addend;
13861 r_type = R_PPC64_TPREL16_LO;
13862 rel->r_offset = offset + d_offset;
13863 insn2 = 0x38630000; /* addi 3,3,0 */
13865 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13866 /* Zap the reloc on the _tls_get_addr call too. */
13867 BFD_ASSERT (offset == rel[1].r_offset);
13868 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
13869 insn3 = bfd_get_32 (output_bfd,
13870 contents + offset + 4);
13872 || insn3 == CROR_151515 || insn3 == CROR_313131)
13874 rel->r_offset += 4;
13875 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
13878 bfd_put_32 (output_bfd, insn2, contents + offset);
13879 if ((tls_mask & TLS_TPRELGD) == 0 && toc_symndx != 0)
13884 case R_PPC64_TLSLD:
13885 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
13887 unsigned int insn2, insn3;
13888 bfd_vma offset = rel->r_offset;
13891 sec = local_sections[toc_symndx];
13893 r_symndx < symtab_hdr->sh_info;
13895 if (local_sections[r_symndx] == sec)
13897 if (r_symndx >= symtab_hdr->sh_info)
13898 r_symndx = STN_UNDEF;
13899 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
13900 if (r_symndx != STN_UNDEF)
13901 rel->r_addend -= (local_syms[r_symndx].st_value
13902 + sec->output_offset
13903 + sec->output_section->vma);
13905 r_type = R_PPC64_TPREL16_LO;
13906 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13907 rel->r_offset = offset + d_offset;
13908 /* Zap the reloc on the _tls_get_addr call too. */
13909 BFD_ASSERT (offset == rel[1].r_offset);
13910 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
13911 insn2 = 0x38630000; /* addi 3,3,0 */
13912 insn3 = bfd_get_32 (output_bfd,
13913 contents + offset + 4);
13915 || insn3 == CROR_151515 || insn3 == CROR_313131)
13917 rel->r_offset += 4;
13918 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
13921 bfd_put_32 (output_bfd, insn2, contents + offset);
13926 case R_PPC64_DTPMOD64:
13927 if (rel + 1 < relend
13928 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64)
13929 && rel[1].r_offset == rel->r_offset + 8)
13931 if ((tls_mask & TLS_GD) == 0)
13933 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_NONE);
13934 if ((tls_mask & TLS_TPRELGD) != 0)
13935 r_type = R_PPC64_TPREL64;
13938 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
13939 r_type = R_PPC64_NONE;
13941 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13946 if ((tls_mask & TLS_LD) == 0)
13948 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
13949 r_type = R_PPC64_NONE;
13950 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13955 case R_PPC64_TPREL64:
13956 if ((tls_mask & TLS_TPREL) == 0)
13958 r_type = R_PPC64_NONE;
13959 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13963 case R_PPC64_ENTRY:
13964 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
13965 if (!bfd_link_pic (info)
13966 && !info->traditional_format
13967 && relocation + 0x80008000 <= 0xffffffff)
13969 unsigned int insn1, insn2;
13971 insn1 = bfd_get_32 (input_bfd, contents + rel->r_offset);
13972 insn2 = bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
13973 if ((insn1 & ~0xfffc) == LD_R2_0R12
13974 && insn2 == ADD_R2_R2_R12)
13976 bfd_put_32 (output_bfd,
13977 LIS_R2 + PPC_HA (relocation),
13978 contents + rel->r_offset);
13979 bfd_put_32 (output_bfd,
13980 ADDI_R2_R2 + PPC_LO (relocation),
13981 contents + rel->r_offset + 4);
13986 relocation -= (rel->r_offset
13987 + input_section->output_offset
13988 + input_section->output_section->vma);
13989 if (relocation + 0x80008000 <= 0xffffffff)
13991 unsigned int insn1, insn2;
13993 insn1 = bfd_get_32 (input_bfd, contents + rel->r_offset);
13994 insn2 = bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
13995 if ((insn1 & ~0xfffc) == LD_R2_0R12
13996 && insn2 == ADD_R2_R2_R12)
13998 bfd_put_32 (output_bfd,
13999 ADDIS_R2_R12 + PPC_HA (relocation),
14000 contents + rel->r_offset);
14001 bfd_put_32 (output_bfd,
14002 ADDI_R2_R2 + PPC_LO (relocation),
14003 contents + rel->r_offset + 4);
14009 case R_PPC64_REL16_HA:
14010 /* If we are generating a non-PIC executable, edit
14011 . 0: addis 2,12,.TOC.-0b@ha
14012 . addi 2,2,.TOC.-0b@l
14013 used by ELFv2 global entry points to set up r2, to
14016 if .TOC. is in range. */
14017 if (!bfd_link_pic (info)
14018 && !info->traditional_format
14020 && rel->r_addend == d_offset
14021 && h != NULL && &h->elf == htab->elf.hgot
14022 && rel + 1 < relend
14023 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_REL16_LO)
14024 && rel[1].r_offset == rel->r_offset + 4
14025 && rel[1].r_addend == rel->r_addend + 4
14026 && relocation + 0x80008000 <= 0xffffffff)
14028 unsigned int insn1, insn2;
14029 bfd_vma offset = rel->r_offset - d_offset;
14030 insn1 = bfd_get_32 (output_bfd, contents + offset);
14031 insn2 = bfd_get_32 (output_bfd, contents + offset + 4);
14032 if ((insn1 & 0xffff0000) == ADDIS_R2_R12
14033 && (insn2 & 0xffff0000) == ADDI_R2_R2)
14035 r_type = R_PPC64_ADDR16_HA;
14036 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
14037 rel->r_addend -= d_offset;
14038 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_ADDR16_LO);
14039 rel[1].r_addend -= d_offset + 4;
14040 bfd_put_32 (output_bfd, LIS_R2, contents + offset);
14046 /* Handle other relocations that tweak non-addend part of insn. */
14048 max_br_offset = 1 << 25;
14049 addend = rel->r_addend;
14050 reloc_dest = DEST_NORMAL;
14056 case R_PPC64_TOCSAVE:
14057 if (relocation + addend == (rel->r_offset
14058 + input_section->output_offset
14059 + input_section->output_section->vma)
14060 && tocsave_find (htab, NO_INSERT,
14061 &local_syms, rel, input_bfd))
14063 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
14065 || insn == CROR_151515 || insn == CROR_313131)
14066 bfd_put_32 (input_bfd,
14067 STD_R2_0R1 + STK_TOC (htab),
14068 contents + rel->r_offset);
14072 /* Branch taken prediction relocations. */
14073 case R_PPC64_ADDR14_BRTAKEN:
14074 case R_PPC64_REL14_BRTAKEN:
14075 insn = 0x01 << 21; /* 'y' or 't' bit, lowest bit of BO field. */
14078 /* Branch not taken prediction relocations. */
14079 case R_PPC64_ADDR14_BRNTAKEN:
14080 case R_PPC64_REL14_BRNTAKEN:
14081 insn |= bfd_get_32 (output_bfd,
14082 contents + rel->r_offset) & ~(0x01 << 21);
14085 case R_PPC64_REL14:
14086 max_br_offset = 1 << 15;
14089 case R_PPC64_REL24:
14090 /* Calls to functions with a different TOC, such as calls to
14091 shared objects, need to alter the TOC pointer. This is
14092 done using a linkage stub. A REL24 branching to these
14093 linkage stubs needs to be followed by a nop, as the nop
14094 will be replaced with an instruction to restore the TOC
14099 && h->oh->is_func_descriptor)
14100 fdh = ppc_follow_link (h->oh);
14101 stub_entry = ppc_get_stub_entry (input_section, sec, fdh, &orig_rel,
14103 if (stub_entry != NULL
14104 && (stub_entry->stub_type == ppc_stub_plt_call
14105 || stub_entry->stub_type == ppc_stub_plt_call_r2save
14106 || stub_entry->stub_type == ppc_stub_plt_branch_r2off
14107 || stub_entry->stub_type == ppc_stub_long_branch_r2off))
14109 bfd_boolean can_plt_call = FALSE;
14111 /* All of these stubs will modify r2, so there must be a
14112 branch and link followed by a nop. The nop is
14113 replaced by an insn to restore r2. */
14114 if (rel->r_offset + 8 <= input_section->size)
14118 br = bfd_get_32 (input_bfd,
14119 contents + rel->r_offset);
14124 nop = bfd_get_32 (input_bfd,
14125 contents + rel->r_offset + 4);
14127 || nop == CROR_151515 || nop == CROR_313131)
14130 && (h == htab->tls_get_addr_fd
14131 || h == htab->tls_get_addr)
14132 && htab->params->tls_get_addr_opt)
14134 /* Special stub used, leave nop alone. */
14137 bfd_put_32 (input_bfd,
14138 LD_R2_0R1 + STK_TOC (htab),
14139 contents + rel->r_offset + 4);
14140 can_plt_call = TRUE;
14145 if (!can_plt_call && h != NULL)
14147 const char *name = h->elf.root.root.string;
14152 if (strncmp (name, "__libc_start_main", 17) == 0
14153 && (name[17] == 0 || name[17] == '@'))
14155 /* Allow crt1 branch to go via a toc adjusting
14156 stub. Other calls that never return could do
14157 the same, if we could detect such. */
14158 can_plt_call = TRUE;
14164 /* g++ as of 20130507 emits self-calls without a
14165 following nop. This is arguably wrong since we
14166 have conflicting information. On the one hand a
14167 global symbol and on the other a local call
14168 sequence, but don't error for this special case.
14169 It isn't possible to cheaply verify we have
14170 exactly such a call. Allow all calls to the same
14172 asection *code_sec = sec;
14174 if (get_opd_info (sec) != NULL)
14176 bfd_vma off = (relocation + addend
14177 - sec->output_section->vma
14178 - sec->output_offset);
14180 opd_entry_value (sec, off, &code_sec, NULL, FALSE);
14182 if (code_sec == input_section)
14183 can_plt_call = TRUE;
14188 if (stub_entry->stub_type == ppc_stub_plt_call
14189 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
14190 info->callbacks->einfo
14191 (_("%P: %H: call to `%T' lacks nop, can't restore toc; "
14192 "recompile with -fPIC\n"),
14193 input_bfd, input_section, rel->r_offset, sym_name);
14195 info->callbacks->einfo
14196 (_("%P: %H: call to `%T' lacks nop, can't restore toc; "
14197 "(-mcmodel=small toc adjust stub)\n"),
14198 input_bfd, input_section, rel->r_offset, sym_name);
14200 bfd_set_error (bfd_error_bad_value);
14205 && (stub_entry->stub_type == ppc_stub_plt_call
14206 || stub_entry->stub_type == ppc_stub_plt_call_r2save))
14207 unresolved_reloc = FALSE;
14210 if ((stub_entry == NULL
14211 || stub_entry->stub_type == ppc_stub_long_branch
14212 || stub_entry->stub_type == ppc_stub_plt_branch)
14213 && get_opd_info (sec) != NULL)
14215 /* The branch destination is the value of the opd entry. */
14216 bfd_vma off = (relocation + addend
14217 - sec->output_section->vma
14218 - sec->output_offset);
14219 bfd_vma dest = opd_entry_value (sec, off, NULL, NULL, FALSE);
14220 if (dest != (bfd_vma) -1)
14224 reloc_dest = DEST_OPD;
14228 /* If the branch is out of reach we ought to have a long
14230 from = (rel->r_offset
14231 + input_section->output_offset
14232 + input_section->output_section->vma);
14234 relocation += PPC64_LOCAL_ENTRY_OFFSET (fdh
14238 if (stub_entry != NULL
14239 && (stub_entry->stub_type == ppc_stub_long_branch
14240 || stub_entry->stub_type == ppc_stub_plt_branch)
14241 && (r_type == R_PPC64_ADDR14_BRTAKEN
14242 || r_type == R_PPC64_ADDR14_BRNTAKEN
14243 || (relocation + addend - from + max_br_offset
14244 < 2 * max_br_offset)))
14245 /* Don't use the stub if this branch is in range. */
14248 if (stub_entry != NULL)
14250 /* Munge up the value and addend so that we call the stub
14251 rather than the procedure directly. */
14252 asection *stub_sec = stub_entry->group->stub_sec;
14254 if (stub_entry->stub_type == ppc_stub_save_res)
14255 relocation += (stub_sec->output_offset
14256 + stub_sec->output_section->vma
14257 + stub_sec->size - htab->sfpr->size
14258 - htab->sfpr->output_offset
14259 - htab->sfpr->output_section->vma);
14261 relocation = (stub_entry->stub_offset
14262 + stub_sec->output_offset
14263 + stub_sec->output_section->vma);
14265 reloc_dest = DEST_STUB;
14267 if ((stub_entry->stub_type == ppc_stub_plt_call
14268 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
14269 && (ALWAYS_EMIT_R2SAVE
14270 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
14271 && rel + 1 < relend
14272 && rel[1].r_offset == rel->r_offset + 4
14273 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOCSAVE)
14281 /* Set 'a' bit. This is 0b00010 in BO field for branch
14282 on CR(BI) insns (BO == 001at or 011at), and 0b01000
14283 for branch on CTR insns (BO == 1a00t or 1a01t). */
14284 if ((insn & (0x14 << 21)) == (0x04 << 21))
14285 insn |= 0x02 << 21;
14286 else if ((insn & (0x14 << 21)) == (0x10 << 21))
14287 insn |= 0x08 << 21;
14293 /* Invert 'y' bit if not the default. */
14294 if ((bfd_signed_vma) (relocation + addend - from) < 0)
14295 insn ^= 0x01 << 21;
14298 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
14301 /* NOP out calls to undefined weak functions.
14302 We can thus call a weak function without first
14303 checking whether the function is defined. */
14305 && h->elf.root.type == bfd_link_hash_undefweak
14306 && h->elf.dynindx == -1
14307 && r_type == R_PPC64_REL24
14311 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
14317 /* Set `addend'. */
14322 info->callbacks->einfo
14323 (_("%P: %B: unknown relocation type %d for `%T'\n"),
14324 input_bfd, (int) r_type, sym_name);
14326 bfd_set_error (bfd_error_bad_value);
14332 case R_PPC64_TLSGD:
14333 case R_PPC64_TLSLD:
14334 case R_PPC64_TOCSAVE:
14335 case R_PPC64_GNU_VTINHERIT:
14336 case R_PPC64_GNU_VTENTRY:
14337 case R_PPC64_ENTRY:
14340 /* GOT16 relocations. Like an ADDR16 using the symbol's
14341 address in the GOT as relocation value instead of the
14342 symbol's value itself. Also, create a GOT entry for the
14343 symbol and put the symbol value there. */
14344 case R_PPC64_GOT_TLSGD16:
14345 case R_PPC64_GOT_TLSGD16_LO:
14346 case R_PPC64_GOT_TLSGD16_HI:
14347 case R_PPC64_GOT_TLSGD16_HA:
14348 tls_type = TLS_TLS | TLS_GD;
14351 case R_PPC64_GOT_TLSLD16:
14352 case R_PPC64_GOT_TLSLD16_LO:
14353 case R_PPC64_GOT_TLSLD16_HI:
14354 case R_PPC64_GOT_TLSLD16_HA:
14355 tls_type = TLS_TLS | TLS_LD;
14358 case R_PPC64_GOT_TPREL16_DS:
14359 case R_PPC64_GOT_TPREL16_LO_DS:
14360 case R_PPC64_GOT_TPREL16_HI:
14361 case R_PPC64_GOT_TPREL16_HA:
14362 tls_type = TLS_TLS | TLS_TPREL;
14365 case R_PPC64_GOT_DTPREL16_DS:
14366 case R_PPC64_GOT_DTPREL16_LO_DS:
14367 case R_PPC64_GOT_DTPREL16_HI:
14368 case R_PPC64_GOT_DTPREL16_HA:
14369 tls_type = TLS_TLS | TLS_DTPREL;
14372 case R_PPC64_GOT16:
14373 case R_PPC64_GOT16_LO:
14374 case R_PPC64_GOT16_HI:
14375 case R_PPC64_GOT16_HA:
14376 case R_PPC64_GOT16_DS:
14377 case R_PPC64_GOT16_LO_DS:
14380 /* Relocation is to the entry for this symbol in the global
14385 unsigned long indx = 0;
14386 struct got_entry *ent;
14388 if (tls_type == (TLS_TLS | TLS_LD)
14390 || !h->elf.def_dynamic))
14391 ent = ppc64_tlsld_got (input_bfd);
14397 bfd_boolean dyn = htab->elf.dynamic_sections_created;
14398 if (!WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, bfd_link_pic (info),
14400 || (bfd_link_pic (info)
14401 && SYMBOL_REFERENCES_LOCAL (info, &h->elf)))
14402 /* This is actually a static link, or it is a
14403 -Bsymbolic link and the symbol is defined
14404 locally, or the symbol was forced to be local
14405 because of a version file. */
14409 BFD_ASSERT (h->elf.dynindx != -1);
14410 indx = h->elf.dynindx;
14411 unresolved_reloc = FALSE;
14413 ent = h->elf.got.glist;
14417 if (local_got_ents == NULL)
14419 ent = local_got_ents[r_symndx];
14422 for (; ent != NULL; ent = ent->next)
14423 if (ent->addend == orig_rel.r_addend
14424 && ent->owner == input_bfd
14425 && ent->tls_type == tls_type)
14431 if (ent->is_indirect)
14432 ent = ent->got.ent;
14433 offp = &ent->got.offset;
14434 got = ppc64_elf_tdata (ent->owner)->got;
14438 /* The offset must always be a multiple of 8. We use the
14439 least significant bit to record whether we have already
14440 processed this entry. */
14442 if ((off & 1) != 0)
14446 /* Generate relocs for the dynamic linker, except in
14447 the case of TLSLD where we'll use one entry per
14455 ? h->elf.type == STT_GNU_IFUNC
14456 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC);
14458 relgot = htab->elf.irelplt;
14459 else if ((bfd_link_pic (info) || indx != 0)
14461 || (tls_type == (TLS_TLS | TLS_LD)
14462 && !h->elf.def_dynamic)
14463 || ELF_ST_VISIBILITY (h->elf.other) == STV_DEFAULT
14464 || h->elf.root.type != bfd_link_hash_undefweak))
14465 relgot = ppc64_elf_tdata (ent->owner)->relgot;
14466 if (relgot != NULL)
14468 outrel.r_offset = (got->output_section->vma
14469 + got->output_offset
14471 outrel.r_addend = addend;
14472 if (tls_type & (TLS_LD | TLS_GD))
14474 outrel.r_addend = 0;
14475 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_DTPMOD64);
14476 if (tls_type == (TLS_TLS | TLS_GD))
14478 loc = relgot->contents;
14479 loc += (relgot->reloc_count++
14480 * sizeof (Elf64_External_Rela));
14481 bfd_elf64_swap_reloca_out (output_bfd,
14483 outrel.r_offset += 8;
14484 outrel.r_addend = addend;
14486 = ELF64_R_INFO (indx, R_PPC64_DTPREL64);
14489 else if (tls_type == (TLS_TLS | TLS_DTPREL))
14490 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_DTPREL64);
14491 else if (tls_type == (TLS_TLS | TLS_TPREL))
14492 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_TPREL64);
14493 else if (indx != 0)
14494 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_GLOB_DAT);
14498 outrel.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
14500 outrel.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
14502 /* Write the .got section contents for the sake
14504 loc = got->contents + off;
14505 bfd_put_64 (output_bfd, outrel.r_addend + relocation,
14509 if (indx == 0 && tls_type != (TLS_TLS | TLS_LD))
14511 outrel.r_addend += relocation;
14512 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL))
14514 if (htab->elf.tls_sec == NULL)
14515 outrel.r_addend = 0;
14517 outrel.r_addend -= htab->elf.tls_sec->vma;
14520 loc = relgot->contents;
14521 loc += (relgot->reloc_count++
14522 * sizeof (Elf64_External_Rela));
14523 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
14526 /* Init the .got section contents here if we're not
14527 emitting a reloc. */
14530 relocation += addend;
14531 if (tls_type == (TLS_TLS | TLS_LD))
14533 else if (tls_type != 0)
14535 if (htab->elf.tls_sec == NULL)
14539 relocation -= htab->elf.tls_sec->vma + DTP_OFFSET;
14540 if (tls_type == (TLS_TLS | TLS_TPREL))
14541 relocation += DTP_OFFSET - TP_OFFSET;
14544 if (tls_type == (TLS_TLS | TLS_GD))
14546 bfd_put_64 (output_bfd, relocation,
14547 got->contents + off + 8);
14552 bfd_put_64 (output_bfd, relocation,
14553 got->contents + off);
14557 if (off >= (bfd_vma) -2)
14560 relocation = got->output_section->vma + got->output_offset + off;
14561 addend = -(TOCstart + htab->sec_info[input_section->id].toc_off);
14565 case R_PPC64_PLT16_HA:
14566 case R_PPC64_PLT16_HI:
14567 case R_PPC64_PLT16_LO:
14568 case R_PPC64_PLT32:
14569 case R_PPC64_PLT64:
14570 /* Relocation is to the entry for this symbol in the
14571 procedure linkage table. */
14573 struct plt_entry **plt_list = NULL;
14575 plt_list = &h->elf.plt.plist;
14576 else if (local_got_ents != NULL)
14578 struct plt_entry **local_plt = (struct plt_entry **)
14579 (local_got_ents + symtab_hdr->sh_info);
14580 unsigned char *local_got_tls_masks = (unsigned char *)
14581 (local_plt + symtab_hdr->sh_info);
14582 if ((local_got_tls_masks[r_symndx] & PLT_IFUNC) != 0)
14583 plt_list = local_plt + r_symndx;
14587 struct plt_entry *ent;
14589 for (ent = *plt_list; ent != NULL; ent = ent->next)
14590 if (ent->plt.offset != (bfd_vma) -1
14591 && ent->addend == orig_rel.r_addend)
14595 plt = htab->elf.splt;
14596 if (!htab->elf.dynamic_sections_created
14598 || h->elf.dynindx == -1)
14599 plt = htab->elf.iplt;
14600 relocation = (plt->output_section->vma
14601 + plt->output_offset
14602 + ent->plt.offset);
14604 unresolved_reloc = FALSE;
14612 /* Relocation value is TOC base. */
14613 relocation = TOCstart;
14614 if (r_symndx == STN_UNDEF)
14615 relocation += htab->sec_info[input_section->id].toc_off;
14616 else if (unresolved_reloc)
14618 else if (sec != NULL && sec->id < htab->sec_info_arr_size)
14619 relocation += htab->sec_info[sec->id].toc_off;
14621 unresolved_reloc = TRUE;
14624 /* TOC16 relocs. We want the offset relative to the TOC base,
14625 which is the address of the start of the TOC plus 0x8000.
14626 The TOC consists of sections .got, .toc, .tocbss, and .plt,
14628 case R_PPC64_TOC16:
14629 case R_PPC64_TOC16_LO:
14630 case R_PPC64_TOC16_HI:
14631 case R_PPC64_TOC16_DS:
14632 case R_PPC64_TOC16_LO_DS:
14633 case R_PPC64_TOC16_HA:
14634 addend -= TOCstart + htab->sec_info[input_section->id].toc_off;
14637 /* Relocate against the beginning of the section. */
14638 case R_PPC64_SECTOFF:
14639 case R_PPC64_SECTOFF_LO:
14640 case R_PPC64_SECTOFF_HI:
14641 case R_PPC64_SECTOFF_DS:
14642 case R_PPC64_SECTOFF_LO_DS:
14643 case R_PPC64_SECTOFF_HA:
14645 addend -= sec->output_section->vma;
14648 case R_PPC64_REL16:
14649 case R_PPC64_REL16_LO:
14650 case R_PPC64_REL16_HI:
14651 case R_PPC64_REL16_HA:
14652 case R_PPC64_REL16DX_HA:
14655 case R_PPC64_REL14:
14656 case R_PPC64_REL14_BRNTAKEN:
14657 case R_PPC64_REL14_BRTAKEN:
14658 case R_PPC64_REL24:
14661 case R_PPC64_TPREL16:
14662 case R_PPC64_TPREL16_LO:
14663 case R_PPC64_TPREL16_HI:
14664 case R_PPC64_TPREL16_HA:
14665 case R_PPC64_TPREL16_DS:
14666 case R_PPC64_TPREL16_LO_DS:
14667 case R_PPC64_TPREL16_HIGH:
14668 case R_PPC64_TPREL16_HIGHA:
14669 case R_PPC64_TPREL16_HIGHER:
14670 case R_PPC64_TPREL16_HIGHERA:
14671 case R_PPC64_TPREL16_HIGHEST:
14672 case R_PPC64_TPREL16_HIGHESTA:
14674 && h->elf.root.type == bfd_link_hash_undefweak
14675 && h->elf.dynindx == -1)
14677 /* Make this relocation against an undefined weak symbol
14678 resolve to zero. This is really just a tweak, since
14679 code using weak externs ought to check that they are
14680 defined before using them. */
14681 bfd_byte *p = contents + rel->r_offset - d_offset;
14683 insn = bfd_get_32 (output_bfd, p);
14684 insn = _bfd_elf_ppc_at_tprel_transform (insn, 13);
14686 bfd_put_32 (output_bfd, insn, p);
14689 if (htab->elf.tls_sec != NULL)
14690 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
14691 if (bfd_link_pic (info))
14692 /* The TPREL16 relocs shouldn't really be used in shared
14693 libs as they will result in DT_TEXTREL being set, but
14694 support them anyway. */
14698 case R_PPC64_DTPREL16:
14699 case R_PPC64_DTPREL16_LO:
14700 case R_PPC64_DTPREL16_HI:
14701 case R_PPC64_DTPREL16_HA:
14702 case R_PPC64_DTPREL16_DS:
14703 case R_PPC64_DTPREL16_LO_DS:
14704 case R_PPC64_DTPREL16_HIGH:
14705 case R_PPC64_DTPREL16_HIGHA:
14706 case R_PPC64_DTPREL16_HIGHER:
14707 case R_PPC64_DTPREL16_HIGHERA:
14708 case R_PPC64_DTPREL16_HIGHEST:
14709 case R_PPC64_DTPREL16_HIGHESTA:
14710 if (htab->elf.tls_sec != NULL)
14711 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
14714 case R_PPC64_ADDR64_LOCAL:
14715 addend += PPC64_LOCAL_ENTRY_OFFSET (h != NULL
14720 case R_PPC64_DTPMOD64:
14725 case R_PPC64_TPREL64:
14726 if (htab->elf.tls_sec != NULL)
14727 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
14730 case R_PPC64_DTPREL64:
14731 if (htab->elf.tls_sec != NULL)
14732 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
14735 /* Relocations that may need to be propagated if this is a
14737 case R_PPC64_REL30:
14738 case R_PPC64_REL32:
14739 case R_PPC64_REL64:
14740 case R_PPC64_ADDR14:
14741 case R_PPC64_ADDR14_BRNTAKEN:
14742 case R_PPC64_ADDR14_BRTAKEN:
14743 case R_PPC64_ADDR16:
14744 case R_PPC64_ADDR16_DS:
14745 case R_PPC64_ADDR16_HA:
14746 case R_PPC64_ADDR16_HI:
14747 case R_PPC64_ADDR16_HIGH:
14748 case R_PPC64_ADDR16_HIGHA:
14749 case R_PPC64_ADDR16_HIGHER:
14750 case R_PPC64_ADDR16_HIGHERA:
14751 case R_PPC64_ADDR16_HIGHEST:
14752 case R_PPC64_ADDR16_HIGHESTA:
14753 case R_PPC64_ADDR16_LO:
14754 case R_PPC64_ADDR16_LO_DS:
14755 case R_PPC64_ADDR24:
14756 case R_PPC64_ADDR32:
14757 case R_PPC64_ADDR64:
14758 case R_PPC64_UADDR16:
14759 case R_PPC64_UADDR32:
14760 case R_PPC64_UADDR64:
14762 if ((input_section->flags & SEC_ALLOC) == 0)
14765 if (NO_OPD_RELOCS && is_opd)
14768 if (bfd_link_pic (info)
14769 ? ((h != NULL && pc_dynrelocs (h))
14770 || must_be_dyn_reloc (info, r_type))
14772 ? h->dyn_relocs != NULL
14773 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC))
14775 bfd_boolean skip, relocate;
14779 /* When generating a dynamic object, these relocations
14780 are copied into the output file to be resolved at run
14786 out_off = _bfd_elf_section_offset (output_bfd, info,
14787 input_section, rel->r_offset);
14788 if (out_off == (bfd_vma) -1)
14790 else if (out_off == (bfd_vma) -2)
14791 skip = TRUE, relocate = TRUE;
14792 out_off += (input_section->output_section->vma
14793 + input_section->output_offset);
14794 outrel.r_offset = out_off;
14795 outrel.r_addend = rel->r_addend;
14797 /* Optimize unaligned reloc use. */
14798 if ((r_type == R_PPC64_ADDR64 && (out_off & 7) != 0)
14799 || (r_type == R_PPC64_UADDR64 && (out_off & 7) == 0))
14800 r_type ^= R_PPC64_ADDR64 ^ R_PPC64_UADDR64;
14801 else if ((r_type == R_PPC64_ADDR32 && (out_off & 3) != 0)
14802 || (r_type == R_PPC64_UADDR32 && (out_off & 3) == 0))
14803 r_type ^= R_PPC64_ADDR32 ^ R_PPC64_UADDR32;
14804 else if ((r_type == R_PPC64_ADDR16 && (out_off & 1) != 0)
14805 || (r_type == R_PPC64_UADDR16 && (out_off & 1) == 0))
14806 r_type ^= R_PPC64_ADDR16 ^ R_PPC64_UADDR16;
14809 memset (&outrel, 0, sizeof outrel);
14810 else if (!SYMBOL_REFERENCES_LOCAL (info, &h->elf)
14812 && r_type != R_PPC64_TOC)
14814 BFD_ASSERT (h->elf.dynindx != -1);
14815 outrel.r_info = ELF64_R_INFO (h->elf.dynindx, r_type);
14819 /* This symbol is local, or marked to become local,
14820 or this is an opd section reloc which must point
14821 at a local function. */
14822 outrel.r_addend += relocation;
14823 if (r_type == R_PPC64_ADDR64 || r_type == R_PPC64_TOC)
14825 if (is_opd && h != NULL)
14827 /* Lie about opd entries. This case occurs
14828 when building shared libraries and we
14829 reference a function in another shared
14830 lib. The same thing happens for a weak
14831 definition in an application that's
14832 overridden by a strong definition in a
14833 shared lib. (I believe this is a generic
14834 bug in binutils handling of weak syms.)
14835 In these cases we won't use the opd
14836 entry in this lib. */
14837 unresolved_reloc = FALSE;
14840 && r_type == R_PPC64_ADDR64
14842 ? h->elf.type == STT_GNU_IFUNC
14843 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC))
14844 outrel.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
14847 outrel.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
14849 /* We need to relocate .opd contents for ld.so.
14850 Prelink also wants simple and consistent rules
14851 for relocs. This make all RELATIVE relocs have
14852 *r_offset equal to r_addend. */
14861 ? h->elf.type == STT_GNU_IFUNC
14862 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
14864 info->callbacks->einfo
14865 (_("%P: %H: %s for indirect "
14866 "function `%T' unsupported\n"),
14867 input_bfd, input_section, rel->r_offset,
14868 ppc64_elf_howto_table[r_type]->name,
14872 else if (r_symndx == STN_UNDEF || bfd_is_abs_section (sec))
14874 else if (sec == NULL || sec->owner == NULL)
14876 bfd_set_error (bfd_error_bad_value);
14883 osec = sec->output_section;
14884 indx = elf_section_data (osec)->dynindx;
14888 if ((osec->flags & SEC_READONLY) == 0
14889 && htab->elf.data_index_section != NULL)
14890 osec = htab->elf.data_index_section;
14892 osec = htab->elf.text_index_section;
14893 indx = elf_section_data (osec)->dynindx;
14895 BFD_ASSERT (indx != 0);
14897 /* We are turning this relocation into one
14898 against a section symbol, so subtract out
14899 the output section's address but not the
14900 offset of the input section in the output
14902 outrel.r_addend -= osec->vma;
14905 outrel.r_info = ELF64_R_INFO (indx, r_type);
14909 sreloc = elf_section_data (input_section)->sreloc;
14911 ? h->elf.type == STT_GNU_IFUNC
14912 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
14913 sreloc = htab->elf.irelplt;
14914 if (sreloc == NULL)
14917 if (sreloc->reloc_count * sizeof (Elf64_External_Rela)
14920 loc = sreloc->contents;
14921 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
14922 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
14924 /* If this reloc is against an external symbol, it will
14925 be computed at runtime, so there's no need to do
14926 anything now. However, for the sake of prelink ensure
14927 that the section contents are a known value. */
14930 unresolved_reloc = FALSE;
14931 /* The value chosen here is quite arbitrary as ld.so
14932 ignores section contents except for the special
14933 case of .opd where the contents might be accessed
14934 before relocation. Choose zero, as that won't
14935 cause reloc overflow. */
14938 /* Use *r_offset == r_addend for R_PPC64_ADDR64 relocs
14939 to improve backward compatibility with older
14941 if (r_type == R_PPC64_ADDR64)
14942 addend = outrel.r_addend;
14943 /* Adjust pc_relative relocs to have zero in *r_offset. */
14944 else if (ppc64_elf_howto_table[r_type]->pc_relative)
14945 addend = (input_section->output_section->vma
14946 + input_section->output_offset
14953 case R_PPC64_GLOB_DAT:
14954 case R_PPC64_JMP_SLOT:
14955 case R_PPC64_JMP_IREL:
14956 case R_PPC64_RELATIVE:
14957 /* We shouldn't ever see these dynamic relocs in relocatable
14959 /* Fall through. */
14961 case R_PPC64_PLTGOT16:
14962 case R_PPC64_PLTGOT16_DS:
14963 case R_PPC64_PLTGOT16_HA:
14964 case R_PPC64_PLTGOT16_HI:
14965 case R_PPC64_PLTGOT16_LO:
14966 case R_PPC64_PLTGOT16_LO_DS:
14967 case R_PPC64_PLTREL32:
14968 case R_PPC64_PLTREL64:
14969 /* These ones haven't been implemented yet. */
14971 info->callbacks->einfo
14972 (_("%P: %B: %s is not supported for `%T'\n"),
14974 ppc64_elf_howto_table[r_type]->name, sym_name);
14976 bfd_set_error (bfd_error_invalid_operation);
14981 /* Multi-instruction sequences that access the TOC can be
14982 optimized, eg. addis ra,r2,0; addi rb,ra,x;
14983 to nop; addi rb,r2,x; */
14989 case R_PPC64_GOT_TLSLD16_HI:
14990 case R_PPC64_GOT_TLSGD16_HI:
14991 case R_PPC64_GOT_TPREL16_HI:
14992 case R_PPC64_GOT_DTPREL16_HI:
14993 case R_PPC64_GOT16_HI:
14994 case R_PPC64_TOC16_HI:
14995 /* These relocs would only be useful if building up an
14996 offset to later add to r2, perhaps in an indexed
14997 addressing mode instruction. Don't try to optimize.
14998 Unfortunately, the possibility of someone building up an
14999 offset like this or even with the HA relocs, means that
15000 we need to check the high insn when optimizing the low
15004 case R_PPC64_GOT_TLSLD16_HA:
15005 case R_PPC64_GOT_TLSGD16_HA:
15006 case R_PPC64_GOT_TPREL16_HA:
15007 case R_PPC64_GOT_DTPREL16_HA:
15008 case R_PPC64_GOT16_HA:
15009 case R_PPC64_TOC16_HA:
15010 if (htab->do_toc_opt && relocation + addend + 0x8000 < 0x10000
15011 && !ppc64_elf_tdata (input_bfd)->unexpected_toc_insn)
15013 bfd_byte *p = contents + (rel->r_offset & ~3);
15014 bfd_put_32 (input_bfd, NOP, p);
15018 case R_PPC64_GOT_TLSLD16_LO:
15019 case R_PPC64_GOT_TLSGD16_LO:
15020 case R_PPC64_GOT_TPREL16_LO_DS:
15021 case R_PPC64_GOT_DTPREL16_LO_DS:
15022 case R_PPC64_GOT16_LO:
15023 case R_PPC64_GOT16_LO_DS:
15024 case R_PPC64_TOC16_LO:
15025 case R_PPC64_TOC16_LO_DS:
15026 if (htab->do_toc_opt && relocation + addend + 0x8000 < 0x10000
15027 && !ppc64_elf_tdata (input_bfd)->unexpected_toc_insn)
15029 bfd_byte *p = contents + (rel->r_offset & ~3);
15030 insn = bfd_get_32 (input_bfd, p);
15031 if ((insn & (0x3f << 26)) == 12u << 26 /* addic */)
15033 /* Transform addic to addi when we change reg. */
15034 insn &= ~((0x3f << 26) | (0x1f << 16));
15035 insn |= (14u << 26) | (2 << 16);
15039 insn &= ~(0x1f << 16);
15042 bfd_put_32 (input_bfd, insn, p);
15047 /* Do any further special processing. */
15048 howto = ppc64_elf_howto_table[(int) r_type];
15054 case R_PPC64_REL16_HA:
15055 case R_PPC64_REL16DX_HA:
15056 case R_PPC64_ADDR16_HA:
15057 case R_PPC64_ADDR16_HIGHA:
15058 case R_PPC64_ADDR16_HIGHERA:
15059 case R_PPC64_ADDR16_HIGHESTA:
15060 case R_PPC64_TOC16_HA:
15061 case R_PPC64_SECTOFF_HA:
15062 case R_PPC64_TPREL16_HA:
15063 case R_PPC64_TPREL16_HIGHA:
15064 case R_PPC64_TPREL16_HIGHERA:
15065 case R_PPC64_TPREL16_HIGHESTA:
15066 case R_PPC64_DTPREL16_HA:
15067 case R_PPC64_DTPREL16_HIGHA:
15068 case R_PPC64_DTPREL16_HIGHERA:
15069 case R_PPC64_DTPREL16_HIGHESTA:
15070 /* It's just possible that this symbol is a weak symbol
15071 that's not actually defined anywhere. In that case,
15072 'sec' would be NULL, and we should leave the symbol
15073 alone (it will be set to zero elsewhere in the link). */
15078 case R_PPC64_GOT16_HA:
15079 case R_PPC64_PLTGOT16_HA:
15080 case R_PPC64_PLT16_HA:
15081 case R_PPC64_GOT_TLSGD16_HA:
15082 case R_PPC64_GOT_TLSLD16_HA:
15083 case R_PPC64_GOT_TPREL16_HA:
15084 case R_PPC64_GOT_DTPREL16_HA:
15085 /* Add 0x10000 if sign bit in 0:15 is set.
15086 Bits 0:15 are not used. */
15090 case R_PPC64_ADDR16_DS:
15091 case R_PPC64_ADDR16_LO_DS:
15092 case R_PPC64_GOT16_DS:
15093 case R_PPC64_GOT16_LO_DS:
15094 case R_PPC64_PLT16_LO_DS:
15095 case R_PPC64_SECTOFF_DS:
15096 case R_PPC64_SECTOFF_LO_DS:
15097 case R_PPC64_TOC16_DS:
15098 case R_PPC64_TOC16_LO_DS:
15099 case R_PPC64_PLTGOT16_DS:
15100 case R_PPC64_PLTGOT16_LO_DS:
15101 case R_PPC64_GOT_TPREL16_DS:
15102 case R_PPC64_GOT_TPREL16_LO_DS:
15103 case R_PPC64_GOT_DTPREL16_DS:
15104 case R_PPC64_GOT_DTPREL16_LO_DS:
15105 case R_PPC64_TPREL16_DS:
15106 case R_PPC64_TPREL16_LO_DS:
15107 case R_PPC64_DTPREL16_DS:
15108 case R_PPC64_DTPREL16_LO_DS:
15109 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
15111 /* If this reloc is against an lq, lxv, or stxv insn, then
15112 the value must be a multiple of 16. This is somewhat of
15113 a hack, but the "correct" way to do this by defining _DQ
15114 forms of all the _DS relocs bloats all reloc switches in
15115 this file. It doesn't make much sense to use these
15116 relocs in data, so testing the insn should be safe. */
15117 if ((insn & (0x3f << 26)) == (56u << 26)
15118 || ((insn & (0x3f << 26)) == (61u << 26) && (insn & 3) == 1))
15120 relocation += addend;
15121 addend = insn & (mask ^ 3);
15122 if ((relocation & mask) != 0)
15124 relocation ^= relocation & mask;
15125 info->callbacks->einfo
15126 (_("%P: %H: error: %s not a multiple of %u\n"),
15127 input_bfd, input_section, rel->r_offset,
15130 bfd_set_error (bfd_error_bad_value);
15137 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
15138 because such sections are not SEC_ALLOC and thus ld.so will
15139 not process them. */
15140 if (unresolved_reloc
15141 && !((input_section->flags & SEC_DEBUGGING) != 0
15142 && h->elf.def_dynamic)
15143 && _bfd_elf_section_offset (output_bfd, info, input_section,
15144 rel->r_offset) != (bfd_vma) -1)
15146 info->callbacks->einfo
15147 (_("%P: %H: unresolvable %s against `%T'\n"),
15148 input_bfd, input_section, rel->r_offset,
15150 h->elf.root.root.string);
15154 /* 16-bit fields in insns mostly have signed values, but a
15155 few insns have 16-bit unsigned values. Really, we should
15156 have different reloc types. */
15157 if (howto->complain_on_overflow != complain_overflow_dont
15158 && howto->dst_mask == 0xffff
15159 && (input_section->flags & SEC_CODE) != 0)
15161 enum complain_overflow complain = complain_overflow_signed;
15163 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
15164 if ((insn & (0x3f << 26)) == 10u << 26 /* cmpli */)
15165 complain = complain_overflow_bitfield;
15166 else if (howto->rightshift == 0
15167 ? ((insn & (0x3f << 26)) == 28u << 26 /* andi */
15168 || (insn & (0x3f << 26)) == 24u << 26 /* ori */
15169 || (insn & (0x3f << 26)) == 26u << 26 /* xori */)
15170 : ((insn & (0x3f << 26)) == 29u << 26 /* andis */
15171 || (insn & (0x3f << 26)) == 25u << 26 /* oris */
15172 || (insn & (0x3f << 26)) == 27u << 26 /* xoris */))
15173 complain = complain_overflow_unsigned;
15174 if (howto->complain_on_overflow != complain)
15176 alt_howto = *howto;
15177 alt_howto.complain_on_overflow = complain;
15178 howto = &alt_howto;
15182 if (r_type == R_PPC64_REL16DX_HA)
15184 /* Split field reloc isn't handled by _bfd_final_link_relocate. */
15185 if (rel->r_offset + 4 > input_section->size)
15186 r = bfd_reloc_outofrange;
15189 relocation += addend;
15190 relocation -= (rel->r_offset
15191 + input_section->output_offset
15192 + input_section->output_section->vma);
15193 relocation = (bfd_signed_vma) relocation >> 16;
15194 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
15196 insn |= (relocation & 0xffc1) | ((relocation & 0x3e) << 15);
15197 bfd_put_32 (input_bfd, insn, contents + rel->r_offset);
15199 if (relocation + 0x8000 > 0xffff)
15200 r = bfd_reloc_overflow;
15204 r = _bfd_final_link_relocate (howto, input_bfd, input_section, contents,
15205 rel->r_offset, relocation, addend);
15207 if (r != bfd_reloc_ok)
15209 char *more_info = NULL;
15210 const char *reloc_name = howto->name;
15212 if (reloc_dest != DEST_NORMAL)
15214 more_info = bfd_malloc (strlen (reloc_name) + 8);
15215 if (more_info != NULL)
15217 strcpy (more_info, reloc_name);
15218 strcat (more_info, (reloc_dest == DEST_OPD
15219 ? " (OPD)" : " (stub)"));
15220 reloc_name = more_info;
15224 if (r == bfd_reloc_overflow)
15226 /* On code like "if (foo) foo();" don't report overflow
15227 on a branch to zero when foo is undefined. */
15229 && (reloc_dest == DEST_STUB
15231 && (h->elf.root.type == bfd_link_hash_undefweak
15232 || h->elf.root.type == bfd_link_hash_undefined)
15233 && is_branch_reloc (r_type))))
15234 info->callbacks->reloc_overflow (info, &h->elf.root,
15235 sym_name, reloc_name,
15237 input_bfd, input_section,
15242 info->callbacks->einfo
15243 (_("%P: %H: %s against `%T': error %d\n"),
15244 input_bfd, input_section, rel->r_offset,
15245 reloc_name, sym_name, (int) r);
15248 if (more_info != NULL)
15258 Elf_Internal_Shdr *rel_hdr;
15259 size_t deleted = rel - wrel;
15261 rel_hdr = _bfd_elf_single_rel_hdr (input_section->output_section);
15262 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
15263 if (rel_hdr->sh_size == 0)
15265 /* It is too late to remove an empty reloc section. Leave
15267 ??? What is wrong with an empty section??? */
15268 rel_hdr->sh_size = rel_hdr->sh_entsize;
15271 rel_hdr = _bfd_elf_single_rel_hdr (input_section);
15272 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
15273 input_section->reloc_count -= deleted;
15276 /* If we're emitting relocations, then shortly after this function
15277 returns, reloc offsets and addends for this section will be
15278 adjusted. Worse, reloc symbol indices will be for the output
15279 file rather than the input. Save a copy of the relocs for
15280 opd_entry_value. */
15281 if (is_opd && (info->emitrelocations || bfd_link_relocatable (info)))
15284 amt = input_section->reloc_count * sizeof (Elf_Internal_Rela);
15285 rel = bfd_alloc (input_bfd, amt);
15286 BFD_ASSERT (ppc64_elf_tdata (input_bfd)->opd.relocs == NULL);
15287 ppc64_elf_tdata (input_bfd)->opd.relocs = rel;
15290 memcpy (rel, relocs, amt);
15295 /* Adjust the value of any local symbols in opd sections. */
15298 ppc64_elf_output_symbol_hook (struct bfd_link_info *info,
15299 const char *name ATTRIBUTE_UNUSED,
15300 Elf_Internal_Sym *elfsym,
15301 asection *input_sec,
15302 struct elf_link_hash_entry *h)
15304 struct _opd_sec_data *opd;
15311 opd = get_opd_info (input_sec);
15312 if (opd == NULL || opd->adjust == NULL)
15315 value = elfsym->st_value - input_sec->output_offset;
15316 if (!bfd_link_relocatable (info))
15317 value -= input_sec->output_section->vma;
15319 adjust = opd->adjust[OPD_NDX (value)];
15323 elfsym->st_value += adjust;
15327 /* Finish up dynamic symbol handling. We set the contents of various
15328 dynamic sections here. */
15331 ppc64_elf_finish_dynamic_symbol (bfd *output_bfd,
15332 struct bfd_link_info *info,
15333 struct elf_link_hash_entry *h,
15334 Elf_Internal_Sym *sym ATTRIBUTE_UNUSED)
15336 struct ppc_link_hash_table *htab;
15337 struct plt_entry *ent;
15338 Elf_Internal_Rela rela;
15341 htab = ppc_hash_table (info);
15345 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
15346 if (ent->plt.offset != (bfd_vma) -1)
15348 /* This symbol has an entry in the procedure linkage
15349 table. Set it up. */
15350 if (!htab->elf.dynamic_sections_created
15351 || h->dynindx == -1)
15353 BFD_ASSERT (h->type == STT_GNU_IFUNC
15355 && (h->root.type == bfd_link_hash_defined
15356 || h->root.type == bfd_link_hash_defweak));
15357 rela.r_offset = (htab->elf.iplt->output_section->vma
15358 + htab->elf.iplt->output_offset
15359 + ent->plt.offset);
15361 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_IREL);
15363 rela.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
15364 rela.r_addend = (h->root.u.def.value
15365 + h->root.u.def.section->output_offset
15366 + h->root.u.def.section->output_section->vma
15368 loc = (htab->elf.irelplt->contents
15369 + (htab->elf.irelplt->reloc_count++
15370 * sizeof (Elf64_External_Rela)));
15374 rela.r_offset = (htab->elf.splt->output_section->vma
15375 + htab->elf.splt->output_offset
15376 + ent->plt.offset);
15377 rela.r_info = ELF64_R_INFO (h->dynindx, R_PPC64_JMP_SLOT);
15378 rela.r_addend = ent->addend;
15379 loc = (htab->elf.srelplt->contents
15380 + ((ent->plt.offset - PLT_INITIAL_ENTRY_SIZE (htab))
15381 / PLT_ENTRY_SIZE (htab) * sizeof (Elf64_External_Rela)));
15383 bfd_elf64_swap_reloca_out (output_bfd, &rela, loc);
15385 if (!htab->opd_abi)
15387 if (!h->def_regular)
15389 /* Mark the symbol as undefined, rather than as
15390 defined in glink. Leave the value if there were
15391 any relocations where pointer equality matters
15392 (this is a clue for the dynamic linker, to make
15393 function pointer comparisons work between an
15394 application and shared library), otherwise set it
15396 sym->st_shndx = SHN_UNDEF;
15397 if (!h->pointer_equality_needed)
15399 else if (!h->ref_regular_nonweak)
15401 /* This breaks function pointer comparisons, but
15402 that is better than breaking tests for a NULL
15403 function pointer. */
15412 /* This symbol needs a copy reloc. Set it up. */
15414 if (h->dynindx == -1
15415 || (h->root.type != bfd_link_hash_defined
15416 && h->root.type != bfd_link_hash_defweak)
15417 || htab->relbss == NULL)
15420 rela.r_offset = (h->root.u.def.value
15421 + h->root.u.def.section->output_section->vma
15422 + h->root.u.def.section->output_offset);
15423 rela.r_info = ELF64_R_INFO (h->dynindx, R_PPC64_COPY);
15425 loc = htab->relbss->contents;
15426 loc += htab->relbss->reloc_count++ * sizeof (Elf64_External_Rela);
15427 bfd_elf64_swap_reloca_out (output_bfd, &rela, loc);
15433 /* Used to decide how to sort relocs in an optimal manner for the
15434 dynamic linker, before writing them out. */
15436 static enum elf_reloc_type_class
15437 ppc64_elf_reloc_type_class (const struct bfd_link_info *info,
15438 const asection *rel_sec,
15439 const Elf_Internal_Rela *rela)
15441 enum elf_ppc64_reloc_type r_type;
15442 struct ppc_link_hash_table *htab = ppc_hash_table (info);
15444 if (rel_sec == htab->elf.irelplt)
15445 return reloc_class_ifunc;
15447 r_type = ELF64_R_TYPE (rela->r_info);
15450 case R_PPC64_RELATIVE:
15451 return reloc_class_relative;
15452 case R_PPC64_JMP_SLOT:
15453 return reloc_class_plt;
15455 return reloc_class_copy;
15457 return reloc_class_normal;
15461 /* Finish up the dynamic sections. */
15464 ppc64_elf_finish_dynamic_sections (bfd *output_bfd,
15465 struct bfd_link_info *info)
15467 struct ppc_link_hash_table *htab;
15471 htab = ppc_hash_table (info);
15475 dynobj = htab->elf.dynobj;
15476 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
15478 if (htab->elf.dynamic_sections_created)
15480 Elf64_External_Dyn *dyncon, *dynconend;
15482 if (sdyn == NULL || htab->elf.sgot == NULL)
15485 dyncon = (Elf64_External_Dyn *) sdyn->contents;
15486 dynconend = (Elf64_External_Dyn *) (sdyn->contents + sdyn->size);
15487 for (; dyncon < dynconend; dyncon++)
15489 Elf_Internal_Dyn dyn;
15492 bfd_elf64_swap_dyn_in (dynobj, dyncon, &dyn);
15499 case DT_PPC64_GLINK:
15501 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
15502 /* We stupidly defined DT_PPC64_GLINK to be the start
15503 of glink rather than the first entry point, which is
15504 what ld.so needs, and now have a bigger stub to
15505 support automatic multiple TOCs. */
15506 dyn.d_un.d_ptr += GLINK_CALL_STUB_SIZE - 8 * 4;
15510 s = bfd_get_section_by_name (output_bfd, ".opd");
15513 dyn.d_un.d_ptr = s->vma;
15517 if (htab->do_multi_toc && htab->multi_toc_needed)
15518 dyn.d_un.d_val |= PPC64_OPT_MULTI_TOC;
15521 case DT_PPC64_OPDSZ:
15522 s = bfd_get_section_by_name (output_bfd, ".opd");
15525 dyn.d_un.d_val = s->size;
15529 s = htab->elf.splt;
15530 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
15534 s = htab->elf.srelplt;
15535 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
15539 dyn.d_un.d_val = htab->elf.srelplt->size;
15543 /* Don't count procedure linkage table relocs in the
15544 overall reloc count. */
15545 s = htab->elf.srelplt;
15548 dyn.d_un.d_val -= s->size;
15552 /* We may not be using the standard ELF linker script.
15553 If .rela.plt is the first .rela section, we adjust
15554 DT_RELA to not include it. */
15555 s = htab->elf.srelplt;
15558 if (dyn.d_un.d_ptr != s->output_section->vma + s->output_offset)
15560 dyn.d_un.d_ptr += s->size;
15564 bfd_elf64_swap_dyn_out (output_bfd, &dyn, dyncon);
15568 if (htab->elf.sgot != NULL && htab->elf.sgot->size != 0)
15570 /* Fill in the first entry in the global offset table.
15571 We use it to hold the link-time TOCbase. */
15572 bfd_put_64 (output_bfd,
15573 elf_gp (output_bfd) + TOC_BASE_OFF,
15574 htab->elf.sgot->contents);
15576 /* Set .got entry size. */
15577 elf_section_data (htab->elf.sgot->output_section)->this_hdr.sh_entsize = 8;
15580 if (htab->elf.splt != NULL && htab->elf.splt->size != 0)
15582 /* Set .plt entry size. */
15583 elf_section_data (htab->elf.splt->output_section)->this_hdr.sh_entsize
15584 = PLT_ENTRY_SIZE (htab);
15587 /* brlt is SEC_LINKER_CREATED, so we need to write out relocs for
15588 brlt ourselves if emitrelocations. */
15589 if (htab->brlt != NULL
15590 && htab->brlt->reloc_count != 0
15591 && !_bfd_elf_link_output_relocs (output_bfd,
15593 elf_section_data (htab->brlt)->rela.hdr,
15594 elf_section_data (htab->brlt)->relocs,
15598 if (htab->glink != NULL
15599 && htab->glink->reloc_count != 0
15600 && !_bfd_elf_link_output_relocs (output_bfd,
15602 elf_section_data (htab->glink)->rela.hdr,
15603 elf_section_data (htab->glink)->relocs,
15607 if (htab->glink_eh_frame != NULL
15608 && htab->glink_eh_frame->size != 0)
15612 asection *stub_sec;
15614 p = htab->glink_eh_frame->contents + sizeof (glink_eh_frame_cie);
15615 for (stub_sec = htab->params->stub_bfd->sections;
15617 stub_sec = stub_sec->next)
15618 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
15624 /* Offset to stub section. */
15625 val = (stub_sec->output_section->vma
15626 + stub_sec->output_offset);
15627 val -= (htab->glink_eh_frame->output_section->vma
15628 + htab->glink_eh_frame->output_offset
15629 + (p - htab->glink_eh_frame->contents));
15630 if (val + 0x80000000 > 0xffffffff)
15632 info->callbacks->einfo
15633 (_("%P: %s offset too large for .eh_frame sdata4 encoding"),
15637 bfd_put_32 (dynobj, val, p);
15639 /* stub section size. */
15641 /* Augmentation. */
15646 if (htab->glink != NULL && htab->glink->size != 0)
15652 /* Offset to .glink. */
15653 val = (htab->glink->output_section->vma
15654 + htab->glink->output_offset
15656 val -= (htab->glink_eh_frame->output_section->vma
15657 + htab->glink_eh_frame->output_offset
15658 + (p - htab->glink_eh_frame->contents));
15659 if (val + 0x80000000 > 0xffffffff)
15661 info->callbacks->einfo
15662 (_("%P: %s offset too large for .eh_frame sdata4 encoding"),
15663 htab->glink->name);
15666 bfd_put_32 (dynobj, val, p);
15670 /* Augmentation. */
15676 if (htab->glink_eh_frame->sec_info_type == SEC_INFO_TYPE_EH_FRAME
15677 && !_bfd_elf_write_section_eh_frame (output_bfd, info,
15678 htab->glink_eh_frame,
15679 htab->glink_eh_frame->contents))
15683 /* We need to handle writing out multiple GOT sections ourselves,
15684 since we didn't add them to DYNOBJ. We know dynobj is the first
15686 while ((dynobj = dynobj->link.next) != NULL)
15690 if (!is_ppc64_elf (dynobj))
15693 s = ppc64_elf_tdata (dynobj)->got;
15696 && s->output_section != bfd_abs_section_ptr
15697 && !bfd_set_section_contents (output_bfd, s->output_section,
15698 s->contents, s->output_offset,
15701 s = ppc64_elf_tdata (dynobj)->relgot;
15704 && s->output_section != bfd_abs_section_ptr
15705 && !bfd_set_section_contents (output_bfd, s->output_section,
15706 s->contents, s->output_offset,
15714 #include "elf64-target.h"
15716 /* FreeBSD support */
15718 #undef TARGET_LITTLE_SYM
15719 #undef TARGET_LITTLE_NAME
15721 #undef TARGET_BIG_SYM
15722 #define TARGET_BIG_SYM powerpc_elf64_fbsd_vec
15723 #undef TARGET_BIG_NAME
15724 #define TARGET_BIG_NAME "elf64-powerpc-freebsd"
15727 #define ELF_OSABI ELFOSABI_FREEBSD
15730 #define elf64_bed elf64_powerpc_fbsd_bed
15732 #include "elf64-target.h"