PR 11225
[binutils.git] / gold / powerpc.cc
blob83bb992b8a1271ef0b3ab4fea01a1c3bc4534d40
1 // powerpc.cc -- powerpc target support for gold.
3 // Copyright 2008, 2009 Free Software Foundation, Inc.
4 // Written by David S. Miller <davem@davemloft.net>
5 // and David Edelsohn <edelsohn@gnu.org>
7 // This file is part of gold.
9 // This program is free software; you can redistribute it and/or modify
10 // it under the terms of the GNU General Public License as published by
11 // the Free Software Foundation; either version 3 of the License, or
12 // (at your option) any later version.
14 // This program is distributed in the hope that it will be useful,
15 // but WITHOUT ANY WARRANTY; without even the implied warranty of
16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 // GNU General Public License for more details.
19 // You should have received a copy of the GNU General Public License
20 // along with this program; if not, write to the Free Software
21 // Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22 // MA 02110-1301, USA.
24 #include "gold.h"
26 #include "elfcpp.h"
27 #include "parameters.h"
28 #include "reloc.h"
29 #include "powerpc.h"
30 #include "object.h"
31 #include "symtab.h"
32 #include "layout.h"
33 #include "output.h"
34 #include "copy-relocs.h"
35 #include "target.h"
36 #include "target-reloc.h"
37 #include "target-select.h"
38 #include "tls.h"
39 #include "errors.h"
40 #include "gc.h"
42 namespace
45 using namespace gold;
47 template<int size, bool big_endian>
48 class Output_data_plt_powerpc;
50 template<int size, bool big_endian>
51 class Target_powerpc : public Sized_target<size, big_endian>
53 public:
54 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian> Reloc_section;
56 Target_powerpc()
57 : Sized_target<size, big_endian>(&powerpc_info),
58 got_(NULL), got2_(NULL), toc_(NULL),
59 plt_(NULL), rela_dyn_(NULL),
60 copy_relocs_(elfcpp::R_POWERPC_COPY),
61 dynbss_(NULL), got_mod_index_offset_(-1U)
65 // Process the relocations to determine unreferenced sections for
66 // garbage collection.
67 void
68 gc_process_relocs(Symbol_table* symtab,
69 Layout* layout,
70 Sized_relobj<size, big_endian>* object,
71 unsigned int data_shndx,
72 unsigned int sh_type,
73 const unsigned char* prelocs,
74 size_t reloc_count,
75 Output_section* output_section,
76 bool needs_special_offset_handling,
77 size_t local_symbol_count,
78 const unsigned char* plocal_symbols);
80 // Scan the relocations to look for symbol adjustments.
81 void
82 scan_relocs(Symbol_table* symtab,
83 Layout* layout,
84 Sized_relobj<size, big_endian>* object,
85 unsigned int data_shndx,
86 unsigned int sh_type,
87 const unsigned char* prelocs,
88 size_t reloc_count,
89 Output_section* output_section,
90 bool needs_special_offset_handling,
91 size_t local_symbol_count,
92 const unsigned char* plocal_symbols);
93 // Finalize the sections.
94 void
95 do_finalize_sections(Layout*, const Input_objects*, Symbol_table*);
97 // Return the value to use for a dynamic which requires special
98 // treatment.
99 uint64_t
100 do_dynsym_value(const Symbol*) const;
102 // Relocate a section.
103 void
104 relocate_section(const Relocate_info<size, big_endian>*,
105 unsigned int sh_type,
106 const unsigned char* prelocs,
107 size_t reloc_count,
108 Output_section* output_section,
109 bool needs_special_offset_handling,
110 unsigned char* view,
111 typename elfcpp::Elf_types<size>::Elf_Addr view_address,
112 section_size_type view_size,
113 const Reloc_symbol_changes*);
115 // Scan the relocs during a relocatable link.
116 void
117 scan_relocatable_relocs(Symbol_table* symtab,
118 Layout* layout,
119 Sized_relobj<size, big_endian>* object,
120 unsigned int data_shndx,
121 unsigned int sh_type,
122 const unsigned char* prelocs,
123 size_t reloc_count,
124 Output_section* output_section,
125 bool needs_special_offset_handling,
126 size_t local_symbol_count,
127 const unsigned char* plocal_symbols,
128 Relocatable_relocs*);
130 // Relocate a section during a relocatable link.
131 void
132 relocate_for_relocatable(const Relocate_info<size, big_endian>*,
133 unsigned int sh_type,
134 const unsigned char* prelocs,
135 size_t reloc_count,
136 Output_section* output_section,
137 off_t offset_in_output_section,
138 const Relocatable_relocs*,
139 unsigned char* view,
140 typename elfcpp::Elf_types<size>::Elf_Addr view_address,
141 section_size_type view_size,
142 unsigned char* reloc_view,
143 section_size_type reloc_view_size);
145 // Return whether SYM is defined by the ABI.
146 bool
147 do_is_defined_by_abi(const Symbol* sym) const
149 return strcmp(sym->name(), "___tls_get_addr") == 0;
152 // Return the size of the GOT section.
153 section_size_type
154 got_size()
156 gold_assert(this->got_ != NULL);
157 return this->got_->data_size();
160 private:
162 // The class which scans relocations.
163 class Scan
165 public:
166 Scan()
167 : issued_non_pic_error_(false)
170 inline void
171 local(Symbol_table* symtab, Layout* layout, Target_powerpc* target,
172 Sized_relobj<size, big_endian>* object,
173 unsigned int data_shndx,
174 Output_section* output_section,
175 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
176 const elfcpp::Sym<size, big_endian>& lsym);
178 inline void
179 global(Symbol_table* symtab, Layout* layout, Target_powerpc* target,
180 Sized_relobj<size, big_endian>* object,
181 unsigned int data_shndx,
182 Output_section* output_section,
183 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
184 Symbol* gsym);
186 private:
187 static void
188 unsupported_reloc_local(Sized_relobj<size, big_endian>*,
189 unsigned int r_type);
191 static void
192 unsupported_reloc_global(Sized_relobj<size, big_endian>*,
193 unsigned int r_type, Symbol*);
195 static void
196 generate_tls_call(Symbol_table* symtab, Layout* layout,
197 Target_powerpc* target);
199 void
200 check_non_pic(Relobj*, unsigned int r_type);
202 // Whether we have issued an error about a non-PIC compilation.
203 bool issued_non_pic_error_;
206 // The class which implements relocation.
207 class Relocate
209 public:
210 // Do a relocation. Return false if the caller should not issue
211 // any warnings about this relocation.
212 inline bool
213 relocate(const Relocate_info<size, big_endian>*, Target_powerpc*,
214 Output_section*, size_t relnum,
215 const elfcpp::Rela<size, big_endian>&,
216 unsigned int r_type, const Sized_symbol<size>*,
217 const Symbol_value<size>*,
218 unsigned char*,
219 typename elfcpp::Elf_types<size>::Elf_Addr,
220 section_size_type);
222 private:
223 // Do a TLS relocation.
224 inline void
225 relocate_tls(const Relocate_info<size, big_endian>*,
226 Target_powerpc* target,
227 size_t relnum, const elfcpp::Rela<size, big_endian>&,
228 unsigned int r_type, const Sized_symbol<size>*,
229 const Symbol_value<size>*,
230 unsigned char*,
231 typename elfcpp::Elf_types<size>::Elf_Addr,
232 section_size_type);
235 // A class which returns the size required for a relocation type,
236 // used while scanning relocs during a relocatable link.
237 class Relocatable_size_for_reloc
239 public:
240 unsigned int
241 get_size_for_reloc(unsigned int, Relobj*);
244 // Get the GOT section, creating it if necessary.
245 Output_data_got<size, big_endian>*
246 got_section(Symbol_table*, Layout*);
248 Output_data_space*
249 got2_section() const
251 gold_assert (this->got2_ != NULL);
252 return this->got2_;
255 // Get the TOC section.
256 Output_data_space*
257 toc_section() const
259 gold_assert (this->toc_ != NULL);
260 return this->toc_;
263 // Create a PLT entry for a global symbol.
264 void
265 make_plt_entry(Symbol_table*, Layout*, Symbol*);
267 // Create a GOT entry for the TLS module index.
268 unsigned int
269 got_mod_index_entry(Symbol_table* symtab, Layout* layout,
270 Sized_relobj<size, big_endian>* object);
272 // Get the PLT section.
273 const Output_data_plt_powerpc<size, big_endian>*
274 plt_section() const
276 gold_assert(this->plt_ != NULL);
277 return this->plt_;
280 // Get the dynamic reloc section, creating it if necessary.
281 Reloc_section*
282 rela_dyn_section(Layout*);
284 // Copy a relocation against a global symbol.
285 void
286 copy_reloc(Symbol_table* symtab, Layout* layout,
287 Sized_relobj<size, big_endian>* object,
288 unsigned int shndx, Output_section* output_section,
289 Symbol* sym, const elfcpp::Rela<size, big_endian>& reloc)
291 this->copy_relocs_.copy_reloc(symtab, layout,
292 symtab->get_sized_symbol<size>(sym),
293 object, shndx, output_section,
294 reloc, this->rela_dyn_section(layout));
297 // Information about this specific target which we pass to the
298 // general Target structure.
299 static Target::Target_info powerpc_info;
301 // The types of GOT entries needed for this platform.
302 enum Got_type
304 GOT_TYPE_STANDARD = 0, // GOT entry for a regular symbol
305 GOT_TYPE_TLS_OFFSET = 1, // GOT entry for TLS offset
306 GOT_TYPE_TLS_PAIR = 2, // GOT entry for TLS module/offset pair
309 // The GOT section.
310 Output_data_got<size, big_endian>* got_;
311 // The GOT2 section.
312 Output_data_space* got2_;
313 // The TOC section.
314 Output_data_space* toc_;
315 // The PLT section.
316 Output_data_plt_powerpc<size, big_endian>* plt_;
317 // The dynamic reloc section.
318 Reloc_section* rela_dyn_;
319 // Relocs saved to avoid a COPY reloc.
320 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
321 // Space for variables copied with a COPY reloc.
322 Output_data_space* dynbss_;
323 // Offset of the GOT entry for the TLS module index;
324 unsigned int got_mod_index_offset_;
327 template<>
328 Target::Target_info Target_powerpc<32, true>::powerpc_info =
330 32, // size
331 true, // is_big_endian
332 elfcpp::EM_PPC, // machine_code
333 false, // has_make_symbol
334 false, // has_resolve
335 false, // has_code_fill
336 true, // is_default_stack_executable
337 '\0', // wrap_char
338 "/usr/lib/ld.so.1", // dynamic_linker
339 0x10000000, // default_text_segment_address
340 64 * 1024, // abi_pagesize (overridable by -z max-page-size)
341 4 * 1024, // common_pagesize (overridable by -z common-page-size)
342 elfcpp::SHN_UNDEF, // small_common_shndx
343 elfcpp::SHN_UNDEF, // large_common_shndx
344 0, // small_common_section_flags
345 0, // large_common_section_flags
346 NULL, // attributes_section
347 NULL // attributes_vendor
350 template<>
351 Target::Target_info Target_powerpc<32, false>::powerpc_info =
353 32, // size
354 false, // is_big_endian
355 elfcpp::EM_PPC, // machine_code
356 false, // has_make_symbol
357 false, // has_resolve
358 false, // has_code_fill
359 true, // is_default_stack_executable
360 '\0', // wrap_char
361 "/usr/lib/ld.so.1", // dynamic_linker
362 0x10000000, // default_text_segment_address
363 64 * 1024, // abi_pagesize (overridable by -z max-page-size)
364 4 * 1024, // common_pagesize (overridable by -z common-page-size)
365 elfcpp::SHN_UNDEF, // small_common_shndx
366 elfcpp::SHN_UNDEF, // large_common_shndx
367 0, // small_common_section_flags
368 0, // large_common_section_flags
369 NULL, // attributes_section
370 NULL // attributes_vendor
373 template<>
374 Target::Target_info Target_powerpc<64, true>::powerpc_info =
376 64, // size
377 true, // is_big_endian
378 elfcpp::EM_PPC64, // machine_code
379 false, // has_make_symbol
380 false, // has_resolve
381 false, // has_code_fill
382 true, // is_default_stack_executable
383 '\0', // wrap_char
384 "/usr/lib/ld.so.1", // dynamic_linker
385 0x10000000, // default_text_segment_address
386 64 * 1024, // abi_pagesize (overridable by -z max-page-size)
387 8 * 1024, // common_pagesize (overridable by -z common-page-size)
388 elfcpp::SHN_UNDEF, // small_common_shndx
389 elfcpp::SHN_UNDEF, // large_common_shndx
390 0, // small_common_section_flags
391 0, // large_common_section_flags
392 NULL, // attributes_section
393 NULL // attributes_vendor
396 template<>
397 Target::Target_info Target_powerpc<64, false>::powerpc_info =
399 64, // size
400 false, // is_big_endian
401 elfcpp::EM_PPC64, // machine_code
402 false, // has_make_symbol
403 false, // has_resolve
404 false, // has_code_fill
405 true, // is_default_stack_executable
406 '\0', // wrap_char
407 "/usr/lib/ld.so.1", // dynamic_linker
408 0x10000000, // default_text_segment_address
409 64 * 1024, // abi_pagesize (overridable by -z max-page-size)
410 8 * 1024, // common_pagesize (overridable by -z common-page-size)
411 elfcpp::SHN_UNDEF, // small_common_shndx
412 elfcpp::SHN_UNDEF, // large_common_shndx
413 0, // small_common_section_flags
414 0, // large_common_section_flags
415 NULL, // attributes_section
416 NULL // attributes_vendor
419 template<int size, bool big_endian>
420 class Powerpc_relocate_functions
422 private:
423 // Do a simple relocation with the addend in the relocation.
424 template<int valsize>
425 static inline void
426 rela(unsigned char* view,
427 unsigned int right_shift,
428 elfcpp::Elf_Xword dst_mask,
429 typename elfcpp::Swap<size, big_endian>::Valtype value,
430 typename elfcpp::Swap<size, big_endian>::Valtype addend)
432 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
433 Valtype* wv = reinterpret_cast<Valtype*>(view);
434 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
435 Valtype reloc = ((value + addend) >> right_shift);
437 val &= ~dst_mask;
438 reloc &= dst_mask;
440 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc);
443 // Do a simple relocation using a symbol value with the addend in
444 // the relocation.
445 template<int valsize>
446 static inline void
447 rela(unsigned char* view,
448 unsigned int right_shift,
449 elfcpp::Elf_Xword dst_mask,
450 const Sized_relobj<size, big_endian>* object,
451 const Symbol_value<size>* psymval,
452 typename elfcpp::Swap<valsize, big_endian>::Valtype addend)
454 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
455 Valtype* wv = reinterpret_cast<Valtype*>(view);
456 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
457 Valtype reloc = (psymval->value(object, addend) >> right_shift);
459 val &= ~dst_mask;
460 reloc &= dst_mask;
462 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc);
465 // Do a simple relocation using a symbol value with the addend in
466 // the relocation, unaligned.
467 template<int valsize>
468 static inline void
469 rela_ua(unsigned char* view, unsigned int right_shift,
470 elfcpp::Elf_Xword dst_mask,
471 const Sized_relobj<size, big_endian>* object,
472 const Symbol_value<size>* psymval,
473 typename elfcpp::Swap<size, big_endian>::Valtype addend)
475 typedef typename elfcpp::Swap_unaligned<valsize,
476 big_endian>::Valtype Valtype;
477 unsigned char* wv = view;
478 Valtype val = elfcpp::Swap_unaligned<valsize, big_endian>::readval(wv);
479 Valtype reloc = (psymval->value(object, addend) >> right_shift);
481 val &= ~dst_mask;
482 reloc &= dst_mask;
484 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv, val | reloc);
487 // Do a simple PC relative relocation with a Symbol_value with the
488 // addend in the relocation.
489 template<int valsize>
490 static inline void
491 pcrela(unsigned char* view, unsigned int right_shift,
492 elfcpp::Elf_Xword dst_mask,
493 const Sized_relobj<size, big_endian>* object,
494 const Symbol_value<size>* psymval,
495 typename elfcpp::Swap<size, big_endian>::Valtype addend,
496 typename elfcpp::Elf_types<size>::Elf_Addr address)
498 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
499 Valtype* wv = reinterpret_cast<Valtype*>(view);
500 Valtype val = elfcpp::Swap<valsize, big_endian>::readval(wv);
501 Valtype reloc = ((psymval->value(object, addend) - address)
502 >> right_shift);
504 val &= ~dst_mask;
505 reloc &= dst_mask;
507 elfcpp::Swap<valsize, big_endian>::writeval(wv, val | reloc);
510 template<int valsize>
511 static inline void
512 pcrela_unaligned(unsigned char* view,
513 const Sized_relobj<size, big_endian>* object,
514 const Symbol_value<size>* psymval,
515 typename elfcpp::Swap<size, big_endian>::Valtype addend,
516 typename elfcpp::Elf_types<size>::Elf_Addr address)
518 typedef typename elfcpp::Swap_unaligned<valsize,
519 big_endian>::Valtype Valtype;
520 unsigned char* wv = view;
521 Valtype reloc = (psymval->value(object, addend) - address);
523 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(wv, reloc);
526 typedef Powerpc_relocate_functions<size, big_endian> This;
527 typedef Relocate_functions<size, big_endian> This_reloc;
528 public:
529 // R_POWERPC_REL32: (Symbol + Addend - Address)
530 static inline void
531 rel32(unsigned char* view,
532 const Sized_relobj<size, big_endian>* object,
533 const Symbol_value<size>* psymval,
534 typename elfcpp::Elf_types<size>::Elf_Addr addend,
535 typename elfcpp::Elf_types<size>::Elf_Addr address)
536 { This_reloc::pcrela32(view, object, psymval, addend, address); }
538 // R_POWERPC_REL24: (Symbol + Addend - Address) & 0x3fffffc
539 static inline void
540 rel24(unsigned char* view,
541 const Sized_relobj<size, big_endian>* object,
542 const Symbol_value<size>* psymval,
543 typename elfcpp::Elf_types<size>::Elf_Addr addend,
544 typename elfcpp::Elf_types<size>::Elf_Addr address)
546 This::template pcrela<32>(view, 0, 0x03fffffc, object,
547 psymval, addend, address);
550 // R_POWERPC_REL14: (Symbol + Addend - Address) & 0xfffc
551 static inline void
552 rel14(unsigned char* view,
553 const Sized_relobj<size, big_endian>* object,
554 const Symbol_value<size>* psymval,
555 typename elfcpp::Elf_types<size>::Elf_Addr addend,
556 typename elfcpp::Elf_types<size>::Elf_Addr address)
558 This::template pcrela<32>(view, 0, 0x0000fffc, object,
559 psymval, addend, address);
562 // R_POWERPC_ADDR16: (Symbol + Addend) & 0xffff
563 static inline void
564 addr16(unsigned char* view,
565 typename elfcpp::Elf_types<size>::Elf_Addr value,
566 typename elfcpp::Elf_types<size>::Elf_Addr addend)
567 { This_reloc::rela16(view, value, addend); }
569 static inline void
570 addr16(unsigned char* view,
571 const Sized_relobj<size, big_endian>* object,
572 const Symbol_value<size>* psymval,
573 typename elfcpp::Elf_types<size>::Elf_Addr addend)
574 { This_reloc::rela16(view, object, psymval, addend); }
576 // R_POWERPC_ADDR16_DS: (Symbol + Addend) & 0xfffc
577 static inline void
578 addr16_ds(unsigned char* view,
579 typename elfcpp::Elf_types<size>::Elf_Addr value,
580 typename elfcpp::Elf_types<size>::Elf_Addr addend)
582 This::template rela<16>(view, 0, 0xfffc, value, addend);
585 // R_POWERPC_ADDR16_LO: (Symbol + Addend) & 0xffff
586 static inline void
587 addr16_lo(unsigned char* view,
588 typename elfcpp::Elf_types<size>::Elf_Addr value,
589 typename elfcpp::Elf_types<size>::Elf_Addr addend)
590 { This_reloc::rela16(view, value, addend); }
592 static inline void
593 addr16_lo(unsigned char* view,
594 const Sized_relobj<size, big_endian>* object,
595 const Symbol_value<size>* psymval,
596 typename elfcpp::Elf_types<size>::Elf_Addr addend)
597 { This_reloc::rela16(view, object, psymval, addend); }
599 // R_POWERPC_ADDR16_HI: ((Symbol + Addend) >> 16) & 0xffff
600 static inline void
601 addr16_hi(unsigned char* view,
602 typename elfcpp::Elf_types<size>::Elf_Addr value,
603 typename elfcpp::Elf_types<size>::Elf_Addr addend)
605 This::template rela<16>(view, 16, 0xffff, value, addend);
608 static inline void
609 addr16_hi(unsigned char* view,
610 const Sized_relobj<size, big_endian>* object,
611 const Symbol_value<size>* psymval,
612 typename elfcpp::Elf_types<size>::Elf_Addr addend)
614 This::template rela<16>(view, 16, 0xffff, object, psymval, addend);
617 // R_POWERPC_ADDR16_HA: Same as R_POWERPC_ADDR16_HI except that if the
618 // final value of the low 16 bits of the
619 // relocation is negative, add one.
620 static inline void
621 addr16_ha(unsigned char* view,
622 typename elfcpp::Elf_types<size>::Elf_Addr value,
623 typename elfcpp::Elf_types<size>::Elf_Addr addend)
625 typename elfcpp::Elf_types<size>::Elf_Addr reloc;
627 reloc = value + addend;
629 if (reloc & 0x8000)
630 reloc += 0x10000;
631 reloc >>= 16;
633 elfcpp::Swap<16, big_endian>::writeval(view, reloc);
636 static inline void
637 addr16_ha(unsigned char* view,
638 const Sized_relobj<size, big_endian>* object,
639 const Symbol_value<size>* psymval,
640 typename elfcpp::Elf_types<size>::Elf_Addr addend)
642 typename elfcpp::Elf_types<size>::Elf_Addr reloc;
644 reloc = psymval->value(object, addend);
646 if (reloc & 0x8000)
647 reloc += 0x10000;
648 reloc >>= 16;
650 elfcpp::Swap<16, big_endian>::writeval(view, reloc);
653 // R_PPC_REL16: (Symbol + Addend - Address) & 0xffff
654 static inline void
655 rel16(unsigned char* view,
656 const Sized_relobj<size, big_endian>* object,
657 const Symbol_value<size>* psymval,
658 typename elfcpp::Elf_types<size>::Elf_Addr addend,
659 typename elfcpp::Elf_types<size>::Elf_Addr address)
660 { This_reloc::pcrela16(view, object, psymval, addend, address); }
662 // R_PPC_REL16_LO: (Symbol + Addend - Address) & 0xffff
663 static inline void
664 rel16_lo(unsigned char* view,
665 const Sized_relobj<size, big_endian>* object,
666 const Symbol_value<size>* psymval,
667 typename elfcpp::Elf_types<size>::Elf_Addr addend,
668 typename elfcpp::Elf_types<size>::Elf_Addr address)
669 { This_reloc::pcrela16(view, object, psymval, addend, address); }
671 // R_PPC_REL16_HI: ((Symbol + Addend - Address) >> 16) & 0xffff
672 static inline void
673 rel16_hi(unsigned char* view,
674 const Sized_relobj<size, big_endian>* object,
675 const Symbol_value<size>* psymval,
676 typename elfcpp::Elf_types<size>::Elf_Addr addend,
677 typename elfcpp::Elf_types<size>::Elf_Addr address)
679 This::template pcrela<16>(view, 16, 0xffff, object,
680 psymval, addend, address);
683 // R_PPC_REL16_HA: Same as R_PPC_REL16_HI except that if the
684 // final value of the low 16 bits of the
685 // relocation is negative, add one.
686 static inline void
687 rel16_ha(unsigned char* view,
688 const Sized_relobj<size, big_endian>* object,
689 const Symbol_value<size>* psymval,
690 typename elfcpp::Elf_types<size>::Elf_Addr addend,
691 typename elfcpp::Elf_types<size>::Elf_Addr address)
693 typename elfcpp::Elf_types<size>::Elf_Addr reloc;
695 reloc = (psymval->value(object, addend) - address);
696 if (reloc & 0x8000)
697 reloc += 0x10000;
698 reloc >>= 16;
700 elfcpp::Swap<16, big_endian>::writeval(view, reloc);
704 // Get the GOT section, creating it if necessary.
706 template<int size, bool big_endian>
707 Output_data_got<size, big_endian>*
708 Target_powerpc<size, big_endian>::got_section(Symbol_table* symtab,
709 Layout* layout)
711 if (this->got_ == NULL)
713 gold_assert(symtab != NULL && layout != NULL);
715 this->got_ = new Output_data_got<size, big_endian>();
717 layout->add_output_section_data(".got", elfcpp::SHT_PROGBITS,
718 elfcpp::SHF_ALLOC | elfcpp::SHF_WRITE,
719 this->got_, false, false, false, false);
721 // Create the GOT2 or TOC in the .got section.
722 if (size == 32)
724 this->got2_ = new Output_data_space(4, "** GOT2");
725 layout->add_output_section_data(".got2", elfcpp::SHT_PROGBITS,
726 elfcpp::SHF_ALLOC
727 | elfcpp::SHF_WRITE,
728 this->got2_, false, false, false,
729 false);
731 else
733 this->toc_ = new Output_data_space(8, "** TOC");
734 layout->add_output_section_data(".toc", elfcpp::SHT_PROGBITS,
735 elfcpp::SHF_ALLOC
736 | elfcpp::SHF_WRITE,
737 this->toc_, false, false, false,
738 false);
741 // Define _GLOBAL_OFFSET_TABLE_ at the start of the .got section.
742 symtab->define_in_output_data("_GLOBAL_OFFSET_TABLE_", NULL,
743 Symbol_table::PREDEFINED,
744 this->got_,
745 0, 0, elfcpp::STT_OBJECT,
746 elfcpp::STB_LOCAL,
747 elfcpp::STV_HIDDEN, 0,
748 false, false);
751 return this->got_;
754 // Get the dynamic reloc section, creating it if necessary.
756 template<int size, bool big_endian>
757 typename Target_powerpc<size, big_endian>::Reloc_section*
758 Target_powerpc<size, big_endian>::rela_dyn_section(Layout* layout)
760 if (this->rela_dyn_ == NULL)
762 gold_assert(layout != NULL);
763 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc());
764 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
765 elfcpp::SHF_ALLOC, this->rela_dyn_, true,
766 false, false, false);
768 return this->rela_dyn_;
771 // A class to handle the PLT data.
773 template<int size, bool big_endian>
774 class Output_data_plt_powerpc : public Output_section_data
776 public:
777 typedef Output_data_reloc<elfcpp::SHT_RELA, true,
778 size, big_endian> Reloc_section;
780 Output_data_plt_powerpc(Layout*);
782 // Add an entry to the PLT.
783 void add_entry(Symbol* gsym);
785 // Return the .rela.plt section data.
786 const Reloc_section* rel_plt() const
788 return this->rel_;
791 protected:
792 void do_adjust_output_section(Output_section* os);
794 private:
795 // The size of an entry in the PLT.
796 static const int base_plt_entry_size = (size == 32 ? 16 : 24);
798 // Set the final size.
799 void
800 set_final_data_size()
802 unsigned int full_count = this->count_ + 4;
804 this->set_data_size(full_count * base_plt_entry_size);
807 // Write out the PLT data.
808 void
809 do_write(Output_file*);
811 // The reloc section.
812 Reloc_section* rel_;
813 // The number of PLT entries.
814 unsigned int count_;
817 // Create the PLT section. The ordinary .got section is an argument,
818 // since we need to refer to the start.
820 template<int size, bool big_endian>
821 Output_data_plt_powerpc<size, big_endian>::Output_data_plt_powerpc(Layout* layout)
822 : Output_section_data(size == 32 ? 4 : 8), count_(0)
824 this->rel_ = new Reloc_section(false);
825 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
826 elfcpp::SHF_ALLOC, this->rel_, true, false,
827 false, false);
830 template<int size, bool big_endian>
831 void
832 Output_data_plt_powerpc<size, big_endian>::do_adjust_output_section(Output_section* os)
834 os->set_entsize(0);
837 // Add an entry to the PLT.
839 template<int size, bool big_endian>
840 void
841 Output_data_plt_powerpc<size, big_endian>::add_entry(Symbol* gsym)
843 gold_assert(!gsym->has_plt_offset());
844 unsigned int index = this->count_+ + 4;
845 section_offset_type plt_offset;
847 if (index < 8192)
848 plt_offset = index * base_plt_entry_size;
849 else
850 gold_unreachable();
852 gsym->set_plt_offset(plt_offset);
854 ++this->count_;
856 gsym->set_needs_dynsym_entry();
857 this->rel_->add_global(gsym, elfcpp::R_POWERPC_JMP_SLOT, this,
858 plt_offset, 0);
861 static const unsigned int addis_11_11 = 0x3d6b0000;
862 static const unsigned int addis_11_30 = 0x3d7e0000;
863 static const unsigned int addis_12_12 = 0x3d8c0000;
864 static const unsigned int addi_11_11 = 0x396b0000;
865 static const unsigned int add_0_11_11 = 0x7c0b5a14;
866 static const unsigned int add_11_0_11 = 0x7d605a14;
867 static const unsigned int b = 0x48000000;
868 static const unsigned int bcl_20_31 = 0x429f0005;
869 static const unsigned int bctr = 0x4e800420;
870 static const unsigned int lis_11 = 0x3d600000;
871 static const unsigned int lis_12 = 0x3d800000;
872 static const unsigned int lwzu_0_12 = 0x840c0000;
873 static const unsigned int lwz_0_12 = 0x800c0000;
874 static const unsigned int lwz_11_11 = 0x816b0000;
875 static const unsigned int lwz_11_30 = 0x817e0000;
876 static const unsigned int lwz_12_12 = 0x818c0000;
877 static const unsigned int mflr_0 = 0x7c0802a6;
878 static const unsigned int mflr_12 = 0x7d8802a6;
879 static const unsigned int mtctr_0 = 0x7c0903a6;
880 static const unsigned int mtctr_11 = 0x7d6903a6;
881 static const unsigned int mtlr_0 = 0x7c0803a6;
882 static const unsigned int nop = 0x60000000;
883 static const unsigned int sub_11_11_12 = 0x7d6c5850;
885 static const unsigned int addis_r12_r2 = 0x3d820000; /* addis %r12,%r2,xxx@ha */
886 static const unsigned int std_r2_40r1 = 0xf8410028; /* std %r2,40(%r1) */
887 static const unsigned int ld_r11_0r12 = 0xe96c0000; /* ld %r11,xxx+0@l(%r12) */
888 static const unsigned int ld_r2_0r12 = 0xe84c0000; /* ld %r2,xxx+8@l(%r12) */
889 /* ld %r11,xxx+16@l(%r12) */
892 // Write out the PLT.
894 template<int size, bool big_endian>
895 void
896 Output_data_plt_powerpc<size, big_endian>::do_write(Output_file* of)
898 const off_t offset = this->offset();
899 const section_size_type oview_size =
900 convert_to_section_size_type(this->data_size());
901 unsigned char* const oview = of->get_output_view(offset, oview_size);
902 unsigned char* pov = oview;
904 memset(pov, 0, base_plt_entry_size * 4);
905 pov += base_plt_entry_size * 4;
907 unsigned int plt_offset = base_plt_entry_size * 4;
908 const unsigned int count = this->count_;
910 if (size == 64)
912 for (unsigned int i = 0; i < count; i++)
916 else
918 for (unsigned int i = 0; i < count; i++)
920 elfcpp::Swap<32, true>::writeval(pov + 0x00,
921 lwz_11_30 + plt_offset);
922 elfcpp::Swap<32, true>::writeval(pov + 0x04, mtctr_11);
923 elfcpp::Swap<32, true>::writeval(pov + 0x08, bctr);
924 elfcpp::Swap<32, true>::writeval(pov + 0x0c, nop);
925 pov += base_plt_entry_size;
926 plt_offset += base_plt_entry_size;
930 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size);
932 of->write_output_view(offset, oview_size, oview);
935 // Create a PLT entry for a global symbol.
937 template<int size, bool big_endian>
938 void
939 Target_powerpc<size, big_endian>::make_plt_entry(Symbol_table* symtab,
940 Layout* layout,
941 Symbol* gsym)
943 if (gsym->has_plt_offset())
944 return;
946 if (this->plt_ == NULL)
948 // Create the GOT section first.
949 this->got_section(symtab, layout);
951 this->plt_ = new Output_data_plt_powerpc<size, big_endian>(layout);
952 layout->add_output_section_data(".plt", elfcpp::SHT_PROGBITS,
953 (elfcpp::SHF_ALLOC
954 | elfcpp::SHF_EXECINSTR
955 | elfcpp::SHF_WRITE),
956 this->plt_, false, false, false, false);
958 // Define _PROCEDURE_LINKAGE_TABLE_ at the start of the .plt section.
959 symtab->define_in_output_data("_PROCEDURE_LINKAGE_TABLE_", NULL,
960 Symbol_table::PREDEFINED,
961 this->plt_,
962 0, 0, elfcpp::STT_OBJECT,
963 elfcpp::STB_LOCAL,
964 elfcpp::STV_HIDDEN, 0,
965 false, false);
968 this->plt_->add_entry(gsym);
971 // Create a GOT entry for the TLS module index.
973 template<int size, bool big_endian>
974 unsigned int
975 Target_powerpc<size, big_endian>::got_mod_index_entry(Symbol_table* symtab,
976 Layout* layout,
977 Sized_relobj<size, big_endian>* object)
979 if (this->got_mod_index_offset_ == -1U)
981 gold_assert(symtab != NULL && layout != NULL && object != NULL);
982 Reloc_section* rela_dyn = this->rela_dyn_section(layout);
983 Output_data_got<size, big_endian>* got;
984 unsigned int got_offset;
986 got = this->got_section(symtab, layout);
987 got_offset = got->add_constant(0);
988 rela_dyn->add_local(object, 0, elfcpp::R_POWERPC_DTPMOD, got,
989 got_offset, 0);
990 got->add_constant(0);
991 this->got_mod_index_offset_ = got_offset;
993 return this->got_mod_index_offset_;
996 // Optimize the TLS relocation type based on what we know about the
997 // symbol. IS_FINAL is true if the final address of this symbol is
998 // known at link time.
1000 static tls::Tls_optimization
1001 optimize_tls_reloc(bool /* is_final */, int r_type)
1003 // If we are generating a shared library, then we can't do anything
1004 // in the linker.
1005 if (parameters->options().shared())
1006 return tls::TLSOPT_NONE;
1007 switch (r_type)
1009 // XXX
1010 default:
1011 gold_unreachable();
1015 // Report an unsupported relocation against a local symbol.
1017 template<int size, bool big_endian>
1018 void
1019 Target_powerpc<size, big_endian>::Scan::unsupported_reloc_local(
1020 Sized_relobj<size, big_endian>* object,
1021 unsigned int r_type)
1023 gold_error(_("%s: unsupported reloc %u against local symbol"),
1024 object->name().c_str(), r_type);
1027 // We are about to emit a dynamic relocation of type R_TYPE. If the
1028 // dynamic linker does not support it, issue an error.
1030 template<int size, bool big_endian>
1031 void
1032 Target_powerpc<size, big_endian>::Scan::check_non_pic(Relobj* object,
1033 unsigned int r_type)
1035 gold_assert(r_type != elfcpp::R_POWERPC_NONE);
1037 // These are the relocation types supported by glibc for both 32-bit
1038 // and 64-bit powerpc.
1039 switch (r_type)
1041 case elfcpp::R_POWERPC_RELATIVE:
1042 case elfcpp::R_POWERPC_GLOB_DAT:
1043 case elfcpp::R_POWERPC_DTPMOD:
1044 case elfcpp::R_POWERPC_DTPREL:
1045 case elfcpp::R_POWERPC_TPREL:
1046 case elfcpp::R_POWERPC_JMP_SLOT:
1047 case elfcpp::R_POWERPC_COPY:
1048 case elfcpp::R_POWERPC_ADDR32:
1049 case elfcpp::R_POWERPC_ADDR24:
1050 case elfcpp::R_POWERPC_REL24:
1051 return;
1053 default:
1054 break;
1057 if (size == 64)
1059 switch (r_type)
1061 // These are the relocation types supported only on 64-bit.
1062 case elfcpp::R_PPC64_ADDR64:
1063 case elfcpp::R_PPC64_TPREL16_LO_DS:
1064 case elfcpp::R_PPC64_TPREL16_DS:
1065 case elfcpp::R_POWERPC_TPREL16:
1066 case elfcpp::R_POWERPC_TPREL16_LO:
1067 case elfcpp::R_POWERPC_TPREL16_HI:
1068 case elfcpp::R_POWERPC_TPREL16_HA:
1069 case elfcpp::R_PPC64_TPREL16_HIGHER:
1070 case elfcpp::R_PPC64_TPREL16_HIGHEST:
1071 case elfcpp::R_PPC64_TPREL16_HIGHERA:
1072 case elfcpp::R_PPC64_TPREL16_HIGHESTA:
1073 case elfcpp::R_PPC64_ADDR16_LO_DS:
1074 case elfcpp::R_POWERPC_ADDR16_LO:
1075 case elfcpp::R_POWERPC_ADDR16_HI:
1076 case elfcpp::R_POWERPC_ADDR16_HA:
1077 case elfcpp::R_POWERPC_ADDR30:
1078 case elfcpp::R_PPC64_UADDR64:
1079 case elfcpp::R_POWERPC_UADDR32:
1080 case elfcpp::R_POWERPC_ADDR16:
1081 case elfcpp::R_POWERPC_UADDR16:
1082 case elfcpp::R_PPC64_ADDR16_DS:
1083 case elfcpp::R_PPC64_ADDR16_HIGHER:
1084 case elfcpp::R_PPC64_ADDR16_HIGHEST:
1085 case elfcpp::R_PPC64_ADDR16_HIGHERA:
1086 case elfcpp::R_PPC64_ADDR16_HIGHESTA:
1087 case elfcpp::R_POWERPC_ADDR14_BRTAKEN:
1088 case elfcpp::R_POWERPC_ADDR14_BRNTAKEN:
1089 case elfcpp::R_POWERPC_REL32:
1090 case elfcpp::R_PPC64_REL64:
1091 return;
1093 default:
1094 break;
1097 else
1099 switch (r_type)
1101 // These are the relocation types supported only on 32-bit.
1103 default:
1104 break;
1108 // This prevents us from issuing more than one error per reloc
1109 // section. But we can still wind up issuing more than one
1110 // error per object file.
1111 if (this->issued_non_pic_error_)
1112 return;
1113 gold_assert(parameters->options().output_is_position_independent());
1114 object->error(_("requires unsupported dynamic reloc; "
1115 "recompile with -fPIC"));
1116 this->issued_non_pic_error_ = true;
1117 return;
1120 // Scan a relocation for a local symbol.
1122 template<int size, bool big_endian>
1123 inline void
1124 Target_powerpc<size, big_endian>::Scan::local(
1125 Symbol_table* symtab,
1126 Layout* layout,
1127 Target_powerpc<size, big_endian>* target,
1128 Sized_relobj<size, big_endian>* object,
1129 unsigned int data_shndx,
1130 Output_section* output_section,
1131 const elfcpp::Rela<size, big_endian>& reloc,
1132 unsigned int r_type,
1133 const elfcpp::Sym<size, big_endian>& lsym)
1135 switch (r_type)
1137 case elfcpp::R_POWERPC_NONE:
1138 case elfcpp::R_POWERPC_GNU_VTINHERIT:
1139 case elfcpp::R_POWERPC_GNU_VTENTRY:
1140 break;
1142 case elfcpp::R_PPC64_ADDR64:
1143 case elfcpp::R_POWERPC_ADDR32:
1144 case elfcpp::R_POWERPC_ADDR16_HA:
1145 case elfcpp::R_POWERPC_ADDR16_LO:
1146 // If building a shared library (or a position-independent
1147 // executable), we need to create a dynamic relocation for
1148 // this location.
1149 if (parameters->options().output_is_position_independent())
1151 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
1153 check_non_pic(object, r_type);
1154 if (lsym.get_st_type() != elfcpp::STT_SECTION)
1156 unsigned int r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info());
1157 rela_dyn->add_local(object, r_sym, r_type, output_section,
1158 data_shndx, reloc.get_r_offset(),
1159 reloc.get_r_addend());
1161 else
1163 unsigned int r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info());
1164 gold_assert(lsym.get_st_value() == 0);
1165 rela_dyn->add_local_relative(object, r_sym, r_type,
1166 output_section, data_shndx,
1167 reloc.get_r_offset(),
1168 reloc.get_r_addend());
1171 break;
1173 case elfcpp::R_POWERPC_REL24:
1174 case elfcpp::R_PPC_LOCAL24PC:
1175 case elfcpp::R_POWERPC_REL32:
1176 case elfcpp::R_PPC_REL16_LO:
1177 case elfcpp::R_PPC_REL16_HA:
1178 break;
1180 case elfcpp::R_POWERPC_GOT16:
1181 case elfcpp::R_POWERPC_GOT16_LO:
1182 case elfcpp::R_POWERPC_GOT16_HI:
1183 case elfcpp::R_POWERPC_GOT16_HA:
1184 case elfcpp::R_PPC64_TOC16:
1185 case elfcpp::R_PPC64_TOC16_LO:
1186 case elfcpp::R_PPC64_TOC16_HI:
1187 case elfcpp::R_PPC64_TOC16_HA:
1188 case elfcpp::R_PPC64_TOC16_DS:
1189 case elfcpp::R_PPC64_TOC16_LO_DS:
1191 // The symbol requires a GOT entry.
1192 Output_data_got<size, big_endian>* got;
1193 unsigned int r_sym;
1195 got = target->got_section(symtab, layout);
1196 r_sym = elfcpp::elf_r_sym<size>(reloc.get_r_info());
1198 // If we are generating a shared object, we need to add a
1199 // dynamic relocation for this symbol's GOT entry.
1200 if (parameters->options().output_is_position_independent())
1202 if (!object->local_has_got_offset(r_sym, GOT_TYPE_STANDARD))
1204 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
1205 unsigned int off;
1207 off = got->add_constant(0);
1208 object->set_local_got_offset(r_sym, GOT_TYPE_STANDARD, off);
1209 rela_dyn->add_local_relative(object, r_sym,
1210 elfcpp::R_POWERPC_RELATIVE,
1211 got, off, 0);
1214 else
1215 got->add_local(object, r_sym, GOT_TYPE_STANDARD);
1217 break;
1219 case elfcpp::R_PPC64_TOC:
1220 // We need a GOT section.
1221 target->got_section(symtab, layout);
1222 break;
1224 // These are relocations which should only be seen by the
1225 // dynamic linker, and should never be seen here.
1226 case elfcpp::R_POWERPC_COPY:
1227 case elfcpp::R_POWERPC_GLOB_DAT:
1228 case elfcpp::R_POWERPC_JMP_SLOT:
1229 case elfcpp::R_POWERPC_RELATIVE:
1230 case elfcpp::R_POWERPC_DTPMOD:
1231 gold_error(_("%s: unexpected reloc %u in object file"),
1232 object->name().c_str(), r_type);
1233 break;
1235 default:
1236 unsupported_reloc_local(object, r_type);
1237 break;
1241 // Report an unsupported relocation against a global symbol.
1243 template<int size, bool big_endian>
1244 void
1245 Target_powerpc<size, big_endian>::Scan::unsupported_reloc_global(
1246 Sized_relobj<size, big_endian>* object,
1247 unsigned int r_type,
1248 Symbol* gsym)
1250 gold_error(_("%s: unsupported reloc %u against global symbol %s"),
1251 object->name().c_str(), r_type, gsym->demangled_name().c_str());
1254 // Scan a relocation for a global symbol.
1256 template<int size, bool big_endian>
1257 inline void
1258 Target_powerpc<size, big_endian>::Scan::global(
1259 Symbol_table* symtab,
1260 Layout* layout,
1261 Target_powerpc<size, big_endian>* target,
1262 Sized_relobj<size, big_endian>* object,
1263 unsigned int data_shndx,
1264 Output_section* output_section,
1265 const elfcpp::Rela<size, big_endian>& reloc,
1266 unsigned int r_type,
1267 Symbol* gsym)
1269 switch (r_type)
1271 case elfcpp::R_POWERPC_NONE:
1272 case elfcpp::R_POWERPC_GNU_VTINHERIT:
1273 case elfcpp::R_POWERPC_GNU_VTENTRY:
1274 break;
1276 case elfcpp::R_PPC_PLTREL24:
1277 // If the symbol is fully resolved, this is just a PC32 reloc.
1278 // Otherwise we need a PLT entry.
1279 if (gsym->final_value_is_known())
1280 break;
1281 // If building a shared library, we can also skip the PLT entry
1282 // if the symbol is defined in the output file and is protected
1283 // or hidden.
1284 if (gsym->is_defined()
1285 && !gsym->is_from_dynobj()
1286 && !gsym->is_preemptible())
1287 break;
1288 target->make_plt_entry(symtab, layout, gsym);
1289 break;
1291 case elfcpp::R_POWERPC_ADDR16:
1292 case elfcpp::R_POWERPC_ADDR16_LO:
1293 case elfcpp::R_POWERPC_ADDR16_HI:
1294 case elfcpp::R_POWERPC_ADDR16_HA:
1295 case elfcpp::R_POWERPC_ADDR32:
1296 case elfcpp::R_PPC64_ADDR64:
1298 // Make a PLT entry if necessary.
1299 if (gsym->needs_plt_entry())
1301 target->make_plt_entry(symtab, layout, gsym);
1302 // Since this is not a PC-relative relocation, we may be
1303 // taking the address of a function. In that case we need to
1304 // set the entry in the dynamic symbol table to the address of
1305 // the PLT entry.
1306 if (gsym->is_from_dynobj() && !parameters->options().shared())
1307 gsym->set_needs_dynsym_value();
1309 // Make a dynamic relocation if necessary.
1310 if (gsym->needs_dynamic_reloc(Symbol::ABSOLUTE_REF))
1312 if (gsym->may_need_copy_reloc())
1314 target->copy_reloc(symtab, layout, object,
1315 data_shndx, output_section, gsym, reloc);
1317 else if ((r_type == elfcpp::R_POWERPC_ADDR32
1318 || r_type == elfcpp::R_PPC64_ADDR64)
1319 && gsym->can_use_relative_reloc(false))
1321 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
1322 rela_dyn->add_global_relative(gsym, elfcpp::R_POWERPC_RELATIVE,
1323 output_section, object,
1324 data_shndx, reloc.get_r_offset(),
1325 reloc.get_r_addend());
1327 else
1329 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
1331 check_non_pic(object, r_type);
1332 if (gsym->is_from_dynobj()
1333 || gsym->is_undefined()
1334 || gsym->is_preemptible())
1335 rela_dyn->add_global(gsym, r_type, output_section,
1336 object, data_shndx,
1337 reloc.get_r_offset(),
1338 reloc.get_r_addend());
1339 else
1340 rela_dyn->add_global_relative(gsym, r_type,
1341 output_section, object,
1342 data_shndx,
1343 reloc.get_r_offset(),
1344 reloc.get_r_addend());
1348 break;
1350 case elfcpp::R_POWERPC_REL24:
1351 case elfcpp::R_PPC_LOCAL24PC:
1352 case elfcpp::R_PPC_REL16:
1353 case elfcpp::R_PPC_REL16_LO:
1354 case elfcpp::R_PPC_REL16_HI:
1355 case elfcpp::R_PPC_REL16_HA:
1357 if (gsym->needs_plt_entry())
1358 target->make_plt_entry(symtab, layout, gsym);
1359 // Make a dynamic relocation if necessary.
1360 int flags = Symbol::NON_PIC_REF;
1361 if (gsym->type() == elfcpp::STT_FUNC)
1362 flags |= Symbol::FUNCTION_CALL;
1363 if (gsym->needs_dynamic_reloc(flags))
1365 if (gsym->may_need_copy_reloc())
1367 target->copy_reloc(symtab, layout, object,
1368 data_shndx, output_section, gsym,
1369 reloc);
1371 else
1373 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
1374 check_non_pic(object, r_type);
1375 rela_dyn->add_global(gsym, r_type, output_section, object,
1376 data_shndx, reloc.get_r_offset(),
1377 reloc.get_r_addend());
1381 break;
1383 case elfcpp::R_POWERPC_GOT16:
1384 case elfcpp::R_POWERPC_GOT16_LO:
1385 case elfcpp::R_POWERPC_GOT16_HI:
1386 case elfcpp::R_POWERPC_GOT16_HA:
1387 case elfcpp::R_PPC64_TOC16:
1388 case elfcpp::R_PPC64_TOC16_LO:
1389 case elfcpp::R_PPC64_TOC16_HI:
1390 case elfcpp::R_PPC64_TOC16_HA:
1391 case elfcpp::R_PPC64_TOC16_DS:
1392 case elfcpp::R_PPC64_TOC16_LO_DS:
1394 // The symbol requires a GOT entry.
1395 Output_data_got<size, big_endian>* got;
1397 got = target->got_section(symtab, layout);
1398 if (gsym->final_value_is_known())
1399 got->add_global(gsym, GOT_TYPE_STANDARD);
1400 else
1402 // If this symbol is not fully resolved, we need to add a
1403 // dynamic relocation for it.
1404 Reloc_section* rela_dyn = target->rela_dyn_section(layout);
1405 if (gsym->is_from_dynobj()
1406 || gsym->is_undefined()
1407 || gsym->is_preemptible())
1408 got->add_global_with_rela(gsym, GOT_TYPE_STANDARD, rela_dyn,
1409 elfcpp::R_POWERPC_GLOB_DAT);
1410 else if (!gsym->has_got_offset(GOT_TYPE_STANDARD))
1412 unsigned int off = got->add_constant(0);
1414 gsym->set_got_offset(GOT_TYPE_STANDARD, off);
1415 rela_dyn->add_global_relative(gsym, elfcpp::R_POWERPC_RELATIVE,
1416 got, off, 0);
1420 break;
1422 case elfcpp::R_PPC64_TOC:
1423 // We need a GOT section.
1424 target->got_section(symtab, layout);
1425 break;
1427 case elfcpp::R_POWERPC_GOT_TPREL16:
1428 case elfcpp::R_POWERPC_TLS:
1429 // XXX TLS
1430 break;
1432 // These are relocations which should only be seen by the
1433 // dynamic linker, and should never be seen here.
1434 case elfcpp::R_POWERPC_COPY:
1435 case elfcpp::R_POWERPC_GLOB_DAT:
1436 case elfcpp::R_POWERPC_JMP_SLOT:
1437 case elfcpp::R_POWERPC_RELATIVE:
1438 case elfcpp::R_POWERPC_DTPMOD:
1439 gold_error(_("%s: unexpected reloc %u in object file"),
1440 object->name().c_str(), r_type);
1441 break;
1443 default:
1444 unsupported_reloc_global(object, r_type, gsym);
1445 break;
1449 // Process relocations for gc.
1451 template<int size, bool big_endian>
1452 void
1453 Target_powerpc<size, big_endian>::gc_process_relocs(
1454 Symbol_table* symtab,
1455 Layout* layout,
1456 Sized_relobj<size, big_endian>* object,
1457 unsigned int data_shndx,
1458 unsigned int,
1459 const unsigned char* prelocs,
1460 size_t reloc_count,
1461 Output_section* output_section,
1462 bool needs_special_offset_handling,
1463 size_t local_symbol_count,
1464 const unsigned char* plocal_symbols)
1466 typedef Target_powerpc<size, big_endian> Powerpc;
1467 typedef typename Target_powerpc<size, big_endian>::Scan Scan;
1469 gold::gc_process_relocs<size, big_endian, Powerpc, elfcpp::SHT_RELA, Scan>(
1470 symtab,
1471 layout,
1472 this,
1473 object,
1474 data_shndx,
1475 prelocs,
1476 reloc_count,
1477 output_section,
1478 needs_special_offset_handling,
1479 local_symbol_count,
1480 plocal_symbols);
1483 // Scan relocations for a section.
1485 template<int size, bool big_endian>
1486 void
1487 Target_powerpc<size, big_endian>::scan_relocs(
1488 Symbol_table* symtab,
1489 Layout* layout,
1490 Sized_relobj<size, big_endian>* object,
1491 unsigned int data_shndx,
1492 unsigned int sh_type,
1493 const unsigned char* prelocs,
1494 size_t reloc_count,
1495 Output_section* output_section,
1496 bool needs_special_offset_handling,
1497 size_t local_symbol_count,
1498 const unsigned char* plocal_symbols)
1500 typedef Target_powerpc<size, big_endian> Powerpc;
1501 typedef typename Target_powerpc<size, big_endian>::Scan Scan;
1502 static Output_data_space* sdata;
1504 if (sh_type == elfcpp::SHT_REL)
1506 gold_error(_("%s: unsupported REL reloc section"),
1507 object->name().c_str());
1508 return;
1511 // Define _SDA_BASE_ at the start of the .sdata section.
1512 if (sdata == NULL)
1514 // layout->find_output_section(".sdata") == NULL
1515 sdata = new Output_data_space(4, "** sdata");
1516 Output_section* os = layout->add_output_section_data(".sdata", 0,
1517 elfcpp::SHF_ALLOC
1518 | elfcpp::SHF_WRITE,
1519 sdata, false,
1520 false, false, false);
1521 symtab->define_in_output_data("_SDA_BASE_", NULL,
1522 Symbol_table::PREDEFINED,
1524 32768, 0,
1525 elfcpp::STT_OBJECT,
1526 elfcpp::STB_LOCAL,
1527 elfcpp::STV_HIDDEN, 0,
1528 false, false);
1531 gold::scan_relocs<size, big_endian, Powerpc, elfcpp::SHT_RELA, Scan>(
1532 symtab,
1533 layout,
1534 this,
1535 object,
1536 data_shndx,
1537 prelocs,
1538 reloc_count,
1539 output_section,
1540 needs_special_offset_handling,
1541 local_symbol_count,
1542 plocal_symbols);
1545 // Finalize the sections.
1547 template<int size, bool big_endian>
1548 void
1549 Target_powerpc<size, big_endian>::do_finalize_sections(
1550 Layout* layout,
1551 const Input_objects*,
1552 Symbol_table*)
1554 // Fill in some more dynamic tags.
1555 const Reloc_section* rel_plt = (this->plt_ == NULL
1556 ? NULL
1557 : this->plt_->rel_plt());
1558 layout->add_target_dynamic_tags(false, this->plt_, rel_plt,
1559 this->rela_dyn_, true);
1561 // Emit any relocs we saved in an attempt to avoid generating COPY
1562 // relocs.
1563 if (this->copy_relocs_.any_saved_relocs())
1564 this->copy_relocs_.emit(this->rela_dyn_section(layout));
1567 // Perform a relocation.
1569 template<int size, bool big_endian>
1570 inline bool
1571 Target_powerpc<size, big_endian>::Relocate::relocate(
1572 const Relocate_info<size, big_endian>* relinfo,
1573 Target_powerpc* target,
1574 Output_section*,
1575 size_t relnum,
1576 const elfcpp::Rela<size, big_endian>& rela,
1577 unsigned int r_type,
1578 const Sized_symbol<size>* gsym,
1579 const Symbol_value<size>* psymval,
1580 unsigned char* view,
1581 typename elfcpp::Elf_types<size>::Elf_Addr address,
1582 section_size_type /* view_size */)
1584 const unsigned int toc_base_offset = 0x8000;
1585 typedef Powerpc_relocate_functions<size, big_endian> Reloc;
1587 // Pick the value to use for symbols defined in shared objects.
1588 Symbol_value<size> symval;
1589 if (gsym != NULL
1590 && gsym->use_plt_offset(r_type == elfcpp::R_POWERPC_REL24
1591 || r_type == elfcpp::R_PPC_LOCAL24PC
1592 || r_type == elfcpp::R_PPC_REL16
1593 || r_type == elfcpp::R_PPC_REL16_LO
1594 || r_type == elfcpp::R_PPC_REL16_HI
1595 || r_type == elfcpp::R_PPC_REL16_HA))
1597 elfcpp::Elf_Xword value;
1599 value = target->plt_section()->address() + gsym->plt_offset();
1601 symval.set_output_value(value);
1603 psymval = &symval;
1606 const Sized_relobj<size, big_endian>* object = relinfo->object;
1607 elfcpp::Elf_Xword addend = rela.get_r_addend();
1609 // Get the GOT offset if needed. Unlike i386 and x86_64, our GOT
1610 // pointer points to the beginning, not the end, of the table.
1611 // So we just use the plain offset.
1612 bool have_got_offset = false;
1613 unsigned int got_offset = 0;
1614 unsigned int got2_offset = 0;
1615 switch (r_type)
1617 case elfcpp::R_PPC64_TOC16:
1618 case elfcpp::R_PPC64_TOC16_LO:
1619 case elfcpp::R_PPC64_TOC16_HI:
1620 case elfcpp::R_PPC64_TOC16_HA:
1621 case elfcpp::R_PPC64_TOC16_DS:
1622 case elfcpp::R_PPC64_TOC16_LO_DS:
1623 // Subtract the TOC base address.
1624 addend -= target->toc_section()->address() + toc_base_offset;
1625 /* FALLTHRU */
1627 case elfcpp::R_POWERPC_GOT16:
1628 case elfcpp::R_POWERPC_GOT16_LO:
1629 case elfcpp::R_POWERPC_GOT16_HI:
1630 case elfcpp::R_POWERPC_GOT16_HA:
1631 case elfcpp::R_PPC64_GOT16_DS:
1632 case elfcpp::R_PPC64_GOT16_LO_DS:
1633 if (gsym != NULL)
1635 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD));
1636 got_offset = gsym->got_offset(GOT_TYPE_STANDARD);
1638 else
1640 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info());
1641 gold_assert(object->local_has_got_offset(r_sym, GOT_TYPE_STANDARD));
1642 got_offset = object->local_got_offset(r_sym, GOT_TYPE_STANDARD);
1644 have_got_offset = true;
1645 break;
1647 // R_PPC_PLTREL24 is rather special. If non-zero,
1648 // the addend specifies the GOT pointer offset within .got2.
1649 case elfcpp::R_PPC_PLTREL24:
1650 if (addend >= 32768)
1652 Output_data_space* got2;
1653 got2 = target->got2_section();
1654 got2_offset = got2->offset();
1655 addend += got2_offset;
1657 have_got_offset = true;
1658 break;
1660 default:
1661 break;
1664 switch (r_type)
1666 case elfcpp::R_POWERPC_NONE:
1667 case elfcpp::R_POWERPC_GNU_VTINHERIT:
1668 case elfcpp::R_POWERPC_GNU_VTENTRY:
1669 break;
1671 case elfcpp::R_POWERPC_REL32:
1672 Reloc::rel32(view, object, psymval, addend, address);
1673 break;
1675 case elfcpp::R_POWERPC_REL24:
1676 Reloc::rel24(view, object, psymval, addend, address);
1677 break;
1679 case elfcpp::R_POWERPC_REL14:
1680 Reloc::rel14(view, object, psymval, addend, address);
1681 break;
1683 case elfcpp::R_PPC_PLTREL24:
1684 Reloc::rel24(view, object, psymval, addend, address);
1685 break;
1687 case elfcpp::R_PPC_LOCAL24PC:
1688 Reloc::rel24(view, object, psymval, addend, address);
1689 break;
1691 case elfcpp::R_PPC64_ADDR64:
1692 if (!parameters->options().output_is_position_independent())
1693 Relocate_functions<size, big_endian>::rela64(view, object,
1694 psymval, addend);
1695 break;
1697 case elfcpp::R_POWERPC_ADDR32:
1698 if (!parameters->options().output_is_position_independent())
1699 Relocate_functions<size, big_endian>::rela32(view, object,
1700 psymval, addend);
1701 break;
1703 case elfcpp::R_POWERPC_ADDR16_LO:
1704 Reloc::addr16_lo(view, object, psymval, addend);
1705 break;
1707 case elfcpp::R_POWERPC_ADDR16_HI:
1708 Reloc::addr16_hi(view, object, psymval, addend);
1709 break;
1711 case elfcpp::R_POWERPC_ADDR16_HA:
1712 Reloc::addr16_ha(view, object, psymval, addend);
1713 break;
1715 case elfcpp::R_PPC_REL16_LO:
1716 Reloc::rel16_lo(view, object, psymval, addend, address);
1717 break;
1719 case elfcpp::R_PPC_REL16_HI:
1720 Reloc::rel16_lo(view, object, psymval, addend, address);
1721 break;
1723 case elfcpp::R_PPC_REL16_HA:
1724 Reloc::rel16_ha(view, object, psymval, addend, address);
1725 break;
1727 case elfcpp::R_POWERPC_GOT16:
1728 Reloc::addr16(view, got_offset, addend);
1729 break;
1731 case elfcpp::R_POWERPC_GOT16_LO:
1732 Reloc::addr16_lo(view, got_offset, addend);
1733 break;
1735 case elfcpp::R_POWERPC_GOT16_HI:
1736 Reloc::addr16_hi(view, got_offset, addend);
1737 break;
1739 case elfcpp::R_POWERPC_GOT16_HA:
1740 Reloc::addr16_ha(view, got_offset, addend);
1741 break;
1743 case elfcpp::R_PPC64_TOC16:
1744 Reloc::addr16(view, got_offset, addend);
1745 break;
1747 case elfcpp::R_PPC64_TOC16_LO:
1748 Reloc::addr16_lo(view, got_offset, addend);
1749 break;
1751 case elfcpp::R_PPC64_TOC16_HI:
1752 Reloc::addr16_hi(view, got_offset, addend);
1753 break;
1755 case elfcpp::R_PPC64_TOC16_HA:
1756 Reloc::addr16_ha(view, got_offset, addend);
1757 break;
1759 case elfcpp::R_PPC64_TOC16_DS:
1760 case elfcpp::R_PPC64_TOC16_LO_DS:
1761 Reloc::addr16_ds(view, got_offset, addend);
1762 break;
1764 case elfcpp::R_PPC64_TOC:
1766 elfcpp::Elf_types<64>::Elf_Addr value;
1767 value = target->toc_section()->address() + toc_base_offset;
1768 Relocate_functions<64, false>::rela64(view, value, addend);
1770 break;
1772 case elfcpp::R_POWERPC_COPY:
1773 case elfcpp::R_POWERPC_GLOB_DAT:
1774 case elfcpp::R_POWERPC_JMP_SLOT:
1775 case elfcpp::R_POWERPC_RELATIVE:
1776 // This is an outstanding tls reloc, which is unexpected when
1777 // linking.
1778 case elfcpp::R_POWERPC_DTPMOD:
1779 gold_error_at_location(relinfo, relnum, rela.get_r_offset(),
1780 _("unexpected reloc %u in object file"),
1781 r_type);
1782 break;
1784 default:
1785 gold_error_at_location(relinfo, relnum, rela.get_r_offset(),
1786 _("unsupported reloc %u"),
1787 r_type);
1788 break;
1791 return true;
1794 // Perform a TLS relocation.
1796 template<int size, bool big_endian>
1797 inline void
1798 Target_powerpc<size, big_endian>::Relocate::relocate_tls(
1799 const Relocate_info<size, big_endian>* relinfo,
1800 Target_powerpc<size, big_endian>* target,
1801 size_t relnum,
1802 const elfcpp::Rela<size, big_endian>& rela,
1803 unsigned int r_type,
1804 const Sized_symbol<size>* gsym,
1805 const Symbol_value<size>* psymval,
1806 unsigned char* view,
1807 typename elfcpp::Elf_types<size>::Elf_Addr address,
1808 section_size_type)
1810 Output_segment* tls_segment = relinfo->layout->tls_segment();
1811 typedef Powerpc_relocate_functions<size, big_endian> Reloc;
1812 const Sized_relobj<size, big_endian>* object = relinfo->object;
1814 const elfcpp::Elf_Xword addend = rela.get_r_addend();
1815 typename elfcpp::Elf_types<size>::Elf_Addr value = psymval->value(object, 0);
1817 const bool is_final =
1818 (gsym == NULL
1819 ? !parameters->options().output_is_position_independent()
1820 : gsym->final_value_is_known());
1821 const tls::Tls_optimization optimized_type
1822 = optimize_tls_reloc(is_final, r_type);
1824 switch (r_type)
1826 // XXX
1830 // Relocate section data.
1832 template<int size, bool big_endian>
1833 void
1834 Target_powerpc<size, big_endian>::relocate_section(
1835 const Relocate_info<size, big_endian>* relinfo,
1836 unsigned int sh_type,
1837 const unsigned char* prelocs,
1838 size_t reloc_count,
1839 Output_section* output_section,
1840 bool needs_special_offset_handling,
1841 unsigned char* view,
1842 typename elfcpp::Elf_types<size>::Elf_Addr address,
1843 section_size_type view_size,
1844 const Reloc_symbol_changes* reloc_symbol_changes)
1846 typedef Target_powerpc<size, big_endian> Powerpc;
1847 typedef typename Target_powerpc<size, big_endian>::Relocate Powerpc_relocate;
1849 gold_assert(sh_type == elfcpp::SHT_RELA);
1851 gold::relocate_section<size, big_endian, Powerpc, elfcpp::SHT_RELA,
1852 Powerpc_relocate>(
1853 relinfo,
1854 this,
1855 prelocs,
1856 reloc_count,
1857 output_section,
1858 needs_special_offset_handling,
1859 view,
1860 address,
1861 view_size,
1862 reloc_symbol_changes);
1865 // Return the size of a relocation while scanning during a relocatable
1866 // link.
1868 template<int size, bool big_endian>
1869 unsigned int
1870 Target_powerpc<size, big_endian>::Relocatable_size_for_reloc::get_size_for_reloc(
1871 unsigned int,
1872 Relobj*)
1874 // We are always SHT_RELA, so we should never get here.
1875 gold_unreachable();
1876 return 0;
1879 // Scan the relocs during a relocatable link.
1881 template<int size, bool big_endian>
1882 void
1883 Target_powerpc<size, big_endian>::scan_relocatable_relocs(
1884 Symbol_table* symtab,
1885 Layout* layout,
1886 Sized_relobj<size, big_endian>* object,
1887 unsigned int data_shndx,
1888 unsigned int sh_type,
1889 const unsigned char* prelocs,
1890 size_t reloc_count,
1891 Output_section* output_section,
1892 bool needs_special_offset_handling,
1893 size_t local_symbol_count,
1894 const unsigned char* plocal_symbols,
1895 Relocatable_relocs* rr)
1897 gold_assert(sh_type == elfcpp::SHT_RELA);
1899 typedef gold::Default_scan_relocatable_relocs<elfcpp::SHT_RELA,
1900 Relocatable_size_for_reloc> Scan_relocatable_relocs;
1902 gold::scan_relocatable_relocs<size, big_endian, elfcpp::SHT_RELA,
1903 Scan_relocatable_relocs>(
1904 symtab,
1905 layout,
1906 object,
1907 data_shndx,
1908 prelocs,
1909 reloc_count,
1910 output_section,
1911 needs_special_offset_handling,
1912 local_symbol_count,
1913 plocal_symbols,
1914 rr);
1917 // Relocate a section during a relocatable link.
1919 template<int size, bool big_endian>
1920 void
1921 Target_powerpc<size, big_endian>::relocate_for_relocatable(
1922 const Relocate_info<size, big_endian>* relinfo,
1923 unsigned int sh_type,
1924 const unsigned char* prelocs,
1925 size_t reloc_count,
1926 Output_section* output_section,
1927 off_t offset_in_output_section,
1928 const Relocatable_relocs* rr,
1929 unsigned char* view,
1930 typename elfcpp::Elf_types<size>::Elf_Addr view_address,
1931 section_size_type view_size,
1932 unsigned char* reloc_view,
1933 section_size_type reloc_view_size)
1935 gold_assert(sh_type == elfcpp::SHT_RELA);
1937 gold::relocate_for_relocatable<size, big_endian, elfcpp::SHT_RELA>(
1938 relinfo,
1939 prelocs,
1940 reloc_count,
1941 output_section,
1942 offset_in_output_section,
1944 view,
1945 view_address,
1946 view_size,
1947 reloc_view,
1948 reloc_view_size);
1951 // Return the value to use for a dynamic which requires special
1952 // treatment. This is how we support equality comparisons of function
1953 // pointers across shared library boundaries, as described in the
1954 // processor specific ABI supplement.
1956 template<int size, bool big_endian>
1957 uint64_t
1958 Target_powerpc<size, big_endian>::do_dynsym_value(const Symbol* gsym) const
1960 gold_assert(gsym->is_from_dynobj() && gsym->has_plt_offset());
1961 return this->plt_section()->address() + gsym->plt_offset();
1964 // The selector for powerpc object files.
1966 template<int size, bool big_endian>
1967 class Target_selector_powerpc : public Target_selector
1969 public:
1970 Target_selector_powerpc()
1971 : Target_selector(elfcpp::EM_NONE, size, big_endian,
1972 (size == 64 ?
1973 (big_endian ? "elf64-powerpc" : "elf64-powerpcle") :
1974 (big_endian ? "elf32-powerpc" : "elf32-powerpcle")))
1977 Target* do_recognize(int machine, int, int)
1979 switch (size)
1981 case 64:
1982 if (machine != elfcpp::EM_PPC64)
1983 return NULL;
1984 break;
1986 case 32:
1987 if (machine != elfcpp::EM_PPC)
1988 return NULL;
1989 break;
1991 default:
1992 return NULL;
1995 return this->instantiate_target();
1998 Target* do_instantiate_target()
1999 { return new Target_powerpc<size, big_endian>(); }
2002 Target_selector_powerpc<32, true> target_selector_ppc32;
2003 Target_selector_powerpc<32, false> target_selector_ppc32le;
2004 Target_selector_powerpc<64, true> target_selector_ppc64;
2005 Target_selector_powerpc<64, false> target_selector_ppc64le;
2007 } // End anonymous namespace.