]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/elf32-ppc.c
* defs.h (struct continuation_arg): Fix typo in comment.
[thirdparty/binutils-gdb.git] / bfd / elf32-ppc.c
CommitLineData
252b5132 1/* PowerPC-specific support for 32-bit ELF
051d5130 2 Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
ab96bf03 3 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
252b5132
RH
4 Written by Ian Lance Taylor, Cygnus Support.
5
ae9a127f 6 This file is part of BFD, the Binary File Descriptor library.
252b5132 7
ae9a127f
NC
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
cd123cb7 10 the Free Software Foundation; either version 3 of the License, or
ae9a127f 11 (at your option) any later version.
252b5132 12
ae9a127f
NC
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
252b5132 17
ae9a127f 18 You should have received a copy of the GNU General Public License
fc0bffd6 19 along with this program; if not, write to the
3e110533 20 Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
53e09e0a 21 Boston, MA 02110-1301, USA. */
252b5132 22
cd123cb7 23
252b5132
RH
24/* This file is based on a preliminary PowerPC ELF ABI. The
25 information may not match the final PowerPC ELF ABI. It includes
26 suggestions from the in-progress Embedded PowerPC ABI, and that
27 information may also not match. */
28
3db64b00 29#include "sysdep.h"
183e98be 30#include <stdarg.h>
252b5132 31#include "bfd.h"
252b5132
RH
32#include "bfdlink.h"
33#include "libbfd.h"
34#include "elf-bfd.h"
35#include "elf/ppc.h"
7619e7c7 36#include "elf32-ppc.h"
9d8504b1 37#include "elf-vxworks.h"
252b5132 38
f0fe0e16 39/* RELA relocations are used here. */
252b5132 40
252b5132 41static bfd_reloc_status_type ppc_elf_addr16_ha_reloc
55fd94b0 42 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
7619e7c7 43static bfd_reloc_status_type ppc_elf_unhandled_reloc
55fd94b0 44 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
252b5132 45
70bccea4
AM
46/* Branch prediction bit for branch taken relocs. */
47#define BRANCH_PREDICT_BIT 0x200000
48/* Mask to set RA in memory instructions. */
49#define RA_REGISTER_MASK 0x001f0000
50/* Value to shift register by to insert RA. */
51#define RA_REGISTER_SHIFT 16
252b5132
RH
52
53/* The name of the dynamic interpreter. This is put in the .interp
54 section. */
252b5132
RH
55#define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1"
56
d7128ce4 57/* For old-style PLT. */
252b5132
RH
58/* The number of single-slot PLT entries (the rest use two slots). */
59#define PLT_NUM_SINGLE_ENTRIES 8192
60
d7128ce4 61/* For new-style .glink and .plt. */
a6aa5195 62#define GLINK_PLTRESOLVE 16*4
d7128ce4
AM
63#define GLINK_ENTRY_SIZE 4*4
64
9d8504b1
PB
65/* VxWorks uses its own plt layout, filled in by the static linker. */
66
67/* The standard VxWorks PLT entry. */
68#define VXWORKS_PLT_ENTRY_SIZE 32
69static const bfd_vma ppc_elf_vxworks_plt_entry
70 [VXWORKS_PLT_ENTRY_SIZE / 4] =
71 {
72 0x3d800000, /* lis r12,0 */
73 0x818c0000, /* lwz r12,0(r12) */
74 0x7d8903a6, /* mtctr r12 */
75 0x4e800420, /* bctr */
76 0x39600000, /* li r11,0 */
77 0x48000000, /* b 14 <.PLT0resolve+0x4> */
78 0x60000000, /* nop */
79 0x60000000, /* nop */
80 };
81static const bfd_vma ppc_elf_vxworks_pic_plt_entry
82 [VXWORKS_PLT_ENTRY_SIZE / 4] =
83 {
84 0x3d9e0000, /* addis r12,r30,0 */
85 0x818c0000, /* lwz r12,0(r12) */
86 0x7d8903a6, /* mtctr r12 */
87 0x4e800420, /* bctr */
88 0x39600000, /* li r11,0 */
89 0x48000000, /* b 14 <.PLT0resolve+0x4> 14: R_PPC_REL24 .PLTresolve */
90 0x60000000, /* nop */
91 0x60000000, /* nop */
92 };
93
94/* The initial VxWorks PLT entry. */
95#define VXWORKS_PLT_INITIAL_ENTRY_SIZE 32
96static const bfd_vma ppc_elf_vxworks_plt0_entry
97 [VXWORKS_PLT_INITIAL_ENTRY_SIZE / 4] =
98 {
99 0x3d800000, /* lis r12,0 */
100 0x398c0000, /* addi r12,r12,0 */
101 0x800c0008, /* lwz r0,8(r12) */
102 0x7c0903a6, /* mtctr r0 */
103 0x818c0004, /* lwz r12,4(r12) */
104 0x4e800420, /* bctr */
105 0x60000000, /* nop */
106 0x60000000, /* nop */
107 };
108static const bfd_vma ppc_elf_vxworks_pic_plt0_entry
109 [VXWORKS_PLT_INITIAL_ENTRY_SIZE / 4] =
110 {
111 0x819e0008, /* lwz r12,8(r30) */
112 0x7d8903a6, /* mtctr r12 */
113 0x819e0004, /* lwz r12,4(r30) */
114 0x4e800420, /* bctr */
115 0x60000000, /* nop */
116 0x60000000, /* nop */
117 0x60000000, /* nop */
118 0x60000000, /* nop */
119 };
120
121/* For executables, we have some additional relocations in
122 .rela.plt.unloaded, for the kernel loader. */
123
124/* The number of non-JMP_SLOT relocations per PLT0 slot. */
125#define VXWORKS_PLT_NON_JMP_SLOT_RELOCS 3
126/* The number of relocations in the PLTResolve slot. */
127#define VXWORKS_PLTRESOLVE_RELOCS 2
128/* The number of relocations in the PLTResolve slot when when creating
129 a shared library. */
130#define VXWORKS_PLTRESOLVE_RELOCS_SHLIB 0
131
d7128ce4 132/* Some instructions. */
d7128ce4 133#define ADDIS_11_11 0x3d6b0000
a6aa5195
AM
134#define ADDIS_11_30 0x3d7e0000
135#define ADDIS_12_12 0x3d8c0000
d7128ce4 136#define ADDI_11_11 0x396b0000
d7128ce4
AM
137#define ADD_0_11_11 0x7c0b5a14
138#define ADD_11_0_11 0x7d605a14
a6aa5195
AM
139#define B 0x48000000
140#define BCL_20_31 0x429f0005
d7128ce4 141#define BCTR 0x4e800420
7e8aeb9a
AM
142#define LIS_11 0x3d600000
143#define LIS_12 0x3d800000
a6aa5195
AM
144#define LWZU_0_12 0x840c0000
145#define LWZ_0_12 0x800c0000
146#define LWZ_11_11 0x816b0000
147#define LWZ_11_30 0x817e0000
148#define LWZ_12_12 0x818c0000
149#define MFLR_0 0x7c0802a6
150#define MFLR_12 0x7d8802a6
151#define MTCTR_0 0x7c0903a6
152#define MTCTR_11 0x7d6903a6
153#define MTLR_0 0x7c0803a6
154#define NOP 0x60000000
155#define SUB_11_11_12 0x7d6c5850
7619e7c7
AM
156
157/* Offset of tp and dtp pointers from start of TLS block. */
158#define TP_OFFSET 0x7000
159#define DTP_OFFSET 0x8000
7fce784e 160\f
e47cd125 161static reloc_howto_type *ppc_elf_howto_table[R_PPC_max];
252b5132 162
8da6118f 163static reloc_howto_type ppc_elf_howto_raw[] = {
252b5132
RH
164 /* This reloc does nothing. */
165 HOWTO (R_PPC_NONE, /* type */
166 0, /* rightshift */
167 2, /* size (0 = byte, 1 = short, 2 = long) */
168 32, /* bitsize */
b34976b6 169 FALSE, /* pc_relative */
252b5132
RH
170 0, /* bitpos */
171 complain_overflow_bitfield, /* complain_on_overflow */
172 bfd_elf_generic_reloc, /* special_function */
173 "R_PPC_NONE", /* name */
b34976b6 174 FALSE, /* partial_inplace */
252b5132
RH
175 0, /* src_mask */
176 0, /* dst_mask */
b34976b6 177 FALSE), /* pcrel_offset */
252b5132
RH
178
179 /* A standard 32 bit relocation. */
180 HOWTO (R_PPC_ADDR32, /* type */
181 0, /* rightshift */
182 2, /* size (0 = byte, 1 = short, 2 = long) */
183 32, /* bitsize */
b34976b6 184 FALSE, /* pc_relative */
252b5132
RH
185 0, /* bitpos */
186 complain_overflow_bitfield, /* complain_on_overflow */
187 bfd_elf_generic_reloc, /* special_function */
188 "R_PPC_ADDR32", /* name */
b34976b6 189 FALSE, /* partial_inplace */
252b5132
RH
190 0, /* src_mask */
191 0xffffffff, /* dst_mask */
b34976b6 192 FALSE), /* pcrel_offset */
252b5132
RH
193
194 /* An absolute 26 bit branch; the lower two bits must be zero.
195 FIXME: we don't check that, we just clear them. */
196 HOWTO (R_PPC_ADDR24, /* type */
197 0, /* rightshift */
198 2, /* size (0 = byte, 1 = short, 2 = long) */
199 26, /* bitsize */
b34976b6 200 FALSE, /* pc_relative */
252b5132
RH
201 0, /* bitpos */
202 complain_overflow_bitfield, /* complain_on_overflow */
203 bfd_elf_generic_reloc, /* special_function */
204 "R_PPC_ADDR24", /* name */
b34976b6 205 FALSE, /* partial_inplace */
252b5132
RH
206 0, /* src_mask */
207 0x3fffffc, /* dst_mask */
b34976b6 208 FALSE), /* pcrel_offset */
252b5132
RH
209
210 /* A standard 16 bit relocation. */
211 HOWTO (R_PPC_ADDR16, /* type */
212 0, /* rightshift */
213 1, /* size (0 = byte, 1 = short, 2 = long) */
214 16, /* bitsize */
b34976b6 215 FALSE, /* pc_relative */
252b5132
RH
216 0, /* bitpos */
217 complain_overflow_bitfield, /* complain_on_overflow */
218 bfd_elf_generic_reloc, /* special_function */
219 "R_PPC_ADDR16", /* name */
b34976b6 220 FALSE, /* partial_inplace */
252b5132
RH
221 0, /* src_mask */
222 0xffff, /* dst_mask */
b34976b6 223 FALSE), /* pcrel_offset */
252b5132
RH
224
225 /* A 16 bit relocation without overflow. */
226 HOWTO (R_PPC_ADDR16_LO, /* type */
227 0, /* rightshift */
228 1, /* size (0 = byte, 1 = short, 2 = long) */
229 16, /* bitsize */
b34976b6 230 FALSE, /* pc_relative */
252b5132
RH
231 0, /* bitpos */
232 complain_overflow_dont,/* complain_on_overflow */
233 bfd_elf_generic_reloc, /* special_function */
234 "R_PPC_ADDR16_LO", /* name */
b34976b6 235 FALSE, /* partial_inplace */
252b5132
RH
236 0, /* src_mask */
237 0xffff, /* dst_mask */
b34976b6 238 FALSE), /* pcrel_offset */
252b5132
RH
239
240 /* The high order 16 bits of an address. */
241 HOWTO (R_PPC_ADDR16_HI, /* type */
242 16, /* rightshift */
243 1, /* size (0 = byte, 1 = short, 2 = long) */
244 16, /* bitsize */
b34976b6 245 FALSE, /* pc_relative */
252b5132
RH
246 0, /* bitpos */
247 complain_overflow_dont, /* complain_on_overflow */
248 bfd_elf_generic_reloc, /* special_function */
249 "R_PPC_ADDR16_HI", /* name */
b34976b6 250 FALSE, /* partial_inplace */
252b5132
RH
251 0, /* src_mask */
252 0xffff, /* dst_mask */
b34976b6 253 FALSE), /* pcrel_offset */
252b5132
RH
254
255 /* The high order 16 bits of an address, plus 1 if the contents of
8da6118f 256 the low 16 bits, treated as a signed number, is negative. */
252b5132
RH
257 HOWTO (R_PPC_ADDR16_HA, /* type */
258 16, /* rightshift */
259 1, /* size (0 = byte, 1 = short, 2 = long) */
260 16, /* bitsize */
b34976b6 261 FALSE, /* pc_relative */
252b5132
RH
262 0, /* bitpos */
263 complain_overflow_dont, /* complain_on_overflow */
264 ppc_elf_addr16_ha_reloc, /* special_function */
265 "R_PPC_ADDR16_HA", /* name */
b34976b6 266 FALSE, /* partial_inplace */
252b5132
RH
267 0, /* src_mask */
268 0xffff, /* dst_mask */
b34976b6 269 FALSE), /* pcrel_offset */
252b5132
RH
270
271 /* An absolute 16 bit branch; the lower two bits must be zero.
272 FIXME: we don't check that, we just clear them. */
273 HOWTO (R_PPC_ADDR14, /* type */
274 0, /* rightshift */
275 2, /* size (0 = byte, 1 = short, 2 = long) */
276 16, /* bitsize */
b34976b6 277 FALSE, /* pc_relative */
252b5132
RH
278 0, /* bitpos */
279 complain_overflow_bitfield, /* complain_on_overflow */
280 bfd_elf_generic_reloc, /* special_function */
281 "R_PPC_ADDR14", /* name */
b34976b6 282 FALSE, /* partial_inplace */
252b5132
RH
283 0, /* src_mask */
284 0xfffc, /* dst_mask */
b34976b6 285 FALSE), /* pcrel_offset */
252b5132
RH
286
287 /* An absolute 16 bit branch, for which bit 10 should be set to
288 indicate that the branch is expected to be taken. The lower two
8da6118f 289 bits must be zero. */
252b5132
RH
290 HOWTO (R_PPC_ADDR14_BRTAKEN, /* type */
291 0, /* rightshift */
292 2, /* size (0 = byte, 1 = short, 2 = long) */
293 16, /* bitsize */
b34976b6 294 FALSE, /* pc_relative */
252b5132
RH
295 0, /* bitpos */
296 complain_overflow_bitfield, /* complain_on_overflow */
297 bfd_elf_generic_reloc, /* special_function */
298 "R_PPC_ADDR14_BRTAKEN",/* name */
b34976b6 299 FALSE, /* partial_inplace */
252b5132
RH
300 0, /* src_mask */
301 0xfffc, /* dst_mask */
b34976b6 302 FALSE), /* pcrel_offset */
252b5132
RH
303
304 /* An absolute 16 bit branch, for which bit 10 should be set to
305 indicate that the branch is not expected to be taken. The lower
306 two bits must be zero. */
307 HOWTO (R_PPC_ADDR14_BRNTAKEN, /* type */
308 0, /* rightshift */
309 2, /* size (0 = byte, 1 = short, 2 = long) */
310 16, /* bitsize */
b34976b6 311 FALSE, /* pc_relative */
252b5132
RH
312 0, /* bitpos */
313 complain_overflow_bitfield, /* complain_on_overflow */
314 bfd_elf_generic_reloc, /* special_function */
315 "R_PPC_ADDR14_BRNTAKEN",/* name */
b34976b6 316 FALSE, /* partial_inplace */
252b5132
RH
317 0, /* src_mask */
318 0xfffc, /* dst_mask */
b34976b6 319 FALSE), /* pcrel_offset */
252b5132 320
8da6118f 321 /* A relative 26 bit branch; the lower two bits must be zero. */
252b5132
RH
322 HOWTO (R_PPC_REL24, /* type */
323 0, /* rightshift */
324 2, /* size (0 = byte, 1 = short, 2 = long) */
325 26, /* bitsize */
b34976b6 326 TRUE, /* pc_relative */
252b5132
RH
327 0, /* bitpos */
328 complain_overflow_signed, /* complain_on_overflow */
329 bfd_elf_generic_reloc, /* special_function */
330 "R_PPC_REL24", /* name */
b34976b6 331 FALSE, /* partial_inplace */
252b5132
RH
332 0, /* src_mask */
333 0x3fffffc, /* dst_mask */
b34976b6 334 TRUE), /* pcrel_offset */
252b5132 335
8da6118f 336 /* A relative 16 bit branch; the lower two bits must be zero. */
252b5132
RH
337 HOWTO (R_PPC_REL14, /* type */
338 0, /* rightshift */
339 2, /* size (0 = byte, 1 = short, 2 = long) */
340 16, /* bitsize */
b34976b6 341 TRUE, /* pc_relative */
252b5132
RH
342 0, /* bitpos */
343 complain_overflow_signed, /* complain_on_overflow */
344 bfd_elf_generic_reloc, /* special_function */
345 "R_PPC_REL14", /* name */
b34976b6 346 FALSE, /* partial_inplace */
252b5132
RH
347 0, /* src_mask */
348 0xfffc, /* dst_mask */
b34976b6 349 TRUE), /* pcrel_offset */
252b5132 350
8da6118f 351 /* A relative 16 bit branch. Bit 10 should be set to indicate that
252b5132
RH
352 the branch is expected to be taken. The lower two bits must be
353 zero. */
354 HOWTO (R_PPC_REL14_BRTAKEN, /* type */
355 0, /* rightshift */
356 2, /* size (0 = byte, 1 = short, 2 = long) */
357 16, /* bitsize */
b34976b6 358 TRUE, /* pc_relative */
252b5132
RH
359 0, /* bitpos */
360 complain_overflow_signed, /* complain_on_overflow */
361 bfd_elf_generic_reloc, /* special_function */
362 "R_PPC_REL14_BRTAKEN", /* name */
b34976b6 363 FALSE, /* partial_inplace */
252b5132
RH
364 0, /* src_mask */
365 0xfffc, /* dst_mask */
b34976b6 366 TRUE), /* pcrel_offset */
252b5132 367
8da6118f 368 /* A relative 16 bit branch. Bit 10 should be set to indicate that
252b5132
RH
369 the branch is not expected to be taken. The lower two bits must
370 be zero. */
371 HOWTO (R_PPC_REL14_BRNTAKEN, /* type */
372 0, /* rightshift */
373 2, /* size (0 = byte, 1 = short, 2 = long) */
374 16, /* bitsize */
b34976b6 375 TRUE, /* pc_relative */
252b5132
RH
376 0, /* bitpos */
377 complain_overflow_signed, /* complain_on_overflow */
378 bfd_elf_generic_reloc, /* special_function */
379 "R_PPC_REL14_BRNTAKEN",/* name */
b34976b6 380 FALSE, /* partial_inplace */
252b5132
RH
381 0, /* src_mask */
382 0xfffc, /* dst_mask */
b34976b6 383 TRUE), /* pcrel_offset */
252b5132
RH
384
385 /* Like R_PPC_ADDR16, but referring to the GOT table entry for the
386 symbol. */
387 HOWTO (R_PPC_GOT16, /* type */
388 0, /* rightshift */
389 1, /* size (0 = byte, 1 = short, 2 = long) */
390 16, /* bitsize */
b34976b6 391 FALSE, /* pc_relative */
252b5132
RH
392 0, /* bitpos */
393 complain_overflow_signed, /* complain_on_overflow */
394 bfd_elf_generic_reloc, /* special_function */
395 "R_PPC_GOT16", /* name */
b34976b6 396 FALSE, /* partial_inplace */
252b5132
RH
397 0, /* src_mask */
398 0xffff, /* dst_mask */
b34976b6 399 FALSE), /* pcrel_offset */
252b5132
RH
400
401 /* Like R_PPC_ADDR16_LO, but referring to the GOT table entry for
402 the symbol. */
403 HOWTO (R_PPC_GOT16_LO, /* type */
404 0, /* rightshift */
405 1, /* size (0 = byte, 1 = short, 2 = long) */
406 16, /* bitsize */
b34976b6 407 FALSE, /* pc_relative */
252b5132
RH
408 0, /* bitpos */
409 complain_overflow_dont, /* complain_on_overflow */
410 bfd_elf_generic_reloc, /* special_function */
411 "R_PPC_GOT16_LO", /* name */
b34976b6 412 FALSE, /* partial_inplace */
252b5132
RH
413 0, /* src_mask */
414 0xffff, /* dst_mask */
b34976b6 415 FALSE), /* pcrel_offset */
252b5132
RH
416
417 /* Like R_PPC_ADDR16_HI, but referring to the GOT table entry for
418 the symbol. */
419 HOWTO (R_PPC_GOT16_HI, /* type */
420 16, /* rightshift */
421 1, /* size (0 = byte, 1 = short, 2 = long) */
422 16, /* bitsize */
b34976b6 423 FALSE, /* pc_relative */
252b5132
RH
424 0, /* bitpos */
425 complain_overflow_bitfield, /* complain_on_overflow */
426 bfd_elf_generic_reloc, /* special_function */
427 "R_PPC_GOT16_HI", /* name */
b34976b6 428 FALSE, /* partial_inplace */
252b5132
RH
429 0, /* src_mask */
430 0xffff, /* dst_mask */
b34976b6 431 FALSE), /* pcrel_offset */
252b5132
RH
432
433 /* Like R_PPC_ADDR16_HA, but referring to the GOT table entry for
434 the symbol. */
435 HOWTO (R_PPC_GOT16_HA, /* type */
436 16, /* rightshift */
437 1, /* size (0 = byte, 1 = short, 2 = long) */
438 16, /* bitsize */
b34976b6 439 FALSE, /* pc_relative */
252b5132
RH
440 0, /* bitpos */
441 complain_overflow_bitfield, /* complain_on_overflow */
442 ppc_elf_addr16_ha_reloc, /* special_function */
443 "R_PPC_GOT16_HA", /* name */
b34976b6 444 FALSE, /* partial_inplace */
252b5132
RH
445 0, /* src_mask */
446 0xffff, /* dst_mask */
b34976b6 447 FALSE), /* pcrel_offset */
252b5132
RH
448
449 /* Like R_PPC_REL24, but referring to the procedure linkage table
450 entry for the symbol. */
451 HOWTO (R_PPC_PLTREL24, /* type */
452 0, /* rightshift */
453 2, /* size (0 = byte, 1 = short, 2 = long) */
454 26, /* bitsize */
b34976b6 455 TRUE, /* pc_relative */
252b5132
RH
456 0, /* bitpos */
457 complain_overflow_signed, /* complain_on_overflow */
458 bfd_elf_generic_reloc, /* special_function */
459 "R_PPC_PLTREL24", /* name */
b34976b6 460 FALSE, /* partial_inplace */
252b5132
RH
461 0, /* src_mask */
462 0x3fffffc, /* dst_mask */
b34976b6 463 TRUE), /* pcrel_offset */
252b5132
RH
464
465 /* This is used only by the dynamic linker. The symbol should exist
466 both in the object being run and in some shared library. The
467 dynamic linker copies the data addressed by the symbol from the
468 shared library into the object, because the object being
469 run has to have the data at some particular address. */
470 HOWTO (R_PPC_COPY, /* type */
471 0, /* rightshift */
472 2, /* size (0 = byte, 1 = short, 2 = long) */
473 32, /* bitsize */
b34976b6 474 FALSE, /* pc_relative */
252b5132
RH
475 0, /* bitpos */
476 complain_overflow_bitfield, /* complain_on_overflow */
477 bfd_elf_generic_reloc, /* special_function */
478 "R_PPC_COPY", /* name */
b34976b6 479 FALSE, /* partial_inplace */
252b5132
RH
480 0, /* src_mask */
481 0, /* dst_mask */
b34976b6 482 FALSE), /* pcrel_offset */
252b5132
RH
483
484 /* Like R_PPC_ADDR32, but used when setting global offset table
485 entries. */
486 HOWTO (R_PPC_GLOB_DAT, /* type */
487 0, /* rightshift */
488 2, /* size (0 = byte, 1 = short, 2 = long) */
489 32, /* bitsize */
b34976b6 490 FALSE, /* pc_relative */
252b5132
RH
491 0, /* bitpos */
492 complain_overflow_bitfield, /* complain_on_overflow */
493 bfd_elf_generic_reloc, /* special_function */
494 "R_PPC_GLOB_DAT", /* name */
b34976b6 495 FALSE, /* partial_inplace */
252b5132
RH
496 0, /* src_mask */
497 0xffffffff, /* dst_mask */
b34976b6 498 FALSE), /* pcrel_offset */
252b5132
RH
499
500 /* Marks a procedure linkage table entry for a symbol. */
501 HOWTO (R_PPC_JMP_SLOT, /* type */
502 0, /* rightshift */
503 2, /* size (0 = byte, 1 = short, 2 = long) */
504 32, /* bitsize */
b34976b6 505 FALSE, /* pc_relative */
252b5132
RH
506 0, /* bitpos */
507 complain_overflow_bitfield, /* complain_on_overflow */
508 bfd_elf_generic_reloc, /* special_function */
509 "R_PPC_JMP_SLOT", /* name */
b34976b6 510 FALSE, /* partial_inplace */
252b5132
RH
511 0, /* src_mask */
512 0, /* dst_mask */
b34976b6 513 FALSE), /* pcrel_offset */
252b5132
RH
514
515 /* Used only by the dynamic linker. When the object is run, this
516 longword is set to the load address of the object, plus the
517 addend. */
518 HOWTO (R_PPC_RELATIVE, /* type */
519 0, /* rightshift */
520 2, /* size (0 = byte, 1 = short, 2 = long) */
521 32, /* bitsize */
b34976b6 522 FALSE, /* pc_relative */
252b5132
RH
523 0, /* bitpos */
524 complain_overflow_bitfield, /* complain_on_overflow */
525 bfd_elf_generic_reloc, /* special_function */
526 "R_PPC_RELATIVE", /* name */
b34976b6 527 FALSE, /* partial_inplace */
252b5132
RH
528 0, /* src_mask */
529 0xffffffff, /* dst_mask */
b34976b6 530 FALSE), /* pcrel_offset */
252b5132
RH
531
532 /* Like R_PPC_REL24, but uses the value of the symbol within the
533 object rather than the final value. Normally used for
534 _GLOBAL_OFFSET_TABLE_. */
535 HOWTO (R_PPC_LOCAL24PC, /* type */
536 0, /* rightshift */
537 2, /* size (0 = byte, 1 = short, 2 = long) */
538 26, /* bitsize */
b34976b6 539 TRUE, /* pc_relative */
252b5132
RH
540 0, /* bitpos */
541 complain_overflow_signed, /* complain_on_overflow */
542 bfd_elf_generic_reloc, /* special_function */
543 "R_PPC_LOCAL24PC", /* name */
b34976b6 544 FALSE, /* partial_inplace */
252b5132
RH
545 0, /* src_mask */
546 0x3fffffc, /* dst_mask */
b34976b6 547 TRUE), /* pcrel_offset */
252b5132
RH
548
549 /* Like R_PPC_ADDR32, but may be unaligned. */
550 HOWTO (R_PPC_UADDR32, /* type */
551 0, /* rightshift */
552 2, /* size (0 = byte, 1 = short, 2 = long) */
553 32, /* bitsize */
b34976b6 554 FALSE, /* pc_relative */
252b5132
RH
555 0, /* bitpos */
556 complain_overflow_bitfield, /* complain_on_overflow */
557 bfd_elf_generic_reloc, /* special_function */
558 "R_PPC_UADDR32", /* name */
b34976b6 559 FALSE, /* partial_inplace */
252b5132
RH
560 0, /* src_mask */
561 0xffffffff, /* dst_mask */
b34976b6 562 FALSE), /* pcrel_offset */
252b5132
RH
563
564 /* Like R_PPC_ADDR16, but may be unaligned. */
565 HOWTO (R_PPC_UADDR16, /* type */
566 0, /* rightshift */
567 1, /* size (0 = byte, 1 = short, 2 = long) */
568 16, /* bitsize */
b34976b6 569 FALSE, /* pc_relative */
252b5132
RH
570 0, /* bitpos */
571 complain_overflow_bitfield, /* complain_on_overflow */
572 bfd_elf_generic_reloc, /* special_function */
573 "R_PPC_UADDR16", /* name */
b34976b6 574 FALSE, /* partial_inplace */
252b5132
RH
575 0, /* src_mask */
576 0xffff, /* dst_mask */
b34976b6 577 FALSE), /* pcrel_offset */
252b5132
RH
578
579 /* 32-bit PC relative */
580 HOWTO (R_PPC_REL32, /* type */
581 0, /* rightshift */
582 2, /* size (0 = byte, 1 = short, 2 = long) */
583 32, /* bitsize */
b34976b6 584 TRUE, /* pc_relative */
252b5132
RH
585 0, /* bitpos */
586 complain_overflow_bitfield, /* complain_on_overflow */
587 bfd_elf_generic_reloc, /* special_function */
588 "R_PPC_REL32", /* name */
b34976b6 589 FALSE, /* partial_inplace */
252b5132
RH
590 0, /* src_mask */
591 0xffffffff, /* dst_mask */
b34976b6 592 TRUE), /* pcrel_offset */
252b5132
RH
593
594 /* 32-bit relocation to the symbol's procedure linkage table.
c3668558 595 FIXME: not supported. */
252b5132
RH
596 HOWTO (R_PPC_PLT32, /* type */
597 0, /* rightshift */
598 2, /* size (0 = byte, 1 = short, 2 = long) */
599 32, /* bitsize */
b34976b6 600 FALSE, /* pc_relative */
252b5132
RH
601 0, /* bitpos */
602 complain_overflow_bitfield, /* complain_on_overflow */
603 bfd_elf_generic_reloc, /* special_function */
604 "R_PPC_PLT32", /* name */
b34976b6 605 FALSE, /* partial_inplace */
252b5132
RH
606 0, /* src_mask */
607 0, /* dst_mask */
b34976b6 608 FALSE), /* pcrel_offset */
252b5132
RH
609
610 /* 32-bit PC relative relocation to the symbol's procedure linkage table.
c3668558 611 FIXME: not supported. */
252b5132
RH
612 HOWTO (R_PPC_PLTREL32, /* type */
613 0, /* rightshift */
614 2, /* size (0 = byte, 1 = short, 2 = long) */
615 32, /* bitsize */
b34976b6 616 TRUE, /* pc_relative */
252b5132
RH
617 0, /* bitpos */
618 complain_overflow_bitfield, /* complain_on_overflow */
619 bfd_elf_generic_reloc, /* special_function */
620 "R_PPC_PLTREL32", /* name */
b34976b6 621 FALSE, /* partial_inplace */
252b5132
RH
622 0, /* src_mask */
623 0, /* dst_mask */
b34976b6 624 TRUE), /* pcrel_offset */
252b5132
RH
625
626 /* Like R_PPC_ADDR16_LO, but referring to the PLT table entry for
627 the symbol. */
628 HOWTO (R_PPC_PLT16_LO, /* type */
629 0, /* rightshift */
630 1, /* size (0 = byte, 1 = short, 2 = long) */
631 16, /* bitsize */
b34976b6 632 FALSE, /* pc_relative */
252b5132
RH
633 0, /* bitpos */
634 complain_overflow_dont, /* complain_on_overflow */
635 bfd_elf_generic_reloc, /* special_function */
636 "R_PPC_PLT16_LO", /* name */
b34976b6 637 FALSE, /* partial_inplace */
252b5132
RH
638 0, /* src_mask */
639 0xffff, /* dst_mask */
b34976b6 640 FALSE), /* pcrel_offset */
252b5132
RH
641
642 /* Like R_PPC_ADDR16_HI, but referring to the PLT table entry for
643 the symbol. */
644 HOWTO (R_PPC_PLT16_HI, /* type */
645 16, /* rightshift */
646 1, /* size (0 = byte, 1 = short, 2 = long) */
647 16, /* bitsize */
b34976b6 648 FALSE, /* pc_relative */
252b5132
RH
649 0, /* bitpos */
650 complain_overflow_bitfield, /* complain_on_overflow */
651 bfd_elf_generic_reloc, /* special_function */
652 "R_PPC_PLT16_HI", /* name */
b34976b6 653 FALSE, /* partial_inplace */
252b5132
RH
654 0, /* src_mask */
655 0xffff, /* dst_mask */
b34976b6 656 FALSE), /* pcrel_offset */
252b5132
RH
657
658 /* Like R_PPC_ADDR16_HA, but referring to the PLT table entry for
659 the symbol. */
660 HOWTO (R_PPC_PLT16_HA, /* type */
661 16, /* rightshift */
662 1, /* size (0 = byte, 1 = short, 2 = long) */
663 16, /* bitsize */
b34976b6 664 FALSE, /* pc_relative */
252b5132
RH
665 0, /* bitpos */
666 complain_overflow_bitfield, /* complain_on_overflow */
667 ppc_elf_addr16_ha_reloc, /* special_function */
668 "R_PPC_PLT16_HA", /* name */
b34976b6 669 FALSE, /* partial_inplace */
252b5132
RH
670 0, /* src_mask */
671 0xffff, /* dst_mask */
b34976b6 672 FALSE), /* pcrel_offset */
252b5132
RH
673
674 /* A sign-extended 16 bit value relative to _SDA_BASE_, for use with
675 small data items. */
676 HOWTO (R_PPC_SDAREL16, /* type */
677 0, /* rightshift */
678 1, /* size (0 = byte, 1 = short, 2 = long) */
679 16, /* bitsize */
b34976b6 680 FALSE, /* pc_relative */
252b5132
RH
681 0, /* bitpos */
682 complain_overflow_signed, /* complain_on_overflow */
683 bfd_elf_generic_reloc, /* special_function */
684 "R_PPC_SDAREL16", /* name */
b34976b6 685 FALSE, /* partial_inplace */
252b5132
RH
686 0, /* src_mask */
687 0xffff, /* dst_mask */
b34976b6 688 FALSE), /* pcrel_offset */
252b5132 689
c061c2d8 690 /* 16-bit section relative relocation. */
252b5132
RH
691 HOWTO (R_PPC_SECTOFF, /* type */
692 0, /* rightshift */
c061c2d8
AM
693 1, /* size (0 = byte, 1 = short, 2 = long) */
694 16, /* bitsize */
b34976b6 695 FALSE, /* pc_relative */
252b5132
RH
696 0, /* bitpos */
697 complain_overflow_bitfield, /* complain_on_overflow */
698 bfd_elf_generic_reloc, /* special_function */
699 "R_PPC_SECTOFF", /* name */
b34976b6 700 FALSE, /* partial_inplace */
252b5132 701 0, /* src_mask */
c061c2d8 702 0xffff, /* dst_mask */
b34976b6 703 FALSE), /* pcrel_offset */
252b5132 704
c3668558 705 /* 16-bit lower half section relative relocation. */
252b5132
RH
706 HOWTO (R_PPC_SECTOFF_LO, /* type */
707 0, /* rightshift */
708 1, /* size (0 = byte, 1 = short, 2 = long) */
709 16, /* bitsize */
b34976b6 710 FALSE, /* pc_relative */
252b5132
RH
711 0, /* bitpos */
712 complain_overflow_dont, /* complain_on_overflow */
713 bfd_elf_generic_reloc, /* special_function */
714 "R_PPC_SECTOFF_LO", /* name */
b34976b6 715 FALSE, /* partial_inplace */
252b5132
RH
716 0, /* src_mask */
717 0xffff, /* dst_mask */
b34976b6 718 FALSE), /* pcrel_offset */
252b5132 719
c3668558 720 /* 16-bit upper half section relative relocation. */
252b5132
RH
721 HOWTO (R_PPC_SECTOFF_HI, /* type */
722 16, /* rightshift */
723 1, /* size (0 = byte, 1 = short, 2 = long) */
724 16, /* bitsize */
b34976b6 725 FALSE, /* pc_relative */
252b5132
RH
726 0, /* bitpos */
727 complain_overflow_bitfield, /* complain_on_overflow */
728 bfd_elf_generic_reloc, /* special_function */
729 "R_PPC_SECTOFF_HI", /* name */
b34976b6 730 FALSE, /* partial_inplace */
252b5132
RH
731 0, /* src_mask */
732 0xffff, /* dst_mask */
b34976b6 733 FALSE), /* pcrel_offset */
252b5132 734
c3668558 735 /* 16-bit upper half adjusted section relative relocation. */
252b5132
RH
736 HOWTO (R_PPC_SECTOFF_HA, /* type */
737 16, /* rightshift */
738 1, /* size (0 = byte, 1 = short, 2 = long) */
739 16, /* bitsize */
b34976b6 740 FALSE, /* pc_relative */
252b5132
RH
741 0, /* bitpos */
742 complain_overflow_bitfield, /* complain_on_overflow */
743 ppc_elf_addr16_ha_reloc, /* special_function */
744 "R_PPC_SECTOFF_HA", /* name */
b34976b6 745 FALSE, /* partial_inplace */
252b5132
RH
746 0, /* src_mask */
747 0xffff, /* dst_mask */
b34976b6 748 FALSE), /* pcrel_offset */
252b5132 749
7619e7c7
AM
750 /* Marker reloc for TLS. */
751 HOWTO (R_PPC_TLS,
252b5132
RH
752 0, /* rightshift */
753 2, /* size (0 = byte, 1 = short, 2 = long) */
754 32, /* bitsize */
b34976b6 755 FALSE, /* pc_relative */
252b5132 756 0, /* bitpos */
7619e7c7 757 complain_overflow_dont, /* complain_on_overflow */
252b5132 758 bfd_elf_generic_reloc, /* special_function */
7619e7c7
AM
759 "R_PPC_TLS", /* name */
760 FALSE, /* partial_inplace */
761 0, /* src_mask */
762 0, /* dst_mask */
763 FALSE), /* pcrel_offset */
764
765 /* Computes the load module index of the load module that contains the
766 definition of its TLS sym. */
767 HOWTO (R_PPC_DTPMOD32,
768 0, /* rightshift */
769 2, /* size (0 = byte, 1 = short, 2 = long) */
770 32, /* bitsize */
771 FALSE, /* pc_relative */
772 0, /* bitpos */
773 complain_overflow_dont, /* complain_on_overflow */
774 ppc_elf_unhandled_reloc, /* special_function */
775 "R_PPC_DTPMOD32", /* name */
b34976b6 776 FALSE, /* partial_inplace */
252b5132
RH
777 0, /* src_mask */
778 0xffffffff, /* dst_mask */
b34976b6 779 FALSE), /* pcrel_offset */
252b5132 780
7619e7c7
AM
781 /* Computes a dtv-relative displacement, the difference between the value
782 of sym+add and the base address of the thread-local storage block that
783 contains the definition of sym, minus 0x8000. */
784 HOWTO (R_PPC_DTPREL32,
785 0, /* rightshift */
786 2, /* size (0 = byte, 1 = short, 2 = long) */
787 32, /* bitsize */
788 FALSE, /* pc_relative */
789 0, /* bitpos */
790 complain_overflow_dont, /* complain_on_overflow */
791 ppc_elf_unhandled_reloc, /* special_function */
792 "R_PPC_DTPREL32", /* name */
793 FALSE, /* partial_inplace */
794 0, /* src_mask */
795 0xffffffff, /* dst_mask */
796 FALSE), /* pcrel_offset */
797
798 /* A 16 bit dtprel reloc. */
799 HOWTO (R_PPC_DTPREL16,
252b5132
RH
800 0, /* rightshift */
801 1, /* size (0 = byte, 1 = short, 2 = long) */
802 16, /* bitsize */
b34976b6 803 FALSE, /* pc_relative */
252b5132 804 0, /* bitpos */
7619e7c7
AM
805 complain_overflow_signed, /* complain_on_overflow */
806 ppc_elf_unhandled_reloc, /* special_function */
807 "R_PPC_DTPREL16", /* name */
b34976b6 808 FALSE, /* partial_inplace */
252b5132
RH
809 0, /* src_mask */
810 0xffff, /* dst_mask */
b34976b6 811 FALSE), /* pcrel_offset */
252b5132 812
7619e7c7
AM
813 /* Like DTPREL16, but no overflow. */
814 HOWTO (R_PPC_DTPREL16_LO,
252b5132
RH
815 0, /* rightshift */
816 1, /* size (0 = byte, 1 = short, 2 = long) */
817 16, /* bitsize */
b34976b6 818 FALSE, /* pc_relative */
252b5132 819 0, /* bitpos */
7619e7c7
AM
820 complain_overflow_dont, /* complain_on_overflow */
821 ppc_elf_unhandled_reloc, /* special_function */
822 "R_PPC_DTPREL16_LO", /* name */
b34976b6 823 FALSE, /* partial_inplace */
252b5132
RH
824 0, /* src_mask */
825 0xffff, /* dst_mask */
b34976b6 826 FALSE), /* pcrel_offset */
252b5132 827
7619e7c7
AM
828 /* Like DTPREL16_LO, but next higher group of 16 bits. */
829 HOWTO (R_PPC_DTPREL16_HI,
252b5132
RH
830 16, /* rightshift */
831 1, /* size (0 = byte, 1 = short, 2 = long) */
832 16, /* bitsize */
b34976b6 833 FALSE, /* pc_relative */
252b5132
RH
834 0, /* bitpos */
835 complain_overflow_dont, /* complain_on_overflow */
7619e7c7
AM
836 ppc_elf_unhandled_reloc, /* special_function */
837 "R_PPC_DTPREL16_HI", /* name */
b34976b6 838 FALSE, /* partial_inplace */
252b5132
RH
839 0, /* src_mask */
840 0xffff, /* dst_mask */
b34976b6 841 FALSE), /* pcrel_offset */
252b5132 842
7619e7c7
AM
843 /* Like DTPREL16_HI, but adjust for low 16 bits. */
844 HOWTO (R_PPC_DTPREL16_HA,
252b5132
RH
845 16, /* rightshift */
846 1, /* size (0 = byte, 1 = short, 2 = long) */
847 16, /* bitsize */
b34976b6 848 FALSE, /* pc_relative */
252b5132
RH
849 0, /* bitpos */
850 complain_overflow_dont, /* complain_on_overflow */
7619e7c7
AM
851 ppc_elf_unhandled_reloc, /* special_function */
852 "R_PPC_DTPREL16_HA", /* name */
b34976b6 853 FALSE, /* partial_inplace */
252b5132
RH
854 0, /* src_mask */
855 0xffff, /* dst_mask */
b34976b6 856 FALSE), /* pcrel_offset */
252b5132 857
7619e7c7
AM
858 /* Computes a tp-relative displacement, the difference between the value of
859 sym+add and the value of the thread pointer (r13). */
860 HOWTO (R_PPC_TPREL32,
861 0, /* rightshift */
862 2, /* size (0 = byte, 1 = short, 2 = long) */
863 32, /* bitsize */
864 FALSE, /* pc_relative */
865 0, /* bitpos */
866 complain_overflow_dont, /* complain_on_overflow */
867 ppc_elf_unhandled_reloc, /* special_function */
868 "R_PPC_TPREL32", /* name */
869 FALSE, /* partial_inplace */
870 0, /* src_mask */
871 0xffffffff, /* dst_mask */
872 FALSE), /* pcrel_offset */
873
874 /* A 16 bit tprel reloc. */
875 HOWTO (R_PPC_TPREL16,
252b5132
RH
876 0, /* rightshift */
877 1, /* size (0 = byte, 1 = short, 2 = long) */
878 16, /* bitsize */
b34976b6 879 FALSE, /* pc_relative */
252b5132 880 0, /* bitpos */
7619e7c7
AM
881 complain_overflow_signed, /* complain_on_overflow */
882 ppc_elf_unhandled_reloc, /* special_function */
883 "R_PPC_TPREL16", /* name */
b34976b6 884 FALSE, /* partial_inplace */
252b5132
RH
885 0, /* src_mask */
886 0xffff, /* dst_mask */
b34976b6 887 FALSE), /* pcrel_offset */
252b5132 888
7619e7c7
AM
889 /* Like TPREL16, but no overflow. */
890 HOWTO (R_PPC_TPREL16_LO,
252b5132
RH
891 0, /* rightshift */
892 1, /* size (0 = byte, 1 = short, 2 = long) */
893 16, /* bitsize */
b34976b6 894 FALSE, /* pc_relative */
252b5132 895 0, /* bitpos */
7619e7c7
AM
896 complain_overflow_dont, /* complain_on_overflow */
897 ppc_elf_unhandled_reloc, /* special_function */
898 "R_PPC_TPREL16_LO", /* name */
b34976b6 899 FALSE, /* partial_inplace */
252b5132
RH
900 0, /* src_mask */
901 0xffff, /* dst_mask */
b34976b6 902 FALSE), /* pcrel_offset */
252b5132 903
7619e7c7
AM
904 /* Like TPREL16_LO, but next higher group of 16 bits. */
905 HOWTO (R_PPC_TPREL16_HI,
906 16, /* rightshift */
907 1, /* size (0 = byte, 1 = short, 2 = long) */
908 16, /* bitsize */
909 FALSE, /* pc_relative */
910 0, /* bitpos */
911 complain_overflow_dont, /* complain_on_overflow */
912 ppc_elf_unhandled_reloc, /* special_function */
913 "R_PPC_TPREL16_HI", /* name */
914 FALSE, /* partial_inplace */
915 0, /* src_mask */
916 0xffff, /* dst_mask */
917 FALSE), /* pcrel_offset */
918
919 /* Like TPREL16_HI, but adjust for low 16 bits. */
920 HOWTO (R_PPC_TPREL16_HA,
921 16, /* rightshift */
922 1, /* size (0 = byte, 1 = short, 2 = long) */
923 16, /* bitsize */
924 FALSE, /* pc_relative */
925 0, /* bitpos */
926 complain_overflow_dont, /* complain_on_overflow */
927 ppc_elf_unhandled_reloc, /* special_function */
928 "R_PPC_TPREL16_HA", /* name */
929 FALSE, /* partial_inplace */
930 0, /* src_mask */
931 0xffff, /* dst_mask */
932 FALSE), /* pcrel_offset */
933
934 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
935 with values (sym+add)@dtpmod and (sym+add)@dtprel, and computes the offset
936 to the first entry. */
937 HOWTO (R_PPC_GOT_TLSGD16,
252b5132
RH
938 0, /* rightshift */
939 1, /* size (0 = byte, 1 = short, 2 = long) */
940 16, /* bitsize */
b34976b6 941 FALSE, /* pc_relative */
252b5132
RH
942 0, /* bitpos */
943 complain_overflow_signed, /* complain_on_overflow */
7619e7c7
AM
944 ppc_elf_unhandled_reloc, /* special_function */
945 "R_PPC_GOT_TLSGD16", /* name */
b34976b6 946 FALSE, /* partial_inplace */
252b5132
RH
947 0, /* src_mask */
948 0xffff, /* dst_mask */
b34976b6 949 FALSE), /* pcrel_offset */
252b5132 950
7619e7c7
AM
951 /* Like GOT_TLSGD16, but no overflow. */
952 HOWTO (R_PPC_GOT_TLSGD16_LO,
252b5132 953 0, /* rightshift */
7619e7c7 954 1, /* size (0 = byte, 1 = short, 2 = long) */
252b5132 955 16, /* bitsize */
b34976b6 956 FALSE, /* pc_relative */
252b5132 957 0, /* bitpos */
7619e7c7
AM
958 complain_overflow_dont, /* complain_on_overflow */
959 ppc_elf_unhandled_reloc, /* special_function */
960 "R_PPC_GOT_TLSGD16_LO", /* name */
b34976b6 961 FALSE, /* partial_inplace */
252b5132
RH
962 0, /* src_mask */
963 0xffff, /* dst_mask */
b34976b6 964 FALSE), /* pcrel_offset */
252b5132 965
7619e7c7
AM
966 /* Like GOT_TLSGD16_LO, but next higher group of 16 bits. */
967 HOWTO (R_PPC_GOT_TLSGD16_HI,
968 16, /* rightshift */
969 1, /* size (0 = byte, 1 = short, 2 = long) */
970 16, /* bitsize */
971 FALSE, /* pc_relative */
972 0, /* bitpos */
973 complain_overflow_dont, /* complain_on_overflow */
974 ppc_elf_unhandled_reloc, /* special_function */
975 "R_PPC_GOT_TLSGD16_HI", /* name */
976 FALSE, /* partial_inplace */
977 0, /* src_mask */
978 0xffff, /* dst_mask */
979 FALSE), /* pcrel_offset */
252b5132 980
7619e7c7
AM
981 /* Like GOT_TLSGD16_HI, but adjust for low 16 bits. */
982 HOWTO (R_PPC_GOT_TLSGD16_HA,
983 16, /* rightshift */
984 1, /* size (0 = byte, 1 = short, 2 = long) */
985 16, /* bitsize */
986 FALSE, /* pc_relative */
987 0, /* bitpos */
988 complain_overflow_dont, /* complain_on_overflow */
989 ppc_elf_unhandled_reloc, /* special_function */
990 "R_PPC_GOT_TLSGD16_HA", /* name */
991 FALSE, /* partial_inplace */
992 0, /* src_mask */
993 0xffff, /* dst_mask */
994 FALSE), /* pcrel_offset */
995
996 /* Allocates two contiguous entries in the GOT to hold a tls_index structure,
997 with values (sym+add)@dtpmod and zero, and computes the offset to the
998 first entry. */
999 HOWTO (R_PPC_GOT_TLSLD16,
252b5132
RH
1000 0, /* rightshift */
1001 1, /* size (0 = byte, 1 = short, 2 = long) */
1002 16, /* bitsize */
7619e7c7 1003 FALSE, /* pc_relative */
252b5132
RH
1004 0, /* bitpos */
1005 complain_overflow_signed, /* complain_on_overflow */
7619e7c7
AM
1006 ppc_elf_unhandled_reloc, /* special_function */
1007 "R_PPC_GOT_TLSLD16", /* name */
b34976b6 1008 FALSE, /* partial_inplace */
252b5132
RH
1009 0, /* src_mask */
1010 0xffff, /* dst_mask */
b34976b6 1011 FALSE), /* pcrel_offset */
252b5132 1012
7619e7c7
AM
1013 /* Like GOT_TLSLD16, but no overflow. */
1014 HOWTO (R_PPC_GOT_TLSLD16_LO,
252b5132 1015 0, /* rightshift */
7619e7c7
AM
1016 1, /* size (0 = byte, 1 = short, 2 = long) */
1017 16, /* bitsize */
b34976b6 1018 FALSE, /* pc_relative */
252b5132
RH
1019 0, /* bitpos */
1020 complain_overflow_dont, /* complain_on_overflow */
7619e7c7
AM
1021 ppc_elf_unhandled_reloc, /* special_function */
1022 "R_PPC_GOT_TLSLD16_LO", /* name */
b34976b6 1023 FALSE, /* partial_inplace */
252b5132 1024 0, /* src_mask */
7619e7c7 1025 0xffff, /* dst_mask */
b34976b6 1026 FALSE), /* pcrel_offset */
252b5132 1027
7619e7c7
AM
1028 /* Like GOT_TLSLD16_LO, but next higher group of 16 bits. */
1029 HOWTO (R_PPC_GOT_TLSLD16_HI,
1030 16, /* rightshift */
1031 1, /* size (0 = byte, 1 = short, 2 = long) */
1032 16, /* bitsize */
b34976b6 1033 FALSE, /* pc_relative */
252b5132
RH
1034 0, /* bitpos */
1035 complain_overflow_dont, /* complain_on_overflow */
7619e7c7
AM
1036 ppc_elf_unhandled_reloc, /* special_function */
1037 "R_PPC_GOT_TLSLD16_HI", /* name */
b34976b6 1038 FALSE, /* partial_inplace */
252b5132 1039 0, /* src_mask */
7619e7c7 1040 0xffff, /* dst_mask */
b34976b6 1041 FALSE), /* pcrel_offset */
252b5132 1042
7619e7c7
AM
1043 /* Like GOT_TLSLD16_HI, but adjust for low 16 bits. */
1044 HOWTO (R_PPC_GOT_TLSLD16_HA,
1045 16, /* rightshift */
1046 1, /* size (0 = byte, 1 = short, 2 = long) */
1047 16, /* bitsize */
1048 FALSE, /* pc_relative */
1049 0, /* bitpos */
1050 complain_overflow_dont, /* complain_on_overflow */
1051 ppc_elf_unhandled_reloc, /* special_function */
1052 "R_PPC_GOT_TLSLD16_HA", /* name */
1053 FALSE, /* partial_inplace */
1054 0, /* src_mask */
1055 0xffff, /* dst_mask */
1056 FALSE), /* pcrel_offset */
1057
1058 /* Allocates an entry in the GOT with value (sym+add)@dtprel, and computes
1059 the offset to the entry. */
1060 HOWTO (R_PPC_GOT_DTPREL16,
252b5132
RH
1061 0, /* rightshift */
1062 1, /* size (0 = byte, 1 = short, 2 = long) */
1063 16, /* bitsize */
b34976b6 1064 FALSE, /* pc_relative */
252b5132
RH
1065 0, /* bitpos */
1066 complain_overflow_signed, /* complain_on_overflow */
7619e7c7
AM
1067 ppc_elf_unhandled_reloc, /* special_function */
1068 "R_PPC_GOT_DTPREL16", /* name */
b34976b6 1069 FALSE, /* partial_inplace */
252b5132
RH
1070 0, /* src_mask */
1071 0xffff, /* dst_mask */
b34976b6 1072 FALSE), /* pcrel_offset */
252b5132 1073
7619e7c7
AM
1074 /* Like GOT_DTPREL16, but no overflow. */
1075 HOWTO (R_PPC_GOT_DTPREL16_LO,
1076 0, /* rightshift */
1077 1, /* size (0 = byte, 1 = short, 2 = long) */
1078 16, /* bitsize */
1079 FALSE, /* pc_relative */
1080 0, /* bitpos */
1081 complain_overflow_dont, /* complain_on_overflow */
1082 ppc_elf_unhandled_reloc, /* special_function */
1083 "R_PPC_GOT_DTPREL16_LO", /* name */
1084 FALSE, /* partial_inplace */
1085 0, /* src_mask */
1086 0xffff, /* dst_mask */
1087 FALSE), /* pcrel_offset */
252b5132 1088
7619e7c7
AM
1089 /* Like GOT_DTPREL16_LO, but next higher group of 16 bits. */
1090 HOWTO (R_PPC_GOT_DTPREL16_HI,
1091 16, /* rightshift */
1092 1, /* size (0 = byte, 1 = short, 2 = long) */
1093 16, /* bitsize */
1094 FALSE, /* pc_relative */
1095 0, /* bitpos */
1096 complain_overflow_dont, /* complain_on_overflow */
1097 ppc_elf_unhandled_reloc, /* special_function */
1098 "R_PPC_GOT_DTPREL16_HI", /* name */
1099 FALSE, /* partial_inplace */
1100 0, /* src_mask */
1101 0xffff, /* dst_mask */
1102 FALSE), /* pcrel_offset */
252b5132 1103
7619e7c7
AM
1104 /* Like GOT_DTPREL16_HI, but adjust for low 16 bits. */
1105 HOWTO (R_PPC_GOT_DTPREL16_HA,
1106 16, /* rightshift */
1107 1, /* size (0 = byte, 1 = short, 2 = long) */
1108 16, /* bitsize */
1109 FALSE, /* pc_relative */
1110 0, /* bitpos */
1111 complain_overflow_dont, /* complain_on_overflow */
1112 ppc_elf_unhandled_reloc, /* special_function */
1113 "R_PPC_GOT_DTPREL16_HA", /* name */
1114 FALSE, /* partial_inplace */
1115 0, /* src_mask */
1116 0xffff, /* dst_mask */
1117 FALSE), /* pcrel_offset */
c3668558 1118
7619e7c7
AM
1119 /* Allocates an entry in the GOT with value (sym+add)@tprel, and computes the
1120 offset to the entry. */
1121 HOWTO (R_PPC_GOT_TPREL16,
1122 0, /* rightshift */
1123 1, /* size (0 = byte, 1 = short, 2 = long) */
1124 16, /* bitsize */
1125 FALSE, /* pc_relative */
1126 0, /* bitpos */
1127 complain_overflow_signed, /* complain_on_overflow */
1128 ppc_elf_unhandled_reloc, /* special_function */
1129 "R_PPC_GOT_TPREL16", /* name */
1130 FALSE, /* partial_inplace */
1131 0, /* src_mask */
1132 0xffff, /* dst_mask */
1133 FALSE), /* pcrel_offset */
1134
1135 /* Like GOT_TPREL16, but no overflow. */
1136 HOWTO (R_PPC_GOT_TPREL16_LO,
1137 0, /* rightshift */
1138 1, /* size (0 = byte, 1 = short, 2 = long) */
1139 16, /* bitsize */
1140 FALSE, /* pc_relative */
1141 0, /* bitpos */
1142 complain_overflow_dont, /* complain_on_overflow */
1143 ppc_elf_unhandled_reloc, /* special_function */
1144 "R_PPC_GOT_TPREL16_LO", /* name */
1145 FALSE, /* partial_inplace */
1146 0, /* src_mask */
1147 0xffff, /* dst_mask */
1148 FALSE), /* pcrel_offset */
1149
1150 /* Like GOT_TPREL16_LO, but next higher group of 16 bits. */
1151 HOWTO (R_PPC_GOT_TPREL16_HI,
1152 16, /* rightshift */
1153 1, /* size (0 = byte, 1 = short, 2 = long) */
1154 16, /* bitsize */
1155 FALSE, /* pc_relative */
1156 0, /* bitpos */
1157 complain_overflow_dont, /* complain_on_overflow */
1158 ppc_elf_unhandled_reloc, /* special_function */
1159 "R_PPC_GOT_TPREL16_HI", /* name */
1160 FALSE, /* partial_inplace */
1161 0, /* src_mask */
1162 0xffff, /* dst_mask */
1163 FALSE), /* pcrel_offset */
1164
1165 /* Like GOT_TPREL16_HI, but adjust for low 16 bits. */
1166 HOWTO (R_PPC_GOT_TPREL16_HA,
1167 16, /* rightshift */
1168 1, /* size (0 = byte, 1 = short, 2 = long) */
1169 16, /* bitsize */
1170 FALSE, /* pc_relative */
1171 0, /* bitpos */
1172 complain_overflow_dont, /* complain_on_overflow */
1173 ppc_elf_unhandled_reloc, /* special_function */
1174 "R_PPC_GOT_TPREL16_HA", /* name */
1175 FALSE, /* partial_inplace */
1176 0, /* src_mask */
1177 0xffff, /* dst_mask */
1178 FALSE), /* pcrel_offset */
1179
1180 /* The remaining relocs are from the Embedded ELF ABI, and are not
1181 in the SVR4 ELF ABI. */
1182
1183 /* 32 bit value resulting from the addend minus the symbol. */
1184 HOWTO (R_PPC_EMB_NADDR32, /* type */
1185 0, /* rightshift */
1186 2, /* size (0 = byte, 1 = short, 2 = long) */
1187 32, /* bitsize */
1188 FALSE, /* pc_relative */
1189 0, /* bitpos */
1190 complain_overflow_bitfield, /* complain_on_overflow */
1191 bfd_elf_generic_reloc, /* special_function */
1192 "R_PPC_EMB_NADDR32", /* name */
1193 FALSE, /* partial_inplace */
1194 0, /* src_mask */
1195 0xffffffff, /* dst_mask */
1196 FALSE), /* pcrel_offset */
1197
1198 /* 16 bit value resulting from the addend minus the symbol. */
1199 HOWTO (R_PPC_EMB_NADDR16, /* type */
1200 0, /* rightshift */
1201 1, /* size (0 = byte, 1 = short, 2 = long) */
1202 16, /* bitsize */
1203 FALSE, /* pc_relative */
1204 0, /* bitpos */
1205 complain_overflow_bitfield, /* complain_on_overflow */
1206 bfd_elf_generic_reloc, /* special_function */
1207 "R_PPC_EMB_NADDR16", /* name */
1208 FALSE, /* partial_inplace */
1209 0, /* src_mask */
1210 0xffff, /* dst_mask */
1211 FALSE), /* pcrel_offset */
1212
1213 /* 16 bit value resulting from the addend minus the symbol. */
1214 HOWTO (R_PPC_EMB_NADDR16_LO, /* type */
1215 0, /* rightshift */
1216 1, /* size (0 = byte, 1 = short, 2 = long) */
1217 16, /* bitsize */
1218 FALSE, /* pc_relative */
1219 0, /* bitpos */
1220 complain_overflow_dont,/* complain_on_overflow */
1221 bfd_elf_generic_reloc, /* special_function */
1222 "R_PPC_EMB_ADDR16_LO", /* name */
1223 FALSE, /* partial_inplace */
1224 0, /* src_mask */
1225 0xffff, /* dst_mask */
1226 FALSE), /* pcrel_offset */
1227
1228 /* The high order 16 bits of the addend minus the symbol. */
1229 HOWTO (R_PPC_EMB_NADDR16_HI, /* type */
1230 16, /* rightshift */
1231 1, /* size (0 = byte, 1 = short, 2 = long) */
1232 16, /* bitsize */
1233 FALSE, /* pc_relative */
1234 0, /* bitpos */
1235 complain_overflow_dont, /* complain_on_overflow */
1236 bfd_elf_generic_reloc, /* special_function */
1237 "R_PPC_EMB_NADDR16_HI", /* name */
1238 FALSE, /* partial_inplace */
1239 0, /* src_mask */
1240 0xffff, /* dst_mask */
1241 FALSE), /* pcrel_offset */
1242
1243 /* The high order 16 bits of the result of the addend minus the address,
1244 plus 1 if the contents of the low 16 bits, treated as a signed number,
1245 is negative. */
1246 HOWTO (R_PPC_EMB_NADDR16_HA, /* type */
1247 16, /* rightshift */
1248 1, /* size (0 = byte, 1 = short, 2 = long) */
1249 16, /* bitsize */
1250 FALSE, /* pc_relative */
1251 0, /* bitpos */
1252 complain_overflow_dont, /* complain_on_overflow */
25dbc73a
AM
1253 ppc_elf_addr16_ha_reloc, /* special_function */
1254 "R_PPC_EMB_NADDR16_HA", /* name */
1255 FALSE, /* partial_inplace */
1256 0, /* src_mask */
1257 0xffff, /* dst_mask */
1258 FALSE), /* pcrel_offset */
1259
1260 /* 16 bit value resulting from allocating a 4 byte word to hold an
1261 address in the .sdata section, and returning the offset from
1262 _SDA_BASE_ for that relocation. */
1263 HOWTO (R_PPC_EMB_SDAI16, /* type */
1264 0, /* rightshift */
1265 1, /* size (0 = byte, 1 = short, 2 = long) */
1266 16, /* bitsize */
1267 FALSE, /* pc_relative */
1268 0, /* bitpos */
1269 complain_overflow_bitfield, /* complain_on_overflow */
1270 bfd_elf_generic_reloc, /* special_function */
1271 "R_PPC_EMB_SDAI16", /* name */
1272 FALSE, /* partial_inplace */
1273 0, /* src_mask */
1274 0xffff, /* dst_mask */
1275 FALSE), /* pcrel_offset */
1276
1277 /* 16 bit value resulting from allocating a 4 byte word to hold an
1278 address in the .sdata2 section, and returning the offset from
1279 _SDA2_BASE_ for that relocation. */
1280 HOWTO (R_PPC_EMB_SDA2I16, /* type */
1281 0, /* rightshift */
1282 1, /* size (0 = byte, 1 = short, 2 = long) */
1283 16, /* bitsize */
1284 FALSE, /* pc_relative */
1285 0, /* bitpos */
1286 complain_overflow_bitfield, /* complain_on_overflow */
1287 bfd_elf_generic_reloc, /* special_function */
1288 "R_PPC_EMB_SDA2I16", /* name */
1289 FALSE, /* partial_inplace */
1290 0, /* src_mask */
1291 0xffff, /* dst_mask */
1292 FALSE), /* pcrel_offset */
1293
1294 /* A sign-extended 16 bit value relative to _SDA2_BASE_, for use with
1295 small data items. */
1296 HOWTO (R_PPC_EMB_SDA2REL, /* type */
1297 0, /* rightshift */
1298 1, /* size (0 = byte, 1 = short, 2 = long) */
1299 16, /* bitsize */
1300 FALSE, /* pc_relative */
1301 0, /* bitpos */
1302 complain_overflow_signed, /* complain_on_overflow */
1303 bfd_elf_generic_reloc, /* special_function */
1304 "R_PPC_EMB_SDA2REL", /* name */
1305 FALSE, /* partial_inplace */
1306 0, /* src_mask */
1307 0xffff, /* dst_mask */
1308 FALSE), /* pcrel_offset */
1309
1310 /* Relocate against either _SDA_BASE_ or _SDA2_BASE_, filling in the 16 bit
1311 signed offset from the appropriate base, and filling in the register
1312 field with the appropriate register (0, 2, or 13). */
1313 HOWTO (R_PPC_EMB_SDA21, /* type */
1314 0, /* rightshift */
1315 2, /* size (0 = byte, 1 = short, 2 = long) */
1316 16, /* bitsize */
1317 FALSE, /* pc_relative */
1318 0, /* bitpos */
1319 complain_overflow_signed, /* complain_on_overflow */
1320 bfd_elf_generic_reloc, /* special_function */
1321 "R_PPC_EMB_SDA21", /* name */
1322 FALSE, /* partial_inplace */
1323 0, /* src_mask */
1324 0xffff, /* dst_mask */
1325 FALSE), /* pcrel_offset */
1326
1327 /* Relocation not handled: R_PPC_EMB_MRKREF */
1328 /* Relocation not handled: R_PPC_EMB_RELSEC16 */
1329 /* Relocation not handled: R_PPC_EMB_RELST_LO */
1330 /* Relocation not handled: R_PPC_EMB_RELST_HI */
1331 /* Relocation not handled: R_PPC_EMB_RELST_HA */
1332 /* Relocation not handled: R_PPC_EMB_BIT_FLD */
1333
1334 /* PC relative relocation against either _SDA_BASE_ or _SDA2_BASE_, filling
1335 in the 16 bit signed offset from the appropriate base, and filling in the
1336 register field with the appropriate register (0, 2, or 13). */
1337 HOWTO (R_PPC_EMB_RELSDA, /* type */
1338 0, /* rightshift */
1339 1, /* size (0 = byte, 1 = short, 2 = long) */
1340 16, /* bitsize */
1341 TRUE, /* pc_relative */
1342 0, /* bitpos */
1343 complain_overflow_signed, /* complain_on_overflow */
1344 bfd_elf_generic_reloc, /* special_function */
1345 "R_PPC_EMB_RELSDA", /* name */
1346 FALSE, /* partial_inplace */
1347 0, /* src_mask */
1348 0xffff, /* dst_mask */
1349 FALSE), /* pcrel_offset */
1350
d7128ce4
AM
1351 /* A 16 bit relative relocation. */
1352 HOWTO (R_PPC_REL16, /* type */
1353 0, /* rightshift */
1354 1, /* size (0 = byte, 1 = short, 2 = long) */
1355 16, /* bitsize */
1356 TRUE, /* pc_relative */
1357 0, /* bitpos */
1358 complain_overflow_bitfield, /* complain_on_overflow */
1359 bfd_elf_generic_reloc, /* special_function */
1360 "R_PPC_REL16", /* name */
1361 FALSE, /* partial_inplace */
1362 0, /* src_mask */
1363 0xffff, /* dst_mask */
1364 TRUE), /* pcrel_offset */
1365
1366 /* A 16 bit relative relocation without overflow. */
1367 HOWTO (R_PPC_REL16_LO, /* type */
1368 0, /* rightshift */
1369 1, /* size (0 = byte, 1 = short, 2 = long) */
1370 16, /* bitsize */
1371 TRUE, /* pc_relative */
1372 0, /* bitpos */
1373 complain_overflow_dont,/* complain_on_overflow */
1374 bfd_elf_generic_reloc, /* special_function */
1375 "R_PPC_REL16_LO", /* name */
1376 FALSE, /* partial_inplace */
1377 0, /* src_mask */
1378 0xffff, /* dst_mask */
1379 TRUE), /* pcrel_offset */
1380
1381 /* The high order 16 bits of a relative address. */
1382 HOWTO (R_PPC_REL16_HI, /* type */
1383 16, /* rightshift */
1384 1, /* size (0 = byte, 1 = short, 2 = long) */
1385 16, /* bitsize */
1386 TRUE, /* pc_relative */
1387 0, /* bitpos */
1388 complain_overflow_dont, /* complain_on_overflow */
1389 bfd_elf_generic_reloc, /* special_function */
1390 "R_PPC_REL16_HI", /* name */
1391 FALSE, /* partial_inplace */
1392 0, /* src_mask */
1393 0xffff, /* dst_mask */
1394 TRUE), /* pcrel_offset */
1395
1396 /* The high order 16 bits of a relative address, plus 1 if the contents of
1397 the low 16 bits, treated as a signed number, is negative. */
1398 HOWTO (R_PPC_REL16_HA, /* type */
1399 16, /* rightshift */
1400 1, /* size (0 = byte, 1 = short, 2 = long) */
1401 16, /* bitsize */
1402 TRUE, /* pc_relative */
1403 0, /* bitpos */
1404 complain_overflow_dont, /* complain_on_overflow */
1405 ppc_elf_addr16_ha_reloc, /* special_function */
1406 "R_PPC_REL16_HA", /* name */
1407 FALSE, /* partial_inplace */
1408 0, /* src_mask */
1409 0xffff, /* dst_mask */
1410 TRUE), /* pcrel_offset */
1411
25dbc73a
AM
1412 /* GNU extension to record C++ vtable hierarchy. */
1413 HOWTO (R_PPC_GNU_VTINHERIT, /* type */
1414 0, /* rightshift */
1415 0, /* size (0 = byte, 1 = short, 2 = long) */
1416 0, /* bitsize */
1417 FALSE, /* pc_relative */
1418 0, /* bitpos */
1419 complain_overflow_dont, /* complain_on_overflow */
1420 NULL, /* special_function */
1421 "R_PPC_GNU_VTINHERIT", /* name */
1422 FALSE, /* partial_inplace */
1423 0, /* src_mask */
1424 0, /* dst_mask */
1425 FALSE), /* pcrel_offset */
1426
1427 /* GNU extension to record C++ vtable member usage. */
1428 HOWTO (R_PPC_GNU_VTENTRY, /* type */
1429 0, /* rightshift */
1430 0, /* size (0 = byte, 1 = short, 2 = long) */
1431 0, /* bitsize */
1432 FALSE, /* pc_relative */
1433 0, /* bitpos */
1434 complain_overflow_dont, /* complain_on_overflow */
1435 NULL, /* special_function */
1436 "R_PPC_GNU_VTENTRY", /* name */
7619e7c7
AM
1437 FALSE, /* partial_inplace */
1438 0, /* src_mask */
25dbc73a 1439 0, /* dst_mask */
7619e7c7
AM
1440 FALSE), /* pcrel_offset */
1441
25dbc73a
AM
1442 /* Phony reloc to handle AIX style TOC entries. */
1443 HOWTO (R_PPC_TOC16, /* type */
7619e7c7
AM
1444 0, /* rightshift */
1445 1, /* size (0 = byte, 1 = short, 2 = long) */
1446 16, /* bitsize */
1447 FALSE, /* pc_relative */
1448 0, /* bitpos */
25dbc73a 1449 complain_overflow_signed, /* complain_on_overflow */
7619e7c7 1450 bfd_elf_generic_reloc, /* special_function */
25dbc73a 1451 "R_PPC_TOC16", /* name */
7619e7c7
AM
1452 FALSE, /* partial_inplace */
1453 0, /* src_mask */
1454 0xffff, /* dst_mask */
1455 FALSE), /* pcrel_offset */
25dbc73a
AM
1456};
1457\f
1458/* Initialize the ppc_elf_howto_table, so that linear accesses can be done. */
1459
1460static void
1461ppc_elf_howto_init (void)
1462{
1463 unsigned int i, type;
1464
1465 for (i = 0;
1466 i < sizeof (ppc_elf_howto_raw) / sizeof (ppc_elf_howto_raw[0]);
1467 i++)
1468 {
1469 type = ppc_elf_howto_raw[i].type;
1470 if (type >= (sizeof (ppc_elf_howto_table)
1471 / sizeof (ppc_elf_howto_table[0])))
1472 abort ();
1473 ppc_elf_howto_table[type] = &ppc_elf_howto_raw[i];
1474 }
1475}
1476
1477static reloc_howto_type *
1478ppc_elf_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
1479 bfd_reloc_code_real_type code)
1480{
1481 enum elf_ppc_reloc_type r;
1482
1483 /* Initialize howto table if not already done. */
1484 if (!ppc_elf_howto_table[R_PPC_ADDR32])
1485 ppc_elf_howto_init ();
1486
1487 switch (code)
1488 {
1489 default:
1490 return NULL;
1491
1492 case BFD_RELOC_NONE: r = R_PPC_NONE; break;
1493 case BFD_RELOC_32: r = R_PPC_ADDR32; break;
1494 case BFD_RELOC_PPC_BA26: r = R_PPC_ADDR24; break;
1495 case BFD_RELOC_16: r = R_PPC_ADDR16; break;
1496 case BFD_RELOC_LO16: r = R_PPC_ADDR16_LO; break;
1497 case BFD_RELOC_HI16: r = R_PPC_ADDR16_HI; break;
1498 case BFD_RELOC_HI16_S: r = R_PPC_ADDR16_HA; break;
1499 case BFD_RELOC_PPC_BA16: r = R_PPC_ADDR14; break;
1500 case BFD_RELOC_PPC_BA16_BRTAKEN: r = R_PPC_ADDR14_BRTAKEN; break;
1501 case BFD_RELOC_PPC_BA16_BRNTAKEN: r = R_PPC_ADDR14_BRNTAKEN; break;
1502 case BFD_RELOC_PPC_B26: r = R_PPC_REL24; break;
1503 case BFD_RELOC_PPC_B16: r = R_PPC_REL14; break;
1504 case BFD_RELOC_PPC_B16_BRTAKEN: r = R_PPC_REL14_BRTAKEN; break;
1505 case BFD_RELOC_PPC_B16_BRNTAKEN: r = R_PPC_REL14_BRNTAKEN; break;
1506 case BFD_RELOC_16_GOTOFF: r = R_PPC_GOT16; break;
1507 case BFD_RELOC_LO16_GOTOFF: r = R_PPC_GOT16_LO; break;
1508 case BFD_RELOC_HI16_GOTOFF: r = R_PPC_GOT16_HI; break;
1509 case BFD_RELOC_HI16_S_GOTOFF: r = R_PPC_GOT16_HA; break;
1510 case BFD_RELOC_24_PLT_PCREL: r = R_PPC_PLTREL24; break;
1511 case BFD_RELOC_PPC_COPY: r = R_PPC_COPY; break;
1512 case BFD_RELOC_PPC_GLOB_DAT: r = R_PPC_GLOB_DAT; break;
1513 case BFD_RELOC_PPC_LOCAL24PC: r = R_PPC_LOCAL24PC; break;
1514 case BFD_RELOC_32_PCREL: r = R_PPC_REL32; break;
1515 case BFD_RELOC_32_PLTOFF: r = R_PPC_PLT32; break;
1516 case BFD_RELOC_32_PLT_PCREL: r = R_PPC_PLTREL32; break;
1517 case BFD_RELOC_LO16_PLTOFF: r = R_PPC_PLT16_LO; break;
1518 case BFD_RELOC_HI16_PLTOFF: r = R_PPC_PLT16_HI; break;
1519 case BFD_RELOC_HI16_S_PLTOFF: r = R_PPC_PLT16_HA; break;
1520 case BFD_RELOC_GPREL16: r = R_PPC_SDAREL16; break;
1521 case BFD_RELOC_16_BASEREL: r = R_PPC_SECTOFF; break;
1522 case BFD_RELOC_LO16_BASEREL: r = R_PPC_SECTOFF_LO; break;
1523 case BFD_RELOC_HI16_BASEREL: r = R_PPC_SECTOFF_HI; break;
1524 case BFD_RELOC_HI16_S_BASEREL: r = R_PPC_SECTOFF_HA; break;
1525 case BFD_RELOC_CTOR: r = R_PPC_ADDR32; break;
1526 case BFD_RELOC_PPC_TOC16: r = R_PPC_TOC16; break;
1527 case BFD_RELOC_PPC_TLS: r = R_PPC_TLS; break;
1528 case BFD_RELOC_PPC_DTPMOD: r = R_PPC_DTPMOD32; break;
1529 case BFD_RELOC_PPC_TPREL16: r = R_PPC_TPREL16; break;
1530 case BFD_RELOC_PPC_TPREL16_LO: r = R_PPC_TPREL16_LO; break;
1531 case BFD_RELOC_PPC_TPREL16_HI: r = R_PPC_TPREL16_HI; break;
1532 case BFD_RELOC_PPC_TPREL16_HA: r = R_PPC_TPREL16_HA; break;
1533 case BFD_RELOC_PPC_TPREL: r = R_PPC_TPREL32; break;
1534 case BFD_RELOC_PPC_DTPREL16: r = R_PPC_DTPREL16; break;
1535 case BFD_RELOC_PPC_DTPREL16_LO: r = R_PPC_DTPREL16_LO; break;
1536 case BFD_RELOC_PPC_DTPREL16_HI: r = R_PPC_DTPREL16_HI; break;
1537 case BFD_RELOC_PPC_DTPREL16_HA: r = R_PPC_DTPREL16_HA; break;
1538 case BFD_RELOC_PPC_DTPREL: r = R_PPC_DTPREL32; break;
1539 case BFD_RELOC_PPC_GOT_TLSGD16: r = R_PPC_GOT_TLSGD16; break;
1540 case BFD_RELOC_PPC_GOT_TLSGD16_LO: r = R_PPC_GOT_TLSGD16_LO; break;
1541 case BFD_RELOC_PPC_GOT_TLSGD16_HI: r = R_PPC_GOT_TLSGD16_HI; break;
1542 case BFD_RELOC_PPC_GOT_TLSGD16_HA: r = R_PPC_GOT_TLSGD16_HA; break;
1543 case BFD_RELOC_PPC_GOT_TLSLD16: r = R_PPC_GOT_TLSLD16; break;
1544 case BFD_RELOC_PPC_GOT_TLSLD16_LO: r = R_PPC_GOT_TLSLD16_LO; break;
1545 case BFD_RELOC_PPC_GOT_TLSLD16_HI: r = R_PPC_GOT_TLSLD16_HI; break;
1546 case BFD_RELOC_PPC_GOT_TLSLD16_HA: r = R_PPC_GOT_TLSLD16_HA; break;
1547 case BFD_RELOC_PPC_GOT_TPREL16: r = R_PPC_GOT_TPREL16; break;
1548 case BFD_RELOC_PPC_GOT_TPREL16_LO: r = R_PPC_GOT_TPREL16_LO; break;
1549 case BFD_RELOC_PPC_GOT_TPREL16_HI: r = R_PPC_GOT_TPREL16_HI; break;
1550 case BFD_RELOC_PPC_GOT_TPREL16_HA: r = R_PPC_GOT_TPREL16_HA; break;
1551 case BFD_RELOC_PPC_GOT_DTPREL16: r = R_PPC_GOT_DTPREL16; break;
1552 case BFD_RELOC_PPC_GOT_DTPREL16_LO: r = R_PPC_GOT_DTPREL16_LO; break;
1553 case BFD_RELOC_PPC_GOT_DTPREL16_HI: r = R_PPC_GOT_DTPREL16_HI; break;
1554 case BFD_RELOC_PPC_GOT_DTPREL16_HA: r = R_PPC_GOT_DTPREL16_HA; break;
1555 case BFD_RELOC_PPC_EMB_NADDR32: r = R_PPC_EMB_NADDR32; break;
1556 case BFD_RELOC_PPC_EMB_NADDR16: r = R_PPC_EMB_NADDR16; break;
1557 case BFD_RELOC_PPC_EMB_NADDR16_LO: r = R_PPC_EMB_NADDR16_LO; break;
1558 case BFD_RELOC_PPC_EMB_NADDR16_HI: r = R_PPC_EMB_NADDR16_HI; break;
1559 case BFD_RELOC_PPC_EMB_NADDR16_HA: r = R_PPC_EMB_NADDR16_HA; break;
1560 case BFD_RELOC_PPC_EMB_SDAI16: r = R_PPC_EMB_SDAI16; break;
1561 case BFD_RELOC_PPC_EMB_SDA2I16: r = R_PPC_EMB_SDA2I16; break;
1562 case BFD_RELOC_PPC_EMB_SDA2REL: r = R_PPC_EMB_SDA2REL; break;
1563 case BFD_RELOC_PPC_EMB_SDA21: r = R_PPC_EMB_SDA21; break;
1564 case BFD_RELOC_PPC_EMB_MRKREF: r = R_PPC_EMB_MRKREF; break;
1565 case BFD_RELOC_PPC_EMB_RELSEC16: r = R_PPC_EMB_RELSEC16; break;
1566 case BFD_RELOC_PPC_EMB_RELST_LO: r = R_PPC_EMB_RELST_LO; break;
1567 case BFD_RELOC_PPC_EMB_RELST_HI: r = R_PPC_EMB_RELST_HI; break;
1568 case BFD_RELOC_PPC_EMB_RELST_HA: r = R_PPC_EMB_RELST_HA; break;
1569 case BFD_RELOC_PPC_EMB_BIT_FLD: r = R_PPC_EMB_BIT_FLD; break;
1570 case BFD_RELOC_PPC_EMB_RELSDA: r = R_PPC_EMB_RELSDA; break;
d7128ce4
AM
1571 case BFD_RELOC_16_PCREL: r = R_PPC_REL16; break;
1572 case BFD_RELOC_LO16_PCREL: r = R_PPC_REL16_LO; break;
1573 case BFD_RELOC_HI16_PCREL: r = R_PPC_REL16_HI; break;
1574 case BFD_RELOC_HI16_S_PCREL: r = R_PPC_REL16_HA; break;
25dbc73a
AM
1575 case BFD_RELOC_VTABLE_INHERIT: r = R_PPC_GNU_VTINHERIT; break;
1576 case BFD_RELOC_VTABLE_ENTRY: r = R_PPC_GNU_VTENTRY; break;
1577 }
1578
1579 return ppc_elf_howto_table[r];
1580};
1581
157090f7
AM
1582static reloc_howto_type *
1583ppc_elf_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
1584 const char *r_name)
1585{
1586 unsigned int i;
1587
1588 for (i = 0;
1589 i < sizeof (ppc_elf_howto_raw) / sizeof (ppc_elf_howto_raw[0]);
1590 i++)
1591 if (ppc_elf_howto_raw[i].name != NULL
1592 && strcasecmp (ppc_elf_howto_raw[i].name, r_name) == 0)
1593 return &ppc_elf_howto_raw[i];
1594
1595 return NULL;
1596}
1597
25dbc73a
AM
1598/* Set the howto pointer for a PowerPC ELF reloc. */
1599
1600static void
1601ppc_elf_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
1602 arelent *cache_ptr,
1603 Elf_Internal_Rela *dst)
1604{
1605 /* Initialize howto table if not already done. */
1606 if (!ppc_elf_howto_table[R_PPC_ADDR32])
1607 ppc_elf_howto_init ();
1608
1609 BFD_ASSERT (ELF32_R_TYPE (dst->r_info) < (unsigned int) R_PPC_max);
1610 cache_ptr->howto = ppc_elf_howto_table[ELF32_R_TYPE (dst->r_info)];
375de94a
AM
1611
1612 /* Just because the above assert didn't trigger doesn't mean that
1613 ELF32_R_TYPE (dst->r_info) is necessarily a valid relocation. */
1614 if (!cache_ptr->howto)
1615 {
1616 (*_bfd_error_handler) (_("%B: invalid relocation type %d"),
1617 abfd, ELF32_R_TYPE (dst->r_info));
1618 bfd_set_error (bfd_error_bad_value);
1619
1620 cache_ptr->howto = ppc_elf_howto_table[R_PPC_NONE];
1621 }
25dbc73a
AM
1622}
1623
d7128ce4 1624/* Handle the R_PPC_ADDR16_HA and R_PPC_REL16_HA relocs. */
25dbc73a
AM
1625
1626static bfd_reloc_status_type
1627ppc_elf_addr16_ha_reloc (bfd *abfd ATTRIBUTE_UNUSED,
1628 arelent *reloc_entry,
1629 asymbol *symbol,
1630 void *data ATTRIBUTE_UNUSED,
1631 asection *input_section,
1632 bfd *output_bfd,
1633 char **error_message ATTRIBUTE_UNUSED)
1634{
1635 bfd_vma relocation;
1636
1637 if (output_bfd != NULL)
1638 {
1639 reloc_entry->address += input_section->output_offset;
1640 return bfd_reloc_ok;
1641 }
1642
1643 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
1644 return bfd_reloc_outofrange;
1645
1646 if (bfd_is_com_section (symbol->section))
1647 relocation = 0;
1648 else
1649 relocation = symbol->value;
1650
1651 relocation += symbol->section->output_section->vma;
1652 relocation += symbol->section->output_offset;
1653 relocation += reloc_entry->addend;
d7128ce4
AM
1654 if (reloc_entry->howto->pc_relative)
1655 relocation -= reloc_entry->address;
25dbc73a
AM
1656
1657 reloc_entry->addend += (relocation & 0x8000) << 1;
1658
1659 return bfd_reloc_continue;
1660}
1661
1662static bfd_reloc_status_type
1663ppc_elf_unhandled_reloc (bfd *abfd,
1664 arelent *reloc_entry,
1665 asymbol *symbol,
1666 void *data,
1667 asection *input_section,
1668 bfd *output_bfd,
1669 char **error_message)
1670{
1671 /* If this is a relocatable link (output_bfd test tells us), just
1672 call the generic function. Any adjustment will be done at final
1673 link time. */
1674 if (output_bfd != NULL)
1675 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
1676 input_section, output_bfd, error_message);
1677
1678 if (error_message != NULL)
1679 {
1680 static char buf[60];
1681 sprintf (buf, _("generic linker can't handle %s"),
1682 reloc_entry->howto->name);
1683 *error_message = buf;
1684 }
1685 return bfd_reloc_dangerous;
1686}
1687\f
1688/* Sections created by the linker. */
1689
1690typedef struct elf_linker_section
1691{
c9a2f333 1692 /* Pointer to the bfd section. */
25dbc73a 1693 asection *section;
c9a2f333
AM
1694 /* Section name. */
1695 const char *name;
1696 /* Associated bss section name. */
1697 const char *bss_name;
1698 /* Associated symbol name. */
1699 const char *sym_name;
046183de
AM
1700 /* Associated symbol. */
1701 struct elf_link_hash_entry *sym;
25dbc73a
AM
1702} elf_linker_section_t;
1703
1704/* Linked list of allocated pointer entries. This hangs off of the
1705 symbol lists, and provides allows us to return different pointers,
1706 based on different addend's. */
1707
1708typedef struct elf_linker_section_pointers
1709{
1710 /* next allocated pointer for this symbol */
1711 struct elf_linker_section_pointers *next;
1712 /* offset of pointer from beginning of section */
1713 bfd_vma offset;
1714 /* addend used */
1715 bfd_vma addend;
1716 /* which linker section this is */
1717 elf_linker_section_t *lsect;
25dbc73a
AM
1718} elf_linker_section_pointers_t;
1719
1720struct ppc_elf_obj_tdata
1721{
1722 struct elf_obj_tdata elf;
1723
1724 /* A mapping from local symbols to offsets into the various linker
1725 sections added. This is index by the symbol index. */
1726 elf_linker_section_pointers_t **linker_section_pointers;
016687f8
AM
1727
1728 /* Flags used to auto-detect plt type. */
1729 unsigned int makes_plt_call : 1;
1730 unsigned int has_rel16 : 1;
25dbc73a
AM
1731};
1732
1733#define ppc_elf_tdata(bfd) \
1734 ((struct ppc_elf_obj_tdata *) (bfd)->tdata.any)
7619e7c7 1735
25dbc73a
AM
1736#define elf_local_ptr_offsets(bfd) \
1737 (ppc_elf_tdata (bfd)->linker_section_pointers)
7619e7c7 1738
25dbc73a 1739/* Override the generic function because we store some extras. */
7619e7c7 1740
25dbc73a
AM
1741static bfd_boolean
1742ppc_elf_mkobject (bfd *abfd)
1743{
25dbc73a 1744 if (abfd->tdata.any == NULL)
62d7a5f6
AM
1745 {
1746 bfd_size_type amt = sizeof (struct ppc_elf_obj_tdata);
1747 abfd->tdata.any = bfd_zalloc (abfd, amt);
1748 if (abfd->tdata.any == NULL)
1749 return FALSE;
1750 }
1751 return bfd_elf_mkobject (abfd);
25dbc73a 1752}
7619e7c7 1753
25dbc73a
AM
1754/* Fix bad default arch selected for a 32 bit input bfd when the
1755 default is 64 bit. */
7619e7c7 1756
25dbc73a
AM
1757static bfd_boolean
1758ppc_elf_object_p (bfd *abfd)
1759{
1760 if (abfd->arch_info->the_default && abfd->arch_info->bits_per_word == 64)
1761 {
1762 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd);
7619e7c7 1763
25dbc73a
AM
1764 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS32)
1765 {
1766 /* Relies on arch after 64 bit default being 32 bit default. */
1767 abfd->arch_info = abfd->arch_info->next;
1768 BFD_ASSERT (abfd->arch_info->bits_per_word == 32);
1769 }
1770 }
1771 return TRUE;
1772}
7619e7c7 1773
25dbc73a 1774/* Function to set whether a module needs the -mrelocatable bit set. */
7619e7c7 1775
25dbc73a
AM
1776static bfd_boolean
1777ppc_elf_set_private_flags (bfd *abfd, flagword flags)
1778{
1779 BFD_ASSERT (!elf_flags_init (abfd)
1780 || elf_elfheader (abfd)->e_flags == flags);
7619e7c7 1781
25dbc73a
AM
1782 elf_elfheader (abfd)->e_flags = flags;
1783 elf_flags_init (abfd) = TRUE;
1784 return TRUE;
1785}
1786
25dbc73a 1787/* Support for core dump NOTE sections. */
deaaf2f3 1788
b34976b6 1789static bfd_boolean
25dbc73a 1790ppc_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
252b5132 1791{
25dbc73a
AM
1792 int offset;
1793 unsigned int size;
252b5132 1794
25dbc73a
AM
1795 switch (note->descsz)
1796 {
1797 default:
1798 return FALSE;
252b5132 1799
25dbc73a
AM
1800 case 268: /* Linux/PPC. */
1801 /* pr_cursig */
1802 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
deaaf2f3 1803
25dbc73a
AM
1804 /* pr_pid */
1805 elf_tdata (abfd)->core_pid = bfd_get_32 (abfd, note->descdata + 24);
9abc968f 1806
25dbc73a
AM
1807 /* pr_reg */
1808 offset = 72;
1809 size = 192;
deaaf2f3 1810
25dbc73a
AM
1811 break;
1812 }
deaaf2f3 1813
25dbc73a
AM
1814 /* Make a ".reg/999" section. */
1815 return _bfd_elfcore_make_pseudosection (abfd, ".reg",
1816 size, note->descpos + offset);
1817}
252b5132 1818
25dbc73a
AM
1819static bfd_boolean
1820ppc_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
1821{
1822 switch (note->descsz)
deaaf2f3 1823 {
25dbc73a
AM
1824 default:
1825 return FALSE;
deaaf2f3 1826
25dbc73a
AM
1827 case 128: /* Linux/PPC elf_prpsinfo. */
1828 elf_tdata (abfd)->core_program
1829 = _bfd_elfcore_strndup (abfd, note->descdata + 32, 16);
1830 elf_tdata (abfd)->core_command
1831 = _bfd_elfcore_strndup (abfd, note->descdata + 48, 80);
1832 }
9abc968f 1833
25dbc73a
AM
1834 /* Note that for some reason, a spurious space is tacked
1835 onto the end of the args in some (at least one anyway)
1836 implementations, so strip it off if it exists. */
70bccea4 1837
25dbc73a
AM
1838 {
1839 char *command = elf_tdata (abfd)->core_command;
1840 int n = strlen (command);
70bccea4 1841
25dbc73a
AM
1842 if (0 < n && command[n - 1] == ' ')
1843 command[n - 1] = '\0';
1844 }
deaaf2f3 1845
25dbc73a
AM
1846 return TRUE;
1847}
deaaf2f3 1848
183e98be
AM
1849static char *
1850ppc_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type, ...)
1851{
1852 switch (note_type)
1853 {
1854 default:
1855 return NULL;
1856
1857 case NT_PRPSINFO:
1858 {
1859 char data[128];
1860 va_list ap;
1861
1862 va_start (ap, note_type);
1863 memset (data, 0, 32);
1864 strncpy (data + 32, va_arg (ap, const char *), 16);
1865 strncpy (data + 48, va_arg (ap, const char *), 80);
1866 va_end (ap);
1867 return elfcore_write_note (abfd, buf, bufsiz,
1868 "CORE", note_type, data, sizeof (data));
1869 }
1870
1871 case NT_PRSTATUS:
1872 {
1873 char data[268];
1874 va_list ap;
1875 long pid;
1876 int cursig;
1877 const void *greg;
1878
1879 va_start (ap, note_type);
1880 memset (data, 0, 72);
1881 pid = va_arg (ap, long);
1882 bfd_put_32 (abfd, pid, data + 24);
1883 cursig = va_arg (ap, int);
1884 bfd_put_16 (abfd, cursig, data + 12);
1885 greg = va_arg (ap, const void *);
1886 memcpy (data + 72, greg, 192);
1887 memset (data + 264, 0, 4);
1888 va_end (ap);
1889 return elfcore_write_note (abfd, buf, bufsiz,
1890 "CORE", note_type, data, sizeof (data));
1891 }
1892 }
1893}
1894
25dbc73a
AM
1895/* Return address for Ith PLT stub in section PLT, for relocation REL
1896 or (bfd_vma) -1 if it should not be included. */
deaaf2f3 1897
25dbc73a
AM
1898static bfd_vma
1899ppc_elf_plt_sym_val (bfd_vma i ATTRIBUTE_UNUSED,
1900 const asection *plt ATTRIBUTE_UNUSED,
1901 const arelent *rel)
1902{
1903 return rel->address;
1904}
deaaf2f3 1905
25dbc73a 1906/* Handle a PowerPC specific section when reading an object file. This
6dc132d9
L
1907 is called when bfd_section_from_shdr finds a section with an unknown
1908 type. */
deaaf2f3 1909
25dbc73a 1910static bfd_boolean
6dc132d9
L
1911ppc_elf_section_from_shdr (bfd *abfd,
1912 Elf_Internal_Shdr *hdr,
1913 const char *name,
1914 int shindex)
25dbc73a
AM
1915{
1916 asection *newsect;
1917 flagword flags;
d1c6de6f 1918
6dc132d9 1919 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
25dbc73a 1920 return FALSE;
deaaf2f3 1921
25dbc73a
AM
1922 newsect = hdr->bfd_section;
1923 flags = bfd_get_section_flags (abfd, newsect);
1924 if (hdr->sh_flags & SHF_EXCLUDE)
1925 flags |= SEC_EXCLUDE;
9abc968f 1926
25dbc73a
AM
1927 if (hdr->sh_type == SHT_ORDERED)
1928 flags |= SEC_SORT_ENTRIES;
d1c6de6f 1929
25dbc73a
AM
1930 bfd_set_section_flags (abfd, newsect, flags);
1931 return TRUE;
1932}
1933
1934/* Set up any other section flags and such that may be necessary. */
1935
1936static bfd_boolean
1937ppc_elf_fake_sections (bfd *abfd ATTRIBUTE_UNUSED,
1938 Elf_Internal_Shdr *shdr,
1939 asection *asect)
1940{
d30e8e7c 1941 if ((asect->flags & (SEC_GROUP | SEC_EXCLUDE)) == SEC_EXCLUDE)
25dbc73a
AM
1942 shdr->sh_flags |= SHF_EXCLUDE;
1943
1944 if ((asect->flags & SEC_SORT_ENTRIES) != 0)
1945 shdr->sh_type = SHT_ORDERED;
1946
1947 return TRUE;
1948}
1949
1950/* If we have .sbss2 or .PPC.EMB.sbss0 output sections, we
1951 need to bump up the number of section headers. */
1952
1953static int
a6b96beb
AM
1954ppc_elf_additional_program_headers (bfd *abfd,
1955 struct bfd_link_info *info ATTRIBUTE_UNUSED)
25dbc73a
AM
1956{
1957 asection *s;
1958 int ret = 0;
d1c6de6f 1959
25dbc73a
AM
1960 s = bfd_get_section_by_name (abfd, ".sbss2");
1961 if (s != NULL && (s->flags & SEC_ALLOC) != 0)
1962 ++ret;
d1c6de6f 1963
25dbc73a
AM
1964 s = bfd_get_section_by_name (abfd, ".PPC.EMB.sbss0");
1965 if (s != NULL && (s->flags & SEC_ALLOC) != 0)
1966 ++ret;
deaaf2f3 1967
25dbc73a
AM
1968 return ret;
1969}
deaaf2f3 1970
25dbc73a
AM
1971/* Add extra PPC sections -- Note, for now, make .sbss2 and
1972 .PPC.EMB.sbss0 a normal section, and not a bss section so
1973 that the linker doesn't crater when trying to make more than
1974 2 sections. */
e656e369 1975
b35d266b 1976static const struct bfd_elf_special_section ppc_elf_special_sections[] =
7f4d3958 1977{
0112cd26
NC
1978 { STRING_COMMA_LEN (".plt"), 0, SHT_NOBITS, SHF_ALLOC + SHF_EXECINSTR },
1979 { STRING_COMMA_LEN (".sbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
1980 { STRING_COMMA_LEN (".sbss2"), -2, SHT_PROGBITS, SHF_ALLOC },
1981 { STRING_COMMA_LEN (".sdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE },
1982 { STRING_COMMA_LEN (".sdata2"), -2, SHT_PROGBITS, SHF_ALLOC },
1983 { STRING_COMMA_LEN (".tags"), 0, SHT_ORDERED, SHF_ALLOC },
1984 { STRING_COMMA_LEN (".PPC.EMB.apuinfo"), 0, SHT_NOTE, 0 },
1985 { STRING_COMMA_LEN (".PPC.EMB.sbss0"), 0, SHT_PROGBITS, SHF_ALLOC },
1986 { STRING_COMMA_LEN (".PPC.EMB.sdata0"), 0, SHT_PROGBITS, SHF_ALLOC },
1987 { NULL, 0, 0, 0, 0 }
7f4d3958
L
1988};
1989
551b43fd
AM
1990/* This is what we want for new plt/got. */
1991static struct bfd_elf_special_section ppc_alt_plt =
0112cd26 1992 { STRING_COMMA_LEN (".plt"), 0, SHT_PROGBITS, SHF_ALLOC };
551b43fd
AM
1993
1994static const struct bfd_elf_special_section *
1995ppc_elf_get_sec_type_attr (bfd *abfd ATTRIBUTE_UNUSED, asection *sec)
7f4d3958 1996{
b35d266b 1997 const struct bfd_elf_special_section *ssect;
551b43fd
AM
1998
1999 /* See if this is one of the special sections. */
2000 if (sec->name == NULL)
2001 return NULL;
2002
2003 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections,
2004 sec->use_rela_p);
2005 if (ssect != NULL)
2006 {
2007 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0)
2008 ssect = &ppc_alt_plt;
2009 return ssect;
2010 }
2011
2012 return _bfd_elf_get_sec_type_attr (abfd, sec);
2013}
25dbc73a
AM
2014\f
2015/* Very simple linked list structure for recording apuinfo values. */
2016typedef struct apuinfo_list
2017{
2018 struct apuinfo_list *next;
2019 unsigned long value;
2020}
2021apuinfo_list;
e656e369 2022
25dbc73a 2023static apuinfo_list *head;
deaaf2f3 2024
deaaf2f3 2025
25dbc73a
AM
2026static void
2027apuinfo_list_init (void)
2028{
2029 head = NULL;
2030}
9abc968f 2031
25dbc73a
AM
2032static void
2033apuinfo_list_add (unsigned long value)
2034{
2035 apuinfo_list *entry = head;
deaaf2f3 2036
25dbc73a
AM
2037 while (entry != NULL)
2038 {
2039 if (entry->value == value)
2040 return;
2041 entry = entry->next;
2042 }
b4a38de6 2043
25dbc73a
AM
2044 entry = bfd_malloc (sizeof (* entry));
2045 if (entry == NULL)
2046 return;
e656e369 2047
25dbc73a
AM
2048 entry->value = value;
2049 entry->next = head;
2050 head = entry;
2051}
9abc968f 2052
25dbc73a
AM
2053static unsigned
2054apuinfo_list_length (void)
2055{
2056 apuinfo_list *entry;
2057 unsigned long count;
9abc968f 2058
25dbc73a
AM
2059 for (entry = head, count = 0;
2060 entry;
2061 entry = entry->next)
2062 ++ count;
e656e369 2063
25dbc73a
AM
2064 return count;
2065}
eea6121a 2066
25dbc73a
AM
2067static inline unsigned long
2068apuinfo_list_element (unsigned long number)
2069{
2070 apuinfo_list * entry;
e656e369 2071
25dbc73a
AM
2072 for (entry = head;
2073 entry && number --;
2074 entry = entry->next)
2075 ;
252b5132 2076
25dbc73a
AM
2077 return entry ? entry->value : 0;
2078}
2079
2080static void
2081apuinfo_list_finish (void)
2082{
2083 apuinfo_list *entry;
2084
2085 for (entry = head; entry;)
252b5132 2086 {
25dbc73a
AM
2087 apuinfo_list *next = entry->next;
2088 free (entry);
2089 entry = next;
2090 }
9abc968f 2091
25dbc73a
AM
2092 head = NULL;
2093}
9abc968f 2094
25dbc73a
AM
2095#define APUINFO_SECTION_NAME ".PPC.EMB.apuinfo"
2096#define APUINFO_LABEL "APUinfo"
9abc968f 2097
25dbc73a
AM
2098/* Scan the input BFDs and create a linked list of
2099 the APUinfo values that will need to be emitted. */
9abc968f 2100
25dbc73a
AM
2101static void
2102ppc_elf_begin_write_processing (bfd *abfd, struct bfd_link_info *link_info)
2103{
2104 bfd *ibfd;
2105 asection *asec;
2106 char *buffer;
2107 unsigned num_input_sections;
2108 bfd_size_type output_section_size;
2109 unsigned i;
2110 unsigned num_entries;
2111 unsigned long offset;
2112 unsigned long length;
2113 const char *error_message = NULL;
9abc968f 2114
25dbc73a
AM
2115 if (link_info == NULL)
2116 return;
9abc968f 2117
25dbc73a
AM
2118 /* Scan the input bfds, looking for apuinfo sections. */
2119 num_input_sections = 0;
2120 output_section_size = 0;
252b5132 2121
25dbc73a 2122 for (ibfd = link_info->input_bfds; ibfd; ibfd = ibfd->link_next)
252b5132 2123 {
25dbc73a
AM
2124 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME);
2125 if (asec)
252b5132 2126 {
25dbc73a
AM
2127 ++ num_input_sections;
2128 output_section_size += asec->size;
252b5132 2129 }
252b5132
RH
2130 }
2131
25dbc73a
AM
2132 /* We need at least one input sections
2133 in order to make merging worthwhile. */
2134 if (num_input_sections < 1)
2135 return;
deaaf2f3 2136
25dbc73a
AM
2137 /* Just make sure that the output section exists as well. */
2138 asec = bfd_get_section_by_name (abfd, APUINFO_SECTION_NAME);
2139 if (asec == NULL)
2140 return;
252b5132 2141
25dbc73a
AM
2142 /* Allocate a buffer for the contents of the input sections. */
2143 buffer = bfd_malloc (output_section_size);
2144 if (buffer == NULL)
2145 return;
252b5132 2146
25dbc73a
AM
2147 offset = 0;
2148 apuinfo_list_init ();
252b5132 2149
25dbc73a
AM
2150 /* Read in the input sections contents. */
2151 for (ibfd = link_info->input_bfds; ibfd; ibfd = ibfd->link_next)
252b5132 2152 {
25dbc73a
AM
2153 unsigned long datum;
2154 char *ptr;
252b5132 2155
25dbc73a
AM
2156 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME);
2157 if (asec == NULL)
2158 continue;
252b5132 2159
25dbc73a
AM
2160 length = asec->size;
2161 if (length < 24)
2162 {
2163 error_message = _("corrupt or empty %s section in %B");
2164 goto fail;
2165 }
252b5132 2166
25dbc73a
AM
2167 if (bfd_seek (ibfd, asec->filepos, SEEK_SET) != 0
2168 || (bfd_bread (buffer + offset, length, ibfd) != length))
2169 {
2170 error_message = _("unable to read in %s section from %B");
2171 goto fail;
2172 }
252b5132 2173
25dbc73a
AM
2174 /* Process the contents of the section. */
2175 ptr = buffer + offset;
2176 error_message = _("corrupt %s section in %B");
252b5132 2177
25dbc73a
AM
2178 /* Verify the contents of the header. Note - we have to
2179 extract the values this way in order to allow for a
2180 host whose endian-ness is different from the target. */
2181 datum = bfd_get_32 (ibfd, ptr);
2182 if (datum != sizeof APUINFO_LABEL)
2183 goto fail;
252b5132 2184
25dbc73a
AM
2185 datum = bfd_get_32 (ibfd, ptr + 8);
2186 if (datum != 0x2)
2187 goto fail;
252b5132 2188
25dbc73a
AM
2189 if (strcmp (ptr + 12, APUINFO_LABEL) != 0)
2190 goto fail;
252b5132 2191
25dbc73a
AM
2192 /* Get the number of bytes used for apuinfo entries. */
2193 datum = bfd_get_32 (ibfd, ptr + 4);
2194 if (datum + 20 != length)
2195 goto fail;
2196
2197 /* Make sure that we do not run off the end of the section. */
2198 if (offset + length > output_section_size)
2199 goto fail;
2200
2201 /* Scan the apuinfo section, building a list of apuinfo numbers. */
2202 for (i = 0; i < datum; i += 4)
2203 apuinfo_list_add (bfd_get_32 (ibfd, ptr + 20 + i));
2204
2205 /* Update the offset. */
2206 offset += length;
252b5132
RH
2207 }
2208
25dbc73a 2209 error_message = NULL;
252b5132 2210
25dbc73a
AM
2211 /* Compute the size of the output section. */
2212 num_entries = apuinfo_list_length ();
2213 output_section_size = 20 + num_entries * 4;
252b5132 2214
25dbc73a
AM
2215 asec = bfd_get_section_by_name (abfd, APUINFO_SECTION_NAME);
2216
2217 if (! bfd_set_section_size (abfd, asec, output_section_size))
2218 ibfd = abfd,
2219 error_message = _("warning: unable to set size of %s section in %B");
2220
2221 fail:
2222 free (buffer);
2223
2224 if (error_message)
2225 (*_bfd_error_handler) (error_message, ibfd, APUINFO_SECTION_NAME);
2226}
252b5132 2227
25dbc73a
AM
2228/* Prevent the output section from accumulating the input sections'
2229 contents. We have already stored this in our linked list structure. */
252b5132 2230
25dbc73a
AM
2231static bfd_boolean
2232ppc_elf_write_section (bfd *abfd ATTRIBUTE_UNUSED,
c7b8f16e 2233 struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
25dbc73a
AM
2234 asection *asec,
2235 bfd_byte *contents ATTRIBUTE_UNUSED)
2236{
2237 return (apuinfo_list_length ()
2238 && strcmp (asec->name, APUINFO_SECTION_NAME) == 0);
252b5132
RH
2239}
2240
25dbc73a
AM
2241/* Finally we can generate the output section. */
2242
2243static void
2244ppc_elf_final_write_processing (bfd *abfd, bfd_boolean linker ATTRIBUTE_UNUSED)
7619e7c7 2245{
25dbc73a
AM
2246 bfd_byte *buffer;
2247 asection *asec;
2248 unsigned i;
2249 unsigned num_entries;
2250 bfd_size_type length;
7619e7c7 2251
25dbc73a
AM
2252 asec = bfd_get_section_by_name (abfd, APUINFO_SECTION_NAME);
2253 if (asec == NULL)
2254 return;
2255
2256 if (apuinfo_list_length () == 0)
2257 return;
2258
2259 length = asec->size;
2260 if (length < 20)
2261 return;
2262
2263 buffer = bfd_malloc (length);
2264 if (buffer == NULL)
7619e7c7 2265 {
25dbc73a
AM
2266 (*_bfd_error_handler)
2267 (_("failed to allocate space for new APUinfo section."));
2268 return;
7619e7c7 2269 }
7619e7c7 2270
25dbc73a
AM
2271 /* Create the apuinfo header. */
2272 num_entries = apuinfo_list_length ();
2273 bfd_put_32 (abfd, sizeof APUINFO_LABEL, buffer);
2274 bfd_put_32 (abfd, num_entries * 4, buffer + 4);
2275 bfd_put_32 (abfd, 0x2, buffer + 8);
2276 strcpy ((char *) buffer + 12, APUINFO_LABEL);
feee612b 2277
25dbc73a
AM
2278 length = 20;
2279 for (i = 0; i < num_entries; i++)
feee612b 2280 {
25dbc73a
AM
2281 bfd_put_32 (abfd, apuinfo_list_element (i), buffer + length);
2282 length += 4;
feee612b 2283 }
feee612b 2284
25dbc73a
AM
2285 if (length != asec->size)
2286 (*_bfd_error_handler) (_("failed to compute new APUinfo section."));
252b5132 2287
25dbc73a
AM
2288 if (! bfd_set_section_contents (abfd, asec, buffer, (file_ptr) 0, length))
2289 (*_bfd_error_handler) (_("failed to install new APUinfo section."));
252b5132 2290
25dbc73a
AM
2291 free (buffer);
2292
2293 apuinfo_list_finish ();
252b5132 2294}
25dbc73a
AM
2295\f
2296/* The following functions are specific to the ELF linker, while
2297 functions above are used generally. They appear in this file more
2298 or less in the order in which they are called. eg.
2299 ppc_elf_check_relocs is called early in the link process,
2300 ppc_elf_finish_dynamic_sections is one of the last functions
2301 called. */
252b5132 2302
25dbc73a
AM
2303/* The PPC linker needs to keep track of the number of relocs that it
2304 decides to copy as dynamic relocs in check_relocs for each symbol.
2305 This is so that it can later discard them if they are found to be
2306 unnecessary. We store the information in a field extending the
2307 regular ELF linker hash table. */
ae9a127f 2308
25dbc73a 2309struct ppc_elf_dyn_relocs
252b5132 2310{
25dbc73a 2311 struct ppc_elf_dyn_relocs *next;
252b5132 2312
25dbc73a
AM
2313 /* The input section of the reloc. */
2314 asection *sec;
252b5132 2315
25dbc73a
AM
2316 /* Total number of relocs copied for the input section. */
2317 bfd_size_type count;
252b5132 2318
25dbc73a
AM
2319 /* Number of pc-relative relocs copied for the input section. */
2320 bfd_size_type pc_count;
2321};
252b5132 2322
a6aa5195
AM
2323/* Track PLT entries needed for a given symbol. We might need more
2324 than one glink entry per symbol. */
2325struct plt_entry
2326{
2327 struct plt_entry *next;
2328
2329 /* -fPIC uses multiple GOT sections, one per file, called ".got2".
2330 This field stores the offset into .got2 used to initialise the
2331 GOT pointer reg. It will always be at least 32768 (and for
2332 current gcc this is the only offset used). */
2333 bfd_vma addend;
2334
2335 /* The .got2 section. */
2336 asection *sec;
2337
2338 /* PLT refcount or offset. */
2339 union
2340 {
2341 bfd_signed_vma refcount;
2342 bfd_vma offset;
2343 } plt;
2344
2345 /* .glink stub offset. */
2346 bfd_vma glink_offset;
2347};
2348
25dbc73a
AM
2349/* Of those relocs that might be copied as dynamic relocs, this macro
2350 selects those that must be copied when linking a shared library,
2351 even when the symbol is local. */
252b5132 2352
25dbc73a
AM
2353#define MUST_BE_DYN_RELOC(RTYPE) \
2354 ((RTYPE) != R_PPC_REL24 \
2355 && (RTYPE) != R_PPC_REL14 \
2356 && (RTYPE) != R_PPC_REL14_BRTAKEN \
2357 && (RTYPE) != R_PPC_REL14_BRNTAKEN \
2358 && (RTYPE) != R_PPC_REL32)
252b5132 2359
25dbc73a
AM
2360/* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
2361 copying dynamic variables from a shared lib into an app's dynbss
2362 section, and instead use a dynamic relocation to point into the
2363 shared lib. */
2364#define ELIMINATE_COPY_RELOCS 1
252b5132 2365
25dbc73a 2366/* PPC ELF linker hash entry. */
252b5132 2367
25dbc73a
AM
2368struct ppc_elf_link_hash_entry
2369{
2370 struct elf_link_hash_entry elf;
252b5132 2371
25dbc73a
AM
2372 /* If this symbol is used in the linker created sections, the processor
2373 specific backend uses this field to map the field into the offset
2374 from the beginning of the section. */
2375 elf_linker_section_pointers_t *linker_section_pointer;
252b5132 2376
25dbc73a
AM
2377 /* Track dynamic relocs copied for this symbol. */
2378 struct ppc_elf_dyn_relocs *dyn_relocs;
252b5132 2379
25dbc73a
AM
2380 /* Contexts in which symbol is used in the GOT (or TOC).
2381 TLS_GD .. TLS_TLS bits are or'd into the mask as the
2382 corresponding relocs are encountered during check_relocs.
2383 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
2384 indicate the corresponding GOT entry type is not needed. */
2385#define TLS_GD 1 /* GD reloc. */
2386#define TLS_LD 2 /* LD reloc. */
2387#define TLS_TPREL 4 /* TPREL reloc, => IE. */
2388#define TLS_DTPREL 8 /* DTPREL reloc, => LD. */
2389#define TLS_TLS 16 /* Any TLS reloc. */
2390#define TLS_TPRELGD 32 /* TPREL reloc resulting from GD->IE. */
2391 char tls_mask;
4dc4a9a5
DJ
2392
2393 /* Nonzero if we have seen a small data relocation referring to this
2394 symbol. */
2395 unsigned char has_sda_refs;
25dbc73a 2396};
252b5132 2397
25dbc73a
AM
2398#define ppc_elf_hash_entry(ent) ((struct ppc_elf_link_hash_entry *) (ent))
2399
2400/* PPC ELF linker hash table. */
2401
2402struct ppc_elf_link_hash_table
2403{
2404 struct elf_link_hash_table elf;
2405
2406 /* Short-cuts to get to dynamic linker sections. */
2407 asection *got;
2408 asection *relgot;
d7128ce4 2409 asection *glink;
25dbc73a
AM
2410 asection *plt;
2411 asection *relplt;
2412 asection *dynbss;
2413 asection *relbss;
2414 asection *dynsbss;
2415 asection *relsbss;
c9a2f333 2416 elf_linker_section_t sdata[2];
25dbc73a
AM
2417 asection *sbss;
2418
016687f8
AM
2419 /* The (unloaded but important) .rela.plt.unloaded on VxWorks. */
2420 asection *srelplt2;
2421
2422 /* The .got.plt section (VxWorks only)*/
2423 asection *sgotplt;
2424
25dbc73a
AM
2425 /* Shortcut to .__tls_get_addr. */
2426 struct elf_link_hash_entry *tls_get_addr;
252b5132 2427
016687f8
AM
2428 /* The bfd that forced an old-style PLT. */
2429 bfd *old_bfd;
2430
25dbc73a
AM
2431 /* TLS local dynamic got entry handling. */
2432 union {
2433 bfd_signed_vma refcount;
2434 bfd_vma offset;
2435 } tlsld_got;
252b5132 2436
d7128ce4
AM
2437 /* Offset of PltResolve function in glink. */
2438 bfd_vma glink_pltresolve;
2439
3b36f7e6
AM
2440 /* Size of reserved GOT entries. */
2441 unsigned int got_header_size;
2442 /* Non-zero if allocating the header left a gap. */
2443 unsigned int got_gap;
2444
4a3dc543
RS
2445 /* The type of PLT we have chosen to use. */
2446 enum ppc_elf_plt_type plt_type;
2447
0ba07910
AM
2448 /* Set if we should emit symbols for stubs. */
2449 unsigned int emit_stub_syms:1;
2450
9d8504b1 2451 /* True if the target system is VxWorks. */
016687f8 2452 unsigned int is_vxworks:1;
9d8504b1
PB
2453
2454 /* The size of PLT entries. */
2455 int plt_entry_size;
2456 /* The distance between adjacent PLT slots. */
2457 int plt_slot_size;
2458 /* The size of the first PLT entry. */
2459 int plt_initial_entry_size;
016687f8
AM
2460
2461 /* Small local sym to section mapping cache. */
2462 struct sym_sec_cache sym_sec;
25dbc73a 2463};
252b5132 2464
25dbc73a 2465/* Get the PPC ELF linker hash table from a link_info structure. */
252b5132 2466
25dbc73a
AM
2467#define ppc_elf_hash_table(p) \
2468 ((struct ppc_elf_link_hash_table *) (p)->hash)
252b5132 2469
25dbc73a 2470/* Create an entry in a PPC ELF linker hash table. */
252b5132 2471
25dbc73a
AM
2472static struct bfd_hash_entry *
2473ppc_elf_link_hash_newfunc (struct bfd_hash_entry *entry,
2474 struct bfd_hash_table *table,
2475 const char *string)
252b5132 2476{
25dbc73a
AM
2477 /* Allocate the structure if it has not already been allocated by a
2478 subclass. */
2479 if (entry == NULL)
2480 {
2481 entry = bfd_hash_allocate (table,
2482 sizeof (struct ppc_elf_link_hash_entry));
2483 if (entry == NULL)
2484 return entry;
2485 }
252b5132 2486
25dbc73a
AM
2487 /* Call the allocation method of the superclass. */
2488 entry = _bfd_elf_link_hash_newfunc (entry, table, string);
2489 if (entry != NULL)
2490 {
2491 ppc_elf_hash_entry (entry)->linker_section_pointer = NULL;
2492 ppc_elf_hash_entry (entry)->dyn_relocs = NULL;
2493 ppc_elf_hash_entry (entry)->tls_mask = 0;
2494 }
252b5132 2495
25dbc73a 2496 return entry;
252b5132 2497}
3dab13f6 2498
25dbc73a 2499/* Create a PPC ELF linker hash table. */
3dab13f6 2500
25dbc73a
AM
2501static struct bfd_link_hash_table *
2502ppc_elf_link_hash_table_create (bfd *abfd)
3dab13f6 2503{
25dbc73a 2504 struct ppc_elf_link_hash_table *ret;
3dab13f6 2505
25dbc73a
AM
2506 ret = bfd_zmalloc (sizeof (struct ppc_elf_link_hash_table));
2507 if (ret == NULL)
2508 return NULL;
3dab13f6 2509
66eb6687
AM
2510 if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd,
2511 ppc_elf_link_hash_newfunc,
2512 sizeof (struct ppc_elf_link_hash_entry)))
3dab13f6 2513 {
25dbc73a
AM
2514 free (ret);
2515 return NULL;
2516 }
58111eb7 2517
a6aa5195
AM
2518 ret->elf.init_plt_refcount.refcount = 0;
2519 ret->elf.init_plt_refcount.glist = NULL;
2520 ret->elf.init_plt_offset.offset = 0;
2521 ret->elf.init_plt_offset.glist = NULL;
2522
c9a2f333
AM
2523 ret->sdata[0].name = ".sdata";
2524 ret->sdata[0].sym_name = "_SDA_BASE_";
2525 ret->sdata[0].bss_name = ".sbss";
2526
2527 ret->sdata[1].name = ".sdata2";
2528 ret->sdata[1].sym_name = "_SDA2_BASE_";
2529 ret->sdata[1].bss_name = ".sbss2";
2530
9d8504b1
PB
2531 ret->plt_entry_size = 12;
2532 ret->plt_slot_size = 8;
2533 ret->plt_initial_entry_size = 72;
9d8504b1 2534
25dbc73a
AM
2535 return &ret->elf.root;
2536}
3dab13f6 2537
9d8504b1 2538/* Create .got and the related sections. */
3dab13f6 2539
25dbc73a
AM
2540static bfd_boolean
2541ppc_elf_create_got (bfd *abfd, struct bfd_link_info *info)
2542{
2543 struct ppc_elf_link_hash_table *htab;
2544 asection *s;
2545 flagword flags;
3dab13f6 2546
25dbc73a
AM
2547 if (!_bfd_elf_create_got_section (abfd, info))
2548 return FALSE;
3dab13f6 2549
25dbc73a
AM
2550 htab = ppc_elf_hash_table (info);
2551 htab->got = s = bfd_get_section_by_name (abfd, ".got");
2552 if (s == NULL)
2553 abort ();
3dab13f6 2554
9d8504b1
PB
2555 if (htab->is_vxworks)
2556 {
2557 htab->sgotplt = bfd_get_section_by_name (abfd, ".got.plt");
2558 if (!htab->sgotplt)
2559 abort ();
2560 }
2561 else
2562 {
2563 /* The powerpc .got has a blrl instruction in it. Mark it
2564 executable. */
2565 flags = (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_HAS_CONTENTS
2566 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
2567 if (!bfd_set_section_flags (abfd, s, flags))
2568 return FALSE;
2569 }
3dab13f6 2570
3b36f7e6
AM
2571 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
2572 | SEC_LINKER_CREATED | SEC_READONLY);
2573 htab->relgot = bfd_make_section_with_flags (abfd, ".rela.got", flags);
25dbc73a 2574 if (!htab->relgot
25dbc73a
AM
2575 || ! bfd_set_section_alignment (abfd, htab->relgot, 2))
2576 return FALSE;
3dab13f6 2577
25dbc73a
AM
2578 return TRUE;
2579}
3dab13f6 2580
25dbc73a
AM
2581/* We have to create .dynsbss and .rela.sbss here so that they get mapped
2582 to output sections (just like _bfd_elf_create_dynamic_sections has
2583 to create .dynbss and .rela.bss). */
3dab13f6 2584
25dbc73a
AM
2585static bfd_boolean
2586ppc_elf_create_dynamic_sections (bfd *abfd, struct bfd_link_info *info)
2587{
2588 struct ppc_elf_link_hash_table *htab;
2589 asection *s;
2590 flagword flags;
3dab13f6 2591
25dbc73a 2592 htab = ppc_elf_hash_table (info);
3dab13f6 2593
25dbc73a
AM
2594 if (htab->got == NULL
2595 && !ppc_elf_create_got (abfd, info))
3dab13f6
AM
2596 return FALSE;
2597
25dbc73a
AM
2598 if (!_bfd_elf_create_dynamic_sections (abfd, info))
2599 return FALSE;
3dab13f6 2600
d7128ce4
AM
2601 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_HAS_CONTENTS
2602 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
2603
2604 s = bfd_make_section_anyway_with_flags (abfd, ".glink", flags | SEC_CODE);
2605 htab->glink = s;
2606 if (s == NULL
2607 || !bfd_set_section_alignment (abfd, s, 4))
2608 return FALSE;
3dab13f6 2609
25dbc73a 2610 htab->dynbss = bfd_get_section_by_name (abfd, ".dynbss");
3b36f7e6
AM
2611 s = bfd_make_section_with_flags (abfd, ".dynsbss",
2612 SEC_ALLOC | SEC_LINKER_CREATED);
2613 htab->dynsbss = s;
3496cb2a 2614 if (s == NULL)
25dbc73a 2615 return FALSE;
3dab13f6 2616
25dbc73a
AM
2617 if (! info->shared)
2618 {
2619 htab->relbss = bfd_get_section_by_name (abfd, ".rela.bss");
d7128ce4 2620 s = bfd_make_section_with_flags (abfd, ".rela.sbss", flags);
3b36f7e6 2621 htab->relsbss = s;
25dbc73a 2622 if (s == NULL
25dbc73a
AM
2623 || ! bfd_set_section_alignment (abfd, s, 2))
2624 return FALSE;
2625 }
3dab13f6 2626
711de32c
RS
2627 if (htab->is_vxworks
2628 && !elf_vxworks_create_dynamic_sections (abfd, info, &htab->srelplt2))
2629 return FALSE;
9d8504b1 2630
25dbc73a
AM
2631 htab->relplt = bfd_get_section_by_name (abfd, ".rela.plt");
2632 htab->plt = s = bfd_get_section_by_name (abfd, ".plt");
2633 if (s == NULL)
2634 abort ();
3dab13f6 2635
3b36f7e6 2636 flags = SEC_ALLOC | SEC_CODE | SEC_LINKER_CREATED;
4a3dc543
RS
2637 if (htab->plt_type == PLT_VXWORKS)
2638 /* The VxWorks PLT is a loaded section with contents. */
2639 flags |= SEC_HAS_CONTENTS | SEC_LOAD | SEC_READONLY;
25dbc73a
AM
2640 return bfd_set_section_flags (abfd, s, flags);
2641}
3dab13f6 2642
25dbc73a 2643/* Copy the extra info we tack onto an elf_link_hash_entry. */
58111eb7 2644
25dbc73a 2645static void
fcfa13d2 2646ppc_elf_copy_indirect_symbol (struct bfd_link_info *info,
25dbc73a
AM
2647 struct elf_link_hash_entry *dir,
2648 struct elf_link_hash_entry *ind)
2649{
2650 struct ppc_elf_link_hash_entry *edir, *eind;
3dab13f6 2651
25dbc73a
AM
2652 edir = (struct ppc_elf_link_hash_entry *) dir;
2653 eind = (struct ppc_elf_link_hash_entry *) ind;
3dab13f6 2654
25dbc73a
AM
2655 if (eind->dyn_relocs != NULL)
2656 {
2657 if (edir->dyn_relocs != NULL)
3dab13f6 2658 {
25dbc73a
AM
2659 struct ppc_elf_dyn_relocs **pp;
2660 struct ppc_elf_dyn_relocs *p;
3dab13f6 2661
fcfa13d2 2662 /* Add reloc counts against the indirect sym to the direct sym
25dbc73a
AM
2663 list. Merge any entries against the same section. */
2664 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; )
3dab13f6 2665 {
25dbc73a
AM
2666 struct ppc_elf_dyn_relocs *q;
2667
2668 for (q = edir->dyn_relocs; q != NULL; q = q->next)
2669 if (q->sec == p->sec)
2670 {
2671 q->pc_count += p->pc_count;
2672 q->count += p->count;
2673 *pp = p->next;
2674 break;
2675 }
2676 if (q == NULL)
2677 pp = &p->next;
3dab13f6 2678 }
25dbc73a 2679 *pp = edir->dyn_relocs;
3dab13f6 2680 }
25dbc73a
AM
2681
2682 edir->dyn_relocs = eind->dyn_relocs;
2683 eind->dyn_relocs = NULL;
3dab13f6 2684 }
3dab13f6 2685
25dbc73a 2686 edir->tls_mask |= eind->tls_mask;
4dc4a9a5 2687 edir->has_sda_refs |= eind->has_sda_refs;
3dab13f6 2688
a6aa5195
AM
2689 /* If called to transfer flags for a weakdef during processing
2690 of elf_adjust_dynamic_symbol, don't copy non_got_ref.
2691 We clear it ourselves for ELIMINATE_COPY_RELOCS. */
2692 if (!(ELIMINATE_COPY_RELOCS
2693 && eind->elf.root.type != bfd_link_hash_indirect
2694 && edir->elf.dynamic_adjusted))
2695 edir->elf.non_got_ref |= eind->elf.non_got_ref;
2696
2697 edir->elf.ref_dynamic |= eind->elf.ref_dynamic;
2698 edir->elf.ref_regular |= eind->elf.ref_regular;
2699 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak;
2700 edir->elf.needs_plt |= eind->elf.needs_plt;
2701
2702 /* If we were called to copy over info for a weak sym, that's all. */
2703 if (eind->elf.root.type != bfd_link_hash_indirect)
2704 return;
2705
2706 /* Copy over the GOT refcount entries that we may have already seen to
2707 the symbol which just became indirect. */
fcfa13d2
AM
2708 edir->elf.got.refcount += eind->elf.got.refcount;
2709 eind->elf.got.refcount = 0;
a6aa5195
AM
2710
2711 /* And plt entries. */
2712 if (eind->elf.plt.plist != NULL)
2713 {
2714 if (edir->elf.plt.plist != NULL)
2715 {
2716 struct plt_entry **entp;
2717 struct plt_entry *ent;
2718
2719 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; )
2720 {
2721 struct plt_entry *dent;
2722
2723 for (dent = edir->elf.plt.plist; dent != NULL; dent = dent->next)
2724 if (dent->sec == ent->sec && dent->addend == ent->addend)
2725 {
2726 dent->plt.refcount += ent->plt.refcount;
2727 *entp = ent->next;
2728 break;
2729 }
2730 if (dent == NULL)
2731 entp = &ent->next;
2732 }
2733 *entp = edir->elf.plt.plist;
2734 }
2735
2736 edir->elf.plt.plist = eind->elf.plt.plist;
2737 eind->elf.plt.plist = NULL;
2738 }
2739
fcfa13d2 2740 if (eind->elf.dynindx != -1)
25dbc73a 2741 {
fcfa13d2
AM
2742 if (edir->elf.dynindx != -1)
2743 _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
2744 edir->elf.dynstr_index);
a6aa5195
AM
2745 edir->elf.dynindx = eind->elf.dynindx;
2746 edir->elf.dynstr_index = eind->elf.dynstr_index;
2747 eind->elf.dynindx = -1;
2748 eind->elf.dynstr_index = 0;
25dbc73a 2749 }
25dbc73a 2750}
3dab13f6 2751
8853c3d3
AM
2752/* Return 1 if target is one of ours. */
2753
2754static bfd_boolean
2755is_ppc_elf_target (const struct bfd_target *targ)
2756{
2757 extern const bfd_target bfd_elf32_powerpc_vec;
7c492719 2758 extern const bfd_target bfd_elf32_powerpc_vxworks_vec;
8853c3d3
AM
2759 extern const bfd_target bfd_elf32_powerpcle_vec;
2760
7c492719
RS
2761 return (targ == &bfd_elf32_powerpc_vec
2762 || targ == &bfd_elf32_powerpc_vxworks_vec
2763 || targ == &bfd_elf32_powerpcle_vec);
8853c3d3
AM
2764}
2765
25dbc73a
AM
2766/* Hook called by the linker routine which adds symbols from an object
2767 file. We use it to put .comm items in .sbss, and not .bss. */
58111eb7 2768
25dbc73a
AM
2769static bfd_boolean
2770ppc_elf_add_symbol_hook (bfd *abfd,
2771 struct bfd_link_info *info,
2772 Elf_Internal_Sym *sym,
2773 const char **namep ATTRIBUTE_UNUSED,
2774 flagword *flagsp ATTRIBUTE_UNUSED,
2775 asection **secp,
2776 bfd_vma *valp)
2777{
2778 if (sym->st_shndx == SHN_COMMON
2779 && !info->relocatable
2780 && sym->st_size <= elf_gp_size (abfd)
d2663f46 2781 && is_ppc_elf_target (info->hash->creator))
25dbc73a
AM
2782 {
2783 /* Common symbols less than or equal to -G nn bytes are automatically
2784 put into .sbss. */
2785 struct ppc_elf_link_hash_table *htab;
3dab13f6 2786
25dbc73a
AM
2787 htab = ppc_elf_hash_table (info);
2788 if (htab->sbss == NULL)
2789 {
644285ef 2790 flagword flags = SEC_IS_COMMON | SEC_LINKER_CREATED;
3dab13f6 2791
644285ef
AM
2792 if (!htab->elf.dynobj)
2793 htab->elf.dynobj = abfd;
2794
3496cb2a
L
2795 htab->sbss = bfd_make_section_anyway_with_flags (htab->elf.dynobj,
2796 ".sbss",
2797 flags);
2798 if (htab->sbss == NULL)
25dbc73a 2799 return FALSE;
3dab13f6 2800 }
3dab13f6 2801
25dbc73a
AM
2802 *secp = htab->sbss;
2803 *valp = sym->st_size;
2804 }
3dab13f6 2805
25dbc73a 2806 return TRUE;
3dab13f6
AM
2807}
2808\f
046183de
AM
2809static bfd_boolean
2810create_sdata_sym (struct ppc_elf_link_hash_table *htab,
2811 elf_linker_section_t *lsect)
2812{
2813 lsect->sym = elf_link_hash_lookup (&htab->elf, lsect->sym_name,
2814 TRUE, FALSE, TRUE);
2815 if (lsect->sym == NULL)
2816 return FALSE;
2817 if (lsect->sym->root.type == bfd_link_hash_new)
2818 lsect->sym->non_elf = 0;
2819 lsect->sym->ref_regular = 1;
2820 return TRUE;
2821}
2822
c9a2f333 2823/* Create a special linker section. */
25dbc73a 2824
c9a2f333 2825static bfd_boolean
55fd94b0
AM
2826ppc_elf_create_linker_section (bfd *abfd,
2827 struct bfd_link_info *info,
c9a2f333
AM
2828 flagword flags,
2829 elf_linker_section_t *lsect)
252b5132 2830{
58111eb7 2831 struct ppc_elf_link_hash_table *htab = ppc_elf_hash_table (info);
c9a2f333 2832 asection *s;
58111eb7 2833
c9a2f333
AM
2834 flags |= (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
2835 | SEC_LINKER_CREATED);
58111eb7
AM
2836
2837 /* Record the first bfd that needs the special sections. */
2838 if (!htab->elf.dynobj)
2839 htab->elf.dynobj = abfd;
2840
3496cb2a
L
2841 s = bfd_make_section_anyway_with_flags (htab->elf.dynobj,
2842 lsect->name,
2843 flags);
76750a2f 2844 if (s == NULL
76750a2f 2845 || !bfd_set_section_alignment (htab->elf.dynobj, s, 2))
c9a2f333 2846 return FALSE;
76750a2f 2847 lsect->section = s;
58111eb7 2848
046183de 2849 return create_sdata_sym (htab, lsect);
252b5132 2850}
252b5132 2851
25dbc73a
AM
2852/* Find a linker generated pointer with a given addend and type. */
2853
2854static elf_linker_section_pointers_t *
2855elf_find_pointer_linker_section
2856 (elf_linker_section_pointers_t *linker_pointers,
2857 bfd_vma addend,
2858 elf_linker_section_t *lsect)
252b5132 2859{
25dbc73a
AM
2860 for ( ; linker_pointers != NULL; linker_pointers = linker_pointers->next)
2861 if (lsect == linker_pointers->lsect && addend == linker_pointers->addend)
2862 return linker_pointers;
252b5132 2863
25dbc73a
AM
2864 return NULL;
2865}
2866
2867/* Allocate a pointer to live in a linker created section. */
2868
2869static bfd_boolean
2870elf_create_pointer_linker_section (bfd *abfd,
25dbc73a
AM
2871 elf_linker_section_t *lsect,
2872 struct elf_link_hash_entry *h,
2873 const Elf_Internal_Rela *rel)
2874{
2875 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL;
2876 elf_linker_section_pointers_t *linker_section_ptr;
2877 unsigned long r_symndx = ELF32_R_SYM (rel->r_info);
2878 bfd_size_type amt;
2879
2880 BFD_ASSERT (lsect != NULL);
2881
2882 /* Is this a global symbol? */
2883 if (h != NULL)
2884 {
2885 struct ppc_elf_link_hash_entry *eh;
2886
2887 /* Has this symbol already been allocated? If so, our work is done. */
2888 eh = (struct ppc_elf_link_hash_entry *) h;
2889 if (elf_find_pointer_linker_section (eh->linker_section_pointer,
2890 rel->r_addend,
2891 lsect))
2892 return TRUE;
2893
2894 ptr_linker_section_ptr = &eh->linker_section_pointer;
25dbc73a
AM
2895 }
2896 else
2897 {
2898 /* Allocation of a pointer to a local symbol. */
2899 elf_linker_section_pointers_t **ptr = elf_local_ptr_offsets (abfd);
2900
2901 /* Allocate a table to hold the local symbols if first time. */
2902 if (!ptr)
2903 {
2904 unsigned int num_symbols = elf_tdata (abfd)->symtab_hdr.sh_info;
2905
2906 amt = num_symbols;
2907 amt *= sizeof (elf_linker_section_pointers_t *);
2908 ptr = bfd_zalloc (abfd, amt);
2909
2910 if (!ptr)
2911 return FALSE;
2912
2913 elf_local_ptr_offsets (abfd) = ptr;
2914 }
2915
2916 /* Has this symbol already been allocated? If so, our work is done. */
2917 if (elf_find_pointer_linker_section (ptr[r_symndx],
2918 rel->r_addend,
2919 lsect))
2920 return TRUE;
252b5132 2921
25dbc73a 2922 ptr_linker_section_ptr = &ptr[r_symndx];
25dbc73a 2923 }
41fcb14e 2924
25dbc73a
AM
2925 /* Allocate space for a pointer in the linker section, and allocate
2926 a new pointer record from internal memory. */
2927 BFD_ASSERT (ptr_linker_section_ptr != NULL);
2928 amt = sizeof (elf_linker_section_pointers_t);
2929 linker_section_ptr = bfd_alloc (abfd, amt);
41fcb14e 2930
25dbc73a 2931 if (!linker_section_ptr)
7619e7c7 2932 return FALSE;
41fcb14e 2933
25dbc73a
AM
2934 linker_section_ptr->next = *ptr_linker_section_ptr;
2935 linker_section_ptr->addend = rel->r_addend;
2936 linker_section_ptr->lsect = lsect;
25dbc73a 2937 *ptr_linker_section_ptr = linker_section_ptr;
41fcb14e 2938
25dbc73a
AM
2939 linker_section_ptr->offset = lsect->section->size;
2940 lsect->section->size += 4;
7619e7c7 2941
25dbc73a
AM
2942#ifdef DEBUG
2943 fprintf (stderr,
2944 "Create pointer in linker section %s, offset = %ld, section size = %ld\n",
2945 lsect->name, (long) linker_section_ptr->offset,
2946 (long) lsect->section->size);
2947#endif
7619e7c7
AM
2948
2949 return TRUE;
41fcb14e
AM
2950}
2951
b34976b6 2952static bfd_boolean
25dbc73a
AM
2953update_local_sym_info (bfd *abfd,
2954 Elf_Internal_Shdr *symtab_hdr,
2955 unsigned long r_symndx,
2956 int tls_type)
252b5132 2957{
25dbc73a
AM
2958 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (abfd);
2959 char *local_got_tls_masks;
252b5132 2960
25dbc73a 2961 if (local_got_refcounts == NULL)
252b5132 2962 {
25dbc73a
AM
2963 bfd_size_type size = symtab_hdr->sh_info;
2964
2965 size *= sizeof (*local_got_refcounts) + sizeof (*local_got_tls_masks);
2966 local_got_refcounts = bfd_zalloc (abfd, size);
2967 if (local_got_refcounts == NULL)
b34976b6 2968 return FALSE;
25dbc73a 2969 elf_local_got_refcounts (abfd) = local_got_refcounts;
252b5132 2970 }
41fcb14e 2971
25dbc73a
AM
2972 local_got_refcounts[r_symndx] += 1;
2973 local_got_tls_masks = (char *) (local_got_refcounts + symtab_hdr->sh_info);
2974 local_got_tls_masks[r_symndx] |= tls_type;
2975 return TRUE;
2976}
41fcb14e 2977
a6aa5195
AM
2978static bfd_boolean
2979update_plt_info (bfd *abfd, struct elf_link_hash_entry *h,
2980 asection *sec, bfd_vma addend)
2981{
2982 struct plt_entry *ent;
2983
2984 if (addend < 32768)
2985 sec = NULL;
2986 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
2987 if (ent->sec == sec && ent->addend == addend)
2988 break;
2989 if (ent == NULL)
2990 {
2991 bfd_size_type amt = sizeof (*ent);
2992 ent = bfd_alloc (abfd, amt);
2993 if (ent == NULL)
2994 return FALSE;
2995 ent->next = h->plt.plist;
2996 ent->sec = sec;
2997 ent->addend = addend;
2998 ent->plt.refcount = 0;
2999 h->plt.plist = ent;
3000 }
3001 ent->plt.refcount += 1;
3002 return TRUE;
3003}
3004
3005static struct plt_entry *
3006find_plt_ent (struct elf_link_hash_entry *h, asection *sec, bfd_vma addend)
3007{
3008 struct plt_entry *ent;
3009
3010 if (addend < 32768)
3011 sec = NULL;
3012 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
3013 if (ent->sec == sec && ent->addend == addend)
3014 break;
3015 return ent;
3016}
3017
25dbc73a
AM
3018static void
3019bad_shared_reloc (bfd *abfd, enum elf_ppc_reloc_type r_type)
3020{
3021 (*_bfd_error_handler)
3022 (_("%B: relocation %s cannot be used when making a shared object"),
3023 abfd,
3024 ppc_elf_howto_table[r_type]->name);
3025 bfd_set_error (bfd_error_bad_value);
252b5132
RH
3026}
3027
25dbc73a
AM
3028/* Look through the relocs for a section during the first phase, and
3029 allocate space in the global offset table or procedure linkage
3030 table. */
252b5132 3031
b34976b6 3032static bfd_boolean
25dbc73a
AM
3033ppc_elf_check_relocs (bfd *abfd,
3034 struct bfd_link_info *info,
3035 asection *sec,
3036 const Elf_Internal_Rela *relocs)
252b5132 3037{
7619e7c7 3038 struct ppc_elf_link_hash_table *htab;
25dbc73a
AM
3039 Elf_Internal_Shdr *symtab_hdr;
3040 struct elf_link_hash_entry **sym_hashes;
3041 const Elf_Internal_Rela *rel;
3042 const Elf_Internal_Rela *rel_end;
a6aa5195 3043 asection *got2, *sreloc;
25dbc73a
AM
3044
3045 if (info->relocatable)
3046 return TRUE;
252b5132 3047
c87b5a93
AM
3048 /* Don't do anything special with non-loaded, non-alloced sections.
3049 In particular, any relocs in such sections should not affect GOT
3050 and PLT reference counting (ie. we don't allow them to create GOT
3051 or PLT entries), there's no possibility or desire to optimize TLS
3052 relocs, and there's not much point in propagating relocs to shared
3053 libs that the dynamic linker won't relocate. */
3054 if ((sec->flags & SEC_ALLOC) == 0)
3055 return TRUE;
3056
252b5132 3057#ifdef DEBUG
25dbc73a
AM
3058 _bfd_error_handler ("ppc_elf_check_relocs called for section %A in %B",
3059 sec, abfd);
252b5132
RH
3060#endif
3061
25dbc73a
AM
3062 /* Initialize howto table if not already done. */
3063 if (!ppc_elf_howto_table[R_PPC_ADDR32])
3064 ppc_elf_howto_init ();
3065
7619e7c7 3066 htab = ppc_elf_hash_table (info);
25dbc73a
AM
3067 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
3068 sym_hashes = elf_sym_hashes (abfd);
a6aa5195 3069 got2 = bfd_get_section_by_name (abfd, ".got2");
25dbc73a
AM
3070 sreloc = NULL;
3071
3072 rel_end = relocs + sec->reloc_count;
3073 for (rel = relocs; rel < rel_end; rel++)
3074 {
3075 unsigned long r_symndx;
3076 enum elf_ppc_reloc_type r_type;
3077 struct elf_link_hash_entry *h;
3078 int tls_type = 0;
3079
3080 r_symndx = ELF32_R_SYM (rel->r_info);
3081 if (r_symndx < symtab_hdr->sh_info)
3082 h = NULL;
3083 else
973a3492
L
3084 {
3085 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
3086 while (h->root.type == bfd_link_hash_indirect
3087 || h->root.type == bfd_link_hash_warning)
3088 h = (struct elf_link_hash_entry *) h->root.u.i.link;
3089 }
25dbc73a
AM
3090
3091 /* If a relocation refers to _GLOBAL_OFFSET_TABLE_, create the .got.
3092 This shows up in particular in an R_PPC_ADDR32 in the eabi
3093 startup code. */
3b36f7e6
AM
3094 if (h != NULL
3095 && htab->got == NULL
3096 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
252b5132 3097 {
3b36f7e6
AM
3098 if (htab->elf.dynobj == NULL)
3099 htab->elf.dynobj = abfd;
3100 if (!ppc_elf_create_got (htab->elf.dynobj, info))
3101 return FALSE;
3102 BFD_ASSERT (h == htab->elf.hgot);
25dbc73a 3103 }
252b5132 3104
25dbc73a
AM
3105 r_type = ELF32_R_TYPE (rel->r_info);
3106 switch (r_type)
3107 {
3108 case R_PPC_GOT_TLSLD16:
3109 case R_PPC_GOT_TLSLD16_LO:
3110 case R_PPC_GOT_TLSLD16_HI:
3111 case R_PPC_GOT_TLSLD16_HA:
25dbc73a
AM
3112 tls_type = TLS_TLS | TLS_LD;
3113 goto dogottls;
252b5132 3114
25dbc73a
AM
3115 case R_PPC_GOT_TLSGD16:
3116 case R_PPC_GOT_TLSGD16_LO:
3117 case R_PPC_GOT_TLSGD16_HI:
3118 case R_PPC_GOT_TLSGD16_HA:
3119 tls_type = TLS_TLS | TLS_GD;
3120 goto dogottls;
3121
3122 case R_PPC_GOT_TPREL16:
3123 case R_PPC_GOT_TPREL16_LO:
3124 case R_PPC_GOT_TPREL16_HI:
3125 case R_PPC_GOT_TPREL16_HA:
3126 if (info->shared)
3127 info->flags |= DF_STATIC_TLS;
3128 tls_type = TLS_TLS | TLS_TPREL;
3129 goto dogottls;
3130
3131 case R_PPC_GOT_DTPREL16:
3132 case R_PPC_GOT_DTPREL16_LO:
3133 case R_PPC_GOT_DTPREL16_HI:
3134 case R_PPC_GOT_DTPREL16_HA:
3135 tls_type = TLS_TLS | TLS_DTPREL;
3136 dogottls:
3137 sec->has_tls_reloc = 1;
3138 /* Fall thru */
252b5132 3139
25dbc73a
AM
3140 /* GOT16 relocations */
3141 case R_PPC_GOT16:
3142 case R_PPC_GOT16_LO:
3143 case R_PPC_GOT16_HI:
3144 case R_PPC_GOT16_HA:
3145 /* This symbol requires a global offset table entry. */
3146 if (htab->got == NULL)
3147 {
3148 if (htab->elf.dynobj == NULL)
3149 htab->elf.dynobj = abfd;
3150 if (!ppc_elf_create_got (htab->elf.dynobj, info))
3151 return FALSE;
3152 }
3153 if (h != NULL)
3154 {
3155 h->got.refcount += 1;
3156 ppc_elf_hash_entry (h)->tls_mask |= tls_type;
3157 }
3158 else
3159 /* This is a global offset table entry for a local symbol. */
3160 if (!update_local_sym_info (abfd, symtab_hdr, r_symndx, tls_type))
3161 return FALSE;
3162 break;
252b5132 3163
25dbc73a
AM
3164 /* Indirect .sdata relocation. */
3165 case R_PPC_EMB_SDAI16:
3166 if (info->shared)
3167 {
3168 bad_shared_reloc (abfd, r_type);
3169 return FALSE;
3170 }
c9a2f333
AM
3171 if (htab->sdata[0].section == NULL
3172 && !ppc_elf_create_linker_section (abfd, info, 0,
3173 &htab->sdata[0]))
3174 return FALSE;
76750a2f
AM
3175 if (!elf_create_pointer_linker_section (abfd, &htab->sdata[0],
3176 h, rel))
25dbc73a 3177 return FALSE;
046183de
AM
3178 if (h != NULL)
3179 {
3180 ppc_elf_hash_entry (h)->has_sda_refs = TRUE;
3181 h->non_got_ref = TRUE;
3182 }
25dbc73a 3183 break;
252b5132 3184
25dbc73a
AM
3185 /* Indirect .sdata2 relocation. */
3186 case R_PPC_EMB_SDA2I16:
3187 if (info->shared)
3188 {
3189 bad_shared_reloc (abfd, r_type);
3190 return FALSE;
3191 }
c9a2f333
AM
3192 if (htab->sdata[1].section == NULL
3193 && !ppc_elf_create_linker_section (abfd, info, SEC_READONLY,
3194 &htab->sdata[1]))
3195 return FALSE;
76750a2f
AM
3196 if (!elf_create_pointer_linker_section (abfd, &htab->sdata[1],
3197 h, rel))
25dbc73a 3198 return FALSE;
046183de
AM
3199 if (h != NULL)
3200 {
3201 ppc_elf_hash_entry (h)->has_sda_refs = TRUE;
3202 h->non_got_ref = TRUE;
3203 }
25dbc73a 3204 break;
252b5132 3205
25dbc73a 3206 case R_PPC_SDAREL16:
046183de
AM
3207 if (info->shared)
3208 {
3209 bad_shared_reloc (abfd, r_type);
3210 return FALSE;
3211 }
3212 if (htab->sdata[0].sym == NULL
3213 && !create_sdata_sym (htab, &htab->sdata[0]))
3214 return FALSE;
3215 if (h != NULL)
3216 {
3217 ppc_elf_hash_entry (h)->has_sda_refs = TRUE;
3218 h->non_got_ref = TRUE;
3219 }
3220 break;
3221
25dbc73a 3222 case R_PPC_EMB_SDA2REL:
046183de
AM
3223 if (info->shared)
3224 {
3225 bad_shared_reloc (abfd, r_type);
3226 return FALSE;
3227 }
3228 if (htab->sdata[1].sym == NULL
3229 && !create_sdata_sym (htab, &htab->sdata[1]))
3230 return FALSE;
3231 if (h != NULL)
3232 {
3233 ppc_elf_hash_entry (h)->has_sda_refs = TRUE;
3234 h->non_got_ref = TRUE;
3235 }
3236 break;
3237
25dbc73a
AM
3238 case R_PPC_EMB_SDA21:
3239 case R_PPC_EMB_RELSDA:
046183de
AM
3240 if (info->shared)
3241 {
3242 bad_shared_reloc (abfd, r_type);
3243 return FALSE;
3244 }
3245 if (htab->sdata[0].sym == NULL
3246 && !create_sdata_sym (htab, &htab->sdata[0]))
3247 return FALSE;
3248 if (htab->sdata[1].sym == NULL
3249 && !create_sdata_sym (htab, &htab->sdata[1]))
3250 return FALSE;
3251 if (h != NULL)
3252 {
3253 ppc_elf_hash_entry (h)->has_sda_refs = TRUE;
3254 h->non_got_ref = TRUE;
3255 }
3256 break;
3257
25dbc73a
AM
3258 case R_PPC_EMB_NADDR32:
3259 case R_PPC_EMB_NADDR16:
3260 case R_PPC_EMB_NADDR16_LO:
3261 case R_PPC_EMB_NADDR16_HI:
3262 case R_PPC_EMB_NADDR16_HA:
3263 if (info->shared)
3264 {
3265 bad_shared_reloc (abfd, r_type);
3266 return FALSE;
3267 }
4dc4a9a5 3268 if (h != NULL)
046183de 3269 h->non_got_ref = TRUE;
25dbc73a 3270 break;
252b5132 3271
25dbc73a
AM
3272 case R_PPC_PLT32:
3273 case R_PPC_PLTREL24:
3274 case R_PPC_PLTREL32:
3275 case R_PPC_PLT16_LO:
3276 case R_PPC_PLT16_HI:
3277 case R_PPC_PLT16_HA:
3278#ifdef DEBUG
3279 fprintf (stderr, "Reloc requires a PLT entry\n");
3280#endif
3281 /* This symbol requires a procedure linkage table entry. We
3282 actually build the entry in finish_dynamic_symbol,
3283 because this might be a case of linking PIC code without
3284 linking in any dynamic objects, in which case we don't
3285 need to generate a procedure linkage table after all. */
7619e7c7 3286
25dbc73a
AM
3287 if (h == NULL)
3288 {
3289 /* It does not make sense to have a procedure linkage
3290 table entry for a local symbol. */
3291 (*_bfd_error_handler) (_("%B(%A+0x%lx): %s reloc against "
3292 "local symbol"),
3293 abfd,
3294 sec,
3295 (long) rel->r_offset,
3296 ppc_elf_howto_table[r_type]->name);
3297 bfd_set_error (bfd_error_bad_value);
3298 return FALSE;
3299 }
a6aa5195
AM
3300 else
3301 {
016687f8 3302 bfd_vma addend = 0;
ee05f2fe 3303
016687f8
AM
3304 if (r_type == R_PPC_PLTREL24)
3305 {
3306 ppc_elf_tdata (abfd)->makes_plt_call = 1;
3307 addend = rel->r_addend;
3308 }
a6aa5195
AM
3309 h->needs_plt = 1;
3310 if (!update_plt_info (abfd, h, got2, addend))
3311 return FALSE;
3312 }
25dbc73a 3313 break;
ee05f2fe 3314
25dbc73a
AM
3315 /* The following relocations don't need to propagate the
3316 relocation if linking a shared object since they are
3317 section relative. */
3318 case R_PPC_SECTOFF:
3319 case R_PPC_SECTOFF_LO:
3320 case R_PPC_SECTOFF_HI:
3321 case R_PPC_SECTOFF_HA:
3322 case R_PPC_DTPREL16:
3323 case R_PPC_DTPREL16_LO:
3324 case R_PPC_DTPREL16_HI:
3325 case R_PPC_DTPREL16_HA:
3326 case R_PPC_TOC16:
3327 break;
252b5132 3328
d7128ce4
AM
3329 case R_PPC_REL16:
3330 case R_PPC_REL16_LO:
3331 case R_PPC_REL16_HI:
3332 case R_PPC_REL16_HA:
016687f8 3333 ppc_elf_tdata (abfd)->has_rel16 = 1;
d7128ce4
AM
3334 break;
3335
a6aa5195 3336 /* These are just markers. */
25dbc73a
AM
3337 case R_PPC_TLS:
3338 case R_PPC_EMB_MRKREF:
3339 case R_PPC_NONE:
3340 case R_PPC_max:
3341 break;
252b5132 3342
25dbc73a
AM
3343 /* These should only appear in dynamic objects. */
3344 case R_PPC_COPY:
3345 case R_PPC_GLOB_DAT:
3346 case R_PPC_JMP_SLOT:
3347 case R_PPC_RELATIVE:
3348 break;
252b5132 3349
25dbc73a
AM
3350 /* These aren't handled yet. We'll report an error later. */
3351 case R_PPC_ADDR30:
3352 case R_PPC_EMB_RELSEC16:
3353 case R_PPC_EMB_RELST_LO:
3354 case R_PPC_EMB_RELST_HI:
3355 case R_PPC_EMB_RELST_HA:
3356 case R_PPC_EMB_BIT_FLD:
3357 break;
252b5132 3358
25dbc73a
AM
3359 /* This refers only to functions defined in the shared library. */
3360 case R_PPC_LOCAL24PC:
4a3dc543 3361 if (h && h == htab->elf.hgot && htab->plt_type == PLT_UNSET)
016687f8
AM
3362 {
3363 htab->plt_type = PLT_OLD;
3364 htab->old_bfd = abfd;
3365 }
25dbc73a 3366 break;
252b5132 3367
25dbc73a
AM
3368 /* This relocation describes the C++ object vtable hierarchy.
3369 Reconstruct it for later use during GC. */
3370 case R_PPC_GNU_VTINHERIT:
3371 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
3372 return FALSE;
3373 break;
252b5132 3374
25dbc73a
AM
3375 /* This relocation describes which C++ vtable entries are actually
3376 used. Record for later use during GC. */
3377 case R_PPC_GNU_VTENTRY:
d17e0c6e
JB
3378 BFD_ASSERT (h != NULL);
3379 if (h != NULL
3380 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
25dbc73a
AM
3381 return FALSE;
3382 break;
252b5132 3383
25dbc73a
AM
3384 /* We shouldn't really be seeing these. */
3385 case R_PPC_TPREL32:
3386 if (info->shared)
3387 info->flags |= DF_STATIC_TLS;
3388 goto dodyn;
252b5132 3389
25dbc73a
AM
3390 /* Nor these. */
3391 case R_PPC_DTPMOD32:
3392 case R_PPC_DTPREL32:
3393 goto dodyn;
252b5132 3394
25dbc73a
AM
3395 case R_PPC_TPREL16:
3396 case R_PPC_TPREL16_LO:
3397 case R_PPC_TPREL16_HI:
3398 case R_PPC_TPREL16_HA:
3399 if (info->shared)
3400 info->flags |= DF_STATIC_TLS;
3401 goto dodyn;
ee05f2fe 3402
9edfd1af
AM
3403 case R_PPC_REL32:
3404 if (h == NULL
3405 && got2 != NULL
3406 && (sec->flags & SEC_CODE) != 0
3407 && (info->shared || info->pie)
4a3dc543 3408 && htab->plt_type == PLT_UNSET)
9edfd1af
AM
3409 {
3410 /* Old -fPIC gcc code has .long LCTOC1-LCFx just before
3411 the start of a function, which assembles to a REL32
3412 reference to .got2. If we detect one of these, then
3413 force the old PLT layout because the linker cannot
3414 reliably deduce the GOT pointer value needed for
3415 PLT call stubs. */
3416 asection *s;
3417
3418 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec, sec,
3419 r_symndx);
3420 if (s == got2)
016687f8
AM
3421 {
3422 htab->plt_type = PLT_OLD;
3423 htab->old_bfd = abfd;
3424 }
9edfd1af 3425 }
7123df0e 3426 if (h == NULL || h == htab->elf.hgot)
fd38b44c 3427 break;
7123df0e 3428 goto dodyn1;
9edfd1af 3429
25dbc73a
AM
3430 case R_PPC_REL24:
3431 case R_PPC_REL14:
3432 case R_PPC_REL14_BRTAKEN:
3433 case R_PPC_REL14_BRNTAKEN:
d7128ce4 3434 if (h == NULL)
25dbc73a 3435 break;
7123df0e 3436 if (h == htab->elf.hgot)
d7128ce4 3437 {
7123df0e 3438 if (htab->plt_type == PLT_UNSET)
016687f8
AM
3439 {
3440 htab->plt_type = PLT_OLD;
3441 htab->old_bfd = abfd;
3442 }
d7128ce4
AM
3443 break;
3444 }
25dbc73a 3445 /* fall through */
ee05f2fe 3446
25dbc73a
AM
3447 case R_PPC_ADDR32:
3448 case R_PPC_ADDR24:
3449 case R_PPC_ADDR16:
3450 case R_PPC_ADDR16_LO:
3451 case R_PPC_ADDR16_HI:
3452 case R_PPC_ADDR16_HA:
3453 case R_PPC_ADDR14:
3454 case R_PPC_ADDR14_BRTAKEN:
3455 case R_PPC_ADDR14_BRNTAKEN:
3456 case R_PPC_UADDR32:
3457 case R_PPC_UADDR16:
7123df0e 3458 dodyn1:
25dbc73a
AM
3459 if (h != NULL && !info->shared)
3460 {
3461 /* We may need a plt entry if the symbol turns out to be
3462 a function defined in a dynamic object. */
a6aa5195
AM
3463 if (!update_plt_info (abfd, h, NULL, 0))
3464 return FALSE;
7fce784e 3465
25dbc73a
AM
3466 /* We may need a copy reloc too. */
3467 h->non_got_ref = 1;
3468 }
7619e7c7 3469
25dbc73a
AM
3470 dodyn:
3471 /* If we are creating a shared library, and this is a reloc
3472 against a global symbol, or a non PC relative reloc
3473 against a local symbol, then we need to copy the reloc
3474 into the shared library. However, if we are linking with
3475 -Bsymbolic, we do not need to copy a reloc against a
3476 global symbol which is defined in an object we are
3477 including in the link (i.e., DEF_REGULAR is set). At
3478 this point we have not seen all the input files, so it is
3479 possible that DEF_REGULAR is not set now but will be set
3480 later (it is never cleared). In case of a weak definition,
3481 DEF_REGULAR may be cleared later by a strong definition in
3482 a shared library. We account for that possibility below by
3483 storing information in the dyn_relocs field of the hash
3484 table entry. A similar situation occurs when creating
3485 shared libraries and symbol visibility changes render the
3486 symbol local.
7619e7c7 3487
25dbc73a
AM
3488 If on the other hand, we are creating an executable, we
3489 may need to keep relocations for symbols satisfied by a
3490 dynamic library if we manage to avoid copy relocs for the
3491 symbol. */
3492 if ((info->shared
3493 && (MUST_BE_DYN_RELOC (r_type)
3494 || (h != NULL
3495 && (! info->symbolic
3496 || h->root.type == bfd_link_hash_defweak
3497 || !h->def_regular))))
3498 || (ELIMINATE_COPY_RELOCS
3499 && !info->shared
25dbc73a
AM
3500 && h != NULL
3501 && (h->root.type == bfd_link_hash_defweak
3502 || !h->def_regular)))
3503 {
3504 struct ppc_elf_dyn_relocs *p;
3505 struct ppc_elf_dyn_relocs **head;
7619e7c7 3506
25dbc73a
AM
3507#ifdef DEBUG
3508 fprintf (stderr,
3509 "ppc_elf_check_relocs needs to "
3510 "create relocation for %s\n",
3511 (h && h->root.root.string
3512 ? h->root.root.string : "<unknown>"));
3513#endif
3514 if (sreloc == NULL)
3515 {
3516 const char *name;
7619e7c7 3517
25dbc73a
AM
3518 name = (bfd_elf_string_from_elf_section
3519 (abfd,
3520 elf_elfheader (abfd)->e_shstrndx,
3521 elf_section_data (sec)->rel_hdr.sh_name));
3522 if (name == NULL)
3523 return FALSE;
7619e7c7 3524
0112cd26 3525 BFD_ASSERT (CONST_STRNEQ (name, ".rela")
25dbc73a
AM
3526 && strcmp (bfd_get_section_name (abfd, sec),
3527 name + 5) == 0);
7619e7c7 3528
c9a2f333
AM
3529 if (htab->elf.dynobj == NULL)
3530 htab->elf.dynobj = abfd;
25dbc73a
AM
3531 sreloc = bfd_get_section_by_name (htab->elf.dynobj, name);
3532 if (sreloc == NULL)
3533 {
3534 flagword flags;
7619e7c7 3535
25dbc73a 3536 flags = (SEC_HAS_CONTENTS | SEC_READONLY
c87b5a93
AM
3537 | SEC_IN_MEMORY | SEC_LINKER_CREATED
3538 | SEC_ALLOC | SEC_LOAD);
3496cb2a
L
3539 sreloc = bfd_make_section_with_flags (htab->elf.dynobj,
3540 name,
3541 flags);
25dbc73a 3542 if (sreloc == NULL
25dbc73a
AM
3543 || ! bfd_set_section_alignment (htab->elf.dynobj,
3544 sreloc, 2))
3545 return FALSE;
3546 }
3547 elf_section_data (sec)->sreloc = sreloc;
3548 }
7619e7c7 3549
25dbc73a
AM
3550 /* If this is a global symbol, we count the number of
3551 relocations we need for this symbol. */
3552 if (h != NULL)
3553 {
3554 head = &ppc_elf_hash_entry (h)->dyn_relocs;
3555 }
3556 else
3557 {
3558 /* Track dynamic relocs needed for local syms too.
3559 We really need local syms available to do this
3560 easily. Oh well. */
7619e7c7 3561
25dbc73a 3562 asection *s;
6edfbbad
DJ
3563 void *vpp;
3564
25dbc73a
AM
3565 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec,
3566 sec, r_symndx);
3567 if (s == NULL)
3568 return FALSE;
7fce784e 3569
6edfbbad
DJ
3570 vpp = &elf_section_data (s)->local_dynrel;
3571 head = (struct ppc_elf_dyn_relocs **) vpp;
25dbc73a 3572 }
7fce784e 3573
25dbc73a
AM
3574 p = *head;
3575 if (p == NULL || p->sec != sec)
3576 {
3577 p = bfd_alloc (htab->elf.dynobj, sizeof *p);
3578 if (p == NULL)
3579 return FALSE;
3580 p->next = *head;
3581 *head = p;
3582 p->sec = sec;
3583 p->count = 0;
3584 p->pc_count = 0;
3585 }
3586
3587 p->count += 1;
3588 if (!MUST_BE_DYN_RELOC (r_type))
3589 p->pc_count += 1;
7619e7c7 3590 }
25dbc73a
AM
3591
3592 break;
7619e7c7
AM
3593 }
3594 }
ee05f2fe 3595
25dbc73a
AM
3596 return TRUE;
3597}
3598\f
34c8bcba
JM
3599
3600/* Merge object attributes from IBFD into OBFD. Raise an error if
3601 there are conflicting attributes. */
3602static bfd_boolean
3603ppc_elf_merge_obj_attributes (bfd *ibfd, bfd *obfd)
3604{
c6e65352
DJ
3605 obj_attribute *in_attr, *in_attrs;
3606 obj_attribute *out_attr, *out_attrs;
34c8bcba
JM
3607
3608 if (!elf_known_obj_attributes_proc (obfd)[0].i)
3609 {
3610 /* This is the first object. Copy the attributes. */
3611 _bfd_elf_copy_obj_attributes (ibfd, obfd);
3612
3613 /* Use the Tag_null value to indicate the attributes have been
3614 initialized. */
3615 elf_known_obj_attributes_proc (obfd)[0].i = 1;
3616
3617 return TRUE;
3618 }
3619
c6e65352
DJ
3620 in_attrs = elf_known_obj_attributes (ibfd)[OBJ_ATTR_GNU];
3621 out_attrs = elf_known_obj_attributes (obfd)[OBJ_ATTR_GNU];
3622
34c8bcba
JM
3623 /* Check for conflicting Tag_GNU_Power_ABI_FP attributes and merge
3624 non-conflicting ones. */
c6e65352
DJ
3625 in_attr = &in_attrs[Tag_GNU_Power_ABI_FP];
3626 out_attr = &out_attrs[Tag_GNU_Power_ABI_FP];
3627 if (in_attr->i != out_attr->i)
34c8bcba 3628 {
c6e65352
DJ
3629 out_attr->type = 1;
3630 if (out_attr->i == 0)
3631 out_attr->i = in_attr->i;
3632 else if (in_attr->i == 0)
34c8bcba 3633 ;
c6e65352 3634 else if (out_attr->i == 1 && in_attr->i == 2)
34c8bcba
JM
3635 _bfd_error_handler
3636 (_("Warning: %B uses hard float, %B uses soft float"), obfd, ibfd);
c6e65352 3637 else if (out_attr->i == 2 && in_attr->i == 1)
34c8bcba
JM
3638 _bfd_error_handler
3639 (_("Warning: %B uses hard float, %B uses soft float"), ibfd, obfd);
c6e65352 3640 else if (in_attr->i > 2)
34c8bcba
JM
3641 _bfd_error_handler
3642 (_("Warning: %B uses unknown floating point ABI %d"), ibfd,
c6e65352 3643 in_attr->i);
34c8bcba
JM
3644 else
3645 _bfd_error_handler
3646 (_("Warning: %B uses unknown floating point ABI %d"), obfd,
c6e65352
DJ
3647 out_attr->i);
3648 }
3649
3650 /* Check for conflicting Tag_GNU_Power_ABI_Vector attributes and
3651 merge non-conflicting ones. */
3652 in_attr = &in_attrs[Tag_GNU_Power_ABI_Vector];
3653 out_attr = &out_attrs[Tag_GNU_Power_ABI_Vector];
3654 if (in_attr->i != out_attr->i)
3655 {
3656 const char *in_abi = NULL, *out_abi = NULL;
3657
3658 switch (in_attr->i)
3659 {
3660 case 1: in_abi = "generic"; break;
3661 case 2: in_abi = "AltiVec"; break;
3662 case 3: in_abi = "SPE"; break;
3663 }
3664
3665 switch (out_attr->i)
3666 {
3667 case 1: out_abi = "generic"; break;
3668 case 2: out_abi = "AltiVec"; break;
3669 case 3: out_abi = "SPE"; break;
3670 }
3671
3672 out_attr->type = 1;
3673 if (out_attr->i == 0)
3674 out_attr->i = in_attr->i;
3675 else if (in_attr->i == 0)
3676 ;
3677 /* For now, allow generic to transition to AltiVec or SPE
3678 without a warning. If GCC marked files with their stack
3679 alignment and used don't-care markings for files which are
3680 not affected by the vector ABI, we could warn about this
3681 case too. */
3682 else if (out_attr->i == 1)
3683 out_attr->i = in_attr->i;
3684 else if (in_attr->i == 1)
3685 ;
3686 else if (in_abi == NULL)
3687 _bfd_error_handler
3688 (_("Warning: %B uses unknown vector ABI %d"), ibfd,
3689 in_attr->i);
3690 else if (out_abi == NULL)
3691 _bfd_error_handler
3692 (_("Warning: %B uses unknown vector ABI %d"), obfd,
3693 in_attr->i);
3694 else
3695 _bfd_error_handler
3696 (_("Warning: %B uses vector ABI \"%s\", %B uses \"%s\""),
3697 ibfd, obfd, in_abi, out_abi);
34c8bcba
JM
3698 }
3699
3700 /* Merge Tag_compatibility attributes and any common GNU ones. */
3701 _bfd_elf_merge_object_attributes (ibfd, obfd);
3702
3703 return TRUE;
3704}
3705
8853c3d3
AM
3706/* Merge backend specific data from an object file to the output
3707 object file when linking. */
3708
3709static bfd_boolean
3710ppc_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
3711{
3712 flagword old_flags;
3713 flagword new_flags;
3714 bfd_boolean error;
3715
3716 if (!is_ppc_elf_target (ibfd->xvec)
3717 || !is_ppc_elf_target (obfd->xvec))
3718 return TRUE;
3719
3720 /* Check if we have the same endianess. */
3721 if (! _bfd_generic_verify_endian_match (ibfd, obfd))
3722 return FALSE;
3723
34c8bcba
JM
3724 if (!ppc_elf_merge_obj_attributes (ibfd, obfd))
3725 return FALSE;
3726
8853c3d3
AM
3727 new_flags = elf_elfheader (ibfd)->e_flags;
3728 old_flags = elf_elfheader (obfd)->e_flags;
3729 if (!elf_flags_init (obfd))
3730 {
3731 /* First call, no flags set. */
3732 elf_flags_init (obfd) = TRUE;
3733 elf_elfheader (obfd)->e_flags = new_flags;
3734 }
3735
3736 /* Compatible flags are ok. */
3737 else if (new_flags == old_flags)
3738 ;
3739
3740 /* Incompatible flags. */
3741 else
3742 {
3743 /* Warn about -mrelocatable mismatch. Allow -mrelocatable-lib
3744 to be linked with either. */
3745 error = FALSE;
3746 if ((new_flags & EF_PPC_RELOCATABLE) != 0
3747 && (old_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0)
3748 {
3749 error = TRUE;
3750 (*_bfd_error_handler)
3751 (_("%B: compiled with -mrelocatable and linked with "
3752 "modules compiled normally"), ibfd);
3753 }
3754 else if ((new_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0
3755 && (old_flags & EF_PPC_RELOCATABLE) != 0)
3756 {
3757 error = TRUE;
3758 (*_bfd_error_handler)
3759 (_("%B: compiled normally and linked with "
3760 "modules compiled with -mrelocatable"), ibfd);
3761 }
3762
3763 /* The output is -mrelocatable-lib iff both the input files are. */
3764 if (! (new_flags & EF_PPC_RELOCATABLE_LIB))
3765 elf_elfheader (obfd)->e_flags &= ~EF_PPC_RELOCATABLE_LIB;
3766
3767 /* The output is -mrelocatable iff it can't be -mrelocatable-lib,
3768 but each input file is either -mrelocatable or -mrelocatable-lib. */
3769 if (! (elf_elfheader (obfd)->e_flags & EF_PPC_RELOCATABLE_LIB)
3770 && (new_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE))
3771 && (old_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE)))
3772 elf_elfheader (obfd)->e_flags |= EF_PPC_RELOCATABLE;
3773
3774 /* Do not warn about eabi vs. V.4 mismatch, just or in the bit if
3775 any module uses it. */
3776 elf_elfheader (obfd)->e_flags |= (new_flags & EF_PPC_EMB);
3777
3778 new_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB);
3779 old_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB);
3780
3781 /* Warn about any other mismatches. */
3782 if (new_flags != old_flags)
3783 {
3784 error = TRUE;
3785 (*_bfd_error_handler)
3786 (_("%B: uses different e_flags (0x%lx) fields "
3787 "than previous modules (0x%lx)"),
3788 ibfd, (long) new_flags, (long) old_flags);
3789 }
3790
3791 if (error)
3792 {
3793 bfd_set_error (bfd_error_bad_value);
3794 return FALSE;
3795 }
3796 }
3797
3798 return TRUE;
3799}
3800\f
d7128ce4
AM
3801/* Choose which PLT scheme to use, and set .plt flags appropriately.
3802 Returns -1 on error, 0 for old PLT, 1 for new PLT. */
3803int
3804ppc_elf_select_plt_layout (bfd *output_bfd ATTRIBUTE_UNUSED,
3805 struct bfd_link_info *info,
016687f8 3806 enum ppc_elf_plt_type plt_style,
0ba07910 3807 int emit_stub_syms)
d7128ce4
AM
3808{
3809 struct ppc_elf_link_hash_table *htab;
9d8504b1 3810 flagword flags;
d7128ce4
AM
3811
3812 htab = ppc_elf_hash_table (info);
4a3dc543
RS
3813
3814 if (htab->plt_type == PLT_UNSET)
016687f8
AM
3815 {
3816 if (plt_style == PLT_OLD)
3817 htab->plt_type = PLT_OLD;
3818 else
3819 {
3820 bfd *ibfd;
3821 enum ppc_elf_plt_type plt_type = plt_style;
3822
3823 /* Look through the reloc flags left by ppc_elf_check_relocs.
3824 Use the old style bss plt if a file makes plt calls
3825 without using the new relocs, and if ld isn't given
3826 --secure-plt and we never see REL16 relocs. */
3827 if (plt_type == PLT_UNSET)
3828 plt_type = PLT_OLD;
60b31e8d 3829 for (ibfd = info->input_bfds; ibfd; ibfd = ibfd->link_next)
016687f8
AM
3830 if (is_ppc_elf_target (ibfd->xvec))
3831 {
3832 if (ppc_elf_tdata (ibfd)->has_rel16)
3833 plt_type = PLT_NEW;
3834 else if (ppc_elf_tdata (ibfd)->makes_plt_call)
3835 {
3836 plt_type = PLT_OLD;
3837 htab->old_bfd = ibfd;
3838 break;
3839 }
3840 }
3841 htab->plt_type = plt_type;
3842 }
3843 }
3844 if (htab->plt_type == PLT_OLD && plt_style == PLT_NEW)
3845 info->callbacks->info (_("Using bss-plt due to %B"), htab->old_bfd);
d7128ce4 3846
0ba07910
AM
3847 htab->emit_stub_syms = emit_stub_syms;
3848
4a3dc543 3849 BFD_ASSERT (htab->plt_type != PLT_VXWORKS);
9d8504b1 3850
4a3dc543 3851 if (htab->plt_type == PLT_NEW)
9d8504b1
PB
3852 {
3853 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
3854 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
86b9da88
AM
3855
3856 /* The new PLT is a loaded section. */
3857 if (htab->plt != NULL
3858 && !bfd_set_section_flags (htab->elf.dynobj, htab->plt, flags))
3859 return -1;
3860
3861 /* The new GOT is not executable. */
3862 if (htab->got != NULL
3863 && !bfd_set_section_flags (htab->elf.dynobj, htab->got, flags))
3864 return -1;
d7128ce4
AM
3865 }
3866 else
3867 {
3868 /* Stop an unused .glink section from affecting .text alignment. */
86b9da88
AM
3869 if (htab->glink != NULL
3870 && !bfd_set_section_alignment (htab->elf.dynobj, htab->glink, 0))
3871 return -1;
d7128ce4 3872 }
4a3dc543 3873 return htab->plt_type == PLT_NEW;
d7128ce4
AM
3874}
3875\f
25dbc73a
AM
3876/* Return the section that should be marked against GC for a given
3877 relocation. */
586119b3 3878
25dbc73a
AM
3879static asection *
3880ppc_elf_gc_mark_hook (asection *sec,
07adf181 3881 struct bfd_link_info *info,
25dbc73a
AM
3882 Elf_Internal_Rela *rel,
3883 struct elf_link_hash_entry *h,
3884 Elf_Internal_Sym *sym)
3885{
3886 if (h != NULL)
07adf181
AM
3887 switch (ELF32_R_TYPE (rel->r_info))
3888 {
3889 case R_PPC_GNU_VTINHERIT:
3890 case R_PPC_GNU_VTENTRY:
3891 return NULL;
3892 }
3893
3894 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
25dbc73a 3895}
a876ecf9 3896
25dbc73a
AM
3897/* Update the got, plt and dynamic reloc reference counts for the
3898 section being removed. */
3899
3900static bfd_boolean
3901ppc_elf_gc_sweep_hook (bfd *abfd,
3902 struct bfd_link_info *info,
3903 asection *sec,
3904 const Elf_Internal_Rela *relocs)
3905{
3906 struct ppc_elf_link_hash_table *htab;
3907 Elf_Internal_Shdr *symtab_hdr;
3908 struct elf_link_hash_entry **sym_hashes;
3909 bfd_signed_vma *local_got_refcounts;
3910 const Elf_Internal_Rela *rel, *relend;
a6aa5195 3911 asection *got2;
25dbc73a 3912
c87b5a93
AM
3913 if ((sec->flags & SEC_ALLOC) == 0)
3914 return TRUE;
3915
25dbc73a
AM
3916 elf_section_data (sec)->local_dynrel = NULL;
3917
3918 htab = ppc_elf_hash_table (info);
3919 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
3920 sym_hashes = elf_sym_hashes (abfd);
3921 local_got_refcounts = elf_local_got_refcounts (abfd);
a6aa5195 3922 got2 = bfd_get_section_by_name (abfd, ".got2");
25dbc73a
AM
3923
3924 relend = relocs + sec->reloc_count;
3925 for (rel = relocs; rel < relend; rel++)
3926 {
3927 unsigned long r_symndx;
3928 enum elf_ppc_reloc_type r_type;
3929 struct elf_link_hash_entry *h = NULL;
3930
3931 r_symndx = ELF32_R_SYM (rel->r_info);
3932 if (r_symndx >= symtab_hdr->sh_info)
a876ecf9 3933 {
25dbc73a
AM
3934 struct ppc_elf_dyn_relocs **pp, *p;
3935 struct ppc_elf_link_hash_entry *eh;
3936
3937 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
3938 while (h->root.type == bfd_link_hash_indirect
3939 || h->root.type == bfd_link_hash_warning)
3940 h = (struct elf_link_hash_entry *) h->root.u.i.link;
3941 eh = (struct ppc_elf_link_hash_entry *) h;
3942
3943 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
3944 if (p->sec == sec)
3945 {
3946 /* Everything must go for SEC. */
3947 *pp = p->next;
3948 break;
3949 }
a876ecf9 3950 }
ee05f2fe 3951
25dbc73a
AM
3952 r_type = ELF32_R_TYPE (rel->r_info);
3953 switch (r_type)
ee05f2fe 3954 {
25dbc73a
AM
3955 case R_PPC_GOT_TLSLD16:
3956 case R_PPC_GOT_TLSLD16_LO:
3957 case R_PPC_GOT_TLSLD16_HI:
3958 case R_PPC_GOT_TLSLD16_HA:
25dbc73a
AM
3959 case R_PPC_GOT_TLSGD16:
3960 case R_PPC_GOT_TLSGD16_LO:
3961 case R_PPC_GOT_TLSGD16_HI:
3962 case R_PPC_GOT_TLSGD16_HA:
3963 case R_PPC_GOT_TPREL16:
3964 case R_PPC_GOT_TPREL16_LO:
3965 case R_PPC_GOT_TPREL16_HI:
3966 case R_PPC_GOT_TPREL16_HA:
3967 case R_PPC_GOT_DTPREL16:
3968 case R_PPC_GOT_DTPREL16_LO:
3969 case R_PPC_GOT_DTPREL16_HI:
3970 case R_PPC_GOT_DTPREL16_HA:
3971 case R_PPC_GOT16:
3972 case R_PPC_GOT16_LO:
3973 case R_PPC_GOT16_HI:
3974 case R_PPC_GOT16_HA:
3975 if (h != NULL)
ee05f2fe 3976 {
25dbc73a
AM
3977 if (h->got.refcount > 0)
3978 h->got.refcount--;
ee05f2fe 3979 }
25dbc73a
AM
3980 else if (local_got_refcounts != NULL)
3981 {
3982 if (local_got_refcounts[r_symndx] > 0)
3983 local_got_refcounts[r_symndx]--;
3984 }
3985 break;
ee05f2fe 3986
25dbc73a
AM
3987 case R_PPC_REL24:
3988 case R_PPC_REL14:
3989 case R_PPC_REL14_BRTAKEN:
3990 case R_PPC_REL14_BRNTAKEN:
3991 case R_PPC_REL32:
3b36f7e6 3992 if (h == NULL || h == htab->elf.hgot)
25dbc73a
AM
3993 break;
3994 /* Fall thru */
ee05f2fe 3995
25dbc73a
AM
3996 case R_PPC_ADDR32:
3997 case R_PPC_ADDR24:
3998 case R_PPC_ADDR16:
3999 case R_PPC_ADDR16_LO:
4000 case R_PPC_ADDR16_HI:
4001 case R_PPC_ADDR16_HA:
4002 case R_PPC_ADDR14:
4003 case R_PPC_ADDR14_BRTAKEN:
4004 case R_PPC_ADDR14_BRNTAKEN:
4005 case R_PPC_UADDR32:
4006 case R_PPC_UADDR16:
87538722
AM
4007 if (info->shared)
4008 break;
4009
25dbc73a
AM
4010 case R_PPC_PLT32:
4011 case R_PPC_PLTREL24:
87538722 4012 case R_PPC_PLTREL32:
25dbc73a
AM
4013 case R_PPC_PLT16_LO:
4014 case R_PPC_PLT16_HI:
4015 case R_PPC_PLT16_HA:
4016 if (h != NULL)
4017 {
a6aa5195
AM
4018 bfd_vma addend = r_type == R_PPC_PLTREL24 ? rel->r_addend : 0;
4019 struct plt_entry *ent = find_plt_ent (h, got2, addend);
4020 if (ent->plt.refcount > 0)
4021 ent->plt.refcount -= 1;
25dbc73a
AM
4022 }
4023 break;
ee05f2fe 4024
25dbc73a
AM
4025 default:
4026 break;
4027 }
7fce784e 4028 }
7fce784e
AS
4029 return TRUE;
4030}
25dbc73a
AM
4031\f
4032/* Set htab->tls_get_addr and call the generic ELF tls_setup function. */
7fce784e 4033
25dbc73a
AM
4034asection *
4035ppc_elf_tls_setup (bfd *obfd, struct bfd_link_info *info)
7fce784e 4036{
25dbc73a 4037 struct ppc_elf_link_hash_table *htab;
7fce784e 4038
25dbc73a 4039 htab = ppc_elf_hash_table (info);
4a3dc543 4040 if (htab->plt_type == PLT_NEW
d7128ce4
AM
4041 && htab->plt != NULL
4042 && htab->plt->output_section != NULL)
4043 {
4044 elf_section_type (htab->plt->output_section) = SHT_PROGBITS;
4045 elf_section_flags (htab->plt->output_section) = SHF_ALLOC + SHF_WRITE;
4046 }
4047
25dbc73a
AM
4048 htab->tls_get_addr = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
4049 FALSE, FALSE, TRUE);
25dbc73a 4050 return _bfd_elf_tls_setup (obfd, info);
7fce784e
AS
4051}
4052
25dbc73a
AM
4053/* Run through all the TLS relocs looking for optimization
4054 opportunities. */
252b5132 4055
25dbc73a
AM
4056bfd_boolean
4057ppc_elf_tls_optimize (bfd *obfd ATTRIBUTE_UNUSED,
4058 struct bfd_link_info *info)
252b5132 4059{
7fce784e 4060 bfd *ibfd;
25dbc73a
AM
4061 asection *sec;
4062 struct ppc_elf_link_hash_table *htab;
b7fcf6f6 4063 int pass;
252b5132 4064
25dbc73a
AM
4065 if (info->relocatable || info->shared)
4066 return TRUE;
252b5132 4067
7619e7c7 4068 htab = ppc_elf_hash_table (info);
b7fcf6f6
AM
4069 /* Make two passes through the relocs. First time check that tls
4070 relocs involved in setting up a tls_get_addr call are indeed
4071 followed by such a call. If they are not, exclude them from
4072 the optimizations done on the second pass. */
4073 for (pass = 0; pass < 2; ++pass)
4074 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
4075 {
4076 Elf_Internal_Sym *locsyms = NULL;
4077 Elf_Internal_Shdr *symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
7619e7c7 4078
b7fcf6f6
AM
4079 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
4080 if (sec->has_tls_reloc && !bfd_is_abs_section (sec->output_section))
4081 {
4082 Elf_Internal_Rela *relstart, *rel, *relend;
252b5132 4083
b7fcf6f6
AM
4084 /* Read the relocations. */
4085 relstart = _bfd_elf_link_read_relocs (ibfd, sec, NULL, NULL,
4086 info->keep_memory);
4087 if (relstart == NULL)
4088 return FALSE;
7619e7c7 4089
b7fcf6f6
AM
4090 relend = relstart + sec->reloc_count;
4091 for (rel = relstart; rel < relend; rel++)
4092 {
4093 enum elf_ppc_reloc_type r_type;
4094 unsigned long r_symndx;
4095 struct elf_link_hash_entry *h = NULL;
4096 char *tls_mask;
4097 char tls_set, tls_clear;
4098 bfd_boolean is_local;
4099 int expecting_tls_get_addr;
4100 bfd_signed_vma *got_count;
4101
4102 r_symndx = ELF32_R_SYM (rel->r_info);
4103 if (r_symndx >= symtab_hdr->sh_info)
4104 {
4105 struct elf_link_hash_entry **sym_hashes;
7fce784e 4106
b7fcf6f6
AM
4107 sym_hashes = elf_sym_hashes (ibfd);
4108 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
4109 while (h->root.type == bfd_link_hash_indirect
4110 || h->root.type == bfd_link_hash_warning)
4111 h = (struct elf_link_hash_entry *) h->root.u.i.link;
4112 }
7619e7c7 4113
b7fcf6f6
AM
4114 expecting_tls_get_addr = 0;
4115 is_local = FALSE;
4116 if (h == NULL
4117 || !h->def_dynamic)
4118 is_local = TRUE;
7619e7c7 4119
b7fcf6f6
AM
4120 r_type = ELF32_R_TYPE (rel->r_info);
4121 switch (r_type)
4122 {
4123 case R_PPC_GOT_TLSLD16:
4124 case R_PPC_GOT_TLSLD16_LO:
4125 expecting_tls_get_addr = 1;
4126 /* Fall thru */
4127
4128 case R_PPC_GOT_TLSLD16_HI:
4129 case R_PPC_GOT_TLSLD16_HA:
4130 /* These relocs should never be against a symbol
4131 defined in a shared lib. Leave them alone if
4132 that turns out to be the case. */
4133 if (!is_local)
4134 continue;
4135
4136 /* LD -> LE */
4137 tls_set = 0;
4138 tls_clear = TLS_LD;
4139 break;
4140
4141 case R_PPC_GOT_TLSGD16:
4142 case R_PPC_GOT_TLSGD16_LO:
4143 expecting_tls_get_addr = 1;
4144 /* Fall thru */
4145
4146 case R_PPC_GOT_TLSGD16_HI:
4147 case R_PPC_GOT_TLSGD16_HA:
4148 if (is_local)
4149 /* GD -> LE */
4150 tls_set = 0;
4151 else
4152 /* GD -> IE */
4153 tls_set = TLS_TLS | TLS_TPRELGD;
4154 tls_clear = TLS_GD;
4155 break;
4156
4157 case R_PPC_GOT_TPREL16:
4158 case R_PPC_GOT_TPREL16_LO:
4159 case R_PPC_GOT_TPREL16_HI:
4160 case R_PPC_GOT_TPREL16_HA:
4161 if (is_local)
4162 {
4163 /* IE -> LE */
4164 tls_set = 0;
4165 tls_clear = TLS_TPREL;
4166 break;
4167 }
4168 else
4169 continue;
4170
4171 default:
25dbc73a 4172 continue;
b7fcf6f6 4173 }
25dbc73a 4174
b7fcf6f6
AM
4175 if (pass == 0)
4176 {
4177 if (!expecting_tls_get_addr)
4178 continue;
25dbc73a 4179
b7fcf6f6
AM
4180 if (rel + 1 < relend)
4181 {
4182 enum elf_ppc_reloc_type r_type2;
4183 unsigned long r_symndx2;
4184 struct elf_link_hash_entry *h2;
4185
4186 /* The next instruction should be a call to
4187 __tls_get_addr. Peek at the reloc to be sure. */
4188 r_type2 = ELF32_R_TYPE (rel[1].r_info);
4189 r_symndx2 = ELF32_R_SYM (rel[1].r_info);
4190 if (r_symndx2 >= symtab_hdr->sh_info
4191 && (r_type2 == R_PPC_REL14
4192 || r_type2 == R_PPC_REL14_BRTAKEN
4193 || r_type2 == R_PPC_REL14_BRNTAKEN
4194 || r_type2 == R_PPC_REL24
4195 || r_type2 == R_PPC_PLTREL24))
4196 {
4197 struct elf_link_hash_entry **sym_hashes;
4198
4199 sym_hashes = elf_sym_hashes (ibfd);
4200 h2 = sym_hashes[r_symndx2 - symtab_hdr->sh_info];
4201 while (h2->root.type == bfd_link_hash_indirect
4202 || h2->root.type == bfd_link_hash_warning)
4203 h2 = ((struct elf_link_hash_entry *)
4204 h2->root.u.i.link);
4205 if (h2 == htab->tls_get_addr)
4206 continue;
4207 }
4208 }
25dbc73a 4209
b7fcf6f6
AM
4210 /* Uh oh, we didn't find the expected call. We
4211 could just mark this symbol to exclude it
4212 from tls optimization but it's safer to skip
4213 the entire section. */
4214 sec->has_tls_reloc = 0;
4215 break;
4216 }
25dbc73a 4217
b7fcf6f6
AM
4218 if (h != NULL)
4219 {
4220 tls_mask = &ppc_elf_hash_entry (h)->tls_mask;
4221 got_count = &h->got.refcount;
4222 }
4223 else
4224 {
4225 Elf_Internal_Sym *sym;
4226 bfd_signed_vma *lgot_refs;
4227 char *lgot_masks;
25dbc73a 4228
b7fcf6f6
AM
4229 if (locsyms == NULL)
4230 {
4231 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
4232 if (locsyms == NULL)
4233 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
4234 symtab_hdr->sh_info,
4235 0, NULL, NULL, NULL);
4236 if (locsyms == NULL)
4237 {
4238 if (elf_section_data (sec)->relocs != relstart)
4239 free (relstart);
4240 return FALSE;
4241 }
4242 }
4243 sym = locsyms + r_symndx;
4244 lgot_refs = elf_local_got_refcounts (ibfd);
4245 if (lgot_refs == NULL)
4246 abort ();
4247 lgot_masks = (char *) (lgot_refs + symtab_hdr->sh_info);
4248 tls_mask = &lgot_masks[r_symndx];
4249 got_count = &lgot_refs[r_symndx];
4250 }
25dbc73a 4251
b7fcf6f6
AM
4252 if (tls_set == 0)
4253 {
4254 /* We managed to get rid of a got entry. */
4255 if (*got_count > 0)
4256 *got_count -= 1;
4257 }
25dbc73a 4258
b7fcf6f6
AM
4259 if (expecting_tls_get_addr)
4260 {
4261 struct plt_entry *ent;
25dbc73a 4262
b7fcf6f6
AM
4263 ent = find_plt_ent (htab->tls_get_addr, NULL, 0);
4264 if (ent != NULL && ent->plt.refcount > 0)
4265 ent->plt.refcount -= 1;
4266 }
25dbc73a 4267
b7fcf6f6
AM
4268 *tls_mask |= tls_set;
4269 *tls_mask &= ~tls_clear;
4270 }
25dbc73a 4271
b7fcf6f6
AM
4272 if (elf_section_data (sec)->relocs != relstart)
4273 free (relstart);
4274 }
4275
4276 if (locsyms != NULL
4277 && (symtab_hdr->contents != (unsigned char *) locsyms))
4278 {
4279 if (!info->keep_memory)
4280 free (locsyms);
4281 else
4282 symtab_hdr->contents = (unsigned char *) locsyms;
4283 }
4284 }
25dbc73a
AM
4285 return TRUE;
4286}
4287\f
4288/* Adjust a symbol defined by a dynamic object and referenced by a
4289 regular object. The current definition is in some section of the
4290 dynamic object, but we're not including those sections. We have to
4291 change the definition to something the rest of the link can
4292 understand. */
7fce784e 4293
25dbc73a
AM
4294static bfd_boolean
4295ppc_elf_adjust_dynamic_symbol (struct bfd_link_info *info,
4296 struct elf_link_hash_entry *h)
4297{
4298 struct ppc_elf_link_hash_table *htab;
4299 asection *s;
7fce784e 4300
25dbc73a
AM
4301#ifdef DEBUG
4302 fprintf (stderr, "ppc_elf_adjust_dynamic_symbol called for %s\n",
4303 h->root.root.string);
4304#endif
252b5132 4305
25dbc73a
AM
4306 /* Make sure we know what is going on here. */
4307 htab = ppc_elf_hash_table (info);
4308 BFD_ASSERT (htab->elf.dynobj != NULL
4309 && (h->needs_plt
4310 || h->u.weakdef != NULL
4311 || (h->def_dynamic
4312 && h->ref_regular
4313 && !h->def_regular)));
252b5132 4314
25dbc73a
AM
4315 /* Deal with function syms. */
4316 if (h->type == STT_FUNC
4317 || h->needs_plt)
4318 {
4319 /* Clear procedure linkage table information for any symbol that
4320 won't need a .plt entry. */
a6aa5195
AM
4321 struct plt_entry *ent;
4322 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
4323 if (ent->plt.refcount > 0)
4324 break;
4325 if (ent == NULL
25dbc73a
AM
4326 || SYMBOL_CALLS_LOCAL (info, h)
4327 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT
4328 && h->root.type == bfd_link_hash_undefweak))
252b5132 4329 {
25dbc73a 4330 /* A PLT entry is not required/allowed when:
252b5132 4331
25dbc73a
AM
4332 1. We are not using ld.so; because then the PLT entry
4333 can't be set up, so we can't use one. In this case,
4334 ppc_elf_adjust_dynamic_symbol won't even be called.
252b5132 4335
25dbc73a
AM
4336 2. GC has rendered the entry unused.
4337
4338 3. We know for certain that a call to this symbol
4339 will go to this object, or will remain undefined. */
a6aa5195 4340 h->plt.plist = NULL;
25dbc73a
AM
4341 h->needs_plt = 0;
4342 }
4343 return TRUE;
252b5132 4344 }
25dbc73a 4345 else
a6aa5195 4346 h->plt.plist = NULL;
252b5132 4347
25dbc73a
AM
4348 /* If this is a weak symbol, and there is a real definition, the
4349 processor independent code will have arranged for us to see the
4350 real definition first, and we can just use the same value. */
4351 if (h->u.weakdef != NULL)
252b5132 4352 {
25dbc73a
AM
4353 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
4354 || h->u.weakdef->root.type == bfd_link_hash_defweak);
4355 h->root.u.def.section = h->u.weakdef->root.u.def.section;
4356 h->root.u.def.value = h->u.weakdef->root.u.def.value;
4357 if (ELIMINATE_COPY_RELOCS)
4358 h->non_got_ref = h->u.weakdef->non_got_ref;
4359 return TRUE;
4360 }
dc810e39 4361
25dbc73a
AM
4362 /* This is a reference to a symbol defined by a dynamic object which
4363 is not a function. */
252b5132 4364
25dbc73a
AM
4365 /* If we are creating a shared library, we must presume that the
4366 only references to the symbol are via the global offset table.
4367 For such cases we need not do anything here; the relocations will
4368 be handled correctly by relocate_section. */
4369 if (info->shared)
4370 return TRUE;
252b5132 4371
25dbc73a
AM
4372 /* If there are no references to this symbol that do not use the
4373 GOT, we don't need to generate a copy reloc. */
4374 if (!h->non_got_ref)
4375 return TRUE;
4376
cfd2c773
NS
4377 /* If we didn't find any dynamic relocs in read-only sections, then
4378 we'll be keeping the dynamic relocs and avoiding the copy reloc.
4379 We can't do this if there are any small data relocations. This
4380 doesn't work on VxWorks, where we can not have dynamic
4381 relocations (other than copy and jump slot relocations) in an
4382 executable. */
4dc4a9a5 4383 if (ELIMINATE_COPY_RELOCS
cfd2c773
NS
4384 && !ppc_elf_hash_entry (h)->has_sda_refs
4385 && !htab->is_vxworks)
25dbc73a
AM
4386 {
4387 struct ppc_elf_dyn_relocs *p;
4388 for (p = ppc_elf_hash_entry (h)->dyn_relocs; p != NULL; p = p->next)
252b5132 4389 {
25dbc73a
AM
4390 s = p->sec->output_section;
4391 if (s != NULL && (s->flags & SEC_READONLY) != 0)
4392 break;
252b5132
RH
4393 }
4394
25dbc73a 4395 if (p == NULL)
252b5132 4396 {
25dbc73a
AM
4397 h->non_got_ref = 0;
4398 return TRUE;
252b5132
RH
4399 }
4400 }
4401
909272ee
AM
4402 if (h->size == 0)
4403 {
4404 (*_bfd_error_handler) (_("dynamic variable `%s' is zero size"),
4405 h->root.root.string);
4406 return TRUE;
4407 }
4408
25dbc73a
AM
4409 /* We must allocate the symbol in our .dynbss section, which will
4410 become part of the .bss section of the executable. There will be
4411 an entry for this symbol in the .dynsym section. The dynamic
4412 object will contain position independent code, so all references
4413 from the dynamic object to this symbol will go through the global
4414 offset table. The dynamic linker will use the .dynsym entry to
4415 determine the address it must put in the global offset table, so
4416 both the dynamic object and the regular object will refer to the
4417 same memory location for the variable.
4418
4dc4a9a5
DJ
4419 Of course, if the symbol is referenced using SDAREL relocs, we
4420 must instead allocate it in .sbss. */
25dbc73a 4421
4dc4a9a5 4422 if (ppc_elf_hash_entry (h)->has_sda_refs)
25dbc73a
AM
4423 s = htab->dynsbss;
4424 else
4425 s = htab->dynbss;
4426 BFD_ASSERT (s != NULL);
4427
4428 /* We must generate a R_PPC_COPY reloc to tell the dynamic linker to
4429 copy the initial value out of the dynamic object and into the
4430 runtime process image. We need to remember the offset into the
4431 .rela.bss section we are going to use. */
4432 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
4433 {
4434 asection *srel;
4435
4dc4a9a5 4436 if (ppc_elf_hash_entry (h)->has_sda_refs)
25dbc73a
AM
4437 srel = htab->relsbss;
4438 else
4439 srel = htab->relbss;
4440 BFD_ASSERT (srel != NULL);
4441 srel->size += sizeof (Elf32_External_Rela);
4442 h->needs_copy = 1;
4443 }
7619e7c7 4444
027297b7 4445 return _bfd_elf_adjust_dynamic_copy (h, s);
25dbc73a
AM
4446}
4447\f
ac39eb42
AM
4448/* Generate a symbol to mark plt call stubs. For non-PIC code the sym is
4449 xxxxxxxx.plt_call32.<callee> where xxxxxxxx is a hex number, usually 0,
4450 specifying the addend on the plt relocation. For -fpic code, the sym
4451 is xxxxxxxx.plt_pic32.<callee>, and for -fPIC
4452 xxxxxxxx.got2.plt_pic32.<callee>. */
0ba07910
AM
4453
4454static bfd_boolean
4455add_stub_sym (struct plt_entry *ent,
4456 struct elf_link_hash_entry *h,
ac39eb42 4457 struct bfd_link_info *info)
0ba07910
AM
4458{
4459 struct elf_link_hash_entry *sh;
4460 size_t len1, len2, len3;
4461 char *name;
ac39eb42
AM
4462 const char *stub;
4463 struct ppc_elf_link_hash_table *htab = ppc_elf_hash_table (info);
4464
4465 if (info->shared || info->pie)
4466 stub = ".plt_pic32.";
4467 else
4468 stub = ".plt_call32.";
0ba07910
AM
4469
4470 len1 = strlen (h->root.root.string);
ac39eb42 4471 len2 = strlen (stub);
0ba07910
AM
4472 len3 = 0;
4473 if (ent->sec)
4474 len3 = strlen (ent->sec->name);
ac39eb42 4475 name = bfd_malloc (len1 + len2 + len3 + 9);
0ba07910
AM
4476 if (name == NULL)
4477 return FALSE;
4478 sprintf (name, "%08x", (unsigned) ent->addend & 0xffffffff);
4479 if (ent->sec)
4480 memcpy (name + 8, ent->sec->name, len3);
ac39eb42
AM
4481 memcpy (name + 8 + len3, stub, len2);
4482 memcpy (name + 8 + len3 + len2, h->root.root.string, len1 + 1);
0ba07910
AM
4483 sh = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
4484 if (sh == NULL)
4485 return FALSE;
4486 if (sh->root.type == bfd_link_hash_new)
4487 {
4488 sh->root.type = bfd_link_hash_defined;
4489 sh->root.u.def.section = htab->glink;
4490 sh->root.u.def.value = ent->glink_offset;
4491 sh->ref_regular = 1;
4492 sh->def_regular = 1;
4493 sh->ref_regular_nonweak = 1;
4494 sh->forced_local = 1;
4495 sh->non_elf = 0;
4496 }
4497 return TRUE;
4498}
4499
3b36f7e6
AM
4500/* Allocate NEED contiguous space in .got, and return the offset.
4501 Handles allocation of the got header when crossing 32k. */
4502
4503static bfd_vma
4504allocate_got (struct ppc_elf_link_hash_table *htab, unsigned int need)
4505{
4506 bfd_vma where;
4a3dc543 4507 unsigned int max_before_header;
3b36f7e6 4508
4a3dc543 4509 if (htab->plt_type == PLT_VXWORKS)
9d8504b1
PB
4510 {
4511 where = htab->got->size;
4512 htab->got->size += need;
4513 }
3b36f7e6
AM
4514 else
4515 {
4a3dc543
RS
4516 max_before_header = htab->plt_type == PLT_NEW ? 32768 : 32764;
4517 if (need <= htab->got_gap)
3b36f7e6 4518 {
4a3dc543
RS
4519 where = max_before_header - htab->got_gap;
4520 htab->got_gap -= need;
4521 }
4522 else
4523 {
4524 if (htab->got->size + need > max_before_header
4525 && htab->got->size <= max_before_header)
4526 {
4527 htab->got_gap = max_before_header - htab->got->size;
4528 htab->got->size = max_before_header + htab->got_header_size;
4529 }
4530 where = htab->got->size;
4531 htab->got->size += need;
3b36f7e6 4532 }
3b36f7e6
AM
4533 }
4534 return where;
4535}
4536
25dbc73a 4537/* Allocate space in associated reloc sections for dynamic relocs. */
252b5132 4538
b34976b6 4539static bfd_boolean
25dbc73a 4540allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
252b5132 4541{
25dbc73a
AM
4542 struct bfd_link_info *info = inf;
4543 struct ppc_elf_link_hash_entry *eh;
7619e7c7 4544 struct ppc_elf_link_hash_table *htab;
25dbc73a 4545 struct ppc_elf_dyn_relocs *p;
252b5132 4546
25dbc73a 4547 if (h->root.type == bfd_link_hash_indirect)
b34976b6 4548 return TRUE;
252b5132 4549
25dbc73a
AM
4550 if (h->root.type == bfd_link_hash_warning)
4551 /* When warning symbols are created, they **replace** the "real"
4552 entry in the hash table, thus we never get to see the real
4553 symbol in a hash traversal. So look at it now. */
4554 h = (struct elf_link_hash_entry *) h->root.u.i.link;
e47cd125 4555
7619e7c7 4556 htab = ppc_elf_hash_table (info);
a6aa5195 4557 if (htab->elf.dynamic_sections_created)
252b5132 4558 {
a6aa5195
AM
4559 struct plt_entry *ent;
4560 bfd_boolean doneone = FALSE;
28e99bb6
AM
4561 bfd_vma plt_offset = 0, glink_offset = 0;
4562
a6aa5195
AM
4563 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
4564 if (ent->plt.refcount > 0)
4565 {
4566 /* Make sure this symbol is output as a dynamic symbol. */
4567 if (h->dynindx == -1
4568 && !h->forced_local)
4569 {
4570 if (! bfd_elf_link_record_dynamic_symbol (info, h))
4571 return FALSE;
4572 }
252b5132 4573
a6aa5195
AM
4574 if (info->shared
4575 || WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, 0, h))
4576 {
4577 asection *s = htab->plt;
7619e7c7 4578
4a3dc543 4579 if (htab->plt_type == PLT_NEW)
a6aa5195 4580 {
a6aa5195 4581 if (!doneone)
28e99bb6
AM
4582 {
4583 plt_offset = s->size;
4584 s->size += 4;
4585 }
4586 ent->plt.offset = plt_offset;
d7128ce4 4587
a6aa5195 4588 s = htab->glink;
28e99bb6
AM
4589 if (!doneone || info->shared || info->pie)
4590 {
4591 glink_offset = s->size;
4592 s->size += GLINK_ENTRY_SIZE;
4593 }
4594 if (!doneone
4595 && !info->shared
a6aa5195
AM
4596 && !h->def_regular)
4597 {
4598 h->root.u.def.section = s;
28e99bb6 4599 h->root.u.def.value = glink_offset;
a6aa5195 4600 }
28e99bb6 4601 ent->glink_offset = glink_offset;
0ba07910
AM
4602
4603 if (htab->emit_stub_syms
ac39eb42 4604 && !add_stub_sym (ent, h, info))
0ba07910 4605 return FALSE;
a6aa5195
AM
4606 }
4607 else
4608 {
a6aa5195
AM
4609 if (!doneone)
4610 {
28e99bb6
AM
4611 /* If this is the first .plt entry, make room
4612 for the special first entry. */
4613 if (s->size == 0)
9d8504b1 4614 s->size += htab->plt_initial_entry_size;
28e99bb6
AM
4615
4616 /* The PowerPC PLT is actually composed of two
4617 parts, the first part is 2 words (for a load
4618 and a jump), and then there is a remaining
4619 word available at the end. */
9d8504b1
PB
4620 plt_offset = (htab->plt_initial_entry_size
4621 + (htab->plt_slot_size
4622 * ((s->size
4623 - htab->plt_initial_entry_size)
4624 / htab->plt_entry_size)));
28e99bb6
AM
4625
4626 /* If this symbol is not defined in a regular
4627 file, and we are not generating a shared
4628 library, then set the symbol to this location
4629 in the .plt. This is required to make
4630 function pointers compare as equal between
4631 the normal executable and the shared library. */
4632 if (! info->shared
4633 && !h->def_regular)
4634 {
4635 h->root.u.def.section = s;
4636 h->root.u.def.value = plt_offset;
4637 }
4638
9d8504b1
PB
4639 /* Make room for this entry. */
4640 s->size += htab->plt_entry_size;
4641 /* After the 8192nd entry, room for two entries
4642 is allocated. */
4a3dc543 4643 if (htab->plt_type == PLT_OLD
9d8504b1
PB
4644 && (s->size - htab->plt_initial_entry_size)
4645 / htab->plt_entry_size
4646 > PLT_NUM_SINGLE_ENTRIES)
4647 s->size += htab->plt_entry_size;
a6aa5195 4648 }
28e99bb6 4649 ent->plt.offset = plt_offset;
a6aa5195 4650 }
25dbc73a 4651
a6aa5195
AM
4652 /* We also need to make an entry in the .rela.plt section. */
4653 if (!doneone)
4654 {
4655 htab->relplt->size += sizeof (Elf32_External_Rela);
9d8504b1 4656
4a3dc543 4657 if (htab->plt_type == PLT_VXWORKS)
9d8504b1
PB
4658 {
4659 /* Allocate space for the unloaded relocations. */
4660 if (!info->shared)
4661 {
4662 if (ent->plt.offset
4663 == (bfd_vma) htab->plt_initial_entry_size)
4664 {
4665 htab->srelplt2->size
4666 += sizeof (Elf32_External_Rela)
4667 * VXWORKS_PLTRESOLVE_RELOCS;
4668 }
4669
4670 htab->srelplt2->size
4671 += sizeof (Elf32_External_Rela)
4672 * VXWORKS_PLT_NON_JMP_SLOT_RELOCS;
4673 }
4674
4675 /* Every PLT entry has an associated GOT entry in
4676 .got.plt. */
4677 htab->sgotplt->size += 4;
4678 }
a6aa5195
AM
4679 doneone = TRUE;
4680 }
4681 }
4682 else
4683 ent->plt.offset = (bfd_vma) -1;
a6aa5195 4684 }
2ce859a1
AM
4685 else
4686 ent->plt.offset = (bfd_vma) -1;
4687
4688 if (!doneone)
4689 {
4690 h->plt.plist = NULL;
4691 h->needs_plt = 0;
4692 }
25dbc73a
AM
4693 }
4694 else
4695 {
a6aa5195 4696 h->plt.plist = NULL;
25dbc73a
AM
4697 h->needs_plt = 0;
4698 }
4699
4700 eh = (struct ppc_elf_link_hash_entry *) h;
4701 if (eh->elf.got.refcount > 0)
4702 {
4703 /* Make sure this symbol is output as a dynamic symbol. */
4704 if (eh->elf.dynindx == -1
4705 && !eh->elf.forced_local)
4706 {
4707 if (!bfd_elf_link_record_dynamic_symbol (info, &eh->elf))
b34976b6 4708 return FALSE;
25dbc73a 4709 }
252b5132 4710
25dbc73a
AM
4711 if (eh->tls_mask == (TLS_TLS | TLS_LD)
4712 && !eh->elf.def_dynamic)
b7fcf6f6
AM
4713 {
4714 /* If just an LD reloc, we'll just use htab->tlsld_got.offset. */
4715 htab->tlsld_got.refcount += 1;
4716 eh->elf.got.offset = (bfd_vma) -1;
4717 }
25dbc73a
AM
4718 else
4719 {
4720 bfd_boolean dyn;
3b36f7e6 4721 unsigned int need = 0;
25dbc73a 4722 if ((eh->tls_mask & TLS_TLS) != 0)
252b5132 4723 {
25dbc73a 4724 if ((eh->tls_mask & TLS_LD) != 0)
3b36f7e6 4725 need += 8;
25dbc73a 4726 if ((eh->tls_mask & TLS_GD) != 0)
3b36f7e6 4727 need += 8;
25dbc73a 4728 if ((eh->tls_mask & (TLS_TPREL | TLS_TPRELGD)) != 0)
3b36f7e6 4729 need += 4;
25dbc73a 4730 if ((eh->tls_mask & TLS_DTPREL) != 0)
3b36f7e6 4731 need += 4;
252b5132 4732 }
25dbc73a 4733 else
3b36f7e6
AM
4734 need += 4;
4735 eh->elf.got.offset = allocate_got (htab, need);
25dbc73a
AM
4736 dyn = htab->elf.dynamic_sections_created;
4737 if ((info->shared
4738 || WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, 0, &eh->elf))
4739 && (ELF_ST_VISIBILITY (eh->elf.other) == STV_DEFAULT
4740 || eh->elf.root.type != bfd_link_hash_undefweak))
252b5132 4741 {
3b36f7e6
AM
4742 /* All the entries we allocated need relocs.
4743 Except LD only needs one. */
25dbc73a 4744 if ((eh->tls_mask & TLS_LD) != 0)
3b36f7e6
AM
4745 need -= 4;
4746 htab->relgot->size += need * (sizeof (Elf32_External_Rela) / 4);
252b5132 4747 }
25dbc73a
AM
4748 }
4749 }
4750 else
4751 eh->elf.got.offset = (bfd_vma) -1;
252b5132 4752
25dbc73a
AM
4753 if (eh->dyn_relocs == NULL)
4754 return TRUE;
252b5132 4755
25dbc73a
AM
4756 /* In the shared -Bsymbolic case, discard space allocated for
4757 dynamic pc-relative relocs against symbols which turn out to be
4758 defined in regular objects. For the normal shared case, discard
4759 space for relocs that have become local due to symbol visibility
4760 changes. */
4761
4762 if (info->shared)
4763 {
4764 /* Relocs that use pc_count are those that appear on a call insn,
4765 or certain REL relocs (see MUST_BE_DYN_RELOC) that can be
4766 generated via assembly. We want calls to protected symbols to
4767 resolve directly to the function rather than going via the plt.
4768 If people want function pointer comparisons to work as expected
4769 then they should avoid writing weird assembly. */
4770 if (SYMBOL_CALLS_LOCAL (info, h))
4771 {
4772 struct ppc_elf_dyn_relocs **pp;
4773
4774 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; )
252b5132 4775 {
25dbc73a
AM
4776 p->count -= p->pc_count;
4777 p->pc_count = 0;
4778 if (p->count == 0)
4779 *pp = p->next;
4780 else
4781 pp = &p->next;
252b5132 4782 }
25dbc73a 4783 }
252b5132 4784
25dbc73a
AM
4785 /* Also discard relocs on undefined weak syms with non-default
4786 visibility. */
cab87ef9
AM
4787 if (eh->dyn_relocs != NULL
4788 && h->root.type == bfd_link_hash_undefweak)
25dbc73a 4789 {
dfbb6ac9
AM
4790 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT)
4791 eh->dyn_relocs = NULL;
4792
4793 /* Make sure undefined weak symbols are output as a dynamic
4794 symbol in PIEs. */
4795 else if (h->dynindx == -1
4796 && !h->forced_local)
4797 {
4798 if (! bfd_elf_link_record_dynamic_symbol (info, h))
4799 return FALSE;
4800 }
25dbc73a
AM
4801 }
4802 }
4803 else if (ELIMINATE_COPY_RELOCS)
4804 {
4805 /* For the non-shared case, discard space for relocs against
4806 symbols which turn out to need copy relocs or are not
4807 dynamic. */
7619e7c7 4808
25dbc73a
AM
4809 if (!h->non_got_ref
4810 && h->def_dynamic
4811 && !h->def_regular)
4812 {
4813 /* Make sure this symbol is output as a dynamic symbol.
4814 Undefined weak syms won't yet be marked as dynamic. */
4815 if (h->dynindx == -1
4816 && !h->forced_local)
4817 {
4818 if (! bfd_elf_link_record_dynamic_symbol (info, h))
4819 return FALSE;
4820 }
7619e7c7 4821
25dbc73a
AM
4822 /* If that succeeded, we know we'll be keeping all the
4823 relocs. */
4824 if (h->dynindx != -1)
4825 goto keep;
4826 }
252b5132 4827
25dbc73a 4828 eh->dyn_relocs = NULL;
252b5132 4829
25dbc73a
AM
4830 keep: ;
4831 }
252b5132 4832
25dbc73a
AM
4833 /* Finally, allocate space. */
4834 for (p = eh->dyn_relocs; p != NULL; p = p->next)
4835 {
4836 asection *sreloc = elf_section_data (p->sec)->sreloc;
4837 sreloc->size += p->count * sizeof (Elf32_External_Rela);
4838 }
252b5132 4839
25dbc73a
AM
4840 return TRUE;
4841}
7619e7c7 4842
25dbc73a 4843/* Find any dynamic relocs that apply to read-only sections. */
7619e7c7 4844
25dbc73a
AM
4845static bfd_boolean
4846readonly_dynrelocs (struct elf_link_hash_entry *h, void *info)
4847{
4848 struct ppc_elf_dyn_relocs *p;
7619e7c7 4849
25dbc73a
AM
4850 if (h->root.type == bfd_link_hash_indirect)
4851 return TRUE;
252b5132 4852
25dbc73a
AM
4853 if (h->root.type == bfd_link_hash_warning)
4854 h = (struct elf_link_hash_entry *) h->root.u.i.link;
7619e7c7 4855
25dbc73a
AM
4856 for (p = ppc_elf_hash_entry (h)->dyn_relocs; p != NULL; p = p->next)
4857 {
4858 asection *s = p->sec->output_section;
ee05f2fe 4859
25dbc73a
AM
4860 if (s != NULL
4861 && ((s->flags & (SEC_READONLY | SEC_ALLOC))
4862 == (SEC_READONLY | SEC_ALLOC)))
4863 {
4864 ((struct bfd_link_info *) info)->flags |= DF_TEXTREL;
ee05f2fe 4865
25dbc73a
AM
4866 /* Not an error, just cut short the traversal. */
4867 return FALSE;
4868 }
4869 }
4870 return TRUE;
4871}
4872
4873/* Set the sizes of the dynamic sections. */
4874
4875static bfd_boolean
4876ppc_elf_size_dynamic_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
4877 struct bfd_link_info *info)
4878{
4879 struct ppc_elf_link_hash_table *htab;
4880 asection *s;
4881 bfd_boolean relocs;
4882 bfd *ibfd;
7fce784e 4883
252b5132 4884#ifdef DEBUG
25dbc73a 4885 fprintf (stderr, "ppc_elf_size_dynamic_sections called\n");
252b5132 4886#endif
252b5132 4887
25dbc73a
AM
4888 htab = ppc_elf_hash_table (info);
4889 BFD_ASSERT (htab->elf.dynobj != NULL);
252b5132 4890
25dbc73a
AM
4891 if (elf_hash_table (info)->dynamic_sections_created)
4892 {
4893 /* Set the contents of the .interp section to the interpreter. */
4894 if (info->executable)
4895 {
4896 s = bfd_get_section_by_name (htab->elf.dynobj, ".interp");
4897 BFD_ASSERT (s != NULL);
4898 s->size = sizeof ELF_DYNAMIC_INTERPRETER;
4899 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
4900 }
4901 }
252b5132 4902
4a3dc543 4903 if (htab->plt_type == PLT_OLD)
d7128ce4 4904 htab->got_header_size = 16;
4a3dc543 4905 else if (htab->plt_type == PLT_NEW)
d7128ce4 4906 htab->got_header_size = 12;
252b5132 4907
25dbc73a
AM
4908 /* Set up .got offsets for local syms, and space for local dynamic
4909 relocs. */
4910 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
4911 {
4912 bfd_signed_vma *local_got;
4913 bfd_signed_vma *end_local_got;
4914 char *lgot_masks;
4915 bfd_size_type locsymcount;
4916 Elf_Internal_Shdr *symtab_hdr;
7fce784e 4917
d2663f46 4918 if (!is_ppc_elf_target (ibfd->xvec))
25dbc73a 4919 continue;
7fce784e 4920
25dbc73a
AM
4921 for (s = ibfd->sections; s != NULL; s = s->next)
4922 {
4923 struct ppc_elf_dyn_relocs *p;
252b5132 4924
25dbc73a
AM
4925 for (p = ((struct ppc_elf_dyn_relocs *)
4926 elf_section_data (s)->local_dynrel);
4927 p != NULL;
4928 p = p->next)
4929 {
4930 if (!bfd_is_abs_section (p->sec)
4931 && bfd_is_abs_section (p->sec->output_section))
4932 {
4933 /* Input section has been discarded, either because
4934 it is a copy of a linkonce section or due to
4935 linker script /DISCARD/, so we'll be discarding
4936 the relocs too. */
7fce784e 4937 }
25dbc73a 4938 else if (p->count != 0)
7fce784e 4939 {
25dbc73a
AM
4940 elf_section_data (p->sec)->sreloc->size
4941 += p->count * sizeof (Elf32_External_Rela);
4942 if ((p->sec->output_section->flags
4943 & (SEC_READONLY | SEC_ALLOC))
4944 == (SEC_READONLY | SEC_ALLOC))
4945 info->flags |= DF_TEXTREL;
7fce784e 4946 }
252b5132 4947 }
252b5132 4948 }
252b5132 4949
25dbc73a
AM
4950 local_got = elf_local_got_refcounts (ibfd);
4951 if (!local_got)
4952 continue;
252b5132 4953
25dbc73a
AM
4954 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
4955 locsymcount = symtab_hdr->sh_info;
4956 end_local_got = local_got + locsymcount;
4957 lgot_masks = (char *) end_local_got;
25dbc73a
AM
4958 for (; local_got < end_local_got; ++local_got, ++lgot_masks)
4959 if (*local_got > 0)
4960 {
4961 if (*lgot_masks == (TLS_TLS | TLS_LD))
4962 {
4963 /* If just an LD reloc, we'll just use
4964 htab->tlsld_got.offset. */
3b36f7e6 4965 htab->tlsld_got.refcount += 1;
25dbc73a
AM
4966 *local_got = (bfd_vma) -1;
4967 }
4968 else
4969 {
3b36f7e6 4970 unsigned int need = 0;
25dbc73a
AM
4971 if ((*lgot_masks & TLS_TLS) != 0)
4972 {
4973 if ((*lgot_masks & TLS_GD) != 0)
3b36f7e6 4974 need += 8;
25dbc73a 4975 if ((*lgot_masks & (TLS_TPREL | TLS_TPRELGD)) != 0)
3b36f7e6 4976 need += 4;
25dbc73a 4977 if ((*lgot_masks & TLS_DTPREL) != 0)
3b36f7e6 4978 need += 4;
25dbc73a
AM
4979 }
4980 else
3b36f7e6
AM
4981 need += 4;
4982 *local_got = allocate_got (htab, need);
25dbc73a 4983 if (info->shared)
3b36f7e6
AM
4984 htab->relgot->size += (need
4985 * (sizeof (Elf32_External_Rela) / 4));
25dbc73a
AM
4986 }
4987 }
4988 else
4989 *local_got = (bfd_vma) -1;
4990 }
252b5132 4991
b7fcf6f6
AM
4992 /* Allocate space for global sym dynamic relocs. */
4993 elf_link_hash_traverse (elf_hash_table (info), allocate_dynrelocs, info);
4994
3b36f7e6
AM
4995 if (htab->tlsld_got.refcount > 0)
4996 {
4997 htab->tlsld_got.offset = allocate_got (htab, 8);
4998 if (info->shared)
4999 htab->relgot->size += sizeof (Elf32_External_Rela);
5000 }
5001 else
5002 htab->tlsld_got.offset = (bfd_vma) -1;
5003
4a3dc543 5004 if (htab->got != NULL && htab->plt_type != PLT_VXWORKS)
3b36f7e6
AM
5005 {
5006 unsigned int g_o_t = 32768;
5007
4d962050
AM
5008 /* If we haven't allocated the header, do so now. When we get here,
5009 for old plt/got the got size will be 0 to 32764 (not allocated),
5010 or 32780 to 65536 (header allocated). For new plt/got, the
5011 corresponding ranges are 0 to 32768 and 32780 to 65536. */
3b36f7e6
AM
5012 if (htab->got->size <= 32768)
5013 {
5014 g_o_t = htab->got->size;
4a3dc543 5015 if (htab->plt_type == PLT_OLD)
4d962050 5016 g_o_t += 4;
3b36f7e6
AM
5017 htab->got->size += htab->got_header_size;
5018 }
3b36f7e6
AM
5019
5020 htab->elf.hgot->root.u.def.value = g_o_t;
5021 }
5022
d7128ce4
AM
5023 if (htab->glink != NULL && htab->glink->size != 0)
5024 {
5025 htab->glink_pltresolve = htab->glink->size;
86b9da88
AM
5026 /* Space for the branch table. */
5027 htab->glink->size += htab->glink->size / (GLINK_ENTRY_SIZE / 4) - 4;
5028 /* Pad out to align the start of PLTresolve. */
5029 htab->glink->size += -htab->glink->size & 15;
d7128ce4 5030 htab->glink->size += GLINK_PLTRESOLVE;
0ba07910
AM
5031
5032 if (htab->emit_stub_syms)
5033 {
5034 struct elf_link_hash_entry *sh;
5035 sh = elf_link_hash_lookup (&htab->elf, "__glink",
5036 TRUE, FALSE, FALSE);
5037 if (sh == NULL)
5038 return FALSE;
5039 if (sh->root.type == bfd_link_hash_new)
5040 {
5041 sh->root.type = bfd_link_hash_defined;
5042 sh->root.u.def.section = htab->glink;
5043 sh->root.u.def.value = htab->glink_pltresolve;
5044 sh->ref_regular = 1;
5045 sh->def_regular = 1;
5046 sh->ref_regular_nonweak = 1;
5047 sh->forced_local = 1;
5048 sh->non_elf = 0;
5049 }
5050 sh = elf_link_hash_lookup (&htab->elf, "__glink_PLTresolve",
5051 TRUE, FALSE, FALSE);
5052 if (sh == NULL)
5053 return FALSE;
5054 if (sh->root.type == bfd_link_hash_new)
5055 {
5056 sh->root.type = bfd_link_hash_defined;
5057 sh->root.u.def.section = htab->glink;
5058 sh->root.u.def.value = htab->glink->size - GLINK_PLTRESOLVE;
5059 sh->ref_regular = 1;
5060 sh->def_regular = 1;
5061 sh->ref_regular_nonweak = 1;
5062 sh->forced_local = 1;
5063 sh->non_elf = 0;
5064 }
5065 }
d7128ce4
AM
5066 }
5067
25dbc73a
AM
5068 /* We've now determined the sizes of the various dynamic sections.
5069 Allocate memory for them. */
5070 relocs = FALSE;
5071 for (s = htab->elf.dynobj->sections; s != NULL; s = s->next)
252b5132 5072 {
9d8504b1
PB
5073 bfd_boolean strip_section = TRUE;
5074
25dbc73a
AM
5075 if ((s->flags & SEC_LINKER_CREATED) == 0)
5076 continue;
252b5132 5077
25dbc73a 5078 if (s == htab->plt
d7128ce4 5079 || s == htab->glink
644285ef 5080 || s == htab->got
9d8504b1 5081 || s == htab->sgotplt
c456f082
AM
5082 || s == htab->sbss
5083 || s == htab->dynbss
5084 || s == htab->dynsbss)
25dbc73a 5085 {
9d8504b1
PB
5086 /* We'd like to strip these sections if they aren't needed, but if
5087 we've exported dynamic symbols from them we must leave them.
5088 It's too late to tell BFD to get rid of the symbols. */
7325306f 5089 if ((s == htab->plt || s == htab->got) && htab->elf.hplt != NULL)
9d8504b1 5090 strip_section = FALSE;
25dbc73a
AM
5091 /* Strip this section if we don't need it; see the
5092 comment below. */
5093 }
c9a2f333
AM
5094 else if (s == htab->sdata[0].section
5095 || s == htab->sdata[1].section)
25dbc73a 5096 {
c9a2f333 5097 /* Strip these too. */
25dbc73a 5098 }
0112cd26 5099 else if (CONST_STRNEQ (bfd_get_section_name (dynobj, s), ".rela"))
25dbc73a 5100 {
c456f082 5101 if (s->size != 0)
25dbc73a
AM
5102 {
5103 /* Remember whether there are any relocation sections. */
5104 relocs = TRUE;
252b5132 5105
25dbc73a
AM
5106 /* We use the reloc_count field as a counter if we need
5107 to copy relocs into the output file. */
5108 s->reloc_count = 0;
252b5132
RH
5109 }
5110 }
25dbc73a
AM
5111 else
5112 {
5113 /* It's not one of our sections, so don't allocate space. */
5114 continue;
5115 }
252b5132 5116
9d8504b1 5117 if (s->size == 0 && strip_section)
25dbc73a 5118 {
c456f082
AM
5119 /* If we don't need this section, strip it from the
5120 output file. This is mostly to handle .rela.bss and
5121 .rela.plt. We must create both sections in
5122 create_dynamic_sections, because they must be created
5123 before the linker maps input sections to output
5124 sections. The linker does that before
5125 adjust_dynamic_symbol is called, and it is that
5126 function which decides whether anything needs to go
5127 into these sections. */
8423293d 5128 s->flags |= SEC_EXCLUDE;
25dbc73a
AM
5129 continue;
5130 }
7fce784e 5131
d7128ce4 5132 if ((s->flags & SEC_HAS_CONTENTS) == 0)
644285ef
AM
5133 continue;
5134
25dbc73a
AM
5135 /* Allocate memory for the section contents. */
5136 s->contents = bfd_zalloc (htab->elf.dynobj, s->size);
5137 if (s->contents == NULL)
5138 return FALSE;
5139 }
252b5132 5140
25dbc73a 5141 if (htab->elf.dynamic_sections_created)
7619e7c7 5142 {
25dbc73a
AM
5143 /* Add some entries to the .dynamic section. We fill in the
5144 values later, in ppc_elf_finish_dynamic_sections, but we
5145 must add the entries now so that we get the correct size for
5146 the .dynamic section. The DT_DEBUG entry is filled in by the
5147 dynamic linker and used by the debugger. */
5148#define add_dynamic_entry(TAG, VAL) \
5149 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
252b5132 5150
25dbc73a 5151 if (info->executable)
7619e7c7 5152 {
25dbc73a
AM
5153 if (!add_dynamic_entry (DT_DEBUG, 0))
5154 return FALSE;
7619e7c7
AM
5155 }
5156
25dbc73a 5157 if (htab->plt != NULL && htab->plt->size != 0)
7619e7c7 5158 {
25dbc73a
AM
5159 if (!add_dynamic_entry (DT_PLTGOT, 0)
5160 || !add_dynamic_entry (DT_PLTRELSZ, 0)
5161 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
5162 || !add_dynamic_entry (DT_JMPREL, 0))
5163 return FALSE;
5164 }
7619e7c7 5165
d7128ce4
AM
5166 if (htab->glink != NULL && htab->glink->size != 0)
5167 {
1fe44d79 5168 if (!add_dynamic_entry (DT_PPC_GOT, 0))
d7128ce4
AM
5169 return FALSE;
5170 }
5171
25dbc73a
AM
5172 if (relocs)
5173 {
5174 if (!add_dynamic_entry (DT_RELA, 0)
5175 || !add_dynamic_entry (DT_RELASZ, 0)
5176 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf32_External_Rela)))
5177 return FALSE;
5178 }
7619e7c7 5179
25dbc73a
AM
5180 /* If any dynamic relocs apply to a read-only section, then we
5181 need a DT_TEXTREL entry. */
5182 if ((info->flags & DF_TEXTREL) == 0)
5183 elf_link_hash_traverse (elf_hash_table (info), readonly_dynrelocs,
5184 info);
7619e7c7 5185
25dbc73a
AM
5186 if ((info->flags & DF_TEXTREL) != 0)
5187 {
5188 if (!add_dynamic_entry (DT_TEXTREL, 0))
5189 return FALSE;
7619e7c7 5190 }
7a2b07ff
NS
5191 if (htab->is_vxworks
5192 && !elf_vxworks_add_dynamic_entries (output_bfd, info))
5193 return FALSE;
5194 }
25dbc73a
AM
5195#undef add_dynamic_entry
5196
7619e7c7
AM
5197 return TRUE;
5198}
25dbc73a
AM
5199\f
5200#define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
5201
5202static const int shared_stub_entry[] =
5203 {
5204 0x7c0802a6, /* mflr 0 */
5205 0x429f0005, /* bcl 20, 31, .Lxxx */
5206 0x7d6802a6, /* mflr 11 */
5207 0x3d6b0000, /* addis 11, 11, (xxx-.Lxxx)@ha */
5208 0x396b0018, /* addi 11, 11, (xxx-.Lxxx)@l */
5209 0x7c0803a6, /* mtlr 0 */
5210 0x7d6903a6, /* mtctr 11 */
5211 0x4e800420, /* bctr */
5212 };
5213
5214static const int stub_entry[] =
5215 {
5216 0x3d600000, /* lis 11,xxx@ha */
5217 0x396b0000, /* addi 11,11,xxx@l */
5218 0x7d6903a6, /* mtctr 11 */
5219 0x4e800420, /* bctr */
5220 };
5221
5222static bfd_boolean
5223ppc_elf_relax_section (bfd *abfd,
5224 asection *isec,
5225 struct bfd_link_info *link_info,
5226 bfd_boolean *again)
5227{
5228 struct one_fixup
5229 {
5230 struct one_fixup *next;
5231 asection *tsec;
5232 bfd_vma toff;
5233 bfd_vma trampoff;
5234 };
7619e7c7 5235
25dbc73a
AM
5236 Elf_Internal_Shdr *symtab_hdr;
5237 bfd_byte *contents = NULL;
5238 Elf_Internal_Sym *isymbuf = NULL;
5239 Elf_Internal_Rela *internal_relocs = NULL;
5240 Elf_Internal_Rela *irel, *irelend;
5241 struct one_fixup *fixups = NULL;
5242 bfd_boolean changed;
d7128ce4 5243 struct ppc_elf_link_hash_table *htab;
25dbc73a 5244 bfd_size_type trampoff;
a6aa5195 5245 asection *got2;
7619e7c7 5246
25dbc73a 5247 *again = FALSE;
7619e7c7 5248
c87b5a93
AM
5249 /* Nothing to do if there are no relocations, and no need to do
5250 anything with non-alloc sections. */
5251 if ((isec->flags & SEC_ALLOC) == 0
5252 || (isec->flags & SEC_RELOC) == 0
5253 || isec->reloc_count == 0)
25dbc73a 5254 return TRUE;
7619e7c7 5255
25dbc73a
AM
5256 trampoff = (isec->size + 3) & (bfd_vma) -4;
5257 /* Space for a branch around any trampolines. */
5258 trampoff += 4;
7619e7c7 5259
25dbc73a 5260 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
7619e7c7 5261
25dbc73a
AM
5262 /* Get a copy of the native relocations. */
5263 internal_relocs = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL,
5264 link_info->keep_memory);
5265 if (internal_relocs == NULL)
5266 goto error_return;
7619e7c7 5267
d7128ce4 5268 htab = ppc_elf_hash_table (link_info);
a6aa5195 5269 got2 = bfd_get_section_by_name (abfd, ".got2");
7619e7c7 5270
a6aa5195 5271 irelend = internal_relocs + isec->reloc_count;
25dbc73a 5272 for (irel = internal_relocs; irel < irelend; irel++)
7619e7c7 5273 {
25dbc73a
AM
5274 unsigned long r_type = ELF32_R_TYPE (irel->r_info);
5275 bfd_vma symaddr, reladdr, toff, roff;
5276 asection *tsec;
5277 struct one_fixup *f;
5278 size_t insn_offset = 0;
5279 bfd_vma max_branch_offset, val;
5280 bfd_byte *hit_addr;
5281 unsigned long t0;
5282 unsigned char sym_type;
7619e7c7 5283
25dbc73a
AM
5284 switch (r_type)
5285 {
5286 case R_PPC_REL24:
5287 case R_PPC_LOCAL24PC:
5288 case R_PPC_PLTREL24:
5289 max_branch_offset = 1 << 25;
5290 break;
7619e7c7 5291
25dbc73a
AM
5292 case R_PPC_REL14:
5293 case R_PPC_REL14_BRTAKEN:
5294 case R_PPC_REL14_BRNTAKEN:
5295 max_branch_offset = 1 << 15;
5296 break;
7619e7c7 5297
25dbc73a
AM
5298 default:
5299 continue;
5300 }
7619e7c7 5301
25dbc73a
AM
5302 /* Get the value of the symbol referred to by the reloc. */
5303 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
5304 {
5305 /* A local symbol. */
5306 Elf_Internal_Sym *isym;
7fce784e 5307
25dbc73a
AM
5308 /* Read this BFD's local symbols. */
5309 if (isymbuf == NULL)
5310 {
5311 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
5312 if (isymbuf == NULL)
5313 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
5314 symtab_hdr->sh_info, 0,
5315 NULL, NULL, NULL);
5316 if (isymbuf == 0)
5317 goto error_return;
5318 }
5319 isym = isymbuf + ELF32_R_SYM (irel->r_info);
5320 if (isym->st_shndx == SHN_UNDEF)
5321 continue; /* We can't do anything with undefined symbols. */
5322 else if (isym->st_shndx == SHN_ABS)
5323 tsec = bfd_abs_section_ptr;
5324 else if (isym->st_shndx == SHN_COMMON)
5325 tsec = bfd_com_section_ptr;
5326 else
5327 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
7fce784e 5328
25dbc73a
AM
5329 toff = isym->st_value;
5330 sym_type = ELF_ST_TYPE (isym->st_info);
5331 }
5332 else
5333 {
5334 /* Global symbol handling. */
5335 unsigned long indx;
5336 struct elf_link_hash_entry *h;
7619e7c7 5337
25dbc73a
AM
5338 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
5339 h = elf_sym_hashes (abfd)[indx];
7619e7c7 5340
25dbc73a
AM
5341 while (h->root.type == bfd_link_hash_indirect
5342 || h->root.type == bfd_link_hash_warning)
5343 h = (struct elf_link_hash_entry *) h->root.u.i.link;
7619e7c7 5344
a6aa5195
AM
5345 tsec = NULL;
5346 toff = 0;
25dbc73a 5347 if (r_type == R_PPC_PLTREL24
a6aa5195 5348 && htab->plt != NULL)
25dbc73a 5349 {
a6aa5195
AM
5350 struct plt_entry *ent = find_plt_ent (h, got2, irel->r_addend);
5351
5352 if (ent != NULL)
d7128ce4 5353 {
4a3dc543 5354 if (htab->plt_type == PLT_NEW)
a6aa5195
AM
5355 {
5356 tsec = htab->glink;
5357 toff = ent->glink_offset;
5358 }
5359 else
5360 {
5361 tsec = htab->plt;
5362 toff = ent->plt.offset;
5363 }
d7128ce4 5364 }
25dbc73a 5365 }
a6aa5195
AM
5366 if (tsec != NULL)
5367 ;
25dbc73a
AM
5368 else if (h->root.type == bfd_link_hash_defined
5369 || h->root.type == bfd_link_hash_defweak)
5370 {
5371 tsec = h->root.u.def.section;
5372 toff = h->root.u.def.value;
5373 }
5374 else
5375 continue;
7619e7c7 5376
25dbc73a
AM
5377 sym_type = h->type;
5378 }
7619e7c7 5379
25dbc73a
AM
5380 /* If the branch and target are in the same section, you have
5381 no hope of adding stubs. We'll error out later should the
5382 branch overflow. */
5383 if (tsec == isec)
5384 continue;
5385
5386 /* There probably isn't any reason to handle symbols in
5387 SEC_MERGE sections; SEC_MERGE doesn't seem a likely
5388 attribute for a code section, and we are only looking at
5389 branches. However, implement it correctly here as a
5390 reference for other target relax_section functions. */
5391 if (0 && tsec->sec_info_type == ELF_INFO_TYPE_MERGE)
5392 {
5393 /* At this stage in linking, no SEC_MERGE symbol has been
5394 adjusted, so all references to such symbols need to be
5395 passed through _bfd_merged_section_offset. (Later, in
5396 relocate_section, all SEC_MERGE symbols *except* for
5397 section symbols have been adjusted.)
5398
5399 gas may reduce relocations against symbols in SEC_MERGE
5400 sections to a relocation against the section symbol when
5401 the original addend was zero. When the reloc is against
5402 a section symbol we should include the addend in the
5403 offset passed to _bfd_merged_section_offset, since the
5404 location of interest is the original symbol. On the
5405 other hand, an access to "sym+addend" where "sym" is not
5406 a section symbol should not include the addend; Such an
5407 access is presumed to be an offset from "sym"; The
5408 location of interest is just "sym". */
5409 if (sym_type == STT_SECTION)
5410 toff += irel->r_addend;
7619e7c7 5411
25dbc73a
AM
5412 toff = _bfd_merged_section_offset (abfd, &tsec,
5413 elf_section_data (tsec)->sec_info,
5414 toff);
7619e7c7 5415
25dbc73a
AM
5416 if (sym_type != STT_SECTION)
5417 toff += irel->r_addend;
5418 }
a6aa5195
AM
5419 /* PLTREL24 addends are special. */
5420 else if (r_type != R_PPC_PLTREL24)
25dbc73a 5421 toff += irel->r_addend;
7619e7c7 5422
7de713b9
AM
5423 /* Attempted -shared link of non-pic code loses. */
5424 if (tsec->output_section == NULL)
5425 continue;
5426
25dbc73a 5427 symaddr = tsec->output_section->vma + tsec->output_offset + toff;
7619e7c7 5428
25dbc73a
AM
5429 roff = irel->r_offset;
5430 reladdr = isec->output_section->vma + isec->output_offset + roff;
7619e7c7 5431
25dbc73a
AM
5432 /* If the branch is in range, no need to do anything. */
5433 if (symaddr - reladdr + max_branch_offset < 2 * max_branch_offset)
5434 continue;
252b5132 5435
25dbc73a
AM
5436 /* Look for an existing fixup to this address. */
5437 for (f = fixups; f ; f = f->next)
5438 if (f->tsec == tsec && f->toff == toff)
5439 break;
5440
5441 if (f == NULL)
7619e7c7 5442 {
25dbc73a
AM
5443 size_t size;
5444 unsigned long stub_rtype;
252b5132 5445
25dbc73a
AM
5446 val = trampoff - roff;
5447 if (val >= max_branch_offset)
5448 /* Oh dear, we can't reach a trampoline. Don't try to add
5449 one. We'll report an error later. */
5450 continue;
252b5132 5451
25dbc73a
AM
5452 if (link_info->shared)
5453 {
5454 size = 4 * ARRAY_SIZE (shared_stub_entry);
5455 insn_offset = 12;
5456 stub_rtype = R_PPC_RELAX32PC;
5457 }
5458 else
5459 {
5460 size = 4 * ARRAY_SIZE (stub_entry);
5461 insn_offset = 0;
5462 stub_rtype = R_PPC_RELAX32;
5463 }
dc810e39 5464
25dbc73a
AM
5465 if (R_PPC_RELAX32_PLT - R_PPC_RELAX32
5466 != R_PPC_RELAX32PC_PLT - R_PPC_RELAX32PC)
5467 abort ();
d7128ce4
AM
5468 if (tsec == htab->plt
5469 || tsec == htab->glink)
25dbc73a 5470 stub_rtype += R_PPC_RELAX32_PLT - R_PPC_RELAX32;
252b5132 5471
25dbc73a
AM
5472 /* Hijack the old relocation. Since we need two
5473 relocations for this use a "composite" reloc. */
5474 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
5475 stub_rtype);
5476 irel->r_offset = trampoff + insn_offset;
252b5132 5477
25dbc73a
AM
5478 /* Record the fixup so we don't do it again this section. */
5479 f = bfd_malloc (sizeof (*f));
5480 f->next = fixups;
5481 f->tsec = tsec;
5482 f->toff = toff;
5483 f->trampoff = trampoff;
5484 fixups = f;
252b5132 5485
25dbc73a
AM
5486 trampoff += size;
5487 }
5488 else
5489 {
5490 val = f->trampoff - roff;
5491 if (val >= max_branch_offset)
5492 continue;
252b5132 5493
25dbc73a
AM
5494 /* Nop out the reloc, since we're finalizing things here. */
5495 irel->r_info = ELF32_R_INFO (0, R_PPC_NONE);
5496 }
252b5132 5497
25dbc73a
AM
5498 /* Get the section contents. */
5499 if (contents == NULL)
5500 {
5501 /* Get cached copy if it exists. */
5502 if (elf_section_data (isec)->this_hdr.contents != NULL)
5503 contents = elf_section_data (isec)->this_hdr.contents;
5504 else
5505 {
5506 /* Go get them off disk. */
5507 if (!bfd_malloc_and_get_section (abfd, isec, &contents))
5508 goto error_return;
5509 }
5510 }
252b5132 5511
25dbc73a
AM
5512 /* Fix up the existing branch to hit the trampoline. */
5513 hit_addr = contents + roff;
5514 switch (r_type)
5515 {
5516 case R_PPC_REL24:
5517 case R_PPC_LOCAL24PC:
5518 case R_PPC_PLTREL24:
5519 t0 = bfd_get_32 (abfd, hit_addr);
5520 t0 &= ~0x3fffffc;
5521 t0 |= val & 0x3fffffc;
5522 bfd_put_32 (abfd, t0, hit_addr);
5523 break;
252b5132 5524
25dbc73a
AM
5525 case R_PPC_REL14:
5526 case R_PPC_REL14_BRTAKEN:
5527 case R_PPC_REL14_BRNTAKEN:
5528 t0 = bfd_get_32 (abfd, hit_addr);
5529 t0 &= ~0xfffc;
5530 t0 |= val & 0xfffc;
5531 bfd_put_32 (abfd, t0, hit_addr);
5532 break;
5533 }
5534 }
252b5132 5535
25dbc73a
AM
5536 /* Write out the trampolines. */
5537 changed = fixups != NULL;
5538 if (fixups != NULL)
5539 {
5540 const int *stub;
5541 bfd_byte *dest;
5542 bfd_vma val;
5543 int i, size;
252b5132 5544
25dbc73a
AM
5545 do
5546 {
5547 struct one_fixup *f = fixups;
5548 fixups = fixups->next;
5549 free (f);
5550 }
5551 while (fixups);
252b5132 5552
25dbc73a
AM
5553 contents = bfd_realloc (contents, trampoff);
5554 if (contents == NULL)
5555 goto error_return;
252b5132 5556
25dbc73a
AM
5557 isec->size = (isec->size + 3) & (bfd_vma) -4;
5558 /* Branch around the trampolines. */
5559 val = trampoff - isec->size + 0x48000000;
5560 dest = contents + isec->size;
5561 isec->size = trampoff;
5562 bfd_put_32 (abfd, val, dest);
5563 dest += 4;
252b5132 5564
25dbc73a
AM
5565 if (link_info->shared)
5566 {
5567 stub = shared_stub_entry;
5568 size = ARRAY_SIZE (shared_stub_entry);
5569 }
5570 else
5571 {
5572 stub = stub_entry;
5573 size = ARRAY_SIZE (stub_entry);
5574 }
252b5132 5575
25dbc73a
AM
5576 i = 0;
5577 while (dest < contents + trampoff)
252b5132 5578 {
25dbc73a
AM
5579 bfd_put_32 (abfd, stub[i], dest);
5580 i++;
5581 if (i == size)
5582 i = 0;
5583 dest += 4;
252b5132 5584 }
25dbc73a 5585 BFD_ASSERT (i == 0);
252b5132
RH
5586 }
5587
25dbc73a
AM
5588 if (isymbuf != NULL
5589 && symtab_hdr->contents != (unsigned char *) isymbuf)
252b5132 5590 {
25dbc73a
AM
5591 if (! link_info->keep_memory)
5592 free (isymbuf);
252b5132 5593 else
25dbc73a
AM
5594 {
5595 /* Cache the symbols for elf_link_input_bfd. */
5596 symtab_hdr->contents = (unsigned char *) isymbuf;
5597 }
252b5132
RH
5598 }
5599
25dbc73a
AM
5600 if (contents != NULL
5601 && elf_section_data (isec)->this_hdr.contents != contents)
5602 {
5603 if (!changed && !link_info->keep_memory)
5604 free (contents);
5605 else
5606 {
5607 /* Cache the section contents for elf_link_input_bfd. */
5608 elf_section_data (isec)->this_hdr.contents = contents;
5609 }
5610 }
252b5132 5611
25dbc73a
AM
5612 if (elf_section_data (isec)->relocs != internal_relocs)
5613 {
5614 if (!changed)
5615 free (internal_relocs);
5616 else
5617 elf_section_data (isec)->relocs = internal_relocs;
5618 }
252b5132 5619
25dbc73a 5620 *again = changed;
b34976b6 5621 return TRUE;
25dbc73a
AM
5622
5623 error_return:
5624 if (isymbuf != NULL && (unsigned char *) isymbuf != symtab_hdr->contents)
5625 free (isymbuf);
5626 if (contents != NULL
5627 && elf_section_data (isec)->this_hdr.contents != contents)
5628 free (contents);
5629 if (internal_relocs != NULL
5630 && elf_section_data (isec)->relocs != internal_relocs)
5631 free (internal_relocs);
5632 return FALSE;
252b5132 5633}
252b5132 5634\f
8a696751
AM
5635/* What to do when ld finds relocations against symbols defined in
5636 discarded sections. */
5637
5638static unsigned int
5639ppc_elf_action_discarded (asection *sec)
5640{
5641 if (strcmp (".fixup", sec->name) == 0)
5642 return 0;
5643
5644 if (strcmp (".got2", sec->name) == 0)
5645 return 0;
5646
5647 return _bfd_elf_default_action_discarded (sec);
5648}
c9a2f333 5649\f
25dbc73a 5650/* Fill in the address for a pointer generated in a linker section. */
252b5132 5651
25dbc73a 5652static bfd_vma
76750a2f 5653elf_finish_pointer_linker_section (bfd *input_bfd,
25dbc73a
AM
5654 elf_linker_section_t *lsect,
5655 struct elf_link_hash_entry *h,
5656 bfd_vma relocation,
2bb04cf2 5657 const Elf_Internal_Rela *rel)
25dbc73a
AM
5658{
5659 elf_linker_section_pointers_t *linker_section_ptr;
252b5132 5660
25dbc73a 5661 BFD_ASSERT (lsect != NULL);
252b5132 5662
25dbc73a 5663 if (h != NULL)
252b5132 5664 {
25dbc73a
AM
5665 /* Handle global symbol. */
5666 struct ppc_elf_link_hash_entry *eh;
252b5132 5667
25dbc73a 5668 eh = (struct ppc_elf_link_hash_entry *) h;
76750a2f
AM
5669 BFD_ASSERT (eh->elf.def_regular);
5670 linker_section_ptr = eh->linker_section_pointer;
25dbc73a
AM
5671 }
5672 else
5673 {
5674 /* Handle local symbol. */
5675 unsigned long r_symndx = ELF32_R_SYM (rel->r_info);
76750a2f 5676
25dbc73a 5677 BFD_ASSERT (elf_local_ptr_offsets (input_bfd) != NULL);
76750a2f
AM
5678 linker_section_ptr = elf_local_ptr_offsets (input_bfd)[r_symndx];
5679 }
252b5132 5680
76750a2f
AM
5681 linker_section_ptr = elf_find_pointer_linker_section (linker_section_ptr,
5682 rel->r_addend,
5683 lsect);
5684 BFD_ASSERT (linker_section_ptr != NULL);
25dbc73a 5685
76750a2f
AM
5686 /* Offset will always be a multiple of four, so use the bottom bit
5687 as a "written" flag. */
5688 if ((linker_section_ptr->offset & 1) == 0)
5689 {
5690 bfd_put_32 (lsect->section->owner,
5691 relocation + linker_section_ptr->addend,
5692 lsect->section->contents + linker_section_ptr->offset);
5693 linker_section_ptr->offset += 1;
252b5132
RH
5694 }
5695
25dbc73a 5696 relocation = (lsect->section->output_offset
76750a2f 5697 + linker_section_ptr->offset - 1
c9a2f333 5698 - 0x8000);
252b5132 5699
25dbc73a
AM
5700#ifdef DEBUG
5701 fprintf (stderr,
5702 "Finish pointer in linker section %s, offset = %ld (0x%lx)\n",
5703 lsect->name, (long) relocation, (long) relocation);
5704#endif
252b5132 5705
25dbc73a
AM
5706 /* Subtract out the addend, because it will get added back in by the normal
5707 processing. */
5708 return relocation - linker_section_ptr->addend;
252b5132 5709}
25dbc73a 5710
252b5132
RH
5711/* The RELOCATE_SECTION function is called by the ELF backend linker
5712 to handle the relocations for a section.
5713
5714 The relocs are always passed as Rela structures; if the section
5715 actually uses Rel structures, the r_addend field will always be
5716 zero.
5717
5718 This function is responsible for adjust the section contents as
5719 necessary, and (if using Rela relocs and generating a
1049f94e 5720 relocatable output file) adjusting the reloc addend as
252b5132
RH
5721 necessary.
5722
5723 This function does not have to worry about setting the reloc
5724 address or the reloc symbol index.
5725
5726 LOCAL_SYMS is a pointer to the swapped in local symbols.
5727
5728 LOCAL_SECTIONS is an array giving the section in the input file
5729 corresponding to the st_shndx field of each local symbol.
5730
5731 The global hash table entry for the global symbols can be found
5732 via elf_sym_hashes (input_bfd).
5733
1049f94e 5734 When generating relocatable output, this function must handle
252b5132
RH
5735 STB_LOCAL/STT_SECTION symbols specially. The output symbol is
5736 going to be the section symbol corresponding to the output
5737 section, which means that the addend must be adjusted
5738 accordingly. */
5739
b34976b6 5740static bfd_boolean
55fd94b0
AM
5741ppc_elf_relocate_section (bfd *output_bfd,
5742 struct bfd_link_info *info,
5743 bfd *input_bfd,
5744 asection *input_section,
5745 bfd_byte *contents,
5746 Elf_Internal_Rela *relocs,
5747 Elf_Internal_Sym *local_syms,
5748 asection **local_sections)
252b5132 5749{
7619e7c7
AM
5750 Elf_Internal_Shdr *symtab_hdr;
5751 struct elf_link_hash_entry **sym_hashes;
5752 struct ppc_elf_link_hash_table *htab;
5753 Elf_Internal_Rela *rel;
5754 Elf_Internal_Rela *relend;
5755 Elf_Internal_Rela outrel;
5756 bfd_byte *loc;
a6aa5195 5757 asection *got2, *sreloc = NULL;
252b5132 5758 bfd_vma *local_got_offsets;
b34976b6 5759 bfd_boolean ret = TRUE;
4fe5ca5b 5760 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0);
b34976b6 5761
252b5132 5762#ifdef DEBUG
d003868e
AM
5763 _bfd_error_handler ("ppc_elf_relocate_section called for %B section %A, "
5764 "%ld relocations%s",
5765 input_bfd, input_section,
5766 (long) input_section->reloc_count,
5767 (info->relocatable) ? " (relocatable)" : "");
252b5132
RH
5768#endif
5769
a6aa5195
AM
5770 got2 = bfd_get_section_by_name (input_bfd, ".got2");
5771
e47cd125 5772 /* Initialize howto table if not already done. */
8da6118f 5773 if (!ppc_elf_howto_table[R_PPC_ADDR32])
252b5132
RH
5774 ppc_elf_howto_init ();
5775
7619e7c7 5776 htab = ppc_elf_hash_table (info);
252b5132 5777 local_got_offsets = elf_local_got_offsets (input_bfd);
7619e7c7
AM
5778 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
5779 sym_hashes = elf_sym_hashes (input_bfd);
5780 rel = relocs;
5781 relend = relocs + input_section->reloc_count;
252b5132
RH
5782 for (; rel < relend; rel++)
5783 {
7619e7c7
AM
5784 enum elf_ppc_reloc_type r_type;
5785 bfd_vma addend;
5786 bfd_reloc_status_type r;
5787 Elf_Internal_Sym *sym;
5788 asection *sec;
5789 struct elf_link_hash_entry *h;
5790 const char *sym_name;
252b5132
RH
5791 reloc_howto_type *howto;
5792 unsigned long r_symndx;
5793 bfd_vma relocation;
7619e7c7 5794 bfd_vma branch_bit, insn, from;
7619e7c7
AM
5795 bfd_boolean unresolved_reloc;
5796 bfd_boolean warned;
5797 unsigned int tls_type, tls_mask, tls_gd;
5798
55fd94b0
AM
5799 r_type = ELF32_R_TYPE (rel->r_info);
5800 sym = NULL;
5801 sec = NULL;
5802 h = NULL;
7619e7c7
AM
5803 unresolved_reloc = FALSE;
5804 warned = FALSE;
252b5132 5805 r_symndx = ELF32_R_SYM (rel->r_info);
560e09e9 5806
252b5132
RH
5807 if (r_symndx < symtab_hdr->sh_info)
5808 {
5809 sym = local_syms + r_symndx;
5810 sec = local_sections[r_symndx];
26c61ae5 5811 sym_name = bfd_elf_sym_name (input_bfd, symtab_hdr, sym, sec);
252b5132 5812
8517fae7 5813 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
252b5132
RH
5814 }
5815 else
5816 {
b2a8e766
AM
5817 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
5818 r_symndx, symtab_hdr, sym_hashes,
5819 h, sec, relocation,
5820 unresolved_reloc, warned);
9abc968f 5821
252b5132 5822 sym_name = h->root.root.string;
7619e7c7
AM
5823 }
5824
ab96bf03
AM
5825 if (sec != NULL && elf_discarded_section (sec))
5826 {
5827 /* For relocs against symbols from removed linkonce sections,
5828 or sections discarded by a linker script, we just want the
5829 section contents zeroed. Avoid any special processing. */
5830 howto = NULL;
5831 if (r_type < R_PPC_max)
5832 howto = ppc_elf_howto_table[r_type];
5833 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
5834 rel->r_info = 0;
5835 rel->r_addend = 0;
5836 continue;
5837 }
5838
5839 if (info->relocatable)
5840 {
5841 if (got2 != NULL
5842 && r_type == R_PPC_PLTREL24
5843 && rel->r_addend >= 32768)
5844 {
5845 /* R_PPC_PLTREL24 is rather special. If non-zero, the
5846 addend specifies the GOT pointer offset within .got2. */
5847 rel->r_addend += got2->output_offset;
5848 }
5849 continue;
5850 }
5851
7619e7c7
AM
5852 /* TLS optimizations. Replace instruction sequences and relocs
5853 based on information we collected in tls_optimize. We edit
5854 RELOCS so that --emit-relocs will output something sensible
5855 for the final instruction stream. */
5856 tls_mask = 0;
5857 tls_gd = 0;
5858 if (IS_PPC_TLS_RELOC (r_type))
5859 {
5860 if (h != NULL)
5861 tls_mask = ((struct ppc_elf_link_hash_entry *) h)->tls_mask;
5862 else if (local_got_offsets != NULL)
5863 {
5864 char *lgot_masks;
5865 lgot_masks = (char *) (local_got_offsets + symtab_hdr->sh_info);
5866 tls_mask = lgot_masks[r_symndx];
5867 }
5868 }
5869
5870 /* Ensure reloc mapping code below stays sane. */
5871 if ((R_PPC_GOT_TLSLD16 & 3) != (R_PPC_GOT_TLSGD16 & 3)
5872 || (R_PPC_GOT_TLSLD16_LO & 3) != (R_PPC_GOT_TLSGD16_LO & 3)
5873 || (R_PPC_GOT_TLSLD16_HI & 3) != (R_PPC_GOT_TLSGD16_HI & 3)
5874 || (R_PPC_GOT_TLSLD16_HA & 3) != (R_PPC_GOT_TLSGD16_HA & 3)
5875 || (R_PPC_GOT_TLSLD16 & 3) != (R_PPC_GOT_TPREL16 & 3)
5876 || (R_PPC_GOT_TLSLD16_LO & 3) != (R_PPC_GOT_TPREL16_LO & 3)
5877 || (R_PPC_GOT_TLSLD16_HI & 3) != (R_PPC_GOT_TPREL16_HI & 3)
5878 || (R_PPC_GOT_TLSLD16_HA & 3) != (R_PPC_GOT_TPREL16_HA & 3))
5879 abort ();
5880 switch (r_type)
5881 {
5882 default:
5883 break;
5884
5885 case R_PPC_GOT_TPREL16:
5886 case R_PPC_GOT_TPREL16_LO:
5887 if (tls_mask != 0
5888 && (tls_mask & TLS_TPREL) == 0)
5889 {
5890 bfd_vma insn;
4fe5ca5b 5891 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset);
7619e7c7
AM
5892 insn &= 31 << 21;
5893 insn |= 0x3c020000; /* addis 0,2,0 */
4fe5ca5b 5894 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset);
7619e7c7
AM
5895 r_type = R_PPC_TPREL16_HA;
5896 rel->r_info = ELF32_R_INFO (r_symndx, r_type);
5897 }
5898 break;
5899
5900 case R_PPC_TLS:
5901 if (tls_mask != 0
5902 && (tls_mask & TLS_TPREL) == 0)
5903 {
5904 bfd_vma insn, rtra;
5905 insn = bfd_get_32 (output_bfd, contents + rel->r_offset);
5906 if ((insn & ((31 << 26) | (31 << 11)))
5907 == ((31 << 26) | (2 << 11)))
5908 rtra = insn & ((1 << 26) - (1 << 16));
5909 else if ((insn & ((31 << 26) | (31 << 16)))
5910 == ((31 << 26) | (2 << 16)))
5911 rtra = (insn & (31 << 21)) | ((insn & (31 << 11)) << 5);
5912 else
5913 abort ();
5914 if ((insn & ((1 << 11) - (1 << 1))) == 266 << 1)
5915 /* add -> addi. */
5916 insn = 14 << 26;
5917 else if ((insn & (31 << 1)) == 23 << 1
5918 && ((insn & (31 << 6)) < 14 << 6
5919 || ((insn & (31 << 6)) >= 16 << 6
5920 && (insn & (31 << 6)) < 24 << 6)))
5921 /* load and store indexed -> dform. */
5922 insn = (32 | ((insn >> 6) & 31)) << 26;
5923 else if ((insn & (31 << 1)) == 21 << 1
5924 && (insn & (0x1a << 6)) == 0)
5925 /* ldx, ldux, stdx, stdux -> ld, ldu, std, stdu. */
5926 insn = (((58 | ((insn >> 6) & 4)) << 26)
5927 | ((insn >> 6) & 1));
5928 else if ((insn & (31 << 1)) == 21 << 1
5929 && (insn & ((1 << 11) - (1 << 1))) == 341 << 1)
5930 /* lwax -> lwa. */
5931 insn = (58 << 26) | 2;
5932 else
5933 abort ();
5934 insn |= rtra;
5935 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
5936 r_type = R_PPC_TPREL16_LO;
5937 rel->r_info = ELF32_R_INFO (r_symndx, r_type);
4fe5ca5b 5938
7619e7c7 5939 /* Was PPC_TLS which sits on insn boundary, now
4fe5ca5b
GM
5940 PPC_TPREL16_LO which is at low-order half-word. */
5941 rel->r_offset += d_offset;
7619e7c7
AM
5942 }
5943 break;
5944
5945 case R_PPC_GOT_TLSGD16_HI:
5946 case R_PPC_GOT_TLSGD16_HA:
5947 tls_gd = TLS_TPRELGD;
5948 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
5949 goto tls_gdld_hi;
5950 break;
5951
5952 case R_PPC_GOT_TLSLD16_HI:
5953 case R_PPC_GOT_TLSLD16_HA:
5954 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
5955 {
5956 tls_gdld_hi:
5957 if ((tls_mask & tls_gd) != 0)
5958 r_type = (((r_type - (R_PPC_GOT_TLSGD16 & 3)) & 3)
5959 + R_PPC_GOT_TPREL16);
5960 else
5961 {
5962 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
4fe5ca5b 5963 rel->r_offset -= d_offset;
7619e7c7
AM
5964 r_type = R_PPC_NONE;
5965 }
5966 rel->r_info = ELF32_R_INFO (r_symndx, r_type);
5967 }
5968 break;
5969
5970 case R_PPC_GOT_TLSGD16:
5971 case R_PPC_GOT_TLSGD16_LO:
5972 tls_gd = TLS_TPRELGD;
5973 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
b7fcf6f6 5974 goto tls_ldgd_opt;
7619e7c7
AM
5975 break;
5976
5977 case R_PPC_GOT_TLSLD16:
5978 case R_PPC_GOT_TLSLD16_LO:
5979 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0)
5980 {
b7fcf6f6
AM
5981 bfd_vma insn1, insn2;
5982 bfd_vma offset;
7619e7c7 5983
b7fcf6f6
AM
5984 tls_ldgd_opt:
5985 offset = rel[1].r_offset;
5986 insn1 = bfd_get_32 (output_bfd,
5987 contents + rel->r_offset - d_offset);
5988 if ((tls_mask & tls_gd) != 0)
5989 {
5990 /* IE */
5991 insn1 &= (1 << 26) - 1;
5992 insn1 |= 32 << 26; /* lwz */
5993 insn2 = 0x7c631214; /* add 3,3,2 */
5994 rel[1].r_info
5995 = ELF32_R_INFO (ELF32_R_SYM (rel[1].r_info), R_PPC_NONE);
5996 rel[1].r_addend = 0;
5997 r_type = (((r_type - (R_PPC_GOT_TLSGD16 & 3)) & 3)
5998 + R_PPC_GOT_TPREL16);
5999 rel->r_info = ELF32_R_INFO (r_symndx, r_type);
6000 }
6001 else
6002 {
6003 /* LE */
6004 insn1 = 0x3c620000; /* addis 3,2,0 */
6005 insn2 = 0x38630000; /* addi 3,3,0 */
7619e7c7
AM
6006 if (tls_gd == 0)
6007 {
b7fcf6f6
AM
6008 /* Was an LD reloc. */
6009 r_symndx = 0;
6010 rel->r_addend = htab->elf.tls_sec->vma + DTP_OFFSET;
7619e7c7 6011 }
b7fcf6f6
AM
6012 r_type = R_PPC_TPREL16_HA;
6013 rel->r_info = ELF32_R_INFO (r_symndx, r_type);
6014 rel[1].r_info = ELF32_R_INFO (r_symndx,
6015 R_PPC_TPREL16_LO);
6016 rel[1].r_offset += d_offset;
6017 rel[1].r_addend = rel->r_addend;
6018 }
6019 bfd_put_32 (output_bfd, insn1,
6020 contents + rel->r_offset - d_offset);
6021 bfd_put_32 (output_bfd, insn2, contents + offset);
6022 if (tls_gd == 0)
6023 {
6024 /* We changed the symbol on an LD reloc. Start over
6025 in order to get h, sym, sec etc. right. */
6026 rel--;
6027 continue;
7619e7c7 6028 }
252b5132 6029 }
7619e7c7
AM
6030 break;
6031 }
6032
6033 /* Handle other relocations that tweak non-addend part of insn. */
6034 branch_bit = 0;
6035 switch (r_type)
6036 {
6037 default:
6038 break;
6039
6040 /* Branch taken prediction relocations. */
6041 case R_PPC_ADDR14_BRTAKEN:
6042 case R_PPC_REL14_BRTAKEN:
6043 branch_bit = BRANCH_PREDICT_BIT;
6044 /* Fall thru */
6045
4cc11e76 6046 /* Branch not taken prediction relocations. */
7619e7c7
AM
6047 case R_PPC_ADDR14_BRNTAKEN:
6048 case R_PPC_REL14_BRNTAKEN:
6049 insn = bfd_get_32 (output_bfd, contents + rel->r_offset);
6050 insn &= ~BRANCH_PREDICT_BIT;
6051 insn |= branch_bit;
6052
6053 from = (rel->r_offset
6054 + input_section->output_offset
6055 + input_section->output_section->vma);
6056
6057 /* Invert 'y' bit if not the default. */
6058 if ((bfd_signed_vma) (relocation + rel->r_addend - from) < 0)
6059 insn ^= BRANCH_PREDICT_BIT;
6060
6061 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
6062 break;
252b5132
RH
6063 }
6064
7619e7c7
AM
6065 addend = rel->r_addend;
6066 tls_type = 0;
6067 howto = NULL;
55fd94b0
AM
6068 if (r_type < R_PPC_max)
6069 howto = ppc_elf_howto_table[r_type];
7619e7c7 6070 switch (r_type)
252b5132
RH
6071 {
6072 default:
7619e7c7 6073 (*_bfd_error_handler)
d003868e
AM
6074 (_("%B: unknown relocation type %d for symbol %s"),
6075 input_bfd, (int) r_type, sym_name);
252b5132
RH
6076
6077 bfd_set_error (bfd_error_bad_value);
b34976b6 6078 ret = FALSE;
252b5132
RH
6079 continue;
6080
7619e7c7
AM
6081 case R_PPC_NONE:
6082 case R_PPC_TLS:
6083 case R_PPC_EMB_MRKREF:
6084 case R_PPC_GNU_VTINHERIT:
6085 case R_PPC_GNU_VTENTRY:
7595d193
L
6086 continue;
6087
7619e7c7
AM
6088 /* GOT16 relocations. Like an ADDR16 using the symbol's
6089 address in the GOT as relocation value instead of the
6090 symbol's value itself. Also, create a GOT entry for the
6091 symbol and put the symbol value there. */
6092 case R_PPC_GOT_TLSGD16:
6093 case R_PPC_GOT_TLSGD16_LO:
6094 case R_PPC_GOT_TLSGD16_HI:
6095 case R_PPC_GOT_TLSGD16_HA:
6096 tls_type = TLS_TLS | TLS_GD;
6097 goto dogot;
6098
6099 case R_PPC_GOT_TLSLD16:
6100 case R_PPC_GOT_TLSLD16_LO:
6101 case R_PPC_GOT_TLSLD16_HI:
6102 case R_PPC_GOT_TLSLD16_HA:
6103 tls_type = TLS_TLS | TLS_LD;
6104 goto dogot;
6105
6106 case R_PPC_GOT_TPREL16:
6107 case R_PPC_GOT_TPREL16_LO:
6108 case R_PPC_GOT_TPREL16_HI:
6109 case R_PPC_GOT_TPREL16_HA:
6110 tls_type = TLS_TLS | TLS_TPREL;
6111 goto dogot;
6112
6113 case R_PPC_GOT_DTPREL16:
6114 case R_PPC_GOT_DTPREL16_LO:
6115 case R_PPC_GOT_DTPREL16_HI:
6116 case R_PPC_GOT_DTPREL16_HA:
6117 tls_type = TLS_TLS | TLS_DTPREL;
6118 goto dogot;
6119
6120 case R_PPC_GOT16:
6121 case R_PPC_GOT16_LO:
6122 case R_PPC_GOT16_HI:
6123 case R_PPC_GOT16_HA:
6124 dogot:
6125 {
6126 /* Relocation is to the entry for this symbol in the global
6127 offset table. */
6128 bfd_vma off;
6129 bfd_vma *offp;
6130 unsigned long indx;
6131
6132 if (htab->got == NULL)
6133 abort ();
6134
6135 indx = 0;
6136 if (tls_type == (TLS_TLS | TLS_LD)
d881513a 6137 && (h == NULL
f5385ebf 6138 || !h->def_dynamic))
7619e7c7
AM
6139 offp = &htab->tlsld_got.offset;
6140 else if (h != NULL)
6141 {
6142 bfd_boolean dyn;
6143 dyn = htab->elf.dynamic_sections_created;
ee05f2fe 6144 if (! WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn, info->shared, h)
7619e7c7
AM
6145 || (info->shared
6146 && SYMBOL_REFERENCES_LOCAL (info, h)))
6147 /* This is actually a static link, or it is a
6148 -Bsymbolic link and the symbol is defined
6149 locally, or the symbol was forced to be local
6150 because of a version file. */
6151 ;
6152 else
6153 {
6154 indx = h->dynindx;
6155 unresolved_reloc = FALSE;
6156 }
6157 offp = &h->got.offset;
6158 }
6159 else
6160 {
6161 if (local_got_offsets == NULL)
6162 abort ();
6163 offp = &local_got_offsets[r_symndx];
6164 }
6165
6166 /* The offset must always be a multiple of 4. We use the
6167 least significant bit to record whether we have already
6168 processed this entry. */
6169 off = *offp;
6170 if ((off & 1) != 0)
6171 off &= ~1;
6172 else
6173 {
70bccea4
AM
6174 unsigned int tls_m = (tls_mask
6175 & (TLS_LD | TLS_GD | TLS_DTPREL
6176 | TLS_TPREL | TLS_TPRELGD));
6177
6178 if (offp == &htab->tlsld_got.offset)
6179 tls_m = TLS_LD;
6180 else if (h == NULL
f5385ebf 6181 || !h->def_dynamic)
70bccea4
AM
6182 tls_m &= ~TLS_LD;
6183
6184 /* We might have multiple got entries for this sym.
6185 Initialize them all. */
6186 do
7619e7c7 6187 {
70bccea4
AM
6188 int tls_ty = 0;
6189
6190 if ((tls_m & TLS_LD) != 0)
7619e7c7 6191 {
70bccea4
AM
6192 tls_ty = TLS_TLS | TLS_LD;
6193 tls_m &= ~TLS_LD;
6194 }
6195 else if ((tls_m & TLS_GD) != 0)
6196 {
6197 tls_ty = TLS_TLS | TLS_GD;
6198 tls_m &= ~TLS_GD;
6199 }
6200 else if ((tls_m & TLS_DTPREL) != 0)
6201 {
6202 tls_ty = TLS_TLS | TLS_DTPREL;
6203 tls_m &= ~TLS_DTPREL;
6204 }
6205 else if ((tls_m & (TLS_TPREL | TLS_TPRELGD)) != 0)
6206 {
6207 tls_ty = TLS_TLS | TLS_TPREL;
6208 tls_m = 0;
7619e7c7 6209 }
7619e7c7 6210
70bccea4 6211 /* Generate relocs for the dynamic linker. */
4e795f50
AM
6212 if ((info->shared || indx != 0)
6213 && (h == NULL
6214 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
6215 || h->root.type != bfd_link_hash_undefweak))
7619e7c7 6216 {
70bccea4
AM
6217 outrel.r_offset = (htab->got->output_section->vma
6218 + htab->got->output_offset
6219 + off);
e515b051 6220 outrel.r_addend = 0;
70bccea4
AM
6221 if (tls_ty & (TLS_LD | TLS_GD))
6222 {
6223 outrel.r_info = ELF32_R_INFO (indx, R_PPC_DTPMOD32);
70bccea4
AM
6224 if (tls_ty == (TLS_TLS | TLS_GD))
6225 {
6226 loc = htab->relgot->contents;
6227 loc += (htab->relgot->reloc_count++
6228 * sizeof (Elf32_External_Rela));
6229 bfd_elf32_swap_reloca_out (output_bfd,
6230 &outrel, loc);
e515b051 6231 outrel.r_offset += 4;
70bccea4
AM
6232 outrel.r_info
6233 = ELF32_R_INFO (indx, R_PPC_DTPREL32);
70bccea4
AM
6234 }
6235 }
6236 else if (tls_ty == (TLS_TLS | TLS_DTPREL))
6237 outrel.r_info = ELF32_R_INFO (indx, R_PPC_DTPREL32);
6238 else if (tls_ty == (TLS_TLS | TLS_TPREL))
6239 outrel.r_info = ELF32_R_INFO (indx, R_PPC_TPREL32);
6240 else if (indx == 0)
6241 outrel.r_info = ELF32_R_INFO (indx, R_PPC_RELATIVE);
6242 else
6243 outrel.r_info = ELF32_R_INFO (indx, R_PPC_GLOB_DAT);
70bccea4 6244 if (indx == 0)
e515b051
AM
6245 {
6246 outrel.r_addend += relocation;
6247 if (tls_ty & (TLS_GD | TLS_DTPREL | TLS_TPREL))
e1918d23 6248 outrel.r_addend -= htab->elf.tls_sec->vma;
e515b051 6249 }
70bccea4
AM
6250 loc = htab->relgot->contents;
6251 loc += (htab->relgot->reloc_count++
6252 * sizeof (Elf32_External_Rela));
6253 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
7619e7c7
AM
6254 }
6255
70bccea4
AM
6256 /* Init the .got section contents if we're not
6257 emitting a reloc. */
6258 else
7619e7c7 6259 {
70bccea4
AM
6260 bfd_vma value = relocation;
6261
7b609f53
AM
6262 if (tls_ty == (TLS_TLS | TLS_LD))
6263 value = 1;
6264 else if (tls_ty != 0)
70bccea4 6265 {
e1918d23 6266 value -= htab->elf.tls_sec->vma + DTP_OFFSET;
7b609f53 6267 if (tls_ty == (TLS_TLS | TLS_TPREL))
70bccea4 6268 value += DTP_OFFSET - TP_OFFSET;
70bccea4 6269
7b609f53
AM
6270 if (tls_ty == (TLS_TLS | TLS_GD))
6271 {
6272 bfd_put_32 (output_bfd, value,
6273 htab->got->contents + off + 4);
6274 value = 1;
6275 }
70bccea4 6276 }
70bccea4
AM
6277 bfd_put_32 (output_bfd, value,
6278 htab->got->contents + off);
7619e7c7 6279 }
70bccea4
AM
6280
6281 off += 4;
6282 if (tls_ty & (TLS_LD | TLS_GD))
6283 off += 4;
7619e7c7 6284 }
70bccea4
AM
6285 while (tls_m != 0);
6286
6287 off = *offp;
6288 *offp = off | 1;
7619e7c7
AM
6289 }
6290
6291 if (off >= (bfd_vma) -2)
6292 abort ();
6293
70bccea4
AM
6294 if ((tls_type & TLS_TLS) != 0)
6295 {
6296 if (tls_type != (TLS_TLS | TLS_LD))
6297 {
6298 if ((tls_mask & TLS_LD) != 0
6299 && !(h == NULL
f5385ebf 6300 || !h->def_dynamic))
70bccea4
AM
6301 off += 8;
6302 if (tls_type != (TLS_TLS | TLS_GD))
6303 {
6304 if ((tls_mask & TLS_GD) != 0)
6305 off += 8;
6306 if (tls_type != (TLS_TLS | TLS_DTPREL))
6307 {
6308 if ((tls_mask & TLS_DTPREL) != 0)
6309 off += 4;
6310 }
6311 }
6312 }
6313 }
6314
3b36f7e6
AM
6315 relocation = htab->got->output_offset + off;
6316 relocation -= htab->elf.hgot->root.u.def.value;
7619e7c7
AM
6317
6318 /* Addends on got relocations don't make much sense.
6319 x+off@got is actually x@got+off, and since the got is
6320 generated by a hash table traversal, the value in the
6321 got at entry m+n bears little relation to the entry m. */
6322 if (addend != 0)
6323 (*_bfd_error_handler)
d003868e
AM
6324 (_("%B(%A+0x%lx): non-zero addend on %s reloc against `%s'"),
6325 input_bfd,
6326 input_section,
7619e7c7 6327 (long) rel->r_offset,
7b609f53 6328 howto->name,
7619e7c7
AM
6329 sym_name);
6330 }
70bccea4 6331 break;
7619e7c7 6332
252b5132 6333 /* Relocations that need no special processing. */
7619e7c7 6334 case R_PPC_LOCAL24PC:
252b5132
RH
6335 /* It makes no sense to point a local relocation
6336 at a symbol not in this object. */
7b609f53 6337 if (unresolved_reloc)
252b5132 6338 {
464e1740
ILT
6339 if (! (*info->callbacks->undefined_symbol) (info,
6340 h->root.root.string,
6341 input_bfd,
6342 input_section,
5cc7c785 6343 rel->r_offset,
b34976b6
AM
6344 TRUE))
6345 return FALSE;
252b5132
RH
6346 continue;
6347 }
6348 break;
6349
7619e7c7
AM
6350 case R_PPC_DTPREL16:
6351 case R_PPC_DTPREL16_LO:
6352 case R_PPC_DTPREL16_HI:
6353 case R_PPC_DTPREL16_HA:
e1918d23 6354 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
7619e7c7
AM
6355 break;
6356
70bccea4
AM
6357 /* Relocations that may need to be propagated if this is a shared
6358 object. */
7619e7c7
AM
6359 case R_PPC_TPREL16:
6360 case R_PPC_TPREL16_LO:
6361 case R_PPC_TPREL16_HI:
6362 case R_PPC_TPREL16_HA:
e1918d23 6363 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
7619e7c7
AM
6364 /* The TPREL16 relocs shouldn't really be used in shared
6365 libs as they will result in DT_TEXTREL being set, but
6366 support them anyway. */
6367 goto dodyn;
6368
6369 case R_PPC_TPREL32:
e1918d23 6370 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
7619e7c7
AM
6371 goto dodyn;
6372
6373 case R_PPC_DTPREL32:
e1918d23 6374 addend -= htab->elf.tls_sec->vma + DTP_OFFSET;
7619e7c7
AM
6375 goto dodyn;
6376
e515b051
AM
6377 case R_PPC_DTPMOD32:
6378 relocation = 1;
6379 addend = 0;
6380 goto dodyn;
6381
d7128ce4
AM
6382 case R_PPC_REL16:
6383 case R_PPC_REL16_LO:
6384 case R_PPC_REL16_HI:
6385 case R_PPC_REL16_HA:
6386 break;
6387
7619e7c7
AM
6388 case R_PPC_REL24:
6389 case R_PPC_REL32:
6390 case R_PPC_REL14:
6391 case R_PPC_REL14_BRTAKEN:
6392 case R_PPC_REL14_BRNTAKEN:
252b5132
RH
6393 /* If these relocations are not to a named symbol, they can be
6394 handled right here, no need to bother the dynamic linker. */
f6c52c13 6395 if (SYMBOL_REFERENCES_LOCAL (info, h)
3b36f7e6 6396 || h == htab->elf.hgot)
252b5132 6397 break;
70bccea4 6398 /* fall through */
252b5132 6399
70bccea4
AM
6400 /* Relocations that always need to be propagated if this is a shared
6401 object. */
7619e7c7
AM
6402 case R_PPC_ADDR32:
6403 case R_PPC_ADDR24:
6404 case R_PPC_ADDR16:
6405 case R_PPC_ADDR16_LO:
6406 case R_PPC_ADDR16_HI:
6407 case R_PPC_ADDR16_HA:
6408 case R_PPC_ADDR14:
6409 case R_PPC_ADDR14_BRTAKEN:
6410 case R_PPC_ADDR14_BRNTAKEN:
6411 case R_PPC_UADDR32:
6412 case R_PPC_UADDR16:
7619e7c7 6413 dodyn:
c87b5a93
AM
6414 if ((input_section->flags & SEC_ALLOC) == 0)
6415 break;
6416 /* Fall thru. */
6417
ee05f2fe 6418 if ((info->shared
4e795f50
AM
6419 && (h == NULL
6420 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
6421 || h->root.type != bfd_link_hash_undefweak)
ee05f2fe 6422 && (MUST_BE_DYN_RELOC (r_type)
f6c52c13 6423 || !SYMBOL_CALLS_LOCAL (info, h)))
ee05f2fe
AM
6424 || (ELIMINATE_COPY_RELOCS
6425 && !info->shared
ee05f2fe
AM
6426 && h != NULL
6427 && h->dynindx != -1
f5385ebf
AM
6428 && !h->non_got_ref
6429 && h->def_dynamic
6430 && !h->def_regular))
252b5132 6431 {
0bb2d96a 6432 int skip;
252b5132
RH
6433
6434#ifdef DEBUG
55fd94b0
AM
6435 fprintf (stderr, "ppc_elf_relocate_section needs to "
6436 "create relocation for %s\n",
70bccea4
AM
6437 (h && h->root.root.string
6438 ? h->root.root.string : "<unknown>"));
252b5132
RH
6439#endif
6440
6441 /* When generating a shared object, these relocations
70bccea4
AM
6442 are copied into the output file to be resolved at run
6443 time. */
252b5132
RH
6444 if (sreloc == NULL)
6445 {
6446 const char *name;
6447
6448 name = (bfd_elf_string_from_elf_section
6449 (input_bfd,
6450 elf_elfheader (input_bfd)->e_shstrndx,
6451 elf_section_data (input_section)->rel_hdr.sh_name));
6452 if (name == NULL)
b34976b6 6453 return FALSE;
252b5132 6454
0112cd26 6455 BFD_ASSERT (CONST_STRNEQ (name, ".rela")
252b5132
RH
6456 && strcmp (bfd_get_section_name (input_bfd,
6457 input_section),
6458 name + 5) == 0);
6459
7619e7c7 6460 sreloc = bfd_get_section_by_name (htab->elf.dynobj, name);
252b5132
RH
6461 BFD_ASSERT (sreloc != NULL);
6462 }
6463
0bb2d96a 6464 skip = 0;
252b5132 6465
c629eae0
JJ
6466 outrel.r_offset =
6467 _bfd_elf_section_offset (output_bfd, info, input_section,
6468 rel->r_offset);
0bb2d96a
JJ
6469 if (outrel.r_offset == (bfd_vma) -1
6470 || outrel.r_offset == (bfd_vma) -2)
6471 skip = (int) outrel.r_offset;
252b5132
RH
6472 outrel.r_offset += (input_section->output_section->vma
6473 + input_section->output_offset);
6474
6475 if (skip)
6476 memset (&outrel, 0, sizeof outrel);
f6c52c13 6477 else if (!SYMBOL_REFERENCES_LOCAL (info, h))
252b5132 6478 {
7619e7c7 6479 unresolved_reloc = FALSE;
252b5132
RH
6480 outrel.r_info = ELF32_R_INFO (h->dynindx, r_type);
6481 outrel.r_addend = rel->r_addend;
6482 }
6483 else
6484 {
47388f4c
AM
6485 outrel.r_addend = relocation + rel->r_addend;
6486
252b5132 6487 if (r_type == R_PPC_ADDR32)
47388f4c 6488 outrel.r_info = ELF32_R_INFO (0, R_PPC_RELATIVE);
252b5132
RH
6489 else
6490 {
6491 long indx;
6492
47388f4c 6493 if (bfd_is_abs_section (sec))
252b5132
RH
6494 indx = 0;
6495 else if (sec == NULL || sec->owner == NULL)
6496 {
6497 bfd_set_error (bfd_error_bad_value);
b34976b6 6498 return FALSE;
252b5132
RH
6499 }
6500 else
6501 {
6502 asection *osec;
6503
47388f4c
AM
6504 /* We are turning this relocation into one
6505 against a section symbol. It would be
6506 proper to subtract the symbol's value,
6507 osec->vma, from the emitted reloc addend,
6508 but ld.so expects buggy relocs. */
252b5132
RH
6509 osec = sec->output_section;
6510 indx = elf_section_data (osec)->dynindx;
74541ad4
AM
6511 if (indx == 0)
6512 {
6513 osec = htab->elf.text_index_section;
6514 indx = elf_section_data (osec)->dynindx;
6515 }
6516 BFD_ASSERT (indx != 0);
252b5132 6517#ifdef DEBUG
74541ad4 6518 if (indx == 0)
e460dd0d 6519 printf ("indx=%ld section=%s flags=%08x name=%s\n",
55fd94b0
AM
6520 indx, osec->name, osec->flags,
6521 h->root.root.string);
252b5132
RH
6522#endif
6523 }
6524
6525 outrel.r_info = ELF32_R_INFO (indx, r_type);
252b5132
RH
6526 }
6527 }
6528
947216bf
AM
6529 loc = sreloc->contents;
6530 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela);
6531 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
252b5132 6532
2243deae 6533 if (skip == -1)
252b5132 6534 continue;
2243deae
L
6535
6536 /* This reloc will be computed at runtime. We clear the memory
6537 so that it contains predictable value. */
6538 if (! skip
6539 && ((input_section->flags & SEC_ALLOC) != 0
6540 || ELF32_R_TYPE (outrel.r_info) != R_PPC_RELATIVE))
6541 {
6542 relocation = howto->pc_relative ? outrel.r_offset : 0;
6543 addend = 0;
6544 break;
6545 }
252b5132 6546 }
252b5132
RH
6547 break;
6548
b4a38de6
AM
6549 case R_PPC_RELAX32PC_PLT:
6550 case R_PPC_RELAX32_PLT:
a6aa5195
AM
6551 {
6552 struct plt_entry *ent = find_plt_ent (h, got2, addend);
6553
4a3dc543 6554 if (htab->plt_type == PLT_NEW)
a6aa5195
AM
6555 relocation = (htab->glink->output_section->vma
6556 + htab->glink->output_offset
6557 + ent->glink_offset);
6558 else
6559 relocation = (htab->plt->output_section->vma
6560 + htab->plt->output_offset
6561 + ent->plt.offset);
6562 addend = 0;
6563 }
b4a38de6
AM
6564 if (r_type == R_PPC_RELAX32_PLT)
6565 goto relax32;
6566 /* Fall thru */
6567
f31a141e
AM
6568 case R_PPC_RELAX32PC:
6569 relocation -= (input_section->output_section->vma
6570 + input_section->output_offset
6571 + rel->r_offset - 4);
6572 /* Fall thru */
b4a38de6 6573
deaaf2f3 6574 case R_PPC_RELAX32:
b4a38de6 6575 relax32:
9abc968f
AM
6576 {
6577 unsigned long t0;
6578 unsigned long t1;
6579
6580 t0 = bfd_get_32 (output_bfd, contents + rel->r_offset);
6581 t1 = bfd_get_32 (output_bfd, contents + rel->r_offset + 4);
6582
6583 /* We're clearing the bits for R_PPC_ADDR16_HA
6584 and R_PPC_ADDR16_LO here. */
6585 t0 &= ~0xffff;
6586 t1 &= ~0xffff;
6587
6588 /* t0 is HA, t1 is LO */
6589 relocation += addend;
6590 t0 |= ((relocation + 0x8000) >> 16) & 0xffff;
6591 t1 |= relocation & 0xffff;
6592
6593 bfd_put_32 (output_bfd, t0, contents + rel->r_offset);
6594 bfd_put_32 (output_bfd, t1, contents + rel->r_offset + 4);
6595 }
8517fae7 6596 continue;
deaaf2f3 6597
70bccea4 6598 /* Indirect .sdata relocation. */
7619e7c7 6599 case R_PPC_EMB_SDAI16:
c9a2f333 6600 BFD_ASSERT (htab->sdata[0].section != NULL);
7619e7c7 6601 relocation
76750a2f
AM
6602 = elf_finish_pointer_linker_section (input_bfd, &htab->sdata[0],
6603 h, relocation, rel);
252b5132
RH
6604 break;
6605
70bccea4 6606 /* Indirect .sdata2 relocation. */
7619e7c7 6607 case R_PPC_EMB_SDA2I16:
c9a2f333 6608 BFD_ASSERT (htab->sdata[1].section != NULL);
7619e7c7 6609 relocation
76750a2f
AM
6610 = elf_finish_pointer_linker_section (input_bfd, &htab->sdata[1],
6611 h, relocation, rel);
252b5132
RH
6612 break;
6613
70bccea4
AM
6614 /* Handle the TOC16 reloc. We want to use the offset within the .got
6615 section, not the actual VMA. This is appropriate when generating
6616 an embedded ELF object, for which the .got section acts like the
6617 AIX .toc section. */
7619e7c7 6618 case R_PPC_TOC16: /* phony GOT16 relocations */
55fd94b0 6619 BFD_ASSERT (sec != NULL);
252b5132
RH
6620 BFD_ASSERT (bfd_is_und_section (sec)
6621 || strcmp (bfd_get_section_name (abfd, sec), ".got") == 0
f12123c0 6622 || strcmp (bfd_get_section_name (abfd, sec), ".cgot") == 0);
252b5132 6623
70bccea4 6624 addend -= sec->output_section->vma + sec->output_offset + 0x8000;
252b5132
RH
6625 break;
6626
7619e7c7 6627 case R_PPC_PLTREL24:
252b5132 6628 /* Relocation is to the entry for this symbol in the
70bccea4 6629 procedure linkage table. */
a6aa5195
AM
6630 {
6631 struct plt_entry *ent = find_plt_ent (h, got2, addend);
252b5132 6632
a6aa5195
AM
6633 addend = 0;
6634 if (ent == NULL
6635 || htab->plt == NULL)
6636 {
6637 /* We didn't make a PLT entry for this symbol. This
6638 happens when statically linking PIC code, or when
6639 using -Bsymbolic. */
6640 break;
6641 }
252b5132 6642
a6aa5195 6643 unresolved_reloc = FALSE;
4a3dc543 6644 if (htab->plt_type == PLT_NEW)
a6aa5195
AM
6645 relocation = (htab->glink->output_section->vma
6646 + htab->glink->output_offset
6647 + ent->glink_offset);
6648 else
6649 relocation = (htab->plt->output_section->vma
6650 + htab->plt->output_offset
6651 + ent->plt.offset);
6652 }
8da6118f 6653 break;
252b5132 6654
70bccea4 6655 /* Relocate against _SDA_BASE_. */
7619e7c7 6656 case R_PPC_SDAREL16:
252b5132
RH
6657 {
6658 const char *name;
046183de 6659 struct elf_link_hash_entry *sh;
252b5132 6660
55fd94b0 6661 BFD_ASSERT (sec != NULL);
252b5132 6662 name = bfd_get_section_name (abfd, sec->output_section);
0112cd26 6663 if (! ((CONST_STRNEQ (name, ".sdata")
5f819128 6664 && (name[6] == 0 || name[6] == '.'))
0112cd26 6665 || (CONST_STRNEQ (name, ".sbss")
5f819128 6666 && (name[5] == 0 || name[5] == '.'))))
252b5132 6667 {
55fd94b0 6668 (*_bfd_error_handler)
d003868e 6669 (_("%B: the target (%s) of a %s relocation is "
55fd94b0 6670 "in the wrong output section (%s)"),
d003868e 6671 input_bfd,
55fd94b0
AM
6672 sym_name,
6673 howto->name,
6674 name);
252b5132 6675 }
046183de
AM
6676 sh = htab->sdata[0].sym;
6677 addend -= (sh->root.u.def.value
6678 + sh->root.u.def.section->output_offset
6679 + sh->root.u.def.section->output_section->vma);
252b5132
RH
6680 }
6681 break;
6682
70bccea4 6683 /* Relocate against _SDA2_BASE_. */
7619e7c7 6684 case R_PPC_EMB_SDA2REL:
252b5132
RH
6685 {
6686 const char *name;
046183de 6687 struct elf_link_hash_entry *sh;
252b5132 6688
55fd94b0 6689 BFD_ASSERT (sec != NULL);
252b5132 6690 name = bfd_get_section_name (abfd, sec->output_section);
0112cd26
NC
6691 if (! (CONST_STRNEQ (name, ".sdata2")
6692 || CONST_STRNEQ (name, ".sbss2")))
252b5132 6693 {
55fd94b0 6694 (*_bfd_error_handler)
d003868e 6695 (_("%B: the target (%s) of a %s relocation is "
55fd94b0 6696 "in the wrong output section (%s)"),
d003868e 6697 input_bfd,
55fd94b0
AM
6698 sym_name,
6699 howto->name,
6700 name);
c3668558 6701
252b5132 6702 bfd_set_error (bfd_error_bad_value);
b34976b6 6703 ret = FALSE;
252b5132
RH
6704 continue;
6705 }
046183de
AM
6706 sh = htab->sdata[1].sym;
6707 addend -= (sh->root.u.def.value
6708 + sh->root.u.def.section->output_offset
6709 + sh->root.u.def.section->output_section->vma);
252b5132
RH
6710 }
6711 break;
6712
70bccea4 6713 /* Relocate against either _SDA_BASE_, _SDA2_BASE_, or 0. */
7619e7c7
AM
6714 case R_PPC_EMB_SDA21:
6715 case R_PPC_EMB_RELSDA:
252b5132
RH
6716 {
6717 const char *name;
6718 int reg;
046183de 6719 struct elf_link_hash_entry *sh;
252b5132 6720
55fd94b0 6721 BFD_ASSERT (sec != NULL);
252b5132 6722 name = bfd_get_section_name (abfd, sec->output_section);
0112cd26 6723 if (((CONST_STRNEQ (name, ".sdata")
5f819128 6724 && (name[6] == 0 || name[6] == '.'))
0112cd26 6725 || (CONST_STRNEQ (name, ".sbss")
5f819128 6726 && (name[5] == 0 || name[5] == '.'))))
252b5132
RH
6727 {
6728 reg = 13;
046183de
AM
6729 sh = htab->sdata[0].sym;
6730 addend -= (sh->root.u.def.value
6731 + sh->root.u.def.section->output_offset
6732 + sh->root.u.def.section->output_section->vma);
252b5132
RH
6733 }
6734
0112cd26
NC
6735 else if (CONST_STRNEQ (name, ".sdata2")
6736 || CONST_STRNEQ (name, ".sbss2"))
252b5132
RH
6737 {
6738 reg = 2;
046183de
AM
6739 sh = htab->sdata[1].sym;
6740 addend -= (sh->root.u.def.value
6741 + sh->root.u.def.section->output_offset
6742 + sh->root.u.def.section->output_section->vma);
252b5132
RH
6743 }
6744
8da6118f
KH
6745 else if (strcmp (name, ".PPC.EMB.sdata0") == 0
6746 || strcmp (name, ".PPC.EMB.sbss0") == 0)
252b5132
RH
6747 {
6748 reg = 0;
6749 }
6750
6751 else
6752 {
55fd94b0 6753 (*_bfd_error_handler)
d003868e 6754 (_("%B: the target (%s) of a %s relocation is "
55fd94b0 6755 "in the wrong output section (%s)"),
d003868e 6756 input_bfd,
55fd94b0
AM
6757 sym_name,
6758 howto->name,
6759 name);
252b5132
RH
6760
6761 bfd_set_error (bfd_error_bad_value);
b34976b6 6762 ret = FALSE;
252b5132
RH
6763 continue;
6764 }
6765
6766 if (r_type == R_PPC_EMB_SDA21)
6767 { /* fill in register field */
7619e7c7 6768 insn = bfd_get_32 (output_bfd, contents + rel->r_offset);
252b5132 6769 insn = (insn & ~RA_REGISTER_MASK) | (reg << RA_REGISTER_SHIFT);
7619e7c7 6770 bfd_put_32 (output_bfd, insn, contents + rel->r_offset);
252b5132
RH
6771 }
6772 }
6773 break;
6774
70bccea4 6775 /* Relocate against the beginning of the section. */
7619e7c7
AM
6776 case R_PPC_SECTOFF:
6777 case R_PPC_SECTOFF_LO:
6778 case R_PPC_SECTOFF_HI:
6779 case R_PPC_SECTOFF_HA:
55fd94b0 6780 BFD_ASSERT (sec != NULL);
252b5132 6781 addend -= sec->output_section->vma;
252b5132
RH
6782 break;
6783
70bccea4 6784 /* Negative relocations. */
7619e7c7
AM
6785 case R_PPC_EMB_NADDR32:
6786 case R_PPC_EMB_NADDR16:
6787 case R_PPC_EMB_NADDR16_LO:
6788 case R_PPC_EMB_NADDR16_HI:
6789 case R_PPC_EMB_NADDR16_HA:
8da6118f 6790 addend -= 2 * relocation;
252b5132
RH
6791 break;
6792
7619e7c7
AM
6793 case R_PPC_COPY:
6794 case R_PPC_GLOB_DAT:
6795 case R_PPC_JMP_SLOT:
6796 case R_PPC_RELATIVE:
6797 case R_PPC_PLT32:
6798 case R_PPC_PLTREL32:
6799 case R_PPC_PLT16_LO:
6800 case R_PPC_PLT16_HI:
6801 case R_PPC_PLT16_HA:
6802 case R_PPC_ADDR30:
6803 case R_PPC_EMB_RELSEC16:
6804 case R_PPC_EMB_RELST_LO:
6805 case R_PPC_EMB_RELST_HI:
6806 case R_PPC_EMB_RELST_HA:
6807 case R_PPC_EMB_BIT_FLD:
6808 (*_bfd_error_handler)
d003868e
AM
6809 (_("%B: relocation %s is not yet supported for symbol %s."),
6810 input_bfd,
7619e7c7
AM
6811 howto->name,
6812 sym_name);
252b5132
RH
6813
6814 bfd_set_error (bfd_error_invalid_operation);
b34976b6 6815 ret = FALSE;
252b5132 6816 continue;
7619e7c7 6817 }
252b5132 6818
7619e7c7
AM
6819 /* Do any further special processing. */
6820 switch (r_type)
6821 {
6822 default:
6823 break;
6824
6825 case R_PPC_ADDR16_HA:
d7128ce4 6826 case R_PPC_REL16_HA:
7619e7c7
AM
6827 case R_PPC_SECTOFF_HA:
6828 case R_PPC_TPREL16_HA:
6829 case R_PPC_DTPREL16_HA:
7619e7c7
AM
6830 case R_PPC_EMB_NADDR16_HA:
6831 case R_PPC_EMB_RELST_HA:
6832 /* It's just possible that this symbol is a weak symbol
7b609f53 6833 that's not actually defined anywhere. In that case,
7619e7c7
AM
6834 'sec' would be NULL, and we should leave the symbol
6835 alone (it will be set to zero elsewhere in the link). */
5c5f6e17
AM
6836 if (sec == NULL)
6837 break;
6838 /* Fall thru */
6839
6840 case R_PPC_PLT16_HA:
6841 case R_PPC_GOT16_HA:
6842 case R_PPC_GOT_TLSGD16_HA:
6843 case R_PPC_GOT_TLSLD16_HA:
6844 case R_PPC_GOT_TPREL16_HA:
6845 case R_PPC_GOT_DTPREL16_HA:
6846 /* Add 0x10000 if sign bit in 0:15 is set.
6847 Bits 0:15 are not used. */
6848 addend += 0x8000;
7619e7c7 6849 break;
252b5132
RH
6850 }
6851
252b5132 6852#ifdef DEBUG
55fd94b0
AM
6853 fprintf (stderr, "\ttype = %s (%d), name = %s, symbol index = %ld, "
6854 "offset = %ld, addend = %ld\n",
252b5132 6855 howto->name,
8da6118f 6856 (int) r_type,
252b5132
RH
6857 sym_name,
6858 r_symndx,
7619e7c7 6859 (long) rel->r_offset,
8da6118f 6860 (long) addend);
252b5132
RH
6861#endif
6862
7619e7c7
AM
6863 if (unresolved_reloc
6864 && !((input_section->flags & SEC_DEBUGGING) != 0
f5385ebf 6865 && h->def_dynamic))
7619e7c7
AM
6866 {
6867 (*_bfd_error_handler)
d003868e
AM
6868 (_("%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"),
6869 input_bfd,
6870 input_section,
7619e7c7 6871 (long) rel->r_offset,
7b609f53 6872 howto->name,
7619e7c7
AM
6873 sym_name);
6874 ret = FALSE;
6875 }
6876
252b5132
RH
6877 r = _bfd_final_link_relocate (howto,
6878 input_bfd,
6879 input_section,
6880 contents,
7619e7c7 6881 rel->r_offset,
252b5132
RH
6882 relocation,
6883 addend);
6884
7619e7c7 6885 if (r != bfd_reloc_ok)
252b5132 6886 {
7619e7c7 6887 if (r == bfd_reloc_overflow)
252b5132 6888 {
7619e7c7
AM
6889 if (warned)
6890 continue;
6891 if (h != NULL
6892 && h->root.type == bfd_link_hash_undefweak
dc1bc0c9
RH
6893 && howto->pc_relative)
6894 {
6895 /* Assume this is a call protected by other code that
6896 detect the symbol is undefined. If this is the case,
6897 we can safely ignore the overflow. If not, the
6898 program is hosed anyway, and a little warning isn't
6899 going to help. */
252b5132 6900
dc1bc0c9
RH
6901 continue;
6902 }
252b5132 6903
7619e7c7 6904 if (! (*info->callbacks->reloc_overflow) (info,
dfeffb9f 6905 (h ? &h->root : NULL),
7619e7c7
AM
6906 sym_name,
6907 howto->name,
6908 rel->r_addend,
6909 input_bfd,
6910 input_section,
6911 rel->r_offset))
6912 return FALSE;
dc1bc0c9
RH
6913 }
6914 else
6915 {
7619e7c7 6916 (*_bfd_error_handler)
d003868e
AM
6917 (_("%B(%A+0x%lx): %s reloc against `%s': error %d"),
6918 input_bfd, input_section,
7b609f53 6919 (long) rel->r_offset, howto->name, sym_name, (int) r);
7619e7c7 6920 ret = FALSE;
252b5132
RH
6921 }
6922 }
6923 }
6924
252b5132
RH
6925#ifdef DEBUG
6926 fprintf (stderr, "\n");
6927#endif
6928
6929 return ret;
6930}
252b5132 6931\f
a6aa5195
AM
6932#define PPC_LO(v) ((v) & 0xffff)
6933#define PPC_HI(v) (((v) >> 16) & 0xffff)
6934#define PPC_HA(v) PPC_HI ((v) + 0x8000)
6935
25dbc73a
AM
6936/* Finish up dynamic symbol handling. We set the contents of various
6937 dynamic sections here. */
c5fccbec 6938
b34976b6 6939static bfd_boolean
25dbc73a
AM
6940ppc_elf_finish_dynamic_symbol (bfd *output_bfd,
6941 struct bfd_link_info *info,
6942 struct elf_link_hash_entry *h,
6943 Elf_Internal_Sym *sym)
e1a9cb8e 6944{
25dbc73a 6945 struct ppc_elf_link_hash_table *htab;
a6aa5195
AM
6946 struct plt_entry *ent;
6947 bfd_boolean doneone;
e1a9cb8e 6948
25dbc73a
AM
6949#ifdef DEBUG
6950 fprintf (stderr, "ppc_elf_finish_dynamic_symbol called for %s",
6951 h->root.root.string);
6952#endif
e1a9cb8e 6953
25dbc73a
AM
6954 htab = ppc_elf_hash_table (info);
6955 BFD_ASSERT (htab->elf.dynobj != NULL);
e1a9cb8e 6956
a6aa5195
AM
6957 doneone = FALSE;
6958 for (ent = h->plt.plist; ent != NULL; ent = ent->next)
6959 if (ent->plt.offset != (bfd_vma) -1)
6960 {
6961 if (!doneone)
6962 {
6963 Elf_Internal_Rela rela;
6964 bfd_byte *loc;
6965 bfd_vma reloc_index;
e1a9cb8e 6966
4a3dc543 6967 if (htab->plt_type == PLT_NEW)
9d8504b1
PB
6968 reloc_index = ent->plt.offset / 4;
6969 else
6970 {
6971 reloc_index = ((ent->plt.offset - htab->plt_initial_entry_size)
6972 / htab->plt_slot_size);
6973 if (reloc_index > PLT_NUM_SINGLE_ENTRIES
4a3dc543 6974 && htab->plt_type == PLT_OLD)
9d8504b1
PB
6975 reloc_index -= (reloc_index - PLT_NUM_SINGLE_ENTRIES) / 2;
6976 }
6977
a6aa5195
AM
6978 /* This symbol has an entry in the procedure linkage table.
6979 Set it up. */
4a3dc543 6980 if (htab->plt_type == PLT_VXWORKS)
a6aa5195 6981 {
9d8504b1
PB
6982 bfd_vma got_offset;
6983 const bfd_vma *plt_entry;
6984
6985 /* The first three entries in .got.plt are reserved. */
6986 got_offset = (reloc_index + 3) * 4;
6987
6988 /* Use the right PLT. */
6989 plt_entry = info->shared ? ppc_elf_vxworks_pic_plt_entry
6990 : ppc_elf_vxworks_plt_entry;
6991
6992 /* Fill in the .plt on VxWorks. */
6993 if (info->shared)
6994 {
6995 bfd_vma got_offset_hi = (got_offset >> 16)
6996 + ((got_offset & 0x8000) >> 15);
6997
6998 bfd_put_32 (output_bfd,
6999 plt_entry[0] | (got_offset_hi & 0xffff),
7000 htab->plt->contents + ent->plt.offset + 0);
7001 bfd_put_32 (output_bfd,
7002 plt_entry[1] | (got_offset & 0xffff),
7003 htab->plt->contents + ent->plt.offset + 4);
7004 }
7005 else
7006 {
636ce3f5
AM
7007 bfd_vma got_loc
7008 = (got_offset
7009 + htab->elf.hgot->root.u.def.value
7010 + htab->elf.hgot->root.u.def.section->output_offset
7011 + htab->elf.hgot->root.u.def.section->output_section->vma);
9d8504b1
PB
7012 bfd_vma got_loc_hi = (got_loc >> 16)
7013 + ((got_loc & 0x8000) >> 15);
7014
7015 bfd_put_32 (output_bfd,
7016 plt_entry[0] | (got_loc_hi & 0xffff),
7017 htab->plt->contents + ent->plt.offset + 0);
7018 bfd_put_32 (output_bfd,
7019 plt_entry[1] | (got_loc & 0xffff),
7020 htab->plt->contents + ent->plt.offset + 4);
7021 }
7022
7023 bfd_put_32 (output_bfd, plt_entry[2],
7024 htab->plt->contents + ent->plt.offset + 8);
7025 bfd_put_32 (output_bfd, plt_entry[3],
7026 htab->plt->contents + ent->plt.offset + 12);
7027
7028 /* This instruction is an immediate load. The value loaded is
7029 the byte offset of the R_PPC_JMP_SLOT relocation from the
7030 start of the .rela.plt section. The value is stored in the
7031 low-order 16 bits of the load instruction. */
7032 /* NOTE: It appears that this is now an index rather than a
7033 prescaled offset. */
7034 bfd_put_32 (output_bfd,
7035 plt_entry[4] | reloc_index,
7036 htab->plt->contents + ent->plt.offset + 16);
7037 /* This instruction is a PC-relative branch whose target is
7038 the start of the PLT section. The address of this branch
7039 instruction is 20 bytes beyond the start of this PLT entry.
7040 The address is encoded in bits 6-29, inclusive. The value
7041 stored is right-shifted by two bits, permitting a 26-bit
7042 offset. */
7043 bfd_put_32 (output_bfd,
7044 (plt_entry[5]
7045 | (-(ent->plt.offset + 20) & 0x03fffffc)),
7046 htab->plt->contents + ent->plt.offset + 20);
7047 bfd_put_32 (output_bfd, plt_entry[6],
7048 htab->plt->contents + ent->plt.offset + 24);
7049 bfd_put_32 (output_bfd, plt_entry[7],
7050 htab->plt->contents + ent->plt.offset + 28);
7051
7052 /* Fill in the GOT entry corresponding to this PLT slot with
7053 the address immediately after the the "bctr" instruction
7054 in this PLT entry. */
7055 bfd_put_32 (output_bfd, (htab->plt->output_section->vma
7056 + htab->plt->output_offset
7057 + ent->plt.offset + 16),
7058 htab->sgotplt->contents + got_offset);
7059
7060 if (!info->shared)
7061 {
7062 /* Fill in a couple of entries in .rela.plt.unloaded. */
7063 loc = htab->srelplt2->contents
7064 + ((VXWORKS_PLTRESOLVE_RELOCS + reloc_index
7065 * VXWORKS_PLT_NON_JMP_SLOT_RELOCS)
7066 * sizeof (Elf32_External_Rela));
7067
7068 /* Provide the @ha relocation for the first instruction. */
7069 rela.r_offset = (htab->plt->output_section->vma
7070 + htab->plt->output_offset
7071 + ent->plt.offset + 2);
636ce3f5 7072 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx,
9d8504b1
PB
7073 R_PPC_ADDR16_HA);
7074 rela.r_addend = got_offset;
7075 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
7076 loc += sizeof (Elf32_External_Rela);
7077
7078 /* Provide the @l relocation for the second instruction. */
7079 rela.r_offset = (htab->plt->output_section->vma
7080 + htab->plt->output_offset
7081 + ent->plt.offset + 6);
636ce3f5 7082 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx,
9d8504b1
PB
7083 R_PPC_ADDR16_LO);
7084 rela.r_addend = got_offset;
7085 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
7086 loc += sizeof (Elf32_External_Rela);
7087
7088 /* Provide a relocation for the GOT entry corresponding to this
7089 PLT slot. Point it at the middle of the .plt entry. */
7090 rela.r_offset = (htab->sgotplt->output_section->vma
7091 + htab->sgotplt->output_offset
7092 + got_offset);
7325306f 7093 rela.r_info = ELF32_R_INFO (htab->elf.hplt->indx,
9d8504b1
PB
7094 R_PPC_ADDR32);
7095 rela.r_addend = ent->plt.offset + 16;
7096 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
7097 }
7098
7099 /* VxWorks uses non-standard semantics for R_PPC_JMP_SLOT.
7100 In particular, the offset for the relocation is not the
7101 address of the PLT entry for this function, as specified
7102 by the ABI. Instead, the offset is set to the address of
7103 the GOT slot for this function. See EABI 4.4.4.1. */
7104 rela.r_offset = (htab->sgotplt->output_section->vma
7105 + htab->sgotplt->output_offset
7106 + got_offset);
7107
a6aa5195
AM
7108 }
7109 else
7110 {
9d8504b1
PB
7111 rela.r_offset = (htab->plt->output_section->vma
7112 + htab->plt->output_offset
7113 + ent->plt.offset);
4a3dc543 7114 if (htab->plt_type == PLT_OLD)
9d8504b1
PB
7115 {
7116 /* We don't need to fill in the .plt. The ppc dynamic
7117 linker will fill it in. */
7118 }
7119 else
7120 {
7121 bfd_vma val = (htab->glink_pltresolve + ent->plt.offset
7122 + htab->glink->output_section->vma
7123 + htab->glink->output_offset);
7124 bfd_put_32 (output_bfd, val,
7125 htab->plt->contents + ent->plt.offset);
7126 }
a6aa5195 7127 }
e1a9cb8e 7128
a6aa5195 7129 /* Fill in the entry in the .rela.plt section. */
a6aa5195
AM
7130 rela.r_info = ELF32_R_INFO (h->dynindx, R_PPC_JMP_SLOT);
7131 rela.r_addend = 0;
e1a9cb8e 7132
a6aa5195
AM
7133 loc = (htab->relplt->contents
7134 + reloc_index * sizeof (Elf32_External_Rela));
7135 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
e1a9cb8e 7136
a6aa5195
AM
7137 if (!h->def_regular)
7138 {
7139 /* Mark the symbol as undefined, rather than as defined in
7140 the .plt section. Leave the value alone. */
7141 sym->st_shndx = SHN_UNDEF;
7142 /* If the symbol is weak, we do need to clear the value.
7143 Otherwise, the PLT entry would provide a definition for
7144 the symbol even if the symbol wasn't defined anywhere,
7145 and so the symbol would never be NULL. */
7146 if (!h->ref_regular_nonweak)
7147 sym->st_value = 0;
7148 }
7149 doneone = TRUE;
7150 }
e1a9cb8e 7151
4a3dc543 7152 if (htab->plt_type == PLT_NEW)
a6aa5195
AM
7153 {
7154 bfd_vma plt;
7155 unsigned char *p;
e1a9cb8e 7156
a6aa5195
AM
7157 plt = (ent->plt.offset
7158 + htab->plt->output_section->vma
7159 + htab->plt->output_offset);
7160 p = (unsigned char *) htab->glink->contents + ent->glink_offset;
e1a9cb8e 7161
a6aa5195
AM
7162 if (info->shared || info->pie)
7163 {
7164 bfd_vma got = 0;
7165
7166 if (ent->addend >= 32768)
7167 got = (ent->addend
7168 + ent->sec->output_section->vma
7169 + ent->sec->output_offset);
7170 else if (htab->elf.hgot != NULL)
7171 got = (htab->elf.hgot->root.u.def.value
7172 + htab->elf.hgot->root.u.def.section->output_section->vma
7173 + htab->elf.hgot->root.u.def.section->output_offset);
7174
7175 plt -= got;
7176
7177 if (plt + 0x8000 < 0x10000)
7178 {
7179 bfd_put_32 (output_bfd, LWZ_11_30 + PPC_LO (plt), p);
7180 p += 4;
7181 bfd_put_32 (output_bfd, MTCTR_11, p);
7182 p += 4;
7183 bfd_put_32 (output_bfd, BCTR, p);
7184 p += 4;
7185 bfd_put_32 (output_bfd, NOP, p);
7186 p += 4;
7187 }
7188 else
7189 {
7190 bfd_put_32 (output_bfd, ADDIS_11_30 + PPC_HA (plt), p);
7191 p += 4;
7192 bfd_put_32 (output_bfd, LWZ_11_11 + PPC_LO (plt), p);
7193 p += 4;
7194 bfd_put_32 (output_bfd, MTCTR_11, p);
7195 p += 4;
7196 bfd_put_32 (output_bfd, BCTR, p);
7197 p += 4;
7198 }
7199 }
7200 else
7201 {
7202 bfd_put_32 (output_bfd, LIS_11 + PPC_HA (plt), p);
7203 p += 4;
7204 bfd_put_32 (output_bfd, LWZ_11_11 + PPC_LO (plt), p);
7205 p += 4;
7206 bfd_put_32 (output_bfd, MTCTR_11, p);
7207 p += 4;
7208 bfd_put_32 (output_bfd, BCTR, p);
7209 p += 4;
28e99bb6
AM
7210
7211 /* We only need one non-PIC glink stub. */
7212 break;
a6aa5195
AM
7213 }
7214 }
7215 else
7216 break;
7217 }
e1a9cb8e 7218
25dbc73a
AM
7219 if (h->needs_copy)
7220 {
7221 asection *s;
7222 Elf_Internal_Rela rela;
7223 bfd_byte *loc;
e1a9cb8e 7224
25dbc73a 7225 /* This symbols needs a copy reloc. Set it up. */
e1a9cb8e 7226
25dbc73a
AM
7227#ifdef DEBUG
7228 fprintf (stderr, ", copy");
7229#endif
e1a9cb8e 7230
25dbc73a 7231 BFD_ASSERT (h->dynindx != -1);
86bbe32f 7232
4dc4a9a5 7233 if (ppc_elf_hash_entry (h)->has_sda_refs)
25dbc73a
AM
7234 s = htab->relsbss;
7235 else
7236 s = htab->relbss;
7237 BFD_ASSERT (s != NULL);
e1a9cb8e 7238
25dbc73a
AM
7239 rela.r_offset = (h->root.u.def.value
7240 + h->root.u.def.section->output_section->vma
7241 + h->root.u.def.section->output_offset);
7242 rela.r_info = ELF32_R_INFO (h->dynindx, R_PPC_COPY);
7243 rela.r_addend = 0;
7244 loc = s->contents + s->reloc_count++ * sizeof (Elf32_External_Rela);
7245 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
7246 }
e1a9cb8e 7247
25dbc73a
AM
7248#ifdef DEBUG
7249 fprintf (stderr, "\n");
7250#endif
e1a9cb8e 7251
25dbc73a 7252 /* Mark some specially defined symbols as absolute. */
9d8504b1
PB
7253 if (strcmp (h->root.root.string, "_DYNAMIC") == 0
7254 || (!htab->is_vxworks
7255 && (h == htab->elf.hgot
7256 || strcmp (h->root.root.string,
7257 "_PROCEDURE_LINKAGE_TABLE_") == 0)))
25dbc73a 7258 sym->st_shndx = SHN_ABS;
e1a9cb8e 7259
25dbc73a
AM
7260 return TRUE;
7261}
7262\f
7263static enum elf_reloc_type_class
7264ppc_elf_reloc_type_class (const Elf_Internal_Rela *rela)
e1a9cb8e 7265{
25dbc73a
AM
7266 switch (ELF32_R_TYPE (rela->r_info))
7267 {
7268 case R_PPC_RELATIVE:
7269 return reloc_class_relative;
7270 case R_PPC_REL24:
7271 case R_PPC_ADDR24:
7272 case R_PPC_JMP_SLOT:
7273 return reloc_class_plt;
7274 case R_PPC_COPY:
7275 return reloc_class_copy;
7276 default:
7277 return reloc_class_normal;
7278 }
e1a9cb8e 7279}
25dbc73a
AM
7280\f
7281/* Finish up the dynamic sections. */
e1a9cb8e 7282
25dbc73a
AM
7283static bfd_boolean
7284ppc_elf_finish_dynamic_sections (bfd *output_bfd,
7285 struct bfd_link_info *info)
e1a9cb8e 7286{
25dbc73a 7287 asection *sdyn;
9d8504b1 7288 asection *splt;
25dbc73a 7289 struct ppc_elf_link_hash_table *htab;
1fe44d79 7290 bfd_vma got;
9d8504b1 7291 bfd * dynobj;
e1a9cb8e 7292
25dbc73a
AM
7293#ifdef DEBUG
7294 fprintf (stderr, "ppc_elf_finish_dynamic_sections called\n");
7295#endif
6b0817e5 7296
25dbc73a 7297 htab = ppc_elf_hash_table (info);
9d8504b1
PB
7298 dynobj = elf_hash_table (info)->dynobj;
7299 sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
7300 if (htab->is_vxworks)
7301 splt = bfd_get_section_by_name (dynobj, ".plt");
7302 else
7303 splt = NULL;
e1a9cb8e 7304
1fe44d79
AM
7305 got = 0;
7306 if (htab->elf.hgot != NULL)
7307 got = (htab->elf.hgot->root.u.def.value
7308 + htab->elf.hgot->root.u.def.section->output_section->vma
7309 + htab->elf.hgot->root.u.def.section->output_offset);
7310
25dbc73a 7311 if (htab->elf.dynamic_sections_created)
e1a9cb8e 7312 {
25dbc73a 7313 Elf32_External_Dyn *dyncon, *dynconend;
e1a9cb8e 7314
25dbc73a 7315 BFD_ASSERT (htab->plt != NULL && sdyn != NULL);
86bbe32f 7316
25dbc73a
AM
7317 dyncon = (Elf32_External_Dyn *) sdyn->contents;
7318 dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->size);
7319 for (; dyncon < dynconend; dyncon++)
7320 {
7321 Elf_Internal_Dyn dyn;
7322 asection *s;
e1a9cb8e 7323
9d8504b1 7324 bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);
86bbe32f 7325
25dbc73a
AM
7326 switch (dyn.d_tag)
7327 {
7328 case DT_PLTGOT:
9d8504b1
PB
7329 if (htab->is_vxworks)
7330 s = htab->sgotplt;
7331 else
7332 s = htab->plt;
25dbc73a
AM
7333 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
7334 break;
86bbe32f 7335
25dbc73a
AM
7336 case DT_PLTRELSZ:
7337 dyn.d_un.d_val = htab->relplt->size;
7338 break;
e1a9cb8e 7339
25dbc73a
AM
7340 case DT_JMPREL:
7341 s = htab->relplt;
7342 dyn.d_un.d_ptr = s->output_section->vma + s->output_offset;
7343 break;
2f89ff8d 7344
1fe44d79
AM
7345 case DT_PPC_GOT:
7346 dyn.d_un.d_ptr = got;
d7128ce4
AM
7347 break;
7348
9d8504b1
PB
7349 case DT_RELASZ:
7350 if (htab->is_vxworks)
7351 {
7352 if (htab->relplt)
7353 dyn.d_un.d_ptr -= htab->relplt->size;
7354 break;
7355 }
7356 continue;
7357
25dbc73a 7358 default:
7a2b07ff
NS
7359 if (htab->is_vxworks
7360 && elf_vxworks_finish_dynamic_entry (output_bfd, &dyn))
7361 break;
25dbc73a
AM
7362 continue;
7363 }
4c45e5c9 7364
25dbc73a
AM
7365 bfd_elf32_swap_dyn_out (output_bfd, &dyn, dyncon);
7366 }
7367 }
4c45e5c9 7368
25dbc73a
AM
7369 /* Add a blrl instruction at _GLOBAL_OFFSET_TABLE_-4 so that a function can
7370 easily find the address of the _GLOBAL_OFFSET_TABLE_. */
3b36f7e6 7371 if (htab->got != NULL)
25dbc73a 7372 {
3b36f7e6
AM
7373 unsigned char *p = htab->got->contents;
7374 bfd_vma val;
2f89ff8d 7375
636ce3f5 7376 p += htab->elf.hgot->root.u.def.value;
4a3dc543 7377 if (htab->plt_type == PLT_OLD)
d7128ce4 7378 bfd_put_32 (output_bfd, 0x4e800021 /* blrl */, p - 4);
3b36f7e6
AM
7379
7380 val = 0;
7381 if (sdyn != NULL)
7382 val = sdyn->output_section->vma + sdyn->output_offset;
7383 bfd_put_32 (output_bfd, val, p);
25dbc73a
AM
7384
7385 elf_section_data (htab->got->output_section)->this_hdr.sh_entsize = 4;
7386 }
7387
9d8504b1
PB
7388 /* Fill in the first entry in the VxWorks procedure linkage table. */
7389 if (splt && splt->size > 0)
7390 {
7391 /* Use the right PLT. */
7392 static const bfd_vma *plt_entry = NULL;
7393 plt_entry = info->shared ?
7394 ppc_elf_vxworks_pic_plt0_entry : ppc_elf_vxworks_plt0_entry;
7395
7396 if (!info->shared)
7397 {
7398 bfd_vma got_value =
636ce3f5
AM
7399 (htab->elf.hgot->root.u.def.section->output_section->vma
7400 + htab->elf.hgot->root.u.def.section->output_offset
7401 + htab->elf.hgot->root.u.def.value);
9d8504b1
PB
7402 bfd_vma got_hi = (got_value >> 16) + ((got_value & 0x8000) >> 15);
7403
7404 bfd_put_32 (output_bfd, plt_entry[0] | (got_hi & 0xffff),
7405 splt->contents + 0);
7406 bfd_put_32 (output_bfd, plt_entry[1] | (got_value & 0xffff),
7407 splt->contents + 4);
7408 }
7409 else
7410 {
7411 bfd_put_32 (output_bfd, plt_entry[0], splt->contents + 0);
7412 bfd_put_32 (output_bfd, plt_entry[1], splt->contents + 4);
7413 }
7414 bfd_put_32 (output_bfd, plt_entry[2], splt->contents + 8);
7415 bfd_put_32 (output_bfd, plt_entry[3], splt->contents + 12);
7416 bfd_put_32 (output_bfd, plt_entry[4], splt->contents + 16);
7417 bfd_put_32 (output_bfd, plt_entry[5], splt->contents + 20);
7418 bfd_put_32 (output_bfd, plt_entry[6], splt->contents + 24);
7419 bfd_put_32 (output_bfd, plt_entry[7], splt->contents + 28);
7420
7421 if (! info->shared)
7422 {
7423 Elf_Internal_Rela rela;
7424 bfd_byte *loc;
7425
7426 loc = htab->srelplt2->contents;
7427
7428 /* Output the @ha relocation for the first instruction. */
7429 rela.r_offset = (htab->plt->output_section->vma
7430 + htab->plt->output_offset
7431 + 2);
636ce3f5 7432 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_PPC_ADDR16_HA);
9d8504b1
PB
7433 rela.r_addend = 0;
7434 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
7435 loc += sizeof (Elf32_External_Rela);
7436
7437 /* Output the @l relocation for the second instruction. */
7438 rela.r_offset = (htab->plt->output_section->vma
7439 + htab->plt->output_offset
7440 + 6);
636ce3f5 7441 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_PPC_ADDR16_LO);
9d8504b1
PB
7442 rela.r_addend = 0;
7443 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
7444 loc += sizeof (Elf32_External_Rela);
7445
7446 /* Fix up the remaining relocations. They may have the wrong
7447 symbol index for _G_O_T_ or _P_L_T_ depending on the order
7448 in which symbols were output. */
7449 while (loc < htab->srelplt2->contents + htab->srelplt2->size)
7450 {
7451 Elf_Internal_Rela rel;
7452
7453 bfd_elf32_swap_reloc_in (output_bfd, loc, &rel);
636ce3f5 7454 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_PPC_ADDR16_HA);
9d8504b1
PB
7455 bfd_elf32_swap_reloc_out (output_bfd, &rel, loc);
7456 loc += sizeof (Elf32_External_Rela);
7457
7458 bfd_elf32_swap_reloc_in (output_bfd, loc, &rel);
636ce3f5 7459 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_PPC_ADDR16_LO);
9d8504b1
PB
7460 bfd_elf32_swap_reloc_out (output_bfd, &rel, loc);
7461 loc += sizeof (Elf32_External_Rela);
7462
7463 bfd_elf32_swap_reloc_in (output_bfd, loc, &rel);
7325306f 7464 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_PPC_ADDR32);
9d8504b1
PB
7465 bfd_elf32_swap_reloc_out (output_bfd, &rel, loc);
7466 loc += sizeof (Elf32_External_Rela);
7467 }
7468 }
7469 }
7470
d7128ce4
AM
7471 if (htab->glink != NULL && htab->glink->contents != NULL)
7472 {
7473 unsigned char *p;
7474 unsigned char *endp;
a6aa5195 7475 bfd_vma res0;
d7128ce4 7476 unsigned int i;
a6aa5195
AM
7477
7478 /*
7479 * PIC glink code is the following:
7480 *
7481 * # ith PLT code stub.
7482 * addis 11,30,(plt+(i-1)*4-got)@ha
7483 * lwz 11,(plt+(i-1)*4-got)@l(11)
7484 * mtctr 11
7485 * bctr
7486 *
7487 * # A table of branches, one for each plt entry.
7488 * # The idea is that the plt call stub loads ctr (and r11) with these
7489 * # addresses, so (r11 - res_0) gives the plt index * 4.
7490 * res_0: b PLTresolve
7491 * res_1: b PLTresolve
7492 * .
7493 * # Some number of entries towards the end can be nops
7494 * res_n_m3: nop
7495 * res_n_m2: nop
7496 * res_n_m1:
7497 *
7498 * PLTresolve:
7499 * addis 11,11,(1f-res_0)@ha
7500 * mflr 0
7501 * bcl 20,31,1f
7502 * 1: addi 11,11,(1b-res_0)@l
7503 * mflr 12
7504 * mtlr 0
7505 * sub 11,11,12 # r11 = index * 4
7506 * addis 12,12,(got+4-1b)@ha
7507 * lwz 0,(got+4-1b)@l(12) # got[1] address of dl_runtime_resolve
7508 * lwz 12,(got+8-1b)@l(12) # got[2] contains the map address
7509 * mtctr 0
7510 * add 0,11,11
7511 * add 11,0,11 # r11 = index * 12 = reloc offset.
7512 * bctr
7513 */
7514 static const unsigned int pic_plt_resolve[] =
7515 {
7516 ADDIS_11_11,
7517 MFLR_0,
7518 BCL_20_31,
7519 ADDI_11_11,
7520 MFLR_12,
7521 MTLR_0,
7522 SUB_11_11_12,
7523 ADDIS_12_12,
7524 LWZ_0_12,
7525 LWZ_12_12,
7526 MTCTR_0,
7527 ADD_0_11_11,
7528 ADD_11_0_11,
7529 BCTR,
7530 NOP,
7531 NOP
7532 };
7533
d7128ce4
AM
7534 static const unsigned int plt_resolve[] =
7535 {
a6aa5195
AM
7536 LIS_12,
7537 ADDIS_11_11,
7538 LWZ_0_12,
7539 ADDI_11_11,
d7128ce4 7540 MTCTR_0,
7e8aeb9a 7541 ADD_0_11_11,
a6aa5195 7542 LWZ_12_12,
7e8aeb9a 7543 ADD_11_0_11,
d7128ce4
AM
7544 BCTR,
7545 NOP,
7546 NOP,
a6aa5195
AM
7547 NOP,
7548 NOP,
7549 NOP,
7550 NOP,
d7128ce4
AM
7551 NOP
7552 };
7553
a6aa5195
AM
7554 if (ARRAY_SIZE (pic_plt_resolve) != GLINK_PLTRESOLVE / 4)
7555 abort ();
7556 if (ARRAY_SIZE (plt_resolve) != GLINK_PLTRESOLVE / 4)
7e8aeb9a
AM
7557 abort ();
7558
a6aa5195 7559 /* Build the branch table, one for each plt entry (less one),
86b9da88 7560 and perhaps some padding. */
a6aa5195
AM
7561 p = htab->glink->contents;
7562 p += htab->glink_pltresolve;
86b9da88
AM
7563 endp = htab->glink->contents;
7564 endp += htab->glink->size - GLINK_PLTRESOLVE;
7565 while (p < endp - 8 * 4)
7566 {
7567 bfd_put_32 (output_bfd, B + endp - p, p);
7568 p += 4;
7569 }
7570 while (p < endp)
7571 {
7572 bfd_put_32 (output_bfd, NOP, p);
7573 p += 4;
7574 }
7575
7e8aeb9a 7576 res0 = (htab->glink_pltresolve
86b9da88
AM
7577 + htab->glink->output_section->vma
7578 + htab->glink->output_offset);
7579
7580 /* Last comes the PLTresolve stub. */
7e8aeb9a
AM
7581 if (info->shared || info->pie)
7582 {
a6aa5195 7583 bfd_vma bcl;
d7128ce4 7584
a6aa5195 7585 for (i = 0; i < ARRAY_SIZE (pic_plt_resolve); i++)
7e8aeb9a 7586 {
a6aa5195 7587 bfd_put_32 (output_bfd, pic_plt_resolve[i], p);
7e8aeb9a
AM
7588 p += 4;
7589 }
a6aa5195
AM
7590 p -= 4 * ARRAY_SIZE (pic_plt_resolve);
7591
7592 bcl = (htab->glink->size - GLINK_PLTRESOLVE + 3*4
7593 + htab->glink->output_section->vma
7594 + htab->glink->output_offset);
7595
7596 bfd_put_32 (output_bfd,
7597 ADDIS_11_11 + PPC_HA (bcl - res0), p + 0*4);
7598 bfd_put_32 (output_bfd,
7599 ADDI_11_11 + PPC_LO (bcl - res0), p + 3*4);
7600 bfd_put_32 (output_bfd,
7601 ADDIS_12_12 + PPC_HA (got + 4 - bcl), p + 7*4);
7602 if (PPC_HA (got + 4 - bcl) == PPC_HA (got + 8 - bcl))
7603 {
7604 bfd_put_32 (output_bfd,
7605 LWZ_0_12 + PPC_LO (got + 4 - bcl), p + 8*4);
7606 bfd_put_32 (output_bfd,
7607 LWZ_12_12 + PPC_LO (got + 8 - bcl), p + 9*4);
7608 }
7609 else
7610 {
7611 bfd_put_32 (output_bfd,
7612 LWZU_0_12 + PPC_LO (got + 4 - bcl), p + 8*4);
7613 bfd_put_32 (output_bfd,
7614 LWZ_12_12 + 4, p + 9*4);
7615 }
7e8aeb9a
AM
7616 }
7617 else
d7128ce4 7618 {
a6aa5195 7619 for (i = 0; i < ARRAY_SIZE (plt_resolve); i++)
7e8aeb9a
AM
7620 {
7621 bfd_put_32 (output_bfd, plt_resolve[i], p);
7622 p += 4;
7623 }
a6aa5195
AM
7624 p -= 4 * ARRAY_SIZE (plt_resolve);
7625
7626 bfd_put_32 (output_bfd,
7627 LIS_12 + PPC_HA (got + 4), p + 0*4);
7628 bfd_put_32 (output_bfd,
7629 ADDIS_11_11 + PPC_HA (-res0), p + 1*4);
7630 bfd_put_32 (output_bfd,
7631 ADDI_11_11 + PPC_LO (-res0), p + 3*4);
7632 if (PPC_HA (got + 4) == PPC_HA (got + 8))
7633 {
7634 bfd_put_32 (output_bfd,
7635 LWZ_0_12 + PPC_LO (got + 4), p + 2*4);
7636 bfd_put_32 (output_bfd,
7637 LWZ_12_12 + PPC_LO (got + 8), p + 6*4);
7638 }
7639 else
7640 {
7641 bfd_put_32 (output_bfd,
7642 LWZU_0_12 + PPC_LO (got + 4), p + 2*4);
7643 bfd_put_32 (output_bfd,
7644 LWZ_12_12 + 4, p + 6*4);
7645 }
d7128ce4 7646 }
d7128ce4
AM
7647 }
7648
25dbc73a
AM
7649 return TRUE;
7650}
e1a9cb8e 7651\f
252b5132
RH
7652#define TARGET_LITTLE_SYM bfd_elf32_powerpcle_vec
7653#define TARGET_LITTLE_NAME "elf32-powerpcle"
7654#define TARGET_BIG_SYM bfd_elf32_powerpc_vec
7655#define TARGET_BIG_NAME "elf32-powerpc"
7656#define ELF_ARCH bfd_arch_powerpc
7657#define ELF_MACHINE_CODE EM_PPC
d0facd1b
NC
7658#ifdef __QNXTARGET__
7659#define ELF_MAXPAGESIZE 0x1000
7660#else
252b5132 7661#define ELF_MAXPAGESIZE 0x10000
d0facd1b 7662#endif
b1342370 7663#define ELF_MINPAGESIZE 0x1000
24718e3b 7664#define ELF_COMMONPAGESIZE 0x1000
252b5132
RH
7665#define elf_info_to_howto ppc_elf_info_to_howto
7666
7667#ifdef EM_CYGNUS_POWERPC
7668#define ELF_MACHINE_ALT1 EM_CYGNUS_POWERPC
7669#endif
7670
7671#ifdef EM_PPC_OLD
7672#define ELF_MACHINE_ALT2 EM_PPC_OLD
7673#endif
7674
7675#define elf_backend_plt_not_loaded 1
252b5132 7676#define elf_backend_can_gc_sections 1
51b64d56 7677#define elf_backend_can_refcount 1
b491616a 7678#define elf_backend_rela_normal 1
252b5132 7679
43c40ab2 7680#define bfd_elf32_mkobject ppc_elf_mkobject
252b5132 7681#define bfd_elf32_bfd_merge_private_bfd_data ppc_elf_merge_private_bfd_data
70bccea4 7682#define bfd_elf32_bfd_relax_section ppc_elf_relax_section
252b5132 7683#define bfd_elf32_bfd_reloc_type_lookup ppc_elf_reloc_type_lookup
157090f7 7684#define bfd_elf32_bfd_reloc_name_lookup ppc_elf_reloc_name_lookup
252b5132 7685#define bfd_elf32_bfd_set_private_flags ppc_elf_set_private_flags
70bccea4 7686#define bfd_elf32_bfd_link_hash_table_create ppc_elf_link_hash_table_create
252b5132 7687
feee612b 7688#define elf_backend_object_p ppc_elf_object_p
252b5132
RH
7689#define elf_backend_gc_mark_hook ppc_elf_gc_mark_hook
7690#define elf_backend_gc_sweep_hook ppc_elf_gc_sweep_hook
7691#define elf_backend_section_from_shdr ppc_elf_section_from_shdr
7692#define elf_backend_relocate_section ppc_elf_relocate_section
7693#define elf_backend_create_dynamic_sections ppc_elf_create_dynamic_sections
7694#define elf_backend_check_relocs ppc_elf_check_relocs
7fce784e 7695#define elf_backend_copy_indirect_symbol ppc_elf_copy_indirect_symbol
252b5132
RH
7696#define elf_backend_adjust_dynamic_symbol ppc_elf_adjust_dynamic_symbol
7697#define elf_backend_add_symbol_hook ppc_elf_add_symbol_hook
7698#define elf_backend_size_dynamic_sections ppc_elf_size_dynamic_sections
7699#define elf_backend_finish_dynamic_symbol ppc_elf_finish_dynamic_symbol
7700#define elf_backend_finish_dynamic_sections ppc_elf_finish_dynamic_sections
7701#define elf_backend_fake_sections ppc_elf_fake_sections
7702#define elf_backend_additional_program_headers ppc_elf_additional_program_headers
c5fccbec
DJ
7703#define elf_backend_grok_prstatus ppc_elf_grok_prstatus
7704#define elf_backend_grok_psinfo ppc_elf_grok_psinfo
183e98be 7705#define elf_backend_write_core_note ppc_elf_write_core_note
29c2fb7c 7706#define elf_backend_reloc_type_class ppc_elf_reloc_type_class
70bccea4
AM
7707#define elf_backend_begin_write_processing ppc_elf_begin_write_processing
7708#define elf_backend_final_write_processing ppc_elf_final_write_processing
7709#define elf_backend_write_section ppc_elf_write_section
551b43fd 7710#define elf_backend_get_sec_type_attr ppc_elf_get_sec_type_attr
4c45e5c9 7711#define elf_backend_plt_sym_val ppc_elf_plt_sym_val
8a696751 7712#define elf_backend_action_discarded ppc_elf_action_discarded
74541ad4 7713#define elf_backend_init_index_section _bfd_elf_init_1_index_section
252b5132
RH
7714
7715#include "elf32-target.h"
9d8504b1
PB
7716
7717/* VxWorks Target */
7718
7719#undef TARGET_LITTLE_SYM
7720#undef TARGET_LITTLE_NAME
7721
7722#undef TARGET_BIG_SYM
7723#define TARGET_BIG_SYM bfd_elf32_powerpc_vxworks_vec
7724#undef TARGET_BIG_NAME
7725#define TARGET_BIG_NAME "elf32-powerpc-vxworks"
7726
d5e3d971
PB
7727/* VxWorks uses the elf default section flags for .plt. */
7728static const struct bfd_elf_special_section *
7729ppc_elf_vxworks_get_sec_type_attr (bfd *abfd ATTRIBUTE_UNUSED, asection *sec)
9d8504b1 7730{
d5e3d971
PB
7731 if (sec->name == NULL)
7732 return NULL;
7733
7734 if (strcmp (sec->name, ".plt") == 0)
7735 return _bfd_elf_get_sec_type_attr (abfd, sec);
7736
7737 return ppc_elf_get_sec_type_attr (abfd, sec);
7738}
9d8504b1
PB
7739
7740/* Like ppc_elf_link_hash_table_create, but overrides
7741 appropriately for VxWorks. */
7742static struct bfd_link_hash_table *
7743ppc_elf_vxworks_link_hash_table_create (bfd *abfd)
7744{
7745 struct bfd_link_hash_table *ret;
7746
7747 ret = ppc_elf_link_hash_table_create (abfd);
7748 if (ret)
7749 {
7750 struct ppc_elf_link_hash_table *htab
7751 = (struct ppc_elf_link_hash_table *)ret;
7752 htab->is_vxworks = 1;
4a3dc543 7753 htab->plt_type = PLT_VXWORKS;
9d8504b1
PB
7754 htab->plt_entry_size = VXWORKS_PLT_ENTRY_SIZE;
7755 htab->plt_slot_size = VXWORKS_PLT_ENTRY_SIZE;
7756 htab->plt_initial_entry_size = VXWORKS_PLT_INITIAL_ENTRY_SIZE;
7757 }
7758 return ret;
7759}
7760
7761/* Tweak magic VxWorks symbols as they are loaded. */
7762static bfd_boolean
7763ppc_elf_vxworks_add_symbol_hook (bfd *abfd,
7764 struct bfd_link_info *info,
7765 Elf_Internal_Sym *sym,
7766 const char **namep ATTRIBUTE_UNUSED,
7767 flagword *flagsp ATTRIBUTE_UNUSED,
7768 asection **secp,
7769 bfd_vma *valp)
7770{
7771 if (!elf_vxworks_add_symbol_hook(abfd, info, sym,namep, flagsp, secp,
7772 valp))
7773 return FALSE;
7774
7775 return ppc_elf_add_symbol_hook(abfd, info, sym,namep, flagsp, secp, valp);
7776}
7777
9d8504b1
PB
7778static void
7779ppc_elf_vxworks_final_write_processing (bfd *abfd, bfd_boolean linker)
7780{
7781 ppc_elf_final_write_processing(abfd, linker);
7782 elf_vxworks_final_write_processing(abfd, linker);
7783}
7784
7785/* On VxWorks, we emit relocations against _PROCEDURE_LINKAGE_TABLE_, so
7786 define it. */
7787#undef elf_backend_want_plt_sym
7788#define elf_backend_want_plt_sym 1
7789#undef elf_backend_want_got_plt
7790#define elf_backend_want_got_plt 1
7791#undef elf_backend_got_symbol_offset
7792#define elf_backend_got_symbol_offset 0
7793#undef elf_backend_plt_not_loaded
7794#define elf_backend_plt_not_loaded 0
7795#undef elf_backend_plt_readonly
7796#define elf_backend_plt_readonly 1
7797#undef elf_backend_got_header_size
7798#define elf_backend_got_header_size 12
7799
7800#undef bfd_elf32_bfd_link_hash_table_create
7801#define bfd_elf32_bfd_link_hash_table_create \
7802 ppc_elf_vxworks_link_hash_table_create
9d8504b1
PB
7803#undef elf_backend_add_symbol_hook
7804#define elf_backend_add_symbol_hook \
7805 ppc_elf_vxworks_add_symbol_hook
7806#undef elf_backend_link_output_symbol_hook
7807#define elf_backend_link_output_symbol_hook \
9c72ff84 7808 elf_vxworks_link_output_symbol_hook
9d8504b1
PB
7809#undef elf_backend_final_write_processing
7810#define elf_backend_final_write_processing \
7811 ppc_elf_vxworks_final_write_processing
d5e3d971
PB
7812#undef elf_backend_get_sec_type_attr
7813#define elf_backend_get_sec_type_attr \
7814 ppc_elf_vxworks_get_sec_type_attr
9d8504b1
PB
7815#undef elf_backend_emit_relocs
7816#define elf_backend_emit_relocs \
7817 elf_vxworks_emit_relocs
7818
7819#undef elf32_bed
7820#define elf32_bed ppc_elf_vxworks_bed
7821
7822#include "elf32-target.h"