[GOLD] regen testsuite/Makefile.in
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.c
CommitLineData
5bd4f169 1/* PowerPC64-specific support for 64-bit ELF.
6f2750fe 2 Copyright (C) 1999-2016 Free Software Foundation, Inc.
5bd4f169
AM
3 Written by Linus Nordberg, Swox AB <info@swox.com>,
4 based on elf32-ppc.c by Ian Lance Taylor.
32ca9640 5 Largely rewritten by Alan Modra.
5bd4f169 6
ae9a127f 7 This file is part of BFD, the Binary File Descriptor library.
5bd4f169 8
ae9a127f
NC
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
cd123cb7 11 the Free Software Foundation; either version 3 of the License, or
ae9a127f 12 (at your option) any later version.
5bd4f169 13
ae9a127f
NC
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.
5bd4f169 18
4ce794b7
AM
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.,
3e110533 21 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
5bd4f169 22
cd123cb7 23
4ce794b7
AM
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 */
5bd4f169 27
3db64b00 28#include "sysdep.h"
183e98be 29#include <stdarg.h>
5bd4f169 30#include "bfd.h"
5bd4f169
AM
31#include "bfdlink.h"
32#include "libbfd.h"
33#include "elf-bfd.h"
04c9666a 34#include "elf/ppc64.h"
5d1634d7 35#include "elf64-ppc.h"
58d180e8 36#include "dwarf2.h"
5bd4f169 37
805fc799 38static bfd_reloc_status_type ppc64_elf_ha_reloc
4ce794b7 39 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
2441e016
AM
40static bfd_reloc_status_type ppc64_elf_branch_reloc
41 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 42static bfd_reloc_status_type ppc64_elf_brtaken_reloc
4ce794b7 43 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 44static bfd_reloc_status_type ppc64_elf_sectoff_reloc
4ce794b7 45 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 46static bfd_reloc_status_type ppc64_elf_sectoff_ha_reloc
4ce794b7 47 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 48static bfd_reloc_status_type ppc64_elf_toc_reloc
4ce794b7 49 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 50static bfd_reloc_status_type ppc64_elf_toc_ha_reloc
4ce794b7 51 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 52static bfd_reloc_status_type ppc64_elf_toc64_reloc
4ce794b7 53 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 54static bfd_reloc_status_type ppc64_elf_unhandled_reloc
4ce794b7 55 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
2441e016 56static bfd_vma opd_entry_value
aef36ac1 57 (asection *, bfd_vma, asection **, bfd_vma *, bfd_boolean);
5bd4f169 58
6d00b590 59#define TARGET_LITTLE_SYM powerpc_elf64_le_vec
ad8e1ba5 60#define TARGET_LITTLE_NAME "elf64-powerpcle"
6d00b590 61#define TARGET_BIG_SYM powerpc_elf64_vec
ad8e1ba5
AM
62#define TARGET_BIG_NAME "elf64-powerpc"
63#define ELF_ARCH bfd_arch_powerpc
ae95ffa6 64#define ELF_TARGET_ID PPC64_ELF_DATA
ad8e1ba5
AM
65#define ELF_MACHINE_CODE EM_PPC64
66#define ELF_MAXPAGESIZE 0x10000
04c6a44c 67#define ELF_COMMONPAGESIZE 0x10000
ad8e1ba5
AM
68#define elf_info_to_howto ppc64_elf_info_to_howto
69
70#define elf_backend_want_got_sym 0
71#define elf_backend_want_plt_sym 0
72#define elf_backend_plt_alignment 3
73#define elf_backend_plt_not_loaded 1
ad8e1ba5 74#define elf_backend_got_header_size 8
ad8e1ba5
AM
75#define elf_backend_can_gc_sections 1
76#define elf_backend_can_refcount 1
77#define elf_backend_rela_normal 1
6bfdb61b 78#define elf_backend_default_execstack 0
ad8e1ba5 79
e717da7e 80#define bfd_elf64_mkobject ppc64_elf_mkobject
ad8e1ba5 81#define bfd_elf64_bfd_reloc_type_lookup ppc64_elf_reloc_type_lookup
aa374f67 82#define bfd_elf64_bfd_reloc_name_lookup ppc64_elf_reloc_name_lookup
ee67d69a
AM
83#define bfd_elf64_bfd_merge_private_bfd_data ppc64_elf_merge_private_bfd_data
84#define bfd_elf64_bfd_print_private_bfd_data ppc64_elf_print_private_bfd_data
ad8e1ba5
AM
85#define bfd_elf64_new_section_hook ppc64_elf_new_section_hook
86#define bfd_elf64_bfd_link_hash_table_create ppc64_elf_link_hash_table_create
90e3cdf2 87#define bfd_elf64_get_synthetic_symtab ppc64_elf_get_synthetic_symtab
aa374f67 88#define bfd_elf64_bfd_link_just_syms ppc64_elf_link_just_syms
ad8e1ba5
AM
89
90#define elf_backend_object_p ppc64_elf_object_p
d37c89e5
AM
91#define elf_backend_grok_prstatus ppc64_elf_grok_prstatus
92#define elf_backend_grok_psinfo ppc64_elf_grok_psinfo
183e98be 93#define elf_backend_write_core_note ppc64_elf_write_core_note
ad8e1ba5
AM
94#define elf_backend_create_dynamic_sections ppc64_elf_create_dynamic_sections
95#define elf_backend_copy_indirect_symbol ppc64_elf_copy_indirect_symbol
555cd476 96#define elf_backend_add_symbol_hook ppc64_elf_add_symbol_hook
f6c7c3e8 97#define elf_backend_check_directives ppc64_elf_before_check_relocs
e5034e59 98#define elf_backend_notice_as_needed ppc64_elf_notice_as_needed
8387904d 99#define elf_backend_archive_symbol_lookup ppc64_elf_archive_symbol_lookup
ad8e1ba5 100#define elf_backend_check_relocs ppc64_elf_check_relocs
74f0fb50 101#define elf_backend_gc_keep ppc64_elf_gc_keep
64d03ab5 102#define elf_backend_gc_mark_dynamic_ref ppc64_elf_gc_mark_dynamic_ref
ad8e1ba5
AM
103#define elf_backend_gc_mark_hook ppc64_elf_gc_mark_hook
104#define elf_backend_gc_sweep_hook ppc64_elf_gc_sweep_hook
105#define elf_backend_adjust_dynamic_symbol ppc64_elf_adjust_dynamic_symbol
106#define elf_backend_hide_symbol ppc64_elf_hide_symbol
9f296da3 107#define elf_backend_maybe_function_sym ppc64_elf_maybe_function_sym
ad8e1ba5
AM
108#define elf_backend_always_size_sections ppc64_elf_func_desc_adjust
109#define elf_backend_size_dynamic_sections ppc64_elf_size_dynamic_sections
a345bc8d 110#define elf_backend_hash_symbol ppc64_elf_hash_symbol
74541ad4 111#define elf_backend_init_index_section _bfd_elf_init_2_index_sections
60124e18 112#define elf_backend_action_discarded ppc64_elf_action_discarded
ad8e1ba5
AM
113#define elf_backend_relocate_section ppc64_elf_relocate_section
114#define elf_backend_finish_dynamic_symbol ppc64_elf_finish_dynamic_symbol
115#define elf_backend_reloc_type_class ppc64_elf_reloc_type_class
116#define elf_backend_finish_dynamic_sections ppc64_elf_finish_dynamic_sections
754021d0 117#define elf_backend_link_output_symbol_hook ppc64_elf_output_symbol_hook
29ef7005 118#define elf_backend_special_sections ppc64_elf_special_sections
6911b7dc 119#define elf_backend_merge_symbol_attribute ppc64_elf_merge_symbol_attribute
ad8e1ba5 120
5bd4f169
AM
121/* The name of the dynamic interpreter. This is put in the .interp
122 section. */
123#define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1"
124
125/* The size in bytes of an entry in the procedure linkage table. */
b9e5796b 126#define PLT_ENTRY_SIZE(htab) (htab->opd_abi ? 24 : 8)
5bd4f169
AM
127
128/* The initial size of the plt reserved for the dynamic linker. */
b9e5796b 129#define PLT_INITIAL_ENTRY_SIZE(htab) (htab->opd_abi ? 24 : 16)
5bd4f169 130
a078d95a
AM
131/* Offsets to some stack save slots. */
132#define STK_LR 16
133#define STK_TOC(htab) (htab->opd_abi ? 40 : 24)
eb8d7fda 134/* This one is dodgy. ELFv2 does not have a linker word, so use the
a078d95a
AM
135 CR save slot. Used only by optimised __tls_get_addr call stub,
136 relying on __tls_get_addr_opt not saving CR.. */
137#define STK_LINKER(htab) (htab->opd_abi ? 32 : 8)
138
5bd4f169 139/* TOC base pointers offset from start of TOC. */
411e1bfb 140#define TOC_BASE_OFF 0x8000
a27e685f
AM
141/* TOC base alignment. */
142#define TOC_BASE_ALIGN 256
411e1bfb
AM
143
144/* Offset of tp and dtp pointers from start of TLS block. */
145#define TP_OFFSET 0x7000
146#define DTP_OFFSET 0x8000
5bd4f169 147
ad8e1ba5
AM
148/* .plt call stub instructions. The normal stub is like this, but
149 sometimes the .plt entry crosses a 64k boundary and we need to
71a39c98 150 insert an addi to adjust r11. */
a078d95a 151#define STD_R2_0R1 0xf8410000 /* std %r2,0+40(%r1) */
71a39c98
AM
152#define ADDIS_R11_R2 0x3d620000 /* addis %r11,%r2,xxx@ha */
153#define LD_R12_0R11 0xe98b0000 /* ld %r12,xxx+0@l(%r11) */
154#define MTCTR_R12 0x7d8903a6 /* mtctr %r12 */
155#define LD_R2_0R11 0xe84b0000 /* ld %r2,xxx+8@l(%r11) */
156#define LD_R11_0R11 0xe96b0000 /* ld %r11,xxx+16@l(%r11) */
5d1634d7
AM
157#define BCTR 0x4e800420 /* bctr */
158
71a39c98 159#define ADDI_R11_R11 0x396b0000 /* addi %r11,%r11,off@l */
ad8e1ba5
AM
160#define ADDIS_R2_R2 0x3c420000 /* addis %r2,%r2,off@ha */
161#define ADDI_R2_R2 0x38420000 /* addi %r2,%r2,off@l */
162
71a39c98
AM
163#define XOR_R2_R12_R12 0x7d826278 /* xor %r2,%r12,%r12 */
164#define ADD_R11_R11_R2 0x7d6b1214 /* add %r11,%r11,%r2 */
165#define XOR_R11_R12_R12 0x7d8b6278 /* xor %r11,%r12,%r12 */
794e51c0
AM
166#define ADD_R2_R2_R11 0x7c425a14 /* add %r2,%r2,%r11 */
167#define CMPLDI_R2_0 0x28220000 /* cmpldi %r2,0 */
168#define BNECTR 0x4ca20420 /* bnectr+ */
169#define BNECTR_P4 0x4ce20420 /* bnectr+ */
170
71a39c98 171#define LD_R12_0R2 0xe9820000 /* ld %r12,xxx+0(%r2) */
ac2df442
AM
172#define LD_R11_0R2 0xe9620000 /* ld %r11,xxx+0(%r2) */
173#define LD_R2_0R2 0xe8420000 /* ld %r2,xxx+0(%r2) */
174
a078d95a 175#define LD_R2_0R1 0xe8410000 /* ld %r2,0(%r1) */
006589cf
AM
176#define LD_R2_0R12 0xe84c0000 /* ld %r2,0(%r12) */
177#define ADD_R2_R2_R12 0x7c426214 /* add %r2,%r2,%r12 */
ad8e1ba5 178
006589cf
AM
179#define LIS_R2 0x3c400000 /* lis %r2,xxx@ha */
180#define ADDIS_R2_R12 0x3c4c0000 /* addis %r2,%r12,xxx@ha */
181#define ADDIS_R12_R2 0x3d820000 /* addis %r12,%r2,xxx@ha */
a345bc8d
AM
182#define ADDIS_R12_R12 0x3d8c0000 /* addis %r12,%r12,xxx@ha */
183#define LD_R12_0R12 0xe98c0000 /* ld %r12,xxx@l(%r12) */
184
ee4bf8d2 185/* glink call stub instructions. We enter with the index in R0. */
ad8e1ba5 186#define GLINK_CALL_STUB_SIZE (16*4)
ee4bf8d2
AM
187 /* 0: */
188 /* .quad plt0-1f */
189 /* __glink: */
190#define MFLR_R12 0x7d8802a6 /* mflr %12 */
191#define BCL_20_31 0x429f0005 /* bcl 20,31,1f */
192 /* 1: */
193#define MFLR_R11 0x7d6802a6 /* mflr %11 */
71a39c98 194 /* ld %2,(0b-1b)(%11) */
ee4bf8d2 195#define MTLR_R12 0x7d8803a6 /* mtlr %12 */
71a39c98
AM
196#define ADD_R11_R2_R11 0x7d625a14 /* add %11,%2,%11 */
197 /* ld %12,0(%11) */
198 /* ld %2,8(%11) */
199 /* mtctr %12 */
200 /* ld %11,16(%11) */
ee4bf8d2 201 /* bctr */
b9e5796b
AM
202#define MFLR_R0 0x7c0802a6 /* mflr %r0 */
203#define MTLR_R0 0x7c0803a6 /* mtlr %r0 */
204#define SUB_R12_R12_R11 0x7d8b6050 /* subf %r12,%r11,%r12 */
205#define ADDI_R0_R12 0x380c0000 /* addi %r0,%r12,0 */
206#define SRDI_R0_R0_2 0x7800f082 /* rldicl %r0,%r0,62,2 */
5d1634d7
AM
207
208/* Pad with this. */
209#define NOP 0x60000000
210
721956f4
AM
211/* Some other nops. */
212#define CROR_151515 0x4def7b82
213#define CROR_313131 0x4ffffb82
214
cedb70c5 215/* .glink entries for the first 32k functions are two instructions. */
5d1634d7
AM
216#define LI_R0_0 0x38000000 /* li %r0,0 */
217#define B_DOT 0x48000000 /* b . */
218
219/* After that, we need two instructions to load the index, followed by
220 a branch. */
221#define LIS_R0_0 0x3c000000 /* lis %r0,0 */
10ed1bba 222#define ORI_R0_R0_0 0x60000000 /* ori %r0,%r0,0 */
41bd81ab 223
deb0e272
AM
224/* Instructions used by the save and restore reg functions. */
225#define STD_R0_0R1 0xf8010000 /* std %r0,0(%r1) */
226#define STD_R0_0R12 0xf80c0000 /* std %r0,0(%r12) */
227#define LD_R0_0R1 0xe8010000 /* ld %r0,0(%r1) */
228#define LD_R0_0R12 0xe80c0000 /* ld %r0,0(%r12) */
82bd7b59
AM
229#define STFD_FR0_0R1 0xd8010000 /* stfd %fr0,0(%r1) */
230#define LFD_FR0_0R1 0xc8010000 /* lfd %fr0,0(%r1) */
deb0e272
AM
231#define LI_R12_0 0x39800000 /* li %r12,0 */
232#define STVX_VR0_R12_R0 0x7c0c01ce /* stvx %v0,%r12,%r0 */
233#define LVX_VR0_R12_R0 0x7c0c00ce /* lvx %v0,%r12,%r0 */
234#define MTLR_R0 0x7c0803a6 /* mtlr %r0 */
82bd7b59
AM
235#define BLR 0x4e800020 /* blr */
236
41bd81ab
AM
237/* Since .opd is an array of descriptors and each entry will end up
238 with identical R_PPC64_RELATIVE relocs, there is really no need to
239 propagate .opd relocs; The dynamic linker should be taught to
1e2f5b6e 240 relocate .opd without reloc entries. */
41bd81ab
AM
241#ifndef NO_OPD_RELOCS
242#define NO_OPD_RELOCS 0
243#endif
810d4e75 244
a4b6fadd
AM
245#ifndef ARRAY_SIZE
246#define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
247#endif
248
810d4e75
AM
249static inline int
250abiversion (bfd *abfd)
251{
252 return elf_elfheader (abfd)->e_flags & EF_PPC64_ABI;
253}
254
255static inline void
256set_abiversion (bfd *abfd, int ver)
257{
258 elf_elfheader (abfd)->e_flags &= ~EF_PPC64_ABI;
259 elf_elfheader (abfd)->e_flags |= ver & EF_PPC64_ABI;
260}
5bd4f169 261\f
f5e87a1d 262#define ONES(n) (((bfd_vma) 1 << ((n) - 1) << 1) - 1)
b34976b6 263
5bd4f169 264/* Relocation HOWTO's. */
04c9666a 265static reloc_howto_type *ppc64_elf_howto_table[(int) R_PPC64_max];
5bd4f169
AM
266
267static reloc_howto_type ppc64_elf_howto_raw[] = {
268 /* This reloc does nothing. */
269 HOWTO (R_PPC64_NONE, /* type */
270 0, /* rightshift */
6346d5ca
AM
271 3, /* size (0 = byte, 1 = short, 2 = long) */
272 0, /* bitsize */
b34976b6 273 FALSE, /* pc_relative */
5bd4f169 274 0, /* bitpos */
f5e87a1d 275 complain_overflow_dont, /* complain_on_overflow */
5bd4f169
AM
276 bfd_elf_generic_reloc, /* special_function */
277 "R_PPC64_NONE", /* name */
b34976b6 278 FALSE, /* partial_inplace */
d006db6c 279 0, /* src_mask */
5bd4f169 280 0, /* dst_mask */
b34976b6 281 FALSE), /* pcrel_offset */
5bd4f169
AM
282
283 /* A standard 32 bit relocation. */
284 HOWTO (R_PPC64_ADDR32, /* type */
285 0, /* rightshift */
286 2, /* size (0 = byte, 1 = short, 2 = long) */
287 32, /* bitsize */
b34976b6 288 FALSE, /* pc_relative */
5bd4f169
AM
289 0, /* bitpos */
290 complain_overflow_bitfield, /* complain_on_overflow */
291 bfd_elf_generic_reloc, /* special_function */
292 "R_PPC64_ADDR32", /* name */
b34976b6 293 FALSE, /* partial_inplace */
5bd4f169
AM
294 0, /* src_mask */
295 0xffffffff, /* dst_mask */
b34976b6 296 FALSE), /* pcrel_offset */
5bd4f169
AM
297
298 /* An absolute 26 bit branch; the lower two bits must be zero.
299 FIXME: we don't check that, we just clear them. */
300 HOWTO (R_PPC64_ADDR24, /* type */
301 0, /* rightshift */
302 2, /* size (0 = byte, 1 = short, 2 = long) */
303 26, /* bitsize */
b34976b6 304 FALSE, /* pc_relative */
5bd4f169
AM
305 0, /* bitpos */
306 complain_overflow_bitfield, /* complain_on_overflow */
307 bfd_elf_generic_reloc, /* special_function */
308 "R_PPC64_ADDR24", /* name */
b34976b6 309 FALSE, /* partial_inplace */
d006db6c 310 0, /* src_mask */
f5e87a1d 311 0x03fffffc, /* dst_mask */
b34976b6 312 FALSE), /* pcrel_offset */
5bd4f169
AM
313
314 /* A standard 16 bit relocation. */
315 HOWTO (R_PPC64_ADDR16, /* type */
316 0, /* rightshift */
317 1, /* size (0 = byte, 1 = short, 2 = long) */
318 16, /* bitsize */
b34976b6 319 FALSE, /* pc_relative */
5bd4f169
AM
320 0, /* bitpos */
321 complain_overflow_bitfield, /* complain_on_overflow */
322 bfd_elf_generic_reloc, /* special_function */
323 "R_PPC64_ADDR16", /* name */
b34976b6 324 FALSE, /* partial_inplace */
5bd4f169
AM
325 0, /* src_mask */
326 0xffff, /* dst_mask */
b34976b6 327 FALSE), /* pcrel_offset */
5bd4f169
AM
328
329 /* A 16 bit relocation without overflow. */
330 HOWTO (R_PPC64_ADDR16_LO, /* type */
331 0, /* rightshift */
332 1, /* size (0 = byte, 1 = short, 2 = long) */
333 16, /* bitsize */
b34976b6 334 FALSE, /* pc_relative */
5bd4f169
AM
335 0, /* bitpos */
336 complain_overflow_dont,/* complain_on_overflow */
337 bfd_elf_generic_reloc, /* special_function */
338 "R_PPC64_ADDR16_LO", /* name */
b34976b6 339 FALSE, /* partial_inplace */
5bd4f169
AM
340 0, /* src_mask */
341 0xffff, /* dst_mask */
b34976b6 342 FALSE), /* pcrel_offset */
5bd4f169
AM
343
344 /* Bits 16-31 of an address. */
345 HOWTO (R_PPC64_ADDR16_HI, /* type */
346 16, /* rightshift */
347 1, /* size (0 = byte, 1 = short, 2 = long) */
348 16, /* bitsize */
b34976b6 349 FALSE, /* pc_relative */
5bd4f169 350 0, /* bitpos */
f9c6b907 351 complain_overflow_signed, /* complain_on_overflow */
5bd4f169
AM
352 bfd_elf_generic_reloc, /* special_function */
353 "R_PPC64_ADDR16_HI", /* name */
b34976b6 354 FALSE, /* partial_inplace */
5bd4f169
AM
355 0, /* src_mask */
356 0xffff, /* dst_mask */
b34976b6 357 FALSE), /* pcrel_offset */
5bd4f169
AM
358
359 /* Bits 16-31 of an address, plus 1 if the contents of the low 16
360 bits, treated as a signed number, is negative. */
361 HOWTO (R_PPC64_ADDR16_HA, /* type */
362 16, /* rightshift */
363 1, /* size (0 = byte, 1 = short, 2 = long) */
364 16, /* bitsize */
b34976b6 365 FALSE, /* pc_relative */
5bd4f169 366 0, /* bitpos */
f9c6b907 367 complain_overflow_signed, /* complain_on_overflow */
805fc799 368 ppc64_elf_ha_reloc, /* special_function */
5bd4f169 369 "R_PPC64_ADDR16_HA", /* name */
b34976b6 370 FALSE, /* partial_inplace */
5bd4f169
AM
371 0, /* src_mask */
372 0xffff, /* dst_mask */
b34976b6 373 FALSE), /* pcrel_offset */
5bd4f169
AM
374
375 /* An absolute 16 bit branch; the lower two bits must be zero.
376 FIXME: we don't check that, we just clear them. */
377 HOWTO (R_PPC64_ADDR14, /* type */
378 0, /* rightshift */
379 2, /* size (0 = byte, 1 = short, 2 = long) */
380 16, /* bitsize */
b34976b6 381 FALSE, /* pc_relative */
5bd4f169 382 0, /* bitpos */
b80eed39 383 complain_overflow_signed, /* complain_on_overflow */
2441e016 384 ppc64_elf_branch_reloc, /* special_function */
5bd4f169 385 "R_PPC64_ADDR14", /* name */
b34976b6 386 FALSE, /* partial_inplace */
d006db6c 387 0, /* src_mask */
f5e87a1d 388 0x0000fffc, /* dst_mask */
b34976b6 389 FALSE), /* pcrel_offset */
5bd4f169
AM
390
391 /* An absolute 16 bit branch, for which bit 10 should be set to
392 indicate that the branch is expected to be taken. The lower two
393 bits must be zero. */
394 HOWTO (R_PPC64_ADDR14_BRTAKEN, /* type */
395 0, /* rightshift */
396 2, /* size (0 = byte, 1 = short, 2 = long) */
397 16, /* bitsize */
b34976b6 398 FALSE, /* pc_relative */
5bd4f169 399 0, /* bitpos */
b80eed39 400 complain_overflow_signed, /* complain_on_overflow */
805fc799 401 ppc64_elf_brtaken_reloc, /* special_function */
5bd4f169 402 "R_PPC64_ADDR14_BRTAKEN",/* name */
b34976b6 403 FALSE, /* partial_inplace */
d006db6c 404 0, /* src_mask */
f5e87a1d 405 0x0000fffc, /* dst_mask */
b34976b6 406 FALSE), /* pcrel_offset */
5bd4f169
AM
407
408 /* An absolute 16 bit branch, for which bit 10 should be set to
409 indicate that the branch is not expected to be taken. The lower
410 two bits must be zero. */
411 HOWTO (R_PPC64_ADDR14_BRNTAKEN, /* type */
412 0, /* rightshift */
413 2, /* size (0 = byte, 1 = short, 2 = long) */
414 16, /* bitsize */
b34976b6 415 FALSE, /* pc_relative */
5bd4f169 416 0, /* bitpos */
b80eed39 417 complain_overflow_signed, /* complain_on_overflow */
805fc799 418 ppc64_elf_brtaken_reloc, /* special_function */
5bd4f169 419 "R_PPC64_ADDR14_BRNTAKEN",/* name */
b34976b6 420 FALSE, /* partial_inplace */
d006db6c 421 0, /* src_mask */
f5e87a1d 422 0x0000fffc, /* dst_mask */
b34976b6 423 FALSE), /* pcrel_offset */
5bd4f169
AM
424
425 /* A relative 26 bit branch; the lower two bits must be zero. */
426 HOWTO (R_PPC64_REL24, /* type */
427 0, /* rightshift */
428 2, /* size (0 = byte, 1 = short, 2 = long) */
429 26, /* bitsize */
b34976b6 430 TRUE, /* pc_relative */
5bd4f169
AM
431 0, /* bitpos */
432 complain_overflow_signed, /* complain_on_overflow */
2441e016 433 ppc64_elf_branch_reloc, /* special_function */
5bd4f169 434 "R_PPC64_REL24", /* name */
b34976b6 435 FALSE, /* partial_inplace */
d006db6c 436 0, /* src_mask */
f5e87a1d 437 0x03fffffc, /* dst_mask */
b34976b6 438 TRUE), /* pcrel_offset */
5bd4f169
AM
439
440 /* A relative 16 bit branch; the lower two bits must be zero. */
441 HOWTO (R_PPC64_REL14, /* type */
442 0, /* rightshift */
443 2, /* size (0 = byte, 1 = short, 2 = long) */
444 16, /* bitsize */
b34976b6 445 TRUE, /* pc_relative */
5bd4f169
AM
446 0, /* bitpos */
447 complain_overflow_signed, /* complain_on_overflow */
2441e016 448 ppc64_elf_branch_reloc, /* special_function */
5bd4f169 449 "R_PPC64_REL14", /* name */
b34976b6 450 FALSE, /* partial_inplace */
d006db6c 451 0, /* src_mask */
f5e87a1d 452 0x0000fffc, /* dst_mask */
b34976b6 453 TRUE), /* pcrel_offset */
5bd4f169
AM
454
455 /* A relative 16 bit branch. Bit 10 should be set to indicate that
456 the branch is expected to be taken. The lower two bits must be
457 zero. */
458 HOWTO (R_PPC64_REL14_BRTAKEN, /* type */
459 0, /* rightshift */
460 2, /* size (0 = byte, 1 = short, 2 = long) */
461 16, /* bitsize */
b34976b6 462 TRUE, /* pc_relative */
5bd4f169
AM
463 0, /* bitpos */
464 complain_overflow_signed, /* complain_on_overflow */
805fc799 465 ppc64_elf_brtaken_reloc, /* special_function */
5bd4f169 466 "R_PPC64_REL14_BRTAKEN", /* name */
b34976b6 467 FALSE, /* partial_inplace */
d006db6c 468 0, /* src_mask */
f5e87a1d 469 0x0000fffc, /* dst_mask */
b34976b6 470 TRUE), /* pcrel_offset */
5bd4f169
AM
471
472 /* A relative 16 bit branch. Bit 10 should be set to indicate that
473 the branch is not expected to be taken. The lower two bits must
474 be zero. */
475 HOWTO (R_PPC64_REL14_BRNTAKEN, /* type */
476 0, /* rightshift */
477 2, /* size (0 = byte, 1 = short, 2 = long) */
478 16, /* bitsize */
b34976b6 479 TRUE, /* pc_relative */
5bd4f169
AM
480 0, /* bitpos */
481 complain_overflow_signed, /* complain_on_overflow */
805fc799 482 ppc64_elf_brtaken_reloc, /* special_function */
5bd4f169 483 "R_PPC64_REL14_BRNTAKEN",/* name */
b34976b6 484 FALSE, /* partial_inplace */
d006db6c 485 0, /* src_mask */
f5e87a1d 486 0x0000fffc, /* dst_mask */
b34976b6 487 TRUE), /* pcrel_offset */
5bd4f169
AM
488
489 /* Like R_PPC64_ADDR16, but referring to the GOT table entry for the
490 symbol. */
491 HOWTO (R_PPC64_GOT16, /* type */
492 0, /* rightshift */
493 1, /* size (0 = byte, 1 = short, 2 = long) */
494 16, /* bitsize */
b34976b6 495 FALSE, /* pc_relative */
5bd4f169
AM
496 0, /* bitpos */
497 complain_overflow_signed, /* complain_on_overflow */
805fc799 498 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 499 "R_PPC64_GOT16", /* name */
b34976b6 500 FALSE, /* partial_inplace */
5bd4f169
AM
501 0, /* src_mask */
502 0xffff, /* dst_mask */
b34976b6 503 FALSE), /* pcrel_offset */
5bd4f169
AM
504
505 /* Like R_PPC64_ADDR16_LO, but referring to the GOT table entry for
506 the symbol. */
507 HOWTO (R_PPC64_GOT16_LO, /* type */
508 0, /* rightshift */
509 1, /* size (0 = byte, 1 = short, 2 = long) */
510 16, /* bitsize */
b34976b6 511 FALSE, /* pc_relative */
5bd4f169
AM
512 0, /* bitpos */
513 complain_overflow_dont, /* complain_on_overflow */
805fc799 514 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 515 "R_PPC64_GOT16_LO", /* name */
b34976b6 516 FALSE, /* partial_inplace */
5bd4f169
AM
517 0, /* src_mask */
518 0xffff, /* dst_mask */
b34976b6 519 FALSE), /* pcrel_offset */
5bd4f169
AM
520
521 /* Like R_PPC64_ADDR16_HI, but referring to the GOT table entry for
522 the symbol. */
523 HOWTO (R_PPC64_GOT16_HI, /* type */
524 16, /* rightshift */
525 1, /* size (0 = byte, 1 = short, 2 = long) */
526 16, /* bitsize */
b34976b6 527 FALSE, /* pc_relative */
5bd4f169 528 0, /* bitpos */
f9c6b907 529 complain_overflow_signed,/* complain_on_overflow */
805fc799 530 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 531 "R_PPC64_GOT16_HI", /* name */
b34976b6 532 FALSE, /* partial_inplace */
5bd4f169
AM
533 0, /* src_mask */
534 0xffff, /* dst_mask */
b34976b6 535 FALSE), /* pcrel_offset */
5bd4f169
AM
536
537 /* Like R_PPC64_ADDR16_HA, but referring to the GOT table entry for
538 the symbol. */
539 HOWTO (R_PPC64_GOT16_HA, /* type */
540 16, /* rightshift */
541 1, /* size (0 = byte, 1 = short, 2 = long) */
542 16, /* bitsize */
b34976b6 543 FALSE, /* pc_relative */
5bd4f169 544 0, /* bitpos */
f9c6b907 545 complain_overflow_signed,/* complain_on_overflow */
805fc799 546 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 547 "R_PPC64_GOT16_HA", /* name */
b34976b6 548 FALSE, /* partial_inplace */
5bd4f169
AM
549 0, /* src_mask */
550 0xffff, /* dst_mask */
b34976b6 551 FALSE), /* pcrel_offset */
5bd4f169
AM
552
553 /* This is used only by the dynamic linker. The symbol should exist
554 both in the object being run and in some shared library. The
555 dynamic linker copies the data addressed by the symbol from the
556 shared library into the object, because the object being
557 run has to have the data at some particular address. */
558 HOWTO (R_PPC64_COPY, /* type */
559 0, /* rightshift */
f5e87a1d
AM
560 0, /* this one is variable size */
561 0, /* bitsize */
b34976b6 562 FALSE, /* pc_relative */
5bd4f169 563 0, /* bitpos */
f5e87a1d
AM
564 complain_overflow_dont, /* complain_on_overflow */
565 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 566 "R_PPC64_COPY", /* name */
b34976b6 567 FALSE, /* partial_inplace */
5bd4f169
AM
568 0, /* src_mask */
569 0, /* dst_mask */
b34976b6 570 FALSE), /* pcrel_offset */
5bd4f169
AM
571
572 /* Like R_PPC64_ADDR64, but used when setting global offset table
573 entries. */
574 HOWTO (R_PPC64_GLOB_DAT, /* type */
575 0, /* rightshift */
576 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
577 64, /* bitsize */
b34976b6 578 FALSE, /* pc_relative */
5bd4f169
AM
579 0, /* bitpos */
580 complain_overflow_dont, /* complain_on_overflow */
805fc799 581 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 582 "R_PPC64_GLOB_DAT", /* name */
b34976b6 583 FALSE, /* partial_inplace */
5bd4f169 584 0, /* src_mask */
f5e87a1d 585 ONES (64), /* dst_mask */
b34976b6 586 FALSE), /* pcrel_offset */
5bd4f169
AM
587
588 /* Created by the link editor. Marks a procedure linkage table
589 entry for a symbol. */
590 HOWTO (R_PPC64_JMP_SLOT, /* type */
591 0, /* rightshift */
592 0, /* size (0 = byte, 1 = short, 2 = long) */
593 0, /* bitsize */
b34976b6 594 FALSE, /* pc_relative */
5bd4f169
AM
595 0, /* bitpos */
596 complain_overflow_dont, /* complain_on_overflow */
805fc799 597 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 598 "R_PPC64_JMP_SLOT", /* name */
b34976b6 599 FALSE, /* partial_inplace */
5bd4f169
AM
600 0, /* src_mask */
601 0, /* dst_mask */
b34976b6 602 FALSE), /* pcrel_offset */
5bd4f169
AM
603
604 /* Used only by the dynamic linker. When the object is run, this
605 doubleword64 is set to the load address of the object, plus the
606 addend. */
607 HOWTO (R_PPC64_RELATIVE, /* type */
608 0, /* rightshift */
609 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
610 64, /* bitsize */
b34976b6 611 FALSE, /* pc_relative */
5bd4f169
AM
612 0, /* bitpos */
613 complain_overflow_dont, /* complain_on_overflow */
614 bfd_elf_generic_reloc, /* special_function */
615 "R_PPC64_RELATIVE", /* name */
b34976b6 616 FALSE, /* partial_inplace */
5bd4f169 617 0, /* src_mask */
f5e87a1d 618 ONES (64), /* dst_mask */
b34976b6 619 FALSE), /* pcrel_offset */
5bd4f169
AM
620
621 /* Like R_PPC64_ADDR32, but may be unaligned. */
622 HOWTO (R_PPC64_UADDR32, /* type */
623 0, /* rightshift */
624 2, /* size (0 = byte, 1 = short, 2 = long) */
625 32, /* bitsize */
b34976b6 626 FALSE, /* pc_relative */
5bd4f169
AM
627 0, /* bitpos */
628 complain_overflow_bitfield, /* complain_on_overflow */
629 bfd_elf_generic_reloc, /* special_function */
630 "R_PPC64_UADDR32", /* name */
b34976b6 631 FALSE, /* partial_inplace */
5bd4f169
AM
632 0, /* src_mask */
633 0xffffffff, /* dst_mask */
b34976b6 634 FALSE), /* pcrel_offset */
5bd4f169
AM
635
636 /* Like R_PPC64_ADDR16, but may be unaligned. */
637 HOWTO (R_PPC64_UADDR16, /* type */
638 0, /* rightshift */
639 1, /* size (0 = byte, 1 = short, 2 = long) */
640 16, /* bitsize */
b34976b6 641 FALSE, /* pc_relative */
5bd4f169
AM
642 0, /* bitpos */
643 complain_overflow_bitfield, /* complain_on_overflow */
644 bfd_elf_generic_reloc, /* special_function */
645 "R_PPC64_UADDR16", /* name */
b34976b6 646 FALSE, /* partial_inplace */
5bd4f169
AM
647 0, /* src_mask */
648 0xffff, /* dst_mask */
b34976b6 649 FALSE), /* pcrel_offset */
5bd4f169
AM
650
651 /* 32-bit PC relative. */
652 HOWTO (R_PPC64_REL32, /* type */
653 0, /* rightshift */
654 2, /* size (0 = byte, 1 = short, 2 = long) */
655 32, /* bitsize */
b34976b6 656 TRUE, /* pc_relative */
5bd4f169 657 0, /* bitpos */
5bd4f169
AM
658 complain_overflow_signed, /* complain_on_overflow */
659 bfd_elf_generic_reloc, /* special_function */
660 "R_PPC64_REL32", /* name */
b34976b6 661 FALSE, /* partial_inplace */
5bd4f169
AM
662 0, /* src_mask */
663 0xffffffff, /* dst_mask */
b34976b6 664 TRUE), /* pcrel_offset */
5bd4f169 665
10ed1bba 666 /* 32-bit relocation to the symbol's procedure linkage table. */
5bd4f169
AM
667 HOWTO (R_PPC64_PLT32, /* type */
668 0, /* rightshift */
669 2, /* size (0 = byte, 1 = short, 2 = long) */
670 32, /* bitsize */
b34976b6 671 FALSE, /* pc_relative */
5bd4f169
AM
672 0, /* bitpos */
673 complain_overflow_bitfield, /* complain_on_overflow */
805fc799 674 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 675 "R_PPC64_PLT32", /* name */
b34976b6 676 FALSE, /* partial_inplace */
5bd4f169 677 0, /* src_mask */
f5e87a1d 678 0xffffffff, /* dst_mask */
b34976b6 679 FALSE), /* pcrel_offset */
5bd4f169
AM
680
681 /* 32-bit PC relative relocation to the symbol's procedure linkage table.
682 FIXME: R_PPC64_PLTREL32 not supported. */
683 HOWTO (R_PPC64_PLTREL32, /* type */
684 0, /* rightshift */
685 2, /* size (0 = byte, 1 = short, 2 = long) */
686 32, /* bitsize */
b34976b6 687 TRUE, /* pc_relative */
5bd4f169
AM
688 0, /* bitpos */
689 complain_overflow_signed, /* complain_on_overflow */
3ce51288 690 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 691 "R_PPC64_PLTREL32", /* name */
b34976b6 692 FALSE, /* partial_inplace */
5bd4f169 693 0, /* src_mask */
f5e87a1d 694 0xffffffff, /* dst_mask */
b34976b6 695 TRUE), /* pcrel_offset */
5bd4f169
AM
696
697 /* Like R_PPC64_ADDR16_LO, but referring to the PLT table entry for
698 the symbol. */
699 HOWTO (R_PPC64_PLT16_LO, /* type */
700 0, /* rightshift */
701 1, /* size (0 = byte, 1 = short, 2 = long) */
702 16, /* bitsize */
b34976b6 703 FALSE, /* pc_relative */
5bd4f169
AM
704 0, /* bitpos */
705 complain_overflow_dont, /* complain_on_overflow */
805fc799 706 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 707 "R_PPC64_PLT16_LO", /* name */
b34976b6 708 FALSE, /* partial_inplace */
5bd4f169
AM
709 0, /* src_mask */
710 0xffff, /* dst_mask */
b34976b6 711 FALSE), /* pcrel_offset */
5bd4f169
AM
712
713 /* Like R_PPC64_ADDR16_HI, but referring to the PLT table entry for
714 the symbol. */
715 HOWTO (R_PPC64_PLT16_HI, /* type */
716 16, /* rightshift */
717 1, /* size (0 = byte, 1 = short, 2 = long) */
718 16, /* bitsize */
b34976b6 719 FALSE, /* pc_relative */
5bd4f169 720 0, /* bitpos */
f9c6b907 721 complain_overflow_signed, /* complain_on_overflow */
805fc799 722 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 723 "R_PPC64_PLT16_HI", /* name */
b34976b6 724 FALSE, /* partial_inplace */
5bd4f169
AM
725 0, /* src_mask */
726 0xffff, /* dst_mask */
b34976b6 727 FALSE), /* pcrel_offset */
5bd4f169
AM
728
729 /* Like R_PPC64_ADDR16_HA, but referring to the PLT table entry for
730 the symbol. */
731 HOWTO (R_PPC64_PLT16_HA, /* type */
732 16, /* rightshift */
733 1, /* size (0 = byte, 1 = short, 2 = long) */
734 16, /* bitsize */
b34976b6 735 FALSE, /* pc_relative */
5bd4f169 736 0, /* bitpos */
f9c6b907 737 complain_overflow_signed, /* complain_on_overflow */
805fc799 738 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 739 "R_PPC64_PLT16_HA", /* name */
b34976b6 740 FALSE, /* partial_inplace */
5bd4f169
AM
741 0, /* src_mask */
742 0xffff, /* dst_mask */
b34976b6 743 FALSE), /* pcrel_offset */
5bd4f169 744
c061c2d8 745 /* 16-bit section relative relocation. */
5bd4f169
AM
746 HOWTO (R_PPC64_SECTOFF, /* type */
747 0, /* rightshift */
c061c2d8
AM
748 1, /* size (0 = byte, 1 = short, 2 = long) */
749 16, /* bitsize */
b34976b6 750 FALSE, /* pc_relative */
5bd4f169 751 0, /* bitpos */
b80eed39 752 complain_overflow_signed, /* complain_on_overflow */
805fc799 753 ppc64_elf_sectoff_reloc, /* special_function */
5bd4f169 754 "R_PPC64_SECTOFF", /* name */
b34976b6 755 FALSE, /* partial_inplace */
5bd4f169 756 0, /* src_mask */
c061c2d8 757 0xffff, /* dst_mask */
b34976b6 758 FALSE), /* pcrel_offset */
5bd4f169 759
c061c2d8 760 /* Like R_PPC64_SECTOFF, but no overflow warning. */
5bd4f169
AM
761 HOWTO (R_PPC64_SECTOFF_LO, /* type */
762 0, /* rightshift */
763 1, /* size (0 = byte, 1 = short, 2 = long) */
764 16, /* bitsize */
b34976b6 765 FALSE, /* pc_relative */
5bd4f169
AM
766 0, /* bitpos */
767 complain_overflow_dont, /* complain_on_overflow */
805fc799 768 ppc64_elf_sectoff_reloc, /* special_function */
5bd4f169 769 "R_PPC64_SECTOFF_LO", /* name */
b34976b6 770 FALSE, /* partial_inplace */
5bd4f169
AM
771 0, /* src_mask */
772 0xffff, /* dst_mask */
b34976b6 773 FALSE), /* pcrel_offset */
5bd4f169
AM
774
775 /* 16-bit upper half section relative relocation. */
776 HOWTO (R_PPC64_SECTOFF_HI, /* type */
777 16, /* rightshift */
778 1, /* size (0 = byte, 1 = short, 2 = long) */
779 16, /* bitsize */
b34976b6 780 FALSE, /* pc_relative */
5bd4f169 781 0, /* bitpos */
f9c6b907 782 complain_overflow_signed, /* complain_on_overflow */
805fc799 783 ppc64_elf_sectoff_reloc, /* special_function */
5bd4f169 784 "R_PPC64_SECTOFF_HI", /* name */
b34976b6 785 FALSE, /* partial_inplace */
5bd4f169
AM
786 0, /* src_mask */
787 0xffff, /* dst_mask */
b34976b6 788 FALSE), /* pcrel_offset */
5bd4f169
AM
789
790 /* 16-bit upper half adjusted section relative relocation. */
791 HOWTO (R_PPC64_SECTOFF_HA, /* type */
792 16, /* rightshift */
793 1, /* size (0 = byte, 1 = short, 2 = long) */
794 16, /* bitsize */
b34976b6 795 FALSE, /* pc_relative */
5bd4f169 796 0, /* bitpos */
f9c6b907 797 complain_overflow_signed, /* complain_on_overflow */
805fc799 798 ppc64_elf_sectoff_ha_reloc, /* special_function */
5bd4f169 799 "R_PPC64_SECTOFF_HA", /* name */
b34976b6 800 FALSE, /* partial_inplace */
5bd4f169
AM
801 0, /* src_mask */
802 0xffff, /* dst_mask */
b34976b6 803 FALSE), /* pcrel_offset */
5bd4f169 804
04c9666a
AM
805 /* Like R_PPC64_REL24 without touching the two least significant bits. */
806 HOWTO (R_PPC64_REL30, /* type */
5bd4f169
AM
807 2, /* rightshift */
808 2, /* size (0 = byte, 1 = short, 2 = long) */
809 30, /* bitsize */
b34976b6 810 TRUE, /* pc_relative */
5bd4f169
AM
811 0, /* bitpos */
812 complain_overflow_dont, /* complain_on_overflow */
813 bfd_elf_generic_reloc, /* special_function */
04c9666a 814 "R_PPC64_REL30", /* name */
b34976b6 815 FALSE, /* partial_inplace */
d006db6c 816 0, /* src_mask */
5bd4f169 817 0xfffffffc, /* dst_mask */
b34976b6 818 TRUE), /* pcrel_offset */
5bd4f169
AM
819
820 /* Relocs in the 64-bit PowerPC ELF ABI, not in the 32-bit ABI. */
821
822 /* A standard 64-bit relocation. */
823 HOWTO (R_PPC64_ADDR64, /* type */
824 0, /* rightshift */
825 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
826 64, /* bitsize */
b34976b6 827 FALSE, /* pc_relative */
5bd4f169
AM
828 0, /* bitpos */
829 complain_overflow_dont, /* complain_on_overflow */
830 bfd_elf_generic_reloc, /* special_function */
831 "R_PPC64_ADDR64", /* name */
b34976b6 832 FALSE, /* partial_inplace */
5bd4f169 833 0, /* src_mask */
f5e87a1d 834 ONES (64), /* dst_mask */
b34976b6 835 FALSE), /* pcrel_offset */
5bd4f169
AM
836
837 /* The bits 32-47 of an address. */
838 HOWTO (R_PPC64_ADDR16_HIGHER, /* type */
839 32, /* rightshift */
840 1, /* size (0 = byte, 1 = short, 2 = long) */
841 16, /* bitsize */
b34976b6 842 FALSE, /* pc_relative */
5bd4f169
AM
843 0, /* bitpos */
844 complain_overflow_dont, /* complain_on_overflow */
845 bfd_elf_generic_reloc, /* special_function */
846 "R_PPC64_ADDR16_HIGHER", /* name */
b34976b6 847 FALSE, /* partial_inplace */
5bd4f169
AM
848 0, /* src_mask */
849 0xffff, /* dst_mask */
b34976b6 850 FALSE), /* pcrel_offset */
5bd4f169
AM
851
852 /* The bits 32-47 of an address, plus 1 if the contents of the low
853 16 bits, treated as a signed number, is negative. */
854 HOWTO (R_PPC64_ADDR16_HIGHERA, /* type */
855 32, /* rightshift */
856 1, /* size (0 = byte, 1 = short, 2 = long) */
857 16, /* bitsize */
b34976b6 858 FALSE, /* pc_relative */
5bd4f169
AM
859 0, /* bitpos */
860 complain_overflow_dont, /* complain_on_overflow */
805fc799 861 ppc64_elf_ha_reloc, /* special_function */
5bd4f169 862 "R_PPC64_ADDR16_HIGHERA", /* name */
b34976b6 863 FALSE, /* partial_inplace */
5bd4f169
AM
864 0, /* src_mask */
865 0xffff, /* dst_mask */
b34976b6 866 FALSE), /* pcrel_offset */
5bd4f169
AM
867
868 /* The bits 48-63 of an address. */
869 HOWTO (R_PPC64_ADDR16_HIGHEST,/* type */
870 48, /* rightshift */
871 1, /* size (0 = byte, 1 = short, 2 = long) */
872 16, /* bitsize */
b34976b6 873 FALSE, /* pc_relative */
5bd4f169
AM
874 0, /* bitpos */
875 complain_overflow_dont, /* complain_on_overflow */
876 bfd_elf_generic_reloc, /* special_function */
877 "R_PPC64_ADDR16_HIGHEST", /* name */
b34976b6 878 FALSE, /* partial_inplace */
5bd4f169
AM
879 0, /* src_mask */
880 0xffff, /* dst_mask */
b34976b6 881 FALSE), /* pcrel_offset */
5bd4f169
AM
882
883 /* The bits 48-63 of an address, plus 1 if the contents of the low
884 16 bits, treated as a signed number, is negative. */
885 HOWTO (R_PPC64_ADDR16_HIGHESTA,/* type */
886 48, /* rightshift */
887 1, /* size (0 = byte, 1 = short, 2 = long) */
888 16, /* bitsize */
b34976b6 889 FALSE, /* pc_relative */
5bd4f169
AM
890 0, /* bitpos */
891 complain_overflow_dont, /* complain_on_overflow */
805fc799 892 ppc64_elf_ha_reloc, /* special_function */
5bd4f169 893 "R_PPC64_ADDR16_HIGHESTA", /* name */
b34976b6 894 FALSE, /* partial_inplace */
5bd4f169
AM
895 0, /* src_mask */
896 0xffff, /* dst_mask */
b34976b6 897 FALSE), /* pcrel_offset */
5bd4f169
AM
898
899 /* Like ADDR64, but may be unaligned. */
900 HOWTO (R_PPC64_UADDR64, /* type */
901 0, /* rightshift */
902 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
903 64, /* bitsize */
b34976b6 904 FALSE, /* pc_relative */
5bd4f169
AM
905 0, /* bitpos */
906 complain_overflow_dont, /* complain_on_overflow */
907 bfd_elf_generic_reloc, /* special_function */
908 "R_PPC64_UADDR64", /* name */
b34976b6 909 FALSE, /* partial_inplace */
5bd4f169 910 0, /* src_mask */
f5e87a1d 911 ONES (64), /* dst_mask */
b34976b6 912 FALSE), /* pcrel_offset */
5bd4f169
AM
913
914 /* 64-bit relative relocation. */
915 HOWTO (R_PPC64_REL64, /* type */
916 0, /* rightshift */
917 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
918 64, /* bitsize */
b34976b6 919 TRUE, /* pc_relative */
5bd4f169
AM
920 0, /* bitpos */
921 complain_overflow_dont, /* complain_on_overflow */
922 bfd_elf_generic_reloc, /* special_function */
923 "R_PPC64_REL64", /* name */
b34976b6 924 FALSE, /* partial_inplace */
5bd4f169 925 0, /* src_mask */
f5e87a1d 926 ONES (64), /* dst_mask */
b34976b6 927 TRUE), /* pcrel_offset */
5bd4f169 928
cedb70c5 929 /* 64-bit relocation to the symbol's procedure linkage table. */
5bd4f169
AM
930 HOWTO (R_PPC64_PLT64, /* type */
931 0, /* rightshift */
932 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
933 64, /* bitsize */
b34976b6 934 FALSE, /* pc_relative */
5bd4f169
AM
935 0, /* bitpos */
936 complain_overflow_dont, /* complain_on_overflow */
805fc799 937 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 938 "R_PPC64_PLT64", /* name */
b34976b6 939 FALSE, /* partial_inplace */
5bd4f169 940 0, /* src_mask */
f5e87a1d 941 ONES (64), /* dst_mask */
b34976b6 942 FALSE), /* pcrel_offset */
5bd4f169
AM
943
944 /* 64-bit PC relative relocation to the symbol's procedure linkage
945 table. */
946 /* FIXME: R_PPC64_PLTREL64 not supported. */
947 HOWTO (R_PPC64_PLTREL64, /* type */
948 0, /* rightshift */
949 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
950 64, /* bitsize */
b34976b6 951 TRUE, /* pc_relative */
5bd4f169
AM
952 0, /* bitpos */
953 complain_overflow_dont, /* complain_on_overflow */
805fc799 954 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 955 "R_PPC64_PLTREL64", /* name */
b34976b6 956 FALSE, /* partial_inplace */
5bd4f169 957 0, /* src_mask */
f5e87a1d 958 ONES (64), /* dst_mask */
b34976b6 959 TRUE), /* pcrel_offset */
5bd4f169
AM
960
961 /* 16 bit TOC-relative relocation. */
962
963 /* R_PPC64_TOC16 47 half16* S + A - .TOC. */
964 HOWTO (R_PPC64_TOC16, /* type */
965 0, /* rightshift */
966 1, /* size (0 = byte, 1 = short, 2 = long) */
967 16, /* bitsize */
b34976b6 968 FALSE, /* pc_relative */
5bd4f169
AM
969 0, /* bitpos */
970 complain_overflow_signed, /* complain_on_overflow */
805fc799 971 ppc64_elf_toc_reloc, /* special_function */
5bd4f169 972 "R_PPC64_TOC16", /* name */
b34976b6 973 FALSE, /* partial_inplace */
5bd4f169
AM
974 0, /* src_mask */
975 0xffff, /* dst_mask */
b34976b6 976 FALSE), /* pcrel_offset */
5bd4f169
AM
977
978 /* 16 bit TOC-relative relocation without overflow. */
979
980 /* R_PPC64_TOC16_LO 48 half16 #lo (S + A - .TOC.) */
981 HOWTO (R_PPC64_TOC16_LO, /* type */
982 0, /* rightshift */
983 1, /* size (0 = byte, 1 = short, 2 = long) */
984 16, /* bitsize */
b34976b6 985 FALSE, /* pc_relative */
5bd4f169
AM
986 0, /* bitpos */
987 complain_overflow_dont, /* complain_on_overflow */
805fc799 988 ppc64_elf_toc_reloc, /* special_function */
5bd4f169 989 "R_PPC64_TOC16_LO", /* name */
b34976b6 990 FALSE, /* partial_inplace */
5bd4f169
AM
991 0, /* src_mask */
992 0xffff, /* dst_mask */
b34976b6 993 FALSE), /* pcrel_offset */
5bd4f169
AM
994
995 /* 16 bit TOC-relative relocation, high 16 bits. */
996
997 /* R_PPC64_TOC16_HI 49 half16 #hi (S + A - .TOC.) */
998 HOWTO (R_PPC64_TOC16_HI, /* type */
999 16, /* rightshift */
1000 1, /* size (0 = byte, 1 = short, 2 = long) */
1001 16, /* bitsize */
b34976b6 1002 FALSE, /* pc_relative */
5bd4f169 1003 0, /* bitpos */
f9c6b907 1004 complain_overflow_signed, /* complain_on_overflow */
805fc799 1005 ppc64_elf_toc_reloc, /* special_function */
5bd4f169 1006 "R_PPC64_TOC16_HI", /* name */
b34976b6 1007 FALSE, /* partial_inplace */
5bd4f169
AM
1008 0, /* src_mask */
1009 0xffff, /* dst_mask */
b34976b6 1010 FALSE), /* pcrel_offset */
5bd4f169
AM
1011
1012 /* 16 bit TOC-relative relocation, high 16 bits, plus 1 if the
1013 contents of the low 16 bits, treated as a signed number, is
1014 negative. */
1015
1016 /* R_PPC64_TOC16_HA 50 half16 #ha (S + A - .TOC.) */
1017 HOWTO (R_PPC64_TOC16_HA, /* type */
1018 16, /* rightshift */
1019 1, /* size (0 = byte, 1 = short, 2 = long) */
1020 16, /* bitsize */
b34976b6 1021 FALSE, /* pc_relative */
5bd4f169 1022 0, /* bitpos */
f9c6b907 1023 complain_overflow_signed, /* complain_on_overflow */
805fc799 1024 ppc64_elf_toc_ha_reloc, /* special_function */
5bd4f169 1025 "R_PPC64_TOC16_HA", /* name */
b34976b6 1026 FALSE, /* partial_inplace */
5bd4f169
AM
1027 0, /* src_mask */
1028 0xffff, /* dst_mask */
b34976b6 1029 FALSE), /* pcrel_offset */
5bd4f169
AM
1030
1031 /* 64-bit relocation; insert value of TOC base (.TOC.). */
1032
1033 /* R_PPC64_TOC 51 doubleword64 .TOC. */
1034 HOWTO (R_PPC64_TOC, /* type */
1035 0, /* rightshift */
1036 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1037 64, /* bitsize */
b34976b6 1038 FALSE, /* pc_relative */
5bd4f169 1039 0, /* bitpos */
b80eed39 1040 complain_overflow_dont, /* complain_on_overflow */
805fc799 1041 ppc64_elf_toc64_reloc, /* special_function */
5bd4f169 1042 "R_PPC64_TOC", /* name */
b34976b6 1043 FALSE, /* partial_inplace */
5bd4f169 1044 0, /* src_mask */
f5e87a1d 1045 ONES (64), /* dst_mask */
b34976b6 1046 FALSE), /* pcrel_offset */
5bd4f169
AM
1047
1048 /* Like R_PPC64_GOT16, but also informs the link editor that the
1049 value to relocate may (!) refer to a PLT entry which the link
1050 editor (a) may replace with the symbol value. If the link editor
1051 is unable to fully resolve the symbol, it may (b) create a PLT
1052 entry and store the address to the new PLT entry in the GOT.
1053 This permits lazy resolution of function symbols at run time.
1054 The link editor may also skip all of this and just (c) emit a
1055 R_PPC64_GLOB_DAT to tie the symbol to the GOT entry. */
1056 /* FIXME: R_PPC64_PLTGOT16 not implemented. */
1057 HOWTO (R_PPC64_PLTGOT16, /* type */
1058 0, /* rightshift */
1059 1, /* size (0 = byte, 1 = short, 2 = long) */
1060 16, /* bitsize */
b34976b6 1061 FALSE, /* pc_relative */
5bd4f169
AM
1062 0, /* bitpos */
1063 complain_overflow_signed, /* complain_on_overflow */
805fc799 1064 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb
AM
1065 "R_PPC64_PLTGOT16", /* name */
1066 FALSE, /* partial_inplace */
1067 0, /* src_mask */
1068 0xffff, /* dst_mask */
1069 FALSE), /* pcrel_offset */
1070
1071 /* Like R_PPC64_PLTGOT16, but without overflow. */
1072 /* FIXME: R_PPC64_PLTGOT16_LO not implemented. */
1073 HOWTO (R_PPC64_PLTGOT16_LO, /* type */
1074 0, /* rightshift */
1075 1, /* size (0 = byte, 1 = short, 2 = long) */
1076 16, /* bitsize */
1077 FALSE, /* pc_relative */
1078 0, /* bitpos */
1079 complain_overflow_dont, /* complain_on_overflow */
1080 ppc64_elf_unhandled_reloc, /* special_function */
1081 "R_PPC64_PLTGOT16_LO", /* name */
1082 FALSE, /* partial_inplace */
1083 0, /* src_mask */
1084 0xffff, /* dst_mask */
1085 FALSE), /* pcrel_offset */
1086
1087 /* Like R_PPC64_PLT_GOT16, but using bits 16-31 of the address. */
1088 /* FIXME: R_PPC64_PLTGOT16_HI not implemented. */
1089 HOWTO (R_PPC64_PLTGOT16_HI, /* type */
1090 16, /* rightshift */
1091 1, /* size (0 = byte, 1 = short, 2 = long) */
1092 16, /* bitsize */
1093 FALSE, /* pc_relative */
1094 0, /* bitpos */
f9c6b907 1095 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1096 ppc64_elf_unhandled_reloc, /* special_function */
1097 "R_PPC64_PLTGOT16_HI", /* name */
1098 FALSE, /* partial_inplace */
1099 0, /* src_mask */
1100 0xffff, /* dst_mask */
1101 FALSE), /* pcrel_offset */
1102
1103 /* Like R_PPC64_PLT_GOT16, but using bits 16-31 of the address, plus
1104 1 if the contents of the low 16 bits, treated as a signed number,
1105 is negative. */
1106 /* FIXME: R_PPC64_PLTGOT16_HA not implemented. */
1107 HOWTO (R_PPC64_PLTGOT16_HA, /* type */
1108 16, /* rightshift */
1109 1, /* size (0 = byte, 1 = short, 2 = long) */
1110 16, /* bitsize */
1111 FALSE, /* pc_relative */
1112 0, /* bitpos */
f9c6b907 1113 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1114 ppc64_elf_unhandled_reloc, /* special_function */
1115 "R_PPC64_PLTGOT16_HA", /* name */
1116 FALSE, /* partial_inplace */
1117 0, /* src_mask */
1118 0xffff, /* dst_mask */
1119 FALSE), /* pcrel_offset */
1120
1121 /* Like R_PPC64_ADDR16, but for instructions with a DS field. */
1122 HOWTO (R_PPC64_ADDR16_DS, /* type */
1123 0, /* rightshift */
1124 1, /* size (0 = byte, 1 = short, 2 = long) */
1125 16, /* bitsize */
1126 FALSE, /* pc_relative */
1127 0, /* bitpos */
b80eed39 1128 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1129 bfd_elf_generic_reloc, /* special_function */
1130 "R_PPC64_ADDR16_DS", /* name */
1131 FALSE, /* partial_inplace */
1132 0, /* src_mask */
1133 0xfffc, /* dst_mask */
1134 FALSE), /* pcrel_offset */
1135
1136 /* Like R_PPC64_ADDR16_LO, but for instructions with a DS field. */
1137 HOWTO (R_PPC64_ADDR16_LO_DS, /* type */
1138 0, /* rightshift */
1139 1, /* size (0 = byte, 1 = short, 2 = long) */
1140 16, /* bitsize */
1141 FALSE, /* pc_relative */
1142 0, /* bitpos */
1143 complain_overflow_dont,/* complain_on_overflow */
1144 bfd_elf_generic_reloc, /* special_function */
1145 "R_PPC64_ADDR16_LO_DS",/* name */
1146 FALSE, /* partial_inplace */
1147 0, /* src_mask */
1148 0xfffc, /* dst_mask */
1149 FALSE), /* pcrel_offset */
1150
1151 /* Like R_PPC64_GOT16, but for instructions with a DS field. */
1152 HOWTO (R_PPC64_GOT16_DS, /* type */
1153 0, /* rightshift */
1154 1, /* size (0 = byte, 1 = short, 2 = long) */
1155 16, /* bitsize */
1156 FALSE, /* pc_relative */
1157 0, /* bitpos */
1158 complain_overflow_signed, /* complain_on_overflow */
1159 ppc64_elf_unhandled_reloc, /* special_function */
1160 "R_PPC64_GOT16_DS", /* name */
1161 FALSE, /* partial_inplace */
1162 0, /* src_mask */
1163 0xfffc, /* dst_mask */
1164 FALSE), /* pcrel_offset */
1165
1166 /* Like R_PPC64_GOT16_LO, but for instructions with a DS field. */
1167 HOWTO (R_PPC64_GOT16_LO_DS, /* type */
1168 0, /* rightshift */
1169 1, /* size (0 = byte, 1 = short, 2 = long) */
1170 16, /* bitsize */
1171 FALSE, /* pc_relative */
1172 0, /* bitpos */
1173 complain_overflow_dont, /* complain_on_overflow */
1174 ppc64_elf_unhandled_reloc, /* special_function */
1175 "R_PPC64_GOT16_LO_DS", /* name */
1176 FALSE, /* partial_inplace */
1177 0, /* src_mask */
1178 0xfffc, /* dst_mask */
1179 FALSE), /* pcrel_offset */
1180
1181 /* Like R_PPC64_PLT16_LO, but for instructions with a DS field. */
1182 HOWTO (R_PPC64_PLT16_LO_DS, /* type */
1183 0, /* rightshift */
1184 1, /* size (0 = byte, 1 = short, 2 = long) */
1185 16, /* bitsize */
1186 FALSE, /* pc_relative */
1187 0, /* bitpos */
1188 complain_overflow_dont, /* complain_on_overflow */
1189 ppc64_elf_unhandled_reloc, /* special_function */
1190 "R_PPC64_PLT16_LO_DS", /* name */
1191 FALSE, /* partial_inplace */
1192 0, /* src_mask */
1193 0xfffc, /* dst_mask */
1194 FALSE), /* pcrel_offset */
1195
1196 /* Like R_PPC64_SECTOFF, but for instructions with a DS field. */
1197 HOWTO (R_PPC64_SECTOFF_DS, /* type */
1198 0, /* rightshift */
1199 1, /* size (0 = byte, 1 = short, 2 = long) */
1200 16, /* bitsize */
1201 FALSE, /* pc_relative */
1202 0, /* bitpos */
b80eed39 1203 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1204 ppc64_elf_sectoff_reloc, /* special_function */
1205 "R_PPC64_SECTOFF_DS", /* name */
1206 FALSE, /* partial_inplace */
1207 0, /* src_mask */
1208 0xfffc, /* dst_mask */
1209 FALSE), /* pcrel_offset */
1210
1211 /* Like R_PPC64_SECTOFF_LO, but for instructions with a DS field. */
1212 HOWTO (R_PPC64_SECTOFF_LO_DS, /* type */
1213 0, /* rightshift */
1214 1, /* size (0 = byte, 1 = short, 2 = long) */
1215 16, /* bitsize */
1216 FALSE, /* pc_relative */
1217 0, /* bitpos */
1218 complain_overflow_dont, /* complain_on_overflow */
1219 ppc64_elf_sectoff_reloc, /* special_function */
1220 "R_PPC64_SECTOFF_LO_DS",/* name */
1221 FALSE, /* partial_inplace */
1222 0, /* src_mask */
1223 0xfffc, /* dst_mask */
1224 FALSE), /* pcrel_offset */
1225
1226 /* Like R_PPC64_TOC16, but for instructions with a DS field. */
1227 HOWTO (R_PPC64_TOC16_DS, /* type */
1228 0, /* rightshift */
1229 1, /* size (0 = byte, 1 = short, 2 = long) */
1230 16, /* bitsize */
1231 FALSE, /* pc_relative */
1232 0, /* bitpos */
1233 complain_overflow_signed, /* complain_on_overflow */
1234 ppc64_elf_toc_reloc, /* special_function */
1235 "R_PPC64_TOC16_DS", /* name */
1236 FALSE, /* partial_inplace */
1237 0, /* src_mask */
1238 0xfffc, /* dst_mask */
1239 FALSE), /* pcrel_offset */
1240
1241 /* Like R_PPC64_TOC16_LO, but for instructions with a DS field. */
1242 HOWTO (R_PPC64_TOC16_LO_DS, /* type */
1243 0, /* rightshift */
1244 1, /* size (0 = byte, 1 = short, 2 = long) */
1245 16, /* bitsize */
1246 FALSE, /* pc_relative */
1247 0, /* bitpos */
1248 complain_overflow_dont, /* complain_on_overflow */
1249 ppc64_elf_toc_reloc, /* special_function */
1250 "R_PPC64_TOC16_LO_DS", /* name */
1251 FALSE, /* partial_inplace */
1252 0, /* src_mask */
1253 0xfffc, /* dst_mask */
1254 FALSE), /* pcrel_offset */
1255
1256 /* Like R_PPC64_PLTGOT16, but for instructions with a DS field. */
1257 /* FIXME: R_PPC64_PLTGOT16_DS not implemented. */
6bfdb61b 1258 HOWTO (R_PPC64_PLTGOT16_DS, /* type */
411e1bfb
AM
1259 0, /* rightshift */
1260 1, /* size (0 = byte, 1 = short, 2 = long) */
1261 16, /* bitsize */
1262 FALSE, /* pc_relative */
1263 0, /* bitpos */
1264 complain_overflow_signed, /* complain_on_overflow */
1265 ppc64_elf_unhandled_reloc, /* special_function */
1266 "R_PPC64_PLTGOT16_DS", /* name */
1267 FALSE, /* partial_inplace */
1268 0, /* src_mask */
1269 0xfffc, /* dst_mask */
1270 FALSE), /* pcrel_offset */
1271
1272 /* Like R_PPC64_PLTGOT16_LO, but for instructions with a DS field. */
1273 /* FIXME: R_PPC64_PLTGOT16_LO not implemented. */
1274 HOWTO (R_PPC64_PLTGOT16_LO_DS,/* type */
1275 0, /* rightshift */
1276 1, /* size (0 = byte, 1 = short, 2 = long) */
1277 16, /* bitsize */
1278 FALSE, /* pc_relative */
1279 0, /* bitpos */
1280 complain_overflow_dont, /* complain_on_overflow */
1281 ppc64_elf_unhandled_reloc, /* special_function */
1282 "R_PPC64_PLTGOT16_LO_DS",/* name */
1283 FALSE, /* partial_inplace */
1284 0, /* src_mask */
1285 0xfffc, /* dst_mask */
1286 FALSE), /* pcrel_offset */
1287
727fc41e 1288 /* Marker relocs for TLS. */
411e1bfb
AM
1289 HOWTO (R_PPC64_TLS,
1290 0, /* rightshift */
1291 2, /* size (0 = byte, 1 = short, 2 = long) */
1292 32, /* bitsize */
1293 FALSE, /* pc_relative */
1294 0, /* bitpos */
1295 complain_overflow_dont, /* complain_on_overflow */
1296 bfd_elf_generic_reloc, /* special_function */
1297 "R_PPC64_TLS", /* name */
1298 FALSE, /* partial_inplace */
1299 0, /* src_mask */
1300 0, /* dst_mask */
1301 FALSE), /* pcrel_offset */
1302
727fc41e
AM
1303 HOWTO (R_PPC64_TLSGD,
1304 0, /* rightshift */
1305 2, /* size (0 = byte, 1 = short, 2 = long) */
1306 32, /* bitsize */
1307 FALSE, /* pc_relative */
1308 0, /* bitpos */
1309 complain_overflow_dont, /* complain_on_overflow */
1310 bfd_elf_generic_reloc, /* special_function */
1311 "R_PPC64_TLSGD", /* name */
1312 FALSE, /* partial_inplace */
1313 0, /* src_mask */
1314 0, /* dst_mask */
1315 FALSE), /* pcrel_offset */
1316
1317 HOWTO (R_PPC64_TLSLD,
1318 0, /* rightshift */
1319 2, /* size (0 = byte, 1 = short, 2 = long) */
1320 32, /* bitsize */
1321 FALSE, /* pc_relative */
1322 0, /* bitpos */
1323 complain_overflow_dont, /* complain_on_overflow */
1324 bfd_elf_generic_reloc, /* special_function */
1325 "R_PPC64_TLSLD", /* name */
1326 FALSE, /* partial_inplace */
1327 0, /* src_mask */
1328 0, /* dst_mask */
1329 FALSE), /* pcrel_offset */
1330
3b421ab3
AM
1331 HOWTO (R_PPC64_TOCSAVE,
1332 0, /* rightshift */
1333 2, /* size (0 = byte, 1 = short, 2 = long) */
1334 32, /* bitsize */
1335 FALSE, /* pc_relative */
1336 0, /* bitpos */
1337 complain_overflow_dont, /* complain_on_overflow */
1338 bfd_elf_generic_reloc, /* special_function */
1339 "R_PPC64_TOCSAVE", /* name */
1340 FALSE, /* partial_inplace */
1341 0, /* src_mask */
1342 0, /* dst_mask */
1343 FALSE), /* pcrel_offset */
1344
411e1bfb
AM
1345 /* Computes the load module index of the load module that contains the
1346 definition of its TLS sym. */
1347 HOWTO (R_PPC64_DTPMOD64,
1348 0, /* rightshift */
1349 4, /* size (0 = byte, 1 = short, 2 = long) */
1350 64, /* bitsize */
1351 FALSE, /* pc_relative */
1352 0, /* bitpos */
1353 complain_overflow_dont, /* complain_on_overflow */
1354 ppc64_elf_unhandled_reloc, /* special_function */
1355 "R_PPC64_DTPMOD64", /* name */
1356 FALSE, /* partial_inplace */
1357 0, /* src_mask */
1358 ONES (64), /* dst_mask */
1359 FALSE), /* pcrel_offset */
1360
1361 /* Computes a dtv-relative displacement, the difference between the value
1362 of sym+add and the base address of the thread-local storage block that
1363 contains the definition of sym, minus 0x8000. */
1364 HOWTO (R_PPC64_DTPREL64,
1365 0, /* rightshift */
1366 4, /* size (0 = byte, 1 = short, 2 = long) */
1367 64, /* bitsize */
1368 FALSE, /* pc_relative */
1369 0, /* bitpos */
1370 complain_overflow_dont, /* complain_on_overflow */
1371 ppc64_elf_unhandled_reloc, /* special_function */
1372 "R_PPC64_DTPREL64", /* name */
1373 FALSE, /* partial_inplace */
1374 0, /* src_mask */
1375 ONES (64), /* dst_mask */
1376 FALSE), /* pcrel_offset */
1377
1378 /* A 16 bit dtprel reloc. */
1379 HOWTO (R_PPC64_DTPREL16,
1380 0, /* rightshift */
1381 1, /* size (0 = byte, 1 = short, 2 = long) */
1382 16, /* bitsize */
1383 FALSE, /* pc_relative */
1384 0, /* bitpos */
1385 complain_overflow_signed, /* complain_on_overflow */
1386 ppc64_elf_unhandled_reloc, /* special_function */
1387 "R_PPC64_DTPREL16", /* name */
1388 FALSE, /* partial_inplace */
1389 0, /* src_mask */
1390 0xffff, /* dst_mask */
1391 FALSE), /* pcrel_offset */
1392
1393 /* Like DTPREL16, but no overflow. */
1394 HOWTO (R_PPC64_DTPREL16_LO,
1395 0, /* rightshift */
1396 1, /* size (0 = byte, 1 = short, 2 = long) */
1397 16, /* bitsize */
1398 FALSE, /* pc_relative */
1399 0, /* bitpos */
1400 complain_overflow_dont, /* complain_on_overflow */
1401 ppc64_elf_unhandled_reloc, /* special_function */
1402 "R_PPC64_DTPREL16_LO", /* name */
1403 FALSE, /* partial_inplace */
1404 0, /* src_mask */
1405 0xffff, /* dst_mask */
1406 FALSE), /* pcrel_offset */
1407
1408 /* Like DTPREL16_LO, but next higher group of 16 bits. */
1409 HOWTO (R_PPC64_DTPREL16_HI,
1410 16, /* rightshift */
1411 1, /* size (0 = byte, 1 = short, 2 = long) */
1412 16, /* bitsize */
1413 FALSE, /* pc_relative */
1414 0, /* bitpos */
f9c6b907 1415 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1416 ppc64_elf_unhandled_reloc, /* special_function */
1417 "R_PPC64_DTPREL16_HI", /* name */
1418 FALSE, /* partial_inplace */
1419 0, /* src_mask */
1420 0xffff, /* dst_mask */
1421 FALSE), /* pcrel_offset */
1422
1423 /* Like DTPREL16_HI, but adjust for low 16 bits. */
1424 HOWTO (R_PPC64_DTPREL16_HA,
1425 16, /* rightshift */
1426 1, /* size (0 = byte, 1 = short, 2 = long) */
1427 16, /* bitsize */
1428 FALSE, /* pc_relative */
1429 0, /* bitpos */
f9c6b907 1430 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1431 ppc64_elf_unhandled_reloc, /* special_function */
1432 "R_PPC64_DTPREL16_HA", /* name */
1433 FALSE, /* partial_inplace */
1434 0, /* src_mask */
1435 0xffff, /* dst_mask */
1436 FALSE), /* pcrel_offset */
1437
1438 /* Like DTPREL16_HI, but next higher group of 16 bits. */
1439 HOWTO (R_PPC64_DTPREL16_HIGHER,
1440 32, /* rightshift */
1441 1, /* size (0 = byte, 1 = short, 2 = long) */
1442 16, /* bitsize */
1443 FALSE, /* pc_relative */
1444 0, /* bitpos */
1445 complain_overflow_dont, /* complain_on_overflow */
1446 ppc64_elf_unhandled_reloc, /* special_function */
1447 "R_PPC64_DTPREL16_HIGHER", /* name */
1448 FALSE, /* partial_inplace */
1449 0, /* src_mask */
1450 0xffff, /* dst_mask */
1451 FALSE), /* pcrel_offset */
1452
1453 /* Like DTPREL16_HIGHER, but adjust for low 16 bits. */
1454 HOWTO (R_PPC64_DTPREL16_HIGHERA,
1455 32, /* rightshift */
1456 1, /* size (0 = byte, 1 = short, 2 = long) */
1457 16, /* bitsize */
1458 FALSE, /* pc_relative */
1459 0, /* bitpos */
1460 complain_overflow_dont, /* complain_on_overflow */
1461 ppc64_elf_unhandled_reloc, /* special_function */
1462 "R_PPC64_DTPREL16_HIGHERA", /* name */
1463 FALSE, /* partial_inplace */
1464 0, /* src_mask */
1465 0xffff, /* dst_mask */
1466 FALSE), /* pcrel_offset */
1467
1468 /* Like DTPREL16_HIGHER, but next higher group of 16 bits. */
1469 HOWTO (R_PPC64_DTPREL16_HIGHEST,
1470 48, /* rightshift */
1471 1, /* size (0 = byte, 1 = short, 2 = long) */
1472 16, /* bitsize */
1473 FALSE, /* pc_relative */
1474 0, /* bitpos */
1475 complain_overflow_dont, /* complain_on_overflow */
1476 ppc64_elf_unhandled_reloc, /* special_function */
1477 "R_PPC64_DTPREL16_HIGHEST", /* name */
1478 FALSE, /* partial_inplace */
1479 0, /* src_mask */
1480 0xffff, /* dst_mask */
1481 FALSE), /* pcrel_offset */
1482
1483 /* Like DTPREL16_HIGHEST, but adjust for low 16 bits. */
1484 HOWTO (R_PPC64_DTPREL16_HIGHESTA,
1485 48, /* rightshift */
1486 1, /* size (0 = byte, 1 = short, 2 = long) */
1487 16, /* bitsize */
1488 FALSE, /* pc_relative */
1489 0, /* bitpos */
1490 complain_overflow_dont, /* complain_on_overflow */
1491 ppc64_elf_unhandled_reloc, /* special_function */
1492 "R_PPC64_DTPREL16_HIGHESTA", /* name */
1493 FALSE, /* partial_inplace */
1494 0, /* src_mask */
1495 0xffff, /* dst_mask */
1496 FALSE), /* pcrel_offset */
1497
1498 /* Like DTPREL16, but for insns with a DS field. */
1499 HOWTO (R_PPC64_DTPREL16_DS,
1500 0, /* rightshift */
1501 1, /* size (0 = byte, 1 = short, 2 = long) */
1502 16, /* bitsize */
1503 FALSE, /* pc_relative */
1504 0, /* bitpos */
1505 complain_overflow_signed, /* complain_on_overflow */
1506 ppc64_elf_unhandled_reloc, /* special_function */
1507 "R_PPC64_DTPREL16_DS", /* name */
1508 FALSE, /* partial_inplace */
1509 0, /* src_mask */
1510 0xfffc, /* dst_mask */
1511 FALSE), /* pcrel_offset */
1512
1513 /* Like DTPREL16_DS, but no overflow. */
1514 HOWTO (R_PPC64_DTPREL16_LO_DS,
1515 0, /* rightshift */
1516 1, /* size (0 = byte, 1 = short, 2 = long) */
1517 16, /* bitsize */
1518 FALSE, /* pc_relative */
1519 0, /* bitpos */
1520 complain_overflow_dont, /* complain_on_overflow */
1521 ppc64_elf_unhandled_reloc, /* special_function */
1522 "R_PPC64_DTPREL16_LO_DS", /* name */
1523 FALSE, /* partial_inplace */
1524 0, /* src_mask */
1525 0xfffc, /* dst_mask */
1526 FALSE), /* pcrel_offset */
1527
1528 /* Computes a tp-relative displacement, the difference between the value of
1529 sym+add and the value of the thread pointer (r13). */
1530 HOWTO (R_PPC64_TPREL64,
1531 0, /* rightshift */
1532 4, /* size (0 = byte, 1 = short, 2 = long) */
1533 64, /* bitsize */
1534 FALSE, /* pc_relative */
1535 0, /* bitpos */
1536 complain_overflow_dont, /* complain_on_overflow */
1537 ppc64_elf_unhandled_reloc, /* special_function */
1538 "R_PPC64_TPREL64", /* name */
1539 FALSE, /* partial_inplace */
1540 0, /* src_mask */
1541 ONES (64), /* dst_mask */
1542 FALSE), /* pcrel_offset */
1543
1544 /* A 16 bit tprel reloc. */
1545 HOWTO (R_PPC64_TPREL16,
1546 0, /* rightshift */
1547 1, /* size (0 = byte, 1 = short, 2 = long) */
1548 16, /* bitsize */
1549 FALSE, /* pc_relative */
1550 0, /* bitpos */
1551 complain_overflow_signed, /* complain_on_overflow */
1552 ppc64_elf_unhandled_reloc, /* special_function */
1553 "R_PPC64_TPREL16", /* name */
1554 FALSE, /* partial_inplace */
1555 0, /* src_mask */
1556 0xffff, /* dst_mask */
1557 FALSE), /* pcrel_offset */
1558
1559 /* Like TPREL16, but no overflow. */
1560 HOWTO (R_PPC64_TPREL16_LO,
1561 0, /* rightshift */
1562 1, /* size (0 = byte, 1 = short, 2 = long) */
1563 16, /* bitsize */
1564 FALSE, /* pc_relative */
1565 0, /* bitpos */
1566 complain_overflow_dont, /* complain_on_overflow */
1567 ppc64_elf_unhandled_reloc, /* special_function */
1568 "R_PPC64_TPREL16_LO", /* name */
1569 FALSE, /* partial_inplace */
1570 0, /* src_mask */
1571 0xffff, /* dst_mask */
1572 FALSE), /* pcrel_offset */
1573
1574 /* Like TPREL16_LO, but next higher group of 16 bits. */
1575 HOWTO (R_PPC64_TPREL16_HI,
1576 16, /* rightshift */
1577 1, /* size (0 = byte, 1 = short, 2 = long) */
1578 16, /* bitsize */
1579 FALSE, /* pc_relative */
1580 0, /* bitpos */
f9c6b907 1581 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1582 ppc64_elf_unhandled_reloc, /* special_function */
1583 "R_PPC64_TPREL16_HI", /* name */
1584 FALSE, /* partial_inplace */
1585 0, /* src_mask */
1586 0xffff, /* dst_mask */
1587 FALSE), /* pcrel_offset */
1588
1589 /* Like TPREL16_HI, but adjust for low 16 bits. */
1590 HOWTO (R_PPC64_TPREL16_HA,
1591 16, /* rightshift */
1592 1, /* size (0 = byte, 1 = short, 2 = long) */
1593 16, /* bitsize */
1594 FALSE, /* pc_relative */
1595 0, /* bitpos */
f9c6b907 1596 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1597 ppc64_elf_unhandled_reloc, /* special_function */
1598 "R_PPC64_TPREL16_HA", /* name */
1599 FALSE, /* partial_inplace */
1600 0, /* src_mask */
1601 0xffff, /* dst_mask */
1602 FALSE), /* pcrel_offset */
1603
1604 /* Like TPREL16_HI, but next higher group of 16 bits. */
1605 HOWTO (R_PPC64_TPREL16_HIGHER,
1606 32, /* rightshift */
1607 1, /* size (0 = byte, 1 = short, 2 = long) */
1608 16, /* bitsize */
1609 FALSE, /* pc_relative */
1610 0, /* bitpos */
1611 complain_overflow_dont, /* complain_on_overflow */
1612 ppc64_elf_unhandled_reloc, /* special_function */
1613 "R_PPC64_TPREL16_HIGHER", /* name */
1614 FALSE, /* partial_inplace */
1615 0, /* src_mask */
1616 0xffff, /* dst_mask */
1617 FALSE), /* pcrel_offset */
1618
1619 /* Like TPREL16_HIGHER, but adjust for low 16 bits. */
1620 HOWTO (R_PPC64_TPREL16_HIGHERA,
1621 32, /* rightshift */
1622 1, /* size (0 = byte, 1 = short, 2 = long) */
1623 16, /* bitsize */
1624 FALSE, /* pc_relative */
1625 0, /* bitpos */
1626 complain_overflow_dont, /* complain_on_overflow */
1627 ppc64_elf_unhandled_reloc, /* special_function */
1628 "R_PPC64_TPREL16_HIGHERA", /* name */
1629 FALSE, /* partial_inplace */
1630 0, /* src_mask */
1631 0xffff, /* dst_mask */
1632 FALSE), /* pcrel_offset */
1633
1634 /* Like TPREL16_HIGHER, but next higher group of 16 bits. */
1635 HOWTO (R_PPC64_TPREL16_HIGHEST,
1636 48, /* rightshift */
1637 1, /* size (0 = byte, 1 = short, 2 = long) */
1638 16, /* bitsize */
1639 FALSE, /* pc_relative */
1640 0, /* bitpos */
1641 complain_overflow_dont, /* complain_on_overflow */
1642 ppc64_elf_unhandled_reloc, /* special_function */
1643 "R_PPC64_TPREL16_HIGHEST", /* name */
1644 FALSE, /* partial_inplace */
1645 0, /* src_mask */
1646 0xffff, /* dst_mask */
1647 FALSE), /* pcrel_offset */
1648
1649 /* Like TPREL16_HIGHEST, but adjust for low 16 bits. */
1650 HOWTO (R_PPC64_TPREL16_HIGHESTA,
1651 48, /* rightshift */
1652 1, /* size (0 = byte, 1 = short, 2 = long) */
1653 16, /* bitsize */
1654 FALSE, /* pc_relative */
1655 0, /* bitpos */
1656 complain_overflow_dont, /* complain_on_overflow */
1657 ppc64_elf_unhandled_reloc, /* special_function */
1658 "R_PPC64_TPREL16_HIGHESTA", /* name */
1659 FALSE, /* partial_inplace */
1660 0, /* src_mask */
1661 0xffff, /* dst_mask */
1662 FALSE), /* pcrel_offset */
1663
1664 /* Like TPREL16, but for insns with a DS field. */
1665 HOWTO (R_PPC64_TPREL16_DS,
1666 0, /* rightshift */
1667 1, /* size (0 = byte, 1 = short, 2 = long) */
1668 16, /* bitsize */
1669 FALSE, /* pc_relative */
1670 0, /* bitpos */
1671 complain_overflow_signed, /* complain_on_overflow */
1672 ppc64_elf_unhandled_reloc, /* special_function */
1673 "R_PPC64_TPREL16_DS", /* name */
1674 FALSE, /* partial_inplace */
1675 0, /* src_mask */
1676 0xfffc, /* dst_mask */
1677 FALSE), /* pcrel_offset */
1678
1679 /* Like TPREL16_DS, but no overflow. */
1680 HOWTO (R_PPC64_TPREL16_LO_DS,
1681 0, /* rightshift */
1682 1, /* size (0 = byte, 1 = short, 2 = long) */
1683 16, /* bitsize */
1684 FALSE, /* pc_relative */
1685 0, /* bitpos */
1686 complain_overflow_dont, /* complain_on_overflow */
1687 ppc64_elf_unhandled_reloc, /* special_function */
1688 "R_PPC64_TPREL16_LO_DS", /* name */
1689 FALSE, /* partial_inplace */
1690 0, /* src_mask */
1691 0xfffc, /* dst_mask */
1692 FALSE), /* pcrel_offset */
1693
1694 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
1695 with values (sym+add)@dtpmod and (sym+add)@dtprel, and computes the offset
1696 to the first entry relative to the TOC base (r2). */
1697 HOWTO (R_PPC64_GOT_TLSGD16,
1698 0, /* rightshift */
1699 1, /* size (0 = byte, 1 = short, 2 = long) */
1700 16, /* bitsize */
1701 FALSE, /* pc_relative */
1702 0, /* bitpos */
1703 complain_overflow_signed, /* complain_on_overflow */
1704 ppc64_elf_unhandled_reloc, /* special_function */
1705 "R_PPC64_GOT_TLSGD16", /* name */
b34976b6 1706 FALSE, /* partial_inplace */
5bd4f169
AM
1707 0, /* src_mask */
1708 0xffff, /* dst_mask */
b34976b6 1709 FALSE), /* pcrel_offset */
5bd4f169 1710
411e1bfb
AM
1711 /* Like GOT_TLSGD16, but no overflow. */
1712 HOWTO (R_PPC64_GOT_TLSGD16_LO,
5bd4f169
AM
1713 0, /* rightshift */
1714 1, /* size (0 = byte, 1 = short, 2 = long) */
1715 16, /* bitsize */
b34976b6 1716 FALSE, /* pc_relative */
5bd4f169
AM
1717 0, /* bitpos */
1718 complain_overflow_dont, /* complain_on_overflow */
805fc799 1719 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1720 "R_PPC64_GOT_TLSGD16_LO", /* name */
b34976b6 1721 FALSE, /* partial_inplace */
5bd4f169
AM
1722 0, /* src_mask */
1723 0xffff, /* dst_mask */
b34976b6 1724 FALSE), /* pcrel_offset */
5bd4f169 1725
411e1bfb
AM
1726 /* Like GOT_TLSGD16_LO, but next higher group of 16 bits. */
1727 HOWTO (R_PPC64_GOT_TLSGD16_HI,
5bd4f169
AM
1728 16, /* rightshift */
1729 1, /* size (0 = byte, 1 = short, 2 = long) */
1730 16, /* bitsize */
b34976b6 1731 FALSE, /* pc_relative */
5bd4f169 1732 0, /* bitpos */
f9c6b907 1733 complain_overflow_signed, /* complain_on_overflow */
805fc799 1734 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1735 "R_PPC64_GOT_TLSGD16_HI", /* name */
b34976b6 1736 FALSE, /* partial_inplace */
5bd4f169
AM
1737 0, /* src_mask */
1738 0xffff, /* dst_mask */
b34976b6 1739 FALSE), /* pcrel_offset */
5bd4f169 1740
411e1bfb
AM
1741 /* Like GOT_TLSGD16_HI, but adjust for low 16 bits. */
1742 HOWTO (R_PPC64_GOT_TLSGD16_HA,
5bd4f169
AM
1743 16, /* rightshift */
1744 1, /* size (0 = byte, 1 = short, 2 = long) */
1745 16, /* bitsize */
b34976b6 1746 FALSE, /* pc_relative */
5bd4f169 1747 0, /* bitpos */
f9c6b907 1748 complain_overflow_signed, /* complain_on_overflow */
805fc799 1749 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1750 "R_PPC64_GOT_TLSGD16_HA", /* name */
b34976b6 1751 FALSE, /* partial_inplace */
5bd4f169
AM
1752 0, /* src_mask */
1753 0xffff, /* dst_mask */
b34976b6 1754 FALSE), /* pcrel_offset */
5bd4f169 1755
411e1bfb
AM
1756 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
1757 with values (sym+add)@dtpmod and zero, and computes the offset to the
1758 first entry relative to the TOC base (r2). */
1759 HOWTO (R_PPC64_GOT_TLSLD16,
5bd4f169
AM
1760 0, /* rightshift */
1761 1, /* size (0 = byte, 1 = short, 2 = long) */
1762 16, /* bitsize */
b34976b6 1763 FALSE, /* pc_relative */
5bd4f169 1764 0, /* bitpos */
411e1bfb
AM
1765 complain_overflow_signed, /* complain_on_overflow */
1766 ppc64_elf_unhandled_reloc, /* special_function */
1767 "R_PPC64_GOT_TLSLD16", /* name */
b34976b6 1768 FALSE, /* partial_inplace */
d006db6c 1769 0, /* src_mask */
411e1bfb 1770 0xffff, /* dst_mask */
b34976b6 1771 FALSE), /* pcrel_offset */
5bd4f169 1772
411e1bfb
AM
1773 /* Like GOT_TLSLD16, but no overflow. */
1774 HOWTO (R_PPC64_GOT_TLSLD16_LO,
5bd4f169
AM
1775 0, /* rightshift */
1776 1, /* size (0 = byte, 1 = short, 2 = long) */
1777 16, /* bitsize */
b34976b6 1778 FALSE, /* pc_relative */
5bd4f169 1779 0, /* bitpos */
411e1bfb
AM
1780 complain_overflow_dont, /* complain_on_overflow */
1781 ppc64_elf_unhandled_reloc, /* special_function */
1782 "R_PPC64_GOT_TLSLD16_LO", /* name */
b34976b6 1783 FALSE, /* partial_inplace */
d006db6c 1784 0, /* src_mask */
411e1bfb 1785 0xffff, /* dst_mask */
b34976b6 1786 FALSE), /* pcrel_offset */
5bd4f169 1787
411e1bfb
AM
1788 /* Like GOT_TLSLD16_LO, but next higher group of 16 bits. */
1789 HOWTO (R_PPC64_GOT_TLSLD16_HI,
1790 16, /* rightshift */
5bd4f169
AM
1791 1, /* size (0 = byte, 1 = short, 2 = long) */
1792 16, /* bitsize */
b34976b6 1793 FALSE, /* pc_relative */
5bd4f169 1794 0, /* bitpos */
f9c6b907 1795 complain_overflow_signed, /* complain_on_overflow */
805fc799 1796 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1797 "R_PPC64_GOT_TLSLD16_HI", /* name */
b34976b6 1798 FALSE, /* partial_inplace */
d006db6c 1799 0, /* src_mask */
411e1bfb 1800 0xffff, /* dst_mask */
b34976b6 1801 FALSE), /* pcrel_offset */
5bd4f169 1802
411e1bfb
AM
1803 /* Like GOT_TLSLD16_HI, but adjust for low 16 bits. */
1804 HOWTO (R_PPC64_GOT_TLSLD16_HA,
1805 16, /* rightshift */
5bd4f169
AM
1806 1, /* size (0 = byte, 1 = short, 2 = long) */
1807 16, /* bitsize */
b34976b6 1808 FALSE, /* pc_relative */
5bd4f169 1809 0, /* bitpos */
f9c6b907 1810 complain_overflow_signed, /* complain_on_overflow */
805fc799 1811 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1812 "R_PPC64_GOT_TLSLD16_HA", /* name */
b34976b6 1813 FALSE, /* partial_inplace */
d006db6c 1814 0, /* src_mask */
411e1bfb 1815 0xffff, /* dst_mask */
b34976b6 1816 FALSE), /* pcrel_offset */
5bd4f169 1817
411e1bfb
AM
1818 /* Allocates an entry in the GOT with value (sym+add)@dtprel, and computes
1819 the offset to the entry relative to the TOC base (r2). */
1820 HOWTO (R_PPC64_GOT_DTPREL16_DS,
5bd4f169
AM
1821 0, /* rightshift */
1822 1, /* size (0 = byte, 1 = short, 2 = long) */
1823 16, /* bitsize */
b34976b6 1824 FALSE, /* pc_relative */
5bd4f169 1825 0, /* bitpos */
411e1bfb 1826 complain_overflow_signed, /* complain_on_overflow */
805fc799 1827 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1828 "R_PPC64_GOT_DTPREL16_DS", /* name */
b34976b6 1829 FALSE, /* partial_inplace */
d006db6c 1830 0, /* src_mask */
5bd4f169 1831 0xfffc, /* dst_mask */
b34976b6 1832 FALSE), /* pcrel_offset */
5bd4f169 1833
411e1bfb
AM
1834 /* Like GOT_DTPREL16_DS, but no overflow. */
1835 HOWTO (R_PPC64_GOT_DTPREL16_LO_DS,
5bd4f169 1836 0, /* rightshift */
c061c2d8
AM
1837 1, /* size (0 = byte, 1 = short, 2 = long) */
1838 16, /* bitsize */
b34976b6 1839 FALSE, /* pc_relative */
5bd4f169 1840 0, /* bitpos */
411e1bfb
AM
1841 complain_overflow_dont, /* complain_on_overflow */
1842 ppc64_elf_unhandled_reloc, /* special_function */
1843 "R_PPC64_GOT_DTPREL16_LO_DS", /* name */
b34976b6 1844 FALSE, /* partial_inplace */
d006db6c 1845 0, /* src_mask */
c061c2d8 1846 0xfffc, /* dst_mask */
b34976b6 1847 FALSE), /* pcrel_offset */
5bd4f169 1848
411e1bfb
AM
1849 /* Like GOT_DTPREL16_LO_DS, but next higher group of 16 bits. */
1850 HOWTO (R_PPC64_GOT_DTPREL16_HI,
1851 16, /* rightshift */
5bd4f169
AM
1852 1, /* size (0 = byte, 1 = short, 2 = long) */
1853 16, /* bitsize */
b34976b6 1854 FALSE, /* pc_relative */
5bd4f169 1855 0, /* bitpos */
f9c6b907 1856 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1857 ppc64_elf_unhandled_reloc, /* special_function */
1858 "R_PPC64_GOT_DTPREL16_HI", /* name */
b34976b6 1859 FALSE, /* partial_inplace */
d006db6c 1860 0, /* src_mask */
411e1bfb 1861 0xffff, /* dst_mask */
b34976b6 1862 FALSE), /* pcrel_offset */
5bd4f169 1863
411e1bfb
AM
1864 /* Like GOT_DTPREL16_HI, but adjust for low 16 bits. */
1865 HOWTO (R_PPC64_GOT_DTPREL16_HA,
1866 16, /* rightshift */
1867 1, /* size (0 = byte, 1 = short, 2 = long) */
1868 16, /* bitsize */
1869 FALSE, /* pc_relative */
1870 0, /* bitpos */
f9c6b907 1871 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1872 ppc64_elf_unhandled_reloc, /* special_function */
1873 "R_PPC64_GOT_DTPREL16_HA", /* name */
1874 FALSE, /* partial_inplace */
1875 0, /* src_mask */
1876 0xffff, /* dst_mask */
1877 FALSE), /* pcrel_offset */
1878
1879 /* Allocates an entry in the GOT with value (sym+add)@tprel, and computes the
1880 offset to the entry relative to the TOC base (r2). */
1881 HOWTO (R_PPC64_GOT_TPREL16_DS,
5bd4f169
AM
1882 0, /* rightshift */
1883 1, /* size (0 = byte, 1 = short, 2 = long) */
1884 16, /* bitsize */
b34976b6 1885 FALSE, /* pc_relative */
5bd4f169
AM
1886 0, /* bitpos */
1887 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1888 ppc64_elf_unhandled_reloc, /* special_function */
1889 "R_PPC64_GOT_TPREL16_DS", /* name */
b34976b6 1890 FALSE, /* partial_inplace */
d006db6c 1891 0, /* src_mask */
ad8e1ba5 1892 0xfffc, /* dst_mask */
b34976b6 1893 FALSE), /* pcrel_offset */
5bd4f169 1894
411e1bfb
AM
1895 /* Like GOT_TPREL16_DS, but no overflow. */
1896 HOWTO (R_PPC64_GOT_TPREL16_LO_DS,
5bd4f169
AM
1897 0, /* rightshift */
1898 1, /* size (0 = byte, 1 = short, 2 = long) */
1899 16, /* bitsize */
b34976b6 1900 FALSE, /* pc_relative */
5bd4f169
AM
1901 0, /* bitpos */
1902 complain_overflow_dont, /* complain_on_overflow */
411e1bfb
AM
1903 ppc64_elf_unhandled_reloc, /* special_function */
1904 "R_PPC64_GOT_TPREL16_LO_DS", /* name */
b34976b6 1905 FALSE, /* partial_inplace */
d006db6c 1906 0, /* src_mask */
ad8e1ba5 1907 0xfffc, /* dst_mask */
b34976b6 1908 FALSE), /* pcrel_offset */
5bd4f169 1909
411e1bfb
AM
1910 /* Like GOT_TPREL16_LO_DS, but next higher group of 16 bits. */
1911 HOWTO (R_PPC64_GOT_TPREL16_HI,
1912 16, /* rightshift */
5bd4f169
AM
1913 1, /* size (0 = byte, 1 = short, 2 = long) */
1914 16, /* bitsize */
b34976b6 1915 FALSE, /* pc_relative */
5bd4f169 1916 0, /* bitpos */
f9c6b907 1917 complain_overflow_signed, /* complain_on_overflow */
805fc799 1918 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1919 "R_PPC64_GOT_TPREL16_HI", /* name */
b34976b6 1920 FALSE, /* partial_inplace */
d006db6c 1921 0, /* src_mask */
411e1bfb 1922 0xffff, /* dst_mask */
b34976b6 1923 FALSE), /* pcrel_offset */
5bd4f169 1924
411e1bfb
AM
1925 /* Like GOT_TPREL16_HI, but adjust for low 16 bits. */
1926 HOWTO (R_PPC64_GOT_TPREL16_HA,
1927 16, /* rightshift */
5bd4f169
AM
1928 1, /* size (0 = byte, 1 = short, 2 = long) */
1929 16, /* bitsize */
b34976b6 1930 FALSE, /* pc_relative */
5bd4f169 1931 0, /* bitpos */
f9c6b907 1932 complain_overflow_signed, /* complain_on_overflow */
805fc799 1933 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1934 "R_PPC64_GOT_TPREL16_HA", /* name */
b34976b6 1935 FALSE, /* partial_inplace */
d006db6c 1936 0, /* src_mask */
411e1bfb 1937 0xffff, /* dst_mask */
b34976b6 1938 FALSE), /* pcrel_offset */
5bd4f169 1939
25f23106
AM
1940 HOWTO (R_PPC64_JMP_IREL, /* type */
1941 0, /* rightshift */
1942 0, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1943 0, /* bitsize */
1944 FALSE, /* pc_relative */
1945 0, /* bitpos */
1946 complain_overflow_dont, /* complain_on_overflow */
1947 ppc64_elf_unhandled_reloc, /* special_function */
1948 "R_PPC64_JMP_IREL", /* name */
1949 FALSE, /* partial_inplace */
1950 0, /* src_mask */
1951 0, /* dst_mask */
1952 FALSE), /* pcrel_offset */
1953
e054468f
AM
1954 HOWTO (R_PPC64_IRELATIVE, /* type */
1955 0, /* rightshift */
1956 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1957 64, /* bitsize */
1958 FALSE, /* pc_relative */
1959 0, /* bitpos */
1960 complain_overflow_dont, /* complain_on_overflow */
1961 bfd_elf_generic_reloc, /* special_function */
1962 "R_PPC64_IRELATIVE", /* name */
1963 FALSE, /* partial_inplace */
1964 0, /* src_mask */
1965 ONES (64), /* dst_mask */
1966 FALSE), /* pcrel_offset */
1967
25f23106
AM
1968 /* A 16 bit relative relocation. */
1969 HOWTO (R_PPC64_REL16, /* type */
1970 0, /* rightshift */
1971 1, /* size (0 = byte, 1 = short, 2 = long) */
1972 16, /* bitsize */
1973 TRUE, /* pc_relative */
1974 0, /* bitpos */
b80eed39 1975 complain_overflow_signed, /* complain_on_overflow */
25f23106
AM
1976 bfd_elf_generic_reloc, /* special_function */
1977 "R_PPC64_REL16", /* name */
1978 FALSE, /* partial_inplace */
1979 0, /* src_mask */
1980 0xffff, /* dst_mask */
1981 TRUE), /* pcrel_offset */
1982
1983 /* A 16 bit relative relocation without overflow. */
1984 HOWTO (R_PPC64_REL16_LO, /* type */
1985 0, /* rightshift */
1986 1, /* size (0 = byte, 1 = short, 2 = long) */
1987 16, /* bitsize */
1988 TRUE, /* pc_relative */
1989 0, /* bitpos */
1990 complain_overflow_dont,/* complain_on_overflow */
1991 bfd_elf_generic_reloc, /* special_function */
1992 "R_PPC64_REL16_LO", /* name */
1993 FALSE, /* partial_inplace */
1994 0, /* src_mask */
1995 0xffff, /* dst_mask */
1996 TRUE), /* pcrel_offset */
1997
1998 /* The high order 16 bits of a relative address. */
1999 HOWTO (R_PPC64_REL16_HI, /* type */
2000 16, /* rightshift */
2001 1, /* size (0 = byte, 1 = short, 2 = long) */
2002 16, /* bitsize */
2003 TRUE, /* pc_relative */
2004 0, /* bitpos */
f9c6b907 2005 complain_overflow_signed, /* complain_on_overflow */
25f23106
AM
2006 bfd_elf_generic_reloc, /* special_function */
2007 "R_PPC64_REL16_HI", /* name */
2008 FALSE, /* partial_inplace */
2009 0, /* src_mask */
2010 0xffff, /* dst_mask */
2011 TRUE), /* pcrel_offset */
2012
2013 /* The high order 16 bits of a relative address, plus 1 if the contents of
2014 the low 16 bits, treated as a signed number, is negative. */
2015 HOWTO (R_PPC64_REL16_HA, /* type */
2016 16, /* rightshift */
2017 1, /* size (0 = byte, 1 = short, 2 = long) */
2018 16, /* bitsize */
2019 TRUE, /* pc_relative */
2020 0, /* bitpos */
f9c6b907 2021 complain_overflow_signed, /* complain_on_overflow */
25f23106
AM
2022 ppc64_elf_ha_reloc, /* special_function */
2023 "R_PPC64_REL16_HA", /* name */
2024 FALSE, /* partial_inplace */
2025 0, /* src_mask */
2026 0xffff, /* dst_mask */
2027 TRUE), /* pcrel_offset */
2028
a680de9a
PB
2029 /* Like R_PPC64_REL16_HA but for split field in addpcis. */
2030 HOWTO (R_PPC64_REL16DX_HA, /* type */
2031 16, /* rightshift */
2032 2, /* size (0 = byte, 1 = short, 2 = long) */
2033 16, /* bitsize */
2034 TRUE, /* pc_relative */
2035 0, /* bitpos */
2036 complain_overflow_signed, /* complain_on_overflow */
2037 ppc64_elf_ha_reloc, /* special_function */
2038 "R_PPC64_REL16DX_HA", /* name */
2039 FALSE, /* partial_inplace */
2040 0, /* src_mask */
2041 0x1fffc1, /* dst_mask */
2042 TRUE), /* pcrel_offset */
2043
f9c6b907
AM
2044 /* Like R_PPC64_ADDR16_HI, but no overflow. */
2045 HOWTO (R_PPC64_ADDR16_HIGH, /* type */
2046 16, /* rightshift */
2047 1, /* size (0 = byte, 1 = short, 2 = long) */
2048 16, /* bitsize */
2049 FALSE, /* pc_relative */
2050 0, /* bitpos */
2051 complain_overflow_dont, /* complain_on_overflow */
2052 bfd_elf_generic_reloc, /* special_function */
2053 "R_PPC64_ADDR16_HIGH", /* name */
2054 FALSE, /* partial_inplace */
2055 0, /* src_mask */
2056 0xffff, /* dst_mask */
2057 FALSE), /* pcrel_offset */
2058
2059 /* Like R_PPC64_ADDR16_HA, but no overflow. */
2060 HOWTO (R_PPC64_ADDR16_HIGHA, /* type */
2061 16, /* rightshift */
2062 1, /* size (0 = byte, 1 = short, 2 = long) */
2063 16, /* bitsize */
2064 FALSE, /* pc_relative */
2065 0, /* bitpos */
2066 complain_overflow_dont, /* complain_on_overflow */
2067 ppc64_elf_ha_reloc, /* special_function */
2068 "R_PPC64_ADDR16_HIGHA", /* name */
2069 FALSE, /* partial_inplace */
2070 0, /* src_mask */
2071 0xffff, /* dst_mask */
2072 FALSE), /* pcrel_offset */
2073
2074 /* Like R_PPC64_DTPREL16_HI, but no overflow. */
2075 HOWTO (R_PPC64_DTPREL16_HIGH,
2076 16, /* rightshift */
2077 1, /* size (0 = byte, 1 = short, 2 = long) */
2078 16, /* bitsize */
2079 FALSE, /* pc_relative */
2080 0, /* bitpos */
2081 complain_overflow_dont, /* complain_on_overflow */
2082 ppc64_elf_unhandled_reloc, /* special_function */
2083 "R_PPC64_DTPREL16_HIGH", /* name */
2084 FALSE, /* partial_inplace */
2085 0, /* src_mask */
2086 0xffff, /* dst_mask */
2087 FALSE), /* pcrel_offset */
2088
2089 /* Like R_PPC64_DTPREL16_HA, but no overflow. */
2090 HOWTO (R_PPC64_DTPREL16_HIGHA,
2091 16, /* rightshift */
2092 1, /* size (0 = byte, 1 = short, 2 = long) */
2093 16, /* bitsize */
2094 FALSE, /* pc_relative */
2095 0, /* bitpos */
2096 complain_overflow_dont, /* complain_on_overflow */
2097 ppc64_elf_unhandled_reloc, /* special_function */
2098 "R_PPC64_DTPREL16_HIGHA", /* name */
2099 FALSE, /* partial_inplace */
2100 0, /* src_mask */
2101 0xffff, /* dst_mask */
2102 FALSE), /* pcrel_offset */
2103
2104 /* Like R_PPC64_TPREL16_HI, but no overflow. */
2105 HOWTO (R_PPC64_TPREL16_HIGH,
2106 16, /* rightshift */
2107 1, /* size (0 = byte, 1 = short, 2 = long) */
2108 16, /* bitsize */
2109 FALSE, /* pc_relative */
2110 0, /* bitpos */
2111 complain_overflow_dont, /* complain_on_overflow */
2112 ppc64_elf_unhandled_reloc, /* special_function */
2113 "R_PPC64_TPREL16_HIGH", /* name */
2114 FALSE, /* partial_inplace */
2115 0, /* src_mask */
2116 0xffff, /* dst_mask */
2117 FALSE), /* pcrel_offset */
2118
2119 /* Like R_PPC64_TPREL16_HA, but no overflow. */
2120 HOWTO (R_PPC64_TPREL16_HIGHA,
2121 16, /* rightshift */
2122 1, /* size (0 = byte, 1 = short, 2 = long) */
2123 16, /* bitsize */
2124 FALSE, /* pc_relative */
2125 0, /* bitpos */
2126 complain_overflow_dont, /* complain_on_overflow */
2127 ppc64_elf_unhandled_reloc, /* special_function */
2128 "R_PPC64_TPREL16_HIGHA", /* name */
2129 FALSE, /* partial_inplace */
2130 0, /* src_mask */
2131 0xffff, /* dst_mask */
2132 FALSE), /* pcrel_offset */
2133
006589cf
AM
2134 /* Marker reloc on ELFv2 large-model function entry. */
2135 HOWTO (R_PPC64_ENTRY,
2136 0, /* rightshift */
2137 2, /* size (0 = byte, 1 = short, 2 = long) */
2138 32, /* bitsize */
2139 FALSE, /* pc_relative */
2140 0, /* bitpos */
2141 complain_overflow_dont, /* complain_on_overflow */
2142 bfd_elf_generic_reloc, /* special_function */
2143 "R_PPC64_ENTRY", /* name */
2144 FALSE, /* partial_inplace */
2145 0, /* src_mask */
2146 0, /* dst_mask */
2147 FALSE), /* pcrel_offset */
2148
45965137
AM
2149 /* Like ADDR64, but use local entry point of function. */
2150 HOWTO (R_PPC64_ADDR64_LOCAL, /* type */
2151 0, /* rightshift */
2152 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
2153 64, /* bitsize */
2154 FALSE, /* pc_relative */
2155 0, /* bitpos */
2156 complain_overflow_dont, /* complain_on_overflow */
2157 bfd_elf_generic_reloc, /* special_function */
2158 "R_PPC64_ADDR64_LOCAL", /* name */
2159 FALSE, /* partial_inplace */
2160 0, /* src_mask */
2161 ONES (64), /* dst_mask */
2162 FALSE), /* pcrel_offset */
2163
5bd4f169
AM
2164 /* GNU extension to record C++ vtable hierarchy. */
2165 HOWTO (R_PPC64_GNU_VTINHERIT, /* type */
2166 0, /* rightshift */
2167 0, /* size (0 = byte, 1 = short, 2 = long) */
2168 0, /* bitsize */
b34976b6 2169 FALSE, /* pc_relative */
5bd4f169
AM
2170 0, /* bitpos */
2171 complain_overflow_dont, /* complain_on_overflow */
2172 NULL, /* special_function */
2173 "R_PPC64_GNU_VTINHERIT", /* name */
b34976b6 2174 FALSE, /* partial_inplace */
5bd4f169
AM
2175 0, /* src_mask */
2176 0, /* dst_mask */
b34976b6 2177 FALSE), /* pcrel_offset */
5bd4f169
AM
2178
2179 /* GNU extension to record C++ vtable member usage. */
2180 HOWTO (R_PPC64_GNU_VTENTRY, /* type */
2181 0, /* rightshift */
2182 0, /* size (0 = byte, 1 = short, 2 = long) */
2183 0, /* bitsize */
b34976b6 2184 FALSE, /* pc_relative */
5bd4f169
AM
2185 0, /* bitpos */
2186 complain_overflow_dont, /* complain_on_overflow */
2187 NULL, /* special_function */
2188 "R_PPC64_GNU_VTENTRY", /* name */
b34976b6 2189 FALSE, /* partial_inplace */
5bd4f169
AM
2190 0, /* src_mask */
2191 0, /* dst_mask */
b34976b6 2192 FALSE), /* pcrel_offset */
5bd4f169
AM
2193};
2194
2195\f
2196/* Initialize the ppc64_elf_howto_table, so that linear accesses can
2197 be done. */
2198
2199static void
4ce794b7 2200ppc_howto_init (void)
5bd4f169
AM
2201{
2202 unsigned int i, type;
2203
a4b6fadd 2204 for (i = 0; i < ARRAY_SIZE (ppc64_elf_howto_raw); i++)
5bd4f169
AM
2205 {
2206 type = ppc64_elf_howto_raw[i].type;
a4b6fadd 2207 BFD_ASSERT (type < ARRAY_SIZE (ppc64_elf_howto_table));
5bd4f169
AM
2208 ppc64_elf_howto_table[type] = &ppc64_elf_howto_raw[i];
2209 }
2210}
2211
2212static reloc_howto_type *
4ce794b7
AM
2213ppc64_elf_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
2214 bfd_reloc_code_real_type code)
5bd4f169 2215{
411e1bfb 2216 enum elf_ppc64_reloc_type r = R_PPC64_NONE;
5bd4f169
AM
2217
2218 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
2219 /* Initialize howto table if needed. */
2220 ppc_howto_init ();
2221
4ce794b7 2222 switch (code)
5bd4f169
AM
2223 {
2224 default:
4ce794b7 2225 return NULL;
5bd4f169 2226
411e1bfb
AM
2227 case BFD_RELOC_NONE: r = R_PPC64_NONE;
2228 break;
2229 case BFD_RELOC_32: r = R_PPC64_ADDR32;
2230 break;
2231 case BFD_RELOC_PPC_BA26: r = R_PPC64_ADDR24;
2232 break;
2233 case BFD_RELOC_16: r = R_PPC64_ADDR16;
2234 break;
2235 case BFD_RELOC_LO16: r = R_PPC64_ADDR16_LO;
2236 break;
2237 case BFD_RELOC_HI16: r = R_PPC64_ADDR16_HI;
2238 break;
f9c6b907
AM
2239 case BFD_RELOC_PPC64_ADDR16_HIGH: r = R_PPC64_ADDR16_HIGH;
2240 break;
411e1bfb 2241 case BFD_RELOC_HI16_S: r = R_PPC64_ADDR16_HA;
5bd4f169 2242 break;
f9c6b907
AM
2243 case BFD_RELOC_PPC64_ADDR16_HIGHA: r = R_PPC64_ADDR16_HIGHA;
2244 break;
411e1bfb 2245 case BFD_RELOC_PPC_BA16: r = R_PPC64_ADDR14;
5bd4f169 2246 break;
411e1bfb 2247 case BFD_RELOC_PPC_BA16_BRTAKEN: r = R_PPC64_ADDR14_BRTAKEN;
5bd4f169 2248 break;
411e1bfb 2249 case BFD_RELOC_PPC_BA16_BRNTAKEN: r = R_PPC64_ADDR14_BRNTAKEN;
5bd4f169 2250 break;
411e1bfb 2251 case BFD_RELOC_PPC_B26: r = R_PPC64_REL24;
5bd4f169 2252 break;
411e1bfb 2253 case BFD_RELOC_PPC_B16: r = R_PPC64_REL14;
5bd4f169 2254 break;
411e1bfb 2255 case BFD_RELOC_PPC_B16_BRTAKEN: r = R_PPC64_REL14_BRTAKEN;
5bd4f169 2256 break;
411e1bfb 2257 case BFD_RELOC_PPC_B16_BRNTAKEN: r = R_PPC64_REL14_BRNTAKEN;
5bd4f169 2258 break;
411e1bfb 2259 case BFD_RELOC_16_GOTOFF: r = R_PPC64_GOT16;
5bd4f169 2260 break;
411e1bfb 2261 case BFD_RELOC_LO16_GOTOFF: r = R_PPC64_GOT16_LO;
5bd4f169 2262 break;
411e1bfb 2263 case BFD_RELOC_HI16_GOTOFF: r = R_PPC64_GOT16_HI;
5bd4f169 2264 break;
411e1bfb 2265 case BFD_RELOC_HI16_S_GOTOFF: r = R_PPC64_GOT16_HA;
5bd4f169 2266 break;
411e1bfb 2267 case BFD_RELOC_PPC_COPY: r = R_PPC64_COPY;
5bd4f169 2268 break;
411e1bfb 2269 case BFD_RELOC_PPC_GLOB_DAT: r = R_PPC64_GLOB_DAT;
5bd4f169 2270 break;
411e1bfb 2271 case BFD_RELOC_32_PCREL: r = R_PPC64_REL32;
5bd4f169 2272 break;
411e1bfb 2273 case BFD_RELOC_32_PLTOFF: r = R_PPC64_PLT32;
5bd4f169 2274 break;
411e1bfb 2275 case BFD_RELOC_32_PLT_PCREL: r = R_PPC64_PLTREL32;
5bd4f169 2276 break;
411e1bfb 2277 case BFD_RELOC_LO16_PLTOFF: r = R_PPC64_PLT16_LO;
5bd4f169 2278 break;
411e1bfb 2279 case BFD_RELOC_HI16_PLTOFF: r = R_PPC64_PLT16_HI;
5bd4f169 2280 break;
411e1bfb 2281 case BFD_RELOC_HI16_S_PLTOFF: r = R_PPC64_PLT16_HA;
5bd4f169 2282 break;
411e1bfb 2283 case BFD_RELOC_16_BASEREL: r = R_PPC64_SECTOFF;
5bd4f169 2284 break;
411e1bfb 2285 case BFD_RELOC_LO16_BASEREL: r = R_PPC64_SECTOFF_LO;
5bd4f169 2286 break;
411e1bfb 2287 case BFD_RELOC_HI16_BASEREL: r = R_PPC64_SECTOFF_HI;
5bd4f169 2288 break;
411e1bfb 2289 case BFD_RELOC_HI16_S_BASEREL: r = R_PPC64_SECTOFF_HA;
5bd4f169 2290 break;
411e1bfb 2291 case BFD_RELOC_CTOR: r = R_PPC64_ADDR64;
5bd4f169 2292 break;
411e1bfb 2293 case BFD_RELOC_64: r = R_PPC64_ADDR64;
5bd4f169 2294 break;
411e1bfb 2295 case BFD_RELOC_PPC64_HIGHER: r = R_PPC64_ADDR16_HIGHER;
5bd4f169 2296 break;
411e1bfb 2297 case BFD_RELOC_PPC64_HIGHER_S: r = R_PPC64_ADDR16_HIGHERA;
5bd4f169 2298 break;
411e1bfb 2299 case BFD_RELOC_PPC64_HIGHEST: r = R_PPC64_ADDR16_HIGHEST;
5bd4f169 2300 break;
411e1bfb 2301 case BFD_RELOC_PPC64_HIGHEST_S: r = R_PPC64_ADDR16_HIGHESTA;
5bd4f169 2302 break;
411e1bfb 2303 case BFD_RELOC_64_PCREL: r = R_PPC64_REL64;
5bd4f169 2304 break;
411e1bfb 2305 case BFD_RELOC_64_PLTOFF: r = R_PPC64_PLT64;
5bd4f169 2306 break;
411e1bfb 2307 case BFD_RELOC_64_PLT_PCREL: r = R_PPC64_PLTREL64;
5bd4f169 2308 break;
411e1bfb 2309 case BFD_RELOC_PPC_TOC16: r = R_PPC64_TOC16;
5bd4f169 2310 break;
411e1bfb 2311 case BFD_RELOC_PPC64_TOC16_LO: r = R_PPC64_TOC16_LO;
5bd4f169 2312 break;
411e1bfb 2313 case BFD_RELOC_PPC64_TOC16_HI: r = R_PPC64_TOC16_HI;
5bd4f169 2314 break;
411e1bfb 2315 case BFD_RELOC_PPC64_TOC16_HA: r = R_PPC64_TOC16_HA;
5bd4f169 2316 break;
411e1bfb 2317 case BFD_RELOC_PPC64_TOC: r = R_PPC64_TOC;
5bd4f169 2318 break;
411e1bfb 2319 case BFD_RELOC_PPC64_PLTGOT16: r = R_PPC64_PLTGOT16;
5bd4f169 2320 break;
411e1bfb 2321 case BFD_RELOC_PPC64_PLTGOT16_LO: r = R_PPC64_PLTGOT16_LO;
5bd4f169 2322 break;
411e1bfb 2323 case BFD_RELOC_PPC64_PLTGOT16_HI: r = R_PPC64_PLTGOT16_HI;
5bd4f169 2324 break;
411e1bfb 2325 case BFD_RELOC_PPC64_PLTGOT16_HA: r = R_PPC64_PLTGOT16_HA;
5bd4f169 2326 break;
411e1bfb 2327 case BFD_RELOC_PPC64_ADDR16_DS: r = R_PPC64_ADDR16_DS;
5bd4f169 2328 break;
411e1bfb 2329 case BFD_RELOC_PPC64_ADDR16_LO_DS: r = R_PPC64_ADDR16_LO_DS;
5bd4f169 2330 break;
411e1bfb 2331 case BFD_RELOC_PPC64_GOT16_DS: r = R_PPC64_GOT16_DS;
5bd4f169 2332 break;
411e1bfb 2333 case BFD_RELOC_PPC64_GOT16_LO_DS: r = R_PPC64_GOT16_LO_DS;
5bd4f169 2334 break;
411e1bfb 2335 case BFD_RELOC_PPC64_PLT16_LO_DS: r = R_PPC64_PLT16_LO_DS;
5bd4f169 2336 break;
411e1bfb 2337 case BFD_RELOC_PPC64_SECTOFF_DS: r = R_PPC64_SECTOFF_DS;
5bd4f169 2338 break;
411e1bfb 2339 case BFD_RELOC_PPC64_SECTOFF_LO_DS: r = R_PPC64_SECTOFF_LO_DS;
5bd4f169 2340 break;
411e1bfb 2341 case BFD_RELOC_PPC64_TOC16_DS: r = R_PPC64_TOC16_DS;
5bd4f169 2342 break;
411e1bfb 2343 case BFD_RELOC_PPC64_TOC16_LO_DS: r = R_PPC64_TOC16_LO_DS;
5bd4f169 2344 break;
411e1bfb 2345 case BFD_RELOC_PPC64_PLTGOT16_DS: r = R_PPC64_PLTGOT16_DS;
5bd4f169 2346 break;
411e1bfb 2347 case BFD_RELOC_PPC64_PLTGOT16_LO_DS: r = R_PPC64_PLTGOT16_LO_DS;
5bd4f169 2348 break;
411e1bfb 2349 case BFD_RELOC_PPC_TLS: r = R_PPC64_TLS;
5bd4f169 2350 break;
727fc41e
AM
2351 case BFD_RELOC_PPC_TLSGD: r = R_PPC64_TLSGD;
2352 break;
2353 case BFD_RELOC_PPC_TLSLD: r = R_PPC64_TLSLD;
2354 break;
411e1bfb 2355 case BFD_RELOC_PPC_DTPMOD: r = R_PPC64_DTPMOD64;
5bd4f169 2356 break;
411e1bfb 2357 case BFD_RELOC_PPC_TPREL16: r = R_PPC64_TPREL16;
5bd4f169 2358 break;
411e1bfb 2359 case BFD_RELOC_PPC_TPREL16_LO: r = R_PPC64_TPREL16_LO;
5bd4f169 2360 break;
411e1bfb 2361 case BFD_RELOC_PPC_TPREL16_HI: r = R_PPC64_TPREL16_HI;
5bd4f169 2362 break;
f9c6b907
AM
2363 case BFD_RELOC_PPC64_TPREL16_HIGH: r = R_PPC64_TPREL16_HIGH;
2364 break;
411e1bfb 2365 case BFD_RELOC_PPC_TPREL16_HA: r = R_PPC64_TPREL16_HA;
5bd4f169 2366 break;
f9c6b907
AM
2367 case BFD_RELOC_PPC64_TPREL16_HIGHA: r = R_PPC64_TPREL16_HIGHA;
2368 break;
411e1bfb 2369 case BFD_RELOC_PPC_TPREL: r = R_PPC64_TPREL64;
5bd4f169 2370 break;
411e1bfb
AM
2371 case BFD_RELOC_PPC_DTPREL16: r = R_PPC64_DTPREL16;
2372 break;
2373 case BFD_RELOC_PPC_DTPREL16_LO: r = R_PPC64_DTPREL16_LO;
2374 break;
2375 case BFD_RELOC_PPC_DTPREL16_HI: r = R_PPC64_DTPREL16_HI;
2376 break;
f9c6b907
AM
2377 case BFD_RELOC_PPC64_DTPREL16_HIGH: r = R_PPC64_DTPREL16_HIGH;
2378 break;
411e1bfb
AM
2379 case BFD_RELOC_PPC_DTPREL16_HA: r = R_PPC64_DTPREL16_HA;
2380 break;
f9c6b907
AM
2381 case BFD_RELOC_PPC64_DTPREL16_HIGHA: r = R_PPC64_DTPREL16_HIGHA;
2382 break;
411e1bfb
AM
2383 case BFD_RELOC_PPC_DTPREL: r = R_PPC64_DTPREL64;
2384 break;
2385 case BFD_RELOC_PPC_GOT_TLSGD16: r = R_PPC64_GOT_TLSGD16;
2386 break;
2387 case BFD_RELOC_PPC_GOT_TLSGD16_LO: r = R_PPC64_GOT_TLSGD16_LO;
2388 break;
2389 case BFD_RELOC_PPC_GOT_TLSGD16_HI: r = R_PPC64_GOT_TLSGD16_HI;
2390 break;
2391 case BFD_RELOC_PPC_GOT_TLSGD16_HA: r = R_PPC64_GOT_TLSGD16_HA;
2392 break;
2393 case BFD_RELOC_PPC_GOT_TLSLD16: r = R_PPC64_GOT_TLSLD16;
2394 break;
2395 case BFD_RELOC_PPC_GOT_TLSLD16_LO: r = R_PPC64_GOT_TLSLD16_LO;
2396 break;
2397 case BFD_RELOC_PPC_GOT_TLSLD16_HI: r = R_PPC64_GOT_TLSLD16_HI;
2398 break;
2399 case BFD_RELOC_PPC_GOT_TLSLD16_HA: r = R_PPC64_GOT_TLSLD16_HA;
2400 break;
2401 case BFD_RELOC_PPC_GOT_TPREL16: r = R_PPC64_GOT_TPREL16_DS;
2402 break;
2403 case BFD_RELOC_PPC_GOT_TPREL16_LO: r = R_PPC64_GOT_TPREL16_LO_DS;
2404 break;
2405 case BFD_RELOC_PPC_GOT_TPREL16_HI: r = R_PPC64_GOT_TPREL16_HI;
2406 break;
2407 case BFD_RELOC_PPC_GOT_TPREL16_HA: r = R_PPC64_GOT_TPREL16_HA;
2408 break;
2409 case BFD_RELOC_PPC_GOT_DTPREL16: r = R_PPC64_GOT_DTPREL16_DS;
2410 break;
2411 case BFD_RELOC_PPC_GOT_DTPREL16_LO: r = R_PPC64_GOT_DTPREL16_LO_DS;
2412 break;
2413 case BFD_RELOC_PPC_GOT_DTPREL16_HI: r = R_PPC64_GOT_DTPREL16_HI;
2414 break;
2415 case BFD_RELOC_PPC_GOT_DTPREL16_HA: r = R_PPC64_GOT_DTPREL16_HA;
2416 break;
2417 case BFD_RELOC_PPC64_TPREL16_DS: r = R_PPC64_TPREL16_DS;
2418 break;
2419 case BFD_RELOC_PPC64_TPREL16_LO_DS: r = R_PPC64_TPREL16_LO_DS;
2420 break;
2421 case BFD_RELOC_PPC64_TPREL16_HIGHER: r = R_PPC64_TPREL16_HIGHER;
2422 break;
2423 case BFD_RELOC_PPC64_TPREL16_HIGHERA: r = R_PPC64_TPREL16_HIGHERA;
2424 break;
2425 case BFD_RELOC_PPC64_TPREL16_HIGHEST: r = R_PPC64_TPREL16_HIGHEST;
2426 break;
2427 case BFD_RELOC_PPC64_TPREL16_HIGHESTA: r = R_PPC64_TPREL16_HIGHESTA;
2428 break;
2429 case BFD_RELOC_PPC64_DTPREL16_DS: r = R_PPC64_DTPREL16_DS;
2430 break;
2431 case BFD_RELOC_PPC64_DTPREL16_LO_DS: r = R_PPC64_DTPREL16_LO_DS;
2432 break;
2433 case BFD_RELOC_PPC64_DTPREL16_HIGHER: r = R_PPC64_DTPREL16_HIGHER;
2434 break;
2435 case BFD_RELOC_PPC64_DTPREL16_HIGHERA: r = R_PPC64_DTPREL16_HIGHERA;
2436 break;
2437 case BFD_RELOC_PPC64_DTPREL16_HIGHEST: r = R_PPC64_DTPREL16_HIGHEST;
2438 break;
2439 case BFD_RELOC_PPC64_DTPREL16_HIGHESTA: r = R_PPC64_DTPREL16_HIGHESTA;
2440 break;
25f23106
AM
2441 case BFD_RELOC_16_PCREL: r = R_PPC64_REL16;
2442 break;
2443 case BFD_RELOC_LO16_PCREL: r = R_PPC64_REL16_LO;
2444 break;
2445 case BFD_RELOC_HI16_PCREL: r = R_PPC64_REL16_HI;
2446 break;
2447 case BFD_RELOC_HI16_S_PCREL: r = R_PPC64_REL16_HA;
2448 break;
a680de9a
PB
2449 case BFD_RELOC_PPC_REL16DX_HA: r = R_PPC64_REL16DX_HA;
2450 break;
006589cf
AM
2451 case BFD_RELOC_PPC64_ENTRY: r = R_PPC64_ENTRY;
2452 break;
45965137
AM
2453 case BFD_RELOC_PPC64_ADDR64_LOCAL: r = R_PPC64_ADDR64_LOCAL;
2454 break;
411e1bfb
AM
2455 case BFD_RELOC_VTABLE_INHERIT: r = R_PPC64_GNU_VTINHERIT;
2456 break;
2457 case BFD_RELOC_VTABLE_ENTRY: r = R_PPC64_GNU_VTENTRY;
5bd4f169
AM
2458 break;
2459 }
2460
4ce794b7 2461 return ppc64_elf_howto_table[r];
5bd4f169
AM
2462};
2463
157090f7
AM
2464static reloc_howto_type *
2465ppc64_elf_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
2466 const char *r_name)
2467{
2468 unsigned int i;
2469
a4b6fadd 2470 for (i = 0; i < ARRAY_SIZE (ppc64_elf_howto_raw); i++)
157090f7
AM
2471 if (ppc64_elf_howto_raw[i].name != NULL
2472 && strcasecmp (ppc64_elf_howto_raw[i].name, r_name) == 0)
2473 return &ppc64_elf_howto_raw[i];
2474
2475 return NULL;
2476}
2477
5bd4f169
AM
2478/* Set the howto pointer for a PowerPC ELF reloc. */
2479
2480static void
4ce794b7
AM
2481ppc64_elf_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr,
2482 Elf_Internal_Rela *dst)
5bd4f169 2483{
65f38f15
AM
2484 unsigned int type;
2485
ef60b7ff 2486 /* Initialize howto table if needed. */
5bd4f169 2487 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
5bd4f169
AM
2488 ppc_howto_init ();
2489
65f38f15 2490 type = ELF64_R_TYPE (dst->r_info);
a4b6fadd 2491 if (type >= ARRAY_SIZE (ppc64_elf_howto_table))
d0fb9a8d
JJ
2492 {
2493 (*_bfd_error_handler) (_("%B: invalid relocation type %d"),
3ec2b351
NC
2494 abfd, (int) type);
2495 type = R_PPC64_NONE;
d0fb9a8d 2496 }
65f38f15 2497 cache_ptr->howto = ppc64_elf_howto_table[type];
5bd4f169
AM
2498}
2499
04c9666a 2500/* Handle the R_PPC64_ADDR16_HA and similar relocs. */
5bd4f169
AM
2501
2502static bfd_reloc_status_type
4ce794b7
AM
2503ppc64_elf_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2504 void *data, asection *input_section,
2505 bfd *output_bfd, char **error_message)
5bd4f169 2506{
a680de9a
PB
2507 enum elf_ppc64_reloc_type r_type;
2508 long insn;
2509 bfd_size_type octets;
2510 bfd_vma value;
2511
805fc799
AM
2512 /* If this is a relocatable link (output_bfd test tells us), just
2513 call the generic function. Any adjustment will be done at final
2514 link time. */
2515 if (output_bfd != NULL)
cedb70c5 2516 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2517 input_section, output_bfd, error_message);
2518
2519 /* Adjust the addend for sign extension of the low 16 bits.
2520 We won't actually be using the low 16 bits, so trashing them
2521 doesn't matter. */
2522 reloc_entry->addend += 0x8000;
a680de9a
PB
2523 r_type = reloc_entry->howto->type;
2524 if (r_type != R_PPC64_REL16DX_HA)
2525 return bfd_reloc_continue;
2526
2527 value = 0;
2528 if (!bfd_is_com_section (symbol->section))
2529 value = symbol->value;
2530 value += (reloc_entry->addend
2531 + symbol->section->output_offset
2532 + symbol->section->output_section->vma);
2533 value -= (reloc_entry->address
2534 + input_section->output_offset
2535 + input_section->output_section->vma);
2536 value = (bfd_signed_vma) value >> 16;
2537
2538 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2539 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
2540 insn &= ~0x1fffc1;
2541 insn |= (value & 0xffc1) | ((value & 0x3e) << 15);
2542 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
2543 if (value + 0x8000 > 0xffff)
2544 return bfd_reloc_overflow;
2545 return bfd_reloc_ok;
805fc799 2546}
5bd4f169 2547
2441e016
AM
2548static bfd_reloc_status_type
2549ppc64_elf_branch_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2550 void *data, asection *input_section,
2551 bfd *output_bfd, char **error_message)
2552{
2553 if (output_bfd != NULL)
2554 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2555 input_section, output_bfd, error_message);
2556
699733f6
AM
2557 if (strcmp (symbol->section->name, ".opd") == 0
2558 && (symbol->section->owner->flags & DYNAMIC) == 0)
2441e016
AM
2559 {
2560 bfd_vma dest = opd_entry_value (symbol->section,
2561 symbol->value + reloc_entry->addend,
aef36ac1 2562 NULL, NULL, FALSE);
2441e016
AM
2563 if (dest != (bfd_vma) -1)
2564 reloc_entry->addend = dest - (symbol->value
2565 + symbol->section->output_section->vma
2566 + symbol->section->output_offset);
2567 }
810d4e75
AM
2568 else
2569 {
2570 elf_symbol_type *elfsym = (elf_symbol_type *) symbol;
2571
2572 if (symbol->section->owner != abfd
9f284bf9 2573 && symbol->section->owner != NULL
810d4e75
AM
2574 && abiversion (symbol->section->owner) >= 2)
2575 {
2576 unsigned int i;
2577
2578 for (i = 0; i < symbol->section->owner->symcount; ++i)
2579 {
2580 asymbol *symdef = symbol->section->owner->outsymbols[i];
2581
2582 if (strcmp (symdef->name, symbol->name) == 0)
2583 {
2584 elfsym = (elf_symbol_type *) symdef;
2585 break;
2586 }
2587 }
2588 }
2589 reloc_entry->addend
2590 += PPC64_LOCAL_ENTRY_OFFSET (elfsym->internal_elf_sym.st_other);
2591 }
2441e016
AM
2592 return bfd_reloc_continue;
2593}
2594
805fc799 2595static bfd_reloc_status_type
4ce794b7
AM
2596ppc64_elf_brtaken_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2597 void *data, asection *input_section,
2598 bfd *output_bfd, char **error_message)
805fc799
AM
2599{
2600 long insn;
04c9666a 2601 enum elf_ppc64_reloc_type r_type;
805fc799 2602 bfd_size_type octets;
794e51c0
AM
2603 /* Assume 'at' branch hints. */
2604 bfd_boolean is_isa_v2 = TRUE;
805fc799
AM
2605
2606 /* If this is a relocatable link (output_bfd test tells us), just
2607 call the generic function. Any adjustment will be done at final
2608 link time. */
5bd4f169 2609 if (output_bfd != NULL)
cedb70c5 2610 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2611 input_section, output_bfd, error_message);
2612
2613 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2614 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
2615 insn &= ~(0x01 << 21);
4ce794b7 2616 r_type = reloc_entry->howto->type;
805fc799
AM
2617 if (r_type == R_PPC64_ADDR14_BRTAKEN
2618 || r_type == R_PPC64_REL14_BRTAKEN)
cedb70c5 2619 insn |= 0x01 << 21; /* 'y' or 't' bit, lowest bit of BO field. */
805fc799 2620
794e51c0 2621 if (is_isa_v2)
5bd4f169 2622 {
805fc799
AM
2623 /* Set 'a' bit. This is 0b00010 in BO field for branch
2624 on CR(BI) insns (BO == 001at or 011at), and 0b01000
2625 for branch on CTR insns (BO == 1a00t or 1a01t). */
2626 if ((insn & (0x14 << 21)) == (0x04 << 21))
2627 insn |= 0x02 << 21;
2628 else if ((insn & (0x14 << 21)) == (0x10 << 21))
2629 insn |= 0x08 << 21;
2630 else
2441e016 2631 goto out;
5bd4f169 2632 }
805fc799
AM
2633 else
2634 {
2635 bfd_vma target = 0;
2636 bfd_vma from;
5bd4f169 2637
805fc799
AM
2638 if (!bfd_is_com_section (symbol->section))
2639 target = symbol->value;
2640 target += symbol->section->output_section->vma;
2641 target += symbol->section->output_offset;
2642 target += reloc_entry->addend;
5bd4f169 2643
805fc799
AM
2644 from = (reloc_entry->address
2645 + input_section->output_offset
2646 + input_section->output_section->vma);
5bd4f169 2647
805fc799
AM
2648 /* Invert 'y' bit if not the default. */
2649 if ((bfd_signed_vma) (target - from) < 0)
2650 insn ^= 0x01 << 21;
2651 }
4ce794b7 2652 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
2441e016
AM
2653 out:
2654 return ppc64_elf_branch_reloc (abfd, reloc_entry, symbol, data,
2655 input_section, output_bfd, error_message);
805fc799 2656}
5bd4f169 2657
805fc799 2658static bfd_reloc_status_type
4ce794b7
AM
2659ppc64_elf_sectoff_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2660 void *data, asection *input_section,
2661 bfd *output_bfd, char **error_message)
805fc799
AM
2662{
2663 /* If this is a relocatable link (output_bfd test tells us), just
2664 call the generic function. Any adjustment will be done at final
2665 link time. */
2666 if (output_bfd != NULL)
cedb70c5 2667 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799 2668 input_section, output_bfd, error_message);
5bd4f169 2669
805fc799
AM
2670 /* Subtract the symbol section base address. */
2671 reloc_entry->addend -= symbol->section->output_section->vma;
5bd4f169
AM
2672 return bfd_reloc_continue;
2673}
2674
805fc799 2675static bfd_reloc_status_type
4ce794b7
AM
2676ppc64_elf_sectoff_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2677 void *data, asection *input_section,
2678 bfd *output_bfd, char **error_message)
805fc799
AM
2679{
2680 /* If this is a relocatable link (output_bfd test tells us), just
2681 call the generic function. Any adjustment will be done at final
2682 link time. */
2683 if (output_bfd != NULL)
cedb70c5 2684 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2685 input_section, output_bfd, error_message);
2686
2687 /* Subtract the symbol section base address. */
2688 reloc_entry->addend -= symbol->section->output_section->vma;
2689
2690 /* Adjust the addend for sign extension of the low 16 bits. */
2691 reloc_entry->addend += 0x8000;
2692 return bfd_reloc_continue;
2693}
2694
2695static bfd_reloc_status_type
4ce794b7
AM
2696ppc64_elf_toc_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2697 void *data, asection *input_section,
2698 bfd *output_bfd, char **error_message)
805fc799
AM
2699{
2700 bfd_vma TOCstart;
2701
2702 /* If this is a relocatable link (output_bfd test tells us), just
2703 call the generic function. Any adjustment will be done at final
2704 link time. */
2705 if (output_bfd != NULL)
cedb70c5 2706 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2707 input_section, output_bfd, error_message);
2708
2709 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2710 if (TOCstart == 0)
1c865ab2 2711 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
805fc799
AM
2712
2713 /* Subtract the TOC base address. */
2714 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
2715 return bfd_reloc_continue;
2716}
2717
2718static bfd_reloc_status_type
4ce794b7
AM
2719ppc64_elf_toc_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2720 void *data, asection *input_section,
2721 bfd *output_bfd, char **error_message)
805fc799
AM
2722{
2723 bfd_vma TOCstart;
2724
2725 /* If this is a relocatable link (output_bfd test tells us), just
2726 call the generic function. Any adjustment will be done at final
2727 link time. */
2728 if (output_bfd != NULL)
cedb70c5 2729 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2730 input_section, output_bfd, error_message);
2731
2732 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2733 if (TOCstart == 0)
1c865ab2 2734 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
805fc799
AM
2735
2736 /* Subtract the TOC base address. */
2737 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
2738
2739 /* Adjust the addend for sign extension of the low 16 bits. */
2740 reloc_entry->addend += 0x8000;
2741 return bfd_reloc_continue;
2742}
2743
2744static bfd_reloc_status_type
4ce794b7
AM
2745ppc64_elf_toc64_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2746 void *data, asection *input_section,
2747 bfd *output_bfd, char **error_message)
805fc799
AM
2748{
2749 bfd_vma TOCstart;
2750 bfd_size_type octets;
2751
2752 /* If this is a relocatable link (output_bfd test tells us), just
2753 call the generic function. Any adjustment will be done at final
2754 link time. */
2755 if (output_bfd != NULL)
cedb70c5 2756 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2757 input_section, output_bfd, error_message);
2758
2759 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2760 if (TOCstart == 0)
1c865ab2 2761 TOCstart = ppc64_elf_set_toc (NULL, input_section->output_section->owner);
805fc799
AM
2762
2763 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2764 bfd_put_64 (abfd, TOCstart + TOC_BASE_OFF, (bfd_byte *) data + octets);
2765 return bfd_reloc_ok;
2766}
2767
2768static bfd_reloc_status_type
4ce794b7
AM
2769ppc64_elf_unhandled_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2770 void *data, asection *input_section,
2771 bfd *output_bfd, char **error_message)
805fc799
AM
2772{
2773 /* If this is a relocatable link (output_bfd test tells us), just
2774 call the generic function. Any adjustment will be done at final
2775 link time. */
2776 if (output_bfd != NULL)
cedb70c5 2777 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2778 input_section, output_bfd, error_message);
2779
2780 if (error_message != NULL)
2781 {
2782 static char buf[60];
2783 sprintf (buf, "generic linker can't handle %s",
2784 reloc_entry->howto->name);
2785 *error_message = buf;
2786 }
2787 return bfd_reloc_dangerous;
2788}
2789
927be08e
AM
2790/* Track GOT entries needed for a given symbol. We might need more
2791 than one got entry per symbol. */
2792struct got_entry
2793{
2794 struct got_entry *next;
2795
2796 /* The symbol addend that we'll be placing in the GOT. */
2797 bfd_vma addend;
2798
2799 /* Unlike other ELF targets, we use separate GOT entries for the same
2800 symbol referenced from different input files. This is to support
2801 automatic multiple TOC/GOT sections, where the TOC base can vary
2802 from one input file to another. After partitioning into TOC groups
2803 we merge entries within the group.
2804
2805 Point to the BFD owning this GOT entry. */
2806 bfd *owner;
2807
2808 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
2809 TLS_TPREL or TLS_DTPREL for tls entries. */
f961d9dd 2810 unsigned char tls_type;
927be08e
AM
2811
2812 /* Non-zero if got.ent points to real entry. */
f961d9dd 2813 unsigned char is_indirect;
927be08e
AM
2814
2815 /* Reference count until size_dynamic_sections, GOT offset thereafter. */
2816 union
2817 {
2818 bfd_signed_vma refcount;
2819 bfd_vma offset;
2820 struct got_entry *ent;
2821 } got;
2822};
2823
2824/* The same for PLT. */
2825struct plt_entry
2826{
2827 struct plt_entry *next;
2828
2829 bfd_vma addend;
2830
2831 union
2832 {
2833 bfd_signed_vma refcount;
2834 bfd_vma offset;
2835 } plt;
2836};
2837
e717da7e
AM
2838struct ppc64_elf_obj_tdata
2839{
2840 struct elf_obj_tdata elf;
2841
2842 /* Shortcuts to dynamic linker sections. */
2843 asection *got;
2844 asection *relgot;
2845
b3fac117
AM
2846 /* Used during garbage collection. We attach global symbols defined
2847 on removed .opd entries to this section so that the sym is removed. */
2848 asection *deleted_section;
81688140 2849
927be08e 2850 /* TLS local dynamic got entry handling. Support for multiple GOT
e717da7e 2851 sections means we potentially need one of these for each input bfd. */
927be08e 2852 struct got_entry tlsld_got;
8860955f 2853
729eabd5
AM
2854 union {
2855 /* A copy of relocs before they are modified for --emit-relocs. */
2856 Elf_Internal_Rela *relocs;
2857
2858 /* Section contents. */
2859 bfd_byte *contents;
2860 } opd;
d77c8a4b
AM
2861
2862 /* Nonzero if this bfd has small toc/got relocs, ie. that expect
2863 the reloc to be in the range -32768 to 32767. */
98528052
AM
2864 unsigned int has_small_toc_reloc : 1;
2865
560c8763
AM
2866 /* Set if toc/got ha relocs detected not using r2, or lo reloc
2867 instruction not one we handle. */
2868 unsigned int unexpected_toc_insn : 1;
e717da7e
AM
2869};
2870
2871#define ppc64_elf_tdata(bfd) \
2872 ((struct ppc64_elf_obj_tdata *) (bfd)->tdata.any)
2873
2874#define ppc64_tlsld_got(bfd) \
2875 (&ppc64_elf_tdata (bfd)->tlsld_got)
2876
0c8d6e5c
AM
2877#define is_ppc64_elf(bfd) \
2878 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
4dfe6ac6 2879 && elf_object_id (bfd) == PPC64_ELF_DATA)
0c8d6e5c 2880
e717da7e
AM
2881/* Override the generic function because we store some extras. */
2882
2883static bfd_boolean
2884ppc64_elf_mkobject (bfd *abfd)
2885{
0ffa91dd 2886 return bfd_elf_allocate_object (abfd, sizeof (struct ppc64_elf_obj_tdata),
4dfe6ac6 2887 PPC64_ELF_DATA);
e717da7e
AM
2888}
2889
feee612b 2890/* Fix bad default arch selected for a 64 bit input bfd when the
14b57c7c 2891 default is 32 bit. Also select arch based on apuinfo. */
feee612b 2892
b34976b6 2893static bfd_boolean
4ce794b7 2894ppc64_elf_object_p (bfd *abfd)
feee612b 2895{
14b57c7c
AM
2896 if (!abfd->arch_info->the_default)
2897 return TRUE;
2898
2899 if (abfd->arch_info->bits_per_word == 32)
feee612b
AM
2900 {
2901 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd);
2902
2903 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS64)
2904 {
2905 /* Relies on arch after 32 bit default being 64 bit default. */
2906 abfd->arch_info = abfd->arch_info->next;
2907 BFD_ASSERT (abfd->arch_info->bits_per_word == 64);
2908 }
2909 }
14b57c7c 2910 return _bfd_elf_ppc_set_arch (abfd);
feee612b
AM
2911}
2912
d37c89e5
AM
2913/* Support for core dump NOTE sections. */
2914
2915static bfd_boolean
2916ppc64_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
2917{
eea6121a 2918 size_t offset, size;
d37c89e5
AM
2919
2920 if (note->descsz != 504)
2921 return FALSE;
2922
2923 /* pr_cursig */
228e534f 2924 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12);
d37c89e5
AM
2925
2926 /* pr_pid */
228e534f 2927 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 32);
d37c89e5
AM
2928
2929 /* pr_reg */
2930 offset = 112;
eea6121a 2931 size = 384;
d37c89e5
AM
2932
2933 /* Make a ".reg/999" section. */
2934 return _bfd_elfcore_make_pseudosection (abfd, ".reg",
eea6121a 2935 size, note->descpos + offset);
d37c89e5
AM
2936}
2937
2938static bfd_boolean
2939ppc64_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
2940{
2941 if (note->descsz != 136)
2942 return FALSE;
2943
228e534f 2944 elf_tdata (abfd)->core->pid
bc989cdc 2945 = bfd_get_32 (abfd, note->descdata + 24);
228e534f 2946 elf_tdata (abfd)->core->program
d37c89e5 2947 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16);
228e534f 2948 elf_tdata (abfd)->core->command
d37c89e5
AM
2949 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80);
2950
2951 return TRUE;
2952}
2953
183e98be
AM
2954static char *
2955ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type,
2956 ...)
2957{
2958 switch (note_type)
2959 {
2960 default:
2961 return NULL;
2962
2963 case NT_PRPSINFO:
2964 {
2965 char data[136];
2966 va_list ap;
2967
2968 va_start (ap, note_type);
75cd47ed 2969 memset (data, 0, sizeof (data));
183e98be
AM
2970 strncpy (data + 40, va_arg (ap, const char *), 16);
2971 strncpy (data + 56, va_arg (ap, const char *), 80);
2972 va_end (ap);
2973 return elfcore_write_note (abfd, buf, bufsiz,
2974 "CORE", note_type, data, sizeof (data));
2975 }
2976
2977 case NT_PRSTATUS:
2978 {
2979 char data[504];
2980 va_list ap;
2981 long pid;
2982 int cursig;
2983 const void *greg;
2984
2985 va_start (ap, note_type);
2986 memset (data, 0, 112);
2987 pid = va_arg (ap, long);
2988 bfd_put_32 (abfd, pid, data + 32);
2989 cursig = va_arg (ap, int);
2990 bfd_put_16 (abfd, cursig, data + 12);
2991 greg = va_arg (ap, const void *);
2992 memcpy (data + 112, greg, 384);
2993 memset (data + 496, 0, 8);
2994 va_end (ap);
2995 return elfcore_write_note (abfd, buf, bufsiz,
2996 "CORE", note_type, data, sizeof (data));
2997 }
2998 }
2999}
3000
5d35169e
AM
3001/* Add extra PPC sections. */
3002
b35d266b 3003static const struct bfd_elf_special_section ppc64_elf_special_sections[]=
7f4d3958 3004{
0112cd26
NC
3005 { STRING_COMMA_LEN (".plt"), 0, SHT_NOBITS, 0 },
3006 { STRING_COMMA_LEN (".sbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
3007 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
3008 { STRING_COMMA_LEN (".toc"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
3009 { STRING_COMMA_LEN (".toc1"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
3010 { STRING_COMMA_LEN (".tocbss"), 0, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
3011 { NULL, 0, 0, 0, 0 }
5d35169e
AM
3012};
3013
7c8fe5c4
AM
3014enum _ppc64_sec_type {
3015 sec_normal = 0,
3016 sec_opd = 1,
3017 sec_toc = 2
3018};
3019
f0abc2a1
AM
3020struct _ppc64_elf_section_data
3021{
3022 struct bfd_elf_section_data elf;
411e1bfb 3023
f0abc2a1
AM
3024 union
3025 {
51aecdc5
AM
3026 /* An array with one entry for each opd function descriptor,
3027 and some spares since opd entries may be either 16 or 24 bytes. */
3028#define OPD_NDX(OFF) ((OFF) >> 4)
74f0fb50
AM
3029 struct _opd_sec_data
3030 {
3031 /* Points to the function code section for local opd entries. */
3032 asection **func_sec;
3033
3034 /* After editing .opd, adjust references to opd local syms. */
3035 long *adjust;
3036 } opd;
7c8fe5c4 3037
3a71aa26
AM
3038 /* An array for toc sections, indexed by offset/8. */
3039 struct _toc_sec_data
3040 {
3041 /* Specifies the relocation symbol index used at a given toc offset. */
3042 unsigned *symndx;
3043
3044 /* And the relocation addend. */
3045 bfd_vma *add;
3046 } toc;
7c8fe5c4
AM
3047 } u;
3048
3049 enum _ppc64_sec_type sec_type:2;
411e1bfb 3050
7c8fe5c4
AM
3051 /* Flag set when small branches are detected. Used to
3052 select suitable defaults for the stub group size. */
3053 unsigned int has_14bit_branch:1;
f0abc2a1
AM
3054};
3055
3056#define ppc64_elf_section_data(sec) \
411e1bfb 3057 ((struct _ppc64_elf_section_data *) elf_section_data (sec))
f0abc2a1
AM
3058
3059static bfd_boolean
4ce794b7 3060ppc64_elf_new_section_hook (bfd *abfd, asection *sec)
f0abc2a1 3061{
f592407e
AM
3062 if (!sec->used_by_bfd)
3063 {
3064 struct _ppc64_elf_section_data *sdata;
3065 bfd_size_type amt = sizeof (*sdata);
f0abc2a1 3066
f592407e
AM
3067 sdata = bfd_zalloc (abfd, amt);
3068 if (sdata == NULL)
3069 return FALSE;
3070 sec->used_by_bfd = sdata;
3071 }
f0abc2a1
AM
3072
3073 return _bfd_elf_new_section_hook (abfd, sec);
3074}
4025353c 3075
74f0fb50 3076static struct _opd_sec_data *
4025353c
AM
3077get_opd_info (asection * sec)
3078{
3079 if (sec != NULL
3080 && ppc64_elf_section_data (sec) != NULL
7c8fe5c4 3081 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
74f0fb50 3082 return &ppc64_elf_section_data (sec)->u.opd;
4025353c
AM
3083 return NULL;
3084}
90e3cdf2
JJ
3085\f
3086/* Parameters for the qsort hook. */
90e3cdf2 3087static bfd_boolean synthetic_relocatable;
cd285db5 3088static asection *synthetic_opd;
90e3cdf2 3089
699733f6 3090/* qsort comparison function for ppc64_elf_get_synthetic_symtab. */
90e3cdf2
JJ
3091
3092static int
3093compare_symbols (const void *ap, const void *bp)
3094{
3095 const asymbol *a = * (const asymbol **) ap;
3096 const asymbol *b = * (const asymbol **) bp;
3097
699733f6
AM
3098 /* Section symbols first. */
3099 if ((a->flags & BSF_SECTION_SYM) && !(b->flags & BSF_SECTION_SYM))
90e3cdf2 3100 return -1;
699733f6 3101 if (!(a->flags & BSF_SECTION_SYM) && (b->flags & BSF_SECTION_SYM))
90e3cdf2
JJ
3102 return 1;
3103
699733f6 3104 /* then .opd symbols. */
cd285db5
AM
3105 if (synthetic_opd != NULL)
3106 {
3107 if (strcmp (a->section->name, ".opd") == 0
3108 && strcmp (b->section->name, ".opd") != 0)
3109 return -1;
3110 if (strcmp (a->section->name, ".opd") != 0
3111 && strcmp (b->section->name, ".opd") == 0)
3112 return 1;
3113 }
90e3cdf2 3114
699733f6 3115 /* then other code symbols. */
90e3cdf2
JJ
3116 if ((a->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3117 == (SEC_CODE | SEC_ALLOC)
3118 && (b->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3119 != (SEC_CODE | SEC_ALLOC))
3120 return -1;
3121
3122 if ((a->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3123 != (SEC_CODE | SEC_ALLOC)
3124 && (b->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3125 == (SEC_CODE | SEC_ALLOC))
3126 return 1;
3127
3128 if (synthetic_relocatable)
3129 {
3130 if (a->section->id < b->section->id)
3131 return -1;
3132
3133 if (a->section->id > b->section->id)
3134 return 1;
3135 }
3136
3137 if (a->value + a->section->vma < b->value + b->section->vma)
3138 return -1;
3139
3140 if (a->value + a->section->vma > b->value + b->section->vma)
3141 return 1;
3142
4d35a0aa
AM
3143 /* For syms with the same value, prefer strong dynamic global function
3144 syms over other syms. */
3145 if ((a->flags & BSF_GLOBAL) != 0 && (b->flags & BSF_GLOBAL) == 0)
3146 return -1;
3147
3148 if ((a->flags & BSF_GLOBAL) == 0 && (b->flags & BSF_GLOBAL) != 0)
3149 return 1;
3150
3151 if ((a->flags & BSF_FUNCTION) != 0 && (b->flags & BSF_FUNCTION) == 0)
3152 return -1;
3153
3154 if ((a->flags & BSF_FUNCTION) == 0 && (b->flags & BSF_FUNCTION) != 0)
3155 return 1;
3156
3157 if ((a->flags & BSF_WEAK) == 0 && (b->flags & BSF_WEAK) != 0)
3158 return -1;
3159
3160 if ((a->flags & BSF_WEAK) != 0 && (b->flags & BSF_WEAK) == 0)
3161 return 1;
3162
3163 if ((a->flags & BSF_DYNAMIC) != 0 && (b->flags & BSF_DYNAMIC) == 0)
3164 return -1;
3165
3166 if ((a->flags & BSF_DYNAMIC) == 0 && (b->flags & BSF_DYNAMIC) != 0)
3167 return 1;
3168
90e3cdf2
JJ
3169 return 0;
3170}
3171
699733f6 3172/* Search SYMS for a symbol of the given VALUE. */
90e3cdf2 3173
699733f6 3174static asymbol *
7292b3ac 3175sym_exists_at (asymbol **syms, long lo, long hi, unsigned int id, bfd_vma value)
90e3cdf2 3176{
699733f6 3177 long mid;
90e3cdf2 3178
7292b3ac 3179 if (id == (unsigned) -1)
699733f6
AM
3180 {
3181 while (lo < hi)
3182 {
3183 mid = (lo + hi) >> 1;
3184 if (syms[mid]->value + syms[mid]->section->vma < value)
3185 lo = mid + 1;
3186 else if (syms[mid]->value + syms[mid]->section->vma > value)
3187 hi = mid;
3188 else
3189 return syms[mid];
3190 }
3191 }
3192 else
3193 {
3194 while (lo < hi)
3195 {
3196 mid = (lo + hi) >> 1;
3197 if (syms[mid]->section->id < id)
3198 lo = mid + 1;
3199 else if (syms[mid]->section->id > id)
3200 hi = mid;
3201 else if (syms[mid]->value < value)
3202 lo = mid + 1;
3203 else if (syms[mid]->value > value)
3204 hi = mid;
3205 else
3206 return syms[mid];
3207 }
3208 }
3209 return NULL;
90e3cdf2
JJ
3210}
3211
468392fb
AM
3212static bfd_boolean
3213section_covers_vma (bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *ptr)
3214{
3215 bfd_vma vma = *(bfd_vma *) ptr;
3216 return ((section->flags & SEC_ALLOC) != 0
3217 && section->vma <= vma
3218 && vma < section->vma + section->size);
3219}
3220
699733f6 3221/* Create synthetic symbols, effectively restoring "dot-symbol" function
c4b0b099
AM
3222 entry syms. Also generate @plt symbols for the glink branch table.
3223 Returns count of synthetic symbols in RET or -1 on error. */
90e3cdf2
JJ
3224
3225static long
a7535cf3
AM
3226ppc64_elf_get_synthetic_symtab (bfd *abfd,
3227 long static_count, asymbol **static_syms,
3228 long dyn_count, asymbol **dyn_syms,
c9727e01 3229 asymbol **ret)
90e3cdf2
JJ
3230{
3231 asymbol *s;
699733f6
AM
3232 long i;
3233 long count;
90e3cdf2 3234 char *names;
a7535cf3 3235 long symcount, codesecsym, codesecsymend, secsymend, opdsymend;
ee67d69a 3236 asection *opd = NULL;
90e3cdf2 3237 bfd_boolean relocatable = (abfd->flags & (EXEC_P | DYNAMIC)) == 0;
a7535cf3 3238 asymbol **syms;
ee67d69a 3239 int abi = abiversion (abfd);
90e3cdf2
JJ
3240
3241 *ret = NULL;
3242
ee67d69a
AM
3243 if (abi < 2)
3244 {
3245 opd = bfd_get_section_by_name (abfd, ".opd");
3246 if (opd == NULL && abi == 1)
3247 return 0;
3248 }
90e3cdf2 3249
a7535cf3 3250 symcount = static_count;
c9727e01 3251 if (!relocatable)
a7535cf3 3252 symcount += dyn_count;
90e3cdf2 3253 if (symcount == 0)
c9727e01 3254 return 0;
90e3cdf2 3255
a7535cf3
AM
3256 syms = bfd_malloc ((symcount + 1) * sizeof (*syms));
3257 if (syms == NULL)
7356fed5 3258 return -1;
a7535cf3
AM
3259
3260 if (!relocatable && static_count != 0 && dyn_count != 0)
3261 {
3262 /* Use both symbol tables. */
3263 memcpy (syms, static_syms, static_count * sizeof (*syms));
3264 memcpy (syms + static_count, dyn_syms, (dyn_count + 1) * sizeof (*syms));
3265 }
3266 else if (!relocatable && static_count == 0)
3267 memcpy (syms, dyn_syms, (symcount + 1) * sizeof (*syms));
3268 else
3269 memcpy (syms, static_syms, (symcount + 1) * sizeof (*syms));
3270
90e3cdf2 3271 synthetic_relocatable = relocatable;
cd285db5 3272 synthetic_opd = opd;
595da8c5 3273 qsort (syms, symcount, sizeof (*syms), compare_symbols);
90e3cdf2 3274
c9727e01
AM
3275 if (!relocatable && symcount > 1)
3276 {
3277 long j;
3278 /* Trim duplicate syms, since we may have merged the normal and
3279 dynamic symbols. Actually, we only care about syms that have
3b36f7e6 3280 different values, so trim any with the same value. */
c9727e01
AM
3281 for (i = 1, j = 1; i < symcount; ++i)
3282 if (syms[i - 1]->value + syms[i - 1]->section->vma
3283 != syms[i]->value + syms[i]->section->vma)
3284 syms[j++] = syms[i];
3285 symcount = j;
3286 }
3287
699733f6 3288 i = 0;
cd285db5
AM
3289 /* Note that here and in compare_symbols we can't compare opd and
3290 sym->section directly. With separate debug info files, the
3291 symbols will be extracted from the debug file while abfd passed
3292 to this function is the real binary. */
3293 if (opd != NULL && strcmp (syms[i]->section->name, ".opd") == 0)
699733f6
AM
3294 ++i;
3295 codesecsym = i;
90e3cdf2 3296
699733f6
AM
3297 for (; i < symcount; ++i)
3298 if (((syms[i]->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3299 != (SEC_CODE | SEC_ALLOC))
3300 || (syms[i]->flags & BSF_SECTION_SYM) == 0)
3301 break;
3302 codesecsymend = i;
90e3cdf2 3303
699733f6
AM
3304 for (; i < symcount; ++i)
3305 if ((syms[i]->flags & BSF_SECTION_SYM) == 0)
3306 break;
3307 secsymend = i;
90e3cdf2 3308
cd285db5
AM
3309 if (opd != NULL)
3310 for (; i < symcount; ++i)
3311 if (strcmp (syms[i]->section->name, ".opd") != 0)
3312 break;
699733f6 3313 opdsymend = i;
90e3cdf2 3314
699733f6
AM
3315 for (; i < symcount; ++i)
3316 if ((syms[i]->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3317 != (SEC_CODE | SEC_ALLOC))
3318 break;
3319 symcount = i;
3320
c9727e01 3321 count = 0;
90e3cdf2 3322
699733f6 3323 if (relocatable)
90e3cdf2 3324 {
699733f6
AM
3325 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
3326 arelent *r;
3327 size_t size;
3328 long relcount;
90e3cdf2 3329
468392fb
AM
3330 if (opdsymend == secsymend)
3331 goto done;
3332
699733f6 3333 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
90e3cdf2 3334 relcount = (opd->flags & SEC_RELOC) ? opd->reloc_count : 0;
7356fed5 3335 if (relcount == 0)
c9727e01 3336 goto done;
90e3cdf2 3337
7356fed5
AM
3338 if (!(*slurp_relocs) (abfd, opd, static_syms, FALSE))
3339 {
3340 count = -1;
3341 goto done;
3342 }
3343
699733f6 3344 size = 0;
595da8c5 3345 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i)
699733f6
AM
3346 {
3347 asymbol *sym;
90e3cdf2 3348
595da8c5 3349 while (r < opd->relocation + relcount
699733f6
AM
3350 && r->address < syms[i]->value + opd->vma)
3351 ++r;
90e3cdf2 3352
595da8c5 3353 if (r == opd->relocation + relcount)
699733f6 3354 break;
90e3cdf2 3355
699733f6
AM
3356 if (r->address != syms[i]->value + opd->vma)
3357 continue;
90e3cdf2 3358
699733f6
AM
3359 if (r->howto->type != R_PPC64_ADDR64)
3360 continue;
90e3cdf2 3361
699733f6
AM
3362 sym = *r->sym_ptr_ptr;
3363 if (!sym_exists_at (syms, opdsymend, symcount,
3364 sym->section->id, sym->value + r->addend))
3365 {
3366 ++count;
3367 size += sizeof (asymbol);
3368 size += strlen (syms[i]->name) + 2;
3369 }
3370 }
90e3cdf2 3371
c4b0b099
AM
3372 if (size == 0)
3373 goto done;
699733f6
AM
3374 s = *ret = bfd_malloc (size);
3375 if (s == NULL)
3376 {
7356fed5 3377 count = -1;
c9727e01 3378 goto done;
699733f6 3379 }
90e3cdf2 3380
699733f6 3381 names = (char *) (s + count);
90e3cdf2 3382
595da8c5 3383 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i)
90e3cdf2 3384 {
699733f6 3385 asymbol *sym;
90e3cdf2 3386
595da8c5 3387 while (r < opd->relocation + relcount
699733f6
AM
3388 && r->address < syms[i]->value + opd->vma)
3389 ++r;
90e3cdf2 3390
595da8c5 3391 if (r == opd->relocation + relcount)
699733f6
AM
3392 break;
3393
3394 if (r->address != syms[i]->value + opd->vma)
3395 continue;
3396
3397 if (r->howto->type != R_PPC64_ADDR64)
3398 continue;
90e3cdf2 3399
699733f6
AM
3400 sym = *r->sym_ptr_ptr;
3401 if (!sym_exists_at (syms, opdsymend, symcount,
3402 sym->section->id, sym->value + r->addend))
3403 {
3404 size_t len;
3405
3406 *s = *syms[i];
6ba2a415 3407 s->flags |= BSF_SYNTHETIC;
699733f6
AM
3408 s->section = sym->section;
3409 s->value = sym->value + r->addend;
3410 s->name = names;
3411 *names++ = '.';
3412 len = strlen (syms[i]->name);
3413 memcpy (names, syms[i]->name, len + 1);
3414 names += len + 1;
6f610d07
UW
3415 /* Have udata.p point back to the original symbol this
3416 synthetic symbol was derived from. */
3417 s->udata.p = syms[i];
699733f6
AM
3418 s++;
3419 }
3420 }
3421 }
3422 else
90e3cdf2 3423 {
468392fb 3424 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
ee67d69a 3425 bfd_byte *contents = NULL;
699733f6 3426 size_t size;
468392fb
AM
3427 long plt_count = 0;
3428 bfd_vma glink_vma = 0, resolv_vma = 0;
3429 asection *dynamic, *glink = NULL, *relplt = NULL;
3430 arelent *p;
90e3cdf2 3431
ee67d69a 3432 if (opd != NULL && !bfd_malloc_and_get_section (abfd, opd, &contents))
699733f6 3433 {
c4b0b099
AM
3434 free_contents_and_exit_err:
3435 count = -1;
ee67d69a 3436 free_contents_and_exit:
699733f6 3437 if (contents)
ee67d69a 3438 free (contents);
c9727e01 3439 goto done;
699733f6 3440 }
90e3cdf2 3441
699733f6
AM
3442 size = 0;
3443 for (i = secsymend; i < opdsymend; ++i)
3444 {
3445 bfd_vma ent;
90e3cdf2 3446
5ef11c02
AM
3447 /* Ignore bogus symbols. */
3448 if (syms[i]->value > opd->size - 8)
3449 continue;
3450
699733f6
AM
3451 ent = bfd_get_64 (abfd, contents + syms[i]->value);
3452 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
3453 {
3454 ++count;
3455 size += sizeof (asymbol);
3456 size += strlen (syms[i]->name) + 2;
3457 }
3458 }
90e3cdf2 3459
468392fb 3460 /* Get start of .glink stubs from DT_PPC64_GLINK. */
066ee829
AM
3461 if (dyn_count != 0
3462 && (dynamic = bfd_get_section_by_name (abfd, ".dynamic")) != NULL)
468392fb
AM
3463 {
3464 bfd_byte *dynbuf, *extdyn, *extdynend;
3465 size_t extdynsize;
3466 void (*swap_dyn_in) (bfd *, const void *, Elf_Internal_Dyn *);
3467
3468 if (!bfd_malloc_and_get_section (abfd, dynamic, &dynbuf))
c4b0b099 3469 goto free_contents_and_exit_err;
468392fb
AM
3470
3471 extdynsize = get_elf_backend_data (abfd)->s->sizeof_dyn;
3472 swap_dyn_in = get_elf_backend_data (abfd)->s->swap_dyn_in;
3473
3474 extdyn = dynbuf;
3475 extdynend = extdyn + dynamic->size;
3476 for (; extdyn < extdynend; extdyn += extdynsize)
3477 {
3478 Elf_Internal_Dyn dyn;
3479 (*swap_dyn_in) (abfd, extdyn, &dyn);
3480
3481 if (dyn.d_tag == DT_NULL)
3482 break;
3483
3484 if (dyn.d_tag == DT_PPC64_GLINK)
3485 {
b9e5796b
AM
3486 /* The first glink stub starts at offset 32; see
3487 comment in ppc64_elf_finish_dynamic_sections. */
3488 glink_vma = dyn.d_un.d_val + GLINK_CALL_STUB_SIZE - 8 * 4;
468392fb
AM
3489 /* The .glink section usually does not survive the final
3490 link; search for the section (usually .text) where the
3491 glink stubs now reside. */
3492 glink = bfd_sections_find_if (abfd, section_covers_vma,
3493 &glink_vma);
3494 break;
3495 }
3496 }
3497
3498 free (dynbuf);
3499 }
3500
3501 if (glink != NULL)
3502 {
3503 /* Determine __glink trampoline by reading the relative branch
3504 from the first glink stub. */
3505 bfd_byte buf[4];
b9e5796b
AM
3506 unsigned int off = 0;
3507
3508 while (bfd_get_section_contents (abfd, glink, buf,
3509 glink_vma + off - glink->vma, 4))
468392fb
AM
3510 {
3511 unsigned int insn = bfd_get_32 (abfd, buf);
3512 insn ^= B_DOT;
3513 if ((insn & ~0x3fffffc) == 0)
b9e5796b
AM
3514 {
3515 resolv_vma = glink_vma + off + (insn ^ 0x2000000) - 0x2000000;
3516 break;
3517 }
3518 off += 4;
3519 if (off > 4)
3520 break;
468392fb
AM
3521 }
3522
3523 if (resolv_vma)
3524 size += sizeof (asymbol) + sizeof ("__glink_PLTresolve");
468392fb 3525
066ee829
AM
3526 relplt = bfd_get_section_by_name (abfd, ".rela.plt");
3527 if (relplt != NULL)
3528 {
3529 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
3530 if (! (*slurp_relocs) (abfd, relplt, dyn_syms, TRUE))
c4b0b099 3531 goto free_contents_and_exit_err;
68ffbac6 3532
066ee829
AM
3533 plt_count = relplt->size / sizeof (Elf64_External_Rela);
3534 size += plt_count * sizeof (asymbol);
468392fb 3535
066ee829
AM
3536 p = relplt->relocation;
3537 for (i = 0; i < plt_count; i++, p++)
e054468f
AM
3538 {
3539 size += strlen ((*p->sym_ptr_ptr)->name) + sizeof ("@plt");
3540 if (p->addend != 0)
3541 size += sizeof ("+0x") - 1 + 16;
3542 }
066ee829 3543 }
468392fb
AM
3544 }
3545
c4b0b099
AM
3546 if (size == 0)
3547 goto free_contents_and_exit;
699733f6
AM
3548 s = *ret = bfd_malloc (size);
3549 if (s == NULL)
c4b0b099 3550 goto free_contents_and_exit_err;
90e3cdf2 3551
468392fb 3552 names = (char *) (s + count + plt_count + (resolv_vma != 0));
90e3cdf2 3553
699733f6 3554 for (i = secsymend; i < opdsymend; ++i)
90e3cdf2 3555 {
699733f6 3556 bfd_vma ent;
90e3cdf2 3557
5ef11c02
AM
3558 if (syms[i]->value > opd->size - 8)
3559 continue;
3560
699733f6
AM
3561 ent = bfd_get_64 (abfd, contents + syms[i]->value);
3562 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
90e3cdf2 3563 {
c9727e01 3564 long lo, hi;
699733f6 3565 size_t len;
c9727e01 3566 asection *sec = abfd->sections;
90e3cdf2 3567
699733f6
AM
3568 *s = *syms[i];
3569 lo = codesecsym;
3570 hi = codesecsymend;
3571 while (lo < hi)
3572 {
c9727e01 3573 long mid = (lo + hi) >> 1;
699733f6
AM
3574 if (syms[mid]->section->vma < ent)
3575 lo = mid + 1;
3576 else if (syms[mid]->section->vma > ent)
3577 hi = mid;
3578 else
c9727e01
AM
3579 {
3580 sec = syms[mid]->section;
3581 break;
3582 }
699733f6
AM
3583 }
3584
c9727e01 3585 if (lo >= hi && lo > codesecsym)
699733f6 3586 sec = syms[lo - 1]->section;
699733f6
AM
3587
3588 for (; sec != NULL; sec = sec->next)
3589 {
3590 if (sec->vma > ent)
3591 break;
63524580
JK
3592 /* SEC_LOAD may not be set if SEC is from a separate debug
3593 info file. */
3594 if ((sec->flags & SEC_ALLOC) == 0)
699733f6
AM
3595 break;
3596 if ((sec->flags & SEC_CODE) != 0)
3597 s->section = sec;
3598 }
6ba2a415 3599 s->flags |= BSF_SYNTHETIC;
699733f6
AM
3600 s->value = ent - s->section->vma;
3601 s->name = names;
3602 *names++ = '.';
3603 len = strlen (syms[i]->name);
3604 memcpy (names, syms[i]->name, len + 1);
3605 names += len + 1;
6f610d07
UW
3606 /* Have udata.p point back to the original symbol this
3607 synthetic symbol was derived from. */
3608 s->udata.p = syms[i];
699733f6 3609 s++;
90e3cdf2 3610 }
90e3cdf2 3611 }
699733f6 3612 free (contents);
468392fb
AM
3613
3614 if (glink != NULL && relplt != NULL)
3615 {
3616 if (resolv_vma)
3617 {
3618 /* Add a symbol for the main glink trampoline. */
86a4952b 3619 memset (s, 0, sizeof *s);
468392fb 3620 s->the_bfd = abfd;
6ba2a415 3621 s->flags = BSF_GLOBAL | BSF_SYNTHETIC;
468392fb
AM
3622 s->section = glink;
3623 s->value = resolv_vma - glink->vma;
3624 s->name = names;
3625 memcpy (names, "__glink_PLTresolve", sizeof ("__glink_PLTresolve"));
3626 names += sizeof ("__glink_PLTresolve");
3627 s++;
3628 count++;
3629 }
3630
3631 /* FIXME: It would be very much nicer to put sym@plt on the
3632 stub rather than on the glink branch table entry. The
3633 objdump disassembler would then use a sensible symbol
3634 name on plt calls. The difficulty in doing so is
3635 a) finding the stubs, and,
3636 b) matching stubs against plt entries, and,
3637 c) there can be multiple stubs for a given plt entry.
3638
3639 Solving (a) could be done by code scanning, but older
3640 ppc64 binaries used different stubs to current code.
3641 (b) is the tricky one since you need to known the toc
3642 pointer for at least one function that uses a pic stub to
3643 be able to calculate the plt address referenced.
3644 (c) means gdb would need to set multiple breakpoints (or
3645 find the glink branch itself) when setting breakpoints
3646 for pending shared library loads. */
3647 p = relplt->relocation;
3648 for (i = 0; i < plt_count; i++, p++)
3649 {
3650 size_t len;
3651
3652 *s = **p->sym_ptr_ptr;
3653 /* Undefined syms won't have BSF_LOCAL or BSF_GLOBAL set. Since
3654 we are defining a symbol, ensure one of them is set. */
3655 if ((s->flags & BSF_LOCAL) == 0)
3656 s->flags |= BSF_GLOBAL;
6ba2a415 3657 s->flags |= BSF_SYNTHETIC;
468392fb
AM
3658 s->section = glink;
3659 s->value = glink_vma - glink->vma;
3660 s->name = names;
3661 s->udata.p = NULL;
3662 len = strlen ((*p->sym_ptr_ptr)->name);
3663 memcpy (names, (*p->sym_ptr_ptr)->name, len);
3664 names += len;
e054468f
AM
3665 if (p->addend != 0)
3666 {
3667 memcpy (names, "+0x", sizeof ("+0x") - 1);
3668 names += sizeof ("+0x") - 1;
3669 bfd_sprintf_vma (abfd, names, p->addend);
3670 names += strlen (names);
3671 }
468392fb
AM
3672 memcpy (names, "@plt", sizeof ("@plt"));
3673 names += sizeof ("@plt");
3674 s++;
b9e5796b
AM
3675 if (abi < 2)
3676 {
3677 glink_vma += 8;
3678 if (i >= 0x8000)
3679 glink_vma += 4;
3680 }
3681 else
468392fb
AM
3682 glink_vma += 4;
3683 }
3684 count += plt_count;
3685 }
90e3cdf2
JJ
3686 }
3687
c9727e01 3688 done:
a7535cf3 3689 free (syms);
90e3cdf2
JJ
3690 return count;
3691}
5bd4f169 3692\f
65f38f15
AM
3693/* The following functions are specific to the ELF linker, while
3694 functions above are used generally. Those named ppc64_elf_* are
3695 called by the main ELF linker code. They appear in this file more
3696 or less in the order in which they are called. eg.
3697 ppc64_elf_check_relocs is called early in the link process,
3698 ppc64_elf_finish_dynamic_sections is one of the last functions
e86ce104
AM
3699 called.
3700
3701 PowerPC64-ELF uses a similar scheme to PowerPC64-XCOFF in that
3702 functions have both a function code symbol and a function descriptor
3703 symbol. A call to foo in a relocatable object file looks like:
3704
3705 . .text
3706 . x:
3707 . bl .foo
3708 . nop
3709
3710 The function definition in another object file might be:
3711
3712 . .section .opd
3713 . foo: .quad .foo
3714 . .quad .TOC.@tocbase
3715 . .quad 0
3716 .
3717 . .text
3718 . .foo: blr
3719
3720 When the linker resolves the call during a static link, the branch
3721 unsurprisingly just goes to .foo and the .opd information is unused.
3722 If the function definition is in a shared library, things are a little
3723 different: The call goes via a plt call stub, the opd information gets
3724 copied to the plt, and the linker patches the nop.
3725
3726 . x:
3727 . bl .foo_stub
3728 . ld 2,40(1)
3729 .
3730 .
3731 . .foo_stub:
71a39c98
AM
3732 . std 2,40(1) # in practice, the call stub
3733 . addis 11,2,Lfoo@toc@ha # is slightly optimized, but
3734 . addi 11,11,Lfoo@toc@l # this is the general idea
3735 . ld 12,0(11)
3736 . ld 2,8(11)
3737 . mtctr 12
3738 . ld 11,16(11)
e86ce104
AM
3739 . bctr
3740 .
3741 . .section .plt
3742 . Lfoo: reloc (R_PPC64_JMP_SLOT, foo)
3743
3744 The "reloc ()" notation is supposed to indicate that the linker emits
3745 an R_PPC64_JMP_SLOT reloc against foo. The dynamic linker does the opd
3746 copying.
3747
3748 What are the difficulties here? Well, firstly, the relocations
3749 examined by the linker in check_relocs are against the function code
3750 sym .foo, while the dynamic relocation in the plt is emitted against
3751 the function descriptor symbol, foo. Somewhere along the line, we need
3752 to carefully copy dynamic link information from one symbol to the other.
3753 Secondly, the generic part of the elf linker will make .foo a dynamic
3754 symbol as is normal for most other backends. We need foo dynamic
3755 instead, at least for an application final link. However, when
3756 creating a shared library containing foo, we need to have both symbols
3757 dynamic so that references to .foo are satisfied during the early
3758 stages of linking. Otherwise the linker might decide to pull in a
8387904d
AM
3759 definition from some other object, eg. a static library.
3760
3761 Update: As of August 2004, we support a new convention. Function
3762 calls may use the function descriptor symbol, ie. "bl foo". This
3763 behaves exactly as "bl .foo". */
65f38f15 3764
1d483afe 3765/* Of those relocs that might be copied as dynamic relocs, this function
58ac9f71
AM
3766 selects those that must be copied when linking a shared library,
3767 even when the symbol is local. */
65f38f15 3768
1d483afe
AM
3769static int
3770must_be_dyn_reloc (struct bfd_link_info *info,
3771 enum elf_ppc64_reloc_type r_type)
3772{
3773 switch (r_type)
3774 {
3775 default:
3776 return 1;
3777
3778 case R_PPC64_REL32:
3779 case R_PPC64_REL64:
3780 case R_PPC64_REL30:
3781 return 0;
3782
3783 case R_PPC64_TPREL16:
3784 case R_PPC64_TPREL16_LO:
3785 case R_PPC64_TPREL16_HI:
3786 case R_PPC64_TPREL16_HA:
3787 case R_PPC64_TPREL16_DS:
3788 case R_PPC64_TPREL16_LO_DS:
f9c6b907
AM
3789 case R_PPC64_TPREL16_HIGH:
3790 case R_PPC64_TPREL16_HIGHA:
1d483afe
AM
3791 case R_PPC64_TPREL16_HIGHER:
3792 case R_PPC64_TPREL16_HIGHERA:
3793 case R_PPC64_TPREL16_HIGHEST:
3794 case R_PPC64_TPREL16_HIGHESTA:
3795 case R_PPC64_TPREL64:
0e1862bb 3796 return !bfd_link_executable (info);
1d483afe
AM
3797 }
3798}
65f38f15 3799
f4656909
AM
3800/* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
3801 copying dynamic variables from a shared lib into an app's dynbss
3802 section, and instead use a dynamic relocation to point into the
5d35169e
AM
3803 shared lib. With code that gcc generates, it's vital that this be
3804 enabled; In the PowerPC64 ABI, the address of a function is actually
3805 the address of a function descriptor, which resides in the .opd
3806 section. gcc uses the descriptor directly rather than going via the
3807 GOT as some other ABI's do, which means that initialized function
3808 pointers must reference the descriptor. Thus, a function pointer
3809 initialized to the address of a function in a shared library will
3810 either require a copy reloc, or a dynamic reloc. Using a copy reloc
4cc11e76 3811 redefines the function descriptor symbol to point to the copy. This
5d35169e
AM
3812 presents a problem as a plt entry for that function is also
3813 initialized from the function descriptor symbol and the copy reloc
3814 may not be initialized first. */
a23b6845 3815#define ELIMINATE_COPY_RELOCS 1
f4656909 3816
721956f4 3817/* Section name for stubs is the associated section name plus this
29942be8
NC
3818 string. */
3819#define STUB_SUFFIX ".stub"
721956f4
AM
3820
3821/* Linker stubs.
3822 ppc_stub_long_branch:
3823 Used when a 14 bit branch (or even a 24 bit branch) can't reach its
3824 destination, but a 24 bit branch in a stub section will reach.
3825 . b dest
3826
3827 ppc_stub_plt_branch:
3828 Similar to the above, but a 24 bit branch in the stub section won't
3829 reach its destination.
71a39c98
AM
3830 . addis %r11,%r2,xxx@toc@ha
3831 . ld %r12,xxx@toc@l(%r11)
3832 . mtctr %r12
721956f4
AM
3833 . bctr
3834
3835 ppc_stub_plt_call:
2c66dc6c
AM
3836 Used to call a function in a shared library. If it so happens that
3837 the plt entry referenced crosses a 64k boundary, then an extra
71a39c98 3838 "addi %r11,%r11,xxx@toc@l" will be inserted before the "mtctr".
721956f4 3839 . std %r2,40(%r1)
71a39c98
AM
3840 . addis %r11,%r2,xxx@toc@ha
3841 . ld %r12,xxx+0@toc@l(%r11)
3842 . mtctr %r12
3843 . ld %r2,xxx+8@toc@l(%r11)
3844 . ld %r11,xxx+16@toc@l(%r11)
721956f4 3845 . bctr
ad8e1ba5
AM
3846
3847 ppc_stub_long_branch and ppc_stub_plt_branch may also have additional
3848 code to adjust the value and save r2 to support multiple toc sections.
3849 A ppc_stub_long_branch with an r2 offset looks like:
3850 . std %r2,40(%r1)
3851 . addis %r2,%r2,off@ha
3852 . addi %r2,%r2,off@l
3853 . b dest
3854
3855 A ppc_stub_plt_branch with an r2 offset looks like:
3856 . std %r2,40(%r1)
71a39c98
AM
3857 . addis %r11,%r2,xxx@toc@ha
3858 . ld %r12,xxx@toc@l(%r11)
ad8e1ba5
AM
3859 . addis %r2,%r2,off@ha
3860 . addi %r2,%r2,off@l
71a39c98 3861 . mtctr %r12
ad8e1ba5 3862 . bctr
ac2df442
AM
3863
3864 In cases where the "addis" instruction would add zero, the "addis" is
3865 omitted and following instructions modified slightly in some cases.
721956f4
AM
3866*/
3867
3868enum ppc_stub_type {
3869 ppc_stub_none,
3870 ppc_stub_long_branch,
ad8e1ba5 3871 ppc_stub_long_branch_r2off,
721956f4 3872 ppc_stub_plt_branch,
ad8e1ba5 3873 ppc_stub_plt_branch_r2off,
794e51c0 3874 ppc_stub_plt_call,
7341d5e2 3875 ppc_stub_plt_call_r2save,
a4b6fadd
AM
3876 ppc_stub_global_entry,
3877 ppc_stub_save_res
721956f4
AM
3878};
3879
6f20ed8a
AM
3880/* Information on stub grouping. */
3881struct map_stub
3882{
3883 /* The stub section. */
3884 asection *stub_sec;
3885 /* This is the section to which stubs in the group will be attached. */
3886 asection *link_sec;
a4b6fadd
AM
3887 /* Next group. */
3888 struct map_stub *next;
3889 /* Whether to emit a copy of register save/restore functions in this
3890 group. */
3891 int needs_save_res;
6f20ed8a
AM
3892};
3893
721956f4
AM
3894struct ppc_stub_hash_entry {
3895
3896 /* Base hash table entry structure. */
3897 struct bfd_hash_entry root;
3898
ad8e1ba5
AM
3899 enum ppc_stub_type stub_type;
3900
6f20ed8a
AM
3901 /* Group information. */
3902 struct map_stub *group;
721956f4
AM
3903
3904 /* Offset within stub_sec of the beginning of this stub. */
3905 bfd_vma stub_offset;
3906
3907 /* Given the symbol's value and its section we can determine its final
3908 value when building the stubs (so the stub knows where to jump. */
3909 bfd_vma target_value;
3910 asection *target_section;
3911
721956f4
AM
3912 /* The symbol table entry, if any, that this was derived from. */
3913 struct ppc_link_hash_entry *h;
e054468f 3914 struct plt_entry *plt_ent;
721956f4 3915
6911b7dc
AM
3916 /* Symbol st_other. */
3917 unsigned char other;
721956f4
AM
3918};
3919
3920struct ppc_branch_hash_entry {
3921
3922 /* Base hash table entry structure. */
3923 struct bfd_hash_entry root;
3924
c456f082 3925 /* Offset within branch lookup table. */
721956f4
AM
3926 unsigned int offset;
3927
3928 /* Generation marker. */
3929 unsigned int iter;
3930};
65f38f15 3931
19e08130
AM
3932/* Used to track dynamic relocations for local symbols. */
3933struct ppc_dyn_relocs
3934{
3935 struct ppc_dyn_relocs *next;
3936
3937 /* The input section of the reloc. */
3938 asection *sec;
3939
3940 /* Total number of relocs copied for the input section. */
3941 unsigned int count : 31;
3942
3943 /* Whether this entry is for STT_GNU_IFUNC symbols. */
3944 unsigned int ifunc : 1;
3945};
3946
65f38f15
AM
3947struct ppc_link_hash_entry
3948{
3949 struct elf_link_hash_entry elf;
3950
b3fac117
AM
3951 union {
3952 /* A pointer to the most recently used stub hash entry against this
3953 symbol. */
3954 struct ppc_stub_hash_entry *stub_cache;
3955
3956 /* A pointer to the next symbol starting with a '.' */
3957 struct ppc_link_hash_entry *next_dot_sym;
3958 } u;
721956f4 3959
65f38f15 3960 /* Track dynamic relocs copied for this symbol. */
6061a67d 3961 struct elf_dyn_relocs *dyn_relocs;
e86ce104 3962
d311bc8b
AM
3963 /* Chain of aliases referring to a weakdef. */
3964 struct ppc_link_hash_entry *weakref;
3965
721956f4 3966 /* Link between function code and descriptor symbols. */
34814b9f 3967 struct ppc_link_hash_entry *oh;
721956f4 3968
e86ce104
AM
3969 /* Flag function code and descriptor symbols. */
3970 unsigned int is_func:1;
3971 unsigned int is_func_descriptor:1;
908b32fc 3972 unsigned int fake:1;
411e1bfb 3973
c5614fa4
AM
3974 /* Whether global opd/toc sym has been adjusted or not.
3975 After ppc64_elf_edit_opd/ppc64_elf_edit_toc has run, this flag
3976 should be set for all globals defined in any opd/toc section. */
754021d0
AM
3977 unsigned int adjust_done:1;
3978
99877b66
AM
3979 /* Set if we twiddled this symbol to weak at some stage. */
3980 unsigned int was_undefined:1;
3981
a4b6fadd
AM
3982 /* Set if this is an out-of-line register save/restore function,
3983 with non-standard calling convention. */
3984 unsigned int save_res:1;
3985
411e1bfb 3986 /* Contexts in which symbol is used in the GOT (or TOC).
e7b938ca
AM
3987 TLS_GD .. TLS_EXPLICIT bits are or'd into the mask as the
3988 corresponding relocs are encountered during check_relocs.
3989 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
3990 indicate the corresponding GOT entry type is not needed.
3991 tls_optimize may also set TLS_TPRELGD when a GD reloc turns into
3992 a TPREL one. We use a separate flag rather than setting TPREL
3993 just for convenience in distinguishing the two cases. */
3994#define TLS_GD 1 /* GD reloc. */
3995#define TLS_LD 2 /* LD reloc. */
3996#define TLS_TPREL 4 /* TPREL reloc, => IE. */
3997#define TLS_DTPREL 8 /* DTPREL reloc, => LD. */
3998#define TLS_TLS 16 /* Any TLS reloc. */
3999#define TLS_EXPLICIT 32 /* Marks TOC section TLS relocs. */
4000#define TLS_TPRELGD 64 /* TPREL reloc resulting from GD->IE. */
e054468f 4001#define PLT_IFUNC 128 /* STT_GNU_IFUNC. */
f961d9dd 4002 unsigned char tls_mask;
65f38f15
AM
4003};
4004
4005/* ppc64 ELF linker hash table. */
4006
4007struct ppc_link_hash_table
4008{
4009 struct elf_link_hash_table elf;
4010
721956f4
AM
4011 /* The stub hash table. */
4012 struct bfd_hash_table stub_hash_table;
4013
4014 /* Another hash table for plt_branch stubs. */
4015 struct bfd_hash_table branch_hash_table;
4016
3b421ab3
AM
4017 /* Hash table for function prologue tocsave. */
4018 htab_t tocsave_htab;
4019
e7d1c40c
AM
4020 /* Various options and other info passed from the linker. */
4021 struct ppc64_elf_params *params;
721956f4 4022
6f20ed8a
AM
4023 /* The size of sec_info below. */
4024 unsigned int sec_info_arr_size;
4025
4026 /* Per-section array of extra section info. Done this way rather
4027 than as part of ppc64_elf_section_data so we have the info for
4028 non-ppc64 sections. */
4029 struct
4030 {
4031 /* Along with elf_gp, specifies the TOC pointer used by this section. */
ad8e1ba5 4032 bfd_vma toc_off;
6f20ed8a
AM
4033
4034 union
4035 {
4036 /* The section group that this section belongs to. */
4037 struct map_stub *group;
4038 /* A temp section list pointer. */
4039 asection *list;
4040 } u;
4041 } *sec_info;
721956f4 4042
a4b6fadd
AM
4043 /* Linked list of groups. */
4044 struct map_stub *group;
4045
ad8e1ba5
AM
4046 /* Temp used when calculating TOC pointers. */
4047 bfd_vma toc_curr;
bf102f86
AM
4048 bfd *toc_bfd;
4049 asection *toc_first_sec;
ad8e1ba5 4050
b3fac117
AM
4051 /* Used when adding symbols. */
4052 struct ppc_link_hash_entry *dot_syms;
4053
33e44f2e 4054 /* Shortcuts to get to dynamic linker sections. */
4ce794b7
AM
4055 asection *dynbss;
4056 asection *relbss;
4057 asection *glink;
82bd7b59 4058 asection *sfpr;
4ce794b7
AM
4059 asection *brlt;
4060 asection *relbrlt;
58d180e8 4061 asection *glink_eh_frame;
ec338859 4062
8387904d
AM
4063 /* Shortcut to .__tls_get_addr and __tls_get_addr. */
4064 struct ppc_link_hash_entry *tls_get_addr;
4065 struct ppc_link_hash_entry *tls_get_addr_fd;
411e1bfb 4066
927be08e
AM
4067 /* The size of reliplt used by got entry relocs. */
4068 bfd_size_type got_reli_size;
4069
9b5ecbd0 4070 /* Statistics. */
7341d5e2 4071 unsigned long stub_count[ppc_stub_global_entry];
9b5ecbd0 4072
ee75fd95
AM
4073 /* Number of stubs against global syms. */
4074 unsigned long stub_globals;
4075
ee67d69a
AM
4076 /* Set if we're linking code with function descriptors. */
4077 unsigned int opd_abi:1;
4078
4c52953f 4079 /* Support for multiple toc sections. */
33c0ec9d 4080 unsigned int do_multi_toc:1;
4c52953f 4081 unsigned int multi_toc_needed:1;
927be08e 4082 unsigned int second_toc_pass:1;
67f0cbdb 4083 unsigned int do_toc_opt:1;
4c52953f 4084
5d1634d7 4085 /* Set on error. */
99877b66 4086 unsigned int stub_error:1;
721956f4 4087
f6c7c3e8 4088 /* Temp used by ppc64_elf_before_check_relocs. */
99877b66 4089 unsigned int twiddled_syms:1;
721956f4
AM
4090
4091 /* Incremented every time we size stubs. */
4092 unsigned int stub_iteration;
5d1634d7 4093
87d72d41
AM
4094 /* Small local sym cache. */
4095 struct sym_cache sym_cache;
65f38f15
AM
4096};
4097
4c52953f
AM
4098/* Rename some of the generic section flags to better document how they
4099 are used here. */
b0dddeec
AM
4100
4101/* Nonzero if this section has TLS related relocations. */
4102#define has_tls_reloc sec_flg0
4103
4104/* Nonzero if this section has a call to __tls_get_addr. */
4105#define has_tls_get_addr_call sec_flg1
4106
4107/* Nonzero if this section has any toc or got relocs. */
4108#define has_toc_reloc sec_flg2
4109
4110/* Nonzero if this section has a call to another section that uses
4111 the toc or got. */
d77c8a4b 4112#define makes_toc_func_call sec_flg3
b0dddeec
AM
4113
4114/* Recursion protection when determining above flag. */
d77c8a4b 4115#define call_check_in_progress sec_flg4
70cc837d 4116#define call_check_done sec_flg5
4c52953f 4117
65f38f15
AM
4118/* Get the ppc64 ELF linker hash table from a link_info structure. */
4119
4120#define ppc_hash_table(p) \
4dfe6ac6
NC
4121 (elf_hash_table_id ((struct elf_link_hash_table *) ((p)->hash)) \
4122 == PPC64_ELF_DATA ? ((struct ppc_link_hash_table *) ((p)->hash)) : NULL)
65f38f15 4123
721956f4
AM
4124#define ppc_stub_hash_lookup(table, string, create, copy) \
4125 ((struct ppc_stub_hash_entry *) \
4126 bfd_hash_lookup ((table), (string), (create), (copy)))
4127
4128#define ppc_branch_hash_lookup(table, string, create, copy) \
4129 ((struct ppc_branch_hash_entry *) \
4130 bfd_hash_lookup ((table), (string), (create), (copy)))
4131
4132/* Create an entry in the stub hash table. */
4133
4134static struct bfd_hash_entry *
4ce794b7
AM
4135stub_hash_newfunc (struct bfd_hash_entry *entry,
4136 struct bfd_hash_table *table,
4137 const char *string)
721956f4
AM
4138{
4139 /* Allocate the structure if it has not already been allocated by a
4140 subclass. */
4141 if (entry == NULL)
4142 {
4143 entry = bfd_hash_allocate (table, sizeof (struct ppc_stub_hash_entry));
4144 if (entry == NULL)
4145 return entry;
4146 }
4147
4148 /* Call the allocation method of the superclass. */
4149 entry = bfd_hash_newfunc (entry, table, string);
4150 if (entry != NULL)
4151 {
4152 struct ppc_stub_hash_entry *eh;
4153
4154 /* Initialize the local fields. */
4155 eh = (struct ppc_stub_hash_entry *) entry;
ad8e1ba5 4156 eh->stub_type = ppc_stub_none;
6f20ed8a 4157 eh->group = NULL;
721956f4
AM
4158 eh->stub_offset = 0;
4159 eh->target_value = 0;
4160 eh->target_section = NULL;
721956f4 4161 eh->h = NULL;
6911b7dc 4162 eh->plt_ent = NULL;
6911b7dc 4163 eh->other = 0;
721956f4
AM
4164 }
4165
4166 return entry;
4167}
4168
4169/* Create an entry in the branch hash table. */
4170
4171static struct bfd_hash_entry *
4ce794b7
AM
4172branch_hash_newfunc (struct bfd_hash_entry *entry,
4173 struct bfd_hash_table *table,
4174 const char *string)
721956f4
AM
4175{
4176 /* Allocate the structure if it has not already been allocated by a
4177 subclass. */
4178 if (entry == NULL)
4179 {
4180 entry = bfd_hash_allocate (table, sizeof (struct ppc_branch_hash_entry));
4181 if (entry == NULL)
4182 return entry;
4183 }
4184
4185 /* Call the allocation method of the superclass. */
4186 entry = bfd_hash_newfunc (entry, table, string);
4187 if (entry != NULL)
4188 {
4189 struct ppc_branch_hash_entry *eh;
4190
4191 /* Initialize the local fields. */
4192 eh = (struct ppc_branch_hash_entry *) entry;
4193 eh->offset = 0;
4194 eh->iter = 0;
4195 }
4196
4197 return entry;
4198}
4199
65f38f15
AM
4200/* Create an entry in a ppc64 ELF linker hash table. */
4201
4202static struct bfd_hash_entry *
4ce794b7
AM
4203link_hash_newfunc (struct bfd_hash_entry *entry,
4204 struct bfd_hash_table *table,
4205 const char *string)
65f38f15
AM
4206{
4207 /* Allocate the structure if it has not already been allocated by a
4208 subclass. */
4209 if (entry == NULL)
4210 {
4211 entry = bfd_hash_allocate (table, sizeof (struct ppc_link_hash_entry));
4212 if (entry == NULL)
4213 return entry;
4214 }
4215
4216 /* Call the allocation method of the superclass. */
4217 entry = _bfd_elf_link_hash_newfunc (entry, table, string);
4218 if (entry != NULL)
4219 {
4220 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) entry;
4221
b3fac117 4222 memset (&eh->u.stub_cache, 0,
908b32fc 4223 (sizeof (struct ppc_link_hash_entry)
b3fac117
AM
4224 - offsetof (struct ppc_link_hash_entry, u.stub_cache)));
4225
4226 /* When making function calls, old ABI code references function entry
4227 points (dot symbols), while new ABI code references the function
4228 descriptor symbol. We need to make any combination of reference and
4229 definition work together, without breaking archive linking.
4230
4231 For a defined function "foo" and an undefined call to "bar":
4232 An old object defines "foo" and ".foo", references ".bar" (possibly
4233 "bar" too).
4234 A new object defines "foo" and references "bar".
4235
4236 A new object thus has no problem with its undefined symbols being
4237 satisfied by definitions in an old object. On the other hand, the
4238 old object won't have ".bar" satisfied by a new object.
4239
4240 Keep a list of newly added dot-symbols. */
4241
4242 if (string[0] == '.')
4243 {
4244 struct ppc_link_hash_table *htab;
4245
4246 htab = (struct ppc_link_hash_table *) table;
4247 eh->u.next_dot_sym = htab->dot_syms;
4248 htab->dot_syms = eh;
4249 }
65f38f15
AM
4250 }
4251
4252 return entry;
4253}
4254
3b421ab3
AM
4255struct tocsave_entry {
4256 asection *sec;
4257 bfd_vma offset;
4258};
4259
4260static hashval_t
4261tocsave_htab_hash (const void *p)
4262{
4263 const struct tocsave_entry *e = (const struct tocsave_entry *) p;
4264 return ((bfd_vma)(intptr_t) e->sec ^ e->offset) >> 3;
4265}
4266
4267static int
4268tocsave_htab_eq (const void *p1, const void *p2)
4269{
4270 const struct tocsave_entry *e1 = (const struct tocsave_entry *) p1;
4271 const struct tocsave_entry *e2 = (const struct tocsave_entry *) p2;
4272 return e1->sec == e2->sec && e1->offset == e2->offset;
4273}
4274
68faa637
AM
4275/* Destroy a ppc64 ELF linker hash table. */
4276
4277static void
d495ab0d 4278ppc64_elf_link_hash_table_free (bfd *obfd)
68faa637 4279{
d495ab0d 4280 struct ppc_link_hash_table *htab;
68faa637 4281
d495ab0d 4282 htab = (struct ppc_link_hash_table *) obfd->link.hash;
68faa637
AM
4283 if (htab->tocsave_htab)
4284 htab_delete (htab->tocsave_htab);
d495ab0d
AM
4285 bfd_hash_table_free (&htab->branch_hash_table);
4286 bfd_hash_table_free (&htab->stub_hash_table);
4287 _bfd_elf_link_hash_table_free (obfd);
68faa637
AM
4288}
4289
65f38f15
AM
4290/* Create a ppc64 ELF linker hash table. */
4291
4292static struct bfd_link_hash_table *
4ce794b7 4293ppc64_elf_link_hash_table_create (bfd *abfd)
65f38f15
AM
4294{
4295 struct ppc_link_hash_table *htab;
4296 bfd_size_type amt = sizeof (struct ppc_link_hash_table);
4297
4ce794b7 4298 htab = bfd_zmalloc (amt);
65f38f15
AM
4299 if (htab == NULL)
4300 return NULL;
4301
66eb6687 4302 if (!_bfd_elf_link_hash_table_init (&htab->elf, abfd, link_hash_newfunc,
4dfe6ac6
NC
4303 sizeof (struct ppc_link_hash_entry),
4304 PPC64_ELF_DATA))
65f38f15 4305 {
e2d34d7d 4306 free (htab);
65f38f15
AM
4307 return NULL;
4308 }
4309
721956f4 4310 /* Init the stub hash table too. */
66eb6687
AM
4311 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc,
4312 sizeof (struct ppc_stub_hash_entry)))
2915c55b 4313 {
d495ab0d 4314 _bfd_elf_link_hash_table_free (abfd);
2915c55b
JK
4315 return NULL;
4316 }
721956f4
AM
4317
4318 /* And the branch hash table. */
66eb6687
AM
4319 if (!bfd_hash_table_init (&htab->branch_hash_table, branch_hash_newfunc,
4320 sizeof (struct ppc_branch_hash_entry)))
2915c55b
JK
4321 {
4322 bfd_hash_table_free (&htab->stub_hash_table);
d495ab0d 4323 _bfd_elf_link_hash_table_free (abfd);
2915c55b
JK
4324 return NULL;
4325 }
721956f4 4326
3b421ab3
AM
4327 htab->tocsave_htab = htab_try_create (1024,
4328 tocsave_htab_hash,
4329 tocsave_htab_eq,
4330 NULL);
4331 if (htab->tocsave_htab == NULL)
2915c55b 4332 {
d495ab0d 4333 ppc64_elf_link_hash_table_free (abfd);
2915c55b
JK
4334 return NULL;
4335 }
d495ab0d 4336 htab->elf.root.hash_table_free = ppc64_elf_link_hash_table_free;
3b421ab3 4337
3254fd24
AM
4338 /* Initializing two fields of the union is just cosmetic. We really
4339 only care about glist, but when compiled on a 32-bit host the
4340 bfd_vma fields are larger. Setting the bfd_vma to zero makes
4341 debugger inspection of these fields look nicer. */
a6aa5195
AM
4342 htab->elf.init_got_refcount.refcount = 0;
4343 htab->elf.init_got_refcount.glist = NULL;
4344 htab->elf.init_plt_refcount.refcount = 0;
4345 htab->elf.init_plt_refcount.glist = NULL;
4346 htab->elf.init_got_offset.offset = 0;
4347 htab->elf.init_got_offset.glist = NULL;
4348 htab->elf.init_plt_offset.offset = 0;
4349 htab->elf.init_plt_offset.glist = NULL;
3254fd24 4350
65f38f15
AM
4351 return &htab->elf.root;
4352}
4353
bfeb4a28
AM
4354/* Create sections for linker generated code. */
4355
4356static bfd_boolean
4357create_linkage_sections (bfd *dynobj, struct bfd_link_info *info)
4358{
4359 struct ppc_link_hash_table *htab;
4360 flagword flags;
4361
4362 htab = ppc_hash_table (info);
4363
bfeb4a28
AM
4364 flags = (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_READONLY
4365 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
b32547cd
AM
4366 if (htab->params->save_restore_funcs)
4367 {
4368 /* Create .sfpr for code to save and restore fp regs. */
4369 htab->sfpr = bfd_make_section_anyway_with_flags (dynobj, ".sfpr",
4370 flags);
4371 if (htab->sfpr == NULL
4372 || ! bfd_set_section_alignment (dynobj, htab->sfpr, 2))
4373 return FALSE;
4374 }
4375
4376 if (bfd_link_relocatable (info))
4377 return TRUE;
bfeb4a28
AM
4378
4379 /* Create .glink for lazy dynamic linking support. */
4380 htab->glink = bfd_make_section_anyway_with_flags (dynobj, ".glink",
4381 flags);
4382 if (htab->glink == NULL
4383 || ! bfd_set_section_alignment (dynobj, htab->glink, 3))
4384 return FALSE;
4385
4386 if (!info->no_ld_generated_unwind_info)
4387 {
4388 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_HAS_CONTENTS
4389 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4390 htab->glink_eh_frame = bfd_make_section_anyway_with_flags (dynobj,
4391 ".eh_frame",
4392 flags);
4393 if (htab->glink_eh_frame == NULL
4394 || !bfd_set_section_alignment (dynobj, htab->glink_eh_frame, 2))
4395 return FALSE;
4396 }
4397
4398 flags = SEC_ALLOC | SEC_LINKER_CREATED;
33e44f2e
AM
4399 htab->elf.iplt = bfd_make_section_anyway_with_flags (dynobj, ".iplt", flags);
4400 if (htab->elf.iplt == NULL
4401 || ! bfd_set_section_alignment (dynobj, htab->elf.iplt, 3))
bfeb4a28
AM
4402 return FALSE;
4403
4404 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
4405 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
33e44f2e
AM
4406 htab->elf.irelplt
4407 = bfd_make_section_anyway_with_flags (dynobj, ".rela.iplt", flags);
4408 if (htab->elf.irelplt == NULL
4409 || ! bfd_set_section_alignment (dynobj, htab->elf.irelplt, 3))
bfeb4a28
AM
4410 return FALSE;
4411
4412 /* Create branch lookup table for plt_branch stubs. */
4413 flags = (SEC_ALLOC | SEC_LOAD
4414 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4415 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
4416 flags);
4417 if (htab->brlt == NULL
4418 || ! bfd_set_section_alignment (dynobj, htab->brlt, 3))
4419 return FALSE;
4420
0e1862bb 4421 if (!bfd_link_pic (info))
bfeb4a28
AM
4422 return TRUE;
4423
4424 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
4425 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4426 htab->relbrlt = bfd_make_section_anyway_with_flags (dynobj,
4427 ".rela.branch_lt",
4428 flags);
4429 if (htab->relbrlt == NULL
4430 || ! bfd_set_section_alignment (dynobj, htab->relbrlt, 3))
4431 return FALSE;
4432
4433 return TRUE;
4434}
4435
e717da7e
AM
4436/* Satisfy the ELF linker by filling in some fields in our fake bfd. */
4437
bfeb4a28 4438bfd_boolean
e7d1c40c
AM
4439ppc64_elf_init_stub_bfd (struct bfd_link_info *info,
4440 struct ppc64_elf_params *params)
e717da7e
AM
4441{
4442 struct ppc_link_hash_table *htab;
4443
e7d1c40c 4444 elf_elfheader (params->stub_bfd)->e_ident[EI_CLASS] = ELFCLASS64;
e717da7e
AM
4445
4446/* Always hook our dynamic sections into the first bfd, which is the
4447 linker created stub bfd. This ensures that the GOT header is at
4448 the start of the output TOC section. */
4449 htab = ppc_hash_table (info);
e7d1c40c
AM
4450 htab->elf.dynobj = params->stub_bfd;
4451 htab->params = params;
bfeb4a28 4452
bfeb4a28 4453 return create_linkage_sections (htab->elf.dynobj, info);
e717da7e
AM
4454}
4455
721956f4
AM
4456/* Build a name for an entry in the stub hash table. */
4457
4458static char *
4ce794b7
AM
4459ppc_stub_name (const asection *input_section,
4460 const asection *sym_sec,
4461 const struct ppc_link_hash_entry *h,
4462 const Elf_Internal_Rela *rel)
721956f4
AM
4463{
4464 char *stub_name;
bcaa2f82 4465 ssize_t len;
721956f4
AM
4466
4467 /* rel->r_addend is actually 64 bit, but who uses more than +/- 2^31
4468 offsets from a sym as a branch target? In fact, we could
4469 probably assume the addend is always zero. */
4470 BFD_ASSERT (((int) rel->r_addend & 0xffffffff) == rel->r_addend);
4471
4472 if (h)
4473 {
4474 len = 8 + 1 + strlen (h->elf.root.root.string) + 1 + 8 + 1;
4475 stub_name = bfd_malloc (len);
46de2a7c
AM
4476 if (stub_name == NULL)
4477 return stub_name;
4478
bcaa2f82
AM
4479 len = sprintf (stub_name, "%08x.%s+%x",
4480 input_section->id & 0xffffffff,
4481 h->elf.root.root.string,
4482 (int) rel->r_addend & 0xffffffff);
721956f4
AM
4483 }
4484 else
4485 {
ad8e1ba5 4486 len = 8 + 1 + 8 + 1 + 8 + 1 + 8 + 1;
721956f4 4487 stub_name = bfd_malloc (len);
46de2a7c
AM
4488 if (stub_name == NULL)
4489 return stub_name;
4490
bcaa2f82
AM
4491 len = sprintf (stub_name, "%08x.%x:%x+%x",
4492 input_section->id & 0xffffffff,
4493 sym_sec->id & 0xffffffff,
4494 (int) ELF64_R_SYM (rel->r_info) & 0xffffffff,
4495 (int) rel->r_addend & 0xffffffff);
721956f4 4496 }
bcaa2f82 4497 if (len > 2 && stub_name[len - 2] == '+' && stub_name[len - 1] == '0')
ee75fd95 4498 stub_name[len - 2] = 0;
721956f4
AM
4499 return stub_name;
4500}
4501
4502/* Look up an entry in the stub hash. Stub entries are cached because
4503 creating the stub name takes a bit of time. */
4504
4505static struct ppc_stub_hash_entry *
4ce794b7
AM
4506ppc_get_stub_entry (const asection *input_section,
4507 const asection *sym_sec,
039b3fef 4508 struct ppc_link_hash_entry *h,
4ce794b7
AM
4509 const Elf_Internal_Rela *rel,
4510 struct ppc_link_hash_table *htab)
721956f4
AM
4511{
4512 struct ppc_stub_hash_entry *stub_entry;
6f20ed8a 4513 struct map_stub *group;
721956f4
AM
4514
4515 /* If this input section is part of a group of sections sharing one
4516 stub section, then use the id of the first section in the group.
4517 Stub names need to include a section id, as there may well be
4518 more than one stub used to reach say, printf, and we need to
4519 distinguish between them. */
6f20ed8a 4520 group = htab->sec_info[input_section->id].u.group;
89d77b8a
AM
4521 if (group == NULL)
4522 return NULL;
721956f4 4523
b3fac117
AM
4524 if (h != NULL && h->u.stub_cache != NULL
4525 && h->u.stub_cache->h == h
6f20ed8a 4526 && h->u.stub_cache->group == group)
721956f4 4527 {
b3fac117 4528 stub_entry = h->u.stub_cache;
721956f4
AM
4529 }
4530 else
4531 {
4532 char *stub_name;
4533
6f20ed8a 4534 stub_name = ppc_stub_name (group->link_sec, sym_sec, h, rel);
721956f4
AM
4535 if (stub_name == NULL)
4536 return NULL;
4537
4538 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
b34976b6 4539 stub_name, FALSE, FALSE);
721956f4 4540 if (h != NULL)
b3fac117 4541 h->u.stub_cache = stub_entry;
721956f4
AM
4542
4543 free (stub_name);
4544 }
4545
4546 return stub_entry;
4547}
4548
4549/* Add a new stub entry to the stub hash. Not all fields of the new
4550 stub entry are initialised. */
4551
4552static struct ppc_stub_hash_entry *
4ce794b7
AM
4553ppc_add_stub (const char *stub_name,
4554 asection *section,
25f53a85 4555 struct bfd_link_info *info)
721956f4 4556{
25f53a85 4557 struct ppc_link_hash_table *htab = ppc_hash_table (info);
6f20ed8a 4558 struct map_stub *group;
721956f4
AM
4559 asection *link_sec;
4560 asection *stub_sec;
4561 struct ppc_stub_hash_entry *stub_entry;
4562
6f20ed8a
AM
4563 group = htab->sec_info[section->id].u.group;
4564 link_sec = group->link_sec;
4565 stub_sec = group->stub_sec;
721956f4
AM
4566 if (stub_sec == NULL)
4567 {
6f20ed8a
AM
4568 size_t namelen;
4569 bfd_size_type len;
4570 char *s_name;
721956f4 4571
6f20ed8a
AM
4572 namelen = strlen (link_sec->name);
4573 len = namelen + sizeof (STUB_SUFFIX);
4574 s_name = bfd_alloc (htab->params->stub_bfd, len);
4575 if (s_name == NULL)
4576 return NULL;
721956f4 4577
6f20ed8a
AM
4578 memcpy (s_name, link_sec->name, namelen);
4579 memcpy (s_name + namelen, STUB_SUFFIX, sizeof (STUB_SUFFIX));
4580 stub_sec = (*htab->params->add_stub_section) (s_name, link_sec);
4581 if (stub_sec == NULL)
4582 return NULL;
4583 group->stub_sec = stub_sec;
721956f4
AM
4584 }
4585
4586 /* Enter this entry into the linker stub hash table. */
4587 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name,
b34976b6 4588 TRUE, FALSE);
721956f4
AM
4589 if (stub_entry == NULL)
4590 {
8de848d8 4591 info->callbacks->einfo (_("%P: %B: cannot create stub entry %s\n"),
25f53a85 4592 section->owner, stub_name);
721956f4
AM
4593 return NULL;
4594 }
4595
6f20ed8a 4596 stub_entry->group = group;
721956f4 4597 stub_entry->stub_offset = 0;
721956f4
AM
4598 return stub_entry;
4599}
4600
e717da7e
AM
4601/* Create .got and .rela.got sections in ABFD, and .got in dynobj if
4602 not already done. */
65f38f15 4603
b34976b6 4604static bfd_boolean
e717da7e 4605create_got_section (bfd *abfd, struct bfd_link_info *info)
65f38f15 4606{
e717da7e
AM
4607 asection *got, *relgot;
4608 flagword flags;
4609 struct ppc_link_hash_table *htab = ppc_hash_table (info);
65f38f15 4610
0c8d6e5c 4611 if (!is_ppc64_elf (abfd))
0ffa91dd 4612 return FALSE;
4dfe6ac6
NC
4613 if (htab == NULL)
4614 return FALSE;
0ffa91dd 4615
33e44f2e
AM
4616 if (!htab->elf.sgot
4617 && !_bfd_elf_create_got_section (htab->elf.dynobj, info))
4618 return FALSE;
e717da7e
AM
4619
4620 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
4621 | SEC_LINKER_CREATED);
4622
c456f082 4623 got = bfd_make_section_anyway_with_flags (abfd, ".got", flags);
e717da7e 4624 if (!got
e717da7e
AM
4625 || !bfd_set_section_alignment (abfd, got, 3))
4626 return FALSE;
65f38f15 4627
c456f082
AM
4628 relgot = bfd_make_section_anyway_with_flags (abfd, ".rela.got",
4629 flags | SEC_READONLY);
e717da7e 4630 if (!relgot
e717da7e 4631 || ! bfd_set_section_alignment (abfd, relgot, 3))
b34976b6 4632 return FALSE;
e717da7e
AM
4633
4634 ppc64_elf_tdata (abfd)->got = got;
4635 ppc64_elf_tdata (abfd)->relgot = relgot;
b34976b6 4636 return TRUE;
65f38f15 4637}
5bd4f169 4638
82bd7b59 4639/* Create the dynamic sections, and set up shortcuts. */
5bd4f169 4640
b34976b6 4641static bfd_boolean
4ce794b7 4642ppc64_elf_create_dynamic_sections (bfd *dynobj, struct bfd_link_info *info)
5bd4f169 4643{
65f38f15 4644 struct ppc_link_hash_table *htab;
5bd4f169 4645
65f38f15 4646 if (!_bfd_elf_create_dynamic_sections (dynobj, info))
b34976b6 4647 return FALSE;
65f38f15 4648
e717da7e 4649 htab = ppc_hash_table (info);
4dfe6ac6
NC
4650 if (htab == NULL)
4651 return FALSE;
4652
3d4d4302 4653 htab->dynbss = bfd_get_linker_section (dynobj, ".dynbss");
0e1862bb 4654 if (!bfd_link_pic (info))
3d4d4302 4655 htab->relbss = bfd_get_linker_section (dynobj, ".rela.bss");
65f38f15 4656
33e44f2e 4657 if (!htab->elf.sgot || !htab->elf.splt || !htab->elf.srelplt || !htab->dynbss
0e1862bb 4658 || (!bfd_link_pic (info) && !htab->relbss))
65f38f15
AM
4659 abort ();
4660
b34976b6 4661 return TRUE;
5bd4f169
AM
4662}
4663
b31867b6
AM
4664/* Follow indirect and warning symbol links. */
4665
4666static inline struct bfd_link_hash_entry *
4667follow_link (struct bfd_link_hash_entry *h)
4668{
4669 while (h->type == bfd_link_hash_indirect
4670 || h->type == bfd_link_hash_warning)
4671 h = h->u.i.link;
4672 return h;
4673}
4674
4675static inline struct elf_link_hash_entry *
4676elf_follow_link (struct elf_link_hash_entry *h)
4677{
4678 return (struct elf_link_hash_entry *) follow_link (&h->root);
4679}
4680
4681static inline struct ppc_link_hash_entry *
4682ppc_follow_link (struct ppc_link_hash_entry *h)
4683{
4684 return (struct ppc_link_hash_entry *) follow_link (&h->elf.root);
4685}
4686
40d16e0b
AM
4687/* Merge PLT info on FROM with that on TO. */
4688
4689static void
4690move_plt_plist (struct ppc_link_hash_entry *from,
4691 struct ppc_link_hash_entry *to)
4692{
4693 if (from->elf.plt.plist != NULL)
4694 {
4695 if (to->elf.plt.plist != NULL)
4696 {
4697 struct plt_entry **entp;
4698 struct plt_entry *ent;
4699
4700 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
4701 {
4702 struct plt_entry *dent;
4703
4704 for (dent = to->elf.plt.plist; dent != NULL; dent = dent->next)
4705 if (dent->addend == ent->addend)
4706 {
4707 dent->plt.refcount += ent->plt.refcount;
4708 *entp = ent->next;
4709 break;
4710 }
4711 if (dent == NULL)
4712 entp = &ent->next;
4713 }
4714 *entp = to->elf.plt.plist;
4715 }
4716
4717 to->elf.plt.plist = from->elf.plt.plist;
4718 from->elf.plt.plist = NULL;
4719 }
4720}
4721
65f38f15
AM
4722/* Copy the extra info we tack onto an elf_link_hash_entry. */
4723
4724static void
fcfa13d2
AM
4725ppc64_elf_copy_indirect_symbol (struct bfd_link_info *info,
4726 struct elf_link_hash_entry *dir,
4727 struct elf_link_hash_entry *ind)
65f38f15
AM
4728{
4729 struct ppc_link_hash_entry *edir, *eind;
4730
4731 edir = (struct ppc_link_hash_entry *) dir;
4732 eind = (struct ppc_link_hash_entry *) ind;
4733
c79d6685
AM
4734 edir->is_func |= eind->is_func;
4735 edir->is_func_descriptor |= eind->is_func_descriptor;
4736 edir->tls_mask |= eind->tls_mask;
4737 if (eind->oh != NULL)
4738 edir->oh = ppc_follow_link (eind->oh);
4739
4740 /* If called to transfer flags for a weakdef during processing
4741 of elf_adjust_dynamic_symbol, don't copy NON_GOT_REF.
4742 We clear it ourselves for ELIMINATE_COPY_RELOCS. */
4743 if (!(ELIMINATE_COPY_RELOCS
4744 && eind->elf.root.type != bfd_link_hash_indirect
4745 && edir->elf.dynamic_adjusted))
4746 edir->elf.non_got_ref |= eind->elf.non_got_ref;
4747
4748 edir->elf.ref_dynamic |= eind->elf.ref_dynamic;
4749 edir->elf.ref_regular |= eind->elf.ref_regular;
4750 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak;
4751 edir->elf.needs_plt |= eind->elf.needs_plt;
a345bc8d 4752 edir->elf.pointer_equality_needed |= eind->elf.pointer_equality_needed;
c79d6685 4753
d311bc8b
AM
4754 /* If we were called to copy over info for a weak sym, don't copy
4755 dyn_relocs, plt/got info, or dynindx. We used to copy dyn_relocs
4756 in order to simplify readonly_dynrelocs and save a field in the
4757 symbol hash entry, but that means dyn_relocs can't be used in any
4758 tests about a specific symbol, or affect other symbol flags which
4759 are then tested.
4760 Chain weakdefs so we can get from the weakdef back to an alias.
4761 The list is circular so that we don't need to use u.weakdef as
4762 well as this list to look at all aliases. */
4763 if (eind->elf.root.type != bfd_link_hash_indirect)
4764 {
4765 struct ppc_link_hash_entry *cur, *add, *next;
4766
4767 add = eind;
4768 do
4769 {
4770 cur = edir->weakref;
4771 if (cur != NULL)
4772 {
4773 do
4774 {
4775 /* We can be called twice for the same symbols.
4776 Don't make multiple loops. */
4777 if (cur == add)
4778 return;
4779 cur = cur->weakref;
4780 } while (cur != edir);
4781 }
4782 next = add->weakref;
4783 if (cur != add)
4784 {
4785 add->weakref = edir->weakref != NULL ? edir->weakref : edir;
4786 edir->weakref = add;
4787 }
4788 add = next;
4789 } while (add != NULL && add != eind);
4790 return;
4791 }
4792
411e1bfb 4793 /* Copy over any dynamic relocs we may have on the indirect sym. */
bbd7ec4a 4794 if (eind->dyn_relocs != NULL)
65f38f15 4795 {
bbd7ec4a
AM
4796 if (edir->dyn_relocs != NULL)
4797 {
6061a67d
AM
4798 struct elf_dyn_relocs **pp;
4799 struct elf_dyn_relocs *p;
bbd7ec4a 4800
fcfa13d2 4801 /* Add reloc counts against the indirect sym to the direct sym
bbd7ec4a
AM
4802 list. Merge any entries against the same section. */
4803 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
4804 {
6061a67d 4805 struct elf_dyn_relocs *q;
bbd7ec4a
AM
4806
4807 for (q = edir->dyn_relocs; q != NULL; q = q->next)
4808 if (q->sec == p->sec)
4809 {
4810 q->pc_count += p->pc_count;
4811 q->count += p->count;
4812 *pp = p->next;
4813 break;
4814 }
4815 if (q == NULL)
4816 pp = &p->next;
4817 }
4818 *pp = edir->dyn_relocs;
4819 }
4820
65f38f15
AM
4821 edir->dyn_relocs = eind->dyn_relocs;
4822 eind->dyn_relocs = NULL;
4823 }
65f38f15 4824
81848ca0
AM
4825 /* Copy over got entries that we may have already seen to the
4826 symbol which just became indirect. */
411e1bfb
AM
4827 if (eind->elf.got.glist != NULL)
4828 {
4829 if (edir->elf.got.glist != NULL)
4830 {
4831 struct got_entry **entp;
4832 struct got_entry *ent;
4833
4834 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4835 {
4836 struct got_entry *dent;
4837
4838 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4839 if (dent->addend == ent->addend
e717da7e 4840 && dent->owner == ent->owner
411e1bfb
AM
4841 && dent->tls_type == ent->tls_type)
4842 {
4843 dent->got.refcount += ent->got.refcount;
4844 *entp = ent->next;
4845 break;
4846 }
4847 if (dent == NULL)
4848 entp = &ent->next;
4849 }
4850 *entp = edir->elf.got.glist;
4851 }
4852
4853 edir->elf.got.glist = eind->elf.got.glist;
4854 eind->elf.got.glist = NULL;
4855 }
4856
4857 /* And plt entries. */
40d16e0b 4858 move_plt_plist (eind, edir);
411e1bfb 4859
fcfa13d2 4860 if (eind->elf.dynindx != -1)
411e1bfb 4861 {
fcfa13d2
AM
4862 if (edir->elf.dynindx != -1)
4863 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
4864 edir->elf.dynstr_index);
411e1bfb
AM
4865 edir->elf.dynindx = eind->elf.dynindx;
4866 edir->elf.dynstr_index = eind->elf.dynstr_index;
4867 eind->elf.dynindx = -1;
4868 eind->elf.dynstr_index = 0;
4869 }
411e1bfb
AM
4870}
4871
8387904d
AM
4872/* Find the function descriptor hash entry from the given function code
4873 hash entry FH. Link the entries via their OH fields. */
4874
4875static struct ppc_link_hash_entry *
b31867b6 4876lookup_fdh (struct ppc_link_hash_entry *fh, struct ppc_link_hash_table *htab)
8387904d
AM
4877{
4878 struct ppc_link_hash_entry *fdh = fh->oh;
4879
4880 if (fdh == NULL)
4881 {
4882 const char *fd_name = fh->elf.root.root.string + 1;
4883
4884 fdh = (struct ppc_link_hash_entry *)
4885 elf_link_hash_lookup (&htab->elf, fd_name, FALSE, FALSE, FALSE);
b31867b6
AM
4886 if (fdh == NULL)
4887 return fdh;
4888
4889 fdh->is_func_descriptor = 1;
4890 fdh->oh = fh;
4891 fh->is_func = 1;
4892 fh->oh = fdh;
8387904d
AM
4893 }
4894
b31867b6 4895 return ppc_follow_link (fdh);
8387904d
AM
4896}
4897
bb700d78
AM
4898/* Make a fake function descriptor sym for the code sym FH. */
4899
4900static struct ppc_link_hash_entry *
4901make_fdh (struct bfd_link_info *info,
908b32fc 4902 struct ppc_link_hash_entry *fh)
bb700d78
AM
4903{
4904 bfd *abfd;
4905 asymbol *newsym;
4906 struct bfd_link_hash_entry *bh;
4907 struct ppc_link_hash_entry *fdh;
4908
4909 abfd = fh->elf.root.u.undef.abfd;
4910 newsym = bfd_make_empty_symbol (abfd);
4911 newsym->name = fh->elf.root.root.string + 1;
4912 newsym->section = bfd_und_section_ptr;
4913 newsym->value = 0;
908b32fc 4914 newsym->flags = BSF_WEAK;
bb700d78
AM
4915
4916 bh = NULL;
4917 if (!_bfd_generic_link_add_one_symbol (info, abfd, newsym->name,
4918 newsym->flags, newsym->section,
4919 newsym->value, NULL, FALSE, FALSE,
4920 &bh))
4921 return NULL;
4922
4923 fdh = (struct ppc_link_hash_entry *) bh;
4924 fdh->elf.non_elf = 0;
908b32fc
AM
4925 fdh->fake = 1;
4926 fdh->is_func_descriptor = 1;
4927 fdh->oh = fh;
4928 fh->is_func = 1;
4929 fh->oh = fdh;
bb700d78
AM
4930 return fdh;
4931}
4932
8387904d
AM
4933/* Fix function descriptor symbols defined in .opd sections to be
4934 function type. */
555cd476
AM
4935
4936static bfd_boolean
c16153ae 4937ppc64_elf_add_symbol_hook (bfd *ibfd,
e054468f 4938 struct bfd_link_info *info,
555cd476 4939 Elf_Internal_Sym *isym,
6911b7dc 4940 const char **name,
555cd476
AM
4941 flagword *flags ATTRIBUTE_UNUSED,
4942 asection **sec,
b53dfeb2 4943 bfd_vma *value)
555cd476 4944{
a43942db 4945 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC
f1885d1e
AM
4946 && (ibfd->flags & DYNAMIC) == 0
4947 && bfd_get_flavour (info->output_bfd) == bfd_target_elf_flavour)
a43942db 4948 elf_tdata (info->output_bfd)->has_gnu_symbols |= elf_gnu_symbol_ifunc;
f64b2e8d 4949
b53dfeb2 4950 if (*sec != NULL
f1885d1e 4951 && strcmp ((*sec)->name, ".opd") == 0)
b53dfeb2
AM
4952 {
4953 asection *code_sec;
4954
4955 if (!(ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC
4956 || ELF_ST_TYPE (isym->st_info) == STT_FUNC))
4957 isym->st_info = ELF_ST_INFO (ELF_ST_BIND (isym->st_info), STT_FUNC);
4958
4959 /* If the symbol is a function defined in .opd, and the function
4960 code is in a discarded group, let it appear to be undefined. */
0e1862bb 4961 if (!bfd_link_relocatable (info)
b53dfeb2
AM
4962 && (*sec)->reloc_count != 0
4963 && opd_entry_value (*sec, *value, &code_sec, NULL,
4964 FALSE) != (bfd_vma) -1
4965 && discarded_section (code_sec))
4966 {
4967 *sec = bfd_und_section_ptr;
4968 isym->st_shndx = SHN_UNDEF;
4969 }
4970 }
dbd1e97e
AM
4971 else if (*sec != NULL
4972 && strcmp ((*sec)->name, ".toc") == 0
4973 && ELF_ST_TYPE (isym->st_info) == STT_OBJECT)
4974 {
4975 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4976 if (htab != NULL)
4977 htab->params->object_in_toc = 1;
4978 }
433817dd 4979
6911b7dc
AM
4980 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
4981 {
4982 if (abiversion (ibfd) == 0)
4983 set_abiversion (ibfd, 2);
4984 else if (abiversion (ibfd) == 1)
4985 {
4986 info->callbacks->einfo (_("%P: symbol '%s' has invalid st_other"
4987 " for ABI version 1\n"), name);
4988 bfd_set_error (bfd_error_bad_value);
4989 return FALSE;
4990 }
4991 }
4992
555cd476
AM
4993 return TRUE;
4994}
4995
6911b7dc
AM
4996/* Merge non-visibility st_other attributes: local entry point. */
4997
4998static void
4999ppc64_elf_merge_symbol_attribute (struct elf_link_hash_entry *h,
5000 const Elf_Internal_Sym *isym,
5001 bfd_boolean definition,
5002 bfd_boolean dynamic)
5003{
5004 if (definition && !dynamic)
5005 h->other = ((isym->st_other & ~ELF_ST_VISIBILITY (-1))
5006 | ELF_ST_VISIBILITY (h->other));
5007}
5008
8387904d 5009/* This function makes an old ABI object reference to ".bar" cause the
908b32fc
AM
5010 inclusion of a new ABI object archive that defines "bar".
5011 NAME is a symbol defined in an archive. Return a symbol in the hash
5012 table that might be satisfied by the archive symbols. */
8387904d
AM
5013
5014static struct elf_link_hash_entry *
5015ppc64_elf_archive_symbol_lookup (bfd *abfd,
5016 struct bfd_link_info *info,
5017 const char *name)
5018{
5019 struct elf_link_hash_entry *h;
5020 char *dot_name;
5021 size_t len;
5022
5023 h = _bfd_elf_archive_symbol_lookup (abfd, info, name);
908b32fc
AM
5024 if (h != NULL
5025 /* Don't return this sym if it is a fake function descriptor
5026 created by add_symbol_adjust. */
5027 && !(h->root.type == bfd_link_hash_undefweak
5028 && ((struct ppc_link_hash_entry *) h)->fake))
8387904d
AM
5029 return h;
5030
5031 if (name[0] == '.')
5032 return h;
5033
5034 len = strlen (name);
5035 dot_name = bfd_alloc (abfd, len + 2);
5036 if (dot_name == NULL)
5037 return (struct elf_link_hash_entry *) 0 - 1;
5038 dot_name[0] = '.';
5039 memcpy (dot_name + 1, name, len + 1);
5040 h = _bfd_elf_archive_symbol_lookup (abfd, info, dot_name);
5041 bfd_release (abfd, dot_name);
5042 return h;
5043}
5044
5045/* This function satisfies all old ABI object references to ".bar" if a
99877b66
AM
5046 new ABI object defines "bar". Well, at least, undefined dot symbols
5047 are made weak. This stops later archive searches from including an
5048 object if we already have a function descriptor definition. It also
35b0ce59
AM
5049 prevents the linker complaining about undefined symbols.
5050 We also check and correct mismatched symbol visibility here. The
5051 most restrictive visibility of the function descriptor and the
5052 function entry symbol is used. */
8387904d
AM
5053
5054static bfd_boolean
b3fac117 5055add_symbol_adjust (struct ppc_link_hash_entry *eh, struct bfd_link_info *info)
8387904d 5056{
8387904d
AM
5057 struct ppc_link_hash_table *htab;
5058 struct ppc_link_hash_entry *fdh;
5059
b3fac117 5060 if (eh->elf.root.type == bfd_link_hash_indirect)
8387904d
AM
5061 return TRUE;
5062
b3fac117
AM
5063 if (eh->elf.root.type == bfd_link_hash_warning)
5064 eh = (struct ppc_link_hash_entry *) eh->elf.root.u.i.link;
8387904d 5065
b3fac117
AM
5066 if (eh->elf.root.root.string[0] != '.')
5067 abort ();
8387904d 5068
b3fac117 5069 htab = ppc_hash_table (info);
4dfe6ac6
NC
5070 if (htab == NULL)
5071 return FALSE;
5072
b31867b6
AM
5073 fdh = lookup_fdh (eh, htab);
5074 if (fdh == NULL)
5075 {
0e1862bb 5076 if (!bfd_link_relocatable (info)
b31867b6
AM
5077 && (eh->elf.root.type == bfd_link_hash_undefined
5078 || eh->elf.root.type == bfd_link_hash_undefweak)
5079 && eh->elf.ref_regular)
5080 {
5081 /* Make an undefweak function descriptor sym, which is enough to
5082 pull in an --as-needed shared lib, but won't cause link
5083 errors. Archives are handled elsewhere. */
5084 fdh = make_fdh (info, eh);
5085 if (fdh == NULL)
5086 return FALSE;
5087 fdh->elf.ref_regular = 1;
5088 }
bb700d78 5089 }
b31867b6 5090 else
8387904d 5091 {
35b0ce59
AM
5092 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
5093 unsigned descr_vis = ELF_ST_VISIBILITY (fdh->elf.other) - 1;
5094 if (entry_vis < descr_vis)
5095 fdh->elf.other += entry_vis - descr_vis;
5096 else if (entry_vis > descr_vis)
5097 eh->elf.other += descr_vis - entry_vis;
5098
e87d886e
AM
5099 if ((fdh->elf.root.type == bfd_link_hash_defined
5100 || fdh->elf.root.type == bfd_link_hash_defweak)
5101 && eh->elf.root.type == bfd_link_hash_undefined)
35b0ce59
AM
5102 {
5103 eh->elf.root.type = bfd_link_hash_undefweak;
5104 eh->was_undefined = 1;
5105 htab->twiddled_syms = 1;
5106 }
8387904d 5107 }
99877b66 5108
8387904d
AM
5109 return TRUE;
5110}
5111
f6c7c3e8
AM
5112/* Set up opd section info and abiversion for IBFD, and process list
5113 of dot-symbols we made in link_hash_newfunc. */
b3fac117 5114
8387904d 5115static bfd_boolean
f6c7c3e8 5116ppc64_elf_before_check_relocs (bfd *ibfd, struct bfd_link_info *info)
8387904d 5117{
99877b66 5118 struct ppc_link_hash_table *htab;
b3fac117 5119 struct ppc_link_hash_entry **p, *eh;
459609d6 5120 asection *opd = bfd_get_section_by_name (ibfd, ".opd");
433817dd 5121
459609d6 5122 if (opd != NULL && opd->size != 0)
b3fac117 5123 {
459609d6
AM
5124 if (abiversion (ibfd) == 0)
5125 set_abiversion (ibfd, 1);
8a2058b5 5126 else if (abiversion (ibfd) >= 2)
f6c7c3e8 5127 {
459609d6
AM
5128 info->callbacks->einfo (_("%P: %B .opd not allowed in ABI"
5129 " version %d\n"),
5130 ibfd, abiversion (ibfd));
5131 bfd_set_error (bfd_error_bad_value);
5132 return FALSE;
f6c7c3e8
AM
5133 }
5134
459609d6
AM
5135 if ((ibfd->flags & DYNAMIC) == 0
5136 && (opd->flags & SEC_RELOC) != 0
5137 && opd->reloc_count != 0
5138 && !bfd_is_abs_section (opd->output_section))
b3fac117 5139 {
459609d6
AM
5140 /* Garbage collection needs some extra help with .opd sections.
5141 We don't want to necessarily keep everything referenced by
5142 relocs in .opd, as that would keep all functions. Instead,
5143 if we reference an .opd symbol (a function descriptor), we
5144 want to keep the function code symbol's section. This is
5145 easy for global symbols, but for local syms we need to keep
5146 information about the associated function section. */
5147 bfd_size_type amt;
5148 asection **opd_sym_map;
5149
51aecdc5 5150 amt = OPD_NDX (opd->size) * sizeof (*opd_sym_map);
459609d6
AM
5151 opd_sym_map = bfd_zalloc (ibfd, amt);
5152 if (opd_sym_map == NULL)
b3fac117 5153 return FALSE;
459609d6
AM
5154 ppc64_elf_section_data (opd)->u.opd.func_sec = opd_sym_map;
5155 BFD_ASSERT (ppc64_elf_section_data (opd)->sec_type == sec_normal);
5156 ppc64_elf_section_data (opd)->sec_type = sec_opd;
b3fac117
AM
5157 }
5158 }
5159
459609d6
AM
5160 if (!is_ppc64_elf (info->output_bfd))
5161 return TRUE;
5162 htab = ppc_hash_table (info);
5163 if (htab == NULL)
5164 return FALSE;
5165
5166 /* For input files without an explicit abiversion in e_flags
5167 we should have flagged any with symbol st_other bits set
5168 as ELFv1 and above flagged those with .opd as ELFv2.
5169 Set the output abiversion if not yet set, and for any input
5170 still ambiguous, take its abiversion from the output.
5171 Differences in ABI are reported later. */
5172 if (abiversion (info->output_bfd) == 0)
5173 set_abiversion (info->output_bfd, abiversion (ibfd));
5174 else if (abiversion (ibfd) == 0)
5175 set_abiversion (ibfd, abiversion (info->output_bfd));
5176
5177 p = &htab->dot_syms;
5178 while ((eh = *p) != NULL)
5179 {
5180 *p = NULL;
5181 if (&eh->elf == htab->elf.hgot)
5182 ;
5183 else if (htab->elf.hgot == NULL
5184 && strcmp (eh->elf.root.root.string, ".TOC.") == 0)
5185 htab->elf.hgot = &eh->elf;
5186 else if (!add_symbol_adjust (eh, info))
5187 return FALSE;
5188 p = &eh->u.next_dot_sym;
5189 }
5190
b3fac117
AM
5191 /* Clear the list for non-ppc64 input files. */
5192 p = &htab->dot_syms;
5193 while ((eh = *p) != NULL)
5194 {
5195 *p = NULL;
5196 p = &eh->u.next_dot_sym;
5197 }
99877b66
AM
5198
5199 /* We need to fix the undefs list for any syms we have twiddled to
57e7d118 5200 undefweak. */
99877b66
AM
5201 if (htab->twiddled_syms)
5202 {
77cfaee6 5203 bfd_link_repair_undef_list (&htab->elf.root);
99877b66
AM
5204 htab->twiddled_syms = 0;
5205 }
b3fac117 5206 return TRUE;
8387904d
AM
5207}
5208
97fed1c9
JJ
5209/* Undo hash table changes when an --as-needed input file is determined
5210 not to be needed. */
5211
5212static bfd_boolean
e5034e59
AM
5213ppc64_elf_notice_as_needed (bfd *ibfd,
5214 struct bfd_link_info *info,
5215 enum notice_asneeded_action act)
97fed1c9 5216{
e5034e59
AM
5217 if (act == notice_not_needed)
5218 {
5219 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4dfe6ac6 5220
e5034e59
AM
5221 if (htab == NULL)
5222 return FALSE;
4dfe6ac6 5223
e5034e59
AM
5224 htab->dot_syms = NULL;
5225 }
5226 return _bfd_elf_notice_as_needed (ibfd, info, act);
97fed1c9
JJ
5227}
5228
aa374f67
AM
5229/* If --just-symbols against a final linked binary, then assume we need
5230 toc adjusting stubs when calling functions defined there. */
5231
5232static void
5233ppc64_elf_link_just_syms (asection *sec, struct bfd_link_info *info)
5234{
5235 if ((sec->flags & SEC_CODE) != 0
5236 && (sec->owner->flags & (EXEC_P | DYNAMIC)) != 0
5237 && is_ppc64_elf (sec->owner))
5238 {
2c3f079f
AM
5239 if (abiversion (sec->owner) >= 2
5240 || bfd_get_section_by_name (sec->owner, ".opd") != NULL)
aa374f67
AM
5241 sec->has_toc_reloc = 1;
5242 }
5243 _bfd_elf_link_just_syms (sec, info);
5244}
5245
e054468f 5246static struct plt_entry **
4ce794b7
AM
5247update_local_sym_info (bfd *abfd, Elf_Internal_Shdr *symtab_hdr,
5248 unsigned long r_symndx, bfd_vma r_addend, int tls_type)
411e1bfb
AM
5249{
5250 struct got_entry **local_got_ents = elf_local_got_ents (abfd);
e054468f 5251 struct plt_entry **local_plt;
f961d9dd 5252 unsigned char *local_got_tls_masks;
411e1bfb
AM
5253
5254 if (local_got_ents == NULL)
5255 {
5256 bfd_size_type size = symtab_hdr->sh_info;
5257
e054468f
AM
5258 size *= (sizeof (*local_got_ents)
5259 + sizeof (*local_plt)
5260 + sizeof (*local_got_tls_masks));
4ce794b7 5261 local_got_ents = bfd_zalloc (abfd, size);
411e1bfb 5262 if (local_got_ents == NULL)
e054468f 5263 return NULL;
411e1bfb
AM
5264 elf_local_got_ents (abfd) = local_got_ents;
5265 }
5266
e054468f 5267 if ((tls_type & (PLT_IFUNC | TLS_EXPLICIT)) == 0)
411e1bfb
AM
5268 {
5269 struct got_entry *ent;
5270
5271 for (ent = local_got_ents[r_symndx]; ent != NULL; ent = ent->next)
e717da7e
AM
5272 if (ent->addend == r_addend
5273 && ent->owner == abfd
5274 && ent->tls_type == tls_type)
411e1bfb
AM
5275 break;
5276 if (ent == NULL)
5277 {
5278 bfd_size_type amt = sizeof (*ent);
4ce794b7 5279 ent = bfd_alloc (abfd, amt);
411e1bfb
AM
5280 if (ent == NULL)
5281 return FALSE;
5282 ent->next = local_got_ents[r_symndx];
5283 ent->addend = r_addend;
e717da7e 5284 ent->owner = abfd;
411e1bfb 5285 ent->tls_type = tls_type;
927be08e 5286 ent->is_indirect = FALSE;
411e1bfb
AM
5287 ent->got.refcount = 0;
5288 local_got_ents[r_symndx] = ent;
5289 }
5290 ent->got.refcount += 1;
5291 }
5292
e054468f 5293 local_plt = (struct plt_entry **) (local_got_ents + symtab_hdr->sh_info);
f961d9dd 5294 local_got_tls_masks = (unsigned char *) (local_plt + symtab_hdr->sh_info);
e7b938ca 5295 local_got_tls_masks[r_symndx] |= tls_type;
e054468f
AM
5296
5297 return local_plt + r_symndx;
65f38f15
AM
5298}
5299
411e1bfb 5300static bfd_boolean
e054468f 5301update_plt_info (bfd *abfd, struct plt_entry **plist, bfd_vma addend)
1e2f5b6e 5302{
411e1bfb 5303 struct plt_entry *ent;
1e2f5b6e 5304
e054468f 5305 for (ent = *plist; ent != NULL; ent = ent->next)
411e1bfb
AM
5306 if (ent->addend == addend)
5307 break;
5308 if (ent == NULL)
1e2f5b6e 5309 {
411e1bfb 5310 bfd_size_type amt = sizeof (*ent);
4ce794b7 5311 ent = bfd_alloc (abfd, amt);
411e1bfb
AM
5312 if (ent == NULL)
5313 return FALSE;
e054468f 5314 ent->next = *plist;
411e1bfb
AM
5315 ent->addend = addend;
5316 ent->plt.refcount = 0;
e054468f 5317 *plist = ent;
1e2f5b6e 5318 }
411e1bfb 5319 ent->plt.refcount += 1;
b34976b6 5320 return TRUE;
1e2f5b6e
AM
5321}
5322
e054468f
AM
5323static bfd_boolean
5324is_branch_reloc (enum elf_ppc64_reloc_type r_type)
5325{
5326 return (r_type == R_PPC64_REL24
5327 || r_type == R_PPC64_REL14
5328 || r_type == R_PPC64_REL14_BRTAKEN
5329 || r_type == R_PPC64_REL14_BRNTAKEN
5330 || r_type == R_PPC64_ADDR24
5331 || r_type == R_PPC64_ADDR14
5332 || r_type == R_PPC64_ADDR14_BRTAKEN
5333 || r_type == R_PPC64_ADDR14_BRNTAKEN);
5334}
5335
5bd4f169 5336/* Look through the relocs for a section during the first phase, and
65f38f15 5337 calculate needed space in the global offset table, procedure
5d1634d7 5338 linkage table, and dynamic reloc sections. */
5bd4f169 5339
b34976b6 5340static bfd_boolean
4ce794b7
AM
5341ppc64_elf_check_relocs (bfd *abfd, struct bfd_link_info *info,
5342 asection *sec, const Elf_Internal_Rela *relocs)
5bd4f169 5343{
65f38f15 5344 struct ppc_link_hash_table *htab;
5bd4f169 5345 Elf_Internal_Shdr *symtab_hdr;
c7e2358a 5346 struct elf_link_hash_entry **sym_hashes;
5bd4f169
AM
5347 const Elf_Internal_Rela *rel;
5348 const Elf_Internal_Rela *rel_end;
5bd4f169 5349 asection *sreloc;
1e2f5b6e 5350 asection **opd_sym_map;
3a71aa26 5351 struct elf_link_hash_entry *tga, *dottga;
5bd4f169 5352
0e1862bb 5353 if (bfd_link_relocatable (info))
b34976b6 5354 return TRUE;
5bd4f169 5355
680a3378
AM
5356 /* Don't do anything special with non-loaded, non-alloced sections.
5357 In particular, any relocs in such sections should not affect GOT
5358 and PLT reference counting (ie. we don't allow them to create GOT
5359 or PLT entries), there's no possibility or desire to optimize TLS
5360 relocs, and there's not much point in propagating relocs to shared
5361 libs that the dynamic linker won't relocate. */
5362 if ((sec->flags & SEC_ALLOC) == 0)
5363 return TRUE;
5364
0c8d6e5c 5365 BFD_ASSERT (is_ppc64_elf (abfd));
0ffa91dd 5366
65f38f15 5367 htab = ppc_hash_table (info);
4dfe6ac6
NC
5368 if (htab == NULL)
5369 return FALSE;
5370
3a71aa26
AM
5371 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
5372 FALSE, FALSE, TRUE);
5373 dottga = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
5374 FALSE, FALSE, TRUE);
0ffa91dd 5375 symtab_hdr = &elf_symtab_hdr (abfd);
5bd4f169 5376 sym_hashes = elf_sym_hashes (abfd);
5bd4f169 5377 sreloc = NULL;
1e2f5b6e 5378 opd_sym_map = NULL;
f6c7c3e8
AM
5379 if (ppc64_elf_section_data (sec) != NULL
5380 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
5381 opd_sym_map = ppc64_elf_section_data (sec)->u.opd.func_sec;
5bd4f169
AM
5382
5383 rel_end = relocs + sec->reloc_count;
5384 for (rel = relocs; rel < rel_end; rel++)
5385 {
5386 unsigned long r_symndx;
5387 struct elf_link_hash_entry *h;
04c9666a 5388 enum elf_ppc64_reloc_type r_type;
727fc41e 5389 int tls_type;
7c8fe5c4 5390 struct _ppc64_elf_section_data *ppc64_sec;
cbf95972 5391 struct plt_entry **ifunc, **plt_list;
5bd4f169
AM
5392
5393 r_symndx = ELF64_R_SYM (rel->r_info);
5394 if (r_symndx < symtab_hdr->sh_info)
5395 h = NULL;
5396 else
973a3492
L
5397 {
5398 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
b31867b6 5399 h = elf_follow_link (h);
81fbe831
AM
5400
5401 /* PR15323, ref flags aren't set for references in the same
5402 object. */
5403 h->root.non_ir_ref = 1;
1c865ab2
AM
5404
5405 if (h == htab->elf.hgot)
5406 sec->has_toc_reloc = 1;
973a3492 5407 }
5bd4f169 5408
727fc41e 5409 tls_type = 0;
e054468f 5410 ifunc = NULL;
25f23106
AM
5411 if (h != NULL)
5412 {
5413 if (h->type == STT_GNU_IFUNC)
5414 {
5415 h->needs_plt = 1;
5416 ifunc = &h->plt.plist;
5417 }
5418 }
5419 else
5420 {
5421 Elf_Internal_Sym *isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5422 abfd, r_symndx);
5423 if (isym == NULL)
5424 return FALSE;
5425
5426 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
5427 {
5428 ifunc = update_local_sym_info (abfd, symtab_hdr, r_symndx,
5429 rel->r_addend, PLT_IFUNC);
5430 if (ifunc == NULL)
5431 return FALSE;
5432 }
5433 }
727fc41e 5434
cbf95972 5435 r_type = ELF64_R_TYPE (rel->r_info);
a33d1f77 5436 switch (r_type)
5bd4f169 5437 {
727fc41e
AM
5438 case R_PPC64_TLSGD:
5439 case R_PPC64_TLSLD:
5440 /* These special tls relocs tie a call to __tls_get_addr with
5441 its parameter symbol. */
5442 break;
5443
411e1bfb
AM
5444 case R_PPC64_GOT_TLSLD16:
5445 case R_PPC64_GOT_TLSLD16_LO:
5446 case R_PPC64_GOT_TLSLD16_HI:
5447 case R_PPC64_GOT_TLSLD16_HA:
951fd09b 5448 tls_type = TLS_TLS | TLS_LD;
411e1bfb
AM
5449 goto dogottls;
5450
5451 case R_PPC64_GOT_TLSGD16:
5452 case R_PPC64_GOT_TLSGD16_LO:
5453 case R_PPC64_GOT_TLSGD16_HI:
5454 case R_PPC64_GOT_TLSGD16_HA:
951fd09b 5455 tls_type = TLS_TLS | TLS_GD;
411e1bfb
AM
5456 goto dogottls;
5457
5458 case R_PPC64_GOT_TPREL16_DS:
5459 case R_PPC64_GOT_TPREL16_LO_DS:
5460 case R_PPC64_GOT_TPREL16_HI:
5461 case R_PPC64_GOT_TPREL16_HA:
0e1862bb 5462 if (bfd_link_pic (info))
411e1bfb
AM
5463 info->flags |= DF_STATIC_TLS;
5464 tls_type = TLS_TLS | TLS_TPREL;
5465 goto dogottls;
5466
5467 case R_PPC64_GOT_DTPREL16_DS:
5468 case R_PPC64_GOT_DTPREL16_LO_DS:
5469 case R_PPC64_GOT_DTPREL16_HI:
5470 case R_PPC64_GOT_DTPREL16_HA:
5471 tls_type = TLS_TLS | TLS_DTPREL;
5472 dogottls:
5473 sec->has_tls_reloc = 1;
5474 /* Fall thru */
5475
5bd4f169 5476 case R_PPC64_GOT16:
5bd4f169 5477 case R_PPC64_GOT16_DS:
65f38f15
AM
5478 case R_PPC64_GOT16_HA:
5479 case R_PPC64_GOT16_HI:
5480 case R_PPC64_GOT16_LO:
5bd4f169 5481 case R_PPC64_GOT16_LO_DS:
65f38f15 5482 /* This symbol requires a global offset table entry. */
4c52953f 5483 sec->has_toc_reloc = 1;
33c0ec9d
AM
5484 if (r_type == R_PPC64_GOT_TLSLD16
5485 || r_type == R_PPC64_GOT_TLSGD16
5486 || r_type == R_PPC64_GOT_TPREL16_DS
5487 || r_type == R_PPC64_GOT_DTPREL16_DS
5488 || r_type == R_PPC64_GOT16
5489 || r_type == R_PPC64_GOT16_DS)
5490 {
5491 htab->do_multi_toc = 1;
d77c8a4b 5492 ppc64_elf_tdata (abfd)->has_small_toc_reloc = 1;
33c0ec9d
AM
5493 }
5494
e717da7e
AM
5495 if (ppc64_elf_tdata (abfd)->got == NULL
5496 && !create_got_section (abfd, info))
b34976b6 5497 return FALSE;
5bd4f169
AM
5498
5499 if (h != NULL)
5500 {
411e1bfb
AM
5501 struct ppc_link_hash_entry *eh;
5502 struct got_entry *ent;
65f38f15 5503
411e1bfb
AM
5504 eh = (struct ppc_link_hash_entry *) h;
5505 for (ent = eh->elf.got.glist; ent != NULL; ent = ent->next)
5506 if (ent->addend == rel->r_addend
e717da7e 5507 && ent->owner == abfd
411e1bfb
AM
5508 && ent->tls_type == tls_type)
5509 break;
5510 if (ent == NULL)
5bd4f169 5511 {
411e1bfb 5512 bfd_size_type amt = sizeof (*ent);
4ce794b7 5513 ent = bfd_alloc (abfd, amt);
411e1bfb 5514 if (ent == NULL)
b34976b6 5515 return FALSE;
411e1bfb
AM
5516 ent->next = eh->elf.got.glist;
5517 ent->addend = rel->r_addend;
e717da7e 5518 ent->owner = abfd;
411e1bfb 5519 ent->tls_type = tls_type;
927be08e 5520 ent->is_indirect = FALSE;
411e1bfb
AM
5521 ent->got.refcount = 0;
5522 eh->elf.got.glist = ent;
5bd4f169 5523 }
411e1bfb 5524 ent->got.refcount += 1;
e7b938ca 5525 eh->tls_mask |= tls_type;
5bd4f169 5526 }
411e1bfb
AM
5527 else
5528 /* This is a global offset table entry for a local symbol. */
5529 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
5530 rel->r_addend, tls_type))
5531 return FALSE;
a345bc8d
AM
5532
5533 /* We may also need a plt entry if the symbol turns out to be
5534 an ifunc. */
0e1862bb 5535 if (h != NULL && !bfd_link_pic (info) && abiversion (abfd) != 1)
a345bc8d
AM
5536 {
5537 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend))
5538 return FALSE;
5539 }
5bd4f169
AM
5540 break;
5541
5bd4f169 5542 case R_PPC64_PLT16_HA:
65f38f15
AM
5543 case R_PPC64_PLT16_HI:
5544 case R_PPC64_PLT16_LO:
5545 case R_PPC64_PLT32:
5546 case R_PPC64_PLT64:
cbf95972
AM
5547 /* This symbol requires a procedure linkage table entry. */
5548 plt_list = ifunc;
5549 if (h != NULL)
e054468f 5550 {
e054468f
AM
5551 h->needs_plt = 1;
5552 if (h->root.root.string[0] == '.'
5553 && h->root.root.string[1] != '\0')
5554 ((struct ppc_link_hash_entry *) h)->is_func = 1;
cbf95972
AM
5555 plt_list = &h->plt.plist;
5556 }
5557 if (plt_list == NULL)
5558 {
5559 /* It does not make sense to have a procedure linkage
5560 table entry for a non-ifunc local symbol. */
5561 info->callbacks->einfo
5562 (_("%P: %H: %s reloc against local symbol\n"),
5563 abfd, sec, rel->r_offset,
5564 ppc64_elf_howto_table[r_type]->name);
5565 bfd_set_error (bfd_error_bad_value);
5566 return FALSE;
e054468f 5567 }
cbf95972
AM
5568 if (!update_plt_info (abfd, plt_list, rel->r_addend))
5569 return FALSE;
5bd4f169
AM
5570 break;
5571
5572 /* The following relocations don't need to propagate the
5573 relocation if linking a shared object since they are
5574 section relative. */
5575 case R_PPC64_SECTOFF:
5576 case R_PPC64_SECTOFF_LO:
5577 case R_PPC64_SECTOFF_HI:
5578 case R_PPC64_SECTOFF_HA:
5579 case R_PPC64_SECTOFF_DS:
5580 case R_PPC64_SECTOFF_LO_DS:
411e1bfb
AM
5581 case R_PPC64_DTPREL16:
5582 case R_PPC64_DTPREL16_LO:
5583 case R_PPC64_DTPREL16_HI:
5584 case R_PPC64_DTPREL16_HA:
5585 case R_PPC64_DTPREL16_DS:
5586 case R_PPC64_DTPREL16_LO_DS:
f9c6b907
AM
5587 case R_PPC64_DTPREL16_HIGH:
5588 case R_PPC64_DTPREL16_HIGHA:
411e1bfb
AM
5589 case R_PPC64_DTPREL16_HIGHER:
5590 case R_PPC64_DTPREL16_HIGHERA:
5591 case R_PPC64_DTPREL16_HIGHEST:
5592 case R_PPC64_DTPREL16_HIGHESTA:
5bd4f169
AM
5593 break;
5594
ad8e1ba5 5595 /* Nor do these. */
25f23106
AM
5596 case R_PPC64_REL16:
5597 case R_PPC64_REL16_LO:
5598 case R_PPC64_REL16_HI:
5599 case R_PPC64_REL16_HA:
a680de9a 5600 case R_PPC64_REL16DX_HA:
25f23106
AM
5601 break;
5602
45965137
AM
5603 /* Not supported as a dynamic relocation. */
5604 case R_PPC64_ADDR64_LOCAL:
0e1862bb 5605 if (bfd_link_pic (info))
45965137
AM
5606 {
5607 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
5608 ppc_howto_init ();
5609 info->callbacks->einfo (_("%P: %H: %s reloc unsupported "
5610 "in shared libraries and PIEs.\n"),
5611 abfd, sec, rel->r_offset,
5612 ppc64_elf_howto_table[r_type]->name);
5613 bfd_set_error (bfd_error_bad_value);
5614 return FALSE;
5615 }
5616 break;
5617
ad8e1ba5 5618 case R_PPC64_TOC16:
33c0ec9d
AM
5619 case R_PPC64_TOC16_DS:
5620 htab->do_multi_toc = 1;
d77c8a4b 5621 ppc64_elf_tdata (abfd)->has_small_toc_reloc = 1;
ad8e1ba5
AM
5622 case R_PPC64_TOC16_LO:
5623 case R_PPC64_TOC16_HI:
5624 case R_PPC64_TOC16_HA:
ad8e1ba5 5625 case R_PPC64_TOC16_LO_DS:
4c52953f 5626 sec->has_toc_reloc = 1;
ad8e1ba5
AM
5627 break;
5628
006589cf
AM
5629 /* Marker reloc. */
5630 case R_PPC64_ENTRY:
5631 break;
5632
5bd4f169
AM
5633 /* This relocation describes the C++ object vtable hierarchy.
5634 Reconstruct it for later use during GC. */
5635 case R_PPC64_GNU_VTINHERIT:
c152c796 5636 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
b34976b6 5637 return FALSE;
5bd4f169
AM
5638 break;
5639
5640 /* This relocation describes which C++ vtable entries are actually
5641 used. Record for later use during GC. */
5642 case R_PPC64_GNU_VTENTRY:
d17e0c6e
JB
5643 BFD_ASSERT (h != NULL);
5644 if (h != NULL
5645 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
b34976b6 5646 return FALSE;
5bd4f169
AM
5647 break;
5648
721956f4
AM
5649 case R_PPC64_REL14:
5650 case R_PPC64_REL14_BRTAKEN:
5651 case R_PPC64_REL14_BRNTAKEN:
220c76dd
AM
5652 {
5653 asection *dest = NULL;
5654
5655 /* Heuristic: If jumping outside our section, chances are
5656 we are going to need a stub. */
5657 if (h != NULL)
5658 {
5659 /* If the sym is weak it may be overridden later, so
5660 don't assume we know where a weak sym lives. */
5661 if (h->root.type == bfd_link_hash_defined)
5662 dest = h->root.u.def.section;
5663 }
5664 else
87d72d41
AM
5665 {
5666 Elf_Internal_Sym *isym;
5667
5668 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5669 abfd, r_symndx);
5670 if (isym == NULL)
5671 return FALSE;
5672
5673 dest = bfd_section_from_elf_index (abfd, isym->st_shndx);
5674 }
5675
220c76dd 5676 if (dest != sec)
7c8fe5c4 5677 ppc64_elf_section_data (sec)->has_14bit_branch = 1;
220c76dd 5678 }
721956f4
AM
5679 /* Fall through. */
5680
5d1634d7 5681 case R_PPC64_REL24:
cbf95972
AM
5682 plt_list = ifunc;
5683 if (h != NULL)
5d1634d7 5684 {
e054468f
AM
5685 h->needs_plt = 1;
5686 if (h->root.root.string[0] == '.'
5687 && h->root.root.string[1] != '\0')
5688 ((struct ppc_link_hash_entry *) h)->is_func = 1;
cbf95972 5689
3a71aa26 5690 if (h == tga || h == dottga)
cbf95972
AM
5691 {
5692 sec->has_tls_reloc = 1;
5693 if (rel != relocs
5694 && (ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_TLSGD
5695 || ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_TLSLD))
5696 /* We have a new-style __tls_get_addr call with
5697 a marker reloc. */
5698 ;
5699 else
5700 /* Mark this section as having an old-style call. */
5701 sec->has_tls_get_addr_call = 1;
5702 }
5703 plt_list = &h->plt.plist;
411e1bfb 5704 }
cbf95972
AM
5705
5706 /* We may need a .plt entry if the function this reloc
5707 refers to is in a shared lib. */
5708 if (plt_list
5709 && !update_plt_info (abfd, plt_list, rel->r_addend))
5710 return FALSE;
411e1bfb
AM
5711 break;
5712
cbf95972
AM
5713 case R_PPC64_ADDR14:
5714 case R_PPC64_ADDR14_BRNTAKEN:
5715 case R_PPC64_ADDR14_BRTAKEN:
5716 case R_PPC64_ADDR24:
5717 goto dodyn;
5718
411e1bfb
AM
5719 case R_PPC64_TPREL64:
5720 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
0e1862bb 5721 if (bfd_link_pic (info))
411e1bfb
AM
5722 info->flags |= DF_STATIC_TLS;
5723 goto dotlstoc;
5724
5725 case R_PPC64_DTPMOD64:
5726 if (rel + 1 < rel_end
5727 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64)
5728 && rel[1].r_offset == rel->r_offset + 8)
951fd09b 5729 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
411e1bfb 5730 else
951fd09b 5731 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
411e1bfb
AM
5732 goto dotlstoc;
5733
5734 case R_PPC64_DTPREL64:
5735 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
5736 if (rel != relocs
5737 && rel[-1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPMOD64)
5738 && rel[-1].r_offset == rel->r_offset - 8)
5739 /* This is the second reloc of a dtpmod, dtprel pair.
5740 Don't mark with TLS_DTPREL. */
5741 goto dodyn;
5742
5743 dotlstoc:
5744 sec->has_tls_reloc = 1;
5745 if (h != NULL)
5746 {
5747 struct ppc_link_hash_entry *eh;
5748 eh = (struct ppc_link_hash_entry *) h;
e7b938ca 5749 eh->tls_mask |= tls_type;
411e1bfb
AM
5750 }
5751 else
5752 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
5753 rel->r_addend, tls_type))
5754 return FALSE;
5755
7c8fe5c4
AM
5756 ppc64_sec = ppc64_elf_section_data (sec);
5757 if (ppc64_sec->sec_type != sec_toc)
411e1bfb 5758 {
3a71aa26
AM
5759 bfd_size_type amt;
5760
e7b938ca 5761 /* One extra to simplify get_tls_mask. */
3a71aa26
AM
5762 amt = sec->size * sizeof (unsigned) / 8 + sizeof (unsigned);
5763 ppc64_sec->u.toc.symndx = bfd_zalloc (abfd, amt);
5764 if (ppc64_sec->u.toc.symndx == NULL)
5765 return FALSE;
5766 amt = sec->size * sizeof (bfd_vma) / 8;
5767 ppc64_sec->u.toc.add = bfd_zalloc (abfd, amt);
5768 if (ppc64_sec->u.toc.add == NULL)
411e1bfb 5769 return FALSE;
7c8fe5c4
AM
5770 BFD_ASSERT (ppc64_sec->sec_type == sec_normal);
5771 ppc64_sec->sec_type = sec_toc;
411e1bfb
AM
5772 }
5773 BFD_ASSERT (rel->r_offset % 8 == 0);
3a71aa26
AM
5774 ppc64_sec->u.toc.symndx[rel->r_offset / 8] = r_symndx;
5775 ppc64_sec->u.toc.add[rel->r_offset / 8] = rel->r_addend;
951fd09b
AM
5776
5777 /* Mark the second slot of a GD or LD entry.
5778 -1 to indicate GD and -2 to indicate LD. */
5779 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
3a71aa26 5780 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -1;
951fd09b 5781 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
3a71aa26 5782 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -2;
411e1bfb
AM
5783 goto dodyn;
5784
5785 case R_PPC64_TPREL16:
5786 case R_PPC64_TPREL16_LO:
5787 case R_PPC64_TPREL16_HI:
5788 case R_PPC64_TPREL16_HA:
5789 case R_PPC64_TPREL16_DS:
5790 case R_PPC64_TPREL16_LO_DS:
f9c6b907
AM
5791 case R_PPC64_TPREL16_HIGH:
5792 case R_PPC64_TPREL16_HIGHA:
411e1bfb
AM
5793 case R_PPC64_TPREL16_HIGHER:
5794 case R_PPC64_TPREL16_HIGHERA:
5795 case R_PPC64_TPREL16_HIGHEST:
5796 case R_PPC64_TPREL16_HIGHESTA:
0e1862bb 5797 if (bfd_link_pic (info))
411e1bfb 5798 {
afb93314 5799 info->flags |= DF_STATIC_TLS;
411e1bfb 5800 goto dodyn;
5d1634d7
AM
5801 }
5802 break;
5803
e86ce104 5804 case R_PPC64_ADDR64:
1e2f5b6e 5805 if (opd_sym_map != NULL
1e2f5b6e 5806 && rel + 1 < rel_end
4ce794b7 5807 && ELF64_R_TYPE ((rel + 1)->r_info) == R_PPC64_TOC)
1e2f5b6e 5808 {
8387904d
AM
5809 if (h != NULL)
5810 {
5811 if (h->root.root.string[0] == '.'
5812 && h->root.root.string[1] != 0
b31867b6 5813 && lookup_fdh ((struct ppc_link_hash_entry *) h, htab))
8387904d
AM
5814 ;
5815 else
5816 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5817 }
5818 else
5819 {
5820 asection *s;
87d72d41 5821 Elf_Internal_Sym *isym;
1e2f5b6e 5822
87d72d41
AM
5823 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5824 abfd, r_symndx);
5825 if (isym == NULL)
8387904d 5826 return FALSE;
87d72d41
AM
5827
5828 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
5829 if (s != NULL && s != sec)
51aecdc5 5830 opd_sym_map[OPD_NDX (rel->r_offset)] = s;
8387904d 5831 }
1e2f5b6e 5832 }
e86ce104
AM
5833 /* Fall through. */
5834
65f38f15
AM
5835 case R_PPC64_ADDR16:
5836 case R_PPC64_ADDR16_DS:
5837 case R_PPC64_ADDR16_HA:
5838 case R_PPC64_ADDR16_HI:
f9c6b907
AM
5839 case R_PPC64_ADDR16_HIGH:
5840 case R_PPC64_ADDR16_HIGHA:
65f38f15
AM
5841 case R_PPC64_ADDR16_HIGHER:
5842 case R_PPC64_ADDR16_HIGHERA:
5843 case R_PPC64_ADDR16_HIGHEST:
5844 case R_PPC64_ADDR16_HIGHESTA:
5845 case R_PPC64_ADDR16_LO:
5846 case R_PPC64_ADDR16_LO_DS:
0e1862bb 5847 if (h != NULL && !bfd_link_pic (info) && abiversion (abfd) != 1
a345bc8d
AM
5848 && rel->r_addend == 0)
5849 {
5850 /* We may need a .plt entry if this reloc refers to a
5851 function in a shared lib. */
5852 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend))
5853 return FALSE;
5854 h->pointer_equality_needed = 1;
5855 }
5856 /* Fall through. */
5857
5858 case R_PPC64_REL30:
5859 case R_PPC64_REL32:
5860 case R_PPC64_REL64:
65f38f15 5861 case R_PPC64_ADDR32:
65f38f15
AM
5862 case R_PPC64_UADDR16:
5863 case R_PPC64_UADDR32:
5864 case R_PPC64_UADDR64:
5bd4f169 5865 case R_PPC64_TOC:
0e1862bb 5866 if (h != NULL && !bfd_link_pic (info))
81848ca0 5867 /* We may need a copy reloc. */
f5385ebf 5868 h->non_got_ref = 1;
81848ca0 5869
41bd81ab 5870 /* Don't propagate .opd relocs. */
1e2f5b6e 5871 if (NO_OPD_RELOCS && opd_sym_map != NULL)
e86ce104 5872 break;
e86ce104 5873
65f38f15
AM
5874 /* If we are creating a shared library, and this is a reloc
5875 against a global symbol, or a non PC relative reloc
5876 against a local symbol, then we need to copy the reloc
5877 into the shared library. However, if we are linking with
5878 -Bsymbolic, we do not need to copy a reloc against a
5879 global symbol which is defined in an object we are
5880 including in the link (i.e., DEF_REGULAR is set). At
5881 this point we have not seen all the input files, so it is
5882 possible that DEF_REGULAR is not set now but will be set
5883 later (it is never cleared). In case of a weak definition,
5884 DEF_REGULAR may be cleared later by a strong definition in
5885 a shared library. We account for that possibility below by
f4656909 5886 storing information in the dyn_relocs field of the hash
65f38f15
AM
5887 table entry. A similar situation occurs when creating
5888 shared libraries and symbol visibility changes render the
5889 symbol local.
5890
5891 If on the other hand, we are creating an executable, we
5892 may need to keep relocations for symbols satisfied by a
5893 dynamic library if we manage to avoid copy relocs for the
5894 symbol. */
411e1bfb 5895 dodyn:
0e1862bb 5896 if ((bfd_link_pic (info)
1d483afe 5897 && (must_be_dyn_reloc (info, r_type)
65f38f15 5898 || (h != NULL
198f1157 5899 && (!SYMBOLIC_BIND (info, h)
65f38f15 5900 || h->root.type == bfd_link_hash_defweak
f5385ebf 5901 || !h->def_regular))))
f4656909 5902 || (ELIMINATE_COPY_RELOCS
0e1862bb 5903 && !bfd_link_pic (info)
65f38f15
AM
5904 && h != NULL
5905 && (h->root.type == bfd_link_hash_defweak
25f23106 5906 || !h->def_regular))
0e1862bb 5907 || (!bfd_link_pic (info)
25f23106 5908 && ifunc != NULL))
5bd4f169 5909 {
65f38f15
AM
5910 /* We must copy these reloc types into the output file.
5911 Create a reloc section in dynobj and make room for
5912 this reloc. */
5bd4f169
AM
5913 if (sreloc == NULL)
5914 {
83bac4b0
NC
5915 sreloc = _bfd_elf_make_dynamic_reloc_section
5916 (sec, htab->elf.dynobj, 3, abfd, /*rela?*/ TRUE);
65f38f15 5917
5bd4f169 5918 if (sreloc == NULL)
83bac4b0 5919 return FALSE;
5bd4f169
AM
5920 }
5921
65f38f15
AM
5922 /* If this is a global symbol, we count the number of
5923 relocations we need for this symbol. */
5924 if (h != NULL)
5925 {
19e08130
AM
5926 struct elf_dyn_relocs *p;
5927 struct elf_dyn_relocs **head;
5928
ec338859 5929 head = &((struct ppc_link_hash_entry *) h)->dyn_relocs;
19e08130
AM
5930 p = *head;
5931 if (p == NULL || p->sec != sec)
5932 {
5933 p = bfd_alloc (htab->elf.dynobj, sizeof *p);
5934 if (p == NULL)
5935 return FALSE;
5936 p->next = *head;
5937 *head = p;
5938 p->sec = sec;
5939 p->count = 0;
5940 p->pc_count = 0;
5941 }
5942 p->count += 1;
5943 if (!must_be_dyn_reloc (info, r_type))
5944 p->pc_count += 1;
65f38f15
AM
5945 }
5946 else
5947 {
ec338859
AM
5948 /* Track dynamic relocs needed for local syms too.
5949 We really need local syms available to do this
5950 easily. Oh well. */
19e08130
AM
5951 struct ppc_dyn_relocs *p;
5952 struct ppc_dyn_relocs **head;
5953 bfd_boolean is_ifunc;
ec338859 5954 asection *s;
6edfbbad 5955 void *vpp;
87d72d41 5956 Elf_Internal_Sym *isym;
6edfbbad 5957
87d72d41
AM
5958 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5959 abfd, r_symndx);
5960 if (isym == NULL)
b34976b6 5961 return FALSE;
ec338859 5962
87d72d41
AM
5963 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
5964 if (s == NULL)
5965 s = sec;
5966
6edfbbad 5967 vpp = &elf_section_data (s)->local_dynrel;
19e08130
AM
5968 head = (struct ppc_dyn_relocs **) vpp;
5969 is_ifunc = ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC;
5970 p = *head;
5971 if (p != NULL && p->sec == sec && p->ifunc != is_ifunc)
5972 p = p->next;
5973 if (p == NULL || p->sec != sec || p->ifunc != is_ifunc)
5974 {
5975 p = bfd_alloc (htab->elf.dynobj, sizeof *p);
5976 if (p == NULL)
5977 return FALSE;
5978 p->next = *head;
5979 *head = p;
5980 p->sec = sec;
5981 p->ifunc = is_ifunc;
5982 p->count = 0;
5983 }
5984 p->count += 1;
ec338859 5985 }
65f38f15 5986 }
5bd4f169 5987 break;
65f38f15
AM
5988
5989 default:
96e0dda4 5990 break;
5bd4f169
AM
5991 }
5992 }
5993
b34976b6 5994 return TRUE;
5bd4f169
AM
5995}
5996
ee67d69a
AM
5997/* Merge backend specific data from an object file to the output
5998 object file when linking. */
5999
6000static bfd_boolean
6001ppc64_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
6002{
6003 unsigned long iflags, oflags;
6004
6005 if ((ibfd->flags & BFD_LINKER_CREATED) != 0)
6006 return TRUE;
6007
6008 if (!is_ppc64_elf (ibfd) || !is_ppc64_elf (obfd))
6009 return TRUE;
6010
6011 if (!_bfd_generic_verify_endian_match (ibfd, obfd))
6012 return FALSE;
6013
6014 iflags = elf_elfheader (ibfd)->e_flags;
6015 oflags = elf_elfheader (obfd)->e_flags;
6016
f6c7c3e8 6017 if (iflags & ~EF_PPC64_ABI)
ee67d69a
AM
6018 {
6019 (*_bfd_error_handler)
6020 (_("%B uses unknown e_flags 0x%lx"), ibfd, iflags);
6021 bfd_set_error (bfd_error_bad_value);
6022 return FALSE;
6023 }
f6c7c3e8 6024 else if (iflags != oflags && iflags != 0)
ee67d69a
AM
6025 {
6026 (*_bfd_error_handler)
6027 (_("%B: ABI version %ld is not compatible with ABI version %ld output"),
6028 ibfd, iflags, oflags);
6029 bfd_set_error (bfd_error_bad_value);
6030 return FALSE;
6031 }
6032
6033 /* Merge Tag_compatibility attributes and any common GNU ones. */
6034 _bfd_elf_merge_object_attributes (ibfd, obfd);
6035
6036 return TRUE;
6037}
6038
6039static bfd_boolean
6040ppc64_elf_print_private_bfd_data (bfd *abfd, void *ptr)
6041{
6042 /* Print normal ELF private data. */
6043 _bfd_elf_print_private_bfd_data (abfd, ptr);
6044
6045 if (elf_elfheader (abfd)->e_flags != 0)
6046 {
6047 FILE *file = ptr;
6048
6049 /* xgettext:c-format */
6050 fprintf (file, _("private flags = 0x%lx:"),
6051 elf_elfheader (abfd)->e_flags);
6052
6053 if ((elf_elfheader (abfd)->e_flags & EF_PPC64_ABI) != 0)
6054 fprintf (file, _(" [abiv%ld]"),
6055 elf_elfheader (abfd)->e_flags & EF_PPC64_ABI);
6056 fputc ('\n', file);
6057 }
6058
6059 return TRUE;
6060}
6061
8387904d 6062/* OFFSET in OPD_SEC specifies a function descriptor. Return the address
b53dfeb2
AM
6063 of the code entry point, and its section, which must be in the same
6064 object as OPD_SEC. Returns (bfd_vma) -1 on error. */
8387904d
AM
6065
6066static bfd_vma
6067opd_entry_value (asection *opd_sec,
6068 bfd_vma offset,
6069 asection **code_sec,
aef36ac1
AM
6070 bfd_vma *code_off,
6071 bfd_boolean in_code_sec)
8387904d
AM
6072{
6073 bfd *opd_bfd = opd_sec->owner;
8860955f 6074 Elf_Internal_Rela *relocs;
8387904d 6075 Elf_Internal_Rela *lo, *hi, *look;
645ea6a9 6076 bfd_vma val;
8387904d 6077
9f296da3
AM
6078 /* No relocs implies we are linking a --just-symbols object, or looking
6079 at a final linked executable with addr2line or somesuch. */
4b85d634
AM
6080 if (opd_sec->reloc_count == 0)
6081 {
729eabd5 6082 bfd_byte *contents = ppc64_elf_tdata (opd_bfd)->opd.contents;
3b36f7e6 6083
729eabd5
AM
6084 if (contents == NULL)
6085 {
6086 if (!bfd_malloc_and_get_section (opd_bfd, opd_sec, &contents))
6087 return (bfd_vma) -1;
6088 ppc64_elf_tdata (opd_bfd)->opd.contents = contents;
6089 }
ee1e4ede 6090
dbb3fbbb 6091 /* PR 17512: file: 64b9dfbb. */
451dfd38 6092 if (offset + 7 >= opd_sec->size || offset + 7 < offset)
dbb3fbbb
NC
6093 return (bfd_vma) -1;
6094
729eabd5 6095 val = bfd_get_64 (opd_bfd, contents + offset);
aef36ac1
AM
6096 if (code_sec != NULL)
6097 {
6098 asection *sec, *likely = NULL;
ee1e4ede 6099
aef36ac1 6100 if (in_code_sec)
4b85d634 6101 {
aef36ac1
AM
6102 sec = *code_sec;
6103 if (sec->vma <= val
6104 && val < sec->vma + sec->size)
6105 likely = sec;
6106 else
6107 val = -1;
6108 }
6109 else
6110 for (sec = opd_bfd->sections; sec != NULL; sec = sec->next)
6111 if (sec->vma <= val
6112 && (sec->flags & SEC_LOAD) != 0
6113 && (sec->flags & SEC_ALLOC) != 0)
6114 likely = sec;
6115 if (likely != NULL)
6116 {
6117 *code_sec = likely;
6118 if (code_off != NULL)
6119 *code_off = val - likely->vma;
4b85d634
AM
6120 }
6121 }
aef36ac1 6122 return val;
4b85d634
AM
6123 }
6124
0c8d6e5c 6125 BFD_ASSERT (is_ppc64_elf (opd_bfd));
0ffa91dd 6126
729eabd5 6127 relocs = ppc64_elf_tdata (opd_bfd)->opd.relocs;
8860955f
AM
6128 if (relocs == NULL)
6129 relocs = _bfd_elf_link_read_relocs (opd_bfd, opd_sec, NULL, NULL, TRUE);
877a8638
NC
6130 /* PR 17512: file: df8e1fd6. */
6131 if (relocs == NULL)
6132 return (bfd_vma) -1;
645ea6a9 6133
8387904d 6134 /* Go find the opd reloc at the sym address. */
8860955f 6135 lo = relocs;
8387904d 6136 hi = lo + opd_sec->reloc_count - 1; /* ignore last reloc */
645ea6a9 6137 val = (bfd_vma) -1;
8387904d
AM
6138 while (lo < hi)
6139 {
6140 look = lo + (hi - lo) / 2;
6141 if (look->r_offset < offset)
6142 lo = look + 1;
6143 else if (look->r_offset > offset)
6144 hi = look;
6145 else
6146 {
0ffa91dd
NC
6147 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (opd_bfd);
6148
8387904d
AM
6149 if (ELF64_R_TYPE (look->r_info) == R_PPC64_ADDR64
6150 && ELF64_R_TYPE ((look + 1)->r_info) == R_PPC64_TOC)
6151 {
6152 unsigned long symndx = ELF64_R_SYM (look->r_info);
b53dfeb2 6153 asection *sec = NULL;
8387904d 6154
b53dfeb2
AM
6155 if (symndx >= symtab_hdr->sh_info
6156 && elf_sym_hashes (opd_bfd) != NULL)
8387904d
AM
6157 {
6158 struct elf_link_hash_entry **sym_hashes;
6159 struct elf_link_hash_entry *rh;
6160
6161 sym_hashes = elf_sym_hashes (opd_bfd);
6162 rh = sym_hashes[symndx - symtab_hdr->sh_info];
128205bb
AM
6163 if (rh != NULL)
6164 {
6165 rh = elf_follow_link (rh);
bb854a36
AM
6166 if (rh->root.type != bfd_link_hash_defined
6167 && rh->root.type != bfd_link_hash_defweak)
6168 break;
6169 if (rh->root.u.def.section->owner == opd_bfd)
b53dfeb2 6170 {
bb854a36
AM
6171 val = rh->root.u.def.value;
6172 sec = rh->root.u.def.section;
b53dfeb2
AM
6173 }
6174 }
6175 }
6176
6177 if (sec == NULL)
6178 {
6179 Elf_Internal_Sym *sym;
6180
6181 if (symndx < symtab_hdr->sh_info)
6182 {
6183 sym = (Elf_Internal_Sym *) symtab_hdr->contents;
6184 if (sym == NULL)
6185 {
6186 size_t symcnt = symtab_hdr->sh_info;
6187 sym = bfd_elf_get_elf_syms (opd_bfd, symtab_hdr,
6188 symcnt, 0,
6189 NULL, NULL, NULL);
6190 if (sym == NULL)
6191 break;
6192 symtab_hdr->contents = (bfd_byte *) sym;
6193 }
6194 sym += symndx;
128205bb
AM
6195 }
6196 else
6197 {
b53dfeb2
AM
6198 sym = bfd_elf_get_elf_syms (opd_bfd, symtab_hdr,
6199 1, symndx,
6200 NULL, NULL, NULL);
128205bb
AM
6201 if (sym == NULL)
6202 break;
128205bb 6203 }
b53dfeb2
AM
6204 sec = bfd_section_from_elf_index (opd_bfd, sym->st_shndx);
6205 if (sec == NULL)
6206 break;
6207 BFD_ASSERT ((sec->flags & SEC_MERGE) == 0);
6208 val = sym->st_value;
8387904d 6209 }
b53dfeb2 6210
8387904d
AM
6211 val += look->r_addend;
6212 if (code_off != NULL)
6213 *code_off = val;
6214 if (code_sec != NULL)
aef36ac1
AM
6215 {
6216 if (in_code_sec && *code_sec != sec)
6217 return -1;
6218 else
6219 *code_sec = sec;
6220 }
b53dfeb2 6221 if (sec->output_section != NULL)
8387904d 6222 val += sec->output_section->vma + sec->output_offset;
8387904d
AM
6223 }
6224 break;
6225 }
6226 }
645ea6a9 6227
645ea6a9 6228 return val;
8387904d
AM
6229}
6230
aef36ac1
AM
6231/* If the ELF symbol SYM might be a function in SEC, return the
6232 function size and set *CODE_OFF to the function's entry point,
6233 otherwise return zero. */
9f296da3 6234
aef36ac1
AM
6235static bfd_size_type
6236ppc64_elf_maybe_function_sym (const asymbol *sym, asection *sec,
6237 bfd_vma *code_off)
9f296da3 6238{
aef36ac1
AM
6239 bfd_size_type size;
6240
6241 if ((sym->flags & (BSF_SECTION_SYM | BSF_FILE | BSF_OBJECT
6242 | BSF_THREAD_LOCAL | BSF_RELC | BSF_SRELC)) != 0)
6243 return 0;
6244
6245 size = 0;
6246 if (!(sym->flags & BSF_SYNTHETIC))
6247 size = ((elf_symbol_type *) sym)->internal_elf_sym.st_size;
6248
6249 if (strcmp (sym->section->name, ".opd") == 0)
9f296da3 6250 {
b07bca4e
AM
6251 struct _opd_sec_data *opd = get_opd_info (sym->section);
6252 bfd_vma symval = sym->value;
6253
6254 if (opd != NULL
6255 && opd->adjust != NULL
6256 && elf_section_data (sym->section)->relocs != NULL)
6257 {
6258 /* opd_entry_value will use cached relocs that have been
6259 adjusted, but with raw symbols. That means both local
6260 and global symbols need adjusting. */
6261 long adjust = opd->adjust[OPD_NDX (symval)];
6262 if (adjust == -1)
6263 return 0;
6264 symval += adjust;
6265 }
6266
6267 if (opd_entry_value (sym->section, symval,
aef36ac1
AM
6268 &sec, code_off, TRUE) == (bfd_vma) -1)
6269 return 0;
6270 /* An old ABI binary with dot-syms has a size of 24 on the .opd
6271 symbol. This size has nothing to do with the code size of the
6272 function, which is what we're supposed to return, but the
6273 code size isn't available without looking up the dot-sym.
6274 However, doing that would be a waste of time particularly
6275 since elf_find_function will look at the dot-sym anyway.
6276 Now, elf_find_function will keep the largest size of any
6277 function sym found at the code address of interest, so return
6278 1 here to avoid it incorrectly caching a larger function size
6279 for a small function. This does mean we return the wrong
6280 size for a new-ABI function of size 24, but all that does is
6281 disable caching for such functions. */
6282 if (size == 24)
6283 size = 1;
9f296da3 6284 }
aef36ac1
AM
6285 else
6286 {
6287 if (sym->section != sec)
6288 return 0;
6289 *code_off = sym->value;
6290 }
6291 if (size == 0)
6292 size = 1;
6293 return size;
9f296da3
AM
6294}
6295
854b41e7
AM
6296/* Return true if symbol is defined in a regular object file. */
6297
6298static bfd_boolean
6299is_static_defined (struct elf_link_hash_entry *h)
6300{
6301 return ((h->root.type == bfd_link_hash_defined
6302 || h->root.type == bfd_link_hash_defweak)
6303 && h->root.u.def.section != NULL
6304 && h->root.u.def.section->output_section != NULL);
6305}
6306
b31867b6
AM
6307/* If FDH is a function descriptor symbol, return the associated code
6308 entry symbol if it is defined. Return NULL otherwise. */
6309
6310static struct ppc_link_hash_entry *
6311defined_code_entry (struct ppc_link_hash_entry *fdh)
6312{
6313 if (fdh->is_func_descriptor)
6314 {
6315 struct ppc_link_hash_entry *fh = ppc_follow_link (fdh->oh);
6316 if (fh->elf.root.type == bfd_link_hash_defined
6317 || fh->elf.root.type == bfd_link_hash_defweak)
6318 return fh;
6319 }
6320 return NULL;
6321}
6322
6323/* If FH is a function code entry symbol, return the associated
6324 function descriptor symbol if it is defined. Return NULL otherwise. */
6325
6326static struct ppc_link_hash_entry *
6327defined_func_desc (struct ppc_link_hash_entry *fh)
6328{
6329 if (fh->oh != NULL
6330 && fh->oh->is_func_descriptor)
6331 {
6332 struct ppc_link_hash_entry *fdh = ppc_follow_link (fh->oh);
6333 if (fdh->elf.root.type == bfd_link_hash_defined
6334 || fdh->elf.root.type == bfd_link_hash_defweak)
6335 return fdh;
6336 }
6337 return NULL;
6338}
6339
74f0fb50
AM
6340/* Mark all our entry sym sections, both opd and code section. */
6341
6342static void
6343ppc64_elf_gc_keep (struct bfd_link_info *info)
6344{
6345 struct ppc_link_hash_table *htab = ppc_hash_table (info);
6346 struct bfd_sym_chain *sym;
6347
4dfe6ac6
NC
6348 if (htab == NULL)
6349 return;
6350
74f0fb50
AM
6351 for (sym = info->gc_sym_list; sym != NULL; sym = sym->next)
6352 {
b31867b6 6353 struct ppc_link_hash_entry *eh, *fh;
74f0fb50
AM
6354 asection *sec;
6355
6356 eh = (struct ppc_link_hash_entry *)
b31867b6 6357 elf_link_hash_lookup (&htab->elf, sym->name, FALSE, FALSE, TRUE);
74f0fb50
AM
6358 if (eh == NULL)
6359 continue;
6360 if (eh->elf.root.type != bfd_link_hash_defined
6361 && eh->elf.root.type != bfd_link_hash_defweak)
6362 continue;
6363
b31867b6
AM
6364 fh = defined_code_entry (eh);
6365 if (fh != NULL)
74f0fb50 6366 {
b31867b6 6367 sec = fh->elf.root.u.def.section;
74f0fb50
AM
6368 sec->flags |= SEC_KEEP;
6369 }
6370 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
6371 && opd_entry_value (eh->elf.root.u.def.section,
6372 eh->elf.root.u.def.value,
aef36ac1 6373 &sec, NULL, FALSE) != (bfd_vma) -1)
74f0fb50
AM
6374 sec->flags |= SEC_KEEP;
6375
6376 sec = eh->elf.root.u.def.section;
6377 sec->flags |= SEC_KEEP;
6378 }
6379}
6380
64d03ab5
AM
6381/* Mark sections containing dynamically referenced symbols. When
6382 building shared libraries, we must assume that any visible symbol is
6383 referenced. */
6384
6385static bfd_boolean
6386ppc64_elf_gc_mark_dynamic_ref (struct elf_link_hash_entry *h, void *inf)
6387{
6388 struct bfd_link_info *info = (struct bfd_link_info *) inf;
6389 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) h;
b31867b6 6390 struct ppc_link_hash_entry *fdh;
b407645f 6391 struct bfd_elf_dynamic_list *d = info->dynamic_list;
64d03ab5 6392
64d03ab5 6393 /* Dynamic linking info is on the func descriptor sym. */
b31867b6
AM
6394 fdh = defined_func_desc (eh);
6395 if (fdh != NULL)
6396 eh = fdh;
64d03ab5
AM
6397
6398 if ((eh->elf.root.type == bfd_link_hash_defined
6399 || eh->elf.root.type == bfd_link_hash_defweak)
6400 && (eh->elf.ref_dynamic
1c9177d9 6401 || ((eh->elf.def_regular || ELF_COMMON_DEF_P (&eh->elf))
64d03ab5 6402 && ELF_ST_VISIBILITY (eh->elf.other) != STV_INTERNAL
4c58e0d8 6403 && ELF_ST_VISIBILITY (eh->elf.other) != STV_HIDDEN
0e1862bb 6404 && (!bfd_link_executable (info)
b407645f
AM
6405 || info->export_dynamic
6406 || (eh->elf.dynamic
6407 && d != NULL
6408 && (*d->match) (&d->head, NULL, eh->elf.root.root.string)))
4c58e0d8
AM
6409 && (strchr (eh->elf.root.root.string, ELF_VER_CHR) != NULL
6410 || !bfd_hide_sym_by_version (info->version_info,
6411 eh->elf.root.root.string)))))
64d03ab5
AM
6412 {
6413 asection *code_sec;
b31867b6 6414 struct ppc_link_hash_entry *fh;
64d03ab5
AM
6415
6416 eh->elf.root.u.def.section->flags |= SEC_KEEP;
6417
6418 /* Function descriptor syms cause the associated
6419 function code sym section to be marked. */
b31867b6
AM
6420 fh = defined_code_entry (eh);
6421 if (fh != NULL)
6422 {
6423 code_sec = fh->elf.root.u.def.section;
6424 code_sec->flags |= SEC_KEEP;
6425 }
64d03ab5
AM
6426 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
6427 && opd_entry_value (eh->elf.root.u.def.section,
6428 eh->elf.root.u.def.value,
aef36ac1 6429 &code_sec, NULL, FALSE) != (bfd_vma) -1)
64d03ab5
AM
6430 code_sec->flags |= SEC_KEEP;
6431 }
6432
6433 return TRUE;
6434}
6435
5bd4f169
AM
6436/* Return the section that should be marked against GC for a given
6437 relocation. */
6438
6439static asection *
4ce794b7 6440ppc64_elf_gc_mark_hook (asection *sec,
fb34365b 6441 struct bfd_link_info *info,
4ce794b7
AM
6442 Elf_Internal_Rela *rel,
6443 struct elf_link_hash_entry *h,
6444 Elf_Internal_Sym *sym)
5bd4f169 6445{
ccfa59ea
AM
6446 asection *rsec;
6447
ccfa59ea
AM
6448 /* Syms return NULL if we're marking .opd, so we avoid marking all
6449 function sections, as all functions are referenced in .opd. */
6450 rsec = NULL;
6451 if (get_opd_info (sec) != NULL)
6452 return rsec;
1e2f5b6e 6453
5bd4f169
AM
6454 if (h != NULL)
6455 {
04c9666a 6456 enum elf_ppc64_reloc_type r_type;
b31867b6 6457 struct ppc_link_hash_entry *eh, *fh, *fdh;
a33d1f77 6458
4ce794b7 6459 r_type = ELF64_R_TYPE (rel->r_info);
a33d1f77 6460 switch (r_type)
5bd4f169
AM
6461 {
6462 case R_PPC64_GNU_VTINHERIT:
6463 case R_PPC64_GNU_VTENTRY:
6464 break;
6465
6466 default:
6467 switch (h->root.type)
6468 {
6469 case bfd_link_hash_defined:
6470 case bfd_link_hash_defweak:
ccfa59ea 6471 eh = (struct ppc_link_hash_entry *) h;
b31867b6
AM
6472 fdh = defined_func_desc (eh);
6473 if (fdh != NULL)
6474 eh = fdh;
1e2f5b6e
AM
6475
6476 /* Function descriptor syms cause the associated
6477 function code sym section to be marked. */
b31867b6
AM
6478 fh = defined_code_entry (eh);
6479 if (fh != NULL)
ccfa59ea
AM
6480 {
6481 /* They also mark their opd section. */
74f0fb50 6482 eh->elf.root.u.def.section->gc_mark = 1;
ccfa59ea 6483
b31867b6 6484 rsec = fh->elf.root.u.def.section;
ccfa59ea 6485 }
8387904d
AM
6486 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
6487 && opd_entry_value (eh->elf.root.u.def.section,
6488 eh->elf.root.u.def.value,
aef36ac1 6489 &rsec, NULL, FALSE) != (bfd_vma) -1)
74f0fb50 6490 eh->elf.root.u.def.section->gc_mark = 1;
ccfa59ea 6491 else
1e2f5b6e
AM
6492 rsec = h->root.u.def.section;
6493 break;
5bd4f169
AM
6494
6495 case bfd_link_hash_common:
1e2f5b6e
AM
6496 rsec = h->root.u.c.p->section;
6497 break;
5bd4f169
AM
6498
6499 default:
fb34365b 6500 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
5bd4f169
AM
6501 }
6502 }
6503 }
6504 else
6505 {
74f0fb50 6506 struct _opd_sec_data *opd;
1e2f5b6e
AM
6507
6508 rsec = bfd_section_from_elf_index (sec->owner, sym->st_shndx);
74f0fb50
AM
6509 opd = get_opd_info (rsec);
6510 if (opd != NULL && opd->func_sec != NULL)
ccfa59ea 6511 {
74f0fb50 6512 rsec->gc_mark = 1;
ccfa59ea 6513
51aecdc5 6514 rsec = opd->func_sec[OPD_NDX (sym->st_value + rel->r_addend)];
ccfa59ea 6515 }
5bd4f169
AM
6516 }
6517
1e2f5b6e 6518 return rsec;
5bd4f169
AM
6519}
6520
65f38f15
AM
6521/* Update the .got, .plt. and dynamic reloc reference counts for the
6522 section being removed. */
5bd4f169 6523
b34976b6 6524static bfd_boolean
4ce794b7
AM
6525ppc64_elf_gc_sweep_hook (bfd *abfd, struct bfd_link_info *info,
6526 asection *sec, const Elf_Internal_Rela *relocs)
5bd4f169 6527{
411e1bfb 6528 struct ppc_link_hash_table *htab;
5bd4f169
AM
6529 Elf_Internal_Shdr *symtab_hdr;
6530 struct elf_link_hash_entry **sym_hashes;
411e1bfb 6531 struct got_entry **local_got_ents;
5bd4f169 6532 const Elf_Internal_Rela *rel, *relend;
5bd4f169 6533
0e1862bb 6534 if (bfd_link_relocatable (info))
7dda2462
TG
6535 return TRUE;
6536
680a3378
AM
6537 if ((sec->flags & SEC_ALLOC) == 0)
6538 return TRUE;
6539
ec338859
AM
6540 elf_section_data (sec)->local_dynrel = NULL;
6541
411e1bfb 6542 htab = ppc_hash_table (info);
4dfe6ac6
NC
6543 if (htab == NULL)
6544 return FALSE;
6545
0ffa91dd 6546 symtab_hdr = &elf_symtab_hdr (abfd);
5bd4f169 6547 sym_hashes = elf_sym_hashes (abfd);
411e1bfb 6548 local_got_ents = elf_local_got_ents (abfd);
5bd4f169
AM
6549
6550 relend = relocs + sec->reloc_count;
6551 for (rel = relocs; rel < relend; rel++)
a33d1f77
AM
6552 {
6553 unsigned long r_symndx;
04c9666a 6554 enum elf_ppc64_reloc_type r_type;
58ac9f71 6555 struct elf_link_hash_entry *h = NULL;
cbf95972 6556 struct plt_entry **plt_list;
f961d9dd 6557 unsigned char tls_type = 0;
5bd4f169 6558
a33d1f77 6559 r_symndx = ELF64_R_SYM (rel->r_info);
4ce794b7 6560 r_type = ELF64_R_TYPE (rel->r_info);
58ac9f71
AM
6561 if (r_symndx >= symtab_hdr->sh_info)
6562 {
6563 struct ppc_link_hash_entry *eh;
6061a67d
AM
6564 struct elf_dyn_relocs **pp;
6565 struct elf_dyn_relocs *p;
58ac9f71
AM
6566
6567 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
b31867b6 6568 h = elf_follow_link (h);
58ac9f71
AM
6569 eh = (struct ppc_link_hash_entry *) h;
6570
6571 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
6572 if (p->sec == sec)
6573 {
6574 /* Everything must go for SEC. */
6575 *pp = p->next;
6576 break;
6577 }
6578 }
6579
a33d1f77
AM
6580 switch (r_type)
6581 {
411e1bfb
AM
6582 case R_PPC64_GOT_TLSLD16:
6583 case R_PPC64_GOT_TLSLD16_LO:
6584 case R_PPC64_GOT_TLSLD16_HI:
6585 case R_PPC64_GOT_TLSLD16_HA:
951fd09b 6586 tls_type = TLS_TLS | TLS_LD;
411e1bfb
AM
6587 goto dogot;
6588
6589 case R_PPC64_GOT_TLSGD16:
6590 case R_PPC64_GOT_TLSGD16_LO:
6591 case R_PPC64_GOT_TLSGD16_HI:
6592 case R_PPC64_GOT_TLSGD16_HA:
951fd09b 6593 tls_type = TLS_TLS | TLS_GD;
411e1bfb
AM
6594 goto dogot;
6595
6596 case R_PPC64_GOT_TPREL16_DS:
6597 case R_PPC64_GOT_TPREL16_LO_DS:
6598 case R_PPC64_GOT_TPREL16_HI:
6599 case R_PPC64_GOT_TPREL16_HA:
6600 tls_type = TLS_TLS | TLS_TPREL;
6601 goto dogot;
6602
6603 case R_PPC64_GOT_DTPREL16_DS:
6604 case R_PPC64_GOT_DTPREL16_LO_DS:
6605 case R_PPC64_GOT_DTPREL16_HI:
6606 case R_PPC64_GOT_DTPREL16_HA:
6607 tls_type = TLS_TLS | TLS_DTPREL;
6608 goto dogot;
6609
a33d1f77
AM
6610 case R_PPC64_GOT16:
6611 case R_PPC64_GOT16_DS:
6612 case R_PPC64_GOT16_HA:
6613 case R_PPC64_GOT16_HI:
6614 case R_PPC64_GOT16_LO:
6615 case R_PPC64_GOT16_LO_DS:
411e1bfb
AM
6616 dogot:
6617 {
6618 struct got_entry *ent;
6619
58ac9f71
AM
6620 if (h != NULL)
6621 ent = h->got.glist;
411e1bfb
AM
6622 else
6623 ent = local_got_ents[r_symndx];
6624
6625 for (; ent != NULL; ent = ent->next)
6626 if (ent->addend == rel->r_addend
e717da7e 6627 && ent->owner == abfd
411e1bfb
AM
6628 && ent->tls_type == tls_type)
6629 break;
6630 if (ent == NULL)
6631 abort ();
6632 if (ent->got.refcount > 0)
6633 ent->got.refcount -= 1;
6634 }
a33d1f77 6635 break;
65f38f15 6636
a33d1f77
AM
6637 case R_PPC64_PLT16_HA:
6638 case R_PPC64_PLT16_HI:
6639 case R_PPC64_PLT16_LO:
6640 case R_PPC64_PLT32:
6641 case R_PPC64_PLT64:
721956f4
AM
6642 case R_PPC64_REL14:
6643 case R_PPC64_REL14_BRNTAKEN:
6644 case R_PPC64_REL14_BRTAKEN:
5d1634d7 6645 case R_PPC64_REL24:
cbf95972 6646 plt_list = NULL;
58ac9f71 6647 if (h != NULL)
cbf95972
AM
6648 plt_list = &h->plt.plist;
6649 else if (local_got_ents != NULL)
6650 {
6651 struct plt_entry **local_plt = (struct plt_entry **)
6652 (local_got_ents + symtab_hdr->sh_info);
6653 unsigned char *local_got_tls_masks = (unsigned char *)
6654 (local_plt + symtab_hdr->sh_info);
6655 if ((local_got_tls_masks[r_symndx] & PLT_IFUNC) != 0)
6656 plt_list = local_plt + r_symndx;
6657 }
6658 if (plt_list)
5d1634d7 6659 {
411e1bfb
AM
6660 struct plt_entry *ent;
6661
cbf95972 6662 for (ent = *plt_list; ent != NULL; ent = ent->next)
411e1bfb
AM
6663 if (ent->addend == rel->r_addend)
6664 break;
7c6c1722 6665 if (ent != NULL && ent->plt.refcount > 0)
411e1bfb 6666 ent->plt.refcount -= 1;
5d1634d7 6667 }
e86ce104 6668 break;
5d1634d7 6669
a33d1f77
AM
6670 default:
6671 break;
6672 }
6673 }
b34976b6 6674 return TRUE;
5bd4f169
AM
6675}
6676
deb0e272
AM
6677/* The maximum size of .sfpr. */
6678#define SFPR_MAX (218*4)
6679
6680struct sfpr_def_parms
6681{
699733f6
AM
6682 const char name[12];
6683 unsigned char lo, hi;
deb0e272
AM
6684 bfd_byte * (*write_ent) (bfd *, bfd_byte *, int);
6685 bfd_byte * (*write_tail) (bfd *, bfd_byte *, int);
6686};
6687
a4b6fadd
AM
6688/* Auto-generate _save*, _rest* functions in .sfpr.
6689 If STUB_SEC is non-null, define alias symbols in STUB_SEC
6690 instead. */
deb0e272 6691
4dfe6ac6 6692static bfd_boolean
a4b6fadd
AM
6693sfpr_define (struct bfd_link_info *info,
6694 const struct sfpr_def_parms *parm,
6695 asection *stub_sec)
deb0e272
AM
6696{
6697 struct ppc_link_hash_table *htab = ppc_hash_table (info);
6698 unsigned int i;
6699 size_t len = strlen (parm->name);
6700 bfd_boolean writing = FALSE;
699733f6 6701 char sym[16];
deb0e272 6702
4dfe6ac6
NC
6703 if (htab == NULL)
6704 return FALSE;
6705
deb0e272
AM
6706 memcpy (sym, parm->name, len);
6707 sym[len + 2] = 0;
6708
6709 for (i = parm->lo; i <= parm->hi; i++)
6710 {
a4b6fadd 6711 struct ppc_link_hash_entry *h;
deb0e272
AM
6712
6713 sym[len + 0] = i / 10 + '0';
6714 sym[len + 1] = i % 10 + '0';
a4b6fadd 6715 h = (struct ppc_link_hash_entry *)
b32547cd 6716 elf_link_hash_lookup (&htab->elf, sym, writing, TRUE, TRUE);
a4b6fadd 6717 if (stub_sec != NULL)
deb0e272 6718 {
a4b6fadd
AM
6719 if (h != NULL
6720 && h->elf.root.type == bfd_link_hash_defined
6721 && h->elf.root.u.def.section == htab->sfpr)
6722 {
6723 struct elf_link_hash_entry *s;
6724 char buf[32];
6725 sprintf (buf, "%08x.%s", stub_sec->id & 0xffffffff, sym);
6726 s = elf_link_hash_lookup (&htab->elf, buf, TRUE, TRUE, FALSE);
6727 if (s == NULL)
6728 return FALSE;
6729 if (s->root.type == bfd_link_hash_new
6730 || (s->root.type = bfd_link_hash_defined
6731 && s->root.u.def.section == stub_sec))
6732 {
6733 s->root.type = bfd_link_hash_defined;
6734 s->root.u.def.section = stub_sec;
6735 s->root.u.def.value = (stub_sec->size
6736 + h->elf.root.u.def.value);
6737 s->ref_regular = 1;
6738 s->def_regular = 1;
6739 s->ref_regular_nonweak = 1;
6740 s->forced_local = 1;
6741 s->non_elf = 0;
6742 s->root.linker_def = 1;
6743 }
6744 }
6745 continue;
6746 }
6747 if (h != NULL)
6748 {
6749 h->save_res = 1;
6750 if (!h->elf.def_regular)
deb0e272 6751 {
a4b6fadd
AM
6752 h->elf.root.type = bfd_link_hash_defined;
6753 h->elf.root.u.def.section = htab->sfpr;
6754 h->elf.root.u.def.value = htab->sfpr->size;
6755 h->elf.type = STT_FUNC;
6756 h->elf.def_regular = 1;
b32547cd 6757 h->elf.non_elf = 0;
a4b6fadd
AM
6758 _bfd_elf_link_hash_hide_symbol (info, &h->elf, TRUE);
6759 writing = TRUE;
deb0e272 6760 if (htab->sfpr->contents == NULL)
a4b6fadd
AM
6761 {
6762 htab->sfpr->contents = bfd_alloc (htab->elf.dynobj, SFPR_MAX);
6763 if (htab->sfpr->contents == NULL)
6764 return FALSE;
6765 }
deb0e272
AM
6766 }
6767 }
6768 if (writing)
6769 {
6770 bfd_byte *p = htab->sfpr->contents + htab->sfpr->size;
6771 if (i != parm->hi)
6772 p = (*parm->write_ent) (htab->elf.dynobj, p, i);
6773 else
6774 p = (*parm->write_tail) (htab->elf.dynobj, p, i);
6775 htab->sfpr->size = p - htab->sfpr->contents;
6776 }
6777 }
6778
6779 return TRUE;
6780}
6781
6782static bfd_byte *
6783savegpr0 (bfd *abfd, bfd_byte *p, int r)
6784{
6785 bfd_put_32 (abfd, STD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6786 return p + 4;
6787}
6788
6789static bfd_byte *
6790savegpr0_tail (bfd *abfd, bfd_byte *p, int r)
6791{
6792 p = savegpr0 (abfd, p, r);
a078d95a 6793 bfd_put_32 (abfd, STD_R0_0R1 + STK_LR, p);
deb0e272
AM
6794 p = p + 4;
6795 bfd_put_32 (abfd, BLR, p);
6796 return p + 4;
6797}
6798
6799static bfd_byte *
6800restgpr0 (bfd *abfd, bfd_byte *p, int r)
6801{
6802 bfd_put_32 (abfd, LD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6803 return p + 4;
6804}
6805
6806static bfd_byte *
6807restgpr0_tail (bfd *abfd, bfd_byte *p, int r)
6808{
a078d95a 6809 bfd_put_32 (abfd, LD_R0_0R1 + STK_LR, p);
deb0e272
AM
6810 p = p + 4;
6811 p = restgpr0 (abfd, p, r);
6812 bfd_put_32 (abfd, MTLR_R0, p);
6813 p = p + 4;
6814 if (r == 29)
6815 {
6816 p = restgpr0 (abfd, p, 30);
6817 p = restgpr0 (abfd, p, 31);
6818 }
6819 bfd_put_32 (abfd, BLR, p);
6820 return p + 4;
6821}
6822
6823static bfd_byte *
6824savegpr1 (bfd *abfd, bfd_byte *p, int r)
6825{
6826 bfd_put_32 (abfd, STD_R0_0R12 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6827 return p + 4;
6828}
6829
6830static bfd_byte *
6831savegpr1_tail (bfd *abfd, bfd_byte *p, int r)
6832{
6833 p = savegpr1 (abfd, p, r);
6834 bfd_put_32 (abfd, BLR, p);
6835 return p + 4;
6836}
6837
6838static bfd_byte *
6839restgpr1 (bfd *abfd, bfd_byte *p, int r)
6840{
6841 bfd_put_32 (abfd, LD_R0_0R12 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6842 return p + 4;
6843}
6844
6845static bfd_byte *
6846restgpr1_tail (bfd *abfd, bfd_byte *p, int r)
6847{
6848 p = restgpr1 (abfd, p, r);
6849 bfd_put_32 (abfd, BLR, p);
6850 return p + 4;
6851}
6852
6853static bfd_byte *
6854savefpr (bfd *abfd, bfd_byte *p, int r)
6855{
6856 bfd_put_32 (abfd, STFD_FR0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6857 return p + 4;
6858}
6859
6860static bfd_byte *
6861savefpr0_tail (bfd *abfd, bfd_byte *p, int r)
6862{
6863 p = savefpr (abfd, p, r);
a078d95a 6864 bfd_put_32 (abfd, STD_R0_0R1 + STK_LR, p);
deb0e272
AM
6865 p = p + 4;
6866 bfd_put_32 (abfd, BLR, p);
6867 return p + 4;
6868}
6869
6870static bfd_byte *
6871restfpr (bfd *abfd, bfd_byte *p, int r)
6872{
6873 bfd_put_32 (abfd, LFD_FR0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6874 return p + 4;
6875}
6876
6877static bfd_byte *
6878restfpr0_tail (bfd *abfd, bfd_byte *p, int r)
6879{
a078d95a 6880 bfd_put_32 (abfd, LD_R0_0R1 + STK_LR, p);
deb0e272
AM
6881 p = p + 4;
6882 p = restfpr (abfd, p, r);
6883 bfd_put_32 (abfd, MTLR_R0, p);
6884 p = p + 4;
6885 if (r == 29)
6886 {
6887 p = restfpr (abfd, p, 30);
6888 p = restfpr (abfd, p, 31);
6889 }
6890 bfd_put_32 (abfd, BLR, p);
6891 return p + 4;
6892}
6893
6894static bfd_byte *
6895savefpr1_tail (bfd *abfd, bfd_byte *p, int r)
6896{
6897 p = savefpr (abfd, p, r);
6898 bfd_put_32 (abfd, BLR, p);
6899 return p + 4;
6900}
6901
6902static bfd_byte *
6903restfpr1_tail (bfd *abfd, bfd_byte *p, int r)
6904{
6905 p = restfpr (abfd, p, r);
6906 bfd_put_32 (abfd, BLR, p);
6907 return p + 4;
6908}
6909
6910static bfd_byte *
6911savevr (bfd *abfd, bfd_byte *p, int r)
6912{
6913 bfd_put_32 (abfd, LI_R12_0 + (1 << 16) - (32 - r) * 16, p);
6914 p = p + 4;
6915 bfd_put_32 (abfd, STVX_VR0_R12_R0 + (r << 21), p);
6916 return p + 4;
6917}
6918
6919static bfd_byte *
6920savevr_tail (bfd *abfd, bfd_byte *p, int r)
6921{
6922 p = savevr (abfd, p, r);
6923 bfd_put_32 (abfd, BLR, p);
6924 return p + 4;
6925}
6926
6927static bfd_byte *
6928restvr (bfd *abfd, bfd_byte *p, int r)
6929{
6930 bfd_put_32 (abfd, LI_R12_0 + (1 << 16) - (32 - r) * 16, p);
6931 p = p + 4;
6932 bfd_put_32 (abfd, LVX_VR0_R12_R0 + (r << 21), p);
6933 return p + 4;
6934}
6935
6936static bfd_byte *
6937restvr_tail (bfd *abfd, bfd_byte *p, int r)
6938{
6939 p = restvr (abfd, p, r);
6940 bfd_put_32 (abfd, BLR, p);
6941 return p + 4;
6942}
6943
e86ce104
AM
6944/* Called via elf_link_hash_traverse to transfer dynamic linking
6945 information on function code symbol entries to their corresponding
6946 function descriptor symbol entries. */
deb0e272 6947
b34976b6 6948static bfd_boolean
4ce794b7 6949func_desc_adjust (struct elf_link_hash_entry *h, void *inf)
5bd4f169 6950{
e86ce104 6951 struct bfd_link_info *info;
65f38f15 6952 struct ppc_link_hash_table *htab;
411e1bfb 6953 struct plt_entry *ent;
50bc7936
AM
6954 struct ppc_link_hash_entry *fh;
6955 struct ppc_link_hash_entry *fdh;
6956 bfd_boolean force_local;
5bd4f169 6957
50bc7936
AM
6958 fh = (struct ppc_link_hash_entry *) h;
6959 if (fh->elf.root.type == bfd_link_hash_indirect)
b34976b6 6960 return TRUE;
e86ce104 6961
4ce794b7 6962 info = inf;
65f38f15 6963 htab = ppc_hash_table (info);
4dfe6ac6
NC
6964 if (htab == NULL)
6965 return FALSE;
5bd4f169 6966
c09bdfe5
AM
6967 /* Resolve undefined references to dot-symbols as the value
6968 in the function descriptor, if we have one in a regular object.
6969 This is to satisfy cases like ".quad .foo". Calls to functions
6970 in dynamic objects are handled elsewhere. */
6971 if (fh->elf.root.type == bfd_link_hash_undefweak
6972 && fh->was_undefined
b31867b6
AM
6973 && (fdh = defined_func_desc (fh)) != NULL
6974 && get_opd_info (fdh->elf.root.u.def.section) != NULL
6975 && opd_entry_value (fdh->elf.root.u.def.section,
6976 fdh->elf.root.u.def.value,
c09bdfe5 6977 &fh->elf.root.u.def.section,
aef36ac1 6978 &fh->elf.root.u.def.value, FALSE) != (bfd_vma) -1)
c09bdfe5 6979 {
b31867b6 6980 fh->elf.root.type = fdh->elf.root.type;
f5385ebf 6981 fh->elf.forced_local = 1;
b31867b6
AM
6982 fh->elf.def_regular = fdh->elf.def_regular;
6983 fh->elf.def_dynamic = fdh->elf.def_dynamic;
c09bdfe5
AM
6984 }
6985
e86ce104
AM
6986 /* If this is a function code symbol, transfer dynamic linking
6987 information to the function descriptor symbol. */
50bc7936 6988 if (!fh->is_func)
b34976b6 6989 return TRUE;
e86ce104 6990
50bc7936 6991 for (ent = fh->elf.plt.plist; ent != NULL; ent = ent->next)
411e1bfb
AM
6992 if (ent->plt.refcount > 0)
6993 break;
50bc7936
AM
6994 if (ent == NULL
6995 || fh->elf.root.root.string[0] != '.'
6996 || fh->elf.root.root.string[1] == '\0')
6997 return TRUE;
5bd4f169 6998
50bc7936
AM
6999 /* Find the corresponding function descriptor symbol. Create it
7000 as undefined if necessary. */
5bd4f169 7001
b31867b6 7002 fdh = lookup_fdh (fh, htab);
50bc7936 7003 if (fdh == NULL
0e1862bb 7004 && !bfd_link_executable (info)
50bc7936
AM
7005 && (fh->elf.root.type == bfd_link_hash_undefined
7006 || fh->elf.root.type == bfd_link_hash_undefweak))
7007 {
908b32fc 7008 fdh = make_fdh (info, fh);
bb700d78
AM
7009 if (fdh == NULL)
7010 return FALSE;
50bc7936 7011 }
648cca2c 7012
908b32fc 7013 /* Fake function descriptors are made undefweak. If the function
433817dd
AM
7014 code symbol is strong undefined, make the fake sym the same.
7015 If the function code symbol is defined, then force the fake
7016 descriptor local; We can't support overriding of symbols in a
7017 shared library on a fake descriptor. */
908b32fc
AM
7018
7019 if (fdh != NULL
7020 && fdh->fake
433817dd 7021 && fdh->elf.root.type == bfd_link_hash_undefweak)
908b32fc 7022 {
433817dd
AM
7023 if (fh->elf.root.type == bfd_link_hash_undefined)
7024 {
7025 fdh->elf.root.type = bfd_link_hash_undefined;
7026 bfd_link_add_undef (&htab->elf.root, &fdh->elf.root);
7027 }
7028 else if (fh->elf.root.type == bfd_link_hash_defined
7029 || fh->elf.root.type == bfd_link_hash_defweak)
7030 {
7031 _bfd_elf_link_hash_hide_symbol (info, &fdh->elf, TRUE);
7032 }
908b32fc
AM
7033 }
7034
50bc7936 7035 if (fdh != NULL
f5385ebf 7036 && !fdh->elf.forced_local
0e1862bb 7037 && (!bfd_link_executable (info)
f5385ebf
AM
7038 || fdh->elf.def_dynamic
7039 || fdh->elf.ref_dynamic
50bc7936
AM
7040 || (fdh->elf.root.type == bfd_link_hash_undefweak
7041 && ELF_ST_VISIBILITY (fdh->elf.other) == STV_DEFAULT)))
7042 {
7043 if (fdh->elf.dynindx == -1)
c152c796 7044 if (! bfd_elf_link_record_dynamic_symbol (info, &fdh->elf))
50bc7936 7045 return FALSE;
f5385ebf
AM
7046 fdh->elf.ref_regular |= fh->elf.ref_regular;
7047 fdh->elf.ref_dynamic |= fh->elf.ref_dynamic;
7048 fdh->elf.ref_regular_nonweak |= fh->elf.ref_regular_nonweak;
7049 fdh->elf.non_got_ref |= fh->elf.non_got_ref;
50bc7936 7050 if (ELF_ST_VISIBILITY (fh->elf.other) == STV_DEFAULT)
e86ce104 7051 {
40d16e0b 7052 move_plt_plist (fh, fdh);
f5385ebf 7053 fdh->elf.needs_plt = 1;
e86ce104 7054 }
50bc7936 7055 fdh->is_func_descriptor = 1;
34814b9f
AM
7056 fdh->oh = fh;
7057 fh->oh = fdh;
e86ce104
AM
7058 }
7059
50bc7936
AM
7060 /* Now that the info is on the function descriptor, clear the
7061 function code sym info. Any function code syms for which we
7062 don't have a definition in a regular file, we force local.
7063 This prevents a shared library from exporting syms that have
7064 been imported from another library. Function code syms that
7065 are really in the library we must leave global to prevent the
7066 linker dragging in a definition from a static library. */
93f3fa99
AM
7067 force_local = (!fh->elf.def_regular
7068 || fdh == NULL
7069 || !fdh->elf.def_regular
7070 || fdh->elf.forced_local);
50bc7936
AM
7071 _bfd_elf_link_hash_hide_symbol (info, &fh->elf, force_local);
7072
b34976b6 7073 return TRUE;
e86ce104 7074}
40b8271b 7075
a4b6fadd
AM
7076static const struct sfpr_def_parms save_res_funcs[] =
7077 {
7078 { "_savegpr0_", 14, 31, savegpr0, savegpr0_tail },
7079 { "_restgpr0_", 14, 29, restgpr0, restgpr0_tail },
7080 { "_restgpr0_", 30, 31, restgpr0, restgpr0_tail },
7081 { "_savegpr1_", 14, 31, savegpr1, savegpr1_tail },
7082 { "_restgpr1_", 14, 31, restgpr1, restgpr1_tail },
7083 { "_savefpr_", 14, 31, savefpr, savefpr0_tail },
7084 { "_restfpr_", 14, 29, restfpr, restfpr0_tail },
7085 { "_restfpr_", 30, 31, restfpr, restfpr0_tail },
7086 { "._savef", 14, 31, savefpr, savefpr1_tail },
7087 { "._restf", 14, 31, restfpr, restfpr1_tail },
7088 { "_savevr_", 20, 31, savevr, savevr_tail },
7089 { "_restvr_", 20, 31, restvr, restvr_tail }
7090 };
7091
e86ce104 7092/* Called near the start of bfd_elf_size_dynamic_sections. We use
82bd7b59
AM
7093 this hook to a) provide some gcc support functions, and b) transfer
7094 dynamic linking information gathered so far on function code symbol
7095 entries, to their corresponding function descriptor symbol entries. */
deb0e272 7096
b34976b6 7097static bfd_boolean
4ce794b7
AM
7098ppc64_elf_func_desc_adjust (bfd *obfd ATTRIBUTE_UNUSED,
7099 struct bfd_link_info *info)
e86ce104
AM
7100{
7101 struct ppc_link_hash_table *htab;
7102
7103 htab = ppc_hash_table (info);
4dfe6ac6
NC
7104 if (htab == NULL)
7105 return FALSE;
7106
b32547cd
AM
7107 /* Provide any missing _save* and _rest* functions. */
7108 if (htab->sfpr != NULL)
7109 {
7110 unsigned int i;
7111
7112 htab->sfpr->size = 0;
7113 for (i = 0; i < ARRAY_SIZE (save_res_funcs); i++)
7114 if (!sfpr_define (info, &save_res_funcs[i], NULL))
7115 return FALSE;
7116 if (htab->sfpr->size == 0)
7117 htab->sfpr->flags |= SEC_EXCLUDE;
7118 }
7119
7120 if (bfd_link_relocatable (info))
7121 return TRUE;
7122
7123 if (htab->elf.hgot != NULL)
dba6fa9b
AM
7124 {
7125 _bfd_elf_link_hash_hide_symbol (info, htab->elf.hgot, TRUE);
7126 /* Make .TOC. defined so as to prevent it being made dynamic.
7127 The wrong value here is fixed later in ppc64_elf_set_toc. */
43417696
AM
7128 if (!htab->elf.hgot->def_regular
7129 || htab->elf.hgot->root.type != bfd_link_hash_defined)
7130 {
7131 htab->elf.hgot->root.type = bfd_link_hash_defined;
7132 htab->elf.hgot->root.u.def.value = 0;
7133 htab->elf.hgot->root.u.def.section = bfd_abs_section_ptr;
7134 htab->elf.hgot->def_regular = 1;
7135 htab->elf.hgot->root.linker_def = 1;
7136 }
dba6fa9b 7137 htab->elf.hgot->type = STT_OBJECT;
dba6fa9b
AM
7138 htab->elf.hgot->other = ((htab->elf.hgot->other & ~ELF_ST_VISIBILITY (-1))
7139 | STV_HIDDEN);
7140 }
c66bb0ee 7141
4ce794b7 7142 elf_link_hash_traverse (&htab->elf, func_desc_adjust, info);
805fc799 7143
b34976b6 7144 return TRUE;
e86ce104
AM
7145}
7146
8a2058b5
AM
7147/* Return true if we have dynamic relocs against H that apply to
7148 read-only sections. */
a345bc8d
AM
7149
7150static bfd_boolean
7151readonly_dynrelocs (struct elf_link_hash_entry *h)
7152{
7153 struct ppc_link_hash_entry *eh;
7154 struct elf_dyn_relocs *p;
7155
7156 eh = (struct ppc_link_hash_entry *) h;
7157 for (p = eh->dyn_relocs; p != NULL; p = p->next)
7158 {
7159 asection *s = p->sec->output_section;
7160
7161 if (s != NULL && (s->flags & SEC_READONLY) != 0)
7162 return TRUE;
7163 }
7164 return FALSE;
7165}
7166
d311bc8b
AM
7167/* Return true if we have dynamic relocs against H or any of its weak
7168 aliases, that apply to read-only sections. */
7169
7170static bfd_boolean
7171alias_readonly_dynrelocs (struct elf_link_hash_entry *h)
7172{
7173 struct ppc_link_hash_entry *eh;
7174
7175 eh = (struct ppc_link_hash_entry *) h;
7176 do
7177 {
7178 if (readonly_dynrelocs (&eh->elf))
7179 return TRUE;
7180 eh = eh->weakref;
7181 } while (eh != NULL && &eh->elf != h);
7182
7183 return FALSE;
7184}
8a2058b5 7185
8a9e8e72
AM
7186/* Return whether EH has pc-relative dynamic relocs. */
7187
7188static bfd_boolean
7189pc_dynrelocs (struct ppc_link_hash_entry *eh)
7190{
7191 struct elf_dyn_relocs *p;
7192
7193 for (p = eh->dyn_relocs; p != NULL; p = p->next)
7194 if (p->pc_count != 0)
7195 return TRUE;
7196 return FALSE;
7197}
7198
8a2058b5
AM
7199/* Return true if a global entry stub will be created for H. Valid
7200 for ELFv2 before plt entries have been allocated. */
7201
7202static bfd_boolean
7203global_entry_stub (struct elf_link_hash_entry *h)
7204{
7205 struct plt_entry *pent;
7206
7207 if (!h->pointer_equality_needed
7208 || h->def_regular)
7209 return FALSE;
7210
7211 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
7212 if (pent->plt.refcount > 0
7213 && pent->addend == 0)
7214 return TRUE;
7215
7216 return FALSE;
7217}
7218
e86ce104
AM
7219/* Adjust a symbol defined by a dynamic object and referenced by a
7220 regular object. The current definition is in some section of the
7221 dynamic object, but we're not including those sections. We have to
7222 change the definition to something the rest of the link can
7223 understand. */
7224
b34976b6 7225static bfd_boolean
4ce794b7
AM
7226ppc64_elf_adjust_dynamic_symbol (struct bfd_link_info *info,
7227 struct elf_link_hash_entry *h)
e86ce104
AM
7228{
7229 struct ppc_link_hash_table *htab;
e86ce104 7230 asection *s;
e86ce104
AM
7231
7232 htab = ppc_hash_table (info);
4dfe6ac6
NC
7233 if (htab == NULL)
7234 return FALSE;
e86ce104
AM
7235
7236 /* Deal with function syms. */
7237 if (h->type == STT_FUNC
e054468f 7238 || h->type == STT_GNU_IFUNC
f5385ebf 7239 || h->needs_plt)
e86ce104
AM
7240 {
7241 /* Clear procedure linkage table information for any symbol that
7242 won't need a .plt entry. */
411e1bfb
AM
7243 struct plt_entry *ent;
7244 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
7245 if (ent->plt.refcount > 0)
7246 break;
8387904d 7247 if (ent == NULL
e054468f
AM
7248 || (h->type != STT_GNU_IFUNC
7249 && (SYMBOL_CALLS_LOCAL (info, h)
7250 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
a4b6fadd
AM
7251 && h->root.type == bfd_link_hash_undefweak)))
7252 || ((struct ppc_link_hash_entry *) h)->save_res)
40b8271b 7253 {
411e1bfb 7254 h->plt.plist = NULL;
f5385ebf 7255 h->needs_plt = 0;
d1eca1e4 7256 h->pointer_equality_needed = 0;
40b8271b 7257 }
8a2058b5 7258 else if (abiversion (info->output_bfd) >= 2)
a345bc8d 7259 {
d1eca1e4
AM
7260 /* Taking a function's address in a read/write section
7261 doesn't require us to define the function symbol in the
7262 executable on a global entry stub. A dynamic reloc can
8a2058b5
AM
7263 be used instead. The reason we prefer a few more dynamic
7264 relocs is that calling via a global entry stub costs a
7265 few more instructions, and pointer_equality_needed causes
7266 extra work in ld.so when resolving these symbols. */
7267 if (global_entry_stub (h)
d311bc8b 7268 && !alias_readonly_dynrelocs (h))
d1eca1e4
AM
7269 {
7270 h->pointer_equality_needed = 0;
8a2058b5
AM
7271 /* After adjust_dynamic_symbol, non_got_ref set in
7272 the non-pic case means that dyn_relocs for this
7273 symbol should be discarded. */
d1eca1e4
AM
7274 h->non_got_ref = 0;
7275 }
7276
a345bc8d
AM
7277 /* If making a plt entry, then we don't need copy relocs. */
7278 return TRUE;
7279 }
5bd4f169 7280 }
bbd7ec4a 7281 else
411e1bfb 7282 h->plt.plist = NULL;
5bd4f169
AM
7283
7284 /* If this is a weak symbol, and there is a real definition, the
7285 processor independent code will have arranged for us to see the
7286 real definition first, and we can just use the same value. */
f6e332e6 7287 if (h->u.weakdef != NULL)
5bd4f169 7288 {
f6e332e6
AM
7289 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
7290 || h->u.weakdef->root.type == bfd_link_hash_defweak);
7291 h->root.u.def.section = h->u.weakdef->root.u.def.section;
7292 h->root.u.def.value = h->u.weakdef->root.u.def.value;
a23b6845 7293 if (ELIMINATE_COPY_RELOCS)
f6e332e6 7294 h->non_got_ref = h->u.weakdef->non_got_ref;
b34976b6 7295 return TRUE;
5bd4f169
AM
7296 }
7297
5bd4f169
AM
7298 /* If we are creating a shared library, we must presume that the
7299 only references to the symbol are via the global offset table.
7300 For such cases we need not do anything here; the relocations will
7301 be handled correctly by relocate_section. */
0e1862bb 7302 if (bfd_link_pic (info))
b34976b6 7303 return TRUE;
5bd4f169 7304
65f38f15
AM
7305 /* If there are no references to this symbol that do not use the
7306 GOT, we don't need to generate a copy reloc. */
f5385ebf 7307 if (!h->non_got_ref)
b34976b6 7308 return TRUE;
65f38f15 7309
b186458a 7310 /* Don't generate a copy reloc for symbols defined in the executable. */
d93d1c80 7311 if (!h->def_dynamic || !h->ref_regular || h->def_regular
b186458a 7312
d93d1c80
AM
7313 /* If -z nocopyreloc was given, don't generate them either. */
7314 || info->nocopyreloc
a127494f 7315
d93d1c80
AM
7316 /* If we didn't find any dynamic relocs in read-only sections, then
7317 we'll be keeping the dynamic relocs and avoiding the copy reloc. */
d311bc8b 7318 || (ELIMINATE_COPY_RELOCS && !alias_readonly_dynrelocs (h))
65f38f15 7319
d93d1c80
AM
7320 /* Protected variables do not work with .dynbss. The copy in
7321 .dynbss won't be used by the shared library with the protected
7322 definition for the variable. Text relocations are preferable
7323 to an incorrect program. */
7324 || h->protected_def)
a127494f
AM
7325 {
7326 h->non_got_ref = 0;
7327 return TRUE;
7328 }
7329
5d35169e 7330 if (h->plt.plist != NULL)
97b639ba
AM
7331 {
7332 /* We should never get here, but unfortunately there are versions
7333 of gcc out there that improperly (for this ABI) put initialized
7334 function pointers, vtable refs and suchlike in read-only
7335 sections. Allow them to proceed, but warn that this might
7336 break at runtime. */
25f53a85 7337 info->callbacks->einfo
bc30df16 7338 (_("%P: copy reloc against `%T' requires lazy plt linking; "
25f53a85 7339 "avoid setting LD_BIND_NOW=1 or upgrade gcc\n"),
97b639ba
AM
7340 h->root.root.string);
7341 }
5d35169e
AM
7342
7343 /* This is a reference to a symbol defined by a dynamic object which
7344 is not a function. */
7345
5bd4f169
AM
7346 /* We must allocate the symbol in our .dynbss section, which will
7347 become part of the .bss section of the executable. There will be
7348 an entry for this symbol in the .dynsym section. The dynamic
7349 object will contain position independent code, so all references
7350 from the dynamic object to this symbol will go through the global
7351 offset table. The dynamic linker will use the .dynsym entry to
7352 determine the address it must put in the global offset table, so
7353 both the dynamic object and the regular object will refer to the
7354 same memory location for the variable. */
5bd4f169 7355
04c9666a
AM
7356 /* We must generate a R_PPC64_COPY reloc to tell the dynamic linker
7357 to copy the initial value out of the dynamic object and into the
5bd4f169
AM
7358 runtime process image. We need to remember the offset into the
7359 .rela.bss section we are going to use. */
1d7e9d18 7360 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0 && h->size != 0)
5bd4f169 7361 {
eea6121a 7362 htab->relbss->size += sizeof (Elf64_External_Rela);
f5385ebf 7363 h->needs_copy = 1;
5bd4f169
AM
7364 }
7365
4ce794b7 7366 s = htab->dynbss;
5bd4f169 7367
6cabe1ea 7368 return _bfd_elf_adjust_dynamic_copy (info, h, s);
5bd4f169
AM
7369}
7370
e86ce104
AM
7371/* If given a function descriptor symbol, hide both the function code
7372 sym and the descriptor. */
7373static void
4ce794b7
AM
7374ppc64_elf_hide_symbol (struct bfd_link_info *info,
7375 struct elf_link_hash_entry *h,
7376 bfd_boolean force_local)
e86ce104 7377{
34814b9f 7378 struct ppc_link_hash_entry *eh;
e86ce104
AM
7379 _bfd_elf_link_hash_hide_symbol (info, h, force_local);
7380
34814b9f
AM
7381 eh = (struct ppc_link_hash_entry *) h;
7382 if (eh->is_func_descriptor)
e86ce104 7383 {
34814b9f 7384 struct ppc_link_hash_entry *fh = eh->oh;
e86ce104 7385
721956f4 7386 if (fh == NULL)
d1329ca3
AM
7387 {
7388 const char *p, *q;
7389 struct ppc_link_hash_table *htab;
7390 char save;
7391
7392 /* We aren't supposed to use alloca in BFD because on
7393 systems which do not have alloca the version in libiberty
7394 calls xmalloc, which might cause the program to crash
7395 when it runs out of memory. This function doesn't have a
7396 return status, so there's no way to gracefully return an
7397 error. So cheat. We know that string[-1] can be safely
34814b9f
AM
7398 accessed; It's either a string in an ELF string table,
7399 or allocated in an objalloc structure. */
d1329ca3 7400
34814b9f 7401 p = eh->elf.root.root.string - 1;
d1329ca3
AM
7402 save = *p;
7403 *(char *) p = '.';
7404 htab = ppc_hash_table (info);
4dfe6ac6
NC
7405 if (htab == NULL)
7406 return;
7407
34814b9f
AM
7408 fh = (struct ppc_link_hash_entry *)
7409 elf_link_hash_lookup (&htab->elf, p, FALSE, FALSE, FALSE);
d1329ca3
AM
7410 *(char *) p = save;
7411
7412 /* Unfortunately, if it so happens that the string we were
7413 looking for was allocated immediately before this string,
7414 then we overwrote the string terminator. That's the only
7415 reason the lookup should fail. */
7416 if (fh == NULL)
7417 {
34814b9f
AM
7418 q = eh->elf.root.root.string + strlen (eh->elf.root.root.string);
7419 while (q >= eh->elf.root.root.string && *q == *p)
d1329ca3 7420 --q, --p;
34814b9f
AM
7421 if (q < eh->elf.root.root.string && *p == '.')
7422 fh = (struct ppc_link_hash_entry *)
7423 elf_link_hash_lookup (&htab->elf, p, FALSE, FALSE, FALSE);
d1329ca3
AM
7424 }
7425 if (fh != NULL)
7426 {
34814b9f
AM
7427 eh->oh = fh;
7428 fh->oh = eh;
d1329ca3
AM
7429 }
7430 }
e86ce104 7431 if (fh != NULL)
34814b9f 7432 _bfd_elf_link_hash_hide_symbol (info, &fh->elf, force_local);
e86ce104
AM
7433 }
7434}
7435
411e1bfb 7436static bfd_boolean
8843416a
AM
7437get_sym_h (struct elf_link_hash_entry **hp,
7438 Elf_Internal_Sym **symp,
7439 asection **symsecp,
f961d9dd 7440 unsigned char **tls_maskp,
8843416a
AM
7441 Elf_Internal_Sym **locsymsp,
7442 unsigned long r_symndx,
7443 bfd *ibfd)
411e1bfb 7444{
0ffa91dd 7445 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (ibfd);
411e1bfb
AM
7446
7447 if (r_symndx >= symtab_hdr->sh_info)
7448 {
7449 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
7450 struct elf_link_hash_entry *h;
7451
7452 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
b31867b6 7453 h = elf_follow_link (h);
411e1bfb
AM
7454
7455 if (hp != NULL)
7456 *hp = h;
7457
7458 if (symp != NULL)
7459 *symp = NULL;
7460
7461 if (symsecp != NULL)
7462 {
7463 asection *symsec = NULL;
7464 if (h->root.type == bfd_link_hash_defined
7465 || h->root.type == bfd_link_hash_defweak)
7466 symsec = h->root.u.def.section;
7467 *symsecp = symsec;
7468 }
7469
e7b938ca 7470 if (tls_maskp != NULL)
411e1bfb
AM
7471 {
7472 struct ppc_link_hash_entry *eh;
7473
7474 eh = (struct ppc_link_hash_entry *) h;
e7b938ca 7475 *tls_maskp = &eh->tls_mask;
411e1bfb
AM
7476 }
7477 }
7478 else
7479 {
7480 Elf_Internal_Sym *sym;
7481 Elf_Internal_Sym *locsyms = *locsymsp;
7482
7483 if (locsyms == NULL)
7484 {
7485 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
7486 if (locsyms == NULL)
7487 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
7488 symtab_hdr->sh_info,
7489 0, NULL, NULL, NULL);
7490 if (locsyms == NULL)
7491 return FALSE;
7492 *locsymsp = locsyms;
7493 }
7494 sym = locsyms + r_symndx;
7495
7496 if (hp != NULL)
7497 *hp = NULL;
7498
7499 if (symp != NULL)
7500 *symp = sym;
7501
7502 if (symsecp != NULL)
cb33740c 7503 *symsecp = bfd_section_from_elf_index (ibfd, sym->st_shndx);
411e1bfb 7504
e7b938ca 7505 if (tls_maskp != NULL)
411e1bfb
AM
7506 {
7507 struct got_entry **lgot_ents;
f961d9dd 7508 unsigned char *tls_mask;
411e1bfb 7509
e7b938ca 7510 tls_mask = NULL;
411e1bfb
AM
7511 lgot_ents = elf_local_got_ents (ibfd);
7512 if (lgot_ents != NULL)
7513 {
e054468f
AM
7514 struct plt_entry **local_plt = (struct plt_entry **)
7515 (lgot_ents + symtab_hdr->sh_info);
f961d9dd 7516 unsigned char *lgot_masks = (unsigned char *)
e054468f 7517 (local_plt + symtab_hdr->sh_info);
e7b938ca 7518 tls_mask = &lgot_masks[r_symndx];
411e1bfb 7519 }
e7b938ca 7520 *tls_maskp = tls_mask;
411e1bfb
AM
7521 }
7522 }
7523 return TRUE;
7524}
7525
e7b938ca 7526/* Returns TLS_MASKP for the given REL symbol. Function return is 0 on
951fd09b 7527 error, 2 on a toc GD type suitable for optimization, 3 on a toc LD
ad8e1ba5 7528 type suitable for optimization, and 1 otherwise. */
951fd09b
AM
7529
7530static int
f961d9dd 7531get_tls_mask (unsigned char **tls_maskp,
3a71aa26
AM
7532 unsigned long *toc_symndx,
7533 bfd_vma *toc_addend,
0d4792f7 7534 Elf_Internal_Sym **locsymsp,
3a71aa26
AM
7535 const Elf_Internal_Rela *rel,
7536 bfd *ibfd)
411e1bfb
AM
7537{
7538 unsigned long r_symndx;
0d4792f7 7539 int next_r;
411e1bfb
AM
7540 struct elf_link_hash_entry *h;
7541 Elf_Internal_Sym *sym;
7542 asection *sec;
7543 bfd_vma off;
7544
7545 r_symndx = ELF64_R_SYM (rel->r_info);
e7b938ca 7546 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
951fd09b 7547 return 0;
411e1bfb 7548
e7b938ca 7549 if ((*tls_maskp != NULL && **tls_maskp != 0)
411e1bfb 7550 || sec == NULL
6bee8834 7551 || ppc64_elf_section_data (sec) == NULL
7c8fe5c4 7552 || ppc64_elf_section_data (sec)->sec_type != sec_toc)
951fd09b 7553 return 1;
411e1bfb
AM
7554
7555 /* Look inside a TOC section too. */
7556 if (h != NULL)
7557 {
7558 BFD_ASSERT (h->root.type == bfd_link_hash_defined);
7559 off = h->root.u.def.value;
7560 }
7561 else
7562 off = sym->st_value;
7563 off += rel->r_addend;
7564 BFD_ASSERT (off % 8 == 0);
3a71aa26
AM
7565 r_symndx = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8];
7566 next_r = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8 + 1];
0d4792f7
AM
7567 if (toc_symndx != NULL)
7568 *toc_symndx = r_symndx;
3a71aa26
AM
7569 if (toc_addend != NULL)
7570 *toc_addend = ppc64_elf_section_data (sec)->u.toc.add[off / 8];
7571 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
7572 return 0;
854b41e7 7573 if ((h == NULL || is_static_defined (h))
0d4792f7
AM
7574 && (next_r == -1 || next_r == -2))
7575 return 1 - next_r;
951fd09b 7576 return 1;
411e1bfb
AM
7577}
7578
3b421ab3
AM
7579/* Find (or create) an entry in the tocsave hash table. */
7580
7581static struct tocsave_entry *
7582tocsave_find (struct ppc_link_hash_table *htab,
7583 enum insert_option insert,
7584 Elf_Internal_Sym **local_syms,
7585 const Elf_Internal_Rela *irela,
7586 bfd *ibfd)
7587{
7588 unsigned long r_indx;
7589 struct elf_link_hash_entry *h;
7590 Elf_Internal_Sym *sym;
7591 struct tocsave_entry ent, *p;
7592 hashval_t hash;
7593 struct tocsave_entry **slot;
7594
7595 r_indx = ELF64_R_SYM (irela->r_info);
7596 if (!get_sym_h (&h, &sym, &ent.sec, NULL, local_syms, r_indx, ibfd))
7597 return NULL;
7598 if (ent.sec == NULL || ent.sec->output_section == NULL)
7599 {
7600 (*_bfd_error_handler)
7601 (_("%B: undefined symbol on R_PPC64_TOCSAVE relocation"));
7602 return NULL;
7603 }
7604
7605 if (h != NULL)
7606 ent.offset = h->root.u.def.value;
7607 else
7608 ent.offset = sym->st_value;
7609 ent.offset += irela->r_addend;
7610
7611 hash = tocsave_htab_hash (&ent);
7612 slot = ((struct tocsave_entry **)
7613 htab_find_slot_with_hash (htab->tocsave_htab, &ent, hash, insert));
7614 if (slot == NULL)
7615 return NULL;
7616
7617 if (*slot == NULL)
7618 {
7619 p = (struct tocsave_entry *) bfd_alloc (ibfd, sizeof (*p));
7620 if (p == NULL)
7621 return NULL;
7622 *p = ent;
7623 *slot = p;
7624 }
7625 return *slot;
7626}
7627
754021d0 7628/* Adjust all global syms defined in opd sections. In gcc generated
8387904d 7629 code for the old ABI, these will already have been done. */
754021d0
AM
7630
7631static bfd_boolean
7632adjust_opd_syms (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
7633{
7634 struct ppc_link_hash_entry *eh;
7635 asection *sym_sec;
74f0fb50 7636 struct _opd_sec_data *opd;
754021d0
AM
7637
7638 if (h->root.type == bfd_link_hash_indirect)
7639 return TRUE;
7640
754021d0
AM
7641 if (h->root.type != bfd_link_hash_defined
7642 && h->root.type != bfd_link_hash_defweak)
7643 return TRUE;
7644
7645 eh = (struct ppc_link_hash_entry *) h;
7646 if (eh->adjust_done)
7647 return TRUE;
7648
7649 sym_sec = eh->elf.root.u.def.section;
74f0fb50
AM
7650 opd = get_opd_info (sym_sec);
7651 if (opd != NULL && opd->adjust != NULL)
754021d0 7652 {
51aecdc5 7653 long adjust = opd->adjust[OPD_NDX (eh->elf.root.u.def.value)];
4025353c
AM
7654 if (adjust == -1)
7655 {
7656 /* This entry has been deleted. */
b3fac117 7657 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section;
81688140
AM
7658 if (dsec == NULL)
7659 {
7660 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next)
dbaa2011 7661 if (discarded_section (dsec))
81688140 7662 {
b3fac117 7663 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec;
81688140
AM
7664 break;
7665 }
7666 }
4025353c 7667 eh->elf.root.u.def.value = 0;
81688140 7668 eh->elf.root.u.def.section = dsec;
4025353c
AM
7669 }
7670 else
7671 eh->elf.root.u.def.value += adjust;
754021d0
AM
7672 eh->adjust_done = 1;
7673 }
7674 return TRUE;
7675}
7676
8c1d1bb8 7677/* Handles decrementing dynamic reloc counts for the reloc specified by
19e08130 7678 R_INFO in section SEC. If LOCAL_SYMS is NULL, then H and SYM
8c1d1bb8
AM
7679 have already been determined. */
7680
7681static bfd_boolean
7682dec_dynrel_count (bfd_vma r_info,
7683 asection *sec,
7684 struct bfd_link_info *info,
7685 Elf_Internal_Sym **local_syms,
7686 struct elf_link_hash_entry *h,
19e08130 7687 Elf_Internal_Sym *sym)
8c1d1bb8
AM
7688{
7689 enum elf_ppc64_reloc_type r_type;
19e08130 7690 asection *sym_sec = NULL;
8c1d1bb8
AM
7691
7692 /* Can this reloc be dynamic? This switch, and later tests here
7693 should be kept in sync with the code in check_relocs. */
7694 r_type = ELF64_R_TYPE (r_info);
7695 switch (r_type)
7696 {
7697 default:
7698 return TRUE;
7699
7700 case R_PPC64_TPREL16:
7701 case R_PPC64_TPREL16_LO:
7702 case R_PPC64_TPREL16_HI:
7703 case R_PPC64_TPREL16_HA:
7704 case R_PPC64_TPREL16_DS:
7705 case R_PPC64_TPREL16_LO_DS:
f9c6b907
AM
7706 case R_PPC64_TPREL16_HIGH:
7707 case R_PPC64_TPREL16_HIGHA:
8c1d1bb8
AM
7708 case R_PPC64_TPREL16_HIGHER:
7709 case R_PPC64_TPREL16_HIGHERA:
7710 case R_PPC64_TPREL16_HIGHEST:
7711 case R_PPC64_TPREL16_HIGHESTA:
0e1862bb 7712 if (!bfd_link_pic (info))
8c1d1bb8
AM
7713 return TRUE;
7714
7715 case R_PPC64_TPREL64:
7716 case R_PPC64_DTPMOD64:
7717 case R_PPC64_DTPREL64:
7718 case R_PPC64_ADDR64:
7719 case R_PPC64_REL30:
7720 case R_PPC64_REL32:
7721 case R_PPC64_REL64:
7722 case R_PPC64_ADDR14:
7723 case R_PPC64_ADDR14_BRNTAKEN:
7724 case R_PPC64_ADDR14_BRTAKEN:
7725 case R_PPC64_ADDR16:
7726 case R_PPC64_ADDR16_DS:
7727 case R_PPC64_ADDR16_HA:
7728 case R_PPC64_ADDR16_HI:
f9c6b907
AM
7729 case R_PPC64_ADDR16_HIGH:
7730 case R_PPC64_ADDR16_HIGHA:
8c1d1bb8
AM
7731 case R_PPC64_ADDR16_HIGHER:
7732 case R_PPC64_ADDR16_HIGHERA:
7733 case R_PPC64_ADDR16_HIGHEST:
7734 case R_PPC64_ADDR16_HIGHESTA:
7735 case R_PPC64_ADDR16_LO:
7736 case R_PPC64_ADDR16_LO_DS:
7737 case R_PPC64_ADDR24:
7738 case R_PPC64_ADDR32:
7739 case R_PPC64_UADDR16:
7740 case R_PPC64_UADDR32:
7741 case R_PPC64_UADDR64:
7742 case R_PPC64_TOC:
7743 break;
7744 }
7745
7746 if (local_syms != NULL)
7747 {
7748 unsigned long r_symndx;
8c1d1bb8
AM
7749 bfd *ibfd = sec->owner;
7750
7751 r_symndx = ELF64_R_SYM (r_info);
7752 if (!get_sym_h (&h, &sym, &sym_sec, NULL, local_syms, r_symndx, ibfd))
7753 return FALSE;
7754 }
7755
0e1862bb 7756 if ((bfd_link_pic (info)
1d483afe 7757 && (must_be_dyn_reloc (info, r_type)
8c1d1bb8 7758 || (h != NULL
198f1157 7759 && (!SYMBOLIC_BIND (info, h)
8c1d1bb8
AM
7760 || h->root.type == bfd_link_hash_defweak
7761 || !h->def_regular))))
7762 || (ELIMINATE_COPY_RELOCS
0e1862bb 7763 && !bfd_link_pic (info)
8c1d1bb8
AM
7764 && h != NULL
7765 && (h->root.type == bfd_link_hash_defweak
7766 || !h->def_regular)))
7767 ;
7768 else
7769 return TRUE;
7770
7771 if (h != NULL)
6edfbbad 7772 {
19e08130
AM
7773 struct elf_dyn_relocs *p;
7774 struct elf_dyn_relocs **pp;
7775 pp = &((struct ppc_link_hash_entry *) h)->dyn_relocs;
7776
7777 /* elf_gc_sweep may have already removed all dyn relocs associated
7778 with local syms for a given section. Also, symbol flags are
7779 changed by elf_gc_sweep_symbol, confusing the test above. Don't
7780 report a dynreloc miscount. */
7781 if (*pp == NULL && info->gc_sections)
7782 return TRUE;
7783
7784 while ((p = *pp) != NULL)
60124e18 7785 {
19e08130
AM
7786 if (p->sec == sec)
7787 {
7788 if (!must_be_dyn_reloc (info, r_type))
7789 p->pc_count -= 1;
7790 p->count -= 1;
7791 if (p->count == 0)
7792 *pp = p->next;
7793 return TRUE;
7794 }
7795 pp = &p->next;
60124e18 7796 }
6edfbbad 7797 }
19e08130
AM
7798 else
7799 {
7800 struct ppc_dyn_relocs *p;
7801 struct ppc_dyn_relocs **pp;
7802 void *vpp;
7803 bfd_boolean is_ifunc;
8c1d1bb8 7804
19e08130
AM
7805 if (local_syms == NULL)
7806 sym_sec = bfd_section_from_elf_index (sec->owner, sym->st_shndx);
7807 if (sym_sec == NULL)
7808 sym_sec = sec;
c57da1a7 7809
19e08130
AM
7810 vpp = &elf_section_data (sym_sec)->local_dynrel;
7811 pp = (struct ppc_dyn_relocs **) vpp;
7812
7813 if (*pp == NULL && info->gc_sections)
7814 return TRUE;
7815
7816 is_ifunc = ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC;
7817 while ((p = *pp) != NULL)
8c1d1bb8 7818 {
19e08130
AM
7819 if (p->sec == sec && p->ifunc == is_ifunc)
7820 {
7821 p->count -= 1;
7822 if (p->count == 0)
7823 *pp = p->next;
7824 return TRUE;
7825 }
7826 pp = &p->next;
8c1d1bb8 7827 }
8c1d1bb8
AM
7828 }
7829
8de848d8 7830 info->callbacks->einfo (_("%P: dynreloc miscount for %B, section %A\n"),
25f53a85 7831 sec->owner, sec);
8c1d1bb8
AM
7832 bfd_set_error (bfd_error_bad_value);
7833 return FALSE;
7834}
7835
754021d0
AM
7836/* Remove unused Official Procedure Descriptor entries. Currently we
7837 only remove those associated with functions in discarded link-once
7838 sections, or weakly defined functions that have been overridden. It
7839 would be possible to remove many more entries for statically linked
7840 applications. */
7841
b34976b6 7842bfd_boolean
e7d1c40c 7843ppc64_elf_edit_opd (struct bfd_link_info *info)
1e2f5b6e
AM
7844{
7845 bfd *ibfd;
754021d0 7846 bfd_boolean some_edited = FALSE;
3f764659 7847 asection *need_pad = NULL;
e7d1c40c
AM
7848 struct ppc_link_hash_table *htab;
7849
7850 htab = ppc_hash_table (info);
7851 if (htab == NULL)
7852 return FALSE;
1e2f5b6e 7853
c72f2fb2 7854 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
1e2f5b6e
AM
7855 {
7856 asection *sec;
7857 Elf_Internal_Rela *relstart, *rel, *relend;
7858 Elf_Internal_Shdr *symtab_hdr;
6cdc0ccc 7859 Elf_Internal_Sym *local_syms;
74f0fb50 7860 struct _opd_sec_data *opd;
51aecdc5 7861 bfd_boolean need_edit, add_aux_fields, broken;
3f764659 7862 bfd_size_type cnt_16b = 0;
1e2f5b6e 7863
854b41e7
AM
7864 if (!is_ppc64_elf (ibfd))
7865 continue;
7866
1e2f5b6e 7867 sec = bfd_get_section_by_name (ibfd, ".opd");
46de2a7c 7868 if (sec == NULL || sec->size == 0)
1e2f5b6e
AM
7869 continue;
7870
dbaa2011 7871 if (sec->sec_info_type == SEC_INFO_TYPE_JUST_SYMS)
4b85d634
AM
7872 continue;
7873
1e2f5b6e
AM
7874 if (sec->output_section == bfd_abs_section_ptr)
7875 continue;
7876
7877 /* Look through the section relocs. */
7878 if ((sec->flags & SEC_RELOC) == 0 || sec->reloc_count == 0)
7879 continue;
7880
6cdc0ccc 7881 local_syms = NULL;
0ffa91dd 7882 symtab_hdr = &elf_symtab_hdr (ibfd);
1e2f5b6e
AM
7883
7884 /* Read the relocations. */
4ce794b7 7885 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
45d6a902 7886 info->keep_memory);
1e2f5b6e 7887 if (relstart == NULL)
b34976b6 7888 return FALSE;
1e2f5b6e
AM
7889
7890 /* First run through the relocs to check they are sane, and to
7891 determine whether we need to edit this opd section. */
b34976b6 7892 need_edit = FALSE;
51aecdc5 7893 broken = FALSE;
3f764659 7894 need_pad = sec;
1e2f5b6e 7895 relend = relstart + sec->reloc_count;
50bc7936 7896 for (rel = relstart; rel < relend; )
1e2f5b6e 7897 {
04c9666a 7898 enum elf_ppc64_reloc_type r_type;
1e2f5b6e
AM
7899 unsigned long r_symndx;
7900 asection *sym_sec;
7901 struct elf_link_hash_entry *h;
7902 Elf_Internal_Sym *sym;
51aecdc5 7903 bfd_vma offset;
1e2f5b6e 7904
51aecdc5 7905 /* .opd contains an array of 16 or 24 byte entries. We're
1e2f5b6e
AM
7906 only interested in the reloc pointing to a function entry
7907 point. */
51aecdc5
AM
7908 offset = rel->r_offset;
7909 if (rel + 1 == relend
7910 || rel[1].r_offset != offset + 8)
1e2f5b6e
AM
7911 {
7912 /* If someone messes with .opd alignment then after a
7913 "ld -r" we might have padding in the middle of .opd.
7914 Also, there's nothing to prevent someone putting
7915 something silly in .opd with the assembler. No .opd
b34976b6 7916 optimization for them! */
3f764659 7917 broken_opd:
1e2f5b6e 7918 (*_bfd_error_handler)
d003868e 7919 (_("%B: .opd is not a regular array of opd entries"), ibfd);
51aecdc5 7920 broken = TRUE;
1e2f5b6e
AM
7921 break;
7922 }
7923
50bc7936
AM
7924 if ((r_type = ELF64_R_TYPE (rel->r_info)) != R_PPC64_ADDR64
7925 || (r_type = ELF64_R_TYPE ((rel + 1)->r_info)) != R_PPC64_TOC)
7926 {
7927 (*_bfd_error_handler)
d003868e
AM
7928 (_("%B: unexpected reloc type %u in .opd section"),
7929 ibfd, r_type);
51aecdc5 7930 broken = TRUE;
50bc7936
AM
7931 break;
7932 }
7933
1e2f5b6e 7934 r_symndx = ELF64_R_SYM (rel->r_info);
411e1bfb
AM
7935 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
7936 r_symndx, ibfd))
50bc7936 7937 goto error_ret;
1e2f5b6e
AM
7938
7939 if (sym_sec == NULL || sym_sec->owner == NULL)
7940 {
411e1bfb
AM
7941 const char *sym_name;
7942 if (h != NULL)
7943 sym_name = h->root.root.string;
7944 else
26c61ae5
L
7945 sym_name = bfd_elf_sym_name (ibfd, symtab_hdr, sym,
7946 sym_sec);
411e1bfb 7947
1e2f5b6e 7948 (*_bfd_error_handler)
d003868e
AM
7949 (_("%B: undefined sym `%s' in .opd section"),
7950 ibfd, sym_name);
51aecdc5 7951 broken = TRUE;
1e2f5b6e
AM
7952 break;
7953 }
7954
51020317
AM
7955 /* opd entries are always for functions defined in the
7956 current input bfd. If the symbol isn't defined in the
7957 input bfd, then we won't be using the function in this
7958 bfd; It must be defined in a linkonce section in another
7959 bfd, or is weak. It's also possible that we are
7960 discarding the function due to a linker script /DISCARD/,
7961 which we test for via the output_section. */
7962 if (sym_sec->owner != ibfd
7963 || sym_sec->output_section == bfd_abs_section_ptr)
b34976b6 7964 need_edit = TRUE;
1e2f5b6e 7965
50bc7936 7966 rel += 2;
51aecdc5
AM
7967 if (rel + 1 == relend
7968 || (rel + 2 < relend
7969 && ELF64_R_TYPE (rel[2].r_info) == R_PPC64_TOC))
7970 ++rel;
7971
7972 if (rel == relend)
3f764659
JJ
7973 {
7974 if (sec->size == offset + 24)
7975 {
7976 need_pad = NULL;
7977 break;
7978 }
51aecdc5 7979 if (sec->size == offset + 16)
3f764659
JJ
7980 {
7981 cnt_16b++;
7982 break;
7983 }
7984 goto broken_opd;
7985 }
3f764659
JJ
7986 else if (rel + 1 < relend
7987 && ELF64_R_TYPE (rel[0].r_info) == R_PPC64_ADDR64
7988 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOC)
7989 {
51aecdc5
AM
7990 if (rel[0].r_offset == offset + 16)
7991 cnt_16b++;
7992 else if (rel[0].r_offset != offset + 24)
7993 goto broken_opd;
3f764659
JJ
7994 }
7995 else
7996 goto broken_opd;
1e2f5b6e
AM
7997 }
7998
e7d1c40c 7999 add_aux_fields = htab->params->non_overlapping_opd && cnt_16b > 0;
3f764659 8000
51aecdc5 8001 if (!broken && (need_edit || add_aux_fields))
1e2f5b6e
AM
8002 {
8003 Elf_Internal_Rela *write_rel;
d4730f92 8004 Elf_Internal_Shdr *rel_hdr;
1e2f5b6e 8005 bfd_byte *rptr, *wptr;
983bddc8 8006 bfd_byte *new_contents;
74f0fb50
AM
8007 bfd_size_type amt;
8008
983bddc8 8009 new_contents = NULL;
51aecdc5 8010 amt = OPD_NDX (sec->size) * sizeof (long);
74f0fb50 8011 opd = &ppc64_elf_section_data (sec)->u.opd;
33c0ec9d 8012 opd->adjust = bfd_zalloc (sec->owner, amt);
74f0fb50
AM
8013 if (opd->adjust == NULL)
8014 return FALSE;
8015 ppc64_elf_section_data (sec)->sec_type = sec_opd;
1e2f5b6e
AM
8016
8017 /* This seems a waste of time as input .opd sections are all
8018 zeros as generated by gcc, but I suppose there's no reason
8019 this will always be so. We might start putting something in
8020 the third word of .opd entries. */
8021 if ((sec->flags & SEC_IN_MEMORY) == 0)
8022 {
eea6121a
AM
8023 bfd_byte *loc;
8024 if (!bfd_malloc_and_get_section (ibfd, sec, &loc))
6cdc0ccc 8025 {
eea6121a
AM
8026 if (loc != NULL)
8027 free (loc);
50bc7936 8028 error_ret:
6cdc0ccc
AM
8029 if (local_syms != NULL
8030 && symtab_hdr->contents != (unsigned char *) local_syms)
8031 free (local_syms);
6cdc0ccc
AM
8032 if (elf_section_data (sec)->relocs != relstart)
8033 free (relstart);
b34976b6 8034 return FALSE;
6cdc0ccc 8035 }
1e2f5b6e
AM
8036 sec->contents = loc;
8037 sec->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
8038 }
8039
8040 elf_section_data (sec)->relocs = relstart;
8041
3f764659 8042 new_contents = sec->contents;
3f764659
JJ
8043 if (add_aux_fields)
8044 {
8045 new_contents = bfd_malloc (sec->size + cnt_16b * 8);
8046 if (new_contents == NULL)
8047 return FALSE;
51aecdc5 8048 need_pad = NULL;
3f764659 8049 }
b4f4e59f
AM
8050 wptr = new_contents;
8051 rptr = sec->contents;
1e2f5b6e 8052 write_rel = relstart;
51aecdc5 8053 for (rel = relstart; rel < relend; )
1e2f5b6e 8054 {
50bc7936
AM
8055 unsigned long r_symndx;
8056 asection *sym_sec;
8057 struct elf_link_hash_entry *h;
51aecdc5 8058 struct ppc_link_hash_entry *fdh = NULL;
50bc7936 8059 Elf_Internal_Sym *sym;
51aecdc5
AM
8060 long opd_ent_size;
8061 Elf_Internal_Rela *next_rel;
8062 bfd_boolean skip;
50bc7936
AM
8063
8064 r_symndx = ELF64_R_SYM (rel->r_info);
8065 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
d37c89e5 8066 r_symndx, ibfd))
50bc7936
AM
8067 goto error_ret;
8068
51aecdc5
AM
8069 next_rel = rel + 2;
8070 if (next_rel + 1 == relend
8071 || (next_rel + 2 < relend
8072 && ELF64_R_TYPE (next_rel[2].r_info) == R_PPC64_TOC))
8073 ++next_rel;
8074
8075 /* See if the .opd entry is full 24 byte or
8076 16 byte (with fd_aux entry overlapped with next
8077 fd_func). */
8078 opd_ent_size = 24;
8079 if (next_rel == relend)
1e2f5b6e 8080 {
51aecdc5 8081 if (sec->size == rel->r_offset + 16)
3f764659 8082 opd_ent_size = 16;
51aecdc5
AM
8083 }
8084 else if (next_rel->r_offset == rel->r_offset + 16)
8085 opd_ent_size = 16;
3f764659 8086
51aecdc5
AM
8087 if (h != NULL
8088 && h->root.root.string[0] == '.')
8089 {
8090 fdh = lookup_fdh ((struct ppc_link_hash_entry *) h, htab);
8091 if (fdh != NULL
8092 && fdh->elf.root.type != bfd_link_hash_defined
8093 && fdh->elf.root.type != bfd_link_hash_defweak)
8094 fdh = NULL;
8095 }
1e2f5b6e 8096
51aecdc5
AM
8097 skip = (sym_sec->owner != ibfd
8098 || sym_sec->output_section == bfd_abs_section_ptr);
8099 if (skip)
8100 {
8101 if (fdh != NULL && sym_sec->owner == ibfd)
a4aa0fb7 8102 {
51aecdc5
AM
8103 /* Arrange for the function descriptor sym
8104 to be dropped. */
8105 fdh->elf.root.u.def.value = 0;
8106 fdh->elf.root.u.def.section = sym_sec;
a4aa0fb7 8107 }
51aecdc5 8108 opd->adjust[OPD_NDX (rel->r_offset)] = -1;
1e2f5b6e 8109
0e1862bb 8110 if (NO_OPD_RELOCS || bfd_link_relocatable (info))
51aecdc5
AM
8111 rel = next_rel;
8112 else
8113 while (1)
8114 {
8115 if (!dec_dynrel_count (rel->r_info, sec, info,
8116 NULL, h, sym))
8117 goto error_ret;
754021d0 8118
51aecdc5
AM
8119 if (++rel == next_rel)
8120 break;
1e2f5b6e 8121
51aecdc5
AM
8122 r_symndx = ELF64_R_SYM (rel->r_info);
8123 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8124 r_symndx, ibfd))
8125 goto error_ret;
8126 }
50bc7936
AM
8127 }
8128 else
1e2f5b6e 8129 {
51aecdc5
AM
8130 /* We'll be keeping this opd entry. */
8131 long adjust;
8132
8133 if (fdh != NULL)
8134 {
8135 /* Redefine the function descriptor symbol to
8136 this location in the opd section. It is
8137 necessary to update the value here rather
8138 than using an array of adjustments as we do
8139 for local symbols, because various places
8140 in the generic ELF code use the value
8141 stored in u.def.value. */
8142 fdh->elf.root.u.def.value = wptr - new_contents;
8143 fdh->adjust_done = 1;
8144 }
8145
8146 /* Local syms are a bit tricky. We could
8147 tweak them as they can be cached, but
8148 we'd need to look through the local syms
8149 for the function descriptor sym which we
8150 don't have at the moment. So keep an
8151 array of adjustments. */
8152 adjust = (wptr - new_contents) - (rptr - sec->contents);
8153 opd->adjust[OPD_NDX (rel->r_offset)] = adjust;
8154
8155 if (wptr != rptr)
8156 memcpy (wptr, rptr, opd_ent_size);
8157 wptr += opd_ent_size;
8158 if (add_aux_fields && opd_ent_size == 16)
8159 {
8160 memset (wptr, '\0', 8);
8161 wptr += 8;
8162 }
8163
50bc7936 8164 /* We need to adjust any reloc offsets to point to the
51aecdc5
AM
8165 new opd entries. */
8166 for ( ; rel != next_rel; ++rel)
8167 {
8168 rel->r_offset += adjust;
8169 if (write_rel != rel)
8170 memcpy (write_rel, rel, sizeof (*rel));
8171 ++write_rel;
8172 }
1e2f5b6e 8173 }
51aecdc5
AM
8174
8175 rptr += opd_ent_size;
1e2f5b6e
AM
8176 }
8177
3f764659 8178 sec->size = wptr - new_contents;
1e2f5b6e 8179 sec->reloc_count = write_rel - relstart;
3f764659
JJ
8180 if (add_aux_fields)
8181 {
8182 free (sec->contents);
8183 sec->contents = new_contents;
8184 }
8185
05bf9422 8186 /* Fudge the header size too, as this is used later in
cdcf6e38 8187 elf_bfd_final_link if we are emitting relocs. */
d4730f92
BS
8188 rel_hdr = _bfd_elf_single_rel_hdr (sec);
8189 rel_hdr->sh_size = sec->reloc_count * rel_hdr->sh_entsize;
754021d0 8190 some_edited = TRUE;
1e2f5b6e 8191 }
6cdc0ccc 8192 else if (elf_section_data (sec)->relocs != relstart)
1e2f5b6e 8193 free (relstart);
6cdc0ccc 8194
411e1bfb
AM
8195 if (local_syms != NULL
8196 && symtab_hdr->contents != (unsigned char *) local_syms)
8197 {
8198 if (!info->keep_memory)
8199 free (local_syms);
8200 else
8201 symtab_hdr->contents = (unsigned char *) local_syms;
8202 }
8203 }
8204
754021d0
AM
8205 if (some_edited)
8206 elf_link_hash_traverse (elf_hash_table (info), adjust_opd_syms, NULL);
8207
3f764659
JJ
8208 /* If we are doing a final link and the last .opd entry is just 16 byte
8209 long, add a 8 byte padding after it. */
0e1862bb 8210 if (need_pad != NULL && !bfd_link_relocatable (info))
3f764659
JJ
8211 {
8212 bfd_byte *p;
8213
8214 if ((need_pad->flags & SEC_IN_MEMORY) == 0)
8215 {
8216 BFD_ASSERT (need_pad->size > 0);
8217
8218 p = bfd_malloc (need_pad->size + 8);
8219 if (p == NULL)
8220 return FALSE;
699733f6 8221
3f764659
JJ
8222 if (! bfd_get_section_contents (need_pad->owner, need_pad,
8223 p, 0, need_pad->size))
8224 return FALSE;
8225
8226 need_pad->contents = p;
8227 need_pad->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
8228 }
8229 else
8230 {
8231 p = bfd_realloc (need_pad->contents, need_pad->size + 8);
8232 if (p == NULL)
8233 return FALSE;
8234
8235 need_pad->contents = p;
8236 }
8237
8238 memset (need_pad->contents + need_pad->size, 0, 8);
8239 need_pad->size += 8;
8240 }
8241
411e1bfb
AM
8242 return TRUE;
8243}
8244
e1918d23 8245/* Set htab->tls_get_addr and call the generic ELF tls_setup function. */
411e1bfb 8246
e1918d23 8247asection *
e7d1c40c 8248ppc64_elf_tls_setup (struct bfd_link_info *info)
411e1bfb 8249{
411e1bfb
AM
8250 struct ppc_link_hash_table *htab;
8251
411e1bfb 8252 htab = ppc_hash_table (info);
4dfe6ac6
NC
8253 if (htab == NULL)
8254 return NULL;
8255
ee67d69a
AM
8256 if (abiversion (info->output_bfd) == 1)
8257 htab->opd_abi = 1;
8258
e7d1c40c 8259 if (htab->params->no_multi_toc)
33c0ec9d
AM
8260 htab->do_multi_toc = 0;
8261 else if (!htab->do_multi_toc)
e7d1c40c 8262 htab->params->no_multi_toc = 1;
33c0ec9d 8263
3a71aa26
AM
8264 htab->tls_get_addr = ((struct ppc_link_hash_entry *)
8265 elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
8266 FALSE, FALSE, TRUE));
a7f2871e
AM
8267 /* Move dynamic linking info to the function descriptor sym. */
8268 if (htab->tls_get_addr != NULL)
8269 func_desc_adjust (&htab->tls_get_addr->elf, info);
3a71aa26
AM
8270 htab->tls_get_addr_fd = ((struct ppc_link_hash_entry *)
8271 elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
8272 FALSE, FALSE, TRUE));
7c9cf415 8273 if (htab->params->tls_get_addr_opt)
a7f2871e
AM
8274 {
8275 struct elf_link_hash_entry *opt, *opt_fd, *tga, *tga_fd;
8276
8277 opt = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr_opt",
8278 FALSE, FALSE, TRUE);
8279 if (opt != NULL)
8280 func_desc_adjust (opt, info);
8281 opt_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_opt",
8282 FALSE, FALSE, TRUE);
8283 if (opt_fd != NULL
8284 && (opt_fd->root.type == bfd_link_hash_defined
8285 || opt_fd->root.type == bfd_link_hash_defweak))
8286 {
8287 /* If glibc supports an optimized __tls_get_addr call stub,
8288 signalled by the presence of __tls_get_addr_opt, and we'll
8289 be calling __tls_get_addr via a plt call stub, then
8290 make __tls_get_addr point to __tls_get_addr_opt. */
8291 tga_fd = &htab->tls_get_addr_fd->elf;
8292 if (htab->elf.dynamic_sections_created
8293 && tga_fd != NULL
8294 && (tga_fd->type == STT_FUNC
8295 || tga_fd->needs_plt)
8296 && !(SYMBOL_CALLS_LOCAL (info, tga_fd)
8297 || (ELF_ST_VISIBILITY (tga_fd->other) != STV_DEFAULT
8298 && tga_fd->root.type == bfd_link_hash_undefweak)))
8299 {
8300 struct plt_entry *ent;
8301
8302 for (ent = tga_fd->plt.plist; ent != NULL; ent = ent->next)
8303 if (ent->plt.refcount > 0)
8304 break;
8305 if (ent != NULL)
8306 {
8307 tga_fd->root.type = bfd_link_hash_indirect;
8308 tga_fd->root.u.i.link = &opt_fd->root;
8309 ppc64_elf_copy_indirect_symbol (info, opt_fd, tga_fd);
3bd43ebc 8310 opt_fd->forced_local = 0;
a7f2871e
AM
8311 if (opt_fd->dynindx != -1)
8312 {
8313 /* Use __tls_get_addr_opt in dynamic relocations. */
8314 opt_fd->dynindx = -1;
8315 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
8316 opt_fd->dynstr_index);
8317 if (!bfd_elf_link_record_dynamic_symbol (info, opt_fd))
854b41e7 8318 return NULL;
a7f2871e
AM
8319 }
8320 htab->tls_get_addr_fd = (struct ppc_link_hash_entry *) opt_fd;
8321 tga = &htab->tls_get_addr->elf;
8322 if (opt != NULL && tga != NULL)
8323 {
8324 tga->root.type = bfd_link_hash_indirect;
8325 tga->root.u.i.link = &opt->root;
8326 ppc64_elf_copy_indirect_symbol (info, opt, tga);
3bd43ebc 8327 opt->forced_local = 0;
a7f2871e
AM
8328 _bfd_elf_link_hash_hide_symbol (info, opt,
8329 tga->forced_local);
8330 htab->tls_get_addr = (struct ppc_link_hash_entry *) opt;
8331 }
8332 htab->tls_get_addr_fd->oh = htab->tls_get_addr;
8333 htab->tls_get_addr_fd->is_func_descriptor = 1;
8334 if (htab->tls_get_addr != NULL)
8335 {
8336 htab->tls_get_addr->oh = htab->tls_get_addr_fd;
8337 htab->tls_get_addr->is_func = 1;
8338 }
8339 }
8340 }
8341 }
7c9cf415
AM
8342 else if (htab->params->tls_get_addr_opt < 0)
8343 htab->params->tls_get_addr_opt = 0;
a7f2871e 8344 }
33c0ec9d 8345 return _bfd_elf_tls_setup (info->output_bfd, info);
3a71aa26 8346}
8387904d 8347
3a71aa26
AM
8348/* Return TRUE iff REL is a branch reloc with a global symbol matching
8349 HASH1 or HASH2. */
8387904d 8350
3a71aa26
AM
8351static bfd_boolean
8352branch_reloc_hash_match (const bfd *ibfd,
8353 const Elf_Internal_Rela *rel,
8354 const struct ppc_link_hash_entry *hash1,
8355 const struct ppc_link_hash_entry *hash2)
8356{
8357 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (ibfd);
8358 enum elf_ppc64_reloc_type r_type = ELF64_R_TYPE (rel->r_info);
8359 unsigned int r_symndx = ELF64_R_SYM (rel->r_info);
8360
e054468f 8361 if (r_symndx >= symtab_hdr->sh_info && is_branch_reloc (r_type))
8387904d 8362 {
3a71aa26
AM
8363 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
8364 struct elf_link_hash_entry *h;
8387904d 8365
3a71aa26 8366 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
b31867b6 8367 h = elf_follow_link (h);
3a71aa26
AM
8368 if (h == &hash1->elf || h == &hash2->elf)
8369 return TRUE;
a48ebf4d 8370 }
3a71aa26 8371 return FALSE;
951fd09b 8372}
411e1bfb 8373
951fd09b
AM
8374/* Run through all the TLS relocs looking for optimization
8375 opportunities. The linker has been hacked (see ppc64elf.em) to do
8376 a preliminary section layout so that we know the TLS segment
8377 offsets. We can't optimize earlier because some optimizations need
8378 to know the tp offset, and we need to optimize before allocating
8379 dynamic relocations. */
8380
8381bfd_boolean
33c0ec9d 8382ppc64_elf_tls_optimize (struct bfd_link_info *info)
951fd09b
AM
8383{
8384 bfd *ibfd;
8385 asection *sec;
8386 struct ppc_link_hash_table *htab;
663a1470 8387 unsigned char *toc_ref;
102890f0 8388 int pass;
951fd09b 8389
3cbc1e5e 8390 if (!bfd_link_executable (info))
411e1bfb
AM
8391 return TRUE;
8392
951fd09b 8393 htab = ppc_hash_table (info);
4dfe6ac6
NC
8394 if (htab == NULL)
8395 return FALSE;
8396
663a1470
AM
8397 /* Make two passes over the relocs. On the first pass, mark toc
8398 entries involved with tls relocs, and check that tls relocs
8399 involved in setting up a tls_get_addr call are indeed followed by
8400 such a call. If they are not, we can't do any tls optimization.
8401 On the second pass twiddle tls_mask flags to notify
8402 relocate_section that optimization can be done, and adjust got
8403 and plt refcounts. */
8404 toc_ref = NULL;
8405 for (pass = 0; pass < 2; ++pass)
c72f2fb2 8406 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
663a1470
AM
8407 {
8408 Elf_Internal_Sym *locsyms = NULL;
8409 asection *toc = bfd_get_section_by_name (ibfd, ".toc");
8410
102890f0
AM
8411 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
8412 if (sec->has_tls_reloc && !bfd_is_abs_section (sec->output_section))
8413 {
8414 Elf_Internal_Rela *relstart, *rel, *relend;
663a1470 8415 bfd_boolean found_tls_get_addr_arg = 0;
411e1bfb 8416
102890f0
AM
8417 /* Read the relocations. */
8418 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
8419 info->keep_memory);
8420 if (relstart == NULL)
2915c55b
JK
8421 {
8422 free (toc_ref);
8423 return FALSE;
8424 }
411e1bfb 8425
102890f0
AM
8426 relend = relstart + sec->reloc_count;
8427 for (rel = relstart; rel < relend; rel++)
8428 {
8429 enum elf_ppc64_reloc_type r_type;
8430 unsigned long r_symndx;
8431 struct elf_link_hash_entry *h;
8432 Elf_Internal_Sym *sym;
8433 asection *sym_sec;
f961d9dd
AM
8434 unsigned char *tls_mask;
8435 unsigned char tls_set, tls_clear, tls_type = 0;
102890f0
AM
8436 bfd_vma value;
8437 bfd_boolean ok_tprel, is_local;
8438 long toc_ref_index = 0;
8439 int expecting_tls_get_addr = 0;
663a1470 8440 bfd_boolean ret = FALSE;
411e1bfb 8441
102890f0
AM
8442 r_symndx = ELF64_R_SYM (rel->r_info);
8443 if (!get_sym_h (&h, &sym, &sym_sec, &tls_mask, &locsyms,
8444 r_symndx, ibfd))
8445 {
8446 err_free_rel:
8447 if (elf_section_data (sec)->relocs != relstart)
8448 free (relstart);
8449 if (toc_ref != NULL)
8450 free (toc_ref);
8451 if (locsyms != NULL
0ffa91dd 8452 && (elf_symtab_hdr (ibfd).contents
102890f0
AM
8453 != (unsigned char *) locsyms))
8454 free (locsyms);
663a1470 8455 return ret;
102890f0 8456 }
411e1bfb 8457
102890f0
AM
8458 if (h != NULL)
8459 {
766bc656
AM
8460 if (h->root.type == bfd_link_hash_defined
8461 || h->root.type == bfd_link_hash_defweak)
8462 value = h->root.u.def.value;
8463 else if (h->root.type == bfd_link_hash_undefweak)
8464 value = 0;
8465 else
663a1470
AM
8466 {
8467 found_tls_get_addr_arg = 0;
8468 continue;
8469 }
102890f0
AM
8470 }
8471 else
8472 /* Symbols referenced by TLS relocs must be of type
8473 STT_TLS. So no need for .opd local sym adjust. */
8474 value = sym->st_value;
8475
8476 ok_tprel = FALSE;
8477 is_local = FALSE;
8478 if (h == NULL
8479 || !h->def_dynamic)
8480 {
8481 is_local = TRUE;
766bc656
AM
8482 if (h != NULL
8483 && h->root.type == bfd_link_hash_undefweak)
8484 ok_tprel = TRUE;
c27b8c2a
AM
8485 else if (sym_sec != NULL
8486 && sym_sec->output_section != NULL)
766bc656
AM
8487 {
8488 value += sym_sec->output_offset;
8489 value += sym_sec->output_section->vma;
8490 value -= htab->elf.tls_sec->vma;
8491 ok_tprel = (value + TP_OFFSET + ((bfd_vma) 1 << 31)
8492 < (bfd_vma) 1 << 32);
8493 }
102890f0 8494 }
951fd09b 8495
102890f0 8496 r_type = ELF64_R_TYPE (rel->r_info);
663a1470
AM
8497 /* If this section has old-style __tls_get_addr calls
8498 without marker relocs, then check that each
8499 __tls_get_addr call reloc is preceded by a reloc
8500 that conceivably belongs to the __tls_get_addr arg
8501 setup insn. If we don't find matching arg setup
8502 relocs, don't do any tls optimization. */
8503 if (pass == 0
8504 && sec->has_tls_get_addr_call
8505 && h != NULL
8506 && (h == &htab->tls_get_addr->elf
8507 || h == &htab->tls_get_addr_fd->elf)
8508 && !found_tls_get_addr_arg
8509 && is_branch_reloc (r_type))
8510 {
25f53a85 8511 info->callbacks->minfo (_("%H __tls_get_addr lost arg, "
663a1470
AM
8512 "TLS optimization disabled\n"),
8513 ibfd, sec, rel->r_offset);
8514 ret = TRUE;
8515 goto err_free_rel;
8516 }
8517
8518 found_tls_get_addr_arg = 0;
102890f0
AM
8519 switch (r_type)
8520 {
8521 case R_PPC64_GOT_TLSLD16:
8522 case R_PPC64_GOT_TLSLD16_LO:
8523 expecting_tls_get_addr = 1;
663a1470 8524 found_tls_get_addr_arg = 1;
102890f0
AM
8525 /* Fall thru */
8526
8527 case R_PPC64_GOT_TLSLD16_HI:
8528 case R_PPC64_GOT_TLSLD16_HA:
8529 /* These relocs should never be against a symbol
8530 defined in a shared lib. Leave them alone if
8531 that turns out to be the case. */
8532 if (!is_local)
8533 continue;
411e1bfb 8534
102890f0 8535 /* LD -> LE */
411e1bfb 8536 tls_set = 0;
102890f0
AM
8537 tls_clear = TLS_LD;
8538 tls_type = TLS_TLS | TLS_LD;
8539 break;
411e1bfb 8540
102890f0
AM
8541 case R_PPC64_GOT_TLSGD16:
8542 case R_PPC64_GOT_TLSGD16_LO:
8543 expecting_tls_get_addr = 1;
663a1470 8544 found_tls_get_addr_arg = 1;
102890f0
AM
8545 /* Fall thru */
8546
8547 case R_PPC64_GOT_TLSGD16_HI:
8548 case R_PPC64_GOT_TLSGD16_HA:
8549 if (ok_tprel)
8550 /* GD -> LE */
411e1bfb 8551 tls_set = 0;
102890f0
AM
8552 else
8553 /* GD -> IE */
8554 tls_set = TLS_TLS | TLS_TPRELGD;
8555 tls_clear = TLS_GD;
8556 tls_type = TLS_TLS | TLS_GD;
8557 break;
8558
8559 case R_PPC64_GOT_TPREL16_DS:
8560 case R_PPC64_GOT_TPREL16_LO_DS:
8561 case R_PPC64_GOT_TPREL16_HI:
8562 case R_PPC64_GOT_TPREL16_HA:
8563 if (ok_tprel)
8564 {
8565 /* IE -> LE */
8566 tls_set = 0;
8567 tls_clear = TLS_TPREL;
8568 tls_type = TLS_TLS | TLS_TPREL;
8569 break;
8570 }
411e1bfb
AM
8571 continue;
8572
727fc41e
AM
8573 case R_PPC64_TLSGD:
8574 case R_PPC64_TLSLD:
663a1470
AM
8575 found_tls_get_addr_arg = 1;
8576 /* Fall thru */
8577
8578 case R_PPC64_TLS:
8579 case R_PPC64_TOC16:
8580 case R_PPC64_TOC16_LO:
102890f0
AM
8581 if (sym_sec == NULL || sym_sec != toc)
8582 continue;
8583
8584 /* Mark this toc entry as referenced by a TLS
8585 code sequence. We can do that now in the
8586 case of R_PPC64_TLS, and after checking for
8587 tls_get_addr for the TOC16 relocs. */
8588 if (toc_ref == NULL)
663a1470
AM
8589 toc_ref = bfd_zmalloc (toc->output_section->rawsize / 8);
8590 if (toc_ref == NULL)
8591 goto err_free_rel;
8592
102890f0
AM
8593 if (h != NULL)
8594 value = h->root.u.def.value;
8595 else
8596 value = sym->st_value;
8597 value += rel->r_addend;
73242275
AM
8598 if (value % 8 != 0)
8599 continue;
8600 BFD_ASSERT (value < toc->size
8601 && toc->output_offset % 8 == 0);
663a1470 8602 toc_ref_index = (value + toc->output_offset) / 8;
727fc41e
AM
8603 if (r_type == R_PPC64_TLS
8604 || r_type == R_PPC64_TLSGD
8605 || r_type == R_PPC64_TLSLD)
102890f0
AM
8606 {
8607 toc_ref[toc_ref_index] = 1;
8608 continue;
8609 }
8610
8611 if (pass != 0 && toc_ref[toc_ref_index] == 0)
8612 continue;
8613
8614 tls_set = 0;
8615 tls_clear = 0;
8616 expecting_tls_get_addr = 2;
8617 break;
8618
8619 case R_PPC64_TPREL64:
8620 if (pass == 0
8621 || sec != toc
8622 || toc_ref == NULL
663a1470 8623 || !toc_ref[(rel->r_offset + toc->output_offset) / 8])
102890f0
AM
8624 continue;
8625 if (ok_tprel)
8626 {
8627 /* IE -> LE */
8628 tls_set = TLS_EXPLICIT;
8629 tls_clear = TLS_TPREL;
8630 break;
8631 }
8632 continue;
8633
8634 case R_PPC64_DTPMOD64:
8635 if (pass == 0
8636 || sec != toc
8637 || toc_ref == NULL
663a1470 8638 || !toc_ref[(rel->r_offset + toc->output_offset) / 8])
102890f0
AM
8639 continue;
8640 if (rel + 1 < relend
8641 && (rel[1].r_info
8642 == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64))
8643 && rel[1].r_offset == rel->r_offset + 8)
8644 {
8645 if (ok_tprel)
8646 /* GD -> LE */
8647 tls_set = TLS_EXPLICIT | TLS_GD;
8648 else
8649 /* GD -> IE */
8650 tls_set = TLS_EXPLICIT | TLS_GD | TLS_TPRELGD;
8651 tls_clear = TLS_GD;
8652 }
8653 else
8654 {
8655 if (!is_local)
8656 continue;
8657
8658 /* LD -> LE */
8659 tls_set = TLS_EXPLICIT;
8660 tls_clear = TLS_LD;
8661 }
8662 break;
8663
8664 default:
8665 continue;
8666 }
8667
8668 if (pass == 0)
8669 {
727fc41e
AM
8670 if (!expecting_tls_get_addr
8671 || !sec->has_tls_get_addr_call)
102890f0
AM
8672 continue;
8673
3a71aa26
AM
8674 if (rel + 1 < relend
8675 && branch_reloc_hash_match (ibfd, rel + 1,
8676 htab->tls_get_addr,
8677 htab->tls_get_addr_fd))
102890f0 8678 {
3a71aa26 8679 if (expecting_tls_get_addr == 2)
102890f0 8680 {
3a71aa26 8681 /* Check for toc tls entries. */
f961d9dd 8682 unsigned char *toc_tls;
3a71aa26
AM
8683 int retval;
8684
8685 retval = get_tls_mask (&toc_tls, NULL, NULL,
8686 &locsyms,
8687 rel, ibfd);
8688 if (retval == 0)
8689 goto err_free_rel;
663a1470
AM
8690 if (toc_tls != NULL)
8691 {
8692 if ((*toc_tls & (TLS_GD | TLS_LD)) != 0)
8693 found_tls_get_addr_arg = 1;
8694 if (retval > 1)
8695 toc_ref[toc_ref_index] = 1;
8696 }
102890f0 8697 }
3a71aa26 8698 continue;
102890f0
AM
8699 }
8700
8701 if (expecting_tls_get_addr != 1)
8702 continue;
8703
8704 /* Uh oh, we didn't find the expected call. We
8705 could just mark this symbol to exclude it
8706 from tls optimization but it's safer to skip
663a1470 8707 the entire optimization. */
25f53a85 8708 info->callbacks->minfo (_("%H arg lost __tls_get_addr, "
663a1470
AM
8709 "TLS optimization disabled\n"),
8710 ibfd, sec, rel->r_offset);
8711 ret = TRUE;
8712 goto err_free_rel;
102890f0
AM
8713 }
8714
85f7a9cb 8715 if (expecting_tls_get_addr && htab->tls_get_addr != NULL)
102890f0
AM
8716 {
8717 struct plt_entry *ent;
8718 for (ent = htab->tls_get_addr->elf.plt.plist;
8719 ent != NULL;
8720 ent = ent->next)
8721 if (ent->addend == 0)
411e1bfb 8722 {
102890f0 8723 if (ent->plt.refcount > 0)
30038c59 8724 {
102890f0
AM
8725 ent->plt.refcount -= 1;
8726 expecting_tls_get_addr = 0;
30038c59 8727 }
102890f0 8728 break;
411e1bfb 8729 }
102890f0 8730 }
411e1bfb 8731
85f7a9cb 8732 if (expecting_tls_get_addr && htab->tls_get_addr_fd != NULL)
102890f0
AM
8733 {
8734 struct plt_entry *ent;
8735 for (ent = htab->tls_get_addr_fd->elf.plt.plist;
8736 ent != NULL;
8737 ent = ent->next)
8738 if (ent->addend == 0)
411e1bfb 8739 {
102890f0
AM
8740 if (ent->plt.refcount > 0)
8741 ent->plt.refcount -= 1;
8742 break;
411e1bfb 8743 }
102890f0 8744 }
411e1bfb 8745
102890f0 8746 if (tls_clear == 0)
30038c59
AM
8747 continue;
8748
102890f0
AM
8749 if ((tls_set & TLS_EXPLICIT) == 0)
8750 {
8751 struct got_entry *ent;
411e1bfb 8752
102890f0
AM
8753 /* Adjust got entry for this reloc. */
8754 if (h != NULL)
8755 ent = h->got.glist;
8756 else
8757 ent = elf_local_got_ents (ibfd)[r_symndx];
411e1bfb 8758
102890f0
AM
8759 for (; ent != NULL; ent = ent->next)
8760 if (ent->addend == rel->r_addend
8761 && ent->owner == ibfd
8762 && ent->tls_type == tls_type)
8763 break;
8764 if (ent == NULL)
8765 abort ();
411e1bfb 8766
102890f0
AM
8767 if (tls_set == 0)
8768 {
8769 /* We managed to get rid of a got entry. */
8770 if (ent->got.refcount > 0)
8771 ent->got.refcount -= 1;
8772 }
8773 }
8774 else
8775 {
8776 /* If we got rid of a DTPMOD/DTPREL reloc pair then
8777 we'll lose one or two dyn relocs. */
8778 if (!dec_dynrel_count (rel->r_info, sec, info,
19e08130 8779 NULL, h, sym))
102890f0 8780 return FALSE;
411e1bfb 8781
102890f0
AM
8782 if (tls_set == (TLS_EXPLICIT | TLS_GD))
8783 {
8784 if (!dec_dynrel_count ((rel + 1)->r_info, sec, info,
19e08130 8785 NULL, h, sym))
102890f0
AM
8786 return FALSE;
8787 }
8788 }
411e1bfb 8789
102890f0
AM
8790 *tls_mask |= tls_set;
8791 *tls_mask &= ~tls_clear;
8792 }
8c1d1bb8 8793
102890f0
AM
8794 if (elf_section_data (sec)->relocs != relstart)
8795 free (relstart);
8796 }
411e1bfb 8797
663a1470
AM
8798 if (locsyms != NULL
8799 && (elf_symtab_hdr (ibfd).contents != (unsigned char *) locsyms))
8800 {
8801 if (!info->keep_memory)
8802 free (locsyms);
8803 else
8804 elf_symtab_hdr (ibfd).contents = (unsigned char *) locsyms;
8805 }
8806 }
411e1bfb 8807
663a1470
AM
8808 if (toc_ref != NULL)
8809 free (toc_ref);
b34976b6 8810 return TRUE;
1e2f5b6e 8811}
b34976b6 8812
c5614fa4
AM
8813/* Called via elf_link_hash_traverse from ppc64_elf_edit_toc to adjust
8814 the values of any global symbols in a toc section that has been
8815 edited. Globals in toc sections should be a rarity, so this function
8816 sets a flag if any are found in toc sections other than the one just
8817 edited, so that futher hash table traversals can be avoided. */
8818
8819struct adjust_toc_info
8820{
8821 asection *toc;
8822 unsigned long *skip;
8823 bfd_boolean global_toc_syms;
8824};
8825
ba761f19
AM
8826enum toc_skip_enum { ref_from_discarded = 1, can_optimize = 2 };
8827
c5614fa4
AM
8828static bfd_boolean
8829adjust_toc_syms (struct elf_link_hash_entry *h, void *inf)
8830{
8831 struct ppc_link_hash_entry *eh;
8832 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
854b41e7 8833 unsigned long i;
c5614fa4 8834
c5614fa4
AM
8835 if (h->root.type != bfd_link_hash_defined
8836 && h->root.type != bfd_link_hash_defweak)
8837 return TRUE;
8838
8839 eh = (struct ppc_link_hash_entry *) h;
8840 if (eh->adjust_done)
8841 return TRUE;
8842
8843 if (eh->elf.root.u.def.section == toc_inf->toc)
8844 {
854b41e7
AM
8845 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8846 i = toc_inf->toc->rawsize >> 3;
c5614fa4 8847 else
854b41e7
AM
8848 i = eh->elf.root.u.def.value >> 3;
8849
ba761f19 8850 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
c5614fa4
AM
8851 {
8852 (*_bfd_error_handler)
854b41e7
AM
8853 (_("%s defined on removed toc entry"), eh->elf.root.root.string);
8854 do
8855 ++i;
ba761f19 8856 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
854b41e7 8857 eh->elf.root.u.def.value = (bfd_vma) i << 3;
c5614fa4 8858 }
854b41e7
AM
8859
8860 eh->elf.root.u.def.value -= toc_inf->skip[i];
c5614fa4
AM
8861 eh->adjust_done = 1;
8862 }
8863 else if (strcmp (eh->elf.root.u.def.section->name, ".toc") == 0)
8864 toc_inf->global_toc_syms = TRUE;
8865
8866 return TRUE;
8867}
8868
560c8763
AM
8869/* Return TRUE iff INSN is one we expect on a _LO variety toc/got reloc. */
8870
8871static bfd_boolean
8872ok_lo_toc_insn (unsigned int insn)
8873{
8874 return ((insn & (0x3f << 26)) == 14u << 26 /* addi */
8875 || (insn & (0x3f << 26)) == 32u << 26 /* lwz */
8876 || (insn & (0x3f << 26)) == 34u << 26 /* lbz */
8877 || (insn & (0x3f << 26)) == 36u << 26 /* stw */
8878 || (insn & (0x3f << 26)) == 38u << 26 /* stb */
8879 || (insn & (0x3f << 26)) == 40u << 26 /* lhz */
8880 || (insn & (0x3f << 26)) == 42u << 26 /* lha */
8881 || (insn & (0x3f << 26)) == 44u << 26 /* sth */
8882 || (insn & (0x3f << 26)) == 46u << 26 /* lmw */
8883 || (insn & (0x3f << 26)) == 47u << 26 /* stmw */
8884 || (insn & (0x3f << 26)) == 48u << 26 /* lfs */
8885 || (insn & (0x3f << 26)) == 50u << 26 /* lfd */
8886 || (insn & (0x3f << 26)) == 52u << 26 /* stfs */
8887 || (insn & (0x3f << 26)) == 54u << 26 /* stfd */
8888 || ((insn & (0x3f << 26)) == 58u << 26 /* lwa,ld,lmd */
8889 && (insn & 3) != 1)
8890 || ((insn & (0x3f << 26)) == 62u << 26 /* std, stmd */
8891 && ((insn & 3) == 0 || (insn & 3) == 3))
8892 || (insn & (0x3f << 26)) == 12u << 26 /* addic */);
8893}
8894
c5614fa4
AM
8895/* Examine all relocs referencing .toc sections in order to remove
8896 unused .toc entries. */
8897
8898bfd_boolean
33c0ec9d 8899ppc64_elf_edit_toc (struct bfd_link_info *info)
c5614fa4
AM
8900{
8901 bfd *ibfd;
8902 struct adjust_toc_info toc_inf;
67f0cbdb 8903 struct ppc_link_hash_table *htab = ppc_hash_table (info);
c5614fa4 8904
67f0cbdb 8905 htab->do_toc_opt = 1;
c5614fa4 8906 toc_inf.global_toc_syms = TRUE;
c72f2fb2 8907 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
c5614fa4
AM
8908 {
8909 asection *toc, *sec;
8910 Elf_Internal_Shdr *symtab_hdr;
8911 Elf_Internal_Sym *local_syms;
425b145b 8912 Elf_Internal_Rela *relstart, *rel, *toc_relocs;
c5614fa4
AM
8913 unsigned long *skip, *drop;
8914 unsigned char *used;
8915 unsigned char *keep, last, some_unused;
8916
854b41e7
AM
8917 if (!is_ppc64_elf (ibfd))
8918 continue;
8919
c5614fa4
AM
8920 toc = bfd_get_section_by_name (ibfd, ".toc");
8921 if (toc == NULL
92b7a70f 8922 || toc->size == 0
dbaa2011
AM
8923 || toc->sec_info_type == SEC_INFO_TYPE_JUST_SYMS
8924 || discarded_section (toc))
c5614fa4
AM
8925 continue;
8926
425b145b 8927 toc_relocs = NULL;
c5614fa4 8928 local_syms = NULL;
0ffa91dd 8929 symtab_hdr = &elf_symtab_hdr (ibfd);
c5614fa4
AM
8930
8931 /* Look at sections dropped from the final link. */
8932 skip = NULL;
8933 relstart = NULL;
8934 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
8935 {
8936 if (sec->reloc_count == 0
dbaa2011 8937 || !discarded_section (sec)
c5614fa4
AM
8938 || get_opd_info (sec)
8939 || (sec->flags & SEC_ALLOC) == 0
8940 || (sec->flags & SEC_DEBUGGING) != 0)
8941 continue;
8942
8943 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL, FALSE);
8944 if (relstart == NULL)
8945 goto error_ret;
8946
8947 /* Run through the relocs to see which toc entries might be
8948 unused. */
8949 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
8950 {
8951 enum elf_ppc64_reloc_type r_type;
8952 unsigned long r_symndx;
8953 asection *sym_sec;
8954 struct elf_link_hash_entry *h;
8955 Elf_Internal_Sym *sym;
8956 bfd_vma val;
8957
8958 r_type = ELF64_R_TYPE (rel->r_info);
8959 switch (r_type)
8960 {
8961 default:
8962 continue;
8963
8964 case R_PPC64_TOC16:
8965 case R_PPC64_TOC16_LO:
8966 case R_PPC64_TOC16_HI:
8967 case R_PPC64_TOC16_HA:
8968 case R_PPC64_TOC16_DS:
8969 case R_PPC64_TOC16_LO_DS:
8970 break;
8971 }
8972
8973 r_symndx = ELF64_R_SYM (rel->r_info);
8974 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8975 r_symndx, ibfd))
8976 goto error_ret;
8977
8978 if (sym_sec != toc)
8979 continue;
8980
8981 if (h != NULL)
8982 val = h->root.u.def.value;
8983 else
8984 val = sym->st_value;
8985 val += rel->r_addend;
8986
8987 if (val >= toc->size)
8988 continue;
8989
8990 /* Anything in the toc ought to be aligned to 8 bytes.
8991 If not, don't mark as unused. */
8992 if (val & 7)
8993 continue;
8994
8995 if (skip == NULL)
8996 {
854b41e7 8997 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 15) / 8);
c5614fa4
AM
8998 if (skip == NULL)
8999 goto error_ret;
9000 }
9001
ba761f19 9002 skip[val >> 3] = ref_from_discarded;
c5614fa4
AM
9003 }
9004
9005 if (elf_section_data (sec)->relocs != relstart)
9006 free (relstart);
9007 }
9008
ba761f19
AM
9009 /* For largetoc loads of address constants, we can convert
9010 . addis rx,2,addr@got@ha
9011 . ld ry,addr@got@l(rx)
9012 to
9013 . addis rx,2,addr@toc@ha
9014 . addi ry,rx,addr@toc@l
9015 when addr is within 2G of the toc pointer. This then means
9016 that the word storing "addr" in the toc is no longer needed. */
68ffbac6 9017
ba761f19
AM
9018 if (!ppc64_elf_tdata (ibfd)->has_small_toc_reloc
9019 && toc->output_section->rawsize < (bfd_vma) 1 << 31
9020 && toc->reloc_count != 0)
9021 {
9022 /* Read toc relocs. */
425b145b
AM
9023 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL,
9024 info->keep_memory);
9025 if (toc_relocs == NULL)
ba761f19
AM
9026 goto error_ret;
9027
425b145b 9028 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel)
ba761f19
AM
9029 {
9030 enum elf_ppc64_reloc_type r_type;
9031 unsigned long r_symndx;
9032 asection *sym_sec;
9033 struct elf_link_hash_entry *h;
9034 Elf_Internal_Sym *sym;
9035 bfd_vma val, addr;
9036
9037 r_type = ELF64_R_TYPE (rel->r_info);
9038 if (r_type != R_PPC64_ADDR64)
9039 continue;
9040
9041 r_symndx = ELF64_R_SYM (rel->r_info);
9042 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
9043 r_symndx, ibfd))
9044 goto error_ret;
9045
425b145b 9046 if (sym_sec == NULL
c27b8c2a 9047 || sym_sec->output_section == NULL
dbaa2011 9048 || discarded_section (sym_sec))
425b145b
AM
9049 continue;
9050
afe397ea 9051 if (!SYMBOL_REFERENCES_LOCAL (info, h))
ba761f19
AM
9052 continue;
9053
9054 if (h != NULL)
bddc25c9
AM
9055 {
9056 if (h->type == STT_GNU_IFUNC)
9057 continue;
9058 val = h->root.u.def.value;
9059 }
ba761f19 9060 else
bddc25c9
AM
9061 {
9062 if (ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
9063 continue;
9064 val = sym->st_value;
9065 }
ba761f19
AM
9066 val += rel->r_addend;
9067 val += sym_sec->output_section->vma + sym_sec->output_offset;
9068
9069 /* We don't yet know the exact toc pointer value, but we
9070 know it will be somewhere in the toc section. Don't
9071 optimize if the difference from any possible toc
9072 pointer is outside [ff..f80008000, 7fff7fff]. */
9073 addr = toc->output_section->vma + TOC_BASE_OFF;
9074 if (val - addr + (bfd_vma) 0x80008000 >= (bfd_vma) 1 << 32)
9075 continue;
9076
9077 addr = toc->output_section->vma + toc->output_section->rawsize;
9078 if (val - addr + (bfd_vma) 0x80008000 >= (bfd_vma) 1 << 32)
9079 continue;
9080
9081 if (skip == NULL)
9082 {
9083 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 15) / 8);
9084 if (skip == NULL)
9085 goto error_ret;
9086 }
9087
9088 skip[rel->r_offset >> 3]
425b145b 9089 |= can_optimize | ((rel - toc_relocs) << 2);
ba761f19 9090 }
ba761f19
AM
9091 }
9092
c5614fa4
AM
9093 if (skip == NULL)
9094 continue;
9095
9096 used = bfd_zmalloc (sizeof (*used) * (toc->size + 7) / 8);
9097 if (used == NULL)
9098 {
9099 error_ret:
9100 if (local_syms != NULL
9101 && symtab_hdr->contents != (unsigned char *) local_syms)
9102 free (local_syms);
9103 if (sec != NULL
9104 && relstart != NULL
9105 && elf_section_data (sec)->relocs != relstart)
9106 free (relstart);
425b145b
AM
9107 if (toc_relocs != NULL
9108 && elf_section_data (toc)->relocs != toc_relocs)
9109 free (toc_relocs);
c5614fa4
AM
9110 if (skip != NULL)
9111 free (skip);
9112 return FALSE;
9113 }
9114
30038c59
AM
9115 /* Now check all kept sections that might reference the toc.
9116 Check the toc itself last. */
9117 for (sec = (ibfd->sections == toc && toc->next ? toc->next
9118 : ibfd->sections);
c5614fa4 9119 sec != NULL;
c5614fa4 9120 sec = (sec == toc ? NULL
c5614fa4 9121 : sec->next == NULL ? toc
30038c59 9122 : sec->next == toc && toc->next ? toc->next
c5614fa4
AM
9123 : sec->next))
9124 {
9125 int repeat;
9126
9127 if (sec->reloc_count == 0
dbaa2011 9128 || discarded_section (sec)
c5614fa4
AM
9129 || get_opd_info (sec)
9130 || (sec->flags & SEC_ALLOC) == 0
9131 || (sec->flags & SEC_DEBUGGING) != 0)
9132 continue;
9133
854b41e7
AM
9134 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
9135 info->keep_memory);
c5614fa4 9136 if (relstart == NULL)
2915c55b
JK
9137 {
9138 free (used);
9139 goto error_ret;
9140 }
c5614fa4
AM
9141
9142 /* Mark toc entries referenced as used. */
c5614fa4 9143 do
d4f1ee75
AM
9144 {
9145 repeat = 0;
9146 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
9147 {
9148 enum elf_ppc64_reloc_type r_type;
9149 unsigned long r_symndx;
9150 asection *sym_sec;
9151 struct elf_link_hash_entry *h;
9152 Elf_Internal_Sym *sym;
9153 bfd_vma val;
9154 enum {no_check, check_lo, check_ha} insn_check;
98528052 9155
d4f1ee75
AM
9156 r_type = ELF64_R_TYPE (rel->r_info);
9157 switch (r_type)
9158 {
9159 default:
9160 insn_check = no_check;
9161 break;
98528052 9162
d4f1ee75
AM
9163 case R_PPC64_GOT_TLSLD16_HA:
9164 case R_PPC64_GOT_TLSGD16_HA:
9165 case R_PPC64_GOT_TPREL16_HA:
9166 case R_PPC64_GOT_DTPREL16_HA:
9167 case R_PPC64_GOT16_HA:
9168 case R_PPC64_TOC16_HA:
9169 insn_check = check_ha;
9170 break;
98528052 9171
d4f1ee75
AM
9172 case R_PPC64_GOT_TLSLD16_LO:
9173 case R_PPC64_GOT_TLSGD16_LO:
9174 case R_PPC64_GOT_TPREL16_LO_DS:
9175 case R_PPC64_GOT_DTPREL16_LO_DS:
9176 case R_PPC64_GOT16_LO:
9177 case R_PPC64_GOT16_LO_DS:
9178 case R_PPC64_TOC16_LO:
9179 case R_PPC64_TOC16_LO_DS:
9180 insn_check = check_lo;
9181 break;
9182 }
560c8763 9183
d4f1ee75
AM
9184 if (insn_check != no_check)
9185 {
9186 bfd_vma off = rel->r_offset & ~3;
9187 unsigned char buf[4];
9188 unsigned int insn;
c5614fa4 9189
d4f1ee75
AM
9190 if (!bfd_get_section_contents (ibfd, sec, buf, off, 4))
9191 {
9192 free (used);
9193 goto error_ret;
9194 }
9195 insn = bfd_get_32 (ibfd, buf);
9196 if (insn_check == check_lo
9197 ? !ok_lo_toc_insn (insn)
9198 : ((insn & ((0x3f << 26) | 0x1f << 16))
9199 != ((15u << 26) | (2 << 16)) /* addis rt,2,imm */))
9200 {
9201 char str[12];
9202
9203 ppc64_elf_tdata (ibfd)->unexpected_toc_insn = 1;
9204 sprintf (str, "%#08x", insn);
9205 info->callbacks->einfo
9206 (_("%P: %H: toc optimization is not supported for"
9207 " %s instruction.\n"),
9208 ibfd, sec, rel->r_offset & ~3, str);
9209 }
9210 }
c5614fa4 9211
d4f1ee75
AM
9212 switch (r_type)
9213 {
9214 case R_PPC64_TOC16:
9215 case R_PPC64_TOC16_LO:
9216 case R_PPC64_TOC16_HI:
9217 case R_PPC64_TOC16_HA:
9218 case R_PPC64_TOC16_DS:
9219 case R_PPC64_TOC16_LO_DS:
9220 /* In case we're taking addresses of toc entries. */
9221 case R_PPC64_ADDR64:
9222 break;
c5614fa4 9223
d4f1ee75
AM
9224 default:
9225 continue;
9226 }
c5614fa4 9227
d4f1ee75
AM
9228 r_symndx = ELF64_R_SYM (rel->r_info);
9229 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
9230 r_symndx, ibfd))
9231 {
9232 free (used);
9233 goto error_ret;
9234 }
c5614fa4 9235
d4f1ee75
AM
9236 if (sym_sec != toc)
9237 continue;
c5614fa4 9238
d4f1ee75
AM
9239 if (h != NULL)
9240 val = h->root.u.def.value;
9241 else
9242 val = sym->st_value;
9243 val += rel->r_addend;
ba761f19 9244
d4f1ee75
AM
9245 if (val >= toc->size)
9246 continue;
ba761f19 9247
d4f1ee75
AM
9248 if ((skip[val >> 3] & can_optimize) != 0)
9249 {
9250 bfd_vma off;
9251 unsigned char opc;
9252
9253 switch (r_type)
9254 {
9255 case R_PPC64_TOC16_HA:
ba761f19 9256 break;
ba761f19 9257
d4f1ee75
AM
9258 case R_PPC64_TOC16_LO_DS:
9259 off = rel->r_offset;
9260 off += (bfd_big_endian (ibfd) ? -2 : 3);
9261 if (!bfd_get_section_contents (ibfd, sec, &opc,
9262 off, 1))
9263 {
9264 free (used);
9265 goto error_ret;
9266 }
9267 if ((opc & (0x3f << 2)) == (58u << 2))
9268 break;
9269 /* Fall thru */
ba761f19 9270
d4f1ee75
AM
9271 default:
9272 /* Wrong sort of reloc, or not a ld. We may
9273 as well clear ref_from_discarded too. */
9274 skip[val >> 3] = 0;
9275 }
9276 }
9277
9278 if (sec != toc)
9279 used[val >> 3] = 1;
9280 /* For the toc section, we only mark as used if this
9281 entry itself isn't unused. */
9282 else if ((used[rel->r_offset >> 3]
9283 || !(skip[rel->r_offset >> 3] & ref_from_discarded))
9284 && !used[val >> 3])
9285 {
9286 /* Do all the relocs again, to catch reference
9287 chains. */
9288 repeat = 1;
9289 used[val >> 3] = 1;
9290 }
9291 }
9292 }
c5614fa4 9293 while (repeat);
854b41e7
AM
9294
9295 if (elf_section_data (sec)->relocs != relstart)
9296 free (relstart);
c5614fa4
AM
9297 }
9298
9299 /* Merge the used and skip arrays. Assume that TOC
9300 doublewords not appearing as either used or unused belong
9301 to to an entry more than one doubleword in size. */
9302 for (drop = skip, keep = used, last = 0, some_unused = 0;
9303 drop < skip + (toc->size + 7) / 8;
9304 ++drop, ++keep)
9305 {
9306 if (*keep)
9307 {
ba761f19
AM
9308 *drop &= ~ref_from_discarded;
9309 if ((*drop & can_optimize) != 0)
9310 some_unused = 1;
c5614fa4
AM
9311 last = 0;
9312 }
b140b010 9313 else if ((*drop & ref_from_discarded) != 0)
c5614fa4
AM
9314 {
9315 some_unused = 1;
ba761f19 9316 last = ref_from_discarded;
c5614fa4
AM
9317 }
9318 else
9319 *drop = last;
9320 }
9321
9322 free (used);
9323
9324 if (some_unused)
9325 {
9326 bfd_byte *contents, *src;
9327 unsigned long off;
d62b3684 9328 Elf_Internal_Sym *sym;
ba761f19 9329 bfd_boolean local_toc_syms = FALSE;
c5614fa4
AM
9330
9331 /* Shuffle the toc contents, and at the same time convert the
9332 skip array from booleans into offsets. */
9333 if (!bfd_malloc_and_get_section (ibfd, toc, &contents))
9334 goto error_ret;
9335
9336 elf_section_data (toc)->this_hdr.contents = contents;
9337
9338 for (src = contents, off = 0, drop = skip;
9339 src < contents + toc->size;
9340 src += 8, ++drop)
9341 {
ba761f19
AM
9342 if ((*drop & (can_optimize | ref_from_discarded)) != 0)
9343 off += 8;
c5614fa4
AM
9344 else if (off != 0)
9345 {
9346 *drop = off;
9347 memcpy (src - off, src, 8);
9348 }
9349 }
854b41e7 9350 *drop = off;
c5614fa4
AM
9351 toc->rawsize = toc->size;
9352 toc->size = src - contents - off;
9353
ba761f19
AM
9354 /* Adjust addends for relocs against the toc section sym,
9355 and optimize any accesses we can. */
c5614fa4
AM
9356 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
9357 {
9358 if (sec->reloc_count == 0
dbaa2011 9359 || discarded_section (sec))
c5614fa4
AM
9360 continue;
9361
9362 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
854b41e7 9363 info->keep_memory);
c5614fa4
AM
9364 if (relstart == NULL)
9365 goto error_ret;
9366
9367 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
9368 {
9369 enum elf_ppc64_reloc_type r_type;
9370 unsigned long r_symndx;
9371 asection *sym_sec;
9372 struct elf_link_hash_entry *h;
854b41e7 9373 bfd_vma val;
c5614fa4
AM
9374
9375 r_type = ELF64_R_TYPE (rel->r_info);
9376 switch (r_type)
9377 {
9378 default:
9379 continue;
9380
9381 case R_PPC64_TOC16:
9382 case R_PPC64_TOC16_LO:
9383 case R_PPC64_TOC16_HI:
9384 case R_PPC64_TOC16_HA:
9385 case R_PPC64_TOC16_DS:
9386 case R_PPC64_TOC16_LO_DS:
9387 case R_PPC64_ADDR64:
9388 break;
9389 }
9390
9391 r_symndx = ELF64_R_SYM (rel->r_info);
9392 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
9393 r_symndx, ibfd))
9394 goto error_ret;
9395
ba761f19 9396 if (sym_sec != toc)
c5614fa4
AM
9397 continue;
9398
ba761f19
AM
9399 if (h != NULL)
9400 val = h->root.u.def.value;
9401 else
9402 {
9403 val = sym->st_value;
9404 if (val != 0)
9405 local_toc_syms = TRUE;
9406 }
9407
9408 val += rel->r_addend;
854b41e7
AM
9409
9410 if (val > toc->rawsize)
9411 val = toc->rawsize;
ba761f19
AM
9412 else if ((skip[val >> 3] & ref_from_discarded) != 0)
9413 continue;
9414 else if ((skip[val >> 3] & can_optimize) != 0)
9415 {
9416 Elf_Internal_Rela *tocrel
425b145b 9417 = toc_relocs + (skip[val >> 3] >> 2);
ba761f19
AM
9418 unsigned long tsym = ELF64_R_SYM (tocrel->r_info);
9419
9420 switch (r_type)
9421 {
9422 case R_PPC64_TOC16_HA:
9423 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_TOC16_HA);
9424 break;
9425
9426 case R_PPC64_TOC16_LO_DS:
9427 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_LO_DS_OPT);
9428 break;
9429
9430 default:
28942f62
AM
9431 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
9432 ppc_howto_init ();
b140b010 9433 info->callbacks->einfo
bc30df16 9434 (_("%P: %H: %s references "
b140b010
AM
9435 "optimized away TOC entry\n"),
9436 ibfd, sec, rel->r_offset,
9437 ppc64_elf_howto_table[r_type]->name);
9438 bfd_set_error (bfd_error_bad_value);
9439 goto error_ret;
ba761f19
AM
9440 }
9441 rel->r_addend = tocrel->r_addend;
9442 elf_section_data (sec)->relocs = relstart;
9443 continue;
9444 }
9445
9446 if (h != NULL || sym->st_value != 0)
9447 continue;
854b41e7
AM
9448
9449 rel->r_addend -= skip[val >> 3];
9450 elf_section_data (sec)->relocs = relstart;
c5614fa4 9451 }
854b41e7
AM
9452
9453 if (elf_section_data (sec)->relocs != relstart)
9454 free (relstart);
c5614fa4
AM
9455 }
9456
9457 /* We shouldn't have local or global symbols defined in the TOC,
9458 but handle them anyway. */
df22d223
AM
9459 if (local_syms != NULL)
9460 for (sym = local_syms;
9461 sym < local_syms + symtab_hdr->sh_info;
9462 ++sym)
9463 if (sym->st_value != 0
9464 && bfd_section_from_elf_index (ibfd, sym->st_shndx) == toc)
9465 {
9466 unsigned long i;
854b41e7 9467
df22d223
AM
9468 if (sym->st_value > toc->rawsize)
9469 i = toc->rawsize >> 3;
9470 else
9471 i = sym->st_value >> 3;
854b41e7 9472
df22d223
AM
9473 if ((skip[i] & (ref_from_discarded | can_optimize)) != 0)
9474 {
9475 if (local_toc_syms)
9476 (*_bfd_error_handler)
9477 (_("%s defined on removed toc entry"),
9478 bfd_elf_sym_name (ibfd, symtab_hdr, sym, NULL));
9479 do
9480 ++i;
9481 while ((skip[i] & (ref_from_discarded | can_optimize)));
9482 sym->st_value = (bfd_vma) i << 3;
9483 }
d62b3684 9484
df22d223
AM
9485 sym->st_value -= skip[i];
9486 symtab_hdr->contents = (unsigned char *) local_syms;
9487 }
c5614fa4 9488
854b41e7 9489 /* Adjust any global syms defined in this toc input section. */
c5614fa4
AM
9490 if (toc_inf.global_toc_syms)
9491 {
9492 toc_inf.toc = toc;
9493 toc_inf.skip = skip;
9494 toc_inf.global_toc_syms = FALSE;
9495 elf_link_hash_traverse (elf_hash_table (info), adjust_toc_syms,
9496 &toc_inf);
9497 }
854b41e7
AM
9498
9499 if (toc->reloc_count != 0)
9500 {
d4730f92 9501 Elf_Internal_Shdr *rel_hdr;
854b41e7
AM
9502 Elf_Internal_Rela *wrel;
9503 bfd_size_type sz;
9504
854b41e7 9505 /* Remove unused toc relocs, and adjust those we keep. */
28be611c
AM
9506 if (toc_relocs == NULL)
9507 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL,
9508 info->keep_memory);
9509 if (toc_relocs == NULL)
9510 goto error_ret;
9511
425b145b
AM
9512 wrel = toc_relocs;
9513 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel)
ba761f19
AM
9514 if ((skip[rel->r_offset >> 3]
9515 & (ref_from_discarded | can_optimize)) == 0)
854b41e7
AM
9516 {
9517 wrel->r_offset = rel->r_offset - skip[rel->r_offset >> 3];
9518 wrel->r_info = rel->r_info;
9519 wrel->r_addend = rel->r_addend;
9520 ++wrel;
9521 }
9522 else if (!dec_dynrel_count (rel->r_info, toc, info,
9523 &local_syms, NULL, NULL))
9524 goto error_ret;
9525
425b145b
AM
9526 elf_section_data (toc)->relocs = toc_relocs;
9527 toc->reloc_count = wrel - toc_relocs;
d4730f92
BS
9528 rel_hdr = _bfd_elf_single_rel_hdr (toc);
9529 sz = rel_hdr->sh_entsize;
9530 rel_hdr->sh_size = toc->reloc_count * sz;
854b41e7 9531 }
c5614fa4 9532 }
28be611c
AM
9533 else if (toc_relocs != NULL
9534 && elf_section_data (toc)->relocs != toc_relocs)
425b145b 9535 free (toc_relocs);
c5614fa4
AM
9536
9537 if (local_syms != NULL
9538 && symtab_hdr->contents != (unsigned char *) local_syms)
9539 {
9540 if (!info->keep_memory)
9541 free (local_syms);
9542 else
9543 symtab_hdr->contents = (unsigned char *) local_syms;
9544 }
9545 free (skip);
9546 }
9547
9548 return TRUE;
9549}
9550
1bbe0902
AM
9551/* Return true iff input section I references the TOC using
9552 instructions limited to +/-32k offsets. */
9553
9554bfd_boolean
9555ppc64_elf_has_small_toc_reloc (asection *i)
9556{
9557 return (is_ppc64_elf (i->owner)
9558 && ppc64_elf_tdata (i->owner)->has_small_toc_reloc);
9559}
9560
927be08e
AM
9561/* Allocate space for one GOT entry. */
9562
9563static void
9564allocate_got (struct elf_link_hash_entry *h,
9565 struct bfd_link_info *info,
9566 struct got_entry *gent)
9567{
9568 struct ppc_link_hash_table *htab = ppc_hash_table (info);
9569 bfd_boolean dyn;
9570 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) h;
9571 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD)
9572 ? 16 : 8);
9573 int rentsize = (gent->tls_type & eh->tls_mask & TLS_GD
9574 ? 2 : 1) * sizeof (Elf64_External_Rela);
9575 asection *got = ppc64_elf_tdata (gent->owner)->got;
9576
9577 gent->got.offset = got->size;
9578 got->size += entsize;
9579
9580 dyn = htab->elf.dynamic_sections_created;
19e08130 9581 if (h->type == STT_GNU_IFUNC)
927be08e 9582 {
33e44f2e 9583 htab->elf.irelplt->size += rentsize;
19e08130 9584 htab->got_reli_size += rentsize;
927be08e 9585 }
0e1862bb 9586 else if ((bfd_link_pic (info)
19e08130
AM
9587 || WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, 0, h))
9588 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
9589 || h->root.type != bfd_link_hash_undefweak))
927be08e 9590 {
19e08130 9591 asection *relgot = ppc64_elf_tdata (gent->owner)->relgot;
927be08e 9592 relgot->size += rentsize;
927be08e
AM
9593 }
9594}
9595
7865406b
AM
9596/* This function merges got entries in the same toc group. */
9597
9598static void
9599merge_got_entries (struct got_entry **pent)
9600{
9601 struct got_entry *ent, *ent2;
9602
9603 for (ent = *pent; ent != NULL; ent = ent->next)
9604 if (!ent->is_indirect)
9605 for (ent2 = ent->next; ent2 != NULL; ent2 = ent2->next)
9606 if (!ent2->is_indirect
9607 && ent2->addend == ent->addend
9608 && ent2->tls_type == ent->tls_type
9609 && elf_gp (ent2->owner) == elf_gp (ent->owner))
9610 {
9611 ent2->is_indirect = TRUE;
9612 ent2->got.ent = ent;
9613 }
9614}
9615
65f38f15
AM
9616/* Allocate space in .plt, .got and associated reloc sections for
9617 dynamic relocs. */
5bd4f169 9618
b34976b6 9619static bfd_boolean
4ce794b7 9620allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
5bd4f169 9621{
65f38f15
AM
9622 struct bfd_link_info *info;
9623 struct ppc_link_hash_table *htab;
5bd4f169 9624 asection *s;
65f38f15 9625 struct ppc_link_hash_entry *eh;
0b8bcf0d 9626 struct got_entry **pgent, *gent;
5bd4f169 9627
e92d460e 9628 if (h->root.type == bfd_link_hash_indirect)
b34976b6 9629 return TRUE;
5bd4f169 9630
65f38f15
AM
9631 info = (struct bfd_link_info *) inf;
9632 htab = ppc_hash_table (info);
4dfe6ac6
NC
9633 if (htab == NULL)
9634 return FALSE;
5bd4f169 9635
951fd09b
AM
9636 eh = (struct ppc_link_hash_entry *) h;
9637 /* Run through the TLS GD got entries first if we're changing them
9638 to TPREL. */
e7b938ca 9639 if ((eh->tls_mask & TLS_TPRELGD) != 0)
951fd09b
AM
9640 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9641 if (gent->got.refcount > 0
9642 && (gent->tls_type & TLS_GD) != 0)
9643 {
9644 /* This was a GD entry that has been converted to TPREL. If
9645 there happens to be a TPREL entry we can use that one. */
9646 struct got_entry *ent;
9647 for (ent = h->got.glist; ent != NULL; ent = ent->next)
9648 if (ent->got.refcount > 0
9649 && (ent->tls_type & TLS_TPREL) != 0
e717da7e
AM
9650 && ent->addend == gent->addend
9651 && ent->owner == gent->owner)
951fd09b
AM
9652 {
9653 gent->got.refcount = 0;
9654 break;
9655 }
9656
9657 /* If not, then we'll be using our own TPREL entry. */
9658 if (gent->got.refcount != 0)
9659 gent->tls_type = TLS_TLS | TLS_TPREL;
9660 }
9661
7865406b
AM
9662 /* Remove any list entry that won't generate a word in the GOT before
9663 we call merge_got_entries. Otherwise we risk merging to empty
9664 entries. */
0b8bcf0d
AM
9665 pgent = &h->got.glist;
9666 while ((gent = *pgent) != NULL)
411e1bfb 9667 if (gent->got.refcount > 0)
7865406b
AM
9668 {
9669 if ((gent->tls_type & TLS_LD) != 0
9670 && !h->def_dynamic)
9671 {
9672 ppc64_tlsld_got (gent->owner)->got.refcount += 1;
9673 *pgent = gent->next;
9674 }
9675 else
9676 pgent = &gent->next;
9677 }
9678 else
9679 *pgent = gent->next;
9680
9681 if (!htab->do_multi_toc)
9682 merge_got_entries (&h->got.glist);
9683
9684 for (gent = h->got.glist; gent != NULL; gent = gent->next)
9685 if (!gent->is_indirect)
411e1bfb
AM
9686 {
9687 /* Make sure this symbol is output as a dynamic symbol.
951fd09b
AM
9688 Undefined weak syms won't yet be marked as dynamic,
9689 nor will all TLS symbols. */
411e1bfb 9690 if (h->dynindx == -1
b099ab9f 9691 && !h->forced_local
25f23106 9692 && h->type != STT_GNU_IFUNC
b099ab9f 9693 && htab->elf.dynamic_sections_created)
411e1bfb 9694 {
c152c796 9695 if (! bfd_elf_link_record_dynamic_symbol (info, h))
411e1bfb
AM
9696 return FALSE;
9697 }
65f38f15 9698
0c8d6e5c 9699 if (!is_ppc64_elf (gent->owner))
927be08e 9700 abort ();
0ffa91dd 9701
927be08e 9702 allocate_got (h, info, gent);
411e1bfb 9703 }
65f38f15 9704
8a2058b5
AM
9705 if (!htab->elf.dynamic_sections_created
9706 && h->type != STT_GNU_IFUNC)
9707 eh->dyn_relocs = NULL;
9708
9709 if (eh->dyn_relocs != NULL)
65f38f15 9710 {
8a2058b5
AM
9711 struct elf_dyn_relocs *p, **pp;
9712
57e7d118
AM
9713 /* In the shared -Bsymbolic case, discard space allocated for
9714 dynamic pc-relative relocs against symbols which turn out to
9715 be defined in regular objects. For the normal shared case,
9716 discard space for relocs that have become local due to symbol
9717 visibility changes. */
9718
9719 if (bfd_link_pic (info))
65f38f15 9720 {
57e7d118
AM
9721 /* Relocs that use pc_count are those that appear on a call
9722 insn, or certain REL relocs (see must_be_dyn_reloc) that
9723 can be generated via assembly. We want calls to
9724 protected symbols to resolve directly to the function
9725 rather than going via the plt. If people want function
9726 pointer comparisons to work as expected then they should
9727 avoid writing weird assembly. */
9728 if (SYMBOL_CALLS_LOCAL (info, h))
9729 {
57e7d118
AM
9730 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
9731 {
9732 p->count -= p->pc_count;
9733 p->pc_count = 0;
9734 if (p->count == 0)
9735 *pp = p->next;
9736 else
9737 pp = &p->next;
9738 }
9739 }
65f38f15 9740
57e7d118
AM
9741 /* Also discard relocs on undefined weak syms with
9742 non-default visibility. */
9743 if (eh->dyn_relocs != NULL
9744 && h->root.type == bfd_link_hash_undefweak)
5bd4f169 9745 {
57e7d118
AM
9746 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
9747 eh->dyn_relocs = NULL;
9748
9749 /* Make sure this symbol is output as a dynamic symbol.
9750 Undefined weak syms won't yet be marked as dynamic. */
9751 else if (h->dynindx == -1
9752 && !h->forced_local)
9753 {
9754 if (! bfd_elf_link_record_dynamic_symbol (info, h))
9755 return FALSE;
9756 }
5bd4f169 9757 }
65f38f15 9758 }
57e7d118 9759 else if (h->type == STT_GNU_IFUNC)
dfbb6ac9 9760 {
8a2058b5
AM
9761 /* A plt entry is always created when making direct calls to
9762 an ifunc, even when building a static executable, but
9763 that doesn't cover all cases. We may have only an ifunc
9764 initialised function pointer for a given ifunc symbol.
9765
9766 For ELFv2, dynamic relocations are not required when
9767 generating a global entry PLT stub. */
9768 if (abiversion (info->output_bfd) >= 2)
9769 {
9770 if (global_entry_stub (h))
9771 eh->dyn_relocs = NULL;
9772 }
9773
9774 /* For ELFv1 we have function descriptors. Descriptors need
9775 to be treated like PLT entries and thus have dynamic
9776 relocations. One exception is when the function
9777 descriptor is copied into .dynbss (which should only
9778 happen with ancient versions of gcc). */
9779 else if (h->needs_copy)
dfbb6ac9 9780 eh->dyn_relocs = NULL;
57e7d118
AM
9781 }
9782 else if (ELIMINATE_COPY_RELOCS)
9783 {
8a2058b5 9784 /* For the non-pic case, discard space for relocs against
57e7d118
AM
9785 symbols which turn out to need copy relocs or are not
9786 dynamic. */
dfbb6ac9 9787
8a2058b5
AM
9788 /* First make sure this symbol is output as a dynamic symbol.
9789 Undefined weak syms won't yet be marked as dynamic. */
9790 if (h->root.type == bfd_link_hash_undefweak
9791 && !h->non_got_ref
9792 && !h->def_regular
9793 && h->dynindx == -1
9794 && !h->forced_local
9795 && !bfd_elf_link_record_dynamic_symbol (info, h))
9796 return FALSE;
57e7d118 9797
8a2058b5
AM
9798 if (h->non_got_ref
9799 || h->def_regular
9800 || h->dynindx == -1)
9801 eh->dyn_relocs = NULL;
57e7d118
AM
9802 }
9803
9804 /* Finally, allocate space. */
9805 for (p = eh->dyn_relocs; p != NULL; p = p->next)
9806 {
9807 asection *sreloc = elf_section_data (p->sec)->sreloc;
9808 if (eh->elf.type == STT_GNU_IFUNC)
9809 sreloc = htab->elf.irelplt;
9810 sreloc->size += p->count * sizeof (Elf64_External_Rela);
dfbb6ac9 9811 }
65f38f15 9812 }
57e7d118
AM
9813
9814 if ((htab->elf.dynamic_sections_created
9815 && h->dynindx != -1
9816 && WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, bfd_link_pic (info), h))
9817 || h->type == STT_GNU_IFUNC)
65f38f15 9818 {
57e7d118
AM
9819 struct plt_entry *pent;
9820 bfd_boolean doneone = FALSE;
9821 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
9822 if (pent->plt.refcount > 0)
9823 {
9824 if (!htab->elf.dynamic_sections_created
9825 || h->dynindx == -1)
9826 {
9827 s = htab->elf.iplt;
9828 pent->plt.offset = s->size;
9829 s->size += PLT_ENTRY_SIZE (htab);
9830 s = htab->elf.irelplt;
9831 }
9832 else
9833 {
9834 /* If this is the first .plt entry, make room for the special
9835 first entry. */
9836 s = htab->elf.splt;
9837 if (s->size == 0)
9838 s->size += PLT_INITIAL_ENTRY_SIZE (htab);
65f38f15 9839
57e7d118 9840 pent->plt.offset = s->size;
65f38f15 9841
57e7d118
AM
9842 /* Make room for this entry. */
9843 s->size += PLT_ENTRY_SIZE (htab);
65f38f15 9844
57e7d118
AM
9845 /* Make room for the .glink code. */
9846 s = htab->glink;
9847 if (s->size == 0)
9848 s->size += GLINK_CALL_STUB_SIZE;
9849 if (htab->opd_abi)
9850 {
9851 /* We need bigger stubs past index 32767. */
9852 if (s->size >= GLINK_CALL_STUB_SIZE + 32768*2*4)
9853 s->size += 4;
9854 s->size += 2*4;
9855 }
9856 else
9857 s->size += 4;
65f38f15 9858
57e7d118
AM
9859 /* We also need to make an entry in the .rela.plt section. */
9860 s = htab->elf.srelplt;
9861 }
9862 s->size += sizeof (Elf64_External_Rela);
9863 doneone = TRUE;
9864 }
9865 else
9866 pent->plt.offset = (bfd_vma) -1;
9867 if (!doneone)
9868 {
9869 h->plt.plist = NULL;
9870 h->needs_plt = 0;
9871 }
65f38f15 9872 }
57e7d118 9873 else
65f38f15 9874 {
57e7d118
AM
9875 h->plt.plist = NULL;
9876 h->needs_plt = 0;
65f38f15
AM
9877 }
9878
b34976b6 9879 return TRUE;
65f38f15
AM
9880}
9881
a345bc8d
AM
9882/* Called via elf_link_hash_traverse from ppc64_elf_size_dynamic_sections
9883 to set up space for global entry stubs. These are put in glink,
9884 after the branch table. */
65f38f15 9885
b34976b6 9886static bfd_boolean
a345bc8d 9887size_global_entry_stubs (struct elf_link_hash_entry *h, void *inf)
65f38f15 9888{
a345bc8d
AM
9889 struct bfd_link_info *info;
9890 struct ppc_link_hash_table *htab;
9891 struct plt_entry *pent;
9892 asection *s;
65f38f15 9893
a345bc8d
AM
9894 if (h->root.type == bfd_link_hash_indirect)
9895 return TRUE;
65f38f15 9896
a345bc8d
AM
9897 if (!h->pointer_equality_needed)
9898 return TRUE;
65f38f15 9899
a345bc8d
AM
9900 if (h->def_regular)
9901 return TRUE;
65f38f15 9902
a345bc8d
AM
9903 info = inf;
9904 htab = ppc_hash_table (info);
9905 if (htab == NULL)
9906 return FALSE;
9907
9908 s = htab->glink;
9909 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
9910 if (pent->plt.offset != (bfd_vma) -1
9911 && pent->addend == 0)
9912 {
afe397ea
AM
9913 /* For ELFv2, if this symbol is not defined in a regular file
9914 and we are not generating a shared library or pie, then we
9915 need to define the symbol in the executable on a call stub.
9916 This is to avoid text relocations. */
a345bc8d 9917 s->size = (s->size + 15) & -16;
8a2058b5 9918 h->root.type = bfd_link_hash_defined;
afe397ea
AM
9919 h->root.u.def.section = s;
9920 h->root.u.def.value = s->size;
a345bc8d
AM
9921 s->size += 16;
9922 break;
9923 }
9924 return TRUE;
9925}
9926
9927/* Set DF_TEXTREL if we find any dynamic relocs that apply to
9928 read-only sections. */
9929
9930static bfd_boolean
9931maybe_set_textrel (struct elf_link_hash_entry *h, void *info)
9932{
9933 if (h->root.type == bfd_link_hash_indirect)
9934 return TRUE;
9935
9936 if (readonly_dynrelocs (h))
9937 {
9938 ((struct bfd_link_info *) info)->flags |= DF_TEXTREL;
9939
9940 /* Not an error, just cut short the traversal. */
9941 return FALSE;
65f38f15 9942 }
b34976b6 9943 return TRUE;
65f38f15
AM
9944}
9945
9946/* Set the sizes of the dynamic sections. */
9947
b34976b6 9948static bfd_boolean
ee67d69a 9949ppc64_elf_size_dynamic_sections (bfd *output_bfd,
4ce794b7 9950 struct bfd_link_info *info)
65f38f15
AM
9951{
9952 struct ppc_link_hash_table *htab;
9953 bfd *dynobj;
9954 asection *s;
b34976b6 9955 bfd_boolean relocs;
65f38f15 9956 bfd *ibfd;
7865406b 9957 struct got_entry *first_tlsld;
65f38f15
AM
9958
9959 htab = ppc_hash_table (info);
4dfe6ac6
NC
9960 if (htab == NULL)
9961 return FALSE;
9962
65f38f15
AM
9963 dynobj = htab->elf.dynobj;
9964 if (dynobj == NULL)
9965 abort ();
9966
9967 if (htab->elf.dynamic_sections_created)
9968 {
9969 /* Set the contents of the .interp section to the interpreter. */
9b8b325a 9970 if (bfd_link_executable (info) && !info->nointerp)
65f38f15 9971 {
3d4d4302 9972 s = bfd_get_linker_section (dynobj, ".interp");
65f38f15
AM
9973 if (s == NULL)
9974 abort ();
eea6121a 9975 s->size = sizeof ELF_DYNAMIC_INTERPRETER;
65f38f15
AM
9976 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
9977 }
9978 }
9979
9980 /* Set up .got offsets for local syms, and space for local dynamic
9981 relocs. */
c72f2fb2 9982 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
65f38f15 9983 {
411e1bfb
AM
9984 struct got_entry **lgot_ents;
9985 struct got_entry **end_lgot_ents;
e054468f
AM
9986 struct plt_entry **local_plt;
9987 struct plt_entry **end_local_plt;
f961d9dd 9988 unsigned char *lgot_masks;
65f38f15
AM
9989 bfd_size_type locsymcount;
9990 Elf_Internal_Shdr *symtab_hdr;
65f38f15 9991
0c8d6e5c 9992 if (!is_ppc64_elf (ibfd))
65f38f15
AM
9993 continue;
9994
9995 for (s = ibfd->sections; s != NULL; s = s->next)
9996 {
19e08130 9997 struct ppc_dyn_relocs *p;
65f38f15 9998
6edfbbad 9999 for (p = elf_section_data (s)->local_dynrel; p != NULL; p = p->next)
65f38f15 10000 {
ec338859
AM
10001 if (!bfd_is_abs_section (p->sec)
10002 && bfd_is_abs_section (p->sec->output_section))
10003 {
10004 /* Input section has been discarded, either because
10005 it is a copy of a linkonce section or due to
10006 linker script /DISCARD/, so we'll be discarding
10007 the relocs too. */
10008 }
248866a8 10009 else if (p->count != 0)
ec338859 10010 {
19e08130
AM
10011 asection *srel = elf_section_data (p->sec)->sreloc;
10012 if (p->ifunc)
33e44f2e 10013 srel = htab->elf.irelplt;
eea6121a 10014 srel->size += p->count * sizeof (Elf64_External_Rela);
248866a8
AM
10015 if ((p->sec->output_section->flags & SEC_READONLY) != 0)
10016 info->flags |= DF_TEXTREL;
ec338859 10017 }
65f38f15
AM
10018 }
10019 }
10020
411e1bfb
AM
10021 lgot_ents = elf_local_got_ents (ibfd);
10022 if (!lgot_ents)
65f38f15
AM
10023 continue;
10024
0ffa91dd 10025 symtab_hdr = &elf_symtab_hdr (ibfd);
65f38f15 10026 locsymcount = symtab_hdr->sh_info;
411e1bfb 10027 end_lgot_ents = lgot_ents + locsymcount;
e054468f
AM
10028 local_plt = (struct plt_entry **) end_lgot_ents;
10029 end_local_plt = local_plt + locsymcount;
f961d9dd 10030 lgot_masks = (unsigned char *) end_local_plt;
e717da7e 10031 s = ppc64_elf_tdata (ibfd)->got;
e7b938ca 10032 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
65f38f15 10033 {
0b8bcf0d 10034 struct got_entry **pent, *ent;
411e1bfb 10035
0b8bcf0d
AM
10036 pent = lgot_ents;
10037 while ((ent = *pent) != NULL)
411e1bfb
AM
10038 if (ent->got.refcount > 0)
10039 {
e7b938ca 10040 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0)
411e1bfb 10041 {
927be08e 10042 ppc64_tlsld_got (ibfd)->got.refcount += 1;
0b8bcf0d 10043 *pent = ent->next;
411e1bfb
AM
10044 }
10045 else
10046 {
19e08130
AM
10047 unsigned int ent_size = 8;
10048 unsigned int rel_size = sizeof (Elf64_External_Rela);
10049
eea6121a 10050 ent->got.offset = s->size;
e7b938ca 10051 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
927be08e 10052 {
19e08130
AM
10053 ent_size *= 2;
10054 rel_size *= 2;
10055 }
10056 s->size += ent_size;
10057 if ((*lgot_masks & PLT_IFUNC) != 0)
10058 {
33e44f2e 10059 htab->elf.irelplt->size += rel_size;
19e08130
AM
10060 htab->got_reli_size += rel_size;
10061 }
0e1862bb 10062 else if (bfd_link_pic (info))
19e08130
AM
10063 {
10064 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
10065 srel->size += rel_size;
927be08e 10066 }
0b8bcf0d 10067 pent = &ent->next;
411e1bfb
AM
10068 }
10069 }
10070 else
0b8bcf0d 10071 *pent = ent->next;
65f38f15 10072 }
e054468f
AM
10073
10074 /* Allocate space for calls to local STT_GNU_IFUNC syms in .iplt. */
10075 for (; local_plt < end_local_plt; ++local_plt)
10076 {
10077 struct plt_entry *ent;
10078
10079 for (ent = *local_plt; ent != NULL; ent = ent->next)
10080 if (ent->plt.refcount > 0)
10081 {
33e44f2e 10082 s = htab->elf.iplt;
e054468f 10083 ent->plt.offset = s->size;
b9e5796b 10084 s->size += PLT_ENTRY_SIZE (htab);
e054468f 10085
33e44f2e 10086 htab->elf.irelplt->size += sizeof (Elf64_External_Rela);
e054468f
AM
10087 }
10088 else
10089 ent->plt.offset = (bfd_vma) -1;
10090 }
65f38f15
AM
10091 }
10092
10093 /* Allocate global sym .plt and .got entries, and space for global
10094 sym dynamic relocs. */
4ce794b7 10095 elf_link_hash_traverse (&htab->elf, allocate_dynrelocs, info);
a345bc8d
AM
10096 /* Stash the end of glink branch table. */
10097 if (htab->glink != NULL)
10098 htab->glink->rawsize = htab->glink->size;
10099
0e1862bb 10100 if (!htab->opd_abi && !bfd_link_pic (info))
a345bc8d 10101 elf_link_hash_traverse (&htab->elf, size_global_entry_stubs, info);
65f38f15 10102
7865406b 10103 first_tlsld = NULL;
c72f2fb2 10104 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
102890f0 10105 {
7865406b
AM
10106 struct got_entry *ent;
10107
0c8d6e5c 10108 if (!is_ppc64_elf (ibfd))
102890f0
AM
10109 continue;
10110
7865406b
AM
10111 ent = ppc64_tlsld_got (ibfd);
10112 if (ent->got.refcount > 0)
102890f0 10113 {
7865406b 10114 if (!htab->do_multi_toc && first_tlsld != NULL)
102890f0 10115 {
7865406b
AM
10116 ent->is_indirect = TRUE;
10117 ent->got.ent = first_tlsld;
10118 }
10119 else
10120 {
10121 if (first_tlsld == NULL)
10122 first_tlsld = ent;
10123 s = ppc64_elf_tdata (ibfd)->got;
10124 ent->got.offset = s->size;
10125 ent->owner = ibfd;
10126 s->size += 16;
0e1862bb 10127 if (bfd_link_pic (info))
7865406b
AM
10128 {
10129 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
10130 srel->size += sizeof (Elf64_External_Rela);
10131 }
102890f0
AM
10132 }
10133 }
10134 else
7865406b 10135 ent->got.offset = (bfd_vma) -1;
102890f0
AM
10136 }
10137
65f38f15
AM
10138 /* We now have determined the sizes of the various dynamic sections.
10139 Allocate memory for them. */
b34976b6 10140 relocs = FALSE;
65f38f15
AM
10141 for (s = dynobj->sections; s != NULL; s = s->next)
10142 {
10143 if ((s->flags & SEC_LINKER_CREATED) == 0)
10144 continue;
10145
4ce794b7 10146 if (s == htab->brlt || s == htab->relbrlt)
721956f4
AM
10147 /* These haven't been allocated yet; don't strip. */
10148 continue;
33e44f2e
AM
10149 else if (s == htab->elf.sgot
10150 || s == htab->elf.splt
10151 || s == htab->elf.iplt
c456f082
AM
10152 || s == htab->glink
10153 || s == htab->dynbss)
65f38f15
AM
10154 {
10155 /* Strip this section if we don't need it; see the
10156 comment below. */
5bd4f169 10157 }
58d180e8
AM
10158 else if (s == htab->glink_eh_frame)
10159 {
10160 if (!bfd_is_abs_section (s->output_section))
10161 /* Not sized yet. */
10162 continue;
10163 }
70cc837d 10164 else if (CONST_STRNEQ (s->name, ".rela"))
5bd4f169 10165 {
c456f082 10166 if (s->size != 0)
5bd4f169 10167 {
33e44f2e 10168 if (s != htab->elf.srelplt)
b34976b6 10169 relocs = TRUE;
5bd4f169
AM
10170
10171 /* We use the reloc_count field as a counter if we need
10172 to copy relocs into the output file. */
10173 s->reloc_count = 0;
10174 }
10175 }
65f38f15 10176 else
5bd4f169
AM
10177 {
10178 /* It's not one of our sections, so don't allocate space. */
10179 continue;
10180 }
10181
eea6121a 10182 if (s->size == 0)
5bd4f169 10183 {
c456f082
AM
10184 /* If we don't need this section, strip it from the
10185 output file. This is mostly to handle .rela.bss and
10186 .rela.plt. We must create both sections in
10187 create_dynamic_sections, because they must be created
10188 before the linker maps input sections to output
10189 sections. The linker does that before
10190 adjust_dynamic_symbol is called, and it is that
10191 function which decides whether anything needs to go
10192 into these sections. */
8423293d 10193 s->flags |= SEC_EXCLUDE;
5bd4f169
AM
10194 continue;
10195 }
10196
c456f082 10197 if ((s->flags & SEC_HAS_CONTENTS) == 0)
5f333394
AM
10198 continue;
10199
65f38f15
AM
10200 /* Allocate memory for the section contents. We use bfd_zalloc
10201 here in case unused entries are not reclaimed before the
10202 section's contents are written out. This should not happen,
411e1bfb
AM
10203 but this way if it does we get a R_PPC64_NONE reloc in .rela
10204 sections instead of garbage.
10205 We also rely on the section contents being zero when writing
10206 the GOT. */
eea6121a 10207 s->contents = bfd_zalloc (dynobj, s->size);
65f38f15 10208 if (s->contents == NULL)
b34976b6 10209 return FALSE;
5bd4f169
AM
10210 }
10211
c72f2fb2 10212 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
e717da7e 10213 {
0c8d6e5c 10214 if (!is_ppc64_elf (ibfd))
7b53ace3
AM
10215 continue;
10216
e717da7e 10217 s = ppc64_elf_tdata (ibfd)->got;
33e44f2e 10218 if (s != NULL && s != htab->elf.sgot)
e717da7e 10219 {
eea6121a 10220 if (s->size == 0)
8423293d 10221 s->flags |= SEC_EXCLUDE;
e717da7e
AM
10222 else
10223 {
eea6121a 10224 s->contents = bfd_zalloc (ibfd, s->size);
e717da7e
AM
10225 if (s->contents == NULL)
10226 return FALSE;
10227 }
10228 }
10229 s = ppc64_elf_tdata (ibfd)->relgot;
10230 if (s != NULL)
10231 {
eea6121a 10232 if (s->size == 0)
8423293d 10233 s->flags |= SEC_EXCLUDE;
e717da7e
AM
10234 else
10235 {
eea6121a 10236 s->contents = bfd_zalloc (ibfd, s->size);
e717da7e
AM
10237 if (s->contents == NULL)
10238 return FALSE;
10239 relocs = TRUE;
10240 s->reloc_count = 0;
10241 }
10242 }
10243 }
10244
e86ce104 10245 if (htab->elf.dynamic_sections_created)
5bd4f169 10246 {
e8910a83
AM
10247 bfd_boolean tls_opt;
10248
5bd4f169
AM
10249 /* Add some entries to the .dynamic section. We fill in the
10250 values later, in ppc64_elf_finish_dynamic_sections, but we
10251 must add the entries now so that we get the correct size for
10252 the .dynamic section. The DT_DEBUG entry is filled in by the
10253 dynamic linker and used by the debugger. */
dc810e39 10254#define add_dynamic_entry(TAG, VAL) \
5a580b3a 10255 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
dc810e39 10256
0e1862bb 10257 if (bfd_link_executable (info))
5bd4f169 10258 {
dc810e39 10259 if (!add_dynamic_entry (DT_DEBUG, 0))
b34976b6 10260 return FALSE;
5bd4f169
AM
10261 }
10262
33e44f2e 10263 if (htab->elf.splt != NULL && htab->elf.splt->size != 0)
5bd4f169 10264 {
dc810e39
AM
10265 if (!add_dynamic_entry (DT_PLTGOT, 0)
10266 || !add_dynamic_entry (DT_PLTRELSZ, 0)
10267 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
5d1634d7
AM
10268 || !add_dynamic_entry (DT_JMPREL, 0)
10269 || !add_dynamic_entry (DT_PPC64_GLINK, 0))
b34976b6 10270 return FALSE;
5bd4f169
AM
10271 }
10272
ee67d69a 10273 if (NO_OPD_RELOCS && abiversion (output_bfd) <= 1)
19397422
AM
10274 {
10275 if (!add_dynamic_entry (DT_PPC64_OPD, 0)
10276 || !add_dynamic_entry (DT_PPC64_OPDSZ, 0))
b34976b6 10277 return FALSE;
19397422
AM
10278 }
10279
7c9cf415 10280 tls_opt = (htab->params->tls_get_addr_opt
e8910a83
AM
10281 && htab->tls_get_addr_fd != NULL
10282 && htab->tls_get_addr_fd->elf.plt.plist != NULL);
10283 if (tls_opt || !htab->opd_abi)
10284 {
10285 if (!add_dynamic_entry (DT_PPC64_OPT, tls_opt ? PPC64_OPT_TLS : 0))
10286 return FALSE;
10287 }
a7f2871e 10288
5bd4f169
AM
10289 if (relocs)
10290 {
dc810e39
AM
10291 if (!add_dynamic_entry (DT_RELA, 0)
10292 || !add_dynamic_entry (DT_RELASZ, 0)
10293 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf64_External_Rela)))
b34976b6 10294 return FALSE;
5bd4f169 10295
65f38f15
AM
10296 /* If any dynamic relocs apply to a read-only section,
10297 then we need a DT_TEXTREL entry. */
248866a8 10298 if ((info->flags & DF_TEXTREL) == 0)
a345bc8d 10299 elf_link_hash_traverse (&htab->elf, maybe_set_textrel, info);
5bd4f169 10300
65f38f15 10301 if ((info->flags & DF_TEXTREL) != 0)
5bd4f169 10302 {
65f38f15 10303 if (!add_dynamic_entry (DT_TEXTREL, 0))
b34976b6 10304 return FALSE;
5bd4f169 10305 }
5bd4f169 10306 }
5bd4f169 10307 }
65f38f15 10308#undef add_dynamic_entry
5bd4f169 10309
b34976b6 10310 return TRUE;
5bd4f169
AM
10311}
10312
a345bc8d
AM
10313/* Return TRUE if symbol should be hashed in the `.gnu.hash' section. */
10314
10315static bfd_boolean
10316ppc64_elf_hash_symbol (struct elf_link_hash_entry *h)
10317{
10318 if (h->plt.plist != NULL
10319 && !h->def_regular
10320 && !h->pointer_equality_needed)
10321 return FALSE;
10322
10323 return _bfd_elf_hash_symbol (h);
10324}
10325
721956f4 10326/* Determine the type of stub needed, if any, for a call. */
5bd4f169 10327
4ce794b7
AM
10328static inline enum ppc_stub_type
10329ppc_type_of_stub (asection *input_sec,
10330 const Elf_Internal_Rela *rel,
10331 struct ppc_link_hash_entry **hash,
e054468f 10332 struct plt_entry **plt_ent,
6911b7dc
AM
10333 bfd_vma destination,
10334 unsigned long local_off)
5bd4f169 10335{
721956f4
AM
10336 struct ppc_link_hash_entry *h = *hash;
10337 bfd_vma location;
10338 bfd_vma branch_offset;
10339 bfd_vma max_branch_offset;
4ce794b7 10340 enum elf_ppc64_reloc_type r_type;
5bd4f169 10341
721956f4
AM
10342 if (h != NULL)
10343 {
e054468f 10344 struct plt_entry *ent;
7fe2b9a6 10345 struct ppc_link_hash_entry *fdh = h;
b31867b6
AM
10346 if (h->oh != NULL
10347 && h->oh->is_func_descriptor)
7b8f6675
AM
10348 {
10349 fdh = ppc_follow_link (h->oh);
10350 *hash = fdh;
10351 }
8387904d 10352
e054468f
AM
10353 for (ent = fdh->elf.plt.plist; ent != NULL; ent = ent->next)
10354 if (ent->addend == rel->r_addend
10355 && ent->plt.offset != (bfd_vma) -1)
10356 {
e054468f
AM
10357 *plt_ent = ent;
10358 return ppc_stub_plt_call;
10359 }
5bd4f169 10360
7fe2b9a6
AM
10361 /* Here, we know we don't have a plt entry. If we don't have a
10362 either a defined function descriptor or a defined entry symbol
10363 in a regular object file, then it is pointless trying to make
10364 any other type of stub. */
854b41e7
AM
10365 if (!is_static_defined (&fdh->elf)
10366 && !is_static_defined (&h->elf))
721956f4 10367 return ppc_stub_none;
5d1634d7 10368 }
e054468f
AM
10369 else if (elf_local_got_ents (input_sec->owner) != NULL)
10370 {
10371 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (input_sec->owner);
10372 struct plt_entry **local_plt = (struct plt_entry **)
10373 elf_local_got_ents (input_sec->owner) + symtab_hdr->sh_info;
10374 unsigned long r_symndx = ELF64_R_SYM (rel->r_info);
10375
10376 if (local_plt[r_symndx] != NULL)
10377 {
10378 struct plt_entry *ent;
10379
10380 for (ent = local_plt[r_symndx]; ent != NULL; ent = ent->next)
10381 if (ent->addend == rel->r_addend
10382 && ent->plt.offset != (bfd_vma) -1)
10383 {
10384 *plt_ent = ent;
10385 return ppc_stub_plt_call;
10386 }
10387 }
10388 }
5d1634d7 10389
721956f4
AM
10390 /* Determine where the call point is. */
10391 location = (input_sec->output_offset
10392 + input_sec->output_section->vma
10393 + rel->r_offset);
5d1634d7 10394
721956f4
AM
10395 branch_offset = destination - location;
10396 r_type = ELF64_R_TYPE (rel->r_info);
5d1634d7 10397
721956f4
AM
10398 /* Determine if a long branch stub is needed. */
10399 max_branch_offset = 1 << 25;
4ce794b7 10400 if (r_type != R_PPC64_REL24)
721956f4 10401 max_branch_offset = 1 << 15;
5d1634d7 10402
6911b7dc 10403 if (branch_offset + max_branch_offset >= 2 * max_branch_offset - local_off)
721956f4
AM
10404 /* We need a stub. Figure out whether a long_branch or plt_branch
10405 is needed later. */
10406 return ppc_stub_long_branch;
5d1634d7 10407
721956f4 10408 return ppc_stub_none;
5d1634d7
AM
10409}
10410
794e51c0
AM
10411/* With power7 weakly ordered memory model, it is possible for ld.so
10412 to update a plt entry in one thread and have another thread see a
10413 stale zero toc entry. To avoid this we need some sort of acquire
10414 barrier in the call stub. One solution is to make the load of the
10415 toc word seem to appear to depend on the load of the function entry
10416 word. Another solution is to test for r2 being zero, and branch to
10417 the appropriate glink entry if so.
10418
10419 . fake dep barrier compare
71a39c98
AM
10420 . ld 12,xxx(2) ld 12,xxx(2)
10421 . mtctr 12 mtctr 12
10422 . xor 11,12,12 ld 2,xxx+8(2)
794e51c0
AM
10423 . add 2,2,11 cmpldi 2,0
10424 . ld 2,xxx+8(2) bnectr+
10425 . bctr b <glink_entry>
10426
10427 The solution involving the compare turns out to be faster, so
10428 that's what we use unless the branch won't reach. */
10429
10430#define ALWAYS_USE_FAKE_DEP 0
10431#define ALWAYS_EMIT_R2SAVE 0
5d1634d7 10432
5d1634d7
AM
10433#define PPC_LO(v) ((v) & 0xffff)
10434#define PPC_HI(v) (((v) >> 16) & 0xffff)
10435#define PPC_HA(v) PPC_HI ((v) + 0x8000)
10436
794e51c0
AM
10437static inline unsigned int
10438plt_stub_size (struct ppc_link_hash_table *htab,
10439 struct ppc_stub_hash_entry *stub_entry,
10440 bfd_vma off)
10441{
b9e5796b
AM
10442 unsigned size = 12;
10443
10444 if (ALWAYS_EMIT_R2SAVE
10445 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10446 size += 4;
10447 if (PPC_HA (off) != 0)
794e51c0 10448 size += 4;
b9e5796b
AM
10449 if (htab->opd_abi)
10450 {
10451 size += 4;
e7d1c40c 10452 if (htab->params->plt_static_chain)
b9e5796b 10453 size += 4;
bd4d2eaa
AM
10454 if (htab->params->plt_thread_safe
10455 && htab->elf.dynamic_sections_created
10456 && stub_entry->h != NULL
10457 && stub_entry->h->elf.dynindx != -1)
b9e5796b 10458 size += 8;
e7d1c40c 10459 if (PPC_HA (off + 8 + 8 * htab->params->plt_static_chain) != PPC_HA (off))
b9e5796b
AM
10460 size += 4;
10461 }
794e51c0
AM
10462 if (stub_entry->h != NULL
10463 && (stub_entry->h == htab->tls_get_addr_fd
10464 || stub_entry->h == htab->tls_get_addr)
7c9cf415 10465 && htab->params->tls_get_addr_opt)
794e51c0
AM
10466 size += 13 * 4;
10467 return size;
10468}
10469
10470/* If this stub would cross fewer 2**plt_stub_align boundaries if we align,
10471 then return the padding needed to do so. */
10472static inline unsigned int
10473plt_stub_pad (struct ppc_link_hash_table *htab,
10474 struct ppc_stub_hash_entry *stub_entry,
10475 bfd_vma plt_off)
10476{
e7d1c40c 10477 int stub_align = 1 << htab->params->plt_stub_align;
794e51c0 10478 unsigned stub_size = plt_stub_size (htab, stub_entry, plt_off);
6f20ed8a 10479 bfd_vma stub_off = stub_entry->group->stub_sec->size;
794e51c0
AM
10480
10481 if (((stub_off + stub_size - 1) & -stub_align) - (stub_off & -stub_align)
e05fa0ba 10482 > ((stub_size - 1) & -stub_align))
794e51c0
AM
10483 return stub_align - (stub_off & (stub_align - 1));
10484 return 0;
10485}
10486
10487/* Build a .plt call stub. */
10488
10489static inline bfd_byte *
10490build_plt_stub (struct ppc_link_hash_table *htab,
10491 struct ppc_stub_hash_entry *stub_entry,
10492 bfd_byte *p, bfd_vma offset, Elf_Internal_Rela *r)
10493{
e7d1c40c 10494 bfd *obfd = htab->params->stub_bfd;
b9e5796b 10495 bfd_boolean plt_load_toc = htab->opd_abi;
e7d1c40c 10496 bfd_boolean plt_static_chain = htab->params->plt_static_chain;
bd4d2eaa
AM
10497 bfd_boolean plt_thread_safe = (htab->params->plt_thread_safe
10498 && htab->elf.dynamic_sections_created
10499 && stub_entry->h != NULL
10500 && stub_entry->h->elf.dynindx != -1);
794e51c0
AM
10501 bfd_boolean use_fake_dep = plt_thread_safe;
10502 bfd_vma cmp_branch_off = 0;
10503
10504 if (!ALWAYS_USE_FAKE_DEP
b9e5796b 10505 && plt_load_toc
794e51c0 10506 && plt_thread_safe
bd4d2eaa
AM
10507 && !((stub_entry->h == htab->tls_get_addr_fd
10508 || stub_entry->h == htab->tls_get_addr)
7c9cf415 10509 && htab->params->tls_get_addr_opt))
794e51c0
AM
10510 {
10511 bfd_vma pltoff = stub_entry->plt_ent->plt.offset & ~1;
b9e5796b
AM
10512 bfd_vma pltindex = ((pltoff - PLT_INITIAL_ENTRY_SIZE (htab))
10513 / PLT_ENTRY_SIZE (htab));
794e51c0
AM
10514 bfd_vma glinkoff = GLINK_CALL_STUB_SIZE + pltindex * 8;
10515 bfd_vma to, from;
10516
68d62958
AM
10517 if (pltindex > 32768)
10518 glinkoff += (pltindex - 32768) * 4;
794e51c0
AM
10519 to = (glinkoff
10520 + htab->glink->output_offset
10521 + htab->glink->output_section->vma);
6f20ed8a 10522 from = (p - stub_entry->group->stub_sec->contents
794e51c0
AM
10523 + 4 * (ALWAYS_EMIT_R2SAVE
10524 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10525 + 4 * (PPC_HA (offset) != 0)
10526 + 4 * (PPC_HA (offset + 8 + 8 * plt_static_chain)
10527 != PPC_HA (offset))
10528 + 4 * (plt_static_chain != 0)
10529 + 20
6f20ed8a
AM
10530 + stub_entry->group->stub_sec->output_offset
10531 + stub_entry->group->stub_sec->output_section->vma);
794e51c0
AM
10532 cmp_branch_off = to - from;
10533 use_fake_dep = cmp_branch_off + (1 << 25) >= (1 << 26);
10534 }
10535
ac2df442
AM
10536 if (PPC_HA (offset) != 0)
10537 {
176a0d42
AM
10538 if (r != NULL)
10539 {
794e51c0
AM
10540 if (ALWAYS_EMIT_R2SAVE
10541 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10542 r[0].r_offset += 4;
176a0d42 10543 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_HA);
3b421ab3 10544 r[1].r_offset = r[0].r_offset + 4;
176a0d42
AM
10545 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10546 r[1].r_addend = r[0].r_addend;
b9e5796b 10547 if (plt_load_toc)
176a0d42 10548 {
b9e5796b 10549 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
c7131b65 10550 {
b9e5796b
AM
10551 r[2].r_offset = r[1].r_offset + 4;
10552 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO);
10553 r[2].r_addend = r[0].r_addend;
10554 }
10555 else
10556 {
10557 r[2].r_offset = r[1].r_offset + 8 + 8 * use_fake_dep;
10558 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10559 r[2].r_addend = r[0].r_addend + 8;
10560 if (plt_static_chain)
10561 {
10562 r[3].r_offset = r[2].r_offset + 4;
10563 r[3].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10564 r[3].r_addend = r[0].r_addend + 16;
10565 }
c7131b65 10566 }
176a0d42
AM
10567 }
10568 }
794e51c0
AM
10569 if (ALWAYS_EMIT_R2SAVE
10570 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
a078d95a 10571 bfd_put_32 (obfd, STD_R2_0R1 + STK_TOC (htab), p), p += 4;
397998fc
AM
10572 if (plt_load_toc)
10573 {
10574 bfd_put_32 (obfd, ADDIS_R11_R2 | PPC_HA (offset), p), p += 4;
10575 bfd_put_32 (obfd, LD_R12_0R11 | PPC_LO (offset), p), p += 4;
10576 }
10577 else
10578 {
10579 bfd_put_32 (obfd, ADDIS_R12_R2 | PPC_HA (offset), p), p += 4;
10580 bfd_put_32 (obfd, LD_R12_0R12 | PPC_LO (offset), p), p += 4;
10581 }
b9e5796b
AM
10582 if (plt_load_toc
10583 && PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
ac2df442 10584 {
71a39c98 10585 bfd_put_32 (obfd, ADDI_R11_R11 | PPC_LO (offset), p), p += 4;
ac2df442
AM
10586 offset = 0;
10587 }
71a39c98 10588 bfd_put_32 (obfd, MTCTR_R12, p), p += 4;
b9e5796b 10589 if (plt_load_toc)
794e51c0 10590 {
b9e5796b
AM
10591 if (use_fake_dep)
10592 {
10593 bfd_put_32 (obfd, XOR_R2_R12_R12, p), p += 4;
10594 bfd_put_32 (obfd, ADD_R11_R11_R2, p), p += 4;
10595 }
10596 bfd_put_32 (obfd, LD_R2_0R11 | PPC_LO (offset + 8), p), p += 4;
10597 if (plt_static_chain)
10598 bfd_put_32 (obfd, LD_R11_0R11 | PPC_LO (offset + 16), p), p += 4;
794e51c0 10599 }
ac2df442
AM
10600 }
10601 else
10602 {
176a0d42
AM
10603 if (r != NULL)
10604 {
794e51c0
AM
10605 if (ALWAYS_EMIT_R2SAVE
10606 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
10607 r[0].r_offset += 4;
176a0d42 10608 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
b9e5796b 10609 if (plt_load_toc)
176a0d42 10610 {
b9e5796b 10611 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
c7131b65 10612 {
b9e5796b
AM
10613 r[1].r_offset = r[0].r_offset + 4;
10614 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16);
10615 r[1].r_addend = r[0].r_addend;
10616 }
10617 else
10618 {
10619 r[1].r_offset = r[0].r_offset + 8 + 8 * use_fake_dep;
10620 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10621 r[1].r_addend = r[0].r_addend + 8 + 8 * plt_static_chain;
10622 if (plt_static_chain)
10623 {
10624 r[2].r_offset = r[1].r_offset + 4;
10625 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10626 r[2].r_addend = r[0].r_addend + 8;
10627 }
c7131b65 10628 }
176a0d42
AM
10629 }
10630 }
794e51c0
AM
10631 if (ALWAYS_EMIT_R2SAVE
10632 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
a078d95a 10633 bfd_put_32 (obfd, STD_R2_0R1 + STK_TOC (htab), p), p += 4;
71a39c98 10634 bfd_put_32 (obfd, LD_R12_0R2 | PPC_LO (offset), p), p += 4;
b9e5796b
AM
10635 if (plt_load_toc
10636 && PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
ac2df442
AM
10637 {
10638 bfd_put_32 (obfd, ADDI_R2_R2 | PPC_LO (offset), p), p += 4;
10639 offset = 0;
10640 }
71a39c98 10641 bfd_put_32 (obfd, MTCTR_R12, p), p += 4;
b9e5796b 10642 if (plt_load_toc)
794e51c0 10643 {
b9e5796b
AM
10644 if (use_fake_dep)
10645 {
10646 bfd_put_32 (obfd, XOR_R11_R12_R12, p), p += 4;
10647 bfd_put_32 (obfd, ADD_R2_R2_R11, p), p += 4;
10648 }
10649 if (plt_static_chain)
10650 bfd_put_32 (obfd, LD_R11_0R2 | PPC_LO (offset + 16), p), p += 4;
10651 bfd_put_32 (obfd, LD_R2_0R2 | PPC_LO (offset + 8), p), p += 4;
794e51c0 10652 }
ac2df442 10653 }
b9e5796b 10654 if (plt_load_toc && plt_thread_safe && !use_fake_dep)
794e51c0
AM
10655 {
10656 bfd_put_32 (obfd, CMPLDI_R2_0, p), p += 4;
10657 bfd_put_32 (obfd, BNECTR_P4, p), p += 4;
22aa0c7e 10658 bfd_put_32 (obfd, B_DOT | (cmp_branch_off & 0x3fffffc), p), p += 4;
794e51c0
AM
10659 }
10660 else
10661 bfd_put_32 (obfd, BCTR, p), p += 4;
5d1634d7
AM
10662 return p;
10663}
10664
a7f2871e
AM
10665/* Build a special .plt call stub for __tls_get_addr. */
10666
10667#define LD_R11_0R3 0xe9630000
10668#define LD_R12_0R3 0xe9830000
10669#define MR_R0_R3 0x7c601b78
10670#define CMPDI_R11_0 0x2c2b0000
10671#define ADD_R3_R12_R13 0x7c6c6a14
10672#define BEQLR 0x4d820020
10673#define MR_R3_R0 0x7c030378
a7f2871e
AM
10674#define STD_R11_0R1 0xf9610000
10675#define BCTRL 0x4e800421
10676#define LD_R11_0R1 0xe9610000
a7f2871e
AM
10677#define MTLR_R11 0x7d6803a6
10678
10679static inline bfd_byte *
794e51c0
AM
10680build_tls_get_addr_stub (struct ppc_link_hash_table *htab,
10681 struct ppc_stub_hash_entry *stub_entry,
10682 bfd_byte *p, bfd_vma offset, Elf_Internal_Rela *r)
a7f2871e 10683{
e7d1c40c 10684 bfd *obfd = htab->params->stub_bfd;
794e51c0 10685
a7f2871e
AM
10686 bfd_put_32 (obfd, LD_R11_0R3 + 0, p), p += 4;
10687 bfd_put_32 (obfd, LD_R12_0R3 + 8, p), p += 4;
10688 bfd_put_32 (obfd, MR_R0_R3, p), p += 4;
10689 bfd_put_32 (obfd, CMPDI_R11_0, p), p += 4;
10690 bfd_put_32 (obfd, ADD_R3_R12_R13, p), p += 4;
10691 bfd_put_32 (obfd, BEQLR, p), p += 4;
10692 bfd_put_32 (obfd, MR_R3_R0, p), p += 4;
10693 bfd_put_32 (obfd, MFLR_R11, p), p += 4;
a078d95a 10694 bfd_put_32 (obfd, STD_R11_0R1 + STK_LINKER (htab), p), p += 4;
a7f2871e
AM
10695
10696 if (r != NULL)
10697 r[0].r_offset += 9 * 4;
794e51c0 10698 p = build_plt_stub (htab, stub_entry, p, offset, r);
a7f2871e
AM
10699 bfd_put_32 (obfd, BCTRL, p - 4);
10700
a078d95a 10701 bfd_put_32 (obfd, LD_R2_0R1 + STK_TOC (htab), p), p += 4;
bd4d2eaa 10702 bfd_put_32 (obfd, LD_R11_0R1 + STK_LINKER (htab), p), p += 4;
a7f2871e
AM
10703 bfd_put_32 (obfd, MTLR_R11, p), p += 4;
10704 bfd_put_32 (obfd, BLR, p), p += 4;
10705
10706 return p;
10707}
10708
176a0d42
AM
10709static Elf_Internal_Rela *
10710get_relocs (asection *sec, int count)
10711{
10712 Elf_Internal_Rela *relocs;
10713 struct bfd_elf_section_data *elfsec_data;
10714
10715 elfsec_data = elf_section_data (sec);
10716 relocs = elfsec_data->relocs;
10717 if (relocs == NULL)
10718 {
10719 bfd_size_type relsize;
10720 relsize = sec->reloc_count * sizeof (*relocs);
10721 relocs = bfd_alloc (sec->owner, relsize);
10722 if (relocs == NULL)
10723 return NULL;
10724 elfsec_data->relocs = relocs;
d4730f92
BS
10725 elfsec_data->rela.hdr = bfd_zalloc (sec->owner,
10726 sizeof (Elf_Internal_Shdr));
10727 if (elfsec_data->rela.hdr == NULL)
10728 return NULL;
10729 elfsec_data->rela.hdr->sh_size = (sec->reloc_count
10730 * sizeof (Elf64_External_Rela));
10731 elfsec_data->rela.hdr->sh_entsize = sizeof (Elf64_External_Rela);
176a0d42
AM
10732 sec->reloc_count = 0;
10733 }
10734 relocs += sec->reloc_count;
10735 sec->reloc_count += count;
10736 return relocs;
10737}
10738
aa374f67 10739static bfd_vma
25f53a85 10740get_r2off (struct bfd_link_info *info,
aa374f67
AM
10741 struct ppc_stub_hash_entry *stub_entry)
10742{
25f53a85 10743 struct ppc_link_hash_table *htab = ppc_hash_table (info);
6f20ed8a 10744 bfd_vma r2off = htab->sec_info[stub_entry->target_section->id].toc_off;
aa374f67
AM
10745
10746 if (r2off == 0)
10747 {
10748 /* Support linking -R objects. Get the toc pointer from the
10749 opd entry. */
10750 char buf[8];
b9e5796b
AM
10751 if (!htab->opd_abi)
10752 return r2off;
aa374f67
AM
10753 asection *opd = stub_entry->h->elf.root.u.def.section;
10754 bfd_vma opd_off = stub_entry->h->elf.root.u.def.value;
10755
10756 if (strcmp (opd->name, ".opd") != 0
10757 || opd->reloc_count != 0)
10758 {
bc30df16 10759 info->callbacks->einfo (_("%P: cannot find opd entry toc for `%T'\n"),
25f53a85 10760 stub_entry->h->elf.root.root.string);
aa374f67 10761 bfd_set_error (bfd_error_bad_value);
a7c49797 10762 return (bfd_vma) -1;
aa374f67
AM
10763 }
10764 if (!bfd_get_section_contents (opd->owner, opd, buf, opd_off + 8, 8))
a7c49797 10765 return (bfd_vma) -1;
aa374f67 10766 r2off = bfd_get_64 (opd->owner, buf);
25f53a85 10767 r2off -= elf_gp (info->output_bfd);
aa374f67 10768 }
6f20ed8a 10769 r2off -= htab->sec_info[stub_entry->group->link_sec->id].toc_off;
aa374f67
AM
10770 return r2off;
10771}
10772
b34976b6 10773static bfd_boolean
4ce794b7 10774ppc_build_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
5d1634d7 10775{
721956f4
AM
10776 struct ppc_stub_hash_entry *stub_entry;
10777 struct ppc_branch_hash_entry *br_entry;
5d1634d7
AM
10778 struct bfd_link_info *info;
10779 struct ppc_link_hash_table *htab;
721956f4
AM
10780 bfd_byte *loc;
10781 bfd_byte *p;
ee75fd95 10782 bfd_vma dest, off;
721956f4 10783 int size;
176a0d42 10784 Elf_Internal_Rela *r;
e054468f 10785 asection *plt;
5d1634d7 10786
721956f4
AM
10787 /* Massage our args to the form they really have. */
10788 stub_entry = (struct ppc_stub_hash_entry *) gen_entry;
4ce794b7 10789 info = in_arg;
5d1634d7 10790
5d1634d7 10791 htab = ppc_hash_table (info);
4dfe6ac6
NC
10792 if (htab == NULL)
10793 return FALSE;
5d1634d7 10794
721956f4 10795 /* Make a note of the offset within the stubs for this entry. */
6f20ed8a
AM
10796 stub_entry->stub_offset = stub_entry->group->stub_sec->size;
10797 loc = stub_entry->group->stub_sec->contents + stub_entry->stub_offset;
721956f4 10798
4ce794b7 10799 htab->stub_count[stub_entry->stub_type - 1] += 1;
721956f4 10800 switch (stub_entry->stub_type)
5d1634d7 10801 {
721956f4 10802 case ppc_stub_long_branch:
ad8e1ba5 10803 case ppc_stub_long_branch_r2off:
721956f4 10804 /* Branches are relative. This is where we are going to. */
6911b7dc
AM
10805 dest = (stub_entry->target_value
10806 + stub_entry->target_section->output_offset
10807 + stub_entry->target_section->output_section->vma);
10808 dest += PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
10809 off = dest;
5d1634d7 10810
721956f4
AM
10811 /* And this is where we are coming from. */
10812 off -= (stub_entry->stub_offset
6f20ed8a
AM
10813 + stub_entry->group->stub_sec->output_offset
10814 + stub_entry->group->stub_sec->output_section->vma);
e86ce104 10815
ac2df442
AM
10816 size = 4;
10817 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
ad8e1ba5 10818 {
25f53a85 10819 bfd_vma r2off = get_r2off (info, stub_entry);
ad8e1ba5 10820
a7c49797 10821 if (r2off == (bfd_vma) -1)
aa374f67
AM
10822 {
10823 htab->stub_error = TRUE;
10824 return FALSE;
10825 }
e7d1c40c 10826 bfd_put_32 (htab->params->stub_bfd, STD_R2_0R1 + STK_TOC (htab), loc);
ad8e1ba5 10827 loc += 4;
a7c49797 10828 size = 8;
ac2df442
AM
10829 if (PPC_HA (r2off) != 0)
10830 {
e7d1c40c
AM
10831 bfd_put_32 (htab->params->stub_bfd,
10832 ADDIS_R2_R2 | PPC_HA (r2off), loc);
ac2df442 10833 loc += 4;
a7c49797
AM
10834 size += 4;
10835 }
10836 if (PPC_LO (r2off) != 0)
10837 {
10838 bfd_put_32 (htab->params->stub_bfd,
10839 ADDI_R2_R2 | PPC_LO (r2off), loc);
10840 loc += 4;
10841 size += 4;
ac2df442 10842 }
ac2df442 10843 off -= size - 4;
ad8e1ba5 10844 }
e7d1c40c 10845 bfd_put_32 (htab->params->stub_bfd, B_DOT | (off & 0x3fffffc), loc);
ad8e1ba5 10846
5c3dead3
AM
10847 if (off + (1 << 25) >= (bfd_vma) (1 << 26))
10848 {
bc30df16
AM
10849 info->callbacks->einfo
10850 (_("%P: long branch stub `%s' offset overflow\n"),
10851 stub_entry->root.string);
5c3dead3
AM
10852 htab->stub_error = TRUE;
10853 return FALSE;
10854 }
ee75fd95
AM
10855
10856 if (info->emitrelocations)
10857 {
6f20ed8a 10858 r = get_relocs (stub_entry->group->stub_sec, 1);
176a0d42
AM
10859 if (r == NULL)
10860 return FALSE;
6f20ed8a 10861 r->r_offset = loc - stub_entry->group->stub_sec->contents;
ee75fd95
AM
10862 r->r_info = ELF64_R_INFO (0, R_PPC64_REL24);
10863 r->r_addend = dest;
10864 if (stub_entry->h != NULL)
10865 {
10866 struct elf_link_hash_entry **hashes;
10867 unsigned long symndx;
10868 struct ppc_link_hash_entry *h;
10869
e7d1c40c 10870 hashes = elf_sym_hashes (htab->params->stub_bfd);
ee75fd95
AM
10871 if (hashes == NULL)
10872 {
10873 bfd_size_type hsize;
10874
10875 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
e7d1c40c 10876 hashes = bfd_zalloc (htab->params->stub_bfd, hsize);
ee75fd95
AM
10877 if (hashes == NULL)
10878 return FALSE;
e7d1c40c 10879 elf_sym_hashes (htab->params->stub_bfd) = hashes;
ee75fd95
AM
10880 htab->stub_globals = 1;
10881 }
10882 symndx = htab->stub_globals++;
10883 h = stub_entry->h;
10884 hashes[symndx] = &h->elf;
10885 r->r_info = ELF64_R_INFO (symndx, R_PPC64_REL24);
10886 if (h->oh != NULL && h->oh->is_func)
b31867b6 10887 h = ppc_follow_link (h->oh);
ee75fd95
AM
10888 if (h->elf.root.u.def.section != stub_entry->target_section)
10889 /* H is an opd symbol. The addend must be zero. */
10890 r->r_addend = 0;
10891 else
10892 {
10893 off = (h->elf.root.u.def.value
10894 + h->elf.root.u.def.section->output_offset
10895 + h->elf.root.u.def.section->output_section->vma);
10896 r->r_addend -= off;
10897 }
10898 }
10899 }
721956f4 10900 break;
e86ce104 10901
721956f4 10902 case ppc_stub_plt_branch:
ad8e1ba5 10903 case ppc_stub_plt_branch_r2off:
721956f4
AM
10904 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table,
10905 stub_entry->root.string + 9,
b34976b6 10906 FALSE, FALSE);
721956f4
AM
10907 if (br_entry == NULL)
10908 {
8de848d8 10909 info->callbacks->einfo (_("%P: can't find branch stub `%s'\n"),
25f53a85 10910 stub_entry->root.string);
b34976b6
AM
10911 htab->stub_error = TRUE;
10912 return FALSE;
721956f4
AM
10913 }
10914
176a0d42
AM
10915 dest = (stub_entry->target_value
10916 + stub_entry->target_section->output_offset
10917 + stub_entry->target_section->output_section->vma);
6911b7dc
AM
10918 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
10919 dest += PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
721956f4 10920
176a0d42 10921 bfd_put_64 (htab->brlt->owner, dest,
4ce794b7 10922 htab->brlt->contents + br_entry->offset);
721956f4 10923
f94498ff 10924 if (br_entry->iter == htab->stub_iteration)
721956f4 10925 {
f94498ff 10926 br_entry->iter = 0;
84f5d08e 10927
f94498ff 10928 if (htab->relbrlt != NULL)
84f5d08e 10929 {
f94498ff
AM
10930 /* Create a reloc for the branch lookup table entry. */
10931 Elf_Internal_Rela rela;
10932 bfd_byte *rl;
10933
10934 rela.r_offset = (br_entry->offset
10935 + htab->brlt->output_offset
10936 + htab->brlt->output_section->vma);
10937 rela.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
176a0d42 10938 rela.r_addend = dest;
f94498ff
AM
10939
10940 rl = htab->relbrlt->contents;
10941 rl += (htab->relbrlt->reloc_count++
10942 * sizeof (Elf64_External_Rela));
10943 bfd_elf64_swap_reloca_out (htab->relbrlt->owner, &rela, rl);
10944 }
10945 else if (info->emitrelocations)
10946 {
176a0d42
AM
10947 r = get_relocs (htab->brlt, 1);
10948 if (r == NULL)
10949 return FALSE;
10950 /* brlt, being SEC_LINKER_CREATED does not go through the
10951 normal reloc processing. Symbols and offsets are not
10952 translated from input file to output file form, so
10953 set up the offset per the output file. */
f94498ff
AM
10954 r->r_offset = (br_entry->offset
10955 + htab->brlt->output_offset
10956 + htab->brlt->output_section->vma);
10957 r->r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
176a0d42 10958 r->r_addend = dest;
84f5d08e 10959 }
84f5d08e 10960 }
721956f4 10961
176a0d42
AM
10962 dest = (br_entry->offset
10963 + htab->brlt->output_offset
10964 + htab->brlt->output_section->vma);
10965
10966 off = (dest
4ce794b7 10967 - elf_gp (htab->brlt->output_section->owner)
6f20ed8a 10968 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
721956f4 10969
ad8e1ba5 10970 if (off + 0x80008000 > 0xffffffff || (off & 7) != 0)
5d1634d7 10971 {
25f53a85 10972 info->callbacks->einfo
bc30df16 10973 (_("%P: linkage table error against `%T'\n"),
721956f4 10974 stub_entry->root.string);
5d1634d7 10975 bfd_set_error (bfd_error_bad_value);
b34976b6
AM
10976 htab->stub_error = TRUE;
10977 return FALSE;
5d1634d7 10978 }
41bd81ab 10979
176a0d42
AM
10980 if (info->emitrelocations)
10981 {
6f20ed8a 10982 r = get_relocs (stub_entry->group->stub_sec, 1 + (PPC_HA (off) != 0));
176a0d42
AM
10983 if (r == NULL)
10984 return FALSE;
6f20ed8a 10985 r[0].r_offset = loc - stub_entry->group->stub_sec->contents;
7cfbafbc
AM
10986 if (bfd_big_endian (info->output_bfd))
10987 r[0].r_offset += 2;
00f412ee 10988 if (stub_entry->stub_type == ppc_stub_plt_branch_r2off)
176a0d42
AM
10989 r[0].r_offset += 4;
10990 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10991 r[0].r_addend = dest;
10992 if (PPC_HA (off) != 0)
10993 {
10994 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_HA);
10995 r[1].r_offset = r[0].r_offset + 4;
10996 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10997 r[1].r_addend = r[0].r_addend;
10998 }
10999 }
11000
00f412ee 11001 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
ad8e1ba5 11002 {
176a0d42 11003 if (PPC_HA (off) != 0)
ac2df442
AM
11004 {
11005 size = 16;
e7d1c40c 11006 bfd_put_32 (htab->params->stub_bfd,
397998fc 11007 ADDIS_R12_R2 | PPC_HA (off), loc);
ac2df442 11008 loc += 4;
e7d1c40c 11009 bfd_put_32 (htab->params->stub_bfd,
397998fc 11010 LD_R12_0R12 | PPC_LO (off), loc);
ac2df442
AM
11011 }
11012 else
11013 {
11014 size = 12;
e7d1c40c
AM
11015 bfd_put_32 (htab->params->stub_bfd,
11016 LD_R12_0R2 | PPC_LO (off), loc);
ac2df442 11017 }
ad8e1ba5
AM
11018 }
11019 else
11020 {
25f53a85 11021 bfd_vma r2off = get_r2off (info, stub_entry);
aa374f67 11022
a7c49797 11023 if (r2off == (bfd_vma) -1)
aa374f67
AM
11024 {
11025 htab->stub_error = TRUE;
11026 return FALSE;
11027 }
ad8e1ba5 11028
e7d1c40c 11029 bfd_put_32 (htab->params->stub_bfd, STD_R2_0R1 + STK_TOC (htab), loc);
ad8e1ba5 11030 loc += 4;
00f412ee 11031 size = 16;
176a0d42 11032 if (PPC_HA (off) != 0)
ac2df442
AM
11033 {
11034 size += 4;
e7d1c40c 11035 bfd_put_32 (htab->params->stub_bfd,
397998fc 11036 ADDIS_R12_R2 | PPC_HA (off), loc);
ac2df442 11037 loc += 4;
e7d1c40c 11038 bfd_put_32 (htab->params->stub_bfd,
397998fc 11039 LD_R12_0R12 | PPC_LO (off), loc);
ac2df442
AM
11040 }
11041 else
e7d1c40c 11042 bfd_put_32 (htab->params->stub_bfd, LD_R12_0R2 | PPC_LO (off), loc);
ac2df442
AM
11043
11044 if (PPC_HA (r2off) != 0)
11045 {
11046 size += 4;
00f412ee 11047 loc += 4;
e7d1c40c
AM
11048 bfd_put_32 (htab->params->stub_bfd,
11049 ADDIS_R2_R2 | PPC_HA (r2off), loc);
00f412ee
AM
11050 }
11051 if (PPC_LO (r2off) != 0)
11052 {
11053 size += 4;
ac2df442 11054 loc += 4;
e7d1c40c
AM
11055 bfd_put_32 (htab->params->stub_bfd,
11056 ADDI_R2_R2 | PPC_LO (r2off), loc);
ac2df442 11057 }
ad8e1ba5
AM
11058 }
11059 loc += 4;
e7d1c40c 11060 bfd_put_32 (htab->params->stub_bfd, MTCTR_R12, loc);
ad8e1ba5 11061 loc += 4;
e7d1c40c 11062 bfd_put_32 (htab->params->stub_bfd, BCTR, loc);
721956f4 11063 break;
5d1634d7 11064
721956f4 11065 case ppc_stub_plt_call:
794e51c0 11066 case ppc_stub_plt_call_r2save:
e054468f 11067 if (stub_entry->h != NULL
b31867b6
AM
11068 && stub_entry->h->is_func_descriptor
11069 && stub_entry->h->oh != NULL)
c862ae31 11070 {
b31867b6
AM
11071 struct ppc_link_hash_entry *fh = ppc_follow_link (stub_entry->h->oh);
11072
11073 /* If the old-ABI "dot-symbol" is undefined make it weak so
6f20ed8a 11074 we don't get a link error from RELOC_FOR_GLOBAL_SYMBOL. */
b31867b6
AM
11075 if (fh->elf.root.type == bfd_link_hash_undefined)
11076 fh->elf.root.type = bfd_link_hash_undefweak;
9507a174
AM
11077 /* Stop undo_symbol_twiddle changing it back to undefined. */
11078 fh->was_undefined = 0;
c862ae31
AM
11079 }
11080
721956f4 11081 /* Now build the stub. */
e054468f 11082 dest = stub_entry->plt_ent->plt.offset & ~1;
176a0d42 11083 if (dest >= (bfd_vma) -2)
721956f4
AM
11084 abort ();
11085
33e44f2e 11086 plt = htab->elf.splt;
25f23106
AM
11087 if (!htab->elf.dynamic_sections_created
11088 || stub_entry->h == NULL
11089 || stub_entry->h->elf.dynindx == -1)
33e44f2e 11090 plt = htab->elf.iplt;
e054468f
AM
11091
11092 dest += plt->output_offset + plt->output_section->vma;
11093
11094 if (stub_entry->h == NULL
11095 && (stub_entry->plt_ent->plt.offset & 1) == 0)
11096 {
11097 Elf_Internal_Rela rela;
11098 bfd_byte *rl;
11099
11100 rela.r_offset = dest;
ee67d69a
AM
11101 if (htab->opd_abi)
11102 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_IREL);
11103 else
11104 rela.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
e054468f
AM
11105 rela.r_addend = (stub_entry->target_value
11106 + stub_entry->target_section->output_offset
11107 + stub_entry->target_section->output_section->vma);
11108
33e44f2e
AM
11109 rl = (htab->elf.irelplt->contents
11110 + (htab->elf.irelplt->reloc_count++
25f23106
AM
11111 * sizeof (Elf64_External_Rela)));
11112 bfd_elf64_swap_reloca_out (info->output_bfd, &rela, rl);
e054468f
AM
11113 stub_entry->plt_ent->plt.offset |= 1;
11114 }
176a0d42
AM
11115
11116 off = (dest
e054468f 11117 - elf_gp (plt->output_section->owner)
6f20ed8a 11118 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
721956f4 11119
ad8e1ba5 11120 if (off + 0x80008000 > 0xffffffff || (off & 7) != 0)
721956f4 11121 {
25f53a85 11122 info->callbacks->einfo
bc30df16 11123 (_("%P: linkage table error against `%T'\n"),
e054468f
AM
11124 stub_entry->h != NULL
11125 ? stub_entry->h->elf.root.root.string
11126 : "<local sym>");
721956f4 11127 bfd_set_error (bfd_error_bad_value);
b34976b6
AM
11128 htab->stub_error = TRUE;
11129 return FALSE;
721956f4
AM
11130 }
11131
e7d1c40c 11132 if (htab->params->plt_stub_align != 0)
794e51c0
AM
11133 {
11134 unsigned pad = plt_stub_pad (htab, stub_entry, off);
11135
6f20ed8a
AM
11136 stub_entry->group->stub_sec->size += pad;
11137 stub_entry->stub_offset = stub_entry->group->stub_sec->size;
794e51c0
AM
11138 loc += pad;
11139 }
11140
176a0d42
AM
11141 r = NULL;
11142 if (info->emitrelocations)
11143 {
6f20ed8a 11144 r = get_relocs (stub_entry->group->stub_sec,
3ba720c7
AM
11145 ((PPC_HA (off) != 0)
11146 + (htab->opd_abi
e7d1c40c 11147 ? 2 + (htab->params->plt_static_chain
3ba720c7
AM
11148 && PPC_HA (off + 16) == PPC_HA (off))
11149 : 1)));
176a0d42
AM
11150 if (r == NULL)
11151 return FALSE;
6f20ed8a 11152 r[0].r_offset = loc - stub_entry->group->stub_sec->contents;
7cfbafbc
AM
11153 if (bfd_big_endian (info->output_bfd))
11154 r[0].r_offset += 2;
176a0d42
AM
11155 r[0].r_addend = dest;
11156 }
a7f2871e
AM
11157 if (stub_entry->h != NULL
11158 && (stub_entry->h == htab->tls_get_addr_fd
11159 || stub_entry->h == htab->tls_get_addr)
7c9cf415 11160 && htab->params->tls_get_addr_opt)
794e51c0 11161 p = build_tls_get_addr_stub (htab, stub_entry, loc, off, r);
a7f2871e 11162 else
794e51c0 11163 p = build_plt_stub (htab, stub_entry, loc, off, r);
721956f4
AM
11164 size = p - loc;
11165 break;
11166
a4b6fadd
AM
11167 case ppc_stub_save_res:
11168 return TRUE;
11169
721956f4
AM
11170 default:
11171 BFD_FAIL ();
b34976b6 11172 return FALSE;
721956f4
AM
11173 }
11174
6f20ed8a 11175 stub_entry->group->stub_sec->size += size;
97b639ba 11176
e7d1c40c 11177 if (htab->params->emit_stub_syms)
97b639ba
AM
11178 {
11179 struct elf_link_hash_entry *h;
ee75fd95
AM
11180 size_t len1, len2;
11181 char *name;
11182 const char *const stub_str[] = { "long_branch",
11183 "long_branch_r2off",
11184 "plt_branch",
11185 "plt_branch_r2off",
794e51c0 11186 "plt_call",
ee75fd95
AM
11187 "plt_call" };
11188
11189 len1 = strlen (stub_str[stub_entry->stub_type - 1]);
11190 len2 = strlen (stub_entry->root.string);
11191 name = bfd_malloc (len1 + len2 + 2);
11192 if (name == NULL)
11193 return FALSE;
11194 memcpy (name, stub_entry->root.string, 9);
11195 memcpy (name + 9, stub_str[stub_entry->stub_type - 1], len1);
11196 memcpy (name + len1 + 9, stub_entry->root.string + 8, len2 - 8 + 1);
11197 h = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
97b639ba
AM
11198 if (h == NULL)
11199 return FALSE;
11200 if (h->root.type == bfd_link_hash_new)
11201 {
11202 h->root.type = bfd_link_hash_defined;
6f20ed8a 11203 h->root.u.def.section = stub_entry->group->stub_sec;
97b639ba 11204 h->root.u.def.value = stub_entry->stub_offset;
f5385ebf
AM
11205 h->ref_regular = 1;
11206 h->def_regular = 1;
11207 h->ref_regular_nonweak = 1;
11208 h->forced_local = 1;
11209 h->non_elf = 0;
2ec55de3 11210 h->root.linker_def = 1;
97b639ba
AM
11211 }
11212 }
11213
b34976b6 11214 return TRUE;
721956f4
AM
11215}
11216
11217/* As above, but don't actually build the stub. Just bump offset so
11218 we know stub section sizes, and select plt_branch stubs where
11219 long_branch stubs won't do. */
11220
b34976b6 11221static bfd_boolean
4ce794b7 11222ppc_size_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
721956f4
AM
11223{
11224 struct ppc_stub_hash_entry *stub_entry;
63bc6f6c 11225 struct bfd_link_info *info;
721956f4
AM
11226 struct ppc_link_hash_table *htab;
11227 bfd_vma off;
11228 int size;
11229
11230 /* Massage our args to the form they really have. */
11231 stub_entry = (struct ppc_stub_hash_entry *) gen_entry;
63bc6f6c
AM
11232 info = in_arg;
11233
11234 htab = ppc_hash_table (info);
4dfe6ac6
NC
11235 if (htab == NULL)
11236 return FALSE;
721956f4 11237
a4b6fadd
AM
11238 if (stub_entry->h != NULL
11239 && stub_entry->h->save_res
11240 && stub_entry->h->elf.root.type == bfd_link_hash_defined
11241 && stub_entry->h->elf.root.u.def.section == htab->sfpr)
11242 {
11243 /* Don't make stubs to out-of-line register save/restore
11244 functions. Instead, emit copies of the functions. */
11245 stub_entry->group->needs_save_res = 1;
11246 stub_entry->stub_type = ppc_stub_save_res;
11247 return TRUE;
11248 }
11249
794e51c0
AM
11250 if (stub_entry->stub_type == ppc_stub_plt_call
11251 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
721956f4 11252 {
e054468f
AM
11253 asection *plt;
11254 off = stub_entry->plt_ent->plt.offset & ~(bfd_vma) 1;
58ac9f71 11255 if (off >= (bfd_vma) -2)
411e1bfb 11256 abort ();
33e44f2e 11257 plt = htab->elf.splt;
25f23106
AM
11258 if (!htab->elf.dynamic_sections_created
11259 || stub_entry->h == NULL
11260 || stub_entry->h->elf.dynindx == -1)
33e44f2e 11261 plt = htab->elf.iplt;
e054468f
AM
11262 off += (plt->output_offset
11263 + plt->output_section->vma
11264 - elf_gp (plt->output_section->owner)
6f20ed8a 11265 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
721956f4 11266
794e51c0 11267 size = plt_stub_size (htab, stub_entry, off);
e7d1c40c 11268 if (htab->params->plt_stub_align)
794e51c0 11269 size += plt_stub_pad (htab, stub_entry, off);
176a0d42
AM
11270 if (info->emitrelocations)
11271 {
6f20ed8a 11272 stub_entry->group->stub_sec->reloc_count
b9e5796b
AM
11273 += ((PPC_HA (off) != 0)
11274 + (htab->opd_abi
e7d1c40c 11275 ? 2 + (htab->params->plt_static_chain
b9e5796b
AM
11276 && PPC_HA (off + 16) == PPC_HA (off))
11277 : 1));
6f20ed8a 11278 stub_entry->group->stub_sec->flags |= SEC_RELOC;
176a0d42 11279 }
721956f4
AM
11280 }
11281 else
11282 {
ad8e1ba5
AM
11283 /* ppc_stub_long_branch or ppc_stub_plt_branch, or their r2off
11284 variants. */
ac2df442 11285 bfd_vma r2off = 0;
6911b7dc 11286 bfd_vma local_off = 0;
ac2df442 11287
721956f4
AM
11288 off = (stub_entry->target_value
11289 + stub_entry->target_section->output_offset
11290 + stub_entry->target_section->output_section->vma);
6f20ed8a
AM
11291 off -= (stub_entry->group->stub_sec->size
11292 + stub_entry->group->stub_sec->output_offset
11293 + stub_entry->group->stub_sec->output_section->vma);
721956f4 11294
ad8e1ba5
AM
11295 /* Reset the stub type from the plt variant in case we now
11296 can reach with a shorter stub. */
11297 if (stub_entry->stub_type >= ppc_stub_plt_branch)
11298 stub_entry->stub_type += ppc_stub_long_branch - ppc_stub_plt_branch;
11299
11300 size = 4;
11301 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
11302 {
25f53a85 11303 r2off = get_r2off (info, stub_entry);
a7c49797 11304 if (r2off == (bfd_vma) -1)
aa374f67
AM
11305 {
11306 htab->stub_error = TRUE;
11307 return FALSE;
11308 }
a7c49797 11309 size = 8;
ac2df442 11310 if (PPC_HA (r2off) != 0)
a7c49797
AM
11311 size += 4;
11312 if (PPC_LO (r2off) != 0)
11313 size += 4;
ac2df442 11314 off -= size - 4;
ad8e1ba5
AM
11315 }
11316
6911b7dc
AM
11317 local_off = PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other);
11318
b9e5796b
AM
11319 /* If the branch offset if too big, use a ppc_stub_plt_branch.
11320 Do the same for -R objects without function descriptors. */
11321 if (off + (1 << 25) >= (bfd_vma) (1 << 26) - local_off
11322 || (stub_entry->stub_type == ppc_stub_long_branch_r2off
a7c49797
AM
11323 && r2off == 0
11324 && htab->sec_info[stub_entry->target_section->id].toc_off == 0))
721956f4
AM
11325 {
11326 struct ppc_branch_hash_entry *br_entry;
11327
11328 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table,
11329 stub_entry->root.string + 9,
b34976b6 11330 TRUE, FALSE);
721956f4
AM
11331 if (br_entry == NULL)
11332 {
8de848d8 11333 info->callbacks->einfo (_("%P: can't build branch stub `%s'\n"),
25f53a85 11334 stub_entry->root.string);
b34976b6
AM
11335 htab->stub_error = TRUE;
11336 return FALSE;
721956f4
AM
11337 }
11338
11339 if (br_entry->iter != htab->stub_iteration)
11340 {
11341 br_entry->iter = htab->stub_iteration;
eea6121a
AM
11342 br_entry->offset = htab->brlt->size;
11343 htab->brlt->size += 8;
63bc6f6c 11344
ee75fd95 11345 if (htab->relbrlt != NULL)
eea6121a 11346 htab->relbrlt->size += sizeof (Elf64_External_Rela);
84f5d08e
AM
11347 else if (info->emitrelocations)
11348 {
11349 htab->brlt->reloc_count += 1;
11350 htab->brlt->flags |= SEC_RELOC;
11351 }
721956f4 11352 }
ad8e1ba5
AM
11353
11354 stub_entry->stub_type += ppc_stub_plt_branch - ppc_stub_long_branch;
ac2df442
AM
11355 off = (br_entry->offset
11356 + htab->brlt->output_offset
11357 + htab->brlt->output_section->vma
11358 - elf_gp (htab->brlt->output_section->owner)
6f20ed8a 11359 - htab->sec_info[stub_entry->group->link_sec->id].toc_off);
ac2df442 11360
176a0d42
AM
11361 if (info->emitrelocations)
11362 {
6f20ed8a
AM
11363 stub_entry->group->stub_sec->reloc_count
11364 += 1 + (PPC_HA (off) != 0);
11365 stub_entry->group->stub_sec->flags |= SEC_RELOC;
176a0d42
AM
11366 }
11367
00f412ee 11368 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
ac2df442
AM
11369 {
11370 size = 12;
176a0d42 11371 if (PPC_HA (off) != 0)
ac2df442
AM
11372 size = 16;
11373 }
11374 else
11375 {
00f412ee 11376 size = 16;
176a0d42 11377 if (PPC_HA (off) != 0)
ac2df442
AM
11378 size += 4;
11379
11380 if (PPC_HA (r2off) != 0)
11381 size += 4;
00f412ee
AM
11382 if (PPC_LO (r2off) != 0)
11383 size += 4;
ac2df442 11384 }
721956f4 11385 }
84f5d08e
AM
11386 else if (info->emitrelocations)
11387 {
6f20ed8a
AM
11388 stub_entry->group->stub_sec->reloc_count += 1;
11389 stub_entry->group->stub_sec->flags |= SEC_RELOC;
84f5d08e 11390 }
721956f4
AM
11391 }
11392
6f20ed8a 11393 stub_entry->group->stub_sec->size += size;
b34976b6 11394 return TRUE;
721956f4
AM
11395}
11396
11397/* Set up various things so that we can make a list of input sections
11398 for each output section included in the link. Returns -1 on error,
cedb70c5 11399 0 when no stubs will be needed, and 1 on success. */
721956f4
AM
11400
11401int
e7d1c40c 11402ppc64_elf_setup_section_lists (struct bfd_link_info *info)
721956f4 11403{
6f20ed8a 11404 unsigned int id;
721956f4
AM
11405 bfd_size_type amt;
11406 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11407
4dfe6ac6
NC
11408 if (htab == NULL)
11409 return -1;
4c52953f 11410
6f20ed8a
AM
11411 htab->sec_info_arr_size = bfd_get_next_section_id ();
11412 amt = sizeof (*htab->sec_info) * (htab->sec_info_arr_size);
11413 htab->sec_info = bfd_zmalloc (amt);
11414 if (htab->sec_info == NULL)
721956f4
AM
11415 return -1;
11416
3d6f9012
AM
11417 /* Set toc_off for com, und, abs and ind sections. */
11418 for (id = 0; id < 3; id++)
6f20ed8a 11419 htab->sec_info[id].toc_off = TOC_BASE_OFF;
734b6cf9 11420
721956f4
AM
11421 return 1;
11422}
11423
927be08e
AM
11424/* Set up for first pass at multitoc partitioning. */
11425
11426void
11427ppc64_elf_start_multitoc_partition (struct bfd_link_info *info)
11428{
11429 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11430
1c865ab2 11431 htab->toc_curr = ppc64_elf_set_toc (info, info->output_bfd);
927be08e
AM
11432 htab->toc_bfd = NULL;
11433 htab->toc_first_sec = NULL;
11434}
11435
e717da7e
AM
11436/* The linker repeatedly calls this function for each TOC input section
11437 and linker generated GOT section. Group input bfds such that the toc
927be08e 11438 within a group is less than 64k in size. */
ad8e1ba5 11439
927be08e 11440bfd_boolean
4ce794b7 11441ppc64_elf_next_toc_section (struct bfd_link_info *info, asection *isec)
ad8e1ba5
AM
11442{
11443 struct ppc_link_hash_table *htab = ppc_hash_table (info);
d77c8a4b 11444 bfd_vma addr, off, limit;
ad8e1ba5 11445
4dfe6ac6
NC
11446 if (htab == NULL)
11447 return FALSE;
11448
927be08e 11449 if (!htab->second_toc_pass)
4c52953f 11450 {
927be08e 11451 /* Keep track of the first .toc or .got section for this input bfd. */
a4fd3de5
AM
11452 bfd_boolean new_bfd = htab->toc_bfd != isec->owner;
11453
11454 if (new_bfd)
bf102f86
AM
11455 {
11456 htab->toc_bfd = isec->owner;
11457 htab->toc_first_sec = isec;
11458 }
927be08e 11459
bf102f86
AM
11460 addr = isec->output_offset + isec->output_section->vma;
11461 off = addr - htab->toc_curr;
d77c8a4b
AM
11462 limit = 0x80008000;
11463 if (ppc64_elf_tdata (isec->owner)->has_small_toc_reloc)
11464 limit = 0x10000;
11465 if (off + isec->size > limit)
bf102f86
AM
11466 {
11467 addr = (htab->toc_first_sec->output_offset
11468 + htab->toc_first_sec->output_section->vma);
11469 htab->toc_curr = addr;
a27e685f 11470 htab->toc_curr &= -TOC_BASE_ALIGN;
bf102f86 11471 }
99877b66 11472
927be08e
AM
11473 /* toc_curr is the base address of this toc group. Set elf_gp
11474 for the input section to be the offset relative to the
11475 output toc base plus 0x8000. Making the input elf_gp an
11476 offset allows us to move the toc as a whole without
11477 recalculating input elf_gp. */
11478 off = htab->toc_curr - elf_gp (isec->output_section->owner);
11479 off += TOC_BASE_OFF;
11480
11481 /* Die if someone uses a linker script that doesn't keep input
11482 file .toc and .got together. */
a4fd3de5
AM
11483 if (new_bfd
11484 && elf_gp (isec->owner) != 0
927be08e
AM
11485 && elf_gp (isec->owner) != off)
11486 return FALSE;
11487
11488 elf_gp (isec->owner) = off;
11489 return TRUE;
4c52953f 11490 }
927be08e
AM
11491
11492 /* During the second pass toc_first_sec points to the start of
11493 a toc group, and toc_curr is used to track the old elf_gp.
11494 We use toc_bfd to ensure we only look at each bfd once. */
11495 if (htab->toc_bfd == isec->owner)
11496 return TRUE;
11497 htab->toc_bfd = isec->owner;
11498
11499 if (htab->toc_first_sec == NULL
11500 || htab->toc_curr != elf_gp (isec->owner))
11501 {
11502 htab->toc_curr = elf_gp (isec->owner);
11503 htab->toc_first_sec = isec;
11504 }
11505 addr = (htab->toc_first_sec->output_offset
11506 + htab->toc_first_sec->output_section->vma);
11507 off = addr - elf_gp (isec->output_section->owner) + TOC_BASE_OFF;
11508 elf_gp (isec->owner) = off;
11509
11510 return TRUE;
ad8e1ba5
AM
11511}
11512
927be08e
AM
11513/* Called via elf_link_hash_traverse to merge GOT entries for global
11514 symbol H. */
11515
11516static bfd_boolean
11517merge_global_got (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
11518{
11519 if (h->root.type == bfd_link_hash_indirect)
11520 return TRUE;
11521
927be08e
AM
11522 merge_got_entries (&h->got.glist);
11523
11524 return TRUE;
11525}
11526
11527/* Called via elf_link_hash_traverse to allocate GOT entries for global
11528 symbol H. */
11529
11530static bfd_boolean
11531reallocate_got (struct elf_link_hash_entry *h, void *inf)
11532{
11533 struct got_entry *gent;
11534
11535 if (h->root.type == bfd_link_hash_indirect)
11536 return TRUE;
11537
927be08e
AM
11538 for (gent = h->got.glist; gent != NULL; gent = gent->next)
11539 if (!gent->is_indirect)
11540 allocate_got (h, (struct bfd_link_info *) inf, gent);
11541 return TRUE;
11542}
11543
11544/* Called on the first multitoc pass after the last call to
11545 ppc64_elf_next_toc_section. This function removes duplicate GOT
11546 entries. */
11547
11548bfd_boolean
11549ppc64_elf_layout_multitoc (struct bfd_link_info *info)
ad8e1ba5
AM
11550{
11551 struct ppc_link_hash_table *htab = ppc_hash_table (info);
927be08e
AM
11552 struct bfd *ibfd, *ibfd2;
11553 bfd_boolean done_something;
11554
11555 htab->multi_toc_needed = htab->toc_curr != elf_gp (info->output_bfd);
ad8e1ba5 11556
7865406b
AM
11557 if (!htab->do_multi_toc)
11558 return FALSE;
11559
d0fae19d 11560 /* Merge global sym got entries within a toc group. */
927be08e
AM
11561 elf_link_hash_traverse (&htab->elf, merge_global_got, info);
11562
11563 /* And tlsld_got. */
c72f2fb2 11564 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
927be08e
AM
11565 {
11566 struct got_entry *ent, *ent2;
11567
11568 if (!is_ppc64_elf (ibfd))
11569 continue;
11570
11571 ent = ppc64_tlsld_got (ibfd);
11572 if (!ent->is_indirect
11573 && ent->got.offset != (bfd_vma) -1)
11574 {
c72f2fb2 11575 for (ibfd2 = ibfd->link.next; ibfd2 != NULL; ibfd2 = ibfd2->link.next)
927be08e
AM
11576 {
11577 if (!is_ppc64_elf (ibfd2))
11578 continue;
11579
11580 ent2 = ppc64_tlsld_got (ibfd2);
11581 if (!ent2->is_indirect
11582 && ent2->got.offset != (bfd_vma) -1
11583 && elf_gp (ibfd2) == elf_gp (ibfd))
11584 {
11585 ent2->is_indirect = TRUE;
11586 ent2->got.ent = ent;
11587 }
11588 }
11589 }
11590 }
11591
11592 /* Zap sizes of got sections. */
33e44f2e
AM
11593 htab->elf.irelplt->rawsize = htab->elf.irelplt->size;
11594 htab->elf.irelplt->size -= htab->got_reli_size;
927be08e
AM
11595 htab->got_reli_size = 0;
11596
c72f2fb2 11597 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
927be08e
AM
11598 {
11599 asection *got, *relgot;
11600
11601 if (!is_ppc64_elf (ibfd))
11602 continue;
11603
11604 got = ppc64_elf_tdata (ibfd)->got;
11605 if (got != NULL)
11606 {
11607 got->rawsize = got->size;
11608 got->size = 0;
11609 relgot = ppc64_elf_tdata (ibfd)->relgot;
11610 relgot->rawsize = relgot->size;
11611 relgot->size = 0;
11612 }
11613 }
11614
11615 /* Now reallocate the got, local syms first. We don't need to
11616 allocate section contents again since we never increase size. */
c72f2fb2 11617 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
927be08e
AM
11618 {
11619 struct got_entry **lgot_ents;
11620 struct got_entry **end_lgot_ents;
11621 struct plt_entry **local_plt;
11622 struct plt_entry **end_local_plt;
f961d9dd 11623 unsigned char *lgot_masks;
927be08e
AM
11624 bfd_size_type locsymcount;
11625 Elf_Internal_Shdr *symtab_hdr;
19e08130 11626 asection *s;
927be08e
AM
11627
11628 if (!is_ppc64_elf (ibfd))
11629 continue;
11630
11631 lgot_ents = elf_local_got_ents (ibfd);
11632 if (!lgot_ents)
11633 continue;
11634
11635 symtab_hdr = &elf_symtab_hdr (ibfd);
11636 locsymcount = symtab_hdr->sh_info;
11637 end_lgot_ents = lgot_ents + locsymcount;
11638 local_plt = (struct plt_entry **) end_lgot_ents;
11639 end_local_plt = local_plt + locsymcount;
f961d9dd 11640 lgot_masks = (unsigned char *) end_local_plt;
927be08e 11641 s = ppc64_elf_tdata (ibfd)->got;
927be08e
AM
11642 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
11643 {
11644 struct got_entry *ent;
11645
11646 for (ent = *lgot_ents; ent != NULL; ent = ent->next)
d0fae19d 11647 {
19e08130
AM
11648 unsigned int ent_size = 8;
11649 unsigned int rel_size = sizeof (Elf64_External_Rela);
11650
d0fae19d
AM
11651 ent->got.offset = s->size;
11652 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
d0fae19d 11653 {
19e08130
AM
11654 ent_size *= 2;
11655 rel_size *= 2;
11656 }
11657 s->size += ent_size;
11658 if ((*lgot_masks & PLT_IFUNC) != 0)
11659 {
33e44f2e 11660 htab->elf.irelplt->size += rel_size;
19e08130
AM
11661 htab->got_reli_size += rel_size;
11662 }
0e1862bb 11663 else if (bfd_link_pic (info))
19e08130
AM
11664 {
11665 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
11666 srel->size += rel_size;
d0fae19d
AM
11667 }
11668 }
927be08e
AM
11669 }
11670 }
11671
11672 elf_link_hash_traverse (&htab->elf, reallocate_got, info);
11673
c72f2fb2 11674 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
927be08e
AM
11675 {
11676 struct got_entry *ent;
11677
11678 if (!is_ppc64_elf (ibfd))
11679 continue;
11680
11681 ent = ppc64_tlsld_got (ibfd);
11682 if (!ent->is_indirect
11683 && ent->got.offset != (bfd_vma) -1)
11684 {
11685 asection *s = ppc64_elf_tdata (ibfd)->got;
11686 ent->got.offset = s->size;
11687 s->size += 16;
0e1862bb 11688 if (bfd_link_pic (info))
927be08e
AM
11689 {
11690 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
11691 srel->size += sizeof (Elf64_External_Rela);
11692 }
11693 }
11694 }
11695
33e44f2e 11696 done_something = htab->elf.irelplt->rawsize != htab->elf.irelplt->size;
927be08e 11697 if (!done_something)
c72f2fb2 11698 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
927be08e
AM
11699 {
11700 asection *got;
11701
11702 if (!is_ppc64_elf (ibfd))
11703 continue;
11704
11705 got = ppc64_elf_tdata (ibfd)->got;
11706 if (got != NULL)
11707 {
11708 done_something = got->rawsize != got->size;
11709 if (done_something)
11710 break;
11711 }
11712 }
11713
11714 if (done_something)
e7d1c40c 11715 (*htab->params->layout_sections_again) ();
927be08e
AM
11716
11717 /* Set up for second pass over toc sections to recalculate elf_gp
11718 on input sections. */
11719 htab->toc_bfd = NULL;
11720 htab->toc_first_sec = NULL;
11721 htab->second_toc_pass = TRUE;
11722 return done_something;
11723}
11724
11725/* Called after second pass of multitoc partitioning. */
11726
11727void
11728ppc64_elf_finish_multitoc_partition (struct bfd_link_info *info)
11729{
11730 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11731
11732 /* After the second pass, toc_curr tracks the TOC offset used
11733 for code sections below in ppc64_elf_next_input_section. */
3d6f9012 11734 htab->toc_curr = TOC_BASE_OFF;
ad8e1ba5
AM
11735}
11736
9b5ecbd0
AM
11737/* No toc references were found in ISEC. If the code in ISEC makes no
11738 calls, then there's no need to use toc adjusting stubs when branching
11739 into ISEC. Actually, indirect calls from ISEC are OK as they will
4c52953f
AM
11740 load r2. Returns -1 on error, 0 for no stub needed, 1 for stub
11741 needed, and 2 if a cyclical call-graph was found but no other reason
11742 for a stub was detected. If called from the top level, a return of
11743 2 means the same as a return of 0. */
9b5ecbd0
AM
11744
11745static int
4ce794b7 11746toc_adjusting_stub_needed (struct bfd_link_info *info, asection *isec)
9b5ecbd0 11747{
9b5ecbd0 11748 int ret;
70cc837d
AM
11749
11750 /* Mark this section as checked. */
11751 isec->call_check_done = 1;
9b5ecbd0 11752
772119ce
AM
11753 /* We know none of our code bearing sections will need toc stubs. */
11754 if ((isec->flags & SEC_LINKER_CREATED) != 0)
11755 return 0;
11756
eea6121a 11757 if (isec->size == 0)
082c50f8
AM
11758 return 0;
11759
4c52953f
AM
11760 if (isec->output_section == NULL)
11761 return 0;
11762
4c52953f 11763 ret = 0;
70cc837d 11764 if (isec->reloc_count != 0)
9b5ecbd0 11765 {
70cc837d
AM
11766 Elf_Internal_Rela *relstart, *rel;
11767 Elf_Internal_Sym *local_syms;
11768 struct ppc_link_hash_table *htab;
2917689a 11769
70cc837d
AM
11770 relstart = _bfd_elf_link_read_relocs (isec->owner, isec, NULL, NULL,
11771 info->keep_memory);
11772 if (relstart == NULL)
11773 return -1;
90aecf7a 11774
70cc837d
AM
11775 /* Look for branches to outside of this section. */
11776 local_syms = NULL;
11777 htab = ppc_hash_table (info);
11778 if (htab == NULL)
11779 return -1;
4c52953f 11780
70cc837d 11781 for (rel = relstart; rel < relstart + isec->reloc_count; ++rel)
4c52953f 11782 {
70cc837d
AM
11783 enum elf_ppc64_reloc_type r_type;
11784 unsigned long r_symndx;
11785 struct elf_link_hash_entry *h;
11786 struct ppc_link_hash_entry *eh;
11787 Elf_Internal_Sym *sym;
11788 asection *sym_sec;
11789 struct _opd_sec_data *opd;
11790 bfd_vma sym_value;
11791 bfd_vma dest;
11792
11793 r_type = ELF64_R_TYPE (rel->r_info);
11794 if (r_type != R_PPC64_REL24
11795 && r_type != R_PPC64_REL14
11796 && r_type != R_PPC64_REL14_BRTAKEN
11797 && r_type != R_PPC64_REL14_BRNTAKEN)
11798 continue;
4c52953f 11799
70cc837d
AM
11800 r_symndx = ELF64_R_SYM (rel->r_info);
11801 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms, r_symndx,
11802 isec->owner))
4c52953f 11803 {
70cc837d
AM
11804 ret = -1;
11805 break;
11806 }
4c52953f 11807
70cc837d
AM
11808 /* Calls to dynamic lib functions go through a plt call stub
11809 that uses r2. */
11810 eh = (struct ppc_link_hash_entry *) h;
11811 if (eh != NULL
11812 && (eh->elf.plt.plist != NULL
11813 || (eh->oh != NULL
11814 && ppc_follow_link (eh->oh)->elf.plt.plist != NULL)))
11815 {
11816 ret = 1;
11817 break;
4c52953f
AM
11818 }
11819
70cc837d
AM
11820 if (sym_sec == NULL)
11821 /* Ignore other undefined symbols. */
4c52953f 11822 continue;
4c52953f 11823
70cc837d
AM
11824 /* Assume branches to other sections not included in the
11825 link need stubs too, to cover -R and absolute syms. */
11826 if (sym_sec->output_section == NULL)
11827 {
11828 ret = 1;
11829 break;
11830 }
4c52953f 11831
70cc837d
AM
11832 if (h == NULL)
11833 sym_value = sym->st_value;
11834 else
11835 {
11836 if (h->root.type != bfd_link_hash_defined
11837 && h->root.type != bfd_link_hash_defweak)
11838 abort ();
11839 sym_value = h->root.u.def.value;
11840 }
11841 sym_value += rel->r_addend;
4c52953f 11842
70cc837d
AM
11843 /* If this branch reloc uses an opd sym, find the code section. */
11844 opd = get_opd_info (sym_sec);
11845 if (opd != NULL)
11846 {
11847 if (h == NULL && opd->adjust != NULL)
11848 {
11849 long adjust;
4c52953f 11850
92a9c616 11851 adjust = opd->adjust[OPD_NDX (sym_value)];
70cc837d
AM
11852 if (adjust == -1)
11853 /* Assume deleted functions won't ever be called. */
11854 continue;
11855 sym_value += adjust;
11856 }
4c52953f 11857
aef36ac1
AM
11858 dest = opd_entry_value (sym_sec, sym_value,
11859 &sym_sec, NULL, FALSE);
70cc837d
AM
11860 if (dest == (bfd_vma) -1)
11861 continue;
11862 }
11863 else
11864 dest = (sym_value
11865 + sym_sec->output_offset
11866 + sym_sec->output_section->vma);
4c52953f 11867
70cc837d
AM
11868 /* Ignore branch to self. */
11869 if (sym_sec == isec)
11870 continue;
4c52953f 11871
70cc837d
AM
11872 /* If the called function uses the toc, we need a stub. */
11873 if (sym_sec->has_toc_reloc
11874 || sym_sec->makes_toc_func_call)
4c52953f 11875 {
70cc837d 11876 ret = 1;
4c52953f
AM
11877 break;
11878 }
70cc837d
AM
11879
11880 /* Assume any branch that needs a long branch stub might in fact
11881 need a plt_branch stub. A plt_branch stub uses r2. */
11882 else if (dest - (isec->output_offset
11883 + isec->output_section->vma
6911b7dc
AM
11884 + rel->r_offset) + (1 << 25)
11885 >= (2u << 25) - PPC64_LOCAL_ENTRY_OFFSET (h
11886 ? h->other
11887 : sym->st_other))
4c52953f 11888 {
70cc837d
AM
11889 ret = 1;
11890 break;
11891 }
11892
11893 /* If calling back to a section in the process of being
11894 tested, we can't say for sure that no toc adjusting stubs
11895 are needed, so don't return zero. */
11896 else if (sym_sec->call_check_in_progress)
11897 ret = 2;
11898
11899 /* Branches to another section that itself doesn't have any TOC
11900 references are OK. Recursively call ourselves to check. */
11901 else if (!sym_sec->call_check_done)
11902 {
11903 int recur;
11904
11905 /* Mark current section as indeterminate, so that other
11906 sections that call back to current won't be marked as
11907 known. */
11908 isec->call_check_in_progress = 1;
11909 recur = toc_adjusting_stub_needed (info, sym_sec);
11910 isec->call_check_in_progress = 0;
11911
4c52953f
AM
11912 if (recur != 0)
11913 {
70cc837d
AM
11914 ret = recur;
11915 if (recur != 2)
11916 break;
4c52953f
AM
11917 }
11918 }
4c52953f 11919 }
70cc837d
AM
11920
11921 if (local_syms != NULL
11922 && (elf_symtab_hdr (isec->owner).contents
11923 != (unsigned char *) local_syms))
11924 free (local_syms);
11925 if (elf_section_data (isec)->relocs != relstart)
11926 free (relstart);
9b5ecbd0
AM
11927 }
11928
70cc837d
AM
11929 if ((ret & 1) == 0
11930 && isec->map_head.s != NULL
11931 && (strcmp (isec->output_section->name, ".init") == 0
11932 || strcmp (isec->output_section->name, ".fini") == 0))
11933 {
11934 if (isec->map_head.s->has_toc_reloc
11935 || isec->map_head.s->makes_toc_func_call)
11936 ret = 1;
11937 else if (!isec->map_head.s->call_check_done)
11938 {
11939 int recur;
11940 isec->call_check_in_progress = 1;
11941 recur = toc_adjusting_stub_needed (info, isec->map_head.s);
11942 isec->call_check_in_progress = 0;
11943 if (recur != 0)
11944 ret = recur;
11945 }
11946 }
11947
11948 if (ret == 1)
11949 isec->makes_toc_func_call = 1;
4c52953f 11950
9b5ecbd0
AM
11951 return ret;
11952}
11953
721956f4
AM
11954/* The linker repeatedly calls this function for each input section,
11955 in the order that input sections are linked into output sections.
11956 Build lists of input sections to determine groupings between which
11957 we may insert linker stubs. */
11958
9b5ecbd0 11959bfd_boolean
4ce794b7 11960ppc64_elf_next_input_section (struct bfd_link_info *info, asection *isec)
721956f4
AM
11961{
11962 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11963
4dfe6ac6
NC
11964 if (htab == NULL)
11965 return FALSE;
11966
734b6cf9 11967 if ((isec->output_section->flags & SEC_CODE) != 0
6f20ed8a 11968 && isec->output_section->id < htab->sec_info_arr_size)
721956f4 11969 {
3d6f9012
AM
11970 /* This happens to make the list in reverse order,
11971 which is what we want. */
6f20ed8a
AM
11972 htab->sec_info[isec->id].u.list
11973 = htab->sec_info[isec->output_section->id].u.list;
11974 htab->sec_info[isec->output_section->id].u.list = isec;
721956f4 11975 }
ad8e1ba5 11976
4c52953f 11977 if (htab->multi_toc_needed)
9b5ecbd0 11978 {
8b974ba3
AM
11979 /* Analyse sections that aren't already flagged as needing a
11980 valid toc pointer. Exclude .fixup for the linux kernel.
11981 .fixup contains branches, but only back to the function that
11982 hit an exception. */
11983 if (!(isec->has_toc_reloc
11984 || (isec->flags & SEC_CODE) == 0
11985 || strcmp (isec->name, ".fixup") == 0
11986 || isec->call_check_done))
11987 {
11988 if (toc_adjusting_stub_needed (info, isec) < 0)
6683a28d 11989 return FALSE;
8b974ba3
AM
11990 }
11991 /* Make all sections use the TOC assigned for this object file.
11992 This will be wrong for pasted sections; We fix that in
11993 check_pasted_section(). */
11994 if (elf_gp (isec->owner) != 0)
11995 htab->toc_curr = elf_gp (isec->owner);
11996 }
11997
6f20ed8a 11998 htab->sec_info[isec->id].toc_off = htab->toc_curr;
9b5ecbd0 11999 return TRUE;
721956f4
AM
12000}
12001
70cc837d
AM
12002/* Check that all .init and .fini sections use the same toc, if they
12003 have toc relocs. */
12004
12005static bfd_boolean
12006check_pasted_section (struct bfd_link_info *info, const char *name)
12007{
12008 asection *o = bfd_get_section_by_name (info->output_bfd, name);
12009
12010 if (o != NULL)
12011 {
12012 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12013 bfd_vma toc_off = 0;
12014 asection *i;
12015
12016 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
12017 if (i->has_toc_reloc)
12018 {
12019 if (toc_off == 0)
6f20ed8a
AM
12020 toc_off = htab->sec_info[i->id].toc_off;
12021 else if (toc_off != htab->sec_info[i->id].toc_off)
70cc837d
AM
12022 return FALSE;
12023 }
6683a28d
AM
12024
12025 if (toc_off == 0)
12026 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
12027 if (i->makes_toc_func_call)
12028 {
6f20ed8a 12029 toc_off = htab->sec_info[i->id].toc_off;
6683a28d
AM
12030 break;
12031 }
12032
70cc837d
AM
12033 /* Make sure the whole pasted function uses the same toc offset. */
12034 if (toc_off != 0)
12035 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
6f20ed8a 12036 htab->sec_info[i->id].toc_off = toc_off;
70cc837d
AM
12037 }
12038 return TRUE;
12039}
12040
12041bfd_boolean
12042ppc64_elf_check_init_fini (struct bfd_link_info *info)
12043{
12044 return (check_pasted_section (info, ".init")
12045 & check_pasted_section (info, ".fini"));
12046}
12047
721956f4
AM
12048/* See whether we can group stub sections together. Grouping stub
12049 sections may result in fewer stubs. More importantly, we need to
12050 put all .init* and .fini* stubs at the beginning of the .init or
12051 .fini output sections respectively, because glibc splits the
12052 _init and _fini functions into multiple parts. Putting a stub in
12053 the middle of a function is not a good idea. */
12054
6f20ed8a
AM
12055static bfd_boolean
12056group_sections (struct bfd_link_info *info,
4ce794b7
AM
12057 bfd_size_type stub_group_size,
12058 bfd_boolean stubs_always_before_branch)
721956f4 12059{
6f20ed8a
AM
12060 struct ppc_link_hash_table *htab;
12061 asection *osec;
7c8fe5c4
AM
12062 bfd_boolean suppress_size_errors;
12063
6f20ed8a
AM
12064 htab = ppc_hash_table (info);
12065 if (htab == NULL)
12066 return FALSE;
12067
7c8fe5c4 12068 suppress_size_errors = FALSE;
7c8fe5c4
AM
12069 if (stub_group_size == 1)
12070 {
12071 /* Default values. */
12072 if (stubs_always_before_branch)
09f92717 12073 stub_group_size = 0x1e00000;
7c8fe5c4 12074 else
09f92717 12075 stub_group_size = 0x1c00000;
7c8fe5c4
AM
12076 suppress_size_errors = TRUE;
12077 }
12078
6f20ed8a 12079 for (osec = info->output_bfd->sections; osec != NULL; osec = osec->next)
721956f4 12080 {
6f20ed8a
AM
12081 asection *tail;
12082
12083 if (osec->id >= htab->sec_info_arr_size)
12084 continue;
12085
12086 tail = htab->sec_info[osec->id].u.list;
734b6cf9 12087 while (tail != NULL)
721956f4 12088 {
734b6cf9
AM
12089 asection *curr;
12090 asection *prev;
12091 bfd_size_type total;
12092 bfd_boolean big_sec;
12093 bfd_vma curr_toc;
6f20ed8a 12094 struct map_stub *group;
09f92717 12095 bfd_size_type group_size;
734b6cf9
AM
12096
12097 curr = tail;
eea6121a 12098 total = tail->size;
09f92717
AM
12099 group_size = (ppc64_elf_section_data (tail) != NULL
12100 && ppc64_elf_section_data (tail)->has_14bit_branch
12101 ? stub_group_size >> 10 : stub_group_size);
12102
12103 big_sec = total > group_size;
7c8fe5c4 12104 if (big_sec && !suppress_size_errors)
5c3dead3
AM
12105 (*_bfd_error_handler) (_("%B section %A exceeds stub group size"),
12106 tail->owner, tail);
6f20ed8a 12107 curr_toc = htab->sec_info[tail->id].toc_off;
734b6cf9 12108
6f20ed8a 12109 while ((prev = htab->sec_info[curr->id].u.list) != NULL
734b6cf9 12110 && ((total += curr->output_offset - prev->output_offset)
6bee8834
AM
12111 < (ppc64_elf_section_data (prev) != NULL
12112 && ppc64_elf_section_data (prev)->has_14bit_branch
09f92717 12113 ? (group_size = stub_group_size >> 10) : group_size))
6f20ed8a 12114 && htab->sec_info[prev->id].toc_off == curr_toc)
734b6cf9
AM
12115 curr = prev;
12116
12117 /* OK, the size from the start of CURR to the end is less
09f92717 12118 than group_size and thus can be handled by one stub
734b6cf9 12119 section. (or the tail section is itself larger than
09f92717
AM
12120 group_size, in which case we may be toast.) We should
12121 really be keeping track of the total size of stubs added
12122 here, as stubs contribute to the final output section
12123 size. That's a little tricky, and this way will only
12124 break if stubs added make the total size more than 2^25,
12125 ie. for the default stub_group_size, if stubs total more
12126 than 2097152 bytes, or nearly 75000 plt call stubs. */
6f20ed8a
AM
12127 group = bfd_alloc (curr->owner, sizeof (*group));
12128 if (group == NULL)
12129 return FALSE;
12130 group->link_sec = curr;
12131 group->stub_sec = NULL;
a4b6fadd
AM
12132 group->needs_save_res = 0;
12133 group->next = htab->group;
12134 htab->group = group;
734b6cf9 12135 do
721956f4 12136 {
6f20ed8a 12137 prev = htab->sec_info[tail->id].u.list;
734b6cf9 12138 /* Set up this stub group. */
6f20ed8a 12139 htab->sec_info[tail->id].u.group = group;
721956f4 12140 }
734b6cf9
AM
12141 while (tail != curr && (tail = prev) != NULL);
12142
09f92717 12143 /* But wait, there's more! Input sections up to group_size
734b6cf9
AM
12144 bytes before the stub section can be handled by it too.
12145 Don't do this if we have a really large section after the
12146 stubs, as adding more stubs increases the chance that
12147 branches may not reach into the stub section. */
12148 if (!stubs_always_before_branch && !big_sec)
12149 {
12150 total = 0;
12151 while (prev != NULL
12152 && ((total += tail->output_offset - prev->output_offset)
6bee8834
AM
12153 < (ppc64_elf_section_data (prev) != NULL
12154 && ppc64_elf_section_data (prev)->has_14bit_branch
09f92717 12155 ? (group_size = stub_group_size >> 10) : group_size))
6f20ed8a 12156 && htab->sec_info[prev->id].toc_off == curr_toc)
734b6cf9
AM
12157 {
12158 tail = prev;
6f20ed8a
AM
12159 prev = htab->sec_info[tail->id].u.list;
12160 htab->sec_info[tail->id].u.group = group;
734b6cf9
AM
12161 }
12162 }
12163 tail = prev;
721956f4
AM
12164 }
12165 }
6f20ed8a 12166 return TRUE;
721956f4
AM
12167}
12168
58d180e8
AM
12169static const unsigned char glink_eh_frame_cie[] =
12170{
12171 0, 0, 0, 16, /* length. */
12172 0, 0, 0, 0, /* id. */
12173 1, /* CIE version. */
12174 'z', 'R', 0, /* Augmentation string. */
12175 4, /* Code alignment. */
12176 0x78, /* Data alignment. */
12177 65, /* RA reg. */
12178 1, /* Augmentation size. */
12179 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding. */
da44f4e5
AM
12180 DW_CFA_def_cfa, 1, 0, /* def_cfa: r1 offset 0. */
12181 0, 0, 0, 0
58d180e8
AM
12182};
12183
d969d15f
AM
12184/* Stripping output sections is normally done before dynamic section
12185 symbols have been allocated. This function is called later, and
12186 handles cases like htab->brlt which is mapped to its own output
12187 section. */
12188
12189static void
12190maybe_strip_output (struct bfd_link_info *info, asection *isec)
12191{
12192 if (isec->size == 0
12193 && isec->output_section->size == 0
53d8967a 12194 && !(isec->output_section->flags & SEC_KEEP)
d969d15f
AM
12195 && !bfd_section_removed_from_list (info->output_bfd,
12196 isec->output_section)
12197 && elf_section_data (isec->output_section)->dynindx == 0)
12198 {
12199 isec->output_section->flags |= SEC_EXCLUDE;
12200 bfd_section_list_remove (info->output_bfd, isec->output_section);
12201 info->output_bfd->section_count--;
12202 }
12203}
12204
721956f4
AM
12205/* Determine and set the size of the stub section for a final link.
12206
12207 The basic idea here is to examine all the relocations looking for
12208 PC-relative calls to a target that is unreachable with a "bl"
12209 instruction. */
12210
b34976b6 12211bfd_boolean
e7d1c40c 12212ppc64_elf_size_stubs (struct bfd_link_info *info)
721956f4
AM
12213{
12214 bfd_size_type stub_group_size;
b34976b6 12215 bfd_boolean stubs_always_before_branch;
721956f4
AM
12216 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12217
4dfe6ac6
NC
12218 if (htab == NULL)
12219 return FALSE;
12220
0e1862bb 12221 if (htab->params->plt_thread_safe == -1 && !bfd_link_executable (info))
e7d1c40c 12222 htab->params->plt_thread_safe = 1;
b9e5796b 12223 if (!htab->opd_abi)
e7d1c40c
AM
12224 htab->params->plt_thread_safe = 0;
12225 else if (htab->params->plt_thread_safe == -1)
794e51c0 12226 {
e2458743 12227 static const char *const thread_starter[] =
794e51c0
AM
12228 {
12229 "pthread_create",
12230 /* libstdc++ */
12231 "_ZNSt6thread15_M_start_threadESt10shared_ptrINS_10_Impl_baseEE",
12232 /* librt */
12233 "aio_init", "aio_read", "aio_write", "aio_fsync", "lio_listio",
12234 "mq_notify", "create_timer",
12235 /* libanl */
12236 "getaddrinfo_a",
12237 /* libgomp */
2300b5a1 12238 "GOMP_parallel",
794e51c0 12239 "GOMP_parallel_start",
2300b5a1 12240 "GOMP_parallel_loop_static",
794e51c0 12241 "GOMP_parallel_loop_static_start",
2300b5a1 12242 "GOMP_parallel_loop_dynamic",
794e51c0 12243 "GOMP_parallel_loop_dynamic_start",
2300b5a1 12244 "GOMP_parallel_loop_guided",
794e51c0 12245 "GOMP_parallel_loop_guided_start",
2300b5a1 12246 "GOMP_parallel_loop_runtime",
794e51c0 12247 "GOMP_parallel_loop_runtime_start",
2300b5a1 12248 "GOMP_parallel_sections",
68ffbac6 12249 "GOMP_parallel_sections_start",
f9dffbf0
AM
12250 /* libgo */
12251 "__go_go",
794e51c0
AM
12252 };
12253 unsigned i;
12254
a4b6fadd 12255 for (i = 0; i < ARRAY_SIZE (thread_starter); i++)
794e51c0
AM
12256 {
12257 struct elf_link_hash_entry *h;
12258 h = elf_link_hash_lookup (&htab->elf, thread_starter[i],
12259 FALSE, FALSE, TRUE);
e7d1c40c
AM
12260 htab->params->plt_thread_safe = h != NULL && h->ref_regular;
12261 if (htab->params->plt_thread_safe)
794e51c0
AM
12262 break;
12263 }
12264 }
e7d1c40c
AM
12265 stubs_always_before_branch = htab->params->group_size < 0;
12266 if (htab->params->group_size < 0)
12267 stub_group_size = -htab->params->group_size;
721956f4 12268 else
e7d1c40c 12269 stub_group_size = htab->params->group_size;
721956f4 12270
6f20ed8a
AM
12271 if (!group_sections (info, stub_group_size, stubs_always_before_branch))
12272 return FALSE;
721956f4 12273
c9301e31
AM
12274#define STUB_SHRINK_ITER 20
12275 /* Loop until no stubs added. After iteration 20 of this loop we may
12276 exit on a stub section shrinking. This is to break out of a
12277 pathological case where adding stubs on one iteration decreases
12278 section gaps (perhaps due to alignment), which then requires
12279 fewer or smaller stubs on the next iteration. */
12280
721956f4
AM
12281 while (1)
12282 {
12283 bfd *input_bfd;
12284 unsigned int bfd_indx;
a4b6fadd 12285 struct map_stub *group;
721956f4 12286 asection *stub_sec;
721956f4
AM
12287
12288 htab->stub_iteration += 1;
721956f4
AM
12289
12290 for (input_bfd = info->input_bfds, bfd_indx = 0;
12291 input_bfd != NULL;
c72f2fb2 12292 input_bfd = input_bfd->link.next, bfd_indx++)
721956f4
AM
12293 {
12294 Elf_Internal_Shdr *symtab_hdr;
12295 asection *section;
6cdc0ccc 12296 Elf_Internal_Sym *local_syms = NULL;
721956f4 12297
0c8d6e5c 12298 if (!is_ppc64_elf (input_bfd))
67f93c31
AM
12299 continue;
12300
721956f4 12301 /* We'll need the symbol table in a second. */
0ffa91dd 12302 symtab_hdr = &elf_symtab_hdr (input_bfd);
721956f4
AM
12303 if (symtab_hdr->sh_info == 0)
12304 continue;
12305
721956f4
AM
12306 /* Walk over each section attached to the input bfd. */
12307 for (section = input_bfd->sections;
12308 section != NULL;
12309 section = section->next)
12310 {
721956f4 12311 Elf_Internal_Rela *internal_relocs, *irelaend, *irela;
721956f4
AM
12312
12313 /* If there aren't any relocs, then there's nothing more
12314 to do. */
12315 if ((section->flags & SEC_RELOC) == 0
12c0f757
AM
12316 || (section->flags & SEC_ALLOC) == 0
12317 || (section->flags & SEC_LOAD) == 0
12318 || (section->flags & SEC_CODE) == 0
721956f4
AM
12319 || section->reloc_count == 0)
12320 continue;
12321
12322 /* If this section is a link-once section that will be
12323 discarded, then don't create any stubs. */
12324 if (section->output_section == NULL
927be08e 12325 || section->output_section->owner != info->output_bfd)
721956f4
AM
12326 continue;
12327
1e2f5b6e
AM
12328 /* Get the relocs. */
12329 internal_relocs
4ce794b7 12330 = _bfd_elf_link_read_relocs (input_bfd, section, NULL, NULL,
45d6a902 12331 info->keep_memory);
721956f4 12332 if (internal_relocs == NULL)
1e2f5b6e 12333 goto error_ret_free_local;
721956f4
AM
12334
12335 /* Now examine each relocation. */
12336 irela = internal_relocs;
12337 irelaend = irela + section->reloc_count;
12338 for (; irela < irelaend; irela++)
12339 {
4ce794b7
AM
12340 enum elf_ppc64_reloc_type r_type;
12341 unsigned int r_indx;
721956f4
AM
12342 enum ppc_stub_type stub_type;
12343 struct ppc_stub_hash_entry *stub_entry;
8387904d 12344 asection *sym_sec, *code_sec;
e054468f 12345 bfd_vma sym_value, code_value;
721956f4 12346 bfd_vma destination;
6911b7dc 12347 unsigned long local_off;
8843416a 12348 bfd_boolean ok_dest;
721956f4 12349 struct ppc_link_hash_entry *hash;
8387904d 12350 struct ppc_link_hash_entry *fdh;
411e1bfb
AM
12351 struct elf_link_hash_entry *h;
12352 Elf_Internal_Sym *sym;
721956f4
AM
12353 char *stub_name;
12354 const asection *id_sec;
74f0fb50 12355 struct _opd_sec_data *opd;
e054468f 12356 struct plt_entry *plt_ent;
721956f4
AM
12357
12358 r_type = ELF64_R_TYPE (irela->r_info);
12359 r_indx = ELF64_R_SYM (irela->r_info);
12360
4ce794b7 12361 if (r_type >= R_PPC64_max)
721956f4
AM
12362 {
12363 bfd_set_error (bfd_error_bad_value);
6cdc0ccc 12364 goto error_ret_free_internal;
721956f4
AM
12365 }
12366
12367 /* Only look for stubs on branch instructions. */
4ce794b7
AM
12368 if (r_type != R_PPC64_REL24
12369 && r_type != R_PPC64_REL14
12370 && r_type != R_PPC64_REL14_BRTAKEN
12371 && r_type != R_PPC64_REL14_BRNTAKEN)
721956f4
AM
12372 continue;
12373
12374 /* Now determine the call target, its name, value,
12375 section. */
411e1bfb
AM
12376 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
12377 r_indx, input_bfd))
12378 goto error_ret_free_internal;
12379 hash = (struct ppc_link_hash_entry *) h;
12380
8843416a 12381 ok_dest = FALSE;
8387904d 12382 fdh = NULL;
7fe2b9a6 12383 sym_value = 0;
411e1bfb 12384 if (hash == NULL)
721956f4 12385 {
411e1bfb 12386 sym_value = sym->st_value;
c27b8c2a
AM
12387 if (sym_sec != NULL
12388 && sym_sec->output_section != NULL)
12389 ok_dest = TRUE;
721956f4 12390 }
7fe2b9a6
AM
12391 else if (hash->elf.root.type == bfd_link_hash_defined
12392 || hash->elf.root.type == bfd_link_hash_defweak)
12393 {
12394 sym_value = hash->elf.root.u.def.value;
12395 if (sym_sec->output_section != NULL)
12396 ok_dest = TRUE;
12397 }
12398 else if (hash->elf.root.type == bfd_link_hash_undefweak
12399 || hash->elf.root.type == bfd_link_hash_undefined)
721956f4 12400 {
99877b66 12401 /* Recognise an old ABI func code entry sym, and
7fe2b9a6
AM
12402 use the func descriptor sym instead if it is
12403 defined. */
ceb1f1ef 12404 if (hash->elf.root.root.string[0] == '.'
b31867b6 12405 && (fdh = lookup_fdh (hash, htab)) != NULL)
8387904d 12406 {
8387904d
AM
12407 if (fdh->elf.root.type == bfd_link_hash_defined
12408 || fdh->elf.root.type == bfd_link_hash_defweak)
12409 {
12410 sym_sec = fdh->elf.root.u.def.section;
12411 sym_value = fdh->elf.root.u.def.value;
12412 if (sym_sec->output_section != NULL)
12413 ok_dest = TRUE;
12414 }
99877b66
AM
12415 else
12416 fdh = NULL;
8387904d 12417 }
7fe2b9a6
AM
12418 }
12419 else
12420 {
12421 bfd_set_error (bfd_error_bad_value);
12422 goto error_ret_free_internal;
721956f4
AM
12423 }
12424
8843416a 12425 destination = 0;
6911b7dc 12426 local_off = 0;
8843416a
AM
12427 if (ok_dest)
12428 {
12429 sym_value += irela->r_addend;
12430 destination = (sym_value
12431 + sym_sec->output_offset
12432 + sym_sec->output_section->vma);
6911b7dc
AM
12433 local_off = PPC64_LOCAL_ENTRY_OFFSET (hash
12434 ? hash->elf.other
12435 : sym->st_other);
8843416a
AM
12436 }
12437
8387904d 12438 code_sec = sym_sec;
e054468f 12439 code_value = sym_value;
74f0fb50
AM
12440 opd = get_opd_info (sym_sec);
12441 if (opd != NULL)
8387904d
AM
12442 {
12443 bfd_vma dest;
12444
74f0fb50 12445 if (hash == NULL && opd->adjust != NULL)
8387904d 12446 {
51aecdc5 12447 long adjust = opd->adjust[OPD_NDX (sym_value)];
8387904d
AM
12448 if (adjust == -1)
12449 continue;
e054468f 12450 code_value += adjust;
8387904d
AM
12451 sym_value += adjust;
12452 }
12453 dest = opd_entry_value (sym_sec, sym_value,
aef36ac1 12454 &code_sec, &code_value, FALSE);
8387904d
AM
12455 if (dest != (bfd_vma) -1)
12456 {
12457 destination = dest;
12458 if (fdh != NULL)
12459 {
12460 /* Fixup old ABI sym to point at code
12461 entry. */
99877b66 12462 hash->elf.root.type = bfd_link_hash_defweak;
8387904d 12463 hash->elf.root.u.def.section = code_sec;
e054468f 12464 hash->elf.root.u.def.value = code_value;
8387904d
AM
12465 }
12466 }
12467 }
12468
721956f4 12469 /* Determine what (if any) linker stub is needed. */
e054468f 12470 plt_ent = NULL;
721956f4 12471 stub_type = ppc_type_of_stub (section, irela, &hash,
6911b7dc
AM
12472 &plt_ent, destination,
12473 local_off);
ad8e1ba5
AM
12474
12475 if (stub_type != ppc_stub_plt_call)
12476 {
12477 /* Check whether we need a TOC adjusting stub.
12478 Since the linker pastes together pieces from
12479 different object files when creating the
12480 _init and _fini functions, it may be that a
12481 call to what looks like a local sym is in
12482 fact a call needing a TOC adjustment. */
8387904d
AM
12483 if (code_sec != NULL
12484 && code_sec->output_section != NULL
6f20ed8a
AM
12485 && (htab->sec_info[code_sec->id].toc_off
12486 != htab->sec_info[section->id].toc_off)
4c52953f
AM
12487 && (code_sec->has_toc_reloc
12488 || code_sec->makes_toc_func_call))
ad8e1ba5
AM
12489 stub_type = ppc_stub_long_branch_r2off;
12490 }
12491
721956f4
AM
12492 if (stub_type == ppc_stub_none)
12493 continue;
12494
411e1bfb
AM
12495 /* __tls_get_addr calls might be eliminated. */
12496 if (stub_type != ppc_stub_plt_call
12497 && hash != NULL
8387904d
AM
12498 && (hash == htab->tls_get_addr
12499 || hash == htab->tls_get_addr_fd)
411e1bfb
AM
12500 && section->has_tls_reloc
12501 && irela != internal_relocs)
12502 {
12503 /* Get tls info. */
f961d9dd 12504 unsigned char *tls_mask;
411e1bfb 12505
3a71aa26 12506 if (!get_tls_mask (&tls_mask, NULL, NULL, &local_syms,
411e1bfb
AM
12507 irela - 1, input_bfd))
12508 goto error_ret_free_internal;
e7b938ca 12509 if (*tls_mask != 0)
411e1bfb
AM
12510 continue;
12511 }
12512
3b421ab3
AM
12513 if (stub_type == ppc_stub_plt_call
12514 && irela + 1 < irelaend
12515 && irela[1].r_offset == irela->r_offset + 4
794e51c0
AM
12516 && ELF64_R_TYPE (irela[1].r_info) == R_PPC64_TOCSAVE)
12517 {
12518 if (!tocsave_find (htab, INSERT,
12519 &local_syms, irela + 1, input_bfd))
12520 goto error_ret_free_internal;
12521 }
12522 else if (stub_type == ppc_stub_plt_call)
12523 stub_type = ppc_stub_plt_call_r2save;
3b421ab3 12524
721956f4 12525 /* Support for grouping stub sections. */
6f20ed8a 12526 id_sec = htab->sec_info[section->id].u.group->link_sec;
721956f4
AM
12527
12528 /* Get the name of this stub. */
12529 stub_name = ppc_stub_name (id_sec, sym_sec, hash, irela);
12530 if (!stub_name)
12531 goto error_ret_free_internal;
12532
12533 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
b34976b6 12534 stub_name, FALSE, FALSE);
721956f4
AM
12535 if (stub_entry != NULL)
12536 {
12537 /* The proper stub has already been created. */
12538 free (stub_name);
794e51c0
AM
12539 if (stub_type == ppc_stub_plt_call_r2save)
12540 stub_entry->stub_type = stub_type;
721956f4
AM
12541 continue;
12542 }
12543
25f53a85 12544 stub_entry = ppc_add_stub (stub_name, section, info);
721956f4
AM
12545 if (stub_entry == NULL)
12546 {
12547 free (stub_name);
6cdc0ccc
AM
12548 error_ret_free_internal:
12549 if (elf_section_data (section)->relocs == NULL)
12550 free (internal_relocs);
12551 error_ret_free_local:
12552 if (local_syms != NULL
12553 && (symtab_hdr->contents
12554 != (unsigned char *) local_syms))
12555 free (local_syms);
b34976b6 12556 return FALSE;
721956f4
AM
12557 }
12558
ad8e1ba5 12559 stub_entry->stub_type = stub_type;
794e51c0
AM
12560 if (stub_type != ppc_stub_plt_call
12561 && stub_type != ppc_stub_plt_call_r2save)
e054468f
AM
12562 {
12563 stub_entry->target_value = code_value;
12564 stub_entry->target_section = code_sec;
12565 }
12566 else
12567 {
12568 stub_entry->target_value = sym_value;
12569 stub_entry->target_section = sym_sec;
12570 }
721956f4 12571 stub_entry->h = hash;
e054468f 12572 stub_entry->plt_ent = plt_ent;
6911b7dc 12573 stub_entry->other = hash ? hash->elf.other : sym->st_other;
ee75fd95
AM
12574
12575 if (stub_entry->h != NULL)
12576 htab->stub_globals += 1;
721956f4
AM
12577 }
12578
12579 /* We're done with the internal relocs, free them. */
6cdc0ccc 12580 if (elf_section_data (section)->relocs != internal_relocs)
1e2f5b6e 12581 free (internal_relocs);
721956f4 12582 }
6cdc0ccc
AM
12583
12584 if (local_syms != NULL
12585 && symtab_hdr->contents != (unsigned char *) local_syms)
12586 {
12587 if (!info->keep_memory)
12588 free (local_syms);
12589 else
12590 symtab_hdr->contents = (unsigned char *) local_syms;
12591 }
721956f4
AM
12592 }
12593
5c3dead3 12594 /* We may have added some stubs. Find out the new size of the
721956f4 12595 stub sections. */
e7d1c40c 12596 for (stub_sec = htab->params->stub_bfd->sections;
721956f4
AM
12597 stub_sec != NULL;
12598 stub_sec = stub_sec->next)
e717da7e 12599 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
ee75fd95 12600 {
5c3dead3 12601 stub_sec->rawsize = stub_sec->size;
ee75fd95
AM
12602 stub_sec->size = 0;
12603 stub_sec->reloc_count = 0;
84f5d08e 12604 stub_sec->flags &= ~SEC_RELOC;
ee75fd95 12605 }
eea6121a
AM
12606
12607 htab->brlt->size = 0;
84f5d08e
AM
12608 htab->brlt->reloc_count = 0;
12609 htab->brlt->flags &= ~SEC_RELOC;
ee75fd95 12610 if (htab->relbrlt != NULL)
eea6121a 12611 htab->relbrlt->size = 0;
721956f4 12612
63bc6f6c 12613 bfd_hash_traverse (&htab->stub_hash_table, ppc_size_one_stub, info);
721956f4 12614
a4b6fadd
AM
12615 for (group = htab->group; group != NULL; group = group->next)
12616 if (group->needs_save_res)
12617 group->stub_sec->size += htab->sfpr->size;
12618
176a0d42
AM
12619 if (info->emitrelocations
12620 && htab->glink != NULL && htab->glink->size != 0)
12621 {
12622 htab->glink->reloc_count = 1;
12623 htab->glink->flags |= SEC_RELOC;
12624 }
12625
58d180e8
AM
12626 if (htab->glink_eh_frame != NULL
12627 && !bfd_is_abs_section (htab->glink_eh_frame->output_section)
9a2a56cc 12628 && htab->glink_eh_frame->output_section->size != 0)
58d180e8 12629 {
4bbe044a 12630 size_t size = 0, align;
58d180e8 12631
e7d1c40c 12632 for (stub_sec = htab->params->stub_bfd->sections;
58d180e8
AM
12633 stub_sec != NULL;
12634 stub_sec = stub_sec->next)
12635 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
da44f4e5 12636 size += 24;
58d180e8
AM
12637 if (htab->glink != NULL && htab->glink->size != 0)
12638 size += 24;
12639 if (size != 0)
12640 size += sizeof (glink_eh_frame_cie);
4bbe044a
AM
12641 align = 1;
12642 align <<= htab->glink_eh_frame->output_section->alignment_power;
12643 align -= 1;
12644 size = (size + align) & ~align;
58d180e8
AM
12645 htab->glink_eh_frame->rawsize = htab->glink_eh_frame->size;
12646 htab->glink_eh_frame->size = size;
12647 }
12648
e7d1c40c
AM
12649 if (htab->params->plt_stub_align != 0)
12650 for (stub_sec = htab->params->stub_bfd->sections;
794e51c0
AM
12651 stub_sec != NULL;
12652 stub_sec = stub_sec->next)
12653 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
e7d1c40c
AM
12654 stub_sec->size = ((stub_sec->size
12655 + (1 << htab->params->plt_stub_align) - 1)
29f628db 12656 & -(1 << htab->params->plt_stub_align));
794e51c0 12657
e7d1c40c 12658 for (stub_sec = htab->params->stub_bfd->sections;
5c3dead3
AM
12659 stub_sec != NULL;
12660 stub_sec = stub_sec->next)
12661 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0
c9301e31
AM
12662 && stub_sec->rawsize != stub_sec->size
12663 && (htab->stub_iteration <= STUB_SHRINK_ITER
12664 || stub_sec->rawsize < stub_sec->size))
5c3dead3
AM
12665 break;
12666
58d180e8
AM
12667 if (stub_sec == NULL
12668 && (htab->glink_eh_frame == NULL
12669 || htab->glink_eh_frame->rawsize == htab->glink_eh_frame->size))
5c3dead3
AM
12670 break;
12671
721956f4 12672 /* Ask the linker to do its stuff. */
e7d1c40c 12673 (*htab->params->layout_sections_again) ();
721956f4
AM
12674 }
12675
da44f4e5
AM
12676 if (htab->glink_eh_frame != NULL
12677 && htab->glink_eh_frame->size != 0)
12678 {
12679 bfd_vma val;
12680 bfd_byte *p, *last_fde;
12681 size_t last_fde_len, size, align, pad;
12682 asection *stub_sec;
12683
12684 p = bfd_zalloc (htab->glink_eh_frame->owner, htab->glink_eh_frame->size);
12685 if (p == NULL)
12686 return FALSE;
12687 htab->glink_eh_frame->contents = p;
12688 last_fde = p;
12689
12690 memcpy (p, glink_eh_frame_cie, sizeof (glink_eh_frame_cie));
12691 /* CIE length (rewrite in case little-endian). */
12692 last_fde_len = sizeof (glink_eh_frame_cie) - 4;
12693 bfd_put_32 (htab->elf.dynobj, last_fde_len, p);
12694 p += sizeof (glink_eh_frame_cie);
12695
12696 for (stub_sec = htab->params->stub_bfd->sections;
12697 stub_sec != NULL;
12698 stub_sec = stub_sec->next)
12699 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12700 {
12701 last_fde = p;
12702 last_fde_len = 20;
12703 /* FDE length. */
12704 bfd_put_32 (htab->elf.dynobj, 20, p);
12705 p += 4;
12706 /* CIE pointer. */
12707 val = p - htab->glink_eh_frame->contents;
12708 bfd_put_32 (htab->elf.dynobj, val, p);
12709 p += 4;
12710 /* Offset to stub section, written later. */
12711 p += 4;
12712 /* stub section size. */
12713 bfd_put_32 (htab->elf.dynobj, stub_sec->size, p);
12714 p += 4;
12715 /* Augmentation. */
12716 p += 1;
12717 /* Pad. */
12718 p += 7;
12719 }
12720 if (htab->glink != NULL && htab->glink->size != 0)
12721 {
12722 last_fde = p;
12723 last_fde_len = 20;
12724 /* FDE length. */
12725 bfd_put_32 (htab->elf.dynobj, 20, p);
12726 p += 4;
12727 /* CIE pointer. */
12728 val = p - htab->glink_eh_frame->contents;
12729 bfd_put_32 (htab->elf.dynobj, val, p);
12730 p += 4;
12731 /* Offset to .glink, written later. */
12732 p += 4;
12733 /* .glink size. */
12734 bfd_put_32 (htab->elf.dynobj, htab->glink->size - 8, p);
12735 p += 4;
12736 /* Augmentation. */
12737 p += 1;
12738
12739 *p++ = DW_CFA_advance_loc + 1;
12740 *p++ = DW_CFA_register;
12741 *p++ = 65;
9f08fa5c 12742 *p++ = htab->opd_abi ? 12 : 0;
da44f4e5
AM
12743 *p++ = DW_CFA_advance_loc + 4;
12744 *p++ = DW_CFA_restore_extended;
12745 *p++ = 65;
12746 }
12747 /* Subsume any padding into the last FDE if user .eh_frame
12748 sections are aligned more than glink_eh_frame. Otherwise any
12749 zero padding will be seen as a terminator. */
12750 size = p - htab->glink_eh_frame->contents;
12751 align = 1;
12752 align <<= htab->glink_eh_frame->output_section->alignment_power;
12753 align -= 1;
12754 pad = ((size + align) & ~align) - size;
12755 htab->glink_eh_frame->size = size + pad;
12756 bfd_put_32 (htab->elf.dynobj, last_fde_len + pad, last_fde);
12757 }
12758
d969d15f
AM
12759 maybe_strip_output (info, htab->brlt);
12760 if (htab->glink_eh_frame != NULL)
12761 maybe_strip_output (info, htab->glink_eh_frame);
721956f4 12762
b34976b6 12763 return TRUE;
721956f4
AM
12764}
12765
12766/* Called after we have determined section placement. If sections
805fc799 12767 move, we'll be called again. Provide a value for TOCstart. */
721956f4 12768
805fc799 12769bfd_vma
1c865ab2 12770ppc64_elf_set_toc (struct bfd_link_info *info, bfd *obfd)
721956f4 12771{
805fc799 12772 asection *s;
a27e685f 12773 bfd_vma TOCstart, adjust;
721956f4 12774
43417696
AM
12775 if (info != NULL)
12776 {
12777 struct elf_link_hash_entry *h;
12778 struct elf_link_hash_table *htab = elf_hash_table (info);
12779
12780 if (is_elf_hash_table (htab)
12781 && htab->hgot != NULL)
12782 h = htab->hgot;
12783 else
12784 {
12785 h = elf_link_hash_lookup (htab, ".TOC.", FALSE, FALSE, TRUE);
12786 if (is_elf_hash_table (htab))
12787 htab->hgot = h;
12788 }
12789 if (h != NULL
12790 && h->root.type == bfd_link_hash_defined
12791 && !h->root.linker_def
12792 && (!is_elf_hash_table (htab)
12793 || h->def_regular))
12794 {
12795 TOCstart = (h->root.u.def.value - TOC_BASE_OFF
12796 + h->root.u.def.section->output_offset
12797 + h->root.u.def.section->output_section->vma);
12798 _bfd_set_gp_value (obfd, TOCstart);
12799 return TOCstart;
12800 }
12801 }
12802
805fc799
AM
12803 /* The TOC consists of sections .got, .toc, .tocbss, .plt in that
12804 order. The TOC starts where the first of these sections starts. */
12805 s = bfd_get_section_by_name (obfd, ".got");
e054468f 12806 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
805fc799 12807 s = bfd_get_section_by_name (obfd, ".toc");
e054468f 12808 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
805fc799 12809 s = bfd_get_section_by_name (obfd, ".tocbss");
e054468f 12810 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
805fc799 12811 s = bfd_get_section_by_name (obfd, ".plt");
e054468f 12812 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
805fc799
AM
12813 {
12814 /* This may happen for
12815 o references to TOC base (SYM@toc / TOC[tc0]) without a
12816 .toc directive
12817 o bad linker script
12818 o --gc-sections and empty TOC sections
12819
12820 FIXME: Warn user? */
12821
12822 /* Look for a likely section. We probably won't even be
12823 using TOCstart. */
12824 for (s = obfd->sections; s != NULL; s = s->next)
e054468f
AM
12825 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_READONLY
12826 | SEC_EXCLUDE))
805fc799
AM
12827 == (SEC_ALLOC | SEC_SMALL_DATA))
12828 break;
721956f4 12829 if (s == NULL)
805fc799 12830 for (s = obfd->sections; s != NULL; s = s->next)
e054468f 12831 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_EXCLUDE))
805fc799
AM
12832 == (SEC_ALLOC | SEC_SMALL_DATA))
12833 break;
721956f4 12834 if (s == NULL)
805fc799 12835 for (s = obfd->sections; s != NULL; s = s->next)
e054468f
AM
12836 if ((s->flags & (SEC_ALLOC | SEC_READONLY | SEC_EXCLUDE))
12837 == SEC_ALLOC)
805fc799 12838 break;
721956f4 12839 if (s == NULL)
805fc799 12840 for (s = obfd->sections; s != NULL; s = s->next)
e054468f 12841 if ((s->flags & (SEC_ALLOC | SEC_EXCLUDE)) == SEC_ALLOC)
805fc799
AM
12842 break;
12843 }
721956f4 12844
805fc799
AM
12845 TOCstart = 0;
12846 if (s != NULL)
12847 TOCstart = s->output_section->vma + s->output_offset;
721956f4 12848
a27e685f
AM
12849 /* Force alignment. */
12850 adjust = TOCstart & (TOC_BASE_ALIGN - 1);
12851 TOCstart -= adjust;
1c865ab2
AM
12852 _bfd_set_gp_value (obfd, TOCstart);
12853
810d4e75 12854 if (info != NULL && s != NULL)
1c865ab2
AM
12855 {
12856 struct ppc_link_hash_table *htab = ppc_hash_table (info);
12857
810d4e75
AM
12858 if (htab != NULL)
12859 {
12860 if (htab->elf.hgot != NULL)
12861 {
a27e685f 12862 htab->elf.hgot->root.u.def.value = TOC_BASE_OFF - adjust;
810d4e75
AM
12863 htab->elf.hgot->root.u.def.section = s;
12864 }
12865 }
12866 else
1c865ab2 12867 {
810d4e75
AM
12868 struct bfd_link_hash_entry *bh = NULL;
12869 _bfd_generic_link_add_one_symbol (info, obfd, ".TOC.", BSF_GLOBAL,
a27e685f
AM
12870 s, TOC_BASE_OFF - adjust,
12871 NULL, FALSE, FALSE, &bh);
1c865ab2
AM
12872 }
12873 }
805fc799 12874 return TOCstart;
721956f4
AM
12875}
12876
a345bc8d
AM
12877/* Called via elf_link_hash_traverse from ppc64_elf_build_stubs to
12878 write out any global entry stubs. */
12879
12880static bfd_boolean
12881build_global_entry_stubs (struct elf_link_hash_entry *h, void *inf)
12882{
12883 struct bfd_link_info *info;
12884 struct ppc_link_hash_table *htab;
12885 struct plt_entry *pent;
12886 asection *s;
12887
12888 if (h->root.type == bfd_link_hash_indirect)
12889 return TRUE;
12890
12891 if (!h->pointer_equality_needed)
12892 return TRUE;
12893
12894 if (h->def_regular)
12895 return TRUE;
12896
12897 info = inf;
12898 htab = ppc_hash_table (info);
12899 if (htab == NULL)
12900 return FALSE;
12901
12902 s = htab->glink;
12903 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
12904 if (pent->plt.offset != (bfd_vma) -1
12905 && pent->addend == 0)
12906 {
12907 bfd_byte *p;
12908 asection *plt;
12909 bfd_vma off;
12910
a345bc8d 12911 p = s->contents + h->root.u.def.value;
33e44f2e 12912 plt = htab->elf.splt;
a345bc8d
AM
12913 if (!htab->elf.dynamic_sections_created
12914 || h->dynindx == -1)
33e44f2e 12915 plt = htab->elf.iplt;
a345bc8d
AM
12916 off = pent->plt.offset + plt->output_offset + plt->output_section->vma;
12917 off -= h->root.u.def.value + s->output_offset + s->output_section->vma;
12918
12919 if (off + 0x80008000 > 0xffffffff || (off & 3) != 0)
12920 {
12921 info->callbacks->einfo
12922 (_("%P: linkage table error against `%T'\n"),
12923 h->root.root.string);
12924 bfd_set_error (bfd_error_bad_value);
12925 htab->stub_error = TRUE;
12926 }
12927
7341d5e2
AM
12928 htab->stub_count[ppc_stub_global_entry - 1] += 1;
12929 if (htab->params->emit_stub_syms)
12930 {
12931 size_t len = strlen (h->root.root.string);
12932 char *name = bfd_malloc (sizeof "12345678.global_entry." + len);
12933
12934 if (name == NULL)
12935 return FALSE;
12936
12937 sprintf (name, "%08x.global_entry.%s", s->id, h->root.root.string);
12938 h = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
12939 if (h == NULL)
12940 return FALSE;
12941 if (h->root.type == bfd_link_hash_new)
12942 {
12943 h->root.type = bfd_link_hash_defined;
12944 h->root.u.def.section = s;
12945 h->root.u.def.value = p - s->contents;
12946 h->ref_regular = 1;
12947 h->def_regular = 1;
12948 h->ref_regular_nonweak = 1;
12949 h->forced_local = 1;
12950 h->non_elf = 0;
2ec55de3 12951 h->root.linker_def = 1;
7341d5e2
AM
12952 }
12953 }
12954
a345bc8d
AM
12955 if (PPC_HA (off) != 0)
12956 {
12957 bfd_put_32 (s->owner, ADDIS_R12_R12 | PPC_HA (off), p);
12958 p += 4;
12959 }
12960 bfd_put_32 (s->owner, LD_R12_0R12 | PPC_LO (off), p);
12961 p += 4;
12962 bfd_put_32 (s->owner, MTCTR_R12, p);
12963 p += 4;
12964 bfd_put_32 (s->owner, BCTR, p);
12965 break;
12966 }
12967 return TRUE;
12968}
12969
721956f4
AM
12970/* Build all the stubs associated with the current output file.
12971 The stubs are kept in a hash table attached to the main linker
12972 hash table. This function is called via gldelf64ppc_finish. */
12973
b34976b6 12974bfd_boolean
e7d1c40c 12975ppc64_elf_build_stubs (struct bfd_link_info *info,
4ce794b7 12976 char **stats)
5d1634d7
AM
12977{
12978 struct ppc_link_hash_table *htab = ppc_hash_table (info);
a4b6fadd 12979 struct map_stub *group;
721956f4 12980 asection *stub_sec;
5d1634d7 12981 bfd_byte *p;
e717da7e 12982 int stub_sec_count = 0;
5d1634d7 12983
4dfe6ac6
NC
12984 if (htab == NULL)
12985 return FALSE;
12986
eea6121a 12987 /* Allocate memory to hold the linker stubs. */
e7d1c40c 12988 for (stub_sec = htab->params->stub_bfd->sections;
721956f4
AM
12989 stub_sec != NULL;
12990 stub_sec = stub_sec->next)
eea6121a
AM
12991 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0
12992 && stub_sec->size != 0)
e717da7e 12993 {
e7d1c40c 12994 stub_sec->contents = bfd_zalloc (htab->params->stub_bfd, stub_sec->size);
eea6121a
AM
12995 if (stub_sec->contents == NULL)
12996 return FALSE;
eea6121a 12997 stub_sec->size = 0;
e717da7e 12998 }
5d1634d7 12999
23eb7e01 13000 if (htab->glink != NULL && htab->glink->size != 0)
5d1634d7 13001 {
9f951329 13002 unsigned int indx;
ad8e1ba5 13003 bfd_vma plt0;
9f951329 13004
721956f4 13005 /* Build the .glink plt call stub. */
e7d1c40c 13006 if (htab->params->emit_stub_syms)
97b639ba
AM
13007 {
13008 struct elf_link_hash_entry *h;
468392fb
AM
13009 h = elf_link_hash_lookup (&htab->elf, "__glink_PLTresolve",
13010 TRUE, FALSE, FALSE);
97b639ba
AM
13011 if (h == NULL)
13012 return FALSE;
13013 if (h->root.type == bfd_link_hash_new)
13014 {
13015 h->root.type = bfd_link_hash_defined;
13016 h->root.u.def.section = htab->glink;
ee4bf8d2 13017 h->root.u.def.value = 8;
f5385ebf
AM
13018 h->ref_regular = 1;
13019 h->def_regular = 1;
13020 h->ref_regular_nonweak = 1;
13021 h->forced_local = 1;
13022 h->non_elf = 0;
2ec55de3 13023 h->root.linker_def = 1;
97b639ba
AM
13024 }
13025 }
33e44f2e
AM
13026 plt0 = (htab->elf.splt->output_section->vma
13027 + htab->elf.splt->output_offset
13028 - 16);
176a0d42
AM
13029 if (info->emitrelocations)
13030 {
13031 Elf_Internal_Rela *r = get_relocs (htab->glink, 1);
13032 if (r == NULL)
13033 return FALSE;
13034 r->r_offset = (htab->glink->output_offset
13035 + htab->glink->output_section->vma);
13036 r->r_info = ELF64_R_INFO (0, R_PPC64_REL64);
13037 r->r_addend = plt0;
13038 }
4ce794b7 13039 p = htab->glink->contents;
176a0d42 13040 plt0 -= htab->glink->output_section->vma + htab->glink->output_offset;
ee4bf8d2
AM
13041 bfd_put_64 (htab->glink->owner, plt0, p);
13042 p += 8;
b9e5796b
AM
13043 if (htab->opd_abi)
13044 {
13045 bfd_put_32 (htab->glink->owner, MFLR_R12, p);
13046 p += 4;
13047 bfd_put_32 (htab->glink->owner, BCL_20_31, p);
13048 p += 4;
13049 bfd_put_32 (htab->glink->owner, MFLR_R11, p);
13050 p += 4;
13051 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | (-16 & 0xfffc), p);
13052 p += 4;
13053 bfd_put_32 (htab->glink->owner, MTLR_R12, p);
13054 p += 4;
13055 bfd_put_32 (htab->glink->owner, ADD_R11_R2_R11, p);
13056 p += 4;
13057 bfd_put_32 (htab->glink->owner, LD_R12_0R11, p);
13058 p += 4;
13059 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | 8, p);
13060 p += 4;
13061 bfd_put_32 (htab->glink->owner, MTCTR_R12, p);
13062 p += 4;
13063 bfd_put_32 (htab->glink->owner, LD_R11_0R11 | 16, p);
13064 p += 4;
13065 }
13066 else
13067 {
13068 bfd_put_32 (htab->glink->owner, MFLR_R0, p);
13069 p += 4;
13070 bfd_put_32 (htab->glink->owner, BCL_20_31, p);
13071 p += 4;
13072 bfd_put_32 (htab->glink->owner, MFLR_R11, p);
13073 p += 4;
13074 bfd_put_32 (htab->glink->owner, LD_R2_0R11 | (-16 & 0xfffc), p);
13075 p += 4;
13076 bfd_put_32 (htab->glink->owner, MTLR_R0, p);
13077 p += 4;
13078 bfd_put_32 (htab->glink->owner, SUB_R12_R12_R11, p);
13079 p += 4;
13080 bfd_put_32 (htab->glink->owner, ADD_R11_R2_R11, p);
13081 p += 4;
13082 bfd_put_32 (htab->glink->owner, ADDI_R0_R12 | (-48 & 0xffff), p);
13083 p += 4;
13084 bfd_put_32 (htab->glink->owner, LD_R12_0R11, p);
13085 p += 4;
13086 bfd_put_32 (htab->glink->owner, SRDI_R0_R0_2, p);
13087 p += 4;
13088 bfd_put_32 (htab->glink->owner, MTCTR_R12, p);
13089 p += 4;
13090 bfd_put_32 (htab->glink->owner, LD_R11_0R11 | 8, p);
13091 p += 4;
13092 }
4ce794b7 13093 bfd_put_32 (htab->glink->owner, BCTR, p);
ad8e1ba5 13094 p += 4;
ee4bf8d2
AM
13095 while (p - htab->glink->contents < GLINK_CALL_STUB_SIZE)
13096 {
13097 bfd_put_32 (htab->glink->owner, NOP, p);
13098 p += 4;
13099 }
ad8e1ba5 13100
9f951329
AM
13101 /* Build the .glink lazy link call stubs. */
13102 indx = 0;
a345bc8d 13103 while (p < htab->glink->contents + htab->glink->rawsize)
9f951329 13104 {
b9e5796b 13105 if (htab->opd_abi)
9f951329 13106 {
b9e5796b
AM
13107 if (indx < 0x8000)
13108 {
13109 bfd_put_32 (htab->glink->owner, LI_R0_0 | indx, p);
13110 p += 4;
13111 }
13112 else
13113 {
13114 bfd_put_32 (htab->glink->owner, LIS_R0_0 | PPC_HI (indx), p);
13115 p += 4;
13116 bfd_put_32 (htab->glink->owner, ORI_R0_R0_0 | PPC_LO (indx),
13117 p);
13118 p += 4;
13119 }
9f951329 13120 }
4ce794b7 13121 bfd_put_32 (htab->glink->owner,
ee4bf8d2 13122 B_DOT | ((htab->glink->contents - p + 8) & 0x3fffffc), p);
a16d5acb 13123 indx++;
9f951329
AM
13124 p += 4;
13125 }
a345bc8d
AM
13126
13127 /* Build .glink global entry stubs. */
13128 if (htab->glink->size > htab->glink->rawsize)
afe397ea 13129 elf_link_hash_traverse (&htab->elf, build_global_entry_stubs, info);
5d1634d7 13130 }
5d1634d7 13131
7341d5e2 13132 if (htab->brlt != NULL && htab->brlt->size != 0)
721956f4 13133 {
4ce794b7 13134 htab->brlt->contents = bfd_zalloc (htab->brlt->owner,
eea6121a 13135 htab->brlt->size);
4ce794b7 13136 if (htab->brlt->contents == NULL)
b34976b6 13137 return FALSE;
721956f4 13138 }
ee75fd95 13139 if (htab->relbrlt != NULL && htab->relbrlt->size != 0)
63bc6f6c
AM
13140 {
13141 htab->relbrlt->contents = bfd_zalloc (htab->relbrlt->owner,
eea6121a 13142 htab->relbrlt->size);
63bc6f6c
AM
13143 if (htab->relbrlt->contents == NULL)
13144 return FALSE;
13145 }
5d1634d7 13146
721956f4
AM
13147 /* Build the stubs as directed by the stub hash table. */
13148 bfd_hash_traverse (&htab->stub_hash_table, ppc_build_one_stub, info);
5d1634d7 13149
a4b6fadd
AM
13150 for (group = htab->group; group != NULL; group = group->next)
13151 if (group->needs_save_res)
13152 {
13153 stub_sec = group->stub_sec;
13154 memcpy (stub_sec->contents + stub_sec->size, htab->sfpr->contents,
13155 htab->sfpr->size);
13156 if (htab->params->emit_stub_syms)
13157 {
13158 unsigned int i;
13159
13160 for (i = 0; i < ARRAY_SIZE (save_res_funcs); i++)
13161 if (!sfpr_define (info, &save_res_funcs[i], stub_sec))
13162 return FALSE;
13163 }
13164 stub_sec->size += htab->sfpr->size;
13165 }
13166
aa8a7074
AM
13167 if (htab->relbrlt != NULL)
13168 htab->relbrlt->reloc_count = 0;
13169
e7d1c40c
AM
13170 if (htab->params->plt_stub_align != 0)
13171 for (stub_sec = htab->params->stub_bfd->sections;
794e51c0
AM
13172 stub_sec != NULL;
13173 stub_sec = stub_sec->next)
13174 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
e7d1c40c
AM
13175 stub_sec->size = ((stub_sec->size
13176 + (1 << htab->params->plt_stub_align) - 1)
29f628db 13177 & -(1 << htab->params->plt_stub_align));
794e51c0 13178
e7d1c40c 13179 for (stub_sec = htab->params->stub_bfd->sections;
721956f4
AM
13180 stub_sec != NULL;
13181 stub_sec = stub_sec->next)
e717da7e
AM
13182 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
13183 {
13184 stub_sec_count += 1;
c9301e31
AM
13185 if (stub_sec->rawsize != stub_sec->size
13186 && (htab->stub_iteration <= STUB_SHRINK_ITER
13187 || stub_sec->rawsize < stub_sec->size))
e717da7e
AM
13188 break;
13189 }
5d1634d7 13190
da44f4e5
AM
13191 /* Note that the glink_eh_frame check here is not only testing that
13192 the generated size matched the calculated size but also that
13193 bfd_elf_discard_info didn't make any changes to the section. */
721956f4 13194 if (stub_sec != NULL
58d180e8
AM
13195 || (htab->glink_eh_frame != NULL
13196 && htab->glink_eh_frame->rawsize != htab->glink_eh_frame->size))
5d1634d7 13197 {
b34976b6 13198 htab->stub_error = TRUE;
8de848d8 13199 info->callbacks->einfo (_("%P: stubs don't match calculated size\n"));
5d1634d7 13200 }
721956f4 13201
d2a300cf
AM
13202 if (htab->stub_error)
13203 return FALSE;
13204
13205 if (stats != NULL)
13206 {
13207 *stats = bfd_malloc (500);
13208 if (*stats == NULL)
13209 return FALSE;
13210
ee75fd95 13211 sprintf (*stats, _("linker stubs in %u group%s\n"
d2a300cf
AM
13212 " branch %lu\n"
13213 " toc adjust %lu\n"
13214 " long branch %lu\n"
13215 " long toc adj %lu\n"
794e51c0 13216 " plt call %lu\n"
7341d5e2
AM
13217 " plt call toc %lu\n"
13218 " global entry %lu"),
e717da7e 13219 stub_sec_count,
ee75fd95 13220 stub_sec_count == 1 ? "" : "s",
4ce794b7
AM
13221 htab->stub_count[ppc_stub_long_branch - 1],
13222 htab->stub_count[ppc_stub_long_branch_r2off - 1],
13223 htab->stub_count[ppc_stub_plt_branch - 1],
13224 htab->stub_count[ppc_stub_plt_branch_r2off - 1],
794e51c0 13225 htab->stub_count[ppc_stub_plt_call - 1],
7341d5e2
AM
13226 htab->stub_count[ppc_stub_plt_call_r2save - 1],
13227 htab->stub_count[ppc_stub_global_entry - 1]);
d2a300cf
AM
13228 }
13229 return TRUE;
5bd4f169
AM
13230}
13231
99877b66
AM
13232/* This function undoes the changes made by add_symbol_adjust. */
13233
13234static bfd_boolean
13235undo_symbol_twiddle (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
13236{
13237 struct ppc_link_hash_entry *eh;
13238
13239 if (h->root.type == bfd_link_hash_indirect)
13240 return TRUE;
13241
99877b66
AM
13242 eh = (struct ppc_link_hash_entry *) h;
13243 if (eh->elf.root.type != bfd_link_hash_undefweak || !eh->was_undefined)
13244 return TRUE;
13245
13246 eh->elf.root.type = bfd_link_hash_undefined;
13247 return TRUE;
13248}
13249
13250void
13251ppc64_elf_restore_symbols (struct bfd_link_info *info)
13252{
13253 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4dfe6ac6
NC
13254
13255 if (htab != NULL)
13256 elf_link_hash_traverse (&htab->elf, undo_symbol_twiddle, info);
99877b66
AM
13257}
13258
60124e18
AM
13259/* What to do when ld finds relocations against symbols defined in
13260 discarded sections. */
13261
13262static unsigned int
13263ppc64_elf_action_discarded (asection *sec)
13264{
13265 if (strcmp (".opd", sec->name) == 0)
13266 return 0;
13267
13268 if (strcmp (".toc", sec->name) == 0)
13269 return 0;
13270
bce50a28
JJ
13271 if (strcmp (".toc1", sec->name) == 0)
13272 return 0;
13273
60124e18
AM
13274 return _bfd_elf_default_action_discarded (sec);
13275}
13276
5bd4f169
AM
13277/* The RELOCATE_SECTION function is called by the ELF backend linker
13278 to handle the relocations for a section.
13279
13280 The relocs are always passed as Rela structures; if the section
13281 actually uses Rel structures, the r_addend field will always be
13282 zero.
13283
13284 This function is responsible for adjust the section contents as
13285 necessary, and (if using Rela relocs and generating a
1049f94e 13286 relocatable output file) adjusting the reloc addend as
5bd4f169
AM
13287 necessary.
13288
13289 This function does not have to worry about setting the reloc
13290 address or the reloc symbol index.
13291
13292 LOCAL_SYMS is a pointer to the swapped in local symbols.
13293
13294 LOCAL_SECTIONS is an array giving the section in the input file
13295 corresponding to the st_shndx field of each local symbol.
13296
13297 The global hash table entry for the global symbols can be found
13298 via elf_sym_hashes (input_bfd).
13299
1049f94e 13300 When generating relocatable output, this function must handle
5bd4f169
AM
13301 STB_LOCAL/STT_SECTION symbols specially. The output symbol is
13302 going to be the section symbol corresponding to the output
13303 section, which means that the addend must be adjusted
13304 accordingly. */
13305
b34976b6 13306static bfd_boolean
4ce794b7
AM
13307ppc64_elf_relocate_section (bfd *output_bfd,
13308 struct bfd_link_info *info,
13309 bfd *input_bfd,
13310 asection *input_section,
13311 bfd_byte *contents,
13312 Elf_Internal_Rela *relocs,
13313 Elf_Internal_Sym *local_syms,
13314 asection **local_sections)
5bd4f169 13315{
65f38f15 13316 struct ppc_link_hash_table *htab;
5bd4f169
AM
13317 Elf_Internal_Shdr *symtab_hdr;
13318 struct elf_link_hash_entry **sym_hashes;
5bd4f169 13319 Elf_Internal_Rela *rel;
c316a17c 13320 Elf_Internal_Rela *wrel;
5bd4f169 13321 Elf_Internal_Rela *relend;
411e1bfb
AM
13322 Elf_Internal_Rela outrel;
13323 bfd_byte *loc;
411e1bfb 13324 struct got_entry **local_got_ents;
5bd4f169 13325 bfd_vma TOCstart;
b34976b6
AM
13326 bfd_boolean ret = TRUE;
13327 bfd_boolean is_opd;
794e51c0
AM
13328 /* Assume 'at' branch hints. */
13329 bfd_boolean is_isa_v2 = TRUE;
4fe5ca5b 13330 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0);
5bd4f169 13331
65f38f15 13332 /* Initialize howto table if needed. */
5bd4f169 13333 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
5bd4f169
AM
13334 ppc_howto_init ();
13335
65f38f15 13336 htab = ppc_hash_table (info);
4dfe6ac6
NC
13337 if (htab == NULL)
13338 return FALSE;
ee75fd95
AM
13339
13340 /* Don't relocate stub sections. */
e7d1c40c 13341 if (input_section->owner == htab->params->stub_bfd)
ee75fd95
AM
13342 return TRUE;
13343
0c8d6e5c 13344 BFD_ASSERT (is_ppc64_elf (input_bfd));
0ffa91dd 13345
411e1bfb 13346 local_got_ents = elf_local_got_ents (input_bfd);
5bd4f169 13347 TOCstart = elf_gp (output_bfd);
0ffa91dd 13348 symtab_hdr = &elf_symtab_hdr (input_bfd);
5bd4f169 13349 sym_hashes = elf_sym_hashes (input_bfd);
7c8fe5c4 13350 is_opd = ppc64_elf_section_data (input_section)->sec_type == sec_opd;
65f38f15 13351
c316a17c 13352 rel = wrel = relocs;
5bd4f169 13353 relend = relocs + input_section->reloc_count;
c316a17c 13354 for (; rel < relend; wrel++, rel++)
5bd4f169 13355 {
04c9666a 13356 enum elf_ppc64_reloc_type r_type;
31c76678 13357 bfd_vma addend;
5bd4f169
AM
13358 bfd_reloc_status_type r;
13359 Elf_Internal_Sym *sym;
13360 asection *sec;
039b3fef
AM
13361 struct elf_link_hash_entry *h_elf;
13362 struct ppc_link_hash_entry *h;
13363 struct ppc_link_hash_entry *fdh;
5bd4f169 13364 const char *sym_name;
0d4792f7 13365 unsigned long r_symndx, toc_symndx;
3a71aa26 13366 bfd_vma toc_addend;
f961d9dd
AM
13367 unsigned char tls_mask, tls_gd, tls_type;
13368 unsigned char sym_type;
5bd4f169 13369 bfd_vma relocation;
b34976b6
AM
13370 bfd_boolean unresolved_reloc;
13371 bfd_boolean warned;
bc30df16 13372 enum { DEST_NORMAL, DEST_OPD, DEST_STUB } reloc_dest;
67f0cbdb 13373 unsigned int insn;
e11840f9 13374 unsigned int mask;
721956f4
AM
13375 struct ppc_stub_hash_entry *stub_entry;
13376 bfd_vma max_br_offset;
13377 bfd_vma from;
c316a17c 13378 Elf_Internal_Rela orig_rel;
b80eed39
AM
13379 reloc_howto_type *howto;
13380 struct reloc_howto_struct alt_howto;
5bd4f169 13381
c316a17c
AM
13382 again:
13383 orig_rel = *rel;
13384
4ce794b7 13385 r_type = ELF64_R_TYPE (rel->r_info);
5bd4f169 13386 r_symndx = ELF64_R_SYM (rel->r_info);
ee87f2da
AM
13387
13388 /* For old style R_PPC64_TOC relocs with a zero symbol, use the
13389 symbol of the previous ADDR64 reloc. The symbol gives us the
13390 proper TOC base to use. */
13391 if (rel->r_info == ELF64_R_INFO (0, R_PPC64_TOC)
c316a17c
AM
13392 && wrel != relocs
13393 && ELF64_R_TYPE (wrel[-1].r_info) == R_PPC64_ADDR64
ee87f2da 13394 && is_opd)
c316a17c 13395 r_symndx = ELF64_R_SYM (wrel[-1].r_info);
ee87f2da 13396
4ce794b7
AM
13397 sym = NULL;
13398 sec = NULL;
039b3fef 13399 h_elf = NULL;
4ce794b7 13400 sym_name = NULL;
b34976b6
AM
13401 unresolved_reloc = FALSE;
13402 warned = FALSE;
65f38f15 13403
0b13192e 13404 if (r_symndx < symtab_hdr->sh_info)
5bd4f169
AM
13405 {
13406 /* It's a local symbol. */
74f0fb50 13407 struct _opd_sec_data *opd;
4025353c 13408
5bd4f169
AM
13409 sym = local_syms + r_symndx;
13410 sec = local_sections[r_symndx];
26c61ae5 13411 sym_name = bfd_elf_sym_name (input_bfd, symtab_hdr, sym, sec);
0d4792f7 13412 sym_type = ELF64_ST_TYPE (sym->st_info);
8517fae7 13413 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
74f0fb50
AM
13414 opd = get_opd_info (sec);
13415 if (opd != NULL && opd->adjust != NULL)
1e2f5b6e 13416 {
51aecdc5
AM
13417 long adjust = opd->adjust[OPD_NDX (sym->st_value
13418 + rel->r_addend)];
4025353c
AM
13419 if (adjust == -1)
13420 relocation = 0;
13421 else
4cc603a5
AM
13422 {
13423 /* If this is a relocation against the opd section sym
13424 and we have edited .opd, adjust the reloc addend so
13425 that ld -r and ld --emit-relocs output is correct.
13426 If it is a reloc against some other .opd symbol,
13427 then the symbol value will be adjusted later. */
13428 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
13429 rel->r_addend += adjust;
13430 else
13431 relocation += adjust;
13432 }
1e2f5b6e 13433 }
5bd4f169
AM
13434 }
13435 else
13436 {
62d887d4
L
13437 bfd_boolean ignored;
13438
b2a8e766
AM
13439 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
13440 r_symndx, symtab_hdr, sym_hashes,
039b3fef 13441 h_elf, sec, relocation,
62d887d4 13442 unresolved_reloc, warned, ignored);
039b3fef
AM
13443 sym_name = h_elf->root.root.string;
13444 sym_type = h_elf->type;
b69fdb4e
AM
13445 if (sec != NULL
13446 && sec->owner == output_bfd
13447 && strcmp (sec->name, ".opd") == 0)
13448 {
13449 /* This is a symbol defined in a linker script. All
13450 such are defined in output sections, even those
13451 defined by simple assignment from a symbol defined in
13452 an input section. Transfer the symbol to an
13453 appropriate input .opd section, so that a branch to
13454 this symbol will be mapped to the location specified
13455 by the opd entry. */
13456 struct bfd_link_order *lo;
13457 for (lo = sec->map_head.link_order; lo != NULL; lo = lo->next)
13458 if (lo->type == bfd_indirect_link_order)
13459 {
13460 asection *isec = lo->u.indirect.section;
13461 if (h_elf->root.u.def.value >= isec->output_offset
13462 && h_elf->root.u.def.value < (isec->output_offset
13463 + isec->size))
13464 {
13465 h_elf->root.u.def.value -= isec->output_offset;
13466 h_elf->root.u.def.section = isec;
13467 sec = isec;
13468 break;
13469 }
13470 }
13471 }
5bd4f169 13472 }
039b3fef 13473 h = (struct ppc_link_hash_entry *) h_elf;
5bd4f169 13474
dbaa2011 13475 if (sec != NULL && discarded_section (sec))
c316a17c
AM
13476 {
13477 _bfd_clear_contents (ppc64_elf_howto_table[r_type],
13478 input_bfd, input_section,
13479 contents + rel->r_offset);
13480 wrel->r_offset = rel->r_offset;
13481 wrel->r_info = 0;
13482 wrel->r_addend = 0;
13483
13484 /* For ld -r, remove relocations in debug sections against
13485 sections defined in discarded sections. Not done for
13486 non-debug to preserve relocs in .eh_frame which the
13487 eh_frame editing code expects to be present. */
13488 if (bfd_link_relocatable (info)
13489 && (input_section->flags & SEC_DEBUGGING))
13490 wrel--;
13491
13492 continue;
13493 }
ab96bf03 13494
0e1862bb 13495 if (bfd_link_relocatable (info))
c316a17c 13496 goto copy_reloc;
ab96bf03 13497
f40da81b
AM
13498 if (h != NULL && &h->elf == htab->elf.hgot)
13499 {
6f20ed8a 13500 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
f40da81b
AM
13501 sec = bfd_abs_section_ptr;
13502 unresolved_reloc = FALSE;
13503 }
13504
951fd09b
AM
13505 /* TLS optimizations. Replace instruction sequences and relocs
13506 based on information we collected in tls_optimize. We edit
13507 RELOCS so that --emit-relocs will output something sensible
13508 for the final instruction stream. */
13509 tls_mask = 0;
13510 tls_gd = 0;
0d4792f7 13511 toc_symndx = 0;
727fc41e
AM
13512 if (h != NULL)
13513 tls_mask = h->tls_mask;
13514 else if (local_got_ents != NULL)
411e1bfb 13515 {
e054468f
AM
13516 struct plt_entry **local_plt = (struct plt_entry **)
13517 (local_got_ents + symtab_hdr->sh_info);
f961d9dd 13518 unsigned char *lgot_masks = (unsigned char *)
e054468f 13519 (local_plt + symtab_hdr->sh_info);
727fc41e
AM
13520 tls_mask = lgot_masks[r_symndx];
13521 }
13522 if (tls_mask == 0
13523 && (r_type == R_PPC64_TLS
13524 || r_type == R_PPC64_TLSGD
13525 || r_type == R_PPC64_TLSLD))
13526 {
13527 /* Check for toc tls entries. */
f961d9dd 13528 unsigned char *toc_tls;
0d4792f7 13529
727fc41e
AM
13530 if (!get_tls_mask (&toc_tls, &toc_symndx, &toc_addend,
13531 &local_syms, rel, input_bfd))
13532 return FALSE;
0d4792f7 13533
727fc41e
AM
13534 if (toc_tls)
13535 tls_mask = *toc_tls;
0d4792f7
AM
13536 }
13537
13538 /* Check that tls relocs are used with tls syms, and non-tls
13539 relocs are used with non-tls syms. */
cf35638d 13540 if (r_symndx != STN_UNDEF
0d4792f7
AM
13541 && r_type != R_PPC64_NONE
13542 && (h == NULL
039b3fef
AM
13543 || h->elf.root.type == bfd_link_hash_defined
13544 || h->elf.root.type == bfd_link_hash_defweak)
1d483afe
AM
13545 && (IS_PPC64_TLS_RELOC (r_type)
13546 != (sym_type == STT_TLS
13547 || (sym_type == STT_SECTION
13548 && (sec->flags & SEC_THREAD_LOCAL) != 0))))
0d4792f7 13549 {
727fc41e
AM
13550 if (tls_mask != 0
13551 && (r_type == R_PPC64_TLS
13552 || r_type == R_PPC64_TLSGD
13553 || r_type == R_PPC64_TLSLD))
0d4792f7
AM
13554 /* R_PPC64_TLS is OK against a symbol in the TOC. */
13555 ;
13556 else
25f53a85 13557 info->callbacks->einfo
1d483afe 13558 (!IS_PPC64_TLS_RELOC (r_type)
bc30df16
AM
13559 ? _("%P: %H: %s used with TLS symbol `%T'\n")
13560 : _("%P: %H: %s used with non-TLS symbol `%T'\n"),
25f53a85 13561 input_bfd, input_section, rel->r_offset,
0d4792f7
AM
13562 ppc64_elf_howto_table[r_type]->name,
13563 sym_name);
411e1bfb
AM
13564 }
13565
13566 /* Ensure reloc mapping code below stays sane. */
13567 if (R_PPC64_TOC16_LO_DS != R_PPC64_TOC16_DS + 1
13568 || R_PPC64_TOC16_LO != R_PPC64_TOC16 + 1
13569 || (R_PPC64_GOT_TLSLD16 & 3) != (R_PPC64_GOT_TLSGD16 & 3)
13570 || (R_PPC64_GOT_TLSLD16_LO & 3) != (R_PPC64_GOT_TLSGD16_LO & 3)
13571 || (R_PPC64_GOT_TLSLD16_HI & 3) != (R_PPC64_GOT_TLSGD16_HI & 3)
13572 || (R_PPC64_GOT_TLSLD16_HA & 3) != (R_PPC64_GOT_TLSGD16_HA & 3)
13573 || (R_PPC64_GOT_TLSLD16 & 3) != (R_PPC64_GOT_TPREL16_DS & 3)
13574 || (R_PPC64_GOT_TLSLD16_LO & 3) != (R_PPC64_GOT_TPREL16_LO_DS & 3)
13575 || (R_PPC64_GOT_TLSLD16_HI & 3) != (R_PPC64_GOT_TPREL16_HI & 3)
13576 || (R_PPC64_GOT_TLSLD16_HA & 3) != (R_PPC64_GOT_TPREL16_HA & 3))
13577 abort ();
0d4792f7 13578
411e1bfb
AM
13579 switch (r_type)
13580 {
13581 default:
411e1bfb
AM
13582 break;
13583
ba761f19
AM
13584 case R_PPC64_LO_DS_OPT:
13585 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset);
13586 if ((insn & (0x3f << 26)) != 58u << 26)
13587 abort ();
13588 insn += (14u << 26) - (58u << 26);
13589 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset);
13590 r_type = R_PPC64_TOC16_LO;
13591 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13592 break;
13593
411e1bfb
AM
13594 case R_PPC64_TOC16:
13595 case R_PPC64_TOC16_LO:
13596 case R_PPC64_TOC16_DS:
13597 case R_PPC64_TOC16_LO_DS:
411e1bfb
AM
13598 {
13599 /* Check for toc tls entries. */
f961d9dd 13600 unsigned char *toc_tls;
951fd09b 13601 int retval;
411e1bfb 13602
3a71aa26
AM
13603 retval = get_tls_mask (&toc_tls, &toc_symndx, &toc_addend,
13604 &local_syms, rel, input_bfd);
951fd09b 13605 if (retval == 0)
411e1bfb
AM
13606 return FALSE;
13607
13608 if (toc_tls)
13609 {
951fd09b 13610 tls_mask = *toc_tls;
411e1bfb
AM
13611 if (r_type == R_PPC64_TOC16_DS
13612 || r_type == R_PPC64_TOC16_LO_DS)
81407a69
AM
13613 {
13614 if (tls_mask != 0
13615 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0)
13616 goto toctprel;
13617 }
411e1bfb 13618 else
951fd09b
AM
13619 {
13620 /* If we found a GD reloc pair, then we might be
13621 doing a GD->IE transition. */
13622 if (retval == 2)
13623 {
13624 tls_gd = TLS_TPRELGD;
13625 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
102890f0 13626 goto tls_ldgd_opt;
951fd09b
AM
13627 }
13628 else if (retval == 3)
13629 {
13630 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
102890f0 13631 goto tls_ldgd_opt;
951fd09b
AM
13632 }
13633 }
411e1bfb
AM
13634 }
13635 }
13636 break;
13637
9d6ded02
AM
13638 case R_PPC64_GOT_TPREL16_HI:
13639 case R_PPC64_GOT_TPREL16_HA:
13640 if (tls_mask != 0
13641 && (tls_mask & TLS_TPREL) == 0)
13642 {
13643 rel->r_offset -= d_offset;
13644 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
13645 r_type = R_PPC64_NONE;
13646 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13647 }
13648 break;
13649
411e1bfb
AM
13650 case R_PPC64_GOT_TPREL16_DS:
13651 case R_PPC64_GOT_TPREL16_LO_DS:
951fd09b
AM
13652 if (tls_mask != 0
13653 && (tls_mask & TLS_TPREL) == 0)
411e1bfb 13654 {
81407a69 13655 toctprel:
c316a17c
AM
13656 insn = bfd_get_32 (output_bfd,
13657 contents + rel->r_offset - d_offset);
411e1bfb
AM
13658 insn &= 31 << 21;
13659 insn |= 0x3c0d0000; /* addis 0,13,0 */
c316a17c
AM
13660 bfd_put_32 (output_bfd, insn,
13661 contents + rel->r_offset - d_offset);
411e1bfb 13662 r_type = R_PPC64_TPREL16_HA;
0d4792f7
AM
13663 if (toc_symndx != 0)
13664 {
13665 rel->r_info = ELF64_R_INFO (toc_symndx, r_type);
3a71aa26 13666 rel->r_addend = toc_addend;
0d4792f7
AM
13667 /* We changed the symbol. Start over in order to
13668 get h, sym, sec etc. right. */
c316a17c 13669 goto again;
0d4792f7
AM
13670 }
13671 else
13672 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
411e1bfb
AM
13673 }
13674 break;
13675
13676 case R_PPC64_TLS:
951fd09b
AM
13677 if (tls_mask != 0
13678 && (tls_mask & TLS_TPREL) == 0)
411e1bfb 13679 {
411e1bfb 13680 insn = bfd_get_32 (output_bfd, contents + rel->r_offset);
2d0f3896
AM
13681 insn = _bfd_elf_ppc_at_tls_transform (insn, 13);
13682 if (insn == 0)
411e1bfb 13683 abort ();
411e1bfb 13684 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
411e1bfb 13685 /* Was PPC64_TLS which sits on insn boundary, now
4fe5ca5b
GM
13686 PPC64_TPREL16_LO which is at low-order half-word. */
13687 rel->r_offset += d_offset;
0d4792f7
AM
13688 r_type = R_PPC64_TPREL16_LO;
13689 if (toc_symndx != 0)
13690 {
13691 rel->r_info = ELF64_R_INFO (toc_symndx, r_type);
3a71aa26 13692 rel->r_addend = toc_addend;
0d4792f7
AM
13693 /* We changed the symbol. Start over in order to
13694 get h, sym, sec etc. right. */
c316a17c 13695 goto again;
0d4792f7
AM
13696 }
13697 else
13698 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
411e1bfb
AM
13699 }
13700 break;
13701
411e1bfb
AM
13702 case R_PPC64_GOT_TLSGD16_HI:
13703 case R_PPC64_GOT_TLSGD16_HA:
951fd09b
AM
13704 tls_gd = TLS_TPRELGD;
13705 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13706 goto tls_gdld_hi;
13707 break;
13708
411e1bfb
AM
13709 case R_PPC64_GOT_TLSLD16_HI:
13710 case R_PPC64_GOT_TLSLD16_HA:
951fd09b 13711 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
411e1bfb 13712 {
951fd09b
AM
13713 tls_gdld_hi:
13714 if ((tls_mask & tls_gd) != 0)
13715 r_type = (((r_type - (R_PPC64_GOT_TLSGD16 & 3)) & 3)
13716 + R_PPC64_GOT_TPREL16_DS);
13717 else
411e1bfb 13718 {
4fe5ca5b 13719 rel->r_offset -= d_offset;
727ac201 13720 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
951fd09b 13721 r_type = R_PPC64_NONE;
411e1bfb 13722 }
951fd09b 13723 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
411e1bfb
AM
13724 }
13725 break;
13726
951fd09b
AM
13727 case R_PPC64_GOT_TLSGD16:
13728 case R_PPC64_GOT_TLSGD16_LO:
13729 tls_gd = TLS_TPRELGD;
13730 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
102890f0 13731 goto tls_ldgd_opt;
951fd09b 13732 break;
411e1bfb 13733
951fd09b
AM
13734 case R_PPC64_GOT_TLSLD16:
13735 case R_PPC64_GOT_TLSLD16_LO:
13736 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
13737 {
3a71aa26 13738 unsigned int insn1, insn2, insn3;
102890f0
AM
13739 bfd_vma offset;
13740
13741 tls_ldgd_opt:
727fc41e
AM
13742 offset = (bfd_vma) -1;
13743 /* If not using the newer R_PPC64_TLSGD/LD to mark
13744 __tls_get_addr calls, we must trust that the call
13745 stays with its arg setup insns, ie. that the next
13746 reloc is the __tls_get_addr call associated with
13747 the current reloc. Edit both insns. */
13748 if (input_section->has_tls_get_addr_call
13749 && rel + 1 < relend
13750 && branch_reloc_hash_match (input_bfd, rel + 1,
13751 htab->tls_get_addr,
13752 htab->tls_get_addr_fd))
13753 offset = rel[1].r_offset;
b86ac8e3
AM
13754 /* We read the low GOT_TLS (or TOC16) insn because we
13755 need to keep the destination reg. It may be
13756 something other than the usual r3, and moved to r3
13757 before the call by intervening code. */
13758 insn1 = bfd_get_32 (output_bfd,
13759 contents + rel->r_offset - d_offset);
102890f0 13760 if ((tls_mask & tls_gd) != 0)
411e1bfb 13761 {
102890f0 13762 /* IE */
b86ac8e3 13763 insn1 &= (0x1f << 21) | (0x1f << 16);
102890f0
AM
13764 insn1 |= 58 << 26; /* ld */
13765 insn2 = 0x7c636a14; /* add 3,3,13 */
727fc41e 13766 if (offset != (bfd_vma) -1)
f58d5a2d 13767 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
102890f0
AM
13768 if ((tls_mask & TLS_EXPLICIT) == 0)
13769 r_type = (((r_type - (R_PPC64_GOT_TLSGD16 & 3)) & 3)
13770 + R_PPC64_GOT_TPREL16_DS);
411e1bfb 13771 else
102890f0
AM
13772 r_type += R_PPC64_TOC16_DS - R_PPC64_TOC16;
13773 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13774 }
13775 else
13776 {
13777 /* LE */
b86ac8e3
AM
13778 insn1 &= 0x1f << 21;
13779 insn1 |= 0x3c0d0000; /* addis r,13,0 */
102890f0
AM
13780 insn2 = 0x38630000; /* addi 3,3,0 */
13781 if (tls_gd == 0)
951fd09b 13782 {
102890f0 13783 /* Was an LD reloc. */
1d483afe
AM
13784 if (toc_symndx)
13785 sec = local_sections[toc_symndx];
13786 for (r_symndx = 0;
13787 r_symndx < symtab_hdr->sh_info;
13788 r_symndx++)
13789 if (local_sections[r_symndx] == sec)
13790 break;
13791 if (r_symndx >= symtab_hdr->sh_info)
cf35638d 13792 r_symndx = STN_UNDEF;
102890f0 13793 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
cf35638d 13794 if (r_symndx != STN_UNDEF)
1d483afe
AM
13795 rel->r_addend -= (local_syms[r_symndx].st_value
13796 + sec->output_offset
13797 + sec->output_section->vma);
951fd09b 13798 }
102890f0 13799 else if (toc_symndx != 0)
3a71aa26
AM
13800 {
13801 r_symndx = toc_symndx;
13802 rel->r_addend = toc_addend;
13803 }
102890f0
AM
13804 r_type = R_PPC64_TPREL16_HA;
13805 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
727fc41e
AM
13806 if (offset != (bfd_vma) -1)
13807 {
13808 rel[1].r_info = ELF64_R_INFO (r_symndx,
13809 R_PPC64_TPREL16_LO);
13810 rel[1].r_offset = offset + d_offset;
13811 rel[1].r_addend = rel->r_addend;
13812 }
102890f0 13813 }
3a71aa26
AM
13814 bfd_put_32 (output_bfd, insn1,
13815 contents + rel->r_offset - d_offset);
727fc41e
AM
13816 if (offset != (bfd_vma) -1)
13817 {
13818 insn3 = bfd_get_32 (output_bfd,
13819 contents + offset + 4);
13820 if (insn3 == NOP
13821 || insn3 == CROR_151515 || insn3 == CROR_313131)
13822 {
13823 rel[1].r_offset += 4;
13824 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
13825 insn2 = NOP;
13826 }
13827 bfd_put_32 (output_bfd, insn2, contents + offset);
13828 }
13829 if ((tls_mask & tls_gd) == 0
13830 && (tls_gd == 0 || toc_symndx != 0))
13831 {
13832 /* We changed the symbol. Start over in order
13833 to get h, sym, sec etc. right. */
c316a17c 13834 goto again;
727fc41e
AM
13835 }
13836 }
13837 break;
13838
13839 case R_PPC64_TLSGD:
13840 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13841 {
13842 unsigned int insn2, insn3;
13843 bfd_vma offset = rel->r_offset;
13844
13845 if ((tls_mask & TLS_TPRELGD) != 0)
13846 {
13847 /* IE */
13848 r_type = R_PPC64_NONE;
13849 insn2 = 0x7c636a14; /* add 3,3,13 */
13850 }
13851 else
13852 {
13853 /* LE */
13854 if (toc_symndx != 0)
13855 {
13856 r_symndx = toc_symndx;
13857 rel->r_addend = toc_addend;
13858 }
13859 r_type = R_PPC64_TPREL16_LO;
13860 rel->r_offset = offset + d_offset;
13861 insn2 = 0x38630000; /* addi 3,3,0 */
13862 }
13863 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13864 /* Zap the reloc on the _tls_get_addr call too. */
13865 BFD_ASSERT (offset == rel[1].r_offset);
f58d5a2d 13866 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
3a71aa26
AM
13867 insn3 = bfd_get_32 (output_bfd,
13868 contents + offset + 4);
102890f0
AM
13869 if (insn3 == NOP
13870 || insn3 == CROR_151515 || insn3 == CROR_313131)
13871 {
727fc41e 13872 rel->r_offset += 4;
3a71aa26
AM
13873 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
13874 insn2 = NOP;
102890f0 13875 }
102890f0 13876 bfd_put_32 (output_bfd, insn2, contents + offset);
727fc41e 13877 if ((tls_mask & TLS_TPRELGD) == 0 && toc_symndx != 0)
c316a17c 13878 goto again;
411e1bfb 13879 }
411e1bfb
AM
13880 break;
13881
727fc41e
AM
13882 case R_PPC64_TLSLD:
13883 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
13884 {
13885 unsigned int insn2, insn3;
13886 bfd_vma offset = rel->r_offset;
13887
13888 if (toc_symndx)
13889 sec = local_sections[toc_symndx];
13890 for (r_symndx = 0;
13891 r_symndx < symtab_hdr->sh_info;
13892 r_symndx++)
13893 if (local_sections[r_symndx] == sec)
13894 break;
13895 if (r_symndx >= symtab_hdr->sh_info)
cf35638d 13896 r_symndx = STN_UNDEF;
727fc41e 13897 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
cf35638d 13898 if (r_symndx != STN_UNDEF)
727fc41e
AM
13899 rel->r_addend -= (local_syms[r_symndx].st_value
13900 + sec->output_offset
13901 + sec->output_section->vma);
13902
13903 r_type = R_PPC64_TPREL16_LO;
13904 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13905 rel->r_offset = offset + d_offset;
13906 /* Zap the reloc on the _tls_get_addr call too. */
13907 BFD_ASSERT (offset == rel[1].r_offset);
f58d5a2d 13908 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
727fc41e
AM
13909 insn2 = 0x38630000; /* addi 3,3,0 */
13910 insn3 = bfd_get_32 (output_bfd,
13911 contents + offset + 4);
13912 if (insn3 == NOP
13913 || insn3 == CROR_151515 || insn3 == CROR_313131)
13914 {
13915 rel->r_offset += 4;
13916 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
13917 insn2 = NOP;
13918 }
13919 bfd_put_32 (output_bfd, insn2, contents + offset);
c316a17c 13920 goto again;
727fc41e
AM
13921 }
13922 break;
13923
411e1bfb 13924 case R_PPC64_DTPMOD64:
951fd09b
AM
13925 if (rel + 1 < relend
13926 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64)
13927 && rel[1].r_offset == rel->r_offset + 8)
411e1bfb 13928 {
951fd09b
AM
13929 if ((tls_mask & TLS_GD) == 0)
13930 {
13931 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_NONE);
13932 if ((tls_mask & TLS_TPRELGD) != 0)
13933 r_type = R_PPC64_TPREL64;
13934 else
13935 {
4ce794b7 13936 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
951fd09b
AM
13937 r_type = R_PPC64_NONE;
13938 }
13939 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13940 }
13941 }
13942 else
13943 {
13944 if ((tls_mask & TLS_LD) == 0)
411e1bfb 13945 {
4ce794b7 13946 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
411e1bfb 13947 r_type = R_PPC64_NONE;
951fd09b 13948 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
411e1bfb 13949 }
411e1bfb
AM
13950 }
13951 break;
13952
13953 case R_PPC64_TPREL64:
951fd09b 13954 if ((tls_mask & TLS_TPREL) == 0)
411e1bfb
AM
13955 {
13956 r_type = R_PPC64_NONE;
13957 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
13958 }
13959 break;
52a82034 13960
006589cf
AM
13961 case R_PPC64_ENTRY:
13962 relocation = TOCstart + htab->sec_info[input_section->id].toc_off;
13963 if (!bfd_link_pic (info)
13964 && !info->traditional_format
13965 && relocation + 0x80008000 <= 0xffffffff)
13966 {
13967 unsigned int insn1, insn2;
13968
13969 insn1 = bfd_get_32 (input_bfd, contents + rel->r_offset);
13970 insn2 = bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
13971 if ((insn1 & ~0xfffc) == LD_R2_0R12
13972 && insn2 == ADD_R2_R2_R12)
13973 {
13974 bfd_put_32 (output_bfd,
13975 LIS_R2 + PPC_HA (relocation),
13976 contents + rel->r_offset);
13977 bfd_put_32 (output_bfd,
13978 ADDI_R2_R2 + PPC_LO (relocation),
13979 contents + rel->r_offset + 4);
13980 }
13981 }
13982 else
13983 {
13984 relocation -= (rel->r_offset
13985 + input_section->output_offset
13986 + input_section->output_section->vma);
13987 if (relocation + 0x80008000 <= 0xffffffff)
13988 {
13989 unsigned int insn1, insn2;
13990
13991 insn1 = bfd_get_32 (input_bfd, contents + rel->r_offset);
13992 insn2 = bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
13993 if ((insn1 & ~0xfffc) == LD_R2_0R12
13994 && insn2 == ADD_R2_R2_R12)
13995 {
13996 bfd_put_32 (output_bfd,
13997 ADDIS_R2_R12 + PPC_HA (relocation),
13998 contents + rel->r_offset);
13999 bfd_put_32 (output_bfd,
14000 ADDI_R2_R2 + PPC_LO (relocation),
14001 contents + rel->r_offset + 4);
14002 }
14003 }
14004 }
14005 break;
14006
52a82034
AM
14007 case R_PPC64_REL16_HA:
14008 /* If we are generating a non-PIC executable, edit
14009 . 0: addis 2,12,.TOC.-0b@ha
14010 . addi 2,2,.TOC.-0b@l
14011 used by ELFv2 global entry points to set up r2, to
14012 . lis 2,.TOC.@ha
14013 . addi 2,2,.TOC.@l
14014 if .TOC. is in range. */
0e1862bb 14015 if (!bfd_link_pic (info)
810d4e75 14016 && !info->traditional_format
006589cf 14017 && !htab->opd_abi
4f038ee5 14018 && rel->r_addend == d_offset
52a82034
AM
14019 && h != NULL && &h->elf == htab->elf.hgot
14020 && rel + 1 < relend
14021 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_REL16_LO)
14022 && rel[1].r_offset == rel->r_offset + 4
14023 && rel[1].r_addend == rel->r_addend + 4
14024 && relocation + 0x80008000 <= 0xffffffff)
14025 {
14026 unsigned int insn1, insn2;
14027 bfd_vma offset = rel->r_offset - d_offset;
14028 insn1 = bfd_get_32 (output_bfd, contents + offset);
14029 insn2 = bfd_get_32 (output_bfd, contents + offset + 4);
006589cf
AM
14030 if ((insn1 & 0xffff0000) == ADDIS_R2_R12
14031 && (insn2 & 0xffff0000) == ADDI_R2_R2)
52a82034
AM
14032 {
14033 r_type = R_PPC64_ADDR16_HA;
14034 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
14035 rel->r_addend -= d_offset;
14036 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_ADDR16_LO);
14037 rel[1].r_addend -= d_offset + 4;
006589cf 14038 bfd_put_32 (output_bfd, LIS_R2, contents + offset);
52a82034
AM
14039 }
14040 }
14041 break;
411e1bfb
AM
14042 }
14043
14044 /* Handle other relocations that tweak non-addend part of insn. */
86c76c7b 14045 insn = 0;
b25116a9
AM
14046 max_br_offset = 1 << 25;
14047 addend = rel->r_addend;
bc30df16 14048 reloc_dest = DEST_NORMAL;
65f38f15 14049 switch (r_type)
5bd4f169
AM
14050 {
14051 default:
65f38f15 14052 break;
5bd4f169 14053
3b421ab3
AM
14054 case R_PPC64_TOCSAVE:
14055 if (relocation + addend == (rel->r_offset
14056 + input_section->output_offset
14057 + input_section->output_section->vma)
14058 && tocsave_find (htab, NO_INSERT,
14059 &local_syms, rel, input_bfd))
14060 {
14061 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
14062 if (insn == NOP
14063 || insn == CROR_151515 || insn == CROR_313131)
a078d95a
AM
14064 bfd_put_32 (input_bfd,
14065 STD_R2_0R1 + STK_TOC (htab),
3b421ab3
AM
14066 contents + rel->r_offset);
14067 }
14068 break;
14069
65f38f15
AM
14070 /* Branch taken prediction relocations. */
14071 case R_PPC64_ADDR14_BRTAKEN:
14072 case R_PPC64_REL14_BRTAKEN:
cedb70c5
KH
14073 insn = 0x01 << 21; /* 'y' or 't' bit, lowest bit of BO field. */
14074 /* Fall thru. */
65f38f15 14075
86c76c7b 14076 /* Branch not taken prediction relocations. */
65f38f15
AM
14077 case R_PPC64_ADDR14_BRNTAKEN:
14078 case R_PPC64_REL14_BRNTAKEN:
411e1bfb
AM
14079 insn |= bfd_get_32 (output_bfd,
14080 contents + rel->r_offset) & ~(0x01 << 21);
b25116a9 14081 /* Fall thru. */
86c76c7b 14082
b25116a9
AM
14083 case R_PPC64_REL14:
14084 max_br_offset = 1 << 15;
14085 /* Fall thru. */
5bd4f169 14086
65f38f15 14087 case R_PPC64_REL24:
ad8e1ba5
AM
14088 /* Calls to functions with a different TOC, such as calls to
14089 shared objects, need to alter the TOC pointer. This is
14090 done using a linkage stub. A REL24 branching to these
14091 linkage stubs needs to be followed by a nop, as the nop
14092 will be replaced with an instruction to restore the TOC
14093 base pointer. */
8387904d 14094 fdh = h;
b31867b6
AM
14095 if (h != NULL
14096 && h->oh != NULL
14097 && h->oh->is_func_descriptor)
14098 fdh = ppc_follow_link (h->oh);
31c76678
DK
14099 stub_entry = ppc_get_stub_entry (input_section, sec, fdh, &orig_rel,
14100 htab);
6abec6bc 14101 if (stub_entry != NULL
ad8e1ba5 14102 && (stub_entry->stub_type == ppc_stub_plt_call
794e51c0 14103 || stub_entry->stub_type == ppc_stub_plt_call_r2save
ad8e1ba5
AM
14104 || stub_entry->stub_type == ppc_stub_plt_branch_r2off
14105 || stub_entry->stub_type == ppc_stub_long_branch_r2off))
41bd81ab 14106 {
b25116a9 14107 bfd_boolean can_plt_call = FALSE;
721956f4 14108
ba8ca3e7
AM
14109 /* All of these stubs will modify r2, so there must be a
14110 branch and link followed by a nop. The nop is
14111 replaced by an insn to restore r2. */
eea6121a 14112 if (rel->r_offset + 8 <= input_section->size)
41bd81ab 14113 {
ba8ca3e7
AM
14114 unsigned long br;
14115
14116 br = bfd_get_32 (input_bfd,
14117 contents + rel->r_offset);
14118 if ((br & 1) != 0)
41bd81ab 14119 {
ba8ca3e7
AM
14120 unsigned long nop;
14121
14122 nop = bfd_get_32 (input_bfd,
14123 contents + rel->r_offset + 4);
14124 if (nop == NOP
14125 || nop == CROR_151515 || nop == CROR_313131)
a7f2871e 14126 {
ba8ca3e7
AM
14127 if (h != NULL
14128 && (h == htab->tls_get_addr_fd
14129 || h == htab->tls_get_addr)
7c9cf415 14130 && htab->params->tls_get_addr_opt)
ba8ca3e7
AM
14131 {
14132 /* Special stub used, leave nop alone. */
14133 }
14134 else
a078d95a
AM
14135 bfd_put_32 (input_bfd,
14136 LD_R2_0R1 + STK_TOC (htab),
ba8ca3e7
AM
14137 contents + rel->r_offset + 4);
14138 can_plt_call = TRUE;
a7f2871e 14139 }
41bd81ab 14140 }
5bd4f169 14141 }
721956f4 14142
ba8ca3e7 14143 if (!can_plt_call && h != NULL)
721956f4 14144 {
ba8ca3e7
AM
14145 const char *name = h->elf.root.root.string;
14146
14147 if (*name == '.')
14148 ++name;
14149
14150 if (strncmp (name, "__libc_start_main", 17) == 0
14151 && (name[17] == 0 || name[17] == '@'))
6ab189d5 14152 {
ba8ca3e7
AM
14153 /* Allow crt1 branch to go via a toc adjusting
14154 stub. Other calls that never return could do
14155 the same, if we could detect such. */
b25116a9 14156 can_plt_call = TRUE;
6ab189d5 14157 }
ba8ca3e7
AM
14158 }
14159
14160 if (!can_plt_call)
14161 {
14162 /* g++ as of 20130507 emits self-calls without a
14163 following nop. This is arguably wrong since we
14164 have conflicting information. On the one hand a
14165 global symbol and on the other a local call
14166 sequence, but don't error for this special case.
14167 It isn't possible to cheaply verify we have
14168 exactly such a call. Allow all calls to the same
14169 section. */
14170 asection *code_sec = sec;
14171
14172 if (get_opd_info (sec) != NULL)
ad8e1ba5 14173 {
ba8ca3e7
AM
14174 bfd_vma off = (relocation + addend
14175 - sec->output_section->vma
14176 - sec->output_offset);
bc30df16 14177
ba8ca3e7 14178 opd_entry_value (sec, off, &code_sec, NULL, FALSE);
ad8e1ba5 14179 }
ba8ca3e7
AM
14180 if (code_sec == input_section)
14181 can_plt_call = TRUE;
14182 }
14183
14184 if (!can_plt_call)
14185 {
4805fc55
AM
14186 if (stub_entry->stub_type == ppc_stub_plt_call
14187 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
14188 info->callbacks->einfo
14189 (_("%P: %H: call to `%T' lacks nop, can't restore toc; "
14190 "recompile with -fPIC\n"),
14191 input_bfd, input_section, rel->r_offset, sym_name);
14192 else
14193 info->callbacks->einfo
14194 (_("%P: %H: call to `%T' lacks nop, can't restore toc; "
14195 "(-mcmodel=small toc adjust stub)\n"),
14196 input_bfd, input_section, rel->r_offset, sym_name);
ba8ca3e7
AM
14197
14198 bfd_set_error (bfd_error_bad_value);
14199 ret = FALSE;
721956f4
AM
14200 }
14201
b25116a9 14202 if (can_plt_call
794e51c0
AM
14203 && (stub_entry->stub_type == ppc_stub_plt_call
14204 || stub_entry->stub_type == ppc_stub_plt_call_r2save))
b25116a9
AM
14205 unresolved_reloc = FALSE;
14206 }
14207
6abec6bc
AM
14208 if ((stub_entry == NULL
14209 || stub_entry->stub_type == ppc_stub_long_branch
14210 || stub_entry->stub_type == ppc_stub_plt_branch)
8387904d
AM
14211 && get_opd_info (sec) != NULL)
14212 {
14213 /* The branch destination is the value of the opd entry. */
4cc603a5
AM
14214 bfd_vma off = (relocation + addend
14215 - sec->output_section->vma
14216 - sec->output_offset);
aef36ac1 14217 bfd_vma dest = opd_entry_value (sec, off, NULL, NULL, FALSE);
8387904d
AM
14218 if (dest != (bfd_vma) -1)
14219 {
14220 relocation = dest;
14221 addend = 0;
bc30df16 14222 reloc_dest = DEST_OPD;
8387904d
AM
14223 }
14224 }
14225
b25116a9
AM
14226 /* If the branch is out of reach we ought to have a long
14227 branch stub. */
14228 from = (rel->r_offset
14229 + input_section->output_offset
14230 + input_section->output_section->vma);
14231
6911b7dc
AM
14232 relocation += PPC64_LOCAL_ENTRY_OFFSET (fdh
14233 ? fdh->elf.other
14234 : sym->st_other);
14235
6abec6bc
AM
14236 if (stub_entry != NULL
14237 && (stub_entry->stub_type == ppc_stub_long_branch
14238 || stub_entry->stub_type == ppc_stub_plt_branch)
14239 && (r_type == R_PPC64_ADDR14_BRTAKEN
14240 || r_type == R_PPC64_ADDR14_BRNTAKEN
14241 || (relocation + addend - from + max_br_offset
14242 < 2 * max_br_offset)))
14243 /* Don't use the stub if this branch is in range. */
14244 stub_entry = NULL;
b25116a9
AM
14245
14246 if (stub_entry != NULL)
14247 {
14248 /* Munge up the value and addend so that we call the stub
14249 rather than the procedure directly. */
a4b6fadd
AM
14250 asection *stub_sec = stub_entry->group->stub_sec;
14251
14252 if (stub_entry->stub_type == ppc_stub_save_res)
14253 relocation += (stub_sec->output_offset
14254 + stub_sec->output_section->vma
14255 + stub_sec->size - htab->sfpr->size
14256 - htab->sfpr->output_offset
14257 - htab->sfpr->output_section->vma);
14258 else
14259 relocation = (stub_entry->stub_offset
14260 + stub_sec->output_offset
14261 + stub_sec->output_section->vma);
b25116a9 14262 addend = 0;
bc30df16 14263 reloc_dest = DEST_STUB;
3b421ab3 14264
794e51c0
AM
14265 if ((stub_entry->stub_type == ppc_stub_plt_call
14266 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
14267 && (ALWAYS_EMIT_R2SAVE
14268 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
3b421ab3
AM
14269 && rel + 1 < relend
14270 && rel[1].r_offset == rel->r_offset + 4
14271 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOCSAVE)
14272 relocation += 4;
b25116a9
AM
14273 }
14274
14275 if (insn != 0)
14276 {
794e51c0 14277 if (is_isa_v2)
721956f4 14278 {
b25116a9
AM
14279 /* Set 'a' bit. This is 0b00010 in BO field for branch
14280 on CR(BI) insns (BO == 001at or 011at), and 0b01000
14281 for branch on CTR insns (BO == 1a00t or 1a01t). */
14282 if ((insn & (0x14 << 21)) == (0x04 << 21))
14283 insn |= 0x02 << 21;
14284 else if ((insn & (0x14 << 21)) == (0x10 << 21))
14285 insn |= 0x08 << 21;
14286 else
14287 break;
14288 }
14289 else
14290 {
14291 /* Invert 'y' bit if not the default. */
4cc603a5 14292 if ((bfd_signed_vma) (relocation + addend - from) < 0)
b25116a9 14293 insn ^= 0x01 << 21;
721956f4 14294 }
b25116a9
AM
14295
14296 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
5bd4f169 14297 }
e86ce104 14298
06da1e8e
AM
14299 /* NOP out calls to undefined weak functions.
14300 We can thus call a weak function without first
14301 checking whether the function is defined. */
b25116a9 14302 else if (h != NULL
039b3fef 14303 && h->elf.root.type == bfd_link_hash_undefweak
766bc656 14304 && h->elf.dynindx == -1
b25116a9
AM
14305 && r_type == R_PPC64_REL24
14306 && relocation == 0
4cc603a5 14307 && addend == 0)
e86ce104 14308 {
06da1e8e 14309 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
c316a17c 14310 goto copy_reloc;
e86ce104 14311 }
65f38f15
AM
14312 break;
14313 }
5bd4f169 14314
65f38f15 14315 /* Set `addend'. */
411e1bfb 14316 tls_type = 0;
65f38f15
AM
14317 switch (r_type)
14318 {
14319 default:
25f53a85 14320 info->callbacks->einfo
bc30df16 14321 (_("%P: %B: unknown relocation type %d for `%T'\n"),
d003868e 14322 input_bfd, (int) r_type, sym_name);
5bd4f169 14323
65f38f15 14324 bfd_set_error (bfd_error_bad_value);
b34976b6 14325 ret = FALSE;
c316a17c 14326 goto copy_reloc;
5bd4f169 14327
65f38f15 14328 case R_PPC64_NONE:
411e1bfb 14329 case R_PPC64_TLS:
727fc41e
AM
14330 case R_PPC64_TLSGD:
14331 case R_PPC64_TLSLD:
3b421ab3 14332 case R_PPC64_TOCSAVE:
04c9666a
AM
14333 case R_PPC64_GNU_VTINHERIT:
14334 case R_PPC64_GNU_VTENTRY:
006589cf 14335 case R_PPC64_ENTRY:
c316a17c 14336 goto copy_reloc;
5bd4f169
AM
14337
14338 /* GOT16 relocations. Like an ADDR16 using the symbol's
14339 address in the GOT as relocation value instead of the
411e1bfb 14340 symbol's value itself. Also, create a GOT entry for the
5bd4f169 14341 symbol and put the symbol value there. */
411e1bfb
AM
14342 case R_PPC64_GOT_TLSGD16:
14343 case R_PPC64_GOT_TLSGD16_LO:
14344 case R_PPC64_GOT_TLSGD16_HI:
14345 case R_PPC64_GOT_TLSGD16_HA:
951fd09b 14346 tls_type = TLS_TLS | TLS_GD;
411e1bfb
AM
14347 goto dogot;
14348
14349 case R_PPC64_GOT_TLSLD16:
14350 case R_PPC64_GOT_TLSLD16_LO:
14351 case R_PPC64_GOT_TLSLD16_HI:
14352 case R_PPC64_GOT_TLSLD16_HA:
951fd09b 14353 tls_type = TLS_TLS | TLS_LD;
411e1bfb
AM
14354 goto dogot;
14355
14356 case R_PPC64_GOT_TPREL16_DS:
14357 case R_PPC64_GOT_TPREL16_LO_DS:
14358 case R_PPC64_GOT_TPREL16_HI:
14359 case R_PPC64_GOT_TPREL16_HA:
14360 tls_type = TLS_TLS | TLS_TPREL;
14361 goto dogot;
14362
14363 case R_PPC64_GOT_DTPREL16_DS:
14364 case R_PPC64_GOT_DTPREL16_LO_DS:
14365 case R_PPC64_GOT_DTPREL16_HI:
14366 case R_PPC64_GOT_DTPREL16_HA:
14367 tls_type = TLS_TLS | TLS_DTPREL;
14368 goto dogot;
14369
65f38f15
AM
14370 case R_PPC64_GOT16:
14371 case R_PPC64_GOT16_LO:
14372 case R_PPC64_GOT16_HI:
14373 case R_PPC64_GOT16_HA:
14374 case R_PPC64_GOT16_DS:
14375 case R_PPC64_GOT16_LO_DS:
411e1bfb 14376 dogot:
5bd4f169
AM
14377 {
14378 /* Relocation is to the entry for this symbol in the global
14379 offset table. */
e717da7e 14380 asection *got;
d881513a 14381 bfd_vma *offp;
5bd4f169 14382 bfd_vma off;
d881513a 14383 unsigned long indx = 0;
927be08e 14384 struct got_entry *ent;
65f38f15 14385
d881513a
AM
14386 if (tls_type == (TLS_TLS | TLS_LD)
14387 && (h == NULL
f5385ebf 14388 || !h->elf.def_dynamic))
927be08e 14389 ent = ppc64_tlsld_got (input_bfd);
411e1bfb 14390 else
5bd4f169 14391 {
5bd4f169 14392
d881513a
AM
14393 if (h != NULL)
14394 {
14395 bfd_boolean dyn = htab->elf.dynamic_sections_created;
0e1862bb 14396 if (!WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, bfd_link_pic (info),
039b3fef 14397 &h->elf)
0e1862bb 14398 || (bfd_link_pic (info)
afe397ea 14399 && SYMBOL_REFERENCES_LOCAL (info, &h->elf)))
d881513a
AM
14400 /* This is actually a static link, or it is a
14401 -Bsymbolic link and the symbol is defined
14402 locally, or the symbol was forced to be local
14403 because of a version file. */
14404 ;
14405 else
14406 {
14acf4dc 14407 BFD_ASSERT (h->elf.dynindx != -1);
039b3fef 14408 indx = h->elf.dynindx;
d881513a
AM
14409 unresolved_reloc = FALSE;
14410 }
039b3fef 14411 ent = h->elf.got.glist;
d881513a 14412 }
411e1bfb 14413 else
5bd4f169 14414 {
d881513a
AM
14415 if (local_got_ents == NULL)
14416 abort ();
14417 ent = local_got_ents[r_symndx];
5bd4f169 14418 }
d881513a
AM
14419
14420 for (; ent != NULL; ent = ent->next)
31c76678 14421 if (ent->addend == orig_rel.r_addend
e717da7e 14422 && ent->owner == input_bfd
d881513a
AM
14423 && ent->tls_type == tls_type)
14424 break;
5bd4f169 14425 }
411e1bfb 14426
927be08e
AM
14427 if (ent == NULL)
14428 abort ();
14429 if (ent->is_indirect)
14430 ent = ent->got.ent;
14431 offp = &ent->got.offset;
14432 got = ppc64_elf_tdata (ent->owner)->got;
e717da7e
AM
14433 if (got == NULL)
14434 abort ();
14435
411e1bfb
AM
14436 /* The offset must always be a multiple of 8. We use the
14437 least significant bit to record whether we have already
14438 processed this entry. */
d881513a 14439 off = *offp;
411e1bfb
AM
14440 if ((off & 1) != 0)
14441 off &= ~1;
5bd4f169
AM
14442 else
14443 {
411e1bfb
AM
14444 /* Generate relocs for the dynamic linker, except in
14445 the case of TLSLD where we'll use one entry per
14446 module. */
25f23106
AM
14447 asection *relgot;
14448 bfd_boolean ifunc;
e717da7e 14449
d881513a 14450 *offp = off | 1;
25f23106
AM
14451 relgot = NULL;
14452 ifunc = (h != NULL
14453 ? h->elf.type == STT_GNU_IFUNC
14454 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC);
19e08130 14455 if (ifunc)
33e44f2e 14456 relgot = htab->elf.irelplt;
0e1862bb 14457 else if ((bfd_link_pic (info) || indx != 0)
19e08130
AM
14458 && (h == NULL
14459 || (tls_type == (TLS_TLS | TLS_LD)
14460 && !h->elf.def_dynamic)
14461 || ELF_ST_VISIBILITY (h->elf.other) == STV_DEFAULT
14462 || h->elf.root.type != bfd_link_hash_undefweak))
14463 relgot = ppc64_elf_tdata (ent->owner)->relgot;
25f23106 14464 if (relgot != NULL)
5bd4f169 14465 {
e717da7e
AM
14466 outrel.r_offset = (got->output_section->vma
14467 + got->output_offset
411e1bfb 14468 + off);
4cc603a5 14469 outrel.r_addend = addend;
d881513a 14470 if (tls_type & (TLS_LD | TLS_GD))
5bd4f169 14471 {
411e1bfb 14472 outrel.r_addend = 0;
e515b051 14473 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_DTPMOD64);
d881513a
AM
14474 if (tls_type == (TLS_TLS | TLS_GD))
14475 {
e717da7e
AM
14476 loc = relgot->contents;
14477 loc += (relgot->reloc_count++
d881513a
AM
14478 * sizeof (Elf64_External_Rela));
14479 bfd_elf64_swap_reloca_out (output_bfd,
14480 &outrel, loc);
e515b051 14481 outrel.r_offset += 8;
4cc603a5 14482 outrel.r_addend = addend;
d881513a
AM
14483 outrel.r_info
14484 = ELF64_R_INFO (indx, R_PPC64_DTPREL64);
d881513a 14485 }
411e1bfb 14486 }
951fd09b 14487 else if (tls_type == (TLS_TLS | TLS_DTPREL))
411e1bfb 14488 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_DTPREL64);
951fd09b 14489 else if (tls_type == (TLS_TLS | TLS_TPREL))
411e1bfb 14490 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_TPREL64);
25f23106
AM
14491 else if (indx != 0)
14492 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_GLOB_DAT);
14493 else
81407a69 14494 {
25f23106
AM
14495 if (ifunc)
14496 outrel.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
14497 else
14498 outrel.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
81407a69
AM
14499
14500 /* Write the .got section contents for the sake
14501 of prelink. */
e717da7e 14502 loc = got->contents + off;
23fbd6fa
JJ
14503 bfd_put_64 (output_bfd, outrel.r_addend + relocation,
14504 loc);
81407a69 14505 }
81407a69
AM
14506
14507 if (indx == 0 && tls_type != (TLS_TLS | TLS_LD))
e515b051
AM
14508 {
14509 outrel.r_addend += relocation;
14510 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL))
989f9879
AM
14511 {
14512 if (htab->elf.tls_sec == NULL)
14513 outrel.r_addend = 0;
14514 else
14515 outrel.r_addend -= htab->elf.tls_sec->vma;
14516 }
e515b051 14517 }
e717da7e
AM
14518 loc = relgot->contents;
14519 loc += (relgot->reloc_count++
411e1bfb
AM
14520 * sizeof (Elf64_External_Rela));
14521 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
14522 }
14523
ad8e1ba5 14524 /* Init the .got section contents here if we're not
81407a69 14525 emitting a reloc. */
d881513a 14526 else
411e1bfb 14527 {
4cc603a5 14528 relocation += addend;
7b609f53
AM
14529 if (tls_type == (TLS_TLS | TLS_LD))
14530 relocation = 1;
14531 else if (tls_type != 0)
411e1bfb 14532 {
989f9879
AM
14533 if (htab->elf.tls_sec == NULL)
14534 relocation = 0;
14535 else
14536 {
14537 relocation -= htab->elf.tls_sec->vma + DTP_OFFSET;
14538 if (tls_type == (TLS_TLS | TLS_TPREL))
14539 relocation += DTP_OFFSET - TP_OFFSET;
14540 }
5bd4f169 14541
7b609f53
AM
14542 if (tls_type == (TLS_TLS | TLS_GD))
14543 {
14544 bfd_put_64 (output_bfd, relocation,
e717da7e 14545 got->contents + off + 8);
7b609f53
AM
14546 relocation = 1;
14547 }
411e1bfb 14548 }
7b609f53 14549
411e1bfb 14550 bfd_put_64 (output_bfd, relocation,
e717da7e 14551 got->contents + off);
5bd4f169
AM
14552 }
14553 }
14554
65f38f15
AM
14555 if (off >= (bfd_vma) -2)
14556 abort ();
14557
bf102f86 14558 relocation = got->output_section->vma + got->output_offset + off;
6f20ed8a 14559 addend = -(TOCstart + htab->sec_info[input_section->id].toc_off);
5bd4f169 14560 }
65f38f15
AM
14561 break;
14562
14563 case R_PPC64_PLT16_HA:
14564 case R_PPC64_PLT16_HI:
14565 case R_PPC64_PLT16_LO:
14566 case R_PPC64_PLT32:
14567 case R_PPC64_PLT64:
14568 /* Relocation is to the entry for this symbol in the
14569 procedure linkage table. */
cbf95972
AM
14570 {
14571 struct plt_entry **plt_list = NULL;
14572 if (h != NULL)
14573 plt_list = &h->elf.plt.plist;
14574 else if (local_got_ents != NULL)
14575 {
14576 struct plt_entry **local_plt = (struct plt_entry **)
14577 (local_got_ents + symtab_hdr->sh_info);
14578 unsigned char *local_got_tls_masks = (unsigned char *)
14579 (local_plt + symtab_hdr->sh_info);
14580 if ((local_got_tls_masks[r_symndx] & PLT_IFUNC) != 0)
14581 plt_list = local_plt + r_symndx;
14582 }
14583 if (plt_list)
14584 {
14585 struct plt_entry *ent;
65f38f15 14586
cbf95972
AM
14587 for (ent = *plt_list; ent != NULL; ent = ent->next)
14588 if (ent->plt.offset != (bfd_vma) -1
14589 && ent->addend == orig_rel.r_addend)
14590 {
14591 asection *plt;
14592
14593 plt = htab->elf.splt;
14594 if (!htab->elf.dynamic_sections_created
14595 || h == NULL
14596 || h->elf.dynindx == -1)
14597 plt = htab->elf.iplt;
14598 relocation = (plt->output_section->vma
14599 + plt->output_offset
14600 + ent->plt.offset);
14601 addend = 0;
14602 unresolved_reloc = FALSE;
14603 break;
14604 }
14605 }
14606 }
65f38f15 14607 break;
5bd4f169 14608
0b13192e
AM
14609 case R_PPC64_TOC:
14610 /* Relocation value is TOC base. */
14611 relocation = TOCstart;
cf35638d 14612 if (r_symndx == STN_UNDEF)
6f20ed8a 14613 relocation += htab->sec_info[input_section->id].toc_off;
8517fae7
AM
14614 else if (unresolved_reloc)
14615 ;
6f20ed8a
AM
14616 else if (sec != NULL && sec->id < htab->sec_info_arr_size)
14617 relocation += htab->sec_info[sec->id].toc_off;
0b13192e
AM
14618 else
14619 unresolved_reloc = TRUE;
ab96bf03 14620 goto dodyn;
0b13192e 14621
5bd4f169
AM
14622 /* TOC16 relocs. We want the offset relative to the TOC base,
14623 which is the address of the start of the TOC plus 0x8000.
14624 The TOC consists of sections .got, .toc, .tocbss, and .plt,
14625 in this order. */
65f38f15
AM
14626 case R_PPC64_TOC16:
14627 case R_PPC64_TOC16_LO:
14628 case R_PPC64_TOC16_HI:
14629 case R_PPC64_TOC16_DS:
14630 case R_PPC64_TOC16_LO_DS:
14631 case R_PPC64_TOC16_HA:
6f20ed8a 14632 addend -= TOCstart + htab->sec_info[input_section->id].toc_off;
5bd4f169
AM
14633 break;
14634
14635 /* Relocate against the beginning of the section. */
65f38f15
AM
14636 case R_PPC64_SECTOFF:
14637 case R_PPC64_SECTOFF_LO:
14638 case R_PPC64_SECTOFF_HI:
14639 case R_PPC64_SECTOFF_DS:
14640 case R_PPC64_SECTOFF_LO_DS:
14641 case R_PPC64_SECTOFF_HA:
4ce794b7 14642 if (sec != NULL)
65f38f15 14643 addend -= sec->output_section->vma;
5bd4f169
AM
14644 break;
14645
25f23106
AM
14646 case R_PPC64_REL16:
14647 case R_PPC64_REL16_LO:
14648 case R_PPC64_REL16_HI:
14649 case R_PPC64_REL16_HA:
a680de9a 14650 case R_PPC64_REL16DX_HA:
25f23106
AM
14651 break;
14652
721956f4
AM
14653 case R_PPC64_REL14:
14654 case R_PPC64_REL14_BRNTAKEN:
14655 case R_PPC64_REL14_BRTAKEN:
5d1634d7
AM
14656 case R_PPC64_REL24:
14657 break;
14658
411e1bfb
AM
14659 case R_PPC64_TPREL16:
14660 case R_PPC64_TPREL16_LO:
14661 case R_PPC64_TPREL16_HI:
14662 case R_PPC64_TPREL16_HA:
14663 case R_PPC64_TPREL16_DS:
14664 case R_PPC64_TPREL16_LO_DS:
f9c6b907
AM
14665 case R_PPC64_TPREL16_HIGH:
14666 case R_PPC64_TPREL16_HIGHA:
411e1bfb
AM
14667 case R_PPC64_TPREL16_HIGHER:
14668 case R_PPC64_TPREL16_HIGHERA:
14669 case R_PPC64_TPREL16_HIGHEST:
14670 case R_PPC64_TPREL16_HIGHESTA:
766bc656
AM
14671 if (h != NULL
14672 && h->elf.root.type == bfd_link_hash_undefweak
14673 && h->elf.dynindx == -1)
14674 {
14675 /* Make this relocation against an undefined weak symbol
14676 resolve to zero. This is really just a tweak, since
14677 code using weak externs ought to check that they are
14678 defined before using them. */
14679 bfd_byte *p = contents + rel->r_offset - d_offset;
14680
14681 insn = bfd_get_32 (output_bfd, p);
14682 insn = _bfd_elf_ppc_at_tprel_transform (insn, 13);
14683 if (insn != 0)
14684 bfd_put_32 (output_bfd, insn, p);
14685 break;
14686 }
989f9879
AM
14687 if (htab->elf.tls_sec != NULL)
14688 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
0e1862bb 14689 if (bfd_link_pic (info))
411e1bfb
AM
14690 /* The TPREL16 relocs shouldn't really be used in shared
14691 libs as they will result in DT_TEXTREL being set, but
14692 support them anyway. */
14693 goto dodyn;
14694 break;
14695
14696 case R_PPC64_DTPREL16:
14697 case R_PPC64_DTPREL16_LO:
14698 case R_PPC64_DTPREL16_HI:
14699 case R_PPC64_DTPREL16_HA:
14700 case R_PPC64_DTPREL16_DS:
14701 case R_PPC64_DTPREL16_LO_DS:
f9c6b907
AM
14702 case R_PPC64_DTPREL16_HIGH:
14703 case R_PPC64_DTPREL16_HIGHA:
411e1bfb
AM
14704 case R_PPC64_DTPREL16_HIGHER:
14705 case R_PPC64_DTPREL16_HIGHERA:
14706 case R_PPC64_DTPREL16_HIGHEST:
14707 case R_PPC64_DTPREL16_HIGHESTA:
989f9879
AM
14708 if (htab->elf.tls_sec != NULL)
14709 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
411e1bfb
AM
14710 break;
14711
45965137
AM
14712 case R_PPC64_ADDR64_LOCAL:
14713 addend += PPC64_LOCAL_ENTRY_OFFSET (h != NULL
14714 ? h->elf.other
14715 : sym->st_other);
14716 break;
14717
e515b051
AM
14718 case R_PPC64_DTPMOD64:
14719 relocation = 1;
14720 addend = 0;
14721 goto dodyn;
14722
411e1bfb 14723 case R_PPC64_TPREL64:
989f9879
AM
14724 if (htab->elf.tls_sec != NULL)
14725 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
411e1bfb
AM
14726 goto dodyn;
14727
14728 case R_PPC64_DTPREL64:
989f9879
AM
14729 if (htab->elf.tls_sec != NULL)
14730 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
411e1bfb
AM
14731 /* Fall thru */
14732
65f38f15
AM
14733 /* Relocations that may need to be propagated if this is a
14734 dynamic object. */
04c9666a 14735 case R_PPC64_REL30:
65f38f15
AM
14736 case R_PPC64_REL32:
14737 case R_PPC64_REL64:
14738 case R_PPC64_ADDR14:
14739 case R_PPC64_ADDR14_BRNTAKEN:
14740 case R_PPC64_ADDR14_BRTAKEN:
14741 case R_PPC64_ADDR16:
14742 case R_PPC64_ADDR16_DS:
14743 case R_PPC64_ADDR16_HA:
14744 case R_PPC64_ADDR16_HI:
f9c6b907
AM
14745 case R_PPC64_ADDR16_HIGH:
14746 case R_PPC64_ADDR16_HIGHA:
65f38f15
AM
14747 case R_PPC64_ADDR16_HIGHER:
14748 case R_PPC64_ADDR16_HIGHERA:
14749 case R_PPC64_ADDR16_HIGHEST:
14750 case R_PPC64_ADDR16_HIGHESTA:
14751 case R_PPC64_ADDR16_LO:
14752 case R_PPC64_ADDR16_LO_DS:
14753 case R_PPC64_ADDR24:
65f38f15
AM
14754 case R_PPC64_ADDR32:
14755 case R_PPC64_ADDR64:
14756 case R_PPC64_UADDR16:
14757 case R_PPC64_UADDR32:
14758 case R_PPC64_UADDR64:
411e1bfb 14759 dodyn:
5d1634d7 14760 if ((input_section->flags & SEC_ALLOC) == 0)
ec338859
AM
14761 break;
14762
41bd81ab
AM
14763 if (NO_OPD_RELOCS && is_opd)
14764 break;
14765
8a9e8e72
AM
14766 if (bfd_link_pic (info)
14767 ? ((h != NULL && pc_dynrelocs (h))
14768 || must_be_dyn_reloc (info, r_type))
14769 : (h != NULL
14770 ? h->dyn_relocs != NULL
d311bc8b 14771 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC))
65f38f15 14772 {
b34976b6 14773 bfd_boolean skip, relocate;
65f38f15 14774 asection *sreloc;
1cf1f670 14775 bfd_vma out_off;
65f38f15
AM
14776
14777 /* When generating a dynamic object, these relocations
14778 are copied into the output file to be resolved at run
14779 time. */
14780
b34976b6
AM
14781 skip = FALSE;
14782 relocate = FALSE;
65f38f15 14783
1cf1f670
AM
14784 out_off = _bfd_elf_section_offset (output_bfd, info,
14785 input_section, rel->r_offset);
14786 if (out_off == (bfd_vma) -1)
b34976b6 14787 skip = TRUE;
1cf1f670 14788 else if (out_off == (bfd_vma) -2)
b34976b6 14789 skip = TRUE, relocate = TRUE;
1cf1f670
AM
14790 out_off += (input_section->output_section->vma
14791 + input_section->output_offset);
14792 outrel.r_offset = out_off;
411e1bfb 14793 outrel.r_addend = rel->r_addend;
65f38f15 14794
1cf1f670
AM
14795 /* Optimize unaligned reloc use. */
14796 if ((r_type == R_PPC64_ADDR64 && (out_off & 7) != 0)
14797 || (r_type == R_PPC64_UADDR64 && (out_off & 7) == 0))
14798 r_type ^= R_PPC64_ADDR64 ^ R_PPC64_UADDR64;
14799 else if ((r_type == R_PPC64_ADDR32 && (out_off & 3) != 0)
14800 || (r_type == R_PPC64_UADDR32 && (out_off & 3) == 0))
14801 r_type ^= R_PPC64_ADDR32 ^ R_PPC64_UADDR32;
14802 else if ((r_type == R_PPC64_ADDR16 && (out_off & 1) != 0)
14803 || (r_type == R_PPC64_UADDR16 && (out_off & 1) == 0))
14804 r_type ^= R_PPC64_ADDR16 ^ R_PPC64_UADDR16;
14805
65f38f15 14806 if (skip)
0bb2d96a 14807 memset (&outrel, 0, sizeof outrel);
afe397ea 14808 else if (!SYMBOL_REFERENCES_LOCAL (info, &h->elf)
0b13192e
AM
14809 && !is_opd
14810 && r_type != R_PPC64_TOC)
14acf4dc
MR
14811 {
14812 BFD_ASSERT (h->elf.dynindx != -1);
14813 outrel.r_info = ELF64_R_INFO (h->elf.dynindx, r_type);
14814 }
65f38f15
AM
14815 else
14816 {
41bd81ab
AM
14817 /* This symbol is local, or marked to become local,
14818 or this is an opd section reloc which must point
14819 at a local function. */
65f38f15 14820 outrel.r_addend += relocation;
e86ce104 14821 if (r_type == R_PPC64_ADDR64 || r_type == R_PPC64_TOC)
65f38f15 14822 {
3fad3c7c 14823 if (is_opd && h != NULL)
afbe61cf
AM
14824 {
14825 /* Lie about opd entries. This case occurs
14826 when building shared libraries and we
14827 reference a function in another shared
3fad3c7c
AM
14828 lib. The same thing happens for a weak
14829 definition in an application that's
14830 overridden by a strong definition in a
14831 shared lib. (I believe this is a generic
14832 bug in binutils handling of weak syms.)
14833 In these cases we won't use the opd
1e2f5b6e 14834 entry in this lib. */
b34976b6 14835 unresolved_reloc = FALSE;
afbe61cf 14836 }
25f23106
AM
14837 if (!is_opd
14838 && r_type == R_PPC64_ADDR64
14839 && (h != NULL
14840 ? h->elf.type == STT_GNU_IFUNC
14841 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC))
14842 outrel.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
14843 else
14844 {
14845 outrel.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
81407a69 14846
25f23106
AM
14847 /* We need to relocate .opd contents for ld.so.
14848 Prelink also wants simple and consistent rules
14849 for relocs. This make all RELATIVE relocs have
14850 *r_offset equal to r_addend. */
14851 relocate = TRUE;
14852 }
65f38f15
AM
14853 }
14854 else
14855 {
14856 long indx = 0;
14857
25f23106
AM
14858 if (h != NULL
14859 ? h->elf.type == STT_GNU_IFUNC
14860 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
14861 {
25f53a85 14862 info->callbacks->einfo
bc30df16
AM
14863 (_("%P: %H: %s for indirect "
14864 "function `%T' unsupported\n"),
25f53a85 14865 input_bfd, input_section, rel->r_offset,
25f23106
AM
14866 ppc64_elf_howto_table[r_type]->name,
14867 sym_name);
14868 ret = FALSE;
14869 }
cf35638d 14870 else if (r_symndx == STN_UNDEF || bfd_is_abs_section (sec))
65f38f15
AM
14871 ;
14872 else if (sec == NULL || sec->owner == NULL)
14873 {
14874 bfd_set_error (bfd_error_bad_value);
b34976b6 14875 return FALSE;
65f38f15
AM
14876 }
14877 else
14878 {
14879 asection *osec;
14880
14881 osec = sec->output_section;
14882 indx = elf_section_data (osec)->dynindx;
14883
74541ad4
AM
14884 if (indx == 0)
14885 {
14886 if ((osec->flags & SEC_READONLY) == 0
14887 && htab->elf.data_index_section != NULL)
14888 osec = htab->elf.data_index_section;
14889 else
14890 osec = htab->elf.text_index_section;
14891 indx = elf_section_data (osec)->dynindx;
14892 }
14893 BFD_ASSERT (indx != 0);
14894
65f38f15
AM
14895 /* We are turning this relocation into one
14896 against a section symbol, so subtract out
14897 the output section's address but not the
14898 offset of the input section in the output
14899 section. */
14900 outrel.r_addend -= osec->vma;
14901 }
14902
14903 outrel.r_info = ELF64_R_INFO (indx, r_type);
14904 }
14905 }
14906
14907 sreloc = elf_section_data (input_section)->sreloc;
19e08130
AM
14908 if (h != NULL
14909 ? h->elf.type == STT_GNU_IFUNC
14910 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
33e44f2e 14911 sreloc = htab->elf.irelplt;
65f38f15
AM
14912 if (sreloc == NULL)
14913 abort ();
14914
dfbb6ac9
AM
14915 if (sreloc->reloc_count * sizeof (Elf64_External_Rela)
14916 >= sreloc->size)
14917 abort ();
947216bf
AM
14918 loc = sreloc->contents;
14919 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
65f38f15
AM
14920 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
14921
14922 /* If this reloc is against an external symbol, it will
14923 be computed at runtime, so there's no need to do
81407a69
AM
14924 anything now. However, for the sake of prelink ensure
14925 that the section contents are a known value. */
65f38f15 14926 if (! relocate)
81407a69
AM
14927 {
14928 unresolved_reloc = FALSE;
14929 /* The value chosen here is quite arbitrary as ld.so
14930 ignores section contents except for the special
14931 case of .opd where the contents might be accessed
14932 before relocation. Choose zero, as that won't
14933 cause reloc overflow. */
14934 relocation = 0;
14935 addend = 0;
14936 /* Use *r_offset == r_addend for R_PPC64_ADDR64 relocs
14937 to improve backward compatibility with older
14938 versions of ld. */
14939 if (r_type == R_PPC64_ADDR64)
14940 addend = outrel.r_addend;
14941 /* Adjust pc_relative relocs to have zero in *r_offset. */
4ce794b7 14942 else if (ppc64_elf_howto_table[r_type]->pc_relative)
000732f7
AM
14943 addend = (input_section->output_section->vma
14944 + input_section->output_offset
14945 + rel->r_offset);
81407a69 14946 }
65f38f15 14947 }
5bd4f169
AM
14948 break;
14949
65f38f15
AM
14950 case R_PPC64_COPY:
14951 case R_PPC64_GLOB_DAT:
14952 case R_PPC64_JMP_SLOT:
25f23106 14953 case R_PPC64_JMP_IREL:
65f38f15
AM
14954 case R_PPC64_RELATIVE:
14955 /* We shouldn't ever see these dynamic relocs in relocatable
14956 files. */
ae9a127f 14957 /* Fall through. */
65f38f15
AM
14958
14959 case R_PPC64_PLTGOT16:
14960 case R_PPC64_PLTGOT16_DS:
14961 case R_PPC64_PLTGOT16_HA:
14962 case R_PPC64_PLTGOT16_HI:
14963 case R_PPC64_PLTGOT16_LO:
14964 case R_PPC64_PLTGOT16_LO_DS:
14965 case R_PPC64_PLTREL32:
14966 case R_PPC64_PLTREL64:
14967 /* These ones haven't been implemented yet. */
14968
25f53a85 14969 info->callbacks->einfo
bc30df16 14970 (_("%P: %B: %s is not supported for `%T'\n"),
d003868e 14971 input_bfd,
4ce794b7 14972 ppc64_elf_howto_table[r_type]->name, sym_name);
5bd4f169
AM
14973
14974 bfd_set_error (bfd_error_invalid_operation);
b34976b6 14975 ret = FALSE;
c316a17c 14976 goto copy_reloc;
65f38f15 14977 }
5bd4f169 14978
67f0cbdb
AM
14979 /* Multi-instruction sequences that access the TOC can be
14980 optimized, eg. addis ra,r2,0; addi rb,ra,x;
14981 to nop; addi rb,r2,x; */
14982 switch (r_type)
14983 {
14984 default:
14985 break;
14986
14987 case R_PPC64_GOT_TLSLD16_HI:
14988 case R_PPC64_GOT_TLSGD16_HI:
14989 case R_PPC64_GOT_TPREL16_HI:
14990 case R_PPC64_GOT_DTPREL16_HI:
14991 case R_PPC64_GOT16_HI:
14992 case R_PPC64_TOC16_HI:
14993 /* These relocs would only be useful if building up an
14994 offset to later add to r2, perhaps in an indexed
14995 addressing mode instruction. Don't try to optimize.
14996 Unfortunately, the possibility of someone building up an
14997 offset like this or even with the HA relocs, means that
14998 we need to check the high insn when optimizing the low
14999 insn. */
15000 break;
15001
15002 case R_PPC64_GOT_TLSLD16_HA:
15003 case R_PPC64_GOT_TLSGD16_HA:
15004 case R_PPC64_GOT_TPREL16_HA:
15005 case R_PPC64_GOT_DTPREL16_HA:
15006 case R_PPC64_GOT16_HA:
15007 case R_PPC64_TOC16_HA:
98528052 15008 if (htab->do_toc_opt && relocation + addend + 0x8000 < 0x10000
560c8763 15009 && !ppc64_elf_tdata (input_bfd)->unexpected_toc_insn)
98528052
AM
15010 {
15011 bfd_byte *p = contents + (rel->r_offset & ~3);
15012 bfd_put_32 (input_bfd, NOP, p);
15013 }
67f0cbdb
AM
15014 break;
15015
15016 case R_PPC64_GOT_TLSLD16_LO:
15017 case R_PPC64_GOT_TLSGD16_LO:
15018 case R_PPC64_GOT_TPREL16_LO_DS:
15019 case R_PPC64_GOT_DTPREL16_LO_DS:
15020 case R_PPC64_GOT16_LO:
15021 case R_PPC64_GOT16_LO_DS:
15022 case R_PPC64_TOC16_LO:
15023 case R_PPC64_TOC16_LO_DS:
98528052 15024 if (htab->do_toc_opt && relocation + addend + 0x8000 < 0x10000
560c8763 15025 && !ppc64_elf_tdata (input_bfd)->unexpected_toc_insn)
67f0cbdb
AM
15026 {
15027 bfd_byte *p = contents + (rel->r_offset & ~3);
15028 insn = bfd_get_32 (input_bfd, p);
560c8763
AM
15029 if ((insn & (0x3f << 26)) == 12u << 26 /* addic */)
15030 {
15031 /* Transform addic to addi when we change reg. */
15032 insn &= ~((0x3f << 26) | (0x1f << 16));
15033 insn |= (14u << 26) | (2 << 16);
15034 }
15035 else
67f0cbdb 15036 {
98528052
AM
15037 insn &= ~(0x1f << 16);
15038 insn |= 2 << 16;
67f0cbdb 15039 }
560c8763 15040 bfd_put_32 (input_bfd, insn, p);
67f0cbdb
AM
15041 }
15042 break;
15043 }
15044
65f38f15 15045 /* Do any further special processing. */
b80eed39 15046 howto = ppc64_elf_howto_table[(int) r_type];
65f38f15
AM
15047 switch (r_type)
15048 {
15049 default:
15050 break;
15051
25f23106 15052 case R_PPC64_REL16_HA:
a680de9a 15053 case R_PPC64_REL16DX_HA:
f9c6b907
AM
15054 case R_PPC64_ADDR16_HA:
15055 case R_PPC64_ADDR16_HIGHA:
65f38f15
AM
15056 case R_PPC64_ADDR16_HIGHERA:
15057 case R_PPC64_ADDR16_HIGHESTA:
65f38f15
AM
15058 case R_PPC64_TOC16_HA:
15059 case R_PPC64_SECTOFF_HA:
411e1bfb 15060 case R_PPC64_TPREL16_HA:
f9c6b907 15061 case R_PPC64_TPREL16_HIGHA:
411e1bfb 15062 case R_PPC64_TPREL16_HIGHERA:
411e1bfb 15063 case R_PPC64_TPREL16_HIGHESTA:
f9c6b907
AM
15064 case R_PPC64_DTPREL16_HA:
15065 case R_PPC64_DTPREL16_HIGHA:
411e1bfb 15066 case R_PPC64_DTPREL16_HIGHERA:
411e1bfb 15067 case R_PPC64_DTPREL16_HIGHESTA:
65f38f15
AM
15068 /* It's just possible that this symbol is a weak symbol
15069 that's not actually defined anywhere. In that case,
15070 'sec' would be NULL, and we should leave the symbol
15071 alone (it will be set to zero elsewhere in the link). */
5c5f6e17
AM
15072 if (sec == NULL)
15073 break;
15074 /* Fall thru */
15075
15076 case R_PPC64_GOT16_HA:
15077 case R_PPC64_PLTGOT16_HA:
15078 case R_PPC64_PLT16_HA:
15079 case R_PPC64_GOT_TLSGD16_HA:
15080 case R_PPC64_GOT_TLSLD16_HA:
15081 case R_PPC64_GOT_TPREL16_HA:
15082 case R_PPC64_GOT_DTPREL16_HA:
15083 /* Add 0x10000 if sign bit in 0:15 is set.
15084 Bits 0:15 are not used. */
15085 addend += 0x8000;
65f38f15
AM
15086 break;
15087
15088 case R_PPC64_ADDR16_DS:
15089 case R_PPC64_ADDR16_LO_DS:
15090 case R_PPC64_GOT16_DS:
15091 case R_PPC64_GOT16_LO_DS:
15092 case R_PPC64_PLT16_LO_DS:
15093 case R_PPC64_SECTOFF_DS:
15094 case R_PPC64_SECTOFF_LO_DS:
15095 case R_PPC64_TOC16_DS:
15096 case R_PPC64_TOC16_LO_DS:
15097 case R_PPC64_PLTGOT16_DS:
15098 case R_PPC64_PLTGOT16_LO_DS:
411e1bfb
AM
15099 case R_PPC64_GOT_TPREL16_DS:
15100 case R_PPC64_GOT_TPREL16_LO_DS:
15101 case R_PPC64_GOT_DTPREL16_DS:
15102 case R_PPC64_GOT_DTPREL16_LO_DS:
15103 case R_PPC64_TPREL16_DS:
15104 case R_PPC64_TPREL16_LO_DS:
15105 case R_PPC64_DTPREL16_DS:
15106 case R_PPC64_DTPREL16_LO_DS:
adadcc0c
AM
15107 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
15108 mask = 3;
a680de9a
PB
15109 /* If this reloc is against an lq, lxv, or stxv insn, then
15110 the value must be a multiple of 16. This is somewhat of
15111 a hack, but the "correct" way to do this by defining _DQ
15112 forms of all the _DS relocs bloats all reloc switches in
15113 this file. It doesn't make much sense to use these
15114 relocs in data, so testing the insn should be safe. */
15115 if ((insn & (0x3f << 26)) == (56u << 26)
15116 || ((insn & (0x3f << 26)) == (61u << 26) && (insn & 3) == 1))
adadcc0c 15117 mask = 15;
a680de9a
PB
15118 relocation += addend;
15119 addend = insn & (mask ^ 3);
15120 if ((relocation & mask) != 0)
65f38f15 15121 {
a680de9a 15122 relocation ^= relocation & mask;
25f53a85 15123 info->callbacks->einfo
8de848d8 15124 (_("%P: %H: error: %s not a multiple of %u\n"),
25f53a85 15125 input_bfd, input_section, rel->r_offset,
b80eed39 15126 howto->name,
adadcc0c 15127 mask + 1);
65f38f15 15128 bfd_set_error (bfd_error_bad_value);
b34976b6 15129 ret = FALSE;
c316a17c 15130 goto copy_reloc;
65f38f15
AM
15131 }
15132 break;
5bd4f169
AM
15133 }
15134
239e1f3a
AM
15135 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
15136 because such sections are not SEC_ALLOC and thus ld.so will
15137 not process them. */
65f38f15 15138 if (unresolved_reloc
239e1f3a 15139 && !((input_section->flags & SEC_DEBUGGING) != 0
1d5316ab
AM
15140 && h->elf.def_dynamic)
15141 && _bfd_elf_section_offset (output_bfd, info, input_section,
15142 rel->r_offset) != (bfd_vma) -1)
9c07fe7c 15143 {
25f53a85 15144 info->callbacks->einfo
bc30df16 15145 (_("%P: %H: unresolvable %s against `%T'\n"),
25f53a85 15146 input_bfd, input_section, rel->r_offset,
b80eed39 15147 howto->name,
039b3fef 15148 h->elf.root.root.string);
b34976b6 15149 ret = FALSE;
9c07fe7c 15150 }
5bd4f169 15151
b80eed39
AM
15152 /* 16-bit fields in insns mostly have signed values, but a
15153 few insns have 16-bit unsigned values. Really, we should
15154 have different reloc types. */
15155 if (howto->complain_on_overflow != complain_overflow_dont
15156 && howto->dst_mask == 0xffff
15157 && (input_section->flags & SEC_CODE) != 0)
15158 {
15159 enum complain_overflow complain = complain_overflow_signed;
15160
15161 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
a47622ac
AM
15162 if ((insn & (0x3f << 26)) == 10u << 26 /* cmpli */)
15163 complain = complain_overflow_bitfield;
15164 else if (howto->rightshift == 0
15165 ? ((insn & (0x3f << 26)) == 28u << 26 /* andi */
15166 || (insn & (0x3f << 26)) == 24u << 26 /* ori */
15167 || (insn & (0x3f << 26)) == 26u << 26 /* xori */)
15168 : ((insn & (0x3f << 26)) == 29u << 26 /* andis */
15169 || (insn & (0x3f << 26)) == 25u << 26 /* oris */
15170 || (insn & (0x3f << 26)) == 27u << 26 /* xoris */))
b80eed39
AM
15171 complain = complain_overflow_unsigned;
15172 if (howto->complain_on_overflow != complain)
15173 {
15174 alt_howto = *howto;
15175 alt_howto.complain_on_overflow = complain;
15176 howto = &alt_howto;
15177 }
15178 }
15179
a680de9a
PB
15180 if (r_type == R_PPC64_REL16DX_HA)
15181 {
15182 /* Split field reloc isn't handled by _bfd_final_link_relocate. */
15183 if (rel->r_offset + 4 > input_section->size)
15184 r = bfd_reloc_outofrange;
15185 else
15186 {
15187 relocation += addend;
15188 relocation -= (rel->r_offset
15189 + input_section->output_offset
15190 + input_section->output_section->vma);
15191 relocation = (bfd_signed_vma) relocation >> 16;
15192 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
15193 insn &= ~0x1fffc1;
15194 insn |= (relocation & 0xffc1) | ((relocation & 0x3e) << 15);
15195 bfd_put_32 (input_bfd, insn, contents + rel->r_offset);
15196 r = bfd_reloc_ok;
15197 if (relocation + 0x8000 > 0xffff)
15198 r = bfd_reloc_overflow;
15199 }
15200 }
15201 else
15202 r = _bfd_final_link_relocate (howto, input_bfd, input_section, contents,
15203 rel->r_offset, relocation, addend);
5bd4f169 15204
ef60b7ff 15205 if (r != bfd_reloc_ok)
5bd4f169 15206 {
bc30df16 15207 char *more_info = NULL;
b80eed39 15208 const char *reloc_name = howto->name;
bc30df16
AM
15209
15210 if (reloc_dest != DEST_NORMAL)
15211 {
15212 more_info = bfd_malloc (strlen (reloc_name) + 8);
15213 if (more_info != NULL)
15214 {
15215 strcpy (more_info, reloc_name);
15216 strcat (more_info, (reloc_dest == DEST_OPD
15217 ? " (OPD)" : " (stub)"));
15218 reloc_name = more_info;
15219 }
15220 }
15221
cd27b276 15222 if (r == bfd_reloc_overflow)
5bd4f169 15223 {
8131c122
AM
15224 /* On code like "if (foo) foo();" don't report overflow
15225 on a branch to zero when foo is undefined. */
15226 if (!warned
15227 && (reloc_dest == DEST_STUB
15228 || !(h != NULL
15229 && (h->elf.root.type == bfd_link_hash_undefweak
15230 || h->elf.root.type == bfd_link_hash_undefined)
15231 && is_branch_reloc (r_type))))
1a72702b
AM
15232 info->callbacks->reloc_overflow (info, &h->elf.root,
15233 sym_name, reloc_name,
15234 orig_rel.r_addend,
15235 input_bfd, input_section,
15236 rel->r_offset);
ef60b7ff
AM
15237 }
15238 else
15239 {
25f53a85 15240 info->callbacks->einfo
bc30df16 15241 (_("%P: %H: %s against `%T': error %d\n"),
25f53a85 15242 input_bfd, input_section, rel->r_offset,
bc30df16 15243 reloc_name, sym_name, (int) r);
b34976b6 15244 ret = FALSE;
ef60b7ff 15245 }
bc30df16
AM
15246 if (more_info != NULL)
15247 free (more_info);
5bd4f169 15248 }
c316a17c
AM
15249 copy_reloc:
15250 if (wrel != rel)
15251 *wrel = *rel;
15252 }
15253
15254 if (wrel != rel)
15255 {
15256 Elf_Internal_Shdr *rel_hdr;
15257 size_t deleted = rel - wrel;
15258
15259 rel_hdr = _bfd_elf_single_rel_hdr (input_section->output_section);
15260 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
15261 if (rel_hdr->sh_size == 0)
15262 {
15263 /* It is too late to remove an empty reloc section. Leave
15264 one NONE reloc.
15265 ??? What is wrong with an empty section??? */
15266 rel_hdr->sh_size = rel_hdr->sh_entsize;
15267 deleted -= 1;
15268 }
15269 rel_hdr = _bfd_elf_single_rel_hdr (input_section);
15270 rel_hdr->sh_size -= rel_hdr->sh_entsize * deleted;
15271 input_section->reloc_count -= deleted;
5bd4f169
AM
15272 }
15273
645ea6a9
AM
15274 /* If we're emitting relocations, then shortly after this function
15275 returns, reloc offsets and addends for this section will be
15276 adjusted. Worse, reloc symbol indices will be for the output
8860955f
AM
15277 file rather than the input. Save a copy of the relocs for
15278 opd_entry_value. */
0e1862bb 15279 if (is_opd && (info->emitrelocations || bfd_link_relocatable (info)))
8860955f
AM
15280 {
15281 bfd_size_type amt;
15282 amt = input_section->reloc_count * sizeof (Elf_Internal_Rela);
15283 rel = bfd_alloc (input_bfd, amt);
729eabd5
AM
15284 BFD_ASSERT (ppc64_elf_tdata (input_bfd)->opd.relocs == NULL);
15285 ppc64_elf_tdata (input_bfd)->opd.relocs = rel;
8860955f
AM
15286 if (rel == NULL)
15287 return FALSE;
15288 memcpy (rel, relocs, amt);
15289 }
5bd4f169
AM
15290 return ret;
15291}
15292
754021d0
AM
15293/* Adjust the value of any local symbols in opd sections. */
15294
6e0b88f1 15295static int
754021d0
AM
15296ppc64_elf_output_symbol_hook (struct bfd_link_info *info,
15297 const char *name ATTRIBUTE_UNUSED,
15298 Elf_Internal_Sym *elfsym,
15299 asection *input_sec,
15300 struct elf_link_hash_entry *h)
15301{
74f0fb50
AM
15302 struct _opd_sec_data *opd;
15303 long adjust;
754021d0
AM
15304 bfd_vma value;
15305
4025353c 15306 if (h != NULL)
6e0b88f1 15307 return 1;
4025353c 15308
74f0fb50
AM
15309 opd = get_opd_info (input_sec);
15310 if (opd == NULL || opd->adjust == NULL)
6e0b88f1 15311 return 1;
754021d0
AM
15312
15313 value = elfsym->st_value - input_sec->output_offset;
0e1862bb 15314 if (!bfd_link_relocatable (info))
754021d0
AM
15315 value -= input_sec->output_section->vma;
15316
51aecdc5 15317 adjust = opd->adjust[OPD_NDX (value)];
4025353c 15318 if (adjust == -1)
6e0b88f1
AM
15319 return 2;
15320
15321 elfsym->st_value += adjust;
15322 return 1;
754021d0
AM
15323}
15324
5bd4f169
AM
15325/* Finish up dynamic symbol handling. We set the contents of various
15326 dynamic sections here. */
15327
b34976b6 15328static bfd_boolean
4ce794b7
AM
15329ppc64_elf_finish_dynamic_symbol (bfd *output_bfd,
15330 struct bfd_link_info *info,
15331 struct elf_link_hash_entry *h,
ab6dce23 15332 Elf_Internal_Sym *sym ATTRIBUTE_UNUSED)
5bd4f169 15333{
65f38f15 15334 struct ppc_link_hash_table *htab;
8387904d
AM
15335 struct plt_entry *ent;
15336 Elf_Internal_Rela rela;
15337 bfd_byte *loc;
5bd4f169 15338
65f38f15 15339 htab = ppc_hash_table (info);
4dfe6ac6
NC
15340 if (htab == NULL)
15341 return FALSE;
5bd4f169 15342
8387904d
AM
15343 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
15344 if (ent->plt.offset != (bfd_vma) -1)
15345 {
15346 /* This symbol has an entry in the procedure linkage
15347 table. Set it up. */
e054468f
AM
15348 if (!htab->elf.dynamic_sections_created
15349 || h->dynindx == -1)
15350 {
15351 BFD_ASSERT (h->type == STT_GNU_IFUNC
15352 && h->def_regular
15353 && (h->root.type == bfd_link_hash_defined
15354 || h->root.type == bfd_link_hash_defweak));
33e44f2e
AM
15355 rela.r_offset = (htab->elf.iplt->output_section->vma
15356 + htab->elf.iplt->output_offset
25f23106 15357 + ent->plt.offset);
ee67d69a
AM
15358 if (htab->opd_abi)
15359 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_IREL);
15360 else
15361 rela.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
e054468f
AM
15362 rela.r_addend = (h->root.u.def.value
15363 + h->root.u.def.section->output_offset
15364 + h->root.u.def.section->output_section->vma
15365 + ent->addend);
33e44f2e
AM
15366 loc = (htab->elf.irelplt->contents
15367 + (htab->elf.irelplt->reloc_count++
25f23106 15368 * sizeof (Elf64_External_Rela)));
e054468f
AM
15369 }
15370 else
15371 {
33e44f2e
AM
15372 rela.r_offset = (htab->elf.splt->output_section->vma
15373 + htab->elf.splt->output_offset
25f23106 15374 + ent->plt.offset);
e054468f
AM
15375 rela.r_info = ELF64_R_INFO (h->dynindx, R_PPC64_JMP_SLOT);
15376 rela.r_addend = ent->addend;
33e44f2e 15377 loc = (htab->elf.srelplt->contents
b9e5796b
AM
15378 + ((ent->plt.offset - PLT_INITIAL_ENTRY_SIZE (htab))
15379 / PLT_ENTRY_SIZE (htab) * sizeof (Elf64_External_Rela)));
e054468f 15380 }
8387904d 15381 bfd_elf64_swap_reloca_out (output_bfd, &rela, loc);
a345bc8d
AM
15382
15383 if (!htab->opd_abi)
15384 {
15385 if (!h->def_regular)
15386 {
15387 /* Mark the symbol as undefined, rather than as
15388 defined in glink. Leave the value if there were
15389 any relocations where pointer equality matters
15390 (this is a clue for the dynamic linker, to make
15391 function pointer comparisons work between an
15392 application and shared library), otherwise set it
15393 to zero. */
15394 sym->st_shndx = SHN_UNDEF;
15395 if (!h->pointer_equality_needed)
15396 sym->st_value = 0;
15397 else if (!h->ref_regular_nonweak)
15398 {
15399 /* This breaks function pointer comparisons, but
15400 that is better than breaking tests for a NULL
15401 function pointer. */
15402 sym->st_value = 0;
15403 }
15404 }
15405 }
8387904d 15406 }
5bd4f169 15407
f5385ebf 15408 if (h->needs_copy)
5bd4f169 15409 {
65f38f15 15410 /* This symbol needs a copy reloc. Set it up. */
5bd4f169 15411
65f38f15
AM
15412 if (h->dynindx == -1
15413 || (h->root.type != bfd_link_hash_defined
15414 && h->root.type != bfd_link_hash_defweak)
4ce794b7 15415 || htab->relbss == NULL)
65f38f15 15416 abort ();
5bd4f169
AM
15417
15418 rela.r_offset = (h->root.u.def.value
15419 + h->root.u.def.section->output_section->vma
15420 + h->root.u.def.section->output_offset);
15421 rela.r_info = ELF64_R_INFO (h->dynindx, R_PPC64_COPY);
15422 rela.r_addend = 0;
4ce794b7
AM
15423 loc = htab->relbss->contents;
15424 loc += htab->relbss->reloc_count++ * sizeof (Elf64_External_Rela);
65f38f15 15425 bfd_elf64_swap_reloca_out (output_bfd, &rela, loc);
5bd4f169
AM
15426 }
15427
b34976b6 15428 return TRUE;
5bd4f169
AM
15429}
15430
65f38f15
AM
15431/* Used to decide how to sort relocs in an optimal manner for the
15432 dynamic linker, before writing them out. */
15433
15434static enum elf_reloc_type_class
7e612e98
AM
15435ppc64_elf_reloc_type_class (const struct bfd_link_info *info,
15436 const asection *rel_sec,
15437 const Elf_Internal_Rela *rela)
65f38f15 15438{
04c9666a 15439 enum elf_ppc64_reloc_type r_type;
7e612e98
AM
15440 struct ppc_link_hash_table *htab = ppc_hash_table (info);
15441
33e44f2e 15442 if (rel_sec == htab->elf.irelplt)
7e612e98 15443 return reloc_class_ifunc;
a33d1f77 15444
4ce794b7 15445 r_type = ELF64_R_TYPE (rela->r_info);
a33d1f77 15446 switch (r_type)
65f38f15
AM
15447 {
15448 case R_PPC64_RELATIVE:
15449 return reloc_class_relative;
15450 case R_PPC64_JMP_SLOT:
15451 return reloc_class_plt;
15452 case R_PPC64_COPY:
15453 return reloc_class_copy;
15454 default:
15455 return reloc_class_normal;
15456 }
15457}
15458
5bd4f169
AM
15459/* Finish up the dynamic sections. */
15460
b34976b6 15461static bfd_boolean
4ce794b7
AM
15462ppc64_elf_finish_dynamic_sections (bfd *output_bfd,
15463 struct bfd_link_info *info)
5bd4f169 15464{
65f38f15
AM
15465 struct ppc_link_hash_table *htab;
15466 bfd *dynobj;
5bd4f169 15467 asection *sdyn;
5bd4f169 15468
65f38f15 15469 htab = ppc_hash_table (info);
4dfe6ac6
NC
15470 if (htab == NULL)
15471 return FALSE;
15472
65f38f15 15473 dynobj = htab->elf.dynobj;
3d4d4302 15474 sdyn = bfd_get_linker_section (dynobj, ".dynamic");
5bd4f169 15475
65f38f15 15476 if (htab->elf.dynamic_sections_created)
5bd4f169 15477 {
5bd4f169
AM
15478 Elf64_External_Dyn *dyncon, *dynconend;
15479
33e44f2e 15480 if (sdyn == NULL || htab->elf.sgot == NULL)
65f38f15 15481 abort ();
5bd4f169
AM
15482
15483 dyncon = (Elf64_External_Dyn *) sdyn->contents;
eea6121a 15484 dynconend = (Elf64_External_Dyn *) (sdyn->contents + sdyn->size);
5bd4f169
AM
15485 for (; dyncon < dynconend; dyncon++)
15486 {
15487 Elf_Internal_Dyn dyn;
19397422 15488 asection *s;
5bd4f169
AM
15489
15490 bfd_elf64_swap_dyn_in (dynobj, dyncon, &dyn);
15491
15492 switch (dyn.d_tag)
15493 {
65f38f15
AM
15494 default:
15495 continue;
5bd4f169 15496
5d1634d7 15497 case DT_PPC64_GLINK:
4ce794b7 15498 s = htab->glink;
6348e046 15499 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
ad8e1ba5
AM
15500 /* We stupidly defined DT_PPC64_GLINK to be the start
15501 of glink rather than the first entry point, which is
15502 what ld.so needs, and now have a bigger stub to
15503 support automatic multiple TOCs. */
b9e5796b 15504 dyn.d_un.d_ptr += GLINK_CALL_STUB_SIZE - 8 * 4;
5d1634d7
AM
15505 break;
15506
19397422
AM
15507 case DT_PPC64_OPD:
15508 s = bfd_get_section_by_name (output_bfd, ".opd");
6348e046
AM
15509 if (s == NULL)
15510 continue;
15511 dyn.d_un.d_ptr = s->vma;
19397422
AM
15512 break;
15513
e8910a83
AM
15514 case DT_PPC64_OPT:
15515 if (htab->do_multi_toc && htab->multi_toc_needed)
15516 dyn.d_un.d_val |= PPC64_OPT_MULTI_TOC;
15517 break;
15518
19397422
AM
15519 case DT_PPC64_OPDSZ:
15520 s = bfd_get_section_by_name (output_bfd, ".opd");
6348e046
AM
15521 if (s == NULL)
15522 continue;
eea6121a 15523 dyn.d_un.d_val = s->size;
19397422
AM
15524 break;
15525
65f38f15 15526 case DT_PLTGOT:
33e44f2e 15527 s = htab->elf.splt;
6348e046 15528 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
65f38f15
AM
15529 break;
15530
15531 case DT_JMPREL:
33e44f2e 15532 s = htab->elf.srelplt;
6348e046 15533 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
65f38f15 15534 break;
5bd4f169 15535
65f38f15 15536 case DT_PLTRELSZ:
33e44f2e 15537 dyn.d_un.d_val = htab->elf.srelplt->size;
5d1634d7
AM
15538 break;
15539
15540 case DT_RELASZ:
15541 /* Don't count procedure linkage table relocs in the
15542 overall reloc count. */
33e44f2e 15543 s = htab->elf.srelplt;
6348e046
AM
15544 if (s == NULL)
15545 continue;
eea6121a 15546 dyn.d_un.d_val -= s->size;
6348e046
AM
15547 break;
15548
15549 case DT_RELA:
15550 /* We may not be using the standard ELF linker script.
15551 If .rela.plt is the first .rela section, we adjust
15552 DT_RELA to not include it. */
33e44f2e 15553 s = htab->elf.srelplt;
6348e046
AM
15554 if (s == NULL)
15555 continue;
15556 if (dyn.d_un.d_ptr != s->output_section->vma + s->output_offset)
15557 continue;
eea6121a 15558 dyn.d_un.d_ptr += s->size;
65f38f15 15559 break;
5bd4f169 15560 }
5bd4f169 15561
65f38f15 15562 bfd_elf64_swap_dyn_out (output_bfd, &dyn, dyncon);
5bd4f169 15563 }
5bd4f169
AM
15564 }
15565
33e44f2e 15566 if (htab->elf.sgot != NULL && htab->elf.sgot->size != 0)
5d1634d7
AM
15567 {
15568 /* Fill in the first entry in the global offset table.
15569 We use it to hold the link-time TOCbase. */
15570 bfd_put_64 (output_bfd,
60ee0d4a 15571 elf_gp (output_bfd) + TOC_BASE_OFF,
33e44f2e 15572 htab->elf.sgot->contents);
5d1634d7
AM
15573
15574 /* Set .got entry size. */
33e44f2e 15575 elf_section_data (htab->elf.sgot->output_section)->this_hdr.sh_entsize = 8;
5d1634d7
AM
15576 }
15577
33e44f2e 15578 if (htab->elf.splt != NULL && htab->elf.splt->size != 0)
5d1634d7
AM
15579 {
15580 /* Set .plt entry size. */
33e44f2e 15581 elf_section_data (htab->elf.splt->output_section)->this_hdr.sh_entsize
b9e5796b 15582 = PLT_ENTRY_SIZE (htab);
5d1634d7
AM
15583 }
15584
84f5d08e
AM
15585 /* brlt is SEC_LINKER_CREATED, so we need to write out relocs for
15586 brlt ourselves if emitrelocations. */
15587 if (htab->brlt != NULL
15588 && htab->brlt->reloc_count != 0
15589 && !_bfd_elf_link_output_relocs (output_bfd,
15590 htab->brlt,
d4730f92 15591 elf_section_data (htab->brlt)->rela.hdr,
84f5d08e
AM
15592 elf_section_data (htab->brlt)->relocs,
15593 NULL))
15594 return FALSE;
15595
176a0d42
AM
15596 if (htab->glink != NULL
15597 && htab->glink->reloc_count != 0
15598 && !_bfd_elf_link_output_relocs (output_bfd,
15599 htab->glink,
d4730f92 15600 elf_section_data (htab->glink)->rela.hdr,
176a0d42
AM
15601 elf_section_data (htab->glink)->relocs,
15602 NULL))
15603 return FALSE;
15604
58d180e8 15605 if (htab->glink_eh_frame != NULL
da44f4e5
AM
15606 && htab->glink_eh_frame->size != 0)
15607 {
15608 bfd_vma val;
15609 bfd_byte *p;
15610 asection *stub_sec;
15611
15612 p = htab->glink_eh_frame->contents + sizeof (glink_eh_frame_cie);
15613 for (stub_sec = htab->params->stub_bfd->sections;
15614 stub_sec != NULL;
15615 stub_sec = stub_sec->next)
15616 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
15617 {
15618 /* FDE length. */
15619 p += 4;
15620 /* CIE pointer. */
15621 p += 4;
15622 /* Offset to stub section. */
15623 val = (stub_sec->output_section->vma
15624 + stub_sec->output_offset);
15625 val -= (htab->glink_eh_frame->output_section->vma
15626 + htab->glink_eh_frame->output_offset
15627 + (p - htab->glink_eh_frame->contents));
15628 if (val + 0x80000000 > 0xffffffff)
15629 {
15630 info->callbacks->einfo
15631 (_("%P: %s offset too large for .eh_frame sdata4 encoding"),
15632 stub_sec->name);
15633 return FALSE;
15634 }
15635 bfd_put_32 (dynobj, val, p);
15636 p += 4;
15637 /* stub section size. */
15638 p += 4;
15639 /* Augmentation. */
15640 p += 1;
15641 /* Pad. */
15642 p += 7;
15643 }
15644 if (htab->glink != NULL && htab->glink->size != 0)
15645 {
15646 /* FDE length. */
15647 p += 4;
15648 /* CIE pointer. */
15649 p += 4;
15650 /* Offset to .glink. */
15651 val = (htab->glink->output_section->vma
15652 + htab->glink->output_offset
15653 + 8);
15654 val -= (htab->glink_eh_frame->output_section->vma
15655 + htab->glink_eh_frame->output_offset
15656 + (p - htab->glink_eh_frame->contents));
15657 if (val + 0x80000000 > 0xffffffff)
15658 {
15659 info->callbacks->einfo
15660 (_("%P: %s offset too large for .eh_frame sdata4 encoding"),
15661 htab->glink->name);
15662 return FALSE;
15663 }
15664 bfd_put_32 (dynobj, val, p);
15665 p += 4;
15666 /* .glink size. */
15667 p += 4;
15668 /* Augmentation. */
15669 p += 1;
15670 /* Ops. */
15671 p += 7;
15672 }
15673
15674 if (htab->glink_eh_frame->sec_info_type == SEC_INFO_TYPE_EH_FRAME
15675 && !_bfd_elf_write_section_eh_frame (output_bfd, info,
15676 htab->glink_eh_frame,
15677 htab->glink_eh_frame->contents))
15678 return FALSE;
15679 }
58d180e8 15680
e717da7e 15681 /* We need to handle writing out multiple GOT sections ourselves,
7b53ace3
AM
15682 since we didn't add them to DYNOBJ. We know dynobj is the first
15683 bfd. */
c72f2fb2 15684 while ((dynobj = dynobj->link.next) != NULL)
e717da7e
AM
15685 {
15686 asection *s;
7b53ace3 15687
0c8d6e5c 15688 if (!is_ppc64_elf (dynobj))
7b53ace3
AM
15689 continue;
15690
e717da7e
AM
15691 s = ppc64_elf_tdata (dynobj)->got;
15692 if (s != NULL
eea6121a 15693 && s->size != 0
e717da7e
AM
15694 && s->output_section != bfd_abs_section_ptr
15695 && !bfd_set_section_contents (output_bfd, s->output_section,
15696 s->contents, s->output_offset,
eea6121a 15697 s->size))
e717da7e
AM
15698 return FALSE;
15699 s = ppc64_elf_tdata (dynobj)->relgot;
15700 if (s != NULL
eea6121a 15701 && s->size != 0
e717da7e
AM
15702 && s->output_section != bfd_abs_section_ptr
15703 && !bfd_set_section_contents (output_bfd, s->output_section,
15704 s->contents, s->output_offset,
eea6121a 15705 s->size))
e717da7e
AM
15706 return FALSE;
15707 }
f6c52c13 15708
b34976b6 15709 return TRUE;
5bd4f169
AM
15710}
15711
5bd4f169 15712#include "elf64-target.h"
7b8e7dad
AM
15713
15714/* FreeBSD support */
15715
15716#undef TARGET_LITTLE_SYM
15717#undef TARGET_LITTLE_NAME
15718
15719#undef TARGET_BIG_SYM
6d00b590 15720#define TARGET_BIG_SYM powerpc_elf64_fbsd_vec
7b8e7dad
AM
15721#undef TARGET_BIG_NAME
15722#define TARGET_BIG_NAME "elf64-powerpc-freebsd"
15723
15724#undef ELF_OSABI
15725#define ELF_OSABI ELFOSABI_FREEBSD
15726
15727#undef elf64_bed
15728#define elf64_bed elf64_powerpc_fbsd_bed
15729
15730#include "elf64-target.h"
15731
This page took 2.264218 seconds and 4 git commands to generate.