]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - bfd/elf64-ppc.c
PR26492, ASAN: ppc64_elf_before_check_relocs elf64-ppc.c:4337
[thirdparty/binutils-gdb.git] / bfd / elf64-ppc.c
1 /* PowerPC64-specific support for 64-bit ELF.
2 Copyright (C) 1999-2020 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.
6
7 This file is part of BFD, the Binary File Descriptor library.
8
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.
13
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.
18
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. */
22
23
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 */
27
28 #include "sysdep.h"
29 #include <stdarg.h>
30 #include "bfd.h"
31 #include "bfdlink.h"
32 #include "libbfd.h"
33 #include "elf-bfd.h"
34 #include "elf/ppc64.h"
35 #include "elf64-ppc.h"
36 #include "dwarf2.h"
37
38 /* All users of this file have bfd_octets_per_byte (abfd, sec) == 1. */
39 #define OCTETS_PER_BYTE(ABFD, SEC) 1
40
41 static bfd_reloc_status_type ppc64_elf_ha_reloc
42 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
43 static bfd_reloc_status_type ppc64_elf_branch_reloc
44 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
45 static bfd_reloc_status_type ppc64_elf_brtaken_reloc
46 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
47 static bfd_reloc_status_type ppc64_elf_sectoff_reloc
48 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
49 static bfd_reloc_status_type ppc64_elf_sectoff_ha_reloc
50 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
51 static bfd_reloc_status_type ppc64_elf_toc_reloc
52 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
53 static bfd_reloc_status_type ppc64_elf_toc_ha_reloc
54 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
55 static bfd_reloc_status_type ppc64_elf_toc64_reloc
56 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
57 static bfd_reloc_status_type ppc64_elf_prefix_reloc
58 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
59 static bfd_reloc_status_type ppc64_elf_unhandled_reloc
60 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
61 static bfd_vma opd_entry_value
62 (asection *, bfd_vma, asection **, bfd_vma *, bfd_boolean);
63
64 #define TARGET_LITTLE_SYM powerpc_elf64_le_vec
65 #define TARGET_LITTLE_NAME "elf64-powerpcle"
66 #define TARGET_BIG_SYM powerpc_elf64_vec
67 #define TARGET_BIG_NAME "elf64-powerpc"
68 #define ELF_ARCH bfd_arch_powerpc
69 #define ELF_TARGET_ID PPC64_ELF_DATA
70 #define ELF_MACHINE_CODE EM_PPC64
71 #define ELF_MAXPAGESIZE 0x10000
72 #define ELF_COMMONPAGESIZE 0x1000
73 #define ELF_RELROPAGESIZE ELF_MAXPAGESIZE
74 #define elf_info_to_howto ppc64_elf_info_to_howto
75
76 #define elf_backend_want_got_sym 0
77 #define elf_backend_want_plt_sym 0
78 #define elf_backend_plt_alignment 3
79 #define elf_backend_plt_not_loaded 1
80 #define elf_backend_got_header_size 8
81 #define elf_backend_want_dynrelro 1
82 #define elf_backend_can_gc_sections 1
83 #define elf_backend_can_refcount 1
84 #define elf_backend_rela_normal 1
85 #define elf_backend_dtrel_excludes_plt 1
86 #define elf_backend_default_execstack 0
87
88 #define bfd_elf64_mkobject ppc64_elf_mkobject
89 #define bfd_elf64_bfd_reloc_type_lookup ppc64_elf_reloc_type_lookup
90 #define bfd_elf64_bfd_reloc_name_lookup ppc64_elf_reloc_name_lookup
91 #define bfd_elf64_bfd_merge_private_bfd_data ppc64_elf_merge_private_bfd_data
92 #define bfd_elf64_bfd_print_private_bfd_data ppc64_elf_print_private_bfd_data
93 #define bfd_elf64_new_section_hook ppc64_elf_new_section_hook
94 #define bfd_elf64_bfd_link_hash_table_create ppc64_elf_link_hash_table_create
95 #define bfd_elf64_get_synthetic_symtab ppc64_elf_get_synthetic_symtab
96 #define bfd_elf64_bfd_link_just_syms ppc64_elf_link_just_syms
97 #define bfd_elf64_bfd_gc_sections ppc64_elf_gc_sections
98
99 #define elf_backend_object_p ppc64_elf_object_p
100 #define elf_backend_grok_prstatus ppc64_elf_grok_prstatus
101 #define elf_backend_grok_psinfo ppc64_elf_grok_psinfo
102 #define elf_backend_write_core_note ppc64_elf_write_core_note
103 #define elf_backend_create_dynamic_sections _bfd_elf_create_dynamic_sections
104 #define elf_backend_copy_indirect_symbol ppc64_elf_copy_indirect_symbol
105 #define elf_backend_add_symbol_hook ppc64_elf_add_symbol_hook
106 #define elf_backend_check_directives ppc64_elf_before_check_relocs
107 #define elf_backend_notice_as_needed ppc64_elf_notice_as_needed
108 #define elf_backend_archive_symbol_lookup ppc64_elf_archive_symbol_lookup
109 #define elf_backend_check_relocs ppc64_elf_check_relocs
110 #define elf_backend_relocs_compatible _bfd_elf_relocs_compatible
111 #define elf_backend_gc_keep ppc64_elf_gc_keep
112 #define elf_backend_gc_mark_dynamic_ref ppc64_elf_gc_mark_dynamic_ref
113 #define elf_backend_gc_mark_hook ppc64_elf_gc_mark_hook
114 #define elf_backend_adjust_dynamic_symbol ppc64_elf_adjust_dynamic_symbol
115 #define elf_backend_hide_symbol ppc64_elf_hide_symbol
116 #define elf_backend_maybe_function_sym ppc64_elf_maybe_function_sym
117 #define elf_backend_always_size_sections ppc64_elf_func_desc_adjust
118 #define elf_backend_size_dynamic_sections ppc64_elf_size_dynamic_sections
119 #define elf_backend_hash_symbol ppc64_elf_hash_symbol
120 #define elf_backend_init_index_section _bfd_elf_init_2_index_sections
121 #define elf_backend_action_discarded ppc64_elf_action_discarded
122 #define elf_backend_relocate_section ppc64_elf_relocate_section
123 #define elf_backend_finish_dynamic_symbol ppc64_elf_finish_dynamic_symbol
124 #define elf_backend_reloc_type_class ppc64_elf_reloc_type_class
125 #define elf_backend_finish_dynamic_sections ppc64_elf_finish_dynamic_sections
126 #define elf_backend_link_output_symbol_hook ppc64_elf_output_symbol_hook
127 #define elf_backend_special_sections ppc64_elf_special_sections
128 #define elf_backend_section_flags ppc64_elf_section_flags
129 #define elf_backend_merge_symbol_attribute ppc64_elf_merge_symbol_attribute
130 #define elf_backend_merge_symbol ppc64_elf_merge_symbol
131 #define elf_backend_get_reloc_section bfd_get_section_by_name
132
133 /* The name of the dynamic interpreter. This is put in the .interp
134 section. */
135 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1"
136
137 /* The size in bytes of an entry in the procedure linkage table. */
138 #define PLT_ENTRY_SIZE(htab) (htab->opd_abi ? 24 : 8)
139 #define LOCAL_PLT_ENTRY_SIZE(htab) (htab->opd_abi ? 16 : 8)
140
141 /* The initial size of the plt reserved for the dynamic linker. */
142 #define PLT_INITIAL_ENTRY_SIZE(htab) (htab->opd_abi ? 24 : 16)
143
144 /* Offsets to some stack save slots. */
145 #define STK_LR 16
146 #define STK_TOC(htab) (htab->opd_abi ? 40 : 24)
147 /* This one is dodgy. ELFv2 does not have a linker word, so use the
148 CR save slot. Used only by optimised __tls_get_addr call stub,
149 relying on __tls_get_addr_opt not saving CR.. */
150 #define STK_LINKER(htab) (htab->opd_abi ? 32 : 8)
151
152 /* TOC base pointers offset from start of TOC. */
153 #define TOC_BASE_OFF 0x8000
154 /* TOC base alignment. */
155 #define TOC_BASE_ALIGN 256
156
157 /* Offset of tp and dtp pointers from start of TLS block. */
158 #define TP_OFFSET 0x7000
159 #define DTP_OFFSET 0x8000
160
161 /* .plt call stub instructions. The normal stub is like this, but
162 sometimes the .plt entry crosses a 64k boundary and we need to
163 insert an addi to adjust r11. */
164 #define STD_R2_0R1 0xf8410000 /* std %r2,0+40(%r1) */
165 #define ADDIS_R11_R2 0x3d620000 /* addis %r11,%r2,xxx@ha */
166 #define LD_R12_0R11 0xe98b0000 /* ld %r12,xxx+0@l(%r11) */
167 #define MTCTR_R12 0x7d8903a6 /* mtctr %r12 */
168 #define LD_R2_0R11 0xe84b0000 /* ld %r2,xxx+8@l(%r11) */
169 #define LD_R11_0R11 0xe96b0000 /* ld %r11,xxx+16@l(%r11) */
170 #define BCTR 0x4e800420 /* bctr */
171
172 #define ADDI_R11_R11 0x396b0000 /* addi %r11,%r11,off@l */
173 #define ADDI_R12_R11 0x398b0000 /* addi %r12,%r11,off@l */
174 #define ADDI_R12_R12 0x398c0000 /* addi %r12,%r12,off@l */
175 #define ADDIS_R2_R2 0x3c420000 /* addis %r2,%r2,off@ha */
176 #define ADDI_R2_R2 0x38420000 /* addi %r2,%r2,off@l */
177
178 #define XOR_R2_R12_R12 0x7d826278 /* xor %r2,%r12,%r12 */
179 #define ADD_R11_R11_R2 0x7d6b1214 /* add %r11,%r11,%r2 */
180 #define XOR_R11_R12_R12 0x7d8b6278 /* xor %r11,%r12,%r12 */
181 #define ADD_R2_R2_R11 0x7c425a14 /* add %r2,%r2,%r11 */
182 #define CMPLDI_R2_0 0x28220000 /* cmpldi %r2,0 */
183 #define BNECTR 0x4ca20420 /* bnectr+ */
184 #define BNECTR_P4 0x4ce20420 /* bnectr+ */
185
186 #define LD_R12_0R2 0xe9820000 /* ld %r12,xxx+0(%r2) */
187 #define LD_R11_0R2 0xe9620000 /* ld %r11,xxx+0(%r2) */
188 #define LD_R2_0R2 0xe8420000 /* ld %r2,xxx+0(%r2) */
189
190 #define LD_R2_0R1 0xe8410000 /* ld %r2,0(%r1) */
191 #define LD_R2_0R12 0xe84c0000 /* ld %r2,0(%r12) */
192 #define ADD_R2_R2_R12 0x7c426214 /* add %r2,%r2,%r12 */
193
194 #define LI_R11_0 0x39600000 /* li %r11,0 */
195 #define LIS_R2 0x3c400000 /* lis %r2,xxx@ha */
196 #define LIS_R11 0x3d600000 /* lis %r11,xxx@ha */
197 #define LIS_R12 0x3d800000 /* lis %r12,xxx@ha */
198 #define ADDIS_R2_R12 0x3c4c0000 /* addis %r2,%r12,xxx@ha */
199 #define ADDIS_R12_R2 0x3d820000 /* addis %r12,%r2,xxx@ha */
200 #define ADDIS_R12_R11 0x3d8b0000 /* addis %r12,%r11,xxx@ha */
201 #define ADDIS_R12_R12 0x3d8c0000 /* addis %r12,%r12,xxx@ha */
202 #define ORIS_R12_R12_0 0x658c0000 /* oris %r12,%r12,xxx@hi */
203 #define ORI_R11_R11_0 0x616b0000 /* ori %r11,%r11,xxx@l */
204 #define ORI_R12_R12_0 0x618c0000 /* ori %r12,%r12,xxx@l */
205 #define LD_R12_0R12 0xe98c0000 /* ld %r12,xxx@l(%r12) */
206 #define SLDI_R11_R11_34 0x796b1746 /* sldi %r11,%r11,34 */
207 #define SLDI_R12_R12_32 0x799c07c6 /* sldi %r12,%r12,32 */
208 #define LDX_R12_R11_R12 0x7d8b602a /* ldx %r12,%r11,%r12 */
209 #define ADD_R12_R11_R12 0x7d8b6214 /* add %r12,%r11,%r12 */
210 #define PADDI_R12_PC 0x0610000039800000ULL
211 #define PLD_R12_PC 0x04100000e5800000ULL
212 #define PNOP 0x0700000000000000ULL
213
214 /* __glink_PLTresolve stub instructions. We enter with the index in R0. */
215 #define GLINK_PLTRESOLVE_SIZE(htab) \
216 (8u + (htab->opd_abi ? 11 * 4 : 14 * 4))
217 /* 0: */
218 /* .quad plt0-1f */
219 /* __glink: */
220 #define MFLR_R12 0x7d8802a6 /* mflr %12 */
221 #define BCL_20_31 0x429f0005 /* bcl 20,31,1f */
222 /* 1: */
223 #define MFLR_R11 0x7d6802a6 /* mflr %11 */
224 /* ld %2,(0b-1b)(%11) */
225 #define MTLR_R12 0x7d8803a6 /* mtlr %12 */
226 #define ADD_R11_R2_R11 0x7d625a14 /* add %11,%2,%11 */
227 /* ld %12,0(%11) */
228 /* ld %2,8(%11) */
229 /* mtctr %12 */
230 /* ld %11,16(%11) */
231 /* bctr */
232 #define MFLR_R0 0x7c0802a6 /* mflr %r0 */
233 #define MTLR_R0 0x7c0803a6 /* mtlr %r0 */
234 #define SUB_R12_R12_R11 0x7d8b6050 /* subf %r12,%r11,%r12 */
235 #define ADDI_R0_R12 0x380c0000 /* addi %r0,%r12,0 */
236 #define SRDI_R0_R0_2 0x7800f082 /* rldicl %r0,%r0,62,2 */
237
238 /* Pad with this. */
239 #define NOP 0x60000000
240
241 /* Some other nops. */
242 #define CROR_151515 0x4def7b82
243 #define CROR_313131 0x4ffffb82
244
245 /* .glink entries for the first 32k functions are two instructions. */
246 #define LI_R0_0 0x38000000 /* li %r0,0 */
247 #define B_DOT 0x48000000 /* b . */
248
249 /* After that, we need two instructions to load the index, followed by
250 a branch. */
251 #define LIS_R0_0 0x3c000000 /* lis %r0,0 */
252 #define ORI_R0_R0_0 0x60000000 /* ori %r0,%r0,0 */
253
254 /* Instructions used by the save and restore reg functions. */
255 #define STD_R0_0R1 0xf8010000 /* std %r0,0(%r1) */
256 #define STD_R0_0R12 0xf80c0000 /* std %r0,0(%r12) */
257 #define LD_R0_0R1 0xe8010000 /* ld %r0,0(%r1) */
258 #define LD_R0_0R12 0xe80c0000 /* ld %r0,0(%r12) */
259 #define STFD_FR0_0R1 0xd8010000 /* stfd %fr0,0(%r1) */
260 #define LFD_FR0_0R1 0xc8010000 /* lfd %fr0,0(%r1) */
261 #define LI_R12_0 0x39800000 /* li %r12,0 */
262 #define STVX_VR0_R12_R0 0x7c0c01ce /* stvx %v0,%r12,%r0 */
263 #define LVX_VR0_R12_R0 0x7c0c00ce /* lvx %v0,%r12,%r0 */
264 #define MTLR_R0 0x7c0803a6 /* mtlr %r0 */
265 #define BLR 0x4e800020 /* blr */
266
267 /* Since .opd is an array of descriptors and each entry will end up
268 with identical R_PPC64_RELATIVE relocs, there is really no need to
269 propagate .opd relocs; The dynamic linker should be taught to
270 relocate .opd without reloc entries. */
271 #ifndef NO_OPD_RELOCS
272 #define NO_OPD_RELOCS 0
273 #endif
274
275 #ifndef ARRAY_SIZE
276 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
277 #endif
278
279 static inline int
280 abiversion (bfd *abfd)
281 {
282 return elf_elfheader (abfd)->e_flags & EF_PPC64_ABI;
283 }
284
285 static inline void
286 set_abiversion (bfd *abfd, int ver)
287 {
288 elf_elfheader (abfd)->e_flags &= ~EF_PPC64_ABI;
289 elf_elfheader (abfd)->e_flags |= ver & EF_PPC64_ABI;
290 }
291 \f
292 /* Relocation HOWTO's. */
293 /* Like other ELF RELA targets that don't apply multiple
294 field-altering relocations to the same localation, src_mask is
295 always zero and pcrel_offset is the same as pc_relative.
296 PowerPC can always use a zero bitpos, even when the field is not at
297 the LSB. For example, a REL24 could use rightshift=2, bisize=24
298 and bitpos=2 which matches the ABI description, or as we do here,
299 rightshift=0, bitsize=26 and bitpos=0. */
300 #define HOW(type, size, bitsize, mask, rightshift, pc_relative, \
301 complain, special_func) \
302 HOWTO (type, rightshift, size, bitsize, pc_relative, 0, \
303 complain_overflow_ ## complain, special_func, \
304 #type, FALSE, 0, mask, pc_relative)
305
306 static reloc_howto_type *ppc64_elf_howto_table[(int) R_PPC64_max];
307
308 static reloc_howto_type ppc64_elf_howto_raw[] =
309 {
310 /* This reloc does nothing. */
311 HOW (R_PPC64_NONE, 3, 0, 0, 0, FALSE, dont,
312 bfd_elf_generic_reloc),
313
314 /* A standard 32 bit relocation. */
315 HOW (R_PPC64_ADDR32, 2, 32, 0xffffffff, 0, FALSE, bitfield,
316 bfd_elf_generic_reloc),
317
318 /* An absolute 26 bit branch; the lower two bits must be zero.
319 FIXME: we don't check that, we just clear them. */
320 HOW (R_PPC64_ADDR24, 2, 26, 0x03fffffc, 0, FALSE, bitfield,
321 bfd_elf_generic_reloc),
322
323 /* A standard 16 bit relocation. */
324 HOW (R_PPC64_ADDR16, 1, 16, 0xffff, 0, FALSE, bitfield,
325 bfd_elf_generic_reloc),
326
327 /* A 16 bit relocation without overflow. */
328 HOW (R_PPC64_ADDR16_LO, 1, 16, 0xffff, 0, FALSE, dont,
329 bfd_elf_generic_reloc),
330
331 /* Bits 16-31 of an address. */
332 HOW (R_PPC64_ADDR16_HI, 1, 16, 0xffff, 16, FALSE, signed,
333 bfd_elf_generic_reloc),
334
335 /* Bits 16-31 of an address, plus 1 if the contents of the low 16
336 bits, treated as a signed number, is negative. */
337 HOW (R_PPC64_ADDR16_HA, 1, 16, 0xffff, 16, FALSE, signed,
338 ppc64_elf_ha_reloc),
339
340 /* An absolute 16 bit branch; the lower two bits must be zero.
341 FIXME: we don't check that, we just clear them. */
342 HOW (R_PPC64_ADDR14, 2, 16, 0x0000fffc, 0, FALSE, signed,
343 ppc64_elf_branch_reloc),
344
345 /* An absolute 16 bit branch, for which bit 10 should be set to
346 indicate that the branch is expected to be taken. The lower two
347 bits must be zero. */
348 HOW (R_PPC64_ADDR14_BRTAKEN, 2, 16, 0x0000fffc, 0, FALSE, signed,
349 ppc64_elf_brtaken_reloc),
350
351 /* An absolute 16 bit branch, for which bit 10 should be set to
352 indicate that the branch is not expected to be taken. The lower
353 two bits must be zero. */
354 HOW (R_PPC64_ADDR14_BRNTAKEN, 2, 16, 0x0000fffc, 0, FALSE, signed,
355 ppc64_elf_brtaken_reloc),
356
357 /* A relative 26 bit branch; the lower two bits must be zero. */
358 HOW (R_PPC64_REL24, 2, 26, 0x03fffffc, 0, TRUE, signed,
359 ppc64_elf_branch_reloc),
360
361 /* A variant of R_PPC64_REL24, used when r2 is not the toc pointer. */
362 HOW (R_PPC64_REL24_NOTOC, 2, 26, 0x03fffffc, 0, TRUE, signed,
363 ppc64_elf_branch_reloc),
364
365 /* A relative 16 bit branch; the lower two bits must be zero. */
366 HOW (R_PPC64_REL14, 2, 16, 0x0000fffc, 0, TRUE, signed,
367 ppc64_elf_branch_reloc),
368
369 /* A relative 16 bit branch. Bit 10 should be set to indicate that
370 the branch is expected to be taken. The lower two bits must be
371 zero. */
372 HOW (R_PPC64_REL14_BRTAKEN, 2, 16, 0x0000fffc, 0, TRUE, signed,
373 ppc64_elf_brtaken_reloc),
374
375 /* A relative 16 bit branch. Bit 10 should be set to indicate that
376 the branch is not expected to be taken. The lower two bits must
377 be zero. */
378 HOW (R_PPC64_REL14_BRNTAKEN, 2, 16, 0x0000fffc, 0, TRUE, signed,
379 ppc64_elf_brtaken_reloc),
380
381 /* Like R_PPC64_ADDR16, but referring to the GOT table entry for the
382 symbol. */
383 HOW (R_PPC64_GOT16, 1, 16, 0xffff, 0, FALSE, signed,
384 ppc64_elf_unhandled_reloc),
385
386 /* Like R_PPC64_ADDR16_LO, but referring to the GOT table entry for
387 the symbol. */
388 HOW (R_PPC64_GOT16_LO, 1, 16, 0xffff, 0, FALSE, dont,
389 ppc64_elf_unhandled_reloc),
390
391 /* Like R_PPC64_ADDR16_HI, but referring to the GOT table entry for
392 the symbol. */
393 HOW (R_PPC64_GOT16_HI, 1, 16, 0xffff, 16, FALSE, signed,
394 ppc64_elf_unhandled_reloc),
395
396 /* Like R_PPC64_ADDR16_HA, but referring to the GOT table entry for
397 the symbol. */
398 HOW (R_PPC64_GOT16_HA, 1, 16, 0xffff, 16, FALSE, signed,
399 ppc64_elf_unhandled_reloc),
400
401 /* This is used only by the dynamic linker. The symbol should exist
402 both in the object being run and in some shared library. The
403 dynamic linker copies the data addressed by the symbol from the
404 shared library into the object, because the object being
405 run has to have the data at some particular address. */
406 HOW (R_PPC64_COPY, 0, 0, 0, 0, FALSE, dont,
407 ppc64_elf_unhandled_reloc),
408
409 /* Like R_PPC64_ADDR64, but used when setting global offset table
410 entries. */
411 HOW (R_PPC64_GLOB_DAT, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
412 ppc64_elf_unhandled_reloc),
413
414 /* Created by the link editor. Marks a procedure linkage table
415 entry for a symbol. */
416 HOW (R_PPC64_JMP_SLOT, 0, 0, 0, 0, FALSE, dont,
417 ppc64_elf_unhandled_reloc),
418
419 /* Used only by the dynamic linker. When the object is run, this
420 doubleword64 is set to the load address of the object, plus the
421 addend. */
422 HOW (R_PPC64_RELATIVE, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
423 bfd_elf_generic_reloc),
424
425 /* Like R_PPC64_ADDR32, but may be unaligned. */
426 HOW (R_PPC64_UADDR32, 2, 32, 0xffffffff, 0, FALSE, bitfield,
427 bfd_elf_generic_reloc),
428
429 /* Like R_PPC64_ADDR16, but may be unaligned. */
430 HOW (R_PPC64_UADDR16, 1, 16, 0xffff, 0, FALSE, bitfield,
431 bfd_elf_generic_reloc),
432
433 /* 32-bit PC relative. */
434 HOW (R_PPC64_REL32, 2, 32, 0xffffffff, 0, TRUE, signed,
435 bfd_elf_generic_reloc),
436
437 /* 32-bit relocation to the symbol's procedure linkage table. */
438 HOW (R_PPC64_PLT32, 2, 32, 0xffffffff, 0, FALSE, bitfield,
439 ppc64_elf_unhandled_reloc),
440
441 /* 32-bit PC relative relocation to the symbol's procedure linkage table.
442 FIXME: R_PPC64_PLTREL32 not supported. */
443 HOW (R_PPC64_PLTREL32, 2, 32, 0xffffffff, 0, TRUE, signed,
444 ppc64_elf_unhandled_reloc),
445
446 /* Like R_PPC64_ADDR16_LO, but referring to the PLT table entry for
447 the symbol. */
448 HOW (R_PPC64_PLT16_LO, 1, 16, 0xffff, 0, FALSE, dont,
449 ppc64_elf_unhandled_reloc),
450
451 /* Like R_PPC64_ADDR16_HI, but referring to the PLT table entry for
452 the symbol. */
453 HOW (R_PPC64_PLT16_HI, 1, 16, 0xffff, 16, FALSE, signed,
454 ppc64_elf_unhandled_reloc),
455
456 /* Like R_PPC64_ADDR16_HA, but referring to the PLT table entry for
457 the symbol. */
458 HOW (R_PPC64_PLT16_HA, 1, 16, 0xffff, 16, FALSE, signed,
459 ppc64_elf_unhandled_reloc),
460
461 /* 16-bit section relative relocation. */
462 HOW (R_PPC64_SECTOFF, 1, 16, 0xffff, 0, FALSE, signed,
463 ppc64_elf_sectoff_reloc),
464
465 /* Like R_PPC64_SECTOFF, but no overflow warning. */
466 HOW (R_PPC64_SECTOFF_LO, 1, 16, 0xffff, 0, FALSE, dont,
467 ppc64_elf_sectoff_reloc),
468
469 /* 16-bit upper half section relative relocation. */
470 HOW (R_PPC64_SECTOFF_HI, 1, 16, 0xffff, 16, FALSE, signed,
471 ppc64_elf_sectoff_reloc),
472
473 /* 16-bit upper half adjusted section relative relocation. */
474 HOW (R_PPC64_SECTOFF_HA, 1, 16, 0xffff, 16, FALSE, signed,
475 ppc64_elf_sectoff_ha_reloc),
476
477 /* Like R_PPC64_REL24 without touching the two least significant bits. */
478 HOW (R_PPC64_REL30, 2, 30, 0xfffffffc, 2, TRUE, dont,
479 bfd_elf_generic_reloc),
480
481 /* Relocs in the 64-bit PowerPC ELF ABI, not in the 32-bit ABI. */
482
483 /* A standard 64-bit relocation. */
484 HOW (R_PPC64_ADDR64, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
485 bfd_elf_generic_reloc),
486
487 /* The bits 32-47 of an address. */
488 HOW (R_PPC64_ADDR16_HIGHER, 1, 16, 0xffff, 32, FALSE, dont,
489 bfd_elf_generic_reloc),
490
491 /* The bits 32-47 of an address, plus 1 if the contents of the low
492 16 bits, treated as a signed number, is negative. */
493 HOW (R_PPC64_ADDR16_HIGHERA, 1, 16, 0xffff, 32, FALSE, dont,
494 ppc64_elf_ha_reloc),
495
496 /* The bits 48-63 of an address. */
497 HOW (R_PPC64_ADDR16_HIGHEST, 1, 16, 0xffff, 48, FALSE, dont,
498 bfd_elf_generic_reloc),
499
500 /* The bits 48-63 of an address, plus 1 if the contents of the low
501 16 bits, treated as a signed number, is negative. */
502 HOW (R_PPC64_ADDR16_HIGHESTA, 1, 16, 0xffff, 48, FALSE, dont,
503 ppc64_elf_ha_reloc),
504
505 /* Like ADDR64, but may be unaligned. */
506 HOW (R_PPC64_UADDR64, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
507 bfd_elf_generic_reloc),
508
509 /* 64-bit relative relocation. */
510 HOW (R_PPC64_REL64, 4, 64, 0xffffffffffffffffULL, 0, TRUE, dont,
511 bfd_elf_generic_reloc),
512
513 /* 64-bit relocation to the symbol's procedure linkage table. */
514 HOW (R_PPC64_PLT64, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
515 ppc64_elf_unhandled_reloc),
516
517 /* 64-bit PC relative relocation to the symbol's procedure linkage
518 table. */
519 /* FIXME: R_PPC64_PLTREL64 not supported. */
520 HOW (R_PPC64_PLTREL64, 4, 64, 0xffffffffffffffffULL, 0, TRUE, dont,
521 ppc64_elf_unhandled_reloc),
522
523 /* 16 bit TOC-relative relocation. */
524 /* R_PPC64_TOC16 47 half16* S + A - .TOC. */
525 HOW (R_PPC64_TOC16, 1, 16, 0xffff, 0, FALSE, signed,
526 ppc64_elf_toc_reloc),
527
528 /* 16 bit TOC-relative relocation without overflow. */
529 /* R_PPC64_TOC16_LO 48 half16 #lo (S + A - .TOC.) */
530 HOW (R_PPC64_TOC16_LO, 1, 16, 0xffff, 0, FALSE, dont,
531 ppc64_elf_toc_reloc),
532
533 /* 16 bit TOC-relative relocation, high 16 bits. */
534 /* R_PPC64_TOC16_HI 49 half16 #hi (S + A - .TOC.) */
535 HOW (R_PPC64_TOC16_HI, 1, 16, 0xffff, 16, FALSE, signed,
536 ppc64_elf_toc_reloc),
537
538 /* 16 bit TOC-relative relocation, high 16 bits, plus 1 if the
539 contents of the low 16 bits, treated as a signed number, is
540 negative. */
541 /* R_PPC64_TOC16_HA 50 half16 #ha (S + A - .TOC.) */
542 HOW (R_PPC64_TOC16_HA, 1, 16, 0xffff, 16, FALSE, signed,
543 ppc64_elf_toc_ha_reloc),
544
545 /* 64-bit relocation; insert value of TOC base (.TOC.). */
546 /* R_PPC64_TOC 51 doubleword64 .TOC. */
547 HOW (R_PPC64_TOC, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
548 ppc64_elf_toc64_reloc),
549
550 /* Like R_PPC64_GOT16, but also informs the link editor that the
551 value to relocate may (!) refer to a PLT entry which the link
552 editor (a) may replace with the symbol value. If the link editor
553 is unable to fully resolve the symbol, it may (b) create a PLT
554 entry and store the address to the new PLT entry in the GOT.
555 This permits lazy resolution of function symbols at run time.
556 The link editor may also skip all of this and just (c) emit a
557 R_PPC64_GLOB_DAT to tie the symbol to the GOT entry. */
558 /* FIXME: R_PPC64_PLTGOT16 not implemented. */
559 HOW (R_PPC64_PLTGOT16, 1, 16, 0xffff, 0, FALSE,signed,
560 ppc64_elf_unhandled_reloc),
561
562 /* Like R_PPC64_PLTGOT16, but without overflow. */
563 /* FIXME: R_PPC64_PLTGOT16_LO not implemented. */
564 HOW (R_PPC64_PLTGOT16_LO, 1, 16, 0xffff, 0, FALSE, dont,
565 ppc64_elf_unhandled_reloc),
566
567 /* Like R_PPC64_PLT_GOT16, but using bits 16-31 of the address. */
568 /* FIXME: R_PPC64_PLTGOT16_HI not implemented. */
569 HOW (R_PPC64_PLTGOT16_HI, 1, 16, 0xffff, 16, FALSE, signed,
570 ppc64_elf_unhandled_reloc),
571
572 /* Like R_PPC64_PLT_GOT16, but using bits 16-31 of the address, plus
573 1 if the contents of the low 16 bits, treated as a signed number,
574 is negative. */
575 /* FIXME: R_PPC64_PLTGOT16_HA not implemented. */
576 HOW (R_PPC64_PLTGOT16_HA, 1, 16, 0xffff, 16, FALSE, signed,
577 ppc64_elf_unhandled_reloc),
578
579 /* Like R_PPC64_ADDR16, but for instructions with a DS field. */
580 HOW (R_PPC64_ADDR16_DS, 1, 16, 0xfffc, 0, FALSE, signed,
581 bfd_elf_generic_reloc),
582
583 /* Like R_PPC64_ADDR16_LO, but for instructions with a DS field. */
584 HOW (R_PPC64_ADDR16_LO_DS, 1, 16, 0xfffc, 0, FALSE, dont,
585 bfd_elf_generic_reloc),
586
587 /* Like R_PPC64_GOT16, but for instructions with a DS field. */
588 HOW (R_PPC64_GOT16_DS, 1, 16, 0xfffc, 0, FALSE, signed,
589 ppc64_elf_unhandled_reloc),
590
591 /* Like R_PPC64_GOT16_LO, but for instructions with a DS field. */
592 HOW (R_PPC64_GOT16_LO_DS, 1, 16, 0xfffc, 0, FALSE, dont,
593 ppc64_elf_unhandled_reloc),
594
595 /* Like R_PPC64_PLT16_LO, but for instructions with a DS field. */
596 HOW (R_PPC64_PLT16_LO_DS, 1, 16, 0xfffc, 0, FALSE, dont,
597 ppc64_elf_unhandled_reloc),
598
599 /* Like R_PPC64_SECTOFF, but for instructions with a DS field. */
600 HOW (R_PPC64_SECTOFF_DS, 1, 16, 0xfffc, 0, FALSE, signed,
601 ppc64_elf_sectoff_reloc),
602
603 /* Like R_PPC64_SECTOFF_LO, but for instructions with a DS field. */
604 HOW (R_PPC64_SECTOFF_LO_DS, 1, 16, 0xfffc, 0, FALSE, dont,
605 ppc64_elf_sectoff_reloc),
606
607 /* Like R_PPC64_TOC16, but for instructions with a DS field. */
608 HOW (R_PPC64_TOC16_DS, 1, 16, 0xfffc, 0, FALSE, signed,
609 ppc64_elf_toc_reloc),
610
611 /* Like R_PPC64_TOC16_LO, but for instructions with a DS field. */
612 HOW (R_PPC64_TOC16_LO_DS, 1, 16, 0xfffc, 0, FALSE, dont,
613 ppc64_elf_toc_reloc),
614
615 /* Like R_PPC64_PLTGOT16, but for instructions with a DS field. */
616 /* FIXME: R_PPC64_PLTGOT16_DS not implemented. */
617 HOW (R_PPC64_PLTGOT16_DS, 1, 16, 0xfffc, 0, FALSE, signed,
618 ppc64_elf_unhandled_reloc),
619
620 /* Like R_PPC64_PLTGOT16_LO, but for instructions with a DS field. */
621 /* FIXME: R_PPC64_PLTGOT16_LO not implemented. */
622 HOW (R_PPC64_PLTGOT16_LO_DS, 1, 16, 0xfffc, 0, FALSE, dont,
623 ppc64_elf_unhandled_reloc),
624
625 /* Marker relocs for TLS. */
626 HOW (R_PPC64_TLS, 2, 32, 0, 0, FALSE, dont,
627 bfd_elf_generic_reloc),
628
629 HOW (R_PPC64_TLSGD, 2, 32, 0, 0, FALSE, dont,
630 bfd_elf_generic_reloc),
631
632 HOW (R_PPC64_TLSLD, 2, 32, 0, 0, FALSE, dont,
633 bfd_elf_generic_reloc),
634
635 /* Marker reloc for optimizing r2 save in prologue rather than on
636 each plt call stub. */
637 HOW (R_PPC64_TOCSAVE, 2, 32, 0, 0, FALSE, dont,
638 bfd_elf_generic_reloc),
639
640 /* Marker relocs on inline plt call instructions. */
641 HOW (R_PPC64_PLTSEQ, 2, 32, 0, 0, FALSE, dont,
642 bfd_elf_generic_reloc),
643
644 HOW (R_PPC64_PLTCALL, 2, 32, 0, 0, FALSE, dont,
645 bfd_elf_generic_reloc),
646
647 /* Computes the load module index of the load module that contains the
648 definition of its TLS sym. */
649 HOW (R_PPC64_DTPMOD64, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
650 ppc64_elf_unhandled_reloc),
651
652 /* Computes a dtv-relative displacement, the difference between the value
653 of sym+add and the base address of the thread-local storage block that
654 contains the definition of sym, minus 0x8000. */
655 HOW (R_PPC64_DTPREL64, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
656 ppc64_elf_unhandled_reloc),
657
658 /* A 16 bit dtprel reloc. */
659 HOW (R_PPC64_DTPREL16, 1, 16, 0xffff, 0, FALSE, signed,
660 ppc64_elf_unhandled_reloc),
661
662 /* Like DTPREL16, but no overflow. */
663 HOW (R_PPC64_DTPREL16_LO, 1, 16, 0xffff, 0, FALSE, dont,
664 ppc64_elf_unhandled_reloc),
665
666 /* Like DTPREL16_LO, but next higher group of 16 bits. */
667 HOW (R_PPC64_DTPREL16_HI, 1, 16, 0xffff, 16, FALSE, signed,
668 ppc64_elf_unhandled_reloc),
669
670 /* Like DTPREL16_HI, but adjust for low 16 bits. */
671 HOW (R_PPC64_DTPREL16_HA, 1, 16, 0xffff, 16, FALSE, signed,
672 ppc64_elf_unhandled_reloc),
673
674 /* Like DTPREL16_HI, but next higher group of 16 bits. */
675 HOW (R_PPC64_DTPREL16_HIGHER, 1, 16, 0xffff, 32, FALSE, dont,
676 ppc64_elf_unhandled_reloc),
677
678 /* Like DTPREL16_HIGHER, but adjust for low 16 bits. */
679 HOW (R_PPC64_DTPREL16_HIGHERA, 1, 16, 0xffff, 32, FALSE, dont,
680 ppc64_elf_unhandled_reloc),
681
682 /* Like DTPREL16_HIGHER, but next higher group of 16 bits. */
683 HOW (R_PPC64_DTPREL16_HIGHEST, 1, 16, 0xffff, 48, FALSE, dont,
684 ppc64_elf_unhandled_reloc),
685
686 /* Like DTPREL16_HIGHEST, but adjust for low 16 bits. */
687 HOW (R_PPC64_DTPREL16_HIGHESTA, 1, 16, 0xffff, 48, FALSE, dont,
688 ppc64_elf_unhandled_reloc),
689
690 /* Like DTPREL16, but for insns with a DS field. */
691 HOW (R_PPC64_DTPREL16_DS, 1, 16, 0xfffc, 0, FALSE, signed,
692 ppc64_elf_unhandled_reloc),
693
694 /* Like DTPREL16_DS, but no overflow. */
695 HOW (R_PPC64_DTPREL16_LO_DS, 1, 16, 0xfffc, 0, FALSE, dont,
696 ppc64_elf_unhandled_reloc),
697
698 /* Computes a tp-relative displacement, the difference between the value of
699 sym+add and the value of the thread pointer (r13). */
700 HOW (R_PPC64_TPREL64, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
701 ppc64_elf_unhandled_reloc),
702
703 /* A 16 bit tprel reloc. */
704 HOW (R_PPC64_TPREL16, 1, 16, 0xffff, 0, FALSE, signed,
705 ppc64_elf_unhandled_reloc),
706
707 /* Like TPREL16, but no overflow. */
708 HOW (R_PPC64_TPREL16_LO, 1, 16, 0xffff, 0, FALSE, dont,
709 ppc64_elf_unhandled_reloc),
710
711 /* Like TPREL16_LO, but next higher group of 16 bits. */
712 HOW (R_PPC64_TPREL16_HI, 1, 16, 0xffff, 16, FALSE, signed,
713 ppc64_elf_unhandled_reloc),
714
715 /* Like TPREL16_HI, but adjust for low 16 bits. */
716 HOW (R_PPC64_TPREL16_HA, 1, 16, 0xffff, 16, FALSE, signed,
717 ppc64_elf_unhandled_reloc),
718
719 /* Like TPREL16_HI, but next higher group of 16 bits. */
720 HOW (R_PPC64_TPREL16_HIGHER, 1, 16, 0xffff, 32, FALSE, dont,
721 ppc64_elf_unhandled_reloc),
722
723 /* Like TPREL16_HIGHER, but adjust for low 16 bits. */
724 HOW (R_PPC64_TPREL16_HIGHERA, 1, 16, 0xffff, 32, FALSE, dont,
725 ppc64_elf_unhandled_reloc),
726
727 /* Like TPREL16_HIGHER, but next higher group of 16 bits. */
728 HOW (R_PPC64_TPREL16_HIGHEST, 1, 16, 0xffff, 48, FALSE, dont,
729 ppc64_elf_unhandled_reloc),
730
731 /* Like TPREL16_HIGHEST, but adjust for low 16 bits. */
732 HOW (R_PPC64_TPREL16_HIGHESTA, 1, 16, 0xffff, 48, FALSE, dont,
733 ppc64_elf_unhandled_reloc),
734
735 /* Like TPREL16, but for insns with a DS field. */
736 HOW (R_PPC64_TPREL16_DS, 1, 16, 0xfffc, 0, FALSE, signed,
737 ppc64_elf_unhandled_reloc),
738
739 /* Like TPREL16_DS, but no overflow. */
740 HOW (R_PPC64_TPREL16_LO_DS, 1, 16, 0xfffc, 0, FALSE, dont,
741 ppc64_elf_unhandled_reloc),
742
743 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
744 with values (sym+add)@dtpmod and (sym+add)@dtprel, and computes the offset
745 to the first entry relative to the TOC base (r2). */
746 HOW (R_PPC64_GOT_TLSGD16, 1, 16, 0xffff, 0, FALSE, signed,
747 ppc64_elf_unhandled_reloc),
748
749 /* Like GOT_TLSGD16, but no overflow. */
750 HOW (R_PPC64_GOT_TLSGD16_LO, 1, 16, 0xffff, 0, FALSE, dont,
751 ppc64_elf_unhandled_reloc),
752
753 /* Like GOT_TLSGD16_LO, but next higher group of 16 bits. */
754 HOW (R_PPC64_GOT_TLSGD16_HI, 1, 16, 0xffff, 16, FALSE, signed,
755 ppc64_elf_unhandled_reloc),
756
757 /* Like GOT_TLSGD16_HI, but adjust for low 16 bits. */
758 HOW (R_PPC64_GOT_TLSGD16_HA, 1, 16, 0xffff, 16, FALSE, signed,
759 ppc64_elf_unhandled_reloc),
760
761 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
762 with values (sym+add)@dtpmod and zero, and computes the offset to the
763 first entry relative to the TOC base (r2). */
764 HOW (R_PPC64_GOT_TLSLD16, 1, 16, 0xffff, 0, FALSE, signed,
765 ppc64_elf_unhandled_reloc),
766
767 /* Like GOT_TLSLD16, but no overflow. */
768 HOW (R_PPC64_GOT_TLSLD16_LO, 1, 16, 0xffff, 0, FALSE, dont,
769 ppc64_elf_unhandled_reloc),
770
771 /* Like GOT_TLSLD16_LO, but next higher group of 16 bits. */
772 HOW (R_PPC64_GOT_TLSLD16_HI, 1, 16, 0xffff, 16, FALSE, signed,
773 ppc64_elf_unhandled_reloc),
774
775 /* Like GOT_TLSLD16_HI, but adjust for low 16 bits. */
776 HOW (R_PPC64_GOT_TLSLD16_HA, 1, 16, 0xffff, 16, FALSE, signed,
777 ppc64_elf_unhandled_reloc),
778
779 /* Allocates an entry in the GOT with value (sym+add)@dtprel, and computes
780 the offset to the entry relative to the TOC base (r2). */
781 HOW (R_PPC64_GOT_DTPREL16_DS, 1, 16, 0xfffc, 0, FALSE, signed,
782 ppc64_elf_unhandled_reloc),
783
784 /* Like GOT_DTPREL16_DS, but no overflow. */
785 HOW (R_PPC64_GOT_DTPREL16_LO_DS, 1, 16, 0xfffc, 0, FALSE, dont,
786 ppc64_elf_unhandled_reloc),
787
788 /* Like GOT_DTPREL16_LO_DS, but next higher group of 16 bits. */
789 HOW (R_PPC64_GOT_DTPREL16_HI, 1, 16, 0xffff, 16, FALSE, signed,
790 ppc64_elf_unhandled_reloc),
791
792 /* Like GOT_DTPREL16_HI, but adjust for low 16 bits. */
793 HOW (R_PPC64_GOT_DTPREL16_HA, 1, 16, 0xffff, 16, FALSE, signed,
794 ppc64_elf_unhandled_reloc),
795
796 /* Allocates an entry in the GOT with value (sym+add)@tprel, and computes the
797 offset to the entry relative to the TOC base (r2). */
798 HOW (R_PPC64_GOT_TPREL16_DS, 1, 16, 0xfffc, 0, FALSE, signed,
799 ppc64_elf_unhandled_reloc),
800
801 /* Like GOT_TPREL16_DS, but no overflow. */
802 HOW (R_PPC64_GOT_TPREL16_LO_DS, 1, 16, 0xfffc, 0, FALSE, dont,
803 ppc64_elf_unhandled_reloc),
804
805 /* Like GOT_TPREL16_LO_DS, but next higher group of 16 bits. */
806 HOW (R_PPC64_GOT_TPREL16_HI, 1, 16, 0xffff, 16, FALSE, signed,
807 ppc64_elf_unhandled_reloc),
808
809 /* Like GOT_TPREL16_HI, but adjust for low 16 bits. */
810 HOW (R_PPC64_GOT_TPREL16_HA, 1, 16, 0xffff, 16, FALSE, signed,
811 ppc64_elf_unhandled_reloc),
812
813 HOW (R_PPC64_JMP_IREL, 0, 0, 0, 0, FALSE, dont,
814 ppc64_elf_unhandled_reloc),
815
816 HOW (R_PPC64_IRELATIVE, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
817 bfd_elf_generic_reloc),
818
819 /* A 16 bit relative relocation. */
820 HOW (R_PPC64_REL16, 1, 16, 0xffff, 0, TRUE, signed,
821 bfd_elf_generic_reloc),
822
823 /* A 16 bit relative relocation without overflow. */
824 HOW (R_PPC64_REL16_LO, 1, 16, 0xffff, 0, TRUE, dont,
825 bfd_elf_generic_reloc),
826
827 /* The high order 16 bits of a relative address. */
828 HOW (R_PPC64_REL16_HI, 1, 16, 0xffff, 16, TRUE, signed,
829 bfd_elf_generic_reloc),
830
831 /* The high order 16 bits of a relative address, plus 1 if the contents of
832 the low 16 bits, treated as a signed number, is negative. */
833 HOW (R_PPC64_REL16_HA, 1, 16, 0xffff, 16, TRUE, signed,
834 ppc64_elf_ha_reloc),
835
836 HOW (R_PPC64_REL16_HIGH, 1, 16, 0xffff, 16, TRUE, dont,
837 bfd_elf_generic_reloc),
838
839 HOW (R_PPC64_REL16_HIGHA, 1, 16, 0xffff, 16, TRUE, dont,
840 ppc64_elf_ha_reloc),
841
842 HOW (R_PPC64_REL16_HIGHER, 1, 16, 0xffff, 32, TRUE, dont,
843 bfd_elf_generic_reloc),
844
845 HOW (R_PPC64_REL16_HIGHERA, 1, 16, 0xffff, 32, TRUE, dont,
846 ppc64_elf_ha_reloc),
847
848 HOW (R_PPC64_REL16_HIGHEST, 1, 16, 0xffff, 48, TRUE, dont,
849 bfd_elf_generic_reloc),
850
851 HOW (R_PPC64_REL16_HIGHESTA, 1, 16, 0xffff, 48, TRUE, dont,
852 ppc64_elf_ha_reloc),
853
854 /* Like R_PPC64_REL16_HA but for split field in addpcis. */
855 HOW (R_PPC64_REL16DX_HA, 2, 16, 0x1fffc1, 16, TRUE, signed,
856 ppc64_elf_ha_reloc),
857
858 /* A split-field reloc for addpcis, non-relative (gas internal use only). */
859 HOW (R_PPC64_16DX_HA, 2, 16, 0x1fffc1, 16, FALSE, signed,
860 ppc64_elf_ha_reloc),
861
862 /* Like R_PPC64_ADDR16_HI, but no overflow. */
863 HOW (R_PPC64_ADDR16_HIGH, 1, 16, 0xffff, 16, FALSE, dont,
864 bfd_elf_generic_reloc),
865
866 /* Like R_PPC64_ADDR16_HA, but no overflow. */
867 HOW (R_PPC64_ADDR16_HIGHA, 1, 16, 0xffff, 16, FALSE, dont,
868 ppc64_elf_ha_reloc),
869
870 /* Like R_PPC64_DTPREL16_HI, but no overflow. */
871 HOW (R_PPC64_DTPREL16_HIGH, 1, 16, 0xffff, 16, FALSE, dont,
872 ppc64_elf_unhandled_reloc),
873
874 /* Like R_PPC64_DTPREL16_HA, but no overflow. */
875 HOW (R_PPC64_DTPREL16_HIGHA, 1, 16, 0xffff, 16, FALSE, dont,
876 ppc64_elf_unhandled_reloc),
877
878 /* Like R_PPC64_TPREL16_HI, but no overflow. */
879 HOW (R_PPC64_TPREL16_HIGH, 1, 16, 0xffff, 16, FALSE, dont,
880 ppc64_elf_unhandled_reloc),
881
882 /* Like R_PPC64_TPREL16_HA, but no overflow. */
883 HOW (R_PPC64_TPREL16_HIGHA, 1, 16, 0xffff, 16, FALSE, dont,
884 ppc64_elf_unhandled_reloc),
885
886 /* Marker reloc on ELFv2 large-model function entry. */
887 HOW (R_PPC64_ENTRY, 2, 32, 0, 0, FALSE, dont,
888 bfd_elf_generic_reloc),
889
890 /* Like ADDR64, but use local entry point of function. */
891 HOW (R_PPC64_ADDR64_LOCAL, 4, 64, 0xffffffffffffffffULL, 0, FALSE, dont,
892 bfd_elf_generic_reloc),
893
894 HOW (R_PPC64_PLTSEQ_NOTOC, 2, 32, 0, 0, FALSE, dont,
895 bfd_elf_generic_reloc),
896
897 HOW (R_PPC64_PLTCALL_NOTOC, 2, 32, 0, 0, FALSE, dont,
898 bfd_elf_generic_reloc),
899
900 HOW (R_PPC64_PCREL_OPT, 2, 32, 0, 0, FALSE, dont,
901 bfd_elf_generic_reloc),
902
903 HOW (R_PPC64_D34, 4, 34, 0x3ffff0000ffffULL, 0, FALSE, signed,
904 ppc64_elf_prefix_reloc),
905
906 HOW (R_PPC64_D34_LO, 4, 34, 0x3ffff0000ffffULL, 0, FALSE, dont,
907 ppc64_elf_prefix_reloc),
908
909 HOW (R_PPC64_D34_HI30, 4, 34, 0x3ffff0000ffffULL, 34, FALSE, dont,
910 ppc64_elf_prefix_reloc),
911
912 HOW (R_PPC64_D34_HA30, 4, 34, 0x3ffff0000ffffULL, 34, FALSE, dont,
913 ppc64_elf_prefix_reloc),
914
915 HOW (R_PPC64_PCREL34, 4, 34, 0x3ffff0000ffffULL, 0, TRUE, signed,
916 ppc64_elf_prefix_reloc),
917
918 HOW (R_PPC64_GOT_PCREL34, 4, 34, 0x3ffff0000ffffULL, 0, TRUE, signed,
919 ppc64_elf_unhandled_reloc),
920
921 HOW (R_PPC64_PLT_PCREL34, 4, 34, 0x3ffff0000ffffULL, 0, TRUE, signed,
922 ppc64_elf_unhandled_reloc),
923
924 HOW (R_PPC64_PLT_PCREL34_NOTOC, 4, 34, 0x3ffff0000ffffULL, 0, TRUE, signed,
925 ppc64_elf_unhandled_reloc),
926
927 HOW (R_PPC64_TPREL34, 4, 34, 0x3ffff0000ffffULL, 0, FALSE, signed,
928 ppc64_elf_unhandled_reloc),
929
930 HOW (R_PPC64_DTPREL34, 4, 34, 0x3ffff0000ffffULL, 0, FALSE, signed,
931 ppc64_elf_unhandled_reloc),
932
933 HOW (R_PPC64_GOT_TLSGD_PCREL34, 4, 34, 0x3ffff0000ffffULL, 0, TRUE, signed,
934 ppc64_elf_unhandled_reloc),
935
936 HOW (R_PPC64_GOT_TLSLD_PCREL34, 4, 34, 0x3ffff0000ffffULL, 0, TRUE, signed,
937 ppc64_elf_unhandled_reloc),
938
939 HOW (R_PPC64_GOT_TPREL_PCREL34, 4, 34, 0x3ffff0000ffffULL, 0, TRUE, signed,
940 ppc64_elf_unhandled_reloc),
941
942 HOW (R_PPC64_GOT_DTPREL_PCREL34, 4, 34, 0x3ffff0000ffffULL, 0, TRUE, signed,
943 ppc64_elf_unhandled_reloc),
944
945 HOW (R_PPC64_ADDR16_HIGHER34, 1, 16, 0xffff, 34, FALSE, dont,
946 bfd_elf_generic_reloc),
947
948 HOW (R_PPC64_ADDR16_HIGHERA34, 1, 16, 0xffff, 34, FALSE, dont,
949 ppc64_elf_ha_reloc),
950
951 HOW (R_PPC64_ADDR16_HIGHEST34, 1, 16, 0xffff, 50, FALSE, dont,
952 bfd_elf_generic_reloc),
953
954 HOW (R_PPC64_ADDR16_HIGHESTA34, 1, 16, 0xffff, 50, FALSE, dont,
955 ppc64_elf_ha_reloc),
956
957 HOW (R_PPC64_REL16_HIGHER34, 1, 16, 0xffff, 34, TRUE, dont,
958 bfd_elf_generic_reloc),
959
960 HOW (R_PPC64_REL16_HIGHERA34, 1, 16, 0xffff, 34, TRUE, dont,
961 ppc64_elf_ha_reloc),
962
963 HOW (R_PPC64_REL16_HIGHEST34, 1, 16, 0xffff, 50, TRUE, dont,
964 bfd_elf_generic_reloc),
965
966 HOW (R_PPC64_REL16_HIGHESTA34, 1, 16, 0xffff, 50, TRUE, dont,
967 ppc64_elf_ha_reloc),
968
969 HOW (R_PPC64_D28, 4, 28, 0xfff0000ffffULL, 0, FALSE, signed,
970 ppc64_elf_prefix_reloc),
971
972 HOW (R_PPC64_PCREL28, 4, 28, 0xfff0000ffffULL, 0, TRUE, signed,
973 ppc64_elf_prefix_reloc),
974
975 /* GNU extension to record C++ vtable hierarchy. */
976 HOW (R_PPC64_GNU_VTINHERIT, 0, 0, 0, 0, FALSE, dont,
977 NULL),
978
979 /* GNU extension to record C++ vtable member usage. */
980 HOW (R_PPC64_GNU_VTENTRY, 0, 0, 0, 0, FALSE, dont,
981 NULL),
982 };
983
984 \f
985 /* Initialize the ppc64_elf_howto_table, so that linear accesses can
986 be done. */
987
988 static void
989 ppc_howto_init (void)
990 {
991 unsigned int i, type;
992
993 for (i = 0; i < ARRAY_SIZE (ppc64_elf_howto_raw); i++)
994 {
995 type = ppc64_elf_howto_raw[i].type;
996 BFD_ASSERT (type < ARRAY_SIZE (ppc64_elf_howto_table));
997 ppc64_elf_howto_table[type] = &ppc64_elf_howto_raw[i];
998 }
999 }
1000
1001 static reloc_howto_type *
1002 ppc64_elf_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code)
1003 {
1004 enum elf_ppc64_reloc_type r = R_PPC64_NONE;
1005
1006 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
1007 /* Initialize howto table if needed. */
1008 ppc_howto_init ();
1009
1010 switch (code)
1011 {
1012 default:
1013 /* xgettext:c-format */
1014 _bfd_error_handler (_("%pB: unsupported relocation type %#x"), abfd,
1015 (int) code);
1016 bfd_set_error (bfd_error_bad_value);
1017 return NULL;
1018
1019 case BFD_RELOC_NONE: r = R_PPC64_NONE;
1020 break;
1021 case BFD_RELOC_32: r = R_PPC64_ADDR32;
1022 break;
1023 case BFD_RELOC_PPC_BA26: r = R_PPC64_ADDR24;
1024 break;
1025 case BFD_RELOC_16: r = R_PPC64_ADDR16;
1026 break;
1027 case BFD_RELOC_LO16: r = R_PPC64_ADDR16_LO;
1028 break;
1029 case BFD_RELOC_HI16: r = R_PPC64_ADDR16_HI;
1030 break;
1031 case BFD_RELOC_PPC64_ADDR16_HIGH: r = R_PPC64_ADDR16_HIGH;
1032 break;
1033 case BFD_RELOC_HI16_S: r = R_PPC64_ADDR16_HA;
1034 break;
1035 case BFD_RELOC_PPC64_ADDR16_HIGHA: r = R_PPC64_ADDR16_HIGHA;
1036 break;
1037 case BFD_RELOC_PPC_BA16: r = R_PPC64_ADDR14;
1038 break;
1039 case BFD_RELOC_PPC_BA16_BRTAKEN: r = R_PPC64_ADDR14_BRTAKEN;
1040 break;
1041 case BFD_RELOC_PPC_BA16_BRNTAKEN: r = R_PPC64_ADDR14_BRNTAKEN;
1042 break;
1043 case BFD_RELOC_PPC_B26: r = R_PPC64_REL24;
1044 break;
1045 case BFD_RELOC_PPC64_REL24_NOTOC: r = R_PPC64_REL24_NOTOC;
1046 break;
1047 case BFD_RELOC_PPC_B16: r = R_PPC64_REL14;
1048 break;
1049 case BFD_RELOC_PPC_B16_BRTAKEN: r = R_PPC64_REL14_BRTAKEN;
1050 break;
1051 case BFD_RELOC_PPC_B16_BRNTAKEN: r = R_PPC64_REL14_BRNTAKEN;
1052 break;
1053 case BFD_RELOC_16_GOTOFF: r = R_PPC64_GOT16;
1054 break;
1055 case BFD_RELOC_LO16_GOTOFF: r = R_PPC64_GOT16_LO;
1056 break;
1057 case BFD_RELOC_HI16_GOTOFF: r = R_PPC64_GOT16_HI;
1058 break;
1059 case BFD_RELOC_HI16_S_GOTOFF: r = R_PPC64_GOT16_HA;
1060 break;
1061 case BFD_RELOC_PPC_COPY: r = R_PPC64_COPY;
1062 break;
1063 case BFD_RELOC_PPC_GLOB_DAT: r = R_PPC64_GLOB_DAT;
1064 break;
1065 case BFD_RELOC_32_PCREL: r = R_PPC64_REL32;
1066 break;
1067 case BFD_RELOC_32_PLTOFF: r = R_PPC64_PLT32;
1068 break;
1069 case BFD_RELOC_32_PLT_PCREL: r = R_PPC64_PLTREL32;
1070 break;
1071 case BFD_RELOC_LO16_PLTOFF: r = R_PPC64_PLT16_LO;
1072 break;
1073 case BFD_RELOC_HI16_PLTOFF: r = R_PPC64_PLT16_HI;
1074 break;
1075 case BFD_RELOC_HI16_S_PLTOFF: r = R_PPC64_PLT16_HA;
1076 break;
1077 case BFD_RELOC_16_BASEREL: r = R_PPC64_SECTOFF;
1078 break;
1079 case BFD_RELOC_LO16_BASEREL: r = R_PPC64_SECTOFF_LO;
1080 break;
1081 case BFD_RELOC_HI16_BASEREL: r = R_PPC64_SECTOFF_HI;
1082 break;
1083 case BFD_RELOC_HI16_S_BASEREL: r = R_PPC64_SECTOFF_HA;
1084 break;
1085 case BFD_RELOC_CTOR: r = R_PPC64_ADDR64;
1086 break;
1087 case BFD_RELOC_64: r = R_PPC64_ADDR64;
1088 break;
1089 case BFD_RELOC_PPC64_HIGHER: r = R_PPC64_ADDR16_HIGHER;
1090 break;
1091 case BFD_RELOC_PPC64_HIGHER_S: r = R_PPC64_ADDR16_HIGHERA;
1092 break;
1093 case BFD_RELOC_PPC64_HIGHEST: r = R_PPC64_ADDR16_HIGHEST;
1094 break;
1095 case BFD_RELOC_PPC64_HIGHEST_S: r = R_PPC64_ADDR16_HIGHESTA;
1096 break;
1097 case BFD_RELOC_64_PCREL: r = R_PPC64_REL64;
1098 break;
1099 case BFD_RELOC_64_PLTOFF: r = R_PPC64_PLT64;
1100 break;
1101 case BFD_RELOC_64_PLT_PCREL: r = R_PPC64_PLTREL64;
1102 break;
1103 case BFD_RELOC_PPC_TOC16: r = R_PPC64_TOC16;
1104 break;
1105 case BFD_RELOC_PPC64_TOC16_LO: r = R_PPC64_TOC16_LO;
1106 break;
1107 case BFD_RELOC_PPC64_TOC16_HI: r = R_PPC64_TOC16_HI;
1108 break;
1109 case BFD_RELOC_PPC64_TOC16_HA: r = R_PPC64_TOC16_HA;
1110 break;
1111 case BFD_RELOC_PPC64_TOC: r = R_PPC64_TOC;
1112 break;
1113 case BFD_RELOC_PPC64_PLTGOT16: r = R_PPC64_PLTGOT16;
1114 break;
1115 case BFD_RELOC_PPC64_PLTGOT16_LO: r = R_PPC64_PLTGOT16_LO;
1116 break;
1117 case BFD_RELOC_PPC64_PLTGOT16_HI: r = R_PPC64_PLTGOT16_HI;
1118 break;
1119 case BFD_RELOC_PPC64_PLTGOT16_HA: r = R_PPC64_PLTGOT16_HA;
1120 break;
1121 case BFD_RELOC_PPC64_ADDR16_DS: r = R_PPC64_ADDR16_DS;
1122 break;
1123 case BFD_RELOC_PPC64_ADDR16_LO_DS: r = R_PPC64_ADDR16_LO_DS;
1124 break;
1125 case BFD_RELOC_PPC64_GOT16_DS: r = R_PPC64_GOT16_DS;
1126 break;
1127 case BFD_RELOC_PPC64_GOT16_LO_DS: r = R_PPC64_GOT16_LO_DS;
1128 break;
1129 case BFD_RELOC_PPC64_PLT16_LO_DS: r = R_PPC64_PLT16_LO_DS;
1130 break;
1131 case BFD_RELOC_PPC64_SECTOFF_DS: r = R_PPC64_SECTOFF_DS;
1132 break;
1133 case BFD_RELOC_PPC64_SECTOFF_LO_DS: r = R_PPC64_SECTOFF_LO_DS;
1134 break;
1135 case BFD_RELOC_PPC64_TOC16_DS: r = R_PPC64_TOC16_DS;
1136 break;
1137 case BFD_RELOC_PPC64_TOC16_LO_DS: r = R_PPC64_TOC16_LO_DS;
1138 break;
1139 case BFD_RELOC_PPC64_PLTGOT16_DS: r = R_PPC64_PLTGOT16_DS;
1140 break;
1141 case BFD_RELOC_PPC64_PLTGOT16_LO_DS: r = R_PPC64_PLTGOT16_LO_DS;
1142 break;
1143 case BFD_RELOC_PPC64_TLS_PCREL:
1144 case BFD_RELOC_PPC_TLS: r = R_PPC64_TLS;
1145 break;
1146 case BFD_RELOC_PPC_TLSGD: r = R_PPC64_TLSGD;
1147 break;
1148 case BFD_RELOC_PPC_TLSLD: r = R_PPC64_TLSLD;
1149 break;
1150 case BFD_RELOC_PPC_DTPMOD: r = R_PPC64_DTPMOD64;
1151 break;
1152 case BFD_RELOC_PPC_TPREL16: r = R_PPC64_TPREL16;
1153 break;
1154 case BFD_RELOC_PPC_TPREL16_LO: r = R_PPC64_TPREL16_LO;
1155 break;
1156 case BFD_RELOC_PPC_TPREL16_HI: r = R_PPC64_TPREL16_HI;
1157 break;
1158 case BFD_RELOC_PPC64_TPREL16_HIGH: r = R_PPC64_TPREL16_HIGH;
1159 break;
1160 case BFD_RELOC_PPC_TPREL16_HA: r = R_PPC64_TPREL16_HA;
1161 break;
1162 case BFD_RELOC_PPC64_TPREL16_HIGHA: r = R_PPC64_TPREL16_HIGHA;
1163 break;
1164 case BFD_RELOC_PPC_TPREL: r = R_PPC64_TPREL64;
1165 break;
1166 case BFD_RELOC_PPC_DTPREL16: r = R_PPC64_DTPREL16;
1167 break;
1168 case BFD_RELOC_PPC_DTPREL16_LO: r = R_PPC64_DTPREL16_LO;
1169 break;
1170 case BFD_RELOC_PPC_DTPREL16_HI: r = R_PPC64_DTPREL16_HI;
1171 break;
1172 case BFD_RELOC_PPC64_DTPREL16_HIGH: r = R_PPC64_DTPREL16_HIGH;
1173 break;
1174 case BFD_RELOC_PPC_DTPREL16_HA: r = R_PPC64_DTPREL16_HA;
1175 break;
1176 case BFD_RELOC_PPC64_DTPREL16_HIGHA: r = R_PPC64_DTPREL16_HIGHA;
1177 break;
1178 case BFD_RELOC_PPC_DTPREL: r = R_PPC64_DTPREL64;
1179 break;
1180 case BFD_RELOC_PPC_GOT_TLSGD16: r = R_PPC64_GOT_TLSGD16;
1181 break;
1182 case BFD_RELOC_PPC_GOT_TLSGD16_LO: r = R_PPC64_GOT_TLSGD16_LO;
1183 break;
1184 case BFD_RELOC_PPC_GOT_TLSGD16_HI: r = R_PPC64_GOT_TLSGD16_HI;
1185 break;
1186 case BFD_RELOC_PPC_GOT_TLSGD16_HA: r = R_PPC64_GOT_TLSGD16_HA;
1187 break;
1188 case BFD_RELOC_PPC_GOT_TLSLD16: r = R_PPC64_GOT_TLSLD16;
1189 break;
1190 case BFD_RELOC_PPC_GOT_TLSLD16_LO: r = R_PPC64_GOT_TLSLD16_LO;
1191 break;
1192 case BFD_RELOC_PPC_GOT_TLSLD16_HI: r = R_PPC64_GOT_TLSLD16_HI;
1193 break;
1194 case BFD_RELOC_PPC_GOT_TLSLD16_HA: r = R_PPC64_GOT_TLSLD16_HA;
1195 break;
1196 case BFD_RELOC_PPC_GOT_TPREL16: r = R_PPC64_GOT_TPREL16_DS;
1197 break;
1198 case BFD_RELOC_PPC_GOT_TPREL16_LO: r = R_PPC64_GOT_TPREL16_LO_DS;
1199 break;
1200 case BFD_RELOC_PPC_GOT_TPREL16_HI: r = R_PPC64_GOT_TPREL16_HI;
1201 break;
1202 case BFD_RELOC_PPC_GOT_TPREL16_HA: r = R_PPC64_GOT_TPREL16_HA;
1203 break;
1204 case BFD_RELOC_PPC_GOT_DTPREL16: r = R_PPC64_GOT_DTPREL16_DS;
1205 break;
1206 case BFD_RELOC_PPC_GOT_DTPREL16_LO: r = R_PPC64_GOT_DTPREL16_LO_DS;
1207 break;
1208 case BFD_RELOC_PPC_GOT_DTPREL16_HI: r = R_PPC64_GOT_DTPREL16_HI;
1209 break;
1210 case BFD_RELOC_PPC_GOT_DTPREL16_HA: r = R_PPC64_GOT_DTPREL16_HA;
1211 break;
1212 case BFD_RELOC_PPC64_TPREL16_DS: r = R_PPC64_TPREL16_DS;
1213 break;
1214 case BFD_RELOC_PPC64_TPREL16_LO_DS: r = R_PPC64_TPREL16_LO_DS;
1215 break;
1216 case BFD_RELOC_PPC64_TPREL16_HIGHER: r = R_PPC64_TPREL16_HIGHER;
1217 break;
1218 case BFD_RELOC_PPC64_TPREL16_HIGHERA: r = R_PPC64_TPREL16_HIGHERA;
1219 break;
1220 case BFD_RELOC_PPC64_TPREL16_HIGHEST: r = R_PPC64_TPREL16_HIGHEST;
1221 break;
1222 case BFD_RELOC_PPC64_TPREL16_HIGHESTA: r = R_PPC64_TPREL16_HIGHESTA;
1223 break;
1224 case BFD_RELOC_PPC64_DTPREL16_DS: r = R_PPC64_DTPREL16_DS;
1225 break;
1226 case BFD_RELOC_PPC64_DTPREL16_LO_DS: r = R_PPC64_DTPREL16_LO_DS;
1227 break;
1228 case BFD_RELOC_PPC64_DTPREL16_HIGHER: r = R_PPC64_DTPREL16_HIGHER;
1229 break;
1230 case BFD_RELOC_PPC64_DTPREL16_HIGHERA: r = R_PPC64_DTPREL16_HIGHERA;
1231 break;
1232 case BFD_RELOC_PPC64_DTPREL16_HIGHEST: r = R_PPC64_DTPREL16_HIGHEST;
1233 break;
1234 case BFD_RELOC_PPC64_DTPREL16_HIGHESTA: r = R_PPC64_DTPREL16_HIGHESTA;
1235 break;
1236 case BFD_RELOC_16_PCREL: r = R_PPC64_REL16;
1237 break;
1238 case BFD_RELOC_LO16_PCREL: r = R_PPC64_REL16_LO;
1239 break;
1240 case BFD_RELOC_HI16_PCREL: r = R_PPC64_REL16_HI;
1241 break;
1242 case BFD_RELOC_HI16_S_PCREL: r = R_PPC64_REL16_HA;
1243 break;
1244 case BFD_RELOC_PPC64_REL16_HIGH: r = R_PPC64_REL16_HIGH;
1245 break;
1246 case BFD_RELOC_PPC64_REL16_HIGHA: r = R_PPC64_REL16_HIGHA;
1247 break;
1248 case BFD_RELOC_PPC64_REL16_HIGHER: r = R_PPC64_REL16_HIGHER;
1249 break;
1250 case BFD_RELOC_PPC64_REL16_HIGHERA: r = R_PPC64_REL16_HIGHERA;
1251 break;
1252 case BFD_RELOC_PPC64_REL16_HIGHEST: r = R_PPC64_REL16_HIGHEST;
1253 break;
1254 case BFD_RELOC_PPC64_REL16_HIGHESTA: r = R_PPC64_REL16_HIGHESTA;
1255 break;
1256 case BFD_RELOC_PPC_16DX_HA: r = R_PPC64_16DX_HA;
1257 break;
1258 case BFD_RELOC_PPC_REL16DX_HA: r = R_PPC64_REL16DX_HA;
1259 break;
1260 case BFD_RELOC_PPC64_ENTRY: r = R_PPC64_ENTRY;
1261 break;
1262 case BFD_RELOC_PPC64_ADDR64_LOCAL: r = R_PPC64_ADDR64_LOCAL;
1263 break;
1264 case BFD_RELOC_PPC64_D34: r = R_PPC64_D34;
1265 break;
1266 case BFD_RELOC_PPC64_D34_LO: r = R_PPC64_D34_LO;
1267 break;
1268 case BFD_RELOC_PPC64_D34_HI30: r = R_PPC64_D34_HI30;
1269 break;
1270 case BFD_RELOC_PPC64_D34_HA30: r = R_PPC64_D34_HA30;
1271 break;
1272 case BFD_RELOC_PPC64_PCREL34: r = R_PPC64_PCREL34;
1273 break;
1274 case BFD_RELOC_PPC64_GOT_PCREL34: r = R_PPC64_GOT_PCREL34;
1275 break;
1276 case BFD_RELOC_PPC64_PLT_PCREL34: r = R_PPC64_PLT_PCREL34;
1277 break;
1278 case BFD_RELOC_PPC64_TPREL34: r = R_PPC64_TPREL34;
1279 break;
1280 case BFD_RELOC_PPC64_DTPREL34: r = R_PPC64_DTPREL34;
1281 break;
1282 case BFD_RELOC_PPC64_GOT_TLSGD_PCREL34: r = R_PPC64_GOT_TLSGD_PCREL34;
1283 break;
1284 case BFD_RELOC_PPC64_GOT_TLSLD_PCREL34: r = R_PPC64_GOT_TLSLD_PCREL34;
1285 break;
1286 case BFD_RELOC_PPC64_GOT_TPREL_PCREL34: r = R_PPC64_GOT_TPREL_PCREL34;
1287 break;
1288 case BFD_RELOC_PPC64_GOT_DTPREL_PCREL34: r = R_PPC64_GOT_DTPREL_PCREL34;
1289 break;
1290 case BFD_RELOC_PPC64_ADDR16_HIGHER34: r = R_PPC64_ADDR16_HIGHER34;
1291 break;
1292 case BFD_RELOC_PPC64_ADDR16_HIGHERA34: r = R_PPC64_ADDR16_HIGHERA34;
1293 break;
1294 case BFD_RELOC_PPC64_ADDR16_HIGHEST34: r = R_PPC64_ADDR16_HIGHEST34;
1295 break;
1296 case BFD_RELOC_PPC64_ADDR16_HIGHESTA34: r = R_PPC64_ADDR16_HIGHESTA34;
1297 break;
1298 case BFD_RELOC_PPC64_REL16_HIGHER34: r = R_PPC64_REL16_HIGHER34;
1299 break;
1300 case BFD_RELOC_PPC64_REL16_HIGHERA34: r = R_PPC64_REL16_HIGHERA34;
1301 break;
1302 case BFD_RELOC_PPC64_REL16_HIGHEST34: r = R_PPC64_REL16_HIGHEST34;
1303 break;
1304 case BFD_RELOC_PPC64_REL16_HIGHESTA34: r = R_PPC64_REL16_HIGHESTA34;
1305 break;
1306 case BFD_RELOC_PPC64_D28: r = R_PPC64_D28;
1307 break;
1308 case BFD_RELOC_PPC64_PCREL28: r = R_PPC64_PCREL28;
1309 break;
1310 case BFD_RELOC_VTABLE_INHERIT: r = R_PPC64_GNU_VTINHERIT;
1311 break;
1312 case BFD_RELOC_VTABLE_ENTRY: r = R_PPC64_GNU_VTENTRY;
1313 break;
1314 }
1315
1316 return ppc64_elf_howto_table[r];
1317 };
1318
1319 static reloc_howto_type *
1320 ppc64_elf_reloc_name_lookup (bfd *abfd, const char *r_name)
1321 {
1322 unsigned int i;
1323 static char *compat_map[][2] = {
1324 { "R_PPC64_GOT_TLSGD34", "R_PPC64_GOT_TLSGD_PCREL34" },
1325 { "R_PPC64_GOT_TLSLD34", "R_PPC64_GOT_TLSLD_PCREL34" },
1326 { "R_PPC64_GOT_TPREL34", "R_PPC64_GOT_TPREL_PCREL34" },
1327 { "R_PPC64_GOT_DTPREL34", "R_PPC64_GOT_DTPREL_PCREL34" }
1328 };
1329
1330 for (i = 0; i < ARRAY_SIZE (ppc64_elf_howto_raw); i++)
1331 if (ppc64_elf_howto_raw[i].name != NULL
1332 && strcasecmp (ppc64_elf_howto_raw[i].name, r_name) == 0)
1333 return &ppc64_elf_howto_raw[i];
1334
1335 /* Handle old names of relocations in case they were used by
1336 .reloc directives.
1337 FIXME: Remove this soon. Mapping the reloc names is very likely
1338 completely unnecessary. */
1339 for (i = 0; i < ARRAY_SIZE (compat_map); i++)
1340 if (strcasecmp (compat_map[i][0], r_name) == 0)
1341 {
1342 _bfd_error_handler (_("warning: %s should be used rather than %s"),
1343 compat_map[i][1], compat_map[i][0]);
1344 return ppc64_elf_reloc_name_lookup (abfd, compat_map[i][1]);
1345 }
1346
1347 return NULL;
1348 }
1349
1350 /* Set the howto pointer for a PowerPC ELF reloc. */
1351
1352 static bfd_boolean
1353 ppc64_elf_info_to_howto (bfd *abfd, arelent *cache_ptr,
1354 Elf_Internal_Rela *dst)
1355 {
1356 unsigned int type;
1357
1358 /* Initialize howto table if needed. */
1359 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
1360 ppc_howto_init ();
1361
1362 type = ELF64_R_TYPE (dst->r_info);
1363 if (type >= ARRAY_SIZE (ppc64_elf_howto_table))
1364 {
1365 /* xgettext:c-format */
1366 _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
1367 abfd, type);
1368 bfd_set_error (bfd_error_bad_value);
1369 return FALSE;
1370 }
1371 cache_ptr->howto = ppc64_elf_howto_table[type];
1372 if (cache_ptr->howto == NULL || cache_ptr->howto->name == NULL)
1373 {
1374 /* xgettext:c-format */
1375 _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
1376 abfd, type);
1377 bfd_set_error (bfd_error_bad_value);
1378 return FALSE;
1379 }
1380
1381 return TRUE;
1382 }
1383
1384 /* Handle the R_PPC64_ADDR16_HA and similar relocs. */
1385
1386 static bfd_reloc_status_type
1387 ppc64_elf_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1388 void *data, asection *input_section,
1389 bfd *output_bfd, char **error_message)
1390 {
1391 enum elf_ppc64_reloc_type r_type;
1392 long insn;
1393 bfd_size_type octets;
1394 bfd_vma value;
1395
1396 /* If this is a relocatable link (output_bfd test tells us), just
1397 call the generic function. Any adjustment will be done at final
1398 link time. */
1399 if (output_bfd != NULL)
1400 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1401 input_section, output_bfd, error_message);
1402
1403 /* Adjust the addend for sign extension of the low 16 (or 34) bits.
1404 We won't actually be using the low bits, so trashing them
1405 doesn't matter. */
1406 r_type = reloc_entry->howto->type;
1407 if (r_type == R_PPC64_ADDR16_HIGHERA34
1408 || r_type == R_PPC64_ADDR16_HIGHESTA34
1409 || r_type == R_PPC64_REL16_HIGHERA34
1410 || r_type == R_PPC64_REL16_HIGHESTA34)
1411 reloc_entry->addend += 1ULL << 33;
1412 else
1413 reloc_entry->addend += 1U << 15;
1414 if (r_type != R_PPC64_REL16DX_HA)
1415 return bfd_reloc_continue;
1416
1417 value = 0;
1418 if (!bfd_is_com_section (symbol->section))
1419 value = symbol->value;
1420 value += (reloc_entry->addend
1421 + symbol->section->output_offset
1422 + symbol->section->output_section->vma);
1423 value -= (reloc_entry->address
1424 + input_section->output_offset
1425 + input_section->output_section->vma);
1426 value = (bfd_signed_vma) value >> 16;
1427
1428 octets = reloc_entry->address * OCTETS_PER_BYTE (abfd, input_section);
1429 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
1430 insn &= ~0x1fffc1;
1431 insn |= (value & 0xffc1) | ((value & 0x3e) << 15);
1432 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
1433 if (value + 0x8000 > 0xffff)
1434 return bfd_reloc_overflow;
1435 return bfd_reloc_ok;
1436 }
1437
1438 static bfd_reloc_status_type
1439 ppc64_elf_branch_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1440 void *data, asection *input_section,
1441 bfd *output_bfd, char **error_message)
1442 {
1443 if (output_bfd != NULL)
1444 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1445 input_section, output_bfd, error_message);
1446
1447 if (strcmp (symbol->section->name, ".opd") == 0
1448 && (symbol->section->owner->flags & DYNAMIC) == 0)
1449 {
1450 bfd_vma dest = opd_entry_value (symbol->section,
1451 symbol->value + reloc_entry->addend,
1452 NULL, NULL, FALSE);
1453 if (dest != (bfd_vma) -1)
1454 reloc_entry->addend = dest - (symbol->value
1455 + symbol->section->output_section->vma
1456 + symbol->section->output_offset);
1457 }
1458 else
1459 {
1460 elf_symbol_type *elfsym = (elf_symbol_type *) symbol;
1461
1462 if (symbol->section->owner != abfd
1463 && symbol->section->owner != NULL
1464 && abiversion (symbol->section->owner) >= 2)
1465 {
1466 unsigned int i;
1467
1468 for (i = 0; i < symbol->section->owner->symcount; ++i)
1469 {
1470 asymbol *symdef = symbol->section->owner->outsymbols[i];
1471
1472 if (strcmp (symdef->name, symbol->name) == 0)
1473 {
1474 elfsym = (elf_symbol_type *) symdef;
1475 break;
1476 }
1477 }
1478 }
1479 reloc_entry->addend
1480 += PPC64_LOCAL_ENTRY_OFFSET (elfsym->internal_elf_sym.st_other);
1481 }
1482 return bfd_reloc_continue;
1483 }
1484
1485 static bfd_reloc_status_type
1486 ppc64_elf_brtaken_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1487 void *data, asection *input_section,
1488 bfd *output_bfd, char **error_message)
1489 {
1490 long insn;
1491 enum elf_ppc64_reloc_type r_type;
1492 bfd_size_type octets;
1493 /* Assume 'at' branch hints. */
1494 bfd_boolean is_isa_v2 = TRUE;
1495
1496 /* If this is a relocatable link (output_bfd test tells us), just
1497 call the generic function. Any adjustment will be done at final
1498 link time. */
1499 if (output_bfd != NULL)
1500 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1501 input_section, output_bfd, error_message);
1502
1503 octets = reloc_entry->address * OCTETS_PER_BYTE (abfd, input_section);
1504 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
1505 insn &= ~(0x01 << 21);
1506 r_type = reloc_entry->howto->type;
1507 if (r_type == R_PPC64_ADDR14_BRTAKEN
1508 || r_type == R_PPC64_REL14_BRTAKEN)
1509 insn |= 0x01 << 21; /* 'y' or 't' bit, lowest bit of BO field. */
1510
1511 if (is_isa_v2)
1512 {
1513 /* Set 'a' bit. This is 0b00010 in BO field for branch
1514 on CR(BI) insns (BO == 001at or 011at), and 0b01000
1515 for branch on CTR insns (BO == 1a00t or 1a01t). */
1516 if ((insn & (0x14 << 21)) == (0x04 << 21))
1517 insn |= 0x02 << 21;
1518 else if ((insn & (0x14 << 21)) == (0x10 << 21))
1519 insn |= 0x08 << 21;
1520 else
1521 goto out;
1522 }
1523 else
1524 {
1525 bfd_vma target = 0;
1526 bfd_vma from;
1527
1528 if (!bfd_is_com_section (symbol->section))
1529 target = symbol->value;
1530 target += symbol->section->output_section->vma;
1531 target += symbol->section->output_offset;
1532 target += reloc_entry->addend;
1533
1534 from = (reloc_entry->address
1535 + input_section->output_offset
1536 + input_section->output_section->vma);
1537
1538 /* Invert 'y' bit if not the default. */
1539 if ((bfd_signed_vma) (target - from) < 0)
1540 insn ^= 0x01 << 21;
1541 }
1542 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
1543 out:
1544 return ppc64_elf_branch_reloc (abfd, reloc_entry, symbol, data,
1545 input_section, output_bfd, error_message);
1546 }
1547
1548 static bfd_reloc_status_type
1549 ppc64_elf_sectoff_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1550 void *data, asection *input_section,
1551 bfd *output_bfd, char **error_message)
1552 {
1553 /* If this is a relocatable link (output_bfd test tells us), just
1554 call the generic function. Any adjustment will be done at final
1555 link time. */
1556 if (output_bfd != NULL)
1557 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1558 input_section, output_bfd, error_message);
1559
1560 /* Subtract the symbol section base address. */
1561 reloc_entry->addend -= symbol->section->output_section->vma;
1562 return bfd_reloc_continue;
1563 }
1564
1565 static bfd_reloc_status_type
1566 ppc64_elf_sectoff_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1567 void *data, asection *input_section,
1568 bfd *output_bfd, char **error_message)
1569 {
1570 /* If this is a relocatable link (output_bfd test tells us), just
1571 call the generic function. Any adjustment will be done at final
1572 link time. */
1573 if (output_bfd != NULL)
1574 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1575 input_section, output_bfd, error_message);
1576
1577 /* Subtract the symbol section base address. */
1578 reloc_entry->addend -= symbol->section->output_section->vma;
1579
1580 /* Adjust the addend for sign extension of the low 16 bits. */
1581 reloc_entry->addend += 0x8000;
1582 return bfd_reloc_continue;
1583 }
1584
1585 static bfd_reloc_status_type
1586 ppc64_elf_toc_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1587 void *data, asection *input_section,
1588 bfd *output_bfd, char **error_message)
1589 {
1590 bfd_vma TOCstart;
1591
1592 /* If this is a relocatable link (output_bfd test tells us), just
1593 call the generic function. Any adjustment will be done at final
1594 link time. */
1595 if (output_bfd != NULL)
1596 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1597 input_section, output_bfd, error_message);
1598
1599 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1600 if (TOCstart == 0)
1601 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1602
1603 /* Subtract the TOC base address. */
1604 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
1605 return bfd_reloc_continue;
1606 }
1607
1608 static bfd_reloc_status_type
1609 ppc64_elf_toc_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1610 void *data, asection *input_section,
1611 bfd *output_bfd, char **error_message)
1612 {
1613 bfd_vma TOCstart;
1614
1615 /* If this is a relocatable link (output_bfd test tells us), just
1616 call the generic function. Any adjustment will be done at final
1617 link time. */
1618 if (output_bfd != NULL)
1619 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1620 input_section, output_bfd, error_message);
1621
1622 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1623 if (TOCstart == 0)
1624 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1625
1626 /* Subtract the TOC base address. */
1627 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
1628
1629 /* Adjust the addend for sign extension of the low 16 bits. */
1630 reloc_entry->addend += 0x8000;
1631 return bfd_reloc_continue;
1632 }
1633
1634 static bfd_reloc_status_type
1635 ppc64_elf_toc64_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1636 void *data, asection *input_section,
1637 bfd *output_bfd, char **error_message)
1638 {
1639 bfd_vma TOCstart;
1640 bfd_size_type octets;
1641
1642 /* If this is a relocatable link (output_bfd test tells us), just
1643 call the generic function. Any adjustment will be done at final
1644 link time. */
1645 if (output_bfd != NULL)
1646 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1647 input_section, output_bfd, error_message);
1648
1649 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
1650 if (TOCstart == 0)
1651 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
1652
1653 octets = reloc_entry->address * OCTETS_PER_BYTE (abfd, input_section);
1654 bfd_put_64 (abfd, TOCstart + TOC_BASE_OFF, (bfd_byte *) data + octets);
1655 return bfd_reloc_ok;
1656 }
1657
1658 static bfd_reloc_status_type
1659 ppc64_elf_prefix_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1660 void *data, asection *input_section,
1661 bfd *output_bfd, char **error_message)
1662 {
1663 uint64_t insn;
1664 bfd_vma targ;
1665
1666 if (output_bfd != NULL)
1667 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1668 input_section, output_bfd, error_message);
1669
1670 insn = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address);
1671 insn <<= 32;
1672 insn |= bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address + 4);
1673
1674 targ = (symbol->section->output_section->vma
1675 + symbol->section->output_offset
1676 + reloc_entry->addend);
1677 if (!bfd_is_com_section (symbol->section))
1678 targ += symbol->value;
1679 if (reloc_entry->howto->type == R_PPC64_D34_HA30)
1680 targ += 1ULL << 33;
1681 if (reloc_entry->howto->pc_relative)
1682 {
1683 bfd_vma from = (reloc_entry->address
1684 + input_section->output_offset
1685 + input_section->output_section->vma);
1686 targ -=from;
1687 }
1688 targ >>= reloc_entry->howto->rightshift;
1689 insn &= ~reloc_entry->howto->dst_mask;
1690 insn |= ((targ << 16) | (targ & 0xffff)) & reloc_entry->howto->dst_mask;
1691 bfd_put_32 (abfd, insn >> 32, (bfd_byte *) data + reloc_entry->address);
1692 bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address + 4);
1693 if (reloc_entry->howto->complain_on_overflow == complain_overflow_signed
1694 && (targ + (1ULL << (reloc_entry->howto->bitsize - 1))
1695 >= 1ULL << reloc_entry->howto->bitsize))
1696 return bfd_reloc_overflow;
1697 return bfd_reloc_ok;
1698 }
1699
1700 static bfd_reloc_status_type
1701 ppc64_elf_unhandled_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1702 void *data, asection *input_section,
1703 bfd *output_bfd, char **error_message)
1704 {
1705 /* If this is a relocatable link (output_bfd test tells us), just
1706 call the generic function. Any adjustment will be done at final
1707 link time. */
1708 if (output_bfd != NULL)
1709 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1710 input_section, output_bfd, error_message);
1711
1712 if (error_message != NULL)
1713 {
1714 static char buf[60];
1715 sprintf (buf, "generic linker can't handle %s",
1716 reloc_entry->howto->name);
1717 *error_message = buf;
1718 }
1719 return bfd_reloc_dangerous;
1720 }
1721
1722 /* Track GOT entries needed for a given symbol. We might need more
1723 than one got entry per symbol. */
1724 struct got_entry
1725 {
1726 struct got_entry *next;
1727
1728 /* The symbol addend that we'll be placing in the GOT. */
1729 bfd_vma addend;
1730
1731 /* Unlike other ELF targets, we use separate GOT entries for the same
1732 symbol referenced from different input files. This is to support
1733 automatic multiple TOC/GOT sections, where the TOC base can vary
1734 from one input file to another. After partitioning into TOC groups
1735 we merge entries within the group.
1736
1737 Point to the BFD owning this GOT entry. */
1738 bfd *owner;
1739
1740 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
1741 TLS_TPREL or TLS_DTPREL for tls entries. */
1742 unsigned char tls_type;
1743
1744 /* Non-zero if got.ent points to real entry. */
1745 unsigned char is_indirect;
1746
1747 /* Reference count until size_dynamic_sections, GOT offset thereafter. */
1748 union
1749 {
1750 bfd_signed_vma refcount;
1751 bfd_vma offset;
1752 struct got_entry *ent;
1753 } got;
1754 };
1755
1756 /* The same for PLT. */
1757 struct plt_entry
1758 {
1759 struct plt_entry *next;
1760
1761 bfd_vma addend;
1762
1763 union
1764 {
1765 bfd_signed_vma refcount;
1766 bfd_vma offset;
1767 } plt;
1768 };
1769
1770 struct ppc64_elf_obj_tdata
1771 {
1772 struct elf_obj_tdata elf;
1773
1774 /* Shortcuts to dynamic linker sections. */
1775 asection *got;
1776 asection *relgot;
1777
1778 /* Used during garbage collection. We attach global symbols defined
1779 on removed .opd entries to this section so that the sym is removed. */
1780 asection *deleted_section;
1781
1782 /* TLS local dynamic got entry handling. Support for multiple GOT
1783 sections means we potentially need one of these for each input bfd. */
1784 struct got_entry tlsld_got;
1785
1786 union
1787 {
1788 /* A copy of relocs before they are modified for --emit-relocs. */
1789 Elf_Internal_Rela *relocs;
1790
1791 /* Section contents. */
1792 bfd_byte *contents;
1793 } opd;
1794
1795 /* Nonzero if this bfd has small toc/got relocs, ie. that expect
1796 the reloc to be in the range -32768 to 32767. */
1797 unsigned int has_small_toc_reloc : 1;
1798
1799 /* Set if toc/got ha relocs detected not using r2, or lo reloc
1800 instruction not one we handle. */
1801 unsigned int unexpected_toc_insn : 1;
1802
1803 /* Set if PLT/GOT/TOC relocs that can be optimised are present in
1804 this file. */
1805 unsigned int has_optrel : 1;
1806 };
1807
1808 #define ppc64_elf_tdata(bfd) \
1809 ((struct ppc64_elf_obj_tdata *) (bfd)->tdata.any)
1810
1811 #define ppc64_tlsld_got(bfd) \
1812 (&ppc64_elf_tdata (bfd)->tlsld_got)
1813
1814 #define is_ppc64_elf(bfd) \
1815 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
1816 && elf_object_id (bfd) == PPC64_ELF_DATA)
1817
1818 /* Override the generic function because we store some extras. */
1819
1820 static bfd_boolean
1821 ppc64_elf_mkobject (bfd *abfd)
1822 {
1823 return bfd_elf_allocate_object (abfd, sizeof (struct ppc64_elf_obj_tdata),
1824 PPC64_ELF_DATA);
1825 }
1826
1827 /* Fix bad default arch selected for a 64 bit input bfd when the
1828 default is 32 bit. Also select arch based on apuinfo. */
1829
1830 static bfd_boolean
1831 ppc64_elf_object_p (bfd *abfd)
1832 {
1833 if (!abfd->arch_info->the_default)
1834 return TRUE;
1835
1836 if (abfd->arch_info->bits_per_word == 32)
1837 {
1838 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd);
1839
1840 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS64)
1841 {
1842 /* Relies on arch after 32 bit default being 64 bit default. */
1843 abfd->arch_info = abfd->arch_info->next;
1844 BFD_ASSERT (abfd->arch_info->bits_per_word == 64);
1845 }
1846 }
1847 return _bfd_elf_ppc_set_arch (abfd);
1848 }
1849
1850 /* Support for core dump NOTE sections. */
1851
1852 static bfd_boolean
1853 ppc64_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
1854 {
1855 size_t offset, size;
1856
1857 if (note->descsz != 504)
1858 return FALSE;
1859
1860 /* pr_cursig */
1861 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12);
1862
1863 /* pr_pid */
1864 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 32);
1865
1866 /* pr_reg */
1867 offset = 112;
1868 size = 384;
1869
1870 /* Make a ".reg/999" section. */
1871 return _bfd_elfcore_make_pseudosection (abfd, ".reg",
1872 size, note->descpos + offset);
1873 }
1874
1875 static bfd_boolean
1876 ppc64_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
1877 {
1878 if (note->descsz != 136)
1879 return FALSE;
1880
1881 elf_tdata (abfd)->core->pid
1882 = bfd_get_32 (abfd, note->descdata + 24);
1883 elf_tdata (abfd)->core->program
1884 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16);
1885 elf_tdata (abfd)->core->command
1886 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80);
1887
1888 return TRUE;
1889 }
1890
1891 static char *
1892 ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type,
1893 ...)
1894 {
1895 switch (note_type)
1896 {
1897 default:
1898 return NULL;
1899
1900 case NT_PRPSINFO:
1901 {
1902 char data[136] ATTRIBUTE_NONSTRING;
1903 va_list ap;
1904
1905 va_start (ap, note_type);
1906 memset (data, 0, sizeof (data));
1907 strncpy (data + 40, va_arg (ap, const char *), 16);
1908 #if GCC_VERSION == 8000 || GCC_VERSION == 8001
1909 DIAGNOSTIC_PUSH;
1910 /* GCC 8.0 and 8.1 warn about 80 equals destination size with
1911 -Wstringop-truncation:
1912 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85643
1913 */
1914 DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION;
1915 #endif
1916 strncpy (data + 56, va_arg (ap, const char *), 80);
1917 #if GCC_VERSION == 8000 || GCC_VERSION == 8001
1918 DIAGNOSTIC_POP;
1919 #endif
1920 va_end (ap);
1921 return elfcore_write_note (abfd, buf, bufsiz,
1922 "CORE", note_type, data, sizeof (data));
1923 }
1924
1925 case NT_PRSTATUS:
1926 {
1927 char data[504];
1928 va_list ap;
1929 long pid;
1930 int cursig;
1931 const void *greg;
1932
1933 va_start (ap, note_type);
1934 memset (data, 0, 112);
1935 pid = va_arg (ap, long);
1936 bfd_put_32 (abfd, pid, data + 32);
1937 cursig = va_arg (ap, int);
1938 bfd_put_16 (abfd, cursig, data + 12);
1939 greg = va_arg (ap, const void *);
1940 memcpy (data + 112, greg, 384);
1941 memset (data + 496, 0, 8);
1942 va_end (ap);
1943 return elfcore_write_note (abfd, buf, bufsiz,
1944 "CORE", note_type, data, sizeof (data));
1945 }
1946 }
1947 }
1948
1949 /* Add extra PPC sections. */
1950
1951 static const struct bfd_elf_special_section ppc64_elf_special_sections[] =
1952 {
1953 { STRING_COMMA_LEN (".plt"), 0, SHT_NOBITS, 0 },
1954 { STRING_COMMA_LEN (".sbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
1955 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
1956 { STRING_COMMA_LEN (".toc"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
1957 { STRING_COMMA_LEN (".toc1"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
1958 { STRING_COMMA_LEN (".tocbss"), 0, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
1959 { NULL, 0, 0, 0, 0 }
1960 };
1961
1962 enum _ppc64_sec_type {
1963 sec_normal = 0,
1964 sec_opd = 1,
1965 sec_toc = 2
1966 };
1967
1968 struct _ppc64_elf_section_data
1969 {
1970 struct bfd_elf_section_data elf;
1971
1972 union
1973 {
1974 /* An array with one entry for each opd function descriptor,
1975 and some spares since opd entries may be either 16 or 24 bytes. */
1976 #define OPD_NDX(OFF) ((OFF) >> 4)
1977 struct _opd_sec_data
1978 {
1979 /* Points to the function code section for local opd entries. */
1980 asection **func_sec;
1981
1982 /* After editing .opd, adjust references to opd local syms. */
1983 long *adjust;
1984 } opd;
1985
1986 /* An array for toc sections, indexed by offset/8. */
1987 struct _toc_sec_data
1988 {
1989 /* Specifies the relocation symbol index used at a given toc offset. */
1990 unsigned *symndx;
1991
1992 /* And the relocation addend. */
1993 bfd_vma *add;
1994 } toc;
1995 } u;
1996
1997 enum _ppc64_sec_type sec_type:2;
1998
1999 /* Flag set when small branches are detected. Used to
2000 select suitable defaults for the stub group size. */
2001 unsigned int has_14bit_branch:1;
2002
2003 /* Flag set when PLTCALL relocs are detected. */
2004 unsigned int has_pltcall:1;
2005
2006 /* Flag set when section has PLT/GOT/TOC relocations that can be
2007 optimised. */
2008 unsigned int has_optrel:1;
2009 };
2010
2011 #define ppc64_elf_section_data(sec) \
2012 ((struct _ppc64_elf_section_data *) elf_section_data (sec))
2013
2014 static bfd_boolean
2015 ppc64_elf_new_section_hook (bfd *abfd, asection *sec)
2016 {
2017 if (!sec->used_by_bfd)
2018 {
2019 struct _ppc64_elf_section_data *sdata;
2020 size_t amt = sizeof (*sdata);
2021
2022 sdata = bfd_zalloc (abfd, amt);
2023 if (sdata == NULL)
2024 return FALSE;
2025 sec->used_by_bfd = sdata;
2026 }
2027
2028 return _bfd_elf_new_section_hook (abfd, sec);
2029 }
2030
2031 static bfd_boolean
2032 ppc64_elf_section_flags (const Elf_Internal_Shdr *hdr)
2033 {
2034 const char *name = hdr->bfd_section->name;
2035
2036 if (strncmp (name, ".sbss", 5) == 0
2037 || strncmp (name, ".sdata", 6) == 0)
2038 hdr->bfd_section->flags |= SEC_SMALL_DATA;
2039
2040 return TRUE;
2041 }
2042
2043 static struct _opd_sec_data *
2044 get_opd_info (asection * sec)
2045 {
2046 if (sec != NULL
2047 && ppc64_elf_section_data (sec) != NULL
2048 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
2049 return &ppc64_elf_section_data (sec)->u.opd;
2050 return NULL;
2051 }
2052 \f
2053 /* Parameters for the qsort hook. */
2054 static bfd_boolean synthetic_relocatable;
2055 static asection *synthetic_opd;
2056
2057 /* qsort comparison function for ppc64_elf_get_synthetic_symtab. */
2058
2059 static int
2060 compare_symbols (const void *ap, const void *bp)
2061 {
2062 const asymbol *a = *(const asymbol **) ap;
2063 const asymbol *b = *(const asymbol **) bp;
2064
2065 /* Section symbols first. */
2066 if ((a->flags & BSF_SECTION_SYM) && !(b->flags & BSF_SECTION_SYM))
2067 return -1;
2068 if (!(a->flags & BSF_SECTION_SYM) && (b->flags & BSF_SECTION_SYM))
2069 return 1;
2070
2071 /* then .opd symbols. */
2072 if (synthetic_opd != NULL)
2073 {
2074 if (strcmp (a->section->name, ".opd") == 0
2075 && strcmp (b->section->name, ".opd") != 0)
2076 return -1;
2077 if (strcmp (a->section->name, ".opd") != 0
2078 && strcmp (b->section->name, ".opd") == 0)
2079 return 1;
2080 }
2081
2082 /* then other code symbols. */
2083 if (((a->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
2084 == (SEC_CODE | SEC_ALLOC))
2085 && ((b->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
2086 != (SEC_CODE | SEC_ALLOC)))
2087 return -1;
2088
2089 if (((a->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
2090 != (SEC_CODE | SEC_ALLOC))
2091 && ((b->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
2092 == (SEC_CODE | SEC_ALLOC)))
2093 return 1;
2094
2095 if (synthetic_relocatable)
2096 {
2097 if (a->section->id < b->section->id)
2098 return -1;
2099
2100 if (a->section->id > b->section->id)
2101 return 1;
2102 }
2103
2104 if (a->value + a->section->vma < b->value + b->section->vma)
2105 return -1;
2106
2107 if (a->value + a->section->vma > b->value + b->section->vma)
2108 return 1;
2109
2110 /* For syms with the same value, prefer strong dynamic global function
2111 syms over other syms. */
2112 if ((a->flags & BSF_GLOBAL) != 0 && (b->flags & BSF_GLOBAL) == 0)
2113 return -1;
2114
2115 if ((a->flags & BSF_GLOBAL) == 0 && (b->flags & BSF_GLOBAL) != 0)
2116 return 1;
2117
2118 if ((a->flags & BSF_FUNCTION) != 0 && (b->flags & BSF_FUNCTION) == 0)
2119 return -1;
2120
2121 if ((a->flags & BSF_FUNCTION) == 0 && (b->flags & BSF_FUNCTION) != 0)
2122 return 1;
2123
2124 if ((a->flags & BSF_WEAK) == 0 && (b->flags & BSF_WEAK) != 0)
2125 return -1;
2126
2127 if ((a->flags & BSF_WEAK) != 0 && (b->flags & BSF_WEAK) == 0)
2128 return 1;
2129
2130 if ((a->flags & BSF_DYNAMIC) != 0 && (b->flags & BSF_DYNAMIC) == 0)
2131 return -1;
2132
2133 if ((a->flags & BSF_DYNAMIC) == 0 && (b->flags & BSF_DYNAMIC) != 0)
2134 return 1;
2135
2136 /* Finally, sort on where the symbol is in memory. The symbols will
2137 be in at most two malloc'd blocks, one for static syms, one for
2138 dynamic syms, and we distinguish the two blocks above by testing
2139 BSF_DYNAMIC. Since we are sorting the symbol pointers which were
2140 originally in the same order as the symbols (and we're not
2141 sorting the symbols themselves), this ensures a stable sort. */
2142 if (a < b)
2143 return -1;
2144 if (a > b)
2145 return 1;
2146 return 0;
2147 }
2148
2149 /* Search SYMS for a symbol of the given VALUE. */
2150
2151 static asymbol *
2152 sym_exists_at (asymbol **syms, size_t lo, size_t hi, unsigned int id,
2153 bfd_vma value)
2154 {
2155 size_t mid;
2156
2157 if (id == (unsigned) -1)
2158 {
2159 while (lo < hi)
2160 {
2161 mid = (lo + hi) >> 1;
2162 if (syms[mid]->value + syms[mid]->section->vma < value)
2163 lo = mid + 1;
2164 else if (syms[mid]->value + syms[mid]->section->vma > value)
2165 hi = mid;
2166 else
2167 return syms[mid];
2168 }
2169 }
2170 else
2171 {
2172 while (lo < hi)
2173 {
2174 mid = (lo + hi) >> 1;
2175 if (syms[mid]->section->id < id)
2176 lo = mid + 1;
2177 else if (syms[mid]->section->id > id)
2178 hi = mid;
2179 else if (syms[mid]->value < value)
2180 lo = mid + 1;
2181 else if (syms[mid]->value > value)
2182 hi = mid;
2183 else
2184 return syms[mid];
2185 }
2186 }
2187 return NULL;
2188 }
2189
2190 static bfd_boolean
2191 section_covers_vma (bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *ptr)
2192 {
2193 bfd_vma vma = *(bfd_vma *) ptr;
2194 return ((section->flags & SEC_ALLOC) != 0
2195 && section->vma <= vma
2196 && vma < section->vma + section->size);
2197 }
2198
2199 /* Create synthetic symbols, effectively restoring "dot-symbol" function
2200 entry syms. Also generate @plt symbols for the glink branch table.
2201 Returns count of synthetic symbols in RET or -1 on error. */
2202
2203 static long
2204 ppc64_elf_get_synthetic_symtab (bfd *abfd,
2205 long static_count, asymbol **static_syms,
2206 long dyn_count, asymbol **dyn_syms,
2207 asymbol **ret)
2208 {
2209 asymbol *s;
2210 size_t i, j, count;
2211 char *names;
2212 size_t symcount, codesecsym, codesecsymend, secsymend, opdsymend;
2213 asection *opd = NULL;
2214 bfd_boolean relocatable = (abfd->flags & (EXEC_P | DYNAMIC)) == 0;
2215 asymbol **syms;
2216 int abi = abiversion (abfd);
2217
2218 *ret = NULL;
2219
2220 if (abi < 2)
2221 {
2222 opd = bfd_get_section_by_name (abfd, ".opd");
2223 if (opd == NULL && abi == 1)
2224 return 0;
2225 }
2226
2227 syms = NULL;
2228 codesecsym = 0;
2229 codesecsymend = 0;
2230 secsymend = 0;
2231 opdsymend = 0;
2232 symcount = 0;
2233 if (opd != NULL)
2234 {
2235 symcount = static_count;
2236 if (!relocatable)
2237 symcount += dyn_count;
2238 if (symcount == 0)
2239 return 0;
2240
2241 syms = bfd_malloc ((symcount + 1) * sizeof (*syms));
2242 if (syms == NULL)
2243 return -1;
2244
2245 if (!relocatable && static_count != 0 && dyn_count != 0)
2246 {
2247 /* Use both symbol tables. */
2248 memcpy (syms, static_syms, static_count * sizeof (*syms));
2249 memcpy (syms + static_count, dyn_syms,
2250 (dyn_count + 1) * sizeof (*syms));
2251 }
2252 else if (!relocatable && static_count == 0)
2253 memcpy (syms, dyn_syms, (symcount + 1) * sizeof (*syms));
2254 else
2255 memcpy (syms, static_syms, (symcount + 1) * sizeof (*syms));
2256
2257 /* Trim uninteresting symbols. Interesting symbols are section,
2258 function, and notype symbols. */
2259 for (i = 0, j = 0; i < symcount; ++i)
2260 if ((syms[i]->flags & (BSF_FILE | BSF_OBJECT | BSF_THREAD_LOCAL
2261 | BSF_RELC | BSF_SRELC)) == 0)
2262 syms[j++] = syms[i];
2263 symcount = j;
2264
2265 synthetic_relocatable = relocatable;
2266 synthetic_opd = opd;
2267 qsort (syms, symcount, sizeof (*syms), compare_symbols);
2268
2269 if (!relocatable && symcount > 1)
2270 {
2271 /* Trim duplicate syms, since we may have merged the normal
2272 and dynamic symbols. Actually, we only care about syms
2273 that have different values, so trim any with the same
2274 value. Don't consider ifunc and ifunc resolver symbols
2275 duplicates however, because GDB wants to know whether a
2276 text symbol is an ifunc resolver. */
2277 for (i = 1, j = 1; i < symcount; ++i)
2278 {
2279 const asymbol *s0 = syms[i - 1];
2280 const asymbol *s1 = syms[i];
2281
2282 if ((s0->value + s0->section->vma
2283 != s1->value + s1->section->vma)
2284 || ((s0->flags & BSF_GNU_INDIRECT_FUNCTION)
2285 != (s1->flags & BSF_GNU_INDIRECT_FUNCTION)))
2286 syms[j++] = syms[i];
2287 }
2288 symcount = j;
2289 }
2290
2291 i = 0;
2292 /* Note that here and in compare_symbols we can't compare opd and
2293 sym->section directly. With separate debug info files, the
2294 symbols will be extracted from the debug file while abfd passed
2295 to this function is the real binary. */
2296 if (strcmp (syms[i]->section->name, ".opd") == 0)
2297 ++i;
2298 codesecsym = i;
2299
2300 for (; i < symcount; ++i)
2301 if (((syms[i]->section->flags & (SEC_CODE | SEC_ALLOC
2302 | SEC_THREAD_LOCAL))
2303 != (SEC_CODE | SEC_ALLOC))
2304 || (syms[i]->flags & BSF_SECTION_SYM) == 0)
2305 break;
2306 codesecsymend = i;
2307
2308 for (; i < symcount; ++i)
2309 if ((syms[i]->flags & BSF_SECTION_SYM) == 0)
2310 break;
2311 secsymend = i;
2312
2313 for (; i < symcount; ++i)
2314 if (strcmp (syms[i]->section->name, ".opd") != 0)
2315 break;
2316 opdsymend = i;
2317
2318 for (; i < symcount; ++i)
2319 if (((syms[i]->section->flags
2320 & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL)))
2321 != (SEC_CODE | SEC_ALLOC))
2322 break;
2323 symcount = i;
2324 }
2325 count = 0;
2326
2327 if (relocatable)
2328 {
2329 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
2330 arelent *r;
2331 size_t size;
2332 size_t relcount;
2333
2334 if (opdsymend == secsymend)
2335 goto done;
2336
2337 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
2338 relcount = (opd->flags & SEC_RELOC) ? opd->reloc_count : 0;
2339 if (relcount == 0)
2340 goto done;
2341
2342 if (!(*slurp_relocs) (abfd, opd, static_syms, FALSE))
2343 {
2344 count = -1;
2345 goto done;
2346 }
2347
2348 size = 0;
2349 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i)
2350 {
2351 asymbol *sym;
2352
2353 while (r < opd->relocation + relcount
2354 && r->address < syms[i]->value + opd->vma)
2355 ++r;
2356
2357 if (r == opd->relocation + relcount)
2358 break;
2359
2360 if (r->address != syms[i]->value + opd->vma)
2361 continue;
2362
2363 if (r->howto->type != R_PPC64_ADDR64)
2364 continue;
2365
2366 sym = *r->sym_ptr_ptr;
2367 if (!sym_exists_at (syms, opdsymend, symcount,
2368 sym->section->id, sym->value + r->addend))
2369 {
2370 ++count;
2371 size += sizeof (asymbol);
2372 size += strlen (syms[i]->name) + 2;
2373 }
2374 }
2375
2376 if (size == 0)
2377 goto done;
2378 s = *ret = bfd_malloc (size);
2379 if (s == NULL)
2380 {
2381 count = -1;
2382 goto done;
2383 }
2384
2385 names = (char *) (s + count);
2386
2387 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i)
2388 {
2389 asymbol *sym;
2390
2391 while (r < opd->relocation + relcount
2392 && r->address < syms[i]->value + opd->vma)
2393 ++r;
2394
2395 if (r == opd->relocation + relcount)
2396 break;
2397
2398 if (r->address != syms[i]->value + opd->vma)
2399 continue;
2400
2401 if (r->howto->type != R_PPC64_ADDR64)
2402 continue;
2403
2404 sym = *r->sym_ptr_ptr;
2405 if (!sym_exists_at (syms, opdsymend, symcount,
2406 sym->section->id, sym->value + r->addend))
2407 {
2408 size_t len;
2409
2410 *s = *syms[i];
2411 s->flags |= BSF_SYNTHETIC;
2412 s->section = sym->section;
2413 s->value = sym->value + r->addend;
2414 s->name = names;
2415 *names++ = '.';
2416 len = strlen (syms[i]->name);
2417 memcpy (names, syms[i]->name, len + 1);
2418 names += len + 1;
2419 /* Have udata.p point back to the original symbol this
2420 synthetic symbol was derived from. */
2421 s->udata.p = syms[i];
2422 s++;
2423 }
2424 }
2425 }
2426 else
2427 {
2428 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
2429 bfd_byte *contents = NULL;
2430 size_t size;
2431 size_t plt_count = 0;
2432 bfd_vma glink_vma = 0, resolv_vma = 0;
2433 asection *dynamic, *glink = NULL, *relplt = NULL;
2434 arelent *p;
2435
2436 if (opd != NULL && !bfd_malloc_and_get_section (abfd, opd, &contents))
2437 {
2438 free_contents_and_exit_err:
2439 count = -1;
2440 free_contents_and_exit:
2441 free (contents);
2442 goto done;
2443 }
2444
2445 size = 0;
2446 for (i = secsymend; i < opdsymend; ++i)
2447 {
2448 bfd_vma ent;
2449
2450 /* Ignore bogus symbols. */
2451 if (syms[i]->value > opd->size - 8)
2452 continue;
2453
2454 ent = bfd_get_64 (abfd, contents + syms[i]->value);
2455 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
2456 {
2457 ++count;
2458 size += sizeof (asymbol);
2459 size += strlen (syms[i]->name) + 2;
2460 }
2461 }
2462
2463 /* Get start of .glink stubs from DT_PPC64_GLINK. */
2464 if (dyn_count != 0
2465 && (dynamic = bfd_get_section_by_name (abfd, ".dynamic")) != NULL)
2466 {
2467 bfd_byte *dynbuf, *extdyn, *extdynend;
2468 size_t extdynsize;
2469 void (*swap_dyn_in) (bfd *, const void *, Elf_Internal_Dyn *);
2470
2471 if (!bfd_malloc_and_get_section (abfd, dynamic, &dynbuf))
2472 goto free_contents_and_exit_err;
2473
2474 extdynsize = get_elf_backend_data (abfd)->s->sizeof_dyn;
2475 swap_dyn_in = get_elf_backend_data (abfd)->s->swap_dyn_in;
2476
2477 extdyn = dynbuf;
2478 extdynend = extdyn + dynamic->size;
2479 for (; extdyn < extdynend; extdyn += extdynsize)
2480 {
2481 Elf_Internal_Dyn dyn;
2482 (*swap_dyn_in) (abfd, extdyn, &dyn);
2483
2484 if (dyn.d_tag == DT_NULL)
2485 break;
2486
2487 if (dyn.d_tag == DT_PPC64_GLINK)
2488 {
2489 /* The first glink stub starts at DT_PPC64_GLINK plus 32.
2490 See comment in ppc64_elf_finish_dynamic_sections. */
2491 glink_vma = dyn.d_un.d_val + 8 * 4;
2492 /* The .glink section usually does not survive the final
2493 link; search for the section (usually .text) where the
2494 glink stubs now reside. */
2495 glink = bfd_sections_find_if (abfd, section_covers_vma,
2496 &glink_vma);
2497 break;
2498 }
2499 }
2500
2501 free (dynbuf);
2502 }
2503
2504 if (glink != NULL)
2505 {
2506 /* Determine __glink trampoline by reading the relative branch
2507 from the first glink stub. */
2508 bfd_byte buf[4];
2509 unsigned int off = 0;
2510
2511 while (bfd_get_section_contents (abfd, glink, buf,
2512 glink_vma + off - glink->vma, 4))
2513 {
2514 unsigned int insn = bfd_get_32 (abfd, buf);
2515 insn ^= B_DOT;
2516 if ((insn & ~0x3fffffc) == 0)
2517 {
2518 resolv_vma
2519 = glink_vma + off + (insn ^ 0x2000000) - 0x2000000;
2520 break;
2521 }
2522 off += 4;
2523 if (off > 4)
2524 break;
2525 }
2526
2527 if (resolv_vma)
2528 size += sizeof (asymbol) + sizeof ("__glink_PLTresolve");
2529
2530 relplt = bfd_get_section_by_name (abfd, ".rela.plt");
2531 if (relplt != NULL)
2532 {
2533 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
2534 if (!(*slurp_relocs) (abfd, relplt, dyn_syms, TRUE))
2535 goto free_contents_and_exit_err;
2536
2537 plt_count = relplt->size / sizeof (Elf64_External_Rela);
2538 size += plt_count * sizeof (asymbol);
2539
2540 p = relplt->relocation;
2541 for (i = 0; i < plt_count; i++, p++)
2542 {
2543 size += strlen ((*p->sym_ptr_ptr)->name) + sizeof ("@plt");
2544 if (p->addend != 0)
2545 size += sizeof ("+0x") - 1 + 16;
2546 }
2547 }
2548 }
2549
2550 if (size == 0)
2551 goto free_contents_and_exit;
2552 s = *ret = bfd_malloc (size);
2553 if (s == NULL)
2554 goto free_contents_and_exit_err;
2555
2556 names = (char *) (s + count + plt_count + (resolv_vma != 0));
2557
2558 for (i = secsymend; i < opdsymend; ++i)
2559 {
2560 bfd_vma ent;
2561
2562 if (syms[i]->value > opd->size - 8)
2563 continue;
2564
2565 ent = bfd_get_64 (abfd, contents + syms[i]->value);
2566 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
2567 {
2568 size_t lo, hi;
2569 size_t len;
2570 asection *sec = abfd->sections;
2571
2572 *s = *syms[i];
2573 lo = codesecsym;
2574 hi = codesecsymend;
2575 while (lo < hi)
2576 {
2577 size_t mid = (lo + hi) >> 1;
2578 if (syms[mid]->section->vma < ent)
2579 lo = mid + 1;
2580 else if (syms[mid]->section->vma > ent)
2581 hi = mid;
2582 else
2583 {
2584 sec = syms[mid]->section;
2585 break;
2586 }
2587 }
2588
2589 if (lo >= hi && lo > codesecsym)
2590 sec = syms[lo - 1]->section;
2591
2592 for (; sec != NULL; sec = sec->next)
2593 {
2594 if (sec->vma > ent)
2595 break;
2596 /* SEC_LOAD may not be set if SEC is from a separate debug
2597 info file. */
2598 if ((sec->flags & SEC_ALLOC) == 0)
2599 break;
2600 if ((sec->flags & SEC_CODE) != 0)
2601 s->section = sec;
2602 }
2603 s->flags |= BSF_SYNTHETIC;
2604 s->value = ent - s->section->vma;
2605 s->name = names;
2606 *names++ = '.';
2607 len = strlen (syms[i]->name);
2608 memcpy (names, syms[i]->name, len + 1);
2609 names += len + 1;
2610 /* Have udata.p point back to the original symbol this
2611 synthetic symbol was derived from. */
2612 s->udata.p = syms[i];
2613 s++;
2614 }
2615 }
2616 free (contents);
2617
2618 if (glink != NULL && relplt != NULL)
2619 {
2620 if (resolv_vma)
2621 {
2622 /* Add a symbol for the main glink trampoline. */
2623 memset (s, 0, sizeof *s);
2624 s->the_bfd = abfd;
2625 s->flags = BSF_GLOBAL | BSF_SYNTHETIC;
2626 s->section = glink;
2627 s->value = resolv_vma - glink->vma;
2628 s->name = names;
2629 memcpy (names, "__glink_PLTresolve",
2630 sizeof ("__glink_PLTresolve"));
2631 names += sizeof ("__glink_PLTresolve");
2632 s++;
2633 count++;
2634 }
2635
2636 /* FIXME: It would be very much nicer to put sym@plt on the
2637 stub rather than on the glink branch table entry. The
2638 objdump disassembler would then use a sensible symbol
2639 name on plt calls. The difficulty in doing so is
2640 a) finding the stubs, and,
2641 b) matching stubs against plt entries, and,
2642 c) there can be multiple stubs for a given plt entry.
2643
2644 Solving (a) could be done by code scanning, but older
2645 ppc64 binaries used different stubs to current code.
2646 (b) is the tricky one since you need to known the toc
2647 pointer for at least one function that uses a pic stub to
2648 be able to calculate the plt address referenced.
2649 (c) means gdb would need to set multiple breakpoints (or
2650 find the glink branch itself) when setting breakpoints
2651 for pending shared library loads. */
2652 p = relplt->relocation;
2653 for (i = 0; i < plt_count; i++, p++)
2654 {
2655 size_t len;
2656
2657 *s = **p->sym_ptr_ptr;
2658 /* Undefined syms won't have BSF_LOCAL or BSF_GLOBAL set. Since
2659 we are defining a symbol, ensure one of them is set. */
2660 if ((s->flags & BSF_LOCAL) == 0)
2661 s->flags |= BSF_GLOBAL;
2662 s->flags |= BSF_SYNTHETIC;
2663 s->section = glink;
2664 s->value = glink_vma - glink->vma;
2665 s->name = names;
2666 s->udata.p = NULL;
2667 len = strlen ((*p->sym_ptr_ptr)->name);
2668 memcpy (names, (*p->sym_ptr_ptr)->name, len);
2669 names += len;
2670 if (p->addend != 0)
2671 {
2672 memcpy (names, "+0x", sizeof ("+0x") - 1);
2673 names += sizeof ("+0x") - 1;
2674 bfd_sprintf_vma (abfd, names, p->addend);
2675 names += strlen (names);
2676 }
2677 memcpy (names, "@plt", sizeof ("@plt"));
2678 names += sizeof ("@plt");
2679 s++;
2680 if (abi < 2)
2681 {
2682 glink_vma += 8;
2683 if (i >= 0x8000)
2684 glink_vma += 4;
2685 }
2686 else
2687 glink_vma += 4;
2688 }
2689 count += plt_count;
2690 }
2691 }
2692
2693 done:
2694 free (syms);
2695 return count;
2696 }
2697 \f
2698 /* The following functions are specific to the ELF linker, while
2699 functions above are used generally. Those named ppc64_elf_* are
2700 called by the main ELF linker code. They appear in this file more
2701 or less in the order in which they are called. eg.
2702 ppc64_elf_check_relocs is called early in the link process,
2703 ppc64_elf_finish_dynamic_sections is one of the last functions
2704 called.
2705
2706 PowerPC64-ELF uses a similar scheme to PowerPC64-XCOFF in that
2707 functions have both a function code symbol and a function descriptor
2708 symbol. A call to foo in a relocatable object file looks like:
2709
2710 . .text
2711 . x:
2712 . bl .foo
2713 . nop
2714
2715 The function definition in another object file might be:
2716
2717 . .section .opd
2718 . foo: .quad .foo
2719 . .quad .TOC.@tocbase
2720 . .quad 0
2721 .
2722 . .text
2723 . .foo: blr
2724
2725 When the linker resolves the call during a static link, the branch
2726 unsurprisingly just goes to .foo and the .opd information is unused.
2727 If the function definition is in a shared library, things are a little
2728 different: The call goes via a plt call stub, the opd information gets
2729 copied to the plt, and the linker patches the nop.
2730
2731 . x:
2732 . bl .foo_stub
2733 . ld 2,40(1)
2734 .
2735 .
2736 . .foo_stub:
2737 . std 2,40(1) # in practice, the call stub
2738 . addis 11,2,Lfoo@toc@ha # is slightly optimized, but
2739 . addi 11,11,Lfoo@toc@l # this is the general idea
2740 . ld 12,0(11)
2741 . ld 2,8(11)
2742 . mtctr 12
2743 . ld 11,16(11)
2744 . bctr
2745 .
2746 . .section .plt
2747 . Lfoo: reloc (R_PPC64_JMP_SLOT, foo)
2748
2749 The "reloc ()" notation is supposed to indicate that the linker emits
2750 an R_PPC64_JMP_SLOT reloc against foo. The dynamic linker does the opd
2751 copying.
2752
2753 What are the difficulties here? Well, firstly, the relocations
2754 examined by the linker in check_relocs are against the function code
2755 sym .foo, while the dynamic relocation in the plt is emitted against
2756 the function descriptor symbol, foo. Somewhere along the line, we need
2757 to carefully copy dynamic link information from one symbol to the other.
2758 Secondly, the generic part of the elf linker will make .foo a dynamic
2759 symbol as is normal for most other backends. We need foo dynamic
2760 instead, at least for an application final link. However, when
2761 creating a shared library containing foo, we need to have both symbols
2762 dynamic so that references to .foo are satisfied during the early
2763 stages of linking. Otherwise the linker might decide to pull in a
2764 definition from some other object, eg. a static library.
2765
2766 Update: As of August 2004, we support a new convention. Function
2767 calls may use the function descriptor symbol, ie. "bl foo". This
2768 behaves exactly as "bl .foo". */
2769
2770 /* Of those relocs that might be copied as dynamic relocs, this
2771 function selects those that must be copied when linking a shared
2772 library or PIE, even when the symbol is local. */
2773
2774 static int
2775 must_be_dyn_reloc (struct bfd_link_info *info,
2776 enum elf_ppc64_reloc_type r_type)
2777 {
2778 switch (r_type)
2779 {
2780 default:
2781 /* Only relative relocs can be resolved when the object load
2782 address isn't fixed. DTPREL64 is excluded because the
2783 dynamic linker needs to differentiate global dynamic from
2784 local dynamic __tls_index pairs when PPC64_OPT_TLS is set. */
2785 return 1;
2786
2787 case R_PPC64_REL32:
2788 case R_PPC64_REL64:
2789 case R_PPC64_REL30:
2790 case R_PPC64_TOC16:
2791 case R_PPC64_TOC16_DS:
2792 case R_PPC64_TOC16_LO:
2793 case R_PPC64_TOC16_HI:
2794 case R_PPC64_TOC16_HA:
2795 case R_PPC64_TOC16_LO_DS:
2796 return 0;
2797
2798 case R_PPC64_TPREL16:
2799 case R_PPC64_TPREL16_LO:
2800 case R_PPC64_TPREL16_HI:
2801 case R_PPC64_TPREL16_HA:
2802 case R_PPC64_TPREL16_DS:
2803 case R_PPC64_TPREL16_LO_DS:
2804 case R_PPC64_TPREL16_HIGH:
2805 case R_PPC64_TPREL16_HIGHA:
2806 case R_PPC64_TPREL16_HIGHER:
2807 case R_PPC64_TPREL16_HIGHERA:
2808 case R_PPC64_TPREL16_HIGHEST:
2809 case R_PPC64_TPREL16_HIGHESTA:
2810 case R_PPC64_TPREL64:
2811 case R_PPC64_TPREL34:
2812 /* These relocations are relative but in a shared library the
2813 linker doesn't know the thread pointer base. */
2814 return bfd_link_dll (info);
2815 }
2816 }
2817
2818 /* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
2819 copying dynamic variables from a shared lib into an app's .dynbss
2820 section, and instead use a dynamic relocation to point into the
2821 shared lib. With code that gcc generates it is vital that this be
2822 enabled; In the PowerPC64 ELFv1 ABI the address of a function is
2823 actually the address of a function descriptor which resides in the
2824 .opd section. gcc uses the descriptor directly rather than going
2825 via the GOT as some other ABIs do, which means that initialized
2826 function pointers reference the descriptor. Thus, a function
2827 pointer initialized to the address of a function in a shared
2828 library will either require a .dynbss copy and a copy reloc, or a
2829 dynamic reloc. Using a .dynbss copy redefines the function
2830 descriptor symbol to point to the copy. This presents a problem as
2831 a PLT entry for that function is also initialized from the function
2832 descriptor symbol and the copy may not be initialized first. */
2833 #define ELIMINATE_COPY_RELOCS 1
2834
2835 /* Section name for stubs is the associated section name plus this
2836 string. */
2837 #define STUB_SUFFIX ".stub"
2838
2839 /* Linker stubs.
2840 ppc_stub_long_branch:
2841 Used when a 14 bit branch (or even a 24 bit branch) can't reach its
2842 destination, but a 24 bit branch in a stub section will reach.
2843 . b dest
2844
2845 ppc_stub_plt_branch:
2846 Similar to the above, but a 24 bit branch in the stub section won't
2847 reach its destination.
2848 . addis %r12,%r2,xxx@toc@ha
2849 . ld %r12,xxx@toc@l(%r12)
2850 . mtctr %r12
2851 . bctr
2852
2853 ppc_stub_plt_call:
2854 Used to call a function in a shared library. If it so happens that
2855 the plt entry referenced crosses a 64k boundary, then an extra
2856 "addi %r11,%r11,xxx@toc@l" will be inserted before the "mtctr".
2857 ppc_stub_plt_call_r2save starts with "std %r2,40(%r1)".
2858 . addis %r11,%r2,xxx@toc@ha
2859 . ld %r12,xxx+0@toc@l(%r11)
2860 . mtctr %r12
2861 . ld %r2,xxx+8@toc@l(%r11)
2862 . ld %r11,xxx+16@toc@l(%r11)
2863 . bctr
2864
2865 ppc_stub_long_branch and ppc_stub_plt_branch may also have additional
2866 code to adjust the value and save r2 to support multiple toc sections.
2867 A ppc_stub_long_branch with an r2 offset looks like:
2868 . std %r2,40(%r1)
2869 . addis %r2,%r2,off@ha
2870 . addi %r2,%r2,off@l
2871 . b dest
2872
2873 A ppc_stub_plt_branch with an r2 offset looks like:
2874 . std %r2,40(%r1)
2875 . addis %r12,%r2,xxx@toc@ha
2876 . ld %r12,xxx@toc@l(%r12)
2877 . addis %r2,%r2,off@ha
2878 . addi %r2,%r2,off@l
2879 . mtctr %r12
2880 . bctr
2881
2882 All of the above stubs are shown as their ELFv1 variants. ELFv2
2883 variants exist too, simpler for plt calls since a new toc pointer
2884 and static chain are not loaded by the stub. In addition, ELFv2
2885 has some more complex stubs to handle calls marked with NOTOC
2886 relocs from functions where r2 is not a valid toc pointer. These
2887 come in two flavours, the ones shown below, and _both variants that
2888 start with "std %r2,24(%r1)" to save r2 in the unlikely event that
2889 one call is from a function where r2 is used as the toc pointer but
2890 needs a toc adjusting stub for small-model multi-toc, and another
2891 call is from a function where r2 is not valid.
2892 ppc_stub_long_branch_notoc:
2893 . mflr %r12
2894 . bcl 20,31,1f
2895 . 1:
2896 . mflr %r11
2897 . mtlr %r12
2898 . addis %r12,%r11,dest-1b@ha
2899 . addi %r12,%r12,dest-1b@l
2900 . b dest
2901
2902 ppc_stub_plt_branch_notoc:
2903 . mflr %r12
2904 . bcl 20,31,1f
2905 . 1:
2906 . mflr %r11
2907 . mtlr %r12
2908 . lis %r12,xxx-1b@highest
2909 . ori %r12,%r12,xxx-1b@higher
2910 . sldi %r12,%r12,32
2911 . oris %r12,%r12,xxx-1b@high
2912 . ori %r12,%r12,xxx-1b@l
2913 . add %r12,%r11,%r12
2914 . mtctr %r12
2915 . bctr
2916
2917 ppc_stub_plt_call_notoc:
2918 . mflr %r12
2919 . bcl 20,31,1f
2920 . 1:
2921 . mflr %r11
2922 . mtlr %r12
2923 . lis %r12,xxx-1b@highest
2924 . ori %r12,%r12,xxx-1b@higher
2925 . sldi %r12,%r12,32
2926 . oris %r12,%r12,xxx-1b@high
2927 . ori %r12,%r12,xxx-1b@l
2928 . ldx %r12,%r11,%r12
2929 . mtctr %r12
2930 . bctr
2931
2932 There are also ELFv1 power10 variants of these stubs.
2933 ppc_stub_long_branch_notoc:
2934 . pla %r12,dest@pcrel
2935 . b dest
2936 ppc_stub_plt_branch_notoc:
2937 . lis %r11,(dest-1f)@highesta34
2938 . ori %r11,%r11,(dest-1f)@highera34
2939 . sldi %r11,%r11,34
2940 . 1: pla %r12,dest@pcrel
2941 . add %r12,%r11,%r12
2942 . mtctr %r12
2943 . bctr
2944 ppc_stub_plt_call_notoc:
2945 . lis %r11,(xxx-1f)@highesta34
2946 . ori %r11,%r11,(xxx-1f)@highera34
2947 . sldi %r11,%r11,34
2948 . 1: pla %r12,xxx@pcrel
2949 . ldx %r12,%r11,%r12
2950 . mtctr %r12
2951 . bctr
2952
2953 In cases where the high instructions would add zero, they are
2954 omitted and following instructions modified in some cases.
2955 For example, a power10 ppc_stub_plt_call_notoc might simplify down
2956 to
2957 . pld %r12,xxx@pcrel
2958 . mtctr %r12
2959 . bctr
2960
2961 For a given stub group (a set of sections all using the same toc
2962 pointer value) there will be just one stub type used for any
2963 particular function symbol. For example, if printf is called from
2964 code with the tocsave optimization (ie. r2 saved in function
2965 prologue) and therefore calls use a ppc_stub_plt_call linkage stub,
2966 and from other code without the tocsave optimization requiring a
2967 ppc_stub_plt_call_r2save linkage stub, a single stub of the latter
2968 type will be created. Calls with the tocsave optimization will
2969 enter this stub after the instruction saving r2. A similar
2970 situation exists when calls are marked with R_PPC64_REL24_NOTOC
2971 relocations. These require a ppc_stub_plt_call_notoc linkage stub
2972 to call an external function like printf. If other calls to printf
2973 require a ppc_stub_plt_call linkage stub then a single
2974 ppc_stub_plt_call_notoc linkage stub will be used for both types of
2975 call. If other calls to printf require a ppc_stub_plt_call_r2save
2976 linkage stub then a single ppc_stub_plt_call_both linkage stub will
2977 be created and calls not requiring r2 to be saved will enter the
2978 stub after the r2 save instruction. There is an analogous
2979 hierarchy of long branch and plt branch stubs for local call
2980 linkage. */
2981
2982 enum ppc_stub_type
2983 {
2984 ppc_stub_none,
2985 ppc_stub_long_branch,
2986 ppc_stub_long_branch_r2off,
2987 ppc_stub_long_branch_notoc,
2988 ppc_stub_long_branch_both, /* r2off and notoc variants both needed. */
2989 ppc_stub_plt_branch,
2990 ppc_stub_plt_branch_r2off,
2991 ppc_stub_plt_branch_notoc,
2992 ppc_stub_plt_branch_both,
2993 ppc_stub_plt_call,
2994 ppc_stub_plt_call_r2save,
2995 ppc_stub_plt_call_notoc,
2996 ppc_stub_plt_call_both,
2997 ppc_stub_global_entry,
2998 ppc_stub_save_res
2999 };
3000
3001 /* Information on stub grouping. */
3002 struct map_stub
3003 {
3004 /* The stub section. */
3005 asection *stub_sec;
3006 /* This is the section to which stubs in the group will be attached. */
3007 asection *link_sec;
3008 /* Next group. */
3009 struct map_stub *next;
3010 /* Whether to emit a copy of register save/restore functions in this
3011 group. */
3012 int needs_save_res;
3013 /* Current offset within stubs after the insn restoring lr in a
3014 _notoc or _both stub using bcl for pc-relative addressing, or
3015 after the insn restoring lr in a __tls_get_addr_opt plt stub. */
3016 unsigned int lr_restore;
3017 /* Accumulated size of EH info emitted to describe return address
3018 if stubs modify lr. Does not include 17 byte FDE header. */
3019 unsigned int eh_size;
3020 /* Offset in glink_eh_frame to the start of EH info for this group. */
3021 unsigned int eh_base;
3022 };
3023
3024 struct ppc_stub_hash_entry
3025 {
3026 /* Base hash table entry structure. */
3027 struct bfd_hash_entry root;
3028
3029 enum ppc_stub_type stub_type;
3030
3031 /* Group information. */
3032 struct map_stub *group;
3033
3034 /* Offset within stub_sec of the beginning of this stub. */
3035 bfd_vma stub_offset;
3036
3037 /* Given the symbol's value and its section we can determine its final
3038 value when building the stubs (so the stub knows where to jump. */
3039 bfd_vma target_value;
3040 asection *target_section;
3041
3042 /* The symbol table entry, if any, that this was derived from. */
3043 struct ppc_link_hash_entry *h;
3044 struct plt_entry *plt_ent;
3045
3046 /* Symbol type. */
3047 unsigned char symtype;
3048
3049 /* Symbol st_other. */
3050 unsigned char other;
3051 };
3052
3053 struct ppc_branch_hash_entry
3054 {
3055 /* Base hash table entry structure. */
3056 struct bfd_hash_entry root;
3057
3058 /* Offset within branch lookup table. */
3059 unsigned int offset;
3060
3061 /* Generation marker. */
3062 unsigned int iter;
3063 };
3064
3065 /* Used to track dynamic relocations for local symbols. */
3066 struct ppc_dyn_relocs
3067 {
3068 struct ppc_dyn_relocs *next;
3069
3070 /* The input section of the reloc. */
3071 asection *sec;
3072
3073 /* Total number of relocs copied for the input section. */
3074 unsigned int count : 31;
3075
3076 /* Whether this entry is for STT_GNU_IFUNC symbols. */
3077 unsigned int ifunc : 1;
3078 };
3079
3080 struct ppc_link_hash_entry
3081 {
3082 struct elf_link_hash_entry elf;
3083
3084 union
3085 {
3086 /* A pointer to the most recently used stub hash entry against this
3087 symbol. */
3088 struct ppc_stub_hash_entry *stub_cache;
3089
3090 /* A pointer to the next symbol starting with a '.' */
3091 struct ppc_link_hash_entry *next_dot_sym;
3092 } u;
3093
3094 /* Link between function code and descriptor symbols. */
3095 struct ppc_link_hash_entry *oh;
3096
3097 /* Flag function code and descriptor symbols. */
3098 unsigned int is_func:1;
3099 unsigned int is_func_descriptor:1;
3100 unsigned int fake:1;
3101
3102 /* Whether global opd/toc sym has been adjusted or not.
3103 After ppc64_elf_edit_opd/ppc64_elf_edit_toc has run, this flag
3104 should be set for all globals defined in any opd/toc section. */
3105 unsigned int adjust_done:1;
3106
3107 /* Set if this is an out-of-line register save/restore function,
3108 with non-standard calling convention. */
3109 unsigned int save_res:1;
3110
3111 /* Set if a duplicate symbol with non-zero localentry is detected,
3112 even when the duplicate symbol does not provide a definition. */
3113 unsigned int non_zero_localentry:1;
3114
3115 /* Contexts in which symbol is used in the GOT (or TOC).
3116 Bits are or'd into the mask as the corresponding relocs are
3117 encountered during check_relocs, with TLS_TLS being set when any
3118 of the other TLS bits are set. tls_optimize clears bits when
3119 optimizing to indicate the corresponding GOT entry type is not
3120 needed. If set, TLS_TLS is never cleared. tls_optimize may also
3121 set TLS_GDIE when a GD reloc turns into an IE one.
3122 These flags are also kept for local symbols. */
3123 #define TLS_TLS 1 /* Any TLS reloc. */
3124 #define TLS_GD 2 /* GD reloc. */
3125 #define TLS_LD 4 /* LD reloc. */
3126 #define TLS_TPREL 8 /* TPREL reloc, => IE. */
3127 #define TLS_DTPREL 16 /* DTPREL reloc, => LD. */
3128 #define TLS_MARK 32 /* __tls_get_addr call marked. */
3129 #define TLS_GDIE 64 /* GOT TPREL reloc resulting from GD->IE. */
3130 #define TLS_EXPLICIT 256 /* TOC section TLS reloc, not stored. */
3131 unsigned char tls_mask;
3132
3133 /* The above field is also used to mark function symbols. In which
3134 case TLS_TLS will be 0. */
3135 #define PLT_IFUNC 2 /* STT_GNU_IFUNC. */
3136 #define PLT_KEEP 4 /* inline plt call requires plt entry. */
3137 #define NON_GOT 256 /* local symbol plt, not stored. */
3138 };
3139
3140 static inline struct ppc_link_hash_entry *
3141 ppc_elf_hash_entry (struct elf_link_hash_entry *ent)
3142 {
3143 return (struct ppc_link_hash_entry *) ent;
3144 }
3145
3146 /* ppc64 ELF linker hash table. */
3147
3148 struct ppc_link_hash_table
3149 {
3150 struct elf_link_hash_table elf;
3151
3152 /* The stub hash table. */
3153 struct bfd_hash_table stub_hash_table;
3154
3155 /* Another hash table for plt_branch stubs. */
3156 struct bfd_hash_table branch_hash_table;
3157
3158 /* Hash table for function prologue tocsave. */
3159 htab_t tocsave_htab;
3160
3161 /* Various options and other info passed from the linker. */
3162 struct ppc64_elf_params *params;
3163
3164 /* The size of sec_info below. */
3165 unsigned int sec_info_arr_size;
3166
3167 /* Per-section array of extra section info. Done this way rather
3168 than as part of ppc64_elf_section_data so we have the info for
3169 non-ppc64 sections. */
3170 struct
3171 {
3172 /* Along with elf_gp, specifies the TOC pointer used by this section. */
3173 bfd_vma toc_off;
3174
3175 union
3176 {
3177 /* The section group that this section belongs to. */
3178 struct map_stub *group;
3179 /* A temp section list pointer. */
3180 asection *list;
3181 } u;
3182 } *sec_info;
3183
3184 /* Linked list of groups. */
3185 struct map_stub *group;
3186
3187 /* Temp used when calculating TOC pointers. */
3188 bfd_vma toc_curr;
3189 bfd *toc_bfd;
3190 asection *toc_first_sec;
3191
3192 /* Used when adding symbols. */
3193 struct ppc_link_hash_entry *dot_syms;
3194
3195 /* Shortcuts to get to dynamic linker sections. */
3196 asection *glink;
3197 asection *global_entry;
3198 asection *sfpr;
3199 asection *pltlocal;
3200 asection *relpltlocal;
3201 asection *brlt;
3202 asection *relbrlt;
3203 asection *glink_eh_frame;
3204
3205 /* Shortcut to .__tls_get_addr and __tls_get_addr. */
3206 struct ppc_link_hash_entry *tls_get_addr;
3207 struct ppc_link_hash_entry *tls_get_addr_fd;
3208 struct ppc_link_hash_entry *tga_desc;
3209 struct ppc_link_hash_entry *tga_desc_fd;
3210 struct map_stub *tga_group;
3211
3212 /* The size of reliplt used by got entry relocs. */
3213 bfd_size_type got_reli_size;
3214
3215 /* Statistics. */
3216 unsigned long stub_count[ppc_stub_global_entry];
3217
3218 /* Number of stubs against global syms. */
3219 unsigned long stub_globals;
3220
3221 /* Set if we're linking code with function descriptors. */
3222 unsigned int opd_abi:1;
3223
3224 /* Support for multiple toc sections. */
3225 unsigned int do_multi_toc:1;
3226 unsigned int multi_toc_needed:1;
3227 unsigned int second_toc_pass:1;
3228 unsigned int do_toc_opt:1;
3229
3230 /* Set if tls optimization is enabled. */
3231 unsigned int do_tls_opt:1;
3232
3233 /* Set if inline plt calls should be converted to direct calls. */
3234 unsigned int can_convert_all_inline_plt:1;
3235
3236 /* Set on error. */
3237 unsigned int stub_error:1;
3238
3239 /* Whether func_desc_adjust needs to be run over symbols. */
3240 unsigned int need_func_desc_adj:1;
3241
3242 /* Whether plt calls for ELFv2 localentry:0 funcs have been optimized. */
3243 unsigned int has_plt_localentry0:1;
3244
3245 /* Whether calls are made via the PLT from NOTOC functions. */
3246 unsigned int notoc_plt:1;
3247
3248 /* Whether any code linked seems to be Power10. */
3249 unsigned int has_power10_relocs:1;
3250
3251 /* Incremented every time we size stubs. */
3252 unsigned int stub_iteration;
3253 };
3254
3255 /* Rename some of the generic section flags to better document how they
3256 are used here. */
3257
3258 /* Nonzero if this section has TLS related relocations. */
3259 #define has_tls_reloc sec_flg0
3260
3261 /* Nonzero if this section has a call to __tls_get_addr lacking marker
3262 relocations. */
3263 #define nomark_tls_get_addr sec_flg1
3264
3265 /* Nonzero if this section has any toc or got relocs. */
3266 #define has_toc_reloc sec_flg2
3267
3268 /* Nonzero if this section has a call to another section that uses
3269 the toc or got. */
3270 #define makes_toc_func_call sec_flg3
3271
3272 /* Recursion protection when determining above flag. */
3273 #define call_check_in_progress sec_flg4
3274 #define call_check_done sec_flg5
3275
3276 /* Get the ppc64 ELF linker hash table from a link_info structure. */
3277
3278 #define ppc_hash_table(p) \
3279 ((is_elf_hash_table ((p)->hash) \
3280 && elf_hash_table_id (elf_hash_table (p)) == PPC64_ELF_DATA) \
3281 ? (struct ppc_link_hash_table *) (p)->hash : NULL)
3282
3283 #define ppc_stub_hash_lookup(table, string, create, copy) \
3284 ((struct ppc_stub_hash_entry *) \
3285 bfd_hash_lookup ((table), (string), (create), (copy)))
3286
3287 #define ppc_branch_hash_lookup(table, string, create, copy) \
3288 ((struct ppc_branch_hash_entry *) \
3289 bfd_hash_lookup ((table), (string), (create), (copy)))
3290
3291 /* Create an entry in the stub hash table. */
3292
3293 static struct bfd_hash_entry *
3294 stub_hash_newfunc (struct bfd_hash_entry *entry,
3295 struct bfd_hash_table *table,
3296 const char *string)
3297 {
3298 /* Allocate the structure if it has not already been allocated by a
3299 subclass. */
3300 if (entry == NULL)
3301 {
3302 entry = bfd_hash_allocate (table, sizeof (struct ppc_stub_hash_entry));
3303 if (entry == NULL)
3304 return entry;
3305 }
3306
3307 /* Call the allocation method of the superclass. */
3308 entry = bfd_hash_newfunc (entry, table, string);
3309 if (entry != NULL)
3310 {
3311 struct ppc_stub_hash_entry *eh;
3312
3313 /* Initialize the local fields. */
3314 eh = (struct ppc_stub_hash_entry *) entry;
3315 eh->stub_type = ppc_stub_none;
3316 eh->group = NULL;
3317 eh->stub_offset = 0;
3318 eh->target_value = 0;
3319 eh->target_section = NULL;
3320 eh->h = NULL;
3321 eh->plt_ent = NULL;
3322 eh->other = 0;
3323 }
3324
3325 return entry;
3326 }
3327
3328 /* Create an entry in the branch hash table. */
3329
3330 static struct bfd_hash_entry *
3331 branch_hash_newfunc (struct bfd_hash_entry *entry,
3332 struct bfd_hash_table *table,
3333 const char *string)
3334 {
3335 /* Allocate the structure if it has not already been allocated by a
3336 subclass. */
3337 if (entry == NULL)
3338 {
3339 entry = bfd_hash_allocate (table, sizeof (struct ppc_branch_hash_entry));
3340 if (entry == NULL)
3341 return entry;
3342 }
3343
3344 /* Call the allocation method of the superclass. */
3345 entry = bfd_hash_newfunc (entry, table, string);
3346 if (entry != NULL)
3347 {
3348 struct ppc_branch_hash_entry *eh;
3349
3350 /* Initialize the local fields. */
3351 eh = (struct ppc_branch_hash_entry *) entry;
3352 eh->offset = 0;
3353 eh->iter = 0;
3354 }
3355
3356 return entry;
3357 }
3358
3359 /* Create an entry in a ppc64 ELF linker hash table. */
3360
3361 static struct bfd_hash_entry *
3362 link_hash_newfunc (struct bfd_hash_entry *entry,
3363 struct bfd_hash_table *table,
3364 const char *string)
3365 {
3366 /* Allocate the structure if it has not already been allocated by a
3367 subclass. */
3368 if (entry == NULL)
3369 {
3370 entry = bfd_hash_allocate (table, sizeof (struct ppc_link_hash_entry));
3371 if (entry == NULL)
3372 return entry;
3373 }
3374
3375 /* Call the allocation method of the superclass. */
3376 entry = _bfd_elf_link_hash_newfunc (entry, table, string);
3377 if (entry != NULL)
3378 {
3379 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) entry;
3380
3381 memset (&eh->u.stub_cache, 0,
3382 (sizeof (struct ppc_link_hash_entry)
3383 - offsetof (struct ppc_link_hash_entry, u.stub_cache)));
3384
3385 /* When making function calls, old ABI code references function entry
3386 points (dot symbols), while new ABI code references the function
3387 descriptor symbol. We need to make any combination of reference and
3388 definition work together, without breaking archive linking.
3389
3390 For a defined function "foo" and an undefined call to "bar":
3391 An old object defines "foo" and ".foo", references ".bar" (possibly
3392 "bar" too).
3393 A new object defines "foo" and references "bar".
3394
3395 A new object thus has no problem with its undefined symbols being
3396 satisfied by definitions in an old object. On the other hand, the
3397 old object won't have ".bar" satisfied by a new object.
3398
3399 Keep a list of newly added dot-symbols. */
3400
3401 if (string[0] == '.')
3402 {
3403 struct ppc_link_hash_table *htab;
3404
3405 htab = (struct ppc_link_hash_table *) table;
3406 eh->u.next_dot_sym = htab->dot_syms;
3407 htab->dot_syms = eh;
3408 }
3409 }
3410
3411 return entry;
3412 }
3413
3414 struct tocsave_entry
3415 {
3416 asection *sec;
3417 bfd_vma offset;
3418 };
3419
3420 static hashval_t
3421 tocsave_htab_hash (const void *p)
3422 {
3423 const struct tocsave_entry *e = (const struct tocsave_entry *) p;
3424 return ((bfd_vma) (intptr_t) e->sec ^ e->offset) >> 3;
3425 }
3426
3427 static int
3428 tocsave_htab_eq (const void *p1, const void *p2)
3429 {
3430 const struct tocsave_entry *e1 = (const struct tocsave_entry *) p1;
3431 const struct tocsave_entry *e2 = (const struct tocsave_entry *) p2;
3432 return e1->sec == e2->sec && e1->offset == e2->offset;
3433 }
3434
3435 /* Destroy a ppc64 ELF linker hash table. */
3436
3437 static void
3438 ppc64_elf_link_hash_table_free (bfd *obfd)
3439 {
3440 struct ppc_link_hash_table *htab;
3441
3442 htab = (struct ppc_link_hash_table *) obfd->link.hash;
3443 if (htab->tocsave_htab)
3444 htab_delete (htab->tocsave_htab);
3445 bfd_hash_table_free (&htab->branch_hash_table);
3446 bfd_hash_table_free (&htab->stub_hash_table);
3447 _bfd_elf_link_hash_table_free (obfd);
3448 }
3449
3450 /* Create a ppc64 ELF linker hash table. */
3451
3452 static struct bfd_link_hash_table *
3453 ppc64_elf_link_hash_table_create (bfd *abfd)
3454 {
3455 struct ppc_link_hash_table *htab;
3456 size_t amt = sizeof (struct ppc_link_hash_table);
3457
3458 htab = bfd_zmalloc (amt);
3459 if (htab == NULL)
3460 return NULL;
3461
3462 if (!_bfd_elf_link_hash_table_init (&htab->elf, abfd, link_hash_newfunc,
3463 sizeof (struct ppc_link_hash_entry),
3464 PPC64_ELF_DATA))
3465 {
3466 free (htab);
3467 return NULL;
3468 }
3469
3470 /* Init the stub hash table too. */
3471 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc,
3472 sizeof (struct ppc_stub_hash_entry)))
3473 {
3474 _bfd_elf_link_hash_table_free (abfd);
3475 return NULL;
3476 }
3477
3478 /* And the branch hash table. */
3479 if (!bfd_hash_table_init (&htab->branch_hash_table, branch_hash_newfunc,
3480 sizeof (struct ppc_branch_hash_entry)))
3481 {
3482 bfd_hash_table_free (&htab->stub_hash_table);
3483 _bfd_elf_link_hash_table_free (abfd);
3484 return NULL;
3485 }
3486
3487 htab->tocsave_htab = htab_try_create (1024,
3488 tocsave_htab_hash,
3489 tocsave_htab_eq,
3490 NULL);
3491 if (htab->tocsave_htab == NULL)
3492 {
3493 ppc64_elf_link_hash_table_free (abfd);
3494 return NULL;
3495 }
3496 htab->elf.root.hash_table_free = ppc64_elf_link_hash_table_free;
3497
3498 /* Initializing two fields of the union is just cosmetic. We really
3499 only care about glist, but when compiled on a 32-bit host the
3500 bfd_vma fields are larger. Setting the bfd_vma to zero makes
3501 debugger inspection of these fields look nicer. */
3502 htab->elf.init_got_refcount.refcount = 0;
3503 htab->elf.init_got_refcount.glist = NULL;
3504 htab->elf.init_plt_refcount.refcount = 0;
3505 htab->elf.init_plt_refcount.glist = NULL;
3506 htab->elf.init_got_offset.offset = 0;
3507 htab->elf.init_got_offset.glist = NULL;
3508 htab->elf.init_plt_offset.offset = 0;
3509 htab->elf.init_plt_offset.glist = NULL;
3510
3511 return &htab->elf.root;
3512 }
3513
3514 /* Create sections for linker generated code. */
3515
3516 static bfd_boolean
3517 create_linkage_sections (bfd *dynobj, struct bfd_link_info *info)
3518 {
3519 struct ppc_link_hash_table *htab;
3520 flagword flags;
3521
3522 htab = ppc_hash_table (info);
3523
3524 flags = (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_READONLY
3525 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3526 if (htab->params->save_restore_funcs)
3527 {
3528 /* Create .sfpr for code to save and restore fp regs. */
3529 htab->sfpr = bfd_make_section_anyway_with_flags (dynobj, ".sfpr",
3530 flags);
3531 if (htab->sfpr == NULL
3532 || !bfd_set_section_alignment (htab->sfpr, 2))
3533 return FALSE;
3534 }
3535
3536 if (bfd_link_relocatable (info))
3537 return TRUE;
3538
3539 /* Create .glink for lazy dynamic linking support. */
3540 htab->glink = bfd_make_section_anyway_with_flags (dynobj, ".glink",
3541 flags);
3542 if (htab->glink == NULL
3543 || !bfd_set_section_alignment (htab->glink, 3))
3544 return FALSE;
3545
3546 /* The part of .glink used by global entry stubs, separate so that
3547 it can be aligned appropriately without affecting htab->glink. */
3548 htab->global_entry = bfd_make_section_anyway_with_flags (dynobj, ".glink",
3549 flags);
3550 if (htab->global_entry == NULL
3551 || !bfd_set_section_alignment (htab->global_entry, 2))
3552 return FALSE;
3553
3554 if (!info->no_ld_generated_unwind_info)
3555 {
3556 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_HAS_CONTENTS
3557 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3558 htab->glink_eh_frame = bfd_make_section_anyway_with_flags (dynobj,
3559 ".eh_frame",
3560 flags);
3561 if (htab->glink_eh_frame == NULL
3562 || !bfd_set_section_alignment (htab->glink_eh_frame, 2))
3563 return FALSE;
3564 }
3565
3566 flags = SEC_ALLOC | SEC_LINKER_CREATED;
3567 htab->elf.iplt = bfd_make_section_anyway_with_flags (dynobj, ".iplt", flags);
3568 if (htab->elf.iplt == NULL
3569 || !bfd_set_section_alignment (htab->elf.iplt, 3))
3570 return FALSE;
3571
3572 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
3573 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3574 htab->elf.irelplt
3575 = bfd_make_section_anyway_with_flags (dynobj, ".rela.iplt", flags);
3576 if (htab->elf.irelplt == NULL
3577 || !bfd_set_section_alignment (htab->elf.irelplt, 3))
3578 return FALSE;
3579
3580 /* Create branch lookup table for plt_branch stubs. */
3581 flags = (SEC_ALLOC | SEC_LOAD
3582 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3583 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
3584 flags);
3585 if (htab->brlt == NULL
3586 || !bfd_set_section_alignment (htab->brlt, 3))
3587 return FALSE;
3588
3589 /* Local plt entries, put in .branch_lt but a separate section for
3590 convenience. */
3591 htab->pltlocal = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
3592 flags);
3593 if (htab->pltlocal == NULL
3594 || !bfd_set_section_alignment (htab->pltlocal, 3))
3595 return FALSE;
3596
3597 if (!bfd_link_pic (info))
3598 return TRUE;
3599
3600 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
3601 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3602 htab->relbrlt
3603 = bfd_make_section_anyway_with_flags (dynobj, ".rela.branch_lt", flags);
3604 if (htab->relbrlt == NULL
3605 || !bfd_set_section_alignment (htab->relbrlt, 3))
3606 return FALSE;
3607
3608 htab->relpltlocal
3609 = bfd_make_section_anyway_with_flags (dynobj, ".rela.branch_lt", flags);
3610 if (htab->relpltlocal == NULL
3611 || !bfd_set_section_alignment (htab->relpltlocal, 3))
3612 return FALSE;
3613
3614 return TRUE;
3615 }
3616
3617 /* Satisfy the ELF linker by filling in some fields in our fake bfd. */
3618
3619 bfd_boolean
3620 ppc64_elf_init_stub_bfd (struct bfd_link_info *info,
3621 struct ppc64_elf_params *params)
3622 {
3623 struct ppc_link_hash_table *htab;
3624
3625 elf_elfheader (params->stub_bfd)->e_ident[EI_CLASS] = ELFCLASS64;
3626
3627 /* Always hook our dynamic sections into the first bfd, which is the
3628 linker created stub bfd. This ensures that the GOT header is at
3629 the start of the output TOC section. */
3630 htab = ppc_hash_table (info);
3631 htab->elf.dynobj = params->stub_bfd;
3632 htab->params = params;
3633
3634 return create_linkage_sections (htab->elf.dynobj, info);
3635 }
3636
3637 /* Build a name for an entry in the stub hash table. */
3638
3639 static char *
3640 ppc_stub_name (const asection *input_section,
3641 const asection *sym_sec,
3642 const struct ppc_link_hash_entry *h,
3643 const Elf_Internal_Rela *rel)
3644 {
3645 char *stub_name;
3646 ssize_t len;
3647
3648 /* rel->r_addend is actually 64 bit, but who uses more than +/- 2^31
3649 offsets from a sym as a branch target? In fact, we could
3650 probably assume the addend is always zero. */
3651 BFD_ASSERT (((int) rel->r_addend & 0xffffffff) == rel->r_addend);
3652
3653 if (h)
3654 {
3655 len = 8 + 1 + strlen (h->elf.root.root.string) + 1 + 8 + 1;
3656 stub_name = bfd_malloc (len);
3657 if (stub_name == NULL)
3658 return stub_name;
3659
3660 len = sprintf (stub_name, "%08x.%s+%x",
3661 input_section->id & 0xffffffff,
3662 h->elf.root.root.string,
3663 (int) rel->r_addend & 0xffffffff);
3664 }
3665 else
3666 {
3667 len = 8 + 1 + 8 + 1 + 8 + 1 + 8 + 1;
3668 stub_name = bfd_malloc (len);
3669 if (stub_name == NULL)
3670 return stub_name;
3671
3672 len = sprintf (stub_name, "%08x.%x:%x+%x",
3673 input_section->id & 0xffffffff,
3674 sym_sec->id & 0xffffffff,
3675 (int) ELF64_R_SYM (rel->r_info) & 0xffffffff,
3676 (int) rel->r_addend & 0xffffffff);
3677 }
3678 if (len > 2 && stub_name[len - 2] == '+' && stub_name[len - 1] == '0')
3679 stub_name[len - 2] = 0;
3680 return stub_name;
3681 }
3682
3683 /* If mixing power10 with non-power10 code and --power10-stubs is not
3684 specified (or is auto) then calls using @notoc relocations that
3685 need a stub will utilize power10 instructions in the stub, and
3686 calls without @notoc relocations will not use power10 instructions.
3687 The two classes of stubs are stored in separate stub_hash_table
3688 entries having the same key string. The two entries will always be
3689 adjacent on entry->root.next chain, even if hash table resizing
3690 occurs. This function selects the correct entry to use. */
3691
3692 static struct ppc_stub_hash_entry *
3693 select_alt_stub (struct ppc_stub_hash_entry *entry, bfd_boolean notoc)
3694 {
3695 bfd_boolean have_notoc;
3696
3697 have_notoc = (entry->stub_type == ppc_stub_plt_call_notoc
3698 || entry->stub_type == ppc_stub_plt_branch_notoc
3699 || entry->stub_type == ppc_stub_long_branch_notoc);
3700
3701 if (have_notoc != notoc)
3702 {
3703 const char *stub_name = entry->root.string;
3704
3705 entry = (struct ppc_stub_hash_entry *) entry->root.next;
3706 if (entry != NULL
3707 && entry->root.string != stub_name)
3708 entry = NULL;
3709 }
3710
3711 return entry;
3712 }
3713
3714 /* Look up an entry in the stub hash. Stub entries are cached because
3715 creating the stub name takes a bit of time. */
3716
3717 static struct ppc_stub_hash_entry *
3718 ppc_get_stub_entry (const asection *input_section,
3719 const asection *sym_sec,
3720 struct ppc_link_hash_entry *h,
3721 const Elf_Internal_Rela *rel,
3722 struct ppc_link_hash_table *htab)
3723 {
3724 struct ppc_stub_hash_entry *stub_entry;
3725 struct map_stub *group;
3726
3727 /* If this input section is part of a group of sections sharing one
3728 stub section, then use the id of the first section in the group.
3729 Stub names need to include a section id, as there may well be
3730 more than one stub used to reach say, printf, and we need to
3731 distinguish between them. */
3732 group = htab->sec_info[input_section->id].u.group;
3733 if (group == NULL)
3734 return NULL;
3735
3736 if (h != NULL && h->u.stub_cache != NULL
3737 && h->u.stub_cache->h == h
3738 && h->u.stub_cache->group == group)
3739 {
3740 stub_entry = h->u.stub_cache;
3741 }
3742 else
3743 {
3744 char *stub_name;
3745
3746 stub_name = ppc_stub_name (group->link_sec, sym_sec, h, rel);
3747 if (stub_name == NULL)
3748 return NULL;
3749
3750 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
3751 stub_name, FALSE, FALSE);
3752 if (h != NULL)
3753 h->u.stub_cache = stub_entry;
3754
3755 free (stub_name);
3756 }
3757
3758 if (stub_entry != NULL && htab->params->power10_stubs == -1)
3759 {
3760 bfd_boolean notoc = ELF64_R_TYPE (rel->r_info) == R_PPC64_REL24_NOTOC;
3761
3762 stub_entry = select_alt_stub (stub_entry, notoc);
3763 }
3764
3765 return stub_entry;
3766 }
3767
3768 /* Add a new stub entry to the stub hash. Not all fields of the new
3769 stub entry are initialised. */
3770
3771 static struct ppc_stub_hash_entry *
3772 ppc_add_stub (const char *stub_name,
3773 asection *section,
3774 struct bfd_link_info *info)
3775 {
3776 struct ppc_link_hash_table *htab = ppc_hash_table (info);
3777 struct map_stub *group;
3778 asection *link_sec;
3779 asection *stub_sec;
3780 struct ppc_stub_hash_entry *stub_entry;
3781
3782 group = htab->sec_info[section->id].u.group;
3783 link_sec = group->link_sec;
3784 stub_sec = group->stub_sec;
3785 if (stub_sec == NULL)
3786 {
3787 size_t namelen;
3788 bfd_size_type len;
3789 char *s_name;
3790
3791 namelen = strlen (link_sec->name);
3792 len = namelen + sizeof (STUB_SUFFIX);
3793 s_name = bfd_alloc (htab->params->stub_bfd, len);
3794 if (s_name == NULL)
3795 return NULL;
3796
3797 memcpy (s_name, link_sec->name, namelen);
3798 memcpy (s_name + namelen, STUB_SUFFIX, sizeof (STUB_SUFFIX));
3799 stub_sec = (*htab->params->add_stub_section) (s_name, link_sec);
3800 if (stub_sec == NULL)
3801 return NULL;
3802 group->stub_sec = stub_sec;
3803 }
3804
3805 /* Enter this entry into the linker stub hash table. */
3806 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name,
3807 TRUE, FALSE);
3808 if (stub_entry == NULL)
3809 {
3810 /* xgettext:c-format */
3811 _bfd_error_handler (_("%pB: cannot create stub entry %s"),
3812 section->owner, stub_name);
3813 return NULL;
3814 }
3815
3816 stub_entry->group = group;
3817 stub_entry->stub_offset = 0;
3818 return stub_entry;
3819 }
3820
3821 /* Create .got and .rela.got sections in ABFD, and .got in dynobj if
3822 not already done. */
3823
3824 static bfd_boolean
3825 create_got_section (bfd *abfd, struct bfd_link_info *info)
3826 {
3827 asection *got, *relgot;
3828 flagword flags;
3829 struct ppc_link_hash_table *htab = ppc_hash_table (info);
3830
3831 if (!is_ppc64_elf (abfd))
3832 return FALSE;
3833 if (htab == NULL)
3834 return FALSE;
3835
3836 if (!htab->elf.sgot
3837 && !_bfd_elf_create_got_section (htab->elf.dynobj, info))
3838 return FALSE;
3839
3840 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
3841 | SEC_LINKER_CREATED);
3842
3843 got = bfd_make_section_anyway_with_flags (abfd, ".got", flags);
3844 if (!got
3845 || !bfd_set_section_alignment (got, 3))
3846 return FALSE;
3847
3848 relgot = bfd_make_section_anyway_with_flags (abfd, ".rela.got",
3849 flags | SEC_READONLY);
3850 if (!relgot
3851 || !bfd_set_section_alignment (relgot, 3))
3852 return FALSE;
3853
3854 ppc64_elf_tdata (abfd)->got = got;
3855 ppc64_elf_tdata (abfd)->relgot = relgot;
3856 return TRUE;
3857 }
3858
3859 /* Follow indirect and warning symbol links. */
3860
3861 static inline struct bfd_link_hash_entry *
3862 follow_link (struct bfd_link_hash_entry *h)
3863 {
3864 while (h->type == bfd_link_hash_indirect
3865 || h->type == bfd_link_hash_warning)
3866 h = h->u.i.link;
3867 return h;
3868 }
3869
3870 static inline struct elf_link_hash_entry *
3871 elf_follow_link (struct elf_link_hash_entry *h)
3872 {
3873 return (struct elf_link_hash_entry *) follow_link (&h->root);
3874 }
3875
3876 static inline struct ppc_link_hash_entry *
3877 ppc_follow_link (struct ppc_link_hash_entry *h)
3878 {
3879 return ppc_elf_hash_entry (elf_follow_link (&h->elf));
3880 }
3881
3882 /* Merge PLT info on FROM with that on TO. */
3883
3884 static void
3885 move_plt_plist (struct ppc_link_hash_entry *from,
3886 struct ppc_link_hash_entry *to)
3887 {
3888 if (from->elf.plt.plist != NULL)
3889 {
3890 if (to->elf.plt.plist != NULL)
3891 {
3892 struct plt_entry **entp;
3893 struct plt_entry *ent;
3894
3895 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
3896 {
3897 struct plt_entry *dent;
3898
3899 for (dent = to->elf.plt.plist; dent != NULL; dent = dent->next)
3900 if (dent->addend == ent->addend)
3901 {
3902 dent->plt.refcount += ent->plt.refcount;
3903 *entp = ent->next;
3904 break;
3905 }
3906 if (dent == NULL)
3907 entp = &ent->next;
3908 }
3909 *entp = to->elf.plt.plist;
3910 }
3911
3912 to->elf.plt.plist = from->elf.plt.plist;
3913 from->elf.plt.plist = NULL;
3914 }
3915 }
3916
3917 /* Copy the extra info we tack onto an elf_link_hash_entry. */
3918
3919 static void
3920 ppc64_elf_copy_indirect_symbol (struct bfd_link_info *info,
3921 struct elf_link_hash_entry *dir,
3922 struct elf_link_hash_entry *ind)
3923 {
3924 struct ppc_link_hash_entry *edir, *eind;
3925
3926 edir = ppc_elf_hash_entry (dir);
3927 eind = ppc_elf_hash_entry (ind);
3928
3929 edir->is_func |= eind->is_func;
3930 edir->is_func_descriptor |= eind->is_func_descriptor;
3931 edir->tls_mask |= eind->tls_mask;
3932 if (eind->oh != NULL)
3933 edir->oh = ppc_follow_link (eind->oh);
3934
3935 if (edir->elf.versioned != versioned_hidden)
3936 edir->elf.ref_dynamic |= eind->elf.ref_dynamic;
3937 edir->elf.ref_regular |= eind->elf.ref_regular;
3938 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak;
3939 edir->elf.non_got_ref |= eind->elf.non_got_ref;
3940 edir->elf.needs_plt |= eind->elf.needs_plt;
3941 edir->elf.pointer_equality_needed |= eind->elf.pointer_equality_needed;
3942
3943 /* If we were called to copy over info for a weak sym, don't copy
3944 dyn_relocs, plt/got info, or dynindx. We used to copy dyn_relocs
3945 in order to simplify readonly_dynrelocs and save a field in the
3946 symbol hash entry, but that means dyn_relocs can't be used in any
3947 tests about a specific symbol, or affect other symbol flags which
3948 are then tested. */
3949 if (eind->elf.root.type != bfd_link_hash_indirect)
3950 return;
3951
3952 /* Copy over any dynamic relocs we may have on the indirect sym. */
3953 if (ind->dyn_relocs != NULL)
3954 {
3955 if (dir->dyn_relocs != NULL)
3956 {
3957 struct elf_dyn_relocs **pp;
3958 struct elf_dyn_relocs *p;
3959
3960 /* Add reloc counts against the indirect sym to the direct sym
3961 list. Merge any entries against the same section. */
3962 for (pp = &ind->dyn_relocs; (p = *pp) != NULL; )
3963 {
3964 struct elf_dyn_relocs *q;
3965
3966 for (q = dir->dyn_relocs; q != NULL; q = q->next)
3967 if (q->sec == p->sec)
3968 {
3969 q->pc_count += p->pc_count;
3970 q->count += p->count;
3971 *pp = p->next;
3972 break;
3973 }
3974 if (q == NULL)
3975 pp = &p->next;
3976 }
3977 *pp = dir->dyn_relocs;
3978 }
3979
3980 dir->dyn_relocs = ind->dyn_relocs;
3981 ind->dyn_relocs = NULL;
3982 }
3983
3984 /* Copy over got entries that we may have already seen to the
3985 symbol which just became indirect. */
3986 if (eind->elf.got.glist != NULL)
3987 {
3988 if (edir->elf.got.glist != NULL)
3989 {
3990 struct got_entry **entp;
3991 struct got_entry *ent;
3992
3993 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
3994 {
3995 struct got_entry *dent;
3996
3997 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
3998 if (dent->addend == ent->addend
3999 && dent->owner == ent->owner
4000 && dent->tls_type == ent->tls_type)
4001 {
4002 dent->got.refcount += ent->got.refcount;
4003 *entp = ent->next;
4004 break;
4005 }
4006 if (dent == NULL)
4007 entp = &ent->next;
4008 }
4009 *entp = edir->elf.got.glist;
4010 }
4011
4012 edir->elf.got.glist = eind->elf.got.glist;
4013 eind->elf.got.glist = NULL;
4014 }
4015
4016 /* And plt entries. */
4017 move_plt_plist (eind, edir);
4018
4019 if (eind->elf.dynindx != -1)
4020 {
4021 if (edir->elf.dynindx != -1)
4022 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
4023 edir->elf.dynstr_index);
4024 edir->elf.dynindx = eind->elf.dynindx;
4025 edir->elf.dynstr_index = eind->elf.dynstr_index;
4026 eind->elf.dynindx = -1;
4027 eind->elf.dynstr_index = 0;
4028 }
4029 }
4030
4031 /* Find the function descriptor hash entry from the given function code
4032 hash entry FH. Link the entries via their OH fields. */
4033
4034 static struct ppc_link_hash_entry *
4035 lookup_fdh (struct ppc_link_hash_entry *fh, struct ppc_link_hash_table *htab)
4036 {
4037 struct ppc_link_hash_entry *fdh = fh->oh;
4038
4039 if (fdh == NULL)
4040 {
4041 const char *fd_name = fh->elf.root.root.string + 1;
4042
4043 fdh = ppc_elf_hash_entry (elf_link_hash_lookup (&htab->elf, fd_name,
4044 FALSE, FALSE, FALSE));
4045 if (fdh == NULL)
4046 return fdh;
4047
4048 fdh->is_func_descriptor = 1;
4049 fdh->oh = fh;
4050 fh->is_func = 1;
4051 fh->oh = fdh;
4052 }
4053
4054 fdh = ppc_follow_link (fdh);
4055 fdh->is_func_descriptor = 1;
4056 fdh->oh = fh;
4057 return fdh;
4058 }
4059
4060 /* Make a fake function descriptor sym for the undefined code sym FH. */
4061
4062 static struct ppc_link_hash_entry *
4063 make_fdh (struct bfd_link_info *info,
4064 struct ppc_link_hash_entry *fh)
4065 {
4066 bfd *abfd = fh->elf.root.u.undef.abfd;
4067 struct bfd_link_hash_entry *bh = NULL;
4068 struct ppc_link_hash_entry *fdh;
4069 flagword flags = (fh->elf.root.type == bfd_link_hash_undefweak
4070 ? BSF_WEAK
4071 : BSF_GLOBAL);
4072
4073 if (!_bfd_generic_link_add_one_symbol (info, abfd,
4074 fh->elf.root.root.string + 1,
4075 flags, bfd_und_section_ptr, 0,
4076 NULL, FALSE, FALSE, &bh))
4077 return NULL;
4078
4079 fdh = (struct ppc_link_hash_entry *) bh;
4080 fdh->elf.non_elf = 0;
4081 fdh->fake = 1;
4082 fdh->is_func_descriptor = 1;
4083 fdh->oh = fh;
4084 fh->is_func = 1;
4085 fh->oh = fdh;
4086 return fdh;
4087 }
4088
4089 /* Fix function descriptor symbols defined in .opd sections to be
4090 function type. */
4091
4092 static bfd_boolean
4093 ppc64_elf_add_symbol_hook (bfd *ibfd,
4094 struct bfd_link_info *info,
4095 Elf_Internal_Sym *isym,
4096 const char **name,
4097 flagword *flags ATTRIBUTE_UNUSED,
4098 asection **sec,
4099 bfd_vma *value)
4100 {
4101 if (*sec != NULL
4102 && strcmp ((*sec)->name, ".opd") == 0)
4103 {
4104 asection *code_sec;
4105
4106 if (!(ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC
4107 || ELF_ST_TYPE (isym->st_info) == STT_FUNC))
4108 isym->st_info = ELF_ST_INFO (ELF_ST_BIND (isym->st_info), STT_FUNC);
4109
4110 /* If the symbol is a function defined in .opd, and the function
4111 code is in a discarded group, let it appear to be undefined. */
4112 if (!bfd_link_relocatable (info)
4113 && (*sec)->reloc_count != 0
4114 && opd_entry_value (*sec, *value, &code_sec, NULL,
4115 FALSE) != (bfd_vma) -1
4116 && discarded_section (code_sec))
4117 {
4118 *sec = bfd_und_section_ptr;
4119 isym->st_shndx = SHN_UNDEF;
4120 }
4121 }
4122 else if (*sec != NULL
4123 && strcmp ((*sec)->name, ".toc") == 0
4124 && ELF_ST_TYPE (isym->st_info) == STT_OBJECT)
4125 {
4126 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4127 if (htab != NULL)
4128 htab->params->object_in_toc = 1;
4129 }
4130
4131 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
4132 {
4133 if (abiversion (ibfd) == 0)
4134 set_abiversion (ibfd, 2);
4135 else if (abiversion (ibfd) == 1)
4136 {
4137 _bfd_error_handler (_("symbol '%s' has invalid st_other"
4138 " for ABI version 1"), *name);
4139 bfd_set_error (bfd_error_bad_value);
4140 return FALSE;
4141 }
4142 }
4143
4144 return TRUE;
4145 }
4146
4147 /* Merge non-visibility st_other attributes: local entry point. */
4148
4149 static void
4150 ppc64_elf_merge_symbol_attribute (struct elf_link_hash_entry *h,
4151 const Elf_Internal_Sym *isym,
4152 bfd_boolean definition,
4153 bfd_boolean dynamic)
4154 {
4155 if (definition && (!dynamic || !h->def_regular))
4156 h->other = ((isym->st_other & ~ELF_ST_VISIBILITY (-1))
4157 | ELF_ST_VISIBILITY (h->other));
4158 }
4159
4160 /* Hook called on merging a symbol. We use this to clear "fake" since
4161 we now have a real symbol. */
4162
4163 static bfd_boolean
4164 ppc64_elf_merge_symbol (struct elf_link_hash_entry *h,
4165 const Elf_Internal_Sym *isym,
4166 asection **psec ATTRIBUTE_UNUSED,
4167 bfd_boolean newdef ATTRIBUTE_UNUSED,
4168 bfd_boolean olddef ATTRIBUTE_UNUSED,
4169 bfd *oldbfd ATTRIBUTE_UNUSED,
4170 const asection *oldsec ATTRIBUTE_UNUSED)
4171 {
4172 ppc_elf_hash_entry (h)->fake = 0;
4173 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
4174 ppc_elf_hash_entry (h)->non_zero_localentry = 1;
4175 return TRUE;
4176 }
4177
4178 /* This function makes an old ABI object reference to ".bar" cause the
4179 inclusion of a new ABI object archive that defines "bar".
4180 NAME is a symbol defined in an archive. Return a symbol in the hash
4181 table that might be satisfied by the archive symbols. */
4182
4183 static struct elf_link_hash_entry *
4184 ppc64_elf_archive_symbol_lookup (bfd *abfd,
4185 struct bfd_link_info *info,
4186 const char *name)
4187 {
4188 struct elf_link_hash_entry *h;
4189 char *dot_name;
4190 size_t len;
4191
4192 h = _bfd_elf_archive_symbol_lookup (abfd, info, name);
4193 if (h != NULL
4194 /* Don't return this sym if it is a fake function descriptor
4195 created by add_symbol_adjust. */
4196 && !ppc_elf_hash_entry (h)->fake)
4197 return h;
4198
4199 if (name[0] == '.')
4200 return h;
4201
4202 len = strlen (name);
4203 dot_name = bfd_alloc (abfd, len + 2);
4204 if (dot_name == NULL)
4205 return (struct elf_link_hash_entry *) -1;
4206 dot_name[0] = '.';
4207 memcpy (dot_name + 1, name, len + 1);
4208 h = _bfd_elf_archive_symbol_lookup (abfd, info, dot_name);
4209 bfd_release (abfd, dot_name);
4210 if (h != NULL)
4211 return h;
4212
4213 if (strcmp (name, "__tls_get_addr_opt") == 0)
4214 h = _bfd_elf_archive_symbol_lookup (abfd, info, "__tls_get_addr_desc");
4215 return h;
4216 }
4217
4218 /* This function satisfies all old ABI object references to ".bar" if a
4219 new ABI object defines "bar". Well, at least, undefined dot symbols
4220 are made weak. This stops later archive searches from including an
4221 object if we already have a function descriptor definition. It also
4222 prevents the linker complaining about undefined symbols.
4223 We also check and correct mismatched symbol visibility here. The
4224 most restrictive visibility of the function descriptor and the
4225 function entry symbol is used. */
4226
4227 static bfd_boolean
4228 add_symbol_adjust (struct ppc_link_hash_entry *eh, struct bfd_link_info *info)
4229 {
4230 struct ppc_link_hash_table *htab;
4231 struct ppc_link_hash_entry *fdh;
4232
4233 if (eh->elf.root.type == bfd_link_hash_warning)
4234 eh = (struct ppc_link_hash_entry *) eh->elf.root.u.i.link;
4235
4236 if (eh->elf.root.type == bfd_link_hash_indirect)
4237 return TRUE;
4238
4239 if (eh->elf.root.root.string[0] != '.')
4240 abort ();
4241
4242 htab = ppc_hash_table (info);
4243 if (htab == NULL)
4244 return FALSE;
4245
4246 fdh = lookup_fdh (eh, htab);
4247 if (fdh == NULL
4248 && !bfd_link_relocatable (info)
4249 && (eh->elf.root.type == bfd_link_hash_undefined
4250 || eh->elf.root.type == bfd_link_hash_undefweak)
4251 && eh->elf.ref_regular)
4252 {
4253 /* Make an undefined function descriptor sym, in order to
4254 pull in an --as-needed shared lib. Archives are handled
4255 elsewhere. */
4256 fdh = make_fdh (info, eh);
4257 if (fdh == NULL)
4258 return FALSE;
4259 }
4260
4261 if (fdh != NULL)
4262 {
4263 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4264 unsigned descr_vis = ELF_ST_VISIBILITY (fdh->elf.other) - 1;
4265
4266 /* Make both descriptor and entry symbol have the most
4267 constraining visibility of either symbol. */
4268 if (entry_vis < descr_vis)
4269 fdh->elf.other += entry_vis - descr_vis;
4270 else if (entry_vis > descr_vis)
4271 eh->elf.other += descr_vis - entry_vis;
4272
4273 /* Propagate reference flags from entry symbol to function
4274 descriptor symbol. */
4275 fdh->elf.root.non_ir_ref_regular |= eh->elf.root.non_ir_ref_regular;
4276 fdh->elf.root.non_ir_ref_dynamic |= eh->elf.root.non_ir_ref_dynamic;
4277 fdh->elf.ref_regular |= eh->elf.ref_regular;
4278 fdh->elf.ref_regular_nonweak |= eh->elf.ref_regular_nonweak;
4279
4280 if (!fdh->elf.forced_local
4281 && fdh->elf.dynindx == -1
4282 && fdh->elf.versioned != versioned_hidden
4283 && (bfd_link_dll (info)
4284 || fdh->elf.def_dynamic
4285 || fdh->elf.ref_dynamic)
4286 && (eh->elf.ref_regular
4287 || eh->elf.def_regular))
4288 {
4289 if (!bfd_elf_link_record_dynamic_symbol (info, &fdh->elf))
4290 return FALSE;
4291 }
4292 }
4293
4294 return TRUE;
4295 }
4296
4297 /* Set up opd section info and abiversion for IBFD, and process list
4298 of dot-symbols we made in link_hash_newfunc. */
4299
4300 static bfd_boolean
4301 ppc64_elf_before_check_relocs (bfd *ibfd, struct bfd_link_info *info)
4302 {
4303 struct ppc_link_hash_table *htab;
4304 struct ppc_link_hash_entry **p, *eh;
4305 asection *opd = bfd_get_section_by_name (ibfd, ".opd");
4306
4307 if (opd != NULL && opd->size != 0)
4308 {
4309 BFD_ASSERT (ppc64_elf_section_data (opd)->sec_type == sec_normal);
4310 ppc64_elf_section_data (opd)->sec_type = sec_opd;
4311
4312 if (abiversion (ibfd) == 0)
4313 set_abiversion (ibfd, 1);
4314 else if (abiversion (ibfd) >= 2)
4315 {
4316 /* xgettext:c-format */
4317 _bfd_error_handler (_("%pB .opd not allowed in ABI version %d"),
4318 ibfd, abiversion (ibfd));
4319 bfd_set_error (bfd_error_bad_value);
4320 return FALSE;
4321 }
4322 }
4323
4324 if (is_ppc64_elf (info->output_bfd))
4325 {
4326 /* For input files without an explicit abiversion in e_flags
4327 we should have flagged any with symbol st_other bits set
4328 as ELFv1 and above flagged those with .opd as ELFv2.
4329 Set the output abiversion if not yet set, and for any input
4330 still ambiguous, take its abiversion from the output.
4331 Differences in ABI are reported later. */
4332 if (abiversion (info->output_bfd) == 0)
4333 set_abiversion (info->output_bfd, abiversion (ibfd));
4334 else if (abiversion (ibfd) == 0)
4335 set_abiversion (ibfd, abiversion (info->output_bfd));
4336 }
4337
4338 htab = ppc_hash_table (info);
4339 if (htab == NULL)
4340 return TRUE;
4341
4342 if (opd != NULL && opd->size != 0
4343 && (ibfd->flags & DYNAMIC) == 0
4344 && (opd->flags & SEC_RELOC) != 0
4345 && opd->reloc_count != 0
4346 && !bfd_is_abs_section (opd->output_section)
4347 && info->gc_sections)
4348 {
4349 /* Garbage collection needs some extra help with .opd sections.
4350 We don't want to necessarily keep everything referenced by
4351 relocs in .opd, as that would keep all functions. Instead,
4352 if we reference an .opd symbol (a function descriptor), we
4353 want to keep the function code symbol's section. This is
4354 easy for global symbols, but for local syms we need to keep
4355 information about the associated function section. */
4356 bfd_size_type amt;
4357 asection **opd_sym_map;
4358 Elf_Internal_Shdr *symtab_hdr;
4359 Elf_Internal_Rela *relocs, *rel_end, *rel;
4360
4361 amt = OPD_NDX (opd->size) * sizeof (*opd_sym_map);
4362 opd_sym_map = bfd_zalloc (ibfd, amt);
4363 if (opd_sym_map == NULL)
4364 return FALSE;
4365 ppc64_elf_section_data (opd)->u.opd.func_sec = opd_sym_map;
4366 relocs = _bfd_elf_link_read_relocs (ibfd, opd, NULL, NULL,
4367 info->keep_memory);
4368 if (relocs == NULL)
4369 return FALSE;
4370 symtab_hdr = &elf_symtab_hdr (ibfd);
4371 rel_end = relocs + opd->reloc_count - 1;
4372 for (rel = relocs; rel < rel_end; rel++)
4373 {
4374 enum elf_ppc64_reloc_type r_type = ELF64_R_TYPE (rel->r_info);
4375 unsigned long r_symndx = ELF64_R_SYM (rel->r_info);
4376
4377 if (r_type == R_PPC64_ADDR64
4378 && ELF64_R_TYPE ((rel + 1)->r_info) == R_PPC64_TOC
4379 && r_symndx < symtab_hdr->sh_info)
4380 {
4381 Elf_Internal_Sym *isym;
4382 asection *s;
4383
4384 isym = bfd_sym_from_r_symndx (&htab->elf.sym_cache, ibfd,
4385 r_symndx);
4386 if (isym == NULL)
4387 {
4388 if (elf_section_data (opd)->relocs != relocs)
4389 free (relocs);
4390 return FALSE;
4391 }
4392
4393 s = bfd_section_from_elf_index (ibfd, isym->st_shndx);
4394 if (s != NULL && s != opd)
4395 opd_sym_map[OPD_NDX (rel->r_offset)] = s;
4396 }
4397 }
4398 if (elf_section_data (opd)->relocs != relocs)
4399 free (relocs);
4400 }
4401
4402 p = &htab->dot_syms;
4403 while ((eh = *p) != NULL)
4404 {
4405 *p = NULL;
4406 if (&eh->elf == htab->elf.hgot)
4407 ;
4408 else if (htab->elf.hgot == NULL
4409 && strcmp (eh->elf.root.root.string, ".TOC.") == 0)
4410 htab->elf.hgot = &eh->elf;
4411 else if (abiversion (ibfd) <= 1)
4412 {
4413 htab->need_func_desc_adj = 1;
4414 if (!add_symbol_adjust (eh, info))
4415 return FALSE;
4416 }
4417 p = &eh->u.next_dot_sym;
4418 }
4419 return TRUE;
4420 }
4421
4422 /* Undo hash table changes when an --as-needed input file is determined
4423 not to be needed. */
4424
4425 static bfd_boolean
4426 ppc64_elf_notice_as_needed (bfd *ibfd,
4427 struct bfd_link_info *info,
4428 enum notice_asneeded_action act)
4429 {
4430 if (act == notice_not_needed)
4431 {
4432 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4433
4434 if (htab == NULL)
4435 return FALSE;
4436
4437 htab->dot_syms = NULL;
4438 }
4439 return _bfd_elf_notice_as_needed (ibfd, info, act);
4440 }
4441
4442 /* If --just-symbols against a final linked binary, then assume we need
4443 toc adjusting stubs when calling functions defined there. */
4444
4445 static void
4446 ppc64_elf_link_just_syms (asection *sec, struct bfd_link_info *info)
4447 {
4448 if ((sec->flags & SEC_CODE) != 0
4449 && (sec->owner->flags & (EXEC_P | DYNAMIC)) != 0
4450 && is_ppc64_elf (sec->owner))
4451 {
4452 if (abiversion (sec->owner) >= 2
4453 || bfd_get_section_by_name (sec->owner, ".opd") != NULL)
4454 sec->has_toc_reloc = 1;
4455 }
4456 _bfd_elf_link_just_syms (sec, info);
4457 }
4458
4459 static struct plt_entry **
4460 update_local_sym_info (bfd *abfd, Elf_Internal_Shdr *symtab_hdr,
4461 unsigned long r_symndx, bfd_vma r_addend, int tls_type)
4462 {
4463 struct got_entry **local_got_ents = elf_local_got_ents (abfd);
4464 struct plt_entry **local_plt;
4465 unsigned char *local_got_tls_masks;
4466
4467 if (local_got_ents == NULL)
4468 {
4469 bfd_size_type size = symtab_hdr->sh_info;
4470
4471 size *= (sizeof (*local_got_ents)
4472 + sizeof (*local_plt)
4473 + sizeof (*local_got_tls_masks));
4474 local_got_ents = bfd_zalloc (abfd, size);
4475 if (local_got_ents == NULL)
4476 return NULL;
4477 elf_local_got_ents (abfd) = local_got_ents;
4478 }
4479
4480 if ((tls_type & (NON_GOT | TLS_EXPLICIT)) == 0)
4481 {
4482 struct got_entry *ent;
4483
4484 for (ent = local_got_ents[r_symndx]; ent != NULL; ent = ent->next)
4485 if (ent->addend == r_addend
4486 && ent->owner == abfd
4487 && ent->tls_type == tls_type)
4488 break;
4489 if (ent == NULL)
4490 {
4491 size_t amt = sizeof (*ent);
4492 ent = bfd_alloc (abfd, amt);
4493 if (ent == NULL)
4494 return FALSE;
4495 ent->next = local_got_ents[r_symndx];
4496 ent->addend = r_addend;
4497 ent->owner = abfd;
4498 ent->tls_type = tls_type;
4499 ent->is_indirect = FALSE;
4500 ent->got.refcount = 0;
4501 local_got_ents[r_symndx] = ent;
4502 }
4503 ent->got.refcount += 1;
4504 }
4505
4506 local_plt = (struct plt_entry **) (local_got_ents + symtab_hdr->sh_info);
4507 local_got_tls_masks = (unsigned char *) (local_plt + symtab_hdr->sh_info);
4508 local_got_tls_masks[r_symndx] |= tls_type & 0xff;
4509
4510 return local_plt + r_symndx;
4511 }
4512
4513 static bfd_boolean
4514 update_plt_info (bfd *abfd, struct plt_entry **plist, bfd_vma addend)
4515 {
4516 struct plt_entry *ent;
4517
4518 for (ent = *plist; ent != NULL; ent = ent->next)
4519 if (ent->addend == addend)
4520 break;
4521 if (ent == NULL)
4522 {
4523 size_t amt = sizeof (*ent);
4524 ent = bfd_alloc (abfd, amt);
4525 if (ent == NULL)
4526 return FALSE;
4527 ent->next = *plist;
4528 ent->addend = addend;
4529 ent->plt.refcount = 0;
4530 *plist = ent;
4531 }
4532 ent->plt.refcount += 1;
4533 return TRUE;
4534 }
4535
4536 static bfd_boolean
4537 is_branch_reloc (enum elf_ppc64_reloc_type r_type)
4538 {
4539 return (r_type == R_PPC64_REL24
4540 || r_type == R_PPC64_REL24_NOTOC
4541 || r_type == R_PPC64_REL14
4542 || r_type == R_PPC64_REL14_BRTAKEN
4543 || r_type == R_PPC64_REL14_BRNTAKEN
4544 || r_type == R_PPC64_ADDR24
4545 || r_type == R_PPC64_ADDR14
4546 || r_type == R_PPC64_ADDR14_BRTAKEN
4547 || r_type == R_PPC64_ADDR14_BRNTAKEN
4548 || r_type == R_PPC64_PLTCALL
4549 || r_type == R_PPC64_PLTCALL_NOTOC);
4550 }
4551
4552 /* Relocs on inline plt call sequence insns prior to the call. */
4553
4554 static bfd_boolean
4555 is_plt_seq_reloc (enum elf_ppc64_reloc_type r_type)
4556 {
4557 return (r_type == R_PPC64_PLT16_HA
4558 || r_type == R_PPC64_PLT16_HI
4559 || r_type == R_PPC64_PLT16_LO
4560 || r_type == R_PPC64_PLT16_LO_DS
4561 || r_type == R_PPC64_PLT_PCREL34
4562 || r_type == R_PPC64_PLT_PCREL34_NOTOC
4563 || r_type == R_PPC64_PLTSEQ
4564 || r_type == R_PPC64_PLTSEQ_NOTOC);
4565 }
4566
4567 /* Look through the relocs for a section during the first phase, and
4568 calculate needed space in the global offset table, procedure
4569 linkage table, and dynamic reloc sections. */
4570
4571 static bfd_boolean
4572 ppc64_elf_check_relocs (bfd *abfd, struct bfd_link_info *info,
4573 asection *sec, const Elf_Internal_Rela *relocs)
4574 {
4575 struct ppc_link_hash_table *htab;
4576 Elf_Internal_Shdr *symtab_hdr;
4577 struct elf_link_hash_entry **sym_hashes;
4578 const Elf_Internal_Rela *rel;
4579 const Elf_Internal_Rela *rel_end;
4580 asection *sreloc;
4581 struct elf_link_hash_entry *tga, *dottga;
4582 bfd_boolean is_opd;
4583
4584 if (bfd_link_relocatable (info))
4585 return TRUE;
4586
4587 BFD_ASSERT (is_ppc64_elf (abfd));
4588
4589 htab = ppc_hash_table (info);
4590 if (htab == NULL)
4591 return FALSE;
4592
4593 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
4594 FALSE, FALSE, TRUE);
4595 dottga = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
4596 FALSE, FALSE, TRUE);
4597 symtab_hdr = &elf_symtab_hdr (abfd);
4598 sym_hashes = elf_sym_hashes (abfd);
4599 sreloc = NULL;
4600 is_opd = ppc64_elf_section_data (sec)->sec_type == sec_opd;
4601 rel_end = relocs + sec->reloc_count;
4602 for (rel = relocs; rel < rel_end; rel++)
4603 {
4604 unsigned long r_symndx;
4605 struct elf_link_hash_entry *h;
4606 enum elf_ppc64_reloc_type r_type;
4607 int tls_type;
4608 struct _ppc64_elf_section_data *ppc64_sec;
4609 struct plt_entry **ifunc, **plt_list;
4610
4611 r_symndx = ELF64_R_SYM (rel->r_info);
4612 if (r_symndx < symtab_hdr->sh_info)
4613 h = NULL;
4614 else
4615 {
4616 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
4617 h = elf_follow_link (h);
4618
4619 if (h == htab->elf.hgot)
4620 sec->has_toc_reloc = 1;
4621 }
4622
4623 r_type = ELF64_R_TYPE (rel->r_info);
4624 switch (r_type)
4625 {
4626 case R_PPC64_D34:
4627 case R_PPC64_D34_LO:
4628 case R_PPC64_D34_HI30:
4629 case R_PPC64_D34_HA30:
4630 case R_PPC64_D28:
4631 case R_PPC64_TPREL34:
4632 case R_PPC64_DTPREL34:
4633 case R_PPC64_PCREL34:
4634 case R_PPC64_GOT_PCREL34:
4635 case R_PPC64_GOT_TLSGD_PCREL34:
4636 case R_PPC64_GOT_TLSLD_PCREL34:
4637 case R_PPC64_GOT_TPREL_PCREL34:
4638 case R_PPC64_GOT_DTPREL_PCREL34:
4639 case R_PPC64_PLT_PCREL34:
4640 case R_PPC64_PLT_PCREL34_NOTOC:
4641 case R_PPC64_PCREL28:
4642 htab->has_power10_relocs = 1;
4643 break;
4644 default:
4645 break;
4646 }
4647
4648 switch (r_type)
4649 {
4650 case R_PPC64_PLT16_HA:
4651 case R_PPC64_GOT_TLSLD16_HA:
4652 case R_PPC64_GOT_TLSGD16_HA:
4653 case R_PPC64_GOT_TPREL16_HA:
4654 case R_PPC64_GOT_DTPREL16_HA:
4655 case R_PPC64_GOT16_HA:
4656 case R_PPC64_TOC16_HA:
4657 case R_PPC64_PLT16_LO:
4658 case R_PPC64_PLT16_LO_DS:
4659 case R_PPC64_GOT_TLSLD16_LO:
4660 case R_PPC64_GOT_TLSGD16_LO:
4661 case R_PPC64_GOT_TPREL16_LO_DS:
4662 case R_PPC64_GOT_DTPREL16_LO_DS:
4663 case R_PPC64_GOT16_LO:
4664 case R_PPC64_GOT16_LO_DS:
4665 case R_PPC64_TOC16_LO:
4666 case R_PPC64_TOC16_LO_DS:
4667 case R_PPC64_GOT_PCREL34:
4668 ppc64_elf_tdata (abfd)->has_optrel = 1;
4669 ppc64_elf_section_data (sec)->has_optrel = 1;
4670 break;
4671 default:
4672 break;
4673 }
4674
4675 ifunc = NULL;
4676 if (h != NULL)
4677 {
4678 if (h->type == STT_GNU_IFUNC)
4679 {
4680 h->needs_plt = 1;
4681 ifunc = &h->plt.plist;
4682 }
4683 }
4684 else
4685 {
4686 Elf_Internal_Sym *isym = bfd_sym_from_r_symndx (&htab->elf.sym_cache,
4687 abfd, r_symndx);
4688 if (isym == NULL)
4689 return FALSE;
4690
4691 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
4692 {
4693 ifunc = update_local_sym_info (abfd, symtab_hdr, r_symndx,
4694 rel->r_addend,
4695 NON_GOT | PLT_IFUNC);
4696 if (ifunc == NULL)
4697 return FALSE;
4698 }
4699 }
4700
4701 tls_type = 0;
4702 switch (r_type)
4703 {
4704 case R_PPC64_TLSGD:
4705 case R_PPC64_TLSLD:
4706 /* These special tls relocs tie a call to __tls_get_addr with
4707 its parameter symbol. */
4708 if (h != NULL)
4709 ppc_elf_hash_entry (h)->tls_mask |= TLS_TLS | TLS_MARK;
4710 else
4711 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
4712 rel->r_addend,
4713 NON_GOT | TLS_TLS | TLS_MARK))
4714 return FALSE;
4715 sec->has_tls_reloc = 1;
4716 break;
4717
4718 case R_PPC64_GOT_TLSLD16:
4719 case R_PPC64_GOT_TLSLD16_LO:
4720 case R_PPC64_GOT_TLSLD16_HI:
4721 case R_PPC64_GOT_TLSLD16_HA:
4722 case R_PPC64_GOT_TLSLD_PCREL34:
4723 tls_type = TLS_TLS | TLS_LD;
4724 goto dogottls;
4725
4726 case R_PPC64_GOT_TLSGD16:
4727 case R_PPC64_GOT_TLSGD16_LO:
4728 case R_PPC64_GOT_TLSGD16_HI:
4729 case R_PPC64_GOT_TLSGD16_HA:
4730 case R_PPC64_GOT_TLSGD_PCREL34:
4731 tls_type = TLS_TLS | TLS_GD;
4732 goto dogottls;
4733
4734 case R_PPC64_GOT_TPREL16_DS:
4735 case R_PPC64_GOT_TPREL16_LO_DS:
4736 case R_PPC64_GOT_TPREL16_HI:
4737 case R_PPC64_GOT_TPREL16_HA:
4738 case R_PPC64_GOT_TPREL_PCREL34:
4739 if (bfd_link_dll (info))
4740 info->flags |= DF_STATIC_TLS;
4741 tls_type = TLS_TLS | TLS_TPREL;
4742 goto dogottls;
4743
4744 case R_PPC64_GOT_DTPREL16_DS:
4745 case R_PPC64_GOT_DTPREL16_LO_DS:
4746 case R_PPC64_GOT_DTPREL16_HI:
4747 case R_PPC64_GOT_DTPREL16_HA:
4748 case R_PPC64_GOT_DTPREL_PCREL34:
4749 tls_type = TLS_TLS | TLS_DTPREL;
4750 dogottls:
4751 sec->has_tls_reloc = 1;
4752 goto dogot;
4753
4754 case R_PPC64_GOT16:
4755 case R_PPC64_GOT16_LO:
4756 case R_PPC64_GOT16_HI:
4757 case R_PPC64_GOT16_HA:
4758 case R_PPC64_GOT16_DS:
4759 case R_PPC64_GOT16_LO_DS:
4760 case R_PPC64_GOT_PCREL34:
4761 dogot:
4762 /* This symbol requires a global offset table entry. */
4763 sec->has_toc_reloc = 1;
4764 if (r_type == R_PPC64_GOT_TLSLD16
4765 || r_type == R_PPC64_GOT_TLSGD16
4766 || r_type == R_PPC64_GOT_TPREL16_DS
4767 || r_type == R_PPC64_GOT_DTPREL16_DS
4768 || r_type == R_PPC64_GOT16
4769 || r_type == R_PPC64_GOT16_DS)
4770 {
4771 htab->do_multi_toc = 1;
4772 ppc64_elf_tdata (abfd)->has_small_toc_reloc = 1;
4773 }
4774
4775 if (ppc64_elf_tdata (abfd)->got == NULL
4776 && !create_got_section (abfd, info))
4777 return FALSE;
4778
4779 if (h != NULL)
4780 {
4781 struct ppc_link_hash_entry *eh;
4782 struct got_entry *ent;
4783
4784 eh = ppc_elf_hash_entry (h);
4785 for (ent = eh->elf.got.glist; ent != NULL; ent = ent->next)
4786 if (ent->addend == rel->r_addend
4787 && ent->owner == abfd
4788 && ent->tls_type == tls_type)
4789 break;
4790 if (ent == NULL)
4791 {
4792 size_t amt = sizeof (*ent);
4793 ent = bfd_alloc (abfd, amt);
4794 if (ent == NULL)
4795 return FALSE;
4796 ent->next = eh->elf.got.glist;
4797 ent->addend = rel->r_addend;
4798 ent->owner = abfd;
4799 ent->tls_type = tls_type;
4800 ent->is_indirect = FALSE;
4801 ent->got.refcount = 0;
4802 eh->elf.got.glist = ent;
4803 }
4804 ent->got.refcount += 1;
4805 eh->tls_mask |= tls_type;
4806 }
4807 else
4808 /* This is a global offset table entry for a local symbol. */
4809 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
4810 rel->r_addend, tls_type))
4811 return FALSE;
4812 break;
4813
4814 case R_PPC64_PLT16_HA:
4815 case R_PPC64_PLT16_HI:
4816 case R_PPC64_PLT16_LO:
4817 case R_PPC64_PLT16_LO_DS:
4818 case R_PPC64_PLT_PCREL34:
4819 case R_PPC64_PLT_PCREL34_NOTOC:
4820 case R_PPC64_PLT32:
4821 case R_PPC64_PLT64:
4822 /* This symbol requires a procedure linkage table entry. */
4823 plt_list = ifunc;
4824 if (h != NULL)
4825 {
4826 h->needs_plt = 1;
4827 if (h->root.root.string[0] == '.'
4828 && h->root.root.string[1] != '\0')
4829 ppc_elf_hash_entry (h)->is_func = 1;
4830 ppc_elf_hash_entry (h)->tls_mask |= PLT_KEEP;
4831 plt_list = &h->plt.plist;
4832 }
4833 if (plt_list == NULL)
4834 plt_list = update_local_sym_info (abfd, symtab_hdr, r_symndx,
4835 rel->r_addend,
4836 NON_GOT | PLT_KEEP);
4837 if (!update_plt_info (abfd, plt_list, rel->r_addend))
4838 return FALSE;
4839 break;
4840
4841 /* The following relocations don't need to propagate the
4842 relocation if linking a shared object since they are
4843 section relative. */
4844 case R_PPC64_SECTOFF:
4845 case R_PPC64_SECTOFF_LO:
4846 case R_PPC64_SECTOFF_HI:
4847 case R_PPC64_SECTOFF_HA:
4848 case R_PPC64_SECTOFF_DS:
4849 case R_PPC64_SECTOFF_LO_DS:
4850 case R_PPC64_DTPREL16:
4851 case R_PPC64_DTPREL16_LO:
4852 case R_PPC64_DTPREL16_HI:
4853 case R_PPC64_DTPREL16_HA:
4854 case R_PPC64_DTPREL16_DS:
4855 case R_PPC64_DTPREL16_LO_DS:
4856 case R_PPC64_DTPREL16_HIGH:
4857 case R_PPC64_DTPREL16_HIGHA:
4858 case R_PPC64_DTPREL16_HIGHER:
4859 case R_PPC64_DTPREL16_HIGHERA:
4860 case R_PPC64_DTPREL16_HIGHEST:
4861 case R_PPC64_DTPREL16_HIGHESTA:
4862 break;
4863
4864 /* Nor do these. */
4865 case R_PPC64_REL16:
4866 case R_PPC64_REL16_LO:
4867 case R_PPC64_REL16_HI:
4868 case R_PPC64_REL16_HA:
4869 case R_PPC64_REL16_HIGH:
4870 case R_PPC64_REL16_HIGHA:
4871 case R_PPC64_REL16_HIGHER:
4872 case R_PPC64_REL16_HIGHERA:
4873 case R_PPC64_REL16_HIGHEST:
4874 case R_PPC64_REL16_HIGHESTA:
4875 case R_PPC64_REL16_HIGHER34:
4876 case R_PPC64_REL16_HIGHERA34:
4877 case R_PPC64_REL16_HIGHEST34:
4878 case R_PPC64_REL16_HIGHESTA34:
4879 case R_PPC64_REL16DX_HA:
4880 break;
4881
4882 /* Not supported as a dynamic relocation. */
4883 case R_PPC64_ADDR64_LOCAL:
4884 if (bfd_link_pic (info))
4885 {
4886 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
4887 ppc_howto_init ();
4888 /* xgettext:c-format */
4889 info->callbacks->einfo (_("%H: %s reloc unsupported "
4890 "in shared libraries and PIEs\n"),
4891 abfd, sec, rel->r_offset,
4892 ppc64_elf_howto_table[r_type]->name);
4893 bfd_set_error (bfd_error_bad_value);
4894 return FALSE;
4895 }
4896 break;
4897
4898 case R_PPC64_TOC16:
4899 case R_PPC64_TOC16_DS:
4900 htab->do_multi_toc = 1;
4901 ppc64_elf_tdata (abfd)->has_small_toc_reloc = 1;
4902 /* Fall through. */
4903 case R_PPC64_TOC16_LO:
4904 case R_PPC64_TOC16_HI:
4905 case R_PPC64_TOC16_HA:
4906 case R_PPC64_TOC16_LO_DS:
4907 sec->has_toc_reloc = 1;
4908 if (h != NULL && bfd_link_executable (info))
4909 {
4910 /* We may need a copy reloc. */
4911 h->non_got_ref = 1;
4912 /* Strongly prefer a copy reloc over a dynamic reloc.
4913 glibc ld.so as of 2019-08 will error out if one of
4914 these relocations is emitted. */
4915 h->needs_copy = 1;
4916 goto dodyn;
4917 }
4918 break;
4919
4920 /* Marker reloc. */
4921 case R_PPC64_ENTRY:
4922 break;
4923
4924 /* This relocation describes the C++ object vtable hierarchy.
4925 Reconstruct it for later use during GC. */
4926 case R_PPC64_GNU_VTINHERIT:
4927 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
4928 return FALSE;
4929 break;
4930
4931 /* This relocation describes which C++ vtable entries are actually
4932 used. Record for later use during GC. */
4933 case R_PPC64_GNU_VTENTRY:
4934 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
4935 return FALSE;
4936 break;
4937
4938 case R_PPC64_REL14:
4939 case R_PPC64_REL14_BRTAKEN:
4940 case R_PPC64_REL14_BRNTAKEN:
4941 {
4942 asection *dest = NULL;
4943
4944 /* Heuristic: If jumping outside our section, chances are
4945 we are going to need a stub. */
4946 if (h != NULL)
4947 {
4948 /* If the sym is weak it may be overridden later, so
4949 don't assume we know where a weak sym lives. */
4950 if (h->root.type == bfd_link_hash_defined)
4951 dest = h->root.u.def.section;
4952 }
4953 else
4954 {
4955 Elf_Internal_Sym *isym;
4956
4957 isym = bfd_sym_from_r_symndx (&htab->elf.sym_cache,
4958 abfd, r_symndx);
4959 if (isym == NULL)
4960 return FALSE;
4961
4962 dest = bfd_section_from_elf_index (abfd, isym->st_shndx);
4963 }
4964
4965 if (dest != sec)
4966 ppc64_elf_section_data (sec)->has_14bit_branch = 1;
4967 }
4968 goto rel24;
4969
4970 case R_PPC64_PLTCALL:
4971 case R_PPC64_PLTCALL_NOTOC:
4972 ppc64_elf_section_data (sec)->has_pltcall = 1;
4973 /* Fall through. */
4974
4975 case R_PPC64_REL24:
4976 case R_PPC64_REL24_NOTOC:
4977 rel24:
4978 plt_list = ifunc;
4979 if (h != NULL)
4980 {
4981 h->needs_plt = 1;
4982 if (h->root.root.string[0] == '.'
4983 && h->root.root.string[1] != '\0')
4984 ppc_elf_hash_entry (h)->is_func = 1;
4985
4986 if (h == tga || h == dottga)
4987 {
4988 sec->has_tls_reloc = 1;
4989 if (rel != relocs
4990 && (ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_TLSGD
4991 || ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_TLSLD))
4992 /* We have a new-style __tls_get_addr call with
4993 a marker reloc. */
4994 ;
4995 else
4996 /* Mark this section as having an old-style call. */
4997 sec->nomark_tls_get_addr = 1;
4998 }
4999 plt_list = &h->plt.plist;
5000 }
5001
5002 /* We may need a .plt entry if the function this reloc
5003 refers to is in a shared lib. */
5004 if (plt_list
5005 && !update_plt_info (abfd, plt_list, rel->r_addend))
5006 return FALSE;
5007 break;
5008
5009 case R_PPC64_ADDR14:
5010 case R_PPC64_ADDR14_BRNTAKEN:
5011 case R_PPC64_ADDR14_BRTAKEN:
5012 case R_PPC64_ADDR24:
5013 goto dodyn;
5014
5015 case R_PPC64_TPREL64:
5016 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
5017 if (bfd_link_dll (info))
5018 info->flags |= DF_STATIC_TLS;
5019 goto dotlstoc;
5020
5021 case R_PPC64_DTPMOD64:
5022 if (rel + 1 < rel_end
5023 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64)
5024 && rel[1].r_offset == rel->r_offset + 8)
5025 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
5026 else
5027 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
5028 goto dotlstoc;
5029
5030 case R_PPC64_DTPREL64:
5031 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
5032 if (rel != relocs
5033 && rel[-1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPMOD64)
5034 && rel[-1].r_offset == rel->r_offset - 8)
5035 /* This is the second reloc of a dtpmod, dtprel pair.
5036 Don't mark with TLS_DTPREL. */
5037 goto dodyn;
5038
5039 dotlstoc:
5040 sec->has_tls_reloc = 1;
5041 if (h != NULL)
5042 ppc_elf_hash_entry (h)->tls_mask |= tls_type & 0xff;
5043 else
5044 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
5045 rel->r_addend, tls_type))
5046 return FALSE;
5047
5048 ppc64_sec = ppc64_elf_section_data (sec);
5049 if (ppc64_sec->sec_type != sec_toc)
5050 {
5051 bfd_size_type amt;
5052
5053 /* One extra to simplify get_tls_mask. */
5054 amt = sec->size * sizeof (unsigned) / 8 + sizeof (unsigned);
5055 ppc64_sec->u.toc.symndx = bfd_zalloc (abfd, amt);
5056 if (ppc64_sec->u.toc.symndx == NULL)
5057 return FALSE;
5058 amt = sec->size * sizeof (bfd_vma) / 8;
5059 ppc64_sec->u.toc.add = bfd_zalloc (abfd, amt);
5060 if (ppc64_sec->u.toc.add == NULL)
5061 return FALSE;
5062 BFD_ASSERT (ppc64_sec->sec_type == sec_normal);
5063 ppc64_sec->sec_type = sec_toc;
5064 }
5065 BFD_ASSERT (rel->r_offset % 8 == 0);
5066 ppc64_sec->u.toc.symndx[rel->r_offset / 8] = r_symndx;
5067 ppc64_sec->u.toc.add[rel->r_offset / 8] = rel->r_addend;
5068
5069 /* Mark the second slot of a GD or LD entry.
5070 -1 to indicate GD and -2 to indicate LD. */
5071 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
5072 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -1;
5073 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
5074 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -2;
5075 goto dodyn;
5076
5077 case R_PPC64_TPREL16_HI:
5078 case R_PPC64_TPREL16_HA:
5079 case R_PPC64_TPREL16_HIGH:
5080 case R_PPC64_TPREL16_HIGHA:
5081 case R_PPC64_TPREL16_HIGHER:
5082 case R_PPC64_TPREL16_HIGHERA:
5083 case R_PPC64_TPREL16_HIGHEST:
5084 case R_PPC64_TPREL16_HIGHESTA:
5085 sec->has_tls_reloc = 1;
5086 /* Fall through. */
5087 case R_PPC64_TPREL34:
5088 case R_PPC64_TPREL16:
5089 case R_PPC64_TPREL16_DS:
5090 case R_PPC64_TPREL16_LO:
5091 case R_PPC64_TPREL16_LO_DS:
5092 if (bfd_link_dll (info))
5093 info->flags |= DF_STATIC_TLS;
5094 goto dodyn;
5095
5096 case R_PPC64_ADDR64:
5097 if (is_opd
5098 && rel + 1 < rel_end
5099 && ELF64_R_TYPE ((rel + 1)->r_info) == R_PPC64_TOC)
5100 {
5101 if (h != NULL)
5102 ppc_elf_hash_entry (h)->is_func = 1;
5103 }
5104 /* Fall through. */
5105
5106 case R_PPC64_ADDR16:
5107 case R_PPC64_ADDR16_DS:
5108 case R_PPC64_ADDR16_HA:
5109 case R_PPC64_ADDR16_HI:
5110 case R_PPC64_ADDR16_HIGH:
5111 case R_PPC64_ADDR16_HIGHA:
5112 case R_PPC64_ADDR16_HIGHER:
5113 case R_PPC64_ADDR16_HIGHERA:
5114 case R_PPC64_ADDR16_HIGHEST:
5115 case R_PPC64_ADDR16_HIGHESTA:
5116 case R_PPC64_ADDR16_LO:
5117 case R_PPC64_ADDR16_LO_DS:
5118 case R_PPC64_D34:
5119 case R_PPC64_D34_LO:
5120 case R_PPC64_D34_HI30:
5121 case R_PPC64_D34_HA30:
5122 case R_PPC64_ADDR16_HIGHER34:
5123 case R_PPC64_ADDR16_HIGHERA34:
5124 case R_PPC64_ADDR16_HIGHEST34:
5125 case R_PPC64_ADDR16_HIGHESTA34:
5126 case R_PPC64_D28:
5127 if (h != NULL && !bfd_link_pic (info) && abiversion (abfd) != 1
5128 && rel->r_addend == 0)
5129 {
5130 /* We may need a .plt entry if this reloc refers to a
5131 function in a shared lib. */
5132 if (!update_plt_info (abfd, &h->plt.plist, 0))
5133 return FALSE;
5134 h->pointer_equality_needed = 1;
5135 }
5136 /* Fall through. */
5137
5138 case R_PPC64_REL30:
5139 case R_PPC64_REL32:
5140 case R_PPC64_REL64:
5141 case R_PPC64_ADDR32:
5142 case R_PPC64_UADDR16:
5143 case R_PPC64_UADDR32:
5144 case R_PPC64_UADDR64:
5145 case R_PPC64_TOC:
5146 if (h != NULL && bfd_link_executable (info))
5147 /* We may need a copy reloc. */
5148 h->non_got_ref = 1;
5149
5150 /* Don't propagate .opd relocs. */
5151 if (NO_OPD_RELOCS && is_opd)
5152 break;
5153
5154 /* If we are creating a shared library, and this is a reloc
5155 against a global symbol, or a non PC relative reloc
5156 against a local symbol, then we need to copy the reloc
5157 into the shared library. However, if we are linking with
5158 -Bsymbolic, we do not need to copy a reloc against a
5159 global symbol which is defined in an object we are
5160 including in the link (i.e., DEF_REGULAR is set). At
5161 this point we have not seen all the input files, so it is
5162 possible that DEF_REGULAR is not set now but will be set
5163 later (it is never cleared). In case of a weak definition,
5164 DEF_REGULAR may be cleared later by a strong definition in
5165 a shared library. We account for that possibility below by
5166 storing information in the dyn_relocs field of the hash
5167 table entry. A similar situation occurs when creating
5168 shared libraries and symbol visibility changes render the
5169 symbol local.
5170
5171 If on the other hand, we are creating an executable, we
5172 may need to keep relocations for symbols satisfied by a
5173 dynamic library if we manage to avoid copy relocs for the
5174 symbol. */
5175 dodyn:
5176 if ((h != NULL
5177 && (h->root.type == bfd_link_hash_defweak
5178 || !h->def_regular))
5179 || (h != NULL
5180 && !bfd_link_executable (info)
5181 && !SYMBOLIC_BIND (info, h))
5182 || (bfd_link_pic (info)
5183 && must_be_dyn_reloc (info, r_type))
5184 || (!bfd_link_pic (info)
5185 && ifunc != NULL))
5186 {
5187 /* We must copy these reloc types into the output file.
5188 Create a reloc section in dynobj and make room for
5189 this reloc. */
5190 if (sreloc == NULL)
5191 {
5192 sreloc = _bfd_elf_make_dynamic_reloc_section
5193 (sec, htab->elf.dynobj, 3, abfd, /*rela?*/ TRUE);
5194
5195 if (sreloc == NULL)
5196 return FALSE;
5197 }
5198
5199 /* If this is a global symbol, we count the number of
5200 relocations we need for this symbol. */
5201 if (h != NULL)
5202 {
5203 struct elf_dyn_relocs *p;
5204 struct elf_dyn_relocs **head;
5205
5206 head = &h->dyn_relocs;
5207 p = *head;
5208 if (p == NULL || p->sec != sec)
5209 {
5210 p = bfd_alloc (htab->elf.dynobj, sizeof *p);
5211 if (p == NULL)
5212 return FALSE;
5213 p->next = *head;
5214 *head = p;
5215 p->sec = sec;
5216 p->count = 0;
5217 p->pc_count = 0;
5218 }
5219 p->count += 1;
5220 if (!must_be_dyn_reloc (info, r_type))
5221 p->pc_count += 1;
5222 }
5223 else
5224 {
5225 /* Track dynamic relocs needed for local syms too.
5226 We really need local syms available to do this
5227 easily. Oh well. */
5228 struct ppc_dyn_relocs *p;
5229 struct ppc_dyn_relocs **head;
5230 bfd_boolean is_ifunc;
5231 asection *s;
5232 void *vpp;
5233 Elf_Internal_Sym *isym;
5234
5235 isym = bfd_sym_from_r_symndx (&htab->elf.sym_cache,
5236 abfd, r_symndx);
5237 if (isym == NULL)
5238 return FALSE;
5239
5240 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
5241 if (s == NULL)
5242 s = sec;
5243
5244 vpp = &elf_section_data (s)->local_dynrel;
5245 head = (struct ppc_dyn_relocs **) vpp;
5246 is_ifunc = ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC;
5247 p = *head;
5248 if (p != NULL && p->sec == sec && p->ifunc != is_ifunc)
5249 p = p->next;
5250 if (p == NULL || p->sec != sec || p->ifunc != is_ifunc)
5251 {
5252 p = bfd_alloc (htab->elf.dynobj, sizeof *p);
5253 if (p == NULL)
5254 return FALSE;
5255 p->next = *head;
5256 *head = p;
5257 p->sec = sec;
5258 p->ifunc = is_ifunc;
5259 p->count = 0;
5260 }
5261 p->count += 1;
5262 }
5263 }
5264 break;
5265
5266 default:
5267 break;
5268 }
5269 }
5270
5271 return TRUE;
5272 }
5273
5274 /* Merge backend specific data from an object file to the output
5275 object file when linking. */
5276
5277 static bfd_boolean
5278 ppc64_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
5279 {
5280 bfd *obfd = info->output_bfd;
5281 unsigned long iflags, oflags;
5282
5283 if ((ibfd->flags & BFD_LINKER_CREATED) != 0)
5284 return TRUE;
5285
5286 if (!is_ppc64_elf (ibfd) || !is_ppc64_elf (obfd))
5287 return TRUE;
5288
5289 if (!_bfd_generic_verify_endian_match (ibfd, info))
5290 return FALSE;
5291
5292 iflags = elf_elfheader (ibfd)->e_flags;
5293 oflags = elf_elfheader (obfd)->e_flags;
5294
5295 if (iflags & ~EF_PPC64_ABI)
5296 {
5297 _bfd_error_handler
5298 /* xgettext:c-format */
5299 (_("%pB uses unknown e_flags 0x%lx"), ibfd, iflags);
5300 bfd_set_error (bfd_error_bad_value);
5301 return FALSE;
5302 }
5303 else if (iflags != oflags && iflags != 0)
5304 {
5305 _bfd_error_handler
5306 /* xgettext:c-format */
5307 (_("%pB: ABI version %ld is not compatible with ABI version %ld output"),
5308 ibfd, iflags, oflags);
5309 bfd_set_error (bfd_error_bad_value);
5310 return FALSE;
5311 }
5312
5313 if (!_bfd_elf_ppc_merge_fp_attributes (ibfd, info))
5314 return FALSE;
5315
5316 /* Merge Tag_compatibility attributes and any common GNU ones. */
5317 return _bfd_elf_merge_object_attributes (ibfd, info);
5318 }
5319
5320 static bfd_boolean
5321 ppc64_elf_print_private_bfd_data (bfd *abfd, void *ptr)
5322 {
5323 /* Print normal ELF private data. */
5324 _bfd_elf_print_private_bfd_data (abfd, ptr);
5325
5326 if (elf_elfheader (abfd)->e_flags != 0)
5327 {
5328 FILE *file = ptr;
5329
5330 fprintf (file, _("private flags = 0x%lx:"),
5331 elf_elfheader (abfd)->e_flags);
5332
5333 if ((elf_elfheader (abfd)->e_flags & EF_PPC64_ABI) != 0)
5334 fprintf (file, _(" [abiv%ld]"),
5335 elf_elfheader (abfd)->e_flags & EF_PPC64_ABI);
5336 fputc ('\n', file);
5337 }
5338
5339 return TRUE;
5340 }
5341
5342 /* OFFSET in OPD_SEC specifies a function descriptor. Return the address
5343 of the code entry point, and its section, which must be in the same
5344 object as OPD_SEC. Returns (bfd_vma) -1 on error. */
5345
5346 static bfd_vma
5347 opd_entry_value (asection *opd_sec,
5348 bfd_vma offset,
5349 asection **code_sec,
5350 bfd_vma *code_off,
5351 bfd_boolean in_code_sec)
5352 {
5353 bfd *opd_bfd = opd_sec->owner;
5354 Elf_Internal_Rela *relocs;
5355 Elf_Internal_Rela *lo, *hi, *look;
5356 bfd_vma val;
5357
5358 /* No relocs implies we are linking a --just-symbols object, or looking
5359 at a final linked executable with addr2line or somesuch. */
5360 if (opd_sec->reloc_count == 0)
5361 {
5362 bfd_byte *contents = ppc64_elf_tdata (opd_bfd)->opd.contents;
5363
5364 if (contents == NULL)
5365 {
5366 if (!bfd_malloc_and_get_section (opd_bfd, opd_sec, &contents))
5367 return (bfd_vma) -1;
5368 ppc64_elf_tdata (opd_bfd)->opd.contents = contents;
5369 }
5370
5371 /* PR 17512: file: 64b9dfbb. */
5372 if (offset + 7 >= opd_sec->size || offset + 7 < offset)
5373 return (bfd_vma) -1;
5374
5375 val = bfd_get_64 (opd_bfd, contents + offset);
5376 if (code_sec != NULL)
5377 {
5378 asection *sec, *likely = NULL;
5379
5380 if (in_code_sec)
5381 {
5382 sec = *code_sec;
5383 if (sec->vma <= val
5384 && val < sec->vma + sec->size)
5385 likely = sec;
5386 else
5387 val = -1;
5388 }
5389 else
5390 for (sec = opd_bfd->sections; sec != NULL; sec = sec->next)
5391 if (sec->vma <= val
5392 && (sec->flags & SEC_LOAD) != 0
5393 && (sec->flags & SEC_ALLOC) != 0)
5394 likely = sec;
5395 if (likely != NULL)
5396 {
5397 *code_sec = likely;
5398 if (code_off != NULL)
5399 *code_off = val - likely->vma;
5400 }
5401 }
5402 return val;
5403 }
5404
5405 BFD_ASSERT (is_ppc64_elf (opd_bfd));
5406
5407 relocs = ppc64_elf_tdata (opd_bfd)->opd.relocs;
5408 if (relocs == NULL)
5409 relocs = _bfd_elf_link_read_relocs (opd_bfd, opd_sec, NULL, NULL, TRUE);
5410 /* PR 17512: file: df8e1fd6. */
5411 if (relocs == NULL)
5412 return (bfd_vma) -1;
5413
5414 /* Go find the opd reloc at the sym address. */
5415 lo = relocs;
5416 hi = lo + opd_sec->reloc_count - 1; /* ignore last reloc */
5417 val = (bfd_vma) -1;
5418 while (lo < hi)
5419 {
5420 look = lo + (hi - lo) / 2;
5421 if (look->r_offset < offset)
5422 lo = look + 1;
5423 else if (look->r_offset > offset)
5424 hi = look;
5425 else
5426 {
5427 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (opd_bfd);
5428
5429 if (ELF64_R_TYPE (look->r_info) == R_PPC64_ADDR64
5430 && ELF64_R_TYPE ((look + 1)->r_info) == R_PPC64_TOC)
5431 {
5432 unsigned long symndx = ELF64_R_SYM (look->r_info);
5433 asection *sec = NULL;
5434
5435 if (symndx >= symtab_hdr->sh_info
5436 && elf_sym_hashes (opd_bfd) != NULL)
5437 {
5438 struct elf_link_hash_entry **sym_hashes;
5439 struct elf_link_hash_entry *rh;
5440
5441 sym_hashes = elf_sym_hashes (opd_bfd);
5442 rh = sym_hashes[symndx - symtab_hdr->sh_info];
5443 if (rh != NULL)
5444 {
5445 rh = elf_follow_link (rh);
5446 if (rh->root.type != bfd_link_hash_defined
5447 && rh->root.type != bfd_link_hash_defweak)
5448 break;
5449 if (rh->root.u.def.section->owner == opd_bfd)
5450 {
5451 val = rh->root.u.def.value;
5452 sec = rh->root.u.def.section;
5453 }
5454 }
5455 }
5456
5457 if (sec == NULL)
5458 {
5459 Elf_Internal_Sym *sym;
5460
5461 if (symndx < symtab_hdr->sh_info)
5462 {
5463 sym = (Elf_Internal_Sym *) symtab_hdr->contents;
5464 if (sym == NULL)
5465 {
5466 size_t symcnt = symtab_hdr->sh_info;
5467 sym = bfd_elf_get_elf_syms (opd_bfd, symtab_hdr,
5468 symcnt, 0,
5469 NULL, NULL, NULL);
5470 if (sym == NULL)
5471 break;
5472 symtab_hdr->contents = (bfd_byte *) sym;
5473 }
5474 sym += symndx;
5475 }
5476 else
5477 {
5478 sym = bfd_elf_get_elf_syms (opd_bfd, symtab_hdr,
5479 1, symndx,
5480 NULL, NULL, NULL);
5481 if (sym == NULL)
5482 break;
5483 }
5484 sec = bfd_section_from_elf_index (opd_bfd, sym->st_shndx);
5485 if (sec == NULL)
5486 break;
5487 BFD_ASSERT ((sec->flags & SEC_MERGE) == 0);
5488 val = sym->st_value;
5489 }
5490
5491 val += look->r_addend;
5492 if (code_off != NULL)
5493 *code_off = val;
5494 if (code_sec != NULL)
5495 {
5496 if (in_code_sec && *code_sec != sec)
5497 return -1;
5498 else
5499 *code_sec = sec;
5500 }
5501 if (sec->output_section != NULL)
5502 val += sec->output_section->vma + sec->output_offset;
5503 }
5504 break;
5505 }
5506 }
5507
5508 return val;
5509 }
5510
5511 /* If the ELF symbol SYM might be a function in SEC, return the
5512 function size and set *CODE_OFF to the function's entry point,
5513 otherwise return zero. */
5514
5515 static bfd_size_type
5516 ppc64_elf_maybe_function_sym (const asymbol *sym, asection *sec,
5517 bfd_vma *code_off)
5518 {
5519 bfd_size_type size;
5520
5521 if ((sym->flags & (BSF_SECTION_SYM | BSF_FILE | BSF_OBJECT
5522 | BSF_THREAD_LOCAL | BSF_RELC | BSF_SRELC)) != 0)
5523 return 0;
5524
5525 size = 0;
5526 if (!(sym->flags & BSF_SYNTHETIC))
5527 size = ((elf_symbol_type *) sym)->internal_elf_sym.st_size;
5528
5529 if (strcmp (sym->section->name, ".opd") == 0)
5530 {
5531 struct _opd_sec_data *opd = get_opd_info (sym->section);
5532 bfd_vma symval = sym->value;
5533
5534 if (opd != NULL
5535 && opd->adjust != NULL
5536 && elf_section_data (sym->section)->relocs != NULL)
5537 {
5538 /* opd_entry_value will use cached relocs that have been
5539 adjusted, but with raw symbols. That means both local
5540 and global symbols need adjusting. */
5541 long adjust = opd->adjust[OPD_NDX (symval)];
5542 if (adjust == -1)
5543 return 0;
5544 symval += adjust;
5545 }
5546
5547 if (opd_entry_value (sym->section, symval,
5548 &sec, code_off, TRUE) == (bfd_vma) -1)
5549 return 0;
5550 /* An old ABI binary with dot-syms has a size of 24 on the .opd
5551 symbol. This size has nothing to do with the code size of the
5552 function, which is what we're supposed to return, but the
5553 code size isn't available without looking up the dot-sym.
5554 However, doing that would be a waste of time particularly
5555 since elf_find_function will look at the dot-sym anyway.
5556 Now, elf_find_function will keep the largest size of any
5557 function sym found at the code address of interest, so return
5558 1 here to avoid it incorrectly caching a larger function size
5559 for a small function. This does mean we return the wrong
5560 size for a new-ABI function of size 24, but all that does is
5561 disable caching for such functions. */
5562 if (size == 24)
5563 size = 1;
5564 }
5565 else
5566 {
5567 if (sym->section != sec)
5568 return 0;
5569 *code_off = sym->value;
5570 }
5571 if (size == 0)
5572 size = 1;
5573 return size;
5574 }
5575
5576 /* Return true if symbol is a strong function defined in an ELFv2
5577 object with st_other localentry bits of zero, ie. its local entry
5578 point coincides with its global entry point. */
5579
5580 static bfd_boolean
5581 is_elfv2_localentry0 (struct elf_link_hash_entry *h)
5582 {
5583 return (h != NULL
5584 && h->type == STT_FUNC
5585 && h->root.type == bfd_link_hash_defined
5586 && (STO_PPC64_LOCAL_MASK & h->other) == 0
5587 && !ppc_elf_hash_entry (h)->non_zero_localentry
5588 && is_ppc64_elf (h->root.u.def.section->owner)
5589 && abiversion (h->root.u.def.section->owner) >= 2);
5590 }
5591
5592 /* Return true if symbol is defined in a regular object file. */
5593
5594 static bfd_boolean
5595 is_static_defined (struct elf_link_hash_entry *h)
5596 {
5597 return ((h->root.type == bfd_link_hash_defined
5598 || h->root.type == bfd_link_hash_defweak)
5599 && h->root.u.def.section != NULL
5600 && h->root.u.def.section->output_section != NULL);
5601 }
5602
5603 /* If FDH is a function descriptor symbol, return the associated code
5604 entry symbol if it is defined. Return NULL otherwise. */
5605
5606 static struct ppc_link_hash_entry *
5607 defined_code_entry (struct ppc_link_hash_entry *fdh)
5608 {
5609 if (fdh->is_func_descriptor)
5610 {
5611 struct ppc_link_hash_entry *fh = ppc_follow_link (fdh->oh);
5612 if (fh->elf.root.type == bfd_link_hash_defined
5613 || fh->elf.root.type == bfd_link_hash_defweak)
5614 return fh;
5615 }
5616 return NULL;
5617 }
5618
5619 /* If FH is a function code entry symbol, return the associated
5620 function descriptor symbol if it is defined. Return NULL otherwise. */
5621
5622 static struct ppc_link_hash_entry *
5623 defined_func_desc (struct ppc_link_hash_entry *fh)
5624 {
5625 if (fh->oh != NULL
5626 && fh->oh->is_func_descriptor)
5627 {
5628 struct ppc_link_hash_entry *fdh = ppc_follow_link (fh->oh);
5629 if (fdh->elf.root.type == bfd_link_hash_defined
5630 || fdh->elf.root.type == bfd_link_hash_defweak)
5631 return fdh;
5632 }
5633 return NULL;
5634 }
5635
5636 /* Given H is a symbol that satisfies is_static_defined, return the
5637 value in the output file. */
5638
5639 static bfd_vma
5640 defined_sym_val (struct elf_link_hash_entry *h)
5641 {
5642 return (h->root.u.def.section->output_section->vma
5643 + h->root.u.def.section->output_offset
5644 + h->root.u.def.value);
5645 }
5646
5647 /* Return true if H matches __tls_get_addr or one of its variants. */
5648
5649 static bfd_boolean
5650 is_tls_get_addr (struct elf_link_hash_entry *h,
5651 struct ppc_link_hash_table *htab)
5652 {
5653 return (h == &htab->tls_get_addr_fd->elf || h == &htab->tga_desc_fd->elf
5654 || h == &htab->tls_get_addr->elf || h == &htab->tga_desc->elf);
5655 }
5656
5657 static bfd_boolean func_desc_adjust (struct elf_link_hash_entry *, void *);
5658
5659 /* Garbage collect sections, after first dealing with dot-symbols. */
5660
5661 static bfd_boolean
5662 ppc64_elf_gc_sections (bfd *abfd, struct bfd_link_info *info)
5663 {
5664 struct ppc_link_hash_table *htab = ppc_hash_table (info);
5665
5666 if (htab != NULL && htab->need_func_desc_adj)
5667 {
5668 elf_link_hash_traverse (&htab->elf, func_desc_adjust, info);
5669 htab->need_func_desc_adj = 0;
5670 }
5671 return bfd_elf_gc_sections (abfd, info);
5672 }
5673
5674 /* Mark all our entry sym sections, both opd and code section. */
5675
5676 static void
5677 ppc64_elf_gc_keep (struct bfd_link_info *info)
5678 {
5679 struct ppc_link_hash_table *htab = ppc_hash_table (info);
5680 struct bfd_sym_chain *sym;
5681
5682 if (htab == NULL)
5683 return;
5684
5685 for (sym = info->gc_sym_list; sym != NULL; sym = sym->next)
5686 {
5687 struct ppc_link_hash_entry *eh, *fh;
5688 asection *sec;
5689
5690 eh = ppc_elf_hash_entry (elf_link_hash_lookup (&htab->elf, sym->name,
5691 FALSE, FALSE, TRUE));
5692 if (eh == NULL)
5693 continue;
5694 if (eh->elf.root.type != bfd_link_hash_defined
5695 && eh->elf.root.type != bfd_link_hash_defweak)
5696 continue;
5697
5698 fh = defined_code_entry (eh);
5699 if (fh != NULL)
5700 {
5701 sec = fh->elf.root.u.def.section;
5702 sec->flags |= SEC_KEEP;
5703 }
5704 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
5705 && opd_entry_value (eh->elf.root.u.def.section,
5706 eh->elf.root.u.def.value,
5707 &sec, NULL, FALSE) != (bfd_vma) -1)
5708 sec->flags |= SEC_KEEP;
5709
5710 sec = eh->elf.root.u.def.section;
5711 sec->flags |= SEC_KEEP;
5712 }
5713 }
5714
5715 /* Mark sections containing dynamically referenced symbols. When
5716 building shared libraries, we must assume that any visible symbol is
5717 referenced. */
5718
5719 static bfd_boolean
5720 ppc64_elf_gc_mark_dynamic_ref (struct elf_link_hash_entry *h, void *inf)
5721 {
5722 struct bfd_link_info *info = (struct bfd_link_info *) inf;
5723 struct ppc_link_hash_entry *eh = ppc_elf_hash_entry (h);
5724 struct ppc_link_hash_entry *fdh;
5725 struct bfd_elf_dynamic_list *d = info->dynamic_list;
5726
5727 /* Dynamic linking info is on the func descriptor sym. */
5728 fdh = defined_func_desc (eh);
5729 if (fdh != NULL)
5730 eh = fdh;
5731
5732 if ((eh->elf.root.type == bfd_link_hash_defined
5733 || eh->elf.root.type == bfd_link_hash_defweak)
5734 && ((eh->elf.ref_dynamic && !eh->elf.forced_local)
5735 || ((eh->elf.def_regular || ELF_COMMON_DEF_P (&eh->elf))
5736 && ELF_ST_VISIBILITY (eh->elf.other) != STV_INTERNAL
5737 && ELF_ST_VISIBILITY (eh->elf.other) != STV_HIDDEN
5738 && (!bfd_link_executable (info)
5739 || info->gc_keep_exported
5740 || info->export_dynamic
5741 || (eh->elf.dynamic
5742 && d != NULL
5743 && (*d->match) (&d->head, NULL,
5744 eh->elf.root.root.string)))
5745 && (eh->elf.versioned >= versioned
5746 || !bfd_hide_sym_by_version (info->version_info,
5747 eh->elf.root.root.string)))))
5748 {
5749 asection *code_sec;
5750 struct ppc_link_hash_entry *fh;
5751
5752 eh->elf.root.u.def.section->flags |= SEC_KEEP;
5753
5754 /* Function descriptor syms cause the associated
5755 function code sym section to be marked. */
5756 fh = defined_code_entry (eh);
5757 if (fh != NULL)
5758 {
5759 code_sec = fh->elf.root.u.def.section;
5760 code_sec->flags |= SEC_KEEP;
5761 }
5762 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
5763 && opd_entry_value (eh->elf.root.u.def.section,
5764 eh->elf.root.u.def.value,
5765 &code_sec, NULL, FALSE) != (bfd_vma) -1)
5766 code_sec->flags |= SEC_KEEP;
5767 }
5768
5769 return TRUE;
5770 }
5771
5772 /* Return the section that should be marked against GC for a given
5773 relocation. */
5774
5775 static asection *
5776 ppc64_elf_gc_mark_hook (asection *sec,
5777 struct bfd_link_info *info,
5778 Elf_Internal_Rela *rel,
5779 struct elf_link_hash_entry *h,
5780 Elf_Internal_Sym *sym)
5781 {
5782 asection *rsec;
5783
5784 /* Syms return NULL if we're marking .opd, so we avoid marking all
5785 function sections, as all functions are referenced in .opd. */
5786 rsec = NULL;
5787 if (get_opd_info (sec) != NULL)
5788 return rsec;
5789
5790 if (h != NULL)
5791 {
5792 enum elf_ppc64_reloc_type r_type;
5793 struct ppc_link_hash_entry *eh, *fh, *fdh;
5794
5795 r_type = ELF64_R_TYPE (rel->r_info);
5796 switch (r_type)
5797 {
5798 case R_PPC64_GNU_VTINHERIT:
5799 case R_PPC64_GNU_VTENTRY:
5800 break;
5801
5802 default:
5803 switch (h->root.type)
5804 {
5805 case bfd_link_hash_defined:
5806 case bfd_link_hash_defweak:
5807 eh = ppc_elf_hash_entry (h);
5808 fdh = defined_func_desc (eh);
5809 if (fdh != NULL)
5810 {
5811 /* -mcall-aixdesc code references the dot-symbol on
5812 a call reloc. Mark the function descriptor too
5813 against garbage collection. */
5814 fdh->elf.mark = 1;
5815 if (fdh->elf.is_weakalias)
5816 weakdef (&fdh->elf)->mark = 1;
5817 eh = fdh;
5818 }
5819
5820 /* Function descriptor syms cause the associated
5821 function code sym section to be marked. */
5822 fh = defined_code_entry (eh);
5823 if (fh != NULL)
5824 {
5825 /* They also mark their opd section. */
5826 eh->elf.root.u.def.section->gc_mark = 1;
5827
5828 rsec = fh->elf.root.u.def.section;
5829 }
5830 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
5831 && opd_entry_value (eh->elf.root.u.def.section,
5832 eh->elf.root.u.def.value,
5833 &rsec, NULL, FALSE) != (bfd_vma) -1)
5834 eh->elf.root.u.def.section->gc_mark = 1;
5835 else
5836 rsec = h->root.u.def.section;
5837 break;
5838
5839 case bfd_link_hash_common:
5840 rsec = h->root.u.c.p->section;
5841 break;
5842
5843 default:
5844 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
5845 }
5846 }
5847 }
5848 else
5849 {
5850 struct _opd_sec_data *opd;
5851
5852 rsec = bfd_section_from_elf_index (sec->owner, sym->st_shndx);
5853 opd = get_opd_info (rsec);
5854 if (opd != NULL && opd->func_sec != NULL)
5855 {
5856 rsec->gc_mark = 1;
5857
5858 rsec = opd->func_sec[OPD_NDX (sym->st_value + rel->r_addend)];
5859 }
5860 }
5861
5862 return rsec;
5863 }
5864
5865 /* The maximum size of .sfpr. */
5866 #define SFPR_MAX (218*4)
5867
5868 struct sfpr_def_parms
5869 {
5870 const char name[12];
5871 unsigned char lo, hi;
5872 bfd_byte *(*write_ent) (bfd *, bfd_byte *, int);
5873 bfd_byte *(*write_tail) (bfd *, bfd_byte *, int);
5874 };
5875
5876 /* Auto-generate _save*, _rest* functions in .sfpr.
5877 If STUB_SEC is non-null, define alias symbols in STUB_SEC
5878 instead. */
5879
5880 static bfd_boolean
5881 sfpr_define (struct bfd_link_info *info,
5882 const struct sfpr_def_parms *parm,
5883 asection *stub_sec)
5884 {
5885 struct ppc_link_hash_table *htab = ppc_hash_table (info);
5886 unsigned int i;
5887 size_t len = strlen (parm->name);
5888 bfd_boolean writing = FALSE;
5889 char sym[16];
5890
5891 if (htab == NULL)
5892 return FALSE;
5893
5894 memcpy (sym, parm->name, len);
5895 sym[len + 2] = 0;
5896
5897 for (i = parm->lo; i <= parm->hi; i++)
5898 {
5899 struct ppc_link_hash_entry *h;
5900
5901 sym[len + 0] = i / 10 + '0';
5902 sym[len + 1] = i % 10 + '0';
5903 h = ppc_elf_hash_entry (elf_link_hash_lookup (&htab->elf, sym,
5904 writing, TRUE, TRUE));
5905 if (stub_sec != NULL)
5906 {
5907 if (h != NULL
5908 && h->elf.root.type == bfd_link_hash_defined
5909 && h->elf.root.u.def.section == htab->sfpr)
5910 {
5911 struct elf_link_hash_entry *s;
5912 char buf[32];
5913 sprintf (buf, "%08x.%s", stub_sec->id & 0xffffffff, sym);
5914 s = elf_link_hash_lookup (&htab->elf, buf, TRUE, TRUE, FALSE);
5915 if (s == NULL)
5916 return FALSE;
5917 if (s->root.type == bfd_link_hash_new)
5918 {
5919 s->root.type = bfd_link_hash_defined;
5920 s->root.u.def.section = stub_sec;
5921 s->root.u.def.value = (stub_sec->size - htab->sfpr->size
5922 + h->elf.root.u.def.value);
5923 s->ref_regular = 1;
5924 s->def_regular = 1;
5925 s->ref_regular_nonweak = 1;
5926 s->forced_local = 1;
5927 s->non_elf = 0;
5928 s->root.linker_def = 1;
5929 }
5930 }
5931 continue;
5932 }
5933 if (h != NULL)
5934 {
5935 h->save_res = 1;
5936 if (!h->elf.def_regular)
5937 {
5938 h->elf.root.type = bfd_link_hash_defined;
5939 h->elf.root.u.def.section = htab->sfpr;
5940 h->elf.root.u.def.value = htab->sfpr->size;
5941 h->elf.type = STT_FUNC;
5942 h->elf.def_regular = 1;
5943 h->elf.non_elf = 0;
5944 _bfd_elf_link_hash_hide_symbol (info, &h->elf, TRUE);
5945 writing = TRUE;
5946 if (htab->sfpr->contents == NULL)
5947 {
5948 htab->sfpr->contents
5949 = bfd_alloc (htab->elf.dynobj, SFPR_MAX);
5950 if (htab->sfpr->contents == NULL)
5951 return FALSE;
5952 }
5953 }
5954 }
5955 if (writing)
5956 {
5957 bfd_byte *p = htab->sfpr->contents + htab->sfpr->size;
5958 if (i != parm->hi)
5959 p = (*parm->write_ent) (htab->elf.dynobj, p, i);
5960 else
5961 p = (*parm->write_tail) (htab->elf.dynobj, p, i);
5962 htab->sfpr->size = p - htab->sfpr->contents;
5963 }
5964 }
5965
5966 return TRUE;
5967 }
5968
5969 static bfd_byte *
5970 savegpr0 (bfd *abfd, bfd_byte *p, int r)
5971 {
5972 bfd_put_32 (abfd, STD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
5973 return p + 4;
5974 }
5975
5976 static bfd_byte *
5977 savegpr0_tail (bfd *abfd, bfd_byte *p, int r)
5978 {
5979 p = savegpr0 (abfd, p, r);
5980 bfd_put_32 (abfd, STD_R0_0R1 + STK_LR, p);
5981 p = p + 4;
5982 bfd_put_32 (abfd, BLR, p);
5983 return p + 4;
5984 }
5985
5986 static bfd_byte *
5987 restgpr0 (bfd *abfd, bfd_byte *p, int r)
5988 {
5989 bfd_put_32 (abfd, LD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
5990 return p + 4;
5991 }
5992
5993 static bfd_byte *
5994 restgpr0_tail (bfd *abfd, bfd_byte *p, int r)
5995 {
5996 bfd_put_32 (abfd, LD_R0_0R1 + STK_LR, p);
5997 p = p + 4;
5998 p = restgpr0 (abfd, p, r);
5999 bfd_put_32 (abfd, MTLR_R0, p);
6000 p = p + 4;
6001 if (r == 29)
6002 {
6003 p = restgpr0 (abfd, p, 30);
6004 p = restgpr0 (abfd, p, 31);
6005 }
6006 bfd_put_32 (abfd, BLR, p);
6007 return p + 4;
6008 }
6009
6010 static bfd_byte *
6011 savegpr1 (bfd *abfd, bfd_byte *p, int r)
6012 {
6013 bfd_put_32 (abfd, STD_R0_0R12 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6014 return p + 4;
6015 }
6016
6017 static bfd_byte *
6018 savegpr1_tail (bfd *abfd, bfd_byte *p, int r)
6019 {
6020 p = savegpr1 (abfd, p, r);
6021 bfd_put_32 (abfd, BLR, p);
6022 return p + 4;
6023 }
6024
6025 static bfd_byte *
6026 restgpr1 (bfd *abfd, bfd_byte *p, int r)
6027 {
6028 bfd_put_32 (abfd, LD_R0_0R12 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6029 return p + 4;
6030 }
6031
6032 static bfd_byte *
6033 restgpr1_tail (bfd *abfd, bfd_byte *p, int r)
6034 {
6035 p = restgpr1 (abfd, p, r);
6036 bfd_put_32 (abfd, BLR, p);
6037 return p + 4;
6038 }
6039
6040 static bfd_byte *
6041 savefpr (bfd *abfd, bfd_byte *p, int r)
6042 {
6043 bfd_put_32 (abfd, STFD_FR0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6044 return p + 4;
6045 }
6046
6047 static bfd_byte *
6048 savefpr0_tail (bfd *abfd, bfd_byte *p, int r)
6049 {
6050 p = savefpr (abfd, p, r);
6051 bfd_put_32 (abfd, STD_R0_0R1 + STK_LR, p);
6052 p = p + 4;
6053 bfd_put_32 (abfd, BLR, p);
6054 return p + 4;
6055 }
6056
6057 static bfd_byte *
6058 restfpr (bfd *abfd, bfd_byte *p, int r)
6059 {
6060 bfd_put_32 (abfd, LFD_FR0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6061 return p + 4;
6062 }
6063
6064 static bfd_byte *
6065 restfpr0_tail (bfd *abfd, bfd_byte *p, int r)
6066 {
6067 bfd_put_32 (abfd, LD_R0_0R1 + STK_LR, p);
6068 p = p + 4;
6069 p = restfpr (abfd, p, r);
6070 bfd_put_32 (abfd, MTLR_R0, p);
6071 p = p + 4;
6072 if (r == 29)
6073 {
6074 p = restfpr (abfd, p, 30);
6075 p = restfpr (abfd, p, 31);
6076 }
6077 bfd_put_32 (abfd, BLR, p);
6078 return p + 4;
6079 }
6080
6081 static bfd_byte *
6082 savefpr1_tail (bfd *abfd, bfd_byte *p, int r)
6083 {
6084 p = savefpr (abfd, p, r);
6085 bfd_put_32 (abfd, BLR, p);
6086 return p + 4;
6087 }
6088
6089 static bfd_byte *
6090 restfpr1_tail (bfd *abfd, bfd_byte *p, int r)
6091 {
6092 p = restfpr (abfd, p, r);
6093 bfd_put_32 (abfd, BLR, p);
6094 return p + 4;
6095 }
6096
6097 static bfd_byte *
6098 savevr (bfd *abfd, bfd_byte *p, int r)
6099 {
6100 bfd_put_32 (abfd, LI_R12_0 + (1 << 16) - (32 - r) * 16, p);
6101 p = p + 4;
6102 bfd_put_32 (abfd, STVX_VR0_R12_R0 + (r << 21), p);
6103 return p + 4;
6104 }
6105
6106 static bfd_byte *
6107 savevr_tail (bfd *abfd, bfd_byte *p, int r)
6108 {
6109 p = savevr (abfd, p, r);
6110 bfd_put_32 (abfd, BLR, p);
6111 return p + 4;
6112 }
6113
6114 static bfd_byte *
6115 restvr (bfd *abfd, bfd_byte *p, int r)
6116 {
6117 bfd_put_32 (abfd, LI_R12_0 + (1 << 16) - (32 - r) * 16, p);
6118 p = p + 4;
6119 bfd_put_32 (abfd, LVX_VR0_R12_R0 + (r << 21), p);
6120 return p + 4;
6121 }
6122
6123 static bfd_byte *
6124 restvr_tail (bfd *abfd, bfd_byte *p, int r)
6125 {
6126 p = restvr (abfd, p, r);
6127 bfd_put_32 (abfd, BLR, p);
6128 return p + 4;
6129 }
6130
6131 #define STDU_R1_0R1 0xf8210001
6132 #define ADDI_R1_R1 0x38210000
6133
6134 /* Emit prologue of wrapper preserving regs around a call to
6135 __tls_get_addr_opt. */
6136
6137 static bfd_byte *
6138 tls_get_addr_prologue (bfd *obfd, bfd_byte *p, struct ppc_link_hash_table *htab)
6139 {
6140 unsigned int i;
6141
6142 bfd_put_32 (obfd, MFLR_R0, p);
6143 p += 4;
6144 bfd_put_32 (obfd, STD_R0_0R1 + 16, p);
6145 p += 4;
6146
6147 if (htab->opd_abi)
6148 {
6149 for (i = 4; i < 12; i++)
6150 {
6151 bfd_put_32 (obfd,
6152 STD_R0_0R1 | i << 21 | (-(13 - i) * 8 & 0xffff), p);
6153 p += 4;
6154 }
6155 bfd_put_32 (obfd, STDU_R1_0R1 | (-128 & 0xffff), p);
6156 p += 4;
6157 }
6158 else
6159 {
6160 for (i = 4; i < 12; i++)
6161 {
6162 bfd_put_32 (obfd,
6163 STD_R0_0R1 | i << 21 | (-(12 - i) * 8 & 0xffff), p);
6164 p += 4;
6165 }
6166 bfd_put_32 (obfd, STDU_R1_0R1 | (-96 & 0xffff), p);
6167 p += 4;
6168 }
6169 return p;
6170 }
6171
6172 /* Emit epilogue of wrapper preserving regs around a call to
6173 __tls_get_addr_opt. */
6174
6175 static bfd_byte *
6176 tls_get_addr_epilogue (bfd *obfd, bfd_byte *p, struct ppc_link_hash_table *htab)
6177 {
6178 unsigned int i;
6179
6180 if (htab->opd_abi)
6181 {
6182 for (i = 4; i < 12; i++)
6183 {
6184 bfd_put_32 (obfd, LD_R0_0R1 | i << 21 | (128 - (13 - i) * 8), p);
6185 p += 4;
6186 }
6187 bfd_put_32 (obfd, ADDI_R1_R1 | 128, p);
6188 p += 4;
6189 }
6190 else
6191 {
6192 for (i = 4; i < 12; i++)
6193 {
6194 bfd_put_32 (obfd, LD_R0_0R1 | i << 21 | (96 - (12 - i) * 8), p);
6195 p += 4;
6196 }
6197 bfd_put_32 (obfd, ADDI_R1_R1 | 96, p);
6198 p += 4;
6199 }
6200 bfd_put_32 (obfd, LD_R0_0R1 | 16, p);
6201 p += 4;
6202 bfd_put_32 (obfd, MTLR_R0, p);
6203 p += 4;
6204 bfd_put_32 (obfd, BLR, p);
6205 p += 4;
6206 return p;
6207 }
6208
6209 /* Called via elf_link_hash_traverse to transfer dynamic linking
6210 information on function code symbol entries to their corresponding
6211 function descriptor symbol entries. */
6212
6213 static bfd_boolean
6214 func_desc_adjust (struct elf_link_hash_entry *h, void *inf)
6215 {
6216 struct bfd_link_info *info;
6217 struct ppc_link_hash_table *htab;
6218 struct ppc_link_hash_entry *fh;
6219 struct ppc_link_hash_entry *fdh;
6220 bfd_boolean force_local;
6221
6222 fh = ppc_elf_hash_entry (h);
6223 if (fh->elf.root.type == bfd_link_hash_indirect)
6224 return TRUE;
6225
6226 if (!fh->is_func)
6227 return TRUE;
6228
6229 if (fh->elf.root.root.string[0] != '.'
6230 || fh->elf.root.root.string[1] == '\0')
6231 return TRUE;
6232
6233 info = inf;
6234 htab = ppc_hash_table (info);
6235 if (htab == NULL)
6236 return FALSE;
6237
6238 /* Find the corresponding function descriptor symbol. */
6239 fdh = lookup_fdh (fh, htab);
6240
6241 /* Resolve undefined references to dot-symbols as the value
6242 in the function descriptor, if we have one in a regular object.
6243 This is to satisfy cases like ".quad .foo". Calls to functions
6244 in dynamic objects are handled elsewhere. */
6245 if ((fh->elf.root.type == bfd_link_hash_undefined
6246 || fh->elf.root.type == bfd_link_hash_undefweak)
6247 && (fdh->elf.root.type == bfd_link_hash_defined
6248 || fdh->elf.root.type == bfd_link_hash_defweak)
6249 && get_opd_info (fdh->elf.root.u.def.section) != NULL
6250 && opd_entry_value (fdh->elf.root.u.def.section,
6251 fdh->elf.root.u.def.value,
6252 &fh->elf.root.u.def.section,
6253 &fh->elf.root.u.def.value, FALSE) != (bfd_vma) -1)
6254 {
6255 fh->elf.root.type = fdh->elf.root.type;
6256 fh->elf.forced_local = 1;
6257 fh->elf.def_regular = fdh->elf.def_regular;
6258 fh->elf.def_dynamic = fdh->elf.def_dynamic;
6259 }
6260
6261 if (!fh->elf.dynamic)
6262 {
6263 struct plt_entry *ent;
6264
6265 for (ent = fh->elf.plt.plist; ent != NULL; ent = ent->next)
6266 if (ent->plt.refcount > 0)
6267 break;
6268 if (ent == NULL)
6269 return TRUE;
6270 }
6271
6272 /* Create a descriptor as undefined if necessary. */
6273 if (fdh == NULL
6274 && !bfd_link_executable (info)
6275 && (fh->elf.root.type == bfd_link_hash_undefined
6276 || fh->elf.root.type == bfd_link_hash_undefweak))
6277 {
6278 fdh = make_fdh (info, fh);
6279 if (fdh == NULL)
6280 return FALSE;
6281 }
6282
6283 /* We can't support overriding of symbols on a fake descriptor. */
6284 if (fdh != NULL
6285 && fdh->fake
6286 && (fh->elf.root.type == bfd_link_hash_defined
6287 || fh->elf.root.type == bfd_link_hash_defweak))
6288 _bfd_elf_link_hash_hide_symbol (info, &fdh->elf, TRUE);
6289
6290 /* Transfer dynamic linking information to the function descriptor. */
6291 if (fdh != NULL)
6292 {
6293 fdh->elf.ref_regular |= fh->elf.ref_regular;
6294 fdh->elf.ref_dynamic |= fh->elf.ref_dynamic;
6295 fdh->elf.ref_regular_nonweak |= fh->elf.ref_regular_nonweak;
6296 fdh->elf.non_got_ref |= fh->elf.non_got_ref;
6297 fdh->elf.dynamic |= fh->elf.dynamic;
6298 fdh->elf.needs_plt |= (fh->elf.needs_plt
6299 || fh->elf.type == STT_FUNC
6300 || fh->elf.type == STT_GNU_IFUNC);
6301 move_plt_plist (fh, fdh);
6302
6303 if (!fdh->elf.forced_local
6304 && fh->elf.dynindx != -1)
6305 if (!bfd_elf_link_record_dynamic_symbol (info, &fdh->elf))
6306 return FALSE;
6307 }
6308
6309 /* Now that the info is on the function descriptor, clear the
6310 function code sym info. Any function code syms for which we
6311 don't have a definition in a regular file, we force local.
6312 This prevents a shared library from exporting syms that have
6313 been imported from another library. Function code syms that
6314 are really in the library we must leave global to prevent the
6315 linker dragging in a definition from a static library. */
6316 force_local = (!fh->elf.def_regular
6317 || fdh == NULL
6318 || !fdh->elf.def_regular
6319 || fdh->elf.forced_local);
6320 _bfd_elf_link_hash_hide_symbol (info, &fh->elf, force_local);
6321
6322 return TRUE;
6323 }
6324
6325 static const struct sfpr_def_parms save_res_funcs[] =
6326 {
6327 { "_savegpr0_", 14, 31, savegpr0, savegpr0_tail },
6328 { "_restgpr0_", 14, 29, restgpr0, restgpr0_tail },
6329 { "_restgpr0_", 30, 31, restgpr0, restgpr0_tail },
6330 { "_savegpr1_", 14, 31, savegpr1, savegpr1_tail },
6331 { "_restgpr1_", 14, 31, restgpr1, restgpr1_tail },
6332 { "_savefpr_", 14, 31, savefpr, savefpr0_tail },
6333 { "_restfpr_", 14, 29, restfpr, restfpr0_tail },
6334 { "_restfpr_", 30, 31, restfpr, restfpr0_tail },
6335 { "._savef", 14, 31, savefpr, savefpr1_tail },
6336 { "._restf", 14, 31, restfpr, restfpr1_tail },
6337 { "_savevr_", 20, 31, savevr, savevr_tail },
6338 { "_restvr_", 20, 31, restvr, restvr_tail }
6339 };
6340
6341 /* Called near the start of bfd_elf_size_dynamic_sections. We use
6342 this hook to a) provide some gcc support functions, and b) transfer
6343 dynamic linking information gathered so far on function code symbol
6344 entries, to their corresponding function descriptor symbol entries. */
6345
6346 static bfd_boolean
6347 ppc64_elf_func_desc_adjust (bfd *obfd ATTRIBUTE_UNUSED,
6348 struct bfd_link_info *info)
6349 {
6350 struct ppc_link_hash_table *htab;
6351
6352 htab = ppc_hash_table (info);
6353 if (htab == NULL)
6354 return FALSE;
6355
6356 /* Provide any missing _save* and _rest* functions. */
6357 if (htab->sfpr != NULL)
6358 {
6359 unsigned int i;
6360
6361 htab->sfpr->size = 0;
6362 for (i = 0; i < ARRAY_SIZE (save_res_funcs); i++)
6363 if (!sfpr_define (info, &save_res_funcs[i], NULL))
6364 return FALSE;
6365 if (htab->sfpr->size == 0)
6366 htab->sfpr->flags |= SEC_EXCLUDE;
6367 }
6368
6369 if (bfd_link_relocatable (info))
6370 return TRUE;
6371
6372 if (htab->elf.hgot != NULL)
6373 {
6374 _bfd_elf_link_hash_hide_symbol (info, htab->elf.hgot, TRUE);
6375 /* Make .TOC. defined so as to prevent it being made dynamic.
6376 The wrong value here is fixed later in ppc64_elf_set_toc. */
6377 if (!htab->elf.hgot->def_regular
6378 || htab->elf.hgot->root.type != bfd_link_hash_defined)
6379 {
6380 htab->elf.hgot->root.type = bfd_link_hash_defined;
6381 htab->elf.hgot->root.u.def.value = 0;
6382 htab->elf.hgot->root.u.def.section = bfd_abs_section_ptr;
6383 htab->elf.hgot->def_regular = 1;
6384 htab->elf.hgot->root.linker_def = 1;
6385 }
6386 htab->elf.hgot->type = STT_OBJECT;
6387 htab->elf.hgot->other
6388 = (htab->elf.hgot->other & ~ELF_ST_VISIBILITY (-1)) | STV_HIDDEN;
6389 }
6390
6391 if (htab->need_func_desc_adj)
6392 {
6393 elf_link_hash_traverse (&htab->elf, func_desc_adjust, info);
6394 htab->need_func_desc_adj = 0;
6395 }
6396
6397 return TRUE;
6398 }
6399
6400 /* Return true if we have dynamic relocs against H or any of its weak
6401 aliases, that apply to read-only sections. Cannot be used after
6402 size_dynamic_sections. */
6403
6404 static bfd_boolean
6405 alias_readonly_dynrelocs (struct elf_link_hash_entry *h)
6406 {
6407 struct ppc_link_hash_entry *eh = ppc_elf_hash_entry (h);
6408 do
6409 {
6410 if (_bfd_elf_readonly_dynrelocs (&eh->elf))
6411 return TRUE;
6412 eh = ppc_elf_hash_entry (eh->elf.u.alias);
6413 }
6414 while (eh != NULL && &eh->elf != h);
6415
6416 return FALSE;
6417 }
6418
6419 /* Return whether EH has pc-relative dynamic relocs. */
6420
6421 static bfd_boolean
6422 pc_dynrelocs (struct ppc_link_hash_entry *eh)
6423 {
6424 struct elf_dyn_relocs *p;
6425
6426 for (p = eh->elf.dyn_relocs; p != NULL; p = p->next)
6427 if (p->pc_count != 0)
6428 return TRUE;
6429 return FALSE;
6430 }
6431
6432 /* Return true if a global entry stub will be created for H. Valid
6433 for ELFv2 before plt entries have been allocated. */
6434
6435 static bfd_boolean
6436 global_entry_stub (struct elf_link_hash_entry *h)
6437 {
6438 struct plt_entry *pent;
6439
6440 if (!h->pointer_equality_needed
6441 || h->def_regular)
6442 return FALSE;
6443
6444 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
6445 if (pent->plt.refcount > 0
6446 && pent->addend == 0)
6447 return TRUE;
6448
6449 return FALSE;
6450 }
6451
6452 /* Adjust a symbol defined by a dynamic object and referenced by a
6453 regular object. The current definition is in some section of the
6454 dynamic object, but we're not including those sections. We have to
6455 change the definition to something the rest of the link can
6456 understand. */
6457
6458 static bfd_boolean
6459 ppc64_elf_adjust_dynamic_symbol (struct bfd_link_info *info,
6460 struct elf_link_hash_entry *h)
6461 {
6462 struct ppc_link_hash_table *htab;
6463 asection *s, *srel;
6464
6465 htab = ppc_hash_table (info);
6466 if (htab == NULL)
6467 return FALSE;
6468
6469 /* Deal with function syms. */
6470 if (h->type == STT_FUNC
6471 || h->type == STT_GNU_IFUNC
6472 || h->needs_plt)
6473 {
6474 bfd_boolean local = (ppc_elf_hash_entry (h)->save_res
6475 || SYMBOL_CALLS_LOCAL (info, h)
6476 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, h));
6477 /* Discard dyn_relocs when non-pic if we've decided that a
6478 function symbol is local and not an ifunc. We keep dynamic
6479 relocs for ifuncs when local rather than always emitting a
6480 plt call stub for them and defining the symbol on the call
6481 stub. We can't do that for ELFv1 anyway (a function symbol
6482 is defined on a descriptor, not code) and it can be faster at
6483 run-time due to not needing to bounce through a stub. The
6484 dyn_relocs for ifuncs will be applied even in a static
6485 executable. */
6486 if (!bfd_link_pic (info)
6487 && h->type != STT_GNU_IFUNC
6488 && local)
6489 h->dyn_relocs = NULL;
6490
6491 /* Clear procedure linkage table information for any symbol that
6492 won't need a .plt entry. */
6493 struct plt_entry *ent;
6494 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
6495 if (ent->plt.refcount > 0)
6496 break;
6497 if (ent == NULL
6498 || (h->type != STT_GNU_IFUNC
6499 && local
6500 && (htab->can_convert_all_inline_plt
6501 || (ppc_elf_hash_entry (h)->tls_mask
6502 & (TLS_TLS | PLT_KEEP)) != PLT_KEEP)))
6503 {
6504 h->plt.plist = NULL;
6505 h->needs_plt = 0;
6506 h->pointer_equality_needed = 0;
6507 }
6508 else if (abiversion (info->output_bfd) >= 2)
6509 {
6510 /* Taking a function's address in a read/write section
6511 doesn't require us to define the function symbol in the
6512 executable on a global entry stub. A dynamic reloc can
6513 be used instead. The reason we prefer a few more dynamic
6514 relocs is that calling via a global entry stub costs a
6515 few more instructions, and pointer_equality_needed causes
6516 extra work in ld.so when resolving these symbols. */
6517 if (global_entry_stub (h))
6518 {
6519 if (!_bfd_elf_readonly_dynrelocs (h))
6520 {
6521 h->pointer_equality_needed = 0;
6522 /* If we haven't seen a branch reloc and the symbol
6523 isn't an ifunc then we don't need a plt entry. */
6524 if (!h->needs_plt)
6525 h->plt.plist = NULL;
6526 }
6527 else if (!bfd_link_pic (info))
6528 /* We are going to be defining the function symbol on the
6529 plt stub, so no dyn_relocs needed when non-pic. */
6530 h->dyn_relocs = NULL;
6531 }
6532
6533 /* ELFv2 function symbols can't have copy relocs. */
6534 return TRUE;
6535 }
6536 else if (!h->needs_plt
6537 && !_bfd_elf_readonly_dynrelocs (h))
6538 {
6539 /* If we haven't seen a branch reloc and the symbol isn't an
6540 ifunc then we don't need a plt entry. */
6541 h->plt.plist = NULL;
6542 h->pointer_equality_needed = 0;
6543 return TRUE;
6544 }
6545 }
6546 else
6547 h->plt.plist = NULL;
6548
6549 /* If this is a weak symbol, and there is a real definition, the
6550 processor independent code will have arranged for us to see the
6551 real definition first, and we can just use the same value. */
6552 if (h->is_weakalias)
6553 {
6554 struct elf_link_hash_entry *def = weakdef (h);
6555 BFD_ASSERT (def->root.type == bfd_link_hash_defined);
6556 h->root.u.def.section = def->root.u.def.section;
6557 h->root.u.def.value = def->root.u.def.value;
6558 if (def->root.u.def.section == htab->elf.sdynbss
6559 || def->root.u.def.section == htab->elf.sdynrelro)
6560 h->dyn_relocs = NULL;
6561 return TRUE;
6562 }
6563
6564 /* If we are creating a shared library, we must presume that the
6565 only references to the symbol are via the global offset table.
6566 For such cases we need not do anything here; the relocations will
6567 be handled correctly by relocate_section. */
6568 if (!bfd_link_executable (info))
6569 return TRUE;
6570
6571 /* If there are no references to this symbol that do not use the
6572 GOT, we don't need to generate a copy reloc. */
6573 if (!h->non_got_ref)
6574 return TRUE;
6575
6576 /* Don't generate a copy reloc for symbols defined in the executable. */
6577 if (!h->def_dynamic || !h->ref_regular || h->def_regular
6578
6579 /* If -z nocopyreloc was given, don't generate them either. */
6580 || info->nocopyreloc
6581
6582 /* If we don't find any dynamic relocs in read-only sections, then
6583 we'll be keeping the dynamic relocs and avoiding the copy reloc. */
6584 || (ELIMINATE_COPY_RELOCS
6585 && !h->needs_copy
6586 && !alias_readonly_dynrelocs (h))
6587
6588 /* Protected variables do not work with .dynbss. The copy in
6589 .dynbss won't be used by the shared library with the protected
6590 definition for the variable. Text relocations are preferable
6591 to an incorrect program. */
6592 || h->protected_def)
6593 return TRUE;
6594
6595 if (h->type == STT_FUNC
6596 || h->type == STT_GNU_IFUNC)
6597 {
6598 /* .dynbss copies of function symbols only work if we have
6599 ELFv1 dot-symbols. ELFv1 compilers since 2004 default to not
6600 use dot-symbols and set the function symbol size to the text
6601 size of the function rather than the size of the descriptor.
6602 That's wrong for copying a descriptor. */
6603 if (ppc_elf_hash_entry (h)->oh == NULL
6604 || !(h->size == 24 || h->size == 16))
6605 return TRUE;
6606
6607 /* We should never get here, but unfortunately there are old
6608 versions of gcc (circa gcc-3.2) that improperly for the
6609 ELFv1 ABI put initialized function pointers, vtable refs and
6610 suchlike in read-only sections. Allow them to proceed, but
6611 warn that this might break at runtime. */
6612 info->callbacks->einfo
6613 (_("%P: copy reloc against `%pT' requires lazy plt linking; "
6614 "avoid setting LD_BIND_NOW=1 or upgrade gcc\n"),
6615 h->root.root.string);
6616 }
6617
6618 /* This is a reference to a symbol defined by a dynamic object which
6619 is not a function. */
6620
6621 /* We must allocate the symbol in our .dynbss section, which will
6622 become part of the .bss section of the executable. There will be
6623 an entry for this symbol in the .dynsym section. The dynamic
6624 object will contain position independent code, so all references
6625 from the dynamic object to this symbol will go through the global
6626 offset table. The dynamic linker will use the .dynsym entry to
6627 determine the address it must put in the global offset table, so
6628 both the dynamic object and the regular object will refer to the
6629 same memory location for the variable. */
6630 if ((h->root.u.def.section->flags & SEC_READONLY) != 0)
6631 {
6632 s = htab->elf.sdynrelro;
6633 srel = htab->elf.sreldynrelro;
6634 }
6635 else
6636 {
6637 s = htab->elf.sdynbss;
6638 srel = htab->elf.srelbss;
6639 }
6640 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0 && h->size != 0)
6641 {
6642 /* We must generate a R_PPC64_COPY reloc to tell the dynamic
6643 linker to copy the initial value out of the dynamic object
6644 and into the runtime process image. */
6645 srel->size += sizeof (Elf64_External_Rela);
6646 h->needs_copy = 1;
6647 }
6648
6649 /* We no longer want dyn_relocs. */
6650 h->dyn_relocs = NULL;
6651 return _bfd_elf_adjust_dynamic_copy (info, h, s);
6652 }
6653
6654 /* If given a function descriptor symbol, hide both the function code
6655 sym and the descriptor. */
6656 static void
6657 ppc64_elf_hide_symbol (struct bfd_link_info *info,
6658 struct elf_link_hash_entry *h,
6659 bfd_boolean force_local)
6660 {
6661 struct ppc_link_hash_entry *eh;
6662 _bfd_elf_link_hash_hide_symbol (info, h, force_local);
6663
6664 if (ppc_hash_table (info) == NULL)
6665 return;
6666
6667 eh = ppc_elf_hash_entry (h);
6668 if (eh->is_func_descriptor)
6669 {
6670 struct ppc_link_hash_entry *fh = eh->oh;
6671
6672 if (fh == NULL)
6673 {
6674 const char *p, *q;
6675 struct elf_link_hash_table *htab = elf_hash_table (info);
6676 char save;
6677
6678 /* We aren't supposed to use alloca in BFD because on
6679 systems which do not have alloca the version in libiberty
6680 calls xmalloc, which might cause the program to crash
6681 when it runs out of memory. This function doesn't have a
6682 return status, so there's no way to gracefully return an
6683 error. So cheat. We know that string[-1] can be safely
6684 accessed; It's either a string in an ELF string table,
6685 or allocated in an objalloc structure. */
6686
6687 p = eh->elf.root.root.string - 1;
6688 save = *p;
6689 *(char *) p = '.';
6690 fh = ppc_elf_hash_entry (elf_link_hash_lookup (htab, p, FALSE,
6691 FALSE, FALSE));
6692 *(char *) p = save;
6693
6694 /* Unfortunately, if it so happens that the string we were
6695 looking for was allocated immediately before this string,
6696 then we overwrote the string terminator. That's the only
6697 reason the lookup should fail. */
6698 if (fh == NULL)
6699 {
6700 q = eh->elf.root.root.string + strlen (eh->elf.root.root.string);
6701 while (q >= eh->elf.root.root.string && *q == *p)
6702 --q, --p;
6703 if (q < eh->elf.root.root.string && *p == '.')
6704 fh = ppc_elf_hash_entry (elf_link_hash_lookup (htab, p, FALSE,
6705 FALSE, FALSE));
6706 }
6707 if (fh != NULL)
6708 {
6709 eh->oh = fh;
6710 fh->oh = eh;
6711 }
6712 }
6713 if (fh != NULL)
6714 _bfd_elf_link_hash_hide_symbol (info, &fh->elf, force_local);
6715 }
6716 }
6717
6718 static bfd_boolean
6719 get_sym_h (struct elf_link_hash_entry **hp,
6720 Elf_Internal_Sym **symp,
6721 asection **symsecp,
6722 unsigned char **tls_maskp,
6723 Elf_Internal_Sym **locsymsp,
6724 unsigned long r_symndx,
6725 bfd *ibfd)
6726 {
6727 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (ibfd);
6728
6729 if (r_symndx >= symtab_hdr->sh_info)
6730 {
6731 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
6732 struct elf_link_hash_entry *h;
6733
6734 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
6735 h = elf_follow_link (h);
6736
6737 if (hp != NULL)
6738 *hp = h;
6739
6740 if (symp != NULL)
6741 *symp = NULL;
6742
6743 if (symsecp != NULL)
6744 {
6745 asection *symsec = NULL;
6746 if (h->root.type == bfd_link_hash_defined
6747 || h->root.type == bfd_link_hash_defweak)
6748 symsec = h->root.u.def.section;
6749 *symsecp = symsec;
6750 }
6751
6752 if (tls_maskp != NULL)
6753 *tls_maskp = &ppc_elf_hash_entry (h)->tls_mask;
6754 }
6755 else
6756 {
6757 Elf_Internal_Sym *sym;
6758 Elf_Internal_Sym *locsyms = *locsymsp;
6759
6760 if (locsyms == NULL)
6761 {
6762 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
6763 if (locsyms == NULL)
6764 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
6765 symtab_hdr->sh_info,
6766 0, NULL, NULL, NULL);
6767 if (locsyms == NULL)
6768 return FALSE;
6769 *locsymsp = locsyms;
6770 }
6771 sym = locsyms + r_symndx;
6772
6773 if (hp != NULL)
6774 *hp = NULL;
6775
6776 if (symp != NULL)
6777 *symp = sym;
6778
6779 if (symsecp != NULL)
6780 *symsecp = bfd_section_from_elf_index (ibfd, sym->st_shndx);
6781
6782 if (tls_maskp != NULL)
6783 {
6784 struct got_entry **lgot_ents;
6785 unsigned char *tls_mask;
6786
6787 tls_mask = NULL;
6788 lgot_ents = elf_local_got_ents (ibfd);
6789 if (lgot_ents != NULL)
6790 {
6791 struct plt_entry **local_plt = (struct plt_entry **)
6792 (lgot_ents + symtab_hdr->sh_info);
6793 unsigned char *lgot_masks = (unsigned char *)
6794 (local_plt + symtab_hdr->sh_info);
6795 tls_mask = &lgot_masks[r_symndx];
6796 }
6797 *tls_maskp = tls_mask;
6798 }
6799 }
6800 return TRUE;
6801 }
6802
6803 /* Returns TLS_MASKP for the given REL symbol. Function return is 0 on
6804 error, 2 on a toc GD type suitable for optimization, 3 on a toc LD
6805 type suitable for optimization, and 1 otherwise. */
6806
6807 static int
6808 get_tls_mask (unsigned char **tls_maskp,
6809 unsigned long *toc_symndx,
6810 bfd_vma *toc_addend,
6811 Elf_Internal_Sym **locsymsp,
6812 const Elf_Internal_Rela *rel,
6813 bfd *ibfd)
6814 {
6815 unsigned long r_symndx;
6816 int next_r;
6817 struct elf_link_hash_entry *h;
6818 Elf_Internal_Sym *sym;
6819 asection *sec;
6820 bfd_vma off;
6821
6822 r_symndx = ELF64_R_SYM (rel->r_info);
6823 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
6824 return 0;
6825
6826 if ((*tls_maskp != NULL
6827 && (**tls_maskp & TLS_TLS) != 0
6828 && **tls_maskp != (TLS_TLS | TLS_MARK))
6829 || sec == NULL
6830 || ppc64_elf_section_data (sec) == NULL
6831 || ppc64_elf_section_data (sec)->sec_type != sec_toc)
6832 return 1;
6833
6834 /* Look inside a TOC section too. */
6835 if (h != NULL)
6836 {
6837 BFD_ASSERT (h->root.type == bfd_link_hash_defined);
6838 off = h->root.u.def.value;
6839 }
6840 else
6841 off = sym->st_value;
6842 off += rel->r_addend;
6843 BFD_ASSERT (off % 8 == 0);
6844 r_symndx = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8];
6845 next_r = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8 + 1];
6846 if (toc_symndx != NULL)
6847 *toc_symndx = r_symndx;
6848 if (toc_addend != NULL)
6849 *toc_addend = ppc64_elf_section_data (sec)->u.toc.add[off / 8];
6850 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
6851 return 0;
6852 if ((h == NULL || is_static_defined (h))
6853 && (next_r == -1 || next_r == -2))
6854 return 1 - next_r;
6855 return 1;
6856 }
6857
6858 /* Find (or create) an entry in the tocsave hash table. */
6859
6860 static struct tocsave_entry *
6861 tocsave_find (struct ppc_link_hash_table *htab,
6862 enum insert_option insert,
6863 Elf_Internal_Sym **local_syms,
6864 const Elf_Internal_Rela *irela,
6865 bfd *ibfd)
6866 {
6867 unsigned long r_indx;
6868 struct elf_link_hash_entry *h;
6869 Elf_Internal_Sym *sym;
6870 struct tocsave_entry ent, *p;
6871 hashval_t hash;
6872 struct tocsave_entry **slot;
6873
6874 r_indx = ELF64_R_SYM (irela->r_info);
6875 if (!get_sym_h (&h, &sym, &ent.sec, NULL, local_syms, r_indx, ibfd))
6876 return NULL;
6877 if (ent.sec == NULL || ent.sec->output_section == NULL)
6878 {
6879 _bfd_error_handler
6880 (_("%pB: undefined symbol on R_PPC64_TOCSAVE relocation"), ibfd);
6881 return NULL;
6882 }
6883
6884 if (h != NULL)
6885 ent.offset = h->root.u.def.value;
6886 else
6887 ent.offset = sym->st_value;
6888 ent.offset += irela->r_addend;
6889
6890 hash = tocsave_htab_hash (&ent);
6891 slot = ((struct tocsave_entry **)
6892 htab_find_slot_with_hash (htab->tocsave_htab, &ent, hash, insert));
6893 if (slot == NULL)
6894 return NULL;
6895
6896 if (*slot == NULL)
6897 {
6898 p = (struct tocsave_entry *) bfd_alloc (ibfd, sizeof (*p));
6899 if (p == NULL)
6900 return NULL;
6901 *p = ent;
6902 *slot = p;
6903 }
6904 return *slot;
6905 }
6906
6907 /* Adjust all global syms defined in opd sections. In gcc generated
6908 code for the old ABI, these will already have been done. */
6909
6910 static bfd_boolean
6911 adjust_opd_syms (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
6912 {
6913 struct ppc_link_hash_entry *eh;
6914 asection *sym_sec;
6915 struct _opd_sec_data *opd;
6916
6917 if (h->root.type == bfd_link_hash_indirect)
6918 return TRUE;
6919
6920 if (h->root.type != bfd_link_hash_defined
6921 && h->root.type != bfd_link_hash_defweak)
6922 return TRUE;
6923
6924 eh = ppc_elf_hash_entry (h);
6925 if (eh->adjust_done)
6926 return TRUE;
6927
6928 sym_sec = eh->elf.root.u.def.section;
6929 opd = get_opd_info (sym_sec);
6930 if (opd != NULL && opd->adjust != NULL)
6931 {
6932 long adjust = opd->adjust[OPD_NDX (eh->elf.root.u.def.value)];
6933 if (adjust == -1)
6934 {
6935 /* This entry has been deleted. */
6936 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section;
6937 if (dsec == NULL)
6938 {
6939 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next)
6940 if (discarded_section (dsec))
6941 {
6942 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec;
6943 break;
6944 }
6945 }
6946 eh->elf.root.u.def.value = 0;
6947 eh->elf.root.u.def.section = dsec;
6948 }
6949 else
6950 eh->elf.root.u.def.value += adjust;
6951 eh->adjust_done = 1;
6952 }
6953 return TRUE;
6954 }
6955
6956 /* Handles decrementing dynamic reloc counts for the reloc specified by
6957 R_INFO in section SEC. If LOCAL_SYMS is NULL, then H and SYM
6958 have already been determined. */
6959
6960 static bfd_boolean
6961 dec_dynrel_count (bfd_vma r_info,
6962 asection *sec,
6963 struct bfd_link_info *info,
6964 Elf_Internal_Sym **local_syms,
6965 struct elf_link_hash_entry *h,
6966 Elf_Internal_Sym *sym)
6967 {
6968 enum elf_ppc64_reloc_type r_type;
6969 asection *sym_sec = NULL;
6970
6971 /* Can this reloc be dynamic? This switch, and later tests here
6972 should be kept in sync with the code in check_relocs. */
6973 r_type = ELF64_R_TYPE (r_info);
6974 switch (r_type)
6975 {
6976 default:
6977 return TRUE;
6978
6979 case R_PPC64_TOC16:
6980 case R_PPC64_TOC16_DS:
6981 case R_PPC64_TOC16_LO:
6982 case R_PPC64_TOC16_HI:
6983 case R_PPC64_TOC16_HA:
6984 case R_PPC64_TOC16_LO_DS:
6985 if (h == NULL)
6986 return TRUE;
6987 break;
6988
6989 case R_PPC64_TPREL16:
6990 case R_PPC64_TPREL16_LO:
6991 case R_PPC64_TPREL16_HI:
6992 case R_PPC64_TPREL16_HA:
6993 case R_PPC64_TPREL16_DS:
6994 case R_PPC64_TPREL16_LO_DS:
6995 case R_PPC64_TPREL16_HIGH:
6996 case R_PPC64_TPREL16_HIGHA:
6997 case R_PPC64_TPREL16_HIGHER:
6998 case R_PPC64_TPREL16_HIGHERA:
6999 case R_PPC64_TPREL16_HIGHEST:
7000 case R_PPC64_TPREL16_HIGHESTA:
7001 case R_PPC64_TPREL64:
7002 case R_PPC64_TPREL34:
7003 case R_PPC64_DTPMOD64:
7004 case R_PPC64_DTPREL64:
7005 case R_PPC64_ADDR64:
7006 case R_PPC64_REL30:
7007 case R_PPC64_REL32:
7008 case R_PPC64_REL64:
7009 case R_PPC64_ADDR14:
7010 case R_PPC64_ADDR14_BRNTAKEN:
7011 case R_PPC64_ADDR14_BRTAKEN:
7012 case R_PPC64_ADDR16:
7013 case R_PPC64_ADDR16_DS:
7014 case R_PPC64_ADDR16_HA:
7015 case R_PPC64_ADDR16_HI:
7016 case R_PPC64_ADDR16_HIGH:
7017 case R_PPC64_ADDR16_HIGHA:
7018 case R_PPC64_ADDR16_HIGHER:
7019 case R_PPC64_ADDR16_HIGHERA:
7020 case R_PPC64_ADDR16_HIGHEST:
7021 case R_PPC64_ADDR16_HIGHESTA:
7022 case R_PPC64_ADDR16_LO:
7023 case R_PPC64_ADDR16_LO_DS:
7024 case R_PPC64_ADDR24:
7025 case R_PPC64_ADDR32:
7026 case R_PPC64_UADDR16:
7027 case R_PPC64_UADDR32:
7028 case R_PPC64_UADDR64:
7029 case R_PPC64_TOC:
7030 case R_PPC64_D34:
7031 case R_PPC64_D34_LO:
7032 case R_PPC64_D34_HI30:
7033 case R_PPC64_D34_HA30:
7034 case R_PPC64_ADDR16_HIGHER34:
7035 case R_PPC64_ADDR16_HIGHERA34:
7036 case R_PPC64_ADDR16_HIGHEST34:
7037 case R_PPC64_ADDR16_HIGHESTA34:
7038 case R_PPC64_D28:
7039 break;
7040 }
7041
7042 if (local_syms != NULL)
7043 {
7044 unsigned long r_symndx;
7045 bfd *ibfd = sec->owner;
7046
7047 r_symndx = ELF64_R_SYM (r_info);
7048 if (!get_sym_h (&h, &sym, &sym_sec, NULL, local_syms, r_symndx, ibfd))
7049 return FALSE;
7050 }
7051
7052 if ((h != NULL
7053 && (h->root.type == bfd_link_hash_defweak
7054 || !h->def_regular))
7055 || (h != NULL
7056 && !bfd_link_executable (info)
7057 && !SYMBOLIC_BIND (info, h))
7058 || (bfd_link_pic (info)
7059 && must_be_dyn_reloc (info, r_type))
7060 || (!bfd_link_pic (info)
7061 && (h != NULL
7062 ? h->type == STT_GNU_IFUNC
7063 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)))
7064 ;
7065 else
7066 return TRUE;
7067
7068 if (h != NULL)
7069 {
7070 struct elf_dyn_relocs *p;
7071 struct elf_dyn_relocs **pp;
7072 pp = &h->dyn_relocs;
7073
7074 /* elf_gc_sweep may have already removed all dyn relocs associated
7075 with local syms for a given section. Also, symbol flags are
7076 changed by elf_gc_sweep_symbol, confusing the test above. Don't
7077 report a dynreloc miscount. */
7078 if (*pp == NULL && info->gc_sections)
7079 return TRUE;
7080
7081 while ((p = *pp) != NULL)
7082 {
7083 if (p->sec == sec)
7084 {
7085 if (!must_be_dyn_reloc (info, r_type))
7086 p->pc_count -= 1;
7087 p->count -= 1;
7088 if (p->count == 0)
7089 *pp = p->next;
7090 return TRUE;
7091 }
7092 pp = &p->next;
7093 }
7094 }
7095 else
7096 {
7097 struct ppc_dyn_relocs *p;
7098 struct ppc_dyn_relocs **pp;
7099 void *vpp;
7100 bfd_boolean is_ifunc;
7101
7102 if (local_syms == NULL)
7103 sym_sec = bfd_section_from_elf_index (sec->owner, sym->st_shndx);
7104 if (sym_sec == NULL)
7105 sym_sec = sec;
7106
7107 vpp = &elf_section_data (sym_sec)->local_dynrel;
7108 pp = (struct ppc_dyn_relocs **) vpp;
7109
7110 if (*pp == NULL && info->gc_sections)
7111 return TRUE;
7112
7113 is_ifunc = ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC;
7114 while ((p = *pp) != NULL)
7115 {
7116 if (p->sec == sec && p->ifunc == is_ifunc)
7117 {
7118 p->count -= 1;
7119 if (p->count == 0)
7120 *pp = p->next;
7121 return TRUE;
7122 }
7123 pp = &p->next;
7124 }
7125 }
7126
7127 /* xgettext:c-format */
7128 _bfd_error_handler (_("dynreloc miscount for %pB, section %pA"),
7129 sec->owner, sec);
7130 bfd_set_error (bfd_error_bad_value);
7131 return FALSE;
7132 }
7133
7134 /* Remove unused Official Procedure Descriptor entries. Currently we
7135 only remove those associated with functions in discarded link-once
7136 sections, or weakly defined functions that have been overridden. It
7137 would be possible to remove many more entries for statically linked
7138 applications. */
7139
7140 bfd_boolean
7141 ppc64_elf_edit_opd (struct bfd_link_info *info)
7142 {
7143 bfd *ibfd;
7144 bfd_boolean some_edited = FALSE;
7145 asection *need_pad = NULL;
7146 struct ppc_link_hash_table *htab;
7147
7148 htab = ppc_hash_table (info);
7149 if (htab == NULL)
7150 return FALSE;
7151
7152 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
7153 {
7154 asection *sec;
7155 Elf_Internal_Rela *relstart, *rel, *relend;
7156 Elf_Internal_Shdr *symtab_hdr;
7157 Elf_Internal_Sym *local_syms;
7158 struct _opd_sec_data *opd;
7159 bfd_boolean need_edit, add_aux_fields, broken;
7160 bfd_size_type cnt_16b = 0;
7161
7162 if (!is_ppc64_elf (ibfd))
7163 continue;
7164
7165 sec = bfd_get_section_by_name (ibfd, ".opd");
7166 if (sec == NULL || sec->size == 0)
7167 continue;
7168
7169 if (sec->sec_info_type == SEC_INFO_TYPE_JUST_SYMS)
7170 continue;
7171
7172 if (sec->output_section == bfd_abs_section_ptr)
7173 continue;
7174
7175 /* Look through the section relocs. */
7176 if ((sec->flags & SEC_RELOC) == 0 || sec->reloc_count == 0)
7177 continue;
7178
7179 local_syms = NULL;
7180 symtab_hdr = &elf_symtab_hdr (ibfd);
7181
7182 /* Read the relocations. */
7183 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
7184 info->keep_memory);
7185 if (relstart == NULL)
7186 return FALSE;
7187
7188 /* First run through the relocs to check they are sane, and to
7189 determine whether we need to edit this opd section. */
7190 need_edit = FALSE;
7191 broken = FALSE;
7192 need_pad = sec;
7193 relend = relstart + sec->reloc_count;
7194 for (rel = relstart; rel < relend; )
7195 {
7196 enum elf_ppc64_reloc_type r_type;
7197 unsigned long r_symndx;
7198 asection *sym_sec;
7199 struct elf_link_hash_entry *h;
7200 Elf_Internal_Sym *sym;
7201 bfd_vma offset;
7202
7203 /* .opd contains an array of 16 or 24 byte entries. We're
7204 only interested in the reloc pointing to a function entry
7205 point. */
7206 offset = rel->r_offset;
7207 if (rel + 1 == relend
7208 || rel[1].r_offset != offset + 8)
7209 {
7210 /* If someone messes with .opd alignment then after a
7211 "ld -r" we might have padding in the middle of .opd.
7212 Also, there's nothing to prevent someone putting
7213 something silly in .opd with the assembler. No .opd
7214 optimization for them! */
7215 broken_opd:
7216 _bfd_error_handler
7217 (_("%pB: .opd is not a regular array of opd entries"), ibfd);
7218 broken = TRUE;
7219 break;
7220 }
7221
7222 if ((r_type = ELF64_R_TYPE (rel->r_info)) != R_PPC64_ADDR64
7223 || (r_type = ELF64_R_TYPE ((rel + 1)->r_info)) != R_PPC64_TOC)
7224 {
7225 _bfd_error_handler
7226 /* xgettext:c-format */
7227 (_("%pB: unexpected reloc type %u in .opd section"),
7228 ibfd, r_type);
7229 broken = TRUE;
7230 break;
7231 }
7232
7233 r_symndx = ELF64_R_SYM (rel->r_info);
7234 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
7235 r_symndx, ibfd))
7236 goto error_ret;
7237
7238 if (sym_sec == NULL || sym_sec->owner == NULL)
7239 {
7240 const char *sym_name;
7241 if (h != NULL)
7242 sym_name = h->root.root.string;
7243 else
7244 sym_name = bfd_elf_sym_name (ibfd, symtab_hdr, sym,
7245 sym_sec);
7246
7247 _bfd_error_handler
7248 /* xgettext:c-format */
7249 (_("%pB: undefined sym `%s' in .opd section"),
7250 ibfd, sym_name);
7251 broken = TRUE;
7252 break;
7253 }
7254
7255 /* opd entries are always for functions defined in the
7256 current input bfd. If the symbol isn't defined in the
7257 input bfd, then we won't be using the function in this
7258 bfd; It must be defined in a linkonce section in another
7259 bfd, or is weak. It's also possible that we are
7260 discarding the function due to a linker script /DISCARD/,
7261 which we test for via the output_section. */
7262 if (sym_sec->owner != ibfd
7263 || sym_sec->output_section == bfd_abs_section_ptr)
7264 need_edit = TRUE;
7265
7266 rel += 2;
7267 if (rel + 1 == relend
7268 || (rel + 2 < relend
7269 && ELF64_R_TYPE (rel[2].r_info) == R_PPC64_TOC))
7270 ++rel;
7271
7272 if (rel == relend)
7273 {
7274 if (sec->size == offset + 24)
7275 {
7276 need_pad = NULL;
7277 break;
7278 }
7279 if (sec->size == offset + 16)
7280 {
7281 cnt_16b++;
7282 break;
7283 }
7284 goto broken_opd;
7285 }
7286 else if (rel + 1 < relend
7287 && ELF64_R_TYPE (rel[0].r_info) == R_PPC64_ADDR64
7288 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOC)
7289 {
7290 if (rel[0].r_offset == offset + 16)
7291 cnt_16b++;
7292 else if (rel[0].r_offset != offset + 24)
7293 goto broken_opd;
7294 }
7295 else
7296 goto broken_opd;
7297 }
7298
7299 add_aux_fields = htab->params->non_overlapping_opd && cnt_16b > 0;
7300
7301 if (!broken && (need_edit || add_aux_fields))
7302 {
7303 Elf_Internal_Rela *write_rel;
7304 Elf_Internal_Shdr *rel_hdr;
7305 bfd_byte *rptr, *wptr;
7306 bfd_byte *new_contents;
7307 bfd_size_type amt;
7308
7309 new_contents = NULL;
7310 amt = OPD_NDX (sec->size) * sizeof (long);
7311 opd = &ppc64_elf_section_data (sec)->u.opd;
7312 opd->adjust = bfd_zalloc (sec->owner, amt);
7313 if (opd->adjust == NULL)
7314 return FALSE;
7315
7316 /* This seems a waste of time as input .opd sections are all
7317 zeros as generated by gcc, but I suppose there's no reason
7318 this will always be so. We might start putting something in
7319 the third word of .opd entries. */
7320 if ((sec->flags & SEC_IN_MEMORY) == 0)
7321 {
7322 bfd_byte *loc;
7323 if (!bfd_malloc_and_get_section (ibfd, sec, &loc))
7324 {
7325 free (loc);
7326 error_ret:
7327 if (symtab_hdr->contents != (unsigned char *) local_syms)
7328 free (local_syms);
7329 if (elf_section_data (sec)->relocs != relstart)
7330 free (relstart);
7331 return FALSE;
7332 }
7333 sec->contents = loc;
7334 sec->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
7335 }
7336
7337 elf_section_data (sec)->relocs = relstart;
7338
7339 new_contents = sec->contents;
7340 if (add_aux_fields)
7341 {
7342 new_contents = bfd_malloc (sec->size + cnt_16b * 8);
7343 if (new_contents == NULL)
7344 return FALSE;
7345 need_pad = NULL;
7346 }
7347 wptr = new_contents;
7348 rptr = sec->contents;
7349 write_rel = relstart;
7350 for (rel = relstart; rel < relend; )
7351 {
7352 unsigned long r_symndx;
7353 asection *sym_sec;
7354 struct elf_link_hash_entry *h;
7355 struct ppc_link_hash_entry *fdh = NULL;
7356 Elf_Internal_Sym *sym;
7357 long opd_ent_size;
7358 Elf_Internal_Rela *next_rel;
7359 bfd_boolean skip;
7360
7361 r_symndx = ELF64_R_SYM (rel->r_info);
7362 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
7363 r_symndx, ibfd))
7364 goto error_ret;
7365
7366 next_rel = rel + 2;
7367 if (next_rel + 1 == relend
7368 || (next_rel + 2 < relend
7369 && ELF64_R_TYPE (next_rel[2].r_info) == R_PPC64_TOC))
7370 ++next_rel;
7371
7372 /* See if the .opd entry is full 24 byte or
7373 16 byte (with fd_aux entry overlapped with next
7374 fd_func). */
7375 opd_ent_size = 24;
7376 if (next_rel == relend)
7377 {
7378 if (sec->size == rel->r_offset + 16)
7379 opd_ent_size = 16;
7380 }
7381 else if (next_rel->r_offset == rel->r_offset + 16)
7382 opd_ent_size = 16;
7383
7384 if (h != NULL
7385 && h->root.root.string[0] == '.')
7386 {
7387 fdh = ppc_elf_hash_entry (h)->oh;
7388 if (fdh != NULL)
7389 {
7390 fdh = ppc_follow_link (fdh);
7391 if (fdh->elf.root.type != bfd_link_hash_defined
7392 && fdh->elf.root.type != bfd_link_hash_defweak)
7393 fdh = NULL;
7394 }
7395 }
7396
7397 skip = (sym_sec->owner != ibfd
7398 || sym_sec->output_section == bfd_abs_section_ptr);
7399 if (skip)
7400 {
7401 if (fdh != NULL && sym_sec->owner == ibfd)
7402 {
7403 /* Arrange for the function descriptor sym
7404 to be dropped. */
7405 fdh->elf.root.u.def.value = 0;
7406 fdh->elf.root.u.def.section = sym_sec;
7407 }
7408 opd->adjust[OPD_NDX (rel->r_offset)] = -1;
7409
7410 if (NO_OPD_RELOCS || bfd_link_relocatable (info))
7411 rel = next_rel;
7412 else
7413 while (1)
7414 {
7415 if (!dec_dynrel_count (rel->r_info, sec, info,
7416 NULL, h, sym))
7417 goto error_ret;
7418
7419 if (++rel == next_rel)
7420 break;
7421
7422 r_symndx = ELF64_R_SYM (rel->r_info);
7423 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
7424 r_symndx, ibfd))
7425 goto error_ret;
7426 }
7427 }
7428 else
7429 {
7430 /* We'll be keeping this opd entry. */
7431 long adjust;
7432
7433 if (fdh != NULL)
7434 {
7435 /* Redefine the function descriptor symbol to
7436 this location in the opd section. It is
7437 necessary to update the value here rather
7438 than using an array of adjustments as we do
7439 for local symbols, because various places
7440 in the generic ELF code use the value
7441 stored in u.def.value. */
7442 fdh->elf.root.u.def.value = wptr - new_contents;
7443 fdh->adjust_done = 1;
7444 }
7445
7446 /* Local syms are a bit tricky. We could
7447 tweak them as they can be cached, but
7448 we'd need to look through the local syms
7449 for the function descriptor sym which we
7450 don't have at the moment. So keep an
7451 array of adjustments. */
7452 adjust = (wptr - new_contents) - (rptr - sec->contents);
7453 opd->adjust[OPD_NDX (rel->r_offset)] = adjust;
7454
7455 if (wptr != rptr)
7456 memcpy (wptr, rptr, opd_ent_size);
7457 wptr += opd_ent_size;
7458 if (add_aux_fields && opd_ent_size == 16)
7459 {
7460 memset (wptr, '\0', 8);
7461 wptr += 8;
7462 }
7463
7464 /* We need to adjust any reloc offsets to point to the
7465 new opd entries. */
7466 for ( ; rel != next_rel; ++rel)
7467 {
7468 rel->r_offset += adjust;
7469 if (write_rel != rel)
7470 memcpy (write_rel, rel, sizeof (*rel));
7471 ++write_rel;
7472 }
7473 }
7474
7475 rptr += opd_ent_size;
7476 }
7477
7478 sec->size = wptr - new_contents;
7479 sec->reloc_count = write_rel - relstart;
7480 if (add_aux_fields)
7481 {
7482 free (sec->contents);
7483 sec->contents = new_contents;
7484 }
7485
7486 /* Fudge the header size too, as this is used later in
7487 elf_bfd_final_link if we are emitting relocs. */
7488 rel_hdr = _bfd_elf_single_rel_hdr (sec);
7489 rel_hdr->sh_size = sec->reloc_count * rel_hdr->sh_entsize;
7490 some_edited = TRUE;
7491 }
7492 else if (elf_section_data (sec)->relocs != relstart)
7493 free (relstart);
7494
7495 if (local_syms != NULL
7496 && symtab_hdr->contents != (unsigned char *) local_syms)
7497 {
7498 if (!info->keep_memory)
7499 free (local_syms);
7500 else
7501 symtab_hdr->contents = (unsigned char *) local_syms;
7502 }
7503 }
7504
7505 if (some_edited)
7506 elf_link_hash_traverse (elf_hash_table (info), adjust_opd_syms, NULL);
7507
7508 /* If we are doing a final link and the last .opd entry is just 16 byte
7509 long, add a 8 byte padding after it. */
7510 if (need_pad != NULL && !bfd_link_relocatable (info))
7511 {
7512 bfd_byte *p;
7513
7514 if ((need_pad->flags & SEC_IN_MEMORY) == 0)
7515 {
7516 BFD_ASSERT (need_pad->size > 0);
7517
7518 p = bfd_malloc (need_pad->size + 8);
7519 if (p == NULL)
7520 return FALSE;
7521
7522 if (!bfd_get_section_contents (need_pad->owner, need_pad,
7523 p, 0, need_pad->size))
7524 return FALSE;
7525
7526 need_pad->contents = p;
7527 need_pad->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
7528 }
7529 else
7530 {
7531 p = bfd_realloc (need_pad->contents, need_pad->size + 8);
7532 if (p == NULL)
7533 return FALSE;
7534
7535 need_pad->contents = p;
7536 }
7537
7538 memset (need_pad->contents + need_pad->size, 0, 8);
7539 need_pad->size += 8;
7540 }
7541
7542 return TRUE;
7543 }
7544
7545 /* Analyze inline PLT call relocations to see whether calls to locally
7546 defined functions can be converted to direct calls. */
7547
7548 bfd_boolean
7549 ppc64_elf_inline_plt (struct bfd_link_info *info)
7550 {
7551 struct ppc_link_hash_table *htab;
7552 bfd *ibfd;
7553 asection *sec;
7554 bfd_vma low_vma, high_vma, limit;
7555
7556 htab = ppc_hash_table (info);
7557 if (htab == NULL)
7558 return FALSE;
7559
7560 /* A bl insn can reach -0x2000000 to 0x1fffffc. The limit is
7561 reduced somewhat to cater for possible stubs that might be added
7562 between the call and its destination. */
7563 if (htab->params->group_size < 0)
7564 {
7565 limit = -htab->params->group_size;
7566 if (limit == 1)
7567 limit = 0x1e00000;
7568 }
7569 else
7570 {
7571 limit = htab->params->group_size;
7572 if (limit == 1)
7573 limit = 0x1c00000;
7574 }
7575
7576 low_vma = -1;
7577 high_vma = 0;
7578 for (sec = info->output_bfd->sections; sec != NULL; sec = sec->next)
7579 if ((sec->flags & (SEC_ALLOC | SEC_CODE)) == (SEC_ALLOC | SEC_CODE))
7580 {
7581 if (low_vma > sec->vma)
7582 low_vma = sec->vma;
7583 if (high_vma < sec->vma + sec->size)
7584 high_vma = sec->vma + sec->size;
7585 }
7586
7587 /* If a "bl" can reach anywhere in local code sections, then we can
7588 convert all inline PLT sequences to direct calls when the symbol
7589 is local. */
7590 if (high_vma - low_vma < limit)
7591 {
7592 htab->can_convert_all_inline_plt = 1;
7593 return TRUE;
7594 }
7595
7596 /* Otherwise, go looking through relocs for cases where a direct
7597 call won't reach. Mark the symbol on any such reloc to disable
7598 the optimization and keep the PLT entry as it seems likely that
7599 this will be better than creating trampolines. Note that this
7600 will disable the optimization for all inline PLT calls to a
7601 particular symbol, not just those that won't reach. The
7602 difficulty in doing a more precise optimization is that the
7603 linker needs to make a decision depending on whether a
7604 particular R_PPC64_PLTCALL insn can be turned into a direct
7605 call, for each of the R_PPC64_PLTSEQ and R_PPC64_PLT16* insns in
7606 the sequence, and there is nothing that ties those relocs
7607 together except their symbol. */
7608
7609 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
7610 {
7611 Elf_Internal_Shdr *symtab_hdr;
7612 Elf_Internal_Sym *local_syms;
7613
7614 if (!is_ppc64_elf (ibfd))
7615 continue;
7616
7617 local_syms = NULL;
7618 symtab_hdr = &elf_symtab_hdr (ibfd);
7619
7620 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
7621 if (ppc64_elf_section_data (sec)->has_pltcall
7622 && !bfd_is_abs_section (sec->output_section))
7623 {
7624 Elf_Internal_Rela *relstart, *rel, *relend;
7625
7626 /* Read the relocations. */
7627 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
7628 info->keep_memory);
7629 if (relstart == NULL)
7630 return FALSE;
7631
7632 relend = relstart + sec->reloc_count;
7633 for (rel = relstart; rel < relend; rel++)
7634 {
7635 enum elf_ppc64_reloc_type r_type;
7636 unsigned long r_symndx;
7637 asection *sym_sec;
7638 struct elf_link_hash_entry *h;
7639 Elf_Internal_Sym *sym;
7640 unsigned char *tls_maskp;
7641
7642 r_type = ELF64_R_TYPE (rel->r_info);
7643 if (r_type != R_PPC64_PLTCALL
7644 && r_type != R_PPC64_PLTCALL_NOTOC)
7645 continue;
7646
7647 r_symndx = ELF64_R_SYM (rel->r_info);
7648 if (!get_sym_h (&h, &sym, &sym_sec, &tls_maskp, &local_syms,
7649 r_symndx, ibfd))
7650 {
7651 if (elf_section_data (sec)->relocs != relstart)
7652 free (relstart);
7653 if (symtab_hdr->contents != (bfd_byte *) local_syms)
7654 free (local_syms);
7655 return FALSE;
7656 }
7657
7658 if (sym_sec != NULL && sym_sec->output_section != NULL)
7659 {
7660 bfd_vma from, to;
7661 if (h != NULL)
7662 to = h->root.u.def.value;
7663 else
7664 to = sym->st_value;
7665 to += (rel->r_addend
7666 + sym_sec->output_offset
7667 + sym_sec->output_section->vma);
7668 from = (rel->r_offset
7669 + sec->output_offset
7670 + sec->output_section->vma);
7671 if (to - from + limit < 2 * limit
7672 && !(r_type == R_PPC64_PLTCALL_NOTOC
7673 && (((h ? h->other : sym->st_other)
7674 & STO_PPC64_LOCAL_MASK)
7675 > 1 << STO_PPC64_LOCAL_BIT)))
7676 *tls_maskp &= ~PLT_KEEP;
7677 }
7678 }
7679 if (elf_section_data (sec)->relocs != relstart)
7680 free (relstart);
7681 }
7682
7683 if (local_syms != NULL
7684 && symtab_hdr->contents != (unsigned char *) local_syms)
7685 {
7686 if (!info->keep_memory)
7687 free (local_syms);
7688 else
7689 symtab_hdr->contents = (unsigned char *) local_syms;
7690 }
7691 }
7692
7693 return TRUE;
7694 }
7695
7696 /* Set htab->tls_get_addr and call the generic ELF tls_setup function. */
7697
7698 asection *
7699 ppc64_elf_tls_setup (struct bfd_link_info *info)
7700 {
7701 struct ppc_link_hash_table *htab;
7702 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd;
7703
7704 htab = ppc_hash_table (info);
7705 if (htab == NULL)
7706 return NULL;
7707
7708 if (abiversion (info->output_bfd) == 1)
7709 htab->opd_abi = 1;
7710
7711 if (htab->params->no_multi_toc)
7712 htab->do_multi_toc = 0;
7713 else if (!htab->do_multi_toc)
7714 htab->params->no_multi_toc = 1;
7715
7716 /* Default to --no-plt-localentry, as this option can cause problems
7717 with symbol interposition. For example, glibc libpthread.so and
7718 libc.so duplicate many pthread symbols, with a fallback
7719 implementation in libc.so. In some cases the fallback does more
7720 work than the pthread implementation. __pthread_condattr_destroy
7721 is one such symbol: the libpthread.so implementation is
7722 localentry:0 while the libc.so implementation is localentry:8.
7723 An app that "cleverly" uses dlopen to only load necessary
7724 libraries at runtime may omit loading libpthread.so when not
7725 running multi-threaded, which then results in the libc.so
7726 fallback symbols being used and ld.so complaining. Now there
7727 are workarounds in ld (see non_zero_localentry) to detect the
7728 pthread situation, but that may not be the only case where
7729 --plt-localentry can cause trouble. */
7730 if (htab->params->plt_localentry0 < 0)
7731 htab->params->plt_localentry0 = 0;
7732 if (htab->params->plt_localentry0
7733 && elf_link_hash_lookup (&htab->elf, "GLIBC_2.26",
7734 FALSE, FALSE, FALSE) == NULL)
7735 _bfd_error_handler
7736 (_("warning: --plt-localentry is especially dangerous without "
7737 "ld.so support to detect ABI violations"));
7738
7739 tga = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
7740 FALSE, FALSE, TRUE);
7741 htab->tls_get_addr = ppc_elf_hash_entry (tga);
7742
7743 /* Move dynamic linking info to the function descriptor sym. */
7744 if (tga != NULL)
7745 func_desc_adjust (tga, info);
7746 tga_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
7747 FALSE, FALSE, TRUE);
7748 htab->tls_get_addr_fd = ppc_elf_hash_entry (tga_fd);
7749
7750 desc = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr_desc",
7751 FALSE, FALSE, TRUE);
7752 htab->tga_desc = ppc_elf_hash_entry (desc);
7753 if (desc != NULL)
7754 func_desc_adjust (desc, info);
7755 desc_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_desc",
7756 FALSE, FALSE, TRUE);
7757 htab->tga_desc_fd = ppc_elf_hash_entry (desc_fd);
7758
7759 if (htab->params->tls_get_addr_opt)
7760 {
7761 struct elf_link_hash_entry *opt, *opt_fd;
7762
7763 opt = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr_opt",
7764 FALSE, FALSE, TRUE);
7765 if (opt != NULL)
7766 func_desc_adjust (opt, info);
7767 opt_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_opt",
7768 FALSE, FALSE, TRUE);
7769 if (opt_fd != NULL
7770 && (opt_fd->root.type == bfd_link_hash_defined
7771 || opt_fd->root.type == bfd_link_hash_defweak))
7772 {
7773 /* If glibc supports an optimized __tls_get_addr call stub,
7774 signalled by the presence of __tls_get_addr_opt, and we'll
7775 be calling __tls_get_addr via a plt call stub, then
7776 make __tls_get_addr point to __tls_get_addr_opt. */
7777 if (!(htab->elf.dynamic_sections_created
7778 && tga_fd != NULL
7779 && (tga_fd->type == STT_FUNC
7780 || tga_fd->needs_plt)
7781 && !(SYMBOL_CALLS_LOCAL (info, tga_fd)
7782 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, tga_fd))))
7783 tga_fd = NULL;
7784 if (!(htab->elf.dynamic_sections_created
7785 && desc_fd != NULL
7786 && (desc_fd->type == STT_FUNC
7787 || desc_fd->needs_plt)
7788 && !(SYMBOL_CALLS_LOCAL (info, desc_fd)
7789 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, desc_fd))))
7790 desc_fd = NULL;
7791
7792 if (tga_fd != NULL || desc_fd != NULL)
7793 {
7794 struct plt_entry *ent = NULL;
7795
7796 if (tga_fd != NULL)
7797 for (ent = tga_fd->plt.plist; ent != NULL; ent = ent->next)
7798 if (ent->plt.refcount > 0)
7799 break;
7800 if (ent == NULL && desc_fd != NULL)
7801 for (ent = desc_fd->plt.plist; ent != NULL; ent = ent->next)
7802 if (ent->plt.refcount > 0)
7803 break;
7804 if (ent != NULL)
7805 {
7806 if (tga_fd != NULL)
7807 {
7808 tga_fd->root.type = bfd_link_hash_indirect;
7809 tga_fd->root.u.i.link = &opt_fd->root;
7810 tga_fd->root.u.i.warning = NULL;
7811 ppc64_elf_copy_indirect_symbol (info, opt_fd, tga_fd);
7812 }
7813 if (desc_fd != NULL)
7814 {
7815 desc_fd->root.type = bfd_link_hash_indirect;
7816 desc_fd->root.u.i.link = &opt_fd->root;
7817 desc_fd->root.u.i.warning = NULL;
7818 ppc64_elf_copy_indirect_symbol (info, opt_fd, desc_fd);
7819 }
7820 opt_fd->mark = 1;
7821 if (opt_fd->dynindx != -1)
7822 {
7823 /* Use __tls_get_addr_opt in dynamic relocations. */
7824 opt_fd->dynindx = -1;
7825 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
7826 opt_fd->dynstr_index);
7827 if (!bfd_elf_link_record_dynamic_symbol (info, opt_fd))
7828 return NULL;
7829 }
7830 if (tga_fd != NULL)
7831 {
7832 htab->tls_get_addr_fd = ppc_elf_hash_entry (opt_fd);
7833 tga = &htab->tls_get_addr->elf;
7834 if (opt != NULL && tga != NULL)
7835 {
7836 tga->root.type = bfd_link_hash_indirect;
7837 tga->root.u.i.link = &opt->root;
7838 tga->root.u.i.warning = NULL;
7839 ppc64_elf_copy_indirect_symbol (info, opt, tga);
7840 opt->mark = 1;
7841 _bfd_elf_link_hash_hide_symbol (info, opt,
7842 tga->forced_local);
7843 htab->tls_get_addr = ppc_elf_hash_entry (opt);
7844 }
7845 htab->tls_get_addr_fd->oh = htab->tls_get_addr;
7846 htab->tls_get_addr_fd->is_func_descriptor = 1;
7847 if (htab->tls_get_addr != NULL)
7848 {
7849 htab->tls_get_addr->oh = htab->tls_get_addr_fd;
7850 htab->tls_get_addr->is_func = 1;
7851 }
7852 }
7853 if (desc_fd != NULL)
7854 {
7855 htab->tga_desc_fd = ppc_elf_hash_entry (opt_fd);
7856 if (opt != NULL && desc != NULL)
7857 {
7858 desc->root.type = bfd_link_hash_indirect;
7859 desc->root.u.i.link = &opt->root;
7860 desc->root.u.i.warning = NULL;
7861 ppc64_elf_copy_indirect_symbol (info, opt, desc);
7862 opt->mark = 1;
7863 _bfd_elf_link_hash_hide_symbol (info, opt,
7864 desc->forced_local);
7865 htab->tga_desc = ppc_elf_hash_entry (opt);
7866 }
7867 htab->tga_desc_fd->oh = htab->tga_desc;
7868 htab->tga_desc_fd->is_func_descriptor = 1;
7869 if (htab->tga_desc != NULL)
7870 {
7871 htab->tga_desc->oh = htab->tga_desc_fd;
7872 htab->tga_desc->is_func = 1;
7873 }
7874 }
7875 }
7876 }
7877 }
7878 else if (htab->params->tls_get_addr_opt < 0)
7879 htab->params->tls_get_addr_opt = 0;
7880 }
7881
7882 if (htab->tga_desc_fd != NULL
7883 && htab->params->tls_get_addr_opt
7884 && htab->params->no_tls_get_addr_regsave == -1)
7885 htab->params->no_tls_get_addr_regsave = 0;
7886
7887 return _bfd_elf_tls_setup (info->output_bfd, info);
7888 }
7889
7890 /* Return TRUE iff REL is a branch reloc with a global symbol matching
7891 any of HASH1, HASH2, HASH3, or HASH4. */
7892
7893 static bfd_boolean
7894 branch_reloc_hash_match (const bfd *ibfd,
7895 const Elf_Internal_Rela *rel,
7896 const struct ppc_link_hash_entry *hash1,
7897 const struct ppc_link_hash_entry *hash2,
7898 const struct ppc_link_hash_entry *hash3,
7899 const struct ppc_link_hash_entry *hash4)
7900 {
7901 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (ibfd);
7902 enum elf_ppc64_reloc_type r_type = ELF64_R_TYPE (rel->r_info);
7903 unsigned int r_symndx = ELF64_R_SYM (rel->r_info);
7904
7905 if (r_symndx >= symtab_hdr->sh_info && is_branch_reloc (r_type))
7906 {
7907 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
7908 struct elf_link_hash_entry *h;
7909
7910 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
7911 h = elf_follow_link (h);
7912 if (h == &hash1->elf || h == &hash2->elf
7913 || h == &hash3->elf || h == &hash4->elf)
7914 return TRUE;
7915 }
7916 return FALSE;
7917 }
7918
7919 /* Run through all the TLS relocs looking for optimization
7920 opportunities. The linker has been hacked (see ppc64elf.em) to do
7921 a preliminary section layout so that we know the TLS segment
7922 offsets. We can't optimize earlier because some optimizations need
7923 to know the tp offset, and we need to optimize before allocating
7924 dynamic relocations. */
7925
7926 bfd_boolean
7927 ppc64_elf_tls_optimize (struct bfd_link_info *info)
7928 {
7929 bfd *ibfd;
7930 asection *sec;
7931 struct ppc_link_hash_table *htab;
7932 unsigned char *toc_ref;
7933 int pass;
7934
7935 if (!bfd_link_executable (info))
7936 return TRUE;
7937
7938 htab = ppc_hash_table (info);
7939 if (htab == NULL)
7940 return FALSE;
7941
7942 htab->do_tls_opt = 1;
7943
7944 /* Make two passes over the relocs. On the first pass, mark toc
7945 entries involved with tls relocs, and check that tls relocs
7946 involved in setting up a tls_get_addr call are indeed followed by
7947 such a call. If they are not, we can't do any tls optimization.
7948 On the second pass twiddle tls_mask flags to notify
7949 relocate_section that optimization can be done, and adjust got
7950 and plt refcounts. */
7951 toc_ref = NULL;
7952 for (pass = 0; pass < 2; ++pass)
7953 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
7954 {
7955 Elf_Internal_Sym *locsyms = NULL;
7956 asection *toc = bfd_get_section_by_name (ibfd, ".toc");
7957
7958 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
7959 if (sec->has_tls_reloc && !bfd_is_abs_section (sec->output_section))
7960 {
7961 Elf_Internal_Rela *relstart, *rel, *relend;
7962 bfd_boolean found_tls_get_addr_arg = 0;
7963
7964 /* Read the relocations. */
7965 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
7966 info->keep_memory);
7967 if (relstart == NULL)
7968 {
7969 free (toc_ref);
7970 return FALSE;
7971 }
7972
7973 relend = relstart + sec->reloc_count;
7974 for (rel = relstart; rel < relend; rel++)
7975 {
7976 enum elf_ppc64_reloc_type r_type;
7977 unsigned long r_symndx;
7978 struct elf_link_hash_entry *h;
7979 Elf_Internal_Sym *sym;
7980 asection *sym_sec;
7981 unsigned char *tls_mask;
7982 unsigned int tls_set, tls_clear, tls_type = 0;
7983 bfd_vma value;
7984 bfd_boolean ok_tprel, is_local;
7985 long toc_ref_index = 0;
7986 int expecting_tls_get_addr = 0;
7987 bfd_boolean ret = FALSE;
7988
7989 r_symndx = ELF64_R_SYM (rel->r_info);
7990 if (!get_sym_h (&h, &sym, &sym_sec, &tls_mask, &locsyms,
7991 r_symndx, ibfd))
7992 {
7993 err_free_rel:
7994 if (elf_section_data (sec)->relocs != relstart)
7995 free (relstart);
7996 free (toc_ref);
7997 if (elf_symtab_hdr (ibfd).contents
7998 != (unsigned char *) locsyms)
7999 free (locsyms);
8000 return ret;
8001 }
8002
8003 if (h != NULL)
8004 {
8005 if (h->root.type == bfd_link_hash_defined
8006 || h->root.type == bfd_link_hash_defweak)
8007 value = h->root.u.def.value;
8008 else if (h->root.type == bfd_link_hash_undefweak)
8009 value = 0;
8010 else
8011 {
8012 found_tls_get_addr_arg = 0;
8013 continue;
8014 }
8015 }
8016 else
8017 /* Symbols referenced by TLS relocs must be of type
8018 STT_TLS. So no need for .opd local sym adjust. */
8019 value = sym->st_value;
8020
8021 ok_tprel = FALSE;
8022 is_local = SYMBOL_REFERENCES_LOCAL (info, h);
8023 if (is_local)
8024 {
8025 if (h != NULL
8026 && h->root.type == bfd_link_hash_undefweak)
8027 ok_tprel = TRUE;
8028 else if (sym_sec != NULL
8029 && sym_sec->output_section != NULL)
8030 {
8031 value += sym_sec->output_offset;
8032 value += sym_sec->output_section->vma;
8033 value -= htab->elf.tls_sec->vma + TP_OFFSET;
8034 /* Note that even though the prefix insns
8035 allow a 1<<33 offset we use the same test
8036 as for addis;addi. There may be a mix of
8037 pcrel and non-pcrel code and the decision
8038 to optimise is per symbol, not per TLS
8039 sequence. */
8040 ok_tprel = value + 0x80008000ULL < 1ULL << 32;
8041 }
8042 }
8043
8044 r_type = ELF64_R_TYPE (rel->r_info);
8045 /* If this section has old-style __tls_get_addr calls
8046 without marker relocs, then check that each
8047 __tls_get_addr call reloc is preceded by a reloc
8048 that conceivably belongs to the __tls_get_addr arg
8049 setup insn. If we don't find matching arg setup
8050 relocs, don't do any tls optimization. */
8051 if (pass == 0
8052 && sec->nomark_tls_get_addr
8053 && h != NULL
8054 && is_tls_get_addr (h, htab)
8055 && !found_tls_get_addr_arg
8056 && is_branch_reloc (r_type))
8057 {
8058 info->callbacks->minfo (_("%H __tls_get_addr lost arg, "
8059 "TLS optimization disabled\n"),
8060 ibfd, sec, rel->r_offset);
8061 ret = TRUE;
8062 goto err_free_rel;
8063 }
8064
8065 found_tls_get_addr_arg = 0;
8066 switch (r_type)
8067 {
8068 case R_PPC64_GOT_TLSLD16:
8069 case R_PPC64_GOT_TLSLD16_LO:
8070 case R_PPC64_GOT_TLSLD_PCREL34:
8071 expecting_tls_get_addr = 1;
8072 found_tls_get_addr_arg = 1;
8073 /* Fall through. */
8074
8075 case R_PPC64_GOT_TLSLD16_HI:
8076 case R_PPC64_GOT_TLSLD16_HA:
8077 /* These relocs should never be against a symbol
8078 defined in a shared lib. Leave them alone if
8079 that turns out to be the case. */
8080 if (!is_local)
8081 continue;
8082
8083 /* LD -> LE */
8084 tls_set = 0;
8085 tls_clear = TLS_LD;
8086 tls_type = TLS_TLS | TLS_LD;
8087 break;
8088
8089 case R_PPC64_GOT_TLSGD16:
8090 case R_PPC64_GOT_TLSGD16_LO:
8091 case R_PPC64_GOT_TLSGD_PCREL34:
8092 expecting_tls_get_addr = 1;
8093 found_tls_get_addr_arg = 1;
8094 /* Fall through. */
8095
8096 case R_PPC64_GOT_TLSGD16_HI:
8097 case R_PPC64_GOT_TLSGD16_HA:
8098 if (ok_tprel)
8099 /* GD -> LE */
8100 tls_set = 0;
8101 else
8102 /* GD -> IE */
8103 tls_set = TLS_TLS | TLS_GDIE;
8104 tls_clear = TLS_GD;
8105 tls_type = TLS_TLS | TLS_GD;
8106 break;
8107
8108 case R_PPC64_GOT_TPREL_PCREL34:
8109 case R_PPC64_GOT_TPREL16_DS:
8110 case R_PPC64_GOT_TPREL16_LO_DS:
8111 case R_PPC64_GOT_TPREL16_HI:
8112 case R_PPC64_GOT_TPREL16_HA:
8113 if (ok_tprel)
8114 {
8115 /* IE -> LE */
8116 tls_set = 0;
8117 tls_clear = TLS_TPREL;
8118 tls_type = TLS_TLS | TLS_TPREL;
8119 break;
8120 }
8121 continue;
8122
8123 case R_PPC64_TLSLD:
8124 if (!is_local)
8125 continue;
8126 /* Fall through. */
8127 case R_PPC64_TLSGD:
8128 if (rel + 1 < relend
8129 && is_plt_seq_reloc (ELF64_R_TYPE (rel[1].r_info)))
8130 {
8131 if (pass != 0
8132 && (ELF64_R_TYPE (rel[1].r_info)
8133 != R_PPC64_PLTSEQ)
8134 && (ELF64_R_TYPE (rel[1].r_info)
8135 != R_PPC64_PLTSEQ_NOTOC))
8136 {
8137 r_symndx = ELF64_R_SYM (rel[1].r_info);
8138 if (!get_sym_h (&h, NULL, NULL, NULL, &locsyms,
8139 r_symndx, ibfd))
8140 goto err_free_rel;
8141 if (h != NULL)
8142 {
8143 struct plt_entry *ent = NULL;
8144
8145 for (ent = h->plt.plist;
8146 ent != NULL;
8147 ent = ent->next)
8148 if (ent->addend == rel[1].r_addend)
8149 break;
8150
8151 if (ent != NULL
8152 && ent->plt.refcount > 0)
8153 ent->plt.refcount -= 1;
8154 }
8155 }
8156 continue;
8157 }
8158 found_tls_get_addr_arg = 1;
8159 /* Fall through. */
8160
8161 case R_PPC64_TLS:
8162 case R_PPC64_TOC16:
8163 case R_PPC64_TOC16_LO:
8164 if (sym_sec == NULL || sym_sec != toc)
8165 continue;
8166
8167 /* Mark this toc entry as referenced by a TLS
8168 code sequence. We can do that now in the
8169 case of R_PPC64_TLS, and after checking for
8170 tls_get_addr for the TOC16 relocs. */
8171 if (toc_ref == NULL)
8172 toc_ref
8173 = bfd_zmalloc (toc->output_section->rawsize / 8);
8174 if (toc_ref == NULL)
8175 goto err_free_rel;
8176
8177 if (h != NULL)
8178 value = h->root.u.def.value;
8179 else
8180 value = sym->st_value;
8181 value += rel->r_addend;
8182 if (value % 8 != 0)
8183 continue;
8184 BFD_ASSERT (value < toc->size
8185 && toc->output_offset % 8 == 0);
8186 toc_ref_index = (value + toc->output_offset) / 8;
8187 if (r_type == R_PPC64_TLS
8188 || r_type == R_PPC64_TLSGD
8189 || r_type == R_PPC64_TLSLD)
8190 {
8191 toc_ref[toc_ref_index] = 1;
8192 continue;
8193 }
8194
8195 if (pass != 0 && toc_ref[toc_ref_index] == 0)
8196 continue;
8197
8198 tls_set = 0;
8199 tls_clear = 0;
8200 expecting_tls_get_addr = 2;
8201 break;
8202
8203 case R_PPC64_TPREL64:
8204 if (pass == 0
8205 || sec != toc
8206 || toc_ref == NULL
8207 || !toc_ref[(rel->r_offset + toc->output_offset) / 8])
8208 continue;
8209 if (ok_tprel)
8210 {
8211 /* IE -> LE */
8212 tls_set = TLS_EXPLICIT;
8213 tls_clear = TLS_TPREL;
8214 break;
8215 }
8216 continue;
8217
8218 case R_PPC64_DTPMOD64:
8219 if (pass == 0
8220 || sec != toc
8221 || toc_ref == NULL
8222 || !toc_ref[(rel->r_offset + toc->output_offset) / 8])
8223 continue;
8224 if (rel + 1 < relend
8225 && (rel[1].r_info
8226 == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64))
8227 && rel[1].r_offset == rel->r_offset + 8)
8228 {
8229 if (ok_tprel)
8230 /* GD -> LE */
8231 tls_set = TLS_EXPLICIT | TLS_GD;
8232 else
8233 /* GD -> IE */
8234 tls_set = TLS_EXPLICIT | TLS_GD | TLS_GDIE;
8235 tls_clear = TLS_GD;
8236 }
8237 else
8238 {
8239 if (!is_local)
8240 continue;
8241
8242 /* LD -> LE */
8243 tls_set = TLS_EXPLICIT;
8244 tls_clear = TLS_LD;
8245 }
8246 break;
8247
8248 case R_PPC64_TPREL16_HA:
8249 if (pass == 0)
8250 {
8251 unsigned char buf[4];
8252 unsigned int insn;
8253 bfd_vma off = rel->r_offset & ~3;
8254 if (!bfd_get_section_contents (ibfd, sec, buf,
8255 off, 4))
8256 goto err_free_rel;
8257 insn = bfd_get_32 (ibfd, buf);
8258 /* addis rt,13,imm */
8259 if ((insn & ((0x3fu << 26) | 0x1f << 16))
8260 != ((15u << 26) | (13 << 16)))
8261 {
8262 /* xgettext:c-format */
8263 info->callbacks->minfo
8264 (_("%H: warning: %s unexpected insn %#x.\n"),
8265 ibfd, sec, off, "R_PPC64_TPREL16_HA", insn);
8266 htab->do_tls_opt = 0;
8267 }
8268 }
8269 continue;
8270
8271 case R_PPC64_TPREL16_HI:
8272 case R_PPC64_TPREL16_HIGH:
8273 case R_PPC64_TPREL16_HIGHA:
8274 case R_PPC64_TPREL16_HIGHER:
8275 case R_PPC64_TPREL16_HIGHERA:
8276 case R_PPC64_TPREL16_HIGHEST:
8277 case R_PPC64_TPREL16_HIGHESTA:
8278 /* These can all be used in sequences along with
8279 TPREL16_LO or TPREL16_LO_DS in ways we aren't
8280 able to verify easily. */
8281 htab->do_tls_opt = 0;
8282 continue;
8283
8284 default:
8285 continue;
8286 }
8287
8288 if (pass == 0)
8289 {
8290 if (!expecting_tls_get_addr
8291 || !sec->nomark_tls_get_addr)
8292 continue;
8293
8294 if (rel + 1 < relend
8295 && branch_reloc_hash_match (ibfd, rel + 1,
8296 htab->tls_get_addr_fd,
8297 htab->tga_desc_fd,
8298 htab->tls_get_addr,
8299 htab->tga_desc))
8300 {
8301 if (expecting_tls_get_addr == 2)
8302 {
8303 /* Check for toc tls entries. */
8304 unsigned char *toc_tls;
8305 int retval;
8306
8307 retval = get_tls_mask (&toc_tls, NULL, NULL,
8308 &locsyms,
8309 rel, ibfd);
8310 if (retval == 0)
8311 goto err_free_rel;
8312 if (toc_tls != NULL)
8313 {
8314 if ((*toc_tls & TLS_TLS) != 0
8315 && ((*toc_tls & (TLS_GD | TLS_LD)) != 0))
8316 found_tls_get_addr_arg = 1;
8317 if (retval > 1)
8318 toc_ref[toc_ref_index] = 1;
8319 }
8320 }
8321 continue;
8322 }
8323
8324 /* Uh oh, we didn't find the expected call. We
8325 could just mark this symbol to exclude it
8326 from tls optimization but it's safer to skip
8327 the entire optimization. */
8328 /* xgettext:c-format */
8329 info->callbacks->minfo (_("%H arg lost __tls_get_addr, "
8330 "TLS optimization disabled\n"),
8331 ibfd, sec, rel->r_offset);
8332 ret = TRUE;
8333 goto err_free_rel;
8334 }
8335
8336 /* If we don't have old-style __tls_get_addr calls
8337 without TLSGD/TLSLD marker relocs, and we haven't
8338 found a new-style __tls_get_addr call with a
8339 marker for this symbol, then we either have a
8340 broken object file or an -mlongcall style
8341 indirect call to __tls_get_addr without a marker.
8342 Disable optimization in this case. */
8343 if ((tls_clear & (TLS_GD | TLS_LD)) != 0
8344 && (tls_set & TLS_EXPLICIT) == 0
8345 && !sec->nomark_tls_get_addr
8346 && ((*tls_mask & (TLS_TLS | TLS_MARK))
8347 != (TLS_TLS | TLS_MARK)))
8348 continue;
8349
8350 if (expecting_tls_get_addr == 1 + !sec->nomark_tls_get_addr)
8351 {
8352 struct plt_entry *ent = NULL;
8353
8354 if (htab->tls_get_addr_fd != NULL)
8355 for (ent = htab->tls_get_addr_fd->elf.plt.plist;
8356 ent != NULL;
8357 ent = ent->next)
8358 if (ent->addend == 0)
8359 break;
8360
8361 if (ent == NULL && htab->tga_desc_fd != NULL)
8362 for (ent = htab->tga_desc_fd->elf.plt.plist;
8363 ent != NULL;
8364 ent = ent->next)
8365 if (ent->addend == 0)
8366 break;
8367
8368 if (ent == NULL && htab->tls_get_addr != NULL)
8369 for (ent = htab->tls_get_addr->elf.plt.plist;
8370 ent != NULL;
8371 ent = ent->next)
8372 if (ent->addend == 0)
8373 break;
8374
8375 if (ent == NULL && htab->tga_desc != NULL)
8376 for (ent = htab->tga_desc->elf.plt.plist;
8377 ent != NULL;
8378 ent = ent->next)
8379 if (ent->addend == 0)
8380 break;
8381
8382 if (ent != NULL
8383 && ent->plt.refcount > 0)
8384 ent->plt.refcount -= 1;
8385 }
8386
8387 if (tls_clear == 0)
8388 continue;
8389
8390 if ((tls_set & TLS_EXPLICIT) == 0)
8391 {
8392 struct got_entry *ent;
8393
8394 /* Adjust got entry for this reloc. */
8395 if (h != NULL)
8396 ent = h->got.glist;
8397 else
8398 ent = elf_local_got_ents (ibfd)[r_symndx];
8399
8400 for (; ent != NULL; ent = ent->next)
8401 if (ent->addend == rel->r_addend
8402 && ent->owner == ibfd
8403 && ent->tls_type == tls_type)
8404 break;
8405 if (ent == NULL)
8406 abort ();
8407
8408 if (tls_set == 0)
8409 {
8410 /* We managed to get rid of a got entry. */
8411 if (ent->got.refcount > 0)
8412 ent->got.refcount -= 1;
8413 }
8414 }
8415 else
8416 {
8417 /* If we got rid of a DTPMOD/DTPREL reloc pair then
8418 we'll lose one or two dyn relocs. */
8419 if (!dec_dynrel_count (rel->r_info, sec, info,
8420 NULL, h, sym))
8421 return FALSE;
8422
8423 if (tls_set == (TLS_EXPLICIT | TLS_GD))
8424 {
8425 if (!dec_dynrel_count ((rel + 1)->r_info, sec, info,
8426 NULL, h, sym))
8427 return FALSE;
8428 }
8429 }
8430
8431 *tls_mask |= tls_set & 0xff;
8432 *tls_mask &= ~tls_clear;
8433 }
8434
8435 if (elf_section_data (sec)->relocs != relstart)
8436 free (relstart);
8437 }
8438
8439 if (locsyms != NULL
8440 && (elf_symtab_hdr (ibfd).contents != (unsigned char *) locsyms))
8441 {
8442 if (!info->keep_memory)
8443 free (locsyms);
8444 else
8445 elf_symtab_hdr (ibfd).contents = (unsigned char *) locsyms;
8446 }
8447 }
8448
8449 free (toc_ref);
8450 return TRUE;
8451 }
8452
8453 /* Called via elf_link_hash_traverse from ppc64_elf_edit_toc to adjust
8454 the values of any global symbols in a toc section that has been
8455 edited. Globals in toc sections should be a rarity, so this function
8456 sets a flag if any are found in toc sections other than the one just
8457 edited, so that further hash table traversals can be avoided. */
8458
8459 struct adjust_toc_info
8460 {
8461 asection *toc;
8462 unsigned long *skip;
8463 bfd_boolean global_toc_syms;
8464 };
8465
8466 enum toc_skip_enum { ref_from_discarded = 1, can_optimize = 2 };
8467
8468 static bfd_boolean
8469 adjust_toc_syms (struct elf_link_hash_entry *h, void *inf)
8470 {
8471 struct ppc_link_hash_entry *eh;
8472 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8473 unsigned long i;
8474
8475 if (h->root.type != bfd_link_hash_defined
8476 && h->root.type != bfd_link_hash_defweak)
8477 return TRUE;
8478
8479 eh = ppc_elf_hash_entry (h);
8480 if (eh->adjust_done)
8481 return TRUE;
8482
8483 if (eh->elf.root.u.def.section == toc_inf->toc)
8484 {
8485 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8486 i = toc_inf->toc->rawsize >> 3;
8487 else
8488 i = eh->elf.root.u.def.value >> 3;
8489
8490 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8491 {
8492 _bfd_error_handler
8493 (_("%s defined on removed toc entry"), eh->elf.root.root.string);
8494 do
8495 ++i;
8496 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8497 eh->elf.root.u.def.value = (bfd_vma) i << 3;
8498 }
8499
8500 eh->elf.root.u.def.value -= toc_inf->skip[i];
8501 eh->adjust_done = 1;
8502 }
8503 else if (strcmp (eh->elf.root.u.def.section->name, ".toc") == 0)
8504 toc_inf->global_toc_syms = TRUE;
8505
8506 return TRUE;
8507 }
8508
8509 /* Return TRUE iff INSN with a relocation of R_TYPE is one we expect
8510 on a _LO variety toc/got reloc. */
8511
8512 static bfd_boolean
8513 ok_lo_toc_insn (unsigned int insn, enum elf_ppc64_reloc_type r_type)
8514 {
8515 return ((insn & (0x3fu << 26)) == 12u << 26 /* addic */
8516 || (insn & (0x3fu << 26)) == 14u << 26 /* addi */
8517 || (insn & (0x3fu << 26)) == 32u << 26 /* lwz */
8518 || (insn & (0x3fu << 26)) == 34u << 26 /* lbz */
8519 || (insn & (0x3fu << 26)) == 36u << 26 /* stw */
8520 || (insn & (0x3fu << 26)) == 38u << 26 /* stb */
8521 || (insn & (0x3fu << 26)) == 40u << 26 /* lhz */
8522 || (insn & (0x3fu << 26)) == 42u << 26 /* lha */
8523 || (insn & (0x3fu << 26)) == 44u << 26 /* sth */
8524 || (insn & (0x3fu << 26)) == 46u << 26 /* lmw */
8525 || (insn & (0x3fu << 26)) == 47u << 26 /* stmw */
8526 || (insn & (0x3fu << 26)) == 48u << 26 /* lfs */
8527 || (insn & (0x3fu << 26)) == 50u << 26 /* lfd */
8528 || (insn & (0x3fu << 26)) == 52u << 26 /* stfs */
8529 || (insn & (0x3fu << 26)) == 54u << 26 /* stfd */
8530 || (insn & (0x3fu << 26)) == 56u << 26 /* lq,lfq */
8531 || ((insn & (0x3fu << 26)) == 57u << 26 /* lxsd,lxssp,lfdp */
8532 /* Exclude lfqu by testing reloc. If relocs are ever
8533 defined for the reduced D field in psq_lu then those
8534 will need testing too. */
8535 && r_type != R_PPC64_TOC16_LO && r_type != R_PPC64_GOT16_LO)
8536 || ((insn & (0x3fu << 26)) == 58u << 26 /* ld,lwa */
8537 && (insn & 1) == 0)
8538 || (insn & (0x3fu << 26)) == 60u << 26 /* stfq */
8539 || ((insn & (0x3fu << 26)) == 61u << 26 /* lxv,stx{v,sd,ssp},stfdp */
8540 /* Exclude stfqu. psq_stu as above for psq_lu. */
8541 && r_type != R_PPC64_TOC16_LO && r_type != R_PPC64_GOT16_LO)
8542 || ((insn & (0x3fu << 26)) == 62u << 26 /* std,stq */
8543 && (insn & 1) == 0));
8544 }
8545
8546 /* PCREL_OPT in one instance flags to the linker that a pair of insns:
8547 pld ra,symbol@got@pcrel
8548 load/store rt,off(ra)
8549 or
8550 pla ra,symbol@pcrel
8551 load/store rt,off(ra)
8552 may be translated to
8553 pload/pstore rt,symbol+off@pcrel
8554 nop.
8555 This function returns true if the optimization is possible, placing
8556 the prefix insn in *PINSN1, a NOP in *PINSN2 and the offset in *POFF.
8557
8558 On entry to this function, the linker has already determined that
8559 the pld can be replaced with pla: *PINSN1 is that pla insn,
8560 while *PINSN2 is the second instruction. */
8561
8562 static bfd_boolean
8563 xlate_pcrel_opt (uint64_t *pinsn1, uint64_t *pinsn2, bfd_signed_vma *poff)
8564 {
8565 uint64_t insn1 = *pinsn1;
8566 uint64_t insn2 = *pinsn2;
8567 bfd_signed_vma off;
8568
8569 if ((insn2 & (63ULL << 58)) == 1ULL << 58)
8570 {
8571 /* Check that regs match. */
8572 if (((insn2 >> 16) & 31) != ((insn1 >> 21) & 31))
8573 return FALSE;
8574
8575 /* P8LS or PMLS form, non-pcrel. */
8576 if ((insn2 & (-1ULL << 50) & ~(1ULL << 56)) != (1ULL << 58))
8577 return FALSE;
8578
8579 *pinsn1 = (insn2 & ~(31 << 16) & ~0x3ffff0000ffffULL) | (1ULL << 52);
8580 *pinsn2 = PNOP;
8581 off = ((insn2 >> 16) & 0x3ffff0000ULL) | (insn2 & 0xffff);
8582 *poff = (off ^ 0x200000000ULL) - 0x200000000ULL;
8583 return TRUE;
8584 }
8585
8586 insn2 >>= 32;
8587
8588 /* Check that regs match. */
8589 if (((insn2 >> 16) & 31) != ((insn1 >> 21) & 31))
8590 return FALSE;
8591
8592 switch ((insn2 >> 26) & 63)
8593 {
8594 default:
8595 return FALSE;
8596
8597 case 32: /* lwz */
8598 case 34: /* lbz */
8599 case 36: /* stw */
8600 case 38: /* stb */
8601 case 40: /* lhz */
8602 case 42: /* lha */
8603 case 44: /* sth */
8604 case 48: /* lfs */
8605 case 50: /* lfd */
8606 case 52: /* stfs */
8607 case 54: /* stfd */
8608 /* These are the PMLS cases, where we just need to tack a prefix
8609 on the insn. */
8610 insn1 = ((1ULL << 58) | (2ULL << 56) | (1ULL << 52)
8611 | (insn2 & ((63ULL << 26) | (31ULL << 21))));
8612 off = insn2 & 0xffff;
8613 break;
8614
8615 case 58: /* lwa, ld */
8616 if ((insn2 & 1) != 0)
8617 return FALSE;
8618 insn1 = ((1ULL << 58) | (1ULL << 52)
8619 | (insn2 & 2 ? 41ULL << 26 : 57ULL << 26)
8620 | (insn2 & (31ULL << 21)));
8621 off = insn2 & 0xfffc;
8622 break;
8623
8624 case 57: /* lxsd, lxssp */
8625 if ((insn2 & 3) < 2)
8626 return FALSE;
8627 insn1 = ((1ULL << 58) | (1ULL << 52)
8628 | ((40ULL | (insn2 & 3)) << 26)
8629 | (insn2 & (31ULL << 21)));
8630 off = insn2 & 0xfffc;
8631 break;
8632
8633 case 61: /* stxsd, stxssp, lxv, stxv */
8634 if ((insn2 & 3) == 0)
8635 return FALSE;
8636 else if ((insn2 & 3) >= 2)
8637 {
8638 insn1 = ((1ULL << 58) | (1ULL << 52)
8639 | ((44ULL | (insn2 & 3)) << 26)
8640 | (insn2 & (31ULL << 21)));
8641 off = insn2 & 0xfffc;
8642 }
8643 else
8644 {
8645 insn1 = ((1ULL << 58) | (1ULL << 52)
8646 | ((50ULL | (insn2 & 4) | ((insn2 & 8) >> 3)) << 26)
8647 | (insn2 & (31ULL << 21)));
8648 off = insn2 & 0xfff0;
8649 }
8650 break;
8651
8652 case 56: /* lq */
8653 insn1 = ((1ULL << 58) | (1ULL << 52)
8654 | (insn2 & ((63ULL << 26) | (31ULL << 21))));
8655 off = insn2 & 0xffff;
8656 break;
8657
8658 case 6: /* lxvp, stxvp */
8659 if ((insn2 & 0xe) != 0)
8660 return FALSE;
8661 insn1 = ((1ULL << 58) | (1ULL << 52)
8662 | ((insn2 & 1) == 0 ? 58ULL << 26 : 62ULL << 26)
8663 | (insn2 & (31ULL << 21)));
8664 off = insn2 & 0xfff0;
8665 break;
8666
8667 case 62: /* std, stq */
8668 if ((insn2 & 1) != 0)
8669 return FALSE;
8670 insn1 = ((1ULL << 58) | (1ULL << 52)
8671 | ((insn2 & 2) == 0 ? 61ULL << 26 : 60ULL << 26)
8672 | (insn2 & (31ULL << 21)));
8673 off = insn2 & 0xfffc;
8674 break;
8675 }
8676
8677 *pinsn1 = insn1;
8678 *pinsn2 = (uint64_t) NOP << 32;
8679 *poff = (off ^ 0x8000) - 0x8000;
8680 return TRUE;
8681 }
8682
8683 /* Examine all relocs referencing .toc sections in order to remove
8684 unused .toc entries. */
8685
8686 bfd_boolean
8687 ppc64_elf_edit_toc (struct bfd_link_info *info)
8688 {
8689 bfd *ibfd;
8690 struct adjust_toc_info toc_inf;
8691 struct ppc_link_hash_table *htab = ppc_hash_table (info);
8692
8693 htab->do_toc_opt = 1;
8694 toc_inf.global_toc_syms = TRUE;
8695 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
8696 {
8697 asection *toc, *sec;
8698 Elf_Internal_Shdr *symtab_hdr;
8699 Elf_Internal_Sym *local_syms;
8700 Elf_Internal_Rela *relstart, *rel, *toc_relocs;
8701 unsigned long *skip, *drop;
8702 unsigned char *used;
8703 unsigned char *keep, last, some_unused;
8704
8705 if (!is_ppc64_elf (ibfd))
8706 continue;
8707
8708 toc = bfd_get_section_by_name (ibfd, ".toc");
8709 if (toc == NULL
8710 || toc->size == 0
8711 || toc->sec_info_type == SEC_INFO_TYPE_JUST_SYMS
8712 || discarded_section (toc))
8713 continue;
8714
8715 toc_relocs = NULL;
8716 local_syms = NULL;
8717 symtab_hdr = &elf_symtab_hdr (ibfd);
8718
8719 /* Look at sections dropped from the final link. */
8720 skip = NULL;
8721 relstart = NULL;
8722 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
8723 {
8724 if (sec->reloc_count == 0
8725 || !discarded_section (sec)
8726 || get_opd_info (sec)
8727 || (sec->flags & SEC_ALLOC) == 0
8728 || (sec->flags & SEC_DEBUGGING) != 0)
8729 continue;
8730
8731 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL, FALSE);
8732 if (relstart == NULL)
8733 goto error_ret;
8734
8735 /* Run through the relocs to see which toc entries might be
8736 unused. */
8737 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
8738 {
8739 enum elf_ppc64_reloc_type r_type;
8740 unsigned long r_symndx;
8741 asection *sym_sec;
8742 struct elf_link_hash_entry *h;
8743 Elf_Internal_Sym *sym;
8744 bfd_vma val;
8745
8746 r_type = ELF64_R_TYPE (rel->r_info);
8747 switch (r_type)
8748 {
8749 default:
8750 continue;
8751
8752 case R_PPC64_TOC16:
8753 case R_PPC64_TOC16_LO:
8754 case R_PPC64_TOC16_HI:
8755 case R_PPC64_TOC16_HA:
8756 case R_PPC64_TOC16_DS:
8757 case R_PPC64_TOC16_LO_DS:
8758 break;
8759 }
8760
8761 r_symndx = ELF64_R_SYM (rel->r_info);
8762 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8763 r_symndx, ibfd))
8764 goto error_ret;
8765
8766 if (sym_sec != toc)
8767 continue;
8768
8769 if (h != NULL)
8770 val = h->root.u.def.value;
8771 else
8772 val = sym->st_value;
8773 val += rel->r_addend;
8774
8775 if (val >= toc->size)
8776 continue;
8777
8778 /* Anything in the toc ought to be aligned to 8 bytes.
8779 If not, don't mark as unused. */
8780 if (val & 7)
8781 continue;
8782
8783 if (skip == NULL)
8784 {
8785 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 15) / 8);
8786 if (skip == NULL)
8787 goto error_ret;
8788 }
8789
8790 skip[val >> 3] = ref_from_discarded;
8791 }
8792
8793 if (elf_section_data (sec)->relocs != relstart)
8794 free (relstart);
8795 }
8796
8797 /* For largetoc loads of address constants, we can convert
8798 . addis rx,2,addr@got@ha
8799 . ld ry,addr@got@l(rx)
8800 to
8801 . addis rx,2,addr@toc@ha
8802 . addi ry,rx,addr@toc@l
8803 when addr is within 2G of the toc pointer. This then means
8804 that the word storing "addr" in the toc is no longer needed. */
8805
8806 if (!ppc64_elf_tdata (ibfd)->has_small_toc_reloc
8807 && toc->output_section->rawsize < (bfd_vma) 1 << 31
8808 && toc->reloc_count != 0)
8809 {
8810 /* Read toc relocs. */
8811 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL,
8812 info->keep_memory);
8813 if (toc_relocs == NULL)
8814 goto error_ret;
8815
8816 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel)
8817 {
8818 enum elf_ppc64_reloc_type r_type;
8819 unsigned long r_symndx;
8820 asection *sym_sec;
8821 struct elf_link_hash_entry *h;
8822 Elf_Internal_Sym *sym;
8823 bfd_vma val, addr;
8824
8825 r_type = ELF64_R_TYPE (rel->r_info);
8826 if (r_type != R_PPC64_ADDR64)
8827 continue;
8828
8829 r_symndx = ELF64_R_SYM (rel->r_info);
8830 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8831 r_symndx, ibfd))
8832 goto error_ret;
8833
8834 if (sym_sec == NULL
8835 || sym_sec->output_section == NULL
8836 || discarded_section (sym_sec))
8837 continue;
8838
8839 if (!SYMBOL_REFERENCES_LOCAL (info, h))
8840 continue;
8841
8842 if (h != NULL)
8843 {
8844 if (h->type == STT_GNU_IFUNC)
8845 continue;
8846 val = h->root.u.def.value;
8847 }
8848 else
8849 {
8850 if (ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
8851 continue;
8852 val = sym->st_value;
8853 }
8854 val += rel->r_addend;
8855 val += sym_sec->output_section->vma + sym_sec->output_offset;
8856
8857 /* We don't yet know the exact toc pointer value, but we
8858 know it will be somewhere in the toc section. Don't
8859 optimize if the difference from any possible toc
8860 pointer is outside [ff..f80008000, 7fff7fff]. */
8861 addr = toc->output_section->vma + TOC_BASE_OFF;
8862 if (val - addr + (bfd_vma) 0x80008000 >= (bfd_vma) 1 << 32)
8863 continue;
8864
8865 addr = toc->output_section->vma + toc->output_section->rawsize;
8866 if (val - addr + (bfd_vma) 0x80008000 >= (bfd_vma) 1 << 32)
8867 continue;
8868
8869 if (skip == NULL)
8870 {
8871 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 15) / 8);
8872 if (skip == NULL)
8873 goto error_ret;
8874 }
8875
8876 skip[rel->r_offset >> 3]
8877 |= can_optimize | ((rel - toc_relocs) << 2);
8878 }
8879 }
8880
8881 if (skip == NULL)
8882 continue;
8883
8884 used = bfd_zmalloc (sizeof (*used) * (toc->size + 7) / 8);
8885 if (used == NULL)
8886 {
8887 error_ret:
8888 if (symtab_hdr->contents != (unsigned char *) local_syms)
8889 free (local_syms);
8890 if (sec != NULL
8891 && elf_section_data (sec)->relocs != relstart)
8892 free (relstart);
8893 if (elf_section_data (toc)->relocs != toc_relocs)
8894 free (toc_relocs);
8895 free (skip);
8896 return FALSE;
8897 }
8898
8899 /* Now check all kept sections that might reference the toc.
8900 Check the toc itself last. */
8901 for (sec = (ibfd->sections == toc && toc->next ? toc->next
8902 : ibfd->sections);
8903 sec != NULL;
8904 sec = (sec == toc ? NULL
8905 : sec->next == NULL ? toc
8906 : sec->next == toc && toc->next ? toc->next
8907 : sec->next))
8908 {
8909 int repeat;
8910
8911 if (sec->reloc_count == 0
8912 || discarded_section (sec)
8913 || get_opd_info (sec)
8914 || (sec->flags & SEC_ALLOC) == 0
8915 || (sec->flags & SEC_DEBUGGING) != 0)
8916 continue;
8917
8918 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
8919 info->keep_memory);
8920 if (relstart == NULL)
8921 {
8922 free (used);
8923 goto error_ret;
8924 }
8925
8926 /* Mark toc entries referenced as used. */
8927 do
8928 {
8929 repeat = 0;
8930 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
8931 {
8932 enum elf_ppc64_reloc_type r_type;
8933 unsigned long r_symndx;
8934 asection *sym_sec;
8935 struct elf_link_hash_entry *h;
8936 Elf_Internal_Sym *sym;
8937 bfd_vma val;
8938
8939 r_type = ELF64_R_TYPE (rel->r_info);
8940 switch (r_type)
8941 {
8942 case R_PPC64_TOC16:
8943 case R_PPC64_TOC16_LO:
8944 case R_PPC64_TOC16_HI:
8945 case R_PPC64_TOC16_HA:
8946 case R_PPC64_TOC16_DS:
8947 case R_PPC64_TOC16_LO_DS:
8948 /* In case we're taking addresses of toc entries. */
8949 case R_PPC64_ADDR64:
8950 break;
8951
8952 default:
8953 continue;
8954 }
8955
8956 r_symndx = ELF64_R_SYM (rel->r_info);
8957 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8958 r_symndx, ibfd))
8959 {
8960 free (used);
8961 goto error_ret;
8962 }
8963
8964 if (sym_sec != toc)
8965 continue;
8966
8967 if (h != NULL)
8968 val = h->root.u.def.value;
8969 else
8970 val = sym->st_value;
8971 val += rel->r_addend;
8972
8973 if (val >= toc->size)
8974 continue;
8975
8976 if ((skip[val >> 3] & can_optimize) != 0)
8977 {
8978 bfd_vma off;
8979 unsigned char opc;
8980
8981 switch (r_type)
8982 {
8983 case R_PPC64_TOC16_HA:
8984 break;
8985
8986 case R_PPC64_TOC16_LO_DS:
8987 off = rel->r_offset;
8988 off += (bfd_big_endian (ibfd) ? -2 : 3);
8989 if (!bfd_get_section_contents (ibfd, sec, &opc,
8990 off, 1))
8991 {
8992 free (used);
8993 goto error_ret;
8994 }
8995 if ((opc & (0x3f << 2)) == (58u << 2))
8996 break;
8997 /* Fall through. */
8998
8999 default:
9000 /* Wrong sort of reloc, or not a ld. We may
9001 as well clear ref_from_discarded too. */
9002 skip[val >> 3] = 0;
9003 }
9004 }
9005
9006 if (sec != toc)
9007 used[val >> 3] = 1;
9008 /* For the toc section, we only mark as used if this
9009 entry itself isn't unused. */
9010 else if ((used[rel->r_offset >> 3]
9011 || !(skip[rel->r_offset >> 3] & ref_from_discarded))
9012 && !used[val >> 3])
9013 {
9014 /* Do all the relocs again, to catch reference
9015 chains. */
9016 repeat = 1;
9017 used[val >> 3] = 1;
9018 }
9019 }
9020 }
9021 while (repeat);
9022
9023 if (elf_section_data (sec)->relocs != relstart)
9024 free (relstart);
9025 }
9026
9027 /* Merge the used and skip arrays. Assume that TOC
9028 doublewords not appearing as either used or unused belong
9029 to an entry more than one doubleword in size. */
9030 for (drop = skip, keep = used, last = 0, some_unused = 0;
9031 drop < skip + (toc->size + 7) / 8;
9032 ++drop, ++keep)
9033 {
9034 if (*keep)
9035 {
9036 *drop &= ~ref_from_discarded;
9037 if ((*drop & can_optimize) != 0)
9038 some_unused = 1;
9039 last = 0;
9040 }
9041 else if ((*drop & ref_from_discarded) != 0)
9042 {
9043 some_unused = 1;
9044 last = ref_from_discarded;
9045 }
9046 else
9047 *drop = last;
9048 }
9049
9050 free (used);
9051
9052 if (some_unused)
9053 {
9054 bfd_byte *contents, *src;
9055 unsigned long off;
9056 Elf_Internal_Sym *sym;
9057 bfd_boolean local_toc_syms = FALSE;
9058
9059 /* Shuffle the toc contents, and at the same time convert the
9060 skip array from booleans into offsets. */
9061 if (!bfd_malloc_and_get_section (ibfd, toc, &contents))
9062 goto error_ret;
9063
9064 elf_section_data (toc)->this_hdr.contents = contents;
9065
9066 for (src = contents, off = 0, drop = skip;
9067 src < contents + toc->size;
9068 src += 8, ++drop)
9069 {
9070 if ((*drop & (can_optimize | ref_from_discarded)) != 0)
9071 off += 8;
9072 else if (off != 0)
9073 {
9074 *drop = off;
9075 memcpy (src - off, src, 8);
9076 }
9077 }
9078 *drop = off;
9079 toc->rawsize = toc->size;
9080 toc->size = src - contents - off;
9081
9082 /* Adjust addends for relocs against the toc section sym,
9083 and optimize any accesses we can. */
9084 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
9085 {
9086 if (sec->reloc_count == 0
9087 || discarded_section (sec))
9088 continue;
9089
9090 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
9091 info->keep_memory);
9092 if (relstart == NULL)
9093 goto error_ret;
9094
9095 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
9096 {
9097 enum elf_ppc64_reloc_type r_type;
9098 unsigned long r_symndx;
9099 asection *sym_sec;
9100 struct elf_link_hash_entry *h;
9101 bfd_vma val;
9102
9103 r_type = ELF64_R_TYPE (rel->r_info);
9104 switch (r_type)
9105 {
9106 default:
9107 continue;
9108
9109 case R_PPC64_TOC16:
9110 case R_PPC64_TOC16_LO:
9111 case R_PPC64_TOC16_HI:
9112 case R_PPC64_TOC16_HA:
9113 case R_PPC64_TOC16_DS:
9114 case R_PPC64_TOC16_LO_DS:
9115 case R_PPC64_ADDR64:
9116 break;
9117 }
9118
9119 r_symndx = ELF64_R_SYM (rel->r_info);
9120 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
9121 r_symndx, ibfd))
9122 goto error_ret;
9123
9124 if (sym_sec != toc)
9125 continue;
9126
9127 if (h != NULL)
9128 val = h->root.u.def.value;
9129 else
9130 {
9131 val = sym->st_value;
9132 if (val != 0)
9133 local_toc_syms = TRUE;
9134 }
9135
9136 val += rel->r_addend;
9137
9138 if (val > toc->rawsize)
9139 val = toc->rawsize;
9140 else if ((skip[val >> 3] & ref_from_discarded) != 0)
9141 continue;
9142 else if ((skip[val >> 3] & can_optimize) != 0)
9143 {
9144 Elf_Internal_Rela *tocrel
9145 = toc_relocs + (skip[val >> 3] >> 2);
9146 unsigned long tsym = ELF64_R_SYM (tocrel->r_info);
9147
9148 switch (r_type)
9149 {
9150 case R_PPC64_TOC16_HA:
9151 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_TOC16_HA);
9152 break;
9153
9154 case R_PPC64_TOC16_LO_DS:
9155 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_LO_DS_OPT);
9156 break;
9157
9158 default:
9159 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
9160 ppc_howto_init ();
9161 info->callbacks->einfo
9162 /* xgettext:c-format */
9163 (_("%H: %s references "
9164 "optimized away TOC entry\n"),
9165 ibfd, sec, rel->r_offset,
9166 ppc64_elf_howto_table[r_type]->name);
9167 bfd_set_error (bfd_error_bad_value);
9168 goto error_ret;
9169 }
9170 rel->r_addend = tocrel->r_addend;
9171 elf_section_data (sec)->relocs = relstart;
9172 continue;
9173 }
9174
9175 if (h != NULL || sym->st_value != 0)
9176 continue;
9177
9178 rel->r_addend -= skip[val >> 3];
9179 elf_section_data (sec)->relocs = relstart;
9180 }
9181
9182 if (elf_section_data (sec)->relocs != relstart)
9183 free (relstart);
9184 }
9185
9186 /* We shouldn't have local or global symbols defined in the TOC,
9187 but handle them anyway. */
9188 if (local_syms != NULL)
9189 for (sym = local_syms;
9190 sym < local_syms + symtab_hdr->sh_info;
9191 ++sym)
9192 if (sym->st_value != 0
9193 && bfd_section_from_elf_index (ibfd, sym->st_shndx) == toc)
9194 {
9195 unsigned long i;
9196
9197 if (sym->st_value > toc->rawsize)
9198 i = toc->rawsize >> 3;
9199 else
9200 i = sym->st_value >> 3;
9201
9202 if ((skip[i] & (ref_from_discarded | can_optimize)) != 0)
9203 {
9204 if (local_toc_syms)
9205 _bfd_error_handler
9206 (_("%s defined on removed toc entry"),
9207 bfd_elf_sym_name (ibfd, symtab_hdr, sym, NULL));
9208 do
9209 ++i;
9210 while ((skip[i] & (ref_from_discarded | can_optimize)));
9211 sym->st_value = (bfd_vma) i << 3;
9212 }
9213
9214 sym->st_value -= skip[i];
9215 symtab_hdr->contents = (unsigned char *) local_syms;
9216 }
9217
9218 /* Adjust any global syms defined in this toc input section. */
9219 if (toc_inf.global_toc_syms)
9220 {
9221 toc_inf.toc = toc;
9222 toc_inf.skip = skip;
9223 toc_inf.global_toc_syms = FALSE;
9224 elf_link_hash_traverse (elf_hash_table (info), adjust_toc_syms,
9225 &toc_inf);
9226 }
9227
9228 if (toc->reloc_count != 0)
9229 {
9230 Elf_Internal_Shdr *rel_hdr;
9231 Elf_Internal_Rela *wrel;
9232 bfd_size_type sz;
9233
9234 /* Remove unused toc relocs, and adjust those we keep. */
9235 if (toc_relocs == NULL)
9236 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL,
9237 info->keep_memory);
9238 if (toc_relocs == NULL)
9239 goto error_ret;
9240
9241 wrel = toc_relocs;
9242 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel)
9243 if ((skip[rel->r_offset >> 3]
9244 & (ref_from_discarded | can_optimize)) == 0)
9245 {
9246 wrel->r_offset = rel->r_offset - skip[rel->r_offset >> 3];
9247 wrel->r_info = rel->r_info;
9248 wrel->r_addend = rel->r_addend;
9249 ++wrel;
9250 }
9251 else if (!dec_dynrel_count (rel->r_info, toc, info,
9252 &local_syms, NULL, NULL))
9253 goto error_ret;
9254
9255 elf_section_data (toc)->relocs = toc_relocs;
9256 toc->reloc_count = wrel - toc_relocs;
9257 rel_hdr = _bfd_elf_single_rel_hdr (toc);
9258 sz = rel_hdr->sh_entsize;
9259 rel_hdr->sh_size = toc->reloc_count * sz;
9260 }
9261 }
9262 else if (elf_section_data (toc)->relocs != toc_relocs)
9263 free (toc_relocs);
9264
9265 if (local_syms != NULL
9266 && symtab_hdr->contents != (unsigned char *) local_syms)
9267 {
9268 if (!info->keep_memory)
9269 free (local_syms);
9270 else
9271 symtab_hdr->contents = (unsigned char *) local_syms;
9272 }
9273 free (skip);
9274 }
9275
9276 /* Look for cases where we can change an indirect GOT access to
9277 a GOT relative or PC relative access, possibly reducing the
9278 number of GOT entries. */
9279 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
9280 {
9281 asection *sec;
9282 Elf_Internal_Shdr *symtab_hdr;
9283 Elf_Internal_Sym *local_syms;
9284 Elf_Internal_Rela *relstart, *rel;
9285 bfd_vma got;
9286
9287 if (!is_ppc64_elf (ibfd))
9288 continue;
9289
9290 if (!ppc64_elf_tdata (ibfd)->has_optrel)
9291 continue;
9292
9293 sec = ppc64_elf_tdata (ibfd)->got;
9294 got = 0;
9295 if (sec != NULL)
9296 got = sec->output_section->vma + sec->output_offset + 0x8000;
9297
9298 local_syms = NULL;
9299 symtab_hdr = &elf_symtab_hdr (ibfd);
9300
9301 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
9302 {
9303 if (sec->reloc_count == 0
9304 || !ppc64_elf_section_data (sec)->has_optrel
9305 || discarded_section (sec))
9306 continue;
9307
9308 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
9309 info->keep_memory);
9310 if (relstart == NULL)
9311 {
9312 got_error_ret:
9313 if (symtab_hdr->contents != (unsigned char *) local_syms)
9314 free (local_syms);
9315 if (sec != NULL
9316 && elf_section_data (sec)->relocs != relstart)
9317 free (relstart);
9318 return FALSE;
9319 }
9320
9321 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
9322 {
9323 enum elf_ppc64_reloc_type r_type;
9324 unsigned long r_symndx;
9325 Elf_Internal_Sym *sym;
9326 asection *sym_sec;
9327 struct elf_link_hash_entry *h;
9328 struct got_entry *ent;
9329 bfd_vma val, pc;
9330 unsigned char buf[8];
9331 unsigned int insn;
9332 enum {no_check, check_lo, check_ha} insn_check;
9333
9334 r_type = ELF64_R_TYPE (rel->r_info);
9335 switch (r_type)
9336 {
9337 default:
9338 insn_check = no_check;
9339 break;
9340
9341 case R_PPC64_PLT16_HA:
9342 case R_PPC64_GOT_TLSLD16_HA:
9343 case R_PPC64_GOT_TLSGD16_HA:
9344 case R_PPC64_GOT_TPREL16_HA:
9345 case R_PPC64_GOT_DTPREL16_HA:
9346 case R_PPC64_GOT16_HA:
9347 case R_PPC64_TOC16_HA:
9348 insn_check = check_ha;
9349 break;
9350
9351 case R_PPC64_PLT16_LO:
9352 case R_PPC64_PLT16_LO_DS:
9353 case R_PPC64_GOT_TLSLD16_LO:
9354 case R_PPC64_GOT_TLSGD16_LO:
9355 case R_PPC64_GOT_TPREL16_LO_DS:
9356 case R_PPC64_GOT_DTPREL16_LO_DS:
9357 case R_PPC64_GOT16_LO:
9358 case R_PPC64_GOT16_LO_DS:
9359 case R_PPC64_TOC16_LO:
9360 case R_PPC64_TOC16_LO_DS:
9361 insn_check = check_lo;
9362 break;
9363 }
9364
9365 if (insn_check != no_check)
9366 {
9367 bfd_vma off = rel->r_offset & ~3;
9368
9369 if (!bfd_get_section_contents (ibfd, sec, buf, off, 4))
9370 goto got_error_ret;
9371
9372 insn = bfd_get_32 (ibfd, buf);
9373 if (insn_check == check_lo
9374 ? !ok_lo_toc_insn (insn, r_type)
9375 : ((insn & ((0x3fu << 26) | 0x1f << 16))
9376 != ((15u << 26) | (2 << 16)) /* addis rt,2,imm */))
9377 {
9378 char str[12];
9379
9380 ppc64_elf_tdata (ibfd)->unexpected_toc_insn = 1;
9381 sprintf (str, "%#08x", insn);
9382 info->callbacks->einfo
9383 /* xgettext:c-format */
9384 (_("%H: got/toc optimization is not supported for"
9385 " %s instruction\n"),
9386 ibfd, sec, rel->r_offset & ~3, str);
9387 continue;
9388 }
9389 }
9390
9391 switch (r_type)
9392 {
9393 /* Note that we don't delete GOT entries for
9394 R_PPC64_GOT16_DS since we'd need a lot more
9395 analysis. For starters, the preliminary layout is
9396 before the GOT, PLT, dynamic sections and stubs are
9397 laid out. Then we'd need to allow for changes in
9398 distance between sections caused by alignment. */
9399 default:
9400 continue;
9401
9402 case R_PPC64_GOT16_HA:
9403 case R_PPC64_GOT16_LO_DS:
9404 case R_PPC64_GOT_PCREL34:
9405 break;
9406 }
9407
9408 r_symndx = ELF64_R_SYM (rel->r_info);
9409 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
9410 r_symndx, ibfd))
9411 goto got_error_ret;
9412
9413 if (sym_sec == NULL
9414 || sym_sec->output_section == NULL
9415 || discarded_section (sym_sec))
9416 continue;
9417
9418 if ((h ? h->type : ELF_ST_TYPE (sym->st_info)) == STT_GNU_IFUNC)
9419 continue;
9420
9421 if (!SYMBOL_REFERENCES_LOCAL (info, h))
9422 continue;
9423
9424 if (h != NULL)
9425 val = h->root.u.def.value;
9426 else
9427 val = sym->st_value;
9428 val += rel->r_addend;
9429 val += sym_sec->output_section->vma + sym_sec->output_offset;
9430
9431 /* Fudge factor to allow for the fact that the preliminary layout
9432 isn't exact. Reduce limits by this factor. */
9433 #define LIMIT_ADJUST(LIMIT) ((LIMIT) - (LIMIT) / 16)
9434
9435 switch (r_type)
9436 {
9437 default:
9438 continue;
9439
9440 case R_PPC64_GOT16_HA:
9441 if (val - got + LIMIT_ADJUST (0x80008000ULL)
9442 >= LIMIT_ADJUST (0x100000000ULL))
9443 continue;
9444
9445 if (!bfd_get_section_contents (ibfd, sec, buf,
9446 rel->r_offset & ~3, 4))
9447 goto got_error_ret;
9448 insn = bfd_get_32 (ibfd, buf);
9449 if (((insn & ((0x3fu << 26) | 0x1f << 16))
9450 != ((15u << 26) | (2 << 16)) /* addis rt,2,imm */))
9451 continue;
9452 break;
9453
9454 case R_PPC64_GOT16_LO_DS:
9455 if (val - got + LIMIT_ADJUST (0x80008000ULL)
9456 >= LIMIT_ADJUST (0x100000000ULL))
9457 continue;
9458 if (!bfd_get_section_contents (ibfd, sec, buf,
9459 rel->r_offset & ~3, 4))
9460 goto got_error_ret;
9461 insn = bfd_get_32 (ibfd, buf);
9462 if ((insn & (0x3fu << 26 | 0x3)) != 58u << 26 /* ld */)
9463 continue;
9464 break;
9465
9466 case R_PPC64_GOT_PCREL34:
9467 pc = rel->r_offset;
9468 pc += sec->output_section->vma + sec->output_offset;
9469 if (val - pc + LIMIT_ADJUST (1ULL << 33)
9470 >= LIMIT_ADJUST (1ULL << 34))
9471 continue;
9472 if (!bfd_get_section_contents (ibfd, sec, buf,
9473 rel->r_offset & ~3, 8))
9474 goto got_error_ret;
9475 insn = bfd_get_32 (ibfd, buf);
9476 if ((insn & (-1u << 18)) != ((1u << 26) | (1u << 20)))
9477 continue;
9478 insn = bfd_get_32 (ibfd, buf + 4);
9479 if ((insn & (0x3fu << 26)) != 57u << 26)
9480 continue;
9481 break;
9482 }
9483 #undef LIMIT_ADJUST
9484
9485 if (h != NULL)
9486 ent = h->got.glist;
9487 else
9488 {
9489 struct got_entry **local_got_ents = elf_local_got_ents (ibfd);
9490 ent = local_got_ents[r_symndx];
9491 }
9492 for (; ent != NULL; ent = ent->next)
9493 if (ent->addend == rel->r_addend
9494 && ent->owner == ibfd
9495 && ent->tls_type == 0)
9496 break;
9497 BFD_ASSERT (ent && ent->got.refcount > 0);
9498 ent->got.refcount -= 1;
9499 }
9500
9501 if (elf_section_data (sec)->relocs != relstart)
9502 free (relstart);
9503 }
9504
9505 if (local_syms != NULL
9506 && symtab_hdr->contents != (unsigned char *) local_syms)
9507 {
9508 if (!info->keep_memory)
9509 free (local_syms);
9510 else
9511 symtab_hdr->contents = (unsigned char *) local_syms;
9512 }
9513 }
9514
9515 return TRUE;
9516 }
9517
9518 /* Return true iff input section I references the TOC using
9519 instructions limited to +/-32k offsets. */
9520
9521 bfd_boolean
9522 ppc64_elf_has_small_toc_reloc (asection *i)
9523 {
9524 return (is_ppc64_elf (i->owner)
9525 && ppc64_elf_tdata (i->owner)->has_small_toc_reloc);
9526 }
9527
9528 /* Allocate space for one GOT entry. */
9529
9530 static void
9531 allocate_got (struct elf_link_hash_entry *h,
9532 struct bfd_link_info *info,
9533 struct got_entry *gent)
9534 {
9535 struct ppc_link_hash_table *htab = ppc_hash_table (info);
9536 struct ppc_link_hash_entry *eh = ppc_elf_hash_entry (h);
9537 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD)
9538 ? 16 : 8);
9539 int rentsize = (gent->tls_type & eh->tls_mask & TLS_GD
9540 ? 2 : 1) * sizeof (Elf64_External_Rela);
9541 asection *got = ppc64_elf_tdata (gent->owner)->got;
9542
9543 gent->got.offset = got->size;
9544 got->size += entsize;
9545
9546 if (h->type == STT_GNU_IFUNC)
9547 {
9548 htab->elf.irelplt->size += rentsize;
9549 htab->got_reli_size += rentsize;
9550 }
9551 else if (((bfd_link_pic (info)
9552 && !(gent->tls_type != 0
9553 && bfd_link_executable (info)
9554 && SYMBOL_REFERENCES_LOCAL (info, h)))
9555 || (htab->elf.dynamic_sections_created
9556 && h->dynindx != -1
9557 && !SYMBOL_REFERENCES_LOCAL (info, h)))
9558 && !UNDEFWEAK_NO_DYNAMIC_RELOC (info, h))
9559 {
9560 asection *relgot = ppc64_elf_tdata (gent->owner)->relgot;
9561 relgot->size += rentsize;
9562 }
9563 }
9564
9565 /* This function merges got entries in the same toc group. */
9566
9567 static void
9568 merge_got_entries (struct got_entry **pent)
9569 {
9570 struct got_entry *ent, *ent2;
9571
9572 for (ent = *pent; ent != NULL; ent = ent->next)
9573 if (!ent->is_indirect)
9574 for (ent2 = ent->next; ent2 != NULL; ent2 = ent2->next)
9575 if (!ent2->is_indirect
9576 && ent2->addend == ent->addend
9577 && ent2->tls_type == ent->tls_type
9578 && elf_gp (ent2->owner) == elf_gp (ent->owner))
9579 {
9580 ent2->is_indirect = TRUE;
9581 ent2->got.ent = ent;
9582 }
9583 }
9584
9585 /* If H is undefined, make it dynamic if that makes sense. */
9586
9587 static bfd_boolean
9588 ensure_undef_dynamic (struct bfd_link_info *info,
9589 struct elf_link_hash_entry *h)
9590 {
9591 struct elf_link_hash_table *htab = elf_hash_table (info);
9592
9593 if (htab->dynamic_sections_created
9594 && ((info->dynamic_undefined_weak != 0
9595 && h->root.type == bfd_link_hash_undefweak)
9596 || h->root.type == bfd_link_hash_undefined)
9597 && h->dynindx == -1
9598 && !h->forced_local
9599 && ELF_ST_VISIBILITY (h->other) == STV_DEFAULT)
9600 return bfd_elf_link_record_dynamic_symbol (info, h);
9601 return TRUE;
9602 }
9603
9604 /* Allocate space in .plt, .got and associated reloc sections for
9605 dynamic relocs. */
9606
9607 static bfd_boolean
9608 allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
9609 {
9610 struct bfd_link_info *info;
9611 struct ppc_link_hash_table *htab;
9612 asection *s;
9613 struct ppc_link_hash_entry *eh;
9614 struct got_entry **pgent, *gent;
9615
9616 if (h->root.type == bfd_link_hash_indirect)
9617 return TRUE;
9618
9619 info = (struct bfd_link_info *) inf;
9620 htab = ppc_hash_table (info);
9621 if (htab == NULL)
9622 return FALSE;
9623
9624 eh = ppc_elf_hash_entry (h);
9625 /* Run through the TLS GD got entries first if we're changing them
9626 to TPREL. */
9627 if ((eh->tls_mask & (TLS_TLS | TLS_GDIE)) == (TLS_TLS | TLS_GDIE))
9628 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9629 if (gent->got.refcount > 0
9630 && (gent->tls_type & TLS_GD) != 0)
9631 {
9632 /* This was a GD entry that has been converted to TPREL. If
9633 there happens to be a TPREL entry we can use that one. */
9634 struct got_entry *ent;
9635 for (ent = h->got.glist; ent != NULL; ent = ent->next)
9636 if (ent->got.refcount > 0
9637 && (ent->tls_type & TLS_TPREL) != 0
9638 && ent->addend == gent->addend
9639 && ent->owner == gent->owner)
9640 {
9641 gent->got.refcount = 0;
9642 break;
9643 }
9644
9645 /* If not, then we'll be using our own TPREL entry. */
9646 if (gent->got.refcount != 0)
9647 gent->tls_type = TLS_TLS | TLS_TPREL;
9648 }
9649
9650 /* Remove any list entry that won't generate a word in the GOT before
9651 we call merge_got_entries. Otherwise we risk merging to empty
9652 entries. */
9653 pgent = &h->got.glist;
9654 while ((gent = *pgent) != NULL)
9655 if (gent->got.refcount > 0)
9656 {
9657 if ((gent->tls_type & TLS_LD) != 0
9658 && SYMBOL_REFERENCES_LOCAL (info, h))
9659 {
9660 ppc64_tlsld_got (gent->owner)->got.refcount += 1;
9661 *pgent = gent->next;
9662 }
9663 else
9664 pgent = &gent->next;
9665 }
9666 else
9667 *pgent = gent->next;
9668
9669 if (!htab->do_multi_toc)
9670 merge_got_entries (&h->got.glist);
9671
9672 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9673 if (!gent->is_indirect)
9674 {
9675 /* Ensure we catch all the cases where this symbol should
9676 be made dynamic. */
9677 if (!ensure_undef_dynamic (info, h))
9678 return FALSE;
9679
9680 if (!is_ppc64_elf (gent->owner))
9681 abort ();
9682
9683 allocate_got (h, info, gent);
9684 }
9685
9686 /* If no dynamic sections we can't have dynamic relocs, except for
9687 IFUNCs which are handled even in static executables. */
9688 if (!htab->elf.dynamic_sections_created
9689 && h->type != STT_GNU_IFUNC)
9690 h->dyn_relocs = NULL;
9691
9692 /* Discard relocs on undefined symbols that must be local. */
9693 else if (h->root.type == bfd_link_hash_undefined
9694 && ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
9695 h->dyn_relocs = NULL;
9696
9697 /* Also discard relocs on undefined weak syms with non-default
9698 visibility, or when dynamic_undefined_weak says so. */
9699 else if (UNDEFWEAK_NO_DYNAMIC_RELOC (info, h))
9700 h->dyn_relocs = NULL;
9701
9702 if (h->dyn_relocs != NULL)
9703 {
9704 struct elf_dyn_relocs *p, **pp;
9705
9706 /* In the shared -Bsymbolic case, discard space allocated for
9707 dynamic pc-relative relocs against symbols which turn out to
9708 be defined in regular objects. For the normal shared case,
9709 discard space for relocs that have become local due to symbol
9710 visibility changes. */
9711 if (bfd_link_pic (info))
9712 {
9713 /* Relocs that use pc_count are those that appear on a call
9714 insn, or certain REL relocs (see must_be_dyn_reloc) that
9715 can be generated via assembly. We want calls to
9716 protected symbols to resolve directly to the function
9717 rather than going via the plt. If people want function
9718 pointer comparisons to work as expected then they should
9719 avoid writing weird assembly. */
9720 if (SYMBOL_CALLS_LOCAL (info, h))
9721 {
9722 for (pp = &h->dyn_relocs; (p = *pp) != NULL; )
9723 {
9724 p->count -= p->pc_count;
9725 p->pc_count = 0;
9726 if (p->count == 0)
9727 *pp = p->next;
9728 else
9729 pp = &p->next;
9730 }
9731 }
9732
9733 if (h->dyn_relocs != NULL)
9734 {
9735 /* Ensure we catch all the cases where this symbol
9736 should be made dynamic. */
9737 if (!ensure_undef_dynamic (info, h))
9738 return FALSE;
9739 }
9740 }
9741
9742 /* For a fixed position executable, discard space for
9743 relocs against symbols which are not dynamic. */
9744 else if (h->type != STT_GNU_IFUNC)
9745 {
9746 if (h->dynamic_adjusted
9747 && !h->def_regular
9748 && !ELF_COMMON_DEF_P (h))
9749 {
9750 /* Ensure we catch all the cases where this symbol
9751 should be made dynamic. */
9752 if (!ensure_undef_dynamic (info, h))
9753 return FALSE;
9754
9755 /* But if that didn't work out, discard dynamic relocs. */
9756 if (h->dynindx == -1)
9757 h->dyn_relocs = NULL;
9758 }
9759 else
9760 h->dyn_relocs = NULL;
9761 }
9762
9763 /* Finally, allocate space. */
9764 for (p = h->dyn_relocs; p != NULL; p = p->next)
9765 {
9766 asection *sreloc = elf_section_data (p->sec)->sreloc;
9767 if (eh->elf.type == STT_GNU_IFUNC)
9768 sreloc = htab->elf.irelplt;
9769 sreloc->size += p->count * sizeof (Elf64_External_Rela);
9770 }
9771 }
9772
9773 /* We might need a PLT entry when the symbol
9774 a) is dynamic, or
9775 b) is an ifunc, or
9776 c) has plt16 relocs and has been processed by adjust_dynamic_symbol, or
9777 d) has plt16 relocs and we are linking statically. */
9778 if ((htab->elf.dynamic_sections_created && h->dynindx != -1)
9779 || h->type == STT_GNU_IFUNC
9780 || (h->needs_plt && h->dynamic_adjusted)
9781 || (h->needs_plt
9782 && h->def_regular
9783 && !htab->elf.dynamic_sections_created
9784 && !htab->can_convert_all_inline_plt
9785 && (ppc_elf_hash_entry (h)->tls_mask
9786 & (TLS_TLS | PLT_KEEP)) == PLT_KEEP))
9787 {
9788 struct plt_entry *pent;
9789 bfd_boolean doneone = FALSE;
9790 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
9791 if (pent->plt.refcount > 0)
9792 {
9793 if (!htab->elf.dynamic_sections_created
9794 || h->dynindx == -1)
9795 {
9796 if (h->type == STT_GNU_IFUNC)
9797 {
9798 s = htab->elf.iplt;
9799 pent->plt.offset = s->size;
9800 s->size += PLT_ENTRY_SIZE (htab);
9801 s = htab->elf.irelplt;
9802 }
9803 else
9804 {
9805 s = htab->pltlocal;
9806 pent->plt.offset = s->size;
9807 s->size += LOCAL_PLT_ENTRY_SIZE (htab);
9808 s = bfd_link_pic (info) ? htab->relpltlocal : NULL;
9809 }
9810 }
9811 else
9812 {
9813 /* If this is the first .plt entry, make room for the special
9814 first entry. */
9815 s = htab->elf.splt;
9816 if (s->size == 0)
9817 s->size += PLT_INITIAL_ENTRY_SIZE (htab);
9818
9819 pent->plt.offset = s->size;
9820
9821 /* Make room for this entry. */
9822 s->size += PLT_ENTRY_SIZE (htab);
9823
9824 /* Make room for the .glink code. */
9825 s = htab->glink;
9826 if (s->size == 0)
9827 s->size += GLINK_PLTRESOLVE_SIZE (htab);
9828 if (htab->opd_abi)
9829 {
9830 /* We need bigger stubs past index 32767. */
9831 if (s->size >= GLINK_PLTRESOLVE_SIZE (htab) + 32768*2*4)
9832 s->size += 4;
9833 s->size += 2*4;
9834 }
9835 else
9836 s->size += 4;
9837
9838 /* We also need to make an entry in the .rela.plt section. */
9839 s = htab->elf.srelplt;
9840 }
9841 if (s != NULL)
9842 s->size += sizeof (Elf64_External_Rela);
9843 doneone = TRUE;
9844 }
9845 else
9846 pent->plt.offset = (bfd_vma) -1;
9847 if (!doneone)
9848 {
9849 h->plt.plist = NULL;
9850 h->needs_plt = 0;
9851 }
9852 }
9853 else
9854 {
9855 h->plt.plist = NULL;
9856 h->needs_plt = 0;
9857 }
9858
9859 return TRUE;
9860 }
9861
9862 #define PPC_LO(v) ((v) & 0xffff)
9863 #define PPC_HI(v) (((v) >> 16) & 0xffff)
9864 #define PPC_HA(v) PPC_HI ((v) + 0x8000)
9865 #define D34(v) \
9866 ((((v) & 0x3ffff0000ULL) << 16) | (v & 0xffff))
9867 #define HA34(v) ((v + (1ULL << 33)) >> 34)
9868
9869 /* Called via elf_link_hash_traverse from ppc64_elf_size_dynamic_sections
9870 to set up space for global entry stubs. These are put in glink,
9871 after the branch table. */
9872
9873 static bfd_boolean
9874 size_global_entry_stubs (struct elf_link_hash_entry *h, void *inf)
9875 {
9876 struct bfd_link_info *info;
9877 struct ppc_link_hash_table *htab;
9878 struct plt_entry *pent;
9879 asection *s, *plt;
9880
9881 if (h->root.type == bfd_link_hash_indirect)
9882 return TRUE;
9883
9884 if (!h->pointer_equality_needed)
9885 return TRUE;
9886
9887 if (h->def_regular)
9888 return TRUE;
9889
9890 info = inf;
9891 htab = ppc_hash_table (info);
9892 if (htab == NULL)
9893 return FALSE;
9894
9895 s = htab->global_entry;
9896 plt = htab->elf.splt;
9897 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
9898 if (pent->plt.offset != (bfd_vma) -1
9899 && pent->addend == 0)
9900 {
9901 /* For ELFv2, if this symbol is not defined in a regular file
9902 and we are not generating a shared library or pie, then we
9903 need to define the symbol in the executable on a call stub.
9904 This is to avoid text relocations. */
9905 bfd_vma off, stub_align, stub_off, stub_size;
9906 unsigned int align_power;
9907
9908 stub_size = 16;
9909 stub_off = s->size;
9910 if (htab->params->plt_stub_align >= 0)
9911 align_power = htab->params->plt_stub_align;
9912 else
9913 align_power = -htab->params->plt_stub_align;
9914 /* Setting section alignment is delayed until we know it is
9915 non-empty. Otherwise the .text output section will be
9916 aligned at least to plt_stub_align even when no global
9917 entry stubs are needed. */
9918 if (s->alignment_power < align_power)
9919 s->alignment_power = align_power;
9920 stub_align = (bfd_vma) 1 << align_power;
9921 if (htab->params->plt_stub_align >= 0
9922 || ((((stub_off + stub_size - 1) & -stub_align)
9923 - (stub_off & -stub_align))
9924 > ((stub_size - 1) & -stub_align)))
9925 stub_off = (stub_off + stub_align - 1) & -stub_align;
9926 off = pent->plt.offset + plt->output_offset + plt->output_section->vma;
9927 off -= stub_off + s->output_offset + s->output_section->vma;
9928 /* Note that for --plt-stub-align negative we have a possible
9929 dependency between stub offset and size. Break that
9930 dependency by assuming the max stub size when calculating
9931 the stub offset. */
9932 if (PPC_HA (off) == 0)
9933 stub_size -= 4;
9934 h->root.type = bfd_link_hash_defined;
9935 h->root.u.def.section = s;
9936 h->root.u.def.value = stub_off;
9937 s->size = stub_off + stub_size;
9938 break;
9939 }
9940 return TRUE;
9941 }
9942
9943 /* Set the sizes of the dynamic sections. */
9944
9945 static bfd_boolean
9946 ppc64_elf_size_dynamic_sections (bfd *output_bfd,
9947 struct bfd_link_info *info)
9948 {
9949 struct ppc_link_hash_table *htab;
9950 bfd *dynobj;
9951 asection *s;
9952 bfd_boolean relocs;
9953 bfd *ibfd;
9954 struct got_entry *first_tlsld;
9955
9956 htab = ppc_hash_table (info);
9957 if (htab == NULL)
9958 return FALSE;
9959
9960 dynobj = htab->elf.dynobj;
9961 if (dynobj == NULL)
9962 abort ();
9963
9964 if (htab->elf.dynamic_sections_created)
9965 {
9966 /* Set the contents of the .interp section to the interpreter. */
9967 if (bfd_link_executable (info) && !info->nointerp)
9968 {
9969 s = bfd_get_linker_section (dynobj, ".interp");
9970 if (s == NULL)
9971 abort ();
9972 s->size = sizeof ELF_DYNAMIC_INTERPRETER;
9973 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
9974 }
9975 }
9976
9977 /* Set up .got offsets for local syms, and space for local dynamic
9978 relocs. */
9979 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
9980 {
9981 struct got_entry **lgot_ents;
9982 struct got_entry **end_lgot_ents;
9983 struct plt_entry **local_plt;
9984 struct plt_entry **end_local_plt;
9985 unsigned char *lgot_masks;
9986 bfd_size_type locsymcount;
9987 Elf_Internal_Shdr *symtab_hdr;
9988
9989 if (!is_ppc64_elf (ibfd))
9990 continue;
9991
9992 for (s = ibfd->sections; s != NULL; s = s->next)
9993 {
9994 struct ppc_dyn_relocs *p;
9995
9996 for (p = elf_section_data (s)->local_dynrel; p != NULL; p = p->next)
9997 {
9998 if (!bfd_is_abs_section (p->sec)
9999 && bfd_is_abs_section (p->sec->output_section))
10000 {
10001 /* Input section has been discarded, either because
10002 it is a copy of a linkonce section or due to
10003 linker script /DISCARD/, so we'll be discarding
10004 the relocs too. */
10005 }
10006 else if (p->count != 0)
10007 {
10008 asection *srel = elf_section_data (p->sec)->sreloc;
10009 if (p->ifunc)
10010 srel = htab->elf.irelplt;
10011 srel->size += p->count * sizeof (Elf64_External_Rela);
10012 if ((p->sec->output_section->flags & SEC_READONLY) != 0)
10013 info->flags |= DF_TEXTREL;
10014 }
10015 }
10016 }
10017
10018 lgot_ents = elf_local_got_ents (ibfd);
10019 if (!lgot_ents)
10020 continue;
10021
10022 symtab_hdr = &elf_symtab_hdr (ibfd);
10023 locsymcount = symtab_hdr->sh_info;
10024 end_lgot_ents = lgot_ents + locsymcount;
10025 local_plt = (struct plt_entry **) end_lgot_ents;
10026 end_local_plt = local_plt + locsymcount;
10027 lgot_masks = (unsigned char *) end_local_plt;
10028 s = ppc64_elf_tdata (ibfd)->got;
10029 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
10030 {
10031 struct got_entry **pent, *ent;
10032
10033 pent = lgot_ents;
10034 while ((ent = *pent) != NULL)
10035 if (ent->got.refcount > 0)
10036 {
10037 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0)
10038 {
10039 ppc64_tlsld_got (ibfd)->got.refcount += 1;
10040 *pent = ent->next;
10041 }
10042 else
10043 {
10044 unsigned int ent_size = 8;
10045 unsigned int rel_size = sizeof (Elf64_External_Rela);
10046
10047 ent->got.offset = s->size;
10048 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
10049 {
10050 ent_size *= 2;
10051 rel_size *= 2;
10052 }
10053 s->size += ent_size;
10054 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
10055 {
10056 htab->elf.irelplt->size += rel_size;
10057 htab->got_reli_size += rel_size;
10058 }
10059 else if (bfd_link_pic (info)
10060 && !(ent->tls_type != 0
10061 && bfd_link_executable (info)))
10062 {
10063 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
10064 srel->size += rel_size;
10065 }
10066 pent = &ent->next;
10067 }
10068 }
10069 else
10070 *pent = ent->next;
10071 }
10072
10073 /* Allocate space for plt calls to local syms. */
10074 lgot_masks = (unsigned char *) end_local_plt;
10075 for (; local_plt < end_local_plt; ++local_plt, ++lgot_masks)
10076 {
10077 struct plt_entry *ent;
10078
10079 for (ent = *local_plt; ent != NULL; ent = ent->next)
10080 if (ent->plt.refcount > 0)
10081 {
10082 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
10083 {
10084 s = htab->elf.iplt;
10085 ent->plt.offset = s->size;
10086 s->size += PLT_ENTRY_SIZE (htab);
10087 htab->elf.irelplt->size += sizeof (Elf64_External_Rela);
10088 }
10089 else if (htab->can_convert_all_inline_plt
10090 || (*lgot_masks & (TLS_TLS | PLT_KEEP)) != PLT_KEEP)
10091 ent->plt.offset = (bfd_vma) -1;
10092 else
10093 {
10094 s = htab->pltlocal;
10095 ent->plt.offset = s->size;
10096 s->size += LOCAL_PLT_ENTRY_SIZE (htab);
10097 if (bfd_link_pic (info))
10098 htab->relpltlocal->size += sizeof (Elf64_External_Rela);
10099 }
10100 }
10101 else
10102 ent->plt.offset = (bfd_vma) -1;
10103 }
10104 }
10105
10106 /* Allocate global sym .plt and .got entries, and space for global
10107 sym dynamic relocs. */
10108 elf_link_hash_traverse (&htab->elf, allocate_dynrelocs, info);
10109
10110 if (!htab->opd_abi && !bfd_link_pic (info))
10111 elf_link_hash_traverse (&htab->elf, size_global_entry_stubs, info);
10112
10113 first_tlsld = NULL;
10114 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
10115 {
10116 struct got_entry *ent;
10117
10118 if (!is_ppc64_elf (ibfd))
10119 continue;
10120
10121 ent = ppc64_tlsld_got (ibfd);
10122 if (ent->got.refcount > 0)
10123 {
10124 if (!htab->do_multi_toc && first_tlsld != NULL)
10125 {
10126 ent->is_indirect = TRUE;
10127 ent->got.ent = first_tlsld;
10128 }
10129 else
10130 {
10131 if (first_tlsld == NULL)
10132 first_tlsld = ent;
10133 s = ppc64_elf_tdata (ibfd)->got;
10134 ent->got.offset = s->size;
10135 ent->owner = ibfd;
10136 s->size += 16;
10137 if (bfd_link_dll (info))
10138 {
10139 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
10140 srel->size += sizeof (Elf64_External_Rela);
10141 }
10142 }
10143 }
10144 else
10145 ent->got.offset = (bfd_vma) -1;
10146 }
10147
10148 /* We now have determined the sizes of the various dynamic sections.
10149 Allocate memory for them. */
10150 relocs = FALSE;
10151 for (s = dynobj->sections; s != NULL; s = s->next)
10152 {
10153 if ((s->flags & SEC_LINKER_CREATED) == 0)
10154 continue;
10155
10156 if (s == htab->brlt || s == htab->relbrlt)
10157 /* These haven't been allocated yet; don't strip. */
10158 continue;
10159 else if (s == htab->elf.sgot
10160 || s == htab->elf.splt
10161 || s == htab->elf.iplt
10162 || s == htab->pltlocal
10163 || s == htab->glink
10164 || s == htab->global_entry
10165 || s == htab->elf.sdynbss
10166 || s == htab->elf.sdynrelro)
10167 {
10168 /* Strip this section if we don't need it; see the
10169 comment below. */
10170 }
10171 else if (s == htab->glink_eh_frame)
10172 {
10173 if (!bfd_is_abs_section (s->output_section))
10174 /* Not sized yet. */
10175 continue;
10176 }
10177 else if (CONST_STRNEQ (s->name, ".rela"))
10178 {
10179 if (s->size != 0)
10180 {
10181 if (s != htab->elf.srelplt)
10182 relocs = TRUE;
10183
10184 /* We use the reloc_count field as a counter if we need
10185 to copy relocs into the output file. */
10186 s->reloc_count = 0;
10187 }
10188 }
10189 else
10190 {
10191 /* It's not one of our sections, so don't allocate space. */
10192 continue;
10193 }
10194
10195 if (s->size == 0)
10196 {
10197 /* If we don't need this section, strip it from the
10198 output file. This is mostly to handle .rela.bss and
10199 .rela.plt. We must create both sections in
10200 create_dynamic_sections, because they must be created
10201 before the linker maps input sections to output
10202 sections. The linker does that before
10203 adjust_dynamic_symbol is called, and it is that
10204 function which decides whether anything needs to go
10205 into these sections. */
10206 s->flags |= SEC_EXCLUDE;
10207 continue;
10208 }
10209
10210 if (bfd_is_abs_section (s->output_section))
10211 _bfd_error_handler (_("warning: discarding dynamic section %s"),
10212 s->name);
10213
10214 if ((s->flags & SEC_HAS_CONTENTS) == 0)
10215 continue;
10216
10217 /* Allocate memory for the section contents. We use bfd_zalloc
10218 here in case unused entries are not reclaimed before the
10219 section's contents are written out. This should not happen,
10220 but this way if it does we get a R_PPC64_NONE reloc in .rela
10221 sections instead of garbage.
10222 We also rely on the section contents being zero when writing
10223 the GOT and .dynrelro. */
10224 s->contents = bfd_zalloc (dynobj, s->size);
10225 if (s->contents == NULL)
10226 return FALSE;
10227 }
10228
10229 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
10230 {
10231 if (!is_ppc64_elf (ibfd))
10232 continue;
10233
10234 s = ppc64_elf_tdata (ibfd)->got;
10235 if (s != NULL && s != htab->elf.sgot)
10236 {
10237 if (s->size == 0)
10238 s->flags |= SEC_EXCLUDE;
10239 else
10240 {
10241 s->contents = bfd_zalloc (ibfd, s->size);
10242 if (s->contents == NULL)
10243 return FALSE;
10244 }
10245 }
10246 s = ppc64_elf_tdata (ibfd)->relgot;
10247 if (s != NULL)
10248 {
10249 if (s->size == 0)
10250 s->flags |= SEC_EXCLUDE;
10251 else
10252 {
10253 s->contents = bfd_zalloc (ibfd, s->size);
10254 if (s->contents == NULL)
10255 return FALSE;
10256 relocs = TRUE;
10257 s->reloc_count = 0;
10258 }
10259 }
10260 }
10261
10262 if (htab->elf.dynamic_sections_created)
10263 {
10264 bfd_boolean tls_opt;
10265
10266 /* Add some entries to the .dynamic section. We fill in the
10267 values later, in ppc64_elf_finish_dynamic_sections, but we
10268 must add the entries now so that we get the correct size for
10269 the .dynamic section. The DT_DEBUG entry is filled in by the
10270 dynamic linker and used by the debugger. */
10271 #define add_dynamic_entry(TAG, VAL) \
10272 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
10273
10274 if (bfd_link_executable (info))
10275 {
10276 if (!add_dynamic_entry (DT_DEBUG, 0))
10277 return FALSE;
10278 }
10279
10280 if (htab->elf.splt != NULL && htab->elf.splt->size != 0)
10281 {
10282 if (!add_dynamic_entry (DT_PLTGOT, 0)
10283 || !add_dynamic_entry (DT_PLTRELSZ, 0)
10284 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
10285 || !add_dynamic_entry (DT_JMPREL, 0)
10286 || !add_dynamic_entry (DT_PPC64_GLINK, 0))
10287 return FALSE;
10288 }
10289
10290 if (NO_OPD_RELOCS && abiversion (output_bfd) <= 1)
10291 {
10292 if (!add_dynamic_entry (DT_PPC64_OPD, 0)
10293 || !add_dynamic_entry (DT_PPC64_OPDSZ, 0))
10294 return FALSE;
10295 }
10296
10297 tls_opt = (htab->params->tls_get_addr_opt
10298 && ((htab->tls_get_addr_fd != NULL
10299 && htab->tls_get_addr_fd->elf.plt.plist != NULL)
10300 || (htab->tga_desc_fd != NULL
10301 && htab->tga_desc_fd->elf.plt.plist != NULL)));
10302 if (tls_opt || !htab->opd_abi)
10303 {
10304 if (!add_dynamic_entry (DT_PPC64_OPT, tls_opt ? PPC64_OPT_TLS : 0))
10305 return FALSE;
10306 }
10307
10308 if (relocs)
10309 {
10310 if (!add_dynamic_entry (DT_RELA, 0)
10311 || !add_dynamic_entry (DT_RELASZ, 0)
10312 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf64_External_Rela)))
10313 return FALSE;
10314
10315 /* If any dynamic relocs apply to a read-only section,
10316 then we need a DT_TEXTREL entry. */
10317 if ((info->flags & DF_TEXTREL) == 0)
10318 elf_link_hash_traverse (&htab->elf,
10319 _bfd_elf_maybe_set_textrel, info);
10320
10321 if ((info->flags & DF_TEXTREL) != 0)
10322 {
10323 if (!add_dynamic_entry (DT_TEXTREL, 0))
10324 return FALSE;
10325 }
10326 }
10327 }
10328 #undef add_dynamic_entry
10329
10330 return TRUE;
10331 }
10332
10333 /* Return TRUE if symbol should be hashed in the `.gnu.hash' section. */
10334
10335 static bfd_boolean
10336 ppc64_elf_hash_symbol (struct elf_link_hash_entry *h)
10337 {
10338 if (h->plt.plist != NULL
10339 && !h->def_regular
10340 && !h->pointer_equality_needed)
10341 return FALSE;
10342
10343 return _bfd_elf_hash_symbol (h);
10344 }
10345
10346 /* Determine the type of stub needed, if any, for a call. */
10347
10348 static inline enum ppc_stub_type
10349 ppc_type_of_stub (asection *input_sec,
10350 const Elf_Internal_Rela *rel,
10351 struct ppc_link_hash_entry **hash,
10352 struct plt_entry **plt_ent,
10353 bfd_vma destination,
10354 unsigned long local_off)
10355 {
10356 struct ppc_link_hash_entry *h = *hash;
10357 bfd_vma location;
10358 bfd_vma branch_offset;
10359 bfd_vma max_branch_offset;
10360 enum elf_ppc64_reloc_type r_type;
10361
10362 if (h != NULL)
10363 {
10364 struct plt_entry *ent;
10365 struct ppc_link_hash_entry *fdh = h;
10366 if (h->oh != NULL
10367 && h->oh->is_func_descriptor)
10368 {
10369 fdh = ppc_follow_link (h->oh);
10370 *hash = fdh;
10371 }
10372
10373 for (ent = fdh->elf.plt.plist; ent != NULL; ent = ent->next)
10374 if (ent->addend == rel->r_addend
10375 && ent->plt.offset != (bfd_vma) -1)
10376 {
10377 *plt_ent = ent;
10378 return ppc_stub_plt_call;
10379 }
10380
10381 /* Here, we know we don't have a plt entry. If we don't have a
10382 either a defined function descriptor or a defined entry symbol
10383 in a regular object file, then it is pointless trying to make
10384 any other type of stub. */
10385 if (!is_static_defined (&fdh->elf)
10386 && !is_static_defined (&h->elf))
10387 return ppc_stub_none;
10388 }
10389 else if (elf_local_got_ents (input_sec->owner) != NULL)
10390 {
10391 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (input_sec->owner);
10392 struct plt_entry **local_plt = (struct plt_entry **)
10393 elf_local_got_ents (input_sec->owner) + symtab_hdr->sh_info;
10394 unsigned long r_symndx = ELF64_R_SYM (rel->r_info);
10395
10396 if (local_plt[r_symndx] != NULL)
10397 {
10398 struct plt_entry *ent;
10399
10400 for (ent = local_plt[r_symndx]; ent != NULL; ent = ent->next)
10401 if (ent->addend == rel->r_addend
10402 && ent->plt.offset != (bfd_vma) -1)
10403 {
10404 *plt_ent = ent;
10405 return ppc_stub_plt_call;
10406 }
10407 }
10408 }
10409
10410 /* Determine where the call point is. */
10411 location = (input_sec->output_offset
10412 + input_sec->output_section->vma
10413 + rel->r_offset);
10414
10415 branch_offset = destination - location;
10416 r_type = ELF64_R_TYPE (rel->r_info);
10417
10418 /* Determine if a long branch stub is needed. */
10419 max_branch_offset = 1 << 25;
10420 if (r_type == R_PPC64_REL14
10421 || r_type == R_PPC64_REL14_BRTAKEN
10422 || r_type == R_PPC64_REL14_BRNTAKEN)
10423 max_branch_offset = 1 << 15;
10424
10425 if (branch_offset + max_branch_offset >= 2 * max_branch_offset - local_off)
10426 /* We need a stub. Figure out whether a long_branch or plt_branch
10427 is needed later. */
10428 return ppc_stub_long_branch;
10429
10430 return ppc_stub_none;
10431 }
10432
10433 /* Gets the address of a label (1:) in r11 and builds an offset in r12,
10434 then adds it to r11 (LOAD false) or loads r12 from r11+r12 (LOAD true).
10435 . mflr %r12
10436 . bcl 20,31,1f
10437 .1: mflr %r11
10438 . mtlr %r12
10439 . lis %r12,xxx-1b@highest
10440 . ori %r12,%r12,xxx-1b@higher
10441 . sldi %r12,%r12,32
10442 . oris %r12,%r12,xxx-1b@high
10443 . ori %r12,%r12,xxx-1b@l
10444 . add/ldx %r12,%r11,%r12 */
10445
10446 static bfd_byte *
10447 build_offset (bfd *abfd, bfd_byte *p, bfd_vma off, bfd_boolean load)
10448 {
10449 bfd_put_32 (abfd, MFLR_R12, p);
10450 p += 4;
10451 bfd_put_32 (abfd, BCL_20_31, p);
10452 p += 4;
10453 bfd_put_32 (abfd, MFLR_R11, p);
10454 p += 4;
10455 bfd_put_32 (abfd, MTLR_R12, p);
10456 p += 4;
10457 if (off + 0x8000 < 0x10000)
10458 {
10459 if (load)
10460 bfd_put_32 (abfd, LD_R12_0R11 + PPC_LO (off), p);
10461 else
10462 bfd_put_32 (abfd, ADDI_R12_R11 + PPC_LO (off), p);
10463 p += 4;
10464 }
10465 else if (off + 0x80008000ULL < 0x100000000ULL)
10466 {
10467 bfd_put_32 (abfd, ADDIS_R12_R11 + PPC_HA (off), p);
10468 p += 4;
10469 if (load)
10470 bfd_put_32 (abfd, LD_R12_0R12 + PPC_LO (off), p);
10471 else
10472 bfd_put_32 (abfd, ADDI_R12_R12 + PPC_LO (off), p);
10473 p += 4;
10474 }
10475 else
10476 {
10477 if (off + 0x800000000000ULL < 0x1000000000000ULL)
10478 {
10479 bfd_put_32 (abfd, LI_R12_0 + ((off >> 32) & 0xffff), p);
10480 p += 4;
10481 }
10482 else
10483 {
10484 bfd_put_32 (abfd, LIS_R12 + ((off >> 48) & 0xffff), p);
10485 p += 4;
10486 if (((off >> 32) & 0xffff) != 0)
10487 {
10488 bfd_put_32 (abfd, ORI_R12_R12_0 + ((off >> 32) & 0xffff), p);
10489 p += 4;
10490 }
10491 }
10492 if (((off >> 32) & 0xffffffffULL) != 0)
10493 {
10494 bfd_put_32 (abfd, SLDI_R12_R12_32, p);
10495 p += 4;
10496 }
10497 if (PPC_HI (off) != 0)
10498 {
10499 bfd_put_32 (abfd, ORIS_R12_R12_0 + PPC_HI (off), p);
10500 p += 4;
10501 }
10502 if (PPC_LO (off) != 0)
10503 {
10504 bfd_put_32 (abfd, ORI_R12_R12_0 + PPC_LO (off), p);
10505 p += 4;
10506 }
10507 if (load)
10508 bfd_put_32 (abfd, LDX_R12_R11_R12, p);
10509 else
10510 bfd_put_32 (abfd, ADD_R12_R11_R12, p);
10511 p += 4;
10512 }
10513 return p;
10514 }
10515
10516 static unsigned int
10517 size_offset (bfd_vma off)
10518 {
10519 unsigned int size;
10520 if (off + 0x8000 < 0x10000)
10521 size = 4;
10522 else if (off + 0x80008000ULL < 0x100000000ULL)
10523 size = 8;
10524 else
10525 {
10526 if (off + 0x800000000000ULL < 0x1000000000000ULL)
10527 size = 4;
10528 else
10529 {
10530 size = 4;
10531 if (((off >> 32) & 0xffff) != 0)
10532 size += 4;
10533 }
10534 if (((off >> 32) & 0xffffffffULL) != 0)
10535 size += 4;
10536 if (PPC_HI (off) != 0)
10537 size += 4;
10538 if (PPC_LO (off) != 0)
10539 size += 4;
10540 size += 4;
10541 }
10542 return size + 16;
10543 }
10544
10545 static unsigned int
10546 num_relocs_for_offset (bfd_vma off)
10547 {
10548 unsigned int num_rel;
10549 if (off + 0x8000 < 0x10000)
10550 num_rel = 1;
10551 else if (off + 0x80008000ULL < 0x100000000ULL)
10552 num_rel = 2;
10553 else
10554 {
10555 num_rel = 1;
10556 if (off + 0x800000000000ULL >= 0x1000000000000ULL
10557 && ((off >> 32) & 0xffff) != 0)
10558 num_rel += 1;
10559 if (PPC_HI (off) != 0)
10560 num_rel += 1;
10561 if (PPC_LO (off) != 0)
10562 num_rel += 1;
10563 }
10564 return num_rel;
10565 }
10566
10567 static Elf_Internal_Rela *
10568 emit_relocs_for_offset (struct bfd_link_info *info, Elf_Internal_Rela *r,
10569 bfd_vma roff, bfd_vma targ, bfd_vma off)
10570 {
10571 bfd_vma relative_targ = targ - (roff - 8);
10572 if (bfd_big_endian (info->output_bfd))
10573 roff += 2;
10574 r->r_offset = roff;
10575 r->r_addend = relative_targ + roff;
10576 if (off + 0x8000 < 0x10000)
10577 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16);
10578 else if (off + 0x80008000ULL < 0x100000000ULL)
10579 {
10580 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16_HA);
10581 ++r;
10582 roff += 4;
10583 r->r_offset = roff;
10584 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16_LO);
10585 r->r_addend = relative_targ + roff;
10586 }
10587 else
10588 {
10589 if (off + 0x800000000000ULL < 0x1000000000000ULL)
10590 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16_HIGHER);
10591 else
10592 {
10593 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16_HIGHEST);
10594 if (((off >> 32) & 0xffff) != 0)
10595 {
10596 ++r;
10597 roff += 4;
10598 r->r_offset = roff;
10599 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16_HIGHER);
10600 r->r_addend = relative_targ + roff;
10601 }
10602 }
10603 if (((off >> 32) & 0xffffffffULL) != 0)
10604 roff += 4;
10605 if (PPC_HI (off) != 0)
10606 {
10607 ++r;
10608 roff += 4;
10609 r->r_offset = roff;
10610 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16_HIGH);
10611 r->r_addend = relative_targ + roff;
10612 }
10613 if (PPC_LO (off) != 0)
10614 {
10615 ++r;
10616 roff += 4;
10617 r->r_offset = roff;
10618 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16_LO);
10619 r->r_addend = relative_targ + roff;
10620 }
10621 }
10622 return r;
10623 }
10624
10625 static bfd_byte *
10626 build_power10_offset (bfd *abfd, bfd_byte *p, bfd_vma off, int odd,
10627 bfd_boolean load)
10628 {
10629 uint64_t insn;
10630 if (off - odd + (1ULL << 33) < 1ULL << 34)
10631 {
10632 off -= odd;
10633 if (odd)
10634 {
10635 bfd_put_32 (abfd, NOP, p);
10636 p += 4;
10637 }
10638 if (load)
10639 insn = PLD_R12_PC;
10640 else
10641 insn = PADDI_R12_PC;
10642 insn |= D34 (off);
10643 bfd_put_32 (abfd, insn >> 32, p);
10644 p += 4;
10645 bfd_put_32 (abfd, insn, p);
10646 }
10647 /* The minimum value for paddi is -0x200000000. The minimum value
10648 for li is -0x8000, which when shifted by 34 and added gives a
10649 minimum value of -0x2000200000000. The maximum value is
10650 0x1ffffffff+0x7fff<<34 which is 0x2000200000000-1. */
10651 else if (off - (8 - odd) + (0x20002ULL << 32) < 0x40004ULL << 32)
10652 {
10653 off -= 8 - odd;
10654 bfd_put_32 (abfd, LI_R11_0 | (HA34 (off) & 0xffff), p);
10655 p += 4;
10656 if (!odd)
10657 {
10658 bfd_put_32 (abfd, SLDI_R11_R11_34, p);
10659 p += 4;
10660 }
10661 insn = PADDI_R12_PC | D34 (off);
10662 bfd_put_32 (abfd, insn >> 32, p);
10663 p += 4;
10664 bfd_put_32 (abfd, insn, p);
10665 p += 4;
10666 if (odd)
10667 {
10668 bfd_put_32 (abfd, SLDI_R11_R11_34, p);
10669 p += 4;
10670 }
10671 if (load)
10672 bfd_put_32 (abfd, LDX_R12_R11_R12, p);
10673 else
10674 bfd_put_32 (abfd, ADD_R12_R11_R12, p);
10675 }
10676 else
10677 {
10678 off -= odd + 8;
10679 bfd_put_32 (abfd, LIS_R11 | ((HA34 (off) >> 16) & 0x3fff), p);
10680 p += 4;
10681 bfd_put_32 (abfd, ORI_R11_R11_0 | (HA34 (off) & 0xffff), p);
10682 p += 4;
10683 if (odd)
10684 {
10685 bfd_put_32 (abfd, SLDI_R11_R11_34, p);
10686 p += 4;
10687 }
10688 insn = PADDI_R12_PC | D34 (off);
10689 bfd_put_32 (abfd, insn >> 32, p);
10690 p += 4;
10691 bfd_put_32 (abfd, insn, p);
10692 p += 4;
10693 if (!odd)
10694 {
10695 bfd_put_32 (abfd, SLDI_R11_R11_34, p);
10696 p += 4;
10697 }
10698 if (load)
10699 bfd_put_32 (abfd, LDX_R12_R11_R12, p);
10700 else
10701 bfd_put_32 (abfd, ADD_R12_R11_R12, p);
10702 }
10703 p += 4;
10704 return p;
10705 }
10706
10707 static unsigned int
10708 size_power10_offset (bfd_vma off, int odd)
10709 {
10710 if (off - odd + (1ULL << 33) < 1ULL << 34)
10711 return odd + 8;
10712 else if (off - (8 - odd) + (0x20002ULL << 32) < 0x40004ULL << 32)
10713 return 20;
10714 else
10715 return 24;
10716 }
10717
10718 static unsigned int
10719 num_relocs_for_power10_offset (bfd_vma off, int odd)
10720 {
10721 if (off - odd + (1ULL << 33) < 1ULL << 34)
10722 return 1;
10723 else if (off - (8 - odd) + (0x20002ULL << 32) < 0x40004ULL << 32)
10724 return 2;
10725 else
10726 return 3;
10727 }
10728
10729 static Elf_Internal_Rela *
10730 emit_relocs_for_power10_offset (struct bfd_link_info *info,
10731 Elf_Internal_Rela *r, bfd_vma roff,
10732 bfd_vma targ, bfd_vma off, int odd)
10733 {
10734 if (off - odd + (1ULL << 33) < 1ULL << 34)
10735 roff += odd;
10736 else if (off - (8 - odd) + (0x20002ULL << 32) < 0x40004ULL << 32)
10737 {
10738 int d_offset = bfd_big_endian (info->output_bfd) ? 2 : 0;
10739 r->r_offset = roff + d_offset;
10740 r->r_addend = targ + 8 - odd - d_offset;
10741 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16_HIGHERA34);
10742 ++r;
10743 roff += 8 - odd;
10744 }
10745 else
10746 {
10747 int d_offset = bfd_big_endian (info->output_bfd) ? 2 : 0;
10748 r->r_offset = roff + d_offset;
10749 r->r_addend = targ + 8 + odd - d_offset;
10750 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16_HIGHESTA34);
10751 ++r;
10752 roff += 4;
10753 r->r_offset = roff + d_offset;
10754 r->r_addend = targ + 4 + odd - d_offset;
10755 r->r_info = ELF64_R_INFO (0, R_PPC64_REL16_HIGHERA34);
10756 ++r;
10757 roff += 4 + odd;
10758 }
10759 r->r_offset = roff;
10760 r->r_addend = targ;
10761 r->r_info = ELF64_R_INFO (0, R_PPC64_PCREL34);
10762 return r;
10763 }
10764
10765 /* Emit .eh_frame opcode to advance pc by DELTA. */
10766
10767 static bfd_byte *
10768 eh_advance (bfd *abfd, bfd_byte *eh, unsigned int delta)
10769 {
10770 delta /= 4;
10771 if (delta < 64)
10772 *eh++ = DW_CFA_advance_loc + delta;
10773 else if (delta < 256)
10774 {
10775 *eh++ = DW_CFA_advance_loc1;
10776 *eh++ = delta;
10777 }
10778 else if (delta < 65536)
10779 {
10780 *eh++ = DW_CFA_advance_loc2;
10781 bfd_put_16 (abfd, delta, eh);
10782 eh += 2;
10783 }
10784 else
10785 {
10786 *eh++ = DW_CFA_advance_loc4;
10787 bfd_put_32 (abfd, delta, eh);
10788 eh += 4;
10789 }
10790 return eh;
10791 }
10792
10793 /* Size of required .eh_frame opcode to advance pc by DELTA. */
10794
10795 static unsigned int
10796 eh_advance_size (unsigned int delta)
10797 {
10798 if (delta < 64 * 4)
10799 /* DW_CFA_advance_loc+[1..63]. */
10800 return 1;
10801 if (delta < 256 * 4)
10802 /* DW_CFA_advance_loc1, byte. */
10803 return 2;
10804 if (delta < 65536 * 4)
10805 /* DW_CFA_advance_loc2, 2 bytes. */
10806 return 3;
10807 /* DW_CFA_advance_loc4, 4 bytes. */
10808 return 5;
10809 }
10810
10811 /* With power7 weakly ordered memory model, it is possible for ld.so
10812 to update a plt entry in one thread and have another thread see a
10813 stale zero toc entry. To avoid this we need some sort of acquire
10814 barrier in the call stub. One solution is to make the load of the
10815 toc word seem to appear to depend on the load of the function entry
10816 word. Another solution is to test for r2 being zero, and branch to
10817 the appropriate glink entry if so.
10818
10819 . fake dep barrier compare
10820 . ld 12,xxx(2) ld 12,xxx(2)
10821 . mtctr 12 mtctr 12
10822 . xor 11,12,12 ld 2,xxx+8(2)
10823 . add 2,2,11 cmpldi 2,0
10824 . ld 2,xxx+8(2) bnectr+
10825 . bctr b <glink_entry>
10826
10827 The solution involving the compare turns out to be faster, so
10828 that's what we use unless the branch won't reach. */
10829
10830 #define ALWAYS_USE_FAKE_DEP 0
10831 #define ALWAYS_EMIT_R2SAVE 0
10832
10833 static inline unsigned int
10834 plt_stub_size (struct ppc_link_hash_table *htab,
10835 struct ppc_stub_hash_entry *stub_entry,
10836 bfd_vma off)
10837 {
10838 unsigned size;
10839
10840 if (stub_entry->stub_type >= ppc_stub_plt_call_notoc)
10841 {
10842 if (htab->params->power10_stubs != 0)
10843 {
10844 bfd_vma start = (stub_entry->stub_offset
10845 + stub_entry->group->stub_sec->output_offset
10846 + stub_entry->group->stub_sec->output_section->vma);
10847 if (stub_entry->stub_type > ppc_stub_plt_call_notoc)
10848 start += 4;
10849 size = 8 + size_power10_offset (off, start & 4);
10850 }
10851 else
10852 size = 8 + size_offset (off - 8);
10853 if (stub_entry->stub_type > ppc_stub_plt_call_notoc)
10854 size += 4;
10855 return size;
10856 }
10857
10858 size = 12;
10859 if (ALWAYS_EMIT_R2SAVE
10860 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10861 size += 4;
10862 if (PPC_HA (off) != 0)
10863 size += 4;
10864 if (htab->opd_abi)
10865 {
10866 size += 4;
10867 if (htab->params->plt_static_chain)
10868 size += 4;
10869 if (htab->params->plt_thread_safe
10870 && htab->elf.dynamic_sections_created
10871 && stub_entry->h != NULL
10872 && stub_entry->h->elf.dynindx != -1)
10873 size += 8;
10874 if (PPC_HA (off + 8 + 8 * htab->params->plt_static_chain) != PPC_HA (off))
10875 size += 4;
10876 }
10877 if (stub_entry->h != NULL
10878 && is_tls_get_addr (&stub_entry->h->elf, htab)
10879 && htab->params->tls_get_addr_opt)
10880 {
10881 if (htab->params->no_tls_get_addr_regsave)
10882 {
10883 size += 7 * 4;
10884 if (stub_entry->stub_type == ppc_stub_plt_call_r2save)
10885 size += 6 * 4;
10886 }
10887 else
10888 {
10889 size += 30 * 4;
10890 if (stub_entry->stub_type == ppc_stub_plt_call_r2save)
10891 size += 4;
10892 }
10893 }
10894 return size;
10895 }
10896
10897 /* Depending on the sign of plt_stub_align:
10898 If positive, return the padding to align to a 2**plt_stub_align
10899 boundary.
10900 If negative, if this stub would cross fewer 2**plt_stub_align
10901 boundaries if we align, then return the padding needed to do so. */
10902
10903 static inline unsigned int
10904 plt_stub_pad (struct ppc_link_hash_table *htab,
10905 struct ppc_stub_hash_entry *stub_entry,
10906 bfd_vma plt_off)
10907 {
10908 int stub_align;
10909 unsigned stub_size;
10910 bfd_vma stub_off = stub_entry->group->stub_sec->size;
10911
10912 if (htab->params->plt_stub_align >= 0)
10913 {
10914 stub_align = 1 << htab->params->plt_stub_align;
10915 if ((stub_off & (stub_align - 1)) != 0)
10916 return stub_align - (stub_off & (stub_align - 1));
10917 return 0;
10918 }
10919
10920 stub_align = 1 << -htab->params->plt_stub_align;
10921 stub_size = plt_stub_size (htab, stub_entry, plt_off);
10922 if (((stub_off + stub_size - 1) & -stub_align) - (stub_off & -stub_align)
10923 > ((stub_size - 1) & -stub_align))
10924 return stub_align - (stub_off & (stub_align - 1));
10925 return 0;
10926 }
10927
10928 /* Build a .plt call stub. */
10929
10930 static inline bfd_byte *
10931 build_plt_stub (struct ppc_link_hash_table *htab,
10932 struct ppc_stub_hash_entry *stub_entry,
10933 bfd_byte *p, bfd_vma offset, Elf_Internal_Rela *r)
10934 {
10935 bfd *obfd = htab->params->stub_bfd;
10936 bfd_boolean plt_load_toc = htab->opd_abi;
10937 bfd_boolean plt_static_chain = htab->params->plt_static_chain;
10938 bfd_boolean plt_thread_safe = (htab->params->plt_thread_safe
10939 && htab->elf.dynamic_sections_created
10940 && stub_entry->h != NULL
10941 && stub_entry->h->elf.dynindx != -1);
10942 bfd_boolean use_fake_dep = plt_thread_safe;
10943 bfd_vma cmp_branch_off = 0;
10944
10945 if (!ALWAYS_USE_FAKE_DEP
10946 && plt_load_toc
10947 && plt_thread_safe
10948 && !(is_tls_get_addr (&stub_entry->h->elf, htab)
10949 && htab->params->tls_get_addr_opt))
10950 {
10951 bfd_vma pltoff = stub_entry->plt_ent->plt.offset & ~1;
10952 bfd_vma pltindex = ((pltoff - PLT_INITIAL_ENTRY_SIZE (htab))
10953 / PLT_ENTRY_SIZE (htab));
10954 bfd_vma glinkoff = GLINK_PLTRESOLVE_SIZE (htab) + pltindex * 8;
10955 bfd_vma to, from;
10956
10957 if (pltindex > 32768)
10958 glinkoff += (pltindex - 32768) * 4;
10959 to = (glinkoff
10960 + htab->glink->output_offset
10961 + htab->glink->output_section->vma);
10962 from = (p - stub_entry->group->stub_sec->contents
10963 + 4 * (ALWAYS_EMIT_R2SAVE
10964 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10965 + 4 * (PPC_HA (offset) != 0)
10966 + 4 * (PPC_HA (offset + 8 + 8 * plt_static_chain)
10967 != PPC_HA (offset))
10968 + 4 * (plt_static_chain != 0)
10969 + 20
10970 + stub_entry->group->stub_sec->output_offset
10971 + stub_entry->group->stub_sec->output_section->vma);
10972 cmp_branch_off = to - from;
10973 use_fake_dep = cmp_branch_off + (1 << 25) >= (1 << 26);
10974 }
10975
10976 if (PPC_HA (offset) != 0)
10977 {
10978 if (r != NULL)
10979 {
10980 if (ALWAYS_EMIT_R2SAVE
10981 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10982 r[0].r_offset += 4;
10983 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_HA);
10984 r[1].r_offset = r[0].r_offset + 4;
10985 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10986 r[1].r_addend = r[0].r_addend;
10987 if (plt_load_toc)
10988 {
10989 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
10990 {
10991 r[2].r_offset = r[1].r_offset + 4;
10992 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO);
10993 r[2].r_addend = r[0].r_addend;
10994 }
10995 else
10996 {
10997 r[2].r_offset = r[1].r_offset + 8 + 8 * use_fake_dep;
10998 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10999 r[2].r_addend = r[0].r_addend + 8;
11000 if (plt_static_chain)
11001 {
11002 r[3].r_offset = r[2].r_offset + 4;
11003 r[3].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
11004 r[3].r_addend = r[0].r_addend + 16;
11005 }
11006 }
11007 }
11008 }
11009 if (ALWAYS_EMIT_R2SAVE
11010 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
11011 bfd_put_32 (obfd, STD_R2_0R1 + STK_TOC (htab), p), p += 4;
11012 if (plt_load_toc)
11013 {
11014 bfd_put_32 (obfd, ADDIS_R11_R2 | PPC_HA (offset), p), p += 4;
11015 bfd_put_32 (obfd, LD_R12_0R11 | PPC_LO (offset), p), p += 4;
11016 }
11017 else
11018 {
11019 bfd_put_32 (obfd, ADDIS_R12_R2 | PPC_HA (offset), p), p += 4;
11020 bfd_put_32 (obfd, LD_R12_0R12 | PPC_LO (offset), p), p += 4;
11021 }
11022 if (plt_load_toc
11023 && PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
11024 {
11025 bfd_put_32 (obfd, ADDI_R11_R11 | PPC_LO (offset), p), p += 4;
11026 offset = 0;
11027 }
11028 bfd_put_32 (obfd, MTCTR_R12, p), p += 4;
11029 if (plt_load_toc)
11030 {
11031 if (use_fake_dep)
11032 {
11033 bfd_put_32 (obfd, XOR_R2_R12_R12, p), p += 4;
11034 bfd_put_32 (obfd, ADD_R11_R11_R2, p), p += 4;
11035 }
11036 bfd_put_32 (obfd, LD_R2_0R11 | PPC_LO (offset + 8), p), p += 4;
11037 if (plt_static_chain)
11038 bfd_put_32 (obfd, LD_R11_0R11 | PPC_LO (offset + 16), p), p += 4;
11039 }
11040 }
11041 else
11042 {
11043 if (r != NULL)
11044 {
11045 if (ALWAYS_EMIT_R2SAVE
11046 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
11047 r[0].r_offset += 4;
11048 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
11049 if (plt_load_toc)
11050 {
11051 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
11052 {
11053 r[1].r_offset = r[0].r_offset + 4;
11054 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16);
11055 r[1].r_addend = r[0].r_addend;
11056 }
11057 else
11058 {
11059 r[1].r_offset = r[0].r_offset + 8 + 8 * use_fake_dep;
11060 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
11061 r[1].r_addend = r[0].r_addend + 8 + 8 * plt_static_chain;
11062 if (plt_static_chain)
11063 {
11064 r[2].r_offset = r[1].r_offset + 4;
11065 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
11066 r[2].r_addend = r[0].r_addend + 8;
11067 }
11068 }
11069 }
11070 }
11071 if (ALWAYS_EMIT_R2SAVE
11072 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
11073 bfd_put_32 (obfd, STD_R2_0R1 + STK_TOC (htab), p), p += 4;
11074 bfd_put_32 (obfd, LD_R12_0R2 | PPC_LO (offset), p), p += 4;
11075 if (plt_load_toc
11076 && PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
11077 {
11078 bfd_put_32 (obfd, ADDI_R2_R2 | PPC_LO (offset), p), p += 4;
11079 offset = 0;
11080 }
11081 bfd_put_32 (obfd, MTCTR_R12, p), p += 4;
11082 if (plt_load_toc)
11083 {
11084 if (use_fake_dep)
11085 {
11086 bfd_put_32 (obfd, XOR_R11_R12_R12, p), p += 4;
11087 bfd_put_32 (obfd, ADD_R2_R2_R11, p), p += 4;
11088 }
11089 if (plt_static_chain)
11090 bfd_put_32 (obfd, LD_R11_0R2 | PPC_LO (offset + 16), p), p += 4;
11091 bfd_put_32 (obfd, LD_R2_0R2 | PPC_LO (offset + 8), p), p += 4;
11092 }
11093 }
11094 if (plt_load_toc && plt_thread_safe && !use_fake_dep)
11095 {
11096 bfd_put_32 (obfd, CMPLDI_R2_0, p), p += 4;
11097 bfd_put_32 (obfd, BNECTR_P4, p), p += 4;
11098 bfd_put_32 (obfd, B_DOT | (cmp_branch_off & 0x3fffffc), p), p += 4;
11099 }
11100 else
11101 bfd_put_32 (obfd, BCTR, p), p += 4;
11102 return p;
11103 }
11104
11105 /* Build a special .plt call stub for __tls_get_addr. */
11106
11107 #define LD_R0_0R3 0xe8030000
11108 #define LD_R12_0R3 0xe9830000
11109 #define MR_R0_R3 0x7c601b78
11110 #define CMPDI_R0_0 0x2c200000
11111 #define ADD_R3_R12_R13 0x7c6c6a14
11112 #define BEQLR 0x4d820020
11113 #define MR_R3_R0 0x7c030378
11114 #define BCTRL 0x4e800421
11115
11116 static inline bfd_byte *
11117 build_tls_get_addr_stub (struct ppc_link_hash_table *htab,
11118 struct ppc_stub_hash_entry *stub_entry,
11119 bfd_byte *p, bfd_vma offset, Elf_Internal_Rela *r)
11120 {
11121 bfd *obfd = htab->params->stub_bfd;
11122 bfd_byte *loc = p;
11123 unsigned int i;
11124
11125 bfd_put_32 (obfd, LD_R0_0R3 + 0, p), p += 4;
11126 bfd_put_32 (obfd, LD_R12_0R3 + 8, p), p += 4;
11127 bfd_put_32 (obfd, CMPDI_R0_0, p), p += 4;
11128 bfd_put_32 (obfd, MR_R0_R3, p), p += 4;
11129 bfd_put_32 (obfd, ADD_R3_R12_R13, p), p += 4;
11130 bfd_put_32 (obfd, BEQLR, p), p += 4;
11131 bfd_put_32 (obfd, MR_R3_R0, p), p += 4;
11132 if (htab->params->no_tls_get_addr_regsave)
11133 {
11134 if (r != NULL)
11135 r[0].r_offset += 7 * 4;
11136 if (stub_entry->stub_type != ppc_stub_plt_call_r2save)
11137 return build_plt_stub (htab, stub_entry, p, offset, r);
11138
11139 bfd_put_32 (obfd, MFLR_R0, p);
11140 p += 4;
11141 bfd_put_32 (obfd, STD_R0_0R1 + STK_LINKER (htab), p);
11142 p += 4;
11143
11144 if (r != NULL)
11145 r[0].r_offset += 2 * 4;
11146 p = build_plt_stub (htab, stub_entry, p, offset, r);
11147 bfd_put_32 (obfd, BCTRL, p - 4);
11148
11149 bfd_put_32 (obfd, LD_R2_0R1 + STK_TOC (htab), p);
11150 p += 4;
11151 bfd_put_32 (obfd, LD_R0_0R1 + STK_LINKER (htab), p);
11152 p += 4;
11153 bfd_put_32 (obfd, MTLR_R0, p);
11154 p += 4;
11155 bfd_put_32 (obfd, BLR, p);
11156 p += 4;
11157 }
11158 else
11159 {
11160 p = tls_get_addr_prologue (obfd, p, htab);
11161
11162 if (r != NULL)
11163 r[0].r_offset += 18 * 4;
11164
11165 p = build_plt_stub (htab, stub_entry, p, offset, r);
11166 bfd_put_32 (obfd, BCTRL, p - 4);
11167
11168 if (stub_entry->stub_type == ppc_stub_plt_call_r2save)
11169 {
11170 bfd_put_32 (obfd, LD_R2_0R1 + STK_TOC (htab), p);
11171 p += 4;
11172 }
11173
11174 p = tls_get_addr_epilogue (obfd, p, htab);
11175 }
11176
11177 if (htab->glink_eh_frame != NULL
11178 && htab->glink_eh_frame->size != 0)
11179 {
11180 bfd_byte *base, *eh;
11181
11182 base = htab->glink_eh_frame->contents + stub_entry->group->eh_base + 17;
11183 eh = base + stub_entry->group->eh_size;
11184 if (htab->params->no_tls_get_addr_regsave)
11185 {
11186 unsigned int lr_used, delta;
11187 lr_used = stub_entry->stub_offset + (p - 20 - loc);
11188 delta = lr_used - stub_entry->group->lr_restore;
11189 stub_entry->group->lr_restore = lr_used + 16;
11190 eh = eh_advance (htab->elf.dynobj, eh, delta);
11191 *eh++ = DW_CFA_offset_extended_sf;
11192 *eh++ = 65;
11193 *eh++ = -(STK_LINKER (htab) / 8) & 0x7f;
11194 *eh++ = DW_CFA_advance_loc + 4;
11195 }
11196 else
11197 {
11198 unsigned int cfa_updt, delta;
11199 /* After the bctrl, lr has been modified so we need to emit
11200 .eh_frame info saying the return address is on the stack. In
11201 fact we must put the EH info at or before the call rather
11202 than after it, because the EH info for a call needs to be
11203 specified by that point.
11204 See libgcc/unwind-dw2.c execute_cfa_program.
11205 Any stack pointer update must be described immediately after
11206 the instruction making the change, and since the stdu occurs
11207 after saving regs we put all the reg saves and the cfa
11208 change there. */
11209 cfa_updt = stub_entry->stub_offset + 18 * 4;
11210 delta = cfa_updt - stub_entry->group->lr_restore;
11211 stub_entry->group->lr_restore
11212 = stub_entry->stub_offset + (p - loc) - 4;
11213 eh = eh_advance (htab->elf.dynobj, eh, delta);
11214 *eh++ = DW_CFA_def_cfa_offset;
11215 if (htab->opd_abi)
11216 {
11217 *eh++ = 128;
11218 *eh++ = 1;
11219 }
11220 else
11221 *eh++ = 96;
11222 *eh++ = DW_CFA_offset_extended_sf;
11223 *eh++ = 65;
11224 *eh++ = (-16 / 8) & 0x7f;
11225 for (i = 4; i < 12; i++)
11226 {
11227 *eh++ = DW_CFA_offset + i;
11228 *eh++ = (htab->opd_abi ? 13 : 12) - i;
11229 }
11230 *eh++ = (DW_CFA_advance_loc
11231 + (stub_entry->group->lr_restore - 8 - cfa_updt) / 4);
11232 *eh++ = DW_CFA_def_cfa_offset;
11233 *eh++ = 0;
11234 for (i = 4; i < 12; i++)
11235 *eh++ = DW_CFA_restore + i;
11236 *eh++ = DW_CFA_advance_loc + 2;
11237 }
11238 *eh++ = DW_CFA_restore_extended;
11239 *eh++ = 65;
11240 stub_entry->group->eh_size = eh - base;
11241 }
11242 return p;
11243 }
11244
11245 static Elf_Internal_Rela *
11246 get_relocs (asection *sec, int count)
11247 {
11248 Elf_Internal_Rela *relocs;
11249 struct bfd_elf_section_data *elfsec_data;
11250
11251 elfsec_data = elf_section_data (sec);
11252 relocs = elfsec_data->relocs;
11253 if (relocs == NULL)
11254 {
11255 bfd_size_type relsize;
11256 relsize = sec->reloc_count * sizeof (*relocs);
11257 relocs = bfd_alloc (sec->owner, relsize);
11258 if (relocs == NULL)
11259 return NULL;
11260 elfsec_data->relocs = relocs;
11261 elfsec_data->rela.hdr = bfd_zalloc (sec->owner,
11262 sizeof (Elf_Internal_Shdr));
11263 if (elfsec_data->rela.hdr == NULL)
11264 return NULL;
11265 elfsec_data->rela.hdr->sh_size = (sec->reloc_count
11266 * sizeof (Elf64_External_Rela));
11267 elfsec_data->rela.hdr->sh_entsize = sizeof (Elf64_External_Rela);
11268 sec->reloc_count = 0;
11269 }
11270 relocs += sec->reloc_count;
11271 sec->reloc_count += count;
11272 return relocs;
11273 }
11274
11275 /* Convert the relocs R[0] thru R[-NUM_REL+1], which are all no-symbol
11276 forms, to the equivalent relocs against the global symbol given by
11277 STUB_ENTRY->H. */
11278
11279 static bfd_boolean
11280 use_global_in_relocs (struct ppc_link_hash_table *htab,
11281 struct ppc_stub_hash_entry *stub_entry,
11282 Elf_Internal_Rela *r, unsigned int num_rel)
11283 {
11284 struct elf_link_hash_entry **hashes;
11285 unsigned long symndx;
11286 struct ppc_link_hash_entry *h;
11287 bfd_vma symval;
11288
11289 /* Relocs are always against symbols in their own object file. Fake
11290 up global sym hashes for the stub bfd (which has no symbols). */
11291 hashes = elf_sym_hashes (htab->params->stub_bfd);
11292 if (hashes == NULL)
11293 {
11294 bfd_size_type hsize;
11295
11296 /* When called the first time, stub_globals will contain the
11297 total number of symbols seen during stub sizing. After
11298 allocating, stub_globals is used as an index to fill the
11299 hashes array. */
11300 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
11301 hashes = bfd_zalloc (htab->params->stub_bfd, hsize);
11302 if (hashes == NULL)
11303 return FALSE;
11304 elf_sym_hashes (htab->params->stub_bfd) = hashes;
11305 htab->stub_globals = 1;
11306 }
11307 symndx = htab->stub_globals++;
11308 h = stub_entry->h;
11309 hashes[symndx] = &h->elf;
11310 if (h->oh != NULL && h->oh->is_func)
11311 h = ppc_follow_link (h->oh);
11312 BFD_ASSERT (h->elf.root.type == bfd_link_hash_defined
11313 || h->elf.root.type == bfd_link_hash_defweak);
11314 symval = defined_sym_val (&h->elf);
11315 while (num_rel-- != 0)
11316 {
11317 r->r_info = ELF64_R_INFO (symndx, ELF64_R_TYPE (r->r_info));
11318 if (h->elf.root.u.def.section != stub_entry->target_section)
11319 {
11320 /* H is an opd symbol. The addend must be zero, and the
11321 branch reloc is the only one we can convert. */
11322 r->r_addend = 0;
11323 break;
11324 }
11325 else
11326 r->r_addend -= symval;
11327 --r;
11328 }
11329 return TRUE;
11330 }
11331
11332 static bfd_vma
11333 get_r2off (struct bfd_link_info *info,
11334 struct ppc_stub_hash_entry *stub_entry)
11335 {
11336 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11337 bfd_vma r2off = htab->sec_info[stub_entry->target_section->id].toc_off;
11338
11339 if (r2off == 0)
11340 {
11341 /* Support linking -R objects. Get the toc pointer from the
11342 opd entry. */
11343 char buf[8];
11344 if (!htab->opd_abi)
11345 return r2off;
11346 asection *opd = stub_entry->h->elf.root.u.def.section;
11347 bfd_vma opd_off = stub_entry->h->elf.root.u.def.value;
11348
11349 if (strcmp (opd->name, ".opd") != 0
11350 || opd->reloc_count != 0)
11351 {
11352 info->callbacks->einfo
11353 (_("%P: cannot find opd entry toc for `%pT'\n"),
11354 stub_entry->h->elf.root.root.string);
11355 bfd_set_error (bfd_error_bad_value);
11356 return (bfd_vma) -1;
11357 }
11358 if (!bfd_get_section_contents (opd->owner, opd, buf, opd_off + 8, 8))
11359 return (bfd_vma) -1;
11360 r2off = bfd_get_64 (opd->owner, buf);
11361 r2off -= elf_gp (info->output_bfd);
11362 }
11363 r2off -= htab->sec_info[stub_entry->group->link_sec->id].toc_off;
11364 return r2off;
11365 }
11366
11367 static bfd_boolean
11368 ppc_build_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
11369 {
11370 struct ppc_stub_hash_entry *stub_entry;
11371 struct ppc_branch_hash_entry *br_entry;
11372 struct bfd_link_info *info;
11373 struct ppc_link_hash_table *htab;
11374 bfd_byte *loc;
11375 bfd_byte *p, *relp;
11376 bfd_vma targ, off;
11377 Elf_Internal_Rela *r;
11378 asection *plt;
11379 int num_rel;
11380 int odd;
11381
11382 /* Massage our args to the form they really have. */
11383 stub_entry = (struct ppc_stub_hash_entry *) gen_entry;
11384 info = in_arg;
11385
11386 /* Fail if the target section could not be assigned to an output
11387 section. The user should fix his linker script. */
11388 if (stub_entry->target_section != NULL
11389 && stub_entry->target_section->output_section == NULL
11390 && info->non_contiguous_regions)
11391 info->callbacks->einfo (_("%F%P: Could not assign '%pA' to an output section. "
11392 "Retry without --enable-non-contiguous-regions.\n"),
11393 stub_entry->target_section);
11394
11395 /* Same for the group. */
11396 if (stub_entry->group->stub_sec != NULL
11397 && stub_entry->group->stub_sec->output_section == NULL
11398 && info->non_contiguous_regions)
11399 info->callbacks->einfo (_("%F%P: Could not assign group %pA target %pA to an "
11400 "output section. Retry without "
11401 "--enable-non-contiguous-regions.\n"),
11402 stub_entry->group->stub_sec,
11403 stub_entry->target_section);
11404
11405 htab = ppc_hash_table (info);
11406 if (htab == NULL)
11407 return FALSE;
11408
11409 BFD_ASSERT (stub_entry->stub_offset >= stub_entry->group->stub_sec->size);
11410 loc = stub_entry->group->stub_sec->contents + stub_entry->stub_offset;
11411
11412 htab->stub_count[stub_entry->stub_type - 1] += 1;
11413 switch (stub_entry->stub_type)
11414 {
11415 case ppc_stub_long_branch:
11416 case ppc_stub_long_branch_r2off:
11417 /* Branches are relative. This is where we are going to. */
11418 targ = (stub_entry->target_value
11419 + stub_entry->target_section->output_offset
11420 + stub_entry->target_section->output_section->vma);
11421 targ += PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
11422
11423 /* And this is where we are coming from. */
11424 off = (stub_entry->stub_offset
11425 + stub_entry->group->stub_sec->output_offset
11426 + stub_entry->group->stub_sec->output_section->vma);
11427 off = targ - off;
11428
11429 p = loc;
11430 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
11431 {
11432 bfd_vma r2off = get_r2off (info, stub_entry);
11433
11434 if (r2off == (bfd_vma) -1)
11435 {
11436 htab->stub_error = TRUE;
11437 return FALSE;
11438 }
11439 bfd_put_32 (htab->params->stub_bfd, STD_R2_0R1 + STK_TOC (htab), p);
11440 p += 4;
11441 if (PPC_HA (r2off) != 0)
11442 {
11443 bfd_put_32 (htab->params->stub_bfd,
11444 ADDIS_R2_R2 | PPC_HA (r2off), p);
11445 p += 4;
11446 }
11447 if (PPC_LO (r2off) != 0)
11448 {
11449 bfd_put_32 (htab->params->stub_bfd,
11450 ADDI_R2_R2 | PPC_LO (r2off), p);
11451 p += 4;
11452 }
11453 off -= p - loc;
11454 }
11455 bfd_put_32 (htab->params->stub_bfd, B_DOT | (off & 0x3fffffc), p);
11456 p += 4;
11457
11458 if (off + (1 << 25) >= (bfd_vma) (1 << 26))
11459 {
11460 _bfd_error_handler
11461 (_("long branch stub `%s' offset overflow"),
11462 stub_entry->root.string);
11463 htab->stub_error = TRUE;
11464 return FALSE;
11465 }
11466
11467 if (info->emitrelocations)
11468 {
11469 r = get_relocs (stub_entry->group->stub_sec, 1);
11470 if (r == NULL)
11471 return FALSE;
11472 r->r_offset = p - 4 - stub_entry->group->stub_sec->contents;
11473 r->r_info = ELF64_R_INFO (0, R_PPC64_REL24);
11474 r->r_addend = targ;
11475 if (stub_entry->h != NULL
11476 && !use_global_in_relocs (htab, stub_entry, r, 1))
11477 return FALSE;
11478 }
11479 break;
11480
11481 case ppc_stub_plt_branch:
11482 case ppc_stub_plt_branch_r2off:
11483 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table,
11484 stub_entry->root.string + 9,
11485 FALSE, FALSE);
11486 if (br_entry == NULL)
11487 {
11488 _bfd_error_handler (_("can't find branch stub `%s'"),
11489 stub_entry->root.string);
11490 htab->stub_error = TRUE;
11491 return FALSE;
11492 }
11493
11494 targ = (stub_entry->target_value
11495 + stub_entry->target_section->output_offset
11496 + stub_entry->target_section->output_section->vma);
11497 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
11498 targ += PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
11499
11500 bfd_put_64 (htab->brlt->owner, targ,
11501 htab->brlt->contents + br_entry->offset);
11502
11503 if (br_entry->iter == htab->stub_iteration)
11504 {
11505 br_entry->iter = 0;
11506
11507 if (htab->relbrlt != NULL)
11508 {
11509 /* Create a reloc for the branch lookup table entry. */
11510 Elf_Internal_Rela rela;
11511 bfd_byte *rl;
11512
11513 rela.r_offset = (br_entry->offset
11514 + htab->brlt->output_offset
11515 + htab->brlt->output_section->vma);
11516 rela.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
11517 rela.r_addend = targ;
11518
11519 rl = htab->relbrlt->contents;
11520 rl += (htab->relbrlt->reloc_count++
11521 * sizeof (Elf64_External_Rela));
11522 bfd_elf64_swap_reloca_out (htab->relbrlt->owner, &rela, rl);
11523 }
11524 else if (info->emitrelocations)
11525 {
11526 r = get_relocs (htab->brlt, 1);
11527 if (r == NULL)
11528 return FALSE;
11529 /* brlt, being SEC_LINKER_CREATED does not go through the
11530 normal reloc processing. Symbols and offsets are not
11531 translated from input file to output file form, so
11532 set up the offset per the output file. */
11533 r->r_offset = (br_entry->offset
11534 + htab->brlt->output_offset
11535 + htab->brlt->output_section->vma);
11536 r->r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
11537 r->r_addend = targ;
11538 }
11539 }
11540
11541 targ = (br_entry->offset
11542 + htab->brlt->output_offset
11543 + htab->brlt->output_section->vma);
11544
11545 off = (elf_gp (info->output_bfd)
11546 + htab->sec_info[stub_entry->group->link_sec->id].toc_off);
11547 off = targ - off;
11548
11549 if (off + 0x80008000 > 0xffffffff || (off & 7) != 0)
11550 {
11551 info->callbacks->einfo
11552 (_("%P: linkage table error against `%pT'\n"),
11553 stub_entry->root.string);
11554 bfd_set_error (bfd_error_bad_value);
11555 htab->stub_error = TRUE;
11556 return FALSE;
11557 }
11558
11559 if (info->emitrelocations)
11560 {
11561 r = get_relocs (stub_entry->group->stub_sec, 1 + (PPC_HA (off) != 0));
11562 if (r == NULL)
11563 return FALSE;
11564 r[0].r_offset = loc - stub_entry->group->stub_sec->contents;
11565 if (bfd_big_endian (info->output_bfd))
11566 r[0].r_offset += 2;
11567 if (stub_entry->stub_type == ppc_stub_plt_branch_r2off)
11568 r[0].r_offset += 4;
11569 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
11570 r[0].r_addend = targ;
11571 if (PPC_HA (off) != 0)
11572 {
11573 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_HA);
11574 r[1].r_offset = r[0].r_offset + 4;
11575 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
11576 r[1].r_addend = r[0].r_addend;
11577 }
11578 }
11579
11580 p = loc;
11581 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
11582 {
11583 if (PPC_HA (off) != 0)
11584 {
11585 bfd_put_32 (htab->params->stub_bfd,
11586 ADDIS_R12_R2 | PPC_HA (off), p);
11587 p += 4;
11588 bfd_put_32 (htab->params->stub_bfd,
11589 LD_R12_0R12 | PPC_LO (off), p);
11590 }
11591 else
11592 bfd_put_32 (htab->params->stub_bfd,
11593 LD_R12_0R2 | PPC_LO (off), p);
11594 }
11595 else
11596 {
11597 bfd_vma r2off = get_r2off (info, stub_entry);
11598
11599 if (r2off == (bfd_vma) -1)
11600 {
11601 htab->stub_error = TRUE;
11602 return FALSE;
11603 }
11604
11605 bfd_put_32 (htab->params->stub_bfd, STD_R2_0R1 + STK_TOC (htab), p);
11606 p += 4;
11607 if (PPC_HA (off) != 0)
11608 {
11609 bfd_put_32 (htab->params->stub_bfd,
11610 ADDIS_R12_R2 | PPC_HA (off), p);
11611 p += 4;
11612 bfd_put_32 (htab->params->stub_bfd,
11613 LD_R12_0R12 | PPC_LO (off), p);
11614 }
11615 else
11616 bfd_put_32 (htab->params->stub_bfd, LD_R12_0R2 | PPC_LO (off), p);
11617
11618 if (PPC_HA (r2off) != 0)
11619 {
11620 p += 4;
11621 bfd_put_32 (htab->params->stub_bfd,
11622 ADDIS_R2_R2 | PPC_HA (r2off), p);
11623 }
11624 if (PPC_LO (r2off) != 0)
11625 {
11626 p += 4;
11627 bfd_put_32 (htab->params->stub_bfd,
11628 ADDI_R2_R2 | PPC_LO (r2off), p);
11629 }
11630 }
11631 p += 4;
11632 bfd_put_32 (htab->params->stub_bfd, MTCTR_R12, p);
11633 p += 4;
11634 bfd_put_32 (htab->params->stub_bfd, BCTR, p);
11635 p += 4;
11636 break;
11637
11638 case ppc_stub_long_branch_notoc:
11639 case ppc_stub_long_branch_both:
11640 case ppc_stub_plt_branch_notoc:
11641 case ppc_stub_plt_branch_both:
11642 case ppc_stub_plt_call_notoc:
11643 case ppc_stub_plt_call_both:
11644 p = loc;
11645 off = (stub_entry->stub_offset
11646 + stub_entry->group->stub_sec->output_offset
11647 + stub_entry->group->stub_sec->output_section->vma);
11648 if (stub_entry->stub_type == ppc_stub_long_branch_both
11649 || stub_entry->stub_type == ppc_stub_plt_branch_both
11650 || stub_entry->stub_type == ppc_stub_plt_call_both)
11651 {
11652 off += 4;
11653 bfd_put_32 (htab->params->stub_bfd, STD_R2_0R1 + STK_TOC (htab), p);
11654 p += 4;
11655 }
11656 if (stub_entry->stub_type >= ppc_stub_plt_call_notoc)
11657 {
11658 targ = stub_entry->plt_ent->plt.offset & ~1;
11659 if (targ >= (bfd_vma) -2)
11660 abort ();
11661
11662 plt = htab->elf.splt;
11663 if (!htab->elf.dynamic_sections_created
11664 || stub_entry->h == NULL
11665 || stub_entry->h->elf.dynindx == -1)
11666 {
11667 if (stub_entry->symtype == STT_GNU_IFUNC)
11668 plt = htab->elf.iplt;
11669 else
11670 plt = htab->pltlocal;
11671 }
11672 targ += plt->output_offset + plt->output_section->vma;
11673 }
11674 else
11675 targ = (stub_entry->target_value
11676 + stub_entry->target_section->output_offset
11677 + stub_entry->target_section->output_section->vma);
11678 odd = off & 4;
11679 off = targ - off;
11680
11681 relp = p;
11682 num_rel = 0;
11683 if (htab->params->power10_stubs != 0)
11684 {
11685 bfd_boolean load = stub_entry->stub_type >= ppc_stub_plt_call_notoc;
11686 p = build_power10_offset (htab->params->stub_bfd, p, off, odd, load);
11687 }
11688 else
11689 {
11690 /* The notoc stubs calculate their target (either a PLT entry or
11691 the global entry point of a function) relative to the PC
11692 returned by the "bcl" two instructions past the start of the
11693 sequence emitted by build_offset. The offset is therefore 8
11694 less than calculated from the start of the sequence. */
11695 off -= 8;
11696 p = build_offset (htab->params->stub_bfd, p, off,
11697 stub_entry->stub_type >= ppc_stub_plt_call_notoc);
11698 }
11699
11700 if (stub_entry->stub_type <= ppc_stub_long_branch_both)
11701 {
11702 bfd_vma from;
11703 num_rel = 1;
11704 from = (stub_entry->stub_offset
11705 + stub_entry->group->stub_sec->output_offset
11706 + stub_entry->group->stub_sec->output_section->vma
11707 + (p - loc));
11708 bfd_put_32 (htab->params->stub_bfd,
11709 B_DOT | ((targ - from) & 0x3fffffc), p);
11710 }
11711 else
11712 {
11713 bfd_put_32 (htab->params->stub_bfd, MTCTR_R12, p);
11714 p += 4;
11715 bfd_put_32 (htab->params->stub_bfd, BCTR, p);
11716 }
11717 p += 4;
11718
11719 if (info->emitrelocations)
11720 {
11721 bfd_vma roff = relp - stub_entry->group->stub_sec->contents;
11722 if (htab->params->power10_stubs != 0)
11723 num_rel += num_relocs_for_power10_offset (off, odd);
11724 else
11725 {
11726 num_rel += num_relocs_for_offset (off);
11727 roff += 16;
11728 }
11729 r = get_relocs (stub_entry->group->stub_sec, num_rel);
11730 if (r == NULL)
11731 return FALSE;
11732 if (htab->params->power10_stubs != 0)
11733 r = emit_relocs_for_power10_offset (info, r, roff, targ, off, odd);
11734 else
11735 r = emit_relocs_for_offset (info, r, roff, targ, off);
11736 if (stub_entry->stub_type == ppc_stub_long_branch_notoc
11737 || stub_entry->stub_type == ppc_stub_long_branch_both)
11738 {
11739 ++r;
11740 roff = p - 4 - stub_entry->group->stub_sec->contents;
11741 r->r_offset = roff;
11742 r->r_info = ELF64_R_INFO (0, R_PPC64_REL24);
11743 r->r_addend = targ;
11744 if (stub_entry->h != NULL
11745 && !use_global_in_relocs (htab, stub_entry, r, num_rel))
11746 return FALSE;
11747 }
11748 }
11749
11750 if (htab->params->power10_stubs == 0
11751 && htab->glink_eh_frame != NULL
11752 && htab->glink_eh_frame->size != 0)
11753 {
11754 bfd_byte *base, *eh;
11755 unsigned int lr_used, delta;
11756
11757 base = (htab->glink_eh_frame->contents
11758 + stub_entry->group->eh_base + 17);
11759 eh = base + stub_entry->group->eh_size;
11760 lr_used = stub_entry->stub_offset + 8;
11761 if (stub_entry->stub_type == ppc_stub_long_branch_both
11762 || stub_entry->stub_type == ppc_stub_plt_branch_both
11763 || stub_entry->stub_type == ppc_stub_plt_call_both)
11764 lr_used += 4;
11765 delta = lr_used - stub_entry->group->lr_restore;
11766 stub_entry->group->lr_restore = lr_used + 8;
11767 eh = eh_advance (htab->elf.dynobj, eh, delta);
11768 *eh++ = DW_CFA_register;
11769 *eh++ = 65;
11770 *eh++ = 12;
11771 *eh++ = DW_CFA_advance_loc + 2;
11772 *eh++ = DW_CFA_restore_extended;
11773 *eh++ = 65;
11774 stub_entry->group->eh_size = eh - base;
11775 }
11776 break;
11777
11778 case ppc_stub_plt_call:
11779 case ppc_stub_plt_call_r2save:
11780 if (stub_entry->h != NULL
11781 && stub_entry->h->is_func_descriptor
11782 && stub_entry->h->oh != NULL)
11783 {
11784 struct ppc_link_hash_entry *fh = ppc_follow_link (stub_entry->h->oh);
11785
11786 /* If the old-ABI "dot-symbol" is undefined make it weak so
11787 we don't get a link error from RELOC_FOR_GLOBAL_SYMBOL. */
11788 if (fh->elf.root.type == bfd_link_hash_undefined
11789 && (stub_entry->h->elf.root.type == bfd_link_hash_defined
11790 || stub_entry->h->elf.root.type == bfd_link_hash_defweak))
11791 fh->elf.root.type = bfd_link_hash_undefweak;
11792 }
11793
11794 /* Now build the stub. */
11795 targ = stub_entry->plt_ent->plt.offset & ~1;
11796 if (targ >= (bfd_vma) -2)
11797 abort ();
11798
11799 plt = htab->elf.splt;
11800 if (!htab->elf.dynamic_sections_created
11801 || stub_entry->h == NULL
11802 || stub_entry->h->elf.dynindx == -1)
11803 {
11804 if (stub_entry->symtype == STT_GNU_IFUNC)
11805 plt = htab->elf.iplt;
11806 else
11807 plt = htab->pltlocal;
11808 }
11809 targ += plt->output_offset + plt->output_section->vma;
11810
11811 off = (elf_gp (info->output_bfd)
11812 + htab->sec_info[stub_entry->group->link_sec->id].toc_off);
11813 off = targ - off;
11814
11815 if (off + 0x80008000 > 0xffffffff || (off & 7) != 0)
11816 {
11817 info->callbacks->einfo
11818 /* xgettext:c-format */
11819 (_("%P: linkage table error against `%pT'\n"),
11820 stub_entry->h != NULL
11821 ? stub_entry->h->elf.root.root.string
11822 : "<local sym>");
11823 bfd_set_error (bfd_error_bad_value);
11824 htab->stub_error = TRUE;
11825 return FALSE;
11826 }
11827
11828 r = NULL;
11829 if (info->emitrelocations)
11830 {
11831 r = get_relocs (stub_entry->group->stub_sec,
11832 ((PPC_HA (off) != 0)
11833 + (htab->opd_abi
11834 ? 2 + (htab->params->plt_static_chain
11835 && PPC_HA (off + 16) == PPC_HA (off))
11836 : 1)));
11837 if (r == NULL)
11838 return FALSE;
11839 r[0].r_offset = loc - stub_entry->group->stub_sec->contents;
11840 if (bfd_big_endian (info->output_bfd))
11841 r[0].r_offset += 2;
11842 r[0].r_addend = targ;
11843 }
11844 if (stub_entry->h != NULL
11845 && is_tls_get_addr (&stub_entry->h->elf, htab)
11846 && htab->params->tls_get_addr_opt)
11847 p = build_tls_get_addr_stub (htab, stub_entry, loc, off, r);
11848 else
11849 p = build_plt_stub (htab, stub_entry, loc, off, r);
11850 break;
11851
11852 case ppc_stub_save_res:
11853 return TRUE;
11854
11855 default:
11856 BFD_FAIL ();
11857 return FALSE;
11858 }
11859
11860 stub_entry->group->stub_sec->size = stub_entry->stub_offset + (p - loc);
11861
11862 if (htab->params->emit_stub_syms)
11863 {
11864 struct elf_link_hash_entry *h;
11865 size_t len1, len2;
11866 char *name;
11867 const char *const stub_str[] = { "long_branch",
11868 "long_branch",
11869 "long_branch",
11870 "long_branch",
11871 "plt_branch",
11872 "plt_branch",
11873 "plt_branch",
11874 "plt_branch",
11875 "plt_call",
11876 "plt_call",
11877 "plt_call",
11878 "plt_call" };
11879
11880 len1 = strlen (stub_str[stub_entry->stub_type - 1]);
11881 len2 = strlen (stub_entry->root.string);
11882 name = bfd_malloc (len1 + len2 + 2);
11883 if (name == NULL)
11884 return FALSE;
11885 memcpy (name, stub_entry->root.string, 9);
11886 memcpy (name + 9, stub_str[stub_entry->stub_type - 1], len1);
11887 memcpy (name + len1 + 9, stub_entry->root.string + 8, len2 - 8 + 1);
11888 h = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
11889 if (h == NULL)
11890 return FALSE;
11891 if (h->root.type == bfd_link_hash_new)
11892 {
11893 h->root.type = bfd_link_hash_defined;
11894 h->root.u.def.section = stub_entry->group->stub_sec;
11895 h->root.u.def.value = stub_entry->stub_offset;
11896 h->ref_regular = 1;
11897 h->def_regular = 1;
11898 h->ref_regular_nonweak = 1;
11899 h->forced_local = 1;
11900 h->non_elf = 0;
11901 h->root.linker_def = 1;
11902 }
11903 }
11904
11905 return TRUE;
11906 }
11907
11908 /* As above, but don't actually build the stub. Just bump offset so
11909 we know stub section sizes, and select plt_branch stubs where
11910 long_branch stubs won't do. */
11911
11912 static bfd_boolean
11913 ppc_size_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
11914 {
11915 struct ppc_stub_hash_entry *stub_entry;
11916 struct bfd_link_info *info;
11917 struct ppc_link_hash_table *htab;
11918 asection *plt;
11919 bfd_vma targ, off, r2off;
11920 unsigned int size, extra, lr_used, delta, odd;
11921
11922 /* Massage our args to the form they really have. */
11923 stub_entry = (struct ppc_stub_hash_entry *) gen_entry;
11924 info = in_arg;
11925
11926 htab = ppc_hash_table (info);
11927 if (htab == NULL)
11928 return FALSE;
11929
11930 /* Fail if the target section could not be assigned to an output
11931 section. The user should fix his linker script. */
11932 if (stub_entry->target_section != NULL
11933 && stub_entry->target_section->output_section == NULL
11934 && info->non_contiguous_regions)
11935 info->callbacks->einfo (_("%F%P: Could not assign %pA to an output section. "
11936 "Retry without --enable-non-contiguous-regions.\n"),
11937 stub_entry->target_section);
11938
11939 /* Same for the group. */
11940 if (stub_entry->group->stub_sec != NULL
11941 && stub_entry->group->stub_sec->output_section == NULL
11942 && info->non_contiguous_regions)
11943 info->callbacks->einfo (_("%F%P: Could not assign group %pA target %pA to an "
11944 "output section. Retry without "
11945 "--enable-non-contiguous-regions.\n"),
11946 stub_entry->group->stub_sec,
11947 stub_entry->target_section);
11948
11949 /* Make a note of the offset within the stubs for this entry. */
11950 stub_entry->stub_offset = stub_entry->group->stub_sec->size;
11951
11952 if (stub_entry->h != NULL
11953 && stub_entry->h->save_res
11954 && stub_entry->h->elf.root.type == bfd_link_hash_defined
11955 && stub_entry->h->elf.root.u.def.section == htab->sfpr)
11956 {
11957 /* Don't make stubs to out-of-line register save/restore
11958 functions. Instead, emit copies of the functions. */
11959 stub_entry->group->needs_save_res = 1;
11960 stub_entry->stub_type = ppc_stub_save_res;
11961 return TRUE;
11962 }
11963
11964 switch (stub_entry->stub_type)
11965 {
11966 case ppc_stub_plt_branch:
11967 case ppc_stub_plt_branch_r2off:
11968 /* Reset the stub type from the plt branch variant in case we now
11969 can reach with a shorter stub. */
11970 stub_entry->stub_type += ppc_stub_long_branch - ppc_stub_plt_branch;
11971 /* Fall through. */
11972 case ppc_stub_long_branch:
11973 case ppc_stub_long_branch_r2off:
11974 targ = (stub_entry->target_value
11975 + stub_entry->target_section->output_offset
11976 + stub_entry->target_section->output_section->vma);
11977 targ += PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
11978 off = (stub_entry->stub_offset
11979 + stub_entry->group->stub_sec->output_offset
11980 + stub_entry->group->stub_sec->output_section->vma);
11981
11982 size = 4;
11983 r2off = 0;
11984 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
11985 {
11986 r2off = get_r2off (info, stub_entry);
11987 if (r2off == (bfd_vma) -1)
11988 {
11989 htab->stub_error = TRUE;
11990 return FALSE;
11991 }
11992 size = 8;
11993 if (PPC_HA (r2off) != 0)
11994 size += 4;
11995 if (PPC_LO (r2off) != 0)
11996 size += 4;
11997 off += size - 4;
11998 }
11999 off = targ - off;
12000
12001 /* If the branch offset is too big, use a ppc_stub_plt_branch.
12002 Do the same for -R objects without function descriptors. */
12003 if ((stub_entry->stub_type == ppc_stub_long_branch_r2off
12004 && r2off == 0
12005 && htab->sec_info[stub_entry->target_section->id].toc_off == 0)
12006 || off + (1 << 25) >= (bfd_vma) (1 << 26))
12007 {
12008 struct ppc_branch_hash_entry *br_entry;
12009
12010 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table,
12011 stub_entry->root.string + 9,
12012 TRUE, FALSE);
12013 if (br_entry == NULL)
12014 {
12015 _bfd_error_handler (_("can't build branch stub `%s'"),
12016 stub_entry->root.string);
12017 htab->stub_error = TRUE;
12018 return FALSE;
12019 }
12020
12021 if (br_entry->iter != htab->stub_iteration)
12022 {
12023 br_entry->iter = htab->stub_iteration;
12024 br_entry->offset = htab->brlt->size;
12025 htab->brlt->size += 8;
12026
12027 if (htab->relbrlt != NULL)
12028 htab->relbrlt->size += sizeof (Elf64_External_Rela);
12029 else if (info->emitrelocations)
12030 {
12031 htab->brlt->reloc_count += 1;
12032 htab->brlt->flags |= SEC_RELOC;
12033 }
12034 }
12035
12036 targ = (br_entry->offset
12037 + htab->brlt->output_offset
12038 + htab->brlt->output_section->vma);
12039 off = (elf_gp (info->output_bfd)
12040 + htab->sec_info[stub_entry->group->link_sec->id].toc_off);
12041 off = targ - off;
12042
12043 if (info->emitrelocations)
12044 {
12045 stub_entry->group->stub_sec->reloc_count
12046 += 1 + (PPC_HA (off) != 0);
12047 stub_entry->group->stub_sec->flags |= SEC_RELOC;
12048 }
12049
12050 stub_entry->stub_type += ppc_stub_plt_branch - ppc_stub_long_branch;
12051 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
12052 {
12053 size = 12;
12054 if (PPC_HA (off) != 0)
12055 size = 16;
12056 }
12057 else
12058 {
12059 size = 16;
12060 if (PPC_HA (off) != 0)
12061 size += 4;
12062
12063 if (PPC_HA (r2off) != 0)
12064 size += 4;
12065 if (PPC_LO (r2off) != 0)
12066 size += 4;
12067 }
12068 }
12069 else if (info->emitrelocations)
12070 {
12071 stub_entry->group->stub_sec->reloc_count += 1;
12072 stub_entry->group->stub_sec->flags |= SEC_RELOC;
12073 }
12074 break;
12075
12076 case ppc_stub_plt_branch_notoc:
12077 case ppc_stub_plt_branch_both:
12078 stub_entry->stub_type += ppc_stub_long_branch - ppc_stub_plt_branch;
12079 /* Fall through. */
12080 case ppc_stub_long_branch_notoc:
12081 case ppc_stub_long_branch_both:
12082 off = (stub_entry->stub_offset
12083 + stub_entry->group->stub_sec->output_offset
12084 + stub_entry->group->stub_sec->output_section->vma);
12085 size = 0;
12086 if (stub_entry->stub_type == ppc_stub_long_branch_both)
12087 size = 4;
12088 off += size;
12089 targ = (stub_entry->target_value
12090 + stub_entry->target_section->output_offset
12091 + stub_entry->target_section->output_section->vma);
12092 odd = off & 4;
12093 off = targ - off;
12094
12095 if (info->emitrelocations)
12096 {
12097 unsigned int num_rel;
12098 if (htab->params->power10_stubs != 0)
12099 num_rel = num_relocs_for_power10_offset (off, odd);
12100 else
12101 num_rel = num_relocs_for_offset (off - 8);
12102 stub_entry->group->stub_sec->reloc_count += num_rel;
12103 stub_entry->group->stub_sec->flags |= SEC_RELOC;
12104 }
12105
12106 if (htab->params->power10_stubs != 0)
12107 extra = size_power10_offset (off, odd);
12108 else
12109 extra = size_offset (off - 8);
12110 /* Include branch insn plus those in the offset sequence. */
12111 size += 4 + extra;
12112 /* The branch insn is at the end, or "extra" bytes along. So
12113 its offset will be "extra" bytes less that that already
12114 calculated. */
12115 off -= extra;
12116
12117 if (htab->params->power10_stubs == 0)
12118 {
12119 /* After the bcl, lr has been modified so we need to emit
12120 .eh_frame info saying the return address is in r12. */
12121 lr_used = stub_entry->stub_offset + 8;
12122 if (stub_entry->stub_type == ppc_stub_long_branch_both)
12123 lr_used += 4;
12124 /* The eh_frame info will consist of a DW_CFA_advance_loc or
12125 variant, DW_CFA_register, 65, 12, DW_CFA_advance_loc+2,
12126 DW_CFA_restore_extended 65. */
12127 delta = lr_used - stub_entry->group->lr_restore;
12128 stub_entry->group->eh_size += eh_advance_size (delta) + 6;
12129 stub_entry->group->lr_restore = lr_used + 8;
12130 }
12131
12132 /* If the branch can't reach, use a plt_branch. */
12133 if (off + (1 << 25) >= (bfd_vma) (1 << 26))
12134 {
12135 stub_entry->stub_type += (ppc_stub_plt_branch_notoc
12136 - ppc_stub_long_branch_notoc);
12137 size += 4;
12138 }
12139 else if (info->emitrelocations)
12140 stub_entry->group->stub_sec->reloc_count +=1;
12141 break;
12142
12143 case ppc_stub_plt_call_notoc:
12144 case ppc_stub_plt_call_both:
12145 off = (stub_entry->stub_offset
12146 + stub_entry->group->stub_sec->output_offset
12147 + stub_entry->group->stub_sec->output_section->vma);
12148 if (stub_entry->stub_type == ppc_stub_plt_call_both)
12149 off += 4;
12150 targ = stub_entry->plt_ent->plt.offset & ~1;
12151 if (targ >= (bfd_vma) -2)
12152 abort ();
12153
12154 plt = htab->elf.splt;
12155 if (!htab->elf.dynamic_sections_created
12156 || stub_entry->h == NULL
12157 || stub_entry->h->elf.dynindx == -1)
12158 {
12159 if (stub_entry->symtype == STT_GNU_IFUNC)
12160 plt = htab->elf.iplt;
12161 else
12162 plt = htab->pltlocal;
12163 }
12164 targ += plt->output_offset + plt->output_section->vma;
12165 odd = off & 4;
12166 off = targ - off;
12167
12168 if (htab->params->plt_stub_align != 0)
12169 {
12170 unsigned pad = plt_stub_pad (htab, stub_entry, off);
12171
12172 stub_entry->group->stub_sec->size += pad;
12173 stub_entry->stub_offset = stub_entry->group->stub_sec->size;
12174 off -= pad;
12175 }
12176
12177 if (info->emitrelocations)
12178 {
12179 unsigned int num_rel;
12180 if (htab->params->power10_stubs != 0)
12181 num_rel = num_relocs_for_power10_offset (off, odd);
12182 else
12183 num_rel = num_relocs_for_offset (off - 8);
12184 stub_entry->group->stub_sec->reloc_count += num_rel;
12185 stub_entry->group->stub_sec->flags |= SEC_RELOC;
12186 }
12187
12188 size = plt_stub_size (htab, stub_entry, off);
12189
12190 if (htab->params->power10_stubs == 0)
12191 {
12192 /* After the bcl, lr has been modified so we need to emit
12193 .eh_frame info saying the return address is in r12. */
12194 lr_used = stub_entry->stub_offset + 8;
12195 if (stub_entry->stub_type == ppc_stub_plt_call_both)
12196 lr_used += 4;
12197 /* The eh_frame info will consist of a DW_CFA_advance_loc or
12198 variant, DW_CFA_register, 65, 12, DW_CFA_advance_loc+2,
12199 DW_CFA_restore_extended 65. */
12200 delta = lr_used - stub_entry->group->lr_restore;
12201 stub_entry->group->eh_size += eh_advance_size (delta) + 6;
12202 stub_entry->group->lr_restore = lr_used + 8;
12203 }
12204 break;
12205
12206 case ppc_stub_plt_call:
12207 case ppc_stub_plt_call_r2save:
12208 targ = stub_entry->plt_ent->plt.offset & ~(bfd_vma) 1;
12209 if (targ >= (bfd_vma) -2)
12210 abort ();
12211 plt = htab->elf.splt;
12212 if (!htab->elf.dynamic_sections_created
12213 || stub_entry->h == NULL
12214 || stub_entry->h->elf.dynindx == -1)
12215 {
12216 if (stub_entry->symtype == STT_GNU_IFUNC)
12217 plt = htab->elf.iplt;
12218 else
12219 plt = htab->pltlocal;
12220 }
12221 targ += plt->output_offset + plt->output_section->vma;
12222
12223 off = (elf_gp (info->output_bfd)
12224 + htab->sec_info[stub_entry->group->link_sec->id].toc_off);
12225 off = targ - off;
12226
12227 if (htab->params->plt_stub_align != 0)
12228 {
12229 unsigned pad = plt_stub_pad (htab, stub_entry, off);
12230
12231 stub_entry->group->stub_sec->size += pad;
12232 stub_entry->stub_offset = stub_entry->group->stub_sec->size;
12233 }
12234
12235 if (info->emitrelocations)
12236 {
12237 stub_entry->group->stub_sec->reloc_count
12238 += ((PPC_HA (off) != 0)
12239 + (htab->opd_abi
12240 ? 2 + (htab->params->plt_static_chain
12241 && PPC_HA (off + 16) == PPC_HA (off))
12242 : 1));
12243 stub_entry->group->stub_sec->flags |= SEC_RELOC;
12244 }
12245
12246 size = plt_stub_size (htab, stub_entry, off);
12247
12248 if (stub_entry->h != NULL
12249 && is_tls_get_addr (&stub_entry->h->elf, htab)
12250 && htab->params->tls_get_addr_opt
12251 && stub_entry->stub_type == ppc_stub_plt_call_r2save)
12252 {
12253 if (htab->params->no_tls_get_addr_regsave)
12254 {
12255 lr_used = stub_entry->stub_offset + size - 20;
12256 /* The eh_frame info will consist of a DW_CFA_advance_loc
12257 or variant, DW_CFA_offset_externed_sf, 65, -stackoff,
12258 DW_CFA_advance_loc+4, DW_CFA_restore_extended, 65. */
12259 delta = lr_used - stub_entry->group->lr_restore;
12260 stub_entry->group->eh_size += eh_advance_size (delta) + 6;
12261 }
12262 else
12263 {
12264 /* Adjustments to r1 need to be described. */
12265 unsigned int cfa_updt = stub_entry->stub_offset + 18 * 4;
12266 delta = cfa_updt - stub_entry->group->lr_restore;
12267 stub_entry->group->eh_size += eh_advance_size (delta);
12268 stub_entry->group->eh_size += htab->opd_abi ? 36 : 35;
12269 }
12270 stub_entry->group->lr_restore = size - 4;
12271 }
12272 break;
12273
12274 default:
12275 BFD_FAIL ();
12276 return FALSE;
12277 }
12278
12279 stub_entry->group->stub_sec->size += size;
12280 return TRUE;
12281 }
12282
12283 /* Set up various things so that we can make a list of input sections
12284 for each output section included in the link. Returns -1 on error,
12285 0 when no stubs will be needed, and 1 on success. */
12286
12287 int
12288 ppc64_elf_setup_section_lists (struct bfd_link_info *info)
12289 {
12290 unsigned int id;
12291 size_t amt;
12292 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12293
12294 if (htab == NULL)
12295 return -1;
12296
12297 htab->sec_info_arr_size = _bfd_section_id;
12298 amt = sizeof (*htab->sec_info) * (htab->sec_info_arr_size);
12299 htab->sec_info = bfd_zmalloc (amt);
12300 if (htab->sec_info == NULL)
12301 return -1;
12302
12303 /* Set toc_off for com, und, abs and ind sections. */
12304 for (id = 0; id < 3; id++)
12305 htab->sec_info[id].toc_off = TOC_BASE_OFF;
12306
12307 return 1;
12308 }
12309
12310 /* Set up for first pass at multitoc partitioning. */
12311
12312 void
12313 ppc64_elf_start_multitoc_partition (struct bfd_link_info *info)
12314 {
12315 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12316
12317 htab->toc_curr = ppc64_elf_set_toc (info, info->output_bfd);
12318 htab->toc_bfd = NULL;
12319 htab->toc_first_sec = NULL;
12320 }
12321
12322 /* The linker repeatedly calls this function for each TOC input section
12323 and linker generated GOT section. Group input bfds such that the toc
12324 within a group is less than 64k in size. */
12325
12326 bfd_boolean
12327 ppc64_elf_next_toc_section (struct bfd_link_info *info, asection *isec)
12328 {
12329 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12330 bfd_vma addr, off, limit;
12331
12332 if (htab == NULL)
12333 return FALSE;
12334
12335 if (!htab->second_toc_pass)
12336 {
12337 /* Keep track of the first .toc or .got section for this input bfd. */
12338 bfd_boolean new_bfd = htab->toc_bfd != isec->owner;
12339
12340 if (new_bfd)
12341 {
12342 htab->toc_bfd = isec->owner;
12343 htab->toc_first_sec = isec;
12344 }
12345
12346 addr = isec->output_offset + isec->output_section->vma;
12347 off = addr - htab->toc_curr;
12348 limit = 0x80008000;
12349 if (ppc64_elf_tdata (isec->owner)->has_small_toc_reloc)
12350 limit = 0x10000;
12351 if (off + isec->size > limit)
12352 {
12353 addr = (htab->toc_first_sec->output_offset
12354 + htab->toc_first_sec->output_section->vma);
12355 htab->toc_curr = addr;
12356 htab->toc_curr &= -TOC_BASE_ALIGN;
12357 }
12358
12359 /* toc_curr is the base address of this toc group. Set elf_gp
12360 for the input section to be the offset relative to the
12361 output toc base plus 0x8000. Making the input elf_gp an
12362 offset allows us to move the toc as a whole without
12363 recalculating input elf_gp. */
12364 off = htab->toc_curr - elf_gp (info->output_bfd);
12365 off += TOC_BASE_OFF;
12366
12367 /* Die if someone uses a linker script that doesn't keep input
12368 file .toc and .got together. */
12369 if (new_bfd
12370 && elf_gp (isec->owner) != 0
12371 && elf_gp (isec->owner) != off)
12372 return FALSE;
12373
12374 elf_gp (isec->owner) = off;
12375 return TRUE;
12376 }
12377
12378 /* During the second pass toc_first_sec points to the start of
12379 a toc group, and toc_curr is used to track the old elf_gp.
12380 We use toc_bfd to ensure we only look at each bfd once. */
12381 if (htab->toc_bfd == isec->owner)
12382 return TRUE;
12383 htab->toc_bfd = isec->owner;
12384
12385 if (htab->toc_first_sec == NULL
12386 || htab->toc_curr != elf_gp (isec->owner))
12387 {
12388 htab->toc_curr = elf_gp (isec->owner);
12389 htab->toc_first_sec = isec;
12390 }
12391 addr = (htab->toc_first_sec->output_offset
12392 + htab->toc_first_sec->output_section->vma);
12393 off = addr - elf_gp (info->output_bfd) + TOC_BASE_OFF;
12394 elf_gp (isec->owner) = off;
12395
12396 return TRUE;
12397 }
12398
12399 /* Called via elf_link_hash_traverse to merge GOT entries for global
12400 symbol H. */
12401
12402 static bfd_boolean
12403 merge_global_got (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
12404 {
12405 if (h->root.type == bfd_link_hash_indirect)
12406 return TRUE;
12407
12408 merge_got_entries (&h->got.glist);
12409
12410 return TRUE;
12411 }
12412
12413 /* Called via elf_link_hash_traverse to allocate GOT entries for global
12414 symbol H. */
12415
12416 static bfd_boolean
12417 reallocate_got (struct elf_link_hash_entry *h, void *inf)
12418 {
12419 struct got_entry *gent;
12420
12421 if (h->root.type == bfd_link_hash_indirect)
12422 return TRUE;
12423
12424 for (gent = h->got.glist; gent != NULL; gent = gent->next)
12425 if (!gent->is_indirect)
12426 allocate_got (h, (struct bfd_link_info *) inf, gent);
12427 return TRUE;
12428 }
12429
12430 /* Called on the first multitoc pass after the last call to
12431 ppc64_elf_next_toc_section. This function removes duplicate GOT
12432 entries. */
12433
12434 bfd_boolean
12435 ppc64_elf_layout_multitoc (struct bfd_link_info *info)
12436 {
12437 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12438 struct bfd *ibfd, *ibfd2;
12439 bfd_boolean done_something;
12440
12441 htab->multi_toc_needed = htab->toc_curr != elf_gp (info->output_bfd);
12442
12443 if (!htab->do_multi_toc)
12444 return FALSE;
12445
12446 /* Merge global sym got entries within a toc group. */
12447 elf_link_hash_traverse (&htab->elf, merge_global_got, info);
12448
12449 /* And tlsld_got. */
12450 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
12451 {
12452 struct got_entry *ent, *ent2;
12453
12454 if (!is_ppc64_elf (ibfd))
12455 continue;
12456
12457 ent = ppc64_tlsld_got (ibfd);
12458 if (!ent->is_indirect
12459 && ent->got.offset != (bfd_vma) -1)
12460 {
12461 for (ibfd2 = ibfd->link.next; ibfd2 != NULL; ibfd2 = ibfd2->link.next)
12462 {
12463 if (!is_ppc64_elf (ibfd2))
12464 continue;
12465
12466 ent2 = ppc64_tlsld_got (ibfd2);
12467 if (!ent2->is_indirect
12468 && ent2->got.offset != (bfd_vma) -1
12469 && elf_gp (ibfd2) == elf_gp (ibfd))
12470 {
12471 ent2->is_indirect = TRUE;
12472 ent2->got.ent = ent;
12473 }
12474 }
12475 }
12476 }
12477
12478 /* Zap sizes of got sections. */
12479 htab->elf.irelplt->rawsize = htab->elf.irelplt->size;
12480 htab->elf.irelplt->size -= htab->got_reli_size;
12481 htab->got_reli_size = 0;
12482
12483 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
12484 {
12485 asection *got, *relgot;
12486
12487 if (!is_ppc64_elf (ibfd))
12488 continue;
12489
12490 got = ppc64_elf_tdata (ibfd)->got;
12491 if (got != NULL)
12492 {
12493 got->rawsize = got->size;
12494 got->size = 0;
12495 relgot = ppc64_elf_tdata (ibfd)->relgot;
12496 relgot->rawsize = relgot->size;
12497 relgot->size = 0;
12498 }
12499 }
12500
12501 /* Now reallocate the got, local syms first. We don't need to
12502 allocate section contents again since we never increase size. */
12503 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
12504 {
12505 struct got_entry **lgot_ents;
12506 struct got_entry **end_lgot_ents;
12507 struct plt_entry **local_plt;
12508 struct plt_entry **end_local_plt;
12509 unsigned char *lgot_masks;
12510 bfd_size_type locsymcount;
12511 Elf_Internal_Shdr *symtab_hdr;
12512 asection *s;
12513
12514 if (!is_ppc64_elf (ibfd))
12515 continue;
12516
12517 lgot_ents = elf_local_got_ents (ibfd);
12518 if (!lgot_ents)
12519 continue;
12520
12521 symtab_hdr = &elf_symtab_hdr (ibfd);
12522 locsymcount = symtab_hdr->sh_info;
12523 end_lgot_ents = lgot_ents + locsymcount;
12524 local_plt = (struct plt_entry **) end_lgot_ents;
12525 end_local_plt = local_plt + locsymcount;
12526 lgot_masks = (unsigned char *) end_local_plt;
12527 s = ppc64_elf_tdata (ibfd)->got;
12528 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
12529 {
12530 struct got_entry *ent;
12531
12532 for (ent = *lgot_ents; ent != NULL; ent = ent->next)
12533 {
12534 unsigned int ent_size = 8;
12535 unsigned int rel_size = sizeof (Elf64_External_Rela);
12536
12537 ent->got.offset = s->size;
12538 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
12539 {
12540 ent_size *= 2;
12541 rel_size *= 2;
12542 }
12543 s->size += ent_size;
12544 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
12545 {
12546 htab->elf.irelplt->size += rel_size;
12547 htab->got_reli_size += rel_size;
12548 }
12549 else if (bfd_link_pic (info)
12550 && !(ent->tls_type != 0
12551 && bfd_link_executable (info)))
12552 {
12553 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
12554 srel->size += rel_size;
12555 }
12556 }
12557 }
12558 }
12559
12560 elf_link_hash_traverse (&htab->elf, reallocate_got, info);
12561
12562 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
12563 {
12564 struct got_entry *ent;
12565
12566 if (!is_ppc64_elf (ibfd))
12567 continue;
12568
12569 ent = ppc64_tlsld_got (ibfd);
12570 if (!ent->is_indirect
12571 && ent->got.offset != (bfd_vma) -1)
12572 {
12573 asection *s = ppc64_elf_tdata (ibfd)->got;
12574 ent->got.offset = s->size;
12575 s->size += 16;
12576 if (bfd_link_dll (info))
12577 {
12578 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
12579 srel->size += sizeof (Elf64_External_Rela);
12580 }
12581 }
12582 }
12583
12584 done_something = htab->elf.irelplt->rawsize != htab->elf.irelplt->size;
12585 if (!done_something)
12586 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
12587 {
12588 asection *got;
12589
12590 if (!is_ppc64_elf (ibfd))
12591 continue;
12592
12593 got = ppc64_elf_tdata (ibfd)->got;
12594 if (got != NULL)
12595 {
12596 done_something = got->rawsize != got->size;
12597 if (done_something)
12598 break;
12599 }
12600 }
12601
12602 if (done_something)
12603 (*htab->params->layout_sections_again) ();
12604
12605 /* Set up for second pass over toc sections to recalculate elf_gp
12606 on input sections. */
12607 htab->toc_bfd = NULL;
12608 htab->toc_first_sec = NULL;
12609 htab->second_toc_pass = TRUE;
12610 return done_something;
12611 }
12612
12613 /* Called after second pass of multitoc partitioning. */
12614
12615 void
12616 ppc64_elf_finish_multitoc_partition (struct bfd_link_info *info)
12617 {
12618 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12619
12620 /* After the second pass, toc_curr tracks the TOC offset used
12621 for code sections below in ppc64_elf_next_input_section. */
12622 htab->toc_curr = TOC_BASE_OFF;
12623 }
12624
12625 /* No toc references were found in ISEC. If the code in ISEC makes no
12626 calls, then there's no need to use toc adjusting stubs when branching
12627 into ISEC. Actually, indirect calls from ISEC are OK as they will
12628 load r2. Returns -1 on error, 0 for no stub needed, 1 for stub
12629 needed, and 2 if a cyclical call-graph was found but no other reason
12630 for a stub was detected. If called from the top level, a return of
12631 2 means the same as a return of 0. */
12632
12633 static int
12634 toc_adjusting_stub_needed (struct bfd_link_info *info, asection *isec)
12635 {
12636 int ret;
12637
12638 /* Mark this section as checked. */
12639 isec->call_check_done = 1;
12640
12641 /* We know none of our code bearing sections will need toc stubs. */
12642 if ((isec->flags & SEC_LINKER_CREATED) != 0)
12643 return 0;
12644
12645 if (isec->size == 0)
12646 return 0;
12647
12648 if (isec->output_section == NULL)
12649 return 0;
12650
12651 ret = 0;
12652 if (isec->reloc_count != 0)
12653 {
12654 Elf_Internal_Rela *relstart, *rel;
12655 Elf_Internal_Sym *local_syms;
12656 struct ppc_link_hash_table *htab;
12657
12658 relstart = _bfd_elf_link_read_relocs (isec->owner, isec, NULL, NULL,
12659 info->keep_memory);
12660 if (relstart == NULL)
12661 return -1;
12662
12663 /* Look for branches to outside of this section. */
12664 local_syms = NULL;
12665 htab = ppc_hash_table (info);
12666 if (htab == NULL)
12667 return -1;
12668
12669 for (rel = relstart; rel < relstart + isec->reloc_count; ++rel)
12670 {
12671 enum elf_ppc64_reloc_type r_type;
12672 unsigned long r_symndx;
12673 struct elf_link_hash_entry *h;
12674 struct ppc_link_hash_entry *eh;
12675 Elf_Internal_Sym *sym;
12676 asection *sym_sec;
12677 struct _opd_sec_data *opd;
12678 bfd_vma sym_value;
12679 bfd_vma dest;
12680
12681 r_type = ELF64_R_TYPE (rel->r_info);
12682 if (r_type != R_PPC64_REL24
12683 && r_type != R_PPC64_REL24_NOTOC
12684 && r_type != R_PPC64_REL14
12685 && r_type != R_PPC64_REL14_BRTAKEN
12686 && r_type != R_PPC64_REL14_BRNTAKEN
12687 && r_type != R_PPC64_PLTCALL
12688 && r_type != R_PPC64_PLTCALL_NOTOC)
12689 continue;
12690
12691 r_symndx = ELF64_R_SYM (rel->r_info);
12692 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms, r_symndx,
12693 isec->owner))
12694 {
12695 ret = -1;
12696 break;
12697 }
12698
12699 /* Calls to dynamic lib functions go through a plt call stub
12700 that uses r2. */
12701 eh = ppc_elf_hash_entry (h);
12702 if (eh != NULL
12703 && (eh->elf.plt.plist != NULL
12704 || (eh->oh != NULL
12705 && ppc_follow_link (eh->oh)->elf.plt.plist != NULL)))
12706 {
12707 ret = 1;
12708 break;
12709 }
12710
12711 if (sym_sec == NULL)
12712 /* Ignore other undefined symbols. */
12713 continue;
12714
12715 /* Assume branches to other sections not included in the
12716 link need stubs too, to cover -R and absolute syms. */
12717 if (sym_sec->output_section == NULL)
12718 {
12719 ret = 1;
12720 break;
12721 }
12722
12723 if (h == NULL)
12724 sym_value = sym->st_value;
12725 else
12726 {
12727 if (h->root.type != bfd_link_hash_defined
12728 && h->root.type != bfd_link_hash_defweak)
12729 abort ();
12730 sym_value = h->root.u.def.value;
12731 }
12732 sym_value += rel->r_addend;
12733
12734 /* If this branch reloc uses an opd sym, find the code section. */
12735 opd = get_opd_info (sym_sec);
12736 if (opd != NULL)
12737 {
12738 if (h == NULL && opd->adjust != NULL)
12739 {
12740 long adjust;
12741
12742 adjust = opd->adjust[OPD_NDX (sym_value)];
12743 if (adjust == -1)
12744 /* Assume deleted functions won't ever be called. */
12745 continue;
12746 sym_value += adjust;
12747 }
12748
12749 dest = opd_entry_value (sym_sec, sym_value,
12750 &sym_sec, NULL, FALSE);
12751 if (dest == (bfd_vma) -1)
12752 continue;
12753 }
12754 else
12755 dest = (sym_value
12756 + sym_sec->output_offset
12757 + sym_sec->output_section->vma);
12758
12759 /* Ignore branch to self. */
12760 if (sym_sec == isec)
12761 continue;
12762
12763 /* If the called function uses the toc, we need a stub. */
12764 if (sym_sec->has_toc_reloc
12765 || sym_sec->makes_toc_func_call)
12766 {
12767 ret = 1;
12768 break;
12769 }
12770
12771 /* Assume any branch that needs a long branch stub might in fact
12772 need a plt_branch stub. A plt_branch stub uses r2. */
12773 else if (dest - (isec->output_offset
12774 + isec->output_section->vma
12775 + rel->r_offset) + (1 << 25)
12776 >= (2u << 25) - PPC64_LOCAL_ENTRY_OFFSET (h
12777 ? h->other
12778 : sym->st_other))
12779 {
12780 ret = 1;
12781 break;
12782 }
12783
12784 /* If calling back to a section in the process of being
12785 tested, we can't say for sure that no toc adjusting stubs
12786 are needed, so don't return zero. */
12787 else if (sym_sec->call_check_in_progress)
12788 ret = 2;
12789
12790 /* Branches to another section that itself doesn't have any TOC
12791 references are OK. Recursively call ourselves to check. */
12792 else if (!sym_sec->call_check_done)
12793 {
12794 int recur;
12795
12796 /* Mark current section as indeterminate, so that other
12797 sections that call back to current won't be marked as
12798 known. */
12799 isec->call_check_in_progress = 1;
12800 recur = toc_adjusting_stub_needed (info, sym_sec);
12801 isec->call_check_in_progress = 0;
12802
12803 if (recur != 0)
12804 {
12805 ret = recur;
12806 if (recur != 2)
12807 break;
12808 }
12809 }
12810 }
12811
12812 if (elf_symtab_hdr (isec->owner).contents
12813 != (unsigned char *) local_syms)
12814 free (local_syms);
12815 if (elf_section_data (isec)->relocs != relstart)
12816 free (relstart);
12817 }
12818
12819 if ((ret & 1) == 0
12820 && isec->map_head.s != NULL
12821 && (strcmp (isec->output_section->name, ".init") == 0
12822 || strcmp (isec->output_section->name, ".fini") == 0))
12823 {
12824 if (isec->map_head.s->has_toc_reloc
12825 || isec->map_head.s->makes_toc_func_call)
12826 ret = 1;
12827 else if (!isec->map_head.s->call_check_done)
12828 {
12829 int recur;
12830 isec->call_check_in_progress = 1;
12831 recur = toc_adjusting_stub_needed (info, isec->map_head.s);
12832 isec->call_check_in_progress = 0;
12833 if (recur != 0)
12834 ret = recur;
12835 }
12836 }
12837
12838 if (ret == 1)
12839 isec->makes_toc_func_call = 1;
12840
12841 return ret;
12842 }
12843
12844 /* The linker repeatedly calls this function for each input section,
12845 in the order that input sections are linked into output sections.
12846 Build lists of input sections to determine groupings between which
12847 we may insert linker stubs. */
12848
12849 bfd_boolean
12850 ppc64_elf_next_input_section (struct bfd_link_info *info, asection *isec)
12851 {
12852 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12853
12854 if (htab == NULL)
12855 return FALSE;
12856
12857 if ((isec->output_section->flags & SEC_CODE) != 0
12858 && isec->output_section->id < htab->sec_info_arr_size)
12859 {
12860 /* This happens to make the list in reverse order,
12861 which is what we want. */
12862 htab->sec_info[isec->id].u.list
12863 = htab->sec_info[isec->output_section->id].u.list;
12864 htab->sec_info[isec->output_section->id].u.list = isec;
12865 }
12866
12867 if (htab->multi_toc_needed)
12868 {
12869 /* Analyse sections that aren't already flagged as needing a
12870 valid toc pointer. Exclude .fixup for the linux kernel.
12871 .fixup contains branches, but only back to the function that
12872 hit an exception. */
12873 if (!(isec->has_toc_reloc
12874 || (isec->flags & SEC_CODE) == 0
12875 || strcmp (isec->name, ".fixup") == 0
12876 || isec->call_check_done))
12877 {
12878 if (toc_adjusting_stub_needed (info, isec) < 0)
12879 return FALSE;
12880 }
12881 /* Make all sections use the TOC assigned for this object file.
12882 This will be wrong for pasted sections; We fix that in
12883 check_pasted_section(). */
12884 if (elf_gp (isec->owner) != 0)
12885 htab->toc_curr = elf_gp (isec->owner);
12886 }
12887
12888 htab->sec_info[isec->id].toc_off = htab->toc_curr;
12889 return TRUE;
12890 }
12891
12892 /* Check that all .init and .fini sections use the same toc, if they
12893 have toc relocs. */
12894
12895 static bfd_boolean
12896 check_pasted_section (struct bfd_link_info *info, const char *name)
12897 {
12898 asection *o = bfd_get_section_by_name (info->output_bfd, name);
12899
12900 if (o != NULL)
12901 {
12902 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12903 bfd_vma toc_off = 0;
12904 asection *i;
12905
12906 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
12907 if (i->has_toc_reloc)
12908 {
12909 if (toc_off == 0)
12910 toc_off = htab->sec_info[i->id].toc_off;
12911 else if (toc_off != htab->sec_info[i->id].toc_off)
12912 return FALSE;
12913 }
12914
12915 if (toc_off == 0)
12916 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
12917 if (i->makes_toc_func_call)
12918 {
12919 toc_off = htab->sec_info[i->id].toc_off;
12920 break;
12921 }
12922
12923 /* Make sure the whole pasted function uses the same toc offset. */
12924 if (toc_off != 0)
12925 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
12926 htab->sec_info[i->id].toc_off = toc_off;
12927 }
12928 return TRUE;
12929 }
12930
12931 bfd_boolean
12932 ppc64_elf_check_init_fini (struct bfd_link_info *info)
12933 {
12934 return (check_pasted_section (info, ".init")
12935 & check_pasted_section (info, ".fini"));
12936 }
12937
12938 /* See whether we can group stub sections together. Grouping stub
12939 sections may result in fewer stubs. More importantly, we need to
12940 put all .init* and .fini* stubs at the beginning of the .init or
12941 .fini output sections respectively, because glibc splits the
12942 _init and _fini functions into multiple parts. Putting a stub in
12943 the middle of a function is not a good idea. */
12944
12945 static bfd_boolean
12946 group_sections (struct bfd_link_info *info,
12947 bfd_size_type stub_group_size,
12948 bfd_boolean stubs_always_before_branch)
12949 {
12950 struct ppc_link_hash_table *htab;
12951 asection *osec;
12952 bfd_boolean suppress_size_errors;
12953
12954 htab = ppc_hash_table (info);
12955 if (htab == NULL)
12956 return FALSE;
12957
12958 suppress_size_errors = FALSE;
12959 if (stub_group_size == 1)
12960 {
12961 /* Default values. */
12962 if (stubs_always_before_branch)
12963 stub_group_size = 0x1e00000;
12964 else
12965 stub_group_size = 0x1c00000;
12966 suppress_size_errors = TRUE;
12967 }
12968
12969 for (osec = info->output_bfd->sections; osec != NULL; osec = osec->next)
12970 {
12971 asection *tail;
12972
12973 if (osec->id >= htab->sec_info_arr_size)
12974 continue;
12975
12976 tail = htab->sec_info[osec->id].u.list;
12977 while (tail != NULL)
12978 {
12979 asection *curr;
12980 asection *prev;
12981 bfd_size_type total;
12982 bfd_boolean big_sec;
12983 bfd_vma curr_toc;
12984 struct map_stub *group;
12985 bfd_size_type group_size;
12986
12987 curr = tail;
12988 total = tail->size;
12989 group_size = (ppc64_elf_section_data (tail) != NULL
12990 && ppc64_elf_section_data (tail)->has_14bit_branch
12991 ? stub_group_size >> 10 : stub_group_size);
12992
12993 big_sec = total > group_size;
12994 if (big_sec && !suppress_size_errors)
12995 /* xgettext:c-format */
12996 _bfd_error_handler (_("%pB section %pA exceeds stub group size"),
12997 tail->owner, tail);
12998 curr_toc = htab->sec_info[tail->id].toc_off;
12999
13000 while ((prev = htab->sec_info[curr->id].u.list) != NULL
13001 && ((total += curr->output_offset - prev->output_offset)
13002 < (ppc64_elf_section_data (prev) != NULL
13003 && ppc64_elf_section_data (prev)->has_14bit_branch
13004 ? (group_size = stub_group_size >> 10) : group_size))
13005 && htab->sec_info[prev->id].toc_off == curr_toc)
13006 curr = prev;
13007
13008 /* OK, the size from the start of CURR to the end is less
13009 than group_size and thus can be handled by one stub
13010 section. (or the tail section is itself larger than
13011 group_size, in which case we may be toast.) We should
13012 really be keeping track of the total size of stubs added
13013 here, as stubs contribute to the final output section
13014 size. That's a little tricky, and this way will only
13015 break if stubs added make the total size more than 2^25,
13016 ie. for the default stub_group_size, if stubs total more
13017 than 2097152 bytes, or nearly 75000 plt call stubs. */
13018 group = bfd_alloc (curr->owner, sizeof (*group));
13019 if (group == NULL)
13020 return FALSE;
13021 group->link_sec = curr;
13022 group->stub_sec = NULL;
13023 group->needs_save_res = 0;
13024 group->lr_restore = 0;
13025 group->eh_size = 0;
13026 group->eh_base = 0;
13027 group->next = htab->group;
13028 htab->group = group;
13029 do
13030 {
13031 prev = htab->sec_info[tail->id].u.list;
13032 /* Set up this stub group. */
13033 htab->sec_info[tail->id].u.group = group;
13034 }
13035 while (tail != curr && (tail = prev) != NULL);
13036
13037 /* But wait, there's more! Input sections up to group_size
13038 bytes before the stub section can be handled by it too.
13039 Don't do this if we have a really large section after the
13040 stubs, as adding more stubs increases the chance that
13041 branches may not reach into the stub section. */
13042 if (!stubs_always_before_branch && !big_sec)
13043 {
13044 total = 0;
13045 while (prev != NULL
13046 && ((total += tail->output_offset - prev->output_offset)
13047 < (ppc64_elf_section_data (prev) != NULL
13048 && ppc64_elf_section_data (prev)->has_14bit_branch
13049 ? (group_size = stub_group_size >> 10)
13050 : group_size))
13051 && htab->sec_info[prev->id].toc_off == curr_toc)
13052 {
13053 tail = prev;
13054 prev = htab->sec_info[tail->id].u.list;
13055 htab->sec_info[tail->id].u.group = group;
13056 }
13057 }
13058 tail = prev;
13059 }
13060 }
13061 return TRUE;
13062 }
13063
13064 static const unsigned char glink_eh_frame_cie[] =
13065 {
13066 0, 0, 0, 16, /* length. */
13067 0, 0, 0, 0, /* id. */
13068 1, /* CIE version. */
13069 'z', 'R', 0, /* Augmentation string. */
13070 4, /* Code alignment. */
13071 0x78, /* Data alignment. */
13072 65, /* RA reg. */
13073 1, /* Augmentation size. */
13074 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding. */
13075 DW_CFA_def_cfa, 1, 0 /* def_cfa: r1 offset 0. */
13076 };
13077
13078 /* Stripping output sections is normally done before dynamic section
13079 symbols have been allocated. This function is called later, and
13080 handles cases like htab->brlt which is mapped to its own output
13081 section. */
13082
13083 static void
13084 maybe_strip_output (struct bfd_link_info *info, asection *isec)
13085 {
13086 if (isec->size == 0
13087 && isec->output_section->size == 0
13088 && !(isec->output_section->flags & SEC_KEEP)
13089 && !bfd_section_removed_from_list (info->output_bfd,
13090 isec->output_section)
13091 && elf_section_data (isec->output_section)->dynindx == 0)
13092 {
13093 isec->output_section->flags |= SEC_EXCLUDE;
13094 bfd_section_list_remove (info->output_bfd, isec->output_section);
13095 info->output_bfd->section_count--;
13096 }
13097 }
13098
13099 /* Determine and set the size of the stub section for a final link.
13100
13101 The basic idea here is to examine all the relocations looking for
13102 PC-relative calls to a target that is unreachable with a "bl"
13103 instruction. */
13104
13105 bfd_boolean
13106 ppc64_elf_size_stubs (struct bfd_link_info *info)
13107 {
13108 bfd_size_type stub_group_size;
13109 bfd_boolean stubs_always_before_branch;
13110 struct ppc_link_hash_table *htab = ppc_hash_table (info);
13111
13112 if (htab == NULL)
13113 return FALSE;
13114
13115 if (htab->params->power10_stubs == -1 && !htab->has_power10_relocs)
13116 htab->params->power10_stubs = 0;
13117
13118 if (htab->params->plt_thread_safe == -1 && !bfd_link_executable (info))
13119 htab->params->plt_thread_safe = 1;
13120 if (!htab->opd_abi)
13121 htab->params->plt_thread_safe = 0;
13122 else if (htab->params->plt_thread_safe == -1)
13123 {
13124 static const char *const thread_starter[] =
13125 {
13126 "pthread_create",
13127 /* libstdc++ */
13128 "_ZNSt6thread15_M_start_threadESt10shared_ptrINS_10_Impl_baseEE",
13129 /* librt */
13130 "aio_init", "aio_read", "aio_write", "aio_fsync", "lio_listio",
13131 "mq_notify", "create_timer",
13132 /* libanl */
13133 "getaddrinfo_a",
13134 /* libgomp */
13135 "GOMP_parallel",
13136 "GOMP_parallel_start",
13137 "GOMP_parallel_loop_static",
13138 "GOMP_parallel_loop_static_start",
13139 "GOMP_parallel_loop_dynamic",
13140 "GOMP_parallel_loop_dynamic_start",
13141 "GOMP_parallel_loop_guided",
13142 "GOMP_parallel_loop_guided_start",
13143 "GOMP_parallel_loop_runtime",
13144 "GOMP_parallel_loop_runtime_start",
13145 "GOMP_parallel_sections",
13146 "GOMP_parallel_sections_start",
13147 /* libgo */
13148 "__go_go",
13149 };
13150 unsigned i;
13151
13152 for (i = 0; i < ARRAY_SIZE (thread_starter); i++)
13153 {
13154 struct elf_link_hash_entry *h;
13155 h = elf_link_hash_lookup (&htab->elf, thread_starter[i],
13156 FALSE, FALSE, TRUE);
13157 htab->params->plt_thread_safe = h != NULL && h->ref_regular;
13158 if (htab->params->plt_thread_safe)
13159 break;
13160 }
13161 }
13162 stubs_always_before_branch = htab->params->group_size < 0;
13163 if (htab->params->group_size < 0)
13164 stub_group_size = -htab->params->group_size;
13165 else
13166 stub_group_size = htab->params->group_size;
13167
13168 if (!group_sections (info, stub_group_size, stubs_always_before_branch))
13169 return FALSE;
13170
13171 htab->tga_group = NULL;
13172 if (!htab->params->no_tls_get_addr_regsave
13173 && htab->tga_desc_fd != NULL
13174 && (htab->tga_desc_fd->elf.root.type == bfd_link_hash_undefined
13175 || htab->tga_desc_fd->elf.root.type == bfd_link_hash_undefweak)
13176 && htab->tls_get_addr_fd != NULL
13177 && is_static_defined (&htab->tls_get_addr_fd->elf))
13178 {
13179 asection *sym_sec, *code_sec, *stub_sec;
13180 bfd_vma sym_value;
13181 struct _opd_sec_data *opd;
13182
13183 sym_sec = htab->tls_get_addr_fd->elf.root.u.def.section;
13184 sym_value = defined_sym_val (&htab->tls_get_addr_fd->elf);
13185 code_sec = sym_sec;
13186 opd = get_opd_info (sym_sec);
13187 if (opd != NULL)
13188 opd_entry_value (sym_sec, sym_value, &code_sec, NULL, FALSE);
13189 htab->tga_group = htab->sec_info[code_sec->id].u.group;
13190 stub_sec = (*htab->params->add_stub_section) (".tga_desc.stub",
13191 htab->tga_group->link_sec);
13192 if (stub_sec == NULL)
13193 return FALSE;
13194 htab->tga_group->stub_sec = stub_sec;
13195
13196 htab->tga_desc_fd->elf.root.type = bfd_link_hash_defined;
13197 htab->tga_desc_fd->elf.root.u.def.section = stub_sec;
13198 htab->tga_desc_fd->elf.root.u.def.value = 0;
13199 htab->tga_desc_fd->elf.type = STT_FUNC;
13200 htab->tga_desc_fd->elf.def_regular = 1;
13201 htab->tga_desc_fd->elf.non_elf = 0;
13202 _bfd_elf_link_hash_hide_symbol (info, &htab->tga_desc_fd->elf, TRUE);
13203 }
13204
13205 #define STUB_SHRINK_ITER 20
13206 /* Loop until no stubs added. After iteration 20 of this loop we may
13207 exit on a stub section shrinking. This is to break out of a
13208 pathological case where adding stubs on one iteration decreases
13209 section gaps (perhaps due to alignment), which then requires
13210 fewer or smaller stubs on the next iteration. */
13211
13212 while (1)
13213 {
13214 bfd *input_bfd;
13215 unsigned int bfd_indx;
13216 struct map_stub *group;
13217
13218 htab->stub_iteration += 1;
13219
13220 for (input_bfd = info->input_bfds, bfd_indx = 0;
13221 input_bfd != NULL;
13222 input_bfd = input_bfd->link.next, bfd_indx++)
13223 {
13224 Elf_Internal_Shdr *symtab_hdr;
13225 asection *section;
13226 Elf_Internal_Sym *local_syms = NULL;
13227
13228 if (!is_ppc64_elf (input_bfd))
13229 continue;
13230
13231 /* We'll need the symbol table in a second. */
13232 symtab_hdr = &elf_symtab_hdr (input_bfd);
13233 if (symtab_hdr->sh_info == 0)
13234 continue;
13235
13236 /* Walk over each section attached to the input bfd. */
13237 for (section = input_bfd->sections;
13238 section != NULL;
13239 section = section->next)
13240 {
13241 Elf_Internal_Rela *internal_relocs, *irelaend, *irela;
13242
13243 /* If there aren't any relocs, then there's nothing more
13244 to do. */
13245 if ((section->flags & SEC_RELOC) == 0
13246 || (section->flags & SEC_ALLOC) == 0
13247 || (section->flags & SEC_LOAD) == 0
13248 || (section->flags & SEC_CODE) == 0
13249 || section->reloc_count == 0)
13250 continue;
13251
13252 /* If this section is a link-once section that will be
13253 discarded, then don't create any stubs. */
13254 if (section->output_section == NULL
13255 || section->output_section->owner != info->output_bfd)
13256 continue;
13257
13258 /* Get the relocs. */
13259 internal_relocs
13260 = _bfd_elf_link_read_relocs (input_bfd, section, NULL, NULL,
13261 info->keep_memory);
13262 if (internal_relocs == NULL)
13263 goto error_ret_free_local;
13264
13265 /* Now examine each relocation. */
13266 irela = internal_relocs;
13267 irelaend = irela + section->reloc_count;
13268 for (; irela < irelaend; irela++)
13269 {
13270 enum elf_ppc64_reloc_type r_type;
13271 unsigned int r_indx;
13272 enum ppc_stub_type stub_type;
13273 struct ppc_stub_hash_entry *stub_entry;
13274 asection *sym_sec, *code_sec;
13275 bfd_vma sym_value, code_value;
13276 bfd_vma destination;
13277 unsigned long local_off;
13278 bfd_boolean ok_dest;
13279 struct ppc_link_hash_entry *hash;
13280 struct ppc_link_hash_entry *fdh;
13281 struct elf_link_hash_entry *h;
13282 Elf_Internal_Sym *sym;
13283 char *stub_name;
13284 const asection *id_sec;
13285 struct _opd_sec_data *opd;
13286 struct plt_entry *plt_ent;
13287
13288 r_type = ELF64_R_TYPE (irela->r_info);
13289 r_indx = ELF64_R_SYM (irela->r_info);
13290
13291 if (r_type >= R_PPC64_max)
13292 {
13293 bfd_set_error (bfd_error_bad_value);
13294 goto error_ret_free_internal;
13295 }
13296
13297 /* Only look for stubs on branch instructions. */
13298 if (r_type != R_PPC64_REL24
13299 && r_type != R_PPC64_REL24_NOTOC
13300 && r_type != R_PPC64_REL14
13301 && r_type != R_PPC64_REL14_BRTAKEN
13302 && r_type != R_PPC64_REL14_BRNTAKEN)
13303 continue;
13304
13305 /* Now determine the call target, its name, value,
13306 section. */
13307 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
13308 r_indx, input_bfd))
13309 goto error_ret_free_internal;
13310 hash = ppc_elf_hash_entry (h);
13311
13312 ok_dest = FALSE;
13313 fdh = NULL;
13314 sym_value = 0;
13315 if (hash == NULL)
13316 {
13317 sym_value = sym->st_value;
13318 if (sym_sec != NULL
13319 && sym_sec->output_section != NULL)
13320 ok_dest = TRUE;
13321 }
13322 else if (hash->elf.root.type == bfd_link_hash_defined
13323 || hash->elf.root.type == bfd_link_hash_defweak)
13324 {
13325 sym_value = hash->elf.root.u.def.value;
13326 if (sym_sec->output_section != NULL)
13327 ok_dest = TRUE;
13328 }
13329 else if (hash->elf.root.type == bfd_link_hash_undefweak
13330 || hash->elf.root.type == bfd_link_hash_undefined)
13331 {
13332 /* Recognise an old ABI func code entry sym, and
13333 use the func descriptor sym instead if it is
13334 defined. */
13335 if (hash->elf.root.root.string[0] == '.'
13336 && hash->oh != NULL)
13337 {
13338 fdh = ppc_follow_link (hash->oh);
13339 if (fdh->elf.root.type == bfd_link_hash_defined
13340 || fdh->elf.root.type == bfd_link_hash_defweak)
13341 {
13342 sym_sec = fdh->elf.root.u.def.section;
13343 sym_value = fdh->elf.root.u.def.value;
13344 if (sym_sec->output_section != NULL)
13345 ok_dest = TRUE;
13346 }
13347 else
13348 fdh = NULL;
13349 }
13350 }
13351 else
13352 {
13353 bfd_set_error (bfd_error_bad_value);
13354 goto error_ret_free_internal;
13355 }
13356
13357 destination = 0;
13358 local_off = 0;
13359 if (ok_dest)
13360 {
13361 sym_value += irela->r_addend;
13362 destination = (sym_value
13363 + sym_sec->output_offset
13364 + sym_sec->output_section->vma);
13365 local_off = PPC64_LOCAL_ENTRY_OFFSET (hash
13366 ? hash->elf.other
13367 : sym->st_other);
13368 }
13369
13370 code_sec = sym_sec;
13371 code_value = sym_value;
13372 opd = get_opd_info (sym_sec);
13373 if (opd != NULL)
13374 {
13375 bfd_vma dest;
13376
13377 if (hash == NULL && opd->adjust != NULL)
13378 {
13379 long adjust = opd->adjust[OPD_NDX (sym_value)];
13380 if (adjust == -1)
13381 continue;
13382 code_value += adjust;
13383 sym_value += adjust;
13384 }
13385 dest = opd_entry_value (sym_sec, sym_value,
13386 &code_sec, &code_value, FALSE);
13387 if (dest != (bfd_vma) -1)
13388 {
13389 destination = dest;
13390 if (fdh != NULL)
13391 {
13392 /* Fixup old ABI sym to point at code
13393 entry. */
13394 hash->elf.root.type = bfd_link_hash_defweak;
13395 hash->elf.root.u.def.section = code_sec;
13396 hash->elf.root.u.def.value = code_value;
13397 }
13398 }
13399 }
13400
13401 /* Determine what (if any) linker stub is needed. */
13402 plt_ent = NULL;
13403 stub_type = ppc_type_of_stub (section, irela, &hash,
13404 &plt_ent, destination,
13405 local_off);
13406
13407 if (r_type == R_PPC64_REL24_NOTOC)
13408 {
13409 if (stub_type == ppc_stub_plt_call)
13410 stub_type = ppc_stub_plt_call_notoc;
13411 else if (stub_type == ppc_stub_long_branch
13412 || (code_sec != NULL
13413 && code_sec->output_section != NULL
13414 && (((hash ? hash->elf.other : sym->st_other)
13415 & STO_PPC64_LOCAL_MASK)
13416 > 1 << STO_PPC64_LOCAL_BIT)))
13417 stub_type = ppc_stub_long_branch_notoc;
13418 }
13419 else if (stub_type != ppc_stub_plt_call)
13420 {
13421 /* Check whether we need a TOC adjusting stub.
13422 Since the linker pastes together pieces from
13423 different object files when creating the
13424 _init and _fini functions, it may be that a
13425 call to what looks like a local sym is in
13426 fact a call needing a TOC adjustment. */
13427 if ((code_sec != NULL
13428 && code_sec->output_section != NULL
13429 && (htab->sec_info[code_sec->id].toc_off
13430 != htab->sec_info[section->id].toc_off)
13431 && (code_sec->has_toc_reloc
13432 || code_sec->makes_toc_func_call))
13433 || (((hash ? hash->elf.other : sym->st_other)
13434 & STO_PPC64_LOCAL_MASK)
13435 == 1 << STO_PPC64_LOCAL_BIT))
13436 stub_type = ppc_stub_long_branch_r2off;
13437 }
13438
13439 if (stub_type == ppc_stub_none)
13440 continue;
13441
13442 /* __tls_get_addr calls might be eliminated. */
13443 if (stub_type != ppc_stub_plt_call
13444 && stub_type != ppc_stub_plt_call_notoc
13445 && hash != NULL
13446 && is_tls_get_addr (&hash->elf, htab)
13447 && section->has_tls_reloc
13448 && irela != internal_relocs)
13449 {
13450 /* Get tls info. */
13451 unsigned char *tls_mask;
13452
13453 if (!get_tls_mask (&tls_mask, NULL, NULL, &local_syms,
13454 irela - 1, input_bfd))
13455 goto error_ret_free_internal;
13456 if ((*tls_mask & TLS_TLS) != 0
13457 && (*tls_mask & (TLS_GD | TLS_LD)) == 0)
13458 continue;
13459 }
13460
13461 if (stub_type == ppc_stub_plt_call)
13462 {
13463 if (!htab->opd_abi
13464 && htab->params->plt_localentry0 != 0
13465 && is_elfv2_localentry0 (&hash->elf))
13466 htab->has_plt_localentry0 = 1;
13467 else if (irela + 1 < irelaend
13468 && irela[1].r_offset == irela->r_offset + 4
13469 && (ELF64_R_TYPE (irela[1].r_info)
13470 == R_PPC64_TOCSAVE))
13471 {
13472 if (!tocsave_find (htab, INSERT,
13473 &local_syms, irela + 1, input_bfd))
13474 goto error_ret_free_internal;
13475 }
13476 else
13477 stub_type = ppc_stub_plt_call_r2save;
13478 }
13479
13480 /* Support for grouping stub sections. */
13481 id_sec = htab->sec_info[section->id].u.group->link_sec;
13482
13483 /* Get the name of this stub. */
13484 stub_name = ppc_stub_name (id_sec, sym_sec, hash, irela);
13485 if (!stub_name)
13486 goto error_ret_free_internal;
13487
13488 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
13489 stub_name, FALSE, FALSE);
13490 if (stub_entry != NULL)
13491 {
13492 enum ppc_stub_type old_type;
13493
13494 /* A stub has already been created, but it may
13495 not be the required type. We shouldn't be
13496 transitioning from plt_call to long_branch
13497 stubs or vice versa, but we might be
13498 upgrading from plt_call to plt_call_r2save or
13499 from long_branch to long_branch_r2off. */
13500 free (stub_name);
13501 if (htab->params->power10_stubs == -1)
13502 {
13503 /* For --power10-stubs=auto, don't merge _notoc
13504 and other varieties of stubs. (The _both
13505 variety won't be created.) */
13506 bfd_boolean notoc = r_type == R_PPC64_REL24_NOTOC;
13507 struct ppc_stub_hash_entry *alt_stub
13508 = select_alt_stub (stub_entry, notoc);
13509
13510 if (alt_stub == NULL)
13511 {
13512 alt_stub = (struct ppc_stub_hash_entry *)
13513 stub_hash_newfunc (NULL,
13514 &htab->stub_hash_table,
13515 stub_entry->root.string);
13516 if (alt_stub == NULL)
13517 {
13518 /* xgettext:c-format */
13519 _bfd_error_handler
13520 (_("%pB: cannot create stub entry %s"),
13521 section->owner, stub_entry->root.string);
13522 goto error_ret_free_internal;
13523 }
13524 *alt_stub = *stub_entry;
13525 stub_entry->root.next = &alt_stub->root;
13526 if (notoc)
13527 /* Sort notoc stubs first, for no good
13528 reason. */
13529 alt_stub = stub_entry;
13530 alt_stub->stub_type = stub_type;
13531 }
13532 stub_entry = alt_stub;
13533 }
13534 old_type = stub_entry->stub_type;
13535 switch (old_type)
13536 {
13537 default:
13538 abort ();
13539
13540 case ppc_stub_save_res:
13541 continue;
13542
13543 case ppc_stub_plt_call:
13544 case ppc_stub_plt_call_r2save:
13545 case ppc_stub_plt_call_notoc:
13546 case ppc_stub_plt_call_both:
13547 if (stub_type == ppc_stub_plt_call)
13548 continue;
13549 else if (stub_type == ppc_stub_plt_call_r2save)
13550 {
13551 if (old_type == ppc_stub_plt_call_notoc)
13552 stub_type = ppc_stub_plt_call_both;
13553 }
13554 else if (stub_type == ppc_stub_plt_call_notoc)
13555 {
13556 if (old_type == ppc_stub_plt_call_r2save)
13557 stub_type = ppc_stub_plt_call_both;
13558 }
13559 else
13560 abort ();
13561 break;
13562
13563 case ppc_stub_plt_branch:
13564 case ppc_stub_plt_branch_r2off:
13565 case ppc_stub_plt_branch_notoc:
13566 case ppc_stub_plt_branch_both:
13567 old_type += (ppc_stub_long_branch
13568 - ppc_stub_plt_branch);
13569 /* Fall through. */
13570 case ppc_stub_long_branch:
13571 case ppc_stub_long_branch_r2off:
13572 case ppc_stub_long_branch_notoc:
13573 case ppc_stub_long_branch_both:
13574 if (stub_type == ppc_stub_long_branch)
13575 continue;
13576 else if (stub_type == ppc_stub_long_branch_r2off)
13577 {
13578 if (old_type == ppc_stub_long_branch_notoc)
13579 stub_type = ppc_stub_long_branch_both;
13580 }
13581 else if (stub_type == ppc_stub_long_branch_notoc)
13582 {
13583 if (old_type == ppc_stub_long_branch_r2off)
13584 stub_type = ppc_stub_long_branch_both;
13585 }
13586 else
13587 abort ();
13588 break;
13589 }
13590 if (old_type < stub_type)
13591 stub_entry->stub_type = stub_type;
13592 continue;
13593 }
13594
13595 stub_entry = ppc_add_stub (stub_name, section, info);
13596 if (stub_entry == NULL)
13597 {
13598 free (stub_name);
13599 error_ret_free_internal:
13600 if (elf_section_data (section)->relocs == NULL)
13601 free (internal_relocs);
13602 error_ret_free_local:
13603 if (symtab_hdr->contents
13604 != (unsigned char *) local_syms)
13605 free (local_syms);
13606 return FALSE;
13607 }
13608
13609 stub_entry->stub_type = stub_type;
13610 if (stub_type >= ppc_stub_plt_call
13611 && stub_type <= ppc_stub_plt_call_both)
13612 {
13613 stub_entry->target_value = sym_value;
13614 stub_entry->target_section = sym_sec;
13615 }
13616 else
13617 {
13618 stub_entry->target_value = code_value;
13619 stub_entry->target_section = code_sec;
13620 }
13621 stub_entry->h = hash;
13622 stub_entry->plt_ent = plt_ent;
13623 stub_entry->symtype
13624 = hash ? hash->elf.type : ELF_ST_TYPE (sym->st_info);
13625 stub_entry->other = hash ? hash->elf.other : sym->st_other;
13626
13627 if (hash != NULL
13628 && (hash->elf.root.type == bfd_link_hash_defined
13629 || hash->elf.root.type == bfd_link_hash_defweak))
13630 htab->stub_globals += 1;
13631 }
13632
13633 /* We're done with the internal relocs, free them. */
13634 if (elf_section_data (section)->relocs != internal_relocs)
13635 free (internal_relocs);
13636 }
13637
13638 if (local_syms != NULL
13639 && symtab_hdr->contents != (unsigned char *) local_syms)
13640 {
13641 if (!info->keep_memory)
13642 free (local_syms);
13643 else
13644 symtab_hdr->contents = (unsigned char *) local_syms;
13645 }
13646 }
13647
13648 /* We may have added some stubs. Find out the new size of the
13649 stub sections. */
13650 for (group = htab->group; group != NULL; group = group->next)
13651 {
13652 group->lr_restore = 0;
13653 group->eh_size = 0;
13654 if (group->stub_sec != NULL)
13655 {
13656 asection *stub_sec = group->stub_sec;
13657
13658 if (htab->stub_iteration <= STUB_SHRINK_ITER
13659 || stub_sec->rawsize < stub_sec->size)
13660 /* Past STUB_SHRINK_ITER, rawsize is the max size seen. */
13661 stub_sec->rawsize = stub_sec->size;
13662 stub_sec->size = 0;
13663 stub_sec->reloc_count = 0;
13664 stub_sec->flags &= ~SEC_RELOC;
13665 }
13666 }
13667 if (htab->tga_group != NULL)
13668 {
13669 /* See emit_tga_desc and emit_tga_desc_eh_frame. */
13670 htab->tga_group->eh_size
13671 = 1 + 2 + (htab->opd_abi != 0) + 3 + 8 * 2 + 3 + 8 + 3;
13672 htab->tga_group->lr_restore = 23 * 4;
13673 htab->tga_group->stub_sec->size = 24 * 4;
13674 }
13675
13676 if (htab->stub_iteration <= STUB_SHRINK_ITER
13677 || htab->brlt->rawsize < htab->brlt->size)
13678 htab->brlt->rawsize = htab->brlt->size;
13679 htab->brlt->size = 0;
13680 htab->brlt->reloc_count = 0;
13681 htab->brlt->flags &= ~SEC_RELOC;
13682 if (htab->relbrlt != NULL)
13683 htab->relbrlt->size = 0;
13684
13685 bfd_hash_traverse (&htab->stub_hash_table, ppc_size_one_stub, info);
13686
13687 for (group = htab->group; group != NULL; group = group->next)
13688 if (group->needs_save_res)
13689 group->stub_sec->size += htab->sfpr->size;
13690
13691 if (info->emitrelocations
13692 && htab->glink != NULL && htab->glink->size != 0)
13693 {
13694 htab->glink->reloc_count = 1;
13695 htab->glink->flags |= SEC_RELOC;
13696 }
13697
13698 if (htab->glink_eh_frame != NULL
13699 && !bfd_is_abs_section (htab->glink_eh_frame->output_section)
13700 && htab->glink_eh_frame->output_section->size > 8)
13701 {
13702 size_t size = 0, align = 4;
13703
13704 for (group = htab->group; group != NULL; group = group->next)
13705 if (group->eh_size != 0)
13706 size += (group->eh_size + 17 + align - 1) & -align;
13707 if (htab->glink != NULL && htab->glink->size != 0)
13708 size += (24 + align - 1) & -align;
13709 if (size != 0)
13710 size += (sizeof (glink_eh_frame_cie) + align - 1) & -align;
13711 align = 1ul << htab->glink_eh_frame->output_section->alignment_power;
13712 size = (size + align - 1) & -align;
13713 htab->glink_eh_frame->rawsize = htab->glink_eh_frame->size;
13714 htab->glink_eh_frame->size = size;
13715 }
13716
13717 if (htab->params->plt_stub_align != 0)
13718 for (group = htab->group; group != NULL; group = group->next)
13719 if (group->stub_sec != NULL)
13720 {
13721 int align = abs (htab->params->plt_stub_align);
13722 group->stub_sec->size
13723 = (group->stub_sec->size + (1 << align) - 1) & -(1 << align);
13724 }
13725
13726 for (group = htab->group; group != NULL; group = group->next)
13727 if (group->stub_sec != NULL
13728 && group->stub_sec->rawsize != group->stub_sec->size
13729 && (htab->stub_iteration <= STUB_SHRINK_ITER
13730 || group->stub_sec->rawsize < group->stub_sec->size))
13731 break;
13732
13733 if (group == NULL
13734 && (htab->brlt->rawsize == htab->brlt->size
13735 || (htab->stub_iteration > STUB_SHRINK_ITER
13736 && htab->brlt->rawsize > htab->brlt->size))
13737 && (htab->glink_eh_frame == NULL
13738 || htab->glink_eh_frame->rawsize == htab->glink_eh_frame->size)
13739 && (htab->tga_group == NULL
13740 || htab->stub_iteration > 1))
13741 break;
13742
13743 /* Ask the linker to do its stuff. */
13744 (*htab->params->layout_sections_again) ();
13745 }
13746
13747 if (htab->glink_eh_frame != NULL
13748 && htab->glink_eh_frame->size != 0)
13749 {
13750 bfd_vma val;
13751 bfd_byte *p, *last_fde;
13752 size_t last_fde_len, size, align, pad;
13753 struct map_stub *group;
13754
13755 /* It is necessary to at least have a rough outline of the
13756 linker generated CIEs and FDEs written before
13757 bfd_elf_discard_info is run, in order for these FDEs to be
13758 indexed in .eh_frame_hdr. */
13759 p = bfd_zalloc (htab->glink_eh_frame->owner, htab->glink_eh_frame->size);
13760 if (p == NULL)
13761 return FALSE;
13762 htab->glink_eh_frame->contents = p;
13763 last_fde = p;
13764 align = 4;
13765
13766 memcpy (p, glink_eh_frame_cie, sizeof (glink_eh_frame_cie));
13767 /* CIE length (rewrite in case little-endian). */
13768 last_fde_len = ((sizeof (glink_eh_frame_cie) + align - 1) & -align) - 4;
13769 bfd_put_32 (htab->elf.dynobj, last_fde_len, p);
13770 p += last_fde_len + 4;
13771
13772 for (group = htab->group; group != NULL; group = group->next)
13773 if (group->eh_size != 0)
13774 {
13775 group->eh_base = p - htab->glink_eh_frame->contents;
13776 last_fde = p;
13777 last_fde_len = ((group->eh_size + 17 + align - 1) & -align) - 4;
13778 /* FDE length. */
13779 bfd_put_32 (htab->elf.dynobj, last_fde_len, p);
13780 p += 4;
13781 /* CIE pointer. */
13782 val = p - htab->glink_eh_frame->contents;
13783 bfd_put_32 (htab->elf.dynobj, val, p);
13784 p += 4;
13785 /* Offset to stub section, written later. */
13786 p += 4;
13787 /* stub section size. */
13788 bfd_put_32 (htab->elf.dynobj, group->stub_sec->size, p);
13789 p += 4;
13790 /* Augmentation. */
13791 p += 1;
13792 /* Make sure we don't have all nops. This is enough for
13793 elf-eh-frame.c to detect the last non-nop opcode. */
13794 p[group->eh_size - 1] = DW_CFA_advance_loc + 1;
13795 p = last_fde + last_fde_len + 4;
13796 }
13797 if (htab->glink != NULL && htab->glink->size != 0)
13798 {
13799 last_fde = p;
13800 last_fde_len = ((24 + align - 1) & -align) - 4;
13801 /* FDE length. */
13802 bfd_put_32 (htab->elf.dynobj, last_fde_len, p);
13803 p += 4;
13804 /* CIE pointer. */
13805 val = p - htab->glink_eh_frame->contents;
13806 bfd_put_32 (htab->elf.dynobj, val, p);
13807 p += 4;
13808 /* Offset to .glink, written later. */
13809 p += 4;
13810 /* .glink size. */
13811 bfd_put_32 (htab->elf.dynobj, htab->glink->size - 8, p);
13812 p += 4;
13813 /* Augmentation. */
13814 p += 1;
13815
13816 *p++ = DW_CFA_advance_loc + 1;
13817 *p++ = DW_CFA_register;
13818 *p++ = 65;
13819 *p++ = htab->opd_abi ? 12 : 0;
13820 *p++ = DW_CFA_advance_loc + (htab->opd_abi ? 5 : 7);
13821 *p++ = DW_CFA_restore_extended;
13822 *p++ = 65;
13823 p += ((24 + align - 1) & -align) - 24;
13824 }
13825 /* Subsume any padding into the last FDE if user .eh_frame
13826 sections are aligned more than glink_eh_frame. Otherwise any
13827 zero padding will be seen as a terminator. */
13828 align = 1ul << htab->glink_eh_frame->output_section->alignment_power;
13829 size = p - htab->glink_eh_frame->contents;
13830 pad = ((size + align - 1) & -align) - size;
13831 htab->glink_eh_frame->size = size + pad;
13832 bfd_put_32 (htab->elf.dynobj, last_fde_len + pad, last_fde);
13833 }
13834
13835 maybe_strip_output (info, htab->brlt);
13836 if (htab->relbrlt != NULL)
13837 maybe_strip_output (info, htab->relbrlt);
13838 if (htab->glink_eh_frame != NULL)
13839 maybe_strip_output (info, htab->glink_eh_frame);
13840
13841 return TRUE;
13842 }
13843
13844 /* Called after we have determined section placement. If sections
13845 move, we'll be called again. Provide a value for TOCstart. */
13846
13847 bfd_vma
13848 ppc64_elf_set_toc (struct bfd_link_info *info, bfd *obfd)
13849 {
13850 asection *s;
13851 bfd_vma TOCstart, adjust;
13852
13853 if (info != NULL)
13854 {
13855 struct elf_link_hash_entry *h;
13856 struct elf_link_hash_table *htab = elf_hash_table (info);
13857
13858 if (is_elf_hash_table (htab)
13859 && htab->hgot != NULL)
13860 h = htab->hgot;
13861 else
13862 {
13863 h = elf_link_hash_lookup (htab, ".TOC.", FALSE, FALSE, TRUE);
13864 if (is_elf_hash_table (htab))
13865 htab->hgot = h;
13866 }
13867 if (h != NULL
13868 && h->root.type == bfd_link_hash_defined
13869 && !h->root.linker_def
13870 && (!is_elf_hash_table (htab)
13871 || h->def_regular))
13872 {
13873 TOCstart = defined_sym_val (h) - TOC_BASE_OFF;
13874 _bfd_set_gp_value (obfd, TOCstart);
13875 return TOCstart;
13876 }
13877 }
13878
13879 /* The TOC consists of sections .got, .toc, .tocbss, .plt in that
13880 order. The TOC starts where the first of these sections starts. */
13881 s = bfd_get_section_by_name (obfd, ".got");
13882 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
13883 s = bfd_get_section_by_name (obfd, ".toc");
13884 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
13885 s = bfd_get_section_by_name (obfd, ".tocbss");
13886 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
13887 s = bfd_get_section_by_name (obfd, ".plt");
13888 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
13889 {
13890 /* This may happen for
13891 o references to TOC base (SYM@toc / TOC[tc0]) without a
13892 .toc directive
13893 o bad linker script
13894 o --gc-sections and empty TOC sections
13895
13896 FIXME: Warn user? */
13897
13898 /* Look for a likely section. We probably won't even be
13899 using TOCstart. */
13900 for (s = obfd->sections; s != NULL; s = s->next)
13901 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_READONLY
13902 | SEC_EXCLUDE))
13903 == (SEC_ALLOC | SEC_SMALL_DATA))
13904 break;
13905 if (s == NULL)
13906 for (s = obfd->sections; s != NULL; s = s->next)
13907 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_EXCLUDE))
13908 == (SEC_ALLOC | SEC_SMALL_DATA))
13909 break;
13910 if (s == NULL)
13911 for (s = obfd->sections; s != NULL; s = s->next)
13912 if ((s->flags & (SEC_ALLOC | SEC_READONLY | SEC_EXCLUDE))
13913 == SEC_ALLOC)
13914 break;
13915 if (s == NULL)
13916 for (s = obfd->sections; s != NULL; s = s->next)
13917 if ((s->flags & (SEC_ALLOC | SEC_EXCLUDE)) == SEC_ALLOC)
13918 break;
13919 }
13920
13921 TOCstart = 0;
13922 if (s != NULL)
13923 TOCstart = s->output_section->vma + s->output_offset;
13924
13925 /* Force alignment. */
13926 adjust = TOCstart & (TOC_BASE_ALIGN - 1);
13927 TOCstart -= adjust;
13928 _bfd_set_gp_value (obfd, TOCstart);
13929
13930 if (info != NULL && s != NULL)
13931 {
13932 struct ppc_link_hash_table *htab = ppc_hash_table (info);
13933
13934 if (htab != NULL)
13935 {
13936 if (htab->elf.hgot != NULL)
13937 {
13938 htab->elf.hgot->root.u.def.value = TOC_BASE_OFF - adjust;
13939 htab->elf.hgot->root.u.def.section = s;
13940 }
13941 }
13942 else
13943 {
13944 struct bfd_link_hash_entry *bh = NULL;
13945 _bfd_generic_link_add_one_symbol (info, obfd, ".TOC.", BSF_GLOBAL,
13946 s, TOC_BASE_OFF - adjust,
13947 NULL, FALSE, FALSE, &bh);
13948 }
13949 }
13950 return TOCstart;
13951 }
13952
13953 /* Called via elf_link_hash_traverse from ppc64_elf_build_stubs to
13954 write out any global entry stubs, and PLT relocations. */
13955
13956 static bfd_boolean
13957 build_global_entry_stubs_and_plt (struct elf_link_hash_entry *h, void *inf)
13958 {
13959 struct bfd_link_info *info;
13960 struct ppc_link_hash_table *htab;
13961 struct plt_entry *ent;
13962 asection *s;
13963
13964 if (h->root.type == bfd_link_hash_indirect)
13965 return TRUE;
13966
13967 info = inf;
13968 htab = ppc_hash_table (info);
13969 if (htab == NULL)
13970 return FALSE;
13971
13972 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
13973 if (ent->plt.offset != (bfd_vma) -1)
13974 {
13975 /* This symbol has an entry in the procedure linkage
13976 table. Set it up. */
13977 Elf_Internal_Rela rela;
13978 asection *plt, *relplt;
13979 bfd_byte *loc;
13980
13981 if (!htab->elf.dynamic_sections_created
13982 || h->dynindx == -1)
13983 {
13984 if (!(h->def_regular
13985 && (h->root.type == bfd_link_hash_defined
13986 || h->root.type == bfd_link_hash_defweak)))
13987 continue;
13988 if (h->type == STT_GNU_IFUNC)
13989 {
13990 plt = htab->elf.iplt;
13991 relplt = htab->elf.irelplt;
13992 htab->elf.ifunc_resolvers = TRUE;
13993 if (htab->opd_abi)
13994 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_IREL);
13995 else
13996 rela.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
13997 }
13998 else
13999 {
14000 plt = htab->pltlocal;
14001 if (bfd_link_pic (info))
14002 {
14003 relplt = htab->relpltlocal;
14004 if (htab->opd_abi)
14005 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_SLOT);
14006 else
14007 rela.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
14008 }
14009 else
14010 relplt = NULL;
14011 }
14012 rela.r_addend = defined_sym_val (h) + ent->addend;
14013
14014 if (relplt == NULL)
14015 {
14016 loc = plt->contents + ent->plt.offset;
14017 bfd_put_64 (info->output_bfd, rela.r_addend, loc);
14018 if (htab->opd_abi)
14019 {
14020 bfd_vma toc = elf_gp (info->output_bfd);
14021 toc += htab->sec_info[h->root.u.def.section->id].toc_off;
14022 bfd_put_64 (info->output_bfd, toc, loc + 8);
14023 }
14024 }
14025 else
14026 {
14027 rela.r_offset = (plt->output_section->vma
14028 + plt->output_offset
14029 + ent->plt.offset);
14030 loc = relplt->contents + (relplt->reloc_count++
14031 * sizeof (Elf64_External_Rela));
14032 bfd_elf64_swap_reloca_out (info->output_bfd, &rela, loc);
14033 }
14034 }
14035 else
14036 {
14037 rela.r_offset = (htab->elf.splt->output_section->vma
14038 + htab->elf.splt->output_offset
14039 + ent->plt.offset);
14040 rela.r_info = ELF64_R_INFO (h->dynindx, R_PPC64_JMP_SLOT);
14041 rela.r_addend = ent->addend;
14042 loc = (htab->elf.srelplt->contents
14043 + ((ent->plt.offset - PLT_INITIAL_ENTRY_SIZE (htab))
14044 / PLT_ENTRY_SIZE (htab) * sizeof (Elf64_External_Rela)));
14045 if (h->type == STT_GNU_IFUNC && is_static_defined (h))
14046 htab->elf.ifunc_resolvers = TRUE;
14047 bfd_elf64_swap_reloca_out (info->output_bfd, &rela, loc);
14048 }
14049 }
14050
14051 if (!h->pointer_equality_needed)
14052 return TRUE;
14053
14054 if (h->def_regular)
14055 return TRUE;
14056
14057 s = htab->global_entry;
14058 if (s == NULL || s->size == 0)
14059 return TRUE;
14060
14061 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
14062 if (ent->plt.offset != (bfd_vma) -1
14063 && ent->addend == 0)
14064 {
14065 bfd_byte *p;
14066 asection *plt;
14067 bfd_vma off;
14068
14069 p = s->contents + h->root.u.def.value;
14070 plt = htab->elf.splt;
14071 if (!htab->elf.dynamic_sections_created
14072 || h->dynindx == -1)
14073 {
14074 if (h->type == STT_GNU_IFUNC)
14075 plt = htab->elf.iplt;
14076 else
14077 plt = htab->pltlocal;
14078 }
14079 off = ent->plt.offset + plt->output_offset + plt->output_section->vma;
14080 off -= h->root.u.def.value + s->output_offset + s->output_section->vma;
14081
14082 if (off + 0x80008000 > 0xffffffff || (off & 3) != 0)
14083 {
14084 info->callbacks->einfo
14085 (_("%P: linkage table error against `%pT'\n"),
14086 h->root.root.string);
14087 bfd_set_error (bfd_error_bad_value);
14088 htab->stub_error = TRUE;
14089 }
14090
14091 htab->stub_count[ppc_stub_global_entry - 1] += 1;
14092 if (htab->params->emit_stub_syms)
14093 {
14094 size_t len = strlen (h->root.root.string);
14095 char *name = bfd_malloc (sizeof "12345678.global_entry." + len);
14096
14097 if (name == NULL)
14098 return FALSE;
14099
14100 sprintf (name, "%08x.global_entry.%s", s->id, h->root.root.string);
14101 h = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
14102 if (h == NULL)
14103 return FALSE;
14104 if (h->root.type == bfd_link_hash_new)
14105 {
14106 h->root.type = bfd_link_hash_defined;
14107 h->root.u.def.section = s;
14108 h->root.u.def.value = p - s->contents;
14109 h->ref_regular = 1;
14110 h->def_regular = 1;
14111 h->ref_regular_nonweak = 1;
14112 h->forced_local = 1;
14113 h->non_elf = 0;
14114 h->root.linker_def = 1;
14115 }
14116 }
14117
14118 if (PPC_HA (off) != 0)
14119 {
14120 bfd_put_32 (s->owner, ADDIS_R12_R12 | PPC_HA (off), p);
14121 p += 4;
14122 }
14123 bfd_put_32 (s->owner, LD_R12_0R12 | PPC_LO (off), p);
14124 p += 4;
14125 bfd_put_32 (s->owner, MTCTR_R12, p);
14126 p += 4;
14127 bfd_put_32 (s->owner, BCTR, p);
14128 break;
14129 }
14130 return TRUE;
14131 }
14132
14133 /* Write PLT relocs for locals. */
14134
14135 static bfd_boolean
14136 write_plt_relocs_for_local_syms (struct bfd_link_info *info)
14137 {
14138 struct ppc_link_hash_table *htab = ppc_hash_table (info);
14139 bfd *ibfd;
14140
14141 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
14142 {
14143 struct got_entry **lgot_ents, **end_lgot_ents;
14144 struct plt_entry **local_plt, **lplt, **end_local_plt;
14145 Elf_Internal_Shdr *symtab_hdr;
14146 bfd_size_type locsymcount;
14147 Elf_Internal_Sym *local_syms = NULL;
14148 struct plt_entry *ent;
14149
14150 if (!is_ppc64_elf (ibfd))
14151 continue;
14152
14153 lgot_ents = elf_local_got_ents (ibfd);
14154 if (!lgot_ents)
14155 continue;
14156
14157 symtab_hdr = &elf_symtab_hdr (ibfd);
14158 locsymcount = symtab_hdr->sh_info;
14159 end_lgot_ents = lgot_ents + locsymcount;
14160 local_plt = (struct plt_entry **) end_lgot_ents;
14161 end_local_plt = local_plt + locsymcount;
14162 for (lplt = local_plt; lplt < end_local_plt; ++lplt)
14163 for (ent = *lplt; ent != NULL; ent = ent->next)
14164 if (ent->plt.offset != (bfd_vma) -1)
14165 {
14166 Elf_Internal_Sym *sym;
14167 asection *sym_sec;
14168 asection *plt, *relplt;
14169 bfd_byte *loc;
14170 bfd_vma val;
14171
14172 if (!get_sym_h (NULL, &sym, &sym_sec, NULL, &local_syms,
14173 lplt - local_plt, ibfd))
14174 {
14175 if (symtab_hdr->contents != (unsigned char *) local_syms)
14176 free (local_syms);
14177 return FALSE;
14178 }
14179
14180 val = sym->st_value + ent->addend;
14181 if (ELF_ST_TYPE (sym->st_info) != STT_GNU_IFUNC)
14182 val += PPC64_LOCAL_ENTRY_OFFSET (sym->st_other);
14183 if (sym_sec != NULL && sym_sec->output_section != NULL)
14184 val += sym_sec->output_offset + sym_sec->output_section->vma;
14185
14186 if (ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
14187 {
14188 htab->elf.ifunc_resolvers = TRUE;
14189 plt = htab->elf.iplt;
14190 relplt = htab->elf.irelplt;
14191 }
14192 else
14193 {
14194 plt = htab->pltlocal;
14195 relplt = bfd_link_pic (info) ? htab->relpltlocal : NULL;
14196 }
14197
14198 if (relplt == NULL)
14199 {
14200 loc = plt->contents + ent->plt.offset;
14201 bfd_put_64 (info->output_bfd, val, loc);
14202 if (htab->opd_abi)
14203 {
14204 bfd_vma toc = elf_gp (ibfd);
14205 bfd_put_64 (info->output_bfd, toc, loc + 8);
14206 }
14207 }
14208 else
14209 {
14210 Elf_Internal_Rela rela;
14211 rela.r_offset = (ent->plt.offset
14212 + plt->output_offset
14213 + plt->output_section->vma);
14214 if (ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
14215 {
14216 if (htab->opd_abi)
14217 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_IREL);
14218 else
14219 rela.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
14220 }
14221 else
14222 {
14223 if (htab->opd_abi)
14224 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_SLOT);
14225 else
14226 rela.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
14227 }
14228 rela.r_addend = val;
14229 loc = relplt->contents + (relplt->reloc_count++
14230 * sizeof (Elf64_External_Rela));
14231 bfd_elf64_swap_reloca_out (info->output_bfd, &rela, loc);
14232 }
14233 }
14234
14235 if (local_syms != NULL
14236 && symtab_hdr->contents != (unsigned char *) local_syms)
14237 {
14238 if (!info->keep_memory)
14239 free (local_syms);
14240 else
14241 symtab_hdr->contents = (unsigned char *) local_syms;
14242 }
14243 }
14244 return TRUE;
14245 }
14246
14247 /* Emit the static wrapper function preserving registers around a
14248 __tls_get_addr_opt call. */
14249
14250 static bfd_boolean
14251 emit_tga_desc (struct ppc_link_hash_table *htab)
14252 {
14253 asection *stub_sec = htab->tga_group->stub_sec;
14254 unsigned int cfa_updt = 11 * 4;
14255 bfd_byte *p;
14256 bfd_vma to, from, delta;
14257
14258 BFD_ASSERT (htab->tga_desc_fd->elf.root.type == bfd_link_hash_defined
14259 && htab->tga_desc_fd->elf.root.u.def.section == stub_sec
14260 && htab->tga_desc_fd->elf.root.u.def.value == 0);
14261 to = defined_sym_val (&htab->tls_get_addr_fd->elf);
14262 from = defined_sym_val (&htab->tga_desc_fd->elf) + cfa_updt;
14263 delta = to - from;
14264 if (delta + (1 << 25) >= 1 << 26)
14265 {
14266 _bfd_error_handler (_("__tls_get_addr call offset overflow"));
14267 htab->stub_error = TRUE;
14268 return FALSE;
14269 }
14270
14271 p = stub_sec->contents;
14272 p = tls_get_addr_prologue (htab->elf.dynobj, p, htab);
14273 bfd_put_32 (stub_sec->owner, B_DOT | 1 | (delta & 0x3fffffc), p);
14274 p += 4;
14275 p = tls_get_addr_epilogue (htab->elf.dynobj, p, htab);
14276 return stub_sec->size == (bfd_size_type) (p - stub_sec->contents);
14277 }
14278
14279 /* Emit eh_frame describing the static wrapper function. */
14280
14281 static bfd_byte *
14282 emit_tga_desc_eh_frame (struct ppc_link_hash_table *htab, bfd_byte *p)
14283 {
14284 unsigned int cfa_updt = 11 * 4;
14285 unsigned int i;
14286
14287 *p++ = DW_CFA_advance_loc + cfa_updt / 4;
14288 *p++ = DW_CFA_def_cfa_offset;
14289 if (htab->opd_abi)
14290 {
14291 *p++ = 128;
14292 *p++ = 1;
14293 }
14294 else
14295 *p++ = 96;
14296 *p++ = DW_CFA_offset_extended_sf;
14297 *p++ = 65;
14298 *p++ = (-16 / 8) & 0x7f;
14299 for (i = 4; i < 12; i++)
14300 {
14301 *p++ = DW_CFA_offset + i;
14302 *p++ = (htab->opd_abi ? 13 : 12) - i;
14303 }
14304 *p++ = DW_CFA_advance_loc + 10;
14305 *p++ = DW_CFA_def_cfa_offset;
14306 *p++ = 0;
14307 for (i = 4; i < 12; i++)
14308 *p++ = DW_CFA_restore + i;
14309 *p++ = DW_CFA_advance_loc + 2;
14310 *p++ = DW_CFA_restore_extended;
14311 *p++ = 65;
14312 return p;
14313 }
14314
14315 /* Build all the stubs associated with the current output file.
14316 The stubs are kept in a hash table attached to the main linker
14317 hash table. This function is called via gldelf64ppc_finish. */
14318
14319 bfd_boolean
14320 ppc64_elf_build_stubs (struct bfd_link_info *info,
14321 char **stats)
14322 {
14323 struct ppc_link_hash_table *htab = ppc_hash_table (info);
14324 struct map_stub *group;
14325 asection *stub_sec;
14326 bfd_byte *p;
14327 int stub_sec_count = 0;
14328
14329 if (htab == NULL)
14330 return FALSE;
14331
14332 /* Allocate memory to hold the linker stubs. */
14333 for (group = htab->group; group != NULL; group = group->next)
14334 {
14335 group->eh_size = 0;
14336 group->lr_restore = 0;
14337 if ((stub_sec = group->stub_sec) != NULL
14338 && stub_sec->size != 0)
14339 {
14340 stub_sec->contents = bfd_zalloc (htab->params->stub_bfd,
14341 stub_sec->size);
14342 if (stub_sec->contents == NULL)
14343 return FALSE;
14344 stub_sec->size = 0;
14345 }
14346 }
14347
14348 if (htab->glink != NULL && htab->glink->size != 0)
14349 {
14350 unsigned int indx;
14351 bfd_vma plt0;
14352
14353 /* Build the .glink plt call stub. */
14354 if (htab->params->emit_stub_syms)
14355 {
14356 struct elf_link_hash_entry *h;
14357 h = elf_link_hash_lookup (&htab->elf, "__glink_PLTresolve",
14358 TRUE, FALSE, FALSE);
14359 if (h == NULL)
14360 return FALSE;
14361 if (h->root.type == bfd_link_hash_new)
14362 {
14363 h->root.type = bfd_link_hash_defined;
14364 h->root.u.def.section = htab->glink;
14365 h->root.u.def.value = 8;
14366 h->ref_regular = 1;
14367 h->def_regular = 1;
14368 h->ref_regular_nonweak = 1;
14369 h->forced_local = 1;
14370 h->non_elf = 0;
14371 h->root.linker_def = 1;
14372 }
14373 }
14374 plt0 = (htab->elf.splt->output_section->vma
14375 + htab->elf.splt->output_offset
14376 - 16);
14377 if (info->emitrelocations)
14378 {
14379 Elf_Internal_Rela *r = get_relocs (htab->glink, 1);
14380 if (r == NULL)
14381 return FALSE;
14382 r->r_offset = (htab->glink->output_offset
14383 + htab->glink->output_section->vma);
14384 r->r_info = ELF64_R_INFO (0, R_PPC64_REL64);
14385 r->r_addend = plt0;
14386 }
14387 p = htab->glink->contents;
14388 plt0 -= htab->glink->output_section->vma + htab->glink->output_offset;
14389 bfd_put_64 (htab->glink->owner, plt0, p);
14390 p += 8;
14391 if (htab->opd_abi)
14392 {
14393 bfd_put_32 (htab->glink->owner, MFLR_R12, p);
14394 p += 4;
14395 bfd_put_32 (htab->glink->owner, BCL_20_31, p);
14396 p += 4;
14397 bfd_put_32 (htab->glink->owner, MFLR_R11, p);
14398 p += 4;
14399 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | (-16 & 0xfffc), p);
14400 p += 4;
14401 bfd_put_32 (htab->glink->owner, MTLR_R12, p);
14402 p += 4;
14403 bfd_put_32 (htab->glink->owner, ADD_R11_R2_R11, p);
14404 p += 4;
14405 bfd_put_32 (htab->glink->owner, LD_R12_0R11, p);
14406 p += 4;
14407 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | 8, p);
14408 p += 4;
14409 bfd_put_32 (htab->glink->owner, MTCTR_R12, p);
14410 p += 4;
14411 bfd_put_32 (htab->glink->owner, LD_R11_0R11 | 16, p);
14412 p += 4;
14413 }
14414 else
14415 {
14416 bfd_put_32 (htab->glink->owner, MFLR_R0, p);
14417 p += 4;
14418 bfd_put_32 (htab->glink->owner, BCL_20_31, p);
14419 p += 4;
14420 bfd_put_32 (htab->glink->owner, MFLR_R11, p);
14421 p += 4;
14422 bfd_put_32 (htab->glink->owner, STD_R2_0R1 + 24, p);
14423 p += 4;
14424 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | (-16 & 0xfffc), p);
14425 p += 4;
14426 bfd_put_32 (htab->glink->owner, MTLR_R0, p);
14427 p += 4;
14428 bfd_put_32 (htab->glink->owner, SUB_R12_R12_R11, p);
14429 p += 4;
14430 bfd_put_32 (htab->glink->owner, ADD_R11_R2_R11, p);
14431 p += 4;
14432 bfd_put_32 (htab->glink->owner, ADDI_R0_R12 | (-48 & 0xffff), p);
14433 p += 4;
14434 bfd_put_32 (htab->glink->owner, LD_R12_0R11, p);
14435 p += 4;
14436 bfd_put_32 (htab->glink->owner, SRDI_R0_R0_2, p);
14437 p += 4;
14438 bfd_put_32 (htab->glink->owner, MTCTR_R12, p);
14439 p += 4;
14440 bfd_put_32 (htab->glink->owner, LD_R11_0R11 | 8, p);
14441 p += 4;
14442 }
14443 bfd_put_32 (htab->glink->owner, BCTR, p);
14444 p += 4;
14445 BFD_ASSERT (p == htab->glink->contents + GLINK_PLTRESOLVE_SIZE (htab));
14446
14447 /* Build the .glink lazy link call stubs. */
14448 indx = 0;
14449 while (p < htab->glink->contents + htab->glink->size)
14450 {
14451 if (htab->opd_abi)
14452 {
14453 if (indx < 0x8000)
14454 {
14455 bfd_put_32 (htab->glink->owner, LI_R0_0 | indx, p);
14456 p += 4;
14457 }
14458 else
14459 {
14460 bfd_put_32 (htab->glink->owner, LIS_R0_0 | PPC_HI (indx), p);
14461 p += 4;
14462 bfd_put_32 (htab->glink->owner, ORI_R0_R0_0 | PPC_LO (indx),
14463 p);
14464 p += 4;
14465 }
14466 }
14467 bfd_put_32 (htab->glink->owner,
14468 B_DOT | ((htab->glink->contents - p + 8) & 0x3fffffc), p);
14469 indx++;
14470 p += 4;
14471 }
14472 }
14473
14474 if (htab->tga_group != NULL)
14475 {
14476 htab->tga_group->lr_restore = 23 * 4;
14477 htab->tga_group->stub_sec->size = 24 * 4;
14478 if (!emit_tga_desc (htab))
14479 return FALSE;
14480 if (htab->glink_eh_frame != NULL
14481 && htab->glink_eh_frame->size != 0)
14482 {
14483 size_t align = 4;
14484
14485 p = htab->glink_eh_frame->contents;
14486 p += (sizeof (glink_eh_frame_cie) + align - 1) & -align;
14487 p += 17;
14488 htab->tga_group->eh_size = emit_tga_desc_eh_frame (htab, p) - p;
14489 }
14490 }
14491
14492 /* Build .glink global entry stubs, and PLT relocs for globals. */
14493 elf_link_hash_traverse (&htab->elf, build_global_entry_stubs_and_plt, info);
14494
14495 if (!write_plt_relocs_for_local_syms (info))
14496 return FALSE;
14497
14498 if (htab->brlt != NULL && htab->brlt->size != 0)
14499 {
14500 htab->brlt->contents = bfd_zalloc (htab->brlt->owner,
14501 htab->brlt->size);
14502 if (htab->brlt->contents == NULL)
14503 return FALSE;
14504 }
14505 if (htab->relbrlt != NULL && htab->relbrlt->size != 0)
14506 {
14507 htab->relbrlt->contents = bfd_zalloc (htab->relbrlt->owner,
14508 htab->relbrlt->size);
14509 if (htab->relbrlt->contents == NULL)
14510 return FALSE;
14511 }
14512
14513 /* Build the stubs as directed by the stub hash table. */
14514 bfd_hash_traverse (&htab->stub_hash_table, ppc_build_one_stub, info);
14515
14516 for (group = htab->group; group != NULL; group = group->next)
14517 if (group->needs_save_res)
14518 group->stub_sec->size += htab->sfpr->size;
14519
14520 if (htab->relbrlt != NULL)
14521 htab->relbrlt->reloc_count = 0;
14522
14523 if (htab->params->plt_stub_align != 0)
14524 for (group = htab->group; group != NULL; group = group->next)
14525 if ((stub_sec = group->stub_sec) != NULL)
14526 {
14527 int align = abs (htab->params->plt_stub_align);
14528 stub_sec->size = (stub_sec->size + (1 << align) - 1) & -(1 << align);
14529 }
14530
14531 for (group = htab->group; group != NULL; group = group->next)
14532 if (group->needs_save_res)
14533 {
14534 stub_sec = group->stub_sec;
14535 memcpy (stub_sec->contents + stub_sec->size - htab->sfpr->size,
14536 htab->sfpr->contents, htab->sfpr->size);
14537 if (htab->params->emit_stub_syms)
14538 {
14539 unsigned int i;
14540
14541 for (i = 0; i < ARRAY_SIZE (save_res_funcs); i++)
14542 if (!sfpr_define (info, &save_res_funcs[i], stub_sec))
14543 return FALSE;
14544 }
14545 }
14546
14547 if (htab->glink_eh_frame != NULL
14548 && htab->glink_eh_frame->size != 0)
14549 {
14550 bfd_vma val;
14551 size_t align = 4;
14552
14553 p = htab->glink_eh_frame->contents;
14554 p += (sizeof (glink_eh_frame_cie) + align - 1) & -align;
14555
14556 for (group = htab->group; group != NULL; group = group->next)
14557 if (group->eh_size != 0)
14558 {
14559 /* Offset to stub section. */
14560 val = (group->stub_sec->output_section->vma
14561 + group->stub_sec->output_offset);
14562 val -= (htab->glink_eh_frame->output_section->vma
14563 + htab->glink_eh_frame->output_offset
14564 + (p + 8 - htab->glink_eh_frame->contents));
14565 if (val + 0x80000000 > 0xffffffff)
14566 {
14567 _bfd_error_handler
14568 (_("%s offset too large for .eh_frame sdata4 encoding"),
14569 group->stub_sec->name);
14570 return FALSE;
14571 }
14572 bfd_put_32 (htab->elf.dynobj, val, p + 8);
14573 p += (group->eh_size + 17 + 3) & -4;
14574 }
14575 if (htab->glink != NULL && htab->glink->size != 0)
14576 {
14577 /* Offset to .glink. */
14578 val = (htab->glink->output_section->vma
14579 + htab->glink->output_offset
14580 + 8);
14581 val -= (htab->glink_eh_frame->output_section->vma
14582 + htab->glink_eh_frame->output_offset
14583 + (p + 8 - htab->glink_eh_frame->contents));
14584 if (val + 0x80000000 > 0xffffffff)
14585 {
14586 _bfd_error_handler
14587 (_("%s offset too large for .eh_frame sdata4 encoding"),
14588 htab->glink->name);
14589 return FALSE;
14590 }
14591 bfd_put_32 (htab->elf.dynobj, val, p + 8);
14592 p += (24 + align - 1) & -align;
14593 }
14594 }
14595
14596 for (group = htab->group; group != NULL; group = group->next)
14597 if ((stub_sec = group->stub_sec) != NULL)
14598 {
14599 stub_sec_count += 1;
14600 if (stub_sec->rawsize != stub_sec->size
14601 && (htab->stub_iteration <= STUB_SHRINK_ITER
14602 || stub_sec->rawsize < stub_sec->size))
14603 break;
14604 }
14605
14606 if (group != NULL)
14607 {
14608 htab->stub_error = TRUE;
14609 _bfd_error_handler (_("stubs don't match calculated size"));
14610 }
14611
14612 if (htab->stub_error)
14613 return FALSE;
14614
14615 if (stats != NULL)
14616 {
14617 char *groupmsg;
14618 if (asprintf (&groupmsg,
14619 ngettext ("linker stubs in %u group\n",
14620 "linker stubs in %u groups\n",
14621 stub_sec_count),
14622 stub_sec_count) < 0)
14623 *stats = NULL;
14624 else
14625 {
14626 if (asprintf (stats, _("%s"
14627 " branch %lu\n"
14628 " branch toc adj %lu\n"
14629 " branch notoc %lu\n"
14630 " branch both %lu\n"
14631 " long branch %lu\n"
14632 " long toc adj %lu\n"
14633 " long notoc %lu\n"
14634 " long both %lu\n"
14635 " plt call %lu\n"
14636 " plt call save %lu\n"
14637 " plt call notoc %lu\n"
14638 " plt call both %lu\n"
14639 " global entry %lu"),
14640 groupmsg,
14641 htab->stub_count[ppc_stub_long_branch - 1],
14642 htab->stub_count[ppc_stub_long_branch_r2off - 1],
14643 htab->stub_count[ppc_stub_long_branch_notoc - 1],
14644 htab->stub_count[ppc_stub_long_branch_both - 1],
14645 htab->stub_count[ppc_stub_plt_branch - 1],
14646 htab->stub_count[ppc_stub_plt_branch_r2off - 1],
14647 htab->stub_count[ppc_stub_plt_branch_notoc - 1],
14648 htab->stub_count[ppc_stub_plt_branch_both - 1],
14649 htab->stub_count[ppc_stub_plt_call - 1],
14650 htab->stub_count[ppc_stub_plt_call_r2save - 1],
14651 htab->stub_count[ppc_stub_plt_call_notoc - 1],
14652 htab->stub_count[ppc_stub_plt_call_both - 1],
14653 htab->stub_count[ppc_stub_global_entry - 1]) < 0)
14654 *stats = NULL;
14655 free (groupmsg);
14656 }
14657 }
14658 return TRUE;
14659 }
14660
14661 /* What to do when ld finds relocations against symbols defined in
14662 discarded sections. */
14663
14664 static unsigned int
14665 ppc64_elf_action_discarded (asection *sec)
14666 {
14667 if (strcmp (".opd", sec->name) == 0)
14668 return 0;
14669
14670 if (strcmp (".toc", sec->name) == 0)
14671 return 0;
14672
14673 if (strcmp (".toc1", sec->name) == 0)
14674 return 0;
14675
14676 return _bfd_elf_default_action_discarded (sec);
14677 }
14678
14679 /* These are the dynamic relocations supported by glibc. */
14680
14681 static bfd_boolean
14682 ppc64_glibc_dynamic_reloc (enum elf_ppc64_reloc_type r_type)
14683 {
14684 switch (r_type)
14685 {
14686 case R_PPC64_RELATIVE:
14687 case R_PPC64_NONE:
14688 case R_PPC64_ADDR64:
14689 case R_PPC64_GLOB_DAT:
14690 case R_PPC64_IRELATIVE:
14691 case R_PPC64_JMP_IREL:
14692 case R_PPC64_JMP_SLOT:
14693 case R_PPC64_DTPMOD64:
14694 case R_PPC64_DTPREL64:
14695 case R_PPC64_TPREL64:
14696 case R_PPC64_TPREL16_LO_DS:
14697 case R_PPC64_TPREL16_DS:
14698 case R_PPC64_TPREL16:
14699 case R_PPC64_TPREL16_LO:
14700 case R_PPC64_TPREL16_HI:
14701 case R_PPC64_TPREL16_HIGH:
14702 case R_PPC64_TPREL16_HA:
14703 case R_PPC64_TPREL16_HIGHA:
14704 case R_PPC64_TPREL16_HIGHER:
14705 case R_PPC64_TPREL16_HIGHEST:
14706 case R_PPC64_TPREL16_HIGHERA:
14707 case R_PPC64_TPREL16_HIGHESTA:
14708 case R_PPC64_ADDR16_LO_DS:
14709 case R_PPC64_ADDR16_LO:
14710 case R_PPC64_ADDR16_HI:
14711 case R_PPC64_ADDR16_HIGH:
14712 case R_PPC64_ADDR16_HA:
14713 case R_PPC64_ADDR16_HIGHA:
14714 case R_PPC64_REL30:
14715 case R_PPC64_COPY:
14716 case R_PPC64_UADDR64:
14717 case R_PPC64_UADDR32:
14718 case R_PPC64_ADDR32:
14719 case R_PPC64_ADDR24:
14720 case R_PPC64_ADDR16:
14721 case R_PPC64_UADDR16:
14722 case R_PPC64_ADDR16_DS:
14723 case R_PPC64_ADDR16_HIGHER:
14724 case R_PPC64_ADDR16_HIGHEST:
14725 case R_PPC64_ADDR16_HIGHERA:
14726 case R_PPC64_ADDR16_HIGHESTA:
14727 case R_PPC64_ADDR14:
14728 case R_PPC64_ADDR14_BRTAKEN:
14729 case R_PPC64_ADDR14_BRNTAKEN:
14730 case R_PPC64_REL32:
14731 case R_PPC64_REL64:
14732 return TRUE;
14733
14734 default:
14735 return FALSE;
14736 }
14737 }
14738
14739 /* The RELOCATE_SECTION function is called by the ELF backend linker
14740 to handle the relocations for a section.
14741
14742 The relocs are always passed as Rela structures; if the section
14743 actually uses Rel structures, the r_addend field will always be
14744 zero.
14745
14746 This function is responsible for adjust the section contents as
14747 necessary, and (if using Rela relocs and generating a
14748 relocatable output file) adjusting the reloc addend as
14749 necessary.
14750
14751 This function does not have to worry about setting the reloc
14752 address or the reloc symbol index.
14753
14754 LOCAL_SYMS is a pointer to the swapped in local symbols.
14755
14756 LOCAL_SECTIONS is an array giving the section in the input file
14757 corresponding to the st_shndx field of each local symbol.
14758
14759 The global hash table entry for the global symbols can be found
14760 via elf_sym_hashes (input_bfd).
14761
14762 When generating relocatable output, this function must handle
14763 STB_LOCAL/STT_SECTION symbols specially. The output symbol is
14764 going to be the section symbol corresponding to the output
14765 section, which means that the addend must be adjusted
14766 accordingly. */
14767
14768 static bfd_boolean
14769 ppc64_elf_relocate_section (bfd *output_bfd,
14770 struct bfd_link_info *info,
14771 bfd *input_bfd,
14772 asection *input_section,
14773 bfd_byte *contents,
14774 Elf_Internal_Rela *relocs,
14775 Elf_Internal_Sym *local_syms,
14776 asection **local_sections)
14777 {
14778 struct ppc_link_hash_table *htab;
14779 Elf_Internal_Shdr *symtab_hdr;
14780 struct elf_link_hash_entry **sym_hashes;
14781 Elf_Internal_Rela *rel;
14782 Elf_Internal_Rela *wrel;
14783 Elf_Internal_Rela *relend;
14784 Elf_Internal_Rela outrel;
14785 bfd_byte *loc;
14786 struct got_entry **local_got_ents;
14787 bfd_vma TOCstart;
14788 bfd_boolean ret = TRUE;
14789 bfd_boolean is_opd;
14790 /* Assume 'at' branch hints. */
14791 bfd_boolean is_isa_v2 = TRUE;
14792 bfd_boolean warned_dynamic = FALSE;
14793 bfd_vma d_offset = (bfd_big_endian (input_bfd) ? 2 : 0);
14794
14795 /* Initialize howto table if needed. */
14796 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
14797 ppc_howto_init ();
14798
14799 htab = ppc_hash_table (info);
14800 if (htab == NULL)
14801 return FALSE;
14802
14803 /* Don't relocate stub sections. */
14804 if (input_section->owner == htab->params->stub_bfd)
14805 return TRUE;
14806
14807 if (!is_ppc64_elf (input_bfd))
14808 {
14809 bfd_set_error (bfd_error_wrong_format);
14810 return FALSE;
14811 }
14812
14813 local_got_ents = elf_local_got_ents (input_bfd);
14814 TOCstart = elf_gp (output_bfd);
14815 symtab_hdr = &elf_symtab_hdr (input_bfd);
14816 sym_hashes = elf_sym_hashes (input_bfd);
14817 is_opd = ppc64_elf_section_data (input_section)->sec_type == sec_opd;
14818
14819 rel = wrel = relocs;
14820 relend = relocs + input_section->reloc_count;
14821 for (; rel < relend; wrel++, rel++)
14822 {
14823 enum elf_ppc64_reloc_type r_type;
14824 bfd_vma addend;
14825 bfd_reloc_status_type r;
14826 Elf_Internal_Sym *sym;
14827 asection *sec;
14828 struct elf_link_hash_entry *h_elf;
14829 struct ppc_link_hash_entry *h;
14830 struct ppc_link_hash_entry *fdh;
14831 const char *sym_name;
14832 unsigned long r_symndx, toc_symndx;
14833 bfd_vma toc_addend;
14834 unsigned char tls_mask, tls_gd, tls_type;
14835 unsigned char sym_type;
14836 bfd_vma relocation;
14837 bfd_boolean unresolved_reloc, save_unresolved_reloc;
14838 bfd_boolean warned;
14839 enum { DEST_NORMAL, DEST_OPD, DEST_STUB } reloc_dest;
14840 unsigned int insn;
14841 unsigned int mask;
14842 struct ppc_stub_hash_entry *stub_entry;
14843 bfd_vma max_br_offset;
14844 bfd_vma from;
14845 Elf_Internal_Rela orig_rel;
14846 reloc_howto_type *howto;
14847 struct reloc_howto_struct alt_howto;
14848 uint64_t pinsn;
14849 bfd_vma offset;
14850
14851 again:
14852 orig_rel = *rel;
14853
14854 r_type = ELF64_R_TYPE (rel->r_info);
14855 r_symndx = ELF64_R_SYM (rel->r_info);
14856
14857 /* For old style R_PPC64_TOC relocs with a zero symbol, use the
14858 symbol of the previous ADDR64 reloc. The symbol gives us the
14859 proper TOC base to use. */
14860 if (rel->r_info == ELF64_R_INFO (0, R_PPC64_TOC)
14861 && wrel != relocs
14862 && ELF64_R_TYPE (wrel[-1].r_info) == R_PPC64_ADDR64
14863 && is_opd)
14864 r_symndx = ELF64_R_SYM (wrel[-1].r_info);
14865
14866 sym = NULL;
14867 sec = NULL;
14868 h_elf = NULL;
14869 sym_name = NULL;
14870 unresolved_reloc = FALSE;
14871 warned = FALSE;
14872
14873 if (r_symndx < symtab_hdr->sh_info)
14874 {
14875 /* It's a local symbol. */
14876 struct _opd_sec_data *opd;
14877
14878 sym = local_syms + r_symndx;
14879 sec = local_sections[r_symndx];
14880 sym_name = bfd_elf_sym_name (input_bfd, symtab_hdr, sym, sec);
14881 sym_type = ELF64_ST_TYPE (sym->st_info);
14882 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
14883 opd = get_opd_info (sec);
14884 if (opd != NULL && opd->adjust != NULL)
14885 {
14886 long adjust = opd->adjust[OPD_NDX (sym->st_value
14887 + rel->r_addend)];
14888 if (adjust == -1)
14889 relocation = 0;
14890 else
14891 {
14892 /* If this is a relocation against the opd section sym
14893 and we have edited .opd, adjust the reloc addend so
14894 that ld -r and ld --emit-relocs output is correct.
14895 If it is a reloc against some other .opd symbol,
14896 then the symbol value will be adjusted later. */
14897 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
14898 rel->r_addend += adjust;
14899 else
14900 relocation += adjust;
14901 }
14902 }
14903 }
14904 else
14905 {
14906 bfd_boolean ignored;
14907
14908 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
14909 r_symndx, symtab_hdr, sym_hashes,
14910 h_elf, sec, relocation,
14911 unresolved_reloc, warned, ignored);
14912 sym_name = h_elf->root.root.string;
14913 sym_type = h_elf->type;
14914 if (sec != NULL
14915 && sec->owner == output_bfd
14916 && strcmp (sec->name, ".opd") == 0)
14917 {
14918 /* This is a symbol defined in a linker script. All
14919 such are defined in output sections, even those
14920 defined by simple assignment from a symbol defined in
14921 an input section. Transfer the symbol to an
14922 appropriate input .opd section, so that a branch to
14923 this symbol will be mapped to the location specified
14924 by the opd entry. */
14925 struct bfd_link_order *lo;
14926 for (lo = sec->map_head.link_order; lo != NULL; lo = lo->next)
14927 if (lo->type == bfd_indirect_link_order)
14928 {
14929 asection *isec = lo->u.indirect.section;
14930 if (h_elf->root.u.def.value >= isec->output_offset
14931 && h_elf->root.u.def.value < (isec->output_offset
14932 + isec->size))
14933 {
14934 h_elf->root.u.def.value -= isec->output_offset;
14935 h_elf->root.u.def.section = isec;
14936 sec = isec;
14937 break;
14938 }
14939 }
14940 }
14941 }
14942 h = ppc_elf_hash_entry (h_elf);
14943
14944 if (sec != NULL && discarded_section (sec))
14945 {
14946 _bfd_clear_contents (ppc64_elf_howto_table[r_type],
14947 input_bfd, input_section,
14948 contents, rel->r_offset);
14949 wrel->r_offset = rel->r_offset;
14950 wrel->r_info = 0;
14951 wrel->r_addend = 0;
14952
14953 /* For ld -r, remove relocations in debug sections against
14954 symbols defined in discarded sections. Not done for
14955 non-debug to preserve relocs in .eh_frame which the
14956 eh_frame editing code expects to be present. */
14957 if (bfd_link_relocatable (info)
14958 && (input_section->flags & SEC_DEBUGGING))
14959 wrel--;
14960
14961 continue;
14962 }
14963
14964 if (bfd_link_relocatable (info))
14965 goto copy_reloc;
14966
14967 if (h != NULL && &h->elf == htab->elf.hgot)
14968 {
14969 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
14970 sec = bfd_abs_section_ptr;
14971 unresolved_reloc = FALSE;
14972 }
14973
14974 /* TLS optimizations. Replace instruction sequences and relocs
14975 based on information we collected in tls_optimize. We edit
14976 RELOCS so that --emit-relocs will output something sensible
14977 for the final instruction stream. */
14978 tls_mask = 0;
14979 tls_gd = 0;
14980 toc_symndx = 0;
14981 if (h != NULL)
14982 tls_mask = h->tls_mask;
14983 else if (local_got_ents != NULL)
14984 {
14985 struct plt_entry **local_plt = (struct plt_entry **)
14986 (local_got_ents + symtab_hdr->sh_info);
14987 unsigned char *lgot_masks = (unsigned char *)
14988 (local_plt + symtab_hdr->sh_info);
14989 tls_mask = lgot_masks[r_symndx];
14990 }
14991 if (((tls_mask & TLS_TLS) == 0 || tls_mask == (TLS_TLS | TLS_MARK))
14992 && (r_type == R_PPC64_TLS
14993 || r_type == R_PPC64_TLSGD
14994 || r_type == R_PPC64_TLSLD))
14995 {
14996 /* Check for toc tls entries. */
14997 unsigned char *toc_tls;
14998
14999 if (!get_tls_mask (&toc_tls, &toc_symndx, &toc_addend,
15000 &local_syms, rel, input_bfd))
15001 return FALSE;
15002
15003 if (toc_tls)
15004 tls_mask = *toc_tls;
15005 }
15006
15007 /* Check that tls relocs are used with tls syms, and non-tls
15008 relocs are used with non-tls syms. */
15009 if (r_symndx != STN_UNDEF
15010 && r_type != R_PPC64_NONE
15011 && (h == NULL
15012 || h->elf.root.type == bfd_link_hash_defined
15013 || h->elf.root.type == bfd_link_hash_defweak)
15014 && IS_PPC64_TLS_RELOC (r_type) != (sym_type == STT_TLS))
15015 {
15016 if ((tls_mask & TLS_TLS) != 0
15017 && (r_type == R_PPC64_TLS
15018 || r_type == R_PPC64_TLSGD
15019 || r_type == R_PPC64_TLSLD))
15020 /* R_PPC64_TLS is OK against a symbol in the TOC. */
15021 ;
15022 else
15023 info->callbacks->einfo
15024 (!IS_PPC64_TLS_RELOC (r_type)
15025 /* xgettext:c-format */
15026 ? _("%H: %s used with TLS symbol `%pT'\n")
15027 /* xgettext:c-format */
15028 : _("%H: %s used with non-TLS symbol `%pT'\n"),
15029 input_bfd, input_section, rel->r_offset,
15030 ppc64_elf_howto_table[r_type]->name,
15031 sym_name);
15032 }
15033
15034 /* Ensure reloc mapping code below stays sane. */
15035 if (R_PPC64_TOC16_LO_DS != R_PPC64_TOC16_DS + 1
15036 || R_PPC64_TOC16_LO != R_PPC64_TOC16 + 1
15037 || (R_PPC64_GOT_TLSLD16 & 3) != (R_PPC64_GOT_TLSGD16 & 3)
15038 || (R_PPC64_GOT_TLSLD16_LO & 3) != (R_PPC64_GOT_TLSGD16_LO & 3)
15039 || (R_PPC64_GOT_TLSLD16_HI & 3) != (R_PPC64_GOT_TLSGD16_HI & 3)
15040 || (R_PPC64_GOT_TLSLD16_HA & 3) != (R_PPC64_GOT_TLSGD16_HA & 3)
15041 || (R_PPC64_GOT_TLSLD16 & 3) != (R_PPC64_GOT_TPREL16_DS & 3)
15042 || (R_PPC64_GOT_TLSLD16_LO & 3) != (R_PPC64_GOT_TPREL16_LO_DS & 3)
15043 || (R_PPC64_GOT_TLSLD16_HI & 3) != (R_PPC64_GOT_TPREL16_HI & 3)
15044 || (R_PPC64_GOT_TLSLD16_HA & 3) != (R_PPC64_GOT_TPREL16_HA & 3))
15045 abort ();
15046
15047 switch (r_type)
15048 {
15049 default:
15050 break;
15051
15052 case R_PPC64_LO_DS_OPT:
15053 insn = bfd_get_32 (input_bfd, contents + rel->r_offset - d_offset);
15054 if ((insn & (0x3fu << 26)) != 58u << 26)
15055 abort ();
15056 insn += (14u << 26) - (58u << 26);
15057 bfd_put_32 (input_bfd, insn, contents + rel->r_offset - d_offset);
15058 r_type = R_PPC64_TOC16_LO;
15059 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15060 break;
15061
15062 case R_PPC64_TOC16:
15063 case R_PPC64_TOC16_LO:
15064 case R_PPC64_TOC16_DS:
15065 case R_PPC64_TOC16_LO_DS:
15066 {
15067 /* Check for toc tls entries. */
15068 unsigned char *toc_tls;
15069 int retval;
15070
15071 retval = get_tls_mask (&toc_tls, &toc_symndx, &toc_addend,
15072 &local_syms, rel, input_bfd);
15073 if (retval == 0)
15074 return FALSE;
15075
15076 if (toc_tls)
15077 {
15078 tls_mask = *toc_tls;
15079 if (r_type == R_PPC64_TOC16_DS
15080 || r_type == R_PPC64_TOC16_LO_DS)
15081 {
15082 if ((tls_mask & TLS_TLS) != 0
15083 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0)
15084 goto toctprel;
15085 }
15086 else
15087 {
15088 /* If we found a GD reloc pair, then we might be
15089 doing a GD->IE transition. */
15090 if (retval == 2)
15091 {
15092 tls_gd = TLS_GDIE;
15093 if ((tls_mask & TLS_TLS) != 0
15094 && (tls_mask & TLS_GD) == 0)
15095 goto tls_ldgd_opt;
15096 }
15097 else if (retval == 3)
15098 {
15099 if ((tls_mask & TLS_TLS) != 0
15100 && (tls_mask & TLS_LD) == 0)
15101 goto tls_ldgd_opt;
15102 }
15103 }
15104 }
15105 }
15106 break;
15107
15108 case R_PPC64_GOT_TPREL16_HI:
15109 case R_PPC64_GOT_TPREL16_HA:
15110 if ((tls_mask & TLS_TLS) != 0
15111 && (tls_mask & TLS_TPREL) == 0)
15112 {
15113 rel->r_offset -= d_offset;
15114 bfd_put_32 (input_bfd, NOP, contents + rel->r_offset);
15115 r_type = R_PPC64_NONE;
15116 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15117 }
15118 break;
15119
15120 case R_PPC64_GOT_TPREL16_DS:
15121 case R_PPC64_GOT_TPREL16_LO_DS:
15122 if ((tls_mask & TLS_TLS) != 0
15123 && (tls_mask & TLS_TPREL) == 0)
15124 {
15125 toctprel:
15126 insn = bfd_get_32 (input_bfd,
15127 contents + rel->r_offset - d_offset);
15128 insn &= 31 << 21;
15129 insn |= 0x3c0d0000; /* addis 0,13,0 */
15130 bfd_put_32 (input_bfd, insn,
15131 contents + rel->r_offset - d_offset);
15132 r_type = R_PPC64_TPREL16_HA;
15133 if (toc_symndx != 0)
15134 {
15135 rel->r_info = ELF64_R_INFO (toc_symndx, r_type);
15136 rel->r_addend = toc_addend;
15137 /* We changed the symbol. Start over in order to
15138 get h, sym, sec etc. right. */
15139 goto again;
15140 }
15141 else
15142 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15143 }
15144 break;
15145
15146 case R_PPC64_GOT_TPREL_PCREL34:
15147 if ((tls_mask & TLS_TLS) != 0
15148 && (tls_mask & TLS_TPREL) == 0)
15149 {
15150 /* pld ra,sym@got@tprel@pcrel -> paddi ra,r13,sym@tprel */
15151 pinsn = bfd_get_32 (input_bfd, contents + rel->r_offset);
15152 pinsn <<= 32;
15153 pinsn |= bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
15154 pinsn += ((2ULL << 56) + (-1ULL << 52)
15155 + (14ULL << 26) - (57ULL << 26) + (13ULL << 16));
15156 bfd_put_32 (input_bfd, pinsn >> 32,
15157 contents + rel->r_offset);
15158 bfd_put_32 (input_bfd, pinsn & 0xffffffff,
15159 contents + rel->r_offset + 4);
15160 r_type = R_PPC64_TPREL34;
15161 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15162 }
15163 break;
15164
15165 case R_PPC64_TLS:
15166 if ((tls_mask & TLS_TLS) != 0
15167 && (tls_mask & TLS_TPREL) == 0)
15168 {
15169 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
15170 insn = _bfd_elf_ppc_at_tls_transform (insn, 13);
15171 if (insn == 0)
15172 break;
15173 if ((rel->r_offset & 3) == 0)
15174 {
15175 bfd_put_32 (input_bfd, insn, contents + rel->r_offset);
15176 /* Was PPC64_TLS which sits on insn boundary, now
15177 PPC64_TPREL16_LO which is at low-order half-word. */
15178 rel->r_offset += d_offset;
15179 r_type = R_PPC64_TPREL16_LO;
15180 if (toc_symndx != 0)
15181 {
15182 rel->r_info = ELF64_R_INFO (toc_symndx, r_type);
15183 rel->r_addend = toc_addend;
15184 /* We changed the symbol. Start over in order to
15185 get h, sym, sec etc. right. */
15186 goto again;
15187 }
15188 else
15189 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15190 }
15191 else if ((rel->r_offset & 3) == 1)
15192 {
15193 /* For pcrel IE to LE we already have the full
15194 offset and thus don't need an addi here. A nop
15195 or mr will do. */
15196 if ((insn & (0x3fu << 26)) == 14 << 26)
15197 {
15198 /* Extract regs from addi rt,ra,si. */
15199 unsigned int rt = (insn >> 21) & 0x1f;
15200 unsigned int ra = (insn >> 16) & 0x1f;
15201 if (rt == ra)
15202 insn = NOP;
15203 else
15204 {
15205 /* Build or ra,rs,rb with rb==rs, ie. mr ra,rs. */
15206 insn = (rt << 16) | (ra << 21) | (ra << 11);
15207 insn |= (31u << 26) | (444u << 1);
15208 }
15209 }
15210 bfd_put_32 (input_bfd, insn, contents + rel->r_offset - 1);
15211 }
15212 }
15213 break;
15214
15215 case R_PPC64_GOT_TLSGD16_HI:
15216 case R_PPC64_GOT_TLSGD16_HA:
15217 tls_gd = TLS_GDIE;
15218 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0)
15219 goto tls_gdld_hi;
15220 break;
15221
15222 case R_PPC64_GOT_TLSLD16_HI:
15223 case R_PPC64_GOT_TLSLD16_HA:
15224 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_LD) == 0)
15225 {
15226 tls_gdld_hi:
15227 if ((tls_mask & tls_gd) != 0)
15228 r_type = (((r_type - (R_PPC64_GOT_TLSGD16 & 3)) & 3)
15229 + R_PPC64_GOT_TPREL16_DS);
15230 else
15231 {
15232 rel->r_offset -= d_offset;
15233 bfd_put_32 (input_bfd, NOP, contents + rel->r_offset);
15234 r_type = R_PPC64_NONE;
15235 }
15236 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15237 }
15238 break;
15239
15240 case R_PPC64_GOT_TLSGD16:
15241 case R_PPC64_GOT_TLSGD16_LO:
15242 tls_gd = TLS_GDIE;
15243 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0)
15244 goto tls_ldgd_opt;
15245 break;
15246
15247 case R_PPC64_GOT_TLSLD16:
15248 case R_PPC64_GOT_TLSLD16_LO:
15249 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_LD) == 0)
15250 {
15251 unsigned int insn1, insn2;
15252
15253 tls_ldgd_opt:
15254 offset = (bfd_vma) -1;
15255 /* If not using the newer R_PPC64_TLSGD/LD to mark
15256 __tls_get_addr calls, we must trust that the call
15257 stays with its arg setup insns, ie. that the next
15258 reloc is the __tls_get_addr call associated with
15259 the current reloc. Edit both insns. */
15260 if (input_section->nomark_tls_get_addr
15261 && rel + 1 < relend
15262 && branch_reloc_hash_match (input_bfd, rel + 1,
15263 htab->tls_get_addr_fd,
15264 htab->tga_desc_fd,
15265 htab->tls_get_addr,
15266 htab->tga_desc))
15267 offset = rel[1].r_offset;
15268 /* We read the low GOT_TLS (or TOC16) insn because we
15269 need to keep the destination reg. It may be
15270 something other than the usual r3, and moved to r3
15271 before the call by intervening code. */
15272 insn1 = bfd_get_32 (input_bfd,
15273 contents + rel->r_offset - d_offset);
15274 if ((tls_mask & tls_gd) != 0)
15275 {
15276 /* IE */
15277 insn1 &= (0x1f << 21) | (0x1f << 16);
15278 insn1 |= 58u << 26; /* ld */
15279 insn2 = 0x7c636a14; /* add 3,3,13 */
15280 if (offset != (bfd_vma) -1)
15281 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
15282 if (r_type == R_PPC64_TOC16
15283 || r_type == R_PPC64_TOC16_LO)
15284 r_type += R_PPC64_TOC16_DS - R_PPC64_TOC16;
15285 else
15286 r_type = (((r_type - (R_PPC64_GOT_TLSGD16 & 1)) & 1)
15287 + R_PPC64_GOT_TPREL16_DS);
15288 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15289 }
15290 else
15291 {
15292 /* LE */
15293 insn1 &= 0x1f << 21;
15294 insn1 |= 0x3c0d0000; /* addis r,13,0 */
15295 insn2 = 0x38630000; /* addi 3,3,0 */
15296 if (tls_gd == 0)
15297 {
15298 /* Was an LD reloc. */
15299 r_symndx = STN_UNDEF;
15300 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
15301 }
15302 else if (toc_symndx != 0)
15303 {
15304 r_symndx = toc_symndx;
15305 rel->r_addend = toc_addend;
15306 }
15307 r_type = R_PPC64_TPREL16_HA;
15308 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15309 if (offset != (bfd_vma) -1)
15310 {
15311 rel[1].r_info = ELF64_R_INFO (r_symndx,
15312 R_PPC64_TPREL16_LO);
15313 rel[1].r_offset = offset + d_offset;
15314 rel[1].r_addend = rel->r_addend;
15315 }
15316 }
15317 bfd_put_32 (input_bfd, insn1,
15318 contents + rel->r_offset - d_offset);
15319 if (offset != (bfd_vma) -1)
15320 {
15321 bfd_put_32 (input_bfd, insn2, contents + offset);
15322 if (offset + 8 <= input_section->size)
15323 {
15324 insn2 = bfd_get_32 (input_bfd, contents + offset + 4);
15325 if (insn2 == LD_R2_0R1 + STK_TOC (htab))
15326 bfd_put_32 (input_bfd, NOP, contents + offset + 4);
15327 }
15328 }
15329 if ((tls_mask & tls_gd) == 0
15330 && (tls_gd == 0 || toc_symndx != 0))
15331 {
15332 /* We changed the symbol. Start over in order
15333 to get h, sym, sec etc. right. */
15334 goto again;
15335 }
15336 }
15337 break;
15338
15339 case R_PPC64_GOT_TLSGD_PCREL34:
15340 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0)
15341 {
15342 pinsn = bfd_get_32 (input_bfd, contents + rel->r_offset);
15343 pinsn <<= 32;
15344 pinsn |= bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
15345 if ((tls_mask & TLS_GDIE) != 0)
15346 {
15347 /* IE, pla -> pld */
15348 pinsn += (-2ULL << 56) + (57ULL << 26) - (14ULL << 26);
15349 r_type = R_PPC64_GOT_TPREL_PCREL34;
15350 }
15351 else
15352 {
15353 /* LE, pla pcrel -> paddi r13 */
15354 pinsn += (-1ULL << 52) + (13ULL << 16);
15355 r_type = R_PPC64_TPREL34;
15356 }
15357 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15358 bfd_put_32 (input_bfd, pinsn >> 32,
15359 contents + rel->r_offset);
15360 bfd_put_32 (input_bfd, pinsn & 0xffffffff,
15361 contents + rel->r_offset + 4);
15362 }
15363 break;
15364
15365 case R_PPC64_GOT_TLSLD_PCREL34:
15366 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_LD) == 0)
15367 {
15368 pinsn = bfd_get_32 (input_bfd, contents + rel->r_offset);
15369 pinsn <<= 32;
15370 pinsn |= bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
15371 pinsn += (-1ULL << 52) + (13ULL << 16);
15372 bfd_put_32 (input_bfd, pinsn >> 32,
15373 contents + rel->r_offset);
15374 bfd_put_32 (input_bfd, pinsn & 0xffffffff,
15375 contents + rel->r_offset + 4);
15376 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
15377 r_symndx = STN_UNDEF;
15378 r_type = R_PPC64_TPREL34;
15379 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15380 goto again;
15381 }
15382 break;
15383
15384 case R_PPC64_TLSGD:
15385 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_GD) == 0
15386 && rel + 1 < relend)
15387 {
15388 unsigned int insn2;
15389 enum elf_ppc64_reloc_type r_type1 = ELF64_R_TYPE (rel[1].r_info);
15390
15391 offset = rel->r_offset;
15392 if (is_plt_seq_reloc (r_type1))
15393 {
15394 bfd_put_32 (output_bfd, NOP, contents + offset);
15395 if (r_type1 == R_PPC64_PLT_PCREL34
15396 || r_type1 == R_PPC64_PLT_PCREL34_NOTOC)
15397 bfd_put_32 (output_bfd, NOP, contents + offset + 4);
15398 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
15399 break;
15400 }
15401
15402 if (ELF64_R_TYPE (rel[1].r_info) == R_PPC64_PLTCALL)
15403 bfd_put_32 (output_bfd, NOP, contents + offset + 4);
15404
15405 if ((tls_mask & TLS_GDIE) != 0)
15406 {
15407 /* IE */
15408 r_type = R_PPC64_NONE;
15409 insn2 = 0x7c636a14; /* add 3,3,13 */
15410 }
15411 else
15412 {
15413 /* LE */
15414 if (toc_symndx != 0)
15415 {
15416 r_symndx = toc_symndx;
15417 rel->r_addend = toc_addend;
15418 }
15419 if (r_type1 == R_PPC64_REL24_NOTOC
15420 || r_type1 == R_PPC64_PLTCALL_NOTOC)
15421 {
15422 r_type = R_PPC64_NONE;
15423 insn2 = NOP;
15424 }
15425 else
15426 {
15427 rel->r_offset = offset + d_offset;
15428 r_type = R_PPC64_TPREL16_LO;
15429 insn2 = 0x38630000; /* addi 3,3,0 */
15430 }
15431 }
15432 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15433 /* Zap the reloc on the _tls_get_addr call too. */
15434 BFD_ASSERT (offset == rel[1].r_offset);
15435 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
15436 bfd_put_32 (input_bfd, insn2, contents + offset);
15437 if ((tls_mask & TLS_GDIE) == 0
15438 && toc_symndx != 0
15439 && r_type != R_PPC64_NONE)
15440 goto again;
15441 }
15442 break;
15443
15444 case R_PPC64_TLSLD:
15445 if ((tls_mask & TLS_TLS) != 0 && (tls_mask & TLS_LD) == 0
15446 && rel + 1 < relend)
15447 {
15448 unsigned int insn2;
15449 enum elf_ppc64_reloc_type r_type1 = ELF64_R_TYPE (rel[1].r_info);
15450
15451 offset = rel->r_offset;
15452 if (is_plt_seq_reloc (r_type1))
15453 {
15454 bfd_put_32 (output_bfd, NOP, contents + offset);
15455 if (r_type1 == R_PPC64_PLT_PCREL34
15456 || r_type1 == R_PPC64_PLT_PCREL34_NOTOC)
15457 bfd_put_32 (output_bfd, NOP, contents + offset + 4);
15458 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
15459 break;
15460 }
15461
15462 if (ELF64_R_TYPE (rel[1].r_info) == R_PPC64_PLTCALL)
15463 bfd_put_32 (output_bfd, NOP, contents + offset + 4);
15464
15465 if (r_type1 == R_PPC64_REL24_NOTOC
15466 || r_type1 == R_PPC64_PLTCALL_NOTOC)
15467 {
15468 r_type = R_PPC64_NONE;
15469 insn2 = NOP;
15470 }
15471 else
15472 {
15473 rel->r_offset = offset + d_offset;
15474 r_symndx = STN_UNDEF;
15475 r_type = R_PPC64_TPREL16_LO;
15476 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
15477 insn2 = 0x38630000; /* addi 3,3,0 */
15478 }
15479 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15480 /* Zap the reloc on the _tls_get_addr call too. */
15481 BFD_ASSERT (offset == rel[1].r_offset);
15482 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
15483 bfd_put_32 (input_bfd, insn2, contents + offset);
15484 if (r_type != R_PPC64_NONE)
15485 goto again;
15486 }
15487 break;
15488
15489 case R_PPC64_DTPMOD64:
15490 if (rel + 1 < relend
15491 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64)
15492 && rel[1].r_offset == rel->r_offset + 8)
15493 {
15494 if ((tls_mask & TLS_GD) == 0)
15495 {
15496 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_NONE);
15497 if ((tls_mask & TLS_GDIE) != 0)
15498 r_type = R_PPC64_TPREL64;
15499 else
15500 {
15501 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
15502 r_type = R_PPC64_NONE;
15503 }
15504 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15505 }
15506 }
15507 else
15508 {
15509 if ((tls_mask & TLS_LD) == 0)
15510 {
15511 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
15512 r_type = R_PPC64_NONE;
15513 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15514 }
15515 }
15516 break;
15517
15518 case R_PPC64_TPREL64:
15519 if ((tls_mask & TLS_TPREL) == 0)
15520 {
15521 r_type = R_PPC64_NONE;
15522 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15523 }
15524 break;
15525
15526 case R_PPC64_ENTRY:
15527 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
15528 if (!bfd_link_pic (info)
15529 && !info->traditional_format
15530 && relocation + 0x80008000 <= 0xffffffff)
15531 {
15532 unsigned int insn1, insn2;
15533
15534 insn1 = bfd_get_32 (input_bfd, contents + rel->r_offset);
15535 insn2 = bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
15536 if ((insn1 & ~0xfffc) == LD_R2_0R12
15537 && insn2 == ADD_R2_R2_R12)
15538 {
15539 bfd_put_32 (input_bfd,
15540 LIS_R2 + PPC_HA (relocation),
15541 contents + rel->r_offset);
15542 bfd_put_32 (input_bfd,
15543 ADDI_R2_R2 + PPC_LO (relocation),
15544 contents + rel->r_offset + 4);
15545 }
15546 }
15547 else
15548 {
15549 relocation -= (rel->r_offset
15550 + input_section->output_offset
15551 + input_section->output_section->vma);
15552 if (relocation + 0x80008000 <= 0xffffffff)
15553 {
15554 unsigned int insn1, insn2;
15555
15556 insn1 = bfd_get_32 (input_bfd, contents + rel->r_offset);
15557 insn2 = bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
15558 if ((insn1 & ~0xfffc) == LD_R2_0R12
15559 && insn2 == ADD_R2_R2_R12)
15560 {
15561 bfd_put_32 (input_bfd,
15562 ADDIS_R2_R12 + PPC_HA (relocation),
15563 contents + rel->r_offset);
15564 bfd_put_32 (input_bfd,
15565 ADDI_R2_R2 + PPC_LO (relocation),
15566 contents + rel->r_offset + 4);
15567 }
15568 }
15569 }
15570 break;
15571
15572 case R_PPC64_REL16_HA:
15573 /* If we are generating a non-PIC executable, edit
15574 . 0: addis 2,12,.TOC.-0b@ha
15575 . addi 2,2,.TOC.-0b@l
15576 used by ELFv2 global entry points to set up r2, to
15577 . lis 2,.TOC.@ha
15578 . addi 2,2,.TOC.@l
15579 if .TOC. is in range. */
15580 if (!bfd_link_pic (info)
15581 && !info->traditional_format
15582 && !htab->opd_abi
15583 && rel->r_addend == d_offset
15584 && h != NULL && &h->elf == htab->elf.hgot
15585 && rel + 1 < relend
15586 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_REL16_LO)
15587 && rel[1].r_offset == rel->r_offset + 4
15588 && rel[1].r_addend == rel->r_addend + 4
15589 && relocation + 0x80008000 <= 0xffffffff)
15590 {
15591 unsigned int insn1, insn2;
15592 offset = rel->r_offset - d_offset;
15593 insn1 = bfd_get_32 (input_bfd, contents + offset);
15594 insn2 = bfd_get_32 (input_bfd, contents + offset + 4);
15595 if ((insn1 & 0xffff0000) == ADDIS_R2_R12
15596 && (insn2 & 0xffff0000) == ADDI_R2_R2)
15597 {
15598 r_type = R_PPC64_ADDR16_HA;
15599 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15600 rel->r_addend -= d_offset;
15601 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_ADDR16_LO);
15602 rel[1].r_addend -= d_offset + 4;
15603 bfd_put_32 (input_bfd, LIS_R2, contents + offset);
15604 }
15605 }
15606 break;
15607 }
15608
15609 /* Handle other relocations that tweak non-addend part of insn. */
15610 insn = 0;
15611 max_br_offset = 1 << 25;
15612 addend = rel->r_addend;
15613 reloc_dest = DEST_NORMAL;
15614 switch (r_type)
15615 {
15616 default:
15617 break;
15618
15619 case R_PPC64_TOCSAVE:
15620 if (relocation + addend == (rel->r_offset
15621 + input_section->output_offset
15622 + input_section->output_section->vma)
15623 && tocsave_find (htab, NO_INSERT,
15624 &local_syms, rel, input_bfd))
15625 {
15626 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
15627 if (insn == NOP
15628 || insn == CROR_151515 || insn == CROR_313131)
15629 bfd_put_32 (input_bfd,
15630 STD_R2_0R1 + STK_TOC (htab),
15631 contents + rel->r_offset);
15632 }
15633 break;
15634
15635 /* Branch taken prediction relocations. */
15636 case R_PPC64_ADDR14_BRTAKEN:
15637 case R_PPC64_REL14_BRTAKEN:
15638 insn = 0x01 << 21; /* 'y' or 't' bit, lowest bit of BO field. */
15639 /* Fall through. */
15640
15641 /* Branch not taken prediction relocations. */
15642 case R_PPC64_ADDR14_BRNTAKEN:
15643 case R_PPC64_REL14_BRNTAKEN:
15644 insn |= bfd_get_32 (input_bfd,
15645 contents + rel->r_offset) & ~(0x01 << 21);
15646 /* Fall through. */
15647
15648 case R_PPC64_REL14:
15649 max_br_offset = 1 << 15;
15650 /* Fall through. */
15651
15652 case R_PPC64_REL24:
15653 case R_PPC64_REL24_NOTOC:
15654 case R_PPC64_PLTCALL:
15655 case R_PPC64_PLTCALL_NOTOC:
15656 /* Calls to functions with a different TOC, such as calls to
15657 shared objects, need to alter the TOC pointer. This is
15658 done using a linkage stub. A REL24 branching to these
15659 linkage stubs needs to be followed by a nop, as the nop
15660 will be replaced with an instruction to restore the TOC
15661 base pointer. */
15662 fdh = h;
15663 if (h != NULL
15664 && h->oh != NULL
15665 && h->oh->is_func_descriptor)
15666 fdh = ppc_follow_link (h->oh);
15667 stub_entry = ppc_get_stub_entry (input_section, sec, fdh, &orig_rel,
15668 htab);
15669 if ((r_type == R_PPC64_PLTCALL
15670 || r_type == R_PPC64_PLTCALL_NOTOC)
15671 && stub_entry != NULL
15672 && stub_entry->stub_type >= ppc_stub_plt_call
15673 && stub_entry->stub_type <= ppc_stub_plt_call_both)
15674 stub_entry = NULL;
15675
15676 if (stub_entry != NULL
15677 && ((stub_entry->stub_type >= ppc_stub_plt_call
15678 && stub_entry->stub_type <= ppc_stub_plt_call_both)
15679 || stub_entry->stub_type == ppc_stub_plt_branch_r2off
15680 || stub_entry->stub_type == ppc_stub_plt_branch_both
15681 || stub_entry->stub_type == ppc_stub_long_branch_r2off
15682 || stub_entry->stub_type == ppc_stub_long_branch_both))
15683 {
15684 bfd_boolean can_plt_call = FALSE;
15685
15686 if (stub_entry->stub_type == ppc_stub_plt_call
15687 && !htab->opd_abi
15688 && htab->params->plt_localentry0 != 0
15689 && is_elfv2_localentry0 (&h->elf))
15690 {
15691 /* The function doesn't use or change r2. */
15692 can_plt_call = TRUE;
15693 }
15694 else if (r_type == R_PPC64_REL24_NOTOC)
15695 {
15696 /* NOTOC calls don't need to restore r2. */
15697 can_plt_call = TRUE;
15698 }
15699
15700 /* All of these stubs may modify r2, so there must be a
15701 branch and link followed by a nop. The nop is
15702 replaced by an insn to restore r2. */
15703 else if (rel->r_offset + 8 <= input_section->size)
15704 {
15705 unsigned long br;
15706
15707 br = bfd_get_32 (input_bfd,
15708 contents + rel->r_offset);
15709 if ((br & 1) != 0)
15710 {
15711 unsigned long nop;
15712
15713 nop = bfd_get_32 (input_bfd,
15714 contents + rel->r_offset + 4);
15715 if (nop == LD_R2_0R1 + STK_TOC (htab))
15716 can_plt_call = TRUE;
15717 else if (nop == NOP
15718 || nop == CROR_151515
15719 || nop == CROR_313131)
15720 {
15721 if (h != NULL
15722 && is_tls_get_addr (&h->elf, htab)
15723 && htab->params->tls_get_addr_opt)
15724 {
15725 /* Special stub used, leave nop alone. */
15726 }
15727 else
15728 bfd_put_32 (input_bfd,
15729 LD_R2_0R1 + STK_TOC (htab),
15730 contents + rel->r_offset + 4);
15731 can_plt_call = TRUE;
15732 }
15733 }
15734 }
15735
15736 if (!can_plt_call && h != NULL)
15737 {
15738 const char *name = h->elf.root.root.string;
15739
15740 if (*name == '.')
15741 ++name;
15742
15743 if (strncmp (name, "__libc_start_main", 17) == 0
15744 && (name[17] == 0 || name[17] == '@'))
15745 {
15746 /* Allow crt1 branch to go via a toc adjusting
15747 stub. Other calls that never return could do
15748 the same, if we could detect such. */
15749 can_plt_call = TRUE;
15750 }
15751 }
15752
15753 if (!can_plt_call)
15754 {
15755 /* g++ as of 20130507 emits self-calls without a
15756 following nop. This is arguably wrong since we
15757 have conflicting information. On the one hand a
15758 global symbol and on the other a local call
15759 sequence, but don't error for this special case.
15760 It isn't possible to cheaply verify we have
15761 exactly such a call. Allow all calls to the same
15762 section. */
15763 asection *code_sec = sec;
15764
15765 if (get_opd_info (sec) != NULL)
15766 {
15767 bfd_vma off = (relocation + addend
15768 - sec->output_section->vma
15769 - sec->output_offset);
15770
15771 opd_entry_value (sec, off, &code_sec, NULL, FALSE);
15772 }
15773 if (code_sec == input_section)
15774 can_plt_call = TRUE;
15775 }
15776
15777 if (!can_plt_call)
15778 {
15779 if (stub_entry->stub_type >= ppc_stub_plt_call
15780 && stub_entry->stub_type <= ppc_stub_plt_call_both)
15781 info->callbacks->einfo
15782 /* xgettext:c-format */
15783 (_("%H: call to `%pT' lacks nop, can't restore toc; "
15784 "(plt call stub)\n"),
15785 input_bfd, input_section, rel->r_offset, sym_name);
15786 else
15787 info->callbacks->einfo
15788 /* xgettext:c-format */
15789 (_("%H: call to `%pT' lacks nop, can't restore toc; "
15790 "(toc save/adjust stub)\n"),
15791 input_bfd, input_section, rel->r_offset, sym_name);
15792
15793 bfd_set_error (bfd_error_bad_value);
15794 ret = FALSE;
15795 }
15796
15797 if (can_plt_call
15798 && stub_entry->stub_type >= ppc_stub_plt_call
15799 && stub_entry->stub_type <= ppc_stub_plt_call_both)
15800 unresolved_reloc = FALSE;
15801 }
15802
15803 if ((stub_entry == NULL
15804 || stub_entry->stub_type == ppc_stub_long_branch
15805 || stub_entry->stub_type == ppc_stub_plt_branch)
15806 && get_opd_info (sec) != NULL)
15807 {
15808 /* The branch destination is the value of the opd entry. */
15809 bfd_vma off = (relocation + addend
15810 - sec->output_section->vma
15811 - sec->output_offset);
15812 bfd_vma dest = opd_entry_value (sec, off, NULL, NULL, FALSE);
15813 if (dest != (bfd_vma) -1)
15814 {
15815 relocation = dest;
15816 addend = 0;
15817 reloc_dest = DEST_OPD;
15818 }
15819 }
15820
15821 /* If the branch is out of reach we ought to have a long
15822 branch stub. */
15823 from = (rel->r_offset
15824 + input_section->output_offset
15825 + input_section->output_section->vma);
15826
15827 relocation += PPC64_LOCAL_ENTRY_OFFSET (fdh
15828 ? fdh->elf.other
15829 : sym->st_other);
15830
15831 if (stub_entry != NULL
15832 && (stub_entry->stub_type == ppc_stub_long_branch
15833 || stub_entry->stub_type == ppc_stub_plt_branch)
15834 && (r_type == R_PPC64_ADDR14_BRTAKEN
15835 || r_type == R_PPC64_ADDR14_BRNTAKEN
15836 || (relocation + addend - from + max_br_offset
15837 < 2 * max_br_offset)))
15838 /* Don't use the stub if this branch is in range. */
15839 stub_entry = NULL;
15840
15841 if (stub_entry != NULL
15842 && (stub_entry->stub_type == ppc_stub_long_branch_notoc
15843 || stub_entry->stub_type == ppc_stub_long_branch_both
15844 || stub_entry->stub_type == ppc_stub_plt_branch_notoc
15845 || stub_entry->stub_type == ppc_stub_plt_branch_both)
15846 && (r_type != R_PPC64_REL24_NOTOC
15847 || ((fdh ? fdh->elf.other : sym->st_other)
15848 & STO_PPC64_LOCAL_MASK) <= 1 << STO_PPC64_LOCAL_BIT)
15849 && (relocation + addend - from + max_br_offset
15850 < 2 * max_br_offset))
15851 stub_entry = NULL;
15852
15853 if (stub_entry != NULL
15854 && (stub_entry->stub_type == ppc_stub_long_branch_r2off
15855 || stub_entry->stub_type == ppc_stub_long_branch_both
15856 || stub_entry->stub_type == ppc_stub_plt_branch_r2off
15857 || stub_entry->stub_type == ppc_stub_plt_branch_both)
15858 && r_type == R_PPC64_REL24_NOTOC
15859 && (relocation + addend - from + max_br_offset
15860 < 2 * max_br_offset))
15861 stub_entry = NULL;
15862
15863 if (stub_entry != NULL)
15864 {
15865 /* Munge up the value and addend so that we call the stub
15866 rather than the procedure directly. */
15867 asection *stub_sec = stub_entry->group->stub_sec;
15868
15869 if (stub_entry->stub_type == ppc_stub_save_res)
15870 relocation += (stub_sec->output_offset
15871 + stub_sec->output_section->vma
15872 + stub_sec->size - htab->sfpr->size
15873 - htab->sfpr->output_offset
15874 - htab->sfpr->output_section->vma);
15875 else
15876 relocation = (stub_entry->stub_offset
15877 + stub_sec->output_offset
15878 + stub_sec->output_section->vma);
15879 addend = 0;
15880 reloc_dest = DEST_STUB;
15881
15882 if (((stub_entry->stub_type == ppc_stub_plt_call
15883 && ALWAYS_EMIT_R2SAVE)
15884 || stub_entry->stub_type == ppc_stub_plt_call_r2save
15885 || stub_entry->stub_type == ppc_stub_plt_call_both)
15886 && !(h != NULL
15887 && is_tls_get_addr (&h->elf, htab)
15888 && htab->params->tls_get_addr_opt)
15889 && rel + 1 < relend
15890 && rel[1].r_offset == rel->r_offset + 4
15891 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOCSAVE)
15892 relocation += 4;
15893 else if ((stub_entry->stub_type == ppc_stub_long_branch_both
15894 || stub_entry->stub_type == ppc_stub_plt_branch_both
15895 || stub_entry->stub_type == ppc_stub_plt_call_both)
15896 && r_type == R_PPC64_REL24_NOTOC)
15897 relocation += 4;
15898
15899 if (r_type == R_PPC64_REL24_NOTOC
15900 && (stub_entry->stub_type == ppc_stub_plt_call_notoc
15901 || stub_entry->stub_type == ppc_stub_plt_call_both))
15902 htab->notoc_plt = 1;
15903 }
15904
15905 if (insn != 0)
15906 {
15907 if (is_isa_v2)
15908 {
15909 /* Set 'a' bit. This is 0b00010 in BO field for branch
15910 on CR(BI) insns (BO == 001at or 011at), and 0b01000
15911 for branch on CTR insns (BO == 1a00t or 1a01t). */
15912 if ((insn & (0x14 << 21)) == (0x04 << 21))
15913 insn |= 0x02 << 21;
15914 else if ((insn & (0x14 << 21)) == (0x10 << 21))
15915 insn |= 0x08 << 21;
15916 else
15917 break;
15918 }
15919 else
15920 {
15921 /* Invert 'y' bit if not the default. */
15922 if ((bfd_signed_vma) (relocation + addend - from) < 0)
15923 insn ^= 0x01 << 21;
15924 }
15925
15926 bfd_put_32 (input_bfd, insn, contents + rel->r_offset);
15927 }
15928
15929 /* NOP out calls to undefined weak functions.
15930 We can thus call a weak function without first
15931 checking whether the function is defined. */
15932 else if (h != NULL
15933 && h->elf.root.type == bfd_link_hash_undefweak
15934 && h->elf.dynindx == -1
15935 && (r_type == R_PPC64_REL24
15936 || r_type == R_PPC64_REL24_NOTOC)
15937 && relocation == 0
15938 && addend == 0)
15939 {
15940 bfd_put_32 (input_bfd, NOP, contents + rel->r_offset);
15941 goto copy_reloc;
15942 }
15943 break;
15944
15945 case R_PPC64_GOT16_DS:
15946 if ((h ? h->elf.type : ELF_ST_TYPE (sym->st_info)) == STT_GNU_IFUNC
15947 || !htab->do_toc_opt)
15948 break;
15949 from = TOCstart + htab->sec_info[input_section->id].toc_off;
15950 if (relocation + addend - from + 0x8000 < 0x10000
15951 && SYMBOL_REFERENCES_LOCAL (info, &h->elf))
15952 {
15953 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
15954 if ((insn & (0x3fu << 26 | 0x3)) == 58u << 26 /* ld */)
15955 {
15956 insn += (14u << 26) - (58u << 26);
15957 bfd_put_32 (input_bfd, insn, contents + (rel->r_offset & ~3));
15958 r_type = R_PPC64_TOC16;
15959 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15960 }
15961 }
15962 break;
15963
15964 case R_PPC64_GOT16_LO_DS:
15965 case R_PPC64_GOT16_HA:
15966 if ((h ? h->elf.type : ELF_ST_TYPE (sym->st_info)) == STT_GNU_IFUNC
15967 || !htab->do_toc_opt)
15968 break;
15969 from = TOCstart + htab->sec_info[input_section->id].toc_off;
15970 if (relocation + addend - from + 0x80008000ULL < 0x100000000ULL
15971 && SYMBOL_REFERENCES_LOCAL (info, &h->elf))
15972 {
15973 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
15974 if ((insn & (0x3fu << 26 | 0x3)) == 58u << 26 /* ld */)
15975 {
15976 insn += (14u << 26) - (58u << 26);
15977 bfd_put_32 (input_bfd, insn, contents + (rel->r_offset & ~3));
15978 r_type = R_PPC64_TOC16_LO;
15979 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15980 }
15981 else if ((insn & (0x3fu << 26)) == 15u << 26 /* addis */)
15982 {
15983 r_type = R_PPC64_TOC16_HA;
15984 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
15985 }
15986 }
15987 break;
15988
15989 case R_PPC64_GOT_PCREL34:
15990 if ((h ? h->elf.type : ELF_ST_TYPE (sym->st_info)) == STT_GNU_IFUNC
15991 || !htab->do_toc_opt)
15992 break;
15993 from = (rel->r_offset
15994 + input_section->output_section->vma
15995 + input_section->output_offset);
15996 if (!(relocation - from + (1ULL << 33) < 1ULL << 34
15997 && SYMBOL_REFERENCES_LOCAL (info, &h->elf)))
15998 break;
15999
16000 offset = rel->r_offset;
16001 pinsn = bfd_get_32 (input_bfd, contents + offset);
16002 pinsn <<= 32;
16003 pinsn |= bfd_get_32 (input_bfd, contents + offset + 4);
16004 if ((pinsn & ((-1ULL << 50) | (63ULL << 26)))
16005 != ((1ULL << 58) | (1ULL << 52) | (57ULL << 26) /* pld */))
16006 break;
16007
16008 /* Replace with paddi. */
16009 pinsn += (2ULL << 56) + (14ULL << 26) - (57ULL << 26);
16010 r_type = R_PPC64_PCREL34;
16011 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
16012 bfd_put_32 (input_bfd, pinsn >> 32, contents + offset);
16013 bfd_put_32 (input_bfd, pinsn, contents + offset + 4);
16014 /* Fall through. */
16015
16016 case R_PPC64_PCREL34:
16017 if (!htab->params->no_pcrel_opt
16018 && rel + 1 < relend
16019 && rel[1].r_offset == rel->r_offset
16020 && rel[1].r_info == ELF64_R_INFO (0, R_PPC64_PCREL_OPT)
16021 && SYMBOL_REFERENCES_LOCAL (info, &h->elf))
16022 {
16023 offset = rel->r_offset;
16024 pinsn = bfd_get_32 (input_bfd, contents + offset);
16025 pinsn <<= 32;
16026 pinsn |= bfd_get_32 (input_bfd, contents + offset + 4);
16027 if ((pinsn & ((-1ULL << 50) | (63ULL << 26)))
16028 == ((1ULL << 58) | (2ULL << 56) | (1ULL << 52)
16029 | (14ULL << 26) /* paddi */))
16030 {
16031 bfd_vma off2 = rel[1].r_addend;
16032 if (off2 == 0)
16033 /* zero means next insn. */
16034 off2 = 8;
16035 off2 += offset;
16036 if (off2 + 4 <= input_section->size)
16037 {
16038 uint64_t pinsn2;
16039 bfd_signed_vma addend_off;
16040 pinsn2 = bfd_get_32 (input_bfd, contents + off2);
16041 pinsn2 <<= 32;
16042 if ((pinsn2 & (63ULL << 58)) == 1ULL << 58)
16043 {
16044 if (off2 + 8 > input_section->size)
16045 break;
16046 pinsn2 |= bfd_get_32 (input_bfd,
16047 contents + off2 + 4);
16048 }
16049 if (xlate_pcrel_opt (&pinsn, &pinsn2, &addend_off))
16050 {
16051 addend += addend_off;
16052 rel->r_addend = addend;
16053 bfd_put_32 (input_bfd, pinsn >> 32,
16054 contents + offset);
16055 bfd_put_32 (input_bfd, pinsn,
16056 contents + offset + 4);
16057 bfd_put_32 (input_bfd, pinsn2 >> 32,
16058 contents + off2);
16059 if ((pinsn2 & (63ULL << 58)) == 1ULL << 58)
16060 bfd_put_32 (input_bfd, pinsn2,
16061 contents + off2 + 4);
16062 }
16063 }
16064 }
16065 }
16066 break;
16067 }
16068
16069 tls_type = 0;
16070 save_unresolved_reloc = unresolved_reloc;
16071 switch (r_type)
16072 {
16073 default:
16074 /* xgettext:c-format */
16075 _bfd_error_handler (_("%pB: %s unsupported"),
16076 input_bfd, ppc64_elf_howto_table[r_type]->name);
16077
16078 bfd_set_error (bfd_error_bad_value);
16079 ret = FALSE;
16080 goto copy_reloc;
16081
16082 case R_PPC64_NONE:
16083 case R_PPC64_TLS:
16084 case R_PPC64_TLSGD:
16085 case R_PPC64_TLSLD:
16086 case R_PPC64_TOCSAVE:
16087 case R_PPC64_GNU_VTINHERIT:
16088 case R_PPC64_GNU_VTENTRY:
16089 case R_PPC64_ENTRY:
16090 case R_PPC64_PCREL_OPT:
16091 goto copy_reloc;
16092
16093 /* GOT16 relocations. Like an ADDR16 using the symbol's
16094 address in the GOT as relocation value instead of the
16095 symbol's value itself. Also, create a GOT entry for the
16096 symbol and put the symbol value there. */
16097 case R_PPC64_GOT_TLSGD16:
16098 case R_PPC64_GOT_TLSGD16_LO:
16099 case R_PPC64_GOT_TLSGD16_HI:
16100 case R_PPC64_GOT_TLSGD16_HA:
16101 case R_PPC64_GOT_TLSGD_PCREL34:
16102 tls_type = TLS_TLS | TLS_GD;
16103 goto dogot;
16104
16105 case R_PPC64_GOT_TLSLD16:
16106 case R_PPC64_GOT_TLSLD16_LO:
16107 case R_PPC64_GOT_TLSLD16_HI:
16108 case R_PPC64_GOT_TLSLD16_HA:
16109 case R_PPC64_GOT_TLSLD_PCREL34:
16110 tls_type = TLS_TLS | TLS_LD;
16111 goto dogot;
16112
16113 case R_PPC64_GOT_TPREL16_DS:
16114 case R_PPC64_GOT_TPREL16_LO_DS:
16115 case R_PPC64_GOT_TPREL16_HI:
16116 case R_PPC64_GOT_TPREL16_HA:
16117 case R_PPC64_GOT_TPREL_PCREL34:
16118 tls_type = TLS_TLS | TLS_TPREL;
16119 goto dogot;
16120
16121 case R_PPC64_GOT_DTPREL16_DS:
16122 case R_PPC64_GOT_DTPREL16_LO_DS:
16123 case R_PPC64_GOT_DTPREL16_HI:
16124 case R_PPC64_GOT_DTPREL16_HA:
16125 case R_PPC64_GOT_DTPREL_PCREL34:
16126 tls_type = TLS_TLS | TLS_DTPREL;
16127 goto dogot;
16128
16129 case R_PPC64_GOT16:
16130 case R_PPC64_GOT16_LO:
16131 case R_PPC64_GOT16_HI:
16132 case R_PPC64_GOT16_HA:
16133 case R_PPC64_GOT16_DS:
16134 case R_PPC64_GOT16_LO_DS:
16135 case R_PPC64_GOT_PCREL34:
16136 dogot:
16137 {
16138 /* Relocation is to the entry for this symbol in the global
16139 offset table. */
16140 asection *got;
16141 bfd_vma *offp;
16142 bfd_vma off;
16143 unsigned long indx = 0;
16144 struct got_entry *ent;
16145
16146 if (tls_type == (TLS_TLS | TLS_LD)
16147 && SYMBOL_REFERENCES_LOCAL (info, &h->elf))
16148 ent = ppc64_tlsld_got (input_bfd);
16149 else
16150 {
16151 if (h != NULL)
16152 {
16153 if (!htab->elf.dynamic_sections_created
16154 || h->elf.dynindx == -1
16155 || SYMBOL_REFERENCES_LOCAL (info, &h->elf)
16156 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, &h->elf))
16157 /* This is actually a static link, or it is a
16158 -Bsymbolic link and the symbol is defined
16159 locally, or the symbol was forced to be local
16160 because of a version file. */
16161 ;
16162 else
16163 {
16164 indx = h->elf.dynindx;
16165 unresolved_reloc = FALSE;
16166 }
16167 ent = h->elf.got.glist;
16168 }
16169 else
16170 {
16171 if (local_got_ents == NULL)
16172 abort ();
16173 ent = local_got_ents[r_symndx];
16174 }
16175
16176 for (; ent != NULL; ent = ent->next)
16177 if (ent->addend == orig_rel.r_addend
16178 && ent->owner == input_bfd
16179 && ent->tls_type == tls_type)
16180 break;
16181 }
16182
16183 if (ent == NULL)
16184 abort ();
16185 if (ent->is_indirect)
16186 ent = ent->got.ent;
16187 offp = &ent->got.offset;
16188 got = ppc64_elf_tdata (ent->owner)->got;
16189 if (got == NULL)
16190 abort ();
16191
16192 /* The offset must always be a multiple of 8. We use the
16193 least significant bit to record whether we have already
16194 processed this entry. */
16195 off = *offp;
16196 if ((off & 1) != 0)
16197 off &= ~1;
16198 else
16199 {
16200 /* Generate relocs for the dynamic linker, except in
16201 the case of TLSLD where we'll use one entry per
16202 module. */
16203 asection *relgot;
16204 bfd_boolean ifunc;
16205
16206 *offp = off | 1;
16207 relgot = NULL;
16208 ifunc = (h != NULL
16209 ? h->elf.type == STT_GNU_IFUNC
16210 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC);
16211 if (ifunc)
16212 {
16213 relgot = htab->elf.irelplt;
16214 if (indx == 0 || is_static_defined (&h->elf))
16215 htab->elf.ifunc_resolvers = TRUE;
16216 }
16217 else if (indx != 0
16218 || (bfd_link_pic (info)
16219 && (h == NULL
16220 || !UNDEFWEAK_NO_DYNAMIC_RELOC (info, &h->elf))
16221 && !(tls_type != 0
16222 && bfd_link_executable (info)
16223 && SYMBOL_REFERENCES_LOCAL (info, &h->elf))))
16224 relgot = ppc64_elf_tdata (ent->owner)->relgot;
16225 if (relgot != NULL)
16226 {
16227 outrel.r_offset = (got->output_section->vma
16228 + got->output_offset
16229 + off);
16230 outrel.r_addend = orig_rel.r_addend;
16231 if (tls_type & (TLS_LD | TLS_GD))
16232 {
16233 outrel.r_addend = 0;
16234 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_DTPMOD64);
16235 if (tls_type == (TLS_TLS | TLS_GD))
16236 {
16237 loc = relgot->contents;
16238 loc += (relgot->reloc_count++
16239 * sizeof (Elf64_External_Rela));
16240 bfd_elf64_swap_reloca_out (output_bfd,
16241 &outrel, loc);
16242 outrel.r_offset += 8;
16243 outrel.r_addend = orig_rel.r_addend;
16244 outrel.r_info
16245 = ELF64_R_INFO (indx, R_PPC64_DTPREL64);
16246 }
16247 }
16248 else if (tls_type == (TLS_TLS | TLS_DTPREL))
16249 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_DTPREL64);
16250 else if (tls_type == (TLS_TLS | TLS_TPREL))
16251 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_TPREL64);
16252 else if (indx != 0)
16253 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_GLOB_DAT);
16254 else
16255 {
16256 if (ifunc)
16257 outrel.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
16258 else
16259 outrel.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
16260
16261 /* Write the .got section contents for the sake
16262 of prelink. */
16263 loc = got->contents + off;
16264 bfd_put_64 (output_bfd, outrel.r_addend + relocation,
16265 loc);
16266 }
16267
16268 if (indx == 0 && tls_type != (TLS_TLS | TLS_LD))
16269 {
16270 outrel.r_addend += relocation;
16271 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL))
16272 {
16273 if (htab->elf.tls_sec == NULL)
16274 outrel.r_addend = 0;
16275 else
16276 outrel.r_addend -= htab->elf.tls_sec->vma;
16277 }
16278 }
16279 loc = relgot->contents;
16280 loc += (relgot->reloc_count++
16281 * sizeof (Elf64_External_Rela));
16282 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
16283 }
16284
16285 /* Init the .got section contents here if we're not
16286 emitting a reloc. */
16287 else
16288 {
16289 relocation += orig_rel.r_addend;
16290 if (tls_type != 0)
16291 {
16292 if (htab->elf.tls_sec == NULL)
16293 relocation = 0;
16294 else
16295 {
16296 if (tls_type & TLS_LD)
16297 relocation = 0;
16298 else
16299 relocation -= htab->elf.tls_sec->vma + DTP_OFFSET;
16300 if (tls_type & TLS_TPREL)
16301 relocation += DTP_OFFSET - TP_OFFSET;
16302 }
16303
16304 if (tls_type & (TLS_GD | TLS_LD))
16305 {
16306 bfd_put_64 (output_bfd, relocation,
16307 got->contents + off + 8);
16308 relocation = 1;
16309 }
16310 }
16311 bfd_put_64 (output_bfd, relocation,
16312 got->contents + off);
16313 }
16314 }
16315
16316 if (off >= (bfd_vma) -2)
16317 abort ();
16318
16319 relocation = got->output_section->vma + got->output_offset + off;
16320 addend = 0;
16321 if (!(r_type == R_PPC64_GOT_PCREL34
16322 || r_type == R_PPC64_GOT_TLSGD_PCREL34
16323 || r_type == R_PPC64_GOT_TLSLD_PCREL34
16324 || r_type == R_PPC64_GOT_TPREL_PCREL34
16325 || r_type == R_PPC64_GOT_DTPREL_PCREL34))
16326 addend = -(TOCstart + htab->sec_info[input_section->id].toc_off);
16327 }
16328 break;
16329
16330 case R_PPC64_PLT16_HA:
16331 case R_PPC64_PLT16_HI:
16332 case R_PPC64_PLT16_LO:
16333 case R_PPC64_PLT16_LO_DS:
16334 case R_PPC64_PLT_PCREL34:
16335 case R_PPC64_PLT_PCREL34_NOTOC:
16336 case R_PPC64_PLT32:
16337 case R_PPC64_PLT64:
16338 case R_PPC64_PLTSEQ:
16339 case R_PPC64_PLTSEQ_NOTOC:
16340 case R_PPC64_PLTCALL:
16341 case R_PPC64_PLTCALL_NOTOC:
16342 /* Relocation is to the entry for this symbol in the
16343 procedure linkage table. */
16344 unresolved_reloc = TRUE;
16345 {
16346 struct plt_entry **plt_list = NULL;
16347 if (h != NULL)
16348 plt_list = &h->elf.plt.plist;
16349 else if (local_got_ents != NULL)
16350 {
16351 struct plt_entry **local_plt = (struct plt_entry **)
16352 (local_got_ents + symtab_hdr->sh_info);
16353 plt_list = local_plt + r_symndx;
16354 }
16355 if (plt_list)
16356 {
16357 struct plt_entry *ent;
16358
16359 for (ent = *plt_list; ent != NULL; ent = ent->next)
16360 if (ent->plt.offset != (bfd_vma) -1
16361 && ent->addend == orig_rel.r_addend)
16362 {
16363 asection *plt;
16364 bfd_vma got;
16365
16366 plt = htab->elf.splt;
16367 if (!htab->elf.dynamic_sections_created
16368 || h == NULL
16369 || h->elf.dynindx == -1)
16370 {
16371 if (h != NULL
16372 ? h->elf.type == STT_GNU_IFUNC
16373 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
16374 plt = htab->elf.iplt;
16375 else
16376 plt = htab->pltlocal;
16377 }
16378 relocation = (plt->output_section->vma
16379 + plt->output_offset
16380 + ent->plt.offset);
16381 if (r_type == R_PPC64_PLT16_HA
16382 || r_type == R_PPC64_PLT16_HI
16383 || r_type == R_PPC64_PLT16_LO
16384 || r_type == R_PPC64_PLT16_LO_DS)
16385 {
16386 got = (elf_gp (output_bfd)
16387 + htab->sec_info[input_section->id].toc_off);
16388 relocation -= got;
16389 }
16390 addend = 0;
16391 unresolved_reloc = FALSE;
16392 break;
16393 }
16394 }
16395 }
16396 break;
16397
16398 case R_PPC64_TOC:
16399 /* Relocation value is TOC base. */
16400 relocation = TOCstart;
16401 if (r_symndx == STN_UNDEF)
16402 relocation += htab->sec_info[input_section->id].toc_off;
16403 else if (unresolved_reloc)
16404 ;
16405 else if (sec != NULL && sec->id < htab->sec_info_arr_size)
16406 relocation += htab->sec_info[sec->id].toc_off;
16407 else
16408 unresolved_reloc = TRUE;
16409 goto dodyn;
16410
16411 /* TOC16 relocs. We want the offset relative to the TOC base,
16412 which is the address of the start of the TOC plus 0x8000.
16413 The TOC consists of sections .got, .toc, .tocbss, and .plt,
16414 in this order. */
16415 case R_PPC64_TOC16:
16416 case R_PPC64_TOC16_LO:
16417 case R_PPC64_TOC16_HI:
16418 case R_PPC64_TOC16_DS:
16419 case R_PPC64_TOC16_LO_DS:
16420 case R_PPC64_TOC16_HA:
16421 addend -= TOCstart + htab->sec_info[input_section->id].toc_off;
16422 if (h != NULL)
16423 goto dodyn;
16424 break;
16425
16426 /* Relocate against the beginning of the section. */
16427 case R_PPC64_SECTOFF:
16428 case R_PPC64_SECTOFF_LO:
16429 case R_PPC64_SECTOFF_HI:
16430 case R_PPC64_SECTOFF_DS:
16431 case R_PPC64_SECTOFF_LO_DS:
16432 case R_PPC64_SECTOFF_HA:
16433 if (sec != NULL)
16434 addend -= sec->output_section->vma;
16435 break;
16436
16437 case R_PPC64_REL16:
16438 case R_PPC64_REL16_LO:
16439 case R_PPC64_REL16_HI:
16440 case R_PPC64_REL16_HA:
16441 case R_PPC64_REL16_HIGH:
16442 case R_PPC64_REL16_HIGHA:
16443 case R_PPC64_REL16_HIGHER:
16444 case R_PPC64_REL16_HIGHERA:
16445 case R_PPC64_REL16_HIGHEST:
16446 case R_PPC64_REL16_HIGHESTA:
16447 case R_PPC64_REL16_HIGHER34:
16448 case R_PPC64_REL16_HIGHERA34:
16449 case R_PPC64_REL16_HIGHEST34:
16450 case R_PPC64_REL16_HIGHESTA34:
16451 case R_PPC64_REL16DX_HA:
16452 case R_PPC64_REL14:
16453 case R_PPC64_REL14_BRNTAKEN:
16454 case R_PPC64_REL14_BRTAKEN:
16455 case R_PPC64_REL24:
16456 case R_PPC64_REL24_NOTOC:
16457 case R_PPC64_PCREL34:
16458 case R_PPC64_PCREL28:
16459 break;
16460
16461 case R_PPC64_TPREL16:
16462 case R_PPC64_TPREL16_LO:
16463 case R_PPC64_TPREL16_HI:
16464 case R_PPC64_TPREL16_HA:
16465 case R_PPC64_TPREL16_DS:
16466 case R_PPC64_TPREL16_LO_DS:
16467 case R_PPC64_TPREL16_HIGH:
16468 case R_PPC64_TPREL16_HIGHA:
16469 case R_PPC64_TPREL16_HIGHER:
16470 case R_PPC64_TPREL16_HIGHERA:
16471 case R_PPC64_TPREL16_HIGHEST:
16472 case R_PPC64_TPREL16_HIGHESTA:
16473 case R_PPC64_TPREL34:
16474 if (h != NULL
16475 && h->elf.root.type == bfd_link_hash_undefweak
16476 && h->elf.dynindx == -1)
16477 {
16478 /* Make this relocation against an undefined weak symbol
16479 resolve to zero. This is really just a tweak, since
16480 code using weak externs ought to check that they are
16481 defined before using them. */
16482 bfd_byte *p = contents + rel->r_offset - d_offset;
16483
16484 insn = bfd_get_32 (input_bfd, p);
16485 insn = _bfd_elf_ppc_at_tprel_transform (insn, 13);
16486 if (insn != 0)
16487 bfd_put_32 (input_bfd, insn, p);
16488 break;
16489 }
16490 if (htab->elf.tls_sec != NULL)
16491 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
16492 /* The TPREL16 relocs shouldn't really be used in shared
16493 libs or with non-local symbols as that will result in
16494 DT_TEXTREL being set, but support them anyway. */
16495 goto dodyn;
16496
16497 case R_PPC64_DTPREL16:
16498 case R_PPC64_DTPREL16_LO:
16499 case R_PPC64_DTPREL16_HI:
16500 case R_PPC64_DTPREL16_HA:
16501 case R_PPC64_DTPREL16_DS:
16502 case R_PPC64_DTPREL16_LO_DS:
16503 case R_PPC64_DTPREL16_HIGH:
16504 case R_PPC64_DTPREL16_HIGHA:
16505 case R_PPC64_DTPREL16_HIGHER:
16506 case R_PPC64_DTPREL16_HIGHERA:
16507 case R_PPC64_DTPREL16_HIGHEST:
16508 case R_PPC64_DTPREL16_HIGHESTA:
16509 case R_PPC64_DTPREL34:
16510 if (htab->elf.tls_sec != NULL)
16511 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
16512 break;
16513
16514 case R_PPC64_ADDR64_LOCAL:
16515 addend += PPC64_LOCAL_ENTRY_OFFSET (h != NULL
16516 ? h->elf.other
16517 : sym->st_other);
16518 break;
16519
16520 case R_PPC64_DTPMOD64:
16521 relocation = 1;
16522 addend = 0;
16523 goto dodyn;
16524
16525 case R_PPC64_TPREL64:
16526 if (htab->elf.tls_sec != NULL)
16527 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
16528 goto dodyn;
16529
16530 case R_PPC64_DTPREL64:
16531 if (htab->elf.tls_sec != NULL)
16532 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
16533 /* Fall through. */
16534
16535 /* Relocations that may need to be propagated if this is a
16536 dynamic object. */
16537 case R_PPC64_REL30:
16538 case R_PPC64_REL32:
16539 case R_PPC64_REL64:
16540 case R_PPC64_ADDR14:
16541 case R_PPC64_ADDR14_BRNTAKEN:
16542 case R_PPC64_ADDR14_BRTAKEN:
16543 case R_PPC64_ADDR16:
16544 case R_PPC64_ADDR16_DS:
16545 case R_PPC64_ADDR16_HA:
16546 case R_PPC64_ADDR16_HI:
16547 case R_PPC64_ADDR16_HIGH:
16548 case R_PPC64_ADDR16_HIGHA:
16549 case R_PPC64_ADDR16_HIGHER:
16550 case R_PPC64_ADDR16_HIGHERA:
16551 case R_PPC64_ADDR16_HIGHEST:
16552 case R_PPC64_ADDR16_HIGHESTA:
16553 case R_PPC64_ADDR16_LO:
16554 case R_PPC64_ADDR16_LO_DS:
16555 case R_PPC64_ADDR16_HIGHER34:
16556 case R_PPC64_ADDR16_HIGHERA34:
16557 case R_PPC64_ADDR16_HIGHEST34:
16558 case R_PPC64_ADDR16_HIGHESTA34:
16559 case R_PPC64_ADDR24:
16560 case R_PPC64_ADDR32:
16561 case R_PPC64_ADDR64:
16562 case R_PPC64_UADDR16:
16563 case R_PPC64_UADDR32:
16564 case R_PPC64_UADDR64:
16565 case R_PPC64_D34:
16566 case R_PPC64_D34_LO:
16567 case R_PPC64_D34_HI30:
16568 case R_PPC64_D34_HA30:
16569 case R_PPC64_D28:
16570 dodyn:
16571 if ((input_section->flags & SEC_ALLOC) == 0)
16572 break;
16573
16574 if (NO_OPD_RELOCS && is_opd)
16575 break;
16576
16577 if (bfd_link_pic (info)
16578 ? ((h == NULL
16579 || h->elf.dyn_relocs != NULL)
16580 && ((h != NULL && pc_dynrelocs (h))
16581 || must_be_dyn_reloc (info, r_type)))
16582 : (h != NULL
16583 ? h->elf.dyn_relocs != NULL
16584 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC))
16585 {
16586 bfd_boolean skip, relocate;
16587 asection *sreloc;
16588 bfd_vma out_off;
16589 long indx = 0;
16590
16591 /* When generating a dynamic object, these relocations
16592 are copied into the output file to be resolved at run
16593 time. */
16594
16595 skip = FALSE;
16596 relocate = FALSE;
16597
16598 out_off = _bfd_elf_section_offset (output_bfd, info,
16599 input_section, rel->r_offset);
16600 if (out_off == (bfd_vma) -1)
16601 skip = TRUE;
16602 else if (out_off == (bfd_vma) -2)
16603 skip = TRUE, relocate = TRUE;
16604 out_off += (input_section->output_section->vma
16605 + input_section->output_offset);
16606 outrel.r_offset = out_off;
16607 outrel.r_addend = rel->r_addend;
16608
16609 /* Optimize unaligned reloc use. */
16610 if ((r_type == R_PPC64_ADDR64 && (out_off & 7) != 0)
16611 || (r_type == R_PPC64_UADDR64 && (out_off & 7) == 0))
16612 r_type ^= R_PPC64_ADDR64 ^ R_PPC64_UADDR64;
16613 else if ((r_type == R_PPC64_ADDR32 && (out_off & 3) != 0)
16614 || (r_type == R_PPC64_UADDR32 && (out_off & 3) == 0))
16615 r_type ^= R_PPC64_ADDR32 ^ R_PPC64_UADDR32;
16616 else if ((r_type == R_PPC64_ADDR16 && (out_off & 1) != 0)
16617 || (r_type == R_PPC64_UADDR16 && (out_off & 1) == 0))
16618 r_type ^= R_PPC64_ADDR16 ^ R_PPC64_UADDR16;
16619
16620 if (skip)
16621 memset (&outrel, 0, sizeof outrel);
16622 else if (!SYMBOL_REFERENCES_LOCAL (info, &h->elf)
16623 && !is_opd
16624 && r_type != R_PPC64_TOC)
16625 {
16626 indx = h->elf.dynindx;
16627 BFD_ASSERT (indx != -1);
16628 outrel.r_info = ELF64_R_INFO (indx, r_type);
16629 }
16630 else
16631 {
16632 /* This symbol is local, or marked to become local,
16633 or this is an opd section reloc which must point
16634 at a local function. */
16635 outrel.r_addend += relocation;
16636 if (r_type == R_PPC64_ADDR64 || r_type == R_PPC64_TOC)
16637 {
16638 if (is_opd && h != NULL)
16639 {
16640 /* Lie about opd entries. This case occurs
16641 when building shared libraries and we
16642 reference a function in another shared
16643 lib. The same thing happens for a weak
16644 definition in an application that's
16645 overridden by a strong definition in a
16646 shared lib. (I believe this is a generic
16647 bug in binutils handling of weak syms.)
16648 In these cases we won't use the opd
16649 entry in this lib. */
16650 unresolved_reloc = FALSE;
16651 }
16652 if (!is_opd
16653 && r_type == R_PPC64_ADDR64
16654 && (h != NULL
16655 ? h->elf.type == STT_GNU_IFUNC
16656 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC))
16657 outrel.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
16658 else
16659 {
16660 outrel.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
16661
16662 /* We need to relocate .opd contents for ld.so.
16663 Prelink also wants simple and consistent rules
16664 for relocs. This make all RELATIVE relocs have
16665 *r_offset equal to r_addend. */
16666 relocate = TRUE;
16667 }
16668 }
16669 else
16670 {
16671 if (h != NULL
16672 ? h->elf.type == STT_GNU_IFUNC
16673 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
16674 {
16675 info->callbacks->einfo
16676 /* xgettext:c-format */
16677 (_("%H: %s for indirect "
16678 "function `%pT' unsupported\n"),
16679 input_bfd, input_section, rel->r_offset,
16680 ppc64_elf_howto_table[r_type]->name,
16681 sym_name);
16682 ret = FALSE;
16683 }
16684 else if (r_symndx == STN_UNDEF || bfd_is_abs_section (sec))
16685 ;
16686 else if (sec == NULL || sec->owner == NULL)
16687 {
16688 bfd_set_error (bfd_error_bad_value);
16689 return FALSE;
16690 }
16691 else
16692 {
16693 asection *osec = sec->output_section;
16694
16695 if ((osec->flags & SEC_THREAD_LOCAL) != 0)
16696 {
16697 /* TLS symbol values are relative to the
16698 TLS segment. Dynamic relocations for
16699 local TLS symbols therefore can't be
16700 reduced to a relocation against their
16701 section symbol because it holds the
16702 address of the section, not a value
16703 relative to the TLS segment. We could
16704 change the .tdata dynamic section symbol
16705 to be zero value but STN_UNDEF works
16706 and is used elsewhere, eg. for TPREL64
16707 GOT relocs against local TLS symbols. */
16708 osec = htab->elf.tls_sec;
16709 indx = 0;
16710 }
16711 else
16712 {
16713 indx = elf_section_data (osec)->dynindx;
16714 if (indx == 0)
16715 {
16716 if ((osec->flags & SEC_READONLY) == 0
16717 && htab->elf.data_index_section != NULL)
16718 osec = htab->elf.data_index_section;
16719 else
16720 osec = htab->elf.text_index_section;
16721 indx = elf_section_data (osec)->dynindx;
16722 }
16723 BFD_ASSERT (indx != 0);
16724 }
16725
16726 /* We are turning this relocation into one
16727 against a section symbol, so subtract out
16728 the output section's address but not the
16729 offset of the input section in the output
16730 section. */
16731 outrel.r_addend -= osec->vma;
16732 }
16733
16734 outrel.r_info = ELF64_R_INFO (indx, r_type);
16735 }
16736 }
16737
16738 sreloc = elf_section_data (input_section)->sreloc;
16739 if (h != NULL
16740 ? h->elf.type == STT_GNU_IFUNC
16741 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
16742 {
16743 sreloc = htab->elf.irelplt;
16744 if (indx == 0 || is_static_defined (&h->elf))
16745 htab->elf.ifunc_resolvers = TRUE;
16746 }
16747 if (sreloc == NULL)
16748 abort ();
16749
16750 if (sreloc->reloc_count * sizeof (Elf64_External_Rela)
16751 >= sreloc->size)
16752 abort ();
16753 loc = sreloc->contents;
16754 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
16755 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
16756
16757 if (!warned_dynamic
16758 && !ppc64_glibc_dynamic_reloc (ELF64_R_TYPE (outrel.r_info)))
16759 {
16760 info->callbacks->einfo
16761 /* xgettext:c-format */
16762 (_("%X%P: %pB: %s against %pT "
16763 "is not supported by glibc as a dynamic relocation\n"),
16764 input_bfd,
16765 ppc64_elf_howto_table[ELF64_R_TYPE (outrel.r_info)]->name,
16766 sym_name);
16767 warned_dynamic = TRUE;
16768 }
16769
16770 /* If this reloc is against an external symbol, it will
16771 be computed at runtime, so there's no need to do
16772 anything now. However, for the sake of prelink ensure
16773 that the section contents are a known value. */
16774 if (!relocate)
16775 {
16776 unresolved_reloc = FALSE;
16777 /* The value chosen here is quite arbitrary as ld.so
16778 ignores section contents except for the special
16779 case of .opd where the contents might be accessed
16780 before relocation. Choose zero, as that won't
16781 cause reloc overflow. */
16782 relocation = 0;
16783 addend = 0;
16784 /* Use *r_offset == r_addend for R_PPC64_ADDR64 relocs
16785 to improve backward compatibility with older
16786 versions of ld. */
16787 if (r_type == R_PPC64_ADDR64)
16788 addend = outrel.r_addend;
16789 /* Adjust pc_relative relocs to have zero in *r_offset. */
16790 else if (ppc64_elf_howto_table[r_type]->pc_relative)
16791 addend = outrel.r_offset;
16792 }
16793 }
16794 break;
16795
16796 case R_PPC64_COPY:
16797 case R_PPC64_GLOB_DAT:
16798 case R_PPC64_JMP_SLOT:
16799 case R_PPC64_JMP_IREL:
16800 case R_PPC64_RELATIVE:
16801 /* We shouldn't ever see these dynamic relocs in relocatable
16802 files. */
16803 /* Fall through. */
16804
16805 case R_PPC64_PLTGOT16:
16806 case R_PPC64_PLTGOT16_DS:
16807 case R_PPC64_PLTGOT16_HA:
16808 case R_PPC64_PLTGOT16_HI:
16809 case R_PPC64_PLTGOT16_LO:
16810 case R_PPC64_PLTGOT16_LO_DS:
16811 case R_PPC64_PLTREL32:
16812 case R_PPC64_PLTREL64:
16813 /* These ones haven't been implemented yet. */
16814
16815 info->callbacks->einfo
16816 /* xgettext:c-format */
16817 (_("%P: %pB: %s is not supported for `%pT'\n"),
16818 input_bfd,
16819 ppc64_elf_howto_table[r_type]->name, sym_name);
16820
16821 bfd_set_error (bfd_error_invalid_operation);
16822 ret = FALSE;
16823 goto copy_reloc;
16824 }
16825
16826 /* Multi-instruction sequences that access the TOC can be
16827 optimized, eg. addis ra,r2,0; addi rb,ra,x;
16828 to nop; addi rb,r2,x; */
16829 switch (r_type)
16830 {
16831 default:
16832 break;
16833
16834 case R_PPC64_GOT_TLSLD16_HI:
16835 case R_PPC64_GOT_TLSGD16_HI:
16836 case R_PPC64_GOT_TPREL16_HI:
16837 case R_PPC64_GOT_DTPREL16_HI:
16838 case R_PPC64_GOT16_HI:
16839 case R_PPC64_TOC16_HI:
16840 /* These relocs would only be useful if building up an
16841 offset to later add to r2, perhaps in an indexed
16842 addressing mode instruction. Don't try to optimize.
16843 Unfortunately, the possibility of someone building up an
16844 offset like this or even with the HA relocs, means that
16845 we need to check the high insn when optimizing the low
16846 insn. */
16847 break;
16848
16849 case R_PPC64_PLTCALL_NOTOC:
16850 if (!unresolved_reloc)
16851 htab->notoc_plt = 1;
16852 /* Fall through. */
16853 case R_PPC64_PLTCALL:
16854 if (unresolved_reloc)
16855 {
16856 /* No plt entry. Make this into a direct call. */
16857 bfd_byte *p = contents + rel->r_offset;
16858 insn = bfd_get_32 (input_bfd, p);
16859 insn &= 1;
16860 bfd_put_32 (input_bfd, B_DOT | insn, p);
16861 if (r_type == R_PPC64_PLTCALL)
16862 bfd_put_32 (input_bfd, NOP, p + 4);
16863 unresolved_reloc = save_unresolved_reloc;
16864 r_type = R_PPC64_REL24;
16865 }
16866 break;
16867
16868 case R_PPC64_PLTSEQ_NOTOC:
16869 case R_PPC64_PLTSEQ:
16870 if (unresolved_reloc)
16871 {
16872 unresolved_reloc = FALSE;
16873 goto nop_it;
16874 }
16875 break;
16876
16877 case R_PPC64_PLT_PCREL34_NOTOC:
16878 if (!unresolved_reloc)
16879 htab->notoc_plt = 1;
16880 /* Fall through. */
16881 case R_PPC64_PLT_PCREL34:
16882 if (unresolved_reloc)
16883 {
16884 bfd_byte *p = contents + rel->r_offset;
16885 bfd_put_32 (input_bfd, PNOP >> 32, p);
16886 bfd_put_32 (input_bfd, PNOP, p + 4);
16887 unresolved_reloc = FALSE;
16888 goto copy_reloc;
16889 }
16890 break;
16891
16892 case R_PPC64_PLT16_HA:
16893 if (unresolved_reloc)
16894 {
16895 unresolved_reloc = FALSE;
16896 goto nop_it;
16897 }
16898 /* Fall through. */
16899 case R_PPC64_GOT_TLSLD16_HA:
16900 case R_PPC64_GOT_TLSGD16_HA:
16901 case R_PPC64_GOT_TPREL16_HA:
16902 case R_PPC64_GOT_DTPREL16_HA:
16903 case R_PPC64_GOT16_HA:
16904 case R_PPC64_TOC16_HA:
16905 if (htab->do_toc_opt && relocation + addend + 0x8000 < 0x10000
16906 && !ppc64_elf_tdata (input_bfd)->unexpected_toc_insn)
16907 {
16908 bfd_byte *p;
16909 nop_it:
16910 p = contents + (rel->r_offset & ~3);
16911 bfd_put_32 (input_bfd, NOP, p);
16912 goto copy_reloc;
16913 }
16914 break;
16915
16916 case R_PPC64_PLT16_LO:
16917 case R_PPC64_PLT16_LO_DS:
16918 if (unresolved_reloc)
16919 {
16920 unresolved_reloc = FALSE;
16921 goto nop_it;
16922 }
16923 /* Fall through. */
16924 case R_PPC64_GOT_TLSLD16_LO:
16925 case R_PPC64_GOT_TLSGD16_LO:
16926 case R_PPC64_GOT_TPREL16_LO_DS:
16927 case R_PPC64_GOT_DTPREL16_LO_DS:
16928 case R_PPC64_GOT16_LO:
16929 case R_PPC64_GOT16_LO_DS:
16930 case R_PPC64_TOC16_LO:
16931 case R_PPC64_TOC16_LO_DS:
16932 if (htab->do_toc_opt && relocation + addend + 0x8000 < 0x10000
16933 && !ppc64_elf_tdata (input_bfd)->unexpected_toc_insn)
16934 {
16935 bfd_byte *p = contents + (rel->r_offset & ~3);
16936 insn = bfd_get_32 (input_bfd, p);
16937 if ((insn & (0x3fu << 26)) == 12u << 26 /* addic */)
16938 {
16939 /* Transform addic to addi when we change reg. */
16940 insn &= ~((0x3fu << 26) | (0x1f << 16));
16941 insn |= (14u << 26) | (2 << 16);
16942 }
16943 else
16944 {
16945 insn &= ~(0x1f << 16);
16946 insn |= 2 << 16;
16947 }
16948 bfd_put_32 (input_bfd, insn, p);
16949 }
16950 break;
16951
16952 case R_PPC64_TPREL16_HA:
16953 if (htab->do_tls_opt && relocation + addend + 0x8000 < 0x10000)
16954 {
16955 bfd_byte *p = contents + (rel->r_offset & ~3);
16956 bfd_put_32 (input_bfd, NOP, p);
16957 goto copy_reloc;
16958 }
16959 break;
16960
16961 case R_PPC64_TPREL16_LO:
16962 case R_PPC64_TPREL16_LO_DS:
16963 if (htab->do_tls_opt && relocation + addend + 0x8000 < 0x10000)
16964 {
16965 bfd_byte *p = contents + (rel->r_offset & ~3);
16966 insn = bfd_get_32 (input_bfd, p);
16967 insn &= ~(0x1f << 16);
16968 insn |= 13 << 16;
16969 bfd_put_32 (input_bfd, insn, p);
16970 }
16971 break;
16972 }
16973
16974 /* Do any further special processing. */
16975 switch (r_type)
16976 {
16977 default:
16978 break;
16979
16980 case R_PPC64_REL16_HA:
16981 case R_PPC64_REL16_HIGHA:
16982 case R_PPC64_REL16_HIGHERA:
16983 case R_PPC64_REL16_HIGHESTA:
16984 case R_PPC64_REL16DX_HA:
16985 case R_PPC64_ADDR16_HA:
16986 case R_PPC64_ADDR16_HIGHA:
16987 case R_PPC64_ADDR16_HIGHERA:
16988 case R_PPC64_ADDR16_HIGHESTA:
16989 case R_PPC64_TOC16_HA:
16990 case R_PPC64_SECTOFF_HA:
16991 case R_PPC64_TPREL16_HA:
16992 case R_PPC64_TPREL16_HIGHA:
16993 case R_PPC64_TPREL16_HIGHERA:
16994 case R_PPC64_TPREL16_HIGHESTA:
16995 case R_PPC64_DTPREL16_HA:
16996 case R_PPC64_DTPREL16_HIGHA:
16997 case R_PPC64_DTPREL16_HIGHERA:
16998 case R_PPC64_DTPREL16_HIGHESTA:
16999 /* It's just possible that this symbol is a weak symbol
17000 that's not actually defined anywhere. In that case,
17001 'sec' would be NULL, and we should leave the symbol
17002 alone (it will be set to zero elsewhere in the link). */
17003 if (sec == NULL)
17004 break;
17005 /* Fall through. */
17006
17007 case R_PPC64_GOT16_HA:
17008 case R_PPC64_PLTGOT16_HA:
17009 case R_PPC64_PLT16_HA:
17010 case R_PPC64_GOT_TLSGD16_HA:
17011 case R_PPC64_GOT_TLSLD16_HA:
17012 case R_PPC64_GOT_TPREL16_HA:
17013 case R_PPC64_GOT_DTPREL16_HA:
17014 /* Add 0x10000 if sign bit in 0:15 is set.
17015 Bits 0:15 are not used. */
17016 addend += 0x8000;
17017 break;
17018
17019 case R_PPC64_D34_HA30:
17020 case R_PPC64_ADDR16_HIGHERA34:
17021 case R_PPC64_ADDR16_HIGHESTA34:
17022 case R_PPC64_REL16_HIGHERA34:
17023 case R_PPC64_REL16_HIGHESTA34:
17024 if (sec != NULL)
17025 addend += 1ULL << 33;
17026 break;
17027
17028 case R_PPC64_ADDR16_DS:
17029 case R_PPC64_ADDR16_LO_DS:
17030 case R_PPC64_GOT16_DS:
17031 case R_PPC64_GOT16_LO_DS:
17032 case R_PPC64_PLT16_LO_DS:
17033 case R_PPC64_SECTOFF_DS:
17034 case R_PPC64_SECTOFF_LO_DS:
17035 case R_PPC64_TOC16_DS:
17036 case R_PPC64_TOC16_LO_DS:
17037 case R_PPC64_PLTGOT16_DS:
17038 case R_PPC64_PLTGOT16_LO_DS:
17039 case R_PPC64_GOT_TPREL16_DS:
17040 case R_PPC64_GOT_TPREL16_LO_DS:
17041 case R_PPC64_GOT_DTPREL16_DS:
17042 case R_PPC64_GOT_DTPREL16_LO_DS:
17043 case R_PPC64_TPREL16_DS:
17044 case R_PPC64_TPREL16_LO_DS:
17045 case R_PPC64_DTPREL16_DS:
17046 case R_PPC64_DTPREL16_LO_DS:
17047 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
17048 mask = 3;
17049 /* If this reloc is against an lq, lxv, or stxv insn, then
17050 the value must be a multiple of 16. This is somewhat of
17051 a hack, but the "correct" way to do this by defining _DQ
17052 forms of all the _DS relocs bloats all reloc switches in
17053 this file. It doesn't make much sense to use these
17054 relocs in data, so testing the insn should be safe. */
17055 if ((insn & (0x3fu << 26)) == (56u << 26)
17056 || ((insn & (0x3fu << 26)) == (61u << 26) && (insn & 3) == 1))
17057 mask = 15;
17058 relocation += addend;
17059 addend = insn & (mask ^ 3);
17060 if ((relocation & mask) != 0)
17061 {
17062 relocation ^= relocation & mask;
17063 info->callbacks->einfo
17064 /* xgettext:c-format */
17065 (_("%H: error: %s not a multiple of %u\n"),
17066 input_bfd, input_section, rel->r_offset,
17067 ppc64_elf_howto_table[r_type]->name,
17068 mask + 1);
17069 bfd_set_error (bfd_error_bad_value);
17070 ret = FALSE;
17071 goto copy_reloc;
17072 }
17073 break;
17074 }
17075
17076 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
17077 because such sections are not SEC_ALLOC and thus ld.so will
17078 not process them. */
17079 howto = ppc64_elf_howto_table[(int) r_type];
17080 if (unresolved_reloc
17081 && !((input_section->flags & SEC_DEBUGGING) != 0
17082 && h->elf.def_dynamic)
17083 && _bfd_elf_section_offset (output_bfd, info, input_section,
17084 rel->r_offset) != (bfd_vma) -1)
17085 {
17086 info->callbacks->einfo
17087 /* xgettext:c-format */
17088 (_("%H: unresolvable %s against `%pT'\n"),
17089 input_bfd, input_section, rel->r_offset,
17090 howto->name,
17091 h->elf.root.root.string);
17092 ret = FALSE;
17093 }
17094
17095 /* 16-bit fields in insns mostly have signed values, but a
17096 few insns have 16-bit unsigned values. Really, we should
17097 have different reloc types. */
17098 if (howto->complain_on_overflow != complain_overflow_dont
17099 && howto->dst_mask == 0xffff
17100 && (input_section->flags & SEC_CODE) != 0)
17101 {
17102 enum complain_overflow complain = complain_overflow_signed;
17103
17104 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
17105 if ((insn & (0x3fu << 26)) == 10u << 26 /* cmpli */)
17106 complain = complain_overflow_bitfield;
17107 else if (howto->rightshift == 0
17108 ? ((insn & (0x3fu << 26)) == 28u << 26 /* andi */
17109 || (insn & (0x3fu << 26)) == 24u << 26 /* ori */
17110 || (insn & (0x3fu << 26)) == 26u << 26 /* xori */)
17111 : ((insn & (0x3fu << 26)) == 29u << 26 /* andis */
17112 || (insn & (0x3fu << 26)) == 25u << 26 /* oris */
17113 || (insn & (0x3fu << 26)) == 27u << 26 /* xoris */))
17114 complain = complain_overflow_unsigned;
17115 if (howto->complain_on_overflow != complain)
17116 {
17117 alt_howto = *howto;
17118 alt_howto.complain_on_overflow = complain;
17119 howto = &alt_howto;
17120 }
17121 }
17122
17123 switch (r_type)
17124 {
17125 /* Split field relocs aren't handled by _bfd_final_link_relocate. */
17126 case R_PPC64_D34:
17127 case R_PPC64_D34_LO:
17128 case R_PPC64_D34_HI30:
17129 case R_PPC64_D34_HA30:
17130 case R_PPC64_PCREL34:
17131 case R_PPC64_GOT_PCREL34:
17132 case R_PPC64_TPREL34:
17133 case R_PPC64_DTPREL34:
17134 case R_PPC64_GOT_TLSGD_PCREL34:
17135 case R_PPC64_GOT_TLSLD_PCREL34:
17136 case R_PPC64_GOT_TPREL_PCREL34:
17137 case R_PPC64_GOT_DTPREL_PCREL34:
17138 case R_PPC64_PLT_PCREL34:
17139 case R_PPC64_PLT_PCREL34_NOTOC:
17140 case R_PPC64_D28:
17141 case R_PPC64_PCREL28:
17142 if (rel->r_offset + 8 > input_section->size)
17143 r = bfd_reloc_outofrange;
17144 else
17145 {
17146 relocation += addend;
17147 if (howto->pc_relative)
17148 relocation -= (rel->r_offset
17149 + input_section->output_offset
17150 + input_section->output_section->vma);
17151 relocation >>= howto->rightshift;
17152
17153 pinsn = bfd_get_32 (input_bfd, contents + rel->r_offset);
17154 pinsn <<= 32;
17155 pinsn |= bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
17156
17157 pinsn &= ~howto->dst_mask;
17158 pinsn |= (((relocation << 16) | (relocation & 0xffff))
17159 & howto->dst_mask);
17160 bfd_put_32 (input_bfd, pinsn >> 32, contents + rel->r_offset);
17161 bfd_put_32 (input_bfd, pinsn, contents + rel->r_offset + 4);
17162 r = bfd_reloc_ok;
17163 if (howto->complain_on_overflow == complain_overflow_signed
17164 && (relocation + (1ULL << (howto->bitsize - 1))
17165 >= 1ULL << howto->bitsize))
17166 r = bfd_reloc_overflow;
17167 }
17168 break;
17169
17170 case R_PPC64_REL16DX_HA:
17171 if (rel->r_offset + 4 > input_section->size)
17172 r = bfd_reloc_outofrange;
17173 else
17174 {
17175 relocation += addend;
17176 relocation -= (rel->r_offset
17177 + input_section->output_offset
17178 + input_section->output_section->vma);
17179 relocation = (bfd_signed_vma) relocation >> 16;
17180 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
17181 insn &= ~0x1fffc1;
17182 insn |= (relocation & 0xffc1) | ((relocation & 0x3e) << 15);
17183 bfd_put_32 (input_bfd, insn, contents + rel->r_offset);
17184 r = bfd_reloc_ok;
17185 if (relocation + 0x8000 > 0xffff)
17186 r = bfd_reloc_overflow;
17187 }
17188 break;
17189
17190 default:
17191 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
17192 contents, rel->r_offset,
17193 relocation, addend);
17194 }
17195
17196 if (r != bfd_reloc_ok)
17197 {
17198 char *more_info = NULL;
17199 const char *reloc_name = howto->name;
17200
17201 if (reloc_dest != DEST_NORMAL)
17202 {
17203 more_info = bfd_malloc (strlen (reloc_name) + 8);
17204 if (more_info != NULL)
17205 {
17206 strcpy (more_info, reloc_name);
17207 strcat (more_info, (reloc_dest == DEST_OPD
17208 ? " (OPD)" : " (stub)"));
17209 reloc_name = more_info;
17210 }
17211 }
17212
17213 if (r == bfd_reloc_overflow)
17214 {
17215 /* On code like "if (foo) foo();" don't report overflow
17216 on a branch to zero when foo is undefined. */
17217 if (!warned
17218 && (reloc_dest == DEST_STUB
17219 || !(h != NULL
17220 && (h->elf.root.type == bfd_link_hash_undefweak
17221 || h->elf.root.type == bfd_link_hash_undefined)
17222 && is_branch_reloc (r_type))))
17223 info->callbacks->reloc_overflow (info, &h->elf.root,
17224 sym_name, reloc_name,
17225 orig_rel.r_addend,
17226 input_bfd, input_section,
17227 rel->r_offset);
17228 }
17229 else
17230 {
17231 info->callbacks->einfo
17232 /* xgettext:c-format */
17233 (_("%H: %s against `%pT': error %d\n"),
17234 input_bfd, input_section, rel->r_offset,
17235 reloc_name, sym_name, (int) r);
17236 ret = FALSE;
17237 }
17238 free (more_info);
17239 }
17240 copy_reloc:
17241 if (wrel != rel)
17242 *wrel = *rel;
17243 }
17244
17245 if (wrel != rel)
17246 {
17247 Elf_Internal_Shdr *rel_hdr;
17248 size_t deleted = rel - wrel;
17249
17250 rel_hdr = _bfd_elf_single_rel_hdr (input_section->output_section);
17251 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
17252 if (rel_hdr->sh_size == 0)
17253 {
17254 /* It is too late to remove an empty reloc section. Leave
17255 one NONE reloc.
17256 ??? What is wrong with an empty section??? */
17257 rel_hdr->sh_size = rel_hdr->sh_entsize;
17258 deleted -= 1;
17259 }
17260 rel_hdr = _bfd_elf_single_rel_hdr (input_section);
17261 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
17262 input_section->reloc_count -= deleted;
17263 }
17264
17265 /* If we're emitting relocations, then shortly after this function
17266 returns, reloc offsets and addends for this section will be
17267 adjusted. Worse, reloc symbol indices will be for the output
17268 file rather than the input. Save a copy of the relocs for
17269 opd_entry_value. */
17270 if (is_opd && (info->emitrelocations || bfd_link_relocatable (info)))
17271 {
17272 bfd_size_type amt;
17273 amt = input_section->reloc_count * sizeof (Elf_Internal_Rela);
17274 rel = bfd_alloc (input_bfd, amt);
17275 BFD_ASSERT (ppc64_elf_tdata (input_bfd)->opd.relocs == NULL);
17276 ppc64_elf_tdata (input_bfd)->opd.relocs = rel;
17277 if (rel == NULL)
17278 return FALSE;
17279 memcpy (rel, relocs, amt);
17280 }
17281 return ret;
17282 }
17283
17284 /* Adjust the value of any local symbols in opd sections. */
17285
17286 static int
17287 ppc64_elf_output_symbol_hook (struct bfd_link_info *info,
17288 const char *name ATTRIBUTE_UNUSED,
17289 Elf_Internal_Sym *elfsym,
17290 asection *input_sec,
17291 struct elf_link_hash_entry *h)
17292 {
17293 struct _opd_sec_data *opd;
17294 long adjust;
17295 bfd_vma value;
17296
17297 if (h != NULL)
17298 return 1;
17299
17300 opd = get_opd_info (input_sec);
17301 if (opd == NULL || opd->adjust == NULL)
17302 return 1;
17303
17304 value = elfsym->st_value - input_sec->output_offset;
17305 if (!bfd_link_relocatable (info))
17306 value -= input_sec->output_section->vma;
17307
17308 adjust = opd->adjust[OPD_NDX (value)];
17309 if (adjust == -1)
17310 return 2;
17311
17312 elfsym->st_value += adjust;
17313 return 1;
17314 }
17315
17316 /* Finish up dynamic symbol handling. We set the contents of various
17317 dynamic sections here. */
17318
17319 static bfd_boolean
17320 ppc64_elf_finish_dynamic_symbol (bfd *output_bfd,
17321 struct bfd_link_info *info,
17322 struct elf_link_hash_entry *h,
17323 Elf_Internal_Sym *sym)
17324 {
17325 struct ppc_link_hash_table *htab;
17326 struct plt_entry *ent;
17327
17328 htab = ppc_hash_table (info);
17329 if (htab == NULL)
17330 return FALSE;
17331
17332 if (!htab->opd_abi && !h->def_regular)
17333 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
17334 if (ent->plt.offset != (bfd_vma) -1)
17335 {
17336 /* Mark the symbol as undefined, rather than as
17337 defined in glink. Leave the value if there were
17338 any relocations where pointer equality matters
17339 (this is a clue for the dynamic linker, to make
17340 function pointer comparisons work between an
17341 application and shared library), otherwise set it
17342 to zero. */
17343 sym->st_shndx = SHN_UNDEF;
17344 if (!h->pointer_equality_needed)
17345 sym->st_value = 0;
17346 else if (!h->ref_regular_nonweak)
17347 {
17348 /* This breaks function pointer comparisons, but
17349 that is better than breaking tests for a NULL
17350 function pointer. */
17351 sym->st_value = 0;
17352 }
17353 break;
17354 }
17355
17356 if (h->needs_copy
17357 && (h->root.type == bfd_link_hash_defined
17358 || h->root.type == bfd_link_hash_defweak)
17359 && (h->root.u.def.section == htab->elf.sdynbss
17360 || h->root.u.def.section == htab->elf.sdynrelro))
17361 {
17362 /* This symbol needs a copy reloc. Set it up. */
17363 Elf_Internal_Rela rela;
17364 asection *srel;
17365 bfd_byte *loc;
17366
17367 if (h->dynindx == -1)
17368 abort ();
17369
17370 rela.r_offset = defined_sym_val (h);
17371 rela.r_info = ELF64_R_INFO (h->dynindx, R_PPC64_COPY);
17372 rela.r_addend = 0;
17373 if (h->root.u.def.section == htab->elf.sdynrelro)
17374 srel = htab->elf.sreldynrelro;
17375 else
17376 srel = htab->elf.srelbss;
17377 loc = srel->contents;
17378 loc += srel->reloc_count++ * sizeof (Elf64_External_Rela);
17379 bfd_elf64_swap_reloca_out (output_bfd, &rela, loc);
17380 }
17381
17382 return TRUE;
17383 }
17384
17385 /* Used to decide how to sort relocs in an optimal manner for the
17386 dynamic linker, before writing them out. */
17387
17388 static enum elf_reloc_type_class
17389 ppc64_elf_reloc_type_class (const struct bfd_link_info *info,
17390 const asection *rel_sec,
17391 const Elf_Internal_Rela *rela)
17392 {
17393 enum elf_ppc64_reloc_type r_type;
17394 struct ppc_link_hash_table *htab = ppc_hash_table (info);
17395
17396 if (rel_sec == htab->elf.irelplt)
17397 return reloc_class_ifunc;
17398
17399 r_type = ELF64_R_TYPE (rela->r_info);
17400 switch (r_type)
17401 {
17402 case R_PPC64_RELATIVE:
17403 return reloc_class_relative;
17404 case R_PPC64_JMP_SLOT:
17405 return reloc_class_plt;
17406 case R_PPC64_COPY:
17407 return reloc_class_copy;
17408 default:
17409 return reloc_class_normal;
17410 }
17411 }
17412
17413 /* Finish up the dynamic sections. */
17414
17415 static bfd_boolean
17416 ppc64_elf_finish_dynamic_sections (bfd *output_bfd,
17417 struct bfd_link_info *info)
17418 {
17419 struct ppc_link_hash_table *htab;
17420 bfd *dynobj;
17421 asection *sdyn;
17422
17423 htab = ppc_hash_table (info);
17424 if (htab == NULL)
17425 return FALSE;
17426
17427 dynobj = htab->elf.dynobj;
17428 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
17429
17430 if (htab->elf.dynamic_sections_created)
17431 {
17432 Elf64_External_Dyn *dyncon, *dynconend;
17433
17434 if (sdyn == NULL || htab->elf.sgot == NULL)
17435 abort ();
17436
17437 dyncon = (Elf64_External_Dyn *) sdyn->contents;
17438 dynconend = (Elf64_External_Dyn *) (sdyn->contents + sdyn->size);
17439 for (; dyncon < dynconend; dyncon++)
17440 {
17441 Elf_Internal_Dyn dyn;
17442 asection *s;
17443
17444 bfd_elf64_swap_dyn_in (dynobj, dyncon, &dyn);
17445
17446 switch (dyn.d_tag)
17447 {
17448 default:
17449 continue;
17450
17451 case DT_PPC64_GLINK:
17452 s = htab->glink;
17453 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
17454 /* We stupidly defined DT_PPC64_GLINK to be the start
17455 of glink rather than the first entry point, which is
17456 what ld.so needs, and now have a bigger stub to
17457 support automatic multiple TOCs. */
17458 dyn.d_un.d_ptr += GLINK_PLTRESOLVE_SIZE (htab) - 8 * 4;
17459 break;
17460
17461 case DT_PPC64_OPD:
17462 s = bfd_get_section_by_name (output_bfd, ".opd");
17463 if (s == NULL)
17464 continue;
17465 dyn.d_un.d_ptr = s->vma;
17466 break;
17467
17468 case DT_PPC64_OPT:
17469 if ((htab->do_multi_toc && htab->multi_toc_needed)
17470 || htab->notoc_plt)
17471 dyn.d_un.d_val |= PPC64_OPT_MULTI_TOC;
17472 if (htab->has_plt_localentry0)
17473 dyn.d_un.d_val |= PPC64_OPT_LOCALENTRY;
17474 break;
17475
17476 case DT_PPC64_OPDSZ:
17477 s = bfd_get_section_by_name (output_bfd, ".opd");
17478 if (s == NULL)
17479 continue;
17480 dyn.d_un.d_val = s->size;
17481 break;
17482
17483 case DT_PLTGOT:
17484 s = htab->elf.splt;
17485 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
17486 break;
17487
17488 case DT_JMPREL:
17489 s = htab->elf.srelplt;
17490 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
17491 break;
17492
17493 case DT_PLTRELSZ:
17494 dyn.d_un.d_val = htab->elf.srelplt->size;
17495 break;
17496
17497 case DT_TEXTREL:
17498 if (htab->elf.ifunc_resolvers)
17499 info->callbacks->einfo
17500 (_("%P: warning: text relocations and GNU indirect "
17501 "functions may result in a segfault at runtime\n"));
17502 continue;
17503 }
17504
17505 bfd_elf64_swap_dyn_out (output_bfd, &dyn, dyncon);
17506 }
17507 }
17508
17509 if (htab->elf.sgot != NULL && htab->elf.sgot->size != 0
17510 && htab->elf.sgot->output_section != bfd_abs_section_ptr)
17511 {
17512 /* Fill in the first entry in the global offset table.
17513 We use it to hold the link-time TOCbase. */
17514 bfd_put_64 (output_bfd,
17515 elf_gp (output_bfd) + TOC_BASE_OFF,
17516 htab->elf.sgot->contents);
17517
17518 /* Set .got entry size. */
17519 elf_section_data (htab->elf.sgot->output_section)->this_hdr.sh_entsize
17520 = 8;
17521 }
17522
17523 if (htab->elf.splt != NULL && htab->elf.splt->size != 0
17524 && htab->elf.splt->output_section != bfd_abs_section_ptr)
17525 {
17526 /* Set .plt entry size. */
17527 elf_section_data (htab->elf.splt->output_section)->this_hdr.sh_entsize
17528 = PLT_ENTRY_SIZE (htab);
17529 }
17530
17531 /* brlt is SEC_LINKER_CREATED, so we need to write out relocs for
17532 brlt ourselves if emitrelocations. */
17533 if (htab->brlt != NULL
17534 && htab->brlt->reloc_count != 0
17535 && !_bfd_elf_link_output_relocs (output_bfd,
17536 htab->brlt,
17537 elf_section_data (htab->brlt)->rela.hdr,
17538 elf_section_data (htab->brlt)->relocs,
17539 NULL))
17540 return FALSE;
17541
17542 if (htab->glink != NULL
17543 && htab->glink->reloc_count != 0
17544 && !_bfd_elf_link_output_relocs (output_bfd,
17545 htab->glink,
17546 elf_section_data (htab->glink)->rela.hdr,
17547 elf_section_data (htab->glink)->relocs,
17548 NULL))
17549 return FALSE;
17550
17551
17552 if (htab->glink_eh_frame != NULL
17553 && htab->glink_eh_frame->size != 0
17554 && htab->glink_eh_frame->sec_info_type == SEC_INFO_TYPE_EH_FRAME
17555 && !_bfd_elf_write_section_eh_frame (output_bfd, info,
17556 htab->glink_eh_frame,
17557 htab->glink_eh_frame->contents))
17558 return FALSE;
17559
17560 /* We need to handle writing out multiple GOT sections ourselves,
17561 since we didn't add them to DYNOBJ. We know dynobj is the first
17562 bfd. */
17563 while ((dynobj = dynobj->link.next) != NULL)
17564 {
17565 asection *s;
17566
17567 if (!is_ppc64_elf (dynobj))
17568 continue;
17569
17570 s = ppc64_elf_tdata (dynobj)->got;
17571 if (s != NULL
17572 && s->size != 0
17573 && s->output_section != bfd_abs_section_ptr
17574 && !bfd_set_section_contents (output_bfd, s->output_section,
17575 s->contents, s->output_offset,
17576 s->size))
17577 return FALSE;
17578 s = ppc64_elf_tdata (dynobj)->relgot;
17579 if (s != NULL
17580 && s->size != 0
17581 && s->output_section != bfd_abs_section_ptr
17582 && !bfd_set_section_contents (output_bfd, s->output_section,
17583 s->contents, s->output_offset,
17584 s->size))
17585 return FALSE;
17586 }
17587
17588 return TRUE;
17589 }
17590
17591 #include "elf64-target.h"
17592
17593 /* FreeBSD support */
17594
17595 #undef TARGET_LITTLE_SYM
17596 #undef TARGET_LITTLE_NAME
17597
17598 #undef TARGET_BIG_SYM
17599 #define TARGET_BIG_SYM powerpc_elf64_fbsd_vec
17600 #undef TARGET_BIG_NAME
17601 #define TARGET_BIG_NAME "elf64-powerpc-freebsd"
17602
17603 #undef ELF_OSABI
17604 #define ELF_OSABI ELFOSABI_FREEBSD
17605
17606 #undef elf64_bed
17607 #define elf64_bed elf64_powerpc_fbsd_bed
17608
17609 #include "elf64-target.h"