* objdump.c (dump_bfd): If defaulting to dwarf call
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.c
CommitLineData
5bd4f169 1/* PowerPC64-specific support for 64-bit ELF.
3a71aa26 2 Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
794e51c0 3 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
5bd4f169
AM
4 Written by Linus Nordberg, Swox AB <info@swox.com>,
5 based on elf32-ppc.c by Ian Lance Taylor.
32ca9640 6 Largely rewritten by Alan Modra.
5bd4f169 7
ae9a127f 8 This file is part of BFD, the Binary File Descriptor library.
5bd4f169 9
ae9a127f
NC
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
cd123cb7 12 the Free Software Foundation; either version 3 of the License, or
ae9a127f 13 (at your option) any later version.
5bd4f169 14
ae9a127f
NC
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
5bd4f169 19
4ce794b7
AM
20 You should have received a copy of the GNU General Public License along
21 with this program; if not, write to the Free Software Foundation, Inc.,
3e110533 22 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
5bd4f169 23
cd123cb7 24
4ce794b7
AM
25/* The 64-bit PowerPC ELF ABI may be found at
26 http://www.linuxbase.org/spec/ELF/ppc64/PPC-elf64abi.txt, and
27 http://www.linuxbase.org/spec/ELF/ppc64/spec/book1.html */
5bd4f169 28
3db64b00 29#include "sysdep.h"
183e98be 30#include <stdarg.h>
5bd4f169 31#include "bfd.h"
5bd4f169
AM
32#include "bfdlink.h"
33#include "libbfd.h"
34#include "elf-bfd.h"
04c9666a 35#include "elf/ppc64.h"
5d1634d7 36#include "elf64-ppc.h"
58d180e8 37#include "dwarf2.h"
5bd4f169 38
805fc799 39static bfd_reloc_status_type ppc64_elf_ha_reloc
4ce794b7 40 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
2441e016
AM
41static bfd_reloc_status_type ppc64_elf_branch_reloc
42 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 43static bfd_reloc_status_type ppc64_elf_brtaken_reloc
4ce794b7 44 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 45static bfd_reloc_status_type ppc64_elf_sectoff_reloc
4ce794b7 46 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 47static bfd_reloc_status_type ppc64_elf_sectoff_ha_reloc
4ce794b7 48 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 49static bfd_reloc_status_type ppc64_elf_toc_reloc
4ce794b7 50 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 51static bfd_reloc_status_type ppc64_elf_toc_ha_reloc
4ce794b7 52 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 53static bfd_reloc_status_type ppc64_elf_toc64_reloc
4ce794b7 54 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
805fc799 55static bfd_reloc_status_type ppc64_elf_unhandled_reloc
4ce794b7 56 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
2441e016
AM
57static bfd_vma opd_entry_value
58 (asection *, bfd_vma, asection **, bfd_vma *);
5bd4f169 59
ad8e1ba5
AM
60#define TARGET_LITTLE_SYM bfd_elf64_powerpcle_vec
61#define TARGET_LITTLE_NAME "elf64-powerpcle"
62#define TARGET_BIG_SYM bfd_elf64_powerpc_vec
63#define TARGET_BIG_NAME "elf64-powerpc"
64#define ELF_ARCH bfd_arch_powerpc
ae95ffa6 65#define ELF_TARGET_ID PPC64_ELF_DATA
ad8e1ba5
AM
66#define ELF_MACHINE_CODE EM_PPC64
67#define ELF_MAXPAGESIZE 0x10000
24718e3b 68#define ELF_COMMONPAGESIZE 0x1000
ad8e1ba5
AM
69#define elf_info_to_howto ppc64_elf_info_to_howto
70
71#define elf_backend_want_got_sym 0
72#define elf_backend_want_plt_sym 0
73#define elf_backend_plt_alignment 3
74#define elf_backend_plt_not_loaded 1
ad8e1ba5 75#define elf_backend_got_header_size 8
ad8e1ba5
AM
76#define elf_backend_can_gc_sections 1
77#define elf_backend_can_refcount 1
78#define elf_backend_rela_normal 1
6bfdb61b 79#define elf_backend_default_execstack 0
ad8e1ba5 80
e717da7e 81#define bfd_elf64_mkobject ppc64_elf_mkobject
ad8e1ba5 82#define bfd_elf64_bfd_reloc_type_lookup ppc64_elf_reloc_type_lookup
aa374f67 83#define bfd_elf64_bfd_reloc_name_lookup ppc64_elf_reloc_name_lookup
c79d6685 84#define bfd_elf64_bfd_merge_private_bfd_data _bfd_generic_verify_endian_match
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
87#define bfd_elf64_bfd_link_hash_table_free ppc64_elf_link_hash_table_free
90e3cdf2 88#define bfd_elf64_get_synthetic_symtab ppc64_elf_get_synthetic_symtab
aa374f67 89#define bfd_elf64_bfd_link_just_syms ppc64_elf_link_just_syms
ad8e1ba5
AM
90
91#define elf_backend_object_p ppc64_elf_object_p
d37c89e5
AM
92#define elf_backend_grok_prstatus ppc64_elf_grok_prstatus
93#define elf_backend_grok_psinfo ppc64_elf_grok_psinfo
183e98be 94#define elf_backend_write_core_note ppc64_elf_write_core_note
ad8e1ba5
AM
95#define elf_backend_create_dynamic_sections ppc64_elf_create_dynamic_sections
96#define elf_backend_copy_indirect_symbol ppc64_elf_copy_indirect_symbol
555cd476 97#define elf_backend_add_symbol_hook ppc64_elf_add_symbol_hook
7d9616d7 98#define elf_backend_check_directives ppc64_elf_process_dot_syms
97fed1c9 99#define elf_backend_as_needed_cleanup ppc64_elf_as_needed_cleanup
8387904d 100#define elf_backend_archive_symbol_lookup ppc64_elf_archive_symbol_lookup
ad8e1ba5 101#define elf_backend_check_relocs ppc64_elf_check_relocs
74f0fb50 102#define elf_backend_gc_keep ppc64_elf_gc_keep
64d03ab5 103#define elf_backend_gc_mark_dynamic_ref ppc64_elf_gc_mark_dynamic_ref
ad8e1ba5
AM
104#define elf_backend_gc_mark_hook ppc64_elf_gc_mark_hook
105#define elf_backend_gc_sweep_hook ppc64_elf_gc_sweep_hook
106#define elf_backend_adjust_dynamic_symbol ppc64_elf_adjust_dynamic_symbol
107#define elf_backend_hide_symbol ppc64_elf_hide_symbol
9f296da3 108#define elf_backend_maybe_function_sym ppc64_elf_maybe_function_sym
ad8e1ba5
AM
109#define elf_backend_always_size_sections ppc64_elf_func_desc_adjust
110#define elf_backend_size_dynamic_sections ppc64_elf_size_dynamic_sections
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
e054468f 119#define elf_backend_post_process_headers _bfd_elf_set_osabi
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. */
126#define PLT_ENTRY_SIZE 24
127
128/* The initial size of the plt reserved for the dynamic linker. */
5d1634d7 129#define PLT_INITIAL_ENTRY_SIZE PLT_ENTRY_SIZE
5bd4f169
AM
130
131/* TOC base pointers offset from start of TOC. */
411e1bfb
AM
132#define TOC_BASE_OFF 0x8000
133
134/* Offset of tp and dtp pointers from start of TLS block. */
135#define TP_OFFSET 0x7000
136#define DTP_OFFSET 0x8000
5bd4f169 137
ad8e1ba5
AM
138/* .plt call stub instructions. The normal stub is like this, but
139 sometimes the .plt entry crosses a 64k boundary and we need to
ac2df442 140 insert an addi to adjust r12. */
ad8e1ba5 141#define PLT_CALL_STUB_SIZE (7*4)
5d1634d7
AM
142#define ADDIS_R12_R2 0x3d820000 /* addis %r12,%r2,xxx@ha */
143#define STD_R2_40R1 0xf8410028 /* std %r2,40(%r1) */
144#define LD_R11_0R12 0xe96c0000 /* ld %r11,xxx+0@l(%r12) */
5d1634d7 145#define MTCTR_R11 0x7d6903a6 /* mtctr %r11 */
ac2df442 146#define LD_R2_0R12 0xe84c0000 /* ld %r2,xxx+8@l(%r12) */
5d1634d7
AM
147 /* ld %r11,xxx+16@l(%r12) */
148#define BCTR 0x4e800420 /* bctr */
149
5d1634d7 150
ee4bf8d2 151#define ADDIS_R12_R12 0x3d8c0000 /* addis %r12,%r12,off@ha */
ac2df442 152#define ADDI_R12_R12 0x398c0000 /* addi %r12,%r12,off@l */
ad8e1ba5
AM
153#define ADDIS_R2_R2 0x3c420000 /* addis %r2,%r2,off@ha */
154#define ADDI_R2_R2 0x38420000 /* addi %r2,%r2,off@l */
155
794e51c0
AM
156#define XOR_R11_R11_R11 0x7d6b5a78 /* xor %r11,%r11,%r11 */
157#define ADD_R12_R12_R11 0x7d8c5a14 /* add %r12,%r12,%r11 */
158#define ADD_R2_R2_R11 0x7c425a14 /* add %r2,%r2,%r11 */
159#define CMPLDI_R2_0 0x28220000 /* cmpldi %r2,0 */
160#define BNECTR 0x4ca20420 /* bnectr+ */
161#define BNECTR_P4 0x4ce20420 /* bnectr+ */
162
ac2df442
AM
163#define LD_R11_0R2 0xe9620000 /* ld %r11,xxx+0(%r2) */
164#define LD_R2_0R2 0xe8420000 /* ld %r2,xxx+0(%r2) */
165
ad8e1ba5
AM
166#define LD_R2_40R1 0xe8410028 /* ld %r2,40(%r1) */
167
ee4bf8d2 168/* glink call stub instructions. We enter with the index in R0. */
ad8e1ba5 169#define GLINK_CALL_STUB_SIZE (16*4)
ee4bf8d2
AM
170 /* 0: */
171 /* .quad plt0-1f */
172 /* __glink: */
173#define MFLR_R12 0x7d8802a6 /* mflr %12 */
174#define BCL_20_31 0x429f0005 /* bcl 20,31,1f */
175 /* 1: */
176#define MFLR_R11 0x7d6802a6 /* mflr %11 */
177#define LD_R2_M16R11 0xe84bfff0 /* ld %2,(0b-1b)(%11) */
178#define MTLR_R12 0x7d8803a6 /* mtlr %12 */
179#define ADD_R12_R2_R11 0x7d825a14 /* add %12,%2,%11 */
180 /* ld %11,0(%12) */
181 /* ld %2,8(%12) */
182 /* mtctr %11 */
183 /* ld %11,16(%12) */
184 /* bctr */
5d1634d7
AM
185
186/* Pad with this. */
187#define NOP 0x60000000
188
721956f4
AM
189/* Some other nops. */
190#define CROR_151515 0x4def7b82
191#define CROR_313131 0x4ffffb82
192
cedb70c5 193/* .glink entries for the first 32k functions are two instructions. */
5d1634d7
AM
194#define LI_R0_0 0x38000000 /* li %r0,0 */
195#define B_DOT 0x48000000 /* b . */
196
197/* After that, we need two instructions to load the index, followed by
198 a branch. */
199#define LIS_R0_0 0x3c000000 /* lis %r0,0 */
10ed1bba 200#define ORI_R0_R0_0 0x60000000 /* ori %r0,%r0,0 */
41bd81ab 201
deb0e272
AM
202/* Instructions used by the save and restore reg functions. */
203#define STD_R0_0R1 0xf8010000 /* std %r0,0(%r1) */
204#define STD_R0_0R12 0xf80c0000 /* std %r0,0(%r12) */
205#define LD_R0_0R1 0xe8010000 /* ld %r0,0(%r1) */
206#define LD_R0_0R12 0xe80c0000 /* ld %r0,0(%r12) */
82bd7b59
AM
207#define STFD_FR0_0R1 0xd8010000 /* stfd %fr0,0(%r1) */
208#define LFD_FR0_0R1 0xc8010000 /* lfd %fr0,0(%r1) */
deb0e272
AM
209#define LI_R12_0 0x39800000 /* li %r12,0 */
210#define STVX_VR0_R12_R0 0x7c0c01ce /* stvx %v0,%r12,%r0 */
211#define LVX_VR0_R12_R0 0x7c0c00ce /* lvx %v0,%r12,%r0 */
212#define MTLR_R0 0x7c0803a6 /* mtlr %r0 */
82bd7b59
AM
213#define BLR 0x4e800020 /* blr */
214
41bd81ab
AM
215/* Since .opd is an array of descriptors and each entry will end up
216 with identical R_PPC64_RELATIVE relocs, there is really no need to
217 propagate .opd relocs; The dynamic linker should be taught to
1e2f5b6e 218 relocate .opd without reloc entries. */
41bd81ab
AM
219#ifndef NO_OPD_RELOCS
220#define NO_OPD_RELOCS 0
221#endif
5bd4f169 222\f
f5e87a1d 223#define ONES(n) (((bfd_vma) 1 << ((n) - 1) << 1) - 1)
b34976b6 224
5bd4f169 225/* Relocation HOWTO's. */
04c9666a 226static reloc_howto_type *ppc64_elf_howto_table[(int) R_PPC64_max];
5bd4f169
AM
227
228static reloc_howto_type ppc64_elf_howto_raw[] = {
229 /* This reloc does nothing. */
230 HOWTO (R_PPC64_NONE, /* type */
231 0, /* rightshift */
411e1bfb
AM
232 2, /* size (0 = byte, 1 = short, 2 = long) */
233 32, /* bitsize */
b34976b6 234 FALSE, /* pc_relative */
5bd4f169 235 0, /* bitpos */
f5e87a1d 236 complain_overflow_dont, /* complain_on_overflow */
5bd4f169
AM
237 bfd_elf_generic_reloc, /* special_function */
238 "R_PPC64_NONE", /* name */
b34976b6 239 FALSE, /* partial_inplace */
d006db6c 240 0, /* src_mask */
5bd4f169 241 0, /* dst_mask */
b34976b6 242 FALSE), /* pcrel_offset */
5bd4f169
AM
243
244 /* A standard 32 bit relocation. */
245 HOWTO (R_PPC64_ADDR32, /* type */
246 0, /* rightshift */
247 2, /* size (0 = byte, 1 = short, 2 = long) */
248 32, /* bitsize */
b34976b6 249 FALSE, /* pc_relative */
5bd4f169
AM
250 0, /* bitpos */
251 complain_overflow_bitfield, /* complain_on_overflow */
252 bfd_elf_generic_reloc, /* special_function */
253 "R_PPC64_ADDR32", /* name */
b34976b6 254 FALSE, /* partial_inplace */
5bd4f169
AM
255 0, /* src_mask */
256 0xffffffff, /* dst_mask */
b34976b6 257 FALSE), /* pcrel_offset */
5bd4f169
AM
258
259 /* An absolute 26 bit branch; the lower two bits must be zero.
260 FIXME: we don't check that, we just clear them. */
261 HOWTO (R_PPC64_ADDR24, /* type */
262 0, /* rightshift */
263 2, /* size (0 = byte, 1 = short, 2 = long) */
264 26, /* bitsize */
b34976b6 265 FALSE, /* pc_relative */
5bd4f169
AM
266 0, /* bitpos */
267 complain_overflow_bitfield, /* complain_on_overflow */
268 bfd_elf_generic_reloc, /* special_function */
269 "R_PPC64_ADDR24", /* name */
b34976b6 270 FALSE, /* partial_inplace */
d006db6c 271 0, /* src_mask */
f5e87a1d 272 0x03fffffc, /* dst_mask */
b34976b6 273 FALSE), /* pcrel_offset */
5bd4f169
AM
274
275 /* A standard 16 bit relocation. */
276 HOWTO (R_PPC64_ADDR16, /* type */
277 0, /* rightshift */
278 1, /* size (0 = byte, 1 = short, 2 = long) */
279 16, /* bitsize */
b34976b6 280 FALSE, /* pc_relative */
5bd4f169
AM
281 0, /* bitpos */
282 complain_overflow_bitfield, /* complain_on_overflow */
283 bfd_elf_generic_reloc, /* special_function */
284 "R_PPC64_ADDR16", /* name */
b34976b6 285 FALSE, /* partial_inplace */
5bd4f169
AM
286 0, /* src_mask */
287 0xffff, /* dst_mask */
b34976b6 288 FALSE), /* pcrel_offset */
5bd4f169
AM
289
290 /* A 16 bit relocation without overflow. */
291 HOWTO (R_PPC64_ADDR16_LO, /* type */
292 0, /* rightshift */
293 1, /* size (0 = byte, 1 = short, 2 = long) */
294 16, /* bitsize */
b34976b6 295 FALSE, /* pc_relative */
5bd4f169
AM
296 0, /* bitpos */
297 complain_overflow_dont,/* complain_on_overflow */
298 bfd_elf_generic_reloc, /* special_function */
299 "R_PPC64_ADDR16_LO", /* name */
b34976b6 300 FALSE, /* partial_inplace */
5bd4f169
AM
301 0, /* src_mask */
302 0xffff, /* dst_mask */
b34976b6 303 FALSE), /* pcrel_offset */
5bd4f169
AM
304
305 /* Bits 16-31 of an address. */
306 HOWTO (R_PPC64_ADDR16_HI, /* type */
307 16, /* rightshift */
308 1, /* size (0 = byte, 1 = short, 2 = long) */
309 16, /* bitsize */
b34976b6 310 FALSE, /* pc_relative */
5bd4f169
AM
311 0, /* bitpos */
312 complain_overflow_dont, /* complain_on_overflow */
313 bfd_elf_generic_reloc, /* special_function */
314 "R_PPC64_ADDR16_HI", /* name */
b34976b6 315 FALSE, /* partial_inplace */
5bd4f169
AM
316 0, /* src_mask */
317 0xffff, /* dst_mask */
b34976b6 318 FALSE), /* pcrel_offset */
5bd4f169
AM
319
320 /* Bits 16-31 of an address, plus 1 if the contents of the low 16
321 bits, treated as a signed number, is negative. */
322 HOWTO (R_PPC64_ADDR16_HA, /* type */
323 16, /* rightshift */
324 1, /* size (0 = byte, 1 = short, 2 = long) */
325 16, /* bitsize */
b34976b6 326 FALSE, /* pc_relative */
5bd4f169
AM
327 0, /* bitpos */
328 complain_overflow_dont, /* complain_on_overflow */
805fc799 329 ppc64_elf_ha_reloc, /* special_function */
5bd4f169 330 "R_PPC64_ADDR16_HA", /* name */
b34976b6 331 FALSE, /* partial_inplace */
5bd4f169
AM
332 0, /* src_mask */
333 0xffff, /* dst_mask */
b34976b6 334 FALSE), /* pcrel_offset */
5bd4f169
AM
335
336 /* An absolute 16 bit branch; the lower two bits must be zero.
337 FIXME: we don't check that, we just clear them. */
338 HOWTO (R_PPC64_ADDR14, /* type */
339 0, /* rightshift */
340 2, /* size (0 = byte, 1 = short, 2 = long) */
341 16, /* bitsize */
b34976b6 342 FALSE, /* pc_relative */
5bd4f169
AM
343 0, /* bitpos */
344 complain_overflow_bitfield, /* complain_on_overflow */
2441e016 345 ppc64_elf_branch_reloc, /* special_function */
5bd4f169 346 "R_PPC64_ADDR14", /* name */
b34976b6 347 FALSE, /* partial_inplace */
d006db6c 348 0, /* src_mask */
f5e87a1d 349 0x0000fffc, /* dst_mask */
b34976b6 350 FALSE), /* pcrel_offset */
5bd4f169
AM
351
352 /* An absolute 16 bit branch, for which bit 10 should be set to
353 indicate that the branch is expected to be taken. The lower two
354 bits must be zero. */
355 HOWTO (R_PPC64_ADDR14_BRTAKEN, /* type */
356 0, /* rightshift */
357 2, /* size (0 = byte, 1 = short, 2 = long) */
358 16, /* bitsize */
b34976b6 359 FALSE, /* pc_relative */
5bd4f169
AM
360 0, /* bitpos */
361 complain_overflow_bitfield, /* complain_on_overflow */
805fc799 362 ppc64_elf_brtaken_reloc, /* special_function */
5bd4f169 363 "R_PPC64_ADDR14_BRTAKEN",/* name */
b34976b6 364 FALSE, /* partial_inplace */
d006db6c 365 0, /* src_mask */
f5e87a1d 366 0x0000fffc, /* dst_mask */
b34976b6 367 FALSE), /* pcrel_offset */
5bd4f169
AM
368
369 /* An absolute 16 bit branch, for which bit 10 should be set to
370 indicate that the branch is not expected to be taken. The lower
371 two bits must be zero. */
372 HOWTO (R_PPC64_ADDR14_BRNTAKEN, /* type */
373 0, /* rightshift */
374 2, /* size (0 = byte, 1 = short, 2 = long) */
375 16, /* bitsize */
b34976b6 376 FALSE, /* pc_relative */
5bd4f169
AM
377 0, /* bitpos */
378 complain_overflow_bitfield, /* complain_on_overflow */
805fc799 379 ppc64_elf_brtaken_reloc, /* special_function */
5bd4f169 380 "R_PPC64_ADDR14_BRNTAKEN",/* name */
b34976b6 381 FALSE, /* partial_inplace */
d006db6c 382 0, /* src_mask */
f5e87a1d 383 0x0000fffc, /* dst_mask */
b34976b6 384 FALSE), /* pcrel_offset */
5bd4f169
AM
385
386 /* A relative 26 bit branch; the lower two bits must be zero. */
387 HOWTO (R_PPC64_REL24, /* type */
388 0, /* rightshift */
389 2, /* size (0 = byte, 1 = short, 2 = long) */
390 26, /* bitsize */
b34976b6 391 TRUE, /* pc_relative */
5bd4f169
AM
392 0, /* bitpos */
393 complain_overflow_signed, /* complain_on_overflow */
2441e016 394 ppc64_elf_branch_reloc, /* special_function */
5bd4f169 395 "R_PPC64_REL24", /* name */
b34976b6 396 FALSE, /* partial_inplace */
d006db6c 397 0, /* src_mask */
f5e87a1d 398 0x03fffffc, /* dst_mask */
b34976b6 399 TRUE), /* pcrel_offset */
5bd4f169
AM
400
401 /* A relative 16 bit branch; the lower two bits must be zero. */
402 HOWTO (R_PPC64_REL14, /* type */
403 0, /* rightshift */
404 2, /* size (0 = byte, 1 = short, 2 = long) */
405 16, /* bitsize */
b34976b6 406 TRUE, /* pc_relative */
5bd4f169
AM
407 0, /* bitpos */
408 complain_overflow_signed, /* complain_on_overflow */
2441e016 409 ppc64_elf_branch_reloc, /* special_function */
5bd4f169 410 "R_PPC64_REL14", /* name */
b34976b6 411 FALSE, /* partial_inplace */
d006db6c 412 0, /* src_mask */
f5e87a1d 413 0x0000fffc, /* dst_mask */
b34976b6 414 TRUE), /* pcrel_offset */
5bd4f169
AM
415
416 /* A relative 16 bit branch. Bit 10 should be set to indicate that
417 the branch is expected to be taken. The lower two bits must be
418 zero. */
419 HOWTO (R_PPC64_REL14_BRTAKEN, /* type */
420 0, /* rightshift */
421 2, /* size (0 = byte, 1 = short, 2 = long) */
422 16, /* bitsize */
b34976b6 423 TRUE, /* pc_relative */
5bd4f169
AM
424 0, /* bitpos */
425 complain_overflow_signed, /* complain_on_overflow */
805fc799 426 ppc64_elf_brtaken_reloc, /* special_function */
5bd4f169 427 "R_PPC64_REL14_BRTAKEN", /* name */
b34976b6 428 FALSE, /* partial_inplace */
d006db6c 429 0, /* src_mask */
f5e87a1d 430 0x0000fffc, /* dst_mask */
b34976b6 431 TRUE), /* pcrel_offset */
5bd4f169
AM
432
433 /* A relative 16 bit branch. Bit 10 should be set to indicate that
434 the branch is not expected to be taken. The lower two bits must
435 be zero. */
436 HOWTO (R_PPC64_REL14_BRNTAKEN, /* type */
437 0, /* rightshift */
438 2, /* size (0 = byte, 1 = short, 2 = long) */
439 16, /* bitsize */
b34976b6 440 TRUE, /* pc_relative */
5bd4f169
AM
441 0, /* bitpos */
442 complain_overflow_signed, /* complain_on_overflow */
805fc799 443 ppc64_elf_brtaken_reloc, /* special_function */
5bd4f169 444 "R_PPC64_REL14_BRNTAKEN",/* name */
b34976b6 445 FALSE, /* partial_inplace */
d006db6c 446 0, /* src_mask */
f5e87a1d 447 0x0000fffc, /* dst_mask */
b34976b6 448 TRUE), /* pcrel_offset */
5bd4f169
AM
449
450 /* Like R_PPC64_ADDR16, but referring to the GOT table entry for the
451 symbol. */
452 HOWTO (R_PPC64_GOT16, /* type */
453 0, /* rightshift */
454 1, /* size (0 = byte, 1 = short, 2 = long) */
455 16, /* bitsize */
b34976b6 456 FALSE, /* pc_relative */
5bd4f169
AM
457 0, /* bitpos */
458 complain_overflow_signed, /* complain_on_overflow */
805fc799 459 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 460 "R_PPC64_GOT16", /* name */
b34976b6 461 FALSE, /* partial_inplace */
5bd4f169
AM
462 0, /* src_mask */
463 0xffff, /* dst_mask */
b34976b6 464 FALSE), /* pcrel_offset */
5bd4f169
AM
465
466 /* Like R_PPC64_ADDR16_LO, but referring to the GOT table entry for
467 the symbol. */
468 HOWTO (R_PPC64_GOT16_LO, /* type */
469 0, /* rightshift */
470 1, /* size (0 = byte, 1 = short, 2 = long) */
471 16, /* bitsize */
b34976b6 472 FALSE, /* pc_relative */
5bd4f169
AM
473 0, /* bitpos */
474 complain_overflow_dont, /* complain_on_overflow */
805fc799 475 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 476 "R_PPC64_GOT16_LO", /* name */
b34976b6 477 FALSE, /* partial_inplace */
5bd4f169
AM
478 0, /* src_mask */
479 0xffff, /* dst_mask */
b34976b6 480 FALSE), /* pcrel_offset */
5bd4f169
AM
481
482 /* Like R_PPC64_ADDR16_HI, but referring to the GOT table entry for
483 the symbol. */
484 HOWTO (R_PPC64_GOT16_HI, /* type */
485 16, /* rightshift */
486 1, /* size (0 = byte, 1 = short, 2 = long) */
487 16, /* bitsize */
b34976b6 488 FALSE, /* pc_relative */
5bd4f169
AM
489 0, /* bitpos */
490 complain_overflow_dont,/* complain_on_overflow */
805fc799 491 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 492 "R_PPC64_GOT16_HI", /* name */
b34976b6 493 FALSE, /* partial_inplace */
5bd4f169
AM
494 0, /* src_mask */
495 0xffff, /* dst_mask */
b34976b6 496 FALSE), /* pcrel_offset */
5bd4f169
AM
497
498 /* Like R_PPC64_ADDR16_HA, but referring to the GOT table entry for
499 the symbol. */
500 HOWTO (R_PPC64_GOT16_HA, /* type */
501 16, /* rightshift */
502 1, /* size (0 = byte, 1 = short, 2 = long) */
503 16, /* bitsize */
b34976b6 504 FALSE, /* pc_relative */
5bd4f169
AM
505 0, /* bitpos */
506 complain_overflow_dont,/* complain_on_overflow */
805fc799 507 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 508 "R_PPC64_GOT16_HA", /* name */
b34976b6 509 FALSE, /* partial_inplace */
5bd4f169
AM
510 0, /* src_mask */
511 0xffff, /* dst_mask */
b34976b6 512 FALSE), /* pcrel_offset */
5bd4f169
AM
513
514 /* This is used only by the dynamic linker. The symbol should exist
515 both in the object being run and in some shared library. The
516 dynamic linker copies the data addressed by the symbol from the
517 shared library into the object, because the object being
518 run has to have the data at some particular address. */
519 HOWTO (R_PPC64_COPY, /* type */
520 0, /* rightshift */
f5e87a1d
AM
521 0, /* this one is variable size */
522 0, /* bitsize */
b34976b6 523 FALSE, /* pc_relative */
5bd4f169 524 0, /* bitpos */
f5e87a1d
AM
525 complain_overflow_dont, /* complain_on_overflow */
526 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 527 "R_PPC64_COPY", /* name */
b34976b6 528 FALSE, /* partial_inplace */
5bd4f169
AM
529 0, /* src_mask */
530 0, /* dst_mask */
b34976b6 531 FALSE), /* pcrel_offset */
5bd4f169
AM
532
533 /* Like R_PPC64_ADDR64, but used when setting global offset table
534 entries. */
535 HOWTO (R_PPC64_GLOB_DAT, /* type */
536 0, /* rightshift */
537 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
538 64, /* bitsize */
b34976b6 539 FALSE, /* pc_relative */
5bd4f169
AM
540 0, /* bitpos */
541 complain_overflow_dont, /* complain_on_overflow */
805fc799 542 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 543 "R_PPC64_GLOB_DAT", /* name */
b34976b6 544 FALSE, /* partial_inplace */
5bd4f169 545 0, /* src_mask */
f5e87a1d 546 ONES (64), /* dst_mask */
b34976b6 547 FALSE), /* pcrel_offset */
5bd4f169
AM
548
549 /* Created by the link editor. Marks a procedure linkage table
550 entry for a symbol. */
551 HOWTO (R_PPC64_JMP_SLOT, /* type */
552 0, /* rightshift */
553 0, /* size (0 = byte, 1 = short, 2 = long) */
554 0, /* bitsize */
b34976b6 555 FALSE, /* pc_relative */
5bd4f169
AM
556 0, /* bitpos */
557 complain_overflow_dont, /* complain_on_overflow */
805fc799 558 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 559 "R_PPC64_JMP_SLOT", /* name */
b34976b6 560 FALSE, /* partial_inplace */
5bd4f169
AM
561 0, /* src_mask */
562 0, /* dst_mask */
b34976b6 563 FALSE), /* pcrel_offset */
5bd4f169
AM
564
565 /* Used only by the dynamic linker. When the object is run, this
566 doubleword64 is set to the load address of the object, plus the
567 addend. */
568 HOWTO (R_PPC64_RELATIVE, /* type */
569 0, /* rightshift */
570 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
571 64, /* bitsize */
b34976b6 572 FALSE, /* pc_relative */
5bd4f169
AM
573 0, /* bitpos */
574 complain_overflow_dont, /* complain_on_overflow */
575 bfd_elf_generic_reloc, /* special_function */
576 "R_PPC64_RELATIVE", /* name */
b34976b6 577 FALSE, /* partial_inplace */
5bd4f169 578 0, /* src_mask */
f5e87a1d 579 ONES (64), /* dst_mask */
b34976b6 580 FALSE), /* pcrel_offset */
5bd4f169
AM
581
582 /* Like R_PPC64_ADDR32, but may be unaligned. */
583 HOWTO (R_PPC64_UADDR32, /* type */
584 0, /* rightshift */
585 2, /* size (0 = byte, 1 = short, 2 = long) */
586 32, /* bitsize */
b34976b6 587 FALSE, /* pc_relative */
5bd4f169
AM
588 0, /* bitpos */
589 complain_overflow_bitfield, /* complain_on_overflow */
590 bfd_elf_generic_reloc, /* special_function */
591 "R_PPC64_UADDR32", /* name */
b34976b6 592 FALSE, /* partial_inplace */
5bd4f169
AM
593 0, /* src_mask */
594 0xffffffff, /* dst_mask */
b34976b6 595 FALSE), /* pcrel_offset */
5bd4f169
AM
596
597 /* Like R_PPC64_ADDR16, but may be unaligned. */
598 HOWTO (R_PPC64_UADDR16, /* type */
599 0, /* rightshift */
600 1, /* size (0 = byte, 1 = short, 2 = long) */
601 16, /* bitsize */
b34976b6 602 FALSE, /* pc_relative */
5bd4f169
AM
603 0, /* bitpos */
604 complain_overflow_bitfield, /* complain_on_overflow */
605 bfd_elf_generic_reloc, /* special_function */
606 "R_PPC64_UADDR16", /* name */
b34976b6 607 FALSE, /* partial_inplace */
5bd4f169
AM
608 0, /* src_mask */
609 0xffff, /* dst_mask */
b34976b6 610 FALSE), /* pcrel_offset */
5bd4f169
AM
611
612 /* 32-bit PC relative. */
613 HOWTO (R_PPC64_REL32, /* type */
614 0, /* rightshift */
615 2, /* size (0 = byte, 1 = short, 2 = long) */
616 32, /* bitsize */
b34976b6 617 TRUE, /* pc_relative */
5bd4f169 618 0, /* bitpos */
cedb70c5 619 /* FIXME: Verify. Was complain_overflow_bitfield. */
5bd4f169
AM
620 complain_overflow_signed, /* complain_on_overflow */
621 bfd_elf_generic_reloc, /* special_function */
622 "R_PPC64_REL32", /* name */
b34976b6 623 FALSE, /* partial_inplace */
5bd4f169
AM
624 0, /* src_mask */
625 0xffffffff, /* dst_mask */
b34976b6 626 TRUE), /* pcrel_offset */
5bd4f169 627
10ed1bba 628 /* 32-bit relocation to the symbol's procedure linkage table. */
5bd4f169
AM
629 HOWTO (R_PPC64_PLT32, /* type */
630 0, /* rightshift */
631 2, /* size (0 = byte, 1 = short, 2 = long) */
632 32, /* bitsize */
b34976b6 633 FALSE, /* pc_relative */
5bd4f169
AM
634 0, /* bitpos */
635 complain_overflow_bitfield, /* complain_on_overflow */
805fc799 636 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 637 "R_PPC64_PLT32", /* name */
b34976b6 638 FALSE, /* partial_inplace */
5bd4f169 639 0, /* src_mask */
f5e87a1d 640 0xffffffff, /* dst_mask */
b34976b6 641 FALSE), /* pcrel_offset */
5bd4f169
AM
642
643 /* 32-bit PC relative relocation to the symbol's procedure linkage table.
644 FIXME: R_PPC64_PLTREL32 not supported. */
645 HOWTO (R_PPC64_PLTREL32, /* type */
646 0, /* rightshift */
647 2, /* size (0 = byte, 1 = short, 2 = long) */
648 32, /* bitsize */
b34976b6 649 TRUE, /* pc_relative */
5bd4f169
AM
650 0, /* bitpos */
651 complain_overflow_signed, /* complain_on_overflow */
652 bfd_elf_generic_reloc, /* special_function */
653 "R_PPC64_PLTREL32", /* name */
b34976b6 654 FALSE, /* partial_inplace */
5bd4f169 655 0, /* src_mask */
f5e87a1d 656 0xffffffff, /* dst_mask */
b34976b6 657 TRUE), /* pcrel_offset */
5bd4f169
AM
658
659 /* Like R_PPC64_ADDR16_LO, but referring to the PLT table entry for
660 the symbol. */
661 HOWTO (R_PPC64_PLT16_LO, /* type */
662 0, /* rightshift */
663 1, /* size (0 = byte, 1 = short, 2 = long) */
664 16, /* bitsize */
b34976b6 665 FALSE, /* pc_relative */
5bd4f169
AM
666 0, /* bitpos */
667 complain_overflow_dont, /* complain_on_overflow */
805fc799 668 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 669 "R_PPC64_PLT16_LO", /* name */
b34976b6 670 FALSE, /* partial_inplace */
5bd4f169
AM
671 0, /* src_mask */
672 0xffff, /* dst_mask */
b34976b6 673 FALSE), /* pcrel_offset */
5bd4f169
AM
674
675 /* Like R_PPC64_ADDR16_HI, but referring to the PLT table entry for
676 the symbol. */
677 HOWTO (R_PPC64_PLT16_HI, /* type */
678 16, /* rightshift */
679 1, /* size (0 = byte, 1 = short, 2 = long) */
680 16, /* bitsize */
b34976b6 681 FALSE, /* pc_relative */
5bd4f169
AM
682 0, /* bitpos */
683 complain_overflow_dont, /* complain_on_overflow */
805fc799 684 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 685 "R_PPC64_PLT16_HI", /* name */
b34976b6 686 FALSE, /* partial_inplace */
5bd4f169
AM
687 0, /* src_mask */
688 0xffff, /* dst_mask */
b34976b6 689 FALSE), /* pcrel_offset */
5bd4f169
AM
690
691 /* Like R_PPC64_ADDR16_HA, but referring to the PLT table entry for
692 the symbol. */
693 HOWTO (R_PPC64_PLT16_HA, /* type */
694 16, /* rightshift */
695 1, /* size (0 = byte, 1 = short, 2 = long) */
696 16, /* bitsize */
b34976b6 697 FALSE, /* pc_relative */
5bd4f169
AM
698 0, /* bitpos */
699 complain_overflow_dont, /* complain_on_overflow */
805fc799 700 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 701 "R_PPC64_PLT16_HA", /* name */
b34976b6 702 FALSE, /* partial_inplace */
5bd4f169
AM
703 0, /* src_mask */
704 0xffff, /* dst_mask */
b34976b6 705 FALSE), /* pcrel_offset */
5bd4f169 706
c061c2d8 707 /* 16-bit section relative relocation. */
5bd4f169
AM
708 HOWTO (R_PPC64_SECTOFF, /* type */
709 0, /* rightshift */
c061c2d8
AM
710 1, /* size (0 = byte, 1 = short, 2 = long) */
711 16, /* bitsize */
b34976b6 712 FALSE, /* pc_relative */
5bd4f169
AM
713 0, /* bitpos */
714 complain_overflow_bitfield, /* complain_on_overflow */
805fc799 715 ppc64_elf_sectoff_reloc, /* special_function */
5bd4f169 716 "R_PPC64_SECTOFF", /* name */
b34976b6 717 FALSE, /* partial_inplace */
5bd4f169 718 0, /* src_mask */
c061c2d8 719 0xffff, /* dst_mask */
b34976b6 720 FALSE), /* pcrel_offset */
5bd4f169 721
c061c2d8 722 /* Like R_PPC64_SECTOFF, but no overflow warning. */
5bd4f169
AM
723 HOWTO (R_PPC64_SECTOFF_LO, /* type */
724 0, /* rightshift */
725 1, /* size (0 = byte, 1 = short, 2 = long) */
726 16, /* bitsize */
b34976b6 727 FALSE, /* pc_relative */
5bd4f169
AM
728 0, /* bitpos */
729 complain_overflow_dont, /* complain_on_overflow */
805fc799 730 ppc64_elf_sectoff_reloc, /* special_function */
5bd4f169 731 "R_PPC64_SECTOFF_LO", /* name */
b34976b6 732 FALSE, /* partial_inplace */
5bd4f169
AM
733 0, /* src_mask */
734 0xffff, /* dst_mask */
b34976b6 735 FALSE), /* pcrel_offset */
5bd4f169
AM
736
737 /* 16-bit upper half section relative relocation. */
738 HOWTO (R_PPC64_SECTOFF_HI, /* type */
739 16, /* rightshift */
740 1, /* size (0 = byte, 1 = short, 2 = long) */
741 16, /* bitsize */
b34976b6 742 FALSE, /* pc_relative */
5bd4f169
AM
743 0, /* bitpos */
744 complain_overflow_dont, /* complain_on_overflow */
805fc799 745 ppc64_elf_sectoff_reloc, /* special_function */
5bd4f169 746 "R_PPC64_SECTOFF_HI", /* name */
b34976b6 747 FALSE, /* partial_inplace */
5bd4f169
AM
748 0, /* src_mask */
749 0xffff, /* dst_mask */
b34976b6 750 FALSE), /* pcrel_offset */
5bd4f169
AM
751
752 /* 16-bit upper half adjusted section relative relocation. */
753 HOWTO (R_PPC64_SECTOFF_HA, /* type */
754 16, /* rightshift */
755 1, /* size (0 = byte, 1 = short, 2 = long) */
756 16, /* bitsize */
b34976b6 757 FALSE, /* pc_relative */
5bd4f169
AM
758 0, /* bitpos */
759 complain_overflow_dont, /* complain_on_overflow */
805fc799 760 ppc64_elf_sectoff_ha_reloc, /* special_function */
5bd4f169 761 "R_PPC64_SECTOFF_HA", /* name */
b34976b6 762 FALSE, /* partial_inplace */
5bd4f169
AM
763 0, /* src_mask */
764 0xffff, /* dst_mask */
b34976b6 765 FALSE), /* pcrel_offset */
5bd4f169 766
04c9666a
AM
767 /* Like R_PPC64_REL24 without touching the two least significant bits. */
768 HOWTO (R_PPC64_REL30, /* type */
5bd4f169
AM
769 2, /* rightshift */
770 2, /* size (0 = byte, 1 = short, 2 = long) */
771 30, /* bitsize */
b34976b6 772 TRUE, /* pc_relative */
5bd4f169
AM
773 0, /* bitpos */
774 complain_overflow_dont, /* complain_on_overflow */
775 bfd_elf_generic_reloc, /* special_function */
04c9666a 776 "R_PPC64_REL30", /* name */
b34976b6 777 FALSE, /* partial_inplace */
d006db6c 778 0, /* src_mask */
5bd4f169 779 0xfffffffc, /* dst_mask */
b34976b6 780 TRUE), /* pcrel_offset */
5bd4f169
AM
781
782 /* Relocs in the 64-bit PowerPC ELF ABI, not in the 32-bit ABI. */
783
784 /* A standard 64-bit relocation. */
785 HOWTO (R_PPC64_ADDR64, /* type */
786 0, /* rightshift */
787 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
788 64, /* bitsize */
b34976b6 789 FALSE, /* pc_relative */
5bd4f169
AM
790 0, /* bitpos */
791 complain_overflow_dont, /* complain_on_overflow */
792 bfd_elf_generic_reloc, /* special_function */
793 "R_PPC64_ADDR64", /* name */
b34976b6 794 FALSE, /* partial_inplace */
5bd4f169 795 0, /* src_mask */
f5e87a1d 796 ONES (64), /* dst_mask */
b34976b6 797 FALSE), /* pcrel_offset */
5bd4f169
AM
798
799 /* The bits 32-47 of an address. */
800 HOWTO (R_PPC64_ADDR16_HIGHER, /* type */
801 32, /* rightshift */
802 1, /* size (0 = byte, 1 = short, 2 = long) */
803 16, /* bitsize */
b34976b6 804 FALSE, /* pc_relative */
5bd4f169
AM
805 0, /* bitpos */
806 complain_overflow_dont, /* complain_on_overflow */
807 bfd_elf_generic_reloc, /* special_function */
808 "R_PPC64_ADDR16_HIGHER", /* name */
b34976b6 809 FALSE, /* partial_inplace */
5bd4f169
AM
810 0, /* src_mask */
811 0xffff, /* dst_mask */
b34976b6 812 FALSE), /* pcrel_offset */
5bd4f169
AM
813
814 /* The bits 32-47 of an address, plus 1 if the contents of the low
815 16 bits, treated as a signed number, is negative. */
816 HOWTO (R_PPC64_ADDR16_HIGHERA, /* type */
817 32, /* rightshift */
818 1, /* size (0 = byte, 1 = short, 2 = long) */
819 16, /* bitsize */
b34976b6 820 FALSE, /* pc_relative */
5bd4f169
AM
821 0, /* bitpos */
822 complain_overflow_dont, /* complain_on_overflow */
805fc799 823 ppc64_elf_ha_reloc, /* special_function */
5bd4f169 824 "R_PPC64_ADDR16_HIGHERA", /* name */
b34976b6 825 FALSE, /* partial_inplace */
5bd4f169
AM
826 0, /* src_mask */
827 0xffff, /* dst_mask */
b34976b6 828 FALSE), /* pcrel_offset */
5bd4f169
AM
829
830 /* The bits 48-63 of an address. */
831 HOWTO (R_PPC64_ADDR16_HIGHEST,/* type */
832 48, /* rightshift */
833 1, /* size (0 = byte, 1 = short, 2 = long) */
834 16, /* bitsize */
b34976b6 835 FALSE, /* pc_relative */
5bd4f169
AM
836 0, /* bitpos */
837 complain_overflow_dont, /* complain_on_overflow */
838 bfd_elf_generic_reloc, /* special_function */
839 "R_PPC64_ADDR16_HIGHEST", /* name */
b34976b6 840 FALSE, /* partial_inplace */
5bd4f169
AM
841 0, /* src_mask */
842 0xffff, /* dst_mask */
b34976b6 843 FALSE), /* pcrel_offset */
5bd4f169
AM
844
845 /* The bits 48-63 of an address, plus 1 if the contents of the low
846 16 bits, treated as a signed number, is negative. */
847 HOWTO (R_PPC64_ADDR16_HIGHESTA,/* type */
848 48, /* rightshift */
849 1, /* size (0 = byte, 1 = short, 2 = long) */
850 16, /* bitsize */
b34976b6 851 FALSE, /* pc_relative */
5bd4f169
AM
852 0, /* bitpos */
853 complain_overflow_dont, /* complain_on_overflow */
805fc799 854 ppc64_elf_ha_reloc, /* special_function */
5bd4f169 855 "R_PPC64_ADDR16_HIGHESTA", /* name */
b34976b6 856 FALSE, /* partial_inplace */
5bd4f169
AM
857 0, /* src_mask */
858 0xffff, /* dst_mask */
b34976b6 859 FALSE), /* pcrel_offset */
5bd4f169
AM
860
861 /* Like ADDR64, but may be unaligned. */
862 HOWTO (R_PPC64_UADDR64, /* type */
863 0, /* rightshift */
864 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
865 64, /* bitsize */
b34976b6 866 FALSE, /* pc_relative */
5bd4f169
AM
867 0, /* bitpos */
868 complain_overflow_dont, /* complain_on_overflow */
869 bfd_elf_generic_reloc, /* special_function */
870 "R_PPC64_UADDR64", /* name */
b34976b6 871 FALSE, /* partial_inplace */
5bd4f169 872 0, /* src_mask */
f5e87a1d 873 ONES (64), /* dst_mask */
b34976b6 874 FALSE), /* pcrel_offset */
5bd4f169
AM
875
876 /* 64-bit relative relocation. */
877 HOWTO (R_PPC64_REL64, /* type */
878 0, /* rightshift */
879 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
880 64, /* bitsize */
b34976b6 881 TRUE, /* pc_relative */
5bd4f169
AM
882 0, /* bitpos */
883 complain_overflow_dont, /* complain_on_overflow */
884 bfd_elf_generic_reloc, /* special_function */
885 "R_PPC64_REL64", /* name */
b34976b6 886 FALSE, /* partial_inplace */
5bd4f169 887 0, /* src_mask */
f5e87a1d 888 ONES (64), /* dst_mask */
b34976b6 889 TRUE), /* pcrel_offset */
5bd4f169 890
cedb70c5 891 /* 64-bit relocation to the symbol's procedure linkage table. */
5bd4f169
AM
892 HOWTO (R_PPC64_PLT64, /* type */
893 0, /* rightshift */
894 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
895 64, /* bitsize */
b34976b6 896 FALSE, /* pc_relative */
5bd4f169
AM
897 0, /* bitpos */
898 complain_overflow_dont, /* complain_on_overflow */
805fc799 899 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 900 "R_PPC64_PLT64", /* name */
b34976b6 901 FALSE, /* partial_inplace */
5bd4f169 902 0, /* src_mask */
f5e87a1d 903 ONES (64), /* dst_mask */
b34976b6 904 FALSE), /* pcrel_offset */
5bd4f169
AM
905
906 /* 64-bit PC relative relocation to the symbol's procedure linkage
907 table. */
908 /* FIXME: R_PPC64_PLTREL64 not supported. */
909 HOWTO (R_PPC64_PLTREL64, /* type */
910 0, /* rightshift */
911 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
912 64, /* bitsize */
b34976b6 913 TRUE, /* pc_relative */
5bd4f169
AM
914 0, /* bitpos */
915 complain_overflow_dont, /* complain_on_overflow */
805fc799 916 ppc64_elf_unhandled_reloc, /* special_function */
5bd4f169 917 "R_PPC64_PLTREL64", /* name */
b34976b6 918 FALSE, /* partial_inplace */
5bd4f169 919 0, /* src_mask */
f5e87a1d 920 ONES (64), /* dst_mask */
b34976b6 921 TRUE), /* pcrel_offset */
5bd4f169
AM
922
923 /* 16 bit TOC-relative relocation. */
924
925 /* R_PPC64_TOC16 47 half16* S + A - .TOC. */
926 HOWTO (R_PPC64_TOC16, /* type */
927 0, /* rightshift */
928 1, /* size (0 = byte, 1 = short, 2 = long) */
929 16, /* bitsize */
b34976b6 930 FALSE, /* pc_relative */
5bd4f169
AM
931 0, /* bitpos */
932 complain_overflow_signed, /* complain_on_overflow */
805fc799 933 ppc64_elf_toc_reloc, /* special_function */
5bd4f169 934 "R_PPC64_TOC16", /* name */
b34976b6 935 FALSE, /* partial_inplace */
5bd4f169
AM
936 0, /* src_mask */
937 0xffff, /* dst_mask */
b34976b6 938 FALSE), /* pcrel_offset */
5bd4f169
AM
939
940 /* 16 bit TOC-relative relocation without overflow. */
941
942 /* R_PPC64_TOC16_LO 48 half16 #lo (S + A - .TOC.) */
943 HOWTO (R_PPC64_TOC16_LO, /* type */
944 0, /* rightshift */
945 1, /* size (0 = byte, 1 = short, 2 = long) */
946 16, /* bitsize */
b34976b6 947 FALSE, /* pc_relative */
5bd4f169
AM
948 0, /* bitpos */
949 complain_overflow_dont, /* complain_on_overflow */
805fc799 950 ppc64_elf_toc_reloc, /* special_function */
5bd4f169 951 "R_PPC64_TOC16_LO", /* name */
b34976b6 952 FALSE, /* partial_inplace */
5bd4f169
AM
953 0, /* src_mask */
954 0xffff, /* dst_mask */
b34976b6 955 FALSE), /* pcrel_offset */
5bd4f169
AM
956
957 /* 16 bit TOC-relative relocation, high 16 bits. */
958
959 /* R_PPC64_TOC16_HI 49 half16 #hi (S + A - .TOC.) */
960 HOWTO (R_PPC64_TOC16_HI, /* type */
961 16, /* rightshift */
962 1, /* size (0 = byte, 1 = short, 2 = long) */
963 16, /* bitsize */
b34976b6 964 FALSE, /* pc_relative */
5bd4f169
AM
965 0, /* bitpos */
966 complain_overflow_dont, /* complain_on_overflow */
805fc799 967 ppc64_elf_toc_reloc, /* special_function */
5bd4f169 968 "R_PPC64_TOC16_HI", /* name */
b34976b6 969 FALSE, /* partial_inplace */
5bd4f169
AM
970 0, /* src_mask */
971 0xffff, /* dst_mask */
b34976b6 972 FALSE), /* pcrel_offset */
5bd4f169
AM
973
974 /* 16 bit TOC-relative relocation, high 16 bits, plus 1 if the
975 contents of the low 16 bits, treated as a signed number, is
976 negative. */
977
978 /* R_PPC64_TOC16_HA 50 half16 #ha (S + A - .TOC.) */
979 HOWTO (R_PPC64_TOC16_HA, /* type */
980 16, /* rightshift */
981 1, /* size (0 = byte, 1 = short, 2 = long) */
982 16, /* bitsize */
b34976b6 983 FALSE, /* pc_relative */
5bd4f169
AM
984 0, /* bitpos */
985 complain_overflow_dont, /* complain_on_overflow */
805fc799 986 ppc64_elf_toc_ha_reloc, /* special_function */
5bd4f169 987 "R_PPC64_TOC16_HA", /* name */
b34976b6 988 FALSE, /* partial_inplace */
5bd4f169
AM
989 0, /* src_mask */
990 0xffff, /* dst_mask */
b34976b6 991 FALSE), /* pcrel_offset */
5bd4f169
AM
992
993 /* 64-bit relocation; insert value of TOC base (.TOC.). */
994
995 /* R_PPC64_TOC 51 doubleword64 .TOC. */
996 HOWTO (R_PPC64_TOC, /* type */
997 0, /* rightshift */
998 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
999 64, /* bitsize */
b34976b6 1000 FALSE, /* pc_relative */
5bd4f169
AM
1001 0, /* bitpos */
1002 complain_overflow_bitfield, /* complain_on_overflow */
805fc799 1003 ppc64_elf_toc64_reloc, /* special_function */
5bd4f169 1004 "R_PPC64_TOC", /* name */
b34976b6 1005 FALSE, /* partial_inplace */
5bd4f169 1006 0, /* src_mask */
f5e87a1d 1007 ONES (64), /* dst_mask */
b34976b6 1008 FALSE), /* pcrel_offset */
5bd4f169
AM
1009
1010 /* Like R_PPC64_GOT16, but also informs the link editor that the
1011 value to relocate may (!) refer to a PLT entry which the link
1012 editor (a) may replace with the symbol value. If the link editor
1013 is unable to fully resolve the symbol, it may (b) create a PLT
1014 entry and store the address to the new PLT entry in the GOT.
1015 This permits lazy resolution of function symbols at run time.
1016 The link editor may also skip all of this and just (c) emit a
1017 R_PPC64_GLOB_DAT to tie the symbol to the GOT entry. */
1018 /* FIXME: R_PPC64_PLTGOT16 not implemented. */
1019 HOWTO (R_PPC64_PLTGOT16, /* type */
1020 0, /* rightshift */
1021 1, /* size (0 = byte, 1 = short, 2 = long) */
1022 16, /* bitsize */
b34976b6 1023 FALSE, /* pc_relative */
5bd4f169
AM
1024 0, /* bitpos */
1025 complain_overflow_signed, /* complain_on_overflow */
805fc799 1026 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb
AM
1027 "R_PPC64_PLTGOT16", /* name */
1028 FALSE, /* partial_inplace */
1029 0, /* src_mask */
1030 0xffff, /* dst_mask */
1031 FALSE), /* pcrel_offset */
1032
1033 /* Like R_PPC64_PLTGOT16, but without overflow. */
1034 /* FIXME: R_PPC64_PLTGOT16_LO not implemented. */
1035 HOWTO (R_PPC64_PLTGOT16_LO, /* type */
1036 0, /* rightshift */
1037 1, /* size (0 = byte, 1 = short, 2 = long) */
1038 16, /* bitsize */
1039 FALSE, /* pc_relative */
1040 0, /* bitpos */
1041 complain_overflow_dont, /* complain_on_overflow */
1042 ppc64_elf_unhandled_reloc, /* special_function */
1043 "R_PPC64_PLTGOT16_LO", /* name */
1044 FALSE, /* partial_inplace */
1045 0, /* src_mask */
1046 0xffff, /* dst_mask */
1047 FALSE), /* pcrel_offset */
1048
1049 /* Like R_PPC64_PLT_GOT16, but using bits 16-31 of the address. */
1050 /* FIXME: R_PPC64_PLTGOT16_HI not implemented. */
1051 HOWTO (R_PPC64_PLTGOT16_HI, /* type */
1052 16, /* rightshift */
1053 1, /* size (0 = byte, 1 = short, 2 = long) */
1054 16, /* bitsize */
1055 FALSE, /* pc_relative */
1056 0, /* bitpos */
1057 complain_overflow_dont, /* complain_on_overflow */
1058 ppc64_elf_unhandled_reloc, /* special_function */
1059 "R_PPC64_PLTGOT16_HI", /* name */
1060 FALSE, /* partial_inplace */
1061 0, /* src_mask */
1062 0xffff, /* dst_mask */
1063 FALSE), /* pcrel_offset */
1064
1065 /* Like R_PPC64_PLT_GOT16, but using bits 16-31 of the address, plus
1066 1 if the contents of the low 16 bits, treated as a signed number,
1067 is negative. */
1068 /* FIXME: R_PPC64_PLTGOT16_HA not implemented. */
1069 HOWTO (R_PPC64_PLTGOT16_HA, /* type */
1070 16, /* rightshift */
1071 1, /* size (0 = byte, 1 = short, 2 = long) */
1072 16, /* bitsize */
1073 FALSE, /* pc_relative */
1074 0, /* bitpos */
1075 complain_overflow_dont,/* complain_on_overflow */
1076 ppc64_elf_unhandled_reloc, /* special_function */
1077 "R_PPC64_PLTGOT16_HA", /* name */
1078 FALSE, /* partial_inplace */
1079 0, /* src_mask */
1080 0xffff, /* dst_mask */
1081 FALSE), /* pcrel_offset */
1082
1083 /* Like R_PPC64_ADDR16, but for instructions with a DS field. */
1084 HOWTO (R_PPC64_ADDR16_DS, /* type */
1085 0, /* rightshift */
1086 1, /* size (0 = byte, 1 = short, 2 = long) */
1087 16, /* bitsize */
1088 FALSE, /* pc_relative */
1089 0, /* bitpos */
1090 complain_overflow_bitfield, /* complain_on_overflow */
1091 bfd_elf_generic_reloc, /* special_function */
1092 "R_PPC64_ADDR16_DS", /* name */
1093 FALSE, /* partial_inplace */
1094 0, /* src_mask */
1095 0xfffc, /* dst_mask */
1096 FALSE), /* pcrel_offset */
1097
1098 /* Like R_PPC64_ADDR16_LO, but for instructions with a DS field. */
1099 HOWTO (R_PPC64_ADDR16_LO_DS, /* type */
1100 0, /* rightshift */
1101 1, /* size (0 = byte, 1 = short, 2 = long) */
1102 16, /* bitsize */
1103 FALSE, /* pc_relative */
1104 0, /* bitpos */
1105 complain_overflow_dont,/* complain_on_overflow */
1106 bfd_elf_generic_reloc, /* special_function */
1107 "R_PPC64_ADDR16_LO_DS",/* name */
1108 FALSE, /* partial_inplace */
1109 0, /* src_mask */
1110 0xfffc, /* dst_mask */
1111 FALSE), /* pcrel_offset */
1112
1113 /* Like R_PPC64_GOT16, but for instructions with a DS field. */
1114 HOWTO (R_PPC64_GOT16_DS, /* type */
1115 0, /* rightshift */
1116 1, /* size (0 = byte, 1 = short, 2 = long) */
1117 16, /* bitsize */
1118 FALSE, /* pc_relative */
1119 0, /* bitpos */
1120 complain_overflow_signed, /* complain_on_overflow */
1121 ppc64_elf_unhandled_reloc, /* special_function */
1122 "R_PPC64_GOT16_DS", /* name */
1123 FALSE, /* partial_inplace */
1124 0, /* src_mask */
1125 0xfffc, /* dst_mask */
1126 FALSE), /* pcrel_offset */
1127
1128 /* Like R_PPC64_GOT16_LO, but for instructions with a DS field. */
1129 HOWTO (R_PPC64_GOT16_LO_DS, /* type */
1130 0, /* rightshift */
1131 1, /* size (0 = byte, 1 = short, 2 = long) */
1132 16, /* bitsize */
1133 FALSE, /* pc_relative */
1134 0, /* bitpos */
1135 complain_overflow_dont, /* complain_on_overflow */
1136 ppc64_elf_unhandled_reloc, /* special_function */
1137 "R_PPC64_GOT16_LO_DS", /* name */
1138 FALSE, /* partial_inplace */
1139 0, /* src_mask */
1140 0xfffc, /* dst_mask */
1141 FALSE), /* pcrel_offset */
1142
1143 /* Like R_PPC64_PLT16_LO, but for instructions with a DS field. */
1144 HOWTO (R_PPC64_PLT16_LO_DS, /* type */
1145 0, /* rightshift */
1146 1, /* size (0 = byte, 1 = short, 2 = long) */
1147 16, /* bitsize */
1148 FALSE, /* pc_relative */
1149 0, /* bitpos */
1150 complain_overflow_dont, /* complain_on_overflow */
1151 ppc64_elf_unhandled_reloc, /* special_function */
1152 "R_PPC64_PLT16_LO_DS", /* name */
1153 FALSE, /* partial_inplace */
1154 0, /* src_mask */
1155 0xfffc, /* dst_mask */
1156 FALSE), /* pcrel_offset */
1157
1158 /* Like R_PPC64_SECTOFF, but for instructions with a DS field. */
1159 HOWTO (R_PPC64_SECTOFF_DS, /* type */
1160 0, /* rightshift */
1161 1, /* size (0 = byte, 1 = short, 2 = long) */
1162 16, /* bitsize */
1163 FALSE, /* pc_relative */
1164 0, /* bitpos */
1165 complain_overflow_bitfield, /* complain_on_overflow */
1166 ppc64_elf_sectoff_reloc, /* special_function */
1167 "R_PPC64_SECTOFF_DS", /* name */
1168 FALSE, /* partial_inplace */
1169 0, /* src_mask */
1170 0xfffc, /* dst_mask */
1171 FALSE), /* pcrel_offset */
1172
1173 /* Like R_PPC64_SECTOFF_LO, but for instructions with a DS field. */
1174 HOWTO (R_PPC64_SECTOFF_LO_DS, /* type */
1175 0, /* rightshift */
1176 1, /* size (0 = byte, 1 = short, 2 = long) */
1177 16, /* bitsize */
1178 FALSE, /* pc_relative */
1179 0, /* bitpos */
1180 complain_overflow_dont, /* complain_on_overflow */
1181 ppc64_elf_sectoff_reloc, /* special_function */
1182 "R_PPC64_SECTOFF_LO_DS",/* name */
1183 FALSE, /* partial_inplace */
1184 0, /* src_mask */
1185 0xfffc, /* dst_mask */
1186 FALSE), /* pcrel_offset */
1187
1188 /* Like R_PPC64_TOC16, but for instructions with a DS field. */
1189 HOWTO (R_PPC64_TOC16_DS, /* type */
1190 0, /* rightshift */
1191 1, /* size (0 = byte, 1 = short, 2 = long) */
1192 16, /* bitsize */
1193 FALSE, /* pc_relative */
1194 0, /* bitpos */
1195 complain_overflow_signed, /* complain_on_overflow */
1196 ppc64_elf_toc_reloc, /* special_function */
1197 "R_PPC64_TOC16_DS", /* name */
1198 FALSE, /* partial_inplace */
1199 0, /* src_mask */
1200 0xfffc, /* dst_mask */
1201 FALSE), /* pcrel_offset */
1202
1203 /* Like R_PPC64_TOC16_LO, but for instructions with a DS field. */
1204 HOWTO (R_PPC64_TOC16_LO_DS, /* type */
1205 0, /* rightshift */
1206 1, /* size (0 = byte, 1 = short, 2 = long) */
1207 16, /* bitsize */
1208 FALSE, /* pc_relative */
1209 0, /* bitpos */
1210 complain_overflow_dont, /* complain_on_overflow */
1211 ppc64_elf_toc_reloc, /* special_function */
1212 "R_PPC64_TOC16_LO_DS", /* name */
1213 FALSE, /* partial_inplace */
1214 0, /* src_mask */
1215 0xfffc, /* dst_mask */
1216 FALSE), /* pcrel_offset */
1217
1218 /* Like R_PPC64_PLTGOT16, but for instructions with a DS field. */
1219 /* FIXME: R_PPC64_PLTGOT16_DS not implemented. */
6bfdb61b 1220 HOWTO (R_PPC64_PLTGOT16_DS, /* type */
411e1bfb
AM
1221 0, /* rightshift */
1222 1, /* size (0 = byte, 1 = short, 2 = long) */
1223 16, /* bitsize */
1224 FALSE, /* pc_relative */
1225 0, /* bitpos */
1226 complain_overflow_signed, /* complain_on_overflow */
1227 ppc64_elf_unhandled_reloc, /* special_function */
1228 "R_PPC64_PLTGOT16_DS", /* name */
1229 FALSE, /* partial_inplace */
1230 0, /* src_mask */
1231 0xfffc, /* dst_mask */
1232 FALSE), /* pcrel_offset */
1233
1234 /* Like R_PPC64_PLTGOT16_LO, but for instructions with a DS field. */
1235 /* FIXME: R_PPC64_PLTGOT16_LO not implemented. */
1236 HOWTO (R_PPC64_PLTGOT16_LO_DS,/* type */
1237 0, /* rightshift */
1238 1, /* size (0 = byte, 1 = short, 2 = long) */
1239 16, /* bitsize */
1240 FALSE, /* pc_relative */
1241 0, /* bitpos */
1242 complain_overflow_dont, /* complain_on_overflow */
1243 ppc64_elf_unhandled_reloc, /* special_function */
1244 "R_PPC64_PLTGOT16_LO_DS",/* name */
1245 FALSE, /* partial_inplace */
1246 0, /* src_mask */
1247 0xfffc, /* dst_mask */
1248 FALSE), /* pcrel_offset */
1249
727fc41e 1250 /* Marker relocs for TLS. */
411e1bfb
AM
1251 HOWTO (R_PPC64_TLS,
1252 0, /* rightshift */
1253 2, /* size (0 = byte, 1 = short, 2 = long) */
1254 32, /* bitsize */
1255 FALSE, /* pc_relative */
1256 0, /* bitpos */
1257 complain_overflow_dont, /* complain_on_overflow */
1258 bfd_elf_generic_reloc, /* special_function */
1259 "R_PPC64_TLS", /* name */
1260 FALSE, /* partial_inplace */
1261 0, /* src_mask */
1262 0, /* dst_mask */
1263 FALSE), /* pcrel_offset */
1264
727fc41e
AM
1265 HOWTO (R_PPC64_TLSGD,
1266 0, /* rightshift */
1267 2, /* size (0 = byte, 1 = short, 2 = long) */
1268 32, /* bitsize */
1269 FALSE, /* pc_relative */
1270 0, /* bitpos */
1271 complain_overflow_dont, /* complain_on_overflow */
1272 bfd_elf_generic_reloc, /* special_function */
1273 "R_PPC64_TLSGD", /* name */
1274 FALSE, /* partial_inplace */
1275 0, /* src_mask */
1276 0, /* dst_mask */
1277 FALSE), /* pcrel_offset */
1278
1279 HOWTO (R_PPC64_TLSLD,
1280 0, /* rightshift */
1281 2, /* size (0 = byte, 1 = short, 2 = long) */
1282 32, /* bitsize */
1283 FALSE, /* pc_relative */
1284 0, /* bitpos */
1285 complain_overflow_dont, /* complain_on_overflow */
1286 bfd_elf_generic_reloc, /* special_function */
1287 "R_PPC64_TLSLD", /* name */
1288 FALSE, /* partial_inplace */
1289 0, /* src_mask */
1290 0, /* dst_mask */
1291 FALSE), /* pcrel_offset */
1292
3b421ab3
AM
1293 HOWTO (R_PPC64_TOCSAVE,
1294 0, /* rightshift */
1295 2, /* size (0 = byte, 1 = short, 2 = long) */
1296 32, /* bitsize */
1297 FALSE, /* pc_relative */
1298 0, /* bitpos */
1299 complain_overflow_dont, /* complain_on_overflow */
1300 bfd_elf_generic_reloc, /* special_function */
1301 "R_PPC64_TOCSAVE", /* name */
1302 FALSE, /* partial_inplace */
1303 0, /* src_mask */
1304 0, /* dst_mask */
1305 FALSE), /* pcrel_offset */
1306
411e1bfb
AM
1307 /* Computes the load module index of the load module that contains the
1308 definition of its TLS sym. */
1309 HOWTO (R_PPC64_DTPMOD64,
1310 0, /* rightshift */
1311 4, /* size (0 = byte, 1 = short, 2 = long) */
1312 64, /* bitsize */
1313 FALSE, /* pc_relative */
1314 0, /* bitpos */
1315 complain_overflow_dont, /* complain_on_overflow */
1316 ppc64_elf_unhandled_reloc, /* special_function */
1317 "R_PPC64_DTPMOD64", /* name */
1318 FALSE, /* partial_inplace */
1319 0, /* src_mask */
1320 ONES (64), /* dst_mask */
1321 FALSE), /* pcrel_offset */
1322
1323 /* Computes a dtv-relative displacement, the difference between the value
1324 of sym+add and the base address of the thread-local storage block that
1325 contains the definition of sym, minus 0x8000. */
1326 HOWTO (R_PPC64_DTPREL64,
1327 0, /* rightshift */
1328 4, /* size (0 = byte, 1 = short, 2 = long) */
1329 64, /* bitsize */
1330 FALSE, /* pc_relative */
1331 0, /* bitpos */
1332 complain_overflow_dont, /* complain_on_overflow */
1333 ppc64_elf_unhandled_reloc, /* special_function */
1334 "R_PPC64_DTPREL64", /* name */
1335 FALSE, /* partial_inplace */
1336 0, /* src_mask */
1337 ONES (64), /* dst_mask */
1338 FALSE), /* pcrel_offset */
1339
1340 /* A 16 bit dtprel reloc. */
1341 HOWTO (R_PPC64_DTPREL16,
1342 0, /* rightshift */
1343 1, /* size (0 = byte, 1 = short, 2 = long) */
1344 16, /* bitsize */
1345 FALSE, /* pc_relative */
1346 0, /* bitpos */
1347 complain_overflow_signed, /* complain_on_overflow */
1348 ppc64_elf_unhandled_reloc, /* special_function */
1349 "R_PPC64_DTPREL16", /* name */
1350 FALSE, /* partial_inplace */
1351 0, /* src_mask */
1352 0xffff, /* dst_mask */
1353 FALSE), /* pcrel_offset */
1354
1355 /* Like DTPREL16, but no overflow. */
1356 HOWTO (R_PPC64_DTPREL16_LO,
1357 0, /* rightshift */
1358 1, /* size (0 = byte, 1 = short, 2 = long) */
1359 16, /* bitsize */
1360 FALSE, /* pc_relative */
1361 0, /* bitpos */
1362 complain_overflow_dont, /* complain_on_overflow */
1363 ppc64_elf_unhandled_reloc, /* special_function */
1364 "R_PPC64_DTPREL16_LO", /* name */
1365 FALSE, /* partial_inplace */
1366 0, /* src_mask */
1367 0xffff, /* dst_mask */
1368 FALSE), /* pcrel_offset */
1369
1370 /* Like DTPREL16_LO, but next higher group of 16 bits. */
1371 HOWTO (R_PPC64_DTPREL16_HI,
1372 16, /* rightshift */
1373 1, /* size (0 = byte, 1 = short, 2 = long) */
1374 16, /* bitsize */
1375 FALSE, /* pc_relative */
1376 0, /* bitpos */
1377 complain_overflow_dont, /* complain_on_overflow */
1378 ppc64_elf_unhandled_reloc, /* special_function */
1379 "R_PPC64_DTPREL16_HI", /* name */
1380 FALSE, /* partial_inplace */
1381 0, /* src_mask */
1382 0xffff, /* dst_mask */
1383 FALSE), /* pcrel_offset */
1384
1385 /* Like DTPREL16_HI, but adjust for low 16 bits. */
1386 HOWTO (R_PPC64_DTPREL16_HA,
1387 16, /* rightshift */
1388 1, /* size (0 = byte, 1 = short, 2 = long) */
1389 16, /* bitsize */
1390 FALSE, /* pc_relative */
1391 0, /* bitpos */
1392 complain_overflow_dont, /* complain_on_overflow */
1393 ppc64_elf_unhandled_reloc, /* special_function */
1394 "R_PPC64_DTPREL16_HA", /* name */
1395 FALSE, /* partial_inplace */
1396 0, /* src_mask */
1397 0xffff, /* dst_mask */
1398 FALSE), /* pcrel_offset */
1399
1400 /* Like DTPREL16_HI, but next higher group of 16 bits. */
1401 HOWTO (R_PPC64_DTPREL16_HIGHER,
1402 32, /* rightshift */
1403 1, /* size (0 = byte, 1 = short, 2 = long) */
1404 16, /* bitsize */
1405 FALSE, /* pc_relative */
1406 0, /* bitpos */
1407 complain_overflow_dont, /* complain_on_overflow */
1408 ppc64_elf_unhandled_reloc, /* special_function */
1409 "R_PPC64_DTPREL16_HIGHER", /* name */
1410 FALSE, /* partial_inplace */
1411 0, /* src_mask */
1412 0xffff, /* dst_mask */
1413 FALSE), /* pcrel_offset */
1414
1415 /* Like DTPREL16_HIGHER, but adjust for low 16 bits. */
1416 HOWTO (R_PPC64_DTPREL16_HIGHERA,
1417 32, /* rightshift */
1418 1, /* size (0 = byte, 1 = short, 2 = long) */
1419 16, /* bitsize */
1420 FALSE, /* pc_relative */
1421 0, /* bitpos */
1422 complain_overflow_dont, /* complain_on_overflow */
1423 ppc64_elf_unhandled_reloc, /* special_function */
1424 "R_PPC64_DTPREL16_HIGHERA", /* name */
1425 FALSE, /* partial_inplace */
1426 0, /* src_mask */
1427 0xffff, /* dst_mask */
1428 FALSE), /* pcrel_offset */
1429
1430 /* Like DTPREL16_HIGHER, but next higher group of 16 bits. */
1431 HOWTO (R_PPC64_DTPREL16_HIGHEST,
1432 48, /* rightshift */
1433 1, /* size (0 = byte, 1 = short, 2 = long) */
1434 16, /* bitsize */
1435 FALSE, /* pc_relative */
1436 0, /* bitpos */
1437 complain_overflow_dont, /* complain_on_overflow */
1438 ppc64_elf_unhandled_reloc, /* special_function */
1439 "R_PPC64_DTPREL16_HIGHEST", /* name */
1440 FALSE, /* partial_inplace */
1441 0, /* src_mask */
1442 0xffff, /* dst_mask */
1443 FALSE), /* pcrel_offset */
1444
1445 /* Like DTPREL16_HIGHEST, but adjust for low 16 bits. */
1446 HOWTO (R_PPC64_DTPREL16_HIGHESTA,
1447 48, /* rightshift */
1448 1, /* size (0 = byte, 1 = short, 2 = long) */
1449 16, /* bitsize */
1450 FALSE, /* pc_relative */
1451 0, /* bitpos */
1452 complain_overflow_dont, /* complain_on_overflow */
1453 ppc64_elf_unhandled_reloc, /* special_function */
1454 "R_PPC64_DTPREL16_HIGHESTA", /* name */
1455 FALSE, /* partial_inplace */
1456 0, /* src_mask */
1457 0xffff, /* dst_mask */
1458 FALSE), /* pcrel_offset */
1459
1460 /* Like DTPREL16, but for insns with a DS field. */
1461 HOWTO (R_PPC64_DTPREL16_DS,
1462 0, /* rightshift */
1463 1, /* size (0 = byte, 1 = short, 2 = long) */
1464 16, /* bitsize */
1465 FALSE, /* pc_relative */
1466 0, /* bitpos */
1467 complain_overflow_signed, /* complain_on_overflow */
1468 ppc64_elf_unhandled_reloc, /* special_function */
1469 "R_PPC64_DTPREL16_DS", /* name */
1470 FALSE, /* partial_inplace */
1471 0, /* src_mask */
1472 0xfffc, /* dst_mask */
1473 FALSE), /* pcrel_offset */
1474
1475 /* Like DTPREL16_DS, but no overflow. */
1476 HOWTO (R_PPC64_DTPREL16_LO_DS,
1477 0, /* rightshift */
1478 1, /* size (0 = byte, 1 = short, 2 = long) */
1479 16, /* bitsize */
1480 FALSE, /* pc_relative */
1481 0, /* bitpos */
1482 complain_overflow_dont, /* complain_on_overflow */
1483 ppc64_elf_unhandled_reloc, /* special_function */
1484 "R_PPC64_DTPREL16_LO_DS", /* name */
1485 FALSE, /* partial_inplace */
1486 0, /* src_mask */
1487 0xfffc, /* dst_mask */
1488 FALSE), /* pcrel_offset */
1489
1490 /* Computes a tp-relative displacement, the difference between the value of
1491 sym+add and the value of the thread pointer (r13). */
1492 HOWTO (R_PPC64_TPREL64,
1493 0, /* rightshift */
1494 4, /* size (0 = byte, 1 = short, 2 = long) */
1495 64, /* bitsize */
1496 FALSE, /* pc_relative */
1497 0, /* bitpos */
1498 complain_overflow_dont, /* complain_on_overflow */
1499 ppc64_elf_unhandled_reloc, /* special_function */
1500 "R_PPC64_TPREL64", /* name */
1501 FALSE, /* partial_inplace */
1502 0, /* src_mask */
1503 ONES (64), /* dst_mask */
1504 FALSE), /* pcrel_offset */
1505
1506 /* A 16 bit tprel reloc. */
1507 HOWTO (R_PPC64_TPREL16,
1508 0, /* rightshift */
1509 1, /* size (0 = byte, 1 = short, 2 = long) */
1510 16, /* bitsize */
1511 FALSE, /* pc_relative */
1512 0, /* bitpos */
1513 complain_overflow_signed, /* complain_on_overflow */
1514 ppc64_elf_unhandled_reloc, /* special_function */
1515 "R_PPC64_TPREL16", /* name */
1516 FALSE, /* partial_inplace */
1517 0, /* src_mask */
1518 0xffff, /* dst_mask */
1519 FALSE), /* pcrel_offset */
1520
1521 /* Like TPREL16, but no overflow. */
1522 HOWTO (R_PPC64_TPREL16_LO,
1523 0, /* rightshift */
1524 1, /* size (0 = byte, 1 = short, 2 = long) */
1525 16, /* bitsize */
1526 FALSE, /* pc_relative */
1527 0, /* bitpos */
1528 complain_overflow_dont, /* complain_on_overflow */
1529 ppc64_elf_unhandled_reloc, /* special_function */
1530 "R_PPC64_TPREL16_LO", /* name */
1531 FALSE, /* partial_inplace */
1532 0, /* src_mask */
1533 0xffff, /* dst_mask */
1534 FALSE), /* pcrel_offset */
1535
1536 /* Like TPREL16_LO, but next higher group of 16 bits. */
1537 HOWTO (R_PPC64_TPREL16_HI,
1538 16, /* rightshift */
1539 1, /* size (0 = byte, 1 = short, 2 = long) */
1540 16, /* bitsize */
1541 FALSE, /* pc_relative */
1542 0, /* bitpos */
1543 complain_overflow_dont, /* complain_on_overflow */
1544 ppc64_elf_unhandled_reloc, /* special_function */
1545 "R_PPC64_TPREL16_HI", /* name */
1546 FALSE, /* partial_inplace */
1547 0, /* src_mask */
1548 0xffff, /* dst_mask */
1549 FALSE), /* pcrel_offset */
1550
1551 /* Like TPREL16_HI, but adjust for low 16 bits. */
1552 HOWTO (R_PPC64_TPREL16_HA,
1553 16, /* rightshift */
1554 1, /* size (0 = byte, 1 = short, 2 = long) */
1555 16, /* bitsize */
1556 FALSE, /* pc_relative */
1557 0, /* bitpos */
1558 complain_overflow_dont, /* complain_on_overflow */
1559 ppc64_elf_unhandled_reloc, /* special_function */
1560 "R_PPC64_TPREL16_HA", /* name */
1561 FALSE, /* partial_inplace */
1562 0, /* src_mask */
1563 0xffff, /* dst_mask */
1564 FALSE), /* pcrel_offset */
1565
1566 /* Like TPREL16_HI, but next higher group of 16 bits. */
1567 HOWTO (R_PPC64_TPREL16_HIGHER,
1568 32, /* rightshift */
1569 1, /* size (0 = byte, 1 = short, 2 = long) */
1570 16, /* bitsize */
1571 FALSE, /* pc_relative */
1572 0, /* bitpos */
1573 complain_overflow_dont, /* complain_on_overflow */
1574 ppc64_elf_unhandled_reloc, /* special_function */
1575 "R_PPC64_TPREL16_HIGHER", /* name */
1576 FALSE, /* partial_inplace */
1577 0, /* src_mask */
1578 0xffff, /* dst_mask */
1579 FALSE), /* pcrel_offset */
1580
1581 /* Like TPREL16_HIGHER, but adjust for low 16 bits. */
1582 HOWTO (R_PPC64_TPREL16_HIGHERA,
1583 32, /* rightshift */
1584 1, /* size (0 = byte, 1 = short, 2 = long) */
1585 16, /* bitsize */
1586 FALSE, /* pc_relative */
1587 0, /* bitpos */
1588 complain_overflow_dont, /* complain_on_overflow */
1589 ppc64_elf_unhandled_reloc, /* special_function */
1590 "R_PPC64_TPREL16_HIGHERA", /* name */
1591 FALSE, /* partial_inplace */
1592 0, /* src_mask */
1593 0xffff, /* dst_mask */
1594 FALSE), /* pcrel_offset */
1595
1596 /* Like TPREL16_HIGHER, but next higher group of 16 bits. */
1597 HOWTO (R_PPC64_TPREL16_HIGHEST,
1598 48, /* rightshift */
1599 1, /* size (0 = byte, 1 = short, 2 = long) */
1600 16, /* bitsize */
1601 FALSE, /* pc_relative */
1602 0, /* bitpos */
1603 complain_overflow_dont, /* complain_on_overflow */
1604 ppc64_elf_unhandled_reloc, /* special_function */
1605 "R_PPC64_TPREL16_HIGHEST", /* name */
1606 FALSE, /* partial_inplace */
1607 0, /* src_mask */
1608 0xffff, /* dst_mask */
1609 FALSE), /* pcrel_offset */
1610
1611 /* Like TPREL16_HIGHEST, but adjust for low 16 bits. */
1612 HOWTO (R_PPC64_TPREL16_HIGHESTA,
1613 48, /* rightshift */
1614 1, /* size (0 = byte, 1 = short, 2 = long) */
1615 16, /* bitsize */
1616 FALSE, /* pc_relative */
1617 0, /* bitpos */
1618 complain_overflow_dont, /* complain_on_overflow */
1619 ppc64_elf_unhandled_reloc, /* special_function */
1620 "R_PPC64_TPREL16_HIGHESTA", /* name */
1621 FALSE, /* partial_inplace */
1622 0, /* src_mask */
1623 0xffff, /* dst_mask */
1624 FALSE), /* pcrel_offset */
1625
1626 /* Like TPREL16, but for insns with a DS field. */
1627 HOWTO (R_PPC64_TPREL16_DS,
1628 0, /* rightshift */
1629 1, /* size (0 = byte, 1 = short, 2 = long) */
1630 16, /* bitsize */
1631 FALSE, /* pc_relative */
1632 0, /* bitpos */
1633 complain_overflow_signed, /* complain_on_overflow */
1634 ppc64_elf_unhandled_reloc, /* special_function */
1635 "R_PPC64_TPREL16_DS", /* name */
1636 FALSE, /* partial_inplace */
1637 0, /* src_mask */
1638 0xfffc, /* dst_mask */
1639 FALSE), /* pcrel_offset */
1640
1641 /* Like TPREL16_DS, but no overflow. */
1642 HOWTO (R_PPC64_TPREL16_LO_DS,
1643 0, /* rightshift */
1644 1, /* size (0 = byte, 1 = short, 2 = long) */
1645 16, /* bitsize */
1646 FALSE, /* pc_relative */
1647 0, /* bitpos */
1648 complain_overflow_dont, /* complain_on_overflow */
1649 ppc64_elf_unhandled_reloc, /* special_function */
1650 "R_PPC64_TPREL16_LO_DS", /* name */
1651 FALSE, /* partial_inplace */
1652 0, /* src_mask */
1653 0xfffc, /* dst_mask */
1654 FALSE), /* pcrel_offset */
1655
1656 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
1657 with values (sym+add)@dtpmod and (sym+add)@dtprel, and computes the offset
1658 to the first entry relative to the TOC base (r2). */
1659 HOWTO (R_PPC64_GOT_TLSGD16,
1660 0, /* rightshift */
1661 1, /* size (0 = byte, 1 = short, 2 = long) */
1662 16, /* bitsize */
1663 FALSE, /* pc_relative */
1664 0, /* bitpos */
1665 complain_overflow_signed, /* complain_on_overflow */
1666 ppc64_elf_unhandled_reloc, /* special_function */
1667 "R_PPC64_GOT_TLSGD16", /* name */
b34976b6 1668 FALSE, /* partial_inplace */
5bd4f169
AM
1669 0, /* src_mask */
1670 0xffff, /* dst_mask */
b34976b6 1671 FALSE), /* pcrel_offset */
5bd4f169 1672
411e1bfb
AM
1673 /* Like GOT_TLSGD16, but no overflow. */
1674 HOWTO (R_PPC64_GOT_TLSGD16_LO,
5bd4f169
AM
1675 0, /* rightshift */
1676 1, /* size (0 = byte, 1 = short, 2 = long) */
1677 16, /* bitsize */
b34976b6 1678 FALSE, /* pc_relative */
5bd4f169
AM
1679 0, /* bitpos */
1680 complain_overflow_dont, /* complain_on_overflow */
805fc799 1681 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1682 "R_PPC64_GOT_TLSGD16_LO", /* name */
b34976b6 1683 FALSE, /* partial_inplace */
5bd4f169
AM
1684 0, /* src_mask */
1685 0xffff, /* dst_mask */
b34976b6 1686 FALSE), /* pcrel_offset */
5bd4f169 1687
411e1bfb
AM
1688 /* Like GOT_TLSGD16_LO, but next higher group of 16 bits. */
1689 HOWTO (R_PPC64_GOT_TLSGD16_HI,
5bd4f169
AM
1690 16, /* rightshift */
1691 1, /* size (0 = byte, 1 = short, 2 = long) */
1692 16, /* bitsize */
b34976b6 1693 FALSE, /* pc_relative */
5bd4f169
AM
1694 0, /* bitpos */
1695 complain_overflow_dont, /* complain_on_overflow */
805fc799 1696 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1697 "R_PPC64_GOT_TLSGD16_HI", /* name */
b34976b6 1698 FALSE, /* partial_inplace */
5bd4f169
AM
1699 0, /* src_mask */
1700 0xffff, /* dst_mask */
b34976b6 1701 FALSE), /* pcrel_offset */
5bd4f169 1702
411e1bfb
AM
1703 /* Like GOT_TLSGD16_HI, but adjust for low 16 bits. */
1704 HOWTO (R_PPC64_GOT_TLSGD16_HA,
5bd4f169
AM
1705 16, /* rightshift */
1706 1, /* size (0 = byte, 1 = short, 2 = long) */
1707 16, /* bitsize */
b34976b6 1708 FALSE, /* pc_relative */
5bd4f169 1709 0, /* bitpos */
411e1bfb 1710 complain_overflow_dont, /* complain_on_overflow */
805fc799 1711 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1712 "R_PPC64_GOT_TLSGD16_HA", /* name */
b34976b6 1713 FALSE, /* partial_inplace */
5bd4f169
AM
1714 0, /* src_mask */
1715 0xffff, /* dst_mask */
b34976b6 1716 FALSE), /* pcrel_offset */
5bd4f169 1717
411e1bfb
AM
1718 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
1719 with values (sym+add)@dtpmod and zero, and computes the offset to the
1720 first entry relative to the TOC base (r2). */
1721 HOWTO (R_PPC64_GOT_TLSLD16,
5bd4f169
AM
1722 0, /* rightshift */
1723 1, /* size (0 = byte, 1 = short, 2 = long) */
1724 16, /* bitsize */
b34976b6 1725 FALSE, /* pc_relative */
5bd4f169 1726 0, /* bitpos */
411e1bfb
AM
1727 complain_overflow_signed, /* complain_on_overflow */
1728 ppc64_elf_unhandled_reloc, /* special_function */
1729 "R_PPC64_GOT_TLSLD16", /* name */
b34976b6 1730 FALSE, /* partial_inplace */
d006db6c 1731 0, /* src_mask */
411e1bfb 1732 0xffff, /* dst_mask */
b34976b6 1733 FALSE), /* pcrel_offset */
5bd4f169 1734
411e1bfb
AM
1735 /* Like GOT_TLSLD16, but no overflow. */
1736 HOWTO (R_PPC64_GOT_TLSLD16_LO,
5bd4f169
AM
1737 0, /* rightshift */
1738 1, /* size (0 = byte, 1 = short, 2 = long) */
1739 16, /* bitsize */
b34976b6 1740 FALSE, /* pc_relative */
5bd4f169 1741 0, /* bitpos */
411e1bfb
AM
1742 complain_overflow_dont, /* complain_on_overflow */
1743 ppc64_elf_unhandled_reloc, /* special_function */
1744 "R_PPC64_GOT_TLSLD16_LO", /* name */
b34976b6 1745 FALSE, /* partial_inplace */
d006db6c 1746 0, /* src_mask */
411e1bfb 1747 0xffff, /* dst_mask */
b34976b6 1748 FALSE), /* pcrel_offset */
5bd4f169 1749
411e1bfb
AM
1750 /* Like GOT_TLSLD16_LO, but next higher group of 16 bits. */
1751 HOWTO (R_PPC64_GOT_TLSLD16_HI,
1752 16, /* rightshift */
5bd4f169
AM
1753 1, /* size (0 = byte, 1 = short, 2 = long) */
1754 16, /* bitsize */
b34976b6 1755 FALSE, /* pc_relative */
5bd4f169 1756 0, /* bitpos */
411e1bfb 1757 complain_overflow_dont, /* complain_on_overflow */
805fc799 1758 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1759 "R_PPC64_GOT_TLSLD16_HI", /* name */
b34976b6 1760 FALSE, /* partial_inplace */
d006db6c 1761 0, /* src_mask */
411e1bfb 1762 0xffff, /* dst_mask */
b34976b6 1763 FALSE), /* pcrel_offset */
5bd4f169 1764
411e1bfb
AM
1765 /* Like GOT_TLSLD16_HI, but adjust for low 16 bits. */
1766 HOWTO (R_PPC64_GOT_TLSLD16_HA,
1767 16, /* rightshift */
5bd4f169
AM
1768 1, /* size (0 = byte, 1 = short, 2 = long) */
1769 16, /* bitsize */
b34976b6 1770 FALSE, /* pc_relative */
5bd4f169
AM
1771 0, /* bitpos */
1772 complain_overflow_dont, /* complain_on_overflow */
805fc799 1773 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1774 "R_PPC64_GOT_TLSLD16_HA", /* name */
b34976b6 1775 FALSE, /* partial_inplace */
d006db6c 1776 0, /* src_mask */
411e1bfb 1777 0xffff, /* dst_mask */
b34976b6 1778 FALSE), /* pcrel_offset */
5bd4f169 1779
411e1bfb
AM
1780 /* Allocates an entry in the GOT with value (sym+add)@dtprel, and computes
1781 the offset to the entry relative to the TOC base (r2). */
1782 HOWTO (R_PPC64_GOT_DTPREL16_DS,
5bd4f169
AM
1783 0, /* rightshift */
1784 1, /* size (0 = byte, 1 = short, 2 = long) */
1785 16, /* bitsize */
b34976b6 1786 FALSE, /* pc_relative */
5bd4f169 1787 0, /* bitpos */
411e1bfb 1788 complain_overflow_signed, /* complain_on_overflow */
805fc799 1789 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1790 "R_PPC64_GOT_DTPREL16_DS", /* name */
b34976b6 1791 FALSE, /* partial_inplace */
d006db6c 1792 0, /* src_mask */
5bd4f169 1793 0xfffc, /* dst_mask */
b34976b6 1794 FALSE), /* pcrel_offset */
5bd4f169 1795
411e1bfb
AM
1796 /* Like GOT_DTPREL16_DS, but no overflow. */
1797 HOWTO (R_PPC64_GOT_DTPREL16_LO_DS,
5bd4f169 1798 0, /* rightshift */
c061c2d8
AM
1799 1, /* size (0 = byte, 1 = short, 2 = long) */
1800 16, /* bitsize */
b34976b6 1801 FALSE, /* pc_relative */
5bd4f169 1802 0, /* bitpos */
411e1bfb
AM
1803 complain_overflow_dont, /* complain_on_overflow */
1804 ppc64_elf_unhandled_reloc, /* special_function */
1805 "R_PPC64_GOT_DTPREL16_LO_DS", /* name */
b34976b6 1806 FALSE, /* partial_inplace */
d006db6c 1807 0, /* src_mask */
c061c2d8 1808 0xfffc, /* dst_mask */
b34976b6 1809 FALSE), /* pcrel_offset */
5bd4f169 1810
411e1bfb
AM
1811 /* Like GOT_DTPREL16_LO_DS, but next higher group of 16 bits. */
1812 HOWTO (R_PPC64_GOT_DTPREL16_HI,
1813 16, /* rightshift */
5bd4f169
AM
1814 1, /* size (0 = byte, 1 = short, 2 = long) */
1815 16, /* bitsize */
b34976b6 1816 FALSE, /* pc_relative */
5bd4f169
AM
1817 0, /* bitpos */
1818 complain_overflow_dont, /* complain_on_overflow */
411e1bfb
AM
1819 ppc64_elf_unhandled_reloc, /* special_function */
1820 "R_PPC64_GOT_DTPREL16_HI", /* name */
b34976b6 1821 FALSE, /* partial_inplace */
d006db6c 1822 0, /* src_mask */
411e1bfb 1823 0xffff, /* dst_mask */
b34976b6 1824 FALSE), /* pcrel_offset */
5bd4f169 1825
411e1bfb
AM
1826 /* Like GOT_DTPREL16_HI, but adjust for low 16 bits. */
1827 HOWTO (R_PPC64_GOT_DTPREL16_HA,
1828 16, /* rightshift */
1829 1, /* size (0 = byte, 1 = short, 2 = long) */
1830 16, /* bitsize */
1831 FALSE, /* pc_relative */
1832 0, /* bitpos */
1833 complain_overflow_dont, /* complain_on_overflow */
1834 ppc64_elf_unhandled_reloc, /* special_function */
1835 "R_PPC64_GOT_DTPREL16_HA", /* name */
1836 FALSE, /* partial_inplace */
1837 0, /* src_mask */
1838 0xffff, /* dst_mask */
1839 FALSE), /* pcrel_offset */
1840
1841 /* Allocates an entry in the GOT with value (sym+add)@tprel, and computes the
1842 offset to the entry relative to the TOC base (r2). */
1843 HOWTO (R_PPC64_GOT_TPREL16_DS,
5bd4f169
AM
1844 0, /* rightshift */
1845 1, /* size (0 = byte, 1 = short, 2 = long) */
1846 16, /* bitsize */
b34976b6 1847 FALSE, /* pc_relative */
5bd4f169
AM
1848 0, /* bitpos */
1849 complain_overflow_signed, /* complain_on_overflow */
411e1bfb
AM
1850 ppc64_elf_unhandled_reloc, /* special_function */
1851 "R_PPC64_GOT_TPREL16_DS", /* name */
b34976b6 1852 FALSE, /* partial_inplace */
d006db6c 1853 0, /* src_mask */
ad8e1ba5 1854 0xfffc, /* dst_mask */
b34976b6 1855 FALSE), /* pcrel_offset */
5bd4f169 1856
411e1bfb
AM
1857 /* Like GOT_TPREL16_DS, but no overflow. */
1858 HOWTO (R_PPC64_GOT_TPREL16_LO_DS,
5bd4f169
AM
1859 0, /* rightshift */
1860 1, /* size (0 = byte, 1 = short, 2 = long) */
1861 16, /* bitsize */
b34976b6 1862 FALSE, /* pc_relative */
5bd4f169
AM
1863 0, /* bitpos */
1864 complain_overflow_dont, /* complain_on_overflow */
411e1bfb
AM
1865 ppc64_elf_unhandled_reloc, /* special_function */
1866 "R_PPC64_GOT_TPREL16_LO_DS", /* name */
b34976b6 1867 FALSE, /* partial_inplace */
d006db6c 1868 0, /* src_mask */
ad8e1ba5 1869 0xfffc, /* dst_mask */
b34976b6 1870 FALSE), /* pcrel_offset */
5bd4f169 1871
411e1bfb
AM
1872 /* Like GOT_TPREL16_LO_DS, but next higher group of 16 bits. */
1873 HOWTO (R_PPC64_GOT_TPREL16_HI,
1874 16, /* rightshift */
5bd4f169
AM
1875 1, /* size (0 = byte, 1 = short, 2 = long) */
1876 16, /* bitsize */
b34976b6 1877 FALSE, /* pc_relative */
5bd4f169 1878 0, /* bitpos */
411e1bfb 1879 complain_overflow_dont, /* complain_on_overflow */
805fc799 1880 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1881 "R_PPC64_GOT_TPREL16_HI", /* name */
b34976b6 1882 FALSE, /* partial_inplace */
d006db6c 1883 0, /* src_mask */
411e1bfb 1884 0xffff, /* dst_mask */
b34976b6 1885 FALSE), /* pcrel_offset */
5bd4f169 1886
411e1bfb
AM
1887 /* Like GOT_TPREL16_HI, but adjust for low 16 bits. */
1888 HOWTO (R_PPC64_GOT_TPREL16_HA,
1889 16, /* rightshift */
5bd4f169
AM
1890 1, /* size (0 = byte, 1 = short, 2 = long) */
1891 16, /* bitsize */
b34976b6 1892 FALSE, /* pc_relative */
5bd4f169
AM
1893 0, /* bitpos */
1894 complain_overflow_dont, /* complain_on_overflow */
805fc799 1895 ppc64_elf_unhandled_reloc, /* special_function */
411e1bfb 1896 "R_PPC64_GOT_TPREL16_HA", /* name */
b34976b6 1897 FALSE, /* partial_inplace */
d006db6c 1898 0, /* src_mask */
411e1bfb 1899 0xffff, /* dst_mask */
b34976b6 1900 FALSE), /* pcrel_offset */
5bd4f169 1901
25f23106
AM
1902 HOWTO (R_PPC64_JMP_IREL, /* type */
1903 0, /* rightshift */
1904 0, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1905 0, /* bitsize */
1906 FALSE, /* pc_relative */
1907 0, /* bitpos */
1908 complain_overflow_dont, /* complain_on_overflow */
1909 ppc64_elf_unhandled_reloc, /* special_function */
1910 "R_PPC64_JMP_IREL", /* name */
1911 FALSE, /* partial_inplace */
1912 0, /* src_mask */
1913 0, /* dst_mask */
1914 FALSE), /* pcrel_offset */
1915
e054468f
AM
1916 HOWTO (R_PPC64_IRELATIVE, /* type */
1917 0, /* rightshift */
1918 4, /* size (0=byte, 1=short, 2=long, 4=64 bits) */
1919 64, /* bitsize */
1920 FALSE, /* pc_relative */
1921 0, /* bitpos */
1922 complain_overflow_dont, /* complain_on_overflow */
1923 bfd_elf_generic_reloc, /* special_function */
1924 "R_PPC64_IRELATIVE", /* name */
1925 FALSE, /* partial_inplace */
1926 0, /* src_mask */
1927 ONES (64), /* dst_mask */
1928 FALSE), /* pcrel_offset */
1929
25f23106
AM
1930 /* A 16 bit relative relocation. */
1931 HOWTO (R_PPC64_REL16, /* type */
1932 0, /* rightshift */
1933 1, /* size (0 = byte, 1 = short, 2 = long) */
1934 16, /* bitsize */
1935 TRUE, /* pc_relative */
1936 0, /* bitpos */
1937 complain_overflow_bitfield, /* complain_on_overflow */
1938 bfd_elf_generic_reloc, /* special_function */
1939 "R_PPC64_REL16", /* name */
1940 FALSE, /* partial_inplace */
1941 0, /* src_mask */
1942 0xffff, /* dst_mask */
1943 TRUE), /* pcrel_offset */
1944
1945 /* A 16 bit relative relocation without overflow. */
1946 HOWTO (R_PPC64_REL16_LO, /* type */
1947 0, /* rightshift */
1948 1, /* size (0 = byte, 1 = short, 2 = long) */
1949 16, /* bitsize */
1950 TRUE, /* pc_relative */
1951 0, /* bitpos */
1952 complain_overflow_dont,/* complain_on_overflow */
1953 bfd_elf_generic_reloc, /* special_function */
1954 "R_PPC64_REL16_LO", /* name */
1955 FALSE, /* partial_inplace */
1956 0, /* src_mask */
1957 0xffff, /* dst_mask */
1958 TRUE), /* pcrel_offset */
1959
1960 /* The high order 16 bits of a relative address. */
1961 HOWTO (R_PPC64_REL16_HI, /* type */
1962 16, /* rightshift */
1963 1, /* size (0 = byte, 1 = short, 2 = long) */
1964 16, /* bitsize */
1965 TRUE, /* pc_relative */
1966 0, /* bitpos */
1967 complain_overflow_dont, /* complain_on_overflow */
1968 bfd_elf_generic_reloc, /* special_function */
1969 "R_PPC64_REL16_HI", /* name */
1970 FALSE, /* partial_inplace */
1971 0, /* src_mask */
1972 0xffff, /* dst_mask */
1973 TRUE), /* pcrel_offset */
1974
1975 /* The high order 16 bits of a relative address, plus 1 if the contents of
1976 the low 16 bits, treated as a signed number, is negative. */
1977 HOWTO (R_PPC64_REL16_HA, /* type */
1978 16, /* rightshift */
1979 1, /* size (0 = byte, 1 = short, 2 = long) */
1980 16, /* bitsize */
1981 TRUE, /* pc_relative */
1982 0, /* bitpos */
1983 complain_overflow_dont, /* complain_on_overflow */
1984 ppc64_elf_ha_reloc, /* special_function */
1985 "R_PPC64_REL16_HA", /* name */
1986 FALSE, /* partial_inplace */
1987 0, /* src_mask */
1988 0xffff, /* dst_mask */
1989 TRUE), /* pcrel_offset */
1990
5bd4f169
AM
1991 /* GNU extension to record C++ vtable hierarchy. */
1992 HOWTO (R_PPC64_GNU_VTINHERIT, /* type */
1993 0, /* rightshift */
1994 0, /* size (0 = byte, 1 = short, 2 = long) */
1995 0, /* bitsize */
b34976b6 1996 FALSE, /* pc_relative */
5bd4f169
AM
1997 0, /* bitpos */
1998 complain_overflow_dont, /* complain_on_overflow */
1999 NULL, /* special_function */
2000 "R_PPC64_GNU_VTINHERIT", /* name */
b34976b6 2001 FALSE, /* partial_inplace */
5bd4f169
AM
2002 0, /* src_mask */
2003 0, /* dst_mask */
b34976b6 2004 FALSE), /* pcrel_offset */
5bd4f169
AM
2005
2006 /* GNU extension to record C++ vtable member usage. */
2007 HOWTO (R_PPC64_GNU_VTENTRY, /* type */
2008 0, /* rightshift */
2009 0, /* size (0 = byte, 1 = short, 2 = long) */
2010 0, /* bitsize */
b34976b6 2011 FALSE, /* pc_relative */
5bd4f169
AM
2012 0, /* bitpos */
2013 complain_overflow_dont, /* complain_on_overflow */
2014 NULL, /* special_function */
2015 "R_PPC64_GNU_VTENTRY", /* name */
b34976b6 2016 FALSE, /* partial_inplace */
5bd4f169
AM
2017 0, /* src_mask */
2018 0, /* dst_mask */
b34976b6 2019 FALSE), /* pcrel_offset */
5bd4f169
AM
2020};
2021
2022\f
2023/* Initialize the ppc64_elf_howto_table, so that linear accesses can
2024 be done. */
2025
2026static void
4ce794b7 2027ppc_howto_init (void)
5bd4f169
AM
2028{
2029 unsigned int i, type;
2030
2031 for (i = 0;
2032 i < sizeof (ppc64_elf_howto_raw) / sizeof (ppc64_elf_howto_raw[0]);
2033 i++)
2034 {
2035 type = ppc64_elf_howto_raw[i].type;
2036 BFD_ASSERT (type < (sizeof (ppc64_elf_howto_table)
2037 / sizeof (ppc64_elf_howto_table[0])));
2038 ppc64_elf_howto_table[type] = &ppc64_elf_howto_raw[i];
2039 }
2040}
2041
2042static reloc_howto_type *
4ce794b7
AM
2043ppc64_elf_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
2044 bfd_reloc_code_real_type code)
5bd4f169 2045{
411e1bfb 2046 enum elf_ppc64_reloc_type r = R_PPC64_NONE;
5bd4f169
AM
2047
2048 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
2049 /* Initialize howto table if needed. */
2050 ppc_howto_init ();
2051
4ce794b7 2052 switch (code)
5bd4f169
AM
2053 {
2054 default:
4ce794b7 2055 return NULL;
5bd4f169 2056
411e1bfb
AM
2057 case BFD_RELOC_NONE: r = R_PPC64_NONE;
2058 break;
2059 case BFD_RELOC_32: r = R_PPC64_ADDR32;
2060 break;
2061 case BFD_RELOC_PPC_BA26: r = R_PPC64_ADDR24;
2062 break;
2063 case BFD_RELOC_16: r = R_PPC64_ADDR16;
2064 break;
2065 case BFD_RELOC_LO16: r = R_PPC64_ADDR16_LO;
2066 break;
2067 case BFD_RELOC_HI16: r = R_PPC64_ADDR16_HI;
2068 break;
2069 case BFD_RELOC_HI16_S: r = R_PPC64_ADDR16_HA;
5bd4f169 2070 break;
411e1bfb 2071 case BFD_RELOC_PPC_BA16: r = R_PPC64_ADDR14;
5bd4f169 2072 break;
411e1bfb 2073 case BFD_RELOC_PPC_BA16_BRTAKEN: r = R_PPC64_ADDR14_BRTAKEN;
5bd4f169 2074 break;
411e1bfb 2075 case BFD_RELOC_PPC_BA16_BRNTAKEN: r = R_PPC64_ADDR14_BRNTAKEN;
5bd4f169 2076 break;
411e1bfb 2077 case BFD_RELOC_PPC_B26: r = R_PPC64_REL24;
5bd4f169 2078 break;
411e1bfb 2079 case BFD_RELOC_PPC_B16: r = R_PPC64_REL14;
5bd4f169 2080 break;
411e1bfb 2081 case BFD_RELOC_PPC_B16_BRTAKEN: r = R_PPC64_REL14_BRTAKEN;
5bd4f169 2082 break;
411e1bfb 2083 case BFD_RELOC_PPC_B16_BRNTAKEN: r = R_PPC64_REL14_BRNTAKEN;
5bd4f169 2084 break;
411e1bfb 2085 case BFD_RELOC_16_GOTOFF: r = R_PPC64_GOT16;
5bd4f169 2086 break;
411e1bfb 2087 case BFD_RELOC_LO16_GOTOFF: r = R_PPC64_GOT16_LO;
5bd4f169 2088 break;
411e1bfb 2089 case BFD_RELOC_HI16_GOTOFF: r = R_PPC64_GOT16_HI;
5bd4f169 2090 break;
411e1bfb 2091 case BFD_RELOC_HI16_S_GOTOFF: r = R_PPC64_GOT16_HA;
5bd4f169 2092 break;
411e1bfb 2093 case BFD_RELOC_PPC_COPY: r = R_PPC64_COPY;
5bd4f169 2094 break;
411e1bfb 2095 case BFD_RELOC_PPC_GLOB_DAT: r = R_PPC64_GLOB_DAT;
5bd4f169 2096 break;
411e1bfb 2097 case BFD_RELOC_32_PCREL: r = R_PPC64_REL32;
5bd4f169 2098 break;
411e1bfb 2099 case BFD_RELOC_32_PLTOFF: r = R_PPC64_PLT32;
5bd4f169 2100 break;
411e1bfb 2101 case BFD_RELOC_32_PLT_PCREL: r = R_PPC64_PLTREL32;
5bd4f169 2102 break;
411e1bfb 2103 case BFD_RELOC_LO16_PLTOFF: r = R_PPC64_PLT16_LO;
5bd4f169 2104 break;
411e1bfb 2105 case BFD_RELOC_HI16_PLTOFF: r = R_PPC64_PLT16_HI;
5bd4f169 2106 break;
411e1bfb 2107 case BFD_RELOC_HI16_S_PLTOFF: r = R_PPC64_PLT16_HA;
5bd4f169 2108 break;
411e1bfb 2109 case BFD_RELOC_16_BASEREL: r = R_PPC64_SECTOFF;
5bd4f169 2110 break;
411e1bfb 2111 case BFD_RELOC_LO16_BASEREL: r = R_PPC64_SECTOFF_LO;
5bd4f169 2112 break;
411e1bfb 2113 case BFD_RELOC_HI16_BASEREL: r = R_PPC64_SECTOFF_HI;
5bd4f169 2114 break;
411e1bfb 2115 case BFD_RELOC_HI16_S_BASEREL: r = R_PPC64_SECTOFF_HA;
5bd4f169 2116 break;
411e1bfb 2117 case BFD_RELOC_CTOR: r = R_PPC64_ADDR64;
5bd4f169 2118 break;
411e1bfb 2119 case BFD_RELOC_64: r = R_PPC64_ADDR64;
5bd4f169 2120 break;
411e1bfb 2121 case BFD_RELOC_PPC64_HIGHER: r = R_PPC64_ADDR16_HIGHER;
5bd4f169 2122 break;
411e1bfb 2123 case BFD_RELOC_PPC64_HIGHER_S: r = R_PPC64_ADDR16_HIGHERA;
5bd4f169 2124 break;
411e1bfb 2125 case BFD_RELOC_PPC64_HIGHEST: r = R_PPC64_ADDR16_HIGHEST;
5bd4f169 2126 break;
411e1bfb 2127 case BFD_RELOC_PPC64_HIGHEST_S: r = R_PPC64_ADDR16_HIGHESTA;
5bd4f169 2128 break;
411e1bfb 2129 case BFD_RELOC_64_PCREL: r = R_PPC64_REL64;
5bd4f169 2130 break;
411e1bfb 2131 case BFD_RELOC_64_PLTOFF: r = R_PPC64_PLT64;
5bd4f169 2132 break;
411e1bfb 2133 case BFD_RELOC_64_PLT_PCREL: r = R_PPC64_PLTREL64;
5bd4f169 2134 break;
411e1bfb 2135 case BFD_RELOC_PPC_TOC16: r = R_PPC64_TOC16;
5bd4f169 2136 break;
411e1bfb 2137 case BFD_RELOC_PPC64_TOC16_LO: r = R_PPC64_TOC16_LO;
5bd4f169 2138 break;
411e1bfb 2139 case BFD_RELOC_PPC64_TOC16_HI: r = R_PPC64_TOC16_HI;
5bd4f169 2140 break;
411e1bfb 2141 case BFD_RELOC_PPC64_TOC16_HA: r = R_PPC64_TOC16_HA;
5bd4f169 2142 break;
411e1bfb 2143 case BFD_RELOC_PPC64_TOC: r = R_PPC64_TOC;
5bd4f169 2144 break;
411e1bfb 2145 case BFD_RELOC_PPC64_PLTGOT16: r = R_PPC64_PLTGOT16;
5bd4f169 2146 break;
411e1bfb 2147 case BFD_RELOC_PPC64_PLTGOT16_LO: r = R_PPC64_PLTGOT16_LO;
5bd4f169 2148 break;
411e1bfb 2149 case BFD_RELOC_PPC64_PLTGOT16_HI: r = R_PPC64_PLTGOT16_HI;
5bd4f169 2150 break;
411e1bfb 2151 case BFD_RELOC_PPC64_PLTGOT16_HA: r = R_PPC64_PLTGOT16_HA;
5bd4f169 2152 break;
411e1bfb 2153 case BFD_RELOC_PPC64_ADDR16_DS: r = R_PPC64_ADDR16_DS;
5bd4f169 2154 break;
411e1bfb 2155 case BFD_RELOC_PPC64_ADDR16_LO_DS: r = R_PPC64_ADDR16_LO_DS;
5bd4f169 2156 break;
411e1bfb 2157 case BFD_RELOC_PPC64_GOT16_DS: r = R_PPC64_GOT16_DS;
5bd4f169 2158 break;
411e1bfb 2159 case BFD_RELOC_PPC64_GOT16_LO_DS: r = R_PPC64_GOT16_LO_DS;
5bd4f169 2160 break;
411e1bfb 2161 case BFD_RELOC_PPC64_PLT16_LO_DS: r = R_PPC64_PLT16_LO_DS;
5bd4f169 2162 break;
411e1bfb 2163 case BFD_RELOC_PPC64_SECTOFF_DS: r = R_PPC64_SECTOFF_DS;
5bd4f169 2164 break;
411e1bfb 2165 case BFD_RELOC_PPC64_SECTOFF_LO_DS: r = R_PPC64_SECTOFF_LO_DS;
5bd4f169 2166 break;
411e1bfb 2167 case BFD_RELOC_PPC64_TOC16_DS: r = R_PPC64_TOC16_DS;
5bd4f169 2168 break;
411e1bfb 2169 case BFD_RELOC_PPC64_TOC16_LO_DS: r = R_PPC64_TOC16_LO_DS;
5bd4f169 2170 break;
411e1bfb 2171 case BFD_RELOC_PPC64_PLTGOT16_DS: r = R_PPC64_PLTGOT16_DS;
5bd4f169 2172 break;
411e1bfb 2173 case BFD_RELOC_PPC64_PLTGOT16_LO_DS: r = R_PPC64_PLTGOT16_LO_DS;
5bd4f169 2174 break;
411e1bfb 2175 case BFD_RELOC_PPC_TLS: r = R_PPC64_TLS;
5bd4f169 2176 break;
727fc41e
AM
2177 case BFD_RELOC_PPC_TLSGD: r = R_PPC64_TLSGD;
2178 break;
2179 case BFD_RELOC_PPC_TLSLD: r = R_PPC64_TLSLD;
2180 break;
411e1bfb 2181 case BFD_RELOC_PPC_DTPMOD: r = R_PPC64_DTPMOD64;
5bd4f169 2182 break;
411e1bfb 2183 case BFD_RELOC_PPC_TPREL16: r = R_PPC64_TPREL16;
5bd4f169 2184 break;
411e1bfb 2185 case BFD_RELOC_PPC_TPREL16_LO: r = R_PPC64_TPREL16_LO;
5bd4f169 2186 break;
411e1bfb 2187 case BFD_RELOC_PPC_TPREL16_HI: r = R_PPC64_TPREL16_HI;
5bd4f169 2188 break;
411e1bfb 2189 case BFD_RELOC_PPC_TPREL16_HA: r = R_PPC64_TPREL16_HA;
5bd4f169 2190 break;
411e1bfb 2191 case BFD_RELOC_PPC_TPREL: r = R_PPC64_TPREL64;
5bd4f169 2192 break;
411e1bfb
AM
2193 case BFD_RELOC_PPC_DTPREL16: r = R_PPC64_DTPREL16;
2194 break;
2195 case BFD_RELOC_PPC_DTPREL16_LO: r = R_PPC64_DTPREL16_LO;
2196 break;
2197 case BFD_RELOC_PPC_DTPREL16_HI: r = R_PPC64_DTPREL16_HI;
2198 break;
2199 case BFD_RELOC_PPC_DTPREL16_HA: r = R_PPC64_DTPREL16_HA;
2200 break;
2201 case BFD_RELOC_PPC_DTPREL: r = R_PPC64_DTPREL64;
2202 break;
2203 case BFD_RELOC_PPC_GOT_TLSGD16: r = R_PPC64_GOT_TLSGD16;
2204 break;
2205 case BFD_RELOC_PPC_GOT_TLSGD16_LO: r = R_PPC64_GOT_TLSGD16_LO;
2206 break;
2207 case BFD_RELOC_PPC_GOT_TLSGD16_HI: r = R_PPC64_GOT_TLSGD16_HI;
2208 break;
2209 case BFD_RELOC_PPC_GOT_TLSGD16_HA: r = R_PPC64_GOT_TLSGD16_HA;
2210 break;
2211 case BFD_RELOC_PPC_GOT_TLSLD16: r = R_PPC64_GOT_TLSLD16;
2212 break;
2213 case BFD_RELOC_PPC_GOT_TLSLD16_LO: r = R_PPC64_GOT_TLSLD16_LO;
2214 break;
2215 case BFD_RELOC_PPC_GOT_TLSLD16_HI: r = R_PPC64_GOT_TLSLD16_HI;
2216 break;
2217 case BFD_RELOC_PPC_GOT_TLSLD16_HA: r = R_PPC64_GOT_TLSLD16_HA;
2218 break;
2219 case BFD_RELOC_PPC_GOT_TPREL16: r = R_PPC64_GOT_TPREL16_DS;
2220 break;
2221 case BFD_RELOC_PPC_GOT_TPREL16_LO: r = R_PPC64_GOT_TPREL16_LO_DS;
2222 break;
2223 case BFD_RELOC_PPC_GOT_TPREL16_HI: r = R_PPC64_GOT_TPREL16_HI;
2224 break;
2225 case BFD_RELOC_PPC_GOT_TPREL16_HA: r = R_PPC64_GOT_TPREL16_HA;
2226 break;
2227 case BFD_RELOC_PPC_GOT_DTPREL16: r = R_PPC64_GOT_DTPREL16_DS;
2228 break;
2229 case BFD_RELOC_PPC_GOT_DTPREL16_LO: r = R_PPC64_GOT_DTPREL16_LO_DS;
2230 break;
2231 case BFD_RELOC_PPC_GOT_DTPREL16_HI: r = R_PPC64_GOT_DTPREL16_HI;
2232 break;
2233 case BFD_RELOC_PPC_GOT_DTPREL16_HA: r = R_PPC64_GOT_DTPREL16_HA;
2234 break;
2235 case BFD_RELOC_PPC64_TPREL16_DS: r = R_PPC64_TPREL16_DS;
2236 break;
2237 case BFD_RELOC_PPC64_TPREL16_LO_DS: r = R_PPC64_TPREL16_LO_DS;
2238 break;
2239 case BFD_RELOC_PPC64_TPREL16_HIGHER: r = R_PPC64_TPREL16_HIGHER;
2240 break;
2241 case BFD_RELOC_PPC64_TPREL16_HIGHERA: r = R_PPC64_TPREL16_HIGHERA;
2242 break;
2243 case BFD_RELOC_PPC64_TPREL16_HIGHEST: r = R_PPC64_TPREL16_HIGHEST;
2244 break;
2245 case BFD_RELOC_PPC64_TPREL16_HIGHESTA: r = R_PPC64_TPREL16_HIGHESTA;
2246 break;
2247 case BFD_RELOC_PPC64_DTPREL16_DS: r = R_PPC64_DTPREL16_DS;
2248 break;
2249 case BFD_RELOC_PPC64_DTPREL16_LO_DS: r = R_PPC64_DTPREL16_LO_DS;
2250 break;
2251 case BFD_RELOC_PPC64_DTPREL16_HIGHER: r = R_PPC64_DTPREL16_HIGHER;
2252 break;
2253 case BFD_RELOC_PPC64_DTPREL16_HIGHERA: r = R_PPC64_DTPREL16_HIGHERA;
2254 break;
2255 case BFD_RELOC_PPC64_DTPREL16_HIGHEST: r = R_PPC64_DTPREL16_HIGHEST;
2256 break;
2257 case BFD_RELOC_PPC64_DTPREL16_HIGHESTA: r = R_PPC64_DTPREL16_HIGHESTA;
2258 break;
25f23106
AM
2259 case BFD_RELOC_16_PCREL: r = R_PPC64_REL16;
2260 break;
2261 case BFD_RELOC_LO16_PCREL: r = R_PPC64_REL16_LO;
2262 break;
2263 case BFD_RELOC_HI16_PCREL: r = R_PPC64_REL16_HI;
2264 break;
2265 case BFD_RELOC_HI16_S_PCREL: r = R_PPC64_REL16_HA;
2266 break;
411e1bfb
AM
2267 case BFD_RELOC_VTABLE_INHERIT: r = R_PPC64_GNU_VTINHERIT;
2268 break;
2269 case BFD_RELOC_VTABLE_ENTRY: r = R_PPC64_GNU_VTENTRY;
5bd4f169
AM
2270 break;
2271 }
2272
4ce794b7 2273 return ppc64_elf_howto_table[r];
5bd4f169
AM
2274};
2275
157090f7
AM
2276static reloc_howto_type *
2277ppc64_elf_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
2278 const char *r_name)
2279{
2280 unsigned int i;
2281
2282 for (i = 0;
2283 i < sizeof (ppc64_elf_howto_raw) / sizeof (ppc64_elf_howto_raw[0]);
2284 i++)
2285 if (ppc64_elf_howto_raw[i].name != NULL
2286 && strcasecmp (ppc64_elf_howto_raw[i].name, r_name) == 0)
2287 return &ppc64_elf_howto_raw[i];
2288
2289 return NULL;
2290}
2291
5bd4f169
AM
2292/* Set the howto pointer for a PowerPC ELF reloc. */
2293
2294static void
4ce794b7
AM
2295ppc64_elf_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr,
2296 Elf_Internal_Rela *dst)
5bd4f169 2297{
65f38f15
AM
2298 unsigned int type;
2299
ef60b7ff 2300 /* Initialize howto table if needed. */
5bd4f169 2301 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
5bd4f169
AM
2302 ppc_howto_init ();
2303
65f38f15 2304 type = ELF64_R_TYPE (dst->r_info);
d0fb9a8d
JJ
2305 if (type >= (sizeof (ppc64_elf_howto_table)
2306 / sizeof (ppc64_elf_howto_table[0])))
2307 {
2308 (*_bfd_error_handler) (_("%B: invalid relocation type %d"),
3ec2b351
NC
2309 abfd, (int) type);
2310 type = R_PPC64_NONE;
d0fb9a8d 2311 }
65f38f15 2312 cache_ptr->howto = ppc64_elf_howto_table[type];
5bd4f169
AM
2313}
2314
04c9666a 2315/* Handle the R_PPC64_ADDR16_HA and similar relocs. */
5bd4f169
AM
2316
2317static bfd_reloc_status_type
4ce794b7
AM
2318ppc64_elf_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2319 void *data, asection *input_section,
2320 bfd *output_bfd, char **error_message)
5bd4f169 2321{
805fc799
AM
2322 /* If this is a relocatable link (output_bfd test tells us), just
2323 call the generic function. Any adjustment will be done at final
2324 link time. */
2325 if (output_bfd != NULL)
cedb70c5 2326 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2327 input_section, output_bfd, error_message);
2328
2329 /* Adjust the addend for sign extension of the low 16 bits.
2330 We won't actually be using the low 16 bits, so trashing them
2331 doesn't matter. */
2332 reloc_entry->addend += 0x8000;
2333 return bfd_reloc_continue;
2334}
5bd4f169 2335
2441e016
AM
2336static bfd_reloc_status_type
2337ppc64_elf_branch_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2338 void *data, asection *input_section,
2339 bfd *output_bfd, char **error_message)
2340{
2341 if (output_bfd != NULL)
2342 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
2343 input_section, output_bfd, error_message);
2344
699733f6
AM
2345 if (strcmp (symbol->section->name, ".opd") == 0
2346 && (symbol->section->owner->flags & DYNAMIC) == 0)
2441e016
AM
2347 {
2348 bfd_vma dest = opd_entry_value (symbol->section,
2349 symbol->value + reloc_entry->addend,
2350 NULL, NULL);
2351 if (dest != (bfd_vma) -1)
2352 reloc_entry->addend = dest - (symbol->value
2353 + symbol->section->output_section->vma
2354 + symbol->section->output_offset);
2355 }
2356 return bfd_reloc_continue;
2357}
2358
805fc799 2359static bfd_reloc_status_type
4ce794b7
AM
2360ppc64_elf_brtaken_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2361 void *data, asection *input_section,
2362 bfd *output_bfd, char **error_message)
805fc799
AM
2363{
2364 long insn;
04c9666a 2365 enum elf_ppc64_reloc_type r_type;
805fc799 2366 bfd_size_type octets;
794e51c0
AM
2367 /* Assume 'at' branch hints. */
2368 bfd_boolean is_isa_v2 = TRUE;
805fc799
AM
2369
2370 /* If this is a relocatable link (output_bfd test tells us), just
2371 call the generic function. Any adjustment will be done at final
2372 link time. */
5bd4f169 2373 if (output_bfd != NULL)
cedb70c5 2374 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2375 input_section, output_bfd, error_message);
2376
2377 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2378 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
2379 insn &= ~(0x01 << 21);
4ce794b7 2380 r_type = reloc_entry->howto->type;
805fc799
AM
2381 if (r_type == R_PPC64_ADDR14_BRTAKEN
2382 || r_type == R_PPC64_REL14_BRTAKEN)
cedb70c5 2383 insn |= 0x01 << 21; /* 'y' or 't' bit, lowest bit of BO field. */
805fc799 2384
794e51c0 2385 if (is_isa_v2)
5bd4f169 2386 {
805fc799
AM
2387 /* Set 'a' bit. This is 0b00010 in BO field for branch
2388 on CR(BI) insns (BO == 001at or 011at), and 0b01000
2389 for branch on CTR insns (BO == 1a00t or 1a01t). */
2390 if ((insn & (0x14 << 21)) == (0x04 << 21))
2391 insn |= 0x02 << 21;
2392 else if ((insn & (0x14 << 21)) == (0x10 << 21))
2393 insn |= 0x08 << 21;
2394 else
2441e016 2395 goto out;
5bd4f169 2396 }
805fc799
AM
2397 else
2398 {
2399 bfd_vma target = 0;
2400 bfd_vma from;
5bd4f169 2401
805fc799
AM
2402 if (!bfd_is_com_section (symbol->section))
2403 target = symbol->value;
2404 target += symbol->section->output_section->vma;
2405 target += symbol->section->output_offset;
2406 target += reloc_entry->addend;
5bd4f169 2407
805fc799
AM
2408 from = (reloc_entry->address
2409 + input_section->output_offset
2410 + input_section->output_section->vma);
5bd4f169 2411
805fc799
AM
2412 /* Invert 'y' bit if not the default. */
2413 if ((bfd_signed_vma) (target - from) < 0)
2414 insn ^= 0x01 << 21;
2415 }
4ce794b7 2416 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
2441e016
AM
2417 out:
2418 return ppc64_elf_branch_reloc (abfd, reloc_entry, symbol, data,
2419 input_section, output_bfd, error_message);
805fc799 2420}
5bd4f169 2421
805fc799 2422static bfd_reloc_status_type
4ce794b7
AM
2423ppc64_elf_sectoff_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2424 void *data, asection *input_section,
2425 bfd *output_bfd, char **error_message)
805fc799
AM
2426{
2427 /* If this is a relocatable link (output_bfd test tells us), just
2428 call the generic function. Any adjustment will be done at final
2429 link time. */
2430 if (output_bfd != NULL)
cedb70c5 2431 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799 2432 input_section, output_bfd, error_message);
5bd4f169 2433
805fc799
AM
2434 /* Subtract the symbol section base address. */
2435 reloc_entry->addend -= symbol->section->output_section->vma;
5bd4f169
AM
2436 return bfd_reloc_continue;
2437}
2438
805fc799 2439static bfd_reloc_status_type
4ce794b7
AM
2440ppc64_elf_sectoff_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2441 void *data, asection *input_section,
2442 bfd *output_bfd, char **error_message)
805fc799
AM
2443{
2444 /* If this is a relocatable link (output_bfd test tells us), just
2445 call the generic function. Any adjustment will be done at final
2446 link time. */
2447 if (output_bfd != NULL)
cedb70c5 2448 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2449 input_section, output_bfd, error_message);
2450
2451 /* Subtract the symbol section base address. */
2452 reloc_entry->addend -= symbol->section->output_section->vma;
2453
2454 /* Adjust the addend for sign extension of the low 16 bits. */
2455 reloc_entry->addend += 0x8000;
2456 return bfd_reloc_continue;
2457}
2458
2459static bfd_reloc_status_type
4ce794b7
AM
2460ppc64_elf_toc_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2461 void *data, asection *input_section,
2462 bfd *output_bfd, char **error_message)
805fc799
AM
2463{
2464 bfd_vma TOCstart;
2465
2466 /* If this is a relocatable link (output_bfd test tells us), just
2467 call the generic function. Any adjustment will be done at final
2468 link time. */
2469 if (output_bfd != NULL)
cedb70c5 2470 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2471 input_section, output_bfd, error_message);
2472
2473 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2474 if (TOCstart == 0)
2475 TOCstart = ppc64_elf_toc (input_section->output_section->owner);
2476
2477 /* Subtract the TOC base address. */
2478 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
2479 return bfd_reloc_continue;
2480}
2481
2482static bfd_reloc_status_type
4ce794b7
AM
2483ppc64_elf_toc_ha_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2484 void *data, asection *input_section,
2485 bfd *output_bfd, char **error_message)
805fc799
AM
2486{
2487 bfd_vma TOCstart;
2488
2489 /* If this is a relocatable link (output_bfd test tells us), just
2490 call the generic function. Any adjustment will be done at final
2491 link time. */
2492 if (output_bfd != NULL)
cedb70c5 2493 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2494 input_section, output_bfd, error_message);
2495
2496 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2497 if (TOCstart == 0)
2498 TOCstart = ppc64_elf_toc (input_section->output_section->owner);
2499
2500 /* Subtract the TOC base address. */
2501 reloc_entry->addend -= TOCstart + TOC_BASE_OFF;
2502
2503 /* Adjust the addend for sign extension of the low 16 bits. */
2504 reloc_entry->addend += 0x8000;
2505 return bfd_reloc_continue;
2506}
2507
2508static bfd_reloc_status_type
4ce794b7
AM
2509ppc64_elf_toc64_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2510 void *data, asection *input_section,
2511 bfd *output_bfd, char **error_message)
805fc799
AM
2512{
2513 bfd_vma TOCstart;
2514 bfd_size_type octets;
2515
2516 /* If this is a relocatable link (output_bfd test tells us), just
2517 call the generic function. Any adjustment will be done at final
2518 link time. */
2519 if (output_bfd != NULL)
cedb70c5 2520 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2521 input_section, output_bfd, error_message);
2522
2523 TOCstart = _bfd_get_gp_value (input_section->output_section->owner);
2524 if (TOCstart == 0)
2525 TOCstart = ppc64_elf_toc (input_section->output_section->owner);
2526
2527 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2528 bfd_put_64 (abfd, TOCstart + TOC_BASE_OFF, (bfd_byte *) data + octets);
2529 return bfd_reloc_ok;
2530}
2531
2532static bfd_reloc_status_type
4ce794b7
AM
2533ppc64_elf_unhandled_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2534 void *data, asection *input_section,
2535 bfd *output_bfd, char **error_message)
805fc799
AM
2536{
2537 /* If this is a relocatable link (output_bfd test tells us), just
2538 call the generic function. Any adjustment will be done at final
2539 link time. */
2540 if (output_bfd != NULL)
cedb70c5 2541 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
805fc799
AM
2542 input_section, output_bfd, error_message);
2543
2544 if (error_message != NULL)
2545 {
2546 static char buf[60];
2547 sprintf (buf, "generic linker can't handle %s",
2548 reloc_entry->howto->name);
2549 *error_message = buf;
2550 }
2551 return bfd_reloc_dangerous;
2552}
2553
927be08e
AM
2554/* Track GOT entries needed for a given symbol. We might need more
2555 than one got entry per symbol. */
2556struct got_entry
2557{
2558 struct got_entry *next;
2559
2560 /* The symbol addend that we'll be placing in the GOT. */
2561 bfd_vma addend;
2562
2563 /* Unlike other ELF targets, we use separate GOT entries for the same
2564 symbol referenced from different input files. This is to support
2565 automatic multiple TOC/GOT sections, where the TOC base can vary
2566 from one input file to another. After partitioning into TOC groups
2567 we merge entries within the group.
2568
2569 Point to the BFD owning this GOT entry. */
2570 bfd *owner;
2571
2572 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
2573 TLS_TPREL or TLS_DTPREL for tls entries. */
f961d9dd 2574 unsigned char tls_type;
927be08e
AM
2575
2576 /* Non-zero if got.ent points to real entry. */
f961d9dd 2577 unsigned char is_indirect;
927be08e
AM
2578
2579 /* Reference count until size_dynamic_sections, GOT offset thereafter. */
2580 union
2581 {
2582 bfd_signed_vma refcount;
2583 bfd_vma offset;
2584 struct got_entry *ent;
2585 } got;
2586};
2587
2588/* The same for PLT. */
2589struct plt_entry
2590{
2591 struct plt_entry *next;
2592
2593 bfd_vma addend;
2594
2595 union
2596 {
2597 bfd_signed_vma refcount;
2598 bfd_vma offset;
2599 } plt;
2600};
2601
e717da7e
AM
2602struct ppc64_elf_obj_tdata
2603{
2604 struct elf_obj_tdata elf;
2605
2606 /* Shortcuts to dynamic linker sections. */
2607 asection *got;
2608 asection *relgot;
2609
b3fac117
AM
2610 /* Used during garbage collection. We attach global symbols defined
2611 on removed .opd entries to this section so that the sym is removed. */
2612 asection *deleted_section;
81688140 2613
927be08e 2614 /* TLS local dynamic got entry handling. Support for multiple GOT
e717da7e 2615 sections means we potentially need one of these for each input bfd. */
927be08e 2616 struct got_entry tlsld_got;
8860955f
AM
2617
2618 /* A copy of relocs before they are modified for --emit-relocs. */
2619 Elf_Internal_Rela *opd_relocs;
d77c8a4b
AM
2620
2621 /* Nonzero if this bfd has small toc/got relocs, ie. that expect
2622 the reloc to be in the range -32768 to 32767. */
98528052
AM
2623 unsigned int has_small_toc_reloc : 1;
2624
560c8763
AM
2625 /* Set if toc/got ha relocs detected not using r2, or lo reloc
2626 instruction not one we handle. */
2627 unsigned int unexpected_toc_insn : 1;
e717da7e
AM
2628};
2629
2630#define ppc64_elf_tdata(bfd) \
2631 ((struct ppc64_elf_obj_tdata *) (bfd)->tdata.any)
2632
2633#define ppc64_tlsld_got(bfd) \
2634 (&ppc64_elf_tdata (bfd)->tlsld_got)
2635
0c8d6e5c
AM
2636#define is_ppc64_elf(bfd) \
2637 (bfd_get_flavour (bfd) == bfd_target_elf_flavour \
4dfe6ac6 2638 && elf_object_id (bfd) == PPC64_ELF_DATA)
0c8d6e5c 2639
e717da7e
AM
2640/* Override the generic function because we store some extras. */
2641
2642static bfd_boolean
2643ppc64_elf_mkobject (bfd *abfd)
2644{
0ffa91dd 2645 return bfd_elf_allocate_object (abfd, sizeof (struct ppc64_elf_obj_tdata),
4dfe6ac6 2646 PPC64_ELF_DATA);
e717da7e
AM
2647}
2648
feee612b
AM
2649/* Fix bad default arch selected for a 64 bit input bfd when the
2650 default is 32 bit. */
2651
b34976b6 2652static bfd_boolean
4ce794b7 2653ppc64_elf_object_p (bfd *abfd)
feee612b
AM
2654{
2655 if (abfd->arch_info->the_default && abfd->arch_info->bits_per_word == 32)
2656 {
2657 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd);
2658
2659 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS64)
2660 {
2661 /* Relies on arch after 32 bit default being 64 bit default. */
2662 abfd->arch_info = abfd->arch_info->next;
2663 BFD_ASSERT (abfd->arch_info->bits_per_word == 64);
2664 }
2665 }
b34976b6 2666 return TRUE;
feee612b
AM
2667}
2668
d37c89e5
AM
2669/* Support for core dump NOTE sections. */
2670
2671static bfd_boolean
2672ppc64_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
2673{
eea6121a 2674 size_t offset, size;
d37c89e5
AM
2675
2676 if (note->descsz != 504)
2677 return FALSE;
2678
2679 /* pr_cursig */
2680 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
2681
2682 /* pr_pid */
261b8d08 2683 elf_tdata (abfd)->core_lwpid = bfd_get_32 (abfd, note->descdata + 32);
d37c89e5
AM
2684
2685 /* pr_reg */
2686 offset = 112;
eea6121a 2687 size = 384;
d37c89e5
AM
2688
2689 /* Make a ".reg/999" section. */
2690 return _bfd_elfcore_make_pseudosection (abfd, ".reg",
eea6121a 2691 size, note->descpos + offset);
d37c89e5
AM
2692}
2693
2694static bfd_boolean
2695ppc64_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
2696{
2697 if (note->descsz != 136)
2698 return FALSE;
2699
bc989cdc
JK
2700 elf_tdata (abfd)->core_pid
2701 = bfd_get_32 (abfd, note->descdata + 24);
d37c89e5
AM
2702 elf_tdata (abfd)->core_program
2703 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16);
2704 elf_tdata (abfd)->core_command
2705 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80);
2706
2707 return TRUE;
2708}
2709
183e98be
AM
2710static char *
2711ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type,
2712 ...)
2713{
2714 switch (note_type)
2715 {
2716 default:
2717 return NULL;
2718
2719 case NT_PRPSINFO:
2720 {
2721 char data[136];
2722 va_list ap;
2723
2724 va_start (ap, note_type);
75cd47ed 2725 memset (data, 0, sizeof (data));
183e98be
AM
2726 strncpy (data + 40, va_arg (ap, const char *), 16);
2727 strncpy (data + 56, va_arg (ap, const char *), 80);
2728 va_end (ap);
2729 return elfcore_write_note (abfd, buf, bufsiz,
2730 "CORE", note_type, data, sizeof (data));
2731 }
2732
2733 case NT_PRSTATUS:
2734 {
2735 char data[504];
2736 va_list ap;
2737 long pid;
2738 int cursig;
2739 const void *greg;
2740
2741 va_start (ap, note_type);
2742 memset (data, 0, 112);
2743 pid = va_arg (ap, long);
2744 bfd_put_32 (abfd, pid, data + 32);
2745 cursig = va_arg (ap, int);
2746 bfd_put_16 (abfd, cursig, data + 12);
2747 greg = va_arg (ap, const void *);
2748 memcpy (data + 112, greg, 384);
2749 memset (data + 496, 0, 8);
2750 va_end (ap);
2751 return elfcore_write_note (abfd, buf, bufsiz,
2752 "CORE", note_type, data, sizeof (data));
2753 }
2754 }
2755}
2756
5d35169e
AM
2757/* Add extra PPC sections. */
2758
b35d266b 2759static const struct bfd_elf_special_section ppc64_elf_special_sections[]=
7f4d3958 2760{
0112cd26
NC
2761 { STRING_COMMA_LEN (".plt"), 0, SHT_NOBITS, 0 },
2762 { STRING_COMMA_LEN (".sbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
2763 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
2764 { STRING_COMMA_LEN (".toc"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
2765 { STRING_COMMA_LEN (".toc1"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
2766 { STRING_COMMA_LEN (".tocbss"), 0, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
2767 { NULL, 0, 0, 0, 0 }
5d35169e
AM
2768};
2769
7c8fe5c4
AM
2770enum _ppc64_sec_type {
2771 sec_normal = 0,
2772 sec_opd = 1,
2773 sec_toc = 2
2774};
2775
f0abc2a1
AM
2776struct _ppc64_elf_section_data
2777{
2778 struct bfd_elf_section_data elf;
411e1bfb 2779
f0abc2a1
AM
2780 union
2781 {
74f0fb50
AM
2782 /* An array with one entry for each opd function descriptor. */
2783 struct _opd_sec_data
2784 {
2785 /* Points to the function code section for local opd entries. */
2786 asection **func_sec;
2787
2788 /* After editing .opd, adjust references to opd local syms. */
2789 long *adjust;
2790 } opd;
7c8fe5c4 2791
3a71aa26
AM
2792 /* An array for toc sections, indexed by offset/8. */
2793 struct _toc_sec_data
2794 {
2795 /* Specifies the relocation symbol index used at a given toc offset. */
2796 unsigned *symndx;
2797
2798 /* And the relocation addend. */
2799 bfd_vma *add;
2800 } toc;
7c8fe5c4
AM
2801 } u;
2802
2803 enum _ppc64_sec_type sec_type:2;
411e1bfb 2804
7c8fe5c4
AM
2805 /* Flag set when small branches are detected. Used to
2806 select suitable defaults for the stub group size. */
2807 unsigned int has_14bit_branch:1;
f0abc2a1
AM
2808};
2809
2810#define ppc64_elf_section_data(sec) \
411e1bfb 2811 ((struct _ppc64_elf_section_data *) elf_section_data (sec))
f0abc2a1
AM
2812
2813static bfd_boolean
4ce794b7 2814ppc64_elf_new_section_hook (bfd *abfd, asection *sec)
f0abc2a1 2815{
f592407e
AM
2816 if (!sec->used_by_bfd)
2817 {
2818 struct _ppc64_elf_section_data *sdata;
2819 bfd_size_type amt = sizeof (*sdata);
f0abc2a1 2820
f592407e
AM
2821 sdata = bfd_zalloc (abfd, amt);
2822 if (sdata == NULL)
2823 return FALSE;
2824 sec->used_by_bfd = sdata;
2825 }
f0abc2a1
AM
2826
2827 return _bfd_elf_new_section_hook (abfd, sec);
2828}
4025353c 2829
74f0fb50 2830static struct _opd_sec_data *
4025353c
AM
2831get_opd_info (asection * sec)
2832{
2833 if (sec != NULL
2834 && ppc64_elf_section_data (sec) != NULL
7c8fe5c4 2835 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
74f0fb50 2836 return &ppc64_elf_section_data (sec)->u.opd;
4025353c
AM
2837 return NULL;
2838}
90e3cdf2
JJ
2839\f
2840/* Parameters for the qsort hook. */
90e3cdf2
JJ
2841static bfd_boolean synthetic_relocatable;
2842
699733f6 2843/* qsort comparison function for ppc64_elf_get_synthetic_symtab. */
90e3cdf2
JJ
2844
2845static int
2846compare_symbols (const void *ap, const void *bp)
2847{
2848 const asymbol *a = * (const asymbol **) ap;
2849 const asymbol *b = * (const asymbol **) bp;
2850
699733f6
AM
2851 /* Section symbols first. */
2852 if ((a->flags & BSF_SECTION_SYM) && !(b->flags & BSF_SECTION_SYM))
90e3cdf2 2853 return -1;
699733f6 2854 if (!(a->flags & BSF_SECTION_SYM) && (b->flags & BSF_SECTION_SYM))
90e3cdf2
JJ
2855 return 1;
2856
699733f6 2857 /* then .opd symbols. */
ffcfec52
AM
2858 if (strcmp (a->section->name, ".opd") == 0
2859 && strcmp (b->section->name, ".opd") != 0)
90e3cdf2 2860 return -1;
ffcfec52
AM
2861 if (strcmp (a->section->name, ".opd") != 0
2862 && strcmp (b->section->name, ".opd") == 0)
90e3cdf2
JJ
2863 return 1;
2864
699733f6 2865 /* then other code symbols. */
90e3cdf2
JJ
2866 if ((a->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
2867 == (SEC_CODE | SEC_ALLOC)
2868 && (b->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
2869 != (SEC_CODE | SEC_ALLOC))
2870 return -1;
2871
2872 if ((a->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
2873 != (SEC_CODE | SEC_ALLOC)
2874 && (b->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
2875 == (SEC_CODE | SEC_ALLOC))
2876 return 1;
2877
2878 if (synthetic_relocatable)
2879 {
2880 if (a->section->id < b->section->id)
2881 return -1;
2882
2883 if (a->section->id > b->section->id)
2884 return 1;
2885 }
2886
2887 if (a->value + a->section->vma < b->value + b->section->vma)
2888 return -1;
2889
2890 if (a->value + a->section->vma > b->value + b->section->vma)
2891 return 1;
2892
4d35a0aa
AM
2893 /* For syms with the same value, prefer strong dynamic global function
2894 syms over other syms. */
2895 if ((a->flags & BSF_GLOBAL) != 0 && (b->flags & BSF_GLOBAL) == 0)
2896 return -1;
2897
2898 if ((a->flags & BSF_GLOBAL) == 0 && (b->flags & BSF_GLOBAL) != 0)
2899 return 1;
2900
2901 if ((a->flags & BSF_FUNCTION) != 0 && (b->flags & BSF_FUNCTION) == 0)
2902 return -1;
2903
2904 if ((a->flags & BSF_FUNCTION) == 0 && (b->flags & BSF_FUNCTION) != 0)
2905 return 1;
2906
2907 if ((a->flags & BSF_WEAK) == 0 && (b->flags & BSF_WEAK) != 0)
2908 return -1;
2909
2910 if ((a->flags & BSF_WEAK) != 0 && (b->flags & BSF_WEAK) == 0)
2911 return 1;
2912
2913 if ((a->flags & BSF_DYNAMIC) != 0 && (b->flags & BSF_DYNAMIC) == 0)
2914 return -1;
2915
2916 if ((a->flags & BSF_DYNAMIC) == 0 && (b->flags & BSF_DYNAMIC) != 0)
2917 return 1;
2918
90e3cdf2
JJ
2919 return 0;
2920}
2921
699733f6 2922/* Search SYMS for a symbol of the given VALUE. */
90e3cdf2 2923
699733f6
AM
2924static asymbol *
2925sym_exists_at (asymbol **syms, long lo, long hi, int id, bfd_vma value)
90e3cdf2 2926{
699733f6 2927 long mid;
90e3cdf2 2928
699733f6
AM
2929 if (id == -1)
2930 {
2931 while (lo < hi)
2932 {
2933 mid = (lo + hi) >> 1;
2934 if (syms[mid]->value + syms[mid]->section->vma < value)
2935 lo = mid + 1;
2936 else if (syms[mid]->value + syms[mid]->section->vma > value)
2937 hi = mid;
2938 else
2939 return syms[mid];
2940 }
2941 }
2942 else
2943 {
2944 while (lo < hi)
2945 {
2946 mid = (lo + hi) >> 1;
2947 if (syms[mid]->section->id < id)
2948 lo = mid + 1;
2949 else if (syms[mid]->section->id > id)
2950 hi = mid;
2951 else if (syms[mid]->value < value)
2952 lo = mid + 1;
2953 else if (syms[mid]->value > value)
2954 hi = mid;
2955 else
2956 return syms[mid];
2957 }
2958 }
2959 return NULL;
90e3cdf2
JJ
2960}
2961
468392fb
AM
2962static bfd_boolean
2963section_covers_vma (bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *ptr)
2964{
2965 bfd_vma vma = *(bfd_vma *) ptr;
2966 return ((section->flags & SEC_ALLOC) != 0
2967 && section->vma <= vma
2968 && vma < section->vma + section->size);
2969}
2970
699733f6 2971/* Create synthetic symbols, effectively restoring "dot-symbol" function
468392fb 2972 entry syms. Also generate @plt symbols for the glink branch table. */
90e3cdf2
JJ
2973
2974static long
a7535cf3
AM
2975ppc64_elf_get_synthetic_symtab (bfd *abfd,
2976 long static_count, asymbol **static_syms,
2977 long dyn_count, asymbol **dyn_syms,
c9727e01 2978 asymbol **ret)
90e3cdf2
JJ
2979{
2980 asymbol *s;
699733f6
AM
2981 long i;
2982 long count;
90e3cdf2 2983 char *names;
a7535cf3 2984 long symcount, codesecsym, codesecsymend, secsymend, opdsymend;
699733f6 2985 asection *opd;
90e3cdf2 2986 bfd_boolean relocatable = (abfd->flags & (EXEC_P | DYNAMIC)) == 0;
a7535cf3 2987 asymbol **syms;
90e3cdf2
JJ
2988
2989 *ret = NULL;
2990
2991 opd = bfd_get_section_by_name (abfd, ".opd");
2992 if (opd == NULL)
2993 return 0;
2994
a7535cf3 2995 symcount = static_count;
c9727e01 2996 if (!relocatable)
a7535cf3 2997 symcount += dyn_count;
90e3cdf2 2998 if (symcount == 0)
c9727e01 2999 return 0;
90e3cdf2 3000
a7535cf3
AM
3001 syms = bfd_malloc ((symcount + 1) * sizeof (*syms));
3002 if (syms == NULL)
7356fed5 3003 return -1;
a7535cf3
AM
3004
3005 if (!relocatable && static_count != 0 && dyn_count != 0)
3006 {
3007 /* Use both symbol tables. */
3008 memcpy (syms, static_syms, static_count * sizeof (*syms));
3009 memcpy (syms + static_count, dyn_syms, (dyn_count + 1) * sizeof (*syms));
3010 }
3011 else if (!relocatable && static_count == 0)
3012 memcpy (syms, dyn_syms, (symcount + 1) * sizeof (*syms));
3013 else
3014 memcpy (syms, static_syms, (symcount + 1) * sizeof (*syms));
3015
90e3cdf2 3016 synthetic_relocatable = relocatable;
595da8c5 3017 qsort (syms, symcount, sizeof (*syms), compare_symbols);
90e3cdf2 3018
c9727e01
AM
3019 if (!relocatable && symcount > 1)
3020 {
3021 long j;
3022 /* Trim duplicate syms, since we may have merged the normal and
3023 dynamic symbols. Actually, we only care about syms that have
3b36f7e6 3024 different values, so trim any with the same value. */
c9727e01
AM
3025 for (i = 1, j = 1; i < symcount; ++i)
3026 if (syms[i - 1]->value + syms[i - 1]->section->vma
3027 != syms[i]->value + syms[i]->section->vma)
3028 syms[j++] = syms[i];
3029 symcount = j;
3030 }
3031
699733f6 3032 i = 0;
ffcfec52 3033 if (strcmp (syms[i]->section->name, ".opd") == 0)
699733f6
AM
3034 ++i;
3035 codesecsym = i;
90e3cdf2 3036
699733f6
AM
3037 for (; i < symcount; ++i)
3038 if (((syms[i]->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3039 != (SEC_CODE | SEC_ALLOC))
3040 || (syms[i]->flags & BSF_SECTION_SYM) == 0)
3041 break;
3042 codesecsymend = i;
90e3cdf2 3043
699733f6
AM
3044 for (; i < symcount; ++i)
3045 if ((syms[i]->flags & BSF_SECTION_SYM) == 0)
3046 break;
3047 secsymend = i;
90e3cdf2 3048
699733f6 3049 for (; i < symcount; ++i)
ffcfec52 3050 if (strcmp (syms[i]->section->name, ".opd") != 0)
699733f6
AM
3051 break;
3052 opdsymend = i;
90e3cdf2 3053
699733f6
AM
3054 for (; i < symcount; ++i)
3055 if ((syms[i]->section->flags & (SEC_CODE | SEC_ALLOC | SEC_THREAD_LOCAL))
3056 != (SEC_CODE | SEC_ALLOC))
3057 break;
3058 symcount = i;
3059
c9727e01 3060 count = 0;
90e3cdf2 3061
699733f6 3062 if (relocatable)
90e3cdf2 3063 {
699733f6
AM
3064 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
3065 arelent *r;
3066 size_t size;
3067 long relcount;
90e3cdf2 3068
468392fb
AM
3069 if (opdsymend == secsymend)
3070 goto done;
3071
699733f6 3072 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
90e3cdf2 3073 relcount = (opd->flags & SEC_RELOC) ? opd->reloc_count : 0;
7356fed5 3074 if (relcount == 0)
c9727e01 3075 goto done;
90e3cdf2 3076
7356fed5
AM
3077 if (!(*slurp_relocs) (abfd, opd, static_syms, FALSE))
3078 {
3079 count = -1;
3080 goto done;
3081 }
3082
699733f6 3083 size = 0;
595da8c5 3084 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i)
699733f6
AM
3085 {
3086 asymbol *sym;
90e3cdf2 3087
595da8c5 3088 while (r < opd->relocation + relcount
699733f6
AM
3089 && r->address < syms[i]->value + opd->vma)
3090 ++r;
90e3cdf2 3091
595da8c5 3092 if (r == opd->relocation + relcount)
699733f6 3093 break;
90e3cdf2 3094
699733f6
AM
3095 if (r->address != syms[i]->value + opd->vma)
3096 continue;
90e3cdf2 3097
699733f6
AM
3098 if (r->howto->type != R_PPC64_ADDR64)
3099 continue;
90e3cdf2 3100
699733f6
AM
3101 sym = *r->sym_ptr_ptr;
3102 if (!sym_exists_at (syms, opdsymend, symcount,
3103 sym->section->id, sym->value + r->addend))
3104 {
3105 ++count;
3106 size += sizeof (asymbol);
3107 size += strlen (syms[i]->name) + 2;
3108 }
3109 }
90e3cdf2 3110
699733f6
AM
3111 s = *ret = bfd_malloc (size);
3112 if (s == NULL)
3113 {
7356fed5 3114 count = -1;
c9727e01 3115 goto done;
699733f6 3116 }
90e3cdf2 3117
699733f6 3118 names = (char *) (s + count);
90e3cdf2 3119
595da8c5 3120 for (i = secsymend, r = opd->relocation; i < opdsymend; ++i)
90e3cdf2 3121 {
699733f6 3122 asymbol *sym;
90e3cdf2 3123
595da8c5 3124 while (r < opd->relocation + relcount
699733f6
AM
3125 && r->address < syms[i]->value + opd->vma)
3126 ++r;
90e3cdf2 3127
595da8c5 3128 if (r == opd->relocation + relcount)
699733f6
AM
3129 break;
3130
3131 if (r->address != syms[i]->value + opd->vma)
3132 continue;
3133
3134 if (r->howto->type != R_PPC64_ADDR64)
3135 continue;
90e3cdf2 3136
699733f6
AM
3137 sym = *r->sym_ptr_ptr;
3138 if (!sym_exists_at (syms, opdsymend, symcount,
3139 sym->section->id, sym->value + r->addend))
3140 {
3141 size_t len;
3142
3143 *s = *syms[i];
6ba2a415 3144 s->flags |= BSF_SYNTHETIC;
699733f6
AM
3145 s->section = sym->section;
3146 s->value = sym->value + r->addend;
3147 s->name = names;
3148 *names++ = '.';
3149 len = strlen (syms[i]->name);
3150 memcpy (names, syms[i]->name, len + 1);
3151 names += len + 1;
6f610d07
UW
3152 /* Have udata.p point back to the original symbol this
3153 synthetic symbol was derived from. */
3154 s->udata.p = syms[i];
699733f6
AM
3155 s++;
3156 }
3157 }
3158 }
3159 else
90e3cdf2 3160 {
468392fb 3161 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean);
699733f6
AM
3162 bfd_byte *contents;
3163 size_t size;
468392fb
AM
3164 long plt_count = 0;
3165 bfd_vma glink_vma = 0, resolv_vma = 0;
3166 asection *dynamic, *glink = NULL, *relplt = NULL;
3167 arelent *p;
90e3cdf2 3168
699733f6
AM
3169 if (!bfd_malloc_and_get_section (abfd, opd, &contents))
3170 {
3171 if (contents)
c9727e01
AM
3172 {
3173 free_contents_and_exit:
3174 free (contents);
3175 }
7356fed5 3176 count = -1;
c9727e01 3177 goto done;
699733f6 3178 }
90e3cdf2 3179
699733f6
AM
3180 size = 0;
3181 for (i = secsymend; i < opdsymend; ++i)
3182 {
3183 bfd_vma ent;
90e3cdf2 3184
5ef11c02
AM
3185 /* Ignore bogus symbols. */
3186 if (syms[i]->value > opd->size - 8)
3187 continue;
3188
699733f6
AM
3189 ent = bfd_get_64 (abfd, contents + syms[i]->value);
3190 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
3191 {
3192 ++count;
3193 size += sizeof (asymbol);
3194 size += strlen (syms[i]->name) + 2;
3195 }
3196 }
90e3cdf2 3197
468392fb 3198 /* Get start of .glink stubs from DT_PPC64_GLINK. */
066ee829
AM
3199 if (dyn_count != 0
3200 && (dynamic = bfd_get_section_by_name (abfd, ".dynamic")) != NULL)
468392fb
AM
3201 {
3202 bfd_byte *dynbuf, *extdyn, *extdynend;
3203 size_t extdynsize;
3204 void (*swap_dyn_in) (bfd *, const void *, Elf_Internal_Dyn *);
3205
3206 if (!bfd_malloc_and_get_section (abfd, dynamic, &dynbuf))
3207 goto free_contents_and_exit;
3208
3209 extdynsize = get_elf_backend_data (abfd)->s->sizeof_dyn;
3210 swap_dyn_in = get_elf_backend_data (abfd)->s->swap_dyn_in;
3211
3212 extdyn = dynbuf;
3213 extdynend = extdyn + dynamic->size;
3214 for (; extdyn < extdynend; extdyn += extdynsize)
3215 {
3216 Elf_Internal_Dyn dyn;
3217 (*swap_dyn_in) (abfd, extdyn, &dyn);
3218
3219 if (dyn.d_tag == DT_NULL)
3220 break;
3221
3222 if (dyn.d_tag == DT_PPC64_GLINK)
3223 {
3224 /* The first glink stub starts at offset 32; see comment in
3225 ppc64_elf_finish_dynamic_sections. */
3226 glink_vma = dyn.d_un.d_val + 32;
3227 /* The .glink section usually does not survive the final
3228 link; search for the section (usually .text) where the
3229 glink stubs now reside. */
3230 glink = bfd_sections_find_if (abfd, section_covers_vma,
3231 &glink_vma);
3232 break;
3233 }
3234 }
3235
3236 free (dynbuf);
3237 }
3238
3239 if (glink != NULL)
3240 {
3241 /* Determine __glink trampoline by reading the relative branch
3242 from the first glink stub. */
3243 bfd_byte buf[4];
3244 if (bfd_get_section_contents (abfd, glink, buf,
3245 glink_vma + 4 - glink->vma, 4))
3246 {
3247 unsigned int insn = bfd_get_32 (abfd, buf);
3248 insn ^= B_DOT;
3249 if ((insn & ~0x3fffffc) == 0)
3250 resolv_vma = glink_vma + 4 + (insn ^ 0x2000000) - 0x2000000;
3251 }
3252
3253 if (resolv_vma)
3254 size += sizeof (asymbol) + sizeof ("__glink_PLTresolve");
468392fb 3255
066ee829
AM
3256 relplt = bfd_get_section_by_name (abfd, ".rela.plt");
3257 if (relplt != NULL)
3258 {
3259 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table;
3260 if (! (*slurp_relocs) (abfd, relplt, dyn_syms, TRUE))
3261 goto free_contents_and_exit;
468392fb 3262
066ee829
AM
3263 plt_count = relplt->size / sizeof (Elf64_External_Rela);
3264 size += plt_count * sizeof (asymbol);
468392fb 3265
066ee829
AM
3266 p = relplt->relocation;
3267 for (i = 0; i < plt_count; i++, p++)
e054468f
AM
3268 {
3269 size += strlen ((*p->sym_ptr_ptr)->name) + sizeof ("@plt");
3270 if (p->addend != 0)
3271 size += sizeof ("+0x") - 1 + 16;
3272 }
066ee829 3273 }
468392fb
AM
3274 }
3275
699733f6
AM
3276 s = *ret = bfd_malloc (size);
3277 if (s == NULL)
7356fed5 3278 goto free_contents_and_exit;
90e3cdf2 3279
468392fb 3280 names = (char *) (s + count + plt_count + (resolv_vma != 0));
90e3cdf2 3281
699733f6 3282 for (i = secsymend; i < opdsymend; ++i)
90e3cdf2 3283 {
699733f6 3284 bfd_vma ent;
90e3cdf2 3285
5ef11c02
AM
3286 if (syms[i]->value > opd->size - 8)
3287 continue;
3288
699733f6
AM
3289 ent = bfd_get_64 (abfd, contents + syms[i]->value);
3290 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
90e3cdf2 3291 {
c9727e01 3292 long lo, hi;
699733f6 3293 size_t len;
c9727e01 3294 asection *sec = abfd->sections;
90e3cdf2 3295
699733f6
AM
3296 *s = *syms[i];
3297 lo = codesecsym;
3298 hi = codesecsymend;
3299 while (lo < hi)
3300 {
c9727e01 3301 long mid = (lo + hi) >> 1;
699733f6
AM
3302 if (syms[mid]->section->vma < ent)
3303 lo = mid + 1;
3304 else if (syms[mid]->section->vma > ent)
3305 hi = mid;
3306 else
c9727e01
AM
3307 {
3308 sec = syms[mid]->section;
3309 break;
3310 }
699733f6
AM
3311 }
3312
c9727e01 3313 if (lo >= hi && lo > codesecsym)
699733f6 3314 sec = syms[lo - 1]->section;
699733f6
AM
3315
3316 for (; sec != NULL; sec = sec->next)
3317 {
3318 if (sec->vma > ent)
3319 break;
63524580
JK
3320 /* SEC_LOAD may not be set if SEC is from a separate debug
3321 info file. */
3322 if ((sec->flags & SEC_ALLOC) == 0)
699733f6
AM
3323 break;
3324 if ((sec->flags & SEC_CODE) != 0)
3325 s->section = sec;
3326 }
6ba2a415 3327 s->flags |= BSF_SYNTHETIC;
699733f6
AM
3328 s->value = ent - s->section->vma;
3329 s->name = names;
3330 *names++ = '.';
3331 len = strlen (syms[i]->name);
3332 memcpy (names, syms[i]->name, len + 1);
3333 names += len + 1;
6f610d07
UW
3334 /* Have udata.p point back to the original symbol this
3335 synthetic symbol was derived from. */
3336 s->udata.p = syms[i];
699733f6 3337 s++;
90e3cdf2 3338 }
90e3cdf2 3339 }
699733f6 3340 free (contents);
468392fb
AM
3341
3342 if (glink != NULL && relplt != NULL)
3343 {
3344 if (resolv_vma)
3345 {
3346 /* Add a symbol for the main glink trampoline. */
86a4952b 3347 memset (s, 0, sizeof *s);
468392fb 3348 s->the_bfd = abfd;
6ba2a415 3349 s->flags = BSF_GLOBAL | BSF_SYNTHETIC;
468392fb
AM
3350 s->section = glink;
3351 s->value = resolv_vma - glink->vma;
3352 s->name = names;
3353 memcpy (names, "__glink_PLTresolve", sizeof ("__glink_PLTresolve"));
3354 names += sizeof ("__glink_PLTresolve");
3355 s++;
3356 count++;
3357 }
3358
3359 /* FIXME: It would be very much nicer to put sym@plt on the
3360 stub rather than on the glink branch table entry. The
3361 objdump disassembler would then use a sensible symbol
3362 name on plt calls. The difficulty in doing so is
3363 a) finding the stubs, and,
3364 b) matching stubs against plt entries, and,
3365 c) there can be multiple stubs for a given plt entry.
3366
3367 Solving (a) could be done by code scanning, but older
3368 ppc64 binaries used different stubs to current code.
3369 (b) is the tricky one since you need to known the toc
3370 pointer for at least one function that uses a pic stub to
3371 be able to calculate the plt address referenced.
3372 (c) means gdb would need to set multiple breakpoints (or
3373 find the glink branch itself) when setting breakpoints
3374 for pending shared library loads. */
3375 p = relplt->relocation;
3376 for (i = 0; i < plt_count; i++, p++)
3377 {
3378 size_t len;
3379
3380 *s = **p->sym_ptr_ptr;
3381 /* Undefined syms won't have BSF_LOCAL or BSF_GLOBAL set. Since
3382 we are defining a symbol, ensure one of them is set. */
3383 if ((s->flags & BSF_LOCAL) == 0)
3384 s->flags |= BSF_GLOBAL;
6ba2a415 3385 s->flags |= BSF_SYNTHETIC;
468392fb
AM
3386 s->section = glink;
3387 s->value = glink_vma - glink->vma;
3388 s->name = names;
3389 s->udata.p = NULL;
3390 len = strlen ((*p->sym_ptr_ptr)->name);
3391 memcpy (names, (*p->sym_ptr_ptr)->name, len);
3392 names += len;
e054468f
AM
3393 if (p->addend != 0)
3394 {
3395 memcpy (names, "+0x", sizeof ("+0x") - 1);
3396 names += sizeof ("+0x") - 1;
3397 bfd_sprintf_vma (abfd, names, p->addend);
3398 names += strlen (names);
3399 }
468392fb
AM
3400 memcpy (names, "@plt", sizeof ("@plt"));
3401 names += sizeof ("@plt");
3402 s++;
3403 glink_vma += 8;
3404 if (i >= 0x8000)
3405 glink_vma += 4;
3406 }
3407 count += plt_count;
3408 }
90e3cdf2
JJ
3409 }
3410
c9727e01 3411 done:
a7535cf3 3412 free (syms);
90e3cdf2
JJ
3413 return count;
3414}
5bd4f169 3415\f
65f38f15
AM
3416/* The following functions are specific to the ELF linker, while
3417 functions above are used generally. Those named ppc64_elf_* are
3418 called by the main ELF linker code. They appear in this file more
3419 or less in the order in which they are called. eg.
3420 ppc64_elf_check_relocs is called early in the link process,
3421 ppc64_elf_finish_dynamic_sections is one of the last functions
e86ce104
AM
3422 called.
3423
3424 PowerPC64-ELF uses a similar scheme to PowerPC64-XCOFF in that
3425 functions have both a function code symbol and a function descriptor
3426 symbol. A call to foo in a relocatable object file looks like:
3427
3428 . .text
3429 . x:
3430 . bl .foo
3431 . nop
3432
3433 The function definition in another object file might be:
3434
3435 . .section .opd
3436 . foo: .quad .foo
3437 . .quad .TOC.@tocbase
3438 . .quad 0
3439 .
3440 . .text
3441 . .foo: blr
3442
3443 When the linker resolves the call during a static link, the branch
3444 unsurprisingly just goes to .foo and the .opd information is unused.
3445 If the function definition is in a shared library, things are a little
3446 different: The call goes via a plt call stub, the opd information gets
3447 copied to the plt, and the linker patches the nop.
3448
3449 . x:
3450 . bl .foo_stub
3451 . ld 2,40(1)
3452 .
3453 .
3454 . .foo_stub:
3455 . addis 12,2,Lfoo@toc@ha # in practice, the call stub
411e1bfb 3456 . addi 12,12,Lfoo@toc@l # is slightly optimized, but
e86ce104
AM
3457 . std 2,40(1) # this is the general idea
3458 . ld 11,0(12)
3459 . ld 2,8(12)
3460 . mtctr 11
3461 . ld 11,16(12)
3462 . bctr
3463 .
3464 . .section .plt
3465 . Lfoo: reloc (R_PPC64_JMP_SLOT, foo)
3466
3467 The "reloc ()" notation is supposed to indicate that the linker emits
3468 an R_PPC64_JMP_SLOT reloc against foo. The dynamic linker does the opd
3469 copying.
3470
3471 What are the difficulties here? Well, firstly, the relocations
3472 examined by the linker in check_relocs are against the function code
3473 sym .foo, while the dynamic relocation in the plt is emitted against
3474 the function descriptor symbol, foo. Somewhere along the line, we need
3475 to carefully copy dynamic link information from one symbol to the other.
3476 Secondly, the generic part of the elf linker will make .foo a dynamic
3477 symbol as is normal for most other backends. We need foo dynamic
3478 instead, at least for an application final link. However, when
3479 creating a shared library containing foo, we need to have both symbols
3480 dynamic so that references to .foo are satisfied during the early
3481 stages of linking. Otherwise the linker might decide to pull in a
8387904d
AM
3482 definition from some other object, eg. a static library.
3483
3484 Update: As of August 2004, we support a new convention. Function
3485 calls may use the function descriptor symbol, ie. "bl foo". This
3486 behaves exactly as "bl .foo". */
65f38f15 3487
1d483afe 3488/* Of those relocs that might be copied as dynamic relocs, this function
58ac9f71
AM
3489 selects those that must be copied when linking a shared library,
3490 even when the symbol is local. */
65f38f15 3491
1d483afe
AM
3492static int
3493must_be_dyn_reloc (struct bfd_link_info *info,
3494 enum elf_ppc64_reloc_type r_type)
3495{
3496 switch (r_type)
3497 {
3498 default:
3499 return 1;
3500
3501 case R_PPC64_REL32:
3502 case R_PPC64_REL64:
3503 case R_PPC64_REL30:
3504 return 0;
3505
3506 case R_PPC64_TPREL16:
3507 case R_PPC64_TPREL16_LO:
3508 case R_PPC64_TPREL16_HI:
3509 case R_PPC64_TPREL16_HA:
3510 case R_PPC64_TPREL16_DS:
3511 case R_PPC64_TPREL16_LO_DS:
3512 case R_PPC64_TPREL16_HIGHER:
3513 case R_PPC64_TPREL16_HIGHERA:
3514 case R_PPC64_TPREL16_HIGHEST:
3515 case R_PPC64_TPREL16_HIGHESTA:
3516 case R_PPC64_TPREL64:
3517 return !info->executable;
3518 }
3519}
65f38f15 3520
f4656909
AM
3521/* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
3522 copying dynamic variables from a shared lib into an app's dynbss
3523 section, and instead use a dynamic relocation to point into the
5d35169e
AM
3524 shared lib. With code that gcc generates, it's vital that this be
3525 enabled; In the PowerPC64 ABI, the address of a function is actually
3526 the address of a function descriptor, which resides in the .opd
3527 section. gcc uses the descriptor directly rather than going via the
3528 GOT as some other ABI's do, which means that initialized function
3529 pointers must reference the descriptor. Thus, a function pointer
3530 initialized to the address of a function in a shared library will
3531 either require a copy reloc, or a dynamic reloc. Using a copy reloc
4cc11e76 3532 redefines the function descriptor symbol to point to the copy. This
5d35169e
AM
3533 presents a problem as a plt entry for that function is also
3534 initialized from the function descriptor symbol and the copy reloc
3535 may not be initialized first. */
a23b6845 3536#define ELIMINATE_COPY_RELOCS 1
f4656909 3537
721956f4 3538/* Section name for stubs is the associated section name plus this
29942be8
NC
3539 string. */
3540#define STUB_SUFFIX ".stub"
721956f4
AM
3541
3542/* Linker stubs.
3543 ppc_stub_long_branch:
3544 Used when a 14 bit branch (or even a 24 bit branch) can't reach its
3545 destination, but a 24 bit branch in a stub section will reach.
3546 . b dest
3547
3548 ppc_stub_plt_branch:
3549 Similar to the above, but a 24 bit branch in the stub section won't
3550 reach its destination.
87e226ce
AM
3551 . addis %r12,%r2,xxx@toc@ha
3552 . ld %r11,xxx@toc@l(%r12)
721956f4
AM
3553 . mtctr %r11
3554 . bctr
3555
3556 ppc_stub_plt_call:
2c66dc6c
AM
3557 Used to call a function in a shared library. If it so happens that
3558 the plt entry referenced crosses a 64k boundary, then an extra
ac2df442 3559 "addi %r12,%r12,xxx@toc@l" will be inserted before the "mtctr".
87e226ce 3560 . addis %r12,%r2,xxx@toc@ha
721956f4 3561 . std %r2,40(%r1)
87e226ce 3562 . ld %r11,xxx+0@toc@l(%r12)
721956f4 3563 . mtctr %r11
ac2df442 3564 . ld %r2,xxx+8@toc@l(%r12)
87e226ce 3565 . ld %r11,xxx+16@toc@l(%r12)
721956f4 3566 . bctr
ad8e1ba5
AM
3567
3568 ppc_stub_long_branch and ppc_stub_plt_branch may also have additional
3569 code to adjust the value and save r2 to support multiple toc sections.
3570 A ppc_stub_long_branch with an r2 offset looks like:
3571 . std %r2,40(%r1)
3572 . addis %r2,%r2,off@ha
3573 . addi %r2,%r2,off@l
3574 . b dest
3575
3576 A ppc_stub_plt_branch with an r2 offset looks like:
3577 . std %r2,40(%r1)
3578 . addis %r12,%r2,xxx@toc@ha
3579 . ld %r11,xxx@toc@l(%r12)
3580 . addis %r2,%r2,off@ha
3581 . addi %r2,%r2,off@l
3582 . mtctr %r11
3583 . bctr
ac2df442
AM
3584
3585 In cases where the "addis" instruction would add zero, the "addis" is
3586 omitted and following instructions modified slightly in some cases.
721956f4
AM
3587*/
3588
3589enum ppc_stub_type {
3590 ppc_stub_none,
3591 ppc_stub_long_branch,
ad8e1ba5 3592 ppc_stub_long_branch_r2off,
721956f4 3593 ppc_stub_plt_branch,
ad8e1ba5 3594 ppc_stub_plt_branch_r2off,
794e51c0
AM
3595 ppc_stub_plt_call,
3596 ppc_stub_plt_call_r2save
721956f4
AM
3597};
3598
3599struct ppc_stub_hash_entry {
3600
3601 /* Base hash table entry structure. */
3602 struct bfd_hash_entry root;
3603
ad8e1ba5
AM
3604 enum ppc_stub_type stub_type;
3605
721956f4
AM
3606 /* The stub section. */
3607 asection *stub_sec;
3608
3609 /* Offset within stub_sec of the beginning of this stub. */
3610 bfd_vma stub_offset;
3611
3612 /* Given the symbol's value and its section we can determine its final
3613 value when building the stubs (so the stub knows where to jump. */
3614 bfd_vma target_value;
3615 asection *target_section;
3616
721956f4
AM
3617 /* The symbol table entry, if any, that this was derived from. */
3618 struct ppc_link_hash_entry *h;
e054468f 3619 struct plt_entry *plt_ent;
721956f4 3620
411e1bfb
AM
3621 /* And the reloc addend that this was derived from. */
3622 bfd_vma addend;
3623
721956f4
AM
3624 /* Where this stub is being called from, or, in the case of combined
3625 stub sections, the first input section in the group. */
3626 asection *id_sec;
3627};
3628
3629struct ppc_branch_hash_entry {
3630
3631 /* Base hash table entry structure. */
3632 struct bfd_hash_entry root;
3633
c456f082 3634 /* Offset within branch lookup table. */
721956f4
AM
3635 unsigned int offset;
3636
3637 /* Generation marker. */
3638 unsigned int iter;
3639};
65f38f15
AM
3640
3641struct ppc_link_hash_entry
3642{
3643 struct elf_link_hash_entry elf;
3644
b3fac117
AM
3645 union {
3646 /* A pointer to the most recently used stub hash entry against this
3647 symbol. */
3648 struct ppc_stub_hash_entry *stub_cache;
3649
3650 /* A pointer to the next symbol starting with a '.' */
3651 struct ppc_link_hash_entry *next_dot_sym;
3652 } u;
721956f4 3653
65f38f15 3654 /* Track dynamic relocs copied for this symbol. */
6061a67d 3655 struct elf_dyn_relocs *dyn_relocs;
e86ce104 3656
721956f4 3657 /* Link between function code and descriptor symbols. */
34814b9f 3658 struct ppc_link_hash_entry *oh;
721956f4 3659
e86ce104
AM
3660 /* Flag function code and descriptor symbols. */
3661 unsigned int is_func:1;
3662 unsigned int is_func_descriptor:1;
908b32fc 3663 unsigned int fake:1;
411e1bfb 3664
c5614fa4
AM
3665 /* Whether global opd/toc sym has been adjusted or not.
3666 After ppc64_elf_edit_opd/ppc64_elf_edit_toc has run, this flag
3667 should be set for all globals defined in any opd/toc section. */
754021d0
AM
3668 unsigned int adjust_done:1;
3669
99877b66
AM
3670 /* Set if we twiddled this symbol to weak at some stage. */
3671 unsigned int was_undefined:1;
3672
411e1bfb 3673 /* Contexts in which symbol is used in the GOT (or TOC).
e7b938ca
AM
3674 TLS_GD .. TLS_EXPLICIT bits are or'd into the mask as the
3675 corresponding relocs are encountered during check_relocs.
3676 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
3677 indicate the corresponding GOT entry type is not needed.
3678 tls_optimize may also set TLS_TPRELGD when a GD reloc turns into
3679 a TPREL one. We use a separate flag rather than setting TPREL
3680 just for convenience in distinguishing the two cases. */
3681#define TLS_GD 1 /* GD reloc. */
3682#define TLS_LD 2 /* LD reloc. */
3683#define TLS_TPREL 4 /* TPREL reloc, => IE. */
3684#define TLS_DTPREL 8 /* DTPREL reloc, => LD. */
3685#define TLS_TLS 16 /* Any TLS reloc. */
3686#define TLS_EXPLICIT 32 /* Marks TOC section TLS relocs. */
3687#define TLS_TPRELGD 64 /* TPREL reloc resulting from GD->IE. */
e054468f 3688#define PLT_IFUNC 128 /* STT_GNU_IFUNC. */
f961d9dd 3689 unsigned char tls_mask;
65f38f15
AM
3690};
3691
3692/* ppc64 ELF linker hash table. */
3693
3694struct ppc_link_hash_table
3695{
3696 struct elf_link_hash_table elf;
3697
721956f4
AM
3698 /* The stub hash table. */
3699 struct bfd_hash_table stub_hash_table;
3700
3701 /* Another hash table for plt_branch stubs. */
3702 struct bfd_hash_table branch_hash_table;
3703
3b421ab3
AM
3704 /* Hash table for function prologue tocsave. */
3705 htab_t tocsave_htab;
3706
721956f4
AM
3707 /* Linker stub bfd. */
3708 bfd *stub_bfd;
3709
3710 /* Linker call-backs. */
4ce794b7
AM
3711 asection * (*add_stub_section) (const char *, asection *);
3712 void (*layout_sections_again) (void);
721956f4
AM
3713
3714 /* Array to keep track of which stub sections have been created, and
3715 information on stub grouping. */
3716 struct map_stub {
3717 /* This is the section to which stubs in the group will be attached. */
3718 asection *link_sec;
3719 /* The stub section. */
3720 asection *stub_sec;
ad8e1ba5
AM
3721 /* Along with elf_gp, specifies the TOC pointer used in this group. */
3722 bfd_vma toc_off;
721956f4
AM
3723 } *stub_group;
3724
ad8e1ba5
AM
3725 /* Temp used when calculating TOC pointers. */
3726 bfd_vma toc_curr;
bf102f86
AM
3727 bfd *toc_bfd;
3728 asection *toc_first_sec;
ad8e1ba5 3729
8f3bab57
AM
3730 /* Highest input section id. */
3731 int top_id;
3732
734b6cf9
AM
3733 /* Highest output section index. */
3734 int top_index;
3735
b3fac117
AM
3736 /* Used when adding symbols. */
3737 struct ppc_link_hash_entry *dot_syms;
3738
734b6cf9
AM
3739 /* List of input sections for each output section. */
3740 asection **input_list;
721956f4 3741
65f38f15 3742 /* Short-cuts to get to dynamic linker sections. */
4ce794b7 3743 asection *got;
4ce794b7
AM
3744 asection *plt;
3745 asection *relplt;
e054468f
AM
3746 asection *iplt;
3747 asection *reliplt;
4ce794b7
AM
3748 asection *dynbss;
3749 asection *relbss;
3750 asection *glink;
82bd7b59 3751 asection *sfpr;
4ce794b7
AM
3752 asection *brlt;
3753 asection *relbrlt;
58d180e8 3754 asection *glink_eh_frame;
ec338859 3755
8387904d
AM
3756 /* Shortcut to .__tls_get_addr and __tls_get_addr. */
3757 struct ppc_link_hash_entry *tls_get_addr;
3758 struct ppc_link_hash_entry *tls_get_addr_fd;
411e1bfb 3759
927be08e
AM
3760 /* The size of reliplt used by got entry relocs. */
3761 bfd_size_type got_reli_size;
3762
9b5ecbd0 3763 /* Statistics. */
794e51c0 3764 unsigned long stub_count[ppc_stub_plt_call_r2save];
9b5ecbd0 3765
ee75fd95
AM
3766 /* Number of stubs against global syms. */
3767 unsigned long stub_globals;
3768
794e51c0
AM
3769 /* Alignment of PLT call stubs. */
3770 unsigned int plt_stub_align:4;
3771
9df0ef5f
AM
3772 /* Set if PLT call stubs should load r11. */
3773 unsigned int plt_static_chain:1;
3774
794e51c0
AM
3775 /* Set if PLT call stubs need a read-read barrier. */
3776 unsigned int plt_thread_safe:1;
3777
ad8e1ba5 3778 /* Set if we should emit symbols for stubs. */
99877b66 3779 unsigned int emit_stub_syms:1;
ad8e1ba5 3780
a7f2871e
AM
3781 /* Set if __tls_get_addr optimization should not be done. */
3782 unsigned int no_tls_get_addr_opt:1;
3783
4c52953f 3784 /* Support for multiple toc sections. */
33c0ec9d 3785 unsigned int do_multi_toc:1;
4c52953f 3786 unsigned int multi_toc_needed:1;
927be08e 3787 unsigned int second_toc_pass:1;
67f0cbdb 3788 unsigned int do_toc_opt:1;
4c52953f 3789
5d1634d7 3790 /* Set on error. */
99877b66 3791 unsigned int stub_error:1;
721956f4 3792
7d9616d7 3793 /* Temp used by ppc64_elf_process_dot_syms. */
99877b66 3794 unsigned int twiddled_syms:1;
721956f4
AM
3795
3796 /* Incremented every time we size stubs. */
3797 unsigned int stub_iteration;
5d1634d7 3798
87d72d41
AM
3799 /* Small local sym cache. */
3800 struct sym_cache sym_cache;
65f38f15
AM
3801};
3802
4c52953f
AM
3803/* Rename some of the generic section flags to better document how they
3804 are used here. */
b0dddeec
AM
3805
3806/* Nonzero if this section has TLS related relocations. */
3807#define has_tls_reloc sec_flg0
3808
3809/* Nonzero if this section has a call to __tls_get_addr. */
3810#define has_tls_get_addr_call sec_flg1
3811
3812/* Nonzero if this section has any toc or got relocs. */
3813#define has_toc_reloc sec_flg2
3814
3815/* Nonzero if this section has a call to another section that uses
3816 the toc or got. */
d77c8a4b 3817#define makes_toc_func_call sec_flg3
b0dddeec
AM
3818
3819/* Recursion protection when determining above flag. */
d77c8a4b 3820#define call_check_in_progress sec_flg4
70cc837d 3821#define call_check_done sec_flg5
4c52953f 3822
65f38f15
AM
3823/* Get the ppc64 ELF linker hash table from a link_info structure. */
3824
3825#define ppc_hash_table(p) \
4dfe6ac6
NC
3826 (elf_hash_table_id ((struct elf_link_hash_table *) ((p)->hash)) \
3827 == PPC64_ELF_DATA ? ((struct ppc_link_hash_table *) ((p)->hash)) : NULL)
65f38f15 3828
721956f4
AM
3829#define ppc_stub_hash_lookup(table, string, create, copy) \
3830 ((struct ppc_stub_hash_entry *) \
3831 bfd_hash_lookup ((table), (string), (create), (copy)))
3832
3833#define ppc_branch_hash_lookup(table, string, create, copy) \
3834 ((struct ppc_branch_hash_entry *) \
3835 bfd_hash_lookup ((table), (string), (create), (copy)))
3836
3837/* Create an entry in the stub hash table. */
3838
3839static struct bfd_hash_entry *
4ce794b7
AM
3840stub_hash_newfunc (struct bfd_hash_entry *entry,
3841 struct bfd_hash_table *table,
3842 const char *string)
721956f4
AM
3843{
3844 /* Allocate the structure if it has not already been allocated by a
3845 subclass. */
3846 if (entry == NULL)
3847 {
3848 entry = bfd_hash_allocate (table, sizeof (struct ppc_stub_hash_entry));
3849 if (entry == NULL)
3850 return entry;
3851 }
3852
3853 /* Call the allocation method of the superclass. */
3854 entry = bfd_hash_newfunc (entry, table, string);
3855 if (entry != NULL)
3856 {
3857 struct ppc_stub_hash_entry *eh;
3858
3859 /* Initialize the local fields. */
3860 eh = (struct ppc_stub_hash_entry *) entry;
ad8e1ba5 3861 eh->stub_type = ppc_stub_none;
721956f4
AM
3862 eh->stub_sec = NULL;
3863 eh->stub_offset = 0;
3864 eh->target_value = 0;
3865 eh->target_section = NULL;
721956f4
AM
3866 eh->h = NULL;
3867 eh->id_sec = NULL;
3868 }
3869
3870 return entry;
3871}
3872
3873/* Create an entry in the branch hash table. */
3874
3875static struct bfd_hash_entry *
4ce794b7
AM
3876branch_hash_newfunc (struct bfd_hash_entry *entry,
3877 struct bfd_hash_table *table,
3878 const char *string)
721956f4
AM
3879{
3880 /* Allocate the structure if it has not already been allocated by a
3881 subclass. */
3882 if (entry == NULL)
3883 {
3884 entry = bfd_hash_allocate (table, sizeof (struct ppc_branch_hash_entry));
3885 if (entry == NULL)
3886 return entry;
3887 }
3888
3889 /* Call the allocation method of the superclass. */
3890 entry = bfd_hash_newfunc (entry, table, string);
3891 if (entry != NULL)
3892 {
3893 struct ppc_branch_hash_entry *eh;
3894
3895 /* Initialize the local fields. */
3896 eh = (struct ppc_branch_hash_entry *) entry;
3897 eh->offset = 0;
3898 eh->iter = 0;
3899 }
3900
3901 return entry;
3902}
3903
65f38f15
AM
3904/* Create an entry in a ppc64 ELF linker hash table. */
3905
3906static struct bfd_hash_entry *
4ce794b7
AM
3907link_hash_newfunc (struct bfd_hash_entry *entry,
3908 struct bfd_hash_table *table,
3909 const char *string)
65f38f15
AM
3910{
3911 /* Allocate the structure if it has not already been allocated by a
3912 subclass. */
3913 if (entry == NULL)
3914 {
3915 entry = bfd_hash_allocate (table, sizeof (struct ppc_link_hash_entry));
3916 if (entry == NULL)
3917 return entry;
3918 }
3919
3920 /* Call the allocation method of the superclass. */
3921 entry = _bfd_elf_link_hash_newfunc (entry, table, string);
3922 if (entry != NULL)
3923 {
3924 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) entry;
3925
b3fac117 3926 memset (&eh->u.stub_cache, 0,
908b32fc 3927 (sizeof (struct ppc_link_hash_entry)
b3fac117
AM
3928 - offsetof (struct ppc_link_hash_entry, u.stub_cache)));
3929
3930 /* When making function calls, old ABI code references function entry
3931 points (dot symbols), while new ABI code references the function
3932 descriptor symbol. We need to make any combination of reference and
3933 definition work together, without breaking archive linking.
3934
3935 For a defined function "foo" and an undefined call to "bar":
3936 An old object defines "foo" and ".foo", references ".bar" (possibly
3937 "bar" too).
3938 A new object defines "foo" and references "bar".
3939
3940 A new object thus has no problem with its undefined symbols being
3941 satisfied by definitions in an old object. On the other hand, the
3942 old object won't have ".bar" satisfied by a new object.
3943
3944 Keep a list of newly added dot-symbols. */
3945
3946 if (string[0] == '.')
3947 {
3948 struct ppc_link_hash_table *htab;
3949
3950 htab = (struct ppc_link_hash_table *) table;
3951 eh->u.next_dot_sym = htab->dot_syms;
3952 htab->dot_syms = eh;
3953 }
65f38f15
AM
3954 }
3955
3956 return entry;
3957}
3958
3b421ab3
AM
3959struct tocsave_entry {
3960 asection *sec;
3961 bfd_vma offset;
3962};
3963
3964static hashval_t
3965tocsave_htab_hash (const void *p)
3966{
3967 const struct tocsave_entry *e = (const struct tocsave_entry *) p;
3968 return ((bfd_vma)(intptr_t) e->sec ^ e->offset) >> 3;
3969}
3970
3971static int
3972tocsave_htab_eq (const void *p1, const void *p2)
3973{
3974 const struct tocsave_entry *e1 = (const struct tocsave_entry *) p1;
3975 const struct tocsave_entry *e2 = (const struct tocsave_entry *) p2;
3976 return e1->sec == e2->sec && e1->offset == e2->offset;
3977}
3978
65f38f15
AM
3979/* Create a ppc64 ELF linker hash table. */
3980
3981static struct bfd_link_hash_table *
4ce794b7 3982ppc64_elf_link_hash_table_create (bfd *abfd)
65f38f15
AM
3983{
3984 struct ppc_link_hash_table *htab;
3985 bfd_size_type amt = sizeof (struct ppc_link_hash_table);
3986
4ce794b7 3987 htab = bfd_zmalloc (amt);
65f38f15
AM
3988 if (htab == NULL)
3989 return NULL;
3990
66eb6687 3991 if (!_bfd_elf_link_hash_table_init (&htab->elf, abfd, link_hash_newfunc,
4dfe6ac6
NC
3992 sizeof (struct ppc_link_hash_entry),
3993 PPC64_ELF_DATA))
65f38f15 3994 {
e2d34d7d 3995 free (htab);
65f38f15
AM
3996 return NULL;
3997 }
3998
721956f4 3999 /* Init the stub hash table too. */
66eb6687
AM
4000 if (!bfd_hash_table_init (&htab->stub_hash_table, stub_hash_newfunc,
4001 sizeof (struct ppc_stub_hash_entry)))
721956f4
AM
4002 return NULL;
4003
4004 /* And the branch hash table. */
66eb6687
AM
4005 if (!bfd_hash_table_init (&htab->branch_hash_table, branch_hash_newfunc,
4006 sizeof (struct ppc_branch_hash_entry)))
721956f4
AM
4007 return NULL;
4008
3b421ab3
AM
4009 htab->tocsave_htab = htab_try_create (1024,
4010 tocsave_htab_hash,
4011 tocsave_htab_eq,
4012 NULL);
4013 if (htab->tocsave_htab == NULL)
4014 return NULL;
4015
3254fd24
AM
4016 /* Initializing two fields of the union is just cosmetic. We really
4017 only care about glist, but when compiled on a 32-bit host the
4018 bfd_vma fields are larger. Setting the bfd_vma to zero makes
4019 debugger inspection of these fields look nicer. */
a6aa5195
AM
4020 htab->elf.init_got_refcount.refcount = 0;
4021 htab->elf.init_got_refcount.glist = NULL;
4022 htab->elf.init_plt_refcount.refcount = 0;
4023 htab->elf.init_plt_refcount.glist = NULL;
4024 htab->elf.init_got_offset.offset = 0;
4025 htab->elf.init_got_offset.glist = NULL;
4026 htab->elf.init_plt_offset.offset = 0;
4027 htab->elf.init_plt_offset.glist = NULL;
3254fd24 4028
65f38f15
AM
4029 return &htab->elf.root;
4030}
4031
721956f4
AM
4032/* Free the derived linker hash table. */
4033
4034static void
4ce794b7 4035ppc64_elf_link_hash_table_free (struct bfd_link_hash_table *hash)
721956f4 4036{
3b421ab3 4037 struct ppc_link_hash_table *htab = (struct ppc_link_hash_table *) hash;
721956f4 4038
3b421ab3
AM
4039 bfd_hash_table_free (&htab->stub_hash_table);
4040 bfd_hash_table_free (&htab->branch_hash_table);
4041 if (htab->tocsave_htab)
4042 htab_delete (htab->tocsave_htab);
721956f4
AM
4043 _bfd_generic_link_hash_table_free (hash);
4044}
4045
e717da7e
AM
4046/* Satisfy the ELF linker by filling in some fields in our fake bfd. */
4047
4048void
4049ppc64_elf_init_stub_bfd (bfd *abfd, struct bfd_link_info *info)
4050{
4051 struct ppc_link_hash_table *htab;
4052
4053 elf_elfheader (abfd)->e_ident[EI_CLASS] = ELFCLASS64;
4054
4055/* Always hook our dynamic sections into the first bfd, which is the
4056 linker created stub bfd. This ensures that the GOT header is at
4057 the start of the output TOC section. */
4058 htab = ppc_hash_table (info);
4dfe6ac6
NC
4059 if (htab == NULL)
4060 return;
e717da7e
AM
4061 htab->stub_bfd = abfd;
4062 htab->elf.dynobj = abfd;
4063}
4064
721956f4
AM
4065/* Build a name for an entry in the stub hash table. */
4066
4067static char *
4ce794b7
AM
4068ppc_stub_name (const asection *input_section,
4069 const asection *sym_sec,
4070 const struct ppc_link_hash_entry *h,
4071 const Elf_Internal_Rela *rel)
721956f4
AM
4072{
4073 char *stub_name;
4074 bfd_size_type len;
4075
4076 /* rel->r_addend is actually 64 bit, but who uses more than +/- 2^31
4077 offsets from a sym as a branch target? In fact, we could
4078 probably assume the addend is always zero. */
4079 BFD_ASSERT (((int) rel->r_addend & 0xffffffff) == rel->r_addend);
4080
4081 if (h)
4082 {
4083 len = 8 + 1 + strlen (h->elf.root.root.string) + 1 + 8 + 1;
4084 stub_name = bfd_malloc (len);
46de2a7c
AM
4085 if (stub_name == NULL)
4086 return stub_name;
4087
4088 sprintf (stub_name, "%08x.%s+%x",
4089 input_section->id & 0xffffffff,
4090 h->elf.root.root.string,
4091 (int) rel->r_addend & 0xffffffff);
721956f4
AM
4092 }
4093 else
4094 {
ad8e1ba5 4095 len = 8 + 1 + 8 + 1 + 8 + 1 + 8 + 1;
721956f4 4096 stub_name = bfd_malloc (len);
46de2a7c
AM
4097 if (stub_name == NULL)
4098 return stub_name;
4099
4100 sprintf (stub_name, "%08x.%x:%x+%x",
4101 input_section->id & 0xffffffff,
4102 sym_sec->id & 0xffffffff,
4103 (int) ELF64_R_SYM (rel->r_info) & 0xffffffff,
4104 (int) rel->r_addend & 0xffffffff);
721956f4 4105 }
ee75fd95
AM
4106 if (stub_name[len - 2] == '+' && stub_name[len - 1] == '0')
4107 stub_name[len - 2] = 0;
721956f4
AM
4108 return stub_name;
4109}
4110
4111/* Look up an entry in the stub hash. Stub entries are cached because
4112 creating the stub name takes a bit of time. */
4113
4114static struct ppc_stub_hash_entry *
4ce794b7
AM
4115ppc_get_stub_entry (const asection *input_section,
4116 const asection *sym_sec,
039b3fef 4117 struct ppc_link_hash_entry *h,
4ce794b7
AM
4118 const Elf_Internal_Rela *rel,
4119 struct ppc_link_hash_table *htab)
721956f4
AM
4120{
4121 struct ppc_stub_hash_entry *stub_entry;
721956f4
AM
4122 const asection *id_sec;
4123
4124 /* If this input section is part of a group of sections sharing one
4125 stub section, then use the id of the first section in the group.
4126 Stub names need to include a section id, as there may well be
4127 more than one stub used to reach say, printf, and we need to
4128 distinguish between them. */
4129 id_sec = htab->stub_group[input_section->id].link_sec;
4130
b3fac117
AM
4131 if (h != NULL && h->u.stub_cache != NULL
4132 && h->u.stub_cache->h == h
4133 && h->u.stub_cache->id_sec == id_sec)
721956f4 4134 {
b3fac117 4135 stub_entry = h->u.stub_cache;
721956f4
AM
4136 }
4137 else
4138 {
4139 char *stub_name;
4140
4141 stub_name = ppc_stub_name (id_sec, sym_sec, h, rel);
4142 if (stub_name == NULL)
4143 return NULL;
4144
4145 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
b34976b6 4146 stub_name, FALSE, FALSE);
721956f4 4147 if (h != NULL)
b3fac117 4148 h->u.stub_cache = stub_entry;
721956f4
AM
4149
4150 free (stub_name);
4151 }
4152
4153 return stub_entry;
4154}
4155
4156/* Add a new stub entry to the stub hash. Not all fields of the new
4157 stub entry are initialised. */
4158
4159static struct ppc_stub_hash_entry *
4ce794b7
AM
4160ppc_add_stub (const char *stub_name,
4161 asection *section,
25f53a85 4162 struct bfd_link_info *info)
721956f4 4163{
25f53a85 4164 struct ppc_link_hash_table *htab = ppc_hash_table (info);
721956f4
AM
4165 asection *link_sec;
4166 asection *stub_sec;
4167 struct ppc_stub_hash_entry *stub_entry;
4168
4169 link_sec = htab->stub_group[section->id].link_sec;
4170 stub_sec = htab->stub_group[section->id].stub_sec;
4171 if (stub_sec == NULL)
4172 {
4173 stub_sec = htab->stub_group[link_sec->id].stub_sec;
4174 if (stub_sec == NULL)
4175 {
d4c88bbb 4176 size_t namelen;
721956f4
AM
4177 bfd_size_type len;
4178 char *s_name;
4179
d4c88bbb
AM
4180 namelen = strlen (link_sec->name);
4181 len = namelen + sizeof (STUB_SUFFIX);
721956f4
AM
4182 s_name = bfd_alloc (htab->stub_bfd, len);
4183 if (s_name == NULL)
4184 return NULL;
4185
d4c88bbb
AM
4186 memcpy (s_name, link_sec->name, namelen);
4187 memcpy (s_name + namelen, STUB_SUFFIX, sizeof (STUB_SUFFIX));
721956f4
AM
4188 stub_sec = (*htab->add_stub_section) (s_name, link_sec);
4189 if (stub_sec == NULL)
4190 return NULL;
4191 htab->stub_group[link_sec->id].stub_sec = stub_sec;
4192 }
4193 htab->stub_group[section->id].stub_sec = stub_sec;
4194 }
4195
4196 /* Enter this entry into the linker stub hash table. */
4197 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name,
b34976b6 4198 TRUE, FALSE);
721956f4
AM
4199 if (stub_entry == NULL)
4200 {
8de848d8 4201 info->callbacks->einfo (_("%P: %B: cannot create stub entry %s\n"),
25f53a85 4202 section->owner, stub_name);
721956f4
AM
4203 return NULL;
4204 }
4205
4206 stub_entry->stub_sec = stub_sec;
4207 stub_entry->stub_offset = 0;
4208 stub_entry->id_sec = link_sec;
4209 return stub_entry;
4210}
4211
82bd7b59
AM
4212/* Create sections for linker generated code. */
4213
b34976b6 4214static bfd_boolean
4ce794b7 4215create_linkage_sections (bfd *dynobj, struct bfd_link_info *info)
82bd7b59
AM
4216{
4217 struct ppc_link_hash_table *htab;
4218 flagword flags;
4219
4220 htab = ppc_hash_table (info);
4dfe6ac6
NC
4221 if (htab == NULL)
4222 return FALSE;
82bd7b59
AM
4223
4224 /* Create .sfpr for code to save and restore fp regs. */
4225 flags = (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_READONLY
4226 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3496cb2a
L
4227 htab->sfpr = bfd_make_section_anyway_with_flags (dynobj, ".sfpr",
4228 flags);
82bd7b59 4229 if (htab->sfpr == NULL
82bd7b59 4230 || ! bfd_set_section_alignment (dynobj, htab->sfpr, 2))
b34976b6 4231 return FALSE;
82bd7b59 4232
721956f4 4233 /* Create .glink for lazy dynamic linking support. */
3496cb2a
L
4234 htab->glink = bfd_make_section_anyway_with_flags (dynobj, ".glink",
4235 flags);
4ce794b7 4236 if (htab->glink == NULL
ee4bf8d2 4237 || ! bfd_set_section_alignment (dynobj, htab->glink, 3))
b34976b6 4238 return FALSE;
82bd7b59 4239
58d180e8
AM
4240 if (!info->no_ld_generated_unwind_info)
4241 {
4242 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_HAS_CONTENTS
4243 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4244 htab->glink_eh_frame = bfd_make_section_anyway_with_flags (dynobj,
4245 ".eh_frame",
4246 flags);
4247 if (htab->glink_eh_frame == NULL
4248 || !bfd_set_section_alignment (abfd, htab->glink_eh_frame, 2))
4249 return FALSE;
4250 }
4251
e054468f
AM
4252 flags = SEC_ALLOC | SEC_LINKER_CREATED;
4253 htab->iplt = bfd_make_section_anyway_with_flags (dynobj, ".iplt", flags);
4254 if (htab->iplt == NULL
4255 || ! bfd_set_section_alignment (dynobj, htab->iplt, 3))
4256 return FALSE;
4257
4258 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
4259 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4260 htab->reliplt = bfd_make_section_anyway_with_flags (dynobj,
4261 ".rela.iplt",
4262 flags);
4263 if (htab->reliplt == NULL
4264 || ! bfd_set_section_alignment (dynobj, htab->reliplt, 3))
4265 return FALSE;
4266
c456f082 4267 /* Create branch lookup table for plt_branch stubs. */
e4e0193e
AM
4268 flags = (SEC_ALLOC | SEC_LOAD
4269 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4270 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt",
4271 flags);
4ce794b7 4272 if (htab->brlt == NULL
4ce794b7 4273 || ! bfd_set_section_alignment (dynobj, htab->brlt, 3))
b34976b6 4274 return FALSE;
721956f4 4275
e4e0193e 4276 if (!info->shared)
c456f082
AM
4277 return TRUE;
4278
e4e0193e
AM
4279 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
4280 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
4281 htab->relbrlt = bfd_make_section_anyway_with_flags (dynobj,
4282 ".rela.branch_lt",
4283 flags);
e054468f 4284 if (htab->relbrlt == NULL
c456f082
AM
4285 || ! bfd_set_section_alignment (dynobj, htab->relbrlt, 3))
4286 return FALSE;
4287
b34976b6 4288 return TRUE;
82bd7b59
AM
4289}
4290
e717da7e
AM
4291/* Create .got and .rela.got sections in ABFD, and .got in dynobj if
4292 not already done. */
65f38f15 4293
b34976b6 4294static bfd_boolean
e717da7e 4295create_got_section (bfd *abfd, struct bfd_link_info *info)
65f38f15 4296{
e717da7e
AM
4297 asection *got, *relgot;
4298 flagword flags;
4299 struct ppc_link_hash_table *htab = ppc_hash_table (info);
65f38f15 4300
0c8d6e5c 4301 if (!is_ppc64_elf (abfd))
0ffa91dd 4302 return FALSE;
4dfe6ac6
NC
4303 if (htab == NULL)
4304 return FALSE;
0ffa91dd 4305
4ce794b7 4306 if (!htab->got)
e717da7e
AM
4307 {
4308 if (! _bfd_elf_create_got_section (htab->elf.dynobj, info))
4309 return FALSE;
4310
4311 htab->got = bfd_get_section_by_name (htab->elf.dynobj, ".got");
4312 if (!htab->got)
4313 abort ();
4314 }
4315
4316 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
4317 | SEC_LINKER_CREATED);
4318
c456f082 4319 got = bfd_make_section_anyway_with_flags (abfd, ".got", flags);
e717da7e 4320 if (!got
e717da7e
AM
4321 || !bfd_set_section_alignment (abfd, got, 3))
4322 return FALSE;
65f38f15 4323
c456f082
AM
4324 relgot = bfd_make_section_anyway_with_flags (abfd, ".rela.got",
4325 flags | SEC_READONLY);
e717da7e 4326 if (!relgot
e717da7e 4327 || ! bfd_set_section_alignment (abfd, relgot, 3))
b34976b6 4328 return FALSE;
e717da7e
AM
4329
4330 ppc64_elf_tdata (abfd)->got = got;
4331 ppc64_elf_tdata (abfd)->relgot = relgot;
b34976b6 4332 return TRUE;
65f38f15 4333}
5bd4f169 4334
82bd7b59 4335/* Create the dynamic sections, and set up shortcuts. */
5bd4f169 4336
b34976b6 4337static bfd_boolean
4ce794b7 4338ppc64_elf_create_dynamic_sections (bfd *dynobj, struct bfd_link_info *info)
5bd4f169 4339{
65f38f15 4340 struct ppc_link_hash_table *htab;
5bd4f169 4341
65f38f15 4342 if (!_bfd_elf_create_dynamic_sections (dynobj, info))
b34976b6 4343 return FALSE;
65f38f15 4344
e717da7e 4345 htab = ppc_hash_table (info);
4dfe6ac6
NC
4346 if (htab == NULL)
4347 return FALSE;
4348
e717da7e
AM
4349 if (!htab->got)
4350 htab->got = bfd_get_section_by_name (dynobj, ".got");
4ce794b7
AM
4351 htab->plt = bfd_get_section_by_name (dynobj, ".plt");
4352 htab->relplt = bfd_get_section_by_name (dynobj, ".rela.plt");
4353 htab->dynbss = bfd_get_section_by_name (dynobj, ".dynbss");
65f38f15 4354 if (!info->shared)
4ce794b7 4355 htab->relbss = bfd_get_section_by_name (dynobj, ".rela.bss");
65f38f15 4356
e717da7e 4357 if (!htab->got || !htab->plt || !htab->relplt || !htab->dynbss
4ce794b7 4358 || (!info->shared && !htab->relbss))
65f38f15
AM
4359 abort ();
4360
b34976b6 4361 return TRUE;
5bd4f169
AM
4362}
4363
b31867b6
AM
4364/* Follow indirect and warning symbol links. */
4365
4366static inline struct bfd_link_hash_entry *
4367follow_link (struct bfd_link_hash_entry *h)
4368{
4369 while (h->type == bfd_link_hash_indirect
4370 || h->type == bfd_link_hash_warning)
4371 h = h->u.i.link;
4372 return h;
4373}
4374
4375static inline struct elf_link_hash_entry *
4376elf_follow_link (struct elf_link_hash_entry *h)
4377{
4378 return (struct elf_link_hash_entry *) follow_link (&h->root);
4379}
4380
4381static inline struct ppc_link_hash_entry *
4382ppc_follow_link (struct ppc_link_hash_entry *h)
4383{
4384 return (struct ppc_link_hash_entry *) follow_link (&h->elf.root);
4385}
4386
40d16e0b
AM
4387/* Merge PLT info on FROM with that on TO. */
4388
4389static void
4390move_plt_plist (struct ppc_link_hash_entry *from,
4391 struct ppc_link_hash_entry *to)
4392{
4393 if (from->elf.plt.plist != NULL)
4394 {
4395 if (to->elf.plt.plist != NULL)
4396 {
4397 struct plt_entry **entp;
4398 struct plt_entry *ent;
4399
4400 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
4401 {
4402 struct plt_entry *dent;
4403
4404 for (dent = to->elf.plt.plist; dent != NULL; dent = dent->next)
4405 if (dent->addend == ent->addend)
4406 {
4407 dent->plt.refcount += ent->plt.refcount;
4408 *entp = ent->next;
4409 break;
4410 }
4411 if (dent == NULL)
4412 entp = &ent->next;
4413 }
4414 *entp = to->elf.plt.plist;
4415 }
4416
4417 to->elf.plt.plist = from->elf.plt.plist;
4418 from->elf.plt.plist = NULL;
4419 }
4420}
4421
65f38f15
AM
4422/* Copy the extra info we tack onto an elf_link_hash_entry. */
4423
4424static void
fcfa13d2
AM
4425ppc64_elf_copy_indirect_symbol (struct bfd_link_info *info,
4426 struct elf_link_hash_entry *dir,
4427 struct elf_link_hash_entry *ind)
65f38f15
AM
4428{
4429 struct ppc_link_hash_entry *edir, *eind;
4430
4431 edir = (struct ppc_link_hash_entry *) dir;
4432 eind = (struct ppc_link_hash_entry *) ind;
4433
c79d6685
AM
4434 edir->is_func |= eind->is_func;
4435 edir->is_func_descriptor |= eind->is_func_descriptor;
4436 edir->tls_mask |= eind->tls_mask;
4437 if (eind->oh != NULL)
4438 edir->oh = ppc_follow_link (eind->oh);
4439
4440 /* If called to transfer flags for a weakdef during processing
4441 of elf_adjust_dynamic_symbol, don't copy NON_GOT_REF.
4442 We clear it ourselves for ELIMINATE_COPY_RELOCS. */
4443 if (!(ELIMINATE_COPY_RELOCS
4444 && eind->elf.root.type != bfd_link_hash_indirect
4445 && edir->elf.dynamic_adjusted))
4446 edir->elf.non_got_ref |= eind->elf.non_got_ref;
4447
4448 edir->elf.ref_dynamic |= eind->elf.ref_dynamic;
4449 edir->elf.ref_regular |= eind->elf.ref_regular;
4450 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak;
4451 edir->elf.needs_plt |= eind->elf.needs_plt;
4452
411e1bfb 4453 /* Copy over any dynamic relocs we may have on the indirect sym. */
bbd7ec4a 4454 if (eind->dyn_relocs != NULL)
65f38f15 4455 {
bbd7ec4a
AM
4456 if (edir->dyn_relocs != NULL)
4457 {
6061a67d
AM
4458 struct elf_dyn_relocs **pp;
4459 struct elf_dyn_relocs *p;
bbd7ec4a 4460
fcfa13d2 4461 /* Add reloc counts against the indirect sym to the direct sym
bbd7ec4a
AM
4462 list. Merge any entries against the same section. */
4463 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
4464 {
6061a67d 4465 struct elf_dyn_relocs *q;
bbd7ec4a
AM
4466
4467 for (q = edir->dyn_relocs; q != NULL; q = q->next)
4468 if (q->sec == p->sec)
4469 {
4470 q->pc_count += p->pc_count;
4471 q->count += p->count;
4472 *pp = p->next;
4473 break;
4474 }
4475 if (q == NULL)
4476 pp = &p->next;
4477 }
4478 *pp = edir->dyn_relocs;
4479 }
4480
65f38f15
AM
4481 edir->dyn_relocs = eind->dyn_relocs;
4482 eind->dyn_relocs = NULL;
4483 }
65f38f15 4484
68ba6d40
AM
4485 /* If we were called to copy over info for a weak sym, that's all.
4486 You might think dyn_relocs need not be copied over; After all,
4487 both syms will be dynamic or both non-dynamic so we're just
4488 moving reloc accounting around. However, ELIMINATE_COPY_RELOCS
4489 code in ppc64_elf_adjust_dynamic_symbol needs to check for
4490 dyn_relocs in read-only sections, and it does so on what is the
4491 DIR sym here. */
4492 if (eind->elf.root.type != bfd_link_hash_indirect)
4493 return;
4494
81848ca0
AM
4495 /* Copy over got entries that we may have already seen to the
4496 symbol which just became indirect. */
411e1bfb
AM
4497 if (eind->elf.got.glist != NULL)
4498 {
4499 if (edir->elf.got.glist != NULL)
4500 {
4501 struct got_entry **entp;
4502 struct got_entry *ent;
4503
4504 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4505 {
4506 struct got_entry *dent;
4507
4508 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next)
4509 if (dent->addend == ent->addend
e717da7e 4510 && dent->owner == ent->owner
411e1bfb
AM
4511 && dent->tls_type == ent->tls_type)
4512 {
4513 dent->got.refcount += ent->got.refcount;
4514 *entp = ent->next;
4515 break;
4516 }
4517 if (dent == NULL)
4518 entp = &ent->next;
4519 }
4520 *entp = edir->elf.got.glist;
4521 }
4522
4523 edir->elf.got.glist = eind->elf.got.glist;
4524 eind->elf.got.glist = NULL;
4525 }
4526
4527 /* And plt entries. */
40d16e0b 4528 move_plt_plist (eind, edir);
411e1bfb 4529
fcfa13d2 4530 if (eind->elf.dynindx != -1)
411e1bfb 4531 {
fcfa13d2
AM
4532 if (edir->elf.dynindx != -1)
4533 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
4534 edir->elf.dynstr_index);
411e1bfb
AM
4535 edir->elf.dynindx = eind->elf.dynindx;
4536 edir->elf.dynstr_index = eind->elf.dynstr_index;
4537 eind->elf.dynindx = -1;
4538 eind->elf.dynstr_index = 0;
4539 }
411e1bfb
AM
4540}
4541
8387904d
AM
4542/* Find the function descriptor hash entry from the given function code
4543 hash entry FH. Link the entries via their OH fields. */
4544
4545static struct ppc_link_hash_entry *
b31867b6 4546lookup_fdh (struct ppc_link_hash_entry *fh, struct ppc_link_hash_table *htab)
8387904d
AM
4547{
4548 struct ppc_link_hash_entry *fdh = fh->oh;
4549
4550 if (fdh == NULL)
4551 {
4552 const char *fd_name = fh->elf.root.root.string + 1;
4553
4554 fdh = (struct ppc_link_hash_entry *)
4555 elf_link_hash_lookup (&htab->elf, fd_name, FALSE, FALSE, FALSE);
b31867b6
AM
4556 if (fdh == NULL)
4557 return fdh;
4558
4559 fdh->is_func_descriptor = 1;
4560 fdh->oh = fh;
4561 fh->is_func = 1;
4562 fh->oh = fdh;
8387904d
AM
4563 }
4564
b31867b6 4565 return ppc_follow_link (fdh);
8387904d
AM
4566}
4567
bb700d78
AM
4568/* Make a fake function descriptor sym for the code sym FH. */
4569
4570static struct ppc_link_hash_entry *
4571make_fdh (struct bfd_link_info *info,
908b32fc 4572 struct ppc_link_hash_entry *fh)
bb700d78
AM
4573{
4574 bfd *abfd;
4575 asymbol *newsym;
4576 struct bfd_link_hash_entry *bh;
4577 struct ppc_link_hash_entry *fdh;
4578
4579 abfd = fh->elf.root.u.undef.abfd;
4580 newsym = bfd_make_empty_symbol (abfd);
4581 newsym->name = fh->elf.root.root.string + 1;
4582 newsym->section = bfd_und_section_ptr;
4583 newsym->value = 0;
908b32fc 4584 newsym->flags = BSF_WEAK;
bb700d78
AM
4585
4586 bh = NULL;
4587 if (!_bfd_generic_link_add_one_symbol (info, abfd, newsym->name,
4588 newsym->flags, newsym->section,
4589 newsym->value, NULL, FALSE, FALSE,
4590 &bh))
4591 return NULL;
4592
4593 fdh = (struct ppc_link_hash_entry *) bh;
4594 fdh->elf.non_elf = 0;
908b32fc
AM
4595 fdh->fake = 1;
4596 fdh->is_func_descriptor = 1;
4597 fdh->oh = fh;
4598 fh->is_func = 1;
4599 fh->oh = fdh;
bb700d78
AM
4600 return fdh;
4601}
4602
8387904d
AM
4603/* Fix function descriptor symbols defined in .opd sections to be
4604 function type. */
555cd476
AM
4605
4606static bfd_boolean
c16153ae 4607ppc64_elf_add_symbol_hook (bfd *ibfd,
e054468f 4608 struct bfd_link_info *info,
555cd476 4609 Elf_Internal_Sym *isym,
b3fac117 4610 const char **name ATTRIBUTE_UNUSED,
555cd476
AM
4611 flagword *flags ATTRIBUTE_UNUSED,
4612 asection **sec,
4613 bfd_vma *value ATTRIBUTE_UNUSED)
4614{
f64b2e8d
NC
4615 if ((ibfd->flags & DYNAMIC) == 0
4616 && ELF_ST_BIND (isym->st_info) == STB_GNU_UNIQUE)
4617 elf_tdata (info->output_bfd)->has_gnu_symbols = TRUE;
4618
e054468f 4619 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
c16153ae
L
4620 {
4621 if ((ibfd->flags & DYNAMIC) == 0)
f64b2e8d 4622 elf_tdata (info->output_bfd)->has_gnu_symbols = TRUE;
c16153ae 4623 }
e054468f
AM
4624 else if (ELF_ST_TYPE (isym->st_info) == STT_FUNC)
4625 ;
4626 else if (*sec != NULL
70cc837d 4627 && strcmp ((*sec)->name, ".opd") == 0)
555cd476 4628 isym->st_info = ELF_ST_INFO (ELF_ST_BIND (isym->st_info), STT_FUNC);
433817dd 4629
555cd476
AM
4630 return TRUE;
4631}
4632
8387904d 4633/* This function makes an old ABI object reference to ".bar" cause the
908b32fc
AM
4634 inclusion of a new ABI object archive that defines "bar".
4635 NAME is a symbol defined in an archive. Return a symbol in the hash
4636 table that might be satisfied by the archive symbols. */
8387904d
AM
4637
4638static struct elf_link_hash_entry *
4639ppc64_elf_archive_symbol_lookup (bfd *abfd,
4640 struct bfd_link_info *info,
4641 const char *name)
4642{
4643 struct elf_link_hash_entry *h;
4644 char *dot_name;
4645 size_t len;
4646
4647 h = _bfd_elf_archive_symbol_lookup (abfd, info, name);
908b32fc
AM
4648 if (h != NULL
4649 /* Don't return this sym if it is a fake function descriptor
4650 created by add_symbol_adjust. */
4651 && !(h->root.type == bfd_link_hash_undefweak
4652 && ((struct ppc_link_hash_entry *) h)->fake))
8387904d
AM
4653 return h;
4654
4655 if (name[0] == '.')
4656 return h;
4657
4658 len = strlen (name);
4659 dot_name = bfd_alloc (abfd, len + 2);
4660 if (dot_name == NULL)
4661 return (struct elf_link_hash_entry *) 0 - 1;
4662 dot_name[0] = '.';
4663 memcpy (dot_name + 1, name, len + 1);
4664 h = _bfd_elf_archive_symbol_lookup (abfd, info, dot_name);
4665 bfd_release (abfd, dot_name);
4666 return h;
4667}
4668
4669/* This function satisfies all old ABI object references to ".bar" if a
99877b66
AM
4670 new ABI object defines "bar". Well, at least, undefined dot symbols
4671 are made weak. This stops later archive searches from including an
4672 object if we already have a function descriptor definition. It also
35b0ce59
AM
4673 prevents the linker complaining about undefined symbols.
4674 We also check and correct mismatched symbol visibility here. The
4675 most restrictive visibility of the function descriptor and the
4676 function entry symbol is used. */
8387904d
AM
4677
4678static bfd_boolean
b3fac117 4679add_symbol_adjust (struct ppc_link_hash_entry *eh, struct bfd_link_info *info)
8387904d 4680{
8387904d
AM
4681 struct ppc_link_hash_table *htab;
4682 struct ppc_link_hash_entry *fdh;
4683
b3fac117 4684 if (eh->elf.root.type == bfd_link_hash_indirect)
8387904d
AM
4685 return TRUE;
4686
b3fac117
AM
4687 if (eh->elf.root.type == bfd_link_hash_warning)
4688 eh = (struct ppc_link_hash_entry *) eh->elf.root.u.i.link;
8387904d 4689
b3fac117
AM
4690 if (eh->elf.root.root.string[0] != '.')
4691 abort ();
8387904d 4692
b3fac117 4693 htab = ppc_hash_table (info);
4dfe6ac6
NC
4694 if (htab == NULL)
4695 return FALSE;
4696
b31867b6
AM
4697 fdh = lookup_fdh (eh, htab);
4698 if (fdh == NULL)
4699 {
4700 if (!info->relocatable
4701 && (eh->elf.root.type == bfd_link_hash_undefined
4702 || eh->elf.root.type == bfd_link_hash_undefweak)
4703 && eh->elf.ref_regular)
4704 {
4705 /* Make an undefweak function descriptor sym, which is enough to
4706 pull in an --as-needed shared lib, but won't cause link
4707 errors. Archives are handled elsewhere. */
4708 fdh = make_fdh (info, eh);
4709 if (fdh == NULL)
4710 return FALSE;
4711 fdh->elf.ref_regular = 1;
4712 }
bb700d78 4713 }
b31867b6 4714 else
8387904d 4715 {
35b0ce59
AM
4716 unsigned entry_vis = ELF_ST_VISIBILITY (eh->elf.other) - 1;
4717 unsigned descr_vis = ELF_ST_VISIBILITY (fdh->elf.other) - 1;
4718 if (entry_vis < descr_vis)
4719 fdh->elf.other += entry_vis - descr_vis;
4720 else if (entry_vis > descr_vis)
4721 eh->elf.other += descr_vis - entry_vis;
4722
e87d886e
AM
4723 if ((fdh->elf.root.type == bfd_link_hash_defined
4724 || fdh->elf.root.type == bfd_link_hash_defweak)
4725 && eh->elf.root.type == bfd_link_hash_undefined)
35b0ce59
AM
4726 {
4727 eh->elf.root.type = bfd_link_hash_undefweak;
4728 eh->was_undefined = 1;
4729 htab->twiddled_syms = 1;
4730 }
8387904d 4731 }
99877b66 4732
8387904d
AM
4733 return TRUE;
4734}
4735
b3fac117
AM
4736/* Process list of dot-symbols we made in link_hash_newfunc. */
4737
8387904d 4738static bfd_boolean
7d9616d7 4739ppc64_elf_process_dot_syms (bfd *ibfd, struct bfd_link_info *info)
8387904d 4740{
99877b66 4741 struct ppc_link_hash_table *htab;
b3fac117 4742 struct ppc_link_hash_entry **p, *eh;
433817dd 4743
0c8d6e5c 4744 if (!is_ppc64_elf (info->output_bfd))
35b0ce59 4745 return TRUE;
4dfe6ac6
NC
4746 htab = ppc_hash_table (info);
4747 if (htab == NULL)
4748 return FALSE;
35b0ce59 4749
0c8d6e5c 4750 if (is_ppc64_elf (ibfd))
b3fac117
AM
4751 {
4752 p = &htab->dot_syms;
4753 while ((eh = *p) != NULL)
4754 {
4755 *p = NULL;
4756 if (!add_symbol_adjust (eh, info))
4757 return FALSE;
4758 p = &eh->u.next_dot_sym;
4759 }
4760 }
4761
4762 /* Clear the list for non-ppc64 input files. */
4763 p = &htab->dot_syms;
4764 while ((eh = *p) != NULL)
4765 {
4766 *p = NULL;
4767 p = &eh->u.next_dot_sym;
4768 }
99877b66
AM
4769
4770 /* We need to fix the undefs list for any syms we have twiddled to
4771 undef_weak. */
4772 if (htab->twiddled_syms)
4773 {
77cfaee6 4774 bfd_link_repair_undef_list (&htab->elf.root);
99877b66
AM
4775 htab->twiddled_syms = 0;
4776 }
b3fac117 4777 return TRUE;
8387904d
AM
4778}
4779
97fed1c9
JJ
4780/* Undo hash table changes when an --as-needed input file is determined
4781 not to be needed. */
4782
4783static bfd_boolean
4784ppc64_elf_as_needed_cleanup (bfd *ibfd ATTRIBUTE_UNUSED,
4785 struct bfd_link_info *info)
4786{
4dfe6ac6
NC
4787 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4788
4789 if (htab == NULL)
4790 return FALSE;
4791
4792 htab->dot_syms = NULL;
97fed1c9
JJ
4793 return TRUE;
4794}
4795
aa374f67
AM
4796/* If --just-symbols against a final linked binary, then assume we need
4797 toc adjusting stubs when calling functions defined there. */
4798
4799static void
4800ppc64_elf_link_just_syms (asection *sec, struct bfd_link_info *info)
4801{
4802 if ((sec->flags & SEC_CODE) != 0
4803 && (sec->owner->flags & (EXEC_P | DYNAMIC)) != 0
4804 && is_ppc64_elf (sec->owner))
4805 {
4806 asection *got = bfd_get_section_by_name (sec->owner, ".got");
4807 if (got != NULL
4808 && got->size >= elf_backend_got_header_size
4809 && bfd_get_section_by_name (sec->owner, ".opd") != NULL)
4810 sec->has_toc_reloc = 1;
4811 }
4812 _bfd_elf_link_just_syms (sec, info);
4813}
4814
e054468f 4815static struct plt_entry **
4ce794b7
AM
4816update_local_sym_info (bfd *abfd, Elf_Internal_Shdr *symtab_hdr,
4817 unsigned long r_symndx, bfd_vma r_addend, int tls_type)
411e1bfb
AM
4818{
4819 struct got_entry **local_got_ents = elf_local_got_ents (abfd);
e054468f 4820 struct plt_entry **local_plt;
f961d9dd 4821 unsigned char *local_got_tls_masks;
411e1bfb
AM
4822
4823 if (local_got_ents == NULL)
4824 {
4825 bfd_size_type size = symtab_hdr->sh_info;
4826
e054468f
AM
4827 size *= (sizeof (*local_got_ents)
4828 + sizeof (*local_plt)
4829 + sizeof (*local_got_tls_masks));
4ce794b7 4830 local_got_ents = bfd_zalloc (abfd, size);
411e1bfb 4831 if (local_got_ents == NULL)
e054468f 4832 return NULL;
411e1bfb
AM
4833 elf_local_got_ents (abfd) = local_got_ents;
4834 }
4835
e054468f 4836 if ((tls_type & (PLT_IFUNC | TLS_EXPLICIT)) == 0)
411e1bfb
AM
4837 {
4838 struct got_entry *ent;
4839
4840 for (ent = local_got_ents[r_symndx]; ent != NULL; ent = ent->next)
e717da7e
AM
4841 if (ent->addend == r_addend
4842 && ent->owner == abfd
4843 && ent->tls_type == tls_type)
411e1bfb
AM
4844 break;
4845 if (ent == NULL)
4846 {
4847 bfd_size_type amt = sizeof (*ent);
4ce794b7 4848 ent = bfd_alloc (abfd, amt);
411e1bfb
AM
4849 if (ent == NULL)
4850 return FALSE;
4851 ent->next = local_got_ents[r_symndx];
4852 ent->addend = r_addend;
e717da7e 4853 ent->owner = abfd;
411e1bfb 4854 ent->tls_type = tls_type;
927be08e 4855 ent->is_indirect = FALSE;
411e1bfb
AM
4856 ent->got.refcount = 0;
4857 local_got_ents[r_symndx] = ent;
4858 }
4859 ent->got.refcount += 1;
4860 }
4861
e054468f 4862 local_plt = (struct plt_entry **) (local_got_ents + symtab_hdr->sh_info);
f961d9dd 4863 local_got_tls_masks = (unsigned char *) (local_plt + symtab_hdr->sh_info);
e7b938ca 4864 local_got_tls_masks[r_symndx] |= tls_type;
e054468f
AM
4865
4866 return local_plt + r_symndx;
65f38f15
AM
4867}
4868
411e1bfb 4869static bfd_boolean
e054468f 4870update_plt_info (bfd *abfd, struct plt_entry **plist, bfd_vma addend)
1e2f5b6e 4871{
411e1bfb 4872 struct plt_entry *ent;
1e2f5b6e 4873
e054468f 4874 for (ent = *plist; ent != NULL; ent = ent->next)
411e1bfb
AM
4875 if (ent->addend == addend)
4876 break;
4877 if (ent == NULL)
1e2f5b6e 4878 {
411e1bfb 4879 bfd_size_type amt = sizeof (*ent);
4ce794b7 4880 ent = bfd_alloc (abfd, amt);
411e1bfb
AM
4881 if (ent == NULL)
4882 return FALSE;
e054468f 4883 ent->next = *plist;
411e1bfb
AM
4884 ent->addend = addend;
4885 ent->plt.refcount = 0;
e054468f 4886 *plist = ent;
1e2f5b6e 4887 }
411e1bfb 4888 ent->plt.refcount += 1;
b34976b6 4889 return TRUE;
1e2f5b6e
AM
4890}
4891
e054468f
AM
4892static bfd_boolean
4893is_branch_reloc (enum elf_ppc64_reloc_type r_type)
4894{
4895 return (r_type == R_PPC64_REL24
4896 || r_type == R_PPC64_REL14
4897 || r_type == R_PPC64_REL14_BRTAKEN
4898 || r_type == R_PPC64_REL14_BRNTAKEN
4899 || r_type == R_PPC64_ADDR24
4900 || r_type == R_PPC64_ADDR14
4901 || r_type == R_PPC64_ADDR14_BRTAKEN
4902 || r_type == R_PPC64_ADDR14_BRNTAKEN);
4903}
4904
5bd4f169 4905/* Look through the relocs for a section during the first phase, and
65f38f15 4906 calculate needed space in the global offset table, procedure
5d1634d7 4907 linkage table, and dynamic reloc sections. */
5bd4f169 4908
b34976b6 4909static bfd_boolean
4ce794b7
AM
4910ppc64_elf_check_relocs (bfd *abfd, struct bfd_link_info *info,
4911 asection *sec, const Elf_Internal_Rela *relocs)
5bd4f169 4912{
65f38f15 4913 struct ppc_link_hash_table *htab;
5bd4f169 4914 Elf_Internal_Shdr *symtab_hdr;
c7e2358a 4915 struct elf_link_hash_entry **sym_hashes;
5bd4f169
AM
4916 const Elf_Internal_Rela *rel;
4917 const Elf_Internal_Rela *rel_end;
5bd4f169 4918 asection *sreloc;
1e2f5b6e 4919 asection **opd_sym_map;
3a71aa26 4920 struct elf_link_hash_entry *tga, *dottga;
5bd4f169 4921
1049f94e 4922 if (info->relocatable)
b34976b6 4923 return TRUE;
5bd4f169 4924
680a3378
AM
4925 /* Don't do anything special with non-loaded, non-alloced sections.
4926 In particular, any relocs in such sections should not affect GOT
4927 and PLT reference counting (ie. we don't allow them to create GOT
4928 or PLT entries), there's no possibility or desire to optimize TLS
4929 relocs, and there's not much point in propagating relocs to shared
4930 libs that the dynamic linker won't relocate. */
4931 if ((sec->flags & SEC_ALLOC) == 0)
4932 return TRUE;
4933
0c8d6e5c 4934 BFD_ASSERT (is_ppc64_elf (abfd));
0ffa91dd 4935
65f38f15 4936 htab = ppc_hash_table (info);
4dfe6ac6
NC
4937 if (htab == NULL)
4938 return FALSE;
4939
3a71aa26
AM
4940 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
4941 FALSE, FALSE, TRUE);
4942 dottga = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
4943 FALSE, FALSE, TRUE);
0ffa91dd 4944 symtab_hdr = &elf_symtab_hdr (abfd);
5bd4f169 4945 sym_hashes = elf_sym_hashes (abfd);
5bd4f169 4946 sreloc = NULL;
1e2f5b6e 4947 opd_sym_map = NULL;
70cc837d 4948 if (strcmp (sec->name, ".opd") == 0)
1e2f5b6e
AM
4949 {
4950 /* Garbage collection needs some extra help with .opd sections.
4951 We don't want to necessarily keep everything referenced by
4952 relocs in .opd, as that would keep all functions. Instead,
4953 if we reference an .opd symbol (a function descriptor), we
4954 want to keep the function code symbol's section. This is
4955 easy for global symbols, but for local syms we need to keep
74f0fb50 4956 information about the associated function section. */
1e2f5b6e
AM
4957 bfd_size_type amt;
4958
74f0fb50 4959 amt = sec->size * sizeof (*opd_sym_map) / 8;
4ce794b7 4960 opd_sym_map = bfd_zalloc (abfd, amt);
1e2f5b6e 4961 if (opd_sym_map == NULL)
b34976b6 4962 return FALSE;
74f0fb50 4963 ppc64_elf_section_data (sec)->u.opd.func_sec = opd_sym_map;
7c8fe5c4
AM
4964 BFD_ASSERT (ppc64_elf_section_data (sec)->sec_type == sec_normal);
4965 ppc64_elf_section_data (sec)->sec_type = sec_opd;
1e2f5b6e 4966 }
5bd4f169 4967
82bd7b59
AM
4968 if (htab->sfpr == NULL
4969 && !create_linkage_sections (htab->elf.dynobj, info))
b34976b6 4970 return FALSE;
82bd7b59 4971
5bd4f169
AM
4972 rel_end = relocs + sec->reloc_count;
4973 for (rel = relocs; rel < rel_end; rel++)
4974 {
4975 unsigned long r_symndx;
4976 struct elf_link_hash_entry *h;
04c9666a 4977 enum elf_ppc64_reloc_type r_type;
727fc41e 4978 int tls_type;
7c8fe5c4 4979 struct _ppc64_elf_section_data *ppc64_sec;
e054468f 4980 struct plt_entry **ifunc;
5bd4f169
AM
4981
4982 r_symndx = ELF64_R_SYM (rel->r_info);
4983 if (r_symndx < symtab_hdr->sh_info)
4984 h = NULL;
4985 else
973a3492
L
4986 {
4987 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
b31867b6 4988 h = elf_follow_link (h);
973a3492 4989 }
5bd4f169 4990
727fc41e 4991 tls_type = 0;
e054468f 4992 ifunc = NULL;
25f23106
AM
4993 if (h != NULL)
4994 {
4995 if (h->type == STT_GNU_IFUNC)
4996 {
4997 h->needs_plt = 1;
4998 ifunc = &h->plt.plist;
4999 }
5000 }
5001 else
5002 {
5003 Elf_Internal_Sym *isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5004 abfd, r_symndx);
5005 if (isym == NULL)
5006 return FALSE;
5007
5008 if (ELF_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
5009 {
5010 ifunc = update_local_sym_info (abfd, symtab_hdr, r_symndx,
5011 rel->r_addend, PLT_IFUNC);
5012 if (ifunc == NULL)
5013 return FALSE;
5014 }
5015 }
4ce794b7 5016 r_type = ELF64_R_TYPE (rel->r_info);
e054468f
AM
5017 if (is_branch_reloc (r_type))
5018 {
5019 if (h != NULL && (h == tga || h == dottga))
5020 {
5021 if (rel != relocs
5022 && (ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_TLSGD
5023 || ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_TLSLD))
5024 /* We have a new-style __tls_get_addr call with a marker
5025 reloc. */
5026 ;
5027 else
5028 /* Mark this section as having an old-style call. */
5029 sec->has_tls_get_addr_call = 1;
5030 }
727fc41e 5031
e054468f 5032 /* STT_GNU_IFUNC symbols must have a PLT entry. */
e054468f
AM
5033 if (ifunc != NULL
5034 && !update_plt_info (abfd, ifunc, rel->r_addend))
5035 return FALSE;
5036 }
727fc41e 5037
a33d1f77 5038 switch (r_type)
5bd4f169 5039 {
727fc41e
AM
5040 case R_PPC64_TLSGD:
5041 case R_PPC64_TLSLD:
5042 /* These special tls relocs tie a call to __tls_get_addr with
5043 its parameter symbol. */
5044 break;
5045
411e1bfb
AM
5046 case R_PPC64_GOT_TLSLD16:
5047 case R_PPC64_GOT_TLSLD16_LO:
5048 case R_PPC64_GOT_TLSLD16_HI:
5049 case R_PPC64_GOT_TLSLD16_HA:
951fd09b 5050 tls_type = TLS_TLS | TLS_LD;
411e1bfb
AM
5051 goto dogottls;
5052
5053 case R_PPC64_GOT_TLSGD16:
5054 case R_PPC64_GOT_TLSGD16_LO:
5055 case R_PPC64_GOT_TLSGD16_HI:
5056 case R_PPC64_GOT_TLSGD16_HA:
951fd09b 5057 tls_type = TLS_TLS | TLS_GD;
411e1bfb
AM
5058 goto dogottls;
5059
5060 case R_PPC64_GOT_TPREL16_DS:
5061 case R_PPC64_GOT_TPREL16_LO_DS:
5062 case R_PPC64_GOT_TPREL16_HI:
5063 case R_PPC64_GOT_TPREL16_HA:
1d483afe 5064 if (!info->executable)
411e1bfb
AM
5065 info->flags |= DF_STATIC_TLS;
5066 tls_type = TLS_TLS | TLS_TPREL;
5067 goto dogottls;
5068
5069 case R_PPC64_GOT_DTPREL16_DS:
5070 case R_PPC64_GOT_DTPREL16_LO_DS:
5071 case R_PPC64_GOT_DTPREL16_HI:
5072 case R_PPC64_GOT_DTPREL16_HA:
5073 tls_type = TLS_TLS | TLS_DTPREL;
5074 dogottls:
5075 sec->has_tls_reloc = 1;
5076 /* Fall thru */
5077
5bd4f169 5078 case R_PPC64_GOT16:
5bd4f169 5079 case R_PPC64_GOT16_DS:
65f38f15
AM
5080 case R_PPC64_GOT16_HA:
5081 case R_PPC64_GOT16_HI:
5082 case R_PPC64_GOT16_LO:
5bd4f169 5083 case R_PPC64_GOT16_LO_DS:
65f38f15 5084 /* This symbol requires a global offset table entry. */
4c52953f 5085 sec->has_toc_reloc = 1;
33c0ec9d
AM
5086 if (r_type == R_PPC64_GOT_TLSLD16
5087 || r_type == R_PPC64_GOT_TLSGD16
5088 || r_type == R_PPC64_GOT_TPREL16_DS
5089 || r_type == R_PPC64_GOT_DTPREL16_DS
5090 || r_type == R_PPC64_GOT16
5091 || r_type == R_PPC64_GOT16_DS)
5092 {
5093 htab->do_multi_toc = 1;
d77c8a4b 5094 ppc64_elf_tdata (abfd)->has_small_toc_reloc = 1;
33c0ec9d
AM
5095 }
5096
e717da7e
AM
5097 if (ppc64_elf_tdata (abfd)->got == NULL
5098 && !create_got_section (abfd, info))
b34976b6 5099 return FALSE;
5bd4f169
AM
5100
5101 if (h != NULL)
5102 {
411e1bfb
AM
5103 struct ppc_link_hash_entry *eh;
5104 struct got_entry *ent;
65f38f15 5105
411e1bfb
AM
5106 eh = (struct ppc_link_hash_entry *) h;
5107 for (ent = eh->elf.got.glist; ent != NULL; ent = ent->next)
5108 if (ent->addend == rel->r_addend
e717da7e 5109 && ent->owner == abfd
411e1bfb
AM
5110 && ent->tls_type == tls_type)
5111 break;
5112 if (ent == NULL)
5bd4f169 5113 {
411e1bfb 5114 bfd_size_type amt = sizeof (*ent);
4ce794b7 5115 ent = bfd_alloc (abfd, amt);
411e1bfb 5116 if (ent == NULL)
b34976b6 5117 return FALSE;
411e1bfb
AM
5118 ent->next = eh->elf.got.glist;
5119 ent->addend = rel->r_addend;
e717da7e 5120 ent->owner = abfd;
411e1bfb 5121 ent->tls_type = tls_type;
927be08e 5122 ent->is_indirect = FALSE;
411e1bfb
AM
5123 ent->got.refcount = 0;
5124 eh->elf.got.glist = ent;
5bd4f169 5125 }
411e1bfb 5126 ent->got.refcount += 1;
e7b938ca 5127 eh->tls_mask |= tls_type;
5bd4f169 5128 }
411e1bfb
AM
5129 else
5130 /* This is a global offset table entry for a local symbol. */
5131 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
5132 rel->r_addend, tls_type))
5133 return FALSE;
5bd4f169
AM
5134 break;
5135
5bd4f169 5136 case R_PPC64_PLT16_HA:
65f38f15
AM
5137 case R_PPC64_PLT16_HI:
5138 case R_PPC64_PLT16_LO:
5139 case R_PPC64_PLT32:
5140 case R_PPC64_PLT64:
5bd4f169 5141 /* This symbol requires a procedure linkage table entry. We
3fad3c7c
AM
5142 actually build the entry in adjust_dynamic_symbol,
5143 because this might be a case of linking PIC code without
5144 linking in any dynamic objects, in which case we don't
5145 need to generate a procedure linkage table after all. */
5bd4f169
AM
5146 if (h == NULL)
5147 {
5148 /* It does not make sense to have a procedure linkage
3fad3c7c 5149 table entry for a local symbol. */
5bd4f169 5150 bfd_set_error (bfd_error_bad_value);
b34976b6 5151 return FALSE;
5bd4f169 5152 }
411e1bfb 5153 else
e054468f
AM
5154 {
5155 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend))
5156 return FALSE;
5157 h->needs_plt = 1;
5158 if (h->root.root.string[0] == '.'
5159 && h->root.root.string[1] != '\0')
5160 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5161 }
5bd4f169
AM
5162 break;
5163
5164 /* The following relocations don't need to propagate the
5165 relocation if linking a shared object since they are
5166 section relative. */
5167 case R_PPC64_SECTOFF:
5168 case R_PPC64_SECTOFF_LO:
5169 case R_PPC64_SECTOFF_HI:
5170 case R_PPC64_SECTOFF_HA:
5171 case R_PPC64_SECTOFF_DS:
5172 case R_PPC64_SECTOFF_LO_DS:
411e1bfb
AM
5173 case R_PPC64_DTPREL16:
5174 case R_PPC64_DTPREL16_LO:
5175 case R_PPC64_DTPREL16_HI:
5176 case R_PPC64_DTPREL16_HA:
5177 case R_PPC64_DTPREL16_DS:
5178 case R_PPC64_DTPREL16_LO_DS:
5179 case R_PPC64_DTPREL16_HIGHER:
5180 case R_PPC64_DTPREL16_HIGHERA:
5181 case R_PPC64_DTPREL16_HIGHEST:
5182 case R_PPC64_DTPREL16_HIGHESTA:
5bd4f169
AM
5183 break;
5184
ad8e1ba5 5185 /* Nor do these. */
25f23106
AM
5186 case R_PPC64_REL16:
5187 case R_PPC64_REL16_LO:
5188 case R_PPC64_REL16_HI:
5189 case R_PPC64_REL16_HA:
5190 break;
5191
ad8e1ba5 5192 case R_PPC64_TOC16:
33c0ec9d
AM
5193 case R_PPC64_TOC16_DS:
5194 htab->do_multi_toc = 1;
d77c8a4b 5195 ppc64_elf_tdata (abfd)->has_small_toc_reloc = 1;
ad8e1ba5
AM
5196 case R_PPC64_TOC16_LO:
5197 case R_PPC64_TOC16_HI:
5198 case R_PPC64_TOC16_HA:
ad8e1ba5 5199 case R_PPC64_TOC16_LO_DS:
4c52953f 5200 sec->has_toc_reloc = 1;
ad8e1ba5
AM
5201 break;
5202
5bd4f169
AM
5203 /* This relocation describes the C++ object vtable hierarchy.
5204 Reconstruct it for later use during GC. */
5205 case R_PPC64_GNU_VTINHERIT:
c152c796 5206 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
b34976b6 5207 return FALSE;
5bd4f169
AM
5208 break;
5209
5210 /* This relocation describes which C++ vtable entries are actually
5211 used. Record for later use during GC. */
5212 case R_PPC64_GNU_VTENTRY:
d17e0c6e
JB
5213 BFD_ASSERT (h != NULL);
5214 if (h != NULL
5215 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
b34976b6 5216 return FALSE;
5bd4f169
AM
5217 break;
5218
721956f4
AM
5219 case R_PPC64_REL14:
5220 case R_PPC64_REL14_BRTAKEN:
5221 case R_PPC64_REL14_BRNTAKEN:
220c76dd
AM
5222 {
5223 asection *dest = NULL;
5224
5225 /* Heuristic: If jumping outside our section, chances are
5226 we are going to need a stub. */
5227 if (h != NULL)
5228 {
5229 /* If the sym is weak it may be overridden later, so
5230 don't assume we know where a weak sym lives. */
5231 if (h->root.type == bfd_link_hash_defined)
5232 dest = h->root.u.def.section;
5233 }
5234 else
87d72d41
AM
5235 {
5236 Elf_Internal_Sym *isym;
5237
5238 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5239 abfd, r_symndx);
5240 if (isym == NULL)
5241 return FALSE;
5242
5243 dest = bfd_section_from_elf_index (abfd, isym->st_shndx);
5244 }
5245
220c76dd 5246 if (dest != sec)
7c8fe5c4 5247 ppc64_elf_section_data (sec)->has_14bit_branch = 1;
220c76dd 5248 }
721956f4
AM
5249 /* Fall through. */
5250
5d1634d7 5251 case R_PPC64_REL24:
e054468f 5252 if (h != NULL && ifunc == NULL)
5d1634d7
AM
5253 {
5254 /* We may need a .plt entry if the function this reloc
5255 refers to is in a shared lib. */
e054468f 5256 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend))
411e1bfb 5257 return FALSE;
e054468f
AM
5258 h->needs_plt = 1;
5259 if (h->root.root.string[0] == '.'
5260 && h->root.root.string[1] != '\0')
5261 ((struct ppc_link_hash_entry *) h)->is_func = 1;
3a71aa26 5262 if (h == tga || h == dottga)
411e1bfb 5263 sec->has_tls_reloc = 1;
411e1bfb
AM
5264 }
5265 break;
5266
5267 case R_PPC64_TPREL64:
5268 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
1d483afe 5269 if (!info->executable)
411e1bfb
AM
5270 info->flags |= DF_STATIC_TLS;
5271 goto dotlstoc;
5272
5273 case R_PPC64_DTPMOD64:
5274 if (rel + 1 < rel_end
5275 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64)
5276 && rel[1].r_offset == rel->r_offset + 8)
951fd09b 5277 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
411e1bfb 5278 else
951fd09b 5279 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
411e1bfb
AM
5280 goto dotlstoc;
5281
5282 case R_PPC64_DTPREL64:
5283 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
5284 if (rel != relocs
5285 && rel[-1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPMOD64)
5286 && rel[-1].r_offset == rel->r_offset - 8)
5287 /* This is the second reloc of a dtpmod, dtprel pair.
5288 Don't mark with TLS_DTPREL. */
5289 goto dodyn;
5290
5291 dotlstoc:
5292 sec->has_tls_reloc = 1;
5293 if (h != NULL)
5294 {
5295 struct ppc_link_hash_entry *eh;
5296 eh = (struct ppc_link_hash_entry *) h;
e7b938ca 5297 eh->tls_mask |= tls_type;
411e1bfb
AM
5298 }
5299 else
5300 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx,
5301 rel->r_addend, tls_type))
5302 return FALSE;
5303
7c8fe5c4
AM
5304 ppc64_sec = ppc64_elf_section_data (sec);
5305 if (ppc64_sec->sec_type != sec_toc)
411e1bfb 5306 {
3a71aa26
AM
5307 bfd_size_type amt;
5308
e7b938ca 5309 /* One extra to simplify get_tls_mask. */
3a71aa26
AM
5310 amt = sec->size * sizeof (unsigned) / 8 + sizeof (unsigned);
5311 ppc64_sec->u.toc.symndx = bfd_zalloc (abfd, amt);
5312 if (ppc64_sec->u.toc.symndx == NULL)
5313 return FALSE;
5314 amt = sec->size * sizeof (bfd_vma) / 8;
5315 ppc64_sec->u.toc.add = bfd_zalloc (abfd, amt);
5316 if (ppc64_sec->u.toc.add == NULL)
411e1bfb 5317 return FALSE;
7c8fe5c4
AM
5318 BFD_ASSERT (ppc64_sec->sec_type == sec_normal);
5319 ppc64_sec->sec_type = sec_toc;
411e1bfb
AM
5320 }
5321 BFD_ASSERT (rel->r_offset % 8 == 0);
3a71aa26
AM
5322 ppc64_sec->u.toc.symndx[rel->r_offset / 8] = r_symndx;
5323 ppc64_sec->u.toc.add[rel->r_offset / 8] = rel->r_addend;
951fd09b
AM
5324
5325 /* Mark the second slot of a GD or LD entry.
5326 -1 to indicate GD and -2 to indicate LD. */
5327 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
3a71aa26 5328 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -1;
951fd09b 5329 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
3a71aa26 5330 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -2;
411e1bfb
AM
5331 goto dodyn;
5332
5333 case R_PPC64_TPREL16:
5334 case R_PPC64_TPREL16_LO:
5335 case R_PPC64_TPREL16_HI:
5336 case R_PPC64_TPREL16_HA:
5337 case R_PPC64_TPREL16_DS:
5338 case R_PPC64_TPREL16_LO_DS:
5339 case R_PPC64_TPREL16_HIGHER:
5340 case R_PPC64_TPREL16_HIGHERA:
5341 case R_PPC64_TPREL16_HIGHEST:
5342 case R_PPC64_TPREL16_HIGHESTA:
5343 if (info->shared)
5344 {
1d483afe
AM
5345 if (!info->executable)
5346 info->flags |= DF_STATIC_TLS;
411e1bfb 5347 goto dodyn;
5d1634d7
AM
5348 }
5349 break;
5350
e86ce104 5351 case R_PPC64_ADDR64:
1e2f5b6e 5352 if (opd_sym_map != NULL
1e2f5b6e 5353 && rel + 1 < rel_end
4ce794b7 5354 && ELF64_R_TYPE ((rel + 1)->r_info) == R_PPC64_TOC)
1e2f5b6e 5355 {
8387904d
AM
5356 if (h != NULL)
5357 {
5358 if (h->root.root.string[0] == '.'
5359 && h->root.root.string[1] != 0
b31867b6 5360 && lookup_fdh ((struct ppc_link_hash_entry *) h, htab))
8387904d
AM
5361 ;
5362 else
5363 ((struct ppc_link_hash_entry *) h)->is_func = 1;
5364 }
5365 else
5366 {
5367 asection *s;
87d72d41 5368 Elf_Internal_Sym *isym;
1e2f5b6e 5369
87d72d41
AM
5370 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5371 abfd, r_symndx);
5372 if (isym == NULL)
8387904d 5373 return FALSE;
87d72d41
AM
5374
5375 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
5376 if (s != NULL && s != sec)
3f764659 5377 opd_sym_map[rel->r_offset / 8] = s;
8387904d 5378 }
1e2f5b6e 5379 }
e86ce104
AM
5380 /* Fall through. */
5381
04c9666a 5382 case R_PPC64_REL30:
5bd4f169 5383 case R_PPC64_REL32:
04c9666a 5384 case R_PPC64_REL64:
65f38f15
AM
5385 case R_PPC64_ADDR14:
5386 case R_PPC64_ADDR14_BRNTAKEN:
5387 case R_PPC64_ADDR14_BRTAKEN:
5388 case R_PPC64_ADDR16:
5389 case R_PPC64_ADDR16_DS:
5390 case R_PPC64_ADDR16_HA:
5391 case R_PPC64_ADDR16_HI:
5392 case R_PPC64_ADDR16_HIGHER:
5393 case R_PPC64_ADDR16_HIGHERA:
5394 case R_PPC64_ADDR16_HIGHEST:
5395 case R_PPC64_ADDR16_HIGHESTA:
5396 case R_PPC64_ADDR16_LO:
5397 case R_PPC64_ADDR16_LO_DS:
5398 case R_PPC64_ADDR24:
65f38f15 5399 case R_PPC64_ADDR32:
65f38f15
AM
5400 case R_PPC64_UADDR16:
5401 case R_PPC64_UADDR32:
5402 case R_PPC64_UADDR64:
5bd4f169 5403 case R_PPC64_TOC:
81848ca0
AM
5404 if (h != NULL && !info->shared)
5405 /* We may need a copy reloc. */
f5385ebf 5406 h->non_got_ref = 1;
81848ca0 5407
41bd81ab 5408 /* Don't propagate .opd relocs. */
1e2f5b6e 5409 if (NO_OPD_RELOCS && opd_sym_map != NULL)
e86ce104 5410 break;
e86ce104 5411
65f38f15
AM
5412 /* If we are creating a shared library, and this is a reloc
5413 against a global symbol, or a non PC relative reloc
5414 against a local symbol, then we need to copy the reloc
5415 into the shared library. However, if we are linking with
5416 -Bsymbolic, we do not need to copy a reloc against a
5417 global symbol which is defined in an object we are
5418 including in the link (i.e., DEF_REGULAR is set). At
5419 this point we have not seen all the input files, so it is
5420 possible that DEF_REGULAR is not set now but will be set
5421 later (it is never cleared). In case of a weak definition,
5422 DEF_REGULAR may be cleared later by a strong definition in
5423 a shared library. We account for that possibility below by
f4656909 5424 storing information in the dyn_relocs field of the hash
65f38f15
AM
5425 table entry. A similar situation occurs when creating
5426 shared libraries and symbol visibility changes render the
5427 symbol local.
5428
5429 If on the other hand, we are creating an executable, we
5430 may need to keep relocations for symbols satisfied by a
5431 dynamic library if we manage to avoid copy relocs for the
5432 symbol. */
411e1bfb 5433 dodyn:
65f38f15 5434 if ((info->shared
1d483afe 5435 && (must_be_dyn_reloc (info, r_type)
65f38f15
AM
5436 || (h != NULL
5437 && (! info->symbolic
5438 || h->root.type == bfd_link_hash_defweak
f5385ebf 5439 || !h->def_regular))))
f4656909
AM
5440 || (ELIMINATE_COPY_RELOCS
5441 && !info->shared
65f38f15
AM
5442 && h != NULL
5443 && (h->root.type == bfd_link_hash_defweak
25f23106
AM
5444 || !h->def_regular))
5445 || (!info->shared
5446 && ifunc != NULL))
5bd4f169 5447 {
6061a67d
AM
5448 struct elf_dyn_relocs *p;
5449 struct elf_dyn_relocs **head;
ec338859 5450
65f38f15
AM
5451 /* We must copy these reloc types into the output file.
5452 Create a reloc section in dynobj and make room for
5453 this reloc. */
5bd4f169
AM
5454 if (sreloc == NULL)
5455 {
83bac4b0
NC
5456 sreloc = _bfd_elf_make_dynamic_reloc_section
5457 (sec, htab->elf.dynobj, 3, abfd, /*rela?*/ TRUE);
65f38f15 5458
5bd4f169 5459 if (sreloc == NULL)
83bac4b0 5460 return FALSE;
5bd4f169
AM
5461 }
5462
65f38f15
AM
5463 /* If this is a global symbol, we count the number of
5464 relocations we need for this symbol. */
5465 if (h != NULL)
5466 {
ec338859 5467 head = &((struct ppc_link_hash_entry *) h)->dyn_relocs;
65f38f15
AM
5468 }
5469 else
5470 {
ec338859
AM
5471 /* Track dynamic relocs needed for local syms too.
5472 We really need local syms available to do this
5473 easily. Oh well. */
ec338859 5474 asection *s;
6edfbbad 5475 void *vpp;
87d72d41 5476 Elf_Internal_Sym *isym;
6edfbbad 5477
87d72d41
AM
5478 isym = bfd_sym_from_r_symndx (&htab->sym_cache,
5479 abfd, r_symndx);
5480 if (isym == NULL)
b34976b6 5481 return FALSE;
ec338859 5482
87d72d41
AM
5483 s = bfd_section_from_elf_index (abfd, isym->st_shndx);
5484 if (s == NULL)
5485 s = sec;
5486
6edfbbad 5487 vpp = &elf_section_data (s)->local_dynrel;
6061a67d 5488 head = (struct elf_dyn_relocs **) vpp;
65f38f15 5489 }
ec338859
AM
5490
5491 p = *head;
5492 if (p == NULL || p->sec != sec)
5493 {
4ce794b7 5494 p = bfd_alloc (htab->elf.dynobj, sizeof *p);
ec338859 5495 if (p == NULL)
b34976b6 5496 return FALSE;
ec338859
AM
5497 p->next = *head;
5498 *head = p;
5499 p->sec = sec;
5500 p->count = 0;
5501 p->pc_count = 0;
5502 }
5503
5504 p->count += 1;
1d483afe 5505 if (!must_be_dyn_reloc (info, r_type))
ec338859 5506 p->pc_count += 1;
65f38f15 5507 }
5bd4f169 5508 break;
65f38f15
AM
5509
5510 default:
96e0dda4 5511 break;
5bd4f169
AM
5512 }
5513 }
5514
b34976b6 5515 return TRUE;
5bd4f169
AM
5516}
5517
8387904d
AM
5518/* OFFSET in OPD_SEC specifies a function descriptor. Return the address
5519 of the code entry point, and its section. */
5520
5521static bfd_vma
5522opd_entry_value (asection *opd_sec,
5523 bfd_vma offset,
5524 asection **code_sec,
5525 bfd_vma *code_off)
5526{
5527 bfd *opd_bfd = opd_sec->owner;
8860955f 5528 Elf_Internal_Rela *relocs;
8387904d 5529 Elf_Internal_Rela *lo, *hi, *look;
645ea6a9 5530 bfd_vma val;
8387904d 5531
9f296da3
AM
5532 /* No relocs implies we are linking a --just-symbols object, or looking
5533 at a final linked executable with addr2line or somesuch. */
4b85d634
AM
5534 if (opd_sec->reloc_count == 0)
5535 {
aa374f67
AM
5536 char buf[8];
5537
5538 if (!bfd_get_section_contents (opd_bfd, opd_sec, buf, offset, 8))
4b85d634 5539 return (bfd_vma) -1;
3b36f7e6 5540
aa374f67 5541 val = bfd_get_64 (opd_bfd, buf);
4b85d634
AM
5542 if (code_sec != NULL)
5543 {
5544 asection *sec, *likely = NULL;
5545 for (sec = opd_bfd->sections; sec != NULL; sec = sec->next)
5546 if (sec->vma <= val
5547 && (sec->flags & SEC_LOAD) != 0
5548 && (sec->flags & SEC_ALLOC) != 0)
5549 likely = sec;
5550 if (likely != NULL)
5551 {
5552 *code_sec = likely;
5553 if (code_off != NULL)
5554 *code_off = val - likely->vma;
5555 }
5556 }
5557 return val;
5558 }
5559
0c8d6e5c 5560 BFD_ASSERT (is_ppc64_elf (opd_bfd));
0ffa91dd 5561
8860955f
AM
5562 relocs = ppc64_elf_tdata (opd_bfd)->opd_relocs;
5563 if (relocs == NULL)
5564 relocs = _bfd_elf_link_read_relocs (opd_bfd, opd_sec, NULL, NULL, TRUE);
645ea6a9 5565
8387904d 5566 /* Go find the opd reloc at the sym address. */
8860955f 5567 lo = relocs;
8387904d
AM
5568 BFD_ASSERT (lo != NULL);
5569 hi = lo + opd_sec->reloc_count - 1; /* ignore last reloc */
645ea6a9 5570 val = (bfd_vma) -1;
8387904d
AM
5571 while (lo < hi)
5572 {
5573 look = lo + (hi - lo) / 2;
5574 if (look->r_offset < offset)
5575 lo = look + 1;
5576 else if (look->r_offset > offset)
5577 hi = look;
5578 else
5579 {
0ffa91dd
NC
5580 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (opd_bfd);
5581
8387904d
AM
5582 if (ELF64_R_TYPE (look->r_info) == R_PPC64_ADDR64
5583 && ELF64_R_TYPE ((look + 1)->r_info) == R_PPC64_TOC)
5584 {
5585 unsigned long symndx = ELF64_R_SYM (look->r_info);
8387904d
AM
5586 asection *sec;
5587
62599110
AM
5588 if (symndx < symtab_hdr->sh_info
5589 || elf_sym_hashes (opd_bfd) == NULL)
8387904d
AM
5590 {
5591 Elf_Internal_Sym *sym;
5592
5593 sym = (Elf_Internal_Sym *) symtab_hdr->contents;
5594 if (sym == NULL)
5595 {
62599110
AM
5596 size_t symcnt = symtab_hdr->sh_info;
5597 if (elf_sym_hashes (opd_bfd) == NULL)
5598 symcnt = symtab_hdr->sh_size / symtab_hdr->sh_entsize;
5599 sym = bfd_elf_get_elf_syms (opd_bfd, symtab_hdr, symcnt,
8387904d
AM
5600 0, NULL, NULL, NULL);
5601 if (sym == NULL)
645ea6a9 5602 break;
8387904d
AM
5603 symtab_hdr->contents = (bfd_byte *) sym;
5604 }
5605
5606 sym += symndx;
5607 val = sym->st_value;
cb33740c 5608 sec = bfd_section_from_elf_index (opd_bfd, sym->st_shndx);
8387904d
AM
5609 BFD_ASSERT ((sec->flags & SEC_MERGE) == 0);
5610 }
5611 else
5612 {
5613 struct elf_link_hash_entry **sym_hashes;
5614 struct elf_link_hash_entry *rh;
5615
5616 sym_hashes = elf_sym_hashes (opd_bfd);
5617 rh = sym_hashes[symndx - symtab_hdr->sh_info];
b31867b6 5618 rh = elf_follow_link (rh);
8387904d
AM
5619 BFD_ASSERT (rh->root.type == bfd_link_hash_defined
5620 || rh->root.type == bfd_link_hash_defweak);
5621 val = rh->root.u.def.value;
5622 sec = rh->root.u.def.section;
5623 }
5624 val += look->r_addend;
5625 if (code_off != NULL)
5626 *code_off = val;
5627 if (code_sec != NULL)
5628 *code_sec = sec;
5629 if (sec != NULL && sec->output_section != NULL)
5630 val += sec->output_section->vma + sec->output_offset;
8387904d
AM
5631 }
5632 break;
5633 }
5634 }
645ea6a9 5635
645ea6a9 5636 return val;
8387904d
AM
5637}
5638
9f296da3
AM
5639/* Return TRUE iff the ELF symbol SYM might be a function. Set *CODE_SEC
5640 and *CODE_OFF to the function's entry point. */
5641
5642static bfd_boolean
ff9e0f5b 5643ppc64_elf_maybe_function_sym (const asymbol *sym,
9f296da3
AM
5644 asection **code_sec, bfd_vma *code_off)
5645{
5646 if (_bfd_elf_maybe_function_sym (sym, code_sec, code_off))
5647 {
ff9e0f5b
AM
5648 if (strcmp (sym->section->name, ".opd") == 0)
5649 opd_entry_value (sym->section, sym->value, code_sec, code_off);
9f296da3
AM
5650 return TRUE;
5651 }
5652 return FALSE;
5653}
5654
854b41e7
AM
5655/* Return true if symbol is defined in a regular object file. */
5656
5657static bfd_boolean
5658is_static_defined (struct elf_link_hash_entry *h)
5659{
5660 return ((h->root.type == bfd_link_hash_defined
5661 || h->root.type == bfd_link_hash_defweak)
5662 && h->root.u.def.section != NULL
5663 && h->root.u.def.section->output_section != NULL);
5664}
5665
b31867b6
AM
5666/* If FDH is a function descriptor symbol, return the associated code
5667 entry symbol if it is defined. Return NULL otherwise. */
5668
5669static struct ppc_link_hash_entry *
5670defined_code_entry (struct ppc_link_hash_entry *fdh)
5671{
5672 if (fdh->is_func_descriptor)
5673 {
5674 struct ppc_link_hash_entry *fh = ppc_follow_link (fdh->oh);
5675 if (fh->elf.root.type == bfd_link_hash_defined
5676 || fh->elf.root.type == bfd_link_hash_defweak)
5677 return fh;
5678 }
5679 return NULL;
5680}
5681
5682/* If FH is a function code entry symbol, return the associated
5683 function descriptor symbol if it is defined. Return NULL otherwise. */
5684
5685static struct ppc_link_hash_entry *
5686defined_func_desc (struct ppc_link_hash_entry *fh)
5687{
5688 if (fh->oh != NULL
5689 && fh->oh->is_func_descriptor)
5690 {
5691 struct ppc_link_hash_entry *fdh = ppc_follow_link (fh->oh);
5692 if (fdh->elf.root.type == bfd_link_hash_defined
5693 || fdh->elf.root.type == bfd_link_hash_defweak)
5694 return fdh;
5695 }
5696 return NULL;
5697}
5698
74f0fb50
AM
5699/* Mark all our entry sym sections, both opd and code section. */
5700
5701static void
5702ppc64_elf_gc_keep (struct bfd_link_info *info)
5703{
5704 struct ppc_link_hash_table *htab = ppc_hash_table (info);
5705 struct bfd_sym_chain *sym;
5706
4dfe6ac6
NC
5707 if (htab == NULL)
5708 return;
5709
74f0fb50
AM
5710 for (sym = info->gc_sym_list; sym != NULL; sym = sym->next)
5711 {
b31867b6 5712 struct ppc_link_hash_entry *eh, *fh;
74f0fb50
AM
5713 asection *sec;
5714
5715 eh = (struct ppc_link_hash_entry *)
b31867b6 5716 elf_link_hash_lookup (&htab->elf, sym->name, FALSE, FALSE, TRUE);
74f0fb50
AM
5717 if (eh == NULL)
5718 continue;
5719 if (eh->elf.root.type != bfd_link_hash_defined
5720 && eh->elf.root.type != bfd_link_hash_defweak)
5721 continue;
5722
b31867b6
AM
5723 fh = defined_code_entry (eh);
5724 if (fh != NULL)
74f0fb50 5725 {
b31867b6 5726 sec = fh->elf.root.u.def.section;
74f0fb50
AM
5727 sec->flags |= SEC_KEEP;
5728 }
5729 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
5730 && opd_entry_value (eh->elf.root.u.def.section,
5731 eh->elf.root.u.def.value,
5732 &sec, NULL) != (bfd_vma) -1)
5733 sec->flags |= SEC_KEEP;
5734
5735 sec = eh->elf.root.u.def.section;
5736 sec->flags |= SEC_KEEP;
5737 }
5738}
5739
64d03ab5
AM
5740/* Mark sections containing dynamically referenced symbols. When
5741 building shared libraries, we must assume that any visible symbol is
5742 referenced. */
5743
5744static bfd_boolean
5745ppc64_elf_gc_mark_dynamic_ref (struct elf_link_hash_entry *h, void *inf)
5746{
5747 struct bfd_link_info *info = (struct bfd_link_info *) inf;
5748 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) h;
b31867b6 5749 struct ppc_link_hash_entry *fdh;
64d03ab5 5750
64d03ab5 5751 /* Dynamic linking info is on the func descriptor sym. */
b31867b6
AM
5752 fdh = defined_func_desc (eh);
5753 if (fdh != NULL)
5754 eh = fdh;
64d03ab5
AM
5755
5756 if ((eh->elf.root.type == bfd_link_hash_defined
5757 || eh->elf.root.type == bfd_link_hash_defweak)
5758 && (eh->elf.ref_dynamic
5759 || (!info->executable
5760 && eh->elf.def_regular
5761 && ELF_ST_VISIBILITY (eh->elf.other) != STV_INTERNAL
4c58e0d8
AM
5762 && ELF_ST_VISIBILITY (eh->elf.other) != STV_HIDDEN
5763 && (strchr (eh->elf.root.root.string, ELF_VER_CHR) != NULL
5764 || !bfd_hide_sym_by_version (info->version_info,
5765 eh->elf.root.root.string)))))
64d03ab5
AM
5766 {
5767 asection *code_sec;
b31867b6 5768 struct ppc_link_hash_entry *fh;
64d03ab5
AM
5769
5770 eh->elf.root.u.def.section->flags |= SEC_KEEP;
5771
5772 /* Function descriptor syms cause the associated
5773 function code sym section to be marked. */
b31867b6
AM
5774 fh = defined_code_entry (eh);
5775 if (fh != NULL)
5776 {
5777 code_sec = fh->elf.root.u.def.section;
5778 code_sec->flags |= SEC_KEEP;
5779 }
64d03ab5
AM
5780 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
5781 && opd_entry_value (eh->elf.root.u.def.section,
5782 eh->elf.root.u.def.value,
5783 &code_sec, NULL) != (bfd_vma) -1)
5784 code_sec->flags |= SEC_KEEP;
5785 }
5786
5787 return TRUE;
5788}
5789
5bd4f169
AM
5790/* Return the section that should be marked against GC for a given
5791 relocation. */
5792
5793static asection *
4ce794b7 5794ppc64_elf_gc_mark_hook (asection *sec,
fb34365b 5795 struct bfd_link_info *info,
4ce794b7
AM
5796 Elf_Internal_Rela *rel,
5797 struct elf_link_hash_entry *h,
5798 Elf_Internal_Sym *sym)
5bd4f169 5799{
ccfa59ea
AM
5800 asection *rsec;
5801
ccfa59ea
AM
5802 /* Syms return NULL if we're marking .opd, so we avoid marking all
5803 function sections, as all functions are referenced in .opd. */
5804 rsec = NULL;
5805 if (get_opd_info (sec) != NULL)
5806 return rsec;
1e2f5b6e 5807
5bd4f169
AM
5808 if (h != NULL)
5809 {
04c9666a 5810 enum elf_ppc64_reloc_type r_type;
b31867b6 5811 struct ppc_link_hash_entry *eh, *fh, *fdh;
a33d1f77 5812
4ce794b7 5813 r_type = ELF64_R_TYPE (rel->r_info);
a33d1f77 5814 switch (r_type)
5bd4f169
AM
5815 {
5816 case R_PPC64_GNU_VTINHERIT:
5817 case R_PPC64_GNU_VTENTRY:
5818 break;
5819
5820 default:
5821 switch (h->root.type)
5822 {
5823 case bfd_link_hash_defined:
5824 case bfd_link_hash_defweak:
ccfa59ea 5825 eh = (struct ppc_link_hash_entry *) h;
b31867b6
AM
5826 fdh = defined_func_desc (eh);
5827 if (fdh != NULL)
5828 eh = fdh;
1e2f5b6e
AM
5829
5830 /* Function descriptor syms cause the associated
5831 function code sym section to be marked. */
b31867b6
AM
5832 fh = defined_code_entry (eh);
5833 if (fh != NULL)
ccfa59ea
AM
5834 {
5835 /* They also mark their opd section. */
74f0fb50 5836 eh->elf.root.u.def.section->gc_mark = 1;
ccfa59ea 5837
b31867b6 5838 rsec = fh->elf.root.u.def.section;
ccfa59ea 5839 }
8387904d
AM
5840 else if (get_opd_info (eh->elf.root.u.def.section) != NULL
5841 && opd_entry_value (eh->elf.root.u.def.section,
5842 eh->elf.root.u.def.value,
5843 &rsec, NULL) != (bfd_vma) -1)
74f0fb50 5844 eh->elf.root.u.def.section->gc_mark = 1;
ccfa59ea 5845 else
1e2f5b6e
AM
5846 rsec = h->root.u.def.section;
5847 break;
5bd4f169
AM
5848
5849 case bfd_link_hash_common:
1e2f5b6e
AM
5850 rsec = h->root.u.c.p->section;
5851 break;
5bd4f169
AM
5852
5853 default:
fb34365b 5854 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
5bd4f169
AM
5855 }
5856 }
5857 }
5858 else
5859 {
74f0fb50 5860 struct _opd_sec_data *opd;
1e2f5b6e
AM
5861
5862 rsec = bfd_section_from_elf_index (sec->owner, sym->st_shndx);
74f0fb50
AM
5863 opd = get_opd_info (rsec);
5864 if (opd != NULL && opd->func_sec != NULL)
ccfa59ea 5865 {
74f0fb50 5866 rsec->gc_mark = 1;
ccfa59ea 5867
74f0fb50 5868 rsec = opd->func_sec[(sym->st_value + rel->r_addend) / 8];
ccfa59ea 5869 }
5bd4f169
AM
5870 }
5871
1e2f5b6e 5872 return rsec;
5bd4f169
AM
5873}
5874
65f38f15
AM
5875/* Update the .got, .plt. and dynamic reloc reference counts for the
5876 section being removed. */
5bd4f169 5877
b34976b6 5878static bfd_boolean
4ce794b7
AM
5879ppc64_elf_gc_sweep_hook (bfd *abfd, struct bfd_link_info *info,
5880 asection *sec, const Elf_Internal_Rela *relocs)
5bd4f169 5881{
411e1bfb 5882 struct ppc_link_hash_table *htab;
5bd4f169
AM
5883 Elf_Internal_Shdr *symtab_hdr;
5884 struct elf_link_hash_entry **sym_hashes;
411e1bfb 5885 struct got_entry **local_got_ents;
5bd4f169 5886 const Elf_Internal_Rela *rel, *relend;
5bd4f169 5887
7dda2462
TG
5888 if (info->relocatable)
5889 return TRUE;
5890
680a3378
AM
5891 if ((sec->flags & SEC_ALLOC) == 0)
5892 return TRUE;
5893
ec338859
AM
5894 elf_section_data (sec)->local_dynrel = NULL;
5895
411e1bfb 5896 htab = ppc_hash_table (info);
4dfe6ac6
NC
5897 if (htab == NULL)
5898 return FALSE;
5899
0ffa91dd 5900 symtab_hdr = &elf_symtab_hdr (abfd);
5bd4f169 5901 sym_hashes = elf_sym_hashes (abfd);
411e1bfb 5902 local_got_ents = elf_local_got_ents (abfd);
5bd4f169
AM
5903
5904 relend = relocs + sec->reloc_count;
5905 for (rel = relocs; rel < relend; rel++)
a33d1f77
AM
5906 {
5907 unsigned long r_symndx;
04c9666a 5908 enum elf_ppc64_reloc_type r_type;
58ac9f71 5909 struct elf_link_hash_entry *h = NULL;
f961d9dd 5910 unsigned char tls_type = 0;
5bd4f169 5911
a33d1f77 5912 r_symndx = ELF64_R_SYM (rel->r_info);
4ce794b7 5913 r_type = ELF64_R_TYPE (rel->r_info);
58ac9f71
AM
5914 if (r_symndx >= symtab_hdr->sh_info)
5915 {
5916 struct ppc_link_hash_entry *eh;
6061a67d
AM
5917 struct elf_dyn_relocs **pp;
5918 struct elf_dyn_relocs *p;
58ac9f71
AM
5919
5920 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
b31867b6 5921 h = elf_follow_link (h);
58ac9f71
AM
5922 eh = (struct ppc_link_hash_entry *) h;
5923
5924 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
5925 if (p->sec == sec)
5926 {
5927 /* Everything must go for SEC. */
5928 *pp = p->next;
5929 break;
5930 }
5931 }
5932
e054468f
AM
5933 if (is_branch_reloc (r_type))
5934 {
5935 struct plt_entry **ifunc = NULL;
5936 if (h != NULL)
5937 {
5938 if (h->type == STT_GNU_IFUNC)
5939 ifunc = &h->plt.plist;
5940 }
5941 else if (local_got_ents != NULL)
5942 {
5943 struct plt_entry **local_plt = (struct plt_entry **)
5944 (local_got_ents + symtab_hdr->sh_info);
f961d9dd 5945 unsigned char *local_got_tls_masks = (unsigned char *)
e054468f
AM
5946 (local_plt + symtab_hdr->sh_info);
5947 if ((local_got_tls_masks[r_symndx] & PLT_IFUNC) != 0)
5948 ifunc = local_plt + r_symndx;
5949 }
5950 if (ifunc != NULL)
5951 {
5952 struct plt_entry *ent;
5953
5954 for (ent = *ifunc; ent != NULL; ent = ent->next)
5955 if (ent->addend == rel->r_addend)
5956 break;
5957 if (ent == NULL)
5958 abort ();
5959 if (ent->plt.refcount > 0)
5960 ent->plt.refcount -= 1;
5961 continue;
5962 }
5963 }
5964
a33d1f77
AM
5965 switch (r_type)
5966 {
411e1bfb
AM
5967 case R_PPC64_GOT_TLSLD16:
5968 case R_PPC64_GOT_TLSLD16_LO:
5969 case R_PPC64_GOT_TLSLD16_HI:
5970 case R_PPC64_GOT_TLSLD16_HA:
951fd09b 5971 tls_type = TLS_TLS | TLS_LD;
411e1bfb
AM
5972 goto dogot;
5973
5974 case R_PPC64_GOT_TLSGD16:
5975 case R_PPC64_GOT_TLSGD16_LO:
5976 case R_PPC64_GOT_TLSGD16_HI:
5977 case R_PPC64_GOT_TLSGD16_HA:
951fd09b 5978 tls_type = TLS_TLS | TLS_GD;
411e1bfb
AM
5979 goto dogot;
5980
5981 case R_PPC64_GOT_TPREL16_DS:
5982 case R_PPC64_GOT_TPREL16_LO_DS:
5983 case R_PPC64_GOT_TPREL16_HI:
5984 case R_PPC64_GOT_TPREL16_HA:
5985 tls_type = TLS_TLS | TLS_TPREL;
5986 goto dogot;
5987
5988 case R_PPC64_GOT_DTPREL16_DS:
5989 case R_PPC64_GOT_DTPREL16_LO_DS:
5990 case R_PPC64_GOT_DTPREL16_HI:
5991 case R_PPC64_GOT_DTPREL16_HA:
5992 tls_type = TLS_TLS | TLS_DTPREL;
5993 goto dogot;
5994
a33d1f77
AM
5995 case R_PPC64_GOT16:
5996 case R_PPC64_GOT16_DS:
5997 case R_PPC64_GOT16_HA:
5998 case R_PPC64_GOT16_HI:
5999 case R_PPC64_GOT16_LO:
6000 case R_PPC64_GOT16_LO_DS:
411e1bfb
AM
6001 dogot:
6002 {
6003 struct got_entry *ent;
6004
58ac9f71
AM
6005 if (h != NULL)
6006 ent = h->got.glist;
411e1bfb
AM
6007 else
6008 ent = local_got_ents[r_symndx];
6009
6010 for (; ent != NULL; ent = ent->next)
6011 if (ent->addend == rel->r_addend
e717da7e 6012 && ent->owner == abfd
411e1bfb
AM
6013 && ent->tls_type == tls_type)
6014 break;
6015 if (ent == NULL)
6016 abort ();
6017 if (ent->got.refcount > 0)
6018 ent->got.refcount -= 1;
6019 }
a33d1f77 6020 break;
65f38f15 6021
a33d1f77
AM
6022 case R_PPC64_PLT16_HA:
6023 case R_PPC64_PLT16_HI:
6024 case R_PPC64_PLT16_LO:
6025 case R_PPC64_PLT32:
6026 case R_PPC64_PLT64:
721956f4
AM
6027 case R_PPC64_REL14:
6028 case R_PPC64_REL14_BRNTAKEN:
6029 case R_PPC64_REL14_BRTAKEN:
5d1634d7 6030 case R_PPC64_REL24:
58ac9f71 6031 if (h != NULL)
5d1634d7 6032 {
411e1bfb
AM
6033 struct plt_entry *ent;
6034
411e1bfb
AM
6035 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
6036 if (ent->addend == rel->r_addend)
6037 break;
7c6c1722 6038 if (ent != NULL && ent->plt.refcount > 0)
411e1bfb 6039 ent->plt.refcount -= 1;
5d1634d7 6040 }
e86ce104 6041 break;
5d1634d7 6042
a33d1f77
AM
6043 default:
6044 break;
6045 }
6046 }
b34976b6 6047 return TRUE;
5bd4f169
AM
6048}
6049
deb0e272
AM
6050/* The maximum size of .sfpr. */
6051#define SFPR_MAX (218*4)
6052
6053struct sfpr_def_parms
6054{
699733f6
AM
6055 const char name[12];
6056 unsigned char lo, hi;
deb0e272
AM
6057 bfd_byte * (*write_ent) (bfd *, bfd_byte *, int);
6058 bfd_byte * (*write_tail) (bfd *, bfd_byte *, int);
6059};
6060
6061/* Auto-generate _save*, _rest* functions in .sfpr. */
6062
4dfe6ac6 6063static bfd_boolean
deb0e272
AM
6064sfpr_define (struct bfd_link_info *info, const struct sfpr_def_parms *parm)
6065{
6066 struct ppc_link_hash_table *htab = ppc_hash_table (info);
6067 unsigned int i;
6068 size_t len = strlen (parm->name);
6069 bfd_boolean writing = FALSE;
699733f6 6070 char sym[16];
deb0e272 6071
4dfe6ac6
NC
6072 if (htab == NULL)
6073 return FALSE;
6074
deb0e272
AM
6075 memcpy (sym, parm->name, len);
6076 sym[len + 2] = 0;
6077
6078 for (i = parm->lo; i <= parm->hi; i++)
6079 {
6080 struct elf_link_hash_entry *h;
6081
6082 sym[len + 0] = i / 10 + '0';
6083 sym[len + 1] = i % 10 + '0';
6084 h = elf_link_hash_lookup (&htab->elf, sym, FALSE, FALSE, TRUE);
6085 if (h != NULL
f5385ebf 6086 && !h->def_regular)
deb0e272
AM
6087 {
6088 h->root.type = bfd_link_hash_defined;
6089 h->root.u.def.section = htab->sfpr;
6090 h->root.u.def.value = htab->sfpr->size;
6091 h->type = STT_FUNC;
f5385ebf 6092 h->def_regular = 1;
deb0e272
AM
6093 _bfd_elf_link_hash_hide_symbol (info, h, TRUE);
6094 writing = TRUE;
6095 if (htab->sfpr->contents == NULL)
6096 {
6097 htab->sfpr->contents = bfd_alloc (htab->elf.dynobj, SFPR_MAX);
6098 if (htab->sfpr->contents == NULL)
6099 return FALSE;
6100 }
6101 }
6102 if (writing)
6103 {
6104 bfd_byte *p = htab->sfpr->contents + htab->sfpr->size;
6105 if (i != parm->hi)
6106 p = (*parm->write_ent) (htab->elf.dynobj, p, i);
6107 else
6108 p = (*parm->write_tail) (htab->elf.dynobj, p, i);
6109 htab->sfpr->size = p - htab->sfpr->contents;
6110 }
6111 }
6112
6113 return TRUE;
6114}
6115
6116static bfd_byte *
6117savegpr0 (bfd *abfd, bfd_byte *p, int r)
6118{
6119 bfd_put_32 (abfd, STD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6120 return p + 4;
6121}
6122
6123static bfd_byte *
6124savegpr0_tail (bfd *abfd, bfd_byte *p, int r)
6125{
6126 p = savegpr0 (abfd, p, r);
6127 bfd_put_32 (abfd, STD_R0_0R1 + 16, p);
6128 p = p + 4;
6129 bfd_put_32 (abfd, BLR, p);
6130 return p + 4;
6131}
6132
6133static bfd_byte *
6134restgpr0 (bfd *abfd, bfd_byte *p, int r)
6135{
6136 bfd_put_32 (abfd, LD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6137 return p + 4;
6138}
6139
6140static bfd_byte *
6141restgpr0_tail (bfd *abfd, bfd_byte *p, int r)
6142{
6143 bfd_put_32 (abfd, LD_R0_0R1 + 16, p);
6144 p = p + 4;
6145 p = restgpr0 (abfd, p, r);
6146 bfd_put_32 (abfd, MTLR_R0, p);
6147 p = p + 4;
6148 if (r == 29)
6149 {
6150 p = restgpr0 (abfd, p, 30);
6151 p = restgpr0 (abfd, p, 31);
6152 }
6153 bfd_put_32 (abfd, BLR, p);
6154 return p + 4;
6155}
6156
6157static bfd_byte *
6158savegpr1 (bfd *abfd, bfd_byte *p, int r)
6159{
6160 bfd_put_32 (abfd, STD_R0_0R12 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6161 return p + 4;
6162}
6163
6164static bfd_byte *
6165savegpr1_tail (bfd *abfd, bfd_byte *p, int r)
6166{
6167 p = savegpr1 (abfd, p, r);
6168 bfd_put_32 (abfd, BLR, p);
6169 return p + 4;
6170}
6171
6172static bfd_byte *
6173restgpr1 (bfd *abfd, bfd_byte *p, int r)
6174{
6175 bfd_put_32 (abfd, LD_R0_0R12 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6176 return p + 4;
6177}
6178
6179static bfd_byte *
6180restgpr1_tail (bfd *abfd, bfd_byte *p, int r)
6181{
6182 p = restgpr1 (abfd, p, r);
6183 bfd_put_32 (abfd, BLR, p);
6184 return p + 4;
6185}
6186
6187static bfd_byte *
6188savefpr (bfd *abfd, bfd_byte *p, int r)
6189{
6190 bfd_put_32 (abfd, STFD_FR0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6191 return p + 4;
6192}
6193
6194static bfd_byte *
6195savefpr0_tail (bfd *abfd, bfd_byte *p, int r)
6196{
6197 p = savefpr (abfd, p, r);
6198 bfd_put_32 (abfd, STD_R0_0R1 + 16, p);
6199 p = p + 4;
6200 bfd_put_32 (abfd, BLR, p);
6201 return p + 4;
6202}
6203
6204static bfd_byte *
6205restfpr (bfd *abfd, bfd_byte *p, int r)
6206{
6207 bfd_put_32 (abfd, LFD_FR0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6208 return p + 4;
6209}
6210
6211static bfd_byte *
6212restfpr0_tail (bfd *abfd, bfd_byte *p, int r)
6213{
6214 bfd_put_32 (abfd, LD_R0_0R1 + 16, p);
6215 p = p + 4;
6216 p = restfpr (abfd, p, r);
6217 bfd_put_32 (abfd, MTLR_R0, p);
6218 p = p + 4;
6219 if (r == 29)
6220 {
6221 p = restfpr (abfd, p, 30);
6222 p = restfpr (abfd, p, 31);
6223 }
6224 bfd_put_32 (abfd, BLR, p);
6225 return p + 4;
6226}
6227
6228static bfd_byte *
6229savefpr1_tail (bfd *abfd, bfd_byte *p, int r)
6230{
6231 p = savefpr (abfd, p, r);
6232 bfd_put_32 (abfd, BLR, p);
6233 return p + 4;
6234}
6235
6236static bfd_byte *
6237restfpr1_tail (bfd *abfd, bfd_byte *p, int r)
6238{
6239 p = restfpr (abfd, p, r);
6240 bfd_put_32 (abfd, BLR, p);
6241 return p + 4;
6242}
6243
6244static bfd_byte *
6245savevr (bfd *abfd, bfd_byte *p, int r)
6246{
6247 bfd_put_32 (abfd, LI_R12_0 + (1 << 16) - (32 - r) * 16, p);
6248 p = p + 4;
6249 bfd_put_32 (abfd, STVX_VR0_R12_R0 + (r << 21), p);
6250 return p + 4;
6251}
6252
6253static bfd_byte *
6254savevr_tail (bfd *abfd, bfd_byte *p, int r)
6255{
6256 p = savevr (abfd, p, r);
6257 bfd_put_32 (abfd, BLR, p);
6258 return p + 4;
6259}
6260
6261static bfd_byte *
6262restvr (bfd *abfd, bfd_byte *p, int r)
6263{
6264 bfd_put_32 (abfd, LI_R12_0 + (1 << 16) - (32 - r) * 16, p);
6265 p = p + 4;
6266 bfd_put_32 (abfd, LVX_VR0_R12_R0 + (r << 21), p);
6267 return p + 4;
6268}
6269
6270static bfd_byte *
6271restvr_tail (bfd *abfd, bfd_byte *p, int r)
6272{
6273 p = restvr (abfd, p, r);
6274 bfd_put_32 (abfd, BLR, p);
6275 return p + 4;
6276}
6277
e86ce104
AM
6278/* Called via elf_link_hash_traverse to transfer dynamic linking
6279 information on function code symbol entries to their corresponding
6280 function descriptor symbol entries. */
deb0e272 6281
b34976b6 6282static bfd_boolean
4ce794b7 6283func_desc_adjust (struct elf_link_hash_entry *h, void *inf)
5bd4f169 6284{
e86ce104 6285 struct bfd_link_info *info;
65f38f15 6286 struct ppc_link_hash_table *htab;
411e1bfb 6287 struct plt_entry *ent;
50bc7936
AM
6288 struct ppc_link_hash_entry *fh;
6289 struct ppc_link_hash_entry *fdh;
6290 bfd_boolean force_local;
5bd4f169 6291
50bc7936
AM
6292 fh = (struct ppc_link_hash_entry *) h;
6293 if (fh->elf.root.type == bfd_link_hash_indirect)
b34976b6 6294 return TRUE;
e86ce104 6295
4ce794b7 6296 info = inf;
65f38f15 6297 htab = ppc_hash_table (info);
4dfe6ac6
NC
6298 if (htab == NULL)
6299 return FALSE;
5bd4f169 6300
c09bdfe5
AM
6301 /* Resolve undefined references to dot-symbols as the value
6302 in the function descriptor, if we have one in a regular object.
6303 This is to satisfy cases like ".quad .foo". Calls to functions
6304 in dynamic objects are handled elsewhere. */
6305 if (fh->elf.root.type == bfd_link_hash_undefweak
6306 && fh->was_undefined
b31867b6
AM
6307 && (fdh = defined_func_desc (fh)) != NULL
6308 && get_opd_info (fdh->elf.root.u.def.section) != NULL
6309 && opd_entry_value (fdh->elf.root.u.def.section,
6310 fdh->elf.root.u.def.value,
c09bdfe5
AM
6311 &fh->elf.root.u.def.section,
6312 &fh->elf.root.u.def.value) != (bfd_vma) -1)
6313 {
b31867b6 6314 fh->elf.root.type = fdh->elf.root.type;
f5385ebf 6315 fh->elf.forced_local = 1;
b31867b6
AM
6316 fh->elf.def_regular = fdh->elf.def_regular;
6317 fh->elf.def_dynamic = fdh->elf.def_dynamic;
c09bdfe5
AM
6318 }
6319
e86ce104
AM
6320 /* If this is a function code symbol, transfer dynamic linking
6321 information to the function descriptor symbol. */
50bc7936 6322 if (!fh->is_func)
b34976b6 6323 return TRUE;
e86ce104 6324
50bc7936 6325 for (ent = fh->elf.plt.plist; ent != NULL; ent = ent->next)
411e1bfb
AM
6326 if (ent->plt.refcount > 0)
6327 break;
50bc7936
AM
6328 if (ent == NULL
6329 || fh->elf.root.root.string[0] != '.'
6330 || fh->elf.root.root.string[1] == '\0')
6331 return TRUE;
5bd4f169 6332
50bc7936
AM
6333 /* Find the corresponding function descriptor symbol. Create it
6334 as undefined if necessary. */
5bd4f169 6335
b31867b6 6336 fdh = lookup_fdh (fh, htab);
50bc7936 6337 if (fdh == NULL
df131623 6338 && !info->executable
50bc7936
AM
6339 && (fh->elf.root.type == bfd_link_hash_undefined
6340 || fh->elf.root.type == bfd_link_hash_undefweak))
6341 {
908b32fc 6342 fdh = make_fdh (info, fh);
bb700d78
AM
6343 if (fdh == NULL)
6344 return FALSE;
50bc7936 6345 }
648cca2c 6346
908b32fc 6347 /* Fake function descriptors are made undefweak. If the function
433817dd
AM
6348 code symbol is strong undefined, make the fake sym the same.
6349 If the function code symbol is defined, then force the fake
6350 descriptor local; We can't support overriding of symbols in a
6351 shared library on a fake descriptor. */
908b32fc
AM
6352
6353 if (fdh != NULL
6354 && fdh->fake
433817dd 6355 && fdh->elf.root.type == bfd_link_hash_undefweak)
908b32fc 6356 {
433817dd
AM
6357 if (fh->elf.root.type == bfd_link_hash_undefined)
6358 {
6359 fdh->elf.root.type = bfd_link_hash_undefined;
6360 bfd_link_add_undef (&htab->elf.root, &fdh->elf.root);
6361 }
6362 else if (fh->elf.root.type == bfd_link_hash_defined
6363 || fh->elf.root.type == bfd_link_hash_defweak)
6364 {
6365 _bfd_elf_link_hash_hide_symbol (info, &fdh->elf, TRUE);
6366 }
908b32fc
AM
6367 }
6368
50bc7936 6369 if (fdh != NULL
f5385ebf 6370 && !fdh->elf.forced_local
df131623 6371 && (!info->executable
f5385ebf
AM
6372 || fdh->elf.def_dynamic
6373 || fdh->elf.ref_dynamic
50bc7936
AM
6374 || (fdh->elf.root.type == bfd_link_hash_undefweak
6375 && ELF_ST_VISIBILITY (fdh->elf.other) == STV_DEFAULT)))
6376 {
6377 if (fdh->elf.dynindx == -1)
c152c796 6378 if (! bfd_elf_link_record_dynamic_symbol (info, &fdh->elf))
50bc7936 6379 return FALSE;
f5385ebf
AM
6380 fdh->elf.ref_regular |= fh->elf.ref_regular;
6381 fdh->elf.ref_dynamic |= fh->elf.ref_dynamic;
6382 fdh->elf.ref_regular_nonweak |= fh->elf.ref_regular_nonweak;
6383 fdh->elf.non_got_ref |= fh->elf.non_got_ref;
50bc7936 6384 if (ELF_ST_VISIBILITY (fh->elf.other) == STV_DEFAULT)
e86ce104 6385 {
40d16e0b 6386 move_plt_plist (fh, fdh);
f5385ebf 6387 fdh->elf.needs_plt = 1;
e86ce104 6388 }
50bc7936 6389 fdh->is_func_descriptor = 1;
34814b9f
AM
6390 fdh->oh = fh;
6391 fh->oh = fdh;
e86ce104
AM
6392 }
6393
50bc7936
AM
6394 /* Now that the info is on the function descriptor, clear the
6395 function code sym info. Any function code syms for which we
6396 don't have a definition in a regular file, we force local.
6397 This prevents a shared library from exporting syms that have
6398 been imported from another library. Function code syms that
6399 are really in the library we must leave global to prevent the
6400 linker dragging in a definition from a static library. */
93f3fa99
AM
6401 force_local = (!fh->elf.def_regular
6402 || fdh == NULL
6403 || !fdh->elf.def_regular
6404 || fdh->elf.forced_local);
50bc7936
AM
6405 _bfd_elf_link_hash_hide_symbol (info, &fh->elf, force_local);
6406
b34976b6 6407 return TRUE;
e86ce104 6408}
40b8271b 6409
e86ce104 6410/* Called near the start of bfd_elf_size_dynamic_sections. We use
82bd7b59
AM
6411 this hook to a) provide some gcc support functions, and b) transfer
6412 dynamic linking information gathered so far on function code symbol
6413 entries, to their corresponding function descriptor symbol entries. */
deb0e272 6414
b34976b6 6415static bfd_boolean
4ce794b7
AM
6416ppc64_elf_func_desc_adjust (bfd *obfd ATTRIBUTE_UNUSED,
6417 struct bfd_link_info *info)
e86ce104
AM
6418{
6419 struct ppc_link_hash_table *htab;
82bd7b59 6420 unsigned int i;
deb0e272
AM
6421 const struct sfpr_def_parms funcs[] =
6422 {
6423 { "_savegpr0_", 14, 31, savegpr0, savegpr0_tail },
6424 { "_restgpr0_", 14, 29, restgpr0, restgpr0_tail },
6425 { "_restgpr0_", 30, 31, restgpr0, restgpr0_tail },
6426 { "_savegpr1_", 14, 31, savegpr1, savegpr1_tail },
6427 { "_restgpr1_", 14, 31, restgpr1, restgpr1_tail },
6428 { "_savefpr_", 14, 31, savefpr, savefpr0_tail },
6429 { "_restfpr_", 14, 29, restfpr, restfpr0_tail },
6430 { "_restfpr_", 30, 31, restfpr, restfpr0_tail },
6431 { "._savef", 14, 31, savefpr, savefpr1_tail },
6432 { "._restf", 14, 31, restfpr, restfpr1_tail },
6433 { "_savevr_", 20, 31, savevr, savevr_tail },
6434 { "_restvr_", 20, 31, restvr, restvr_tail }
6435 };
e86ce104
AM
6436
6437 htab = ppc_hash_table (info);
4dfe6ac6
NC
6438 if (htab == NULL)
6439 return FALSE;
6440
82bd7b59
AM
6441 if (htab->sfpr == NULL)
6442 /* We don't have any relocs. */
b34976b6 6443 return TRUE;
82bd7b59 6444
deb0e272
AM
6445 /* Provide any missing _save* and _rest* functions. */
6446 htab->sfpr->size = 0;
6447 for (i = 0; i < sizeof (funcs) / sizeof (funcs[0]); i++)
6448 if (!sfpr_define (info, &funcs[i]))
6449 return FALSE;
82bd7b59 6450
4ce794b7 6451 elf_link_hash_traverse (&htab->elf, func_desc_adjust, info);
805fc799 6452
eea6121a 6453 if (htab->sfpr->size == 0)
8423293d 6454 htab->sfpr->flags |= SEC_EXCLUDE;
82bd7b59 6455
b34976b6 6456 return TRUE;
e86ce104
AM
6457}
6458
6459/* Adjust a symbol defined by a dynamic object and referenced by a
6460 regular object. The current definition is in some section of the
6461 dynamic object, but we're not including those sections. We have to
6462 change the definition to something the rest of the link can
6463 understand. */
6464
b34976b6 6465static bfd_boolean
4ce794b7
AM
6466ppc64_elf_adjust_dynamic_symbol (struct bfd_link_info *info,
6467 struct elf_link_hash_entry *h)
e86ce104
AM
6468{
6469 struct ppc_link_hash_table *htab;
e86ce104 6470 asection *s;
e86ce104
AM
6471
6472 htab = ppc_hash_table (info);
4dfe6ac6
NC
6473 if (htab == NULL)
6474 return FALSE;
e86ce104
AM
6475
6476 /* Deal with function syms. */
6477 if (h->type == STT_FUNC
e054468f 6478 || h->type == STT_GNU_IFUNC
f5385ebf 6479 || h->needs_plt)
e86ce104
AM
6480 {
6481 /* Clear procedure linkage table information for any symbol that
6482 won't need a .plt entry. */
411e1bfb
AM
6483 struct plt_entry *ent;
6484 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
6485 if (ent->plt.refcount > 0)
6486 break;
8387904d 6487 if (ent == NULL
e054468f
AM
6488 || (h->type != STT_GNU_IFUNC
6489 && (SYMBOL_CALLS_LOCAL (info, h)
6490 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
6491 && h->root.type == bfd_link_hash_undefweak))))
40b8271b 6492 {
411e1bfb 6493 h->plt.plist = NULL;
f5385ebf 6494 h->needs_plt = 0;
40b8271b 6495 }
5bd4f169 6496 }
bbd7ec4a 6497 else
411e1bfb 6498 h->plt.plist = NULL;
5bd4f169
AM
6499
6500 /* If this is a weak symbol, and there is a real definition, the
6501 processor independent code will have arranged for us to see the
6502 real definition first, and we can just use the same value. */
f6e332e6 6503 if (h->u.weakdef != NULL)
5bd4f169 6504 {
f6e332e6
AM
6505 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
6506 || h->u.weakdef->root.type == bfd_link_hash_defweak);
6507 h->root.u.def.section = h->u.weakdef->root.u.def.section;
6508 h->root.u.def.value = h->u.weakdef->root.u.def.value;
a23b6845 6509 if (ELIMINATE_COPY_RELOCS)
f6e332e6 6510 h->non_got_ref = h->u.weakdef->non_got_ref;
b34976b6 6511 return TRUE;
5bd4f169
AM
6512 }
6513
5bd4f169
AM
6514 /* If we are creating a shared library, we must presume that the
6515 only references to the symbol are via the global offset table.
6516 For such cases we need not do anything here; the relocations will
6517 be handled correctly by relocate_section. */
6518 if (info->shared)
b34976b6 6519 return TRUE;
5bd4f169 6520
65f38f15
AM
6521 /* If there are no references to this symbol that do not use the
6522 GOT, we don't need to generate a copy reloc. */
f5385ebf 6523 if (!h->non_got_ref)
b34976b6 6524 return TRUE;
65f38f15 6525
b186458a
JJ
6526 /* Don't generate a copy reloc for symbols defined in the executable. */
6527 if (!h->def_dynamic || !h->ref_regular || h->def_regular)
6528 return TRUE;
6529
f4656909 6530 if (ELIMINATE_COPY_RELOCS)
65f38f15 6531 {
f4656909 6532 struct ppc_link_hash_entry * eh;
6061a67d 6533 struct elf_dyn_relocs *p;
65f38f15 6534
f4656909
AM
6535 eh = (struct ppc_link_hash_entry *) h;
6536 for (p = eh->dyn_relocs; p != NULL; p = p->next)
6537 {
6538 s = p->sec->output_section;
6539 if (s != NULL && (s->flags & SEC_READONLY) != 0)
6540 break;
6541 }
6542
6543 /* If we didn't find any dynamic relocs in read-only sections, then
6544 we'll be keeping the dynamic relocs and avoiding the copy reloc. */
6545 if (p == NULL)
6546 {
f5385ebf 6547 h->non_got_ref = 0;
f4656909
AM
6548 return TRUE;
6549 }
65f38f15
AM
6550 }
6551
5d35169e 6552 if (h->plt.plist != NULL)
97b639ba
AM
6553 {
6554 /* We should never get here, but unfortunately there are versions
6555 of gcc out there that improperly (for this ABI) put initialized
6556 function pointers, vtable refs and suchlike in read-only
6557 sections. Allow them to proceed, but warn that this might
6558 break at runtime. */
25f53a85 6559 info->callbacks->einfo
8de848d8 6560 (_("%P: copy reloc against `%s' requires lazy plt linking; "
25f53a85 6561 "avoid setting LD_BIND_NOW=1 or upgrade gcc\n"),
97b639ba
AM
6562 h->root.root.string);
6563 }
5d35169e
AM
6564
6565 /* This is a reference to a symbol defined by a dynamic object which
6566 is not a function. */
6567
5bd4f169
AM
6568 /* We must allocate the symbol in our .dynbss section, which will
6569 become part of the .bss section of the executable. There will be
6570 an entry for this symbol in the .dynsym section. The dynamic
6571 object will contain position independent code, so all references
6572 from the dynamic object to this symbol will go through the global
6573 offset table. The dynamic linker will use the .dynsym entry to
6574 determine the address it must put in the global offset table, so
6575 both the dynamic object and the regular object will refer to the
6576 same memory location for the variable. */
5bd4f169 6577
04c9666a
AM
6578 /* We must generate a R_PPC64_COPY reloc to tell the dynamic linker
6579 to copy the initial value out of the dynamic object and into the
5bd4f169
AM
6580 runtime process image. We need to remember the offset into the
6581 .rela.bss section we are going to use. */
1d7e9d18 6582 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0 && h->size != 0)
5bd4f169 6583 {
eea6121a 6584 htab->relbss->size += sizeof (Elf64_External_Rela);
f5385ebf 6585 h->needs_copy = 1;
5bd4f169
AM
6586 }
6587
4ce794b7 6588 s = htab->dynbss;
5bd4f169 6589
027297b7 6590 return _bfd_elf_adjust_dynamic_copy (h, s);
5bd4f169
AM
6591}
6592
e86ce104
AM
6593/* If given a function descriptor symbol, hide both the function code
6594 sym and the descriptor. */
6595static void
4ce794b7
AM
6596ppc64_elf_hide_symbol (struct bfd_link_info *info,
6597 struct elf_link_hash_entry *h,
6598 bfd_boolean force_local)
e86ce104 6599{
34814b9f 6600 struct ppc_link_hash_entry *eh;
e86ce104
AM
6601 _bfd_elf_link_hash_hide_symbol (info, h, force_local);
6602
34814b9f
AM
6603 eh = (struct ppc_link_hash_entry *) h;
6604 if (eh->is_func_descriptor)
e86ce104 6605 {
34814b9f 6606 struct ppc_link_hash_entry *fh = eh->oh;
e86ce104 6607
721956f4 6608 if (fh == NULL)
d1329ca3
AM
6609 {
6610 const char *p, *q;
6611 struct ppc_link_hash_table *htab;
6612 char save;
6613
6614 /* We aren't supposed to use alloca in BFD because on
6615 systems which do not have alloca the version in libiberty
6616 calls xmalloc, which might cause the program to crash
6617 when it runs out of memory. This function doesn't have a
6618 return status, so there's no way to gracefully return an
6619 error. So cheat. We know that string[-1] can be safely
34814b9f
AM
6620 accessed; It's either a string in an ELF string table,
6621 or allocated in an objalloc structure. */
d1329ca3 6622
34814b9f 6623 p = eh->elf.root.root.string - 1;
d1329ca3
AM
6624 save = *p;
6625 *(char *) p = '.';
6626 htab = ppc_hash_table (info);
4dfe6ac6
NC
6627 if (htab == NULL)
6628 return;
6629
34814b9f
AM
6630 fh = (struct ppc_link_hash_entry *)
6631 elf_link_hash_lookup (&htab->elf, p, FALSE, FALSE, FALSE);
d1329ca3
AM
6632 *(char *) p = save;
6633
6634 /* Unfortunately, if it so happens that the string we were
6635 looking for was allocated immediately before this string,
6636 then we overwrote the string terminator. That's the only
6637 reason the lookup should fail. */
6638 if (fh == NULL)
6639 {
34814b9f
AM
6640 q = eh->elf.root.root.string + strlen (eh->elf.root.root.string);
6641 while (q >= eh->elf.root.root.string && *q == *p)
d1329ca3 6642 --q, --p;
34814b9f
AM
6643 if (q < eh->elf.root.root.string && *p == '.')
6644 fh = (struct ppc_link_hash_entry *)
6645 elf_link_hash_lookup (&htab->elf, p, FALSE, FALSE, FALSE);
d1329ca3
AM
6646 }
6647 if (fh != NULL)
6648 {
34814b9f
AM
6649 eh->oh = fh;
6650 fh->oh = eh;
d1329ca3
AM
6651 }
6652 }
e86ce104 6653 if (fh != NULL)
34814b9f 6654 _bfd_elf_link_hash_hide_symbol (info, &fh->elf, force_local);
e86ce104
AM
6655 }
6656}
6657
411e1bfb 6658static bfd_boolean
8843416a
AM
6659get_sym_h (struct elf_link_hash_entry **hp,
6660 Elf_Internal_Sym **symp,
6661 asection **symsecp,
f961d9dd 6662 unsigned char **tls_maskp,
8843416a
AM
6663 Elf_Internal_Sym **locsymsp,
6664 unsigned long r_symndx,
6665 bfd *ibfd)
411e1bfb 6666{
0ffa91dd 6667 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (ibfd);
411e1bfb
AM
6668
6669 if (r_symndx >= symtab_hdr->sh_info)
6670 {
6671 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
6672 struct elf_link_hash_entry *h;
6673
6674 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
b31867b6 6675 h = elf_follow_link (h);
411e1bfb
AM
6676
6677 if (hp != NULL)
6678 *hp = h;
6679
6680 if (symp != NULL)
6681 *symp = NULL;
6682
6683 if (symsecp != NULL)
6684 {
6685 asection *symsec = NULL;
6686 if (h->root.type == bfd_link_hash_defined
6687 || h->root.type == bfd_link_hash_defweak)
6688 symsec = h->root.u.def.section;
6689 *symsecp = symsec;
6690 }
6691
e7b938ca 6692 if (tls_maskp != NULL)
411e1bfb
AM
6693 {
6694 struct ppc_link_hash_entry *eh;
6695
6696 eh = (struct ppc_link_hash_entry *) h;
e7b938ca 6697 *tls_maskp = &eh->tls_mask;
411e1bfb
AM
6698 }
6699 }
6700 else
6701 {
6702 Elf_Internal_Sym *sym;
6703 Elf_Internal_Sym *locsyms = *locsymsp;
6704
6705 if (locsyms == NULL)
6706 {
6707 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
6708 if (locsyms == NULL)
6709 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
6710 symtab_hdr->sh_info,
6711 0, NULL, NULL, NULL);
6712 if (locsyms == NULL)
6713 return FALSE;
6714 *locsymsp = locsyms;
6715 }
6716 sym = locsyms + r_symndx;
6717
6718 if (hp != NULL)
6719 *hp = NULL;
6720
6721 if (symp != NULL)
6722 *symp = sym;
6723
6724 if (symsecp != NULL)
cb33740c 6725 *symsecp = bfd_section_from_elf_index (ibfd, sym->st_shndx);
411e1bfb 6726
e7b938ca 6727 if (tls_maskp != NULL)
411e1bfb
AM
6728 {
6729 struct got_entry **lgot_ents;
f961d9dd 6730 unsigned char *tls_mask;
411e1bfb 6731
e7b938ca 6732 tls_mask = NULL;
411e1bfb
AM
6733 lgot_ents = elf_local_got_ents (ibfd);
6734 if (lgot_ents != NULL)
6735 {
e054468f
AM
6736 struct plt_entry **local_plt = (struct plt_entry **)
6737 (lgot_ents + symtab_hdr->sh_info);
f961d9dd 6738 unsigned char *lgot_masks = (unsigned char *)
e054468f 6739 (local_plt + symtab_hdr->sh_info);
e7b938ca 6740 tls_mask = &lgot_masks[r_symndx];
411e1bfb 6741 }
e7b938ca 6742 *tls_maskp = tls_mask;
411e1bfb
AM
6743 }
6744 }
6745 return TRUE;
6746}
6747
e7b938ca 6748/* Returns TLS_MASKP for the given REL symbol. Function return is 0 on
951fd09b 6749 error, 2 on a toc GD type suitable for optimization, 3 on a toc LD
ad8e1ba5 6750 type suitable for optimization, and 1 otherwise. */
951fd09b
AM
6751
6752static int
f961d9dd 6753get_tls_mask (unsigned char **tls_maskp,
3a71aa26
AM
6754 unsigned long *toc_symndx,
6755 bfd_vma *toc_addend,
0d4792f7 6756 Elf_Internal_Sym **locsymsp,
3a71aa26
AM
6757 const Elf_Internal_Rela *rel,
6758 bfd *ibfd)
411e1bfb
AM
6759{
6760 unsigned long r_symndx;
0d4792f7 6761 int next_r;
411e1bfb
AM
6762 struct elf_link_hash_entry *h;
6763 Elf_Internal_Sym *sym;
6764 asection *sec;
6765 bfd_vma off;
6766
6767 r_symndx = ELF64_R_SYM (rel->r_info);
e7b938ca 6768 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
951fd09b 6769 return 0;
411e1bfb 6770
e7b938ca 6771 if ((*tls_maskp != NULL && **tls_maskp != 0)
411e1bfb 6772 || sec == NULL
6bee8834 6773 || ppc64_elf_section_data (sec) == NULL
7c8fe5c4 6774 || ppc64_elf_section_data (sec)->sec_type != sec_toc)
951fd09b 6775 return 1;
411e1bfb
AM
6776
6777 /* Look inside a TOC section too. */
6778 if (h != NULL)
6779 {
6780 BFD_ASSERT (h->root.type == bfd_link_hash_defined);
6781 off = h->root.u.def.value;
6782 }
6783 else
6784 off = sym->st_value;
6785 off += rel->r_addend;
6786 BFD_ASSERT (off % 8 == 0);
3a71aa26
AM
6787 r_symndx = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8];
6788 next_r = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8 + 1];
0d4792f7
AM
6789 if (toc_symndx != NULL)
6790 *toc_symndx = r_symndx;
3a71aa26
AM
6791 if (toc_addend != NULL)
6792 *toc_addend = ppc64_elf_section_data (sec)->u.toc.add[off / 8];
6793 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
6794 return 0;
854b41e7 6795 if ((h == NULL || is_static_defined (h))
0d4792f7
AM
6796 && (next_r == -1 || next_r == -2))
6797 return 1 - next_r;
951fd09b 6798 return 1;
411e1bfb
AM
6799}
6800
3b421ab3
AM
6801/* Find (or create) an entry in the tocsave hash table. */
6802
6803static struct tocsave_entry *
6804tocsave_find (struct ppc_link_hash_table *htab,
6805 enum insert_option insert,
6806 Elf_Internal_Sym **local_syms,
6807 const Elf_Internal_Rela *irela,
6808 bfd *ibfd)
6809{
6810 unsigned long r_indx;
6811 struct elf_link_hash_entry *h;
6812 Elf_Internal_Sym *sym;
6813 struct tocsave_entry ent, *p;
6814 hashval_t hash;
6815 struct tocsave_entry **slot;
6816
6817 r_indx = ELF64_R_SYM (irela->r_info);
6818 if (!get_sym_h (&h, &sym, &ent.sec, NULL, local_syms, r_indx, ibfd))
6819 return NULL;
6820 if (ent.sec == NULL || ent.sec->output_section == NULL)
6821 {
6822 (*_bfd_error_handler)
6823 (_("%B: undefined symbol on R_PPC64_TOCSAVE relocation"));
6824 return NULL;
6825 }
6826
6827 if (h != NULL)
6828 ent.offset = h->root.u.def.value;
6829 else
6830 ent.offset = sym->st_value;
6831 ent.offset += irela->r_addend;
6832
6833 hash = tocsave_htab_hash (&ent);
6834 slot = ((struct tocsave_entry **)
6835 htab_find_slot_with_hash (htab->tocsave_htab, &ent, hash, insert));
6836 if (slot == NULL)
6837 return NULL;
6838
6839 if (*slot == NULL)
6840 {
6841 p = (struct tocsave_entry *) bfd_alloc (ibfd, sizeof (*p));
6842 if (p == NULL)
6843 return NULL;
6844 *p = ent;
6845 *slot = p;
6846 }
6847 return *slot;
6848}
6849
754021d0 6850/* Adjust all global syms defined in opd sections. In gcc generated
8387904d 6851 code for the old ABI, these will already have been done. */
754021d0
AM
6852
6853static bfd_boolean
6854adjust_opd_syms (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
6855{
6856 struct ppc_link_hash_entry *eh;
6857 asection *sym_sec;
74f0fb50 6858 struct _opd_sec_data *opd;
754021d0
AM
6859
6860 if (h->root.type == bfd_link_hash_indirect)
6861 return TRUE;
6862
754021d0
AM
6863 if (h->root.type != bfd_link_hash_defined
6864 && h->root.type != bfd_link_hash_defweak)
6865 return TRUE;
6866
6867 eh = (struct ppc_link_hash_entry *) h;
6868 if (eh->adjust_done)
6869 return TRUE;
6870
6871 sym_sec = eh->elf.root.u.def.section;
74f0fb50
AM
6872 opd = get_opd_info (sym_sec);
6873 if (opd != NULL && opd->adjust != NULL)
754021d0 6874 {
74f0fb50 6875 long adjust = opd->adjust[eh->elf.root.u.def.value / 8];
4025353c
AM
6876 if (adjust == -1)
6877 {
6878 /* This entry has been deleted. */
b3fac117 6879 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section;
81688140
AM
6880 if (dsec == NULL)
6881 {
6882 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next)
6883 if (elf_discarded_section (dsec))
6884 {
b3fac117 6885 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec;
81688140
AM
6886 break;
6887 }
6888 }
4025353c 6889 eh->elf.root.u.def.value = 0;
81688140 6890 eh->elf.root.u.def.section = dsec;
4025353c
AM
6891 }
6892 else
6893 eh->elf.root.u.def.value += adjust;
754021d0
AM
6894 eh->adjust_done = 1;
6895 }
6896 return TRUE;
6897}
6898
8c1d1bb8
AM
6899/* Handles decrementing dynamic reloc counts for the reloc specified by
6900 R_INFO in section SEC. If LOCAL_SYMS is NULL, then H and SYM_SEC
6901 have already been determined. */
6902
6903static bfd_boolean
6904dec_dynrel_count (bfd_vma r_info,
6905 asection *sec,
6906 struct bfd_link_info *info,
6907 Elf_Internal_Sym **local_syms,
6908 struct elf_link_hash_entry *h,
6909 asection *sym_sec)
6910{
6911 enum elf_ppc64_reloc_type r_type;
6061a67d
AM
6912 struct elf_dyn_relocs *p;
6913 struct elf_dyn_relocs **pp;
8c1d1bb8
AM
6914
6915 /* Can this reloc be dynamic? This switch, and later tests here
6916 should be kept in sync with the code in check_relocs. */
6917 r_type = ELF64_R_TYPE (r_info);
6918 switch (r_type)
6919 {
6920 default:
6921 return TRUE;
6922
6923 case R_PPC64_TPREL16:
6924 case R_PPC64_TPREL16_LO:
6925 case R_PPC64_TPREL16_HI:
6926 case R_PPC64_TPREL16_HA:
6927 case R_PPC64_TPREL16_DS:
6928 case R_PPC64_TPREL16_LO_DS:
6929 case R_PPC64_TPREL16_HIGHER:
6930 case R_PPC64_TPREL16_HIGHERA:
6931 case R_PPC64_TPREL16_HIGHEST:
6932 case R_PPC64_TPREL16_HIGHESTA:
6933 if (!info->shared)
6934 return TRUE;
6935
6936 case R_PPC64_TPREL64:
6937 case R_PPC64_DTPMOD64:
6938 case R_PPC64_DTPREL64:
6939 case R_PPC64_ADDR64:
6940 case R_PPC64_REL30:
6941 case R_PPC64_REL32:
6942 case R_PPC64_REL64:
6943 case R_PPC64_ADDR14:
6944 case R_PPC64_ADDR14_BRNTAKEN:
6945 case R_PPC64_ADDR14_BRTAKEN:
6946 case R_PPC64_ADDR16:
6947 case R_PPC64_ADDR16_DS:
6948 case R_PPC64_ADDR16_HA:
6949 case R_PPC64_ADDR16_HI:
6950 case R_PPC64_ADDR16_HIGHER:
6951 case R_PPC64_ADDR16_HIGHERA:
6952 case R_PPC64_ADDR16_HIGHEST:
6953 case R_PPC64_ADDR16_HIGHESTA:
6954 case R_PPC64_ADDR16_LO:
6955 case R_PPC64_ADDR16_LO_DS:
6956 case R_PPC64_ADDR24:
6957 case R_PPC64_ADDR32:
6958 case R_PPC64_UADDR16:
6959 case R_PPC64_UADDR32:
6960 case R_PPC64_UADDR64:
6961 case R_PPC64_TOC:
6962 break;
6963 }
6964
6965 if (local_syms != NULL)
6966 {
6967 unsigned long r_symndx;
6968 Elf_Internal_Sym *sym;
6969 bfd *ibfd = sec->owner;
6970
6971 r_symndx = ELF64_R_SYM (r_info);
6972 if (!get_sym_h (&h, &sym, &sym_sec, NULL, local_syms, r_symndx, ibfd))
6973 return FALSE;
6974 }
6975
6976 if ((info->shared
1d483afe 6977 && (must_be_dyn_reloc (info, r_type)
8c1d1bb8
AM
6978 || (h != NULL
6979 && (!info->symbolic
6980 || h->root.type == bfd_link_hash_defweak
6981 || !h->def_regular))))
6982 || (ELIMINATE_COPY_RELOCS
6983 && !info->shared
6984 && h != NULL
6985 && (h->root.type == bfd_link_hash_defweak
6986 || !h->def_regular)))
6987 ;
6988 else
6989 return TRUE;
6990
6991 if (h != NULL)
6992 pp = &((struct ppc_link_hash_entry *) h)->dyn_relocs;
8c1d1bb8 6993 else
6edfbbad 6994 {
60124e18
AM
6995 if (sym_sec != NULL)
6996 {
6997 void *vpp = &elf_section_data (sym_sec)->local_dynrel;
6061a67d 6998 pp = (struct elf_dyn_relocs **) vpp;
60124e18
AM
6999 }
7000 else
7001 {
7002 void *vpp = &elf_section_data (sec)->local_dynrel;
6061a67d 7003 pp = (struct elf_dyn_relocs **) vpp;
60124e18
AM
7004 }
7005
7006 /* elf_gc_sweep may have already removed all dyn relocs associated
7007 with local syms for a given section. Don't report a dynreloc
7008 miscount. */
7009 if (*pp == NULL)
7010 return TRUE;
6edfbbad 7011 }
8c1d1bb8
AM
7012
7013 while ((p = *pp) != NULL)
7014 {
7015 if (p->sec == sec)
7016 {
1d483afe 7017 if (!must_be_dyn_reloc (info, r_type))
8c1d1bb8
AM
7018 p->pc_count -= 1;
7019 p->count -= 1;
7020 if (p->count == 0)
7021 *pp = p->next;
7022 return TRUE;
7023 }
7024 pp = &p->next;
7025 }
7026
8de848d8 7027 info->callbacks->einfo (_("%P: dynreloc miscount for %B, section %A\n"),
25f53a85 7028 sec->owner, sec);
8c1d1bb8
AM
7029 bfd_set_error (bfd_error_bad_value);
7030 return FALSE;
7031}
7032
754021d0
AM
7033/* Remove unused Official Procedure Descriptor entries. Currently we
7034 only remove those associated with functions in discarded link-once
7035 sections, or weakly defined functions that have been overridden. It
7036 would be possible to remove many more entries for statically linked
7037 applications. */
7038
b34976b6 7039bfd_boolean
33c0ec9d 7040ppc64_elf_edit_opd (struct bfd_link_info *info, bfd_boolean non_overlapping)
1e2f5b6e
AM
7041{
7042 bfd *ibfd;
754021d0 7043 bfd_boolean some_edited = FALSE;
3f764659 7044 asection *need_pad = NULL;
1e2f5b6e 7045
411e1bfb 7046 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
1e2f5b6e
AM
7047 {
7048 asection *sec;
7049 Elf_Internal_Rela *relstart, *rel, *relend;
7050 Elf_Internal_Shdr *symtab_hdr;
6cdc0ccc 7051 Elf_Internal_Sym *local_syms;
1e2f5b6e 7052 bfd_vma offset;
74f0fb50 7053 struct _opd_sec_data *opd;
3f764659
JJ
7054 bfd_boolean need_edit, add_aux_fields;
7055 bfd_size_type cnt_16b = 0;
1e2f5b6e 7056
854b41e7
AM
7057 if (!is_ppc64_elf (ibfd))
7058 continue;
7059
1e2f5b6e 7060 sec = bfd_get_section_by_name (ibfd, ".opd");
46de2a7c 7061 if (sec == NULL || sec->size == 0)
1e2f5b6e
AM
7062 continue;
7063
4b85d634
AM
7064 if (sec->sec_info_type == ELF_INFO_TYPE_JUST_SYMS)
7065 continue;
7066
1e2f5b6e
AM
7067 if (sec->output_section == bfd_abs_section_ptr)
7068 continue;
7069
7070 /* Look through the section relocs. */
7071 if ((sec->flags & SEC_RELOC) == 0 || sec->reloc_count == 0)
7072 continue;
7073
6cdc0ccc 7074 local_syms = NULL;
0ffa91dd 7075 symtab_hdr = &elf_symtab_hdr (ibfd);
1e2f5b6e
AM
7076
7077 /* Read the relocations. */
4ce794b7 7078 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
45d6a902 7079 info->keep_memory);
1e2f5b6e 7080 if (relstart == NULL)
b34976b6 7081 return FALSE;
1e2f5b6e
AM
7082
7083 /* First run through the relocs to check they are sane, and to
7084 determine whether we need to edit this opd section. */
b34976b6 7085 need_edit = FALSE;
3f764659 7086 need_pad = sec;
1e2f5b6e
AM
7087 offset = 0;
7088 relend = relstart + sec->reloc_count;
50bc7936 7089 for (rel = relstart; rel < relend; )
1e2f5b6e 7090 {
04c9666a 7091 enum elf_ppc64_reloc_type r_type;
1e2f5b6e
AM
7092 unsigned long r_symndx;
7093 asection *sym_sec;
7094 struct elf_link_hash_entry *h;
7095 Elf_Internal_Sym *sym;
7096
3f764659 7097 /* .opd contains a regular array of 16 or 24 byte entries. We're
1e2f5b6e
AM
7098 only interested in the reloc pointing to a function entry
7099 point. */
50bc7936
AM
7100 if (rel->r_offset != offset
7101 || rel + 1 >= relend
7102 || (rel + 1)->r_offset != offset + 8)
1e2f5b6e
AM
7103 {
7104 /* If someone messes with .opd alignment then after a
7105 "ld -r" we might have padding in the middle of .opd.
7106 Also, there's nothing to prevent someone putting
7107 something silly in .opd with the assembler. No .opd
b34976b6 7108 optimization for them! */
3f764659 7109 broken_opd:
1e2f5b6e 7110 (*_bfd_error_handler)
d003868e 7111 (_("%B: .opd is not a regular array of opd entries"), ibfd);
b34976b6 7112 need_edit = FALSE;
1e2f5b6e
AM
7113 break;
7114 }
7115
50bc7936
AM
7116 if ((r_type = ELF64_R_TYPE (rel->r_info)) != R_PPC64_ADDR64
7117 || (r_type = ELF64_R_TYPE ((rel + 1)->r_info)) != R_PPC64_TOC)
7118 {
7119 (*_bfd_error_handler)
d003868e
AM
7120 (_("%B: unexpected reloc type %u in .opd section"),
7121 ibfd, r_type);
50bc7936
AM
7122 need_edit = FALSE;
7123 break;
7124 }
7125
1e2f5b6e 7126 r_symndx = ELF64_R_SYM (rel->r_info);
411e1bfb
AM
7127 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
7128 r_symndx, ibfd))
50bc7936 7129 goto error_ret;
1e2f5b6e
AM
7130
7131 if (sym_sec == NULL || sym_sec->owner == NULL)
7132 {
411e1bfb
AM
7133 const char *sym_name;
7134 if (h != NULL)
7135 sym_name = h->root.root.string;
7136 else
26c61ae5
L
7137 sym_name = bfd_elf_sym_name (ibfd, symtab_hdr, sym,
7138 sym_sec);
411e1bfb 7139
1e2f5b6e 7140 (*_bfd_error_handler)
d003868e
AM
7141 (_("%B: undefined sym `%s' in .opd section"),
7142 ibfd, sym_name);
b34976b6 7143 need_edit = FALSE;
1e2f5b6e
AM
7144 break;
7145 }
7146
51020317
AM
7147 /* opd entries are always for functions defined in the
7148 current input bfd. If the symbol isn't defined in the
7149 input bfd, then we won't be using the function in this
7150 bfd; It must be defined in a linkonce section in another
7151 bfd, or is weak. It's also possible that we are
7152 discarding the function due to a linker script /DISCARD/,
7153 which we test for via the output_section. */
7154 if (sym_sec->owner != ibfd
7155 || sym_sec->output_section == bfd_abs_section_ptr)
b34976b6 7156 need_edit = TRUE;
1e2f5b6e 7157
50bc7936 7158 rel += 2;
3f764659
JJ
7159 if (rel == relend
7160 || (rel + 1 == relend && rel->r_offset == offset + 16))
7161 {
7162 if (sec->size == offset + 24)
7163 {
7164 need_pad = NULL;
7165 break;
7166 }
7167 if (rel == relend && sec->size == offset + 16)
7168 {
7169 cnt_16b++;
7170 break;
7171 }
7172 goto broken_opd;
7173 }
7174
7175 if (rel->r_offset == offset + 24)
7176 offset += 24;
7177 else if (rel->r_offset != offset + 16)
7178 goto broken_opd;
7179 else if (rel + 1 < relend
7180 && ELF64_R_TYPE (rel[0].r_info) == R_PPC64_ADDR64
7181 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOC)
7182 {
7183 offset += 16;
7184 cnt_16b++;
7185 }
7186 else if (rel + 2 < relend
7187 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_ADDR64
7188 && ELF64_R_TYPE (rel[2].r_info) == R_PPC64_TOC)
7189 {
7190 offset += 24;
7191 rel += 1;
7192 }
7193 else
7194 goto broken_opd;
1e2f5b6e
AM
7195 }
7196
3f764659
JJ
7197 add_aux_fields = non_overlapping && cnt_16b > 0;
7198
7199 if (need_edit || add_aux_fields)
1e2f5b6e
AM
7200 {
7201 Elf_Internal_Rela *write_rel;
d4730f92 7202 Elf_Internal_Shdr *rel_hdr;
1e2f5b6e 7203 bfd_byte *rptr, *wptr;
983bddc8 7204 bfd_byte *new_contents;
b34976b6 7205 bfd_boolean skip;
3f764659 7206 long opd_ent_size;
74f0fb50
AM
7207 bfd_size_type amt;
7208
983bddc8 7209 new_contents = NULL;
74f0fb50
AM
7210 amt = sec->size * sizeof (long) / 8;
7211 opd = &ppc64_elf_section_data (sec)->u.opd;
33c0ec9d 7212 opd->adjust = bfd_zalloc (sec->owner, amt);
74f0fb50
AM
7213 if (opd->adjust == NULL)
7214 return FALSE;
7215 ppc64_elf_section_data (sec)->sec_type = sec_opd;
1e2f5b6e
AM
7216
7217 /* This seems a waste of time as input .opd sections are all
7218 zeros as generated by gcc, but I suppose there's no reason
7219 this will always be so. We might start putting something in
7220 the third word of .opd entries. */
7221 if ((sec->flags & SEC_IN_MEMORY) == 0)
7222 {
eea6121a
AM
7223 bfd_byte *loc;
7224 if (!bfd_malloc_and_get_section (ibfd, sec, &loc))
6cdc0ccc 7225 {
eea6121a
AM
7226 if (loc != NULL)
7227 free (loc);
50bc7936 7228 error_ret:
6cdc0ccc
AM
7229 if (local_syms != NULL
7230 && symtab_hdr->contents != (unsigned char *) local_syms)
7231 free (local_syms);
6cdc0ccc
AM
7232 if (elf_section_data (sec)->relocs != relstart)
7233 free (relstart);
b34976b6 7234 return FALSE;
6cdc0ccc 7235 }
1e2f5b6e
AM
7236 sec->contents = loc;
7237 sec->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
7238 }
7239
7240 elf_section_data (sec)->relocs = relstart;
7241
3f764659 7242 new_contents = sec->contents;
3f764659
JJ
7243 if (add_aux_fields)
7244 {
7245 new_contents = bfd_malloc (sec->size + cnt_16b * 8);
7246 if (new_contents == NULL)
7247 return FALSE;
7248 need_pad = FALSE;
3f764659 7249 }
b4f4e59f
AM
7250 wptr = new_contents;
7251 rptr = sec->contents;
3f764659 7252
1e2f5b6e 7253 write_rel = relstart;
b34976b6 7254 skip = FALSE;
1e2f5b6e 7255 offset = 0;
3f764659 7256 opd_ent_size = 0;
1e2f5b6e
AM
7257 for (rel = relstart; rel < relend; rel++)
7258 {
50bc7936
AM
7259 unsigned long r_symndx;
7260 asection *sym_sec;
7261 struct elf_link_hash_entry *h;
7262 Elf_Internal_Sym *sym;
7263
7264 r_symndx = ELF64_R_SYM (rel->r_info);
7265 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
d37c89e5 7266 r_symndx, ibfd))
50bc7936
AM
7267 goto error_ret;
7268
1e2f5b6e
AM
7269 if (rel->r_offset == offset)
7270 {
50bc7936 7271 struct ppc_link_hash_entry *fdh = NULL;
3f764659
JJ
7272
7273 /* See if the .opd entry is full 24 byte or
7274 16 byte (with fd_aux entry overlapped with next
7275 fd_func). */
7276 opd_ent_size = 24;
7277 if ((rel + 2 == relend && sec->size == offset + 16)
7278 || (rel + 3 < relend
7279 && rel[2].r_offset == offset + 16
7280 && rel[3].r_offset == offset + 24
7281 && ELF64_R_TYPE (rel[2].r_info) == R_PPC64_ADDR64
7282 && ELF64_R_TYPE (rel[3].r_info) == R_PPC64_TOC))
7283 opd_ent_size = 16;
7284
4025353c
AM
7285 if (h != NULL
7286 && h->root.root.string[0] == '.')
c4f68ce3 7287 {
4dfe6ac6
NC
7288 struct ppc_link_hash_table *htab;
7289
7290 htab = ppc_hash_table (info);
7291 if (htab != NULL)
7292 fdh = lookup_fdh ((struct ppc_link_hash_entry *) h,
7293 htab);
c4f68ce3
AM
7294 if (fdh != NULL
7295 && fdh->elf.root.type != bfd_link_hash_defined
7296 && fdh->elf.root.type != bfd_link_hash_defweak)
7297 fdh = NULL;
7298 }
1e2f5b6e 7299
51020317
AM
7300 skip = (sym_sec->owner != ibfd
7301 || sym_sec->output_section == bfd_abs_section_ptr);
a4aa0fb7
AM
7302 if (skip)
7303 {
4025353c 7304 if (fdh != NULL && sym_sec->owner == ibfd)
a4aa0fb7
AM
7305 {
7306 /* Arrange for the function descriptor sym
7307 to be dropped. */
d6fe2dc1
AM
7308 fdh->elf.root.u.def.value = 0;
7309 fdh->elf.root.u.def.section = sym_sec;
a4aa0fb7 7310 }
74f0fb50 7311 opd->adjust[rel->r_offset / 8] = -1;
a4aa0fb7
AM
7312 }
7313 else
1e2f5b6e
AM
7314 {
7315 /* We'll be keeping this opd entry. */
7316
4025353c 7317 if (fdh != NULL)
1e2f5b6e 7318 {
754021d0
AM
7319 /* Redefine the function descriptor symbol to
7320 this location in the opd section. It is
7321 necessary to update the value here rather
7322 than using an array of adjustments as we do
7323 for local symbols, because various places
7324 in the generic ELF code use the value
7325 stored in u.def.value. */
3f764659 7326 fdh->elf.root.u.def.value = wptr - new_contents;
754021d0 7327 fdh->adjust_done = 1;
1e2f5b6e 7328 }
754021d0
AM
7329
7330 /* Local syms are a bit tricky. We could
7331 tweak them as they can be cached, but
7332 we'd need to look through the local syms
7333 for the function descriptor sym which we
7334 don't have at the moment. So keep an
7335 array of adjustments. */
74f0fb50 7336 opd->adjust[rel->r_offset / 8]
3f764659 7337 = (wptr - new_contents) - (rptr - sec->contents);
1e2f5b6e
AM
7338
7339 if (wptr != rptr)
3f764659
JJ
7340 memcpy (wptr, rptr, opd_ent_size);
7341 wptr += opd_ent_size;
7342 if (add_aux_fields && opd_ent_size == 16)
7343 {
7344 memset (wptr, '\0', 8);
7345 wptr += 8;
7346 }
1e2f5b6e 7347 }
3f764659
JJ
7348 rptr += opd_ent_size;
7349 offset += opd_ent_size;
1e2f5b6e
AM
7350 }
7351
50bc7936
AM
7352 if (skip)
7353 {
60124e18
AM
7354 if (!NO_OPD_RELOCS
7355 && !info->relocatable
18d944df
AM
7356 && !dec_dynrel_count (rel->r_info, sec, info,
7357 NULL, h, sym_sec))
8c1d1bb8 7358 goto error_ret;
50bc7936
AM
7359 }
7360 else
1e2f5b6e 7361 {
50bc7936
AM
7362 /* We need to adjust any reloc offsets to point to the
7363 new opd entries. While we're at it, we may as well
7364 remove redundant relocs. */
74f0fb50 7365 rel->r_offset += opd->adjust[(offset - opd_ent_size) / 8];
1e2f5b6e
AM
7366 if (write_rel != rel)
7367 memcpy (write_rel, rel, sizeof (*rel));
7368 ++write_rel;
7369 }
7370 }
7371
3f764659 7372 sec->size = wptr - new_contents;
1e2f5b6e 7373 sec->reloc_count = write_rel - relstart;
3f764659
JJ
7374 if (add_aux_fields)
7375 {
7376 free (sec->contents);
7377 sec->contents = new_contents;
7378 }
7379
05bf9422 7380 /* Fudge the header size too, as this is used later in
cdcf6e38 7381 elf_bfd_final_link if we are emitting relocs. */
d4730f92
BS
7382 rel_hdr = _bfd_elf_single_rel_hdr (sec);
7383 rel_hdr->sh_size = sec->reloc_count * rel_hdr->sh_entsize;
754021d0 7384 some_edited = TRUE;
1e2f5b6e 7385 }
6cdc0ccc 7386 else if (elf_section_data (sec)->relocs != relstart)
1e2f5b6e 7387 free (relstart);
6cdc0ccc 7388
411e1bfb
AM
7389 if (local_syms != NULL
7390 && symtab_hdr->contents != (unsigned char *) local_syms)
7391 {
7392 if (!info->keep_memory)
7393 free (local_syms);
7394 else
7395 symtab_hdr->contents = (unsigned char *) local_syms;
7396 }
7397 }
7398
754021d0
AM
7399 if (some_edited)
7400 elf_link_hash_traverse (elf_hash_table (info), adjust_opd_syms, NULL);
7401
3f764659
JJ
7402 /* If we are doing a final link and the last .opd entry is just 16 byte
7403 long, add a 8 byte padding after it. */
7404 if (need_pad != NULL && !info->relocatable)
7405 {
7406 bfd_byte *p;
7407
7408 if ((need_pad->flags & SEC_IN_MEMORY) == 0)
7409 {
7410 BFD_ASSERT (need_pad->size > 0);
7411
7412 p = bfd_malloc (need_pad->size + 8);
7413 if (p == NULL)
7414 return FALSE;
699733f6 7415
3f764659
JJ
7416 if (! bfd_get_section_contents (need_pad->owner, need_pad,
7417 p, 0, need_pad->size))
7418 return FALSE;
7419
7420 need_pad->contents = p;
7421 need_pad->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
7422 }
7423 else
7424 {
7425 p = bfd_realloc (need_pad->contents, need_pad->size + 8);
7426 if (p == NULL)
7427 return FALSE;
7428
7429 need_pad->contents = p;
7430 }
7431
7432 memset (need_pad->contents + need_pad->size, 0, 8);
7433 need_pad->size += 8;
7434 }
7435
411e1bfb
AM
7436 return TRUE;
7437}
7438
e1918d23 7439/* Set htab->tls_get_addr and call the generic ELF tls_setup function. */
411e1bfb 7440
e1918d23 7441asection *
33c0ec9d
AM
7442ppc64_elf_tls_setup (struct bfd_link_info *info,
7443 int no_tls_get_addr_opt,
7444 int *no_multi_toc)
411e1bfb 7445{
411e1bfb
AM
7446 struct ppc_link_hash_table *htab;
7447
411e1bfb 7448 htab = ppc_hash_table (info);
4dfe6ac6
NC
7449 if (htab == NULL)
7450 return NULL;
7451
33c0ec9d
AM
7452 if (*no_multi_toc)
7453 htab->do_multi_toc = 0;
7454 else if (!htab->do_multi_toc)
7455 *no_multi_toc = 1;
7456
3a71aa26
AM
7457 htab->tls_get_addr = ((struct ppc_link_hash_entry *)
7458 elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
7459 FALSE, FALSE, TRUE));
a7f2871e
AM
7460 /* Move dynamic linking info to the function descriptor sym. */
7461 if (htab->tls_get_addr != NULL)
7462 func_desc_adjust (&htab->tls_get_addr->elf, info);
3a71aa26
AM
7463 htab->tls_get_addr_fd = ((struct ppc_link_hash_entry *)
7464 elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
7465 FALSE, FALSE, TRUE));
a7f2871e
AM
7466 if (!no_tls_get_addr_opt)
7467 {
7468 struct elf_link_hash_entry *opt, *opt_fd, *tga, *tga_fd;
7469
7470 opt = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr_opt",
7471 FALSE, FALSE, TRUE);
7472 if (opt != NULL)
7473 func_desc_adjust (opt, info);
7474 opt_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_opt",
7475 FALSE, FALSE, TRUE);
7476 if (opt_fd != NULL
7477 && (opt_fd->root.type == bfd_link_hash_defined
7478 || opt_fd->root.type == bfd_link_hash_defweak))
7479 {
7480 /* If glibc supports an optimized __tls_get_addr call stub,
7481 signalled by the presence of __tls_get_addr_opt, and we'll
7482 be calling __tls_get_addr via a plt call stub, then
7483 make __tls_get_addr point to __tls_get_addr_opt. */
7484 tga_fd = &htab->tls_get_addr_fd->elf;
7485 if (htab->elf.dynamic_sections_created
7486 && tga_fd != NULL
7487 && (tga_fd->type == STT_FUNC
7488 || tga_fd->needs_plt)
7489 && !(SYMBOL_CALLS_LOCAL (info, tga_fd)
7490 || (ELF_ST_VISIBILITY (tga_fd->other) != STV_DEFAULT
7491 && tga_fd->root.type == bfd_link_hash_undefweak)))
7492 {
7493 struct plt_entry *ent;
7494
7495 for (ent = tga_fd->plt.plist; ent != NULL; ent = ent->next)
7496 if (ent->plt.refcount > 0)
7497 break;
7498 if (ent != NULL)
7499 {
7500 tga_fd->root.type = bfd_link_hash_indirect;
7501 tga_fd->root.u.i.link = &opt_fd->root;
7502 ppc64_elf_copy_indirect_symbol (info, opt_fd, tga_fd);
7503 if (opt_fd->dynindx != -1)
7504 {
7505 /* Use __tls_get_addr_opt in dynamic relocations. */
7506 opt_fd->dynindx = -1;
7507 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
7508 opt_fd->dynstr_index);
7509 if (!bfd_elf_link_record_dynamic_symbol (info, opt_fd))
854b41e7 7510 return NULL;
a7f2871e
AM
7511 }
7512 htab->tls_get_addr_fd = (struct ppc_link_hash_entry *) opt_fd;
7513 tga = &htab->tls_get_addr->elf;
7514 if (opt != NULL && tga != NULL)
7515 {
7516 tga->root.type = bfd_link_hash_indirect;
7517 tga->root.u.i.link = &opt->root;
7518 ppc64_elf_copy_indirect_symbol (info, opt, tga);
7519 _bfd_elf_link_hash_hide_symbol (info, opt,
7520 tga->forced_local);
7521 htab->tls_get_addr = (struct ppc_link_hash_entry *) opt;
7522 }
7523 htab->tls_get_addr_fd->oh = htab->tls_get_addr;
7524 htab->tls_get_addr_fd->is_func_descriptor = 1;
7525 if (htab->tls_get_addr != NULL)
7526 {
7527 htab->tls_get_addr->oh = htab->tls_get_addr_fd;
7528 htab->tls_get_addr->is_func = 1;
7529 }
7530 }
7531 }
7532 }
7533 else
7534 no_tls_get_addr_opt = TRUE;
7535 }
7536 htab->no_tls_get_addr_opt = no_tls_get_addr_opt;
33c0ec9d 7537 return _bfd_elf_tls_setup (info->output_bfd, info);
3a71aa26 7538}
8387904d 7539
3a71aa26
AM
7540/* Return TRUE iff REL is a branch reloc with a global symbol matching
7541 HASH1 or HASH2. */
8387904d 7542
3a71aa26
AM
7543static bfd_boolean
7544branch_reloc_hash_match (const bfd *ibfd,
7545 const Elf_Internal_Rela *rel,
7546 const struct ppc_link_hash_entry *hash1,
7547 const struct ppc_link_hash_entry *hash2)
7548{
7549 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (ibfd);
7550 enum elf_ppc64_reloc_type r_type = ELF64_R_TYPE (rel->r_info);
7551 unsigned int r_symndx = ELF64_R_SYM (rel->r_info);
7552
e054468f 7553 if (r_symndx >= symtab_hdr->sh_info && is_branch_reloc (r_type))
8387904d 7554 {
3a71aa26
AM
7555 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
7556 struct elf_link_hash_entry *h;
8387904d 7557
3a71aa26 7558 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
b31867b6 7559 h = elf_follow_link (h);
3a71aa26
AM
7560 if (h == &hash1->elf || h == &hash2->elf)
7561 return TRUE;
a48ebf4d 7562 }
3a71aa26 7563 return FALSE;
951fd09b 7564}
411e1bfb 7565
951fd09b
AM
7566/* Run through all the TLS relocs looking for optimization
7567 opportunities. The linker has been hacked (see ppc64elf.em) to do
7568 a preliminary section layout so that we know the TLS segment
7569 offsets. We can't optimize earlier because some optimizations need
7570 to know the tp offset, and we need to optimize before allocating
7571 dynamic relocations. */
7572
7573bfd_boolean
33c0ec9d 7574ppc64_elf_tls_optimize (struct bfd_link_info *info)
951fd09b
AM
7575{
7576 bfd *ibfd;
7577 asection *sec;
7578 struct ppc_link_hash_table *htab;
663a1470 7579 unsigned char *toc_ref;
102890f0 7580 int pass;
951fd09b 7581
1d483afe 7582 if (info->relocatable || !info->executable)
411e1bfb
AM
7583 return TRUE;
7584
951fd09b 7585 htab = ppc_hash_table (info);
4dfe6ac6
NC
7586 if (htab == NULL)
7587 return FALSE;
7588
663a1470
AM
7589 /* Make two passes over the relocs. On the first pass, mark toc
7590 entries involved with tls relocs, and check that tls relocs
7591 involved in setting up a tls_get_addr call are indeed followed by
7592 such a call. If they are not, we can't do any tls optimization.
7593 On the second pass twiddle tls_mask flags to notify
7594 relocate_section that optimization can be done, and adjust got
7595 and plt refcounts. */
7596 toc_ref = NULL;
7597 for (pass = 0; pass < 2; ++pass)
7598 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
7599 {
7600 Elf_Internal_Sym *locsyms = NULL;
7601 asection *toc = bfd_get_section_by_name (ibfd, ".toc");
7602
102890f0
AM
7603 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
7604 if (sec->has_tls_reloc && !bfd_is_abs_section (sec->output_section))
7605 {
7606 Elf_Internal_Rela *relstart, *rel, *relend;
663a1470 7607 bfd_boolean found_tls_get_addr_arg = 0;
411e1bfb 7608
102890f0
AM
7609 /* Read the relocations. */
7610 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
7611 info->keep_memory);
7612 if (relstart == NULL)
7613 return FALSE;
411e1bfb 7614
102890f0
AM
7615 relend = relstart + sec->reloc_count;
7616 for (rel = relstart; rel < relend; rel++)
7617 {
7618 enum elf_ppc64_reloc_type r_type;
7619 unsigned long r_symndx;
7620 struct elf_link_hash_entry *h;
7621 Elf_Internal_Sym *sym;
7622 asection *sym_sec;
f961d9dd
AM
7623 unsigned char *tls_mask;
7624 unsigned char tls_set, tls_clear, tls_type = 0;
102890f0
AM
7625 bfd_vma value;
7626 bfd_boolean ok_tprel, is_local;
7627 long toc_ref_index = 0;
7628 int expecting_tls_get_addr = 0;
663a1470 7629 bfd_boolean ret = FALSE;
411e1bfb 7630
102890f0
AM
7631 r_symndx = ELF64_R_SYM (rel->r_info);
7632 if (!get_sym_h (&h, &sym, &sym_sec, &tls_mask, &locsyms,
7633 r_symndx, ibfd))
7634 {
7635 err_free_rel:
7636 if (elf_section_data (sec)->relocs != relstart)
7637 free (relstart);
7638 if (toc_ref != NULL)
7639 free (toc_ref);
7640 if (locsyms != NULL
0ffa91dd 7641 && (elf_symtab_hdr (ibfd).contents
102890f0
AM
7642 != (unsigned char *) locsyms))
7643 free (locsyms);
663a1470 7644 return ret;
102890f0 7645 }
411e1bfb 7646
102890f0
AM
7647 if (h != NULL)
7648 {
766bc656
AM
7649 if (h->root.type == bfd_link_hash_defined
7650 || h->root.type == bfd_link_hash_defweak)
7651 value = h->root.u.def.value;
7652 else if (h->root.type == bfd_link_hash_undefweak)
7653 value = 0;
7654 else
663a1470
AM
7655 {
7656 found_tls_get_addr_arg = 0;
7657 continue;
7658 }
102890f0
AM
7659 }
7660 else
7661 /* Symbols referenced by TLS relocs must be of type
7662 STT_TLS. So no need for .opd local sym adjust. */
7663 value = sym->st_value;
7664
7665 ok_tprel = FALSE;
7666 is_local = FALSE;
7667 if (h == NULL
7668 || !h->def_dynamic)
7669 {
7670 is_local = TRUE;
766bc656
AM
7671 if (h != NULL
7672 && h->root.type == bfd_link_hash_undefweak)
7673 ok_tprel = TRUE;
7674 else
7675 {
7676 value += sym_sec->output_offset;
7677 value += sym_sec->output_section->vma;
7678 value -= htab->elf.tls_sec->vma;
7679 ok_tprel = (value + TP_OFFSET + ((bfd_vma) 1 << 31)
7680 < (bfd_vma) 1 << 32);
7681 }
102890f0 7682 }
951fd09b 7683
102890f0 7684 r_type = ELF64_R_TYPE (rel->r_info);
663a1470
AM
7685 /* If this section has old-style __tls_get_addr calls
7686 without marker relocs, then check that each
7687 __tls_get_addr call reloc is preceded by a reloc
7688 that conceivably belongs to the __tls_get_addr arg
7689 setup insn. If we don't find matching arg setup
7690 relocs, don't do any tls optimization. */
7691 if (pass == 0
7692 && sec->has_tls_get_addr_call
7693 && h != NULL
7694 && (h == &htab->tls_get_addr->elf
7695 || h == &htab->tls_get_addr_fd->elf)
7696 && !found_tls_get_addr_arg
7697 && is_branch_reloc (r_type))
7698 {
25f53a85 7699 info->callbacks->minfo (_("%H __tls_get_addr lost arg, "
663a1470
AM
7700 "TLS optimization disabled\n"),
7701 ibfd, sec, rel->r_offset);
7702 ret = TRUE;
7703 goto err_free_rel;
7704 }
7705
7706 found_tls_get_addr_arg = 0;
102890f0
AM
7707 switch (r_type)
7708 {
7709 case R_PPC64_GOT_TLSLD16:
7710 case R_PPC64_GOT_TLSLD16_LO:
7711 expecting_tls_get_addr = 1;
663a1470 7712 found_tls_get_addr_arg = 1;
102890f0
AM
7713 /* Fall thru */
7714
7715 case R_PPC64_GOT_TLSLD16_HI:
7716 case R_PPC64_GOT_TLSLD16_HA:
7717 /* These relocs should never be against a symbol
7718 defined in a shared lib. Leave them alone if
7719 that turns out to be the case. */
7720 if (!is_local)
7721 continue;
411e1bfb 7722
102890f0 7723 /* LD -> LE */
411e1bfb 7724 tls_set = 0;
102890f0
AM
7725 tls_clear = TLS_LD;
7726 tls_type = TLS_TLS | TLS_LD;
7727 break;
411e1bfb 7728
102890f0
AM
7729 case R_PPC64_GOT_TLSGD16:
7730 case R_PPC64_GOT_TLSGD16_LO:
7731 expecting_tls_get_addr = 1;
663a1470 7732 found_tls_get_addr_arg = 1;
102890f0
AM
7733 /* Fall thru */
7734
7735 case R_PPC64_GOT_TLSGD16_HI:
7736 case R_PPC64_GOT_TLSGD16_HA:
7737 if (ok_tprel)
7738 /* GD -> LE */
411e1bfb 7739 tls_set = 0;
102890f0
AM
7740 else
7741 /* GD -> IE */
7742 tls_set = TLS_TLS | TLS_TPRELGD;
7743 tls_clear = TLS_GD;
7744 tls_type = TLS_TLS | TLS_GD;
7745 break;
7746
7747 case R_PPC64_GOT_TPREL16_DS:
7748 case R_PPC64_GOT_TPREL16_LO_DS:
7749 case R_PPC64_GOT_TPREL16_HI:
7750 case R_PPC64_GOT_TPREL16_HA:
7751 if (ok_tprel)
7752 {
7753 /* IE -> LE */
7754 tls_set = 0;
7755 tls_clear = TLS_TPREL;
7756 tls_type = TLS_TLS | TLS_TPREL;
7757 break;
7758 }
411e1bfb
AM
7759 continue;
7760
727fc41e
AM
7761 case R_PPC64_TLSGD:
7762 case R_PPC64_TLSLD:
663a1470
AM
7763 found_tls_get_addr_arg = 1;
7764 /* Fall thru */
7765
7766 case R_PPC64_TLS:
7767 case R_PPC64_TOC16:
7768 case R_PPC64_TOC16_LO:
102890f0
AM
7769 if (sym_sec == NULL || sym_sec != toc)
7770 continue;
7771
7772 /* Mark this toc entry as referenced by a TLS
7773 code sequence. We can do that now in the
7774 case of R_PPC64_TLS, and after checking for
7775 tls_get_addr for the TOC16 relocs. */
7776 if (toc_ref == NULL)
663a1470
AM
7777 toc_ref = bfd_zmalloc (toc->output_section->rawsize / 8);
7778 if (toc_ref == NULL)
7779 goto err_free_rel;
7780
102890f0
AM
7781 if (h != NULL)
7782 value = h->root.u.def.value;
7783 else
7784 value = sym->st_value;
7785 value += rel->r_addend;
7786 BFD_ASSERT (value < toc->size && value % 8 == 0);
663a1470 7787 toc_ref_index = (value + toc->output_offset) / 8;
727fc41e
AM
7788 if (r_type == R_PPC64_TLS
7789 || r_type == R_PPC64_TLSGD
7790 || r_type == R_PPC64_TLSLD)
102890f0
AM
7791 {
7792 toc_ref[toc_ref_index] = 1;
7793 continue;
7794 }
7795
7796 if (pass != 0 && toc_ref[toc_ref_index] == 0)
7797 continue;
7798
7799 tls_set = 0;
7800 tls_clear = 0;
7801 expecting_tls_get_addr = 2;
7802 break;
7803
7804 case R_PPC64_TPREL64:
7805 if (pass == 0
7806 || sec != toc
7807 || toc_ref == NULL
663a1470 7808 || !toc_ref[(rel->r_offset + toc->output_offset) / 8])
102890f0
AM
7809 continue;
7810 if (ok_tprel)
7811 {
7812 /* IE -> LE */
7813 tls_set = TLS_EXPLICIT;
7814 tls_clear = TLS_TPREL;
7815 break;
7816 }
7817 continue;
7818
7819 case R_PPC64_DTPMOD64:
7820 if (pass == 0
7821 || sec != toc
7822 || toc_ref == NULL
663a1470 7823 || !toc_ref[(rel->r_offset + toc->output_offset) / 8])
102890f0
AM
7824 continue;
7825 if (rel + 1 < relend
7826 && (rel[1].r_info
7827 == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64))
7828 && rel[1].r_offset == rel->r_offset + 8)
7829 {
7830 if (ok_tprel)
7831 /* GD -> LE */
7832 tls_set = TLS_EXPLICIT | TLS_GD;
7833 else
7834 /* GD -> IE */
7835 tls_set = TLS_EXPLICIT | TLS_GD | TLS_TPRELGD;
7836 tls_clear = TLS_GD;
7837 }
7838 else
7839 {
7840 if (!is_local)
7841 continue;
7842
7843 /* LD -> LE */
7844 tls_set = TLS_EXPLICIT;
7845 tls_clear = TLS_LD;
7846 }
7847 break;
7848
7849 default:
7850 continue;
7851 }
7852
7853 if (pass == 0)
7854 {
727fc41e
AM
7855 if (!expecting_tls_get_addr
7856 || !sec->has_tls_get_addr_call)
102890f0
AM
7857 continue;
7858
3a71aa26
AM
7859 if (rel + 1 < relend
7860 && branch_reloc_hash_match (ibfd, rel + 1,
7861 htab->tls_get_addr,
7862 htab->tls_get_addr_fd))
102890f0 7863 {
3a71aa26 7864 if (expecting_tls_get_addr == 2)
102890f0 7865 {
3a71aa26 7866 /* Check for toc tls entries. */
f961d9dd 7867 unsigned char *toc_tls;
3a71aa26
AM
7868 int retval;
7869
7870 retval = get_tls_mask (&toc_tls, NULL, NULL,
7871 &locsyms,
7872 rel, ibfd);
7873 if (retval == 0)
7874 goto err_free_rel;
663a1470
AM
7875 if (toc_tls != NULL)
7876 {
7877 if ((*toc_tls & (TLS_GD | TLS_LD)) != 0)
7878 found_tls_get_addr_arg = 1;
7879 if (retval > 1)
7880 toc_ref[toc_ref_index] = 1;
7881 }
102890f0 7882 }
3a71aa26 7883 continue;
102890f0
AM
7884 }
7885
7886 if (expecting_tls_get_addr != 1)
7887 continue;
7888
7889 /* Uh oh, we didn't find the expected call. We
7890 could just mark this symbol to exclude it
7891 from tls optimization but it's safer to skip
663a1470 7892 the entire optimization. */
25f53a85 7893 info->callbacks->minfo (_("%H arg lost __tls_get_addr, "
663a1470
AM
7894 "TLS optimization disabled\n"),
7895 ibfd, sec, rel->r_offset);
7896 ret = TRUE;
7897 goto err_free_rel;
102890f0
AM
7898 }
7899
85f7a9cb 7900 if (expecting_tls_get_addr && htab->tls_get_addr != NULL)
102890f0
AM
7901 {
7902 struct plt_entry *ent;
7903 for (ent = htab->tls_get_addr->elf.plt.plist;
7904 ent != NULL;
7905 ent = ent->next)
7906 if (ent->addend == 0)
411e1bfb 7907 {
102890f0 7908 if (ent->plt.refcount > 0)
30038c59 7909 {
102890f0
AM
7910 ent->plt.refcount -= 1;
7911 expecting_tls_get_addr = 0;
30038c59 7912 }
102890f0 7913 break;
411e1bfb 7914 }
102890f0 7915 }
411e1bfb 7916
85f7a9cb 7917 if (expecting_tls_get_addr && htab->tls_get_addr_fd != NULL)
102890f0
AM
7918 {
7919 struct plt_entry *ent;
7920 for (ent = htab->tls_get_addr_fd->elf.plt.plist;
7921 ent != NULL;
7922 ent = ent->next)
7923 if (ent->addend == 0)
411e1bfb 7924 {
102890f0
AM
7925 if (ent->plt.refcount > 0)
7926 ent->plt.refcount -= 1;
7927 break;
411e1bfb 7928 }
102890f0 7929 }
411e1bfb 7930
102890f0 7931 if (tls_clear == 0)
30038c59
AM
7932 continue;
7933
102890f0
AM
7934 if ((tls_set & TLS_EXPLICIT) == 0)
7935 {
7936 struct got_entry *ent;
411e1bfb 7937
102890f0
AM
7938 /* Adjust got entry for this reloc. */
7939 if (h != NULL)
7940 ent = h->got.glist;
7941 else
7942 ent = elf_local_got_ents (ibfd)[r_symndx];
411e1bfb 7943
102890f0
AM
7944 for (; ent != NULL; ent = ent->next)
7945 if (ent->addend == rel->r_addend
7946 && ent->owner == ibfd
7947 && ent->tls_type == tls_type)
7948 break;
7949 if (ent == NULL)
7950 abort ();
411e1bfb 7951
102890f0
AM
7952 if (tls_set == 0)
7953 {
7954 /* We managed to get rid of a got entry. */
7955 if (ent->got.refcount > 0)
7956 ent->got.refcount -= 1;
7957 }
7958 }
7959 else
7960 {
7961 /* If we got rid of a DTPMOD/DTPREL reloc pair then
7962 we'll lose one or two dyn relocs. */
7963 if (!dec_dynrel_count (rel->r_info, sec, info,
7964 NULL, h, sym_sec))
7965 return FALSE;
411e1bfb 7966
102890f0
AM
7967 if (tls_set == (TLS_EXPLICIT | TLS_GD))
7968 {
7969 if (!dec_dynrel_count ((rel + 1)->r_info, sec, info,
7970 NULL, h, sym_sec))
7971 return FALSE;
7972 }
7973 }
411e1bfb 7974
102890f0
AM
7975 *tls_mask |= tls_set;
7976 *tls_mask &= ~tls_clear;
7977 }
8c1d1bb8 7978
102890f0
AM
7979 if (elf_section_data (sec)->relocs != relstart)
7980 free (relstart);
7981 }
411e1bfb 7982
663a1470
AM
7983 if (locsyms != NULL
7984 && (elf_symtab_hdr (ibfd).contents != (unsigned char *) locsyms))
7985 {
7986 if (!info->keep_memory)
7987 free (locsyms);
7988 else
7989 elf_symtab_hdr (ibfd).contents = (unsigned char *) locsyms;
7990 }
7991 }
411e1bfb 7992
663a1470
AM
7993 if (toc_ref != NULL)
7994 free (toc_ref);
b34976b6 7995 return TRUE;
1e2f5b6e 7996}
b34976b6 7997
c5614fa4
AM
7998/* Called via elf_link_hash_traverse from ppc64_elf_edit_toc to adjust
7999 the values of any global symbols in a toc section that has been
8000 edited. Globals in toc sections should be a rarity, so this function
8001 sets a flag if any are found in toc sections other than the one just
8002 edited, so that futher hash table traversals can be avoided. */
8003
8004struct adjust_toc_info
8005{
8006 asection *toc;
8007 unsigned long *skip;
8008 bfd_boolean global_toc_syms;
8009};
8010
ba761f19
AM
8011enum toc_skip_enum { ref_from_discarded = 1, can_optimize = 2 };
8012
c5614fa4
AM
8013static bfd_boolean
8014adjust_toc_syms (struct elf_link_hash_entry *h, void *inf)
8015{
8016 struct ppc_link_hash_entry *eh;
8017 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
854b41e7 8018 unsigned long i;
c5614fa4 8019
c5614fa4
AM
8020 if (h->root.type != bfd_link_hash_defined
8021 && h->root.type != bfd_link_hash_defweak)
8022 return TRUE;
8023
8024 eh = (struct ppc_link_hash_entry *) h;
8025 if (eh->adjust_done)
8026 return TRUE;
8027
8028 if (eh->elf.root.u.def.section == toc_inf->toc)
8029 {
854b41e7
AM
8030 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8031 i = toc_inf->toc->rawsize >> 3;
c5614fa4 8032 else
854b41e7
AM
8033 i = eh->elf.root.u.def.value >> 3;
8034
ba761f19 8035 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
c5614fa4
AM
8036 {
8037 (*_bfd_error_handler)
854b41e7
AM
8038 (_("%s defined on removed toc entry"), eh->elf.root.root.string);
8039 do
8040 ++i;
ba761f19 8041 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
854b41e7 8042 eh->elf.root.u.def.value = (bfd_vma) i << 3;
c5614fa4 8043 }
854b41e7
AM
8044
8045 eh->elf.root.u.def.value -= toc_inf->skip[i];
c5614fa4
AM
8046 eh->adjust_done = 1;
8047 }
8048 else if (strcmp (eh->elf.root.u.def.section->name, ".toc") == 0)
8049 toc_inf->global_toc_syms = TRUE;
8050
8051 return TRUE;
8052}
8053
560c8763
AM
8054/* Return TRUE iff INSN is one we expect on a _LO variety toc/got reloc. */
8055
8056static bfd_boolean
8057ok_lo_toc_insn (unsigned int insn)
8058{
8059 return ((insn & (0x3f << 26)) == 14u << 26 /* addi */
8060 || (insn & (0x3f << 26)) == 32u << 26 /* lwz */
8061 || (insn & (0x3f << 26)) == 34u << 26 /* lbz */
8062 || (insn & (0x3f << 26)) == 36u << 26 /* stw */
8063 || (insn & (0x3f << 26)) == 38u << 26 /* stb */
8064 || (insn & (0x3f << 26)) == 40u << 26 /* lhz */
8065 || (insn & (0x3f << 26)) == 42u << 26 /* lha */
8066 || (insn & (0x3f << 26)) == 44u << 26 /* sth */
8067 || (insn & (0x3f << 26)) == 46u << 26 /* lmw */
8068 || (insn & (0x3f << 26)) == 47u << 26 /* stmw */
8069 || (insn & (0x3f << 26)) == 48u << 26 /* lfs */
8070 || (insn & (0x3f << 26)) == 50u << 26 /* lfd */
8071 || (insn & (0x3f << 26)) == 52u << 26 /* stfs */
8072 || (insn & (0x3f << 26)) == 54u << 26 /* stfd */
8073 || ((insn & (0x3f << 26)) == 58u << 26 /* lwa,ld,lmd */
8074 && (insn & 3) != 1)
8075 || ((insn & (0x3f << 26)) == 62u << 26 /* std, stmd */
8076 && ((insn & 3) == 0 || (insn & 3) == 3))
8077 || (insn & (0x3f << 26)) == 12u << 26 /* addic */);
8078}
8079
c5614fa4
AM
8080/* Examine all relocs referencing .toc sections in order to remove
8081 unused .toc entries. */
8082
8083bfd_boolean
33c0ec9d 8084ppc64_elf_edit_toc (struct bfd_link_info *info)
c5614fa4
AM
8085{
8086 bfd *ibfd;
8087 struct adjust_toc_info toc_inf;
67f0cbdb 8088 struct ppc_link_hash_table *htab = ppc_hash_table (info);
c5614fa4 8089
67f0cbdb 8090 htab->do_toc_opt = 1;
c5614fa4
AM
8091 toc_inf.global_toc_syms = TRUE;
8092 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
8093 {
8094 asection *toc, *sec;
8095 Elf_Internal_Shdr *symtab_hdr;
8096 Elf_Internal_Sym *local_syms;
425b145b 8097 Elf_Internal_Rela *relstart, *rel, *toc_relocs;
c5614fa4
AM
8098 unsigned long *skip, *drop;
8099 unsigned char *used;
8100 unsigned char *keep, last, some_unused;
8101
854b41e7
AM
8102 if (!is_ppc64_elf (ibfd))
8103 continue;
8104
c5614fa4
AM
8105 toc = bfd_get_section_by_name (ibfd, ".toc");
8106 if (toc == NULL
92b7a70f 8107 || toc->size == 0
c5614fa4
AM
8108 || toc->sec_info_type == ELF_INFO_TYPE_JUST_SYMS
8109 || elf_discarded_section (toc))
8110 continue;
8111
425b145b 8112 toc_relocs = NULL;
c5614fa4 8113 local_syms = NULL;
0ffa91dd 8114 symtab_hdr = &elf_symtab_hdr (ibfd);
c5614fa4
AM
8115
8116 /* Look at sections dropped from the final link. */
8117 skip = NULL;
8118 relstart = NULL;
8119 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
8120 {
8121 if (sec->reloc_count == 0
8122 || !elf_discarded_section (sec)
8123 || get_opd_info (sec)
8124 || (sec->flags & SEC_ALLOC) == 0
8125 || (sec->flags & SEC_DEBUGGING) != 0)
8126 continue;
8127
8128 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL, FALSE);
8129 if (relstart == NULL)
8130 goto error_ret;
8131
8132 /* Run through the relocs to see which toc entries might be
8133 unused. */
8134 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
8135 {
8136 enum elf_ppc64_reloc_type r_type;
8137 unsigned long r_symndx;
8138 asection *sym_sec;
8139 struct elf_link_hash_entry *h;
8140 Elf_Internal_Sym *sym;
8141 bfd_vma val;
8142
8143 r_type = ELF64_R_TYPE (rel->r_info);
8144 switch (r_type)
8145 {
8146 default:
8147 continue;
8148
8149 case R_PPC64_TOC16:
8150 case R_PPC64_TOC16_LO:
8151 case R_PPC64_TOC16_HI:
8152 case R_PPC64_TOC16_HA:
8153 case R_PPC64_TOC16_DS:
8154 case R_PPC64_TOC16_LO_DS:
8155 break;
8156 }
8157
8158 r_symndx = ELF64_R_SYM (rel->r_info);
8159 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8160 r_symndx, ibfd))
8161 goto error_ret;
8162
8163 if (sym_sec != toc)
8164 continue;
8165
8166 if (h != NULL)
8167 val = h->root.u.def.value;
8168 else
8169 val = sym->st_value;
8170 val += rel->r_addend;
8171
8172 if (val >= toc->size)
8173 continue;
8174
8175 /* Anything in the toc ought to be aligned to 8 bytes.
8176 If not, don't mark as unused. */
8177 if (val & 7)
8178 continue;
8179
8180 if (skip == NULL)
8181 {
854b41e7 8182 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 15) / 8);
c5614fa4
AM
8183 if (skip == NULL)
8184 goto error_ret;
8185 }
8186
ba761f19 8187 skip[val >> 3] = ref_from_discarded;
c5614fa4
AM
8188 }
8189
8190 if (elf_section_data (sec)->relocs != relstart)
8191 free (relstart);
8192 }
8193
ba761f19
AM
8194 /* For largetoc loads of address constants, we can convert
8195 . addis rx,2,addr@got@ha
8196 . ld ry,addr@got@l(rx)
8197 to
8198 . addis rx,2,addr@toc@ha
8199 . addi ry,rx,addr@toc@l
8200 when addr is within 2G of the toc pointer. This then means
8201 that the word storing "addr" in the toc is no longer needed. */
8202
8203 if (!ppc64_elf_tdata (ibfd)->has_small_toc_reloc
8204 && toc->output_section->rawsize < (bfd_vma) 1 << 31
8205 && toc->reloc_count != 0)
8206 {
8207 /* Read toc relocs. */
425b145b
AM
8208 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL,
8209 info->keep_memory);
8210 if (toc_relocs == NULL)
ba761f19
AM
8211 goto error_ret;
8212
425b145b 8213 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel)
ba761f19
AM
8214 {
8215 enum elf_ppc64_reloc_type r_type;
8216 unsigned long r_symndx;
8217 asection *sym_sec;
8218 struct elf_link_hash_entry *h;
8219 Elf_Internal_Sym *sym;
8220 bfd_vma val, addr;
8221
8222 r_type = ELF64_R_TYPE (rel->r_info);
8223 if (r_type != R_PPC64_ADDR64)
8224 continue;
8225
8226 r_symndx = ELF64_R_SYM (rel->r_info);
8227 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8228 r_symndx, ibfd))
8229 goto error_ret;
8230
425b145b
AM
8231 if (sym_sec == NULL
8232 || elf_discarded_section (sym_sec))
8233 continue;
8234
726d3ab0 8235 if (!SYMBOL_CALLS_LOCAL (info, h))
ba761f19
AM
8236 continue;
8237
8238 if (h != NULL)
bddc25c9
AM
8239 {
8240 if (h->type == STT_GNU_IFUNC)
8241 continue;
8242 val = h->root.u.def.value;
8243 }
ba761f19 8244 else
bddc25c9
AM
8245 {
8246 if (ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
8247 continue;
8248 val = sym->st_value;
8249 }
ba761f19
AM
8250 val += rel->r_addend;
8251 val += sym_sec->output_section->vma + sym_sec->output_offset;
8252
8253 /* We don't yet know the exact toc pointer value, but we
8254 know it will be somewhere in the toc section. Don't
8255 optimize if the difference from any possible toc
8256 pointer is outside [ff..f80008000, 7fff7fff]. */
8257 addr = toc->output_section->vma + TOC_BASE_OFF;
8258 if (val - addr + (bfd_vma) 0x80008000 >= (bfd_vma) 1 << 32)
8259 continue;
8260
8261 addr = toc->output_section->vma + toc->output_section->rawsize;
8262 if (val - addr + (bfd_vma) 0x80008000 >= (bfd_vma) 1 << 32)
8263 continue;
8264
8265 if (skip == NULL)
8266 {
8267 skip = bfd_zmalloc (sizeof (*skip) * (toc->size + 15) / 8);
8268 if (skip == NULL)
8269 goto error_ret;
8270 }
8271
8272 skip[rel->r_offset >> 3]
425b145b 8273 |= can_optimize | ((rel - toc_relocs) << 2);
ba761f19 8274 }
ba761f19
AM
8275 }
8276
c5614fa4
AM
8277 if (skip == NULL)
8278 continue;
8279
8280 used = bfd_zmalloc (sizeof (*used) * (toc->size + 7) / 8);
8281 if (used == NULL)
8282 {
8283 error_ret:
8284 if (local_syms != NULL
8285 && symtab_hdr->contents != (unsigned char *) local_syms)
8286 free (local_syms);
8287 if (sec != NULL
8288 && relstart != NULL
8289 && elf_section_data (sec)->relocs != relstart)
8290 free (relstart);
425b145b
AM
8291 if (toc_relocs != NULL
8292 && elf_section_data (toc)->relocs != toc_relocs)
8293 free (toc_relocs);
c5614fa4
AM
8294 if (skip != NULL)
8295 free (skip);
8296 return FALSE;
8297 }
8298
30038c59
AM
8299 /* Now check all kept sections that might reference the toc.
8300 Check the toc itself last. */
8301 for (sec = (ibfd->sections == toc && toc->next ? toc->next
8302 : ibfd->sections);
c5614fa4 8303 sec != NULL;
c5614fa4 8304 sec = (sec == toc ? NULL
c5614fa4 8305 : sec->next == NULL ? toc
30038c59 8306 : sec->next == toc && toc->next ? toc->next
c5614fa4
AM
8307 : sec->next))
8308 {
8309 int repeat;
8310
8311 if (sec->reloc_count == 0
8312 || elf_discarded_section (sec)
8313 || get_opd_info (sec)
8314 || (sec->flags & SEC_ALLOC) == 0
8315 || (sec->flags & SEC_DEBUGGING) != 0)
8316 continue;
8317
854b41e7
AM
8318 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
8319 info->keep_memory);
c5614fa4
AM
8320 if (relstart == NULL)
8321 goto error_ret;
8322
8323 /* Mark toc entries referenced as used. */
8324 repeat = 0;
8325 do
8326 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
8327 {
8328 enum elf_ppc64_reloc_type r_type;
8329 unsigned long r_symndx;
8330 asection *sym_sec;
8331 struct elf_link_hash_entry *h;
8332 Elf_Internal_Sym *sym;
8333 bfd_vma val;
560c8763 8334 enum {no_check, check_lo, check_ha} insn_check;
c5614fa4
AM
8335
8336 r_type = ELF64_R_TYPE (rel->r_info);
98528052
AM
8337 switch (r_type)
8338 {
8339 default:
560c8763 8340 insn_check = no_check;
98528052
AM
8341 break;
8342
8343 case R_PPC64_GOT_TLSLD16_HA:
8344 case R_PPC64_GOT_TLSGD16_HA:
8345 case R_PPC64_GOT_TPREL16_HA:
8346 case R_PPC64_GOT_DTPREL16_HA:
8347 case R_PPC64_GOT16_HA:
8348 case R_PPC64_TOC16_HA:
560c8763
AM
8349 insn_check = check_ha;
8350 break;
98528052 8351
560c8763
AM
8352 case R_PPC64_GOT_TLSLD16_LO:
8353 case R_PPC64_GOT_TLSGD16_LO:
8354 case R_PPC64_GOT_TPREL16_LO_DS:
8355 case R_PPC64_GOT_DTPREL16_LO_DS:
8356 case R_PPC64_GOT16_LO:
8357 case R_PPC64_GOT16_LO_DS:
8358 case R_PPC64_TOC16_LO:
8359 case R_PPC64_TOC16_LO_DS:
8360 insn_check = check_lo;
98528052
AM
8361 break;
8362 }
8363
560c8763
AM
8364 if (insn_check != no_check)
8365 {
8366 bfd_vma off = rel->r_offset & ~3;
8367 unsigned char buf[4];
8368 unsigned int insn;
8369
8370 if (!bfd_get_section_contents (ibfd, sec, buf, off, 4))
8371 {
8372 free (used);
8373 goto error_ret;
8374 }
8375 insn = bfd_get_32 (ibfd, buf);
8376 if (insn_check == check_lo
8377 ? !ok_lo_toc_insn (insn)
8378 : ((insn & ((0x3f << 26) | 0x1f << 16))
8379 != ((15u << 26) | (2 << 16)) /* addis rt,2,imm */))
8380 {
8381 char str[12];
8382
8383 ppc64_elf_tdata (ibfd)->unexpected_toc_insn = 1;
8384 sprintf (str, "%#08x", insn);
8385 info->callbacks->einfo
8386 (_("%P: %H: toc optimization is not supported for"
8387 " %s instruction.\n"),
8388 ibfd, sec, rel->r_offset & ~3, str);
8389 }
8390 }
8391
c5614fa4
AM
8392 switch (r_type)
8393 {
8394 case R_PPC64_TOC16:
8395 case R_PPC64_TOC16_LO:
8396 case R_PPC64_TOC16_HI:
8397 case R_PPC64_TOC16_HA:
8398 case R_PPC64_TOC16_DS:
8399 case R_PPC64_TOC16_LO_DS:
8400 /* In case we're taking addresses of toc entries. */
8401 case R_PPC64_ADDR64:
8402 break;
8403
8404 default:
8405 continue;
8406 }
8407
8408 r_symndx = ELF64_R_SYM (rel->r_info);
8409 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8410 r_symndx, ibfd))
8411 {
8412 free (used);
8413 goto error_ret;
8414 }
8415
8416 if (sym_sec != toc)
8417 continue;
8418
8419 if (h != NULL)
8420 val = h->root.u.def.value;
8421 else
8422 val = sym->st_value;
8423 val += rel->r_addend;
8424
8425 if (val >= toc->size)
8426 continue;
8427
ba761f19
AM
8428 if ((skip[val >> 3] & can_optimize) != 0)
8429 {
8430 bfd_vma off;
8431 unsigned char opc;
8432
8433 switch (r_type)
8434 {
8435 case R_PPC64_TOC16_HA:
8436 break;
8437
8438 case R_PPC64_TOC16_LO_DS:
8439 off = rel->r_offset + (bfd_big_endian (ibfd) ? -2 : 3);
8440 if (!bfd_get_section_contents (ibfd, sec, &opc, off, 1))
98528052
AM
8441 {
8442 free (used);
8443 goto error_ret;
8444 }
ba761f19
AM
8445 if ((opc & (0x3f << 2)) == (58u << 2))
8446 break;
8447 /* Fall thru */
8448
8449 default:
8450 /* Wrong sort of reloc, or not a ld. We may
8451 as well clear ref_from_discarded too. */
8452 skip[val >> 3] = 0;
8453 }
8454 }
8455
c5614fa4
AM
8456 /* For the toc section, we only mark as used if
8457 this entry itself isn't unused. */
8458 if (sec == toc
8459 && !used[val >> 3]
8460 && (used[rel->r_offset >> 3]
ba761f19 8461 || !(skip[rel->r_offset >> 3] & ref_from_discarded)))
c5614fa4
AM
8462 /* Do all the relocs again, to catch reference
8463 chains. */
8464 repeat = 1;
8465
8466 used[val >> 3] = 1;
8467 }
8468 while (repeat);
854b41e7
AM
8469
8470 if (elf_section_data (sec)->relocs != relstart)
8471 free (relstart);
c5614fa4
AM
8472 }
8473
8474 /* Merge the used and skip arrays. Assume that TOC
8475 doublewords not appearing as either used or unused belong
8476 to to an entry more than one doubleword in size. */
8477 for (drop = skip, keep = used, last = 0, some_unused = 0;
8478 drop < skip + (toc->size + 7) / 8;
8479 ++drop, ++keep)
8480 {
8481 if (*keep)
8482 {
ba761f19
AM
8483 *drop &= ~ref_from_discarded;
8484 if ((*drop & can_optimize) != 0)
8485 some_unused = 1;
c5614fa4
AM
8486 last = 0;
8487 }
b140b010 8488 else if ((*drop & ref_from_discarded) != 0)
c5614fa4
AM
8489 {
8490 some_unused = 1;
ba761f19 8491 last = ref_from_discarded;
c5614fa4
AM
8492 }
8493 else
8494 *drop = last;
8495 }
8496
8497 free (used);
8498
8499 if (some_unused)
8500 {
8501 bfd_byte *contents, *src;
8502 unsigned long off;
d62b3684 8503 Elf_Internal_Sym *sym;
ba761f19 8504 bfd_boolean local_toc_syms = FALSE;
c5614fa4
AM
8505
8506 /* Shuffle the toc contents, and at the same time convert the
8507 skip array from booleans into offsets. */
8508 if (!bfd_malloc_and_get_section (ibfd, toc, &contents))
8509 goto error_ret;
8510
8511 elf_section_data (toc)->this_hdr.contents = contents;
8512
8513 for (src = contents, off = 0, drop = skip;
8514 src < contents + toc->size;
8515 src += 8, ++drop)
8516 {
ba761f19
AM
8517 if ((*drop & (can_optimize | ref_from_discarded)) != 0)
8518 off += 8;
c5614fa4
AM
8519 else if (off != 0)
8520 {
8521 *drop = off;
8522 memcpy (src - off, src, 8);
8523 }
8524 }
854b41e7 8525 *drop = off;
c5614fa4
AM
8526 toc->rawsize = toc->size;
8527 toc->size = src - contents - off;
8528
ba761f19
AM
8529 /* Adjust addends for relocs against the toc section sym,
8530 and optimize any accesses we can. */
c5614fa4
AM
8531 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
8532 {
8533 if (sec->reloc_count == 0
8534 || elf_discarded_section (sec))
8535 continue;
8536
8537 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
854b41e7 8538 info->keep_memory);
c5614fa4
AM
8539 if (relstart == NULL)
8540 goto error_ret;
8541
8542 for (rel = relstart; rel < relstart + sec->reloc_count; ++rel)
8543 {
8544 enum elf_ppc64_reloc_type r_type;
8545 unsigned long r_symndx;
8546 asection *sym_sec;
8547 struct elf_link_hash_entry *h;
854b41e7 8548 bfd_vma val;
c5614fa4
AM
8549
8550 r_type = ELF64_R_TYPE (rel->r_info);
8551 switch (r_type)
8552 {
8553 default:
8554 continue;
8555
8556 case R_PPC64_TOC16:
8557 case R_PPC64_TOC16_LO:
8558 case R_PPC64_TOC16_HI:
8559 case R_PPC64_TOC16_HA:
8560 case R_PPC64_TOC16_DS:
8561 case R_PPC64_TOC16_LO_DS:
8562 case R_PPC64_ADDR64:
8563 break;
8564 }
8565
8566 r_symndx = ELF64_R_SYM (rel->r_info);
8567 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
8568 r_symndx, ibfd))
8569 goto error_ret;
8570
ba761f19 8571 if (sym_sec != toc)
c5614fa4
AM
8572 continue;
8573
ba761f19
AM
8574 if (h != NULL)
8575 val = h->root.u.def.value;
8576 else
8577 {
8578 val = sym->st_value;
8579 if (val != 0)
8580 local_toc_syms = TRUE;
8581 }
8582
8583 val += rel->r_addend;
854b41e7
AM
8584
8585 if (val > toc->rawsize)
8586 val = toc->rawsize;
ba761f19
AM
8587 else if ((skip[val >> 3] & ref_from_discarded) != 0)
8588 continue;
8589 else if ((skip[val >> 3] & can_optimize) != 0)
8590 {
8591 Elf_Internal_Rela *tocrel
425b145b 8592 = toc_relocs + (skip[val >> 3] >> 2);
ba761f19
AM
8593 unsigned long tsym = ELF64_R_SYM (tocrel->r_info);
8594
8595 switch (r_type)
8596 {
8597 case R_PPC64_TOC16_HA:
8598 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_TOC16_HA);
8599 break;
8600
8601 case R_PPC64_TOC16_LO_DS:
8602 rel->r_info = ELF64_R_INFO (tsym, R_PPC64_LO_DS_OPT);
8603 break;
8604
8605 default:
28942f62
AM
8606 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
8607 ppc_howto_init ();
b140b010
AM
8608 info->callbacks->einfo
8609 (_("%P: %H: %s relocation references "
8610 "optimized away TOC entry\n"),
8611 ibfd, sec, rel->r_offset,
8612 ppc64_elf_howto_table[r_type]->name);
8613 bfd_set_error (bfd_error_bad_value);
8614 goto error_ret;
ba761f19
AM
8615 }
8616 rel->r_addend = tocrel->r_addend;
8617 elf_section_data (sec)->relocs = relstart;
8618 continue;
8619 }
8620
8621 if (h != NULL || sym->st_value != 0)
8622 continue;
854b41e7
AM
8623
8624 rel->r_addend -= skip[val >> 3];
8625 elf_section_data (sec)->relocs = relstart;
c5614fa4 8626 }
854b41e7
AM
8627
8628 if (elf_section_data (sec)->relocs != relstart)
8629 free (relstart);
c5614fa4
AM
8630 }
8631
8632 /* We shouldn't have local or global symbols defined in the TOC,
8633 but handle them anyway. */
df22d223
AM
8634 if (local_syms != NULL)
8635 for (sym = local_syms;
8636 sym < local_syms + symtab_hdr->sh_info;
8637 ++sym)
8638 if (sym->st_value != 0
8639 && bfd_section_from_elf_index (ibfd, sym->st_shndx) == toc)
8640 {
8641 unsigned long i;
854b41e7 8642
df22d223
AM
8643 if (sym->st_value > toc->rawsize)
8644 i = toc->rawsize >> 3;
8645 else
8646 i = sym->st_value >> 3;
854b41e7 8647
df22d223
AM
8648 if ((skip[i] & (ref_from_discarded | can_optimize)) != 0)
8649 {
8650 if (local_toc_syms)
8651 (*_bfd_error_handler)
8652 (_("%s defined on removed toc entry"),
8653 bfd_elf_sym_name (ibfd, symtab_hdr, sym, NULL));
8654 do
8655 ++i;
8656 while ((skip[i] & (ref_from_discarded | can_optimize)));
8657 sym->st_value = (bfd_vma) i << 3;
8658 }
d62b3684 8659
df22d223
AM
8660 sym->st_value -= skip[i];
8661 symtab_hdr->contents = (unsigned char *) local_syms;
8662 }
c5614fa4 8663
854b41e7 8664 /* Adjust any global syms defined in this toc input section. */
c5614fa4
AM
8665 if (toc_inf.global_toc_syms)
8666 {
8667 toc_inf.toc = toc;
8668 toc_inf.skip = skip;
8669 toc_inf.global_toc_syms = FALSE;
8670 elf_link_hash_traverse (elf_hash_table (info), adjust_toc_syms,
8671 &toc_inf);
8672 }
854b41e7
AM
8673
8674 if (toc->reloc_count != 0)
8675 {
d4730f92 8676 Elf_Internal_Shdr *rel_hdr;
854b41e7
AM
8677 Elf_Internal_Rela *wrel;
8678 bfd_size_type sz;
8679
854b41e7 8680 /* Remove unused toc relocs, and adjust those we keep. */
28be611c
AM
8681 if (toc_relocs == NULL)
8682 toc_relocs = _bfd_elf_link_read_relocs (ibfd, toc, NULL, NULL,
8683 info->keep_memory);
8684 if (toc_relocs == NULL)
8685 goto error_ret;
8686
425b145b
AM
8687 wrel = toc_relocs;
8688 for (rel = toc_relocs; rel < toc_relocs + toc->reloc_count; ++rel)
ba761f19
AM
8689 if ((skip[rel->r_offset >> 3]
8690 & (ref_from_discarded | can_optimize)) == 0)
854b41e7
AM
8691 {
8692 wrel->r_offset = rel->r_offset - skip[rel->r_offset >> 3];
8693 wrel->r_info = rel->r_info;
8694 wrel->r_addend = rel->r_addend;
8695 ++wrel;
8696 }
8697 else if (!dec_dynrel_count (rel->r_info, toc, info,
8698 &local_syms, NULL, NULL))
8699 goto error_ret;
8700
425b145b
AM
8701 elf_section_data (toc)->relocs = toc_relocs;
8702 toc->reloc_count = wrel - toc_relocs;
d4730f92
BS
8703 rel_hdr = _bfd_elf_single_rel_hdr (toc);
8704 sz = rel_hdr->sh_entsize;
8705 rel_hdr->sh_size = toc->reloc_count * sz;
854b41e7 8706 }
c5614fa4 8707 }
28be611c
AM
8708 else if (toc_relocs != NULL
8709 && elf_section_data (toc)->relocs != toc_relocs)
425b145b 8710 free (toc_relocs);
c5614fa4
AM
8711
8712 if (local_syms != NULL
8713 && symtab_hdr->contents != (unsigned char *) local_syms)
8714 {
8715 if (!info->keep_memory)
8716 free (local_syms);
8717 else
8718 symtab_hdr->contents = (unsigned char *) local_syms;
8719 }
8720 free (skip);
8721 }
8722
8723 return TRUE;
8724}
8725
1bbe0902
AM
8726/* Return true iff input section I references the TOC using
8727 instructions limited to +/-32k offsets. */
8728
8729bfd_boolean
8730ppc64_elf_has_small_toc_reloc (asection *i)
8731{
8732 return (is_ppc64_elf (i->owner)
8733 && ppc64_elf_tdata (i->owner)->has_small_toc_reloc);
8734}
8735
927be08e
AM
8736/* Allocate space for one GOT entry. */
8737
8738static void
8739allocate_got (struct elf_link_hash_entry *h,
8740 struct bfd_link_info *info,
8741 struct got_entry *gent)
8742{
8743 struct ppc_link_hash_table *htab = ppc_hash_table (info);
8744 bfd_boolean dyn;
8745 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) h;
8746 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD)
8747 ? 16 : 8);
8748 int rentsize = (gent->tls_type & eh->tls_mask & TLS_GD
8749 ? 2 : 1) * sizeof (Elf64_External_Rela);
8750 asection *got = ppc64_elf_tdata (gent->owner)->got;
8751
8752 gent->got.offset = got->size;
8753 got->size += entsize;
8754
8755 dyn = htab->elf.dynamic_sections_created;
8756 if ((info->shared
8757 || WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, 0, h))
8758 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
8759 || h->root.type != bfd_link_hash_undefweak))
8760 {
8761 asection *relgot = ppc64_elf_tdata (gent->owner)->relgot;
8762 relgot->size += rentsize;
8763 }
8764 else if (h->type == STT_GNU_IFUNC)
8765 {
8766 asection *relgot = htab->reliplt;
8767 relgot->size += rentsize;
8768 htab->got_reli_size += rentsize;
8769 }
8770}
8771
7865406b
AM
8772/* This function merges got entries in the same toc group. */
8773
8774static void
8775merge_got_entries (struct got_entry **pent)
8776{
8777 struct got_entry *ent, *ent2;
8778
8779 for (ent = *pent; ent != NULL; ent = ent->next)
8780 if (!ent->is_indirect)
8781 for (ent2 = ent->next; ent2 != NULL; ent2 = ent2->next)
8782 if (!ent2->is_indirect
8783 && ent2->addend == ent->addend
8784 && ent2->tls_type == ent->tls_type
8785 && elf_gp (ent2->owner) == elf_gp (ent->owner))
8786 {
8787 ent2->is_indirect = TRUE;
8788 ent2->got.ent = ent;
8789 }
8790}
8791
65f38f15
AM
8792/* Allocate space in .plt, .got and associated reloc sections for
8793 dynamic relocs. */
5bd4f169 8794
b34976b6 8795static bfd_boolean
4ce794b7 8796allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
5bd4f169 8797{
65f38f15
AM
8798 struct bfd_link_info *info;
8799 struct ppc_link_hash_table *htab;
5bd4f169 8800 asection *s;
65f38f15 8801 struct ppc_link_hash_entry *eh;
6061a67d 8802 struct elf_dyn_relocs *p;
0b8bcf0d 8803 struct got_entry **pgent, *gent;
5bd4f169 8804
e92d460e 8805 if (h->root.type == bfd_link_hash_indirect)
b34976b6 8806 return TRUE;
5bd4f169 8807
65f38f15
AM
8808 info = (struct bfd_link_info *) inf;
8809 htab = ppc_hash_table (info);
4dfe6ac6
NC
8810 if (htab == NULL)
8811 return FALSE;
5bd4f169 8812
e054468f
AM
8813 if ((htab->elf.dynamic_sections_created
8814 && h->dynindx != -1
8815 && WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, info->shared, h))
8816 || h->type == STT_GNU_IFUNC)
5bd4f169 8817 {
411e1bfb
AM
8818 struct plt_entry *pent;
8819 bfd_boolean doneone = FALSE;
8820 for (pent = h->plt.plist; pent != NULL; pent = pent->next)
8821 if (pent->plt.refcount > 0)
8822 {
25f23106
AM
8823 if (!htab->elf.dynamic_sections_created
8824 || h->dynindx == -1)
e054468f
AM
8825 {
8826 s = htab->iplt;
8827 pent->plt.offset = s->size;
8828 s->size += PLT_ENTRY_SIZE;
8829 s = htab->reliplt;
8830 }
8831 else
8832 {
8833 /* If this is the first .plt entry, make room for the special
8834 first entry. */
8835 s = htab->plt;
8836 if (s->size == 0)
8837 s->size += PLT_INITIAL_ENTRY_SIZE;
8838
8839 pent->plt.offset = s->size;
8840
8841 /* Make room for this entry. */
8842 s->size += PLT_ENTRY_SIZE;
8843
8844 /* Make room for the .glink code. */
8845 s = htab->glink;
8846 if (s->size == 0)
8847 s->size += GLINK_CALL_STUB_SIZE;
8848 /* We need bigger stubs past index 32767. */
8849 if (s->size >= GLINK_CALL_STUB_SIZE + 32768*2*4)
8850 s->size += 4;
8851 s->size += 2*4;
8852
8853 /* We also need to make an entry in the .rela.plt section. */
8854 s = htab->relplt;
8855 }
eea6121a 8856 s->size += sizeof (Elf64_External_Rela);
411e1bfb
AM
8857 doneone = TRUE;
8858 }
8859 else
8860 pent->plt.offset = (bfd_vma) -1;
8861 if (!doneone)
65f38f15 8862 {
411e1bfb 8863 h->plt.plist = NULL;
f5385ebf 8864 h->needs_plt = 0;
65f38f15
AM
8865 }
8866 }
8867 else
8868 {
411e1bfb 8869 h->plt.plist = NULL;
f5385ebf 8870 h->needs_plt = 0;
65f38f15
AM
8871 }
8872
951fd09b
AM
8873 eh = (struct ppc_link_hash_entry *) h;
8874 /* Run through the TLS GD got entries first if we're changing them
8875 to TPREL. */
e7b938ca 8876 if ((eh->tls_mask & TLS_TPRELGD) != 0)
951fd09b
AM
8877 for (gent = h->got.glist; gent != NULL; gent = gent->next)
8878 if (gent->got.refcount > 0
8879 && (gent->tls_type & TLS_GD) != 0)
8880 {
8881 /* This was a GD entry that has been converted to TPREL. If
8882 there happens to be a TPREL entry we can use that one. */
8883 struct got_entry *ent;
8884 for (ent = h->got.glist; ent != NULL; ent = ent->next)
8885 if (ent->got.refcount > 0
8886 && (ent->tls_type & TLS_TPREL) != 0
e717da7e
AM
8887 && ent->addend == gent->addend
8888 && ent->owner == gent->owner)
951fd09b
AM
8889 {
8890 gent->got.refcount = 0;
8891 break;
8892 }
8893
8894 /* If not, then we'll be using our own TPREL entry. */
8895 if (gent->got.refcount != 0)
8896 gent->tls_type = TLS_TLS | TLS_TPREL;
8897 }
8898
7865406b
AM
8899 /* Remove any list entry that won't generate a word in the GOT before
8900 we call merge_got_entries. Otherwise we risk merging to empty
8901 entries. */
0b8bcf0d
AM
8902 pgent = &h->got.glist;
8903 while ((gent = *pgent) != NULL)
411e1bfb 8904 if (gent->got.refcount > 0)
7865406b
AM
8905 {
8906 if ((gent->tls_type & TLS_LD) != 0
8907 && !h->def_dynamic)
8908 {
8909 ppc64_tlsld_got (gent->owner)->got.refcount += 1;
8910 *pgent = gent->next;
8911 }
8912 else
8913 pgent = &gent->next;
8914 }
8915 else
8916 *pgent = gent->next;
8917
8918 if (!htab->do_multi_toc)
8919 merge_got_entries (&h->got.glist);
8920
8921 for (gent = h->got.glist; gent != NULL; gent = gent->next)
8922 if (!gent->is_indirect)
411e1bfb
AM
8923 {
8924 /* Make sure this symbol is output as a dynamic symbol.
951fd09b
AM
8925 Undefined weak syms won't yet be marked as dynamic,
8926 nor will all TLS symbols. */
411e1bfb 8927 if (h->dynindx == -1
b099ab9f 8928 && !h->forced_local
25f23106 8929 && h->type != STT_GNU_IFUNC
b099ab9f 8930 && htab->elf.dynamic_sections_created)
411e1bfb 8931 {
c152c796 8932 if (! bfd_elf_link_record_dynamic_symbol (info, h))
411e1bfb
AM
8933 return FALSE;
8934 }
65f38f15 8935
0c8d6e5c 8936 if (!is_ppc64_elf (gent->owner))
927be08e 8937 abort ();
0ffa91dd 8938
927be08e 8939 allocate_got (h, info, gent);
411e1bfb 8940 }
65f38f15 8941
b099ab9f 8942 if (eh->dyn_relocs == NULL
25f23106
AM
8943 || (!htab->elf.dynamic_sections_created
8944 && h->type != STT_GNU_IFUNC))
b34976b6 8945 return TRUE;
65f38f15
AM
8946
8947 /* In the shared -Bsymbolic case, discard space allocated for
8948 dynamic pc-relative relocs against symbols which turn out to be
8949 defined in regular objects. For the normal shared case, discard
8950 space for relocs that have become local due to symbol visibility
8951 changes. */
8952
8953 if (info->shared)
8954 {
9c7a29a3 8955 /* Relocs that use pc_count are those that appear on a call insn,
1d483afe 8956 or certain REL relocs (see must_be_dyn_reloc) that can be
9c7a29a3
AM
8957 generated via assembly. We want calls to protected symbols to
8958 resolve directly to the function rather than going via the plt.
8959 If people want function pointer comparisons to work as expected
8960 then they should avoid writing weird assembly. */
09695f56 8961 if (SYMBOL_CALLS_LOCAL (info, h))
65f38f15 8962 {
6061a67d 8963 struct elf_dyn_relocs **pp;
65f38f15
AM
8964
8965 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
5bd4f169 8966 {
65f38f15
AM
8967 p->count -= p->pc_count;
8968 p->pc_count = 0;
8969 if (p->count == 0)
8970 *pp = p->next;
8971 else
8972 pp = &p->next;
5bd4f169 8973 }
65f38f15 8974 }
4e795f50
AM
8975
8976 /* Also discard relocs on undefined weak syms with non-default
8977 visibility. */
cab87ef9
AM
8978 if (eh->dyn_relocs != NULL
8979 && h->root.type == bfd_link_hash_undefweak)
dfbb6ac9
AM
8980 {
8981 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
8982 eh->dyn_relocs = NULL;
8983
8984 /* Make sure this symbol is output as a dynamic symbol.
8985 Undefined weak syms won't yet be marked as dynamic. */
8986 else if (h->dynindx == -1
8987 && !h->forced_local)
8988 {
8989 if (! bfd_elf_link_record_dynamic_symbol (info, h))
8990 return FALSE;
8991 }
8992 }
65f38f15 8993 }
25f23106
AM
8994 else if (h->type == STT_GNU_IFUNC)
8995 {
8996 if (!h->non_got_ref)
8997 eh->dyn_relocs = NULL;
8998 }
f4656909 8999 else if (ELIMINATE_COPY_RELOCS)
65f38f15
AM
9000 {
9001 /* For the non-shared case, discard space for relocs against
9002 symbols which turn out to need copy relocs or are not
9003 dynamic. */
9004
f5385ebf 9005 if (!h->non_got_ref
f5385ebf 9006 && !h->def_regular)
65f38f15
AM
9007 {
9008 /* Make sure this symbol is output as a dynamic symbol.
9009 Undefined weak syms won't yet be marked as dynamic. */
9010 if (h->dynindx == -1
f5385ebf 9011 && !h->forced_local)
65f38f15 9012 {
c152c796 9013 if (! bfd_elf_link_record_dynamic_symbol (info, h))
b34976b6 9014 return FALSE;
65f38f15
AM
9015 }
9016
9017 /* If that succeeded, we know we'll be keeping all the
9018 relocs. */
9019 if (h->dynindx != -1)
9020 goto keep;
9021 }
9022
9023 eh->dyn_relocs = NULL;
9024
ec338859 9025 keep: ;
65f38f15
AM
9026 }
9027
9028 /* Finally, allocate space. */
9029 for (p = eh->dyn_relocs; p != NULL; p = p->next)
9030 {
9031 asection *sreloc = elf_section_data (p->sec)->sreloc;
25f23106
AM
9032 if (!htab->elf.dynamic_sections_created)
9033 sreloc = htab->reliplt;
eea6121a 9034 sreloc->size += p->count * sizeof (Elf64_External_Rela);
65f38f15
AM
9035 }
9036
b34976b6 9037 return TRUE;
65f38f15
AM
9038}
9039
9040/* Find any dynamic relocs that apply to read-only sections. */
9041
b34976b6 9042static bfd_boolean
4ce794b7 9043readonly_dynrelocs (struct elf_link_hash_entry *h, void *inf)
65f38f15
AM
9044{
9045 struct ppc_link_hash_entry *eh;
6061a67d 9046 struct elf_dyn_relocs *p;
65f38f15
AM
9047
9048 eh = (struct ppc_link_hash_entry *) h;
9049 for (p = eh->dyn_relocs; p != NULL; p = p->next)
9050 {
9051 asection *s = p->sec->output_section;
9052
9053 if (s != NULL && (s->flags & SEC_READONLY) != 0)
9054 {
4ce794b7 9055 struct bfd_link_info *info = inf;
65f38f15
AM
9056
9057 info->flags |= DF_TEXTREL;
9058
9059 /* Not an error, just cut short the traversal. */
b34976b6 9060 return FALSE;
65f38f15
AM
9061 }
9062 }
b34976b6 9063 return TRUE;
65f38f15
AM
9064}
9065
9066/* Set the sizes of the dynamic sections. */
9067
b34976b6 9068static bfd_boolean
4ce794b7
AM
9069ppc64_elf_size_dynamic_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
9070 struct bfd_link_info *info)
65f38f15
AM
9071{
9072 struct ppc_link_hash_table *htab;
9073 bfd *dynobj;
9074 asection *s;
b34976b6 9075 bfd_boolean relocs;
65f38f15 9076 bfd *ibfd;
7865406b 9077 struct got_entry *first_tlsld;
65f38f15
AM
9078
9079 htab = ppc_hash_table (info);
4dfe6ac6
NC
9080 if (htab == NULL)
9081 return FALSE;
9082
65f38f15
AM
9083 dynobj = htab->elf.dynobj;
9084 if (dynobj == NULL)
9085 abort ();
9086
9087 if (htab->elf.dynamic_sections_created)
9088 {
9089 /* Set the contents of the .interp section to the interpreter. */
36af4a4e 9090 if (info->executable)
65f38f15
AM
9091 {
9092 s = bfd_get_section_by_name (dynobj, ".interp");
9093 if (s == NULL)
9094 abort ();
eea6121a 9095 s->size = sizeof ELF_DYNAMIC_INTERPRETER;
65f38f15
AM
9096 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
9097 }
9098 }
9099
9100 /* Set up .got offsets for local syms, and space for local dynamic
9101 relocs. */
9102 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
9103 {
411e1bfb
AM
9104 struct got_entry **lgot_ents;
9105 struct got_entry **end_lgot_ents;
e054468f
AM
9106 struct plt_entry **local_plt;
9107 struct plt_entry **end_local_plt;
f961d9dd 9108 unsigned char *lgot_masks;
65f38f15
AM
9109 bfd_size_type locsymcount;
9110 Elf_Internal_Shdr *symtab_hdr;
9111 asection *srel;
9112
0c8d6e5c 9113 if (!is_ppc64_elf (ibfd))
65f38f15
AM
9114 continue;
9115
9116 for (s = ibfd->sections; s != NULL; s = s->next)
9117 {
6061a67d 9118 struct elf_dyn_relocs *p;
65f38f15 9119
6edfbbad 9120 for (p = elf_section_data (s)->local_dynrel; p != NULL; p = p->next)
65f38f15 9121 {
ec338859
AM
9122 if (!bfd_is_abs_section (p->sec)
9123 && bfd_is_abs_section (p->sec->output_section))
9124 {
9125 /* Input section has been discarded, either because
9126 it is a copy of a linkonce section or due to
9127 linker script /DISCARD/, so we'll be discarding
9128 the relocs too. */
9129 }
248866a8 9130 else if (p->count != 0)
ec338859
AM
9131 {
9132 srel = elf_section_data (p->sec)->sreloc;
25f23106
AM
9133 if (!htab->elf.dynamic_sections_created)
9134 srel = htab->reliplt;
eea6121a 9135 srel->size += p->count * sizeof (Elf64_External_Rela);
248866a8
AM
9136 if ((p->sec->output_section->flags & SEC_READONLY) != 0)
9137 info->flags |= DF_TEXTREL;
ec338859 9138 }
65f38f15
AM
9139 }
9140 }
9141
411e1bfb
AM
9142 lgot_ents = elf_local_got_ents (ibfd);
9143 if (!lgot_ents)
65f38f15
AM
9144 continue;
9145
0ffa91dd 9146 symtab_hdr = &elf_symtab_hdr (ibfd);
65f38f15 9147 locsymcount = symtab_hdr->sh_info;
411e1bfb 9148 end_lgot_ents = lgot_ents + locsymcount;
e054468f
AM
9149 local_plt = (struct plt_entry **) end_lgot_ents;
9150 end_local_plt = local_plt + locsymcount;
f961d9dd 9151 lgot_masks = (unsigned char *) end_local_plt;
e717da7e
AM
9152 s = ppc64_elf_tdata (ibfd)->got;
9153 srel = ppc64_elf_tdata (ibfd)->relgot;
e7b938ca 9154 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
65f38f15 9155 {
0b8bcf0d 9156 struct got_entry **pent, *ent;
411e1bfb 9157
0b8bcf0d
AM
9158 pent = lgot_ents;
9159 while ((ent = *pent) != NULL)
411e1bfb
AM
9160 if (ent->got.refcount > 0)
9161 {
e7b938ca 9162 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0)
411e1bfb 9163 {
927be08e 9164 ppc64_tlsld_got (ibfd)->got.refcount += 1;
0b8bcf0d 9165 *pent = ent->next;
411e1bfb
AM
9166 }
9167 else
9168 {
25f23106 9169 unsigned int num = 1;
eea6121a 9170 ent->got.offset = s->size;
e7b938ca 9171 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
25f23106
AM
9172 num = 2;
9173 s->size += num * 8;
9174 if (info->shared)
9175 srel->size += num * sizeof (Elf64_External_Rela);
9176 else if ((*lgot_masks & PLT_IFUNC) != 0)
927be08e
AM
9177 {
9178 htab->reliplt->size
9179 += num * sizeof (Elf64_External_Rela);
9180 htab->got_reli_size
9181 += num * sizeof (Elf64_External_Rela);
9182 }
0b8bcf0d 9183 pent = &ent->next;
411e1bfb
AM
9184 }
9185 }
9186 else
0b8bcf0d 9187 *pent = ent->next;
65f38f15 9188 }
e054468f
AM
9189
9190 /* Allocate space for calls to local STT_GNU_IFUNC syms in .iplt. */
9191 for (; local_plt < end_local_plt; ++local_plt)
9192 {
9193 struct plt_entry *ent;
9194
9195 for (ent = *local_plt; ent != NULL; ent = ent->next)
9196 if (ent->plt.refcount > 0)
9197 {
91d6fa6a 9198 s = htab->iplt;
e054468f
AM
9199 ent->plt.offset = s->size;
9200 s->size += PLT_ENTRY_SIZE;
9201
25f23106 9202 htab->reliplt->size += sizeof (Elf64_External_Rela);
e054468f
AM
9203 }
9204 else
9205 ent->plt.offset = (bfd_vma) -1;
9206 }
65f38f15
AM
9207 }
9208
9209 /* Allocate global sym .plt and .got entries, and space for global
9210 sym dynamic relocs. */
4ce794b7 9211 elf_link_hash_traverse (&htab->elf, allocate_dynrelocs, info);
65f38f15 9212
7865406b 9213 first_tlsld = NULL;
102890f0
AM
9214 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
9215 {
7865406b
AM
9216 struct got_entry *ent;
9217
0c8d6e5c 9218 if (!is_ppc64_elf (ibfd))
102890f0
AM
9219 continue;
9220
7865406b
AM
9221 ent = ppc64_tlsld_got (ibfd);
9222 if (ent->got.refcount > 0)
102890f0 9223 {
7865406b 9224 if (!htab->do_multi_toc && first_tlsld != NULL)
102890f0 9225 {
7865406b
AM
9226 ent->is_indirect = TRUE;
9227 ent->got.ent = first_tlsld;
9228 }
9229 else
9230 {
9231 if (first_tlsld == NULL)
9232 first_tlsld = ent;
9233 s = ppc64_elf_tdata (ibfd)->got;
9234 ent->got.offset = s->size;
9235 ent->owner = ibfd;
9236 s->size += 16;
9237 if (info->shared)
9238 {
9239 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
9240 srel->size += sizeof (Elf64_External_Rela);
9241 }
102890f0
AM
9242 }
9243 }
9244 else
7865406b 9245 ent->got.offset = (bfd_vma) -1;
102890f0
AM
9246 }
9247
65f38f15
AM
9248 /* We now have determined the sizes of the various dynamic sections.
9249 Allocate memory for them. */
b34976b6 9250 relocs = FALSE;
65f38f15
AM
9251 for (s = dynobj->sections; s != NULL; s = s->next)
9252 {
9253 if ((s->flags & SEC_LINKER_CREATED) == 0)
9254 continue;
9255
4ce794b7 9256 if (s == htab->brlt || s == htab->relbrlt)
721956f4
AM
9257 /* These haven't been allocated yet; don't strip. */
9258 continue;
e717da7e
AM
9259 else if (s == htab->got
9260 || s == htab->plt
e054468f 9261 || s == htab->iplt
c456f082
AM
9262 || s == htab->glink
9263 || s == htab->dynbss)
65f38f15
AM
9264 {
9265 /* Strip this section if we don't need it; see the
9266 comment below. */
5bd4f169 9267 }
58d180e8
AM
9268 else if (s == htab->glink_eh_frame)
9269 {
9270 if (!bfd_is_abs_section (s->output_section))
9271 /* Not sized yet. */
9272 continue;
9273 }
70cc837d 9274 else if (CONST_STRNEQ (s->name, ".rela"))
5bd4f169 9275 {
c456f082 9276 if (s->size != 0)
5bd4f169 9277 {
4ce794b7 9278 if (s != htab->relplt)
b34976b6 9279 relocs = TRUE;
5bd4f169
AM
9280
9281 /* We use the reloc_count field as a counter if we need
9282 to copy relocs into the output file. */
9283 s->reloc_count = 0;
9284 }
9285 }
65f38f15 9286 else
5bd4f169
AM
9287 {
9288 /* It's not one of our sections, so don't allocate space. */
9289 continue;
9290 }
9291
eea6121a 9292 if (s->size == 0)
5bd4f169 9293 {
c456f082
AM
9294 /* If we don't need this section, strip it from the
9295 output file. This is mostly to handle .rela.bss and
9296 .rela.plt. We must create both sections in
9297 create_dynamic_sections, because they must be created
9298 before the linker maps input sections to output
9299 sections. The linker does that before
9300 adjust_dynamic_symbol is called, and it is that
9301 function which decides whether anything needs to go
9302 into these sections. */
8423293d 9303 s->flags |= SEC_EXCLUDE;
5bd4f169
AM
9304 continue;
9305 }
9306
c456f082 9307 if ((s->flags & SEC_HAS_CONTENTS) == 0)
5f333394
AM
9308 continue;
9309
65f38f15
AM
9310 /* Allocate memory for the section contents. We use bfd_zalloc
9311 here in case unused entries are not reclaimed before the
9312 section's contents are written out. This should not happen,
411e1bfb
AM
9313 but this way if it does we get a R_PPC64_NONE reloc in .rela
9314 sections instead of garbage.
9315 We also rely on the section contents being zero when writing
9316 the GOT. */
eea6121a 9317 s->contents = bfd_zalloc (dynobj, s->size);
65f38f15 9318 if (s->contents == NULL)
b34976b6 9319 return FALSE;
5bd4f169
AM
9320 }
9321
e717da7e
AM
9322 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
9323 {
0c8d6e5c 9324 if (!is_ppc64_elf (ibfd))
7b53ace3
AM
9325 continue;
9326
e717da7e
AM
9327 s = ppc64_elf_tdata (ibfd)->got;
9328 if (s != NULL && s != htab->got)
9329 {
eea6121a 9330 if (s->size == 0)
8423293d 9331 s->flags |= SEC_EXCLUDE;
e717da7e
AM
9332 else
9333 {
eea6121a 9334 s->contents = bfd_zalloc (ibfd, s->size);
e717da7e
AM
9335 if (s->contents == NULL)
9336 return FALSE;
9337 }
9338 }
9339 s = ppc64_elf_tdata (ibfd)->relgot;
9340 if (s != NULL)
9341 {
eea6121a 9342 if (s->size == 0)
8423293d 9343 s->flags |= SEC_EXCLUDE;
e717da7e
AM
9344 else
9345 {
eea6121a 9346 s->contents = bfd_zalloc (ibfd, s->size);
e717da7e
AM
9347 if (s->contents == NULL)
9348 return FALSE;
9349 relocs = TRUE;
9350 s->reloc_count = 0;
9351 }
9352 }
9353 }
9354
e86ce104 9355 if (htab->elf.dynamic_sections_created)
5bd4f169
AM
9356 {
9357 /* Add some entries to the .dynamic section. We fill in the
9358 values later, in ppc64_elf_finish_dynamic_sections, but we
9359 must add the entries now so that we get the correct size for
9360 the .dynamic section. The DT_DEBUG entry is filled in by the
9361 dynamic linker and used by the debugger. */
dc810e39 9362#define add_dynamic_entry(TAG, VAL) \
5a580b3a 9363 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
dc810e39 9364
36af4a4e 9365 if (info->executable)
5bd4f169 9366 {
dc810e39 9367 if (!add_dynamic_entry (DT_DEBUG, 0))
b34976b6 9368 return FALSE;
5bd4f169
AM
9369 }
9370
eea6121a 9371 if (htab->plt != NULL && htab->plt->size != 0)
5bd4f169 9372 {
dc810e39
AM
9373 if (!add_dynamic_entry (DT_PLTGOT, 0)
9374 || !add_dynamic_entry (DT_PLTRELSZ, 0)
9375 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
5d1634d7
AM
9376 || !add_dynamic_entry (DT_JMPREL, 0)
9377 || !add_dynamic_entry (DT_PPC64_GLINK, 0))
b34976b6 9378 return FALSE;
5bd4f169
AM
9379 }
9380
19397422
AM
9381 if (NO_OPD_RELOCS)
9382 {
9383 if (!add_dynamic_entry (DT_PPC64_OPD, 0)
9384 || !add_dynamic_entry (DT_PPC64_OPDSZ, 0))
b34976b6 9385 return FALSE;
19397422
AM
9386 }
9387
a7f2871e
AM
9388 if (!htab->no_tls_get_addr_opt
9389 && htab->tls_get_addr_fd != NULL
9390 && htab->tls_get_addr_fd->elf.plt.plist != NULL
9391 && !add_dynamic_entry (DT_PPC64_TLSOPT, 0))
9392 return FALSE;
9393
5bd4f169
AM
9394 if (relocs)
9395 {
dc810e39
AM
9396 if (!add_dynamic_entry (DT_RELA, 0)
9397 || !add_dynamic_entry (DT_RELASZ, 0)
9398 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf64_External_Rela)))
b34976b6 9399 return FALSE;
5bd4f169 9400
65f38f15
AM
9401 /* If any dynamic relocs apply to a read-only section,
9402 then we need a DT_TEXTREL entry. */
248866a8 9403 if ((info->flags & DF_TEXTREL) == 0)
4ce794b7 9404 elf_link_hash_traverse (&htab->elf, readonly_dynrelocs, info);
5bd4f169 9405
65f38f15 9406 if ((info->flags & DF_TEXTREL) != 0)
5bd4f169 9407 {
65f38f15 9408 if (!add_dynamic_entry (DT_TEXTREL, 0))
b34976b6 9409 return FALSE;
5bd4f169 9410 }
5bd4f169 9411 }
5bd4f169 9412 }
65f38f15 9413#undef add_dynamic_entry
5bd4f169 9414
b34976b6 9415 return TRUE;
5bd4f169
AM
9416}
9417
721956f4 9418/* Determine the type of stub needed, if any, for a call. */
5bd4f169 9419
4ce794b7
AM
9420static inline enum ppc_stub_type
9421ppc_type_of_stub (asection *input_sec,
9422 const Elf_Internal_Rela *rel,
9423 struct ppc_link_hash_entry **hash,
e054468f 9424 struct plt_entry **plt_ent,
4ce794b7 9425 bfd_vma destination)
5bd4f169 9426{
721956f4
AM
9427 struct ppc_link_hash_entry *h = *hash;
9428 bfd_vma location;
9429 bfd_vma branch_offset;
9430 bfd_vma max_branch_offset;
4ce794b7 9431 enum elf_ppc64_reloc_type r_type;
5bd4f169 9432
721956f4
AM
9433 if (h != NULL)
9434 {
e054468f 9435 struct plt_entry *ent;
7fe2b9a6 9436 struct ppc_link_hash_entry *fdh = h;
b31867b6
AM
9437 if (h->oh != NULL
9438 && h->oh->is_func_descriptor)
7b8f6675
AM
9439 {
9440 fdh = ppc_follow_link (h->oh);
9441 *hash = fdh;
9442 }
8387904d 9443
e054468f
AM
9444 for (ent = fdh->elf.plt.plist; ent != NULL; ent = ent->next)
9445 if (ent->addend == rel->r_addend
9446 && ent->plt.offset != (bfd_vma) -1)
9447 {
e054468f
AM
9448 *plt_ent = ent;
9449 return ppc_stub_plt_call;
9450 }
5bd4f169 9451
7fe2b9a6
AM
9452 /* Here, we know we don't have a plt entry. If we don't have a
9453 either a defined function descriptor or a defined entry symbol
9454 in a regular object file, then it is pointless trying to make
9455 any other type of stub. */
854b41e7
AM
9456 if (!is_static_defined (&fdh->elf)
9457 && !is_static_defined (&h->elf))
721956f4 9458 return ppc_stub_none;
5d1634d7 9459 }
e054468f
AM
9460 else if (elf_local_got_ents (input_sec->owner) != NULL)
9461 {
9462 Elf_Internal_Shdr *symtab_hdr = &elf_symtab_hdr (input_sec->owner);
9463 struct plt_entry **local_plt = (struct plt_entry **)
9464 elf_local_got_ents (input_sec->owner) + symtab_hdr->sh_info;
9465 unsigned long r_symndx = ELF64_R_SYM (rel->r_info);
9466
9467 if (local_plt[r_symndx] != NULL)
9468 {
9469 struct plt_entry *ent;
9470
9471 for (ent = local_plt[r_symndx]; ent != NULL; ent = ent->next)
9472 if (ent->addend == rel->r_addend
9473 && ent->plt.offset != (bfd_vma) -1)
9474 {
9475 *plt_ent = ent;
9476 return ppc_stub_plt_call;
9477 }
9478 }
9479 }
5d1634d7 9480
721956f4
AM
9481 /* Determine where the call point is. */
9482 location = (input_sec->output_offset
9483 + input_sec->output_section->vma
9484 + rel->r_offset);
5d1634d7 9485
721956f4
AM
9486 branch_offset = destination - location;
9487 r_type = ELF64_R_TYPE (rel->r_info);
5d1634d7 9488
721956f4
AM
9489 /* Determine if a long branch stub is needed. */
9490 max_branch_offset = 1 << 25;
4ce794b7 9491 if (r_type != R_PPC64_REL24)
721956f4 9492 max_branch_offset = 1 << 15;
5d1634d7 9493
721956f4
AM
9494 if (branch_offset + max_branch_offset >= 2 * max_branch_offset)
9495 /* We need a stub. Figure out whether a long_branch or plt_branch
9496 is needed later. */
9497 return ppc_stub_long_branch;
5d1634d7 9498
721956f4 9499 return ppc_stub_none;
5d1634d7
AM
9500}
9501
794e51c0
AM
9502/* With power7 weakly ordered memory model, it is possible for ld.so
9503 to update a plt entry in one thread and have another thread see a
9504 stale zero toc entry. To avoid this we need some sort of acquire
9505 barrier in the call stub. One solution is to make the load of the
9506 toc word seem to appear to depend on the load of the function entry
9507 word. Another solution is to test for r2 being zero, and branch to
9508 the appropriate glink entry if so.
9509
9510 . fake dep barrier compare
9511 . ld 11,xxx(2) ld 11,xxx(2)
9512 . mtctr 11 mtctr 11
9513 . xor 11,11,11 ld 2,xxx+8(2)
9514 . add 2,2,11 cmpldi 2,0
9515 . ld 2,xxx+8(2) bnectr+
9516 . bctr b <glink_entry>
9517
9518 The solution involving the compare turns out to be faster, so
9519 that's what we use unless the branch won't reach. */
9520
9521#define ALWAYS_USE_FAKE_DEP 0
9522#define ALWAYS_EMIT_R2SAVE 0
5d1634d7 9523
5d1634d7
AM
9524#define PPC_LO(v) ((v) & 0xffff)
9525#define PPC_HI(v) (((v) >> 16) & 0xffff)
9526#define PPC_HA(v) PPC_HI ((v) + 0x8000)
9527
794e51c0
AM
9528static inline unsigned int
9529plt_stub_size (struct ppc_link_hash_table *htab,
9530 struct ppc_stub_hash_entry *stub_entry,
9531 bfd_vma off)
9532{
9533 unsigned size = PLT_CALL_STUB_SIZE;
9534
9535 if (!(ALWAYS_EMIT_R2SAVE
9536 || stub_entry->stub_type == ppc_stub_plt_call_r2save))
9537 size -= 4;
9538 if (!htab->plt_static_chain)
9539 size -= 4;
9540 if (htab->plt_thread_safe)
9541 size += 8;
9542 if (PPC_HA (off) == 0)
9543 size -= 4;
9544 if (PPC_HA (off + 8 + 8 * htab->plt_static_chain) != PPC_HA (off))
9545 size += 4;
9546 if (stub_entry->h != NULL
9547 && (stub_entry->h == htab->tls_get_addr_fd
9548 || stub_entry->h == htab->tls_get_addr)
9549 && !htab->no_tls_get_addr_opt)
9550 size += 13 * 4;
9551 return size;
9552}
9553
9554/* If this stub would cross fewer 2**plt_stub_align boundaries if we align,
9555 then return the padding needed to do so. */
9556static inline unsigned int
9557plt_stub_pad (struct ppc_link_hash_table *htab,
9558 struct ppc_stub_hash_entry *stub_entry,
9559 bfd_vma plt_off)
9560{
9561 int stub_align = 1 << htab->plt_stub_align;
9562 unsigned stub_size = plt_stub_size (htab, stub_entry, plt_off);
9563 bfd_vma stub_off = stub_entry->stub_sec->size;
9564
9565 if (((stub_off + stub_size - 1) & -stub_align) - (stub_off & -stub_align)
9566 > (stub_size & -stub_align))
9567 return stub_align - (stub_off & (stub_align - 1));
9568 return 0;
9569}
9570
9571/* Build a .plt call stub. */
9572
9573static inline bfd_byte *
9574build_plt_stub (struct ppc_link_hash_table *htab,
9575 struct ppc_stub_hash_entry *stub_entry,
9576 bfd_byte *p, bfd_vma offset, Elf_Internal_Rela *r)
9577{
9578 bfd *obfd = htab->stub_bfd;
9579 bfd_boolean plt_static_chain = htab->plt_static_chain;
9580 bfd_boolean plt_thread_safe = htab->plt_thread_safe;
9581 bfd_boolean use_fake_dep = plt_thread_safe;
9582 bfd_vma cmp_branch_off = 0;
9583
9584 if (!ALWAYS_USE_FAKE_DEP
9585 && plt_thread_safe
9586 && !(stub_entry->h != NULL
9587 && (stub_entry->h == htab->tls_get_addr_fd
9588 || stub_entry->h == htab->tls_get_addr)
9589 && !htab->no_tls_get_addr_opt))
9590 {
9591 bfd_vma pltoff = stub_entry->plt_ent->plt.offset & ~1;
9592 bfd_vma pltindex = (pltoff - PLT_INITIAL_ENTRY_SIZE) / PLT_ENTRY_SIZE;
9593 bfd_vma glinkoff = GLINK_CALL_STUB_SIZE + pltindex * 8;
9594 bfd_vma to, from;
9595
9596 if (pltindex > 32767)
9597 glinkoff += (pltindex - 32767) * 4;
9598 to = (glinkoff
9599 + htab->glink->output_offset
9600 + htab->glink->output_section->vma);
9601 from = (p - stub_entry->stub_sec->contents
9602 + 4 * (ALWAYS_EMIT_R2SAVE
9603 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
9604 + 4 * (PPC_HA (offset) != 0)
9605 + 4 * (PPC_HA (offset + 8 + 8 * plt_static_chain)
9606 != PPC_HA (offset))
9607 + 4 * (plt_static_chain != 0)
9608 + 20
9609 + stub_entry->stub_sec->output_offset
9610 + stub_entry->stub_sec->output_section->vma);
9611 cmp_branch_off = to - from;
9612 use_fake_dep = cmp_branch_off + (1 << 25) >= (1 << 26);
9613 }
9614
ac2df442
AM
9615 if (PPC_HA (offset) != 0)
9616 {
176a0d42
AM
9617 if (r != NULL)
9618 {
794e51c0
AM
9619 if (ALWAYS_EMIT_R2SAVE
9620 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
9621 r[0].r_offset += 4;
176a0d42 9622 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_HA);
3b421ab3 9623 r[1].r_offset = r[0].r_offset + 4;
176a0d42
AM
9624 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
9625 r[1].r_addend = r[0].r_addend;
c7131b65 9626 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
176a0d42
AM
9627 {
9628 r[2].r_offset = r[1].r_offset + 4;
9629 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO);
9630 r[2].r_addend = r[0].r_addend;
9631 }
9632 else
9633 {
794e51c0 9634 r[2].r_offset = r[1].r_offset + 8 + 8 * use_fake_dep;
176a0d42
AM
9635 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
9636 r[2].r_addend = r[0].r_addend + 8;
c7131b65
AM
9637 if (plt_static_chain)
9638 {
9639 r[3].r_offset = r[2].r_offset + 4;
9640 r[3].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
9641 r[3].r_addend = r[0].r_addend + 16;
9642 }
176a0d42
AM
9643 }
9644 }
794e51c0
AM
9645 if (ALWAYS_EMIT_R2SAVE
9646 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
9647 bfd_put_32 (obfd, STD_R2_40R1, p), p += 4;
3b421ab3 9648 bfd_put_32 (obfd, ADDIS_R12_R2 | PPC_HA (offset), p), p += 4;
ac2df442 9649 bfd_put_32 (obfd, LD_R11_0R12 | PPC_LO (offset), p), p += 4;
9df0ef5f 9650 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
ac2df442
AM
9651 {
9652 bfd_put_32 (obfd, ADDI_R12_R12 | PPC_LO (offset), p), p += 4;
9653 offset = 0;
9654 }
9655 bfd_put_32 (obfd, MTCTR_R11, p), p += 4;
794e51c0
AM
9656 if (use_fake_dep)
9657 {
9658 bfd_put_32 (obfd, XOR_R11_R11_R11, p), p += 4;
9659 bfd_put_32 (obfd, ADD_R12_R12_R11, p), p += 4;
9660 }
ac2df442 9661 bfd_put_32 (obfd, LD_R2_0R12 | PPC_LO (offset + 8), p), p += 4;
9df0ef5f
AM
9662 if (plt_static_chain)
9663 bfd_put_32 (obfd, LD_R11_0R12 | PPC_LO (offset + 16), p), p += 4;
ac2df442
AM
9664 }
9665 else
9666 {
176a0d42
AM
9667 if (r != NULL)
9668 {
794e51c0
AM
9669 if (ALWAYS_EMIT_R2SAVE
9670 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
9671 r[0].r_offset += 4;
176a0d42 9672 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
c7131b65 9673 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
176a0d42
AM
9674 {
9675 r[1].r_offset = r[0].r_offset + 4;
9676 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16);
9677 r[1].r_addend = r[0].r_addend;
9678 }
9679 else
9680 {
794e51c0 9681 r[1].r_offset = r[0].r_offset + 8 + 8 * use_fake_dep;
176a0d42 9682 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
c7131b65
AM
9683 r[1].r_addend = r[0].r_addend + 8 + 8 * plt_static_chain;
9684 if (plt_static_chain)
9685 {
9686 r[2].r_offset = r[1].r_offset + 4;
9687 r[2].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
9688 r[2].r_addend = r[0].r_addend + 8;
9689 }
176a0d42
AM
9690 }
9691 }
794e51c0
AM
9692 if (ALWAYS_EMIT_R2SAVE
9693 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
9694 bfd_put_32 (obfd, STD_R2_40R1, p), p += 4;
ac2df442 9695 bfd_put_32 (obfd, LD_R11_0R2 | PPC_LO (offset), p), p += 4;
9df0ef5f 9696 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset))
ac2df442
AM
9697 {
9698 bfd_put_32 (obfd, ADDI_R2_R2 | PPC_LO (offset), p), p += 4;
9699 offset = 0;
9700 }
9701 bfd_put_32 (obfd, MTCTR_R11, p), p += 4;
794e51c0
AM
9702 if (use_fake_dep)
9703 {
9704 bfd_put_32 (obfd, XOR_R11_R11_R11, p), p += 4;
9705 bfd_put_32 (obfd, ADD_R2_R2_R11, p), p += 4;
9706 }
9df0ef5f
AM
9707 if (plt_static_chain)
9708 bfd_put_32 (obfd, LD_R11_0R2 | PPC_LO (offset + 16), p), p += 4;
ac2df442 9709 bfd_put_32 (obfd, LD_R2_0R2 | PPC_LO (offset + 8), p), p += 4;
ac2df442 9710 }
794e51c0
AM
9711 if (plt_thread_safe && !use_fake_dep)
9712 {
9713 bfd_put_32 (obfd, CMPLDI_R2_0, p), p += 4;
9714 bfd_put_32 (obfd, BNECTR_P4, p), p += 4;
9715 bfd_put_32 (obfd, B_DOT + cmp_branch_off, p), p += 4;
9716 }
9717 else
9718 bfd_put_32 (obfd, BCTR, p), p += 4;
5d1634d7
AM
9719 return p;
9720}
9721
a7f2871e
AM
9722/* Build a special .plt call stub for __tls_get_addr. */
9723
9724#define LD_R11_0R3 0xe9630000
9725#define LD_R12_0R3 0xe9830000
9726#define MR_R0_R3 0x7c601b78
9727#define CMPDI_R11_0 0x2c2b0000
9728#define ADD_R3_R12_R13 0x7c6c6a14
9729#define BEQLR 0x4d820020
9730#define MR_R3_R0 0x7c030378
9731#define MFLR_R11 0x7d6802a6
9732#define STD_R11_0R1 0xf9610000
9733#define BCTRL 0x4e800421
9734#define LD_R11_0R1 0xe9610000
9735#define LD_R2_0R1 0xe8410000
9736#define MTLR_R11 0x7d6803a6
9737
9738static inline bfd_byte *
794e51c0
AM
9739build_tls_get_addr_stub (struct ppc_link_hash_table *htab,
9740 struct ppc_stub_hash_entry *stub_entry,
9741 bfd_byte *p, bfd_vma offset, Elf_Internal_Rela *r)
a7f2871e 9742{
794e51c0
AM
9743 bfd *obfd = htab->stub_bfd;
9744
a7f2871e
AM
9745 bfd_put_32 (obfd, LD_R11_0R3 + 0, p), p += 4;
9746 bfd_put_32 (obfd, LD_R12_0R3 + 8, p), p += 4;
9747 bfd_put_32 (obfd, MR_R0_R3, p), p += 4;
9748 bfd_put_32 (obfd, CMPDI_R11_0, p), p += 4;
9749 bfd_put_32 (obfd, ADD_R3_R12_R13, p), p += 4;
9750 bfd_put_32 (obfd, BEQLR, p), p += 4;
9751 bfd_put_32 (obfd, MR_R3_R0, p), p += 4;
9752 bfd_put_32 (obfd, MFLR_R11, p), p += 4;
9753 bfd_put_32 (obfd, STD_R11_0R1 + 32, p), p += 4;
9754
9755 if (r != NULL)
9756 r[0].r_offset += 9 * 4;
794e51c0 9757 p = build_plt_stub (htab, stub_entry, p, offset, r);
a7f2871e
AM
9758 bfd_put_32 (obfd, BCTRL, p - 4);
9759
9760 bfd_put_32 (obfd, LD_R11_0R1 + 32, p), p += 4;
9761 bfd_put_32 (obfd, LD_R2_0R1 + 40, p), p += 4;
9762 bfd_put_32 (obfd, MTLR_R11, p), p += 4;
9763 bfd_put_32 (obfd, BLR, p), p += 4;
9764
9765 return p;
9766}
9767
176a0d42
AM
9768static Elf_Internal_Rela *
9769get_relocs (asection *sec, int count)
9770{
9771 Elf_Internal_Rela *relocs;
9772 struct bfd_elf_section_data *elfsec_data;
9773
9774 elfsec_data = elf_section_data (sec);
9775 relocs = elfsec_data->relocs;
9776 if (relocs == NULL)
9777 {
9778 bfd_size_type relsize;
9779 relsize = sec->reloc_count * sizeof (*relocs);
9780 relocs = bfd_alloc (sec->owner, relsize);
9781 if (relocs == NULL)
9782 return NULL;
9783 elfsec_data->relocs = relocs;
d4730f92
BS
9784 elfsec_data->rela.hdr = bfd_zalloc (sec->owner,
9785 sizeof (Elf_Internal_Shdr));
9786 if (elfsec_data->rela.hdr == NULL)
9787 return NULL;
9788 elfsec_data->rela.hdr->sh_size = (sec->reloc_count
9789 * sizeof (Elf64_External_Rela));
9790 elfsec_data->rela.hdr->sh_entsize = sizeof (Elf64_External_Rela);
176a0d42
AM
9791 sec->reloc_count = 0;
9792 }
9793 relocs += sec->reloc_count;
9794 sec->reloc_count += count;
9795 return relocs;
9796}
9797
aa374f67 9798static bfd_vma
25f53a85 9799get_r2off (struct bfd_link_info *info,
aa374f67
AM
9800 struct ppc_stub_hash_entry *stub_entry)
9801{
25f53a85 9802 struct ppc_link_hash_table *htab = ppc_hash_table (info);
aa374f67
AM
9803 bfd_vma r2off = htab->stub_group[stub_entry->target_section->id].toc_off;
9804
9805 if (r2off == 0)
9806 {
9807 /* Support linking -R objects. Get the toc pointer from the
9808 opd entry. */
9809 char buf[8];
9810 asection *opd = stub_entry->h->elf.root.u.def.section;
9811 bfd_vma opd_off = stub_entry->h->elf.root.u.def.value;
9812
9813 if (strcmp (opd->name, ".opd") != 0
9814 || opd->reloc_count != 0)
9815 {
8de848d8 9816 info->callbacks->einfo (_("%P: cannot find opd entry toc for %s\n"),
25f53a85 9817 stub_entry->h->elf.root.root.string);
aa374f67
AM
9818 bfd_set_error (bfd_error_bad_value);
9819 return 0;
9820 }
9821 if (!bfd_get_section_contents (opd->owner, opd, buf, opd_off + 8, 8))
9822 return 0;
9823 r2off = bfd_get_64 (opd->owner, buf);
25f53a85 9824 r2off -= elf_gp (info->output_bfd);
aa374f67
AM
9825 }
9826 r2off -= htab->stub_group[stub_entry->id_sec->id].toc_off;
9827 return r2off;
9828}
9829
b34976b6 9830static bfd_boolean
4ce794b7 9831ppc_build_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
5d1634d7 9832{
721956f4
AM
9833 struct ppc_stub_hash_entry *stub_entry;
9834 struct ppc_branch_hash_entry *br_entry;
5d1634d7
AM
9835 struct bfd_link_info *info;
9836 struct ppc_link_hash_table *htab;
721956f4
AM
9837 bfd_byte *loc;
9838 bfd_byte *p;
ee75fd95 9839 bfd_vma dest, off;
721956f4 9840 int size;
176a0d42 9841 Elf_Internal_Rela *r;
e054468f 9842 asection *plt;
5d1634d7 9843
721956f4
AM
9844 /* Massage our args to the form they really have. */
9845 stub_entry = (struct ppc_stub_hash_entry *) gen_entry;
4ce794b7 9846 info = in_arg;
5d1634d7 9847
5d1634d7 9848 htab = ppc_hash_table (info);
4dfe6ac6
NC
9849 if (htab == NULL)
9850 return FALSE;
5d1634d7 9851
721956f4 9852 /* Make a note of the offset within the stubs for this entry. */
eea6121a 9853 stub_entry->stub_offset = stub_entry->stub_sec->size;
97b639ba 9854 loc = stub_entry->stub_sec->contents + stub_entry->stub_offset;
721956f4 9855
4ce794b7 9856 htab->stub_count[stub_entry->stub_type - 1] += 1;
721956f4 9857 switch (stub_entry->stub_type)
5d1634d7 9858 {
721956f4 9859 case ppc_stub_long_branch:
ad8e1ba5 9860 case ppc_stub_long_branch_r2off:
721956f4 9861 /* Branches are relative. This is where we are going to. */
ee75fd95
AM
9862 off = dest = (stub_entry->target_value
9863 + stub_entry->target_section->output_offset
9864 + stub_entry->target_section->output_section->vma);
5d1634d7 9865
721956f4
AM
9866 /* And this is where we are coming from. */
9867 off -= (stub_entry->stub_offset
97b639ba
AM
9868 + stub_entry->stub_sec->output_offset
9869 + stub_entry->stub_sec->output_section->vma);
e86ce104 9870
ac2df442
AM
9871 size = 4;
9872 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
ad8e1ba5 9873 {
25f53a85 9874 bfd_vma r2off = get_r2off (info, stub_entry);
ad8e1ba5 9875
aa374f67
AM
9876 if (r2off == 0)
9877 {
9878 htab->stub_error = TRUE;
9879 return FALSE;
9880 }
97b639ba 9881 bfd_put_32 (htab->stub_bfd, STD_R2_40R1, loc);
ad8e1ba5 9882 loc += 4;
ac2df442
AM
9883 size = 12;
9884 if (PPC_HA (r2off) != 0)
9885 {
9886 size = 16;
9887 bfd_put_32 (htab->stub_bfd, ADDIS_R2_R2 | PPC_HA (r2off), loc);
9888 loc += 4;
9889 }
97b639ba 9890 bfd_put_32 (htab->stub_bfd, ADDI_R2_R2 | PPC_LO (r2off), loc);
ad8e1ba5 9891 loc += 4;
ac2df442 9892 off -= size - 4;
ad8e1ba5 9893 }
97b639ba 9894 bfd_put_32 (htab->stub_bfd, B_DOT | (off & 0x3fffffc), loc);
ad8e1ba5 9895
5c3dead3
AM
9896 if (off + (1 << 25) >= (bfd_vma) (1 << 26))
9897 {
8de848d8 9898 info->callbacks->einfo (_("%P: long branch stub `%s' offset overflow\n"),
25f53a85 9899 stub_entry->root.string);
5c3dead3
AM
9900 htab->stub_error = TRUE;
9901 return FALSE;
9902 }
ee75fd95
AM
9903
9904 if (info->emitrelocations)
9905 {
176a0d42
AM
9906 r = get_relocs (stub_entry->stub_sec, 1);
9907 if (r == NULL)
9908 return FALSE;
ee75fd95
AM
9909 r->r_offset = loc - stub_entry->stub_sec->contents;
9910 r->r_info = ELF64_R_INFO (0, R_PPC64_REL24);
9911 r->r_addend = dest;
9912 if (stub_entry->h != NULL)
9913 {
9914 struct elf_link_hash_entry **hashes;
9915 unsigned long symndx;
9916 struct ppc_link_hash_entry *h;
9917
9918 hashes = elf_sym_hashes (htab->stub_bfd);
9919 if (hashes == NULL)
9920 {
9921 bfd_size_type hsize;
9922
9923 hsize = (htab->stub_globals + 1) * sizeof (*hashes);
9924 hashes = bfd_zalloc (htab->stub_bfd, hsize);
9925 if (hashes == NULL)
9926 return FALSE;
9927 elf_sym_hashes (htab->stub_bfd) = hashes;
9928 htab->stub_globals = 1;
9929 }
9930 symndx = htab->stub_globals++;
9931 h = stub_entry->h;
9932 hashes[symndx] = &h->elf;
9933 r->r_info = ELF64_R_INFO (symndx, R_PPC64_REL24);
9934 if (h->oh != NULL && h->oh->is_func)
b31867b6 9935 h = ppc_follow_link (h->oh);
ee75fd95
AM
9936 if (h->elf.root.u.def.section != stub_entry->target_section)
9937 /* H is an opd symbol. The addend must be zero. */
9938 r->r_addend = 0;
9939 else
9940 {
9941 off = (h->elf.root.u.def.value
9942 + h->elf.root.u.def.section->output_offset
9943 + h->elf.root.u.def.section->output_section->vma);
9944 r->r_addend -= off;
9945 }
9946 }
9947 }
721956f4 9948 break;
e86ce104 9949
721956f4 9950 case ppc_stub_plt_branch:
ad8e1ba5 9951 case ppc_stub_plt_branch_r2off:
721956f4
AM
9952 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table,
9953 stub_entry->root.string + 9,
b34976b6 9954 FALSE, FALSE);
721956f4
AM
9955 if (br_entry == NULL)
9956 {
8de848d8 9957 info->callbacks->einfo (_("%P: can't find branch stub `%s'\n"),
25f53a85 9958 stub_entry->root.string);
b34976b6
AM
9959 htab->stub_error = TRUE;
9960 return FALSE;
721956f4
AM
9961 }
9962
176a0d42
AM
9963 dest = (stub_entry->target_value
9964 + stub_entry->target_section->output_offset
9965 + stub_entry->target_section->output_section->vma);
721956f4 9966
176a0d42 9967 bfd_put_64 (htab->brlt->owner, dest,
4ce794b7 9968 htab->brlt->contents + br_entry->offset);
721956f4 9969
f94498ff 9970 if (br_entry->iter == htab->stub_iteration)
721956f4 9971 {
f94498ff 9972 br_entry->iter = 0;
84f5d08e 9973
f94498ff 9974 if (htab->relbrlt != NULL)
84f5d08e 9975 {
f94498ff
AM
9976 /* Create a reloc for the branch lookup table entry. */
9977 Elf_Internal_Rela rela;
9978 bfd_byte *rl;
9979
9980 rela.r_offset = (br_entry->offset
9981 + htab->brlt->output_offset
9982 + htab->brlt->output_section->vma);
9983 rela.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
176a0d42 9984 rela.r_addend = dest;
f94498ff
AM
9985
9986 rl = htab->relbrlt->contents;
9987 rl += (htab->relbrlt->reloc_count++
9988 * sizeof (Elf64_External_Rela));
9989 bfd_elf64_swap_reloca_out (htab->relbrlt->owner, &rela, rl);
9990 }
9991 else if (info->emitrelocations)
9992 {
176a0d42
AM
9993 r = get_relocs (htab->brlt, 1);
9994 if (r == NULL)
9995 return FALSE;
9996 /* brlt, being SEC_LINKER_CREATED does not go through the
9997 normal reloc processing. Symbols and offsets are not
9998 translated from input file to output file form, so
9999 set up the offset per the output file. */
f94498ff
AM
10000 r->r_offset = (br_entry->offset
10001 + htab->brlt->output_offset
10002 + htab->brlt->output_section->vma);
10003 r->r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
176a0d42 10004 r->r_addend = dest;
84f5d08e 10005 }
84f5d08e 10006 }
721956f4 10007
176a0d42
AM
10008 dest = (br_entry->offset
10009 + htab->brlt->output_offset
10010 + htab->brlt->output_section->vma);
10011
10012 off = (dest
4ce794b7 10013 - elf_gp (htab->brlt->output_section->owner)
ad8e1ba5 10014 - htab->stub_group[stub_entry->id_sec->id].toc_off);
721956f4 10015
ad8e1ba5 10016 if (off + 0x80008000 > 0xffffffff || (off & 7) != 0)
5d1634d7 10017 {
25f53a85 10018 info->callbacks->einfo
8de848d8 10019 (_("%P: linkage table error against `%s'\n"),
721956f4 10020 stub_entry->root.string);
5d1634d7 10021 bfd_set_error (bfd_error_bad_value);
b34976b6
AM
10022 htab->stub_error = TRUE;
10023 return FALSE;
5d1634d7 10024 }
41bd81ab 10025
176a0d42
AM
10026 if (info->emitrelocations)
10027 {
10028 r = get_relocs (stub_entry->stub_sec, 1 + (PPC_HA (off) != 0));
10029 if (r == NULL)
10030 return FALSE;
10031 r[0].r_offset = loc - stub_entry->stub_sec->contents;
7cfbafbc
AM
10032 if (bfd_big_endian (info->output_bfd))
10033 r[0].r_offset += 2;
176a0d42
AM
10034 if (stub_entry->stub_type == ppc_stub_plt_branch_r2off)
10035 r[0].r_offset += 4;
10036 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_DS);
10037 r[0].r_addend = dest;
10038 if (PPC_HA (off) != 0)
10039 {
10040 r[0].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_HA);
10041 r[1].r_offset = r[0].r_offset + 4;
10042 r[1].r_info = ELF64_R_INFO (0, R_PPC64_TOC16_LO_DS);
10043 r[1].r_addend = r[0].r_addend;
10044 }
10045 }
10046
ad8e1ba5
AM
10047 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
10048 {
176a0d42 10049 if (PPC_HA (off) != 0)
ac2df442
AM
10050 {
10051 size = 16;
176a0d42 10052 bfd_put_32 (htab->stub_bfd, ADDIS_R12_R2 | PPC_HA (off), loc);
ac2df442 10053 loc += 4;
176a0d42 10054 bfd_put_32 (htab->stub_bfd, LD_R11_0R12 | PPC_LO (off), loc);
ac2df442
AM
10055 }
10056 else
10057 {
10058 size = 12;
176a0d42 10059 bfd_put_32 (htab->stub_bfd, LD_R11_0R2 | PPC_LO (off), loc);
ac2df442 10060 }
ad8e1ba5
AM
10061 }
10062 else
10063 {
25f53a85 10064 bfd_vma r2off = get_r2off (info, stub_entry);
aa374f67
AM
10065
10066 if (r2off == 0)
10067 {
10068 htab->stub_error = TRUE;
10069 return FALSE;
10070 }
ad8e1ba5 10071
97b639ba 10072 bfd_put_32 (htab->stub_bfd, STD_R2_40R1, loc);
ad8e1ba5 10073 loc += 4;
ac2df442 10074 size = 20;
176a0d42 10075 if (PPC_HA (off) != 0)
ac2df442
AM
10076 {
10077 size += 4;
176a0d42 10078 bfd_put_32 (htab->stub_bfd, ADDIS_R12_R2 | PPC_HA (off), loc);
ac2df442 10079 loc += 4;
176a0d42 10080 bfd_put_32 (htab->stub_bfd, LD_R11_0R12 | PPC_LO (off), loc);
ac2df442
AM
10081 loc += 4;
10082 }
10083 else
10084 {
176a0d42 10085 bfd_put_32 (htab->stub_bfd, LD_R11_0R2 | PPC_LO (off), loc);
ac2df442
AM
10086 loc += 4;
10087 }
10088
10089 if (PPC_HA (r2off) != 0)
10090 {
10091 size += 4;
10092 bfd_put_32 (htab->stub_bfd, ADDIS_R2_R2 | PPC_HA (r2off), loc);
10093 loc += 4;
10094 }
97b639ba 10095 bfd_put_32 (htab->stub_bfd, ADDI_R2_R2 | PPC_LO (r2off), loc);
ad8e1ba5
AM
10096 }
10097 loc += 4;
97b639ba 10098 bfd_put_32 (htab->stub_bfd, MTCTR_R11, loc);
ad8e1ba5 10099 loc += 4;
97b639ba 10100 bfd_put_32 (htab->stub_bfd, BCTR, loc);
721956f4 10101 break;
5d1634d7 10102
721956f4 10103 case ppc_stub_plt_call:
794e51c0 10104 case ppc_stub_plt_call_r2save:
e054468f 10105 if (stub_entry->h != NULL
b31867b6
AM
10106 && stub_entry->h->is_func_descriptor
10107 && stub_entry->h->oh != NULL)
c862ae31 10108 {
b31867b6
AM
10109 struct ppc_link_hash_entry *fh = ppc_follow_link (stub_entry->h->oh);
10110
10111 /* If the old-ABI "dot-symbol" is undefined make it weak so
10112 we don't get a link error from RELOC_FOR_GLOBAL_SYMBOL.
10113 FIXME: We used to define the symbol on one of the call
10114 stubs instead, which is why we test symbol section id
10115 against htab->top_id in various places. Likely all
10116 these checks could now disappear. */
10117 if (fh->elf.root.type == bfd_link_hash_undefined)
10118 fh->elf.root.type = bfd_link_hash_undefweak;
9507a174
AM
10119 /* Stop undo_symbol_twiddle changing it back to undefined. */
10120 fh->was_undefined = 0;
c862ae31
AM
10121 }
10122
721956f4 10123 /* Now build the stub. */
e054468f 10124 dest = stub_entry->plt_ent->plt.offset & ~1;
176a0d42 10125 if (dest >= (bfd_vma) -2)
721956f4
AM
10126 abort ();
10127
e054468f 10128 plt = htab->plt;
25f23106
AM
10129 if (!htab->elf.dynamic_sections_created
10130 || stub_entry->h == NULL
10131 || stub_entry->h->elf.dynindx == -1)
e054468f
AM
10132 plt = htab->iplt;
10133
10134 dest += plt->output_offset + plt->output_section->vma;
10135
10136 if (stub_entry->h == NULL
10137 && (stub_entry->plt_ent->plt.offset & 1) == 0)
10138 {
10139 Elf_Internal_Rela rela;
10140 bfd_byte *rl;
10141
10142 rela.r_offset = dest;
25f23106 10143 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_IREL);
e054468f
AM
10144 rela.r_addend = (stub_entry->target_value
10145 + stub_entry->target_section->output_offset
10146 + stub_entry->target_section->output_section->vma);
10147
25f23106
AM
10148 rl = (htab->reliplt->contents
10149 + (htab->reliplt->reloc_count++
10150 * sizeof (Elf64_External_Rela)));
10151 bfd_elf64_swap_reloca_out (info->output_bfd, &rela, rl);
e054468f
AM
10152 stub_entry->plt_ent->plt.offset |= 1;
10153 }
176a0d42
AM
10154
10155 off = (dest
e054468f 10156 - elf_gp (plt->output_section->owner)
176a0d42 10157 - htab->stub_group[stub_entry->id_sec->id].toc_off);
721956f4 10158
ad8e1ba5 10159 if (off + 0x80008000 > 0xffffffff || (off & 7) != 0)
721956f4 10160 {
25f53a85 10161 info->callbacks->einfo
8de848d8 10162 (_("%P: linkage table error against `%s'\n"),
e054468f
AM
10163 stub_entry->h != NULL
10164 ? stub_entry->h->elf.root.root.string
10165 : "<local sym>");
721956f4 10166 bfd_set_error (bfd_error_bad_value);
b34976b6
AM
10167 htab->stub_error = TRUE;
10168 return FALSE;
721956f4
AM
10169 }
10170
794e51c0
AM
10171 if (htab->plt_stub_align != 0)
10172 {
10173 unsigned pad = plt_stub_pad (htab, stub_entry, off);
10174
10175 stub_entry->stub_sec->size += pad;
10176 stub_entry->stub_offset = stub_entry->stub_sec->size;
10177 loc += pad;
10178 }
10179
176a0d42
AM
10180 r = NULL;
10181 if (info->emitrelocations)
10182 {
10183 r = get_relocs (stub_entry->stub_sec,
c7131b65
AM
10184 (2
10185 + (PPC_HA (off) != 0)
10186 + (htab->plt_static_chain
10187 && PPC_HA (off + 16) == PPC_HA (off))));
176a0d42
AM
10188 if (r == NULL)
10189 return FALSE;
10190 r[0].r_offset = loc - stub_entry->stub_sec->contents;
7cfbafbc
AM
10191 if (bfd_big_endian (info->output_bfd))
10192 r[0].r_offset += 2;
176a0d42
AM
10193 r[0].r_addend = dest;
10194 }
a7f2871e
AM
10195 if (stub_entry->h != NULL
10196 && (stub_entry->h == htab->tls_get_addr_fd
10197 || stub_entry->h == htab->tls_get_addr)
10198 && !htab->no_tls_get_addr_opt)
794e51c0 10199 p = build_tls_get_addr_stub (htab, stub_entry, loc, off, r);
a7f2871e 10200 else
794e51c0 10201 p = build_plt_stub (htab, stub_entry, loc, off, r);
721956f4
AM
10202 size = p - loc;
10203 break;
10204
10205 default:
10206 BFD_FAIL ();
b34976b6 10207 return FALSE;
721956f4
AM
10208 }
10209
eea6121a 10210 stub_entry->stub_sec->size += size;
97b639ba 10211
ee75fd95 10212 if (htab->emit_stub_syms)
97b639ba
AM
10213 {
10214 struct elf_link_hash_entry *h;
ee75fd95
AM
10215 size_t len1, len2;
10216 char *name;
10217 const char *const stub_str[] = { "long_branch",
10218 "long_branch_r2off",
10219 "plt_branch",
10220 "plt_branch_r2off",
794e51c0 10221 "plt_call",
ee75fd95
AM
10222 "plt_call" };
10223
10224 len1 = strlen (stub_str[stub_entry->stub_type - 1]);
10225 len2 = strlen (stub_entry->root.string);
10226 name = bfd_malloc (len1 + len2 + 2);
10227 if (name == NULL)
10228 return FALSE;
10229 memcpy (name, stub_entry->root.string, 9);
10230 memcpy (name + 9, stub_str[stub_entry->stub_type - 1], len1);
10231 memcpy (name + len1 + 9, stub_entry->root.string + 8, len2 - 8 + 1);
10232 h = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
97b639ba
AM
10233 if (h == NULL)
10234 return FALSE;
10235 if (h->root.type == bfd_link_hash_new)
10236 {
10237 h->root.type = bfd_link_hash_defined;
10238 h->root.u.def.section = stub_entry->stub_sec;
10239 h->root.u.def.value = stub_entry->stub_offset;
f5385ebf
AM
10240 h->ref_regular = 1;
10241 h->def_regular = 1;
10242 h->ref_regular_nonweak = 1;
10243 h->forced_local = 1;
10244 h->non_elf = 0;
97b639ba
AM
10245 }
10246 }
10247
b34976b6 10248 return TRUE;
721956f4
AM
10249}
10250
10251/* As above, but don't actually build the stub. Just bump offset so
10252 we know stub section sizes, and select plt_branch stubs where
10253 long_branch stubs won't do. */
10254
b34976b6 10255static bfd_boolean
4ce794b7 10256ppc_size_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
721956f4
AM
10257{
10258 struct ppc_stub_hash_entry *stub_entry;
63bc6f6c 10259 struct bfd_link_info *info;
721956f4
AM
10260 struct ppc_link_hash_table *htab;
10261 bfd_vma off;
10262 int size;
10263
10264 /* Massage our args to the form they really have. */
10265 stub_entry = (struct ppc_stub_hash_entry *) gen_entry;
63bc6f6c
AM
10266 info = in_arg;
10267
10268 htab = ppc_hash_table (info);
4dfe6ac6
NC
10269 if (htab == NULL)
10270 return FALSE;
721956f4 10271
794e51c0
AM
10272 if (stub_entry->stub_type == ppc_stub_plt_call
10273 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
721956f4 10274 {
e054468f
AM
10275 asection *plt;
10276 off = stub_entry->plt_ent->plt.offset & ~(bfd_vma) 1;
58ac9f71 10277 if (off >= (bfd_vma) -2)
411e1bfb 10278 abort ();
e054468f 10279 plt = htab->plt;
25f23106
AM
10280 if (!htab->elf.dynamic_sections_created
10281 || stub_entry->h == NULL
10282 || stub_entry->h->elf.dynindx == -1)
e054468f
AM
10283 plt = htab->iplt;
10284 off += (plt->output_offset
10285 + plt->output_section->vma
10286 - elf_gp (plt->output_section->owner)
ad8e1ba5 10287 - htab->stub_group[stub_entry->id_sec->id].toc_off);
721956f4 10288
794e51c0
AM
10289 size = plt_stub_size (htab, stub_entry, off);
10290 if (htab->plt_stub_align)
10291 size += plt_stub_pad (htab, stub_entry, off);
176a0d42
AM
10292 if (info->emitrelocations)
10293 {
10294 stub_entry->stub_sec->reloc_count
c7131b65
AM
10295 += (2
10296 + (PPC_HA (off) != 0)
10297 + (htab->plt_static_chain
10298 && PPC_HA (off + 16) == PPC_HA (off)));
176a0d42
AM
10299 stub_entry->stub_sec->flags |= SEC_RELOC;
10300 }
721956f4
AM
10301 }
10302 else
10303 {
ad8e1ba5
AM
10304 /* ppc_stub_long_branch or ppc_stub_plt_branch, or their r2off
10305 variants. */
ac2df442
AM
10306 bfd_vma r2off = 0;
10307
721956f4
AM
10308 off = (stub_entry->target_value
10309 + stub_entry->target_section->output_offset
10310 + stub_entry->target_section->output_section->vma);
eea6121a 10311 off -= (stub_entry->stub_sec->size
721956f4
AM
10312 + stub_entry->stub_sec->output_offset
10313 + stub_entry->stub_sec->output_section->vma);
10314
ad8e1ba5
AM
10315 /* Reset the stub type from the plt variant in case we now
10316 can reach with a shorter stub. */
10317 if (stub_entry->stub_type >= ppc_stub_plt_branch)
10318 stub_entry->stub_type += ppc_stub_long_branch - ppc_stub_plt_branch;
10319
10320 size = 4;
10321 if (stub_entry->stub_type == ppc_stub_long_branch_r2off)
10322 {
25f53a85 10323 r2off = get_r2off (info, stub_entry);
aa374f67
AM
10324 if (r2off == 0)
10325 {
10326 htab->stub_error = TRUE;
10327 return FALSE;
10328 }
ac2df442
AM
10329 size = 12;
10330 if (PPC_HA (r2off) != 0)
10331 size = 16;
10332 off -= size - 4;
ad8e1ba5
AM
10333 }
10334
10335 /* If the branch offset if too big, use a ppc_stub_plt_branch. */
721956f4
AM
10336 if (off + (1 << 25) >= (bfd_vma) (1 << 26))
10337 {
10338 struct ppc_branch_hash_entry *br_entry;
10339
10340 br_entry = ppc_branch_hash_lookup (&htab->branch_hash_table,
10341 stub_entry->root.string + 9,
b34976b6 10342 TRUE, FALSE);
721956f4
AM
10343 if (br_entry == NULL)
10344 {
8de848d8 10345 info->callbacks->einfo (_("%P: can't build branch stub `%s'\n"),
25f53a85 10346 stub_entry->root.string);
b34976b6
AM
10347 htab->stub_error = TRUE;
10348 return FALSE;
721956f4
AM
10349 }
10350
10351 if (br_entry->iter != htab->stub_iteration)
10352 {
10353 br_entry->iter = htab->stub_iteration;
eea6121a
AM
10354 br_entry->offset = htab->brlt->size;
10355 htab->brlt->size += 8;
63bc6f6c 10356
ee75fd95 10357 if (htab->relbrlt != NULL)
eea6121a 10358 htab->relbrlt->size += sizeof (Elf64_External_Rela);
84f5d08e
AM
10359 else if (info->emitrelocations)
10360 {
10361 htab->brlt->reloc_count += 1;
10362 htab->brlt->flags |= SEC_RELOC;
10363 }
721956f4 10364 }
ad8e1ba5
AM
10365
10366 stub_entry->stub_type += ppc_stub_plt_branch - ppc_stub_long_branch;
ac2df442
AM
10367 off = (br_entry->offset
10368 + htab->brlt->output_offset
10369 + htab->brlt->output_section->vma
10370 - elf_gp (htab->brlt->output_section->owner)
10371 - htab->stub_group[stub_entry->id_sec->id].toc_off);
10372
176a0d42
AM
10373 if (info->emitrelocations)
10374 {
10375 stub_entry->stub_sec->reloc_count += 1 + (PPC_HA (off) != 0);
10376 stub_entry->stub_sec->flags |= SEC_RELOC;
10377 }
10378
ac2df442
AM
10379 if (stub_entry->stub_type != ppc_stub_plt_branch_r2off)
10380 {
10381 size = 12;
176a0d42 10382 if (PPC_HA (off) != 0)
ac2df442
AM
10383 size = 16;
10384 }
10385 else
10386 {
10387 size = 20;
176a0d42 10388 if (PPC_HA (off) != 0)
ac2df442
AM
10389 size += 4;
10390
10391 if (PPC_HA (r2off) != 0)
10392 size += 4;
10393 }
721956f4 10394 }
84f5d08e
AM
10395 else if (info->emitrelocations)
10396 {
10397 stub_entry->stub_sec->reloc_count += 1;
10398 stub_entry->stub_sec->flags |= SEC_RELOC;
10399 }
721956f4
AM
10400 }
10401
eea6121a 10402 stub_entry->stub_sec->size += size;
b34976b6 10403 return TRUE;
721956f4
AM
10404}
10405
10406/* Set up various things so that we can make a list of input sections
10407 for each output section included in the link. Returns -1 on error,
cedb70c5 10408 0 when no stubs will be needed, and 1 on success. */
721956f4
AM
10409
10410int
927be08e
AM
10411ppc64_elf_setup_section_lists
10412 (struct bfd_link_info *info,
10413 asection *(*add_stub_section) (const char *, asection *),
10414 void (*layout_sections_again) (void))
721956f4
AM
10415{
10416 bfd *input_bfd;
734b6cf9 10417 int top_id, top_index, id;
721956f4 10418 asection *section;
734b6cf9 10419 asection **input_list;
721956f4
AM
10420 bfd_size_type amt;
10421 struct ppc_link_hash_table *htab = ppc_hash_table (info);
10422
4dfe6ac6
NC
10423 if (htab == NULL)
10424 return -1;
927be08e
AM
10425 /* Stash our params away. */
10426 htab->add_stub_section = add_stub_section;
10427 htab->layout_sections_again = layout_sections_again;
4c52953f 10428
4ce794b7 10429 if (htab->brlt == NULL)
721956f4
AM
10430 return 0;
10431
1e2f5b6e 10432 /* Find the top input section id. */
3d6f9012 10433 for (input_bfd = info->input_bfds, top_id = 3;
721956f4
AM
10434 input_bfd != NULL;
10435 input_bfd = input_bfd->link_next)
10436 {
721956f4
AM
10437 for (section = input_bfd->sections;
10438 section != NULL;
10439 section = section->next)
10440 {
10441 if (top_id < section->id)
10442 top_id = section->id;
10443 }
10444 }
721956f4 10445
8f3bab57 10446 htab->top_id = top_id;
721956f4 10447 amt = sizeof (struct map_stub) * (top_id + 1);
4ce794b7 10448 htab->stub_group = bfd_zmalloc (amt);
721956f4
AM
10449 if (htab->stub_group == NULL)
10450 return -1;
10451
3d6f9012
AM
10452 /* Set toc_off for com, und, abs and ind sections. */
10453 for (id = 0; id < 3; id++)
10454 htab->stub_group[id].toc_off = TOC_BASE_OFF;
721956f4 10455
734b6cf9
AM
10456 /* We can't use output_bfd->section_count here to find the top output
10457 section index as some sections may have been removed, and
8423293d 10458 strip_excluded_output_sections doesn't renumber the indices. */
927be08e 10459 for (section = info->output_bfd->sections, top_index = 0;
734b6cf9
AM
10460 section != NULL;
10461 section = section->next)
10462 {
10463 if (top_index < section->index)
10464 top_index = section->index;
10465 }
10466
10467 htab->top_index = top_index;
10468 amt = sizeof (asection *) * (top_index + 1);
4ce794b7 10469 input_list = bfd_zmalloc (amt);
734b6cf9
AM
10470 htab->input_list = input_list;
10471 if (input_list == NULL)
10472 return -1;
10473
721956f4
AM
10474 return 1;
10475}
10476
927be08e
AM
10477/* Set up for first pass at multitoc partitioning. */
10478
10479void
10480ppc64_elf_start_multitoc_partition (struct bfd_link_info *info)
10481{
10482 struct ppc_link_hash_table *htab = ppc_hash_table (info);
10483
10484 elf_gp (info->output_bfd) = ppc64_elf_toc (info->output_bfd);
10485 htab->toc_curr = elf_gp (info->output_bfd);
10486 htab->toc_bfd = NULL;
10487 htab->toc_first_sec = NULL;
10488}
10489
e717da7e
AM
10490/* The linker repeatedly calls this function for each TOC input section
10491 and linker generated GOT section. Group input bfds such that the toc
927be08e 10492 within a group is less than 64k in size. */
ad8e1ba5 10493
927be08e 10494bfd_boolean
4ce794b7 10495ppc64_elf_next_toc_section (struct bfd_link_info *info, asection *isec)
ad8e1ba5
AM
10496{
10497 struct ppc_link_hash_table *htab = ppc_hash_table (info);
d77c8a4b 10498 bfd_vma addr, off, limit;
ad8e1ba5 10499
4dfe6ac6
NC
10500 if (htab == NULL)
10501 return FALSE;
10502
927be08e 10503 if (!htab->second_toc_pass)
4c52953f 10504 {
927be08e 10505 /* Keep track of the first .toc or .got section for this input bfd. */
bf102f86
AM
10506 if (htab->toc_bfd != isec->owner)
10507 {
10508 htab->toc_bfd = isec->owner;
10509 htab->toc_first_sec = isec;
10510 }
927be08e 10511
bf102f86
AM
10512 addr = isec->output_offset + isec->output_section->vma;
10513 off = addr - htab->toc_curr;
d77c8a4b
AM
10514 limit = 0x80008000;
10515 if (ppc64_elf_tdata (isec->owner)->has_small_toc_reloc)
10516 limit = 0x10000;
10517 if (off + isec->size > limit)
bf102f86
AM
10518 {
10519 addr = (htab->toc_first_sec->output_offset
10520 + htab->toc_first_sec->output_section->vma);
10521 htab->toc_curr = addr;
10522 }
99877b66 10523
927be08e
AM
10524 /* toc_curr is the base address of this toc group. Set elf_gp
10525 for the input section to be the offset relative to the
10526 output toc base plus 0x8000. Making the input elf_gp an
10527 offset allows us to move the toc as a whole without
10528 recalculating input elf_gp. */
10529 off = htab->toc_curr - elf_gp (isec->output_section->owner);
10530 off += TOC_BASE_OFF;
10531
10532 /* Die if someone uses a linker script that doesn't keep input
10533 file .toc and .got together. */
10534 if (elf_gp (isec->owner) != 0
10535 && elf_gp (isec->owner) != off)
10536 return FALSE;
10537
10538 elf_gp (isec->owner) = off;
10539 return TRUE;
4c52953f 10540 }
927be08e
AM
10541
10542 /* During the second pass toc_first_sec points to the start of
10543 a toc group, and toc_curr is used to track the old elf_gp.
10544 We use toc_bfd to ensure we only look at each bfd once. */
10545 if (htab->toc_bfd == isec->owner)
10546 return TRUE;
10547 htab->toc_bfd = isec->owner;
10548
10549 if (htab->toc_first_sec == NULL
10550 || htab->toc_curr != elf_gp (isec->owner))
10551 {
10552 htab->toc_curr = elf_gp (isec->owner);
10553 htab->toc_first_sec = isec;
10554 }
10555 addr = (htab->toc_first_sec->output_offset
10556 + htab->toc_first_sec->output_section->vma);
10557 off = addr - elf_gp (isec->output_section->owner) + TOC_BASE_OFF;
10558 elf_gp (isec->owner) = off;
10559
10560 return TRUE;
ad8e1ba5
AM
10561}
10562
927be08e
AM
10563/* Called via elf_link_hash_traverse to merge GOT entries for global
10564 symbol H. */
10565
10566static bfd_boolean
10567merge_global_got (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
10568{
10569 if (h->root.type == bfd_link_hash_indirect)
10570 return TRUE;
10571
927be08e
AM
10572 merge_got_entries (&h->got.glist);
10573
10574 return TRUE;
10575}
10576
10577/* Called via elf_link_hash_traverse to allocate GOT entries for global
10578 symbol H. */
10579
10580static bfd_boolean
10581reallocate_got (struct elf_link_hash_entry *h, void *inf)
10582{
10583 struct got_entry *gent;
10584
10585 if (h->root.type == bfd_link_hash_indirect)
10586 return TRUE;
10587
927be08e
AM
10588 for (gent = h->got.glist; gent != NULL; gent = gent->next)
10589 if (!gent->is_indirect)
10590 allocate_got (h, (struct bfd_link_info *) inf, gent);
10591 return TRUE;
10592}
10593
10594/* Called on the first multitoc pass after the last call to
10595 ppc64_elf_next_toc_section. This function removes duplicate GOT
10596 entries. */
10597
10598bfd_boolean
10599ppc64_elf_layout_multitoc (struct bfd_link_info *info)
ad8e1ba5
AM
10600{
10601 struct ppc_link_hash_table *htab = ppc_hash_table (info);
927be08e
AM
10602 struct bfd *ibfd, *ibfd2;
10603 bfd_boolean done_something;
10604
10605 htab->multi_toc_needed = htab->toc_curr != elf_gp (info->output_bfd);
ad8e1ba5 10606
7865406b
AM
10607 if (!htab->do_multi_toc)
10608 return FALSE;
10609
d0fae19d 10610 /* Merge global sym got entries within a toc group. */
927be08e
AM
10611 elf_link_hash_traverse (&htab->elf, merge_global_got, info);
10612
10613 /* And tlsld_got. */
10614 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
10615 {
10616 struct got_entry *ent, *ent2;
10617
10618 if (!is_ppc64_elf (ibfd))
10619 continue;
10620
10621 ent = ppc64_tlsld_got (ibfd);
10622 if (!ent->is_indirect
10623 && ent->got.offset != (bfd_vma) -1)
10624 {
10625 for (ibfd2 = ibfd->link_next; ibfd2 != NULL; ibfd2 = ibfd2->link_next)
10626 {
10627 if (!is_ppc64_elf (ibfd2))
10628 continue;
10629
10630 ent2 = ppc64_tlsld_got (ibfd2);
10631 if (!ent2->is_indirect
10632 && ent2->got.offset != (bfd_vma) -1
10633 && elf_gp (ibfd2) == elf_gp (ibfd))
10634 {
10635 ent2->is_indirect = TRUE;
10636 ent2->got.ent = ent;
10637 }
10638 }
10639 }
10640 }
10641
10642 /* Zap sizes of got sections. */
10643 htab->reliplt->rawsize = htab->reliplt->size;
10644 htab->reliplt->size -= htab->got_reli_size;
10645 htab->got_reli_size = 0;
10646
10647 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
10648 {
10649 asection *got, *relgot;
10650
10651 if (!is_ppc64_elf (ibfd))
10652 continue;
10653
10654 got = ppc64_elf_tdata (ibfd)->got;
10655 if (got != NULL)
10656 {
10657 got->rawsize = got->size;
10658 got->size = 0;
10659 relgot = ppc64_elf_tdata (ibfd)->relgot;
10660 relgot->rawsize = relgot->size;
10661 relgot->size = 0;
10662 }
10663 }
10664
10665 /* Now reallocate the got, local syms first. We don't need to
10666 allocate section contents again since we never increase size. */
10667 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
10668 {
10669 struct got_entry **lgot_ents;
10670 struct got_entry **end_lgot_ents;
10671 struct plt_entry **local_plt;
10672 struct plt_entry **end_local_plt;
f961d9dd 10673 unsigned char *lgot_masks;
927be08e
AM
10674 bfd_size_type locsymcount;
10675 Elf_Internal_Shdr *symtab_hdr;
10676 asection *s, *srel;
10677
10678 if (!is_ppc64_elf (ibfd))
10679 continue;
10680
10681 lgot_ents = elf_local_got_ents (ibfd);
10682 if (!lgot_ents)
10683 continue;
10684
10685 symtab_hdr = &elf_symtab_hdr (ibfd);
10686 locsymcount = symtab_hdr->sh_info;
10687 end_lgot_ents = lgot_ents + locsymcount;
10688 local_plt = (struct plt_entry **) end_lgot_ents;
10689 end_local_plt = local_plt + locsymcount;
f961d9dd 10690 lgot_masks = (unsigned char *) end_local_plt;
927be08e
AM
10691 s = ppc64_elf_tdata (ibfd)->got;
10692 srel = ppc64_elf_tdata (ibfd)->relgot;
10693 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
10694 {
10695 struct got_entry *ent;
10696
10697 for (ent = *lgot_ents; ent != NULL; ent = ent->next)
d0fae19d
AM
10698 {
10699 unsigned int num = 1;
10700 ent->got.offset = s->size;
10701 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
10702 num = 2;
10703 s->size += num * 8;
10704 if (info->shared)
10705 srel->size += num * sizeof (Elf64_External_Rela);
10706 else if ((*lgot_masks & PLT_IFUNC) != 0)
10707 {
10708 htab->reliplt->size
10709 += num * sizeof (Elf64_External_Rela);
10710 htab->got_reli_size
10711 += num * sizeof (Elf64_External_Rela);
10712 }
10713 }
927be08e
AM
10714 }
10715 }
10716
10717 elf_link_hash_traverse (&htab->elf, reallocate_got, info);
10718
10719 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
10720 {
10721 struct got_entry *ent;
10722
10723 if (!is_ppc64_elf (ibfd))
10724 continue;
10725
10726 ent = ppc64_tlsld_got (ibfd);
10727 if (!ent->is_indirect
10728 && ent->got.offset != (bfd_vma) -1)
10729 {
10730 asection *s = ppc64_elf_tdata (ibfd)->got;
10731 ent->got.offset = s->size;
10732 s->size += 16;
10733 if (info->shared)
10734 {
10735 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
10736 srel->size += sizeof (Elf64_External_Rela);
10737 }
10738 }
10739 }
10740
10741 done_something = htab->reliplt->rawsize != htab->reliplt->size;
10742 if (!done_something)
10743 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
10744 {
10745 asection *got;
10746
10747 if (!is_ppc64_elf (ibfd))
10748 continue;
10749
10750 got = ppc64_elf_tdata (ibfd)->got;
10751 if (got != NULL)
10752 {
10753 done_something = got->rawsize != got->size;
10754 if (done_something)
10755 break;
10756 }
10757 }
10758
10759 if (done_something)
10760 (*htab->layout_sections_again) ();
10761
10762 /* Set up for second pass over toc sections to recalculate elf_gp
10763 on input sections. */
10764 htab->toc_bfd = NULL;
10765 htab->toc_first_sec = NULL;
10766 htab->second_toc_pass = TRUE;
10767 return done_something;
10768}
10769
10770/* Called after second pass of multitoc partitioning. */
10771
10772void
10773ppc64_elf_finish_multitoc_partition (struct bfd_link_info *info)
10774{
10775 struct ppc_link_hash_table *htab = ppc_hash_table (info);
10776
10777 /* After the second pass, toc_curr tracks the TOC offset used
10778 for code sections below in ppc64_elf_next_input_section. */
3d6f9012 10779 htab->toc_curr = TOC_BASE_OFF;
ad8e1ba5
AM
10780}
10781
9b5ecbd0
AM
10782/* No toc references were found in ISEC. If the code in ISEC makes no
10783 calls, then there's no need to use toc adjusting stubs when branching
10784 into ISEC. Actually, indirect calls from ISEC are OK as they will
4c52953f
AM
10785 load r2. Returns -1 on error, 0 for no stub needed, 1 for stub
10786 needed, and 2 if a cyclical call-graph was found but no other reason
10787 for a stub was detected. If called from the top level, a return of
10788 2 means the same as a return of 0. */
9b5ecbd0
AM
10789
10790static int
4ce794b7 10791toc_adjusting_stub_needed (struct bfd_link_info *info, asection *isec)
9b5ecbd0 10792{
9b5ecbd0 10793 int ret;
70cc837d
AM
10794
10795 /* Mark this section as checked. */
10796 isec->call_check_done = 1;
9b5ecbd0 10797
772119ce
AM
10798 /* We know none of our code bearing sections will need toc stubs. */
10799 if ((isec->flags & SEC_LINKER_CREATED) != 0)
10800 return 0;
10801
eea6121a 10802 if (isec->size == 0)
082c50f8
AM
10803 return 0;
10804
4c52953f
AM
10805 if (isec->output_section == NULL)
10806 return 0;
10807
4c52953f 10808 ret = 0;
70cc837d 10809 if (isec->reloc_count != 0)
9b5ecbd0 10810 {
70cc837d
AM
10811 Elf_Internal_Rela *relstart, *rel;
10812 Elf_Internal_Sym *local_syms;
10813 struct ppc_link_hash_table *htab;
2917689a 10814
70cc837d
AM
10815 relstart = _bfd_elf_link_read_relocs (isec->owner, isec, NULL, NULL,
10816 info->keep_memory);
10817 if (relstart == NULL)
10818 return -1;
90aecf7a 10819
70cc837d
AM
10820 /* Look for branches to outside of this section. */
10821 local_syms = NULL;
10822 htab = ppc_hash_table (info);
10823 if (htab == NULL)
10824 return -1;
4c52953f 10825
70cc837d 10826 for (rel = relstart; rel < relstart + isec->reloc_count; ++rel)
4c52953f 10827 {
70cc837d
AM
10828 enum elf_ppc64_reloc_type r_type;
10829 unsigned long r_symndx;
10830 struct elf_link_hash_entry *h;
10831 struct ppc_link_hash_entry *eh;
10832 Elf_Internal_Sym *sym;
10833 asection *sym_sec;
10834 struct _opd_sec_data *opd;
10835 bfd_vma sym_value;
10836 bfd_vma dest;
10837
10838 r_type = ELF64_R_TYPE (rel->r_info);
10839 if (r_type != R_PPC64_REL24
10840 && r_type != R_PPC64_REL14
10841 && r_type != R_PPC64_REL14_BRTAKEN
10842 && r_type != R_PPC64_REL14_BRNTAKEN)
10843 continue;
4c52953f 10844
70cc837d
AM
10845 r_symndx = ELF64_R_SYM (rel->r_info);
10846 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms, r_symndx,
10847 isec->owner))
4c52953f 10848 {
70cc837d
AM
10849 ret = -1;
10850 break;
10851 }
4c52953f 10852
70cc837d
AM
10853 /* Calls to dynamic lib functions go through a plt call stub
10854 that uses r2. */
10855 eh = (struct ppc_link_hash_entry *) h;
10856 if (eh != NULL
10857 && (eh->elf.plt.plist != NULL
10858 || (eh->oh != NULL
10859 && ppc_follow_link (eh->oh)->elf.plt.plist != NULL)))
10860 {
10861 ret = 1;
10862 break;
4c52953f
AM
10863 }
10864
70cc837d
AM
10865 if (sym_sec == NULL)
10866 /* Ignore other undefined symbols. */
4c52953f 10867 continue;
4c52953f 10868
70cc837d
AM
10869 /* Assume branches to other sections not included in the
10870 link need stubs too, to cover -R and absolute syms. */
10871 if (sym_sec->output_section == NULL)
10872 {
10873 ret = 1;
10874 break;
10875 }
4c52953f 10876
70cc837d
AM
10877 if (h == NULL)
10878 sym_value = sym->st_value;
10879 else
10880 {
10881 if (h->root.type != bfd_link_hash_defined
10882 && h->root.type != bfd_link_hash_defweak)
10883 abort ();
10884 sym_value = h->root.u.def.value;
10885 }
10886 sym_value += rel->r_addend;
4c52953f 10887
70cc837d
AM
10888 /* If this branch reloc uses an opd sym, find the code section. */
10889 opd = get_opd_info (sym_sec);
10890 if (opd != NULL)
10891 {
10892 if (h == NULL && opd->adjust != NULL)
10893 {
10894 long adjust;
4c52953f 10895
70cc837d
AM
10896 adjust = opd->adjust[sym->st_value / 8];
10897 if (adjust == -1)
10898 /* Assume deleted functions won't ever be called. */
10899 continue;
10900 sym_value += adjust;
10901 }
4c52953f 10902
70cc837d
AM
10903 dest = opd_entry_value (sym_sec, sym_value, &sym_sec, NULL);
10904 if (dest == (bfd_vma) -1)
10905 continue;
10906 }
10907 else
10908 dest = (sym_value
10909 + sym_sec->output_offset
10910 + sym_sec->output_section->vma);
4c52953f 10911
70cc837d
AM
10912 /* Ignore branch to self. */
10913 if (sym_sec == isec)
10914 continue;
4c52953f 10915
70cc837d
AM
10916 /* If the called function uses the toc, we need a stub. */
10917 if (sym_sec->has_toc_reloc
10918 || sym_sec->makes_toc_func_call)
4c52953f 10919 {
70cc837d 10920 ret = 1;
4c52953f
AM
10921 break;
10922 }
70cc837d
AM
10923
10924 /* Assume any branch that needs a long branch stub might in fact
10925 need a plt_branch stub. A plt_branch stub uses r2. */
10926 else if (dest - (isec->output_offset
10927 + isec->output_section->vma
10928 + rel->r_offset) + (1 << 25) >= (2 << 25))
4c52953f 10929 {
70cc837d
AM
10930 ret = 1;
10931 break;
10932 }
10933
10934 /* If calling back to a section in the process of being
10935 tested, we can't say for sure that no toc adjusting stubs
10936 are needed, so don't return zero. */
10937 else if (sym_sec->call_check_in_progress)
10938 ret = 2;
10939
10940 /* Branches to another section that itself doesn't have any TOC
10941 references are OK. Recursively call ourselves to check. */
10942 else if (!sym_sec->call_check_done)
10943 {
10944 int recur;
10945
10946 /* Mark current section as indeterminate, so that other
10947 sections that call back to current won't be marked as
10948 known. */
10949 isec->call_check_in_progress = 1;
10950 recur = toc_adjusting_stub_needed (info, sym_sec);
10951 isec->call_check_in_progress = 0;
10952
4c52953f
AM
10953 if (recur != 0)
10954 {
70cc837d
AM
10955 ret = recur;
10956 if (recur != 2)
10957 break;
4c52953f
AM
10958 }
10959 }
4c52953f 10960 }
70cc837d
AM
10961
10962 if (local_syms != NULL
10963 && (elf_symtab_hdr (isec->owner).contents
10964 != (unsigned char *) local_syms))
10965 free (local_syms);
10966 if (elf_section_data (isec)->relocs != relstart)
10967 free (relstart);
9b5ecbd0
AM
10968 }
10969
70cc837d
AM
10970 if ((ret & 1) == 0
10971 && isec->map_head.s != NULL
10972 && (strcmp (isec->output_section->name, ".init") == 0
10973 || strcmp (isec->output_section->name, ".fini") == 0))
10974 {
10975 if (isec->map_head.s->has_toc_reloc
10976 || isec->map_head.s->makes_toc_func_call)
10977 ret = 1;
10978 else if (!isec->map_head.s->call_check_done)
10979 {
10980 int recur;
10981 isec->call_check_in_progress = 1;
10982 recur = toc_adjusting_stub_needed (info, isec->map_head.s);
10983 isec->call_check_in_progress = 0;
10984 if (recur != 0)
10985 ret = recur;
10986 }
10987 }
10988
10989 if (ret == 1)
10990 isec->makes_toc_func_call = 1;
4c52953f 10991
9b5ecbd0
AM
10992 return ret;
10993}
10994
721956f4
AM
10995/* The linker repeatedly calls this function for each input section,
10996 in the order that input sections are linked into output sections.
10997 Build lists of input sections to determine groupings between which
10998 we may insert linker stubs. */
10999
9b5ecbd0 11000bfd_boolean
4ce794b7 11001ppc64_elf_next_input_section (struct bfd_link_info *info, asection *isec)
721956f4
AM
11002{
11003 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11004
4dfe6ac6
NC
11005 if (htab == NULL)
11006 return FALSE;
11007
734b6cf9
AM
11008 if ((isec->output_section->flags & SEC_CODE) != 0
11009 && isec->output_section->index <= htab->top_index)
721956f4 11010 {
734b6cf9 11011 asection **list = htab->input_list + isec->output_section->index;
3d6f9012 11012 /* Steal the link_sec pointer for our list. */
721956f4 11013#define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec)
3d6f9012
AM
11014 /* This happens to make the list in reverse order,
11015 which is what we want. */
734b6cf9
AM
11016 PREV_SEC (isec) = *list;
11017 *list = isec;
721956f4 11018 }
ad8e1ba5 11019
4c52953f 11020 if (htab->multi_toc_needed)
9b5ecbd0 11021 {
4c52953f
AM
11022 /* If a code section has a function that uses the TOC then we need
11023 to use the right TOC (obviously). Also, make sure that .opd gets
11024 the correct TOC value for R_PPC64_TOC relocs that don't have or
f94498ff
AM
11025 can't find their function symbol (shouldn't ever happen now).
11026 Also specially treat .fixup for the linux kernel. .fixup
11027 contains branches, but only back to the function that hit an
11028 exception. */
11029 if (isec->has_toc_reloc
11030 || (isec->flags & SEC_CODE) == 0
11031 || strcmp (isec->name, ".fixup") == 0)
4c52953f
AM
11032 {
11033 if (elf_gp (isec->owner) != 0)
11034 htab->toc_curr = elf_gp (isec->owner);
11035 }
6683a28d
AM
11036 else
11037 {
11038 if (!isec->call_check_done
11039 && toc_adjusting_stub_needed (info, isec) < 0)
11040 return FALSE;
11041 /* If we make a local call from this section, ie. a branch
11042 without a following nop, then we have no place to put a
11043 toc restoring insn. We must use the same toc group as
11044 the callee.
11045 Testing makes_toc_func_call actually tests for *any*
11046 calls to functions that need a good toc pointer. A more
11047 precise test would be better, as this one will set
11048 incorrect values for pasted .init/.fini fragments.
11049 (Fixed later in check_pasted_section.) */
11050 if (isec->makes_toc_func_call
11051 && elf_gp (isec->owner) != 0)
11052 htab->toc_curr = elf_gp (isec->owner);
11053 }
9b5ecbd0 11054 }
ad8e1ba5
AM
11055
11056 /* Functions that don't use the TOC can belong in any TOC group.
6683a28d 11057 Use the last TOC base. */
ad8e1ba5 11058 htab->stub_group[isec->id].toc_off = htab->toc_curr;
9b5ecbd0 11059 return TRUE;
721956f4
AM
11060}
11061
70cc837d
AM
11062/* Check that all .init and .fini sections use the same toc, if they
11063 have toc relocs. */
11064
11065static bfd_boolean
11066check_pasted_section (struct bfd_link_info *info, const char *name)
11067{
11068 asection *o = bfd_get_section_by_name (info->output_bfd, name);
11069
11070 if (o != NULL)
11071 {
11072 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11073 bfd_vma toc_off = 0;
11074 asection *i;
11075
11076 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
11077 if (i->has_toc_reloc)
11078 {
11079 if (toc_off == 0)
11080 toc_off = htab->stub_group[i->id].toc_off;
11081 else if (toc_off != htab->stub_group[i->id].toc_off)
11082 return FALSE;
11083 }
6683a28d
AM
11084
11085 if (toc_off == 0)
11086 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
11087 if (i->makes_toc_func_call)
11088 {
11089 toc_off = htab->stub_group[i->id].toc_off;
11090 break;
11091 }
11092
70cc837d
AM
11093 /* Make sure the whole pasted function uses the same toc offset. */
11094 if (toc_off != 0)
11095 for (i = o->map_head.s; i != NULL; i = i->map_head.s)
11096 htab->stub_group[i->id].toc_off = toc_off;
11097 }
11098 return TRUE;
11099}
11100
11101bfd_boolean
11102ppc64_elf_check_init_fini (struct bfd_link_info *info)
11103{
11104 return (check_pasted_section (info, ".init")
11105 & check_pasted_section (info, ".fini"));
11106}
11107
721956f4
AM
11108/* See whether we can group stub sections together. Grouping stub
11109 sections may result in fewer stubs. More importantly, we need to
11110 put all .init* and .fini* stubs at the beginning of the .init or
11111 .fini output sections respectively, because glibc splits the
11112 _init and _fini functions into multiple parts. Putting a stub in
11113 the middle of a function is not a good idea. */
11114
11115static void
4ce794b7
AM
11116group_sections (struct ppc_link_hash_table *htab,
11117 bfd_size_type stub_group_size,
11118 bfd_boolean stubs_always_before_branch)
721956f4 11119{
7c8fe5c4
AM
11120 asection **list;
11121 bfd_size_type stub14_group_size;
11122 bfd_boolean suppress_size_errors;
11123
11124 suppress_size_errors = FALSE;
11125 stub14_group_size = stub_group_size;
11126 if (stub_group_size == 1)
11127 {
11128 /* Default values. */
11129 if (stubs_always_before_branch)
11130 {
11131 stub_group_size = 0x1e00000;
11132 stub14_group_size = 0x7800;
11133 }
11134 else
11135 {
11136 stub_group_size = 0x1c00000;
11137 stub14_group_size = 0x7000;
11138 }
11139 suppress_size_errors = TRUE;
11140 }
11141
11142 list = htab->input_list + htab->top_index;
734b6cf9 11143 do
721956f4 11144 {
734b6cf9
AM
11145 asection *tail = *list;
11146 while (tail != NULL)
721956f4 11147 {
734b6cf9
AM
11148 asection *curr;
11149 asection *prev;
11150 bfd_size_type total;
11151 bfd_boolean big_sec;
11152 bfd_vma curr_toc;
11153
11154 curr = tail;
eea6121a 11155 total = tail->size;
6bee8834
AM
11156 big_sec = total > (ppc64_elf_section_data (tail) != NULL
11157 && ppc64_elf_section_data (tail)->has_14bit_branch
7c8fe5c4
AM
11158 ? stub14_group_size : stub_group_size);
11159 if (big_sec && !suppress_size_errors)
5c3dead3
AM
11160 (*_bfd_error_handler) (_("%B section %A exceeds stub group size"),
11161 tail->owner, tail);
734b6cf9
AM
11162 curr_toc = htab->stub_group[tail->id].toc_off;
11163
11164 while ((prev = PREV_SEC (curr)) != NULL
11165 && ((total += curr->output_offset - prev->output_offset)
6bee8834
AM
11166 < (ppc64_elf_section_data (prev) != NULL
11167 && ppc64_elf_section_data (prev)->has_14bit_branch
7c8fe5c4 11168 ? stub14_group_size : stub_group_size))
ad8e1ba5 11169 && htab->stub_group[prev->id].toc_off == curr_toc)
734b6cf9
AM
11170 curr = prev;
11171
11172 /* OK, the size from the start of CURR to the end is less
11173 than stub_group_size and thus can be handled by one stub
11174 section. (or the tail section is itself larger than
11175 stub_group_size, in which case we may be toast.) We
11176 should really be keeping track of the total size of stubs
11177 added here, as stubs contribute to the final output
11178 section size. That's a little tricky, and this way will
11179 only break if stubs added make the total size more than
11180 2^25, ie. for the default stub_group_size, if stubs total
11181 more than 2097152 bytes, or nearly 75000 plt call stubs. */
11182 do
721956f4
AM
11183 {
11184 prev = PREV_SEC (tail);
734b6cf9 11185 /* Set up this stub group. */
721956f4
AM
11186 htab->stub_group[tail->id].link_sec = curr;
11187 }
734b6cf9
AM
11188 while (tail != curr && (tail = prev) != NULL);
11189
11190 /* But wait, there's more! Input sections up to stub_group_size
11191 bytes before the stub section can be handled by it too.
11192 Don't do this if we have a really large section after the
11193 stubs, as adding more stubs increases the chance that
11194 branches may not reach into the stub section. */
11195 if (!stubs_always_before_branch && !big_sec)
11196 {
11197 total = 0;
11198 while (prev != NULL
11199 && ((total += tail->output_offset - prev->output_offset)
6bee8834
AM
11200 < (ppc64_elf_section_data (prev) != NULL
11201 && ppc64_elf_section_data (prev)->has_14bit_branch
7c8fe5c4 11202 ? stub14_group_size : stub_group_size))
734b6cf9
AM
11203 && htab->stub_group[prev->id].toc_off == curr_toc)
11204 {
11205 tail = prev;
11206 prev = PREV_SEC (tail);
11207 htab->stub_group[tail->id].link_sec = curr;
11208 }
11209 }
11210 tail = prev;
721956f4
AM
11211 }
11212 }
734b6cf9
AM
11213 while (list-- != htab->input_list);
11214 free (htab->input_list);
721956f4
AM
11215#undef PREV_SEC
11216}
11217
58d180e8
AM
11218static const unsigned char glink_eh_frame_cie[] =
11219{
11220 0, 0, 0, 16, /* length. */
11221 0, 0, 0, 0, /* id. */
11222 1, /* CIE version. */
11223 'z', 'R', 0, /* Augmentation string. */
11224 4, /* Code alignment. */
11225 0x78, /* Data alignment. */
11226 65, /* RA reg. */
11227 1, /* Augmentation size. */
11228 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding. */
11229 DW_CFA_def_cfa, 1, 0 /* def_cfa: r1 offset 0. */
11230};
11231
d969d15f
AM
11232/* Stripping output sections is normally done before dynamic section
11233 symbols have been allocated. This function is called later, and
11234 handles cases like htab->brlt which is mapped to its own output
11235 section. */
11236
11237static void
11238maybe_strip_output (struct bfd_link_info *info, asection *isec)
11239{
11240 if (isec->size == 0
11241 && isec->output_section->size == 0
11242 && !bfd_section_removed_from_list (info->output_bfd,
11243 isec->output_section)
11244 && elf_section_data (isec->output_section)->dynindx == 0)
11245 {
11246 isec->output_section->flags |= SEC_EXCLUDE;
11247 bfd_section_list_remove (info->output_bfd, isec->output_section);
11248 info->output_bfd->section_count--;
11249 }
11250}
11251
721956f4
AM
11252/* Determine and set the size of the stub section for a final link.
11253
11254 The basic idea here is to examine all the relocations looking for
11255 PC-relative calls to a target that is unreachable with a "bl"
11256 instruction. */
11257
b34976b6 11258bfd_boolean
9df0ef5f 11259ppc64_elf_size_stubs (struct bfd_link_info *info, bfd_signed_vma group_size,
794e51c0
AM
11260 bfd_boolean plt_static_chain, int plt_thread_safe,
11261 int plt_stub_align)
721956f4
AM
11262{
11263 bfd_size_type stub_group_size;
b34976b6 11264 bfd_boolean stubs_always_before_branch;
721956f4
AM
11265 struct ppc_link_hash_table *htab = ppc_hash_table (info);
11266
4dfe6ac6
NC
11267 if (htab == NULL)
11268 return FALSE;
11269
9df0ef5f 11270 htab->plt_static_chain = plt_static_chain;
794e51c0
AM
11271 htab->plt_stub_align = plt_stub_align;
11272 if (plt_thread_safe == -1)
11273 {
11274 const char *const thread_starter[] =
11275 {
11276 "pthread_create",
11277 /* libstdc++ */
11278 "_ZNSt6thread15_M_start_threadESt10shared_ptrINS_10_Impl_baseEE",
11279 /* librt */
11280 "aio_init", "aio_read", "aio_write", "aio_fsync", "lio_listio",
11281 "mq_notify", "create_timer",
11282 /* libanl */
11283 "getaddrinfo_a",
11284 /* libgomp */
11285 "GOMP_parallel_start",
11286 "GOMP_parallel_loop_static_start",
11287 "GOMP_parallel_loop_dynamic_start",
11288 "GOMP_parallel_loop_guided_start",
11289 "GOMP_parallel_loop_runtime_start",
11290 "GOMP_parallel_sections_start",
11291 };
11292 unsigned i;
11293
11294 for (i = 0; i < sizeof (thread_starter)/ sizeof (thread_starter[0]); i++)
11295 {
11296 struct elf_link_hash_entry *h;
11297 h = elf_link_hash_lookup (&htab->elf, thread_starter[i],
11298 FALSE, FALSE, TRUE);
11299 plt_thread_safe = h != NULL && h->ref_regular;
11300 if (plt_thread_safe)
11301 break;
11302 }
11303 }
11304 htab->plt_thread_safe = plt_thread_safe;
721956f4
AM
11305 stubs_always_before_branch = group_size < 0;
11306 if (group_size < 0)
11307 stub_group_size = -group_size;
11308 else
11309 stub_group_size = group_size;
721956f4
AM
11310
11311 group_sections (htab, stub_group_size, stubs_always_before_branch);
11312
721956f4
AM
11313 while (1)
11314 {
11315 bfd *input_bfd;
11316 unsigned int bfd_indx;
11317 asection *stub_sec;
721956f4
AM
11318
11319 htab->stub_iteration += 1;
721956f4
AM
11320
11321 for (input_bfd = info->input_bfds, bfd_indx = 0;
11322 input_bfd != NULL;
11323 input_bfd = input_bfd->link_next, bfd_indx++)
11324 {
11325 Elf_Internal_Shdr *symtab_hdr;
11326 asection *section;
6cdc0ccc 11327 Elf_Internal_Sym *local_syms = NULL;
721956f4 11328
0c8d6e5c 11329 if (!is_ppc64_elf (input_bfd))
67f93c31
AM
11330 continue;
11331
721956f4 11332 /* We'll need the symbol table in a second. */
0ffa91dd 11333 symtab_hdr = &elf_symtab_hdr (input_bfd);
721956f4
AM
11334 if (symtab_hdr->sh_info == 0)
11335 continue;
11336
721956f4
AM
11337 /* Walk over each section attached to the input bfd. */
11338 for (section = input_bfd->sections;
11339 section != NULL;
11340 section = section->next)
11341 {
721956f4 11342 Elf_Internal_Rela *internal_relocs, *irelaend, *irela;
721956f4
AM
11343
11344 /* If there aren't any relocs, then there's nothing more
11345 to do. */
11346 if ((section->flags & SEC_RELOC) == 0
12c0f757
AM
11347 || (section->flags & SEC_ALLOC) == 0
11348 || (section->flags & SEC_LOAD) == 0
11349 || (section->flags & SEC_CODE) == 0
721956f4
AM
11350 || section->reloc_count == 0)
11351 continue;
11352
11353 /* If this section is a link-once section that will be
11354 discarded, then don't create any stubs. */
11355 if (section->output_section == NULL
927be08e 11356 || section->output_section->owner != info->output_bfd)
721956f4
AM
11357 continue;
11358
1e2f5b6e
AM
11359 /* Get the relocs. */
11360 internal_relocs
4ce794b7 11361 = _bfd_elf_link_read_relocs (input_bfd, section, NULL, NULL,
45d6a902 11362 info->keep_memory);
721956f4 11363 if (internal_relocs == NULL)
1e2f5b6e 11364 goto error_ret_free_local;
721956f4
AM
11365
11366 /* Now examine each relocation. */
11367 irela = internal_relocs;
11368 irelaend = irela + section->reloc_count;
11369 for (; irela < irelaend; irela++)
11370 {
4ce794b7
AM
11371 enum elf_ppc64_reloc_type r_type;
11372 unsigned int r_indx;
721956f4
AM
11373 enum ppc_stub_type stub_type;
11374 struct ppc_stub_hash_entry *stub_entry;
8387904d 11375 asection *sym_sec, *code_sec;
e054468f 11376 bfd_vma sym_value, code_value;
721956f4 11377 bfd_vma destination;
8843416a 11378 bfd_boolean ok_dest;
721956f4 11379 struct ppc_link_hash_entry *hash;
8387904d 11380 struct ppc_link_hash_entry *fdh;
411e1bfb
AM
11381 struct elf_link_hash_entry *h;
11382 Elf_Internal_Sym *sym;
721956f4
AM
11383 char *stub_name;
11384 const asection *id_sec;
74f0fb50 11385 struct _opd_sec_data *opd;
e054468f 11386 struct plt_entry *plt_ent;
721956f4
AM
11387
11388 r_type = ELF64_R_TYPE (irela->r_info);
11389 r_indx = ELF64_R_SYM (irela->r_info);
11390
4ce794b7 11391 if (r_type >= R_PPC64_max)
721956f4
AM
11392 {
11393 bfd_set_error (bfd_error_bad_value);
6cdc0ccc 11394 goto error_ret_free_internal;
721956f4
AM
11395 }
11396
11397 /* Only look for stubs on branch instructions. */
4ce794b7
AM
11398 if (r_type != R_PPC64_REL24
11399 && r_type != R_PPC64_REL14
11400 && r_type != R_PPC64_REL14_BRTAKEN
11401 && r_type != R_PPC64_REL14_BRNTAKEN)
721956f4
AM
11402 continue;
11403
11404 /* Now determine the call target, its name, value,
11405 section. */
411e1bfb
AM
11406 if (!get_sym_h (&h, &sym, &sym_sec, NULL, &local_syms,
11407 r_indx, input_bfd))
11408 goto error_ret_free_internal;
11409 hash = (struct ppc_link_hash_entry *) h;
11410
8843416a 11411 ok_dest = FALSE;
8387904d 11412 fdh = NULL;
7fe2b9a6 11413 sym_value = 0;
411e1bfb 11414 if (hash == NULL)
721956f4 11415 {
411e1bfb 11416 sym_value = sym->st_value;
8843416a 11417 ok_dest = TRUE;
721956f4 11418 }
7fe2b9a6
AM
11419 else if (hash->elf.root.type == bfd_link_hash_defined
11420 || hash->elf.root.type == bfd_link_hash_defweak)
11421 {
11422 sym_value = hash->elf.root.u.def.value;
11423 if (sym_sec->output_section != NULL)
11424 ok_dest = TRUE;
11425 }
11426 else if (hash->elf.root.type == bfd_link_hash_undefweak
11427 || hash->elf.root.type == bfd_link_hash_undefined)
721956f4 11428 {
99877b66 11429 /* Recognise an old ABI func code entry sym, and
7fe2b9a6
AM
11430 use the func descriptor sym instead if it is
11431 defined. */
ceb1f1ef 11432 if (hash->elf.root.root.string[0] == '.'
b31867b6 11433 && (fdh = lookup_fdh (hash, htab)) != NULL)
8387904d 11434 {
8387904d
AM
11435 if (fdh->elf.root.type == bfd_link_hash_defined
11436 || fdh->elf.root.type == bfd_link_hash_defweak)
11437 {
11438 sym_sec = fdh->elf.root.u.def.section;
11439 sym_value = fdh->elf.root.u.def.value;
11440 if (sym_sec->output_section != NULL)
11441 ok_dest = TRUE;
11442 }
99877b66
AM
11443 else
11444 fdh = NULL;
8387904d 11445 }
7fe2b9a6
AM
11446 }
11447 else
11448 {
11449 bfd_set_error (bfd_error_bad_value);
11450 goto error_ret_free_internal;
721956f4
AM
11451 }
11452
8843416a
AM
11453 destination = 0;
11454 if (ok_dest)
11455 {
11456 sym_value += irela->r_addend;
11457 destination = (sym_value
11458 + sym_sec->output_offset
11459 + sym_sec->output_section->vma);
11460 }
11461
8387904d 11462 code_sec = sym_sec;
e054468f 11463 code_value = sym_value;
74f0fb50
AM
11464 opd = get_opd_info (sym_sec);
11465 if (opd != NULL)
8387904d
AM
11466 {
11467 bfd_vma dest;
11468
74f0fb50 11469 if (hash == NULL && opd->adjust != NULL)
8387904d 11470 {
74f0fb50 11471 long adjust = opd->adjust[sym_value / 8];
8387904d
AM
11472 if (adjust == -1)
11473 continue;
e054468f 11474 code_value += adjust;
8387904d
AM
11475 sym_value += adjust;
11476 }
11477 dest = opd_entry_value (sym_sec, sym_value,
e054468f 11478 &code_sec, &code_value);
8387904d
AM
11479 if (dest != (bfd_vma) -1)
11480 {
11481 destination = dest;
11482 if (fdh != NULL)
11483 {
11484 /* Fixup old ABI sym to point at code
11485 entry. */
99877b66 11486 hash->elf.root.type = bfd_link_hash_defweak;
8387904d 11487 hash->elf.root.u.def.section = code_sec;
e054468f 11488 hash->elf.root.u.def.value = code_value;
8387904d
AM
11489 }
11490 }
11491 }
11492
721956f4 11493 /* Determine what (if any) linker stub is needed. */
e054468f 11494 plt_ent = NULL;
721956f4 11495 stub_type = ppc_type_of_stub (section, irela, &hash,
e054468f 11496 &plt_ent, destination);
ad8e1ba5
AM
11497
11498 if (stub_type != ppc_stub_plt_call)
11499 {
11500 /* Check whether we need a TOC adjusting stub.
11501 Since the linker pastes together pieces from
11502 different object files when creating the
11503 _init and _fini functions, it may be that a
11504 call to what looks like a local sym is in
11505 fact a call needing a TOC adjustment. */
8387904d
AM
11506 if (code_sec != NULL
11507 && code_sec->output_section != NULL
11508 && (htab->stub_group[code_sec->id].toc_off
9b5ecbd0 11509 != htab->stub_group[section->id].toc_off)
4c52953f
AM
11510 && (code_sec->has_toc_reloc
11511 || code_sec->makes_toc_func_call))
ad8e1ba5
AM
11512 stub_type = ppc_stub_long_branch_r2off;
11513 }
11514
721956f4
AM
11515 if (stub_type == ppc_stub_none)
11516 continue;
11517
411e1bfb
AM
11518 /* __tls_get_addr calls might be eliminated. */
11519 if (stub_type != ppc_stub_plt_call
11520 && hash != NULL
8387904d
AM
11521 && (hash == htab->tls_get_addr
11522 || hash == htab->tls_get_addr_fd)
411e1bfb
AM
11523 && section->has_tls_reloc
11524 && irela != internal_relocs)
11525 {
11526 /* Get tls info. */
f961d9dd 11527 unsigned char *tls_mask;
411e1bfb 11528
3a71aa26 11529 if (!get_tls_mask (&tls_mask, NULL, NULL, &local_syms,
411e1bfb
AM
11530 irela - 1, input_bfd))
11531 goto error_ret_free_internal;
e7b938ca 11532 if (*tls_mask != 0)
411e1bfb
AM
11533 continue;
11534 }
11535
3b421ab3
AM
11536 if (stub_type == ppc_stub_plt_call
11537 && irela + 1 < irelaend
11538 && irela[1].r_offset == irela->r_offset + 4
794e51c0
AM
11539 && ELF64_R_TYPE (irela[1].r_info) == R_PPC64_TOCSAVE)
11540 {
11541 if (!tocsave_find (htab, INSERT,
11542 &local_syms, irela + 1, input_bfd))
11543 goto error_ret_free_internal;
11544 }
11545 else if (stub_type == ppc_stub_plt_call)
11546 stub_type = ppc_stub_plt_call_r2save;
3b421ab3 11547
721956f4
AM
11548 /* Support for grouping stub sections. */
11549 id_sec = htab->stub_group[section->id].link_sec;
11550
11551 /* Get the name of this stub. */
11552 stub_name = ppc_stub_name (id_sec, sym_sec, hash, irela);
11553 if (!stub_name)
11554 goto error_ret_free_internal;
11555
11556 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
b34976b6 11557 stub_name, FALSE, FALSE);
721956f4
AM
11558 if (stub_entry != NULL)
11559 {
11560 /* The proper stub has already been created. */
11561 free (stub_name);
794e51c0
AM
11562 if (stub_type == ppc_stub_plt_call_r2save)
11563 stub_entry->stub_type = stub_type;
721956f4
AM
11564 continue;
11565 }
11566
25f53a85 11567 stub_entry = ppc_add_stub (stub_name, section, info);
721956f4
AM
11568 if (stub_entry == NULL)
11569 {
11570 free (stub_name);
6cdc0ccc
AM
11571 error_ret_free_internal:
11572 if (elf_section_data (section)->relocs == NULL)
11573 free (internal_relocs);
11574 error_ret_free_local:
11575 if (local_syms != NULL
11576 && (symtab_hdr->contents
11577 != (unsigned char *) local_syms))
11578 free (local_syms);
b34976b6 11579 return FALSE;
721956f4
AM
11580 }
11581
ad8e1ba5 11582 stub_entry->stub_type = stub_type;
794e51c0
AM
11583 if (stub_type != ppc_stub_plt_call
11584 && stub_type != ppc_stub_plt_call_r2save)
e054468f
AM
11585 {
11586 stub_entry->target_value = code_value;
11587 stub_entry->target_section = code_sec;
11588 }
11589 else
11590 {
11591 stub_entry->target_value = sym_value;
11592 stub_entry->target_section = sym_sec;
11593 }
721956f4 11594 stub_entry->h = hash;
e054468f 11595 stub_entry->plt_ent = plt_ent;
411e1bfb 11596 stub_entry->addend = irela->r_addend;
ee75fd95
AM
11597
11598 if (stub_entry->h != NULL)
11599 htab->stub_globals += 1;
721956f4
AM
11600 }
11601
11602 /* We're done with the internal relocs, free them. */
6cdc0ccc 11603 if (elf_section_data (section)->relocs != internal_relocs)
1e2f5b6e 11604 free (internal_relocs);
721956f4 11605 }
6cdc0ccc
AM
11606
11607 if (local_syms != NULL
11608 && symtab_hdr->contents != (unsigned char *) local_syms)
11609 {
11610 if (!info->keep_memory)
11611 free (local_syms);
11612 else
11613 symtab_hdr->contents = (unsigned char *) local_syms;
11614 }
721956f4
AM
11615 }
11616
5c3dead3 11617 /* We may have added some stubs. Find out the new size of the
721956f4
AM
11618 stub sections. */
11619 for (stub_sec = htab->stub_bfd->sections;
11620 stub_sec != NULL;
11621 stub_sec = stub_sec->next)
e717da7e 11622 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
ee75fd95 11623 {
5c3dead3 11624 stub_sec->rawsize = stub_sec->size;
ee75fd95
AM
11625 stub_sec->size = 0;
11626 stub_sec->reloc_count = 0;
84f5d08e 11627 stub_sec->flags &= ~SEC_RELOC;
ee75fd95 11628 }
eea6121a
AM
11629
11630 htab->brlt->size = 0;
84f5d08e
AM
11631 htab->brlt->reloc_count = 0;
11632 htab->brlt->flags &= ~SEC_RELOC;
ee75fd95 11633 if (htab->relbrlt != NULL)
eea6121a 11634 htab->relbrlt->size = 0;
721956f4 11635
63bc6f6c 11636 bfd_hash_traverse (&htab->stub_hash_table, ppc_size_one_stub, info);
721956f4 11637
176a0d42
AM
11638 if (info->emitrelocations
11639 && htab->glink != NULL && htab->glink->size != 0)
11640 {
11641 htab->glink->reloc_count = 1;
11642 htab->glink->flags |= SEC_RELOC;
11643 }
11644
58d180e8
AM
11645 if (htab->glink_eh_frame != NULL
11646 && !bfd_is_abs_section (htab->glink_eh_frame->output_section)
11647 && (htab->glink_eh_frame->flags & SEC_EXCLUDE) == 0)
11648 {
11649 bfd_size_type size = 0;
11650
11651 for (stub_sec = htab->stub_bfd->sections;
11652 stub_sec != NULL;
11653 stub_sec = stub_sec->next)
11654 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
11655 size += 20;
11656 if (htab->glink != NULL && htab->glink->size != 0)
11657 size += 24;
11658 if (size != 0)
11659 size += sizeof (glink_eh_frame_cie);
11660 htab->glink_eh_frame->rawsize = htab->glink_eh_frame->size;
11661 htab->glink_eh_frame->size = size;
11662 }
11663
794e51c0
AM
11664 if (htab->plt_stub_align != 0)
11665 for (stub_sec = htab->stub_bfd->sections;
11666 stub_sec != NULL;
11667 stub_sec = stub_sec->next)
11668 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
11669 stub_sec->size = ((stub_sec->size + (1 << htab->plt_stub_align) - 1)
11670 & (-1 << htab->plt_stub_align));
11671
5c3dead3
AM
11672 for (stub_sec = htab->stub_bfd->sections;
11673 stub_sec != NULL;
11674 stub_sec = stub_sec->next)
11675 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0
11676 && stub_sec->rawsize != stub_sec->size)
11677 break;
11678
11679 /* Exit from this loop when no stubs have been added, and no stubs
11680 have changed size. */
58d180e8
AM
11681 if (stub_sec == NULL
11682 && (htab->glink_eh_frame == NULL
11683 || htab->glink_eh_frame->rawsize == htab->glink_eh_frame->size))
5c3dead3
AM
11684 break;
11685
721956f4
AM
11686 /* Ask the linker to do its stuff. */
11687 (*htab->layout_sections_again) ();
11688 }
11689
d969d15f
AM
11690 maybe_strip_output (info, htab->brlt);
11691 if (htab->glink_eh_frame != NULL)
11692 maybe_strip_output (info, htab->glink_eh_frame);
721956f4 11693
b34976b6 11694 return TRUE;
721956f4
AM
11695}
11696
11697/* Called after we have determined section placement. If sections
805fc799 11698 move, we'll be called again. Provide a value for TOCstart. */
721956f4 11699
805fc799 11700bfd_vma
4ce794b7 11701ppc64_elf_toc (bfd *obfd)
721956f4 11702{
805fc799
AM
11703 asection *s;
11704 bfd_vma TOCstart;
721956f4 11705
805fc799
AM
11706 /* The TOC consists of sections .got, .toc, .tocbss, .plt in that
11707 order. The TOC starts where the first of these sections starts. */
11708 s = bfd_get_section_by_name (obfd, ".got");
e054468f 11709 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
805fc799 11710 s = bfd_get_section_by_name (obfd, ".toc");
e054468f 11711 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
805fc799 11712 s = bfd_get_section_by_name (obfd, ".tocbss");
e054468f 11713 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
805fc799 11714 s = bfd_get_section_by_name (obfd, ".plt");
e054468f 11715 if (s == NULL || (s->flags & SEC_EXCLUDE) != 0)
805fc799
AM
11716 {
11717 /* This may happen for
11718 o references to TOC base (SYM@toc / TOC[tc0]) without a
11719 .toc directive
11720 o bad linker script
11721 o --gc-sections and empty TOC sections
11722
11723 FIXME: Warn user? */
11724
11725 /* Look for a likely section. We probably won't even be
11726 using TOCstart. */
11727 for (s = obfd->sections; s != NULL; s = s->next)
e054468f
AM
11728 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_READONLY
11729 | SEC_EXCLUDE))
805fc799
AM
11730 == (SEC_ALLOC | SEC_SMALL_DATA))
11731 break;
721956f4 11732 if (s == NULL)
805fc799 11733 for (s = obfd->sections; s != NULL; s = s->next)
e054468f 11734 if ((s->flags & (SEC_ALLOC | SEC_SMALL_DATA | SEC_EXCLUDE))
805fc799
AM
11735 == (SEC_ALLOC | SEC_SMALL_DATA))
11736 break;
721956f4 11737 if (s == NULL)
805fc799 11738 for (s = obfd->sections; s != NULL; s = s->next)
e054468f
AM
11739 if ((s->flags & (SEC_ALLOC | SEC_READONLY | SEC_EXCLUDE))
11740 == SEC_ALLOC)
805fc799 11741 break;
721956f4 11742 if (s == NULL)
805fc799 11743 for (s = obfd->sections; s != NULL; s = s->next)
e054468f 11744 if ((s->flags & (SEC_ALLOC | SEC_EXCLUDE)) == SEC_ALLOC)
805fc799
AM
11745 break;
11746 }
721956f4 11747
805fc799
AM
11748 TOCstart = 0;
11749 if (s != NULL)
11750 TOCstart = s->output_section->vma + s->output_offset;
721956f4 11751
805fc799 11752 return TOCstart;
721956f4
AM
11753}
11754
11755/* Build all the stubs associated with the current output file.
11756 The stubs are kept in a hash table attached to the main linker
11757 hash table. This function is called via gldelf64ppc_finish. */
11758
b34976b6 11759bfd_boolean
4ce794b7
AM
11760ppc64_elf_build_stubs (bfd_boolean emit_stub_syms,
11761 struct bfd_link_info *info,
11762 char **stats)
5d1634d7
AM
11763{
11764 struct ppc_link_hash_table *htab = ppc_hash_table (info);
721956f4 11765 asection *stub_sec;
5d1634d7 11766 bfd_byte *p;
e717da7e 11767 int stub_sec_count = 0;
5d1634d7 11768
4dfe6ac6
NC
11769 if (htab == NULL)
11770 return FALSE;
11771
ad8e1ba5 11772 htab->emit_stub_syms = emit_stub_syms;
eea6121a
AM
11773
11774 /* Allocate memory to hold the linker stubs. */
721956f4
AM
11775 for (stub_sec = htab->stub_bfd->sections;
11776 stub_sec != NULL;
11777 stub_sec = stub_sec->next)
eea6121a
AM
11778 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0
11779 && stub_sec->size != 0)
e717da7e 11780 {
eea6121a
AM
11781 stub_sec->contents = bfd_zalloc (htab->stub_bfd, stub_sec->size);
11782 if (stub_sec->contents == NULL)
11783 return FALSE;
11784 /* We want to check that built size is the same as calculated
11785 size. rawsize is a convenient location to use. */
11786 stub_sec->rawsize = stub_sec->size;
11787 stub_sec->size = 0;
e717da7e 11788 }
5d1634d7 11789
23eb7e01 11790 if (htab->glink != NULL && htab->glink->size != 0)
5d1634d7 11791 {
9f951329 11792 unsigned int indx;
ad8e1ba5 11793 bfd_vma plt0;
9f951329 11794
721956f4 11795 /* Build the .glink plt call stub. */
97b639ba
AM
11796 if (htab->emit_stub_syms)
11797 {
11798 struct elf_link_hash_entry *h;
468392fb
AM
11799 h = elf_link_hash_lookup (&htab->elf, "__glink_PLTresolve",
11800 TRUE, FALSE, FALSE);
97b639ba
AM
11801 if (h == NULL)
11802 return FALSE;
11803 if (h->root.type == bfd_link_hash_new)
11804 {
11805 h->root.type = bfd_link_hash_defined;
11806 h->root.u.def.section = htab->glink;
ee4bf8d2 11807 h->root.u.def.value = 8;
f5385ebf
AM
11808 h->ref_regular = 1;
11809 h->def_regular = 1;
11810 h->ref_regular_nonweak = 1;
11811 h->forced_local = 1;
11812 h->non_elf = 0;
97b639ba
AM
11813 }
11814 }
176a0d42
AM
11815 plt0 = htab->plt->output_section->vma + htab->plt->output_offset - 16;
11816 if (info->emitrelocations)
11817 {
11818 Elf_Internal_Rela *r = get_relocs (htab->glink, 1);
11819 if (r == NULL)
11820 return FALSE;
11821 r->r_offset = (htab->glink->output_offset
11822 + htab->glink->output_section->vma);
11823 r->r_info = ELF64_R_INFO (0, R_PPC64_REL64);
11824 r->r_addend = plt0;
11825 }
4ce794b7 11826 p = htab->glink->contents;
176a0d42 11827 plt0 -= htab->glink->output_section->vma + htab->glink->output_offset;
ee4bf8d2
AM
11828 bfd_put_64 (htab->glink->owner, plt0, p);
11829 p += 8;
11830 bfd_put_32 (htab->glink->owner, MFLR_R12, p);
ad8e1ba5 11831 p += 4;
ee4bf8d2 11832 bfd_put_32 (htab->glink->owner, BCL_20_31, p);
ad8e1ba5 11833 p += 4;
ee4bf8d2 11834 bfd_put_32 (htab->glink->owner, MFLR_R11, p);
ad8e1ba5 11835 p += 4;
ee4bf8d2 11836 bfd_put_32 (htab->glink->owner, LD_R2_M16R11, p);
ad8e1ba5 11837 p += 4;
ee4bf8d2 11838 bfd_put_32 (htab->glink->owner, MTLR_R12, p);
ad8e1ba5 11839 p += 4;
ee4bf8d2 11840 bfd_put_32 (htab->glink->owner, ADD_R12_R2_R11, p);
ad8e1ba5 11841 p += 4;
ee4bf8d2 11842 bfd_put_32 (htab->glink->owner, LD_R11_0R12, p);
ad8e1ba5 11843 p += 4;
4ce794b7 11844 bfd_put_32 (htab->glink->owner, LD_R2_0R12 | 8, p);
ad8e1ba5 11845 p += 4;
4ce794b7 11846 bfd_put_32 (htab->glink->owner, MTCTR_R11, p);
ad8e1ba5 11847 p += 4;
4ce794b7 11848 bfd_put_32 (htab->glink->owner, LD_R11_0R12 | 16, p);
ad8e1ba5 11849 p += 4;
4ce794b7 11850 bfd_put_32 (htab->glink->owner, BCTR, p);
ad8e1ba5 11851 p += 4;
ee4bf8d2
AM
11852 while (p - htab->glink->contents < GLINK_CALL_STUB_SIZE)
11853 {
11854 bfd_put_32 (htab->glink->owner, NOP, p);
11855 p += 4;
11856 }
ad8e1ba5 11857
9f951329
AM
11858 /* Build the .glink lazy link call stubs. */
11859 indx = 0;
eea6121a 11860 while (p < htab->glink->contents + htab->glink->size)
9f951329
AM
11861 {
11862 if (indx < 0x8000)
11863 {
4ce794b7 11864 bfd_put_32 (htab->glink->owner, LI_R0_0 | indx, p);
9f951329
AM
11865 p += 4;
11866 }
11867 else
11868 {
4ce794b7 11869 bfd_put_32 (htab->glink->owner, LIS_R0_0 | PPC_HI (indx), p);
9f951329 11870 p += 4;
4ce794b7 11871 bfd_put_32 (htab->glink->owner, ORI_R0_R0_0 | PPC_LO (indx), p);
9f951329
AM
11872 p += 4;
11873 }
4ce794b7 11874 bfd_put_32 (htab->glink->owner,
ee4bf8d2 11875 B_DOT | ((htab->glink->contents - p + 8) & 0x3fffffc), p);
a16d5acb 11876 indx++;
9f951329
AM
11877 p += 4;
11878 }
eea6121a 11879 htab->glink->rawsize = p - htab->glink->contents;
5d1634d7 11880 }
5d1634d7 11881
eea6121a 11882 if (htab->brlt->size != 0)
721956f4 11883 {
4ce794b7 11884 htab->brlt->contents = bfd_zalloc (htab->brlt->owner,
eea6121a 11885 htab->brlt->size);
4ce794b7 11886 if (htab->brlt->contents == NULL)
b34976b6 11887 return FALSE;
721956f4 11888 }
ee75fd95 11889 if (htab->relbrlt != NULL && htab->relbrlt->size != 0)
63bc6f6c
AM
11890 {
11891 htab->relbrlt->contents = bfd_zalloc (htab->relbrlt->owner,
eea6121a 11892 htab->relbrlt->size);
63bc6f6c
AM
11893 if (htab->relbrlt->contents == NULL)
11894 return FALSE;
11895 }
5d1634d7 11896
58d180e8
AM
11897 if (htab->glink_eh_frame != NULL
11898 && htab->glink_eh_frame->size != 0)
11899 {
11900 bfd_vma val;
11901
11902 p = bfd_zalloc (htab->glink_eh_frame->owner, htab->glink_eh_frame->size);
11903 if (p == NULL)
11904 return FALSE;
11905 htab->glink_eh_frame->contents = p;
11906
11907 htab->glink_eh_frame->rawsize = htab->glink_eh_frame->size;
11908
11909 memcpy (p, glink_eh_frame_cie, sizeof (glink_eh_frame_cie));
11910 /* CIE length (rewrite in case little-endian). */
11911 bfd_put_32 (htab->elf.dynobj, sizeof (glink_eh_frame_cie) - 4, p);
11912 p += sizeof (glink_eh_frame_cie);
11913
11914 for (stub_sec = htab->stub_bfd->sections;
11915 stub_sec != NULL;
11916 stub_sec = stub_sec->next)
11917 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
11918 {
11919 /* FDE length. */
11920 bfd_put_32 (htab->elf.dynobj, 16, p);
11921 p += 4;
11922 /* CIE pointer. */
11923 val = p - htab->glink_eh_frame->contents;
11924 bfd_put_32 (htab->elf.dynobj, val, p);
11925 p += 4;
11926 /* Offset to stub section. */
11927 val = (stub_sec->output_section->vma
11928 + stub_sec->output_offset);
11929 val -= (htab->glink_eh_frame->output_section->vma
11930 + htab->glink_eh_frame->output_offset);
11931 val -= p - htab->glink_eh_frame->contents;
11932 if (val + 0x80000000 > 0xffffffff)
11933 {
11934 info->callbacks->einfo
8de848d8 11935 (_("%P: %s offset too large for .eh_frame sdata4 encoding"),
58d180e8
AM
11936 stub_sec->name);
11937 return FALSE;
11938 }
11939 bfd_put_32 (htab->elf.dynobj, val, p);
11940 p += 4;
11941 /* stub section size. */
11942 bfd_put_32 (htab->elf.dynobj, stub_sec->rawsize, p);
11943 p += 4;
11944 /* Augmentation. */
11945 p += 1;
11946 /* Pad. */
11947 p += 3;
11948 }
11949 if (htab->glink != NULL && htab->glink->size != 0)
11950 {
11951 /* FDE length. */
11952 bfd_put_32 (htab->elf.dynobj, 20, p);
11953 p += 4;
11954 /* CIE pointer. */
11955 val = p - htab->glink_eh_frame->contents;
11956 bfd_put_32 (htab->elf.dynobj, val, p);
11957 p += 4;
11958 /* Offset to .glink. */
11959 val = (htab->glink->output_section->vma
11960 + htab->glink->output_offset
11961 + 8);
11962 val -= (htab->glink_eh_frame->output_section->vma
11963 + htab->glink_eh_frame->output_offset);
11964 val -= p - htab->glink_eh_frame->contents;
11965 if (val + 0x80000000 > 0xffffffff)
11966 {
11967 info->callbacks->einfo
8de848d8 11968 (_("%P: %s offset too large for .eh_frame sdata4 encoding"),
58d180e8
AM
11969 htab->glink->name);
11970 return FALSE;
11971 }
11972 bfd_put_32 (htab->elf.dynobj, val, p);
11973 p += 4;
11974 /* .glink size. */
11975 bfd_put_32 (htab->elf.dynobj, htab->glink->rawsize - 8, p);
11976 p += 4;
11977 /* Augmentation. */
11978 p += 1;
11979
11980 *p++ = DW_CFA_advance_loc + 1;
11981 *p++ = DW_CFA_register;
11982 *p++ = 65;
11983 *p++ = 12;
11984 *p++ = DW_CFA_advance_loc + 4;
11985 *p++ = DW_CFA_restore_extended;
11986 *p++ = 65;
11987 }
11988 htab->glink_eh_frame->size = p - htab->glink_eh_frame->contents;
11989 }
11990
721956f4
AM
11991 /* Build the stubs as directed by the stub hash table. */
11992 bfd_hash_traverse (&htab->stub_hash_table, ppc_build_one_stub, info);
5d1634d7 11993
aa8a7074
AM
11994 if (htab->relbrlt != NULL)
11995 htab->relbrlt->reloc_count = 0;
11996
794e51c0
AM
11997 if (htab->plt_stub_align != 0)
11998 for (stub_sec = htab->stub_bfd->sections;
11999 stub_sec != NULL;
12000 stub_sec = stub_sec->next)
12001 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12002 stub_sec->size = ((stub_sec->size + (1 << htab->plt_stub_align) - 1)
12003 & (-1 << htab->plt_stub_align));
12004
721956f4
AM
12005 for (stub_sec = htab->stub_bfd->sections;
12006 stub_sec != NULL;
12007 stub_sec = stub_sec->next)
e717da7e
AM
12008 if ((stub_sec->flags & SEC_LINKER_CREATED) == 0)
12009 {
12010 stub_sec_count += 1;
eea6121a 12011 if (stub_sec->rawsize != stub_sec->size)
e717da7e
AM
12012 break;
12013 }
5d1634d7 12014
721956f4 12015 if (stub_sec != NULL
58d180e8
AM
12016 || htab->glink->rawsize != htab->glink->size
12017 || (htab->glink_eh_frame != NULL
12018 && htab->glink_eh_frame->rawsize != htab->glink_eh_frame->size))
5d1634d7 12019 {
b34976b6 12020 htab->stub_error = TRUE;
8de848d8 12021 info->callbacks->einfo (_("%P: stubs don't match calculated size\n"));
5d1634d7 12022 }
721956f4 12023
d2a300cf
AM
12024 if (htab->stub_error)
12025 return FALSE;
12026
12027 if (stats != NULL)
12028 {
12029 *stats = bfd_malloc (500);
12030 if (*stats == NULL)
12031 return FALSE;
12032
ee75fd95 12033 sprintf (*stats, _("linker stubs in %u group%s\n"
d2a300cf
AM
12034 " branch %lu\n"
12035 " toc adjust %lu\n"
12036 " long branch %lu\n"
12037 " long toc adj %lu\n"
794e51c0
AM
12038 " plt call %lu\n"
12039 " plt call toc %lu"),
e717da7e 12040 stub_sec_count,
ee75fd95 12041 stub_sec_count == 1 ? "" : "s",
4ce794b7
AM
12042 htab->stub_count[ppc_stub_long_branch - 1],
12043 htab->stub_count[ppc_stub_long_branch_r2off - 1],
12044 htab->stub_count[ppc_stub_plt_branch - 1],
12045 htab->stub_count[ppc_stub_plt_branch_r2off - 1],
794e51c0
AM
12046 htab->stub_count[ppc_stub_plt_call - 1],
12047 htab->stub_count[ppc_stub_plt_call_r2save - 1]);
d2a300cf
AM
12048 }
12049 return TRUE;
5bd4f169
AM
12050}
12051
99877b66
AM
12052/* This function undoes the changes made by add_symbol_adjust. */
12053
12054static bfd_boolean
12055undo_symbol_twiddle (struct elf_link_hash_entry *h, void *inf ATTRIBUTE_UNUSED)
12056{
12057 struct ppc_link_hash_entry *eh;
12058
12059 if (h->root.type == bfd_link_hash_indirect)
12060 return TRUE;
12061
99877b66
AM
12062 eh = (struct ppc_link_hash_entry *) h;
12063 if (eh->elf.root.type != bfd_link_hash_undefweak || !eh->was_undefined)
12064 return TRUE;
12065
12066 eh->elf.root.type = bfd_link_hash_undefined;
12067 return TRUE;
12068}
12069
12070void
12071ppc64_elf_restore_symbols (struct bfd_link_info *info)
12072{
12073 struct ppc_link_hash_table *htab = ppc_hash_table (info);
4dfe6ac6
NC
12074
12075 if (htab != NULL)
12076 elf_link_hash_traverse (&htab->elf, undo_symbol_twiddle, info);
99877b66
AM
12077}
12078
60124e18
AM
12079/* What to do when ld finds relocations against symbols defined in
12080 discarded sections. */
12081
12082static unsigned int
12083ppc64_elf_action_discarded (asection *sec)
12084{
12085 if (strcmp (".opd", sec->name) == 0)
12086 return 0;
12087
12088 if (strcmp (".toc", sec->name) == 0)
12089 return 0;
12090
bce50a28
JJ
12091 if (strcmp (".toc1", sec->name) == 0)
12092 return 0;
12093
60124e18
AM
12094 return _bfd_elf_default_action_discarded (sec);
12095}
12096
5bd4f169
AM
12097/* The RELOCATE_SECTION function is called by the ELF backend linker
12098 to handle the relocations for a section.
12099
12100 The relocs are always passed as Rela structures; if the section
12101 actually uses Rel structures, the r_addend field will always be
12102 zero.
12103
12104 This function is responsible for adjust the section contents as
12105 necessary, and (if using Rela relocs and generating a
1049f94e 12106 relocatable output file) adjusting the reloc addend as
5bd4f169
AM
12107 necessary.
12108
12109 This function does not have to worry about setting the reloc
12110 address or the reloc symbol index.
12111
12112 LOCAL_SYMS is a pointer to the swapped in local symbols.
12113
12114 LOCAL_SECTIONS is an array giving the section in the input file
12115 corresponding to the st_shndx field of each local symbol.
12116
12117 The global hash table entry for the global symbols can be found
12118 via elf_sym_hashes (input_bfd).
12119
1049f94e 12120 When generating relocatable output, this function must handle
5bd4f169
AM
12121 STB_LOCAL/STT_SECTION symbols specially. The output symbol is
12122 going to be the section symbol corresponding to the output
12123 section, which means that the addend must be adjusted
12124 accordingly. */
12125
b34976b6 12126static bfd_boolean
4ce794b7
AM
12127ppc64_elf_relocate_section (bfd *output_bfd,
12128 struct bfd_link_info *info,
12129 bfd *input_bfd,
12130 asection *input_section,
12131 bfd_byte *contents,
12132 Elf_Internal_Rela *relocs,
12133 Elf_Internal_Sym *local_syms,
12134 asection **local_sections)
5bd4f169 12135{
65f38f15 12136 struct ppc_link_hash_table *htab;
5bd4f169
AM
12137 Elf_Internal_Shdr *symtab_hdr;
12138 struct elf_link_hash_entry **sym_hashes;
5bd4f169
AM
12139 Elf_Internal_Rela *rel;
12140 Elf_Internal_Rela *relend;
411e1bfb
AM
12141 Elf_Internal_Rela outrel;
12142 bfd_byte *loc;
411e1bfb 12143 struct got_entry **local_got_ents;
5bd4f169 12144 bfd_vma TOCstart;
b34976b6
AM
12145 bfd_boolean ret = TRUE;
12146 bfd_boolean is_opd;
794e51c0
AM
12147 /* Assume 'at' branch hints. */
12148 bfd_boolean is_isa_v2 = TRUE;
4fe5ca5b 12149 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0);
5bd4f169 12150
65f38f15 12151 /* Initialize howto table if needed. */
5bd4f169 12152 if (!ppc64_elf_howto_table[R_PPC64_ADDR32])
5bd4f169
AM
12153 ppc_howto_init ();
12154
65f38f15 12155 htab = ppc_hash_table (info);
4dfe6ac6
NC
12156 if (htab == NULL)
12157 return FALSE;
ee75fd95
AM
12158
12159 /* Don't relocate stub sections. */
12160 if (input_section->owner == htab->stub_bfd)
12161 return TRUE;
12162
0c8d6e5c 12163 BFD_ASSERT (is_ppc64_elf (input_bfd));
0ffa91dd 12164
411e1bfb 12165 local_got_ents = elf_local_got_ents (input_bfd);
5bd4f169 12166 TOCstart = elf_gp (output_bfd);
0ffa91dd 12167 symtab_hdr = &elf_symtab_hdr (input_bfd);
5bd4f169 12168 sym_hashes = elf_sym_hashes (input_bfd);
7c8fe5c4 12169 is_opd = ppc64_elf_section_data (input_section)->sec_type == sec_opd;
65f38f15 12170
5bd4f169
AM
12171 rel = relocs;
12172 relend = relocs + input_section->reloc_count;
12173 for (; rel < relend; rel++)
12174 {
04c9666a 12175 enum elf_ppc64_reloc_type r_type;
4cc603a5 12176 bfd_vma addend, orig_addend;
5bd4f169
AM
12177 bfd_reloc_status_type r;
12178 Elf_Internal_Sym *sym;
12179 asection *sec;
039b3fef
AM
12180 struct elf_link_hash_entry *h_elf;
12181 struct ppc_link_hash_entry *h;
12182 struct ppc_link_hash_entry *fdh;
5bd4f169 12183 const char *sym_name;
0d4792f7 12184 unsigned long r_symndx, toc_symndx;
3a71aa26 12185 bfd_vma toc_addend;
f961d9dd
AM
12186 unsigned char tls_mask, tls_gd, tls_type;
12187 unsigned char sym_type;
5bd4f169 12188 bfd_vma relocation;
b34976b6
AM
12189 bfd_boolean unresolved_reloc;
12190 bfd_boolean warned;
67f0cbdb 12191 unsigned int insn;
e11840f9 12192 unsigned int mask;
721956f4
AM
12193 struct ppc_stub_hash_entry *stub_entry;
12194 bfd_vma max_br_offset;
12195 bfd_vma from;
5bd4f169 12196
4ce794b7 12197 r_type = ELF64_R_TYPE (rel->r_info);
5bd4f169 12198 r_symndx = ELF64_R_SYM (rel->r_info);
ee87f2da
AM
12199
12200 /* For old style R_PPC64_TOC relocs with a zero symbol, use the
12201 symbol of the previous ADDR64 reloc. The symbol gives us the
12202 proper TOC base to use. */
12203 if (rel->r_info == ELF64_R_INFO (0, R_PPC64_TOC)
12204 && rel != relocs
12205 && ELF64_R_TYPE (rel[-1].r_info) == R_PPC64_ADDR64
12206 && is_opd)
12207 r_symndx = ELF64_R_SYM (rel[-1].r_info);
12208
4ce794b7
AM
12209 sym = NULL;
12210 sec = NULL;
039b3fef 12211 h_elf = NULL;
4ce794b7 12212 sym_name = NULL;
b34976b6
AM
12213 unresolved_reloc = FALSE;
12214 warned = FALSE;
4cc603a5 12215 orig_addend = rel->r_addend;
65f38f15 12216
0b13192e 12217 if (r_symndx < symtab_hdr->sh_info)
5bd4f169
AM
12218 {
12219 /* It's a local symbol. */
74f0fb50 12220 struct _opd_sec_data *opd;
4025353c 12221
5bd4f169
AM
12222 sym = local_syms + r_symndx;
12223 sec = local_sections[r_symndx];
26c61ae5 12224 sym_name = bfd_elf_sym_name (input_bfd, symtab_hdr, sym, sec);
0d4792f7 12225 sym_type = ELF64_ST_TYPE (sym->st_info);
8517fae7 12226 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
74f0fb50
AM
12227 opd = get_opd_info (sec);
12228 if (opd != NULL && opd->adjust != NULL)
1e2f5b6e 12229 {
74f0fb50 12230 long adjust = opd->adjust[(sym->st_value + rel->r_addend) / 8];
4025353c
AM
12231 if (adjust == -1)
12232 relocation = 0;
12233 else
4cc603a5
AM
12234 {
12235 /* If this is a relocation against the opd section sym
12236 and we have edited .opd, adjust the reloc addend so
12237 that ld -r and ld --emit-relocs output is correct.
12238 If it is a reloc against some other .opd symbol,
12239 then the symbol value will be adjusted later. */
12240 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
12241 rel->r_addend += adjust;
12242 else
12243 relocation += adjust;
12244 }
1e2f5b6e 12245 }
5bd4f169
AM
12246 }
12247 else
12248 {
b2a8e766
AM
12249 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
12250 r_symndx, symtab_hdr, sym_hashes,
039b3fef 12251 h_elf, sec, relocation,
b2a8e766 12252 unresolved_reloc, warned);
039b3fef
AM
12253 sym_name = h_elf->root.root.string;
12254 sym_type = h_elf->type;
5bd4f169 12255 }
039b3fef 12256 h = (struct ppc_link_hash_entry *) h_elf;
5bd4f169 12257
ab96bf03 12258 if (sec != NULL && elf_discarded_section (sec))
e4067dbb
DJ
12259 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
12260 rel, relend,
12261 ppc64_elf_howto_table[r_type],
12262 contents);
ab96bf03
AM
12263
12264 if (info->relocatable)
12265 continue;
12266
951fd09b
AM
12267 /* TLS optimizations. Replace instruction sequences and relocs
12268 based on information we collected in tls_optimize. We edit
12269 RELOCS so that --emit-relocs will output something sensible
12270 for the final instruction stream. */
12271 tls_mask = 0;
12272 tls_gd = 0;
0d4792f7 12273 toc_symndx = 0;
727fc41e
AM
12274 if (h != NULL)
12275 tls_mask = h->tls_mask;
12276 else if (local_got_ents != NULL)
411e1bfb 12277 {
e054468f
AM
12278 struct plt_entry **local_plt = (struct plt_entry **)
12279 (local_got_ents + symtab_hdr->sh_info);
f961d9dd 12280 unsigned char *lgot_masks = (unsigned char *)
e054468f 12281 (local_plt + symtab_hdr->sh_info);
727fc41e
AM
12282 tls_mask = lgot_masks[r_symndx];
12283 }
12284 if (tls_mask == 0
12285 && (r_type == R_PPC64_TLS
12286 || r_type == R_PPC64_TLSGD
12287 || r_type == R_PPC64_TLSLD))
12288 {
12289 /* Check for toc tls entries. */
f961d9dd 12290 unsigned char *toc_tls;
0d4792f7 12291
727fc41e
AM
12292 if (!get_tls_mask (&toc_tls, &toc_symndx, &toc_addend,
12293 &local_syms, rel, input_bfd))
12294 return FALSE;
0d4792f7 12295
727fc41e
AM
12296 if (toc_tls)
12297 tls_mask = *toc_tls;
0d4792f7
AM
12298 }
12299
12300 /* Check that tls relocs are used with tls syms, and non-tls
12301 relocs are used with non-tls syms. */
cf35638d 12302 if (r_symndx != STN_UNDEF
0d4792f7
AM
12303 && r_type != R_PPC64_NONE
12304 && (h == NULL
039b3fef
AM
12305 || h->elf.root.type == bfd_link_hash_defined
12306 || h->elf.root.type == bfd_link_hash_defweak)
1d483afe
AM
12307 && (IS_PPC64_TLS_RELOC (r_type)
12308 != (sym_type == STT_TLS
12309 || (sym_type == STT_SECTION
12310 && (sec->flags & SEC_THREAD_LOCAL) != 0))))
0d4792f7 12311 {
727fc41e
AM
12312 if (tls_mask != 0
12313 && (r_type == R_PPC64_TLS
12314 || r_type == R_PPC64_TLSGD
12315 || r_type == R_PPC64_TLSLD))
0d4792f7
AM
12316 /* R_PPC64_TLS is OK against a symbol in the TOC. */
12317 ;
12318 else
25f53a85 12319 info->callbacks->einfo
1d483afe 12320 (!IS_PPC64_TLS_RELOC (r_type)
8de848d8
AM
12321 ? _("%P: %H: %s used with TLS symbol %s\n")
12322 : _("%P: %H: %s used with non-TLS symbol %s\n"),
25f53a85 12323 input_bfd, input_section, rel->r_offset,
0d4792f7
AM
12324 ppc64_elf_howto_table[r_type]->name,
12325 sym_name);
411e1bfb
AM
12326 }
12327
12328 /* Ensure reloc mapping code below stays sane. */
12329 if (R_PPC64_TOC16_LO_DS != R_PPC64_TOC16_DS + 1
12330 || R_PPC64_TOC16_LO != R_PPC64_TOC16 + 1
12331 || (R_PPC64_GOT_TLSLD16 & 3) != (R_PPC64_GOT_TLSGD16 & 3)
12332 || (R_PPC64_GOT_TLSLD16_LO & 3) != (R_PPC64_GOT_TLSGD16_LO & 3)
12333 || (R_PPC64_GOT_TLSLD16_HI & 3) != (R_PPC64_GOT_TLSGD16_HI & 3)
12334 || (R_PPC64_GOT_TLSLD16_HA & 3) != (R_PPC64_GOT_TLSGD16_HA & 3)
12335 || (R_PPC64_GOT_TLSLD16 & 3) != (R_PPC64_GOT_TPREL16_DS & 3)
12336 || (R_PPC64_GOT_TLSLD16_LO & 3) != (R_PPC64_GOT_TPREL16_LO_DS & 3)
12337 || (R_PPC64_GOT_TLSLD16_HI & 3) != (R_PPC64_GOT_TPREL16_HI & 3)
12338 || (R_PPC64_GOT_TLSLD16_HA & 3) != (R_PPC64_GOT_TPREL16_HA & 3))
12339 abort ();
0d4792f7 12340
411e1bfb
AM
12341 switch (r_type)
12342 {
12343 default:
411e1bfb
AM
12344 break;
12345
ba761f19
AM
12346 case R_PPC64_LO_DS_OPT:
12347 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset);
12348 if ((insn & (0x3f << 26)) != 58u << 26)
12349 abort ();
12350 insn += (14u << 26) - (58u << 26);
12351 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset);
12352 r_type = R_PPC64_TOC16_LO;
12353 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
12354 break;
12355
411e1bfb
AM
12356 case R_PPC64_TOC16:
12357 case R_PPC64_TOC16_LO:
12358 case R_PPC64_TOC16_DS:
12359 case R_PPC64_TOC16_LO_DS:
411e1bfb
AM
12360 {
12361 /* Check for toc tls entries. */
f961d9dd 12362 unsigned char *toc_tls;
951fd09b 12363 int retval;
411e1bfb 12364
3a71aa26
AM
12365 retval = get_tls_mask (&toc_tls, &toc_symndx, &toc_addend,
12366 &local_syms, rel, input_bfd);
951fd09b 12367 if (retval == 0)
411e1bfb
AM
12368 return FALSE;
12369
12370 if (toc_tls)
12371 {
951fd09b 12372 tls_mask = *toc_tls;
411e1bfb
AM
12373 if (r_type == R_PPC64_TOC16_DS
12374 || r_type == R_PPC64_TOC16_LO_DS)
81407a69
AM
12375 {
12376 if (tls_mask != 0
12377 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0)
12378 goto toctprel;
12379 }
411e1bfb 12380 else
951fd09b
AM
12381 {
12382 /* If we found a GD reloc pair, then we might be
12383 doing a GD->IE transition. */
12384 if (retval == 2)
12385 {
12386 tls_gd = TLS_TPRELGD;
12387 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
102890f0 12388 goto tls_ldgd_opt;
951fd09b
AM
12389 }
12390 else if (retval == 3)
12391 {
12392 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
102890f0 12393 goto tls_ldgd_opt;
951fd09b
AM
12394 }
12395 }
411e1bfb
AM
12396 }
12397 }
12398 break;
12399
9d6ded02
AM
12400 case R_PPC64_GOT_TPREL16_HI:
12401 case R_PPC64_GOT_TPREL16_HA:
12402 if (tls_mask != 0
12403 && (tls_mask & TLS_TPREL) == 0)
12404 {
12405 rel->r_offset -= d_offset;
12406 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
12407 r_type = R_PPC64_NONE;
12408 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
12409 }
12410 break;
12411
411e1bfb
AM
12412 case R_PPC64_GOT_TPREL16_DS:
12413 case R_PPC64_GOT_TPREL16_LO_DS:
951fd09b
AM
12414 if (tls_mask != 0
12415 && (tls_mask & TLS_TPREL) == 0)
411e1bfb 12416 {
81407a69 12417 toctprel:
4fe5ca5b 12418 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset);
411e1bfb
AM
12419 insn &= 31 << 21;
12420 insn |= 0x3c0d0000; /* addis 0,13,0 */
4fe5ca5b 12421 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset);
411e1bfb 12422 r_type = R_PPC64_TPREL16_HA;
0d4792f7
AM
12423 if (toc_symndx != 0)
12424 {
12425 rel->r_info = ELF64_R_INFO (toc_symndx, r_type);
3a71aa26 12426 rel->r_addend = toc_addend;
0d4792f7
AM
12427 /* We changed the symbol. Start over in order to
12428 get h, sym, sec etc. right. */
12429 rel--;
12430 continue;
12431 }
12432 else
12433 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
411e1bfb
AM
12434 }
12435 break;
12436
12437 case R_PPC64_TLS:
951fd09b
AM
12438 if (tls_mask != 0
12439 && (tls_mask & TLS_TPREL) == 0)
411e1bfb 12440 {
411e1bfb 12441 insn = bfd_get_32 (output_bfd, contents + rel->r_offset);
2d0f3896
AM
12442 insn = _bfd_elf_ppc_at_tls_transform (insn, 13);
12443 if (insn == 0)
411e1bfb 12444 abort ();
411e1bfb 12445 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
411e1bfb 12446 /* Was PPC64_TLS which sits on insn boundary, now
4fe5ca5b
GM
12447 PPC64_TPREL16_LO which is at low-order half-word. */
12448 rel->r_offset += d_offset;
0d4792f7
AM
12449 r_type = R_PPC64_TPREL16_LO;
12450 if (toc_symndx != 0)
12451 {
12452 rel->r_info = ELF64_R_INFO (toc_symndx, r_type);
3a71aa26 12453 rel->r_addend = toc_addend;
0d4792f7
AM
12454 /* We changed the symbol. Start over in order to
12455 get h, sym, sec etc. right. */
12456 rel--;
12457 continue;
12458 }
12459 else
12460 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
411e1bfb
AM
12461 }
12462 break;
12463
411e1bfb
AM
12464 case R_PPC64_GOT_TLSGD16_HI:
12465 case R_PPC64_GOT_TLSGD16_HA:
951fd09b
AM
12466 tls_gd = TLS_TPRELGD;
12467 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
12468 goto tls_gdld_hi;
12469 break;
12470
411e1bfb
AM
12471 case R_PPC64_GOT_TLSLD16_HI:
12472 case R_PPC64_GOT_TLSLD16_HA:
951fd09b 12473 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
411e1bfb 12474 {
951fd09b
AM
12475 tls_gdld_hi:
12476 if ((tls_mask & tls_gd) != 0)
12477 r_type = (((r_type - (R_PPC64_GOT_TLSGD16 & 3)) & 3)
12478 + R_PPC64_GOT_TPREL16_DS);
12479 else
411e1bfb 12480 {
4fe5ca5b 12481 rel->r_offset -= d_offset;
727ac201 12482 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
951fd09b 12483 r_type = R_PPC64_NONE;
411e1bfb 12484 }
951fd09b 12485 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
411e1bfb
AM
12486 }
12487 break;
12488
951fd09b
AM
12489 case R_PPC64_GOT_TLSGD16:
12490 case R_PPC64_GOT_TLSGD16_LO:
12491 tls_gd = TLS_TPRELGD;
12492 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
102890f0 12493 goto tls_ldgd_opt;
951fd09b 12494 break;
411e1bfb 12495
951fd09b
AM
12496 case R_PPC64_GOT_TLSLD16:
12497 case R_PPC64_GOT_TLSLD16_LO:
12498 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
12499 {
3a71aa26 12500 unsigned int insn1, insn2, insn3;
102890f0
AM
12501 bfd_vma offset;
12502
12503 tls_ldgd_opt:
727fc41e
AM
12504 offset = (bfd_vma) -1;
12505 /* If not using the newer R_PPC64_TLSGD/LD to mark
12506 __tls_get_addr calls, we must trust that the call
12507 stays with its arg setup insns, ie. that the next
12508 reloc is the __tls_get_addr call associated with
12509 the current reloc. Edit both insns. */
12510 if (input_section->has_tls_get_addr_call
12511 && rel + 1 < relend
12512 && branch_reloc_hash_match (input_bfd, rel + 1,
12513 htab->tls_get_addr,
12514 htab->tls_get_addr_fd))
12515 offset = rel[1].r_offset;
102890f0 12516 if ((tls_mask & tls_gd) != 0)
411e1bfb 12517 {
102890f0 12518 /* IE */
3a71aa26
AM
12519 insn1 = bfd_get_32 (output_bfd,
12520 contents + rel->r_offset - d_offset);
102890f0
AM
12521 insn1 &= (1 << 26) - (1 << 2);
12522 insn1 |= 58 << 26; /* ld */
12523 insn2 = 0x7c636a14; /* add 3,3,13 */
727fc41e 12524 if (offset != (bfd_vma) -1)
f58d5a2d 12525 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
102890f0
AM
12526 if ((tls_mask & TLS_EXPLICIT) == 0)
12527 r_type = (((r_type - (R_PPC64_GOT_TLSGD16 & 3)) & 3)
12528 + R_PPC64_GOT_TPREL16_DS);
411e1bfb 12529 else
102890f0
AM
12530 r_type += R_PPC64_TOC16_DS - R_PPC64_TOC16;
12531 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
12532 }
12533 else
12534 {
12535 /* LE */
12536 insn1 = 0x3c6d0000; /* addis 3,13,0 */
12537 insn2 = 0x38630000; /* addi 3,3,0 */
12538 if (tls_gd == 0)
951fd09b 12539 {
102890f0 12540 /* Was an LD reloc. */
1d483afe
AM
12541 if (toc_symndx)
12542 sec = local_sections[toc_symndx];
12543 for (r_symndx = 0;
12544 r_symndx < symtab_hdr->sh_info;
12545 r_symndx++)
12546 if (local_sections[r_symndx] == sec)
12547 break;
12548 if (r_symndx >= symtab_hdr->sh_info)
cf35638d 12549 r_symndx = STN_UNDEF;
102890f0 12550 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
cf35638d 12551 if (r_symndx != STN_UNDEF)
1d483afe
AM
12552 rel->r_addend -= (local_syms[r_symndx].st_value
12553 + sec->output_offset
12554 + sec->output_section->vma);
951fd09b 12555 }
102890f0 12556 else if (toc_symndx != 0)
3a71aa26
AM
12557 {
12558 r_symndx = toc_symndx;
12559 rel->r_addend = toc_addend;
12560 }
102890f0
AM
12561 r_type = R_PPC64_TPREL16_HA;
12562 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
727fc41e
AM
12563 if (offset != (bfd_vma) -1)
12564 {
12565 rel[1].r_info = ELF64_R_INFO (r_symndx,
12566 R_PPC64_TPREL16_LO);
12567 rel[1].r_offset = offset + d_offset;
12568 rel[1].r_addend = rel->r_addend;
12569 }
102890f0 12570 }
3a71aa26
AM
12571 bfd_put_32 (output_bfd, insn1,
12572 contents + rel->r_offset - d_offset);
727fc41e
AM
12573 if (offset != (bfd_vma) -1)
12574 {
12575 insn3 = bfd_get_32 (output_bfd,
12576 contents + offset + 4);
12577 if (insn3 == NOP
12578 || insn3 == CROR_151515 || insn3 == CROR_313131)
12579 {
12580 rel[1].r_offset += 4;
12581 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
12582 insn2 = NOP;
12583 }
12584 bfd_put_32 (output_bfd, insn2, contents + offset);
12585 }
12586 if ((tls_mask & tls_gd) == 0
12587 && (tls_gd == 0 || toc_symndx != 0))
12588 {
12589 /* We changed the symbol. Start over in order
12590 to get h, sym, sec etc. right. */
12591 rel--;
12592 continue;
12593 }
12594 }
12595 break;
12596
12597 case R_PPC64_TLSGD:
12598 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
12599 {
12600 unsigned int insn2, insn3;
12601 bfd_vma offset = rel->r_offset;
12602
12603 if ((tls_mask & TLS_TPRELGD) != 0)
12604 {
12605 /* IE */
12606 r_type = R_PPC64_NONE;
12607 insn2 = 0x7c636a14; /* add 3,3,13 */
12608 }
12609 else
12610 {
12611 /* LE */
12612 if (toc_symndx != 0)
12613 {
12614 r_symndx = toc_symndx;
12615 rel->r_addend = toc_addend;
12616 }
12617 r_type = R_PPC64_TPREL16_LO;
12618 rel->r_offset = offset + d_offset;
12619 insn2 = 0x38630000; /* addi 3,3,0 */
12620 }
12621 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
12622 /* Zap the reloc on the _tls_get_addr call too. */
12623 BFD_ASSERT (offset == rel[1].r_offset);
f58d5a2d 12624 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
3a71aa26
AM
12625 insn3 = bfd_get_32 (output_bfd,
12626 contents + offset + 4);
102890f0
AM
12627 if (insn3 == NOP
12628 || insn3 == CROR_151515 || insn3 == CROR_313131)
12629 {
727fc41e 12630 rel->r_offset += 4;
3a71aa26
AM
12631 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
12632 insn2 = NOP;
102890f0 12633 }
102890f0 12634 bfd_put_32 (output_bfd, insn2, contents + offset);
727fc41e 12635 if ((tls_mask & TLS_TPRELGD) == 0 && toc_symndx != 0)
102890f0 12636 {
102890f0
AM
12637 rel--;
12638 continue;
411e1bfb 12639 }
411e1bfb 12640 }
411e1bfb
AM
12641 break;
12642
727fc41e
AM
12643 case R_PPC64_TLSLD:
12644 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
12645 {
12646 unsigned int insn2, insn3;
12647 bfd_vma offset = rel->r_offset;
12648
12649 if (toc_symndx)
12650 sec = local_sections[toc_symndx];
12651 for (r_symndx = 0;
12652 r_symndx < symtab_hdr->sh_info;
12653 r_symndx++)
12654 if (local_sections[r_symndx] == sec)
12655 break;
12656 if (r_symndx >= symtab_hdr->sh_info)
cf35638d 12657 r_symndx = STN_UNDEF;
727fc41e 12658 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
cf35638d 12659 if (r_symndx != STN_UNDEF)
727fc41e
AM
12660 rel->r_addend -= (local_syms[r_symndx].st_value
12661 + sec->output_offset
12662 + sec->output_section->vma);
12663
12664 r_type = R_PPC64_TPREL16_LO;
12665 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
12666 rel->r_offset = offset + d_offset;
12667 /* Zap the reloc on the _tls_get_addr call too. */
12668 BFD_ASSERT (offset == rel[1].r_offset);
f58d5a2d 12669 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE);
727fc41e
AM
12670 insn2 = 0x38630000; /* addi 3,3,0 */
12671 insn3 = bfd_get_32 (output_bfd,
12672 contents + offset + 4);
12673 if (insn3 == NOP
12674 || insn3 == CROR_151515 || insn3 == CROR_313131)
12675 {
12676 rel->r_offset += 4;
12677 bfd_put_32 (output_bfd, insn2, contents + offset + 4);
12678 insn2 = NOP;
12679 }
12680 bfd_put_32 (output_bfd, insn2, contents + offset);
12681 rel--;
12682 continue;
12683 }
12684 break;
12685
411e1bfb 12686 case R_PPC64_DTPMOD64:
951fd09b
AM
12687 if (rel + 1 < relend
12688 && rel[1].r_info == ELF64_R_INFO (r_symndx, R_PPC64_DTPREL64)
12689 && rel[1].r_offset == rel->r_offset + 8)
411e1bfb 12690 {
951fd09b
AM
12691 if ((tls_mask & TLS_GD) == 0)
12692 {
12693 rel[1].r_info = ELF64_R_INFO (r_symndx, R_PPC64_NONE);
12694 if ((tls_mask & TLS_TPRELGD) != 0)
12695 r_type = R_PPC64_TPREL64;
12696 else
12697 {
4ce794b7 12698 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
951fd09b
AM
12699 r_type = R_PPC64_NONE;
12700 }
12701 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
12702 }
12703 }
12704 else
12705 {
12706 if ((tls_mask & TLS_LD) == 0)
411e1bfb 12707 {
4ce794b7 12708 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
411e1bfb 12709 r_type = R_PPC64_NONE;
951fd09b 12710 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
411e1bfb 12711 }
411e1bfb
AM
12712 }
12713 break;
12714
12715 case R_PPC64_TPREL64:
951fd09b 12716 if ((tls_mask & TLS_TPREL) == 0)
411e1bfb
AM
12717 {
12718 r_type = R_PPC64_NONE;
12719 rel->r_info = ELF64_R_INFO (r_symndx, r_type);
12720 }
12721 break;
12722 }
12723
12724 /* Handle other relocations that tweak non-addend part of insn. */
86c76c7b 12725 insn = 0;
b25116a9
AM
12726 max_br_offset = 1 << 25;
12727 addend = rel->r_addend;
65f38f15 12728 switch (r_type)
5bd4f169
AM
12729 {
12730 default:
65f38f15 12731 break;
5bd4f169 12732
3b421ab3
AM
12733 case R_PPC64_TOCSAVE:
12734 if (relocation + addend == (rel->r_offset
12735 + input_section->output_offset
12736 + input_section->output_section->vma)
12737 && tocsave_find (htab, NO_INSERT,
12738 &local_syms, rel, input_bfd))
12739 {
12740 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
12741 if (insn == NOP
12742 || insn == CROR_151515 || insn == CROR_313131)
12743 bfd_put_32 (input_bfd, STD_R2_40R1,
12744 contents + rel->r_offset);
12745 }
12746 break;
12747
65f38f15
AM
12748 /* Branch taken prediction relocations. */
12749 case R_PPC64_ADDR14_BRTAKEN:
12750 case R_PPC64_REL14_BRTAKEN:
cedb70c5
KH
12751 insn = 0x01 << 21; /* 'y' or 't' bit, lowest bit of BO field. */
12752 /* Fall thru. */
65f38f15 12753
86c76c7b 12754 /* Branch not taken prediction relocations. */
65f38f15
AM
12755 case R_PPC64_ADDR14_BRNTAKEN:
12756 case R_PPC64_REL14_BRNTAKEN:
411e1bfb
AM
12757 insn |= bfd_get_32 (output_bfd,
12758 contents + rel->r_offset) & ~(0x01 << 21);
b25116a9 12759 /* Fall thru. */
86c76c7b 12760
b25116a9
AM
12761 case R_PPC64_REL14:
12762 max_br_offset = 1 << 15;
12763 /* Fall thru. */
5bd4f169 12764
65f38f15 12765 case R_PPC64_REL24:
ad8e1ba5
AM
12766 /* Calls to functions with a different TOC, such as calls to
12767 shared objects, need to alter the TOC pointer. This is
12768 done using a linkage stub. A REL24 branching to these
12769 linkage stubs needs to be followed by a nop, as the nop
12770 will be replaced with an instruction to restore the TOC
12771 base pointer. */
8387904d 12772 fdh = h;
b31867b6
AM
12773 if (h != NULL
12774 && h->oh != NULL
12775 && h->oh->is_func_descriptor)
12776 fdh = ppc_follow_link (h->oh);
6abec6bc
AM
12777 stub_entry = ppc_get_stub_entry (input_section, sec, fdh, rel, htab);
12778 if (stub_entry != NULL
ad8e1ba5 12779 && (stub_entry->stub_type == ppc_stub_plt_call
794e51c0 12780 || stub_entry->stub_type == ppc_stub_plt_call_r2save
ad8e1ba5
AM
12781 || stub_entry->stub_type == ppc_stub_plt_branch_r2off
12782 || stub_entry->stub_type == ppc_stub_long_branch_r2off))
41bd81ab 12783 {
b25116a9 12784 bfd_boolean can_plt_call = FALSE;
721956f4 12785
eea6121a 12786 if (rel->r_offset + 8 <= input_section->size)
41bd81ab 12787 {
b25116a9
AM
12788 unsigned long nop;
12789 nop = bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
12790 if (nop == NOP
12791 || nop == CROR_151515 || nop == CROR_313131)
41bd81ab 12792 {
a7f2871e
AM
12793 if (h != NULL
12794 && (h == htab->tls_get_addr_fd
12795 || h == htab->tls_get_addr)
12796 && !htab->no_tls_get_addr_opt)
12797 {
12798 /* Special stub used, leave nop alone. */
12799 }
12800 else
12801 bfd_put_32 (input_bfd, LD_R2_40R1,
12802 contents + rel->r_offset + 4);
b25116a9 12803 can_plt_call = TRUE;
41bd81ab 12804 }
5bd4f169 12805 }
721956f4
AM
12806
12807 if (!can_plt_call)
12808 {
794e51c0
AM
12809 if (stub_entry->stub_type == ppc_stub_plt_call
12810 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
ad8e1ba5
AM
12811 {
12812 /* If this is a plain branch rather than a branch
4fa1c237
AM
12813 and link, don't require a nop. However, don't
12814 allow tail calls in a shared library as they
12815 will result in r2 being corrupted. */
b25116a9
AM
12816 unsigned long br;
12817 br = bfd_get_32 (input_bfd, contents + rel->r_offset);
4fa1c237 12818 if (info->executable && (br & 1) == 0)
b25116a9 12819 can_plt_call = TRUE;
15b552e9
AM
12820 else
12821 stub_entry = NULL;
ad8e1ba5 12822 }
6ab189d5 12823 else if (h != NULL
039b3fef 12824 && strcmp (h->elf.root.root.string,
6ab189d5
AM
12825 ".__libc_start_main") == 0)
12826 {
12827 /* Allow crt1 branch to go via a toc adjusting stub. */
b25116a9 12828 can_plt_call = TRUE;
6ab189d5 12829 }
ad8e1ba5
AM
12830 else
12831 {
12832 if (strcmp (input_section->output_section->name,
12833 ".init") == 0
12834 || strcmp (input_section->output_section->name,
12835 ".fini") == 0)
25f53a85 12836 info->callbacks->einfo
8de848d8 12837 (_("%P: %H: automatic multiple TOCs "
ad8e1ba5 12838 "not supported using your crt files; "
25f53a85
AM
12839 "recompile with -mminimal-toc or upgrade gcc\n"),
12840 input_bfd, input_section, rel->r_offset);
ad8e1ba5 12841 else
25f53a85 12842 info->callbacks->einfo
8de848d8 12843 (_("%P: %H: sibling call optimization to `%s' "
ad8e1ba5
AM
12844 "does not allow automatic multiple TOCs; "
12845 "recompile with -mminimal-toc or "
12846 "-fno-optimize-sibling-calls, "
25f53a85
AM
12847 "or make `%s' extern\n"),
12848 input_bfd, input_section, rel->r_offset,
ad8e1ba5
AM
12849 sym_name,
12850 sym_name);
12851 bfd_set_error (bfd_error_bad_value);
12852 ret = FALSE;
12853 }
721956f4
AM
12854 }
12855
b25116a9 12856 if (can_plt_call
794e51c0
AM
12857 && (stub_entry->stub_type == ppc_stub_plt_call
12858 || stub_entry->stub_type == ppc_stub_plt_call_r2save))
b25116a9
AM
12859 unresolved_reloc = FALSE;
12860 }
12861
6abec6bc
AM
12862 if ((stub_entry == NULL
12863 || stub_entry->stub_type == ppc_stub_long_branch
12864 || stub_entry->stub_type == ppc_stub_plt_branch)
8387904d
AM
12865 && get_opd_info (sec) != NULL)
12866 {
12867 /* The branch destination is the value of the opd entry. */
4cc603a5
AM
12868 bfd_vma off = (relocation + addend
12869 - sec->output_section->vma
12870 - sec->output_offset);
8387904d
AM
12871 bfd_vma dest = opd_entry_value (sec, off, NULL, NULL);
12872 if (dest != (bfd_vma) -1)
12873 {
12874 relocation = dest;
12875 addend = 0;
12876 }
12877 }
12878
b25116a9
AM
12879 /* If the branch is out of reach we ought to have a long
12880 branch stub. */
12881 from = (rel->r_offset
12882 + input_section->output_offset
12883 + input_section->output_section->vma);
12884
6abec6bc
AM
12885 if (stub_entry != NULL
12886 && (stub_entry->stub_type == ppc_stub_long_branch
12887 || stub_entry->stub_type == ppc_stub_plt_branch)
12888 && (r_type == R_PPC64_ADDR14_BRTAKEN
12889 || r_type == R_PPC64_ADDR14_BRNTAKEN
12890 || (relocation + addend - from + max_br_offset
12891 < 2 * max_br_offset)))
12892 /* Don't use the stub if this branch is in range. */
12893 stub_entry = NULL;
b25116a9
AM
12894
12895 if (stub_entry != NULL)
12896 {
12897 /* Munge up the value and addend so that we call the stub
12898 rather than the procedure directly. */
12899 relocation = (stub_entry->stub_offset
12900 + stub_entry->stub_sec->output_offset
12901 + stub_entry->stub_sec->output_section->vma);
12902 addend = 0;
3b421ab3 12903
794e51c0
AM
12904 if ((stub_entry->stub_type == ppc_stub_plt_call
12905 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
12906 && (ALWAYS_EMIT_R2SAVE
12907 || stub_entry->stub_type == ppc_stub_plt_call_r2save)
3b421ab3
AM
12908 && rel + 1 < relend
12909 && rel[1].r_offset == rel->r_offset + 4
12910 && ELF64_R_TYPE (rel[1].r_info) == R_PPC64_TOCSAVE)
12911 relocation += 4;
b25116a9
AM
12912 }
12913
12914 if (insn != 0)
12915 {
794e51c0 12916 if (is_isa_v2)
721956f4 12917 {
b25116a9
AM
12918 /* Set 'a' bit. This is 0b00010 in BO field for branch
12919 on CR(BI) insns (BO == 001at or 011at), and 0b01000
12920 for branch on CTR insns (BO == 1a00t or 1a01t). */
12921 if ((insn & (0x14 << 21)) == (0x04 << 21))
12922 insn |= 0x02 << 21;
12923 else if ((insn & (0x14 << 21)) == (0x10 << 21))
12924 insn |= 0x08 << 21;
12925 else
12926 break;
12927 }
12928 else
12929 {
12930 /* Invert 'y' bit if not the default. */
4cc603a5 12931 if ((bfd_signed_vma) (relocation + addend - from) < 0)
b25116a9 12932 insn ^= 0x01 << 21;
721956f4 12933 }
b25116a9
AM
12934
12935 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
5bd4f169 12936 }
e86ce104 12937
06da1e8e
AM
12938 /* NOP out calls to undefined weak functions.
12939 We can thus call a weak function without first
12940 checking whether the function is defined. */
b25116a9 12941 else if (h != NULL
039b3fef 12942 && h->elf.root.type == bfd_link_hash_undefweak
766bc656 12943 && h->elf.dynindx == -1
b25116a9
AM
12944 && r_type == R_PPC64_REL24
12945 && relocation == 0
4cc603a5 12946 && addend == 0)
e86ce104 12947 {
06da1e8e
AM
12948 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
12949 continue;
e86ce104 12950 }
65f38f15
AM
12951 break;
12952 }
5bd4f169 12953
65f38f15 12954 /* Set `addend'. */
411e1bfb 12955 tls_type = 0;
65f38f15
AM
12956 switch (r_type)
12957 {
12958 default:
25f53a85 12959 info->callbacks->einfo
8de848d8 12960 (_("%P: %B: unknown relocation type %d for symbol %s\n"),
d003868e 12961 input_bfd, (int) r_type, sym_name);
5bd4f169 12962
65f38f15 12963 bfd_set_error (bfd_error_bad_value);
b34976b6 12964 ret = FALSE;
65f38f15 12965 continue;
5bd4f169 12966
65f38f15 12967 case R_PPC64_NONE:
411e1bfb 12968 case R_PPC64_TLS:
727fc41e
AM
12969 case R_PPC64_TLSGD:
12970 case R_PPC64_TLSLD:
3b421ab3 12971 case R_PPC64_TOCSAVE:
04c9666a
AM
12972 case R_PPC64_GNU_VTINHERIT:
12973 case R_PPC64_GNU_VTENTRY:
65f38f15 12974 continue;
5bd4f169
AM
12975
12976 /* GOT16 relocations. Like an ADDR16 using the symbol's
12977 address in the GOT as relocation value instead of the
411e1bfb 12978 symbol's value itself. Also, create a GOT entry for the
5bd4f169 12979 symbol and put the symbol value there. */
411e1bfb
AM
12980 case R_PPC64_GOT_TLSGD16:
12981 case R_PPC64_GOT_TLSGD16_LO:
12982 case R_PPC64_GOT_TLSGD16_HI:
12983 case R_PPC64_GOT_TLSGD16_HA:
951fd09b 12984 tls_type = TLS_TLS | TLS_GD;
411e1bfb
AM
12985 goto dogot;
12986
12987 case R_PPC64_GOT_TLSLD16:
12988 case R_PPC64_GOT_TLSLD16_LO:
12989 case R_PPC64_GOT_TLSLD16_HI:
12990 case R_PPC64_GOT_TLSLD16_HA:
951fd09b 12991 tls_type = TLS_TLS | TLS_LD;
411e1bfb
AM
12992 goto dogot;
12993
12994 case R_PPC64_GOT_TPREL16_DS:
12995 case R_PPC64_GOT_TPREL16_LO_DS:
12996 case R_PPC64_GOT_TPREL16_HI:
12997 case R_PPC64_GOT_TPREL16_HA:
12998 tls_type = TLS_TLS | TLS_TPREL;
12999 goto dogot;
13000
13001 case R_PPC64_GOT_DTPREL16_DS:
13002 case R_PPC64_GOT_DTPREL16_LO_DS:
13003 case R_PPC64_GOT_DTPREL16_HI:
13004 case R_PPC64_GOT_DTPREL16_HA:
13005 tls_type = TLS_TLS | TLS_DTPREL;
13006 goto dogot;
13007
65f38f15
AM
13008 case R_PPC64_GOT16:
13009 case R_PPC64_GOT16_LO:
13010 case R_PPC64_GOT16_HI:
13011 case R_PPC64_GOT16_HA:
13012 case R_PPC64_GOT16_DS:
13013 case R_PPC64_GOT16_LO_DS:
411e1bfb 13014 dogot:
5bd4f169
AM
13015 {
13016 /* Relocation is to the entry for this symbol in the global
13017 offset table. */
e717da7e 13018 asection *got;
d881513a 13019 bfd_vma *offp;
5bd4f169 13020 bfd_vma off;
d881513a 13021 unsigned long indx = 0;
927be08e 13022 struct got_entry *ent;
65f38f15 13023
d881513a
AM
13024 if (tls_type == (TLS_TLS | TLS_LD)
13025 && (h == NULL
f5385ebf 13026 || !h->elf.def_dynamic))
927be08e 13027 ent = ppc64_tlsld_got (input_bfd);
411e1bfb 13028 else
5bd4f169 13029 {
5bd4f169 13030
d881513a
AM
13031 if (h != NULL)
13032 {
13033 bfd_boolean dyn = htab->elf.dynamic_sections_created;
039b3fef
AM
13034 if (!WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, info->shared,
13035 &h->elf)
d881513a 13036 || (info->shared
726d3ab0 13037 && SYMBOL_CALLS_LOCAL (info, &h->elf)))
d881513a
AM
13038 /* This is actually a static link, or it is a
13039 -Bsymbolic link and the symbol is defined
13040 locally, or the symbol was forced to be local
13041 because of a version file. */
13042 ;
13043 else
13044 {
039b3fef 13045 indx = h->elf.dynindx;
d881513a
AM
13046 unresolved_reloc = FALSE;
13047 }
039b3fef 13048 ent = h->elf.got.glist;
d881513a 13049 }
411e1bfb 13050 else
5bd4f169 13051 {
d881513a
AM
13052 if (local_got_ents == NULL)
13053 abort ();
13054 ent = local_got_ents[r_symndx];
5bd4f169 13055 }
d881513a
AM
13056
13057 for (; ent != NULL; ent = ent->next)
4cc603a5 13058 if (ent->addend == orig_addend
e717da7e 13059 && ent->owner == input_bfd
d881513a
AM
13060 && ent->tls_type == tls_type)
13061 break;
5bd4f169 13062 }
411e1bfb 13063
927be08e
AM
13064 if (ent == NULL)
13065 abort ();
13066 if (ent->is_indirect)
13067 ent = ent->got.ent;
13068 offp = &ent->got.offset;
13069 got = ppc64_elf_tdata (ent->owner)->got;
e717da7e
AM
13070 if (got == NULL)
13071 abort ();
13072
411e1bfb
AM
13073 /* The offset must always be a multiple of 8. We use the
13074 least significant bit to record whether we have already
13075 processed this entry. */
d881513a 13076 off = *offp;
411e1bfb
AM
13077 if ((off & 1) != 0)
13078 off &= ~1;
5bd4f169
AM
13079 else
13080 {
411e1bfb
AM
13081 /* Generate relocs for the dynamic linker, except in
13082 the case of TLSLD where we'll use one entry per
13083 module. */
25f23106
AM
13084 asection *relgot;
13085 bfd_boolean ifunc;
e717da7e 13086
d881513a 13087 *offp = off | 1;
25f23106
AM
13088 relgot = NULL;
13089 ifunc = (h != NULL
13090 ? h->elf.type == STT_GNU_IFUNC
13091 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC);
4e795f50 13092 if ((info->shared || indx != 0)
927be08e
AM
13093 && (h == NULL
13094 || (tls_type == (TLS_TLS | TLS_LD)
13095 && !h->elf.def_dynamic)
039b3fef
AM
13096 || ELF_ST_VISIBILITY (h->elf.other) == STV_DEFAULT
13097 || h->elf.root.type != bfd_link_hash_undefweak))
927be08e 13098 relgot = ppc64_elf_tdata (ent->owner)->relgot;
25f23106
AM
13099 else if (ifunc)
13100 relgot = htab->reliplt;
13101 if (relgot != NULL)
5bd4f169 13102 {
e717da7e
AM
13103 outrel.r_offset = (got->output_section->vma
13104 + got->output_offset
411e1bfb 13105 + off);
4cc603a5 13106 outrel.r_addend = addend;
d881513a 13107 if (tls_type & (TLS_LD | TLS_GD))
5bd4f169 13108 {
411e1bfb 13109 outrel.r_addend = 0;
e515b051 13110 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_DTPMOD64);
d881513a
AM
13111 if (tls_type == (TLS_TLS | TLS_GD))
13112 {
e717da7e
AM
13113 loc = relgot->contents;
13114 loc += (relgot->reloc_count++
d881513a
AM
13115 * sizeof (Elf64_External_Rela));
13116 bfd_elf64_swap_reloca_out (output_bfd,
13117 &outrel, loc);
e515b051 13118 outrel.r_offset += 8;
4cc603a5 13119 outrel.r_addend = addend;
d881513a
AM
13120 outrel.r_info
13121 = ELF64_R_INFO (indx, R_PPC64_DTPREL64);
d881513a 13122 }
411e1bfb 13123 }
951fd09b 13124 else if (tls_type == (TLS_TLS | TLS_DTPREL))
411e1bfb 13125 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_DTPREL64);
951fd09b 13126 else if (tls_type == (TLS_TLS | TLS_TPREL))
411e1bfb 13127 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_TPREL64);
25f23106
AM
13128 else if (indx != 0)
13129 outrel.r_info = ELF64_R_INFO (indx, R_PPC64_GLOB_DAT);
13130 else
81407a69 13131 {
25f23106
AM
13132 if (ifunc)
13133 outrel.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
13134 else
13135 outrel.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
81407a69
AM
13136
13137 /* Write the .got section contents for the sake
13138 of prelink. */
e717da7e 13139 loc = got->contents + off;
23fbd6fa
JJ
13140 bfd_put_64 (output_bfd, outrel.r_addend + relocation,
13141 loc);
81407a69 13142 }
81407a69
AM
13143
13144 if (indx == 0 && tls_type != (TLS_TLS | TLS_LD))
e515b051
AM
13145 {
13146 outrel.r_addend += relocation;
13147 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL))
e1918d23 13148 outrel.r_addend -= htab->elf.tls_sec->vma;
e515b051 13149 }
e717da7e
AM
13150 loc = relgot->contents;
13151 loc += (relgot->reloc_count++
411e1bfb
AM
13152 * sizeof (Elf64_External_Rela));
13153 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
13154 }
13155
ad8e1ba5 13156 /* Init the .got section contents here if we're not
81407a69 13157 emitting a reloc. */
d881513a 13158 else
411e1bfb 13159 {
4cc603a5 13160 relocation += addend;
7b609f53
AM
13161 if (tls_type == (TLS_TLS | TLS_LD))
13162 relocation = 1;
13163 else if (tls_type != 0)
411e1bfb 13164 {
e1918d23 13165 relocation -= htab->elf.tls_sec->vma + DTP_OFFSET;
7b609f53 13166 if (tls_type == (TLS_TLS | TLS_TPREL))
411e1bfb 13167 relocation += DTP_OFFSET - TP_OFFSET;
5bd4f169 13168
7b609f53
AM
13169 if (tls_type == (TLS_TLS | TLS_GD))
13170 {
13171 bfd_put_64 (output_bfd, relocation,
e717da7e 13172 got->contents + off + 8);
7b609f53
AM
13173 relocation = 1;
13174 }
411e1bfb 13175 }
7b609f53 13176
411e1bfb 13177 bfd_put_64 (output_bfd, relocation,
e717da7e 13178 got->contents + off);
5bd4f169
AM
13179 }
13180 }
13181
65f38f15
AM
13182 if (off >= (bfd_vma) -2)
13183 abort ();
13184
bf102f86
AM
13185 relocation = got->output_section->vma + got->output_offset + off;
13186 addend = -(TOCstart + htab->stub_group[input_section->id].toc_off);
5bd4f169 13187 }
65f38f15
AM
13188 break;
13189
13190 case R_PPC64_PLT16_HA:
13191 case R_PPC64_PLT16_HI:
13192 case R_PPC64_PLT16_LO:
13193 case R_PPC64_PLT32:
13194 case R_PPC64_PLT64:
13195 /* Relocation is to the entry for this symbol in the
13196 procedure linkage table. */
13197
13198 /* Resolve a PLT reloc against a local symbol directly,
13199 without using the procedure linkage table. */
13200 if (h == NULL)
13201 break;
13202
411e1bfb
AM
13203 /* It's possible that we didn't make a PLT entry for this
13204 symbol. This happens when statically linking PIC code,
13205 or when using -Bsymbolic. Go find a match if there is a
13206 PLT entry. */
4ce794b7 13207 if (htab->plt != NULL)
65f38f15 13208 {
411e1bfb 13209 struct plt_entry *ent;
039b3fef 13210 for (ent = h->elf.plt.plist; ent != NULL; ent = ent->next)
4cc603a5 13211 if (ent->addend == orig_addend
411e1bfb
AM
13212 && ent->plt.offset != (bfd_vma) -1)
13213 {
4ce794b7
AM
13214 relocation = (htab->plt->output_section->vma
13215 + htab->plt->output_offset
411e1bfb
AM
13216 + ent->plt.offset);
13217 unresolved_reloc = FALSE;
13218 }
65f38f15 13219 }
65f38f15 13220 break;
5bd4f169 13221
0b13192e
AM
13222 case R_PPC64_TOC:
13223 /* Relocation value is TOC base. */
13224 relocation = TOCstart;
cf35638d 13225 if (r_symndx == STN_UNDEF)
0b13192e 13226 relocation += htab->stub_group[input_section->id].toc_off;
8517fae7
AM
13227 else if (unresolved_reloc)
13228 ;
13229 else if (sec != NULL && sec->id <= htab->top_id)
0b13192e
AM
13230 relocation += htab->stub_group[sec->id].toc_off;
13231 else
13232 unresolved_reloc = TRUE;
ab96bf03 13233 goto dodyn;
0b13192e 13234
5bd4f169
AM
13235 /* TOC16 relocs. We want the offset relative to the TOC base,
13236 which is the address of the start of the TOC plus 0x8000.
13237 The TOC consists of sections .got, .toc, .tocbss, and .plt,
13238 in this order. */
65f38f15
AM
13239 case R_PPC64_TOC16:
13240 case R_PPC64_TOC16_LO:
13241 case R_PPC64_TOC16_HI:
13242 case R_PPC64_TOC16_DS:
13243 case R_PPC64_TOC16_LO_DS:
13244 case R_PPC64_TOC16_HA:
ad8e1ba5 13245 addend -= TOCstart + htab->stub_group[input_section->id].toc_off;
5bd4f169
AM
13246 break;
13247
13248 /* Relocate against the beginning of the section. */
65f38f15
AM
13249 case R_PPC64_SECTOFF:
13250 case R_PPC64_SECTOFF_LO:
13251 case R_PPC64_SECTOFF_HI:
13252 case R_PPC64_SECTOFF_DS:
13253 case R_PPC64_SECTOFF_LO_DS:
13254 case R_PPC64_SECTOFF_HA:
4ce794b7 13255 if (sec != NULL)
65f38f15 13256 addend -= sec->output_section->vma;
5bd4f169
AM
13257 break;
13258
25f23106
AM
13259 case R_PPC64_REL16:
13260 case R_PPC64_REL16_LO:
13261 case R_PPC64_REL16_HI:
13262 case R_PPC64_REL16_HA:
13263 break;
13264
721956f4
AM
13265 case R_PPC64_REL14:
13266 case R_PPC64_REL14_BRNTAKEN:
13267 case R_PPC64_REL14_BRTAKEN:
5d1634d7
AM
13268 case R_PPC64_REL24:
13269 break;
13270
411e1bfb
AM
13271 case R_PPC64_TPREL16:
13272 case R_PPC64_TPREL16_LO:
13273 case R_PPC64_TPREL16_HI:
13274 case R_PPC64_TPREL16_HA:
13275 case R_PPC64_TPREL16_DS:
13276 case R_PPC64_TPREL16_LO_DS:
13277 case R_PPC64_TPREL16_HIGHER:
13278 case R_PPC64_TPREL16_HIGHERA:
13279 case R_PPC64_TPREL16_HIGHEST:
13280 case R_PPC64_TPREL16_HIGHESTA:
766bc656
AM
13281 if (h != NULL
13282 && h->elf.root.type == bfd_link_hash_undefweak
13283 && h->elf.dynindx == -1)
13284 {
13285 /* Make this relocation against an undefined weak symbol
13286 resolve to zero. This is really just a tweak, since
13287 code using weak externs ought to check that they are
13288 defined before using them. */
13289 bfd_byte *p = contents + rel->r_offset - d_offset;
13290
13291 insn = bfd_get_32 (output_bfd, p);
13292 insn = _bfd_elf_ppc_at_tprel_transform (insn, 13);
13293 if (insn != 0)
13294 bfd_put_32 (output_bfd, insn, p);
13295 break;
13296 }
e1918d23 13297 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
411e1bfb
AM
13298 if (info->shared)
13299 /* The TPREL16 relocs shouldn't really be used in shared
13300 libs as they will result in DT_TEXTREL being set, but
13301 support them anyway. */
13302 goto dodyn;
13303 break;
13304
13305 case R_PPC64_DTPREL16:
13306 case R_PPC64_DTPREL16_LO:
13307 case R_PPC64_DTPREL16_HI:
13308 case R_PPC64_DTPREL16_HA:
13309 case R_PPC64_DTPREL16_DS:
13310 case R_PPC64_DTPREL16_LO_DS:
13311 case R_PPC64_DTPREL16_HIGHER:
13312 case R_PPC64_DTPREL16_HIGHERA:
13313 case R_PPC64_DTPREL16_HIGHEST:
13314 case R_PPC64_DTPREL16_HIGHESTA:
e1918d23 13315 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
411e1bfb
AM
13316 break;
13317
e515b051
AM
13318 case R_PPC64_DTPMOD64:
13319 relocation = 1;
13320 addend = 0;
13321 goto dodyn;
13322
411e1bfb 13323 case R_PPC64_TPREL64:
e1918d23 13324 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
411e1bfb
AM
13325 goto dodyn;
13326
13327 case R_PPC64_DTPREL64:
e1918d23 13328 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
411e1bfb
AM
13329 /* Fall thru */
13330
65f38f15
AM
13331 /* Relocations that may need to be propagated if this is a
13332 dynamic object. */
04c9666a 13333 case R_PPC64_REL30:
65f38f15
AM
13334 case R_PPC64_REL32:
13335 case R_PPC64_REL64:
13336 case R_PPC64_ADDR14:
13337 case R_PPC64_ADDR14_BRNTAKEN:
13338 case R_PPC64_ADDR14_BRTAKEN:
13339 case R_PPC64_ADDR16:
13340 case R_PPC64_ADDR16_DS:
13341 case R_PPC64_ADDR16_HA:
13342 case R_PPC64_ADDR16_HI:
13343 case R_PPC64_ADDR16_HIGHER:
13344 case R_PPC64_ADDR16_HIGHERA:
13345 case R_PPC64_ADDR16_HIGHEST:
13346 case R_PPC64_ADDR16_HIGHESTA:
13347 case R_PPC64_ADDR16_LO:
13348 case R_PPC64_ADDR16_LO_DS:
13349 case R_PPC64_ADDR24:
65f38f15
AM
13350 case R_PPC64_ADDR32:
13351 case R_PPC64_ADDR64:
13352 case R_PPC64_UADDR16:
13353 case R_PPC64_UADDR32:
13354 case R_PPC64_UADDR64:
411e1bfb 13355 dodyn:
5d1634d7 13356 if ((input_section->flags & SEC_ALLOC) == 0)
ec338859
AM
13357 break;
13358
41bd81ab
AM
13359 if (NO_OPD_RELOCS && is_opd)
13360 break;
13361
65f38f15 13362 if ((info->shared
4e795f50 13363 && (h == NULL
039b3fef
AM
13364 || ELF_ST_VISIBILITY (h->elf.other) == STV_DEFAULT
13365 || h->elf.root.type != bfd_link_hash_undefweak)
1d483afe 13366 && (must_be_dyn_reloc (info, r_type)
039b3fef 13367 || !SYMBOL_CALLS_LOCAL (info, &h->elf)))
f4656909
AM
13368 || (ELIMINATE_COPY_RELOCS
13369 && !info->shared
65f38f15 13370 && h != NULL
039b3fef 13371 && h->elf.dynindx != -1
f5385ebf 13372 && !h->elf.non_got_ref
25f23106
AM
13373 && !h->elf.def_regular)
13374 || (!info->shared
13375 && (h != NULL
13376 ? h->elf.type == STT_GNU_IFUNC
13377 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)))
65f38f15 13378 {
b34976b6 13379 bfd_boolean skip, relocate;
65f38f15 13380 asection *sreloc;
1cf1f670 13381 bfd_vma out_off;
65f38f15
AM
13382
13383 /* When generating a dynamic object, these relocations
13384 are copied into the output file to be resolved at run
13385 time. */
13386
b34976b6
AM
13387 skip = FALSE;
13388 relocate = FALSE;
65f38f15 13389
1cf1f670
AM
13390 out_off = _bfd_elf_section_offset (output_bfd, info,
13391 input_section, rel->r_offset);
13392 if (out_off == (bfd_vma) -1)
b34976b6 13393 skip = TRUE;
1cf1f670 13394 else if (out_off == (bfd_vma) -2)
b34976b6 13395 skip = TRUE, relocate = TRUE;
1cf1f670
AM
13396 out_off += (input_section->output_section->vma
13397 + input_section->output_offset);
13398 outrel.r_offset = out_off;
411e1bfb 13399 outrel.r_addend = rel->r_addend;
65f38f15 13400
1cf1f670
AM
13401 /* Optimize unaligned reloc use. */
13402 if ((r_type == R_PPC64_ADDR64 && (out_off & 7) != 0)
13403 || (r_type == R_PPC64_UADDR64 && (out_off & 7) == 0))
13404 r_type ^= R_PPC64_ADDR64 ^ R_PPC64_UADDR64;
13405 else if ((r_type == R_PPC64_ADDR32 && (out_off & 3) != 0)
13406 || (r_type == R_PPC64_UADDR32 && (out_off & 3) == 0))
13407 r_type ^= R_PPC64_ADDR32 ^ R_PPC64_UADDR32;
13408 else if ((r_type == R_PPC64_ADDR16 && (out_off & 1) != 0)
13409 || (r_type == R_PPC64_UADDR16 && (out_off & 1) == 0))
13410 r_type ^= R_PPC64_ADDR16 ^ R_PPC64_UADDR16;
13411
65f38f15 13412 if (skip)
0bb2d96a 13413 memset (&outrel, 0, sizeof outrel);
726d3ab0 13414 else if (!SYMBOL_CALLS_LOCAL (info, &h->elf)
0b13192e
AM
13415 && !is_opd
13416 && r_type != R_PPC64_TOC)
039b3fef 13417 outrel.r_info = ELF64_R_INFO (h->elf.dynindx, r_type);
65f38f15
AM
13418 else
13419 {
41bd81ab
AM
13420 /* This symbol is local, or marked to become local,
13421 or this is an opd section reloc which must point
13422 at a local function. */
65f38f15 13423 outrel.r_addend += relocation;
e86ce104 13424 if (r_type == R_PPC64_ADDR64 || r_type == R_PPC64_TOC)
65f38f15 13425 {
3fad3c7c 13426 if (is_opd && h != NULL)
afbe61cf
AM
13427 {
13428 /* Lie about opd entries. This case occurs
13429 when building shared libraries and we
13430 reference a function in another shared
3fad3c7c
AM
13431 lib. The same thing happens for a weak
13432 definition in an application that's
13433 overridden by a strong definition in a
13434 shared lib. (I believe this is a generic
13435 bug in binutils handling of weak syms.)
13436 In these cases we won't use the opd
1e2f5b6e 13437 entry in this lib. */
b34976b6 13438 unresolved_reloc = FALSE;
afbe61cf 13439 }
25f23106
AM
13440 if (!is_opd
13441 && r_type == R_PPC64_ADDR64
13442 && (h != NULL
13443 ? h->elf.type == STT_GNU_IFUNC
13444 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC))
13445 outrel.r_info = ELF64_R_INFO (0, R_PPC64_IRELATIVE);
13446 else
13447 {
13448 outrel.r_info = ELF64_R_INFO (0, R_PPC64_RELATIVE);
81407a69 13449
25f23106
AM
13450 /* We need to relocate .opd contents for ld.so.
13451 Prelink also wants simple and consistent rules
13452 for relocs. This make all RELATIVE relocs have
13453 *r_offset equal to r_addend. */
13454 relocate = TRUE;
13455 }
65f38f15
AM
13456 }
13457 else
13458 {
13459 long indx = 0;
13460
25f23106
AM
13461 if (h != NULL
13462 ? h->elf.type == STT_GNU_IFUNC
13463 : ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
13464 {
25f53a85 13465 info->callbacks->einfo
8de848d8 13466 (_("%P: %H: relocation %s for indirect "
25f53a85
AM
13467 "function %s unsupported\n"),
13468 input_bfd, input_section, rel->r_offset,
25f23106
AM
13469 ppc64_elf_howto_table[r_type]->name,
13470 sym_name);
13471 ret = FALSE;
13472 }
cf35638d 13473 else if (r_symndx == STN_UNDEF || bfd_is_abs_section (sec))
65f38f15
AM
13474 ;
13475 else if (sec == NULL || sec->owner == NULL)
13476 {
13477 bfd_set_error (bfd_error_bad_value);
b34976b6 13478 return FALSE;
65f38f15
AM
13479 }
13480 else
13481 {
13482 asection *osec;
13483
13484 osec = sec->output_section;
13485 indx = elf_section_data (osec)->dynindx;
13486
74541ad4
AM
13487 if (indx == 0)
13488 {
13489 if ((osec->flags & SEC_READONLY) == 0
13490 && htab->elf.data_index_section != NULL)
13491 osec = htab->elf.data_index_section;
13492 else
13493 osec = htab->elf.text_index_section;
13494 indx = elf_section_data (osec)->dynindx;
13495 }
13496 BFD_ASSERT (indx != 0);
13497
65f38f15
AM
13498 /* We are turning this relocation into one
13499 against a section symbol, so subtract out
13500 the output section's address but not the
13501 offset of the input section in the output
13502 section. */
13503 outrel.r_addend -= osec->vma;
13504 }
13505
13506 outrel.r_info = ELF64_R_INFO (indx, r_type);
13507 }
13508 }
13509
13510 sreloc = elf_section_data (input_section)->sreloc;
25f23106
AM
13511 if (!htab->elf.dynamic_sections_created)
13512 sreloc = htab->reliplt;
65f38f15
AM
13513 if (sreloc == NULL)
13514 abort ();
13515
dfbb6ac9
AM
13516 if (sreloc->reloc_count * sizeof (Elf64_External_Rela)
13517 >= sreloc->size)
13518 abort ();
947216bf
AM
13519 loc = sreloc->contents;
13520 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
65f38f15
AM
13521 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
13522
13523 /* If this reloc is against an external symbol, it will
13524 be computed at runtime, so there's no need to do
81407a69
AM
13525 anything now. However, for the sake of prelink ensure
13526 that the section contents are a known value. */
65f38f15 13527 if (! relocate)
81407a69
AM
13528 {
13529 unresolved_reloc = FALSE;
13530 /* The value chosen here is quite arbitrary as ld.so
13531 ignores section contents except for the special
13532 case of .opd where the contents might be accessed
13533 before relocation. Choose zero, as that won't
13534 cause reloc overflow. */
13535 relocation = 0;
13536 addend = 0;
13537 /* Use *r_offset == r_addend for R_PPC64_ADDR64 relocs
13538 to improve backward compatibility with older
13539 versions of ld. */
13540 if (r_type == R_PPC64_ADDR64)
13541 addend = outrel.r_addend;
13542 /* Adjust pc_relative relocs to have zero in *r_offset. */
4ce794b7 13543 else if (ppc64_elf_howto_table[r_type]->pc_relative)
000732f7
AM
13544 addend = (input_section->output_section->vma
13545 + input_section->output_offset
13546 + rel->r_offset);
81407a69 13547 }
65f38f15 13548 }
5bd4f169
AM
13549 break;
13550
65f38f15
AM
13551 case R_PPC64_COPY:
13552 case R_PPC64_GLOB_DAT:
13553 case R_PPC64_JMP_SLOT:
25f23106 13554 case R_PPC64_JMP_IREL:
65f38f15
AM
13555 case R_PPC64_RELATIVE:
13556 /* We shouldn't ever see these dynamic relocs in relocatable
13557 files. */
ae9a127f 13558 /* Fall through. */
65f38f15
AM
13559
13560 case R_PPC64_PLTGOT16:
13561 case R_PPC64_PLTGOT16_DS:
13562 case R_PPC64_PLTGOT16_HA:
13563 case R_PPC64_PLTGOT16_HI:
13564 case R_PPC64_PLTGOT16_LO:
13565 case R_PPC64_PLTGOT16_LO_DS:
13566 case R_PPC64_PLTREL32:
13567 case R_PPC64_PLTREL64:
13568 /* These ones haven't been implemented yet. */
13569
25f53a85 13570 info->callbacks->einfo
8de848d8 13571 (_("%P: %B: relocation %s is not supported for symbol %s\n"),
d003868e 13572 input_bfd,
4ce794b7 13573 ppc64_elf_howto_table[r_type]->name, sym_name);
5bd4f169
AM
13574
13575 bfd_set_error (bfd_error_invalid_operation);
b34976b6 13576 ret = FALSE;
5bd4f169 13577 continue;
65f38f15 13578 }
5bd4f169 13579
67f0cbdb
AM
13580 /* Multi-instruction sequences that access the TOC can be
13581 optimized, eg. addis ra,r2,0; addi rb,ra,x;
13582 to nop; addi rb,r2,x; */
13583 switch (r_type)
13584 {
13585 default:
13586 break;
13587
13588 case R_PPC64_GOT_TLSLD16_HI:
13589 case R_PPC64_GOT_TLSGD16_HI:
13590 case R_PPC64_GOT_TPREL16_HI:
13591 case R_PPC64_GOT_DTPREL16_HI:
13592 case R_PPC64_GOT16_HI:
13593 case R_PPC64_TOC16_HI:
13594 /* These relocs would only be useful if building up an
13595 offset to later add to r2, perhaps in an indexed
13596 addressing mode instruction. Don't try to optimize.
13597 Unfortunately, the possibility of someone building up an
13598 offset like this or even with the HA relocs, means that
13599 we need to check the high insn when optimizing the low
13600 insn. */
13601 break;
13602
13603 case R_PPC64_GOT_TLSLD16_HA:
13604 case R_PPC64_GOT_TLSGD16_HA:
13605 case R_PPC64_GOT_TPREL16_HA:
13606 case R_PPC64_GOT_DTPREL16_HA:
13607 case R_PPC64_GOT16_HA:
13608 case R_PPC64_TOC16_HA:
98528052 13609 if (htab->do_toc_opt && relocation + addend + 0x8000 < 0x10000
560c8763 13610 && !ppc64_elf_tdata (input_bfd)->unexpected_toc_insn)
98528052
AM
13611 {
13612 bfd_byte *p = contents + (rel->r_offset & ~3);
13613 bfd_put_32 (input_bfd, NOP, p);
13614 }
67f0cbdb
AM
13615 break;
13616
13617 case R_PPC64_GOT_TLSLD16_LO:
13618 case R_PPC64_GOT_TLSGD16_LO:
13619 case R_PPC64_GOT_TPREL16_LO_DS:
13620 case R_PPC64_GOT_DTPREL16_LO_DS:
13621 case R_PPC64_GOT16_LO:
13622 case R_PPC64_GOT16_LO_DS:
13623 case R_PPC64_TOC16_LO:
13624 case R_PPC64_TOC16_LO_DS:
98528052 13625 if (htab->do_toc_opt && relocation + addend + 0x8000 < 0x10000
560c8763 13626 && !ppc64_elf_tdata (input_bfd)->unexpected_toc_insn)
67f0cbdb
AM
13627 {
13628 bfd_byte *p = contents + (rel->r_offset & ~3);
13629 insn = bfd_get_32 (input_bfd, p);
560c8763
AM
13630 if ((insn & (0x3f << 26)) == 12u << 26 /* addic */)
13631 {
13632 /* Transform addic to addi when we change reg. */
13633 insn &= ~((0x3f << 26) | (0x1f << 16));
13634 insn |= (14u << 26) | (2 << 16);
13635 }
13636 else
67f0cbdb 13637 {
98528052
AM
13638 insn &= ~(0x1f << 16);
13639 insn |= 2 << 16;
67f0cbdb 13640 }
560c8763 13641 bfd_put_32 (input_bfd, insn, p);
67f0cbdb
AM
13642 }
13643 break;
13644 }
13645
65f38f15
AM
13646 /* Do any further special processing. */
13647 switch (r_type)
13648 {
13649 default:
13650 break;
13651
13652 case R_PPC64_ADDR16_HA:
25f23106 13653 case R_PPC64_REL16_HA:
65f38f15
AM
13654 case R_PPC64_ADDR16_HIGHERA:
13655 case R_PPC64_ADDR16_HIGHESTA:
65f38f15
AM
13656 case R_PPC64_TOC16_HA:
13657 case R_PPC64_SECTOFF_HA:
411e1bfb
AM
13658 case R_PPC64_TPREL16_HA:
13659 case R_PPC64_DTPREL16_HA:
411e1bfb
AM
13660 case R_PPC64_TPREL16_HIGHER:
13661 case R_PPC64_TPREL16_HIGHERA:
13662 case R_PPC64_TPREL16_HIGHEST:
13663 case R_PPC64_TPREL16_HIGHESTA:
13664 case R_PPC64_DTPREL16_HIGHER:
13665 case R_PPC64_DTPREL16_HIGHERA:
13666 case R_PPC64_DTPREL16_HIGHEST:
13667 case R_PPC64_DTPREL16_HIGHESTA:
65f38f15
AM
13668 /* It's just possible that this symbol is a weak symbol
13669 that's not actually defined anywhere. In that case,
13670 'sec' would be NULL, and we should leave the symbol
13671 alone (it will be set to zero elsewhere in the link). */
5c5f6e17
AM
13672 if (sec == NULL)
13673 break;
13674 /* Fall thru */
13675
13676 case R_PPC64_GOT16_HA:
13677 case R_PPC64_PLTGOT16_HA:
13678 case R_PPC64_PLT16_HA:
13679 case R_PPC64_GOT_TLSGD16_HA:
13680 case R_PPC64_GOT_TLSLD16_HA:
13681 case R_PPC64_GOT_TPREL16_HA:
13682 case R_PPC64_GOT_DTPREL16_HA:
13683 /* Add 0x10000 if sign bit in 0:15 is set.
13684 Bits 0:15 are not used. */
13685 addend += 0x8000;
65f38f15
AM
13686 break;
13687
13688 case R_PPC64_ADDR16_DS:
13689 case R_PPC64_ADDR16_LO_DS:
13690 case R_PPC64_GOT16_DS:
13691 case R_PPC64_GOT16_LO_DS:
13692 case R_PPC64_PLT16_LO_DS:
13693 case R_PPC64_SECTOFF_DS:
13694 case R_PPC64_SECTOFF_LO_DS:
13695 case R_PPC64_TOC16_DS:
13696 case R_PPC64_TOC16_LO_DS:
13697 case R_PPC64_PLTGOT16_DS:
13698 case R_PPC64_PLTGOT16_LO_DS:
411e1bfb
AM
13699 case R_PPC64_GOT_TPREL16_DS:
13700 case R_PPC64_GOT_TPREL16_LO_DS:
13701 case R_PPC64_GOT_DTPREL16_DS:
13702 case R_PPC64_GOT_DTPREL16_LO_DS:
13703 case R_PPC64_TPREL16_DS:
13704 case R_PPC64_TPREL16_LO_DS:
13705 case R_PPC64_DTPREL16_DS:
13706 case R_PPC64_DTPREL16_LO_DS:
adadcc0c
AM
13707 insn = bfd_get_32 (input_bfd, contents + (rel->r_offset & ~3));
13708 mask = 3;
13709 /* If this reloc is against an lq insn, then the value must be
13710 a multiple of 16. This is somewhat of a hack, but the
13711 "correct" way to do this by defining _DQ forms of all the
13712 _DS relocs bloats all reloc switches in this file. It
13713 doesn't seem to make much sense to use any of these relocs
13714 in data, so testing the insn should be safe. */
494dac0c 13715 if ((insn & (0x3f << 26)) == (56u << 26))
adadcc0c
AM
13716 mask = 15;
13717 if (((relocation + addend) & mask) != 0)
65f38f15 13718 {
25f53a85 13719 info->callbacks->einfo
8de848d8 13720 (_("%P: %H: error: %s not a multiple of %u\n"),
25f53a85 13721 input_bfd, input_section, rel->r_offset,
4ce794b7 13722 ppc64_elf_howto_table[r_type]->name,
adadcc0c 13723 mask + 1);
65f38f15 13724 bfd_set_error (bfd_error_bad_value);
b34976b6 13725 ret = FALSE;
65f38f15
AM
13726 continue;
13727 }
13728 break;
5bd4f169
AM
13729 }
13730
239e1f3a
AM
13731 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
13732 because such sections are not SEC_ALLOC and thus ld.so will
13733 not process them. */
65f38f15 13734 if (unresolved_reloc
239e1f3a 13735 && !((input_section->flags & SEC_DEBUGGING) != 0
1d5316ab
AM
13736 && h->elf.def_dynamic)
13737 && _bfd_elf_section_offset (output_bfd, info, input_section,
13738 rel->r_offset) != (bfd_vma) -1)
9c07fe7c 13739 {
25f53a85 13740 info->callbacks->einfo
8de848d8 13741 (_("%P: %H: unresolvable %s relocation against symbol `%s'\n"),
25f53a85 13742 input_bfd, input_section, rel->r_offset,
7b609f53 13743 ppc64_elf_howto_table[(int) r_type]->name,
039b3fef 13744 h->elf.root.root.string);
b34976b6 13745 ret = FALSE;
9c07fe7c 13746 }
5bd4f169 13747
65f38f15 13748 r = _bfd_final_link_relocate (ppc64_elf_howto_table[(int) r_type],
5bd4f169
AM
13749 input_bfd,
13750 input_section,
13751 contents,
411e1bfb 13752 rel->r_offset,
5bd4f169
AM
13753 relocation,
13754 addend);
13755
ef60b7ff 13756 if (r != bfd_reloc_ok)
5bd4f169 13757 {
cd27b276
AM
13758 if (sym_name == NULL)
13759 sym_name = "(null)";
13760 if (r == bfd_reloc_overflow)
5bd4f169 13761 {
cd27b276
AM
13762 if (warned)
13763 continue;
13764 if (h != NULL
039b3fef 13765 && h->elf.root.type == bfd_link_hash_undefweak
4ce794b7 13766 && ppc64_elf_howto_table[r_type]->pc_relative)
5bd4f169
AM
13767 {
13768 /* Assume this is a call protected by other code that
13769 detects the symbol is undefined. If this is the case,
13770 we can safely ignore the overflow. If not, the
13771 program is hosed anyway, and a little warning isn't
13772 going to help. */
13773
13774 continue;
13775 }
13776
ef60b7ff 13777 if (!((*info->callbacks->reloc_overflow)
dfeffb9f
L
13778 (info, (h ? &h->elf.root : NULL), sym_name,
13779 ppc64_elf_howto_table[r_type]->name,
4cc603a5 13780 orig_addend, input_bfd, input_section, rel->r_offset)))
b34976b6 13781 return FALSE;
ef60b7ff
AM
13782 }
13783 else
13784 {
25f53a85 13785 info->callbacks->einfo
8de848d8 13786 (_("%P: %H: %s reloc against `%s': error %d\n"),
25f53a85 13787 input_bfd, input_section, rel->r_offset,
4ce794b7 13788 ppc64_elf_howto_table[r_type]->name,
7b609f53
AM
13789 sym_name,
13790 (int) r);
b34976b6 13791 ret = FALSE;
ef60b7ff 13792 }
5bd4f169 13793 }
5bd4f169
AM
13794 }
13795
645ea6a9
AM
13796 /* If we're emitting relocations, then shortly after this function
13797 returns, reloc offsets and addends for this section will be
13798 adjusted. Worse, reloc symbol indices will be for the output
8860955f
AM
13799 file rather than the input. Save a copy of the relocs for
13800 opd_entry_value. */
4cc603a5 13801 if (is_opd && (info->emitrelocations || info->relocatable))
8860955f
AM
13802 {
13803 bfd_size_type amt;
13804 amt = input_section->reloc_count * sizeof (Elf_Internal_Rela);
13805 rel = bfd_alloc (input_bfd, amt);
13806 BFD_ASSERT (ppc64_elf_tdata (input_bfd)->opd_relocs == NULL);
13807 ppc64_elf_tdata (input_bfd)->opd_relocs = rel;
13808 if (rel == NULL)
13809 return FALSE;
13810 memcpy (rel, relocs, amt);
13811 }
5bd4f169
AM
13812 return ret;
13813}
13814
754021d0
AM
13815/* Adjust the value of any local symbols in opd sections. */
13816
6e0b88f1 13817static int
754021d0
AM
13818ppc64_elf_output_symbol_hook (struct bfd_link_info *info,
13819 const char *name ATTRIBUTE_UNUSED,
13820 Elf_Internal_Sym *elfsym,
13821 asection *input_sec,
13822 struct elf_link_hash_entry *h)
13823{
74f0fb50
AM
13824 struct _opd_sec_data *opd;
13825 long adjust;
754021d0
AM
13826 bfd_vma value;
13827
4025353c 13828 if (h != NULL)
6e0b88f1 13829 return 1;
4025353c 13830
74f0fb50
AM
13831 opd = get_opd_info (input_sec);
13832 if (opd == NULL || opd->adjust == NULL)
6e0b88f1 13833 return 1;
754021d0
AM
13834
13835 value = elfsym->st_value - input_sec->output_offset;
13836 if (!info->relocatable)
13837 value -= input_sec->output_section->vma;
13838
74f0fb50 13839 adjust = opd->adjust[value / 8];
4025353c 13840 if (adjust == -1)
6e0b88f1
AM
13841 return 2;
13842
13843 elfsym->st_value += adjust;
13844 return 1;
754021d0
AM
13845}
13846
5bd4f169
AM
13847/* Finish up dynamic symbol handling. We set the contents of various
13848 dynamic sections here. */
13849
b34976b6 13850static bfd_boolean
4ce794b7
AM
13851ppc64_elf_finish_dynamic_symbol (bfd *output_bfd,
13852 struct bfd_link_info *info,
13853 struct elf_link_hash_entry *h,
13854 Elf_Internal_Sym *sym)
5bd4f169 13855{
65f38f15 13856 struct ppc_link_hash_table *htab;
8387904d
AM
13857 struct plt_entry *ent;
13858 Elf_Internal_Rela rela;
13859 bfd_byte *loc;
5bd4f169 13860
65f38f15 13861 htab = ppc_hash_table (info);
4dfe6ac6
NC
13862 if (htab == NULL)
13863 return FALSE;
5bd4f169 13864
8387904d
AM
13865 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
13866 if (ent->plt.offset != (bfd_vma) -1)
13867 {
13868 /* This symbol has an entry in the procedure linkage
13869 table. Set it up. */
e054468f
AM
13870 if (!htab->elf.dynamic_sections_created
13871 || h->dynindx == -1)
13872 {
13873 BFD_ASSERT (h->type == STT_GNU_IFUNC
13874 && h->def_regular
13875 && (h->root.type == bfd_link_hash_defined
13876 || h->root.type == bfd_link_hash_defweak));
25f23106
AM
13877 rela.r_offset = (htab->iplt->output_section->vma
13878 + htab->iplt->output_offset
13879 + ent->plt.offset);
13880 rela.r_info = ELF64_R_INFO (0, R_PPC64_JMP_IREL);
e054468f
AM
13881 rela.r_addend = (h->root.u.def.value
13882 + h->root.u.def.section->output_offset
13883 + h->root.u.def.section->output_section->vma
13884 + ent->addend);
25f23106
AM
13885 loc = (htab->reliplt->contents
13886 + (htab->reliplt->reloc_count++
13887 * sizeof (Elf64_External_Rela)));
e054468f
AM
13888 }
13889 else
13890 {
25f23106
AM
13891 rela.r_offset = (htab->plt->output_section->vma
13892 + htab->plt->output_offset
13893 + ent->plt.offset);
e054468f
AM
13894 rela.r_info = ELF64_R_INFO (h->dynindx, R_PPC64_JMP_SLOT);
13895 rela.r_addend = ent->addend;
25f23106
AM
13896 loc = (htab->relplt->contents
13897 + ((ent->plt.offset - PLT_INITIAL_ENTRY_SIZE)
13898 / (PLT_ENTRY_SIZE / sizeof (Elf64_External_Rela))));
e054468f 13899 }
8387904d
AM
13900 bfd_elf64_swap_reloca_out (output_bfd, &rela, loc);
13901 }
5bd4f169 13902
f5385ebf 13903 if (h->needs_copy)
5bd4f169 13904 {
65f38f15 13905 /* This symbol needs a copy reloc. Set it up. */
5bd4f169 13906
65f38f15
AM
13907 if (h->dynindx == -1
13908 || (h->root.type != bfd_link_hash_defined
13909 && h->root.type != bfd_link_hash_defweak)
4ce794b7 13910 || htab->relbss == NULL)
65f38f15 13911 abort ();
5bd4f169
AM
13912
13913 rela.r_offset = (h->root.u.def.value
13914 + h->root.u.def.section->output_section->vma
13915 + h->root.u.def.section->output_offset);
13916 rela.r_info = ELF64_R_INFO (h->dynindx, R_PPC64_COPY);
13917 rela.r_addend = 0;
4ce794b7
AM
13918 loc = htab->relbss->contents;
13919 loc += htab->relbss->reloc_count++ * sizeof (Elf64_External_Rela);
65f38f15 13920 bfd_elf64_swap_reloca_out (output_bfd, &rela, loc);
5bd4f169
AM
13921 }
13922
5bd4f169
AM
13923 /* Mark some specially defined symbols as absolute. */
13924 if (strcmp (h->root.root.string, "_DYNAMIC") == 0)
13925 sym->st_shndx = SHN_ABS;
13926
b34976b6 13927 return TRUE;
5bd4f169
AM
13928}
13929
65f38f15
AM
13930/* Used to decide how to sort relocs in an optimal manner for the
13931 dynamic linker, before writing them out. */
13932
13933static enum elf_reloc_type_class
4ce794b7 13934ppc64_elf_reloc_type_class (const Elf_Internal_Rela *rela)
65f38f15 13935{
04c9666a 13936 enum elf_ppc64_reloc_type r_type;
a33d1f77 13937
4ce794b7 13938 r_type = ELF64_R_TYPE (rela->r_info);
a33d1f77 13939 switch (r_type)
65f38f15
AM
13940 {
13941 case R_PPC64_RELATIVE:
13942 return reloc_class_relative;
13943 case R_PPC64_JMP_SLOT:
13944 return reloc_class_plt;
13945 case R_PPC64_COPY:
13946 return reloc_class_copy;
13947 default:
13948 return reloc_class_normal;
13949 }
13950}
13951
5bd4f169
AM
13952/* Finish up the dynamic sections. */
13953
b34976b6 13954static bfd_boolean
4ce794b7
AM
13955ppc64_elf_finish_dynamic_sections (bfd *output_bfd,
13956 struct bfd_link_info *info)
5bd4f169 13957{
65f38f15
AM
13958 struct ppc_link_hash_table *htab;
13959 bfd *dynobj;
5bd4f169 13960 asection *sdyn;
5bd4f169 13961
65f38f15 13962 htab = ppc_hash_table (info);
4dfe6ac6
NC
13963 if (htab == NULL)
13964 return FALSE;
13965
65f38f15 13966 dynobj = htab->elf.dynobj;
5bd4f169
AM
13967 sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
13968
65f38f15 13969 if (htab->elf.dynamic_sections_created)
5bd4f169 13970 {
5bd4f169
AM
13971 Elf64_External_Dyn *dyncon, *dynconend;
13972
4ce794b7 13973 if (sdyn == NULL || htab->got == NULL)
65f38f15 13974 abort ();
5bd4f169
AM
13975
13976 dyncon = (Elf64_External_Dyn *) sdyn->contents;
eea6121a 13977 dynconend = (Elf64_External_Dyn *) (sdyn->contents + sdyn->size);
5bd4f169
AM
13978 for (; dyncon < dynconend; dyncon++)
13979 {
13980 Elf_Internal_Dyn dyn;
19397422 13981 asection *s;
5bd4f169
AM
13982
13983 bfd_elf64_swap_dyn_in (dynobj, dyncon, &dyn);
13984
13985 switch (dyn.d_tag)
13986 {
65f38f15
AM
13987 default:
13988 continue;
5bd4f169 13989
5d1634d7 13990 case DT_PPC64_GLINK:
4ce794b7 13991 s = htab->glink;
6348e046 13992 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
ad8e1ba5
AM
13993 /* We stupidly defined DT_PPC64_GLINK to be the start
13994 of glink rather than the first entry point, which is
13995 what ld.so needs, and now have a bigger stub to
13996 support automatic multiple TOCs. */
13997 dyn.d_un.d_ptr += GLINK_CALL_STUB_SIZE - 32;
5d1634d7
AM
13998 break;
13999
19397422
AM
14000 case DT_PPC64_OPD:
14001 s = bfd_get_section_by_name (output_bfd, ".opd");
6348e046
AM
14002 if (s == NULL)
14003 continue;
14004 dyn.d_un.d_ptr = s->vma;
19397422
AM
14005 break;
14006
14007 case DT_PPC64_OPDSZ:
14008 s = bfd_get_section_by_name (output_bfd, ".opd");
6348e046
AM
14009 if (s == NULL)
14010 continue;
eea6121a 14011 dyn.d_un.d_val = s->size;
19397422
AM
14012 break;
14013
65f38f15 14014 case DT_PLTGOT:
4ce794b7 14015 s = htab->plt;
6348e046 14016 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
65f38f15
AM
14017 break;
14018
14019 case DT_JMPREL:
4ce794b7 14020 s = htab->relplt;
6348e046 14021 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
65f38f15 14022 break;
5bd4f169 14023
65f38f15 14024 case DT_PLTRELSZ:
eea6121a 14025 dyn.d_un.d_val = htab->relplt->size;
5d1634d7
AM
14026 break;
14027
14028 case DT_RELASZ:
14029 /* Don't count procedure linkage table relocs in the
14030 overall reloc count. */
4ce794b7 14031 s = htab->relplt;
6348e046
AM
14032 if (s == NULL)
14033 continue;
eea6121a 14034 dyn.d_un.d_val -= s->size;
6348e046
AM
14035 break;
14036
14037 case DT_RELA:
14038 /* We may not be using the standard ELF linker script.
14039 If .rela.plt is the first .rela section, we adjust
14040 DT_RELA to not include it. */
4ce794b7 14041 s = htab->relplt;
6348e046
AM
14042 if (s == NULL)
14043 continue;
14044 if (dyn.d_un.d_ptr != s->output_section->vma + s->output_offset)
14045 continue;
eea6121a 14046 dyn.d_un.d_ptr += s->size;
65f38f15 14047 break;
5bd4f169 14048 }
5bd4f169 14049
65f38f15 14050 bfd_elf64_swap_dyn_out (output_bfd, &dyn, dyncon);
5bd4f169 14051 }
5bd4f169
AM
14052 }
14053
eea6121a 14054 if (htab->got != NULL && htab->got->size != 0)
5d1634d7
AM
14055 {
14056 /* Fill in the first entry in the global offset table.
14057 We use it to hold the link-time TOCbase. */
14058 bfd_put_64 (output_bfd,
60ee0d4a 14059 elf_gp (output_bfd) + TOC_BASE_OFF,
4ce794b7 14060 htab->got->contents);
5d1634d7
AM
14061
14062 /* Set .got entry size. */
4ce794b7 14063 elf_section_data (htab->got->output_section)->this_hdr.sh_entsize = 8;
5d1634d7
AM
14064 }
14065
eea6121a 14066 if (htab->plt != NULL && htab->plt->size != 0)
5d1634d7
AM
14067 {
14068 /* Set .plt entry size. */
4ce794b7 14069 elf_section_data (htab->plt->output_section)->this_hdr.sh_entsize
5d1634d7
AM
14070 = PLT_ENTRY_SIZE;
14071 }
14072
84f5d08e
AM
14073 /* brlt is SEC_LINKER_CREATED, so we need to write out relocs for
14074 brlt ourselves if emitrelocations. */
14075 if (htab->brlt != NULL
14076 && htab->brlt->reloc_count != 0
14077 && !_bfd_elf_link_output_relocs (output_bfd,
14078 htab->brlt,
d4730f92 14079 elf_section_data (htab->brlt)->rela.hdr,
84f5d08e
AM
14080 elf_section_data (htab->brlt)->relocs,
14081 NULL))
14082 return FALSE;
14083
176a0d42
AM
14084 if (htab->glink != NULL
14085 && htab->glink->reloc_count != 0
14086 && !_bfd_elf_link_output_relocs (output_bfd,
14087 htab->glink,
d4730f92 14088 elf_section_data (htab->glink)->rela.hdr,
176a0d42
AM
14089 elf_section_data (htab->glink)->relocs,
14090 NULL))
14091 return FALSE;
14092
58d180e8
AM
14093
14094 if (htab->glink_eh_frame != NULL
14095 && htab->glink_eh_frame->sec_info_type == ELF_INFO_TYPE_EH_FRAME
14096 && !_bfd_elf_write_section_eh_frame (output_bfd, info,
14097 htab->glink_eh_frame,
14098 htab->glink_eh_frame->contents))
14099 return FALSE;
14100
e717da7e 14101 /* We need to handle writing out multiple GOT sections ourselves,
7b53ace3
AM
14102 since we didn't add them to DYNOBJ. We know dynobj is the first
14103 bfd. */
e717da7e
AM
14104 while ((dynobj = dynobj->link_next) != NULL)
14105 {
14106 asection *s;
7b53ace3 14107
0c8d6e5c 14108 if (!is_ppc64_elf (dynobj))
7b53ace3
AM
14109 continue;
14110
e717da7e
AM
14111 s = ppc64_elf_tdata (dynobj)->got;
14112 if (s != NULL
eea6121a 14113 && s->size != 0
e717da7e
AM
14114 && s->output_section != bfd_abs_section_ptr
14115 && !bfd_set_section_contents (output_bfd, s->output_section,
14116 s->contents, s->output_offset,
eea6121a 14117 s->size))
e717da7e
AM
14118 return FALSE;
14119 s = ppc64_elf_tdata (dynobj)->relgot;
14120 if (s != NULL
eea6121a 14121 && s->size != 0
e717da7e
AM
14122 && s->output_section != bfd_abs_section_ptr
14123 && !bfd_set_section_contents (output_bfd, s->output_section,
14124 s->contents, s->output_offset,
eea6121a 14125 s->size))
e717da7e
AM
14126 return FALSE;
14127 }
f6c52c13 14128
b34976b6 14129 return TRUE;
5bd4f169
AM
14130}
14131
5bd4f169 14132#include "elf64-target.h"
7b8e7dad
AM
14133
14134/* FreeBSD support */
14135
14136#undef TARGET_LITTLE_SYM
14137#undef TARGET_LITTLE_NAME
14138
14139#undef TARGET_BIG_SYM
14140#define TARGET_BIG_SYM bfd_elf64_powerpc_freebsd_vec
14141#undef TARGET_BIG_NAME
14142#define TARGET_BIG_NAME "elf64-powerpc-freebsd"
14143
14144#undef ELF_OSABI
14145#define ELF_OSABI ELFOSABI_FREEBSD
14146
14147#undef elf64_bed
14148#define elf64_bed elf64_powerpc_fbsd_bed
14149
14150#include "elf64-target.h"
14151
This page took 1.95787 seconds and 4 git commands to generate.