1 // sparc.cc -- sparc target support for gold.
3 // Copyright 2008, 2009 Free Software Foundation, Inc.
4 // Written by David S. Miller <davem@davemloft.net>.
6 // This file is part of gold.
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
10 // the Free Software Foundation; either version 3 of the License, or
11 // (at your option) any later version.
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.
18 // You should have received a copy of the GNU General Public License
19 // along with this program; if not, write to the Free Software
20 // Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
21 // MA 02110-1301, USA.
30 #include "parameters.h"
37 #include "copy-relocs.h"
39 #include "target-reloc.h"
40 #include "target-select.h"
50 template<int size
, bool big_endian
>
51 class Output_data_plt_sparc
;
53 template<int size
, bool big_endian
>
54 class Target_sparc
: public Sized_target
<size
, big_endian
>
57 typedef Output_data_reloc
<elfcpp::SHT_RELA
, true, size
, big_endian
> Reloc_section
;
60 : Sized_target
<size
, big_endian
>(&sparc_info
),
61 got_(NULL
), plt_(NULL
), rela_dyn_(NULL
),
62 copy_relocs_(elfcpp::R_SPARC_COPY
), dynbss_(NULL
),
63 got_mod_index_offset_(-1U), tls_get_addr_sym_(NULL
)
67 // Process the relocations to determine unreferenced sections for
68 // garbage collection.
70 gc_process_relocs(Symbol_table
* symtab
,
72 Sized_relobj
<size
, big_endian
>* object
,
73 unsigned int data_shndx
,
75 const unsigned char* prelocs
,
77 Output_section
* output_section
,
78 bool needs_special_offset_handling
,
79 size_t local_symbol_count
,
80 const unsigned char* plocal_symbols
);
82 // Scan the relocations to look for symbol adjustments.
84 scan_relocs(Symbol_table
* symtab
,
86 Sized_relobj
<size
, big_endian
>* object
,
87 unsigned int data_shndx
,
89 const unsigned char* prelocs
,
91 Output_section
* output_section
,
92 bool needs_special_offset_handling
,
93 size_t local_symbol_count
,
94 const unsigned char* plocal_symbols
);
95 // Finalize the sections.
97 do_finalize_sections(Layout
*, const Input_objects
*, Symbol_table
*);
99 // Return the value to use for a dynamic which requires special
102 do_dynsym_value(const Symbol
*) const;
104 // Relocate a section.
106 relocate_section(const Relocate_info
<size
, big_endian
>*,
107 unsigned int sh_type
,
108 const unsigned char* prelocs
,
110 Output_section
* output_section
,
111 bool needs_special_offset_handling
,
113 typename
elfcpp::Elf_types
<size
>::Elf_Addr view_address
,
114 section_size_type view_size
,
115 const Reloc_symbol_changes
*);
117 // Scan the relocs during a relocatable link.
119 scan_relocatable_relocs(Symbol_table
* symtab
,
121 Sized_relobj
<size
, big_endian
>* object
,
122 unsigned int data_shndx
,
123 unsigned int sh_type
,
124 const unsigned char* prelocs
,
126 Output_section
* output_section
,
127 bool needs_special_offset_handling
,
128 size_t local_symbol_count
,
129 const unsigned char* plocal_symbols
,
130 Relocatable_relocs
*);
132 // Relocate a section during a relocatable link.
134 relocate_for_relocatable(const Relocate_info
<size
, big_endian
>*,
135 unsigned int sh_type
,
136 const unsigned char* prelocs
,
138 Output_section
* output_section
,
139 off_t offset_in_output_section
,
140 const Relocatable_relocs
*,
142 typename
elfcpp::Elf_types
<size
>::Elf_Addr view_address
,
143 section_size_type view_size
,
144 unsigned char* reloc_view
,
145 section_size_type reloc_view_size
);
146 // Return whether SYM is defined by the ABI.
148 do_is_defined_by_abi(const Symbol
* sym
) const
150 // XXX Really need to support this better...
151 if (sym
->type() == elfcpp::STT_SPARC_REGISTER
)
154 return strcmp(sym
->name(), "___tls_get_addr") == 0;
157 // Return whether there is a GOT section.
159 has_got_section() const
160 { return this->got_
!= NULL
; }
162 // Return the size of the GOT section.
166 gold_assert(this->got_
!= NULL
);
167 return this->got_
->data_size();
172 // The class which scans relocations.
177 : issued_non_pic_error_(false)
181 local(Symbol_table
* symtab
, Layout
* layout
, Target_sparc
* target
,
182 Sized_relobj
<size
, big_endian
>* object
,
183 unsigned int data_shndx
,
184 Output_section
* output_section
,
185 const elfcpp::Rela
<size
, big_endian
>& reloc
, unsigned int r_type
,
186 const elfcpp::Sym
<size
, big_endian
>& lsym
);
189 global(Symbol_table
* symtab
, Layout
* layout
, Target_sparc
* target
,
190 Sized_relobj
<size
, big_endian
>* object
,
191 unsigned int data_shndx
,
192 Output_section
* output_section
,
193 const elfcpp::Rela
<size
, big_endian
>& reloc
, unsigned int r_type
,
198 unsupported_reloc_local(Sized_relobj
<size
, big_endian
>*,
199 unsigned int r_type
);
202 unsupported_reloc_global(Sized_relobj
<size
, big_endian
>*,
203 unsigned int r_type
, Symbol
*);
206 generate_tls_call(Symbol_table
* symtab
, Layout
* layout
,
207 Target_sparc
* target
);
210 check_non_pic(Relobj
*, unsigned int r_type
);
212 // Whether we have issued an error about a non-PIC compilation.
213 bool issued_non_pic_error_
;
216 // The class which implements relocation.
221 : ignore_gd_add_(false)
226 if (this->ignore_gd_add_
)
228 // FIXME: This needs to specify the location somehow.
229 gold_error(_("missing expected TLS relocation"));
233 // Do a relocation. Return false if the caller should not issue
234 // any warnings about this relocation.
236 relocate(const Relocate_info
<size
, big_endian
>*, Target_sparc
*,
237 Output_section
*, size_t relnum
,
238 const elfcpp::Rela
<size
, big_endian
>&,
239 unsigned int r_type
, const Sized_symbol
<size
>*,
240 const Symbol_value
<size
>*,
242 typename
elfcpp::Elf_types
<size
>::Elf_Addr
,
246 // Do a TLS relocation.
248 relocate_tls(const Relocate_info
<size
, big_endian
>*, Target_sparc
* target
,
249 size_t relnum
, const elfcpp::Rela
<size
, big_endian
>&,
250 unsigned int r_type
, const Sized_symbol
<size
>*,
251 const Symbol_value
<size
>*,
253 typename
elfcpp::Elf_types
<size
>::Elf_Addr
,
256 // Ignore the next relocation which should be R_SPARC_TLS_GD_ADD
260 // A class which returns the size required for a relocation type,
261 // used while scanning relocs during a relocatable link.
262 class Relocatable_size_for_reloc
266 get_size_for_reloc(unsigned int, Relobj
*);
269 // Get the GOT section, creating it if necessary.
270 Output_data_got
<size
, big_endian
>*
271 got_section(Symbol_table
*, Layout
*);
273 // Create a PLT entry for a global symbol.
275 make_plt_entry(Symbol_table
*, Layout
*, Symbol
*);
277 // Create a GOT entry for the TLS module index.
279 got_mod_index_entry(Symbol_table
* symtab
, Layout
* layout
,
280 Sized_relobj
<size
, big_endian
>* object
);
282 // Return the gsym for "__tls_get_addr". Cache if not already
285 tls_get_addr_sym(Symbol_table
* symtab
)
287 if (!this->tls_get_addr_sym_
)
288 this->tls_get_addr_sym_
= symtab
->lookup("__tls_get_addr", NULL
);
289 gold_assert(this->tls_get_addr_sym_
);
290 return this->tls_get_addr_sym_
;
293 // Get the PLT section.
294 const Output_data_plt_sparc
<size
, big_endian
>*
297 gold_assert(this->plt_
!= NULL
);
301 // Get the dynamic reloc section, creating it if necessary.
303 rela_dyn_section(Layout
*);
305 // Copy a relocation against a global symbol.
307 copy_reloc(Symbol_table
* symtab
, Layout
* layout
,
308 Sized_relobj
<size
, big_endian
>* object
,
309 unsigned int shndx
, Output_section
* output_section
,
310 Symbol
* sym
, const elfcpp::Rela
<size
, big_endian
>& reloc
)
312 this->copy_relocs_
.copy_reloc(symtab
, layout
,
313 symtab
->get_sized_symbol
<size
>(sym
),
314 object
, shndx
, output_section
,
315 reloc
, this->rela_dyn_section(layout
));
318 // Information about this specific target which we pass to the
319 // general Target structure.
320 static Target::Target_info sparc_info
;
322 // The types of GOT entries needed for this platform.
325 GOT_TYPE_STANDARD
= 0, // GOT entry for a regular symbol
326 GOT_TYPE_TLS_OFFSET
= 1, // GOT entry for TLS offset
327 GOT_TYPE_TLS_PAIR
= 2, // GOT entry for TLS module/offset pair
331 Output_data_got
<size
, big_endian
>* got_
;
333 Output_data_plt_sparc
<size
, big_endian
>* plt_
;
334 // The dynamic reloc section.
335 Reloc_section
* rela_dyn_
;
336 // Relocs saved to avoid a COPY reloc.
337 Copy_relocs
<elfcpp::SHT_RELA
, size
, big_endian
> copy_relocs_
;
338 // Space for variables copied with a COPY reloc.
339 Output_data_space
* dynbss_
;
340 // Offset of the GOT entry for the TLS module index;
341 unsigned int got_mod_index_offset_
;
342 // Cached pointer to __tls_get_addr symbol
343 Symbol
* tls_get_addr_sym_
;
347 Target::Target_info Target_sparc
<32, true>::sparc_info
=
350 true, // is_big_endian
351 elfcpp::EM_SPARC
, // machine_code
352 false, // has_make_symbol
353 false, // has_resolve
354 false, // has_code_fill
355 true, // is_default_stack_executable
357 "/usr/lib/ld.so.1", // dynamic_linker
358 0x00010000, // default_text_segment_address
359 64 * 1024, // abi_pagesize (overridable by -z max-page-size)
360 8 * 1024, // common_pagesize (overridable by -z common-page-size)
361 elfcpp::SHN_UNDEF
, // small_common_shndx
362 elfcpp::SHN_UNDEF
, // large_common_shndx
363 0, // small_common_section_flags
364 0, // large_common_section_flags
365 NULL
, // attributes_section
366 NULL
// attributes_vendor
370 Target::Target_info Target_sparc
<64, true>::sparc_info
=
373 true, // is_big_endian
374 elfcpp::EM_SPARCV9
, // machine_code
375 false, // has_make_symbol
376 false, // has_resolve
377 false, // has_code_fill
378 true, // is_default_stack_executable
380 "/usr/lib/sparcv9/ld.so.1", // dynamic_linker
381 0x100000, // default_text_segment_address
382 64 * 1024, // abi_pagesize (overridable by -z max-page-size)
383 8 * 1024, // common_pagesize (overridable by -z common-page-size)
384 elfcpp::SHN_UNDEF
, // small_common_shndx
385 elfcpp::SHN_UNDEF
, // large_common_shndx
386 0, // small_common_section_flags
387 0, // large_common_section_flags
388 NULL
, // attributes_section
389 NULL
// attributes_vendor
392 // We have to take care here, even when operating in little-endian
393 // mode, sparc instructions are still big endian.
394 template<int size
, bool big_endian
>
395 class Sparc_relocate_functions
398 // Do a simple relocation with the addend in the relocation.
399 template<int valsize
>
401 rela(unsigned char* view
,
402 unsigned int right_shift
,
403 typename
elfcpp::Elf_types
<valsize
>::Elf_Addr dst_mask
,
404 typename
elfcpp::Swap
<size
, big_endian
>::Valtype value
,
405 typename
elfcpp::Swap
<size
, big_endian
>::Valtype addend
)
407 typedef typename
elfcpp::Swap
<valsize
, big_endian
>::Valtype Valtype
;
408 Valtype
* wv
= reinterpret_cast<Valtype
*>(view
);
409 Valtype val
= elfcpp::Swap
<valsize
, big_endian
>::readval(wv
);
410 Valtype reloc
= ((value
+ addend
) >> right_shift
);
415 elfcpp::Swap
<valsize
, big_endian
>::writeval(wv
, val
| reloc
);
418 // Do a simple relocation using a symbol value with the addend in
420 template<int valsize
>
422 rela(unsigned char* view
,
423 unsigned int right_shift
,
424 typename
elfcpp::Elf_types
<valsize
>::Elf_Addr dst_mask
,
425 const Sized_relobj
<size
, big_endian
>* object
,
426 const Symbol_value
<size
>* psymval
,
427 typename
elfcpp::Swap
<valsize
, big_endian
>::Valtype addend
)
429 typedef typename
elfcpp::Swap
<valsize
, big_endian
>::Valtype Valtype
;
430 Valtype
* wv
= reinterpret_cast<Valtype
*>(view
);
431 Valtype val
= elfcpp::Swap
<valsize
, big_endian
>::readval(wv
);
432 Valtype reloc
= (psymval
->value(object
, addend
) >> right_shift
);
437 elfcpp::Swap
<valsize
, big_endian
>::writeval(wv
, val
| reloc
);
440 // Do a simple relocation using a symbol value with the addend in
441 // the relocation, unaligned.
442 template<int valsize
>
444 rela_ua(unsigned char* view
,
445 unsigned int right_shift
, elfcpp::Elf_Xword dst_mask
,
446 const Sized_relobj
<size
, big_endian
>* object
,
447 const Symbol_value
<size
>* psymval
,
448 typename
elfcpp::Swap
<size
, big_endian
>::Valtype addend
)
450 typedef typename
elfcpp::Swap_unaligned
<valsize
,
451 big_endian
>::Valtype Valtype
;
452 unsigned char* wv
= view
;
453 Valtype val
= elfcpp::Swap_unaligned
<valsize
, big_endian
>::readval(wv
);
454 Valtype reloc
= (psymval
->value(object
, addend
) >> right_shift
);
459 elfcpp::Swap_unaligned
<valsize
, big_endian
>::writeval(wv
, val
| reloc
);
462 // Do a simple PC relative relocation with a Symbol_value with the
463 // addend in the relocation.
464 template<int valsize
>
466 pcrela(unsigned char* view
,
467 unsigned int right_shift
,
468 typename
elfcpp::Elf_types
<valsize
>::Elf_Addr dst_mask
,
469 const Sized_relobj
<size
, big_endian
>* object
,
470 const Symbol_value
<size
>* psymval
,
471 typename
elfcpp::Swap
<size
, big_endian
>::Valtype addend
,
472 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
474 typedef typename
elfcpp::Swap
<valsize
, big_endian
>::Valtype Valtype
;
475 Valtype
* wv
= reinterpret_cast<Valtype
*>(view
);
476 Valtype val
= elfcpp::Swap
<valsize
, big_endian
>::readval(wv
);
477 Valtype reloc
= ((psymval
->value(object
, addend
) - address
)
483 elfcpp::Swap
<valsize
, big_endian
>::writeval(wv
, val
| reloc
);
486 template<int valsize
>
488 pcrela_unaligned(unsigned char* view
,
489 const Sized_relobj
<size
, big_endian
>* object
,
490 const Symbol_value
<size
>* psymval
,
491 typename
elfcpp::Swap
<size
, big_endian
>::Valtype addend
,
492 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
494 typedef typename
elfcpp::Swap_unaligned
<valsize
,
495 big_endian
>::Valtype Valtype
;
496 unsigned char* wv
= view
;
497 Valtype reloc
= (psymval
->value(object
, addend
) - address
);
499 elfcpp::Swap_unaligned
<valsize
, big_endian
>::writeval(wv
, reloc
);
502 typedef Sparc_relocate_functions
<size
, big_endian
> This
;
503 typedef Sparc_relocate_functions
<size
, true> This_insn
;
506 // R_SPARC_WDISP30: (Symbol + Addend - Address) >> 2
508 wdisp30(unsigned char* view
,
509 const Sized_relobj
<size
, big_endian
>* object
,
510 const Symbol_value
<size
>* psymval
,
511 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
512 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
514 This_insn::template pcrela
<32>(view
, 2, 0x3fffffff, object
,
515 psymval
, addend
, address
);
518 // R_SPARC_WDISP22: (Symbol + Addend - Address) >> 2
520 wdisp22(unsigned char* view
,
521 const Sized_relobj
<size
, big_endian
>* object
,
522 const Symbol_value
<size
>* psymval
,
523 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
524 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
526 This_insn::template pcrela
<32>(view
, 2, 0x003fffff, object
,
527 psymval
, addend
, address
);
530 // R_SPARC_WDISP19: (Symbol + Addend - Address) >> 2
532 wdisp19(unsigned char* view
,
533 const Sized_relobj
<size
, big_endian
>* object
,
534 const Symbol_value
<size
>* psymval
,
535 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
536 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
538 This_insn::template pcrela
<32>(view
, 2, 0x0007ffff, object
,
539 psymval
, addend
, address
);
542 // R_SPARC_WDISP16: (Symbol + Addend - Address) >> 2
544 wdisp16(unsigned char* view
,
545 const Sized_relobj
<size
, big_endian
>* object
,
546 const Symbol_value
<size
>* psymval
,
547 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
548 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
550 typedef typename
elfcpp::Swap
<32, true>::Valtype Valtype
;
551 Valtype
* wv
= reinterpret_cast<Valtype
*>(view
);
552 Valtype val
= elfcpp::Swap
<32, true>::readval(wv
);
553 Valtype reloc
= ((psymval
->value(object
, addend
) - address
)
556 // The relocation value is split between the low 14 bits,
558 val
&= ~((0x3 << 20) | 0x3fff);
559 reloc
= (((reloc
& 0xc000) << (20 - 14))
560 | (reloc
& 0x3ffff));
562 elfcpp::Swap
<32, true>::writeval(wv
, val
| reloc
);
565 // R_SPARC_PC22: (Symbol + Addend - Address) >> 10
567 pc22(unsigned char* view
,
568 const Sized_relobj
<size
, big_endian
>* object
,
569 const Symbol_value
<size
>* psymval
,
570 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
571 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
573 This_insn::template pcrela
<32>(view
, 10, 0x003fffff, object
,
574 psymval
, addend
, address
);
577 // R_SPARC_PC10: (Symbol + Addend - Address) & 0x3ff
579 pc10(unsigned char* view
,
580 const Sized_relobj
<size
, big_endian
>* object
,
581 const Symbol_value
<size
>* psymval
,
582 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
583 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
585 This_insn::template pcrela
<32>(view
, 0, 0x000003ff, object
,
586 psymval
, addend
, address
);
589 // R_SPARC_HI22: (Symbol + Addend) >> 10
591 hi22(unsigned char* view
,
592 typename
elfcpp::Elf_types
<size
>::Elf_Addr value
,
593 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
595 This_insn::template rela
<32>(view
, 10, 0x003fffff, value
, addend
);
598 // R_SPARC_HI22: (Symbol + Addend) >> 10
600 hi22(unsigned char* view
,
601 const Sized_relobj
<size
, big_endian
>* object
,
602 const Symbol_value
<size
>* psymval
,
603 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
605 This_insn::template rela
<32>(view
, 10, 0x003fffff, object
, psymval
, addend
);
608 // R_SPARC_PCPLT22: (Symbol + Addend - Address) >> 10
610 pcplt22(unsigned char* view
,
611 const Sized_relobj
<size
, big_endian
>* object
,
612 const Symbol_value
<size
>* psymval
,
613 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
614 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
616 This_insn::template pcrela
<32>(view
, 10, 0x003fffff, object
,
617 psymval
, addend
, address
);
620 // R_SPARC_LO10: (Symbol + Addend) & 0x3ff
622 lo10(unsigned char* view
,
623 typename
elfcpp::Elf_types
<size
>::Elf_Addr value
,
624 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
626 This_insn::template rela
<32>(view
, 0, 0x000003ff, value
, addend
);
629 // R_SPARC_LO10: (Symbol + Addend) & 0x3ff
631 lo10(unsigned char* view
,
632 const Sized_relobj
<size
, big_endian
>* object
,
633 const Symbol_value
<size
>* psymval
,
634 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
636 This_insn::template rela
<32>(view
, 0, 0x000003ff, object
, psymval
, addend
);
639 // R_SPARC_LO10: (Symbol + Addend) & 0x3ff
641 lo10(unsigned char* view
,
642 const Sized_relobj
<size
, big_endian
>* object
,
643 const Symbol_value
<size
>* psymval
,
644 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
645 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
647 This_insn::template pcrela
<32>(view
, 0, 0x000003ff, object
,
648 psymval
, addend
, address
);
651 // R_SPARC_OLO10: ((Symbol + Addend) & 0x3ff) + Addend2
653 olo10(unsigned char* view
,
654 const Sized_relobj
<size
, big_endian
>* object
,
655 const Symbol_value
<size
>* psymval
,
656 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
657 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend2
)
659 typedef typename
elfcpp::Swap
<32, true>::Valtype Valtype
;
660 Valtype
* wv
= reinterpret_cast<Valtype
*>(view
);
661 Valtype val
= elfcpp::Swap
<32, true>::readval(wv
);
662 Valtype reloc
= psymval
->value(object
, addend
);
669 elfcpp::Swap
<32, true>::writeval(wv
, val
| reloc
);
672 // R_SPARC_22: (Symbol + Addend)
674 rela32_22(unsigned char* view
,
675 const Sized_relobj
<size
, big_endian
>* object
,
676 const Symbol_value
<size
>* psymval
,
677 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
679 This_insn::template rela
<32>(view
, 0, 0x003fffff, object
, psymval
, addend
);
682 // R_SPARC_13: (Symbol + Addend)
684 rela32_13(unsigned char* view
,
685 typename
elfcpp::Elf_types
<size
>::Elf_Addr value
,
686 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
688 This_insn::template rela
<32>(view
, 0, 0x00001fff, value
, addend
);
691 // R_SPARC_13: (Symbol + Addend)
693 rela32_13(unsigned char* view
,
694 const Sized_relobj
<size
, big_endian
>* object
,
695 const Symbol_value
<size
>* psymval
,
696 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
698 This_insn::template rela
<32>(view
, 0, 0x00001fff, object
, psymval
, addend
);
701 // R_SPARC_UA16: (Symbol + Addend)
703 ua16(unsigned char* view
,
704 const Sized_relobj
<size
, big_endian
>* object
,
705 const Symbol_value
<size
>* psymval
,
706 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
708 This::template rela_ua
<16>(view
, 0, 0xffff, object
, psymval
, addend
);
711 // R_SPARC_UA32: (Symbol + Addend)
713 ua32(unsigned char* view
,
714 const Sized_relobj
<size
, big_endian
>* object
,
715 const Symbol_value
<size
>* psymval
,
716 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
718 This::template rela_ua
<32>(view
, 0, 0xffffffff, object
, psymval
, addend
);
721 // R_SPARC_UA64: (Symbol + Addend)
723 ua64(unsigned char* view
,
724 const Sized_relobj
<size
, big_endian
>* object
,
725 const Symbol_value
<size
>* psymval
,
726 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
728 This::template rela_ua
<64>(view
, 0, ~(elfcpp::Elf_Xword
) 0,
729 object
, psymval
, addend
);
732 // R_SPARC_DISP8: (Symbol + Addend - Address)
734 disp8(unsigned char* view
,
735 const Sized_relobj
<size
, big_endian
>* object
,
736 const Symbol_value
<size
>* psymval
,
737 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
738 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
740 This::template pcrela_unaligned
<8>(view
, object
, psymval
,
744 // R_SPARC_DISP16: (Symbol + Addend - Address)
746 disp16(unsigned char* view
,
747 const Sized_relobj
<size
, big_endian
>* object
,
748 const Symbol_value
<size
>* psymval
,
749 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
750 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
752 This::template pcrela_unaligned
<16>(view
, object
, psymval
,
756 // R_SPARC_DISP32: (Symbol + Addend - Address)
758 disp32(unsigned char* view
,
759 const Sized_relobj
<size
, big_endian
>* object
,
760 const Symbol_value
<size
>* psymval
,
761 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
762 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
764 This::template pcrela_unaligned
<32>(view
, object
, psymval
,
768 // R_SPARC_DISP64: (Symbol + Addend - Address)
770 disp64(unsigned char* view
,
771 const Sized_relobj
<size
, big_endian
>* object
,
772 const Symbol_value
<size
>* psymval
,
773 elfcpp::Elf_Xword addend
,
774 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
776 This::template pcrela_unaligned
<64>(view
, object
, psymval
,
780 // R_SPARC_H44: (Symbol + Addend) >> 22
782 h44(unsigned char* view
,
783 const Sized_relobj
<size
, big_endian
>* object
,
784 const Symbol_value
<size
>* psymval
,
785 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
787 This_insn::template rela
<32>(view
, 22, 0x003fffff, object
, psymval
, addend
);
790 // R_SPARC_M44: ((Symbol + Addend) >> 12) & 0x3ff
792 m44(unsigned char* view
,
793 const Sized_relobj
<size
, big_endian
>* object
,
794 const Symbol_value
<size
>* psymval
,
795 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
797 This_insn::template rela
<32>(view
, 12, 0x000003ff, object
, psymval
, addend
);
800 // R_SPARC_L44: (Symbol + Addend) & 0xfff
802 l44(unsigned char* view
,
803 const Sized_relobj
<size
, big_endian
>* object
,
804 const Symbol_value
<size
>* psymval
,
805 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
807 This_insn::template rela
<32>(view
, 0, 0x00000fff, object
, psymval
, addend
);
810 // R_SPARC_HH22: (Symbol + Addend) >> 42
812 hh22(unsigned char* view
,
813 const Sized_relobj
<size
, big_endian
>* object
,
814 const Symbol_value
<size
>* psymval
,
815 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
817 This_insn::template rela
<32>(view
, 42, 0x003fffff, object
, psymval
, addend
);
820 // R_SPARC_PC_HH22: (Symbol + Addend - Address) >> 42
822 pc_hh22(unsigned char* view
,
823 const Sized_relobj
<size
, big_endian
>* object
,
824 const Symbol_value
<size
>* psymval
,
825 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
826 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
828 This_insn::template pcrela
<32>(view
, 42, 0x003fffff, object
,
829 psymval
, addend
, address
);
832 // R_SPARC_HM10: ((Symbol + Addend) >> 32) & 0x3ff
834 hm10(unsigned char* view
,
835 const Sized_relobj
<size
, big_endian
>* object
,
836 const Symbol_value
<size
>* psymval
,
837 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
839 This_insn::template rela
<32>(view
, 32, 0x000003ff, object
, psymval
, addend
);
842 // R_SPARC_PC_HM10: ((Symbol + Addend - Address) >> 32) & 0x3ff
844 pc_hm10(unsigned char* view
,
845 const Sized_relobj
<size
, big_endian
>* object
,
846 const Symbol_value
<size
>* psymval
,
847 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
,
848 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
)
850 This_insn::template pcrela
<32>(view
, 32, 0x000003ff, object
,
851 psymval
, addend
, address
);
854 // R_SPARC_11: (Symbol + Addend)
856 rela32_11(unsigned char* view
,
857 const Sized_relobj
<size
, big_endian
>* object
,
858 const Symbol_value
<size
>* psymval
,
859 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
861 This_insn::template rela
<32>(view
, 0, 0x000007ff, object
, psymval
, addend
);
864 // R_SPARC_10: (Symbol + Addend)
866 rela32_10(unsigned char* view
,
867 const Sized_relobj
<size
, big_endian
>* object
,
868 const Symbol_value
<size
>* psymval
,
869 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
871 This_insn::template rela
<32>(view
, 0, 0x000003ff, object
, psymval
, addend
);
874 // R_SPARC_7: (Symbol + Addend)
876 rela32_7(unsigned char* view
,
877 const Sized_relobj
<size
, big_endian
>* object
,
878 const Symbol_value
<size
>* psymval
,
879 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
881 This_insn::template rela
<32>(view
, 0, 0x0000007f, object
, psymval
, addend
);
884 // R_SPARC_6: (Symbol + Addend)
886 rela32_6(unsigned char* view
,
887 const Sized_relobj
<size
, big_endian
>* object
,
888 const Symbol_value
<size
>* psymval
,
889 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
891 This_insn::template rela
<32>(view
, 0, 0x0000003f, object
, psymval
, addend
);
894 // R_SPARC_5: (Symbol + Addend)
896 rela32_5(unsigned char* view
,
897 const Sized_relobj
<size
, big_endian
>* object
,
898 const Symbol_value
<size
>* psymval
,
899 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
901 This_insn::template rela
<32>(view
, 0, 0x0000001f, object
, psymval
, addend
);
904 // R_SPARC_TLS_LDO_HIX22: @dtpoff(Symbol + Addend) >> 10
906 ldo_hix22(unsigned char* view
,
907 typename
elfcpp::Elf_types
<size
>::Elf_Addr value
,
908 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
910 This_insn::hi22(view
, value
, addend
);
913 // R_SPARC_TLS_LDO_LOX10: @dtpoff(Symbol + Addend) & 0x3ff
915 ldo_lox10(unsigned char* view
,
916 typename
elfcpp::Elf_types
<size
>::Elf_Addr value
,
917 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
919 typedef typename
elfcpp::Swap
<32, true>::Valtype Valtype
;
920 Valtype
* wv
= reinterpret_cast<Valtype
*>(view
);
921 Valtype val
= elfcpp::Swap
<32, true>::readval(wv
);
922 Valtype reloc
= (value
+ addend
);
927 elfcpp::Swap
<32, true>::writeval(wv
, val
| reloc
);
930 // R_SPARC_TLS_LE_HIX22: (@tpoff(Symbol + Addend) ^ 0xffffffffffffffff) >> 10
932 hix22(unsigned char* view
,
933 typename
elfcpp::Elf_types
<size
>::Elf_Addr value
,
934 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
936 typedef typename
elfcpp::Swap
<32, true>::Valtype Valtype
;
937 Valtype
* wv
= reinterpret_cast<Valtype
*>(view
);
938 Valtype val
= elfcpp::Swap
<32, true>::readval(wv
);
939 Valtype reloc
= (value
+ addend
);
943 reloc
^= ~(Valtype
)0;
948 elfcpp::Swap
<32, true>::writeval(wv
, val
| reloc
);
951 // R_SPARC_HIX22: ((Symbol + Addend) ^ 0xffffffffffffffff) >> 10
953 hix22(unsigned char* view
,
954 const Sized_relobj
<size
, big_endian
>* object
,
955 const Symbol_value
<size
>* psymval
,
956 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
958 typedef typename
elfcpp::Swap
<32, true>::Valtype Valtype
;
959 Valtype
* wv
= reinterpret_cast<Valtype
*>(view
);
960 Valtype val
= elfcpp::Swap
<32, true>::readval(wv
);
961 Valtype reloc
= psymval
->value(object
, addend
);
965 reloc
^= ~(Valtype
)0;
970 elfcpp::Swap
<32, true>::writeval(wv
, val
| reloc
);
974 // R_SPARC_TLS_LE_LOX10: (@tpoff(Symbol + Addend) & 0x3ff) | 0x1c00
976 lox10(unsigned char* view
,
977 typename
elfcpp::Elf_types
<size
>::Elf_Addr value
,
978 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
980 typedef typename
elfcpp::Swap
<32, true>::Valtype Valtype
;
981 Valtype
* wv
= reinterpret_cast<Valtype
*>(view
);
982 Valtype val
= elfcpp::Swap
<32, true>::readval(wv
);
983 Valtype reloc
= (value
+ addend
);
989 elfcpp::Swap
<32, true>::writeval(wv
, val
| reloc
);
992 // R_SPARC_LOX10: ((Symbol + Addend) & 0x3ff) | 0x1c00
994 lox10(unsigned char* view
,
995 const Sized_relobj
<size
, big_endian
>* object
,
996 const Symbol_value
<size
>* psymval
,
997 typename
elfcpp::Elf_types
<size
>::Elf_Addr addend
)
999 typedef typename
elfcpp::Swap
<32, true>::Valtype Valtype
;
1000 Valtype
* wv
= reinterpret_cast<Valtype
*>(view
);
1001 Valtype val
= elfcpp::Swap
<32, true>::readval(wv
);
1002 Valtype reloc
= psymval
->value(object
, addend
);
1008 elfcpp::Swap
<32, true>::writeval(wv
, val
| reloc
);
1012 // Get the GOT section, creating it if necessary.
1014 template<int size
, bool big_endian
>
1015 Output_data_got
<size
, big_endian
>*
1016 Target_sparc
<size
, big_endian
>::got_section(Symbol_table
* symtab
,
1019 if (this->got_
== NULL
)
1021 gold_assert(symtab
!= NULL
&& layout
!= NULL
);
1023 this->got_
= new Output_data_got
<size
, big_endian
>();
1026 os
= layout
->add_output_section_data(".got", elfcpp::SHT_PROGBITS
,
1028 | elfcpp::SHF_WRITE
),
1029 this->got_
, false, true, false,
1032 // Define _GLOBAL_OFFSET_TABLE_ at the start of the .got section.
1033 symtab
->define_in_output_data("_GLOBAL_OFFSET_TABLE_", NULL
,
1034 Symbol_table::PREDEFINED
,
1036 0, 0, elfcpp::STT_OBJECT
,
1038 elfcpp::STV_HIDDEN
, 0,
1045 // Get the dynamic reloc section, creating it if necessary.
1047 template<int size
, bool big_endian
>
1048 typename Target_sparc
<size
, big_endian
>::Reloc_section
*
1049 Target_sparc
<size
, big_endian
>::rela_dyn_section(Layout
* layout
)
1051 if (this->rela_dyn_
== NULL
)
1053 gold_assert(layout
!= NULL
);
1054 this->rela_dyn_
= new Reloc_section(parameters
->options().combreloc());
1055 layout
->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA
,
1056 elfcpp::SHF_ALLOC
, this->rela_dyn_
, true,
1057 false, false, false);
1059 return this->rela_dyn_
;
1062 // A class to handle the PLT data.
1064 template<int size
, bool big_endian
>
1065 class Output_data_plt_sparc
: public Output_section_data
1068 typedef Output_data_reloc
<elfcpp::SHT_RELA
, true,
1069 size
, big_endian
> Reloc_section
;
1071 Output_data_plt_sparc(Layout
*);
1073 // Add an entry to the PLT.
1074 void add_entry(Symbol
* gsym
);
1076 // Return the .rela.plt section data.
1077 const Reloc_section
* rel_plt() const
1083 void do_adjust_output_section(Output_section
* os
);
1085 // Write to a map file.
1087 do_print_to_mapfile(Mapfile
* mapfile
) const
1088 { mapfile
->print_output_data(this, _("** PLT")); }
1091 // The size of an entry in the PLT.
1092 static const int base_plt_entry_size
= (size
== 32 ? 12 : 32);
1094 static const unsigned int plt_entries_per_block
= 160;
1095 static const unsigned int plt_insn_chunk_size
= 24;
1096 static const unsigned int plt_pointer_chunk_size
= 8;
1097 static const unsigned int plt_block_size
=
1098 (plt_entries_per_block
1099 * (plt_insn_chunk_size
+ plt_pointer_chunk_size
));
1101 // Set the final size.
1103 set_final_data_size()
1105 unsigned int full_count
= this->count_
+ 4;
1106 unsigned int extra
= (size
== 32 ? 4 : 0);
1108 if (size
== 32 || full_count
< 32768)
1109 this->set_data_size((full_count
* base_plt_entry_size
) + extra
);
1112 unsigned int ext_cnt
= full_count
- 32768;
1114 this->set_data_size((32768 * base_plt_entry_size
)
1116 * (plt_insn_chunk_size
1117 + plt_pointer_chunk_size
)));
1121 // Write out the PLT data.
1123 do_write(Output_file
*);
1125 // The reloc section.
1126 Reloc_section
* rel_
;
1127 // The number of PLT entries.
1128 unsigned int count_
;
1131 // Define the constants as required by C++ standard.
1133 template<int size
, bool big_endian
>
1134 const int Output_data_plt_sparc
<size
, big_endian
>::base_plt_entry_size
;
1136 template<int size
, bool big_endian
>
1138 Output_data_plt_sparc
<size
, big_endian
>::plt_entries_per_block
;
1140 template<int size
, bool big_endian
>
1141 const unsigned int Output_data_plt_sparc
<size
, big_endian
>::plt_insn_chunk_size
;
1143 template<int size
, bool big_endian
>
1145 Output_data_plt_sparc
<size
, big_endian
>::plt_pointer_chunk_size
;
1147 template<int size
, bool big_endian
>
1148 const unsigned int Output_data_plt_sparc
<size
, big_endian
>::plt_block_size
;
1150 // Create the PLT section. The ordinary .got section is an argument,
1151 // since we need to refer to the start.
1153 template<int size
, bool big_endian
>
1154 Output_data_plt_sparc
<size
, big_endian
>::Output_data_plt_sparc(Layout
* layout
)
1155 : Output_section_data(size
== 32 ? 4 : 8), count_(0)
1157 this->rel_
= new Reloc_section(false);
1158 layout
->add_output_section_data(".rela.plt", elfcpp::SHT_RELA
,
1159 elfcpp::SHF_ALLOC
, this->rel_
, true,
1160 false, false, false);
1163 template<int size
, bool big_endian
>
1165 Output_data_plt_sparc
<size
, big_endian
>::do_adjust_output_section(Output_section
* os
)
1170 // Add an entry to the PLT.
1172 template<int size
, bool big_endian
>
1174 Output_data_plt_sparc
<size
, big_endian
>::add_entry(Symbol
* gsym
)
1176 gold_assert(!gsym
->has_plt_offset());
1178 unsigned int index
= this->count_
+ 4;
1179 section_offset_type plt_offset
;
1181 if (size
== 32 || index
< 32768)
1182 plt_offset
= index
* base_plt_entry_size
;
1185 unsigned int ext_index
= index
- 32768;
1187 plt_offset
= (32768 * base_plt_entry_size
)
1188 + ((ext_index
/ plt_entries_per_block
)
1190 + ((ext_index
% plt_entries_per_block
)
1191 * plt_insn_chunk_size
);
1194 gsym
->set_plt_offset(plt_offset
);
1198 // Every PLT entry needs a reloc.
1199 gsym
->set_needs_dynsym_entry();
1200 this->rel_
->add_global(gsym
, elfcpp::R_SPARC_JMP_SLOT
, this,
1203 // Note that we don't need to save the symbol. The contents of the
1204 // PLT are independent of which symbols are used. The symbols only
1205 // appear in the relocations.
1208 static const unsigned int sparc_nop
= 0x01000000;
1209 static const unsigned int sparc_sethi_g1
= 0x03000000;
1210 static const unsigned int sparc_branch_always
= 0x30800000;
1211 static const unsigned int sparc_branch_always_pt
= 0x30680000;
1212 static const unsigned int sparc_mov
= 0x80100000;
1213 static const unsigned int sparc_mov_g0_o0
= 0x90100000;
1214 static const unsigned int sparc_mov_o7_g5
= 0x8a10000f;
1215 static const unsigned int sparc_call_plus_8
= 0x40000002;
1216 static const unsigned int sparc_ldx_o7_imm_g1
= 0xc25be000;
1217 static const unsigned int sparc_jmpl_o7_g1_g1
= 0x83c3c001;
1218 static const unsigned int sparc_mov_g5_o7
= 0x9e100005;
1220 // Write out the PLT.
1222 template<int size
, bool big_endian
>
1224 Output_data_plt_sparc
<size
, big_endian
>::do_write(Output_file
* of
)
1226 const off_t offset
= this->offset();
1227 const section_size_type oview_size
=
1228 convert_to_section_size_type(this->data_size());
1229 unsigned char* const oview
= of
->get_output_view(offset
, oview_size
);
1230 unsigned char* pov
= oview
;
1232 memset(pov
, 0, base_plt_entry_size
* 4);
1233 pov
+= base_plt_entry_size
* 4;
1235 unsigned int plt_offset
= base_plt_entry_size
* 4;
1236 const unsigned int count
= this->count_
;
1242 limit
= (count
> 32768 ? 32768 : count
);
1244 for (unsigned int i
= 0; i
< limit
; ++i
)
1246 elfcpp::Swap
<32, true>::writeval(pov
+ 0x00,
1247 sparc_sethi_g1
+ plt_offset
);
1248 elfcpp::Swap
<32, true>::writeval(pov
+ 0x04,
1249 sparc_branch_always_pt
+
1250 (((base_plt_entry_size
-
1251 (plt_offset
+ 4)) >> 2) &
1253 elfcpp::Swap
<32, true>::writeval(pov
+ 0x08, sparc_nop
);
1254 elfcpp::Swap
<32, true>::writeval(pov
+ 0x0c, sparc_nop
);
1255 elfcpp::Swap
<32, true>::writeval(pov
+ 0x10, sparc_nop
);
1256 elfcpp::Swap
<32, true>::writeval(pov
+ 0x14, sparc_nop
);
1257 elfcpp::Swap
<32, true>::writeval(pov
+ 0x18, sparc_nop
);
1258 elfcpp::Swap
<32, true>::writeval(pov
+ 0x1c, sparc_nop
);
1260 pov
+= base_plt_entry_size
;
1261 plt_offset
+= base_plt_entry_size
;
1266 unsigned int ext_cnt
= count
- 32768;
1267 unsigned int blks
= ext_cnt
/ plt_entries_per_block
;
1269 for (unsigned int i
= 0; i
< blks
; ++i
)
1271 unsigned int data_off
= (plt_entries_per_block
1272 * plt_insn_chunk_size
) - 4;
1274 for (unsigned int j
= 0; j
< plt_entries_per_block
; ++j
)
1276 elfcpp::Swap
<32, true>::writeval(pov
+ 0x00,
1278 elfcpp::Swap
<32, true>::writeval(pov
+ 0x04,
1280 elfcpp::Swap
<32, true>::writeval(pov
+ 0x08,
1282 elfcpp::Swap
<32, true>::writeval(pov
+ 0x0c,
1283 sparc_ldx_o7_imm_g1
+
1284 (data_off
& 0x1fff));
1285 elfcpp::Swap
<32, true>::writeval(pov
+ 0x10,
1286 sparc_jmpl_o7_g1_g1
);
1287 elfcpp::Swap
<32, true>::writeval(pov
+ 0x14,
1290 elfcpp::Swap
<64, big_endian
>::writeval(
1291 pov
+ 0x4 + data_off
,
1292 (elfcpp::Elf_Xword
) (oview
- (pov
+ 0x04)));
1294 pov
+= plt_insn_chunk_size
;
1299 unsigned int sub_blk_cnt
= ext_cnt
% plt_entries_per_block
;
1300 for (unsigned int i
= 0; i
< sub_blk_cnt
; ++i
)
1302 unsigned int data_off
= (sub_blk_cnt
1303 * plt_insn_chunk_size
) - 4;
1305 for (unsigned int j
= 0; j
< plt_entries_per_block
; ++j
)
1307 elfcpp::Swap
<32, true>::writeval(pov
+ 0x00,
1309 elfcpp::Swap
<32, true>::writeval(pov
+ 0x04,
1311 elfcpp::Swap
<32, true>::writeval(pov
+ 0x08,
1313 elfcpp::Swap
<32, true>::writeval(pov
+ 0x0c,
1314 sparc_ldx_o7_imm_g1
+
1315 (data_off
& 0x1fff));
1316 elfcpp::Swap
<32, true>::writeval(pov
+ 0x10,
1317 sparc_jmpl_o7_g1_g1
);
1318 elfcpp::Swap
<32, true>::writeval(pov
+ 0x14,
1321 elfcpp::Swap
<64, big_endian
>::writeval(
1322 pov
+ 0x4 + data_off
,
1323 (elfcpp::Elf_Xword
) (oview
- (pov
+ 0x04)));
1325 pov
+= plt_insn_chunk_size
;
1333 for (unsigned int i
= 0; i
< count
; ++i
)
1335 elfcpp::Swap
<32, true>::writeval(pov
+ 0x00,
1336 sparc_sethi_g1
+ plt_offset
);
1337 elfcpp::Swap
<32, true>::writeval(pov
+ 0x04,
1338 sparc_branch_always
+
1339 (((- (plt_offset
+ 4)) >> 2) &
1341 elfcpp::Swap
<32, true>::writeval(pov
+ 0x08, sparc_nop
);
1343 pov
+= base_plt_entry_size
;
1344 plt_offset
+= base_plt_entry_size
;
1347 elfcpp::Swap
<32, true>::writeval(pov
, sparc_nop
);
1351 gold_assert(static_cast<section_size_type
>(pov
- oview
) == oview_size
);
1353 of
->write_output_view(offset
, oview_size
, oview
);
1356 // Create a PLT entry for a global symbol.
1358 template<int size
, bool big_endian
>
1360 Target_sparc
<size
, big_endian
>::make_plt_entry(Symbol_table
* symtab
,
1364 if (gsym
->has_plt_offset())
1367 if (this->plt_
== NULL
)
1369 // Create the GOT sections first.
1370 this->got_section(symtab
, layout
);
1372 this->plt_
= new Output_data_plt_sparc
<size
, big_endian
>(layout
);
1373 layout
->add_output_section_data(".plt", elfcpp::SHT_PROGBITS
,
1375 | elfcpp::SHF_EXECINSTR
1376 | elfcpp::SHF_WRITE
),
1377 this->plt_
, false, false, false, false);
1379 // Define _PROCEDURE_LINKAGE_TABLE_ at the start of the .plt section.
1380 symtab
->define_in_output_data("_PROCEDURE_LINKAGE_TABLE_", NULL
,
1381 Symbol_table::PREDEFINED
,
1383 0, 0, elfcpp::STT_OBJECT
,
1385 elfcpp::STV_HIDDEN
, 0,
1389 this->plt_
->add_entry(gsym
);
1392 // Create a GOT entry for the TLS module index.
1394 template<int size
, bool big_endian
>
1396 Target_sparc
<size
, big_endian
>::got_mod_index_entry(Symbol_table
* symtab
,
1398 Sized_relobj
<size
, big_endian
>* object
)
1400 if (this->got_mod_index_offset_
== -1U)
1402 gold_assert(symtab
!= NULL
&& layout
!= NULL
&& object
!= NULL
);
1403 Reloc_section
* rela_dyn
= this->rela_dyn_section(layout
);
1404 Output_data_got
<size
, big_endian
>* got
;
1405 unsigned int got_offset
;
1407 got
= this->got_section(symtab
, layout
);
1408 got_offset
= got
->add_constant(0);
1409 rela_dyn
->add_local(object
, 0,
1411 elfcpp::R_SPARC_TLS_DTPMOD64
:
1412 elfcpp::R_SPARC_TLS_DTPMOD32
), got
,
1414 got
->add_constant(0);
1415 this->got_mod_index_offset_
= got_offset
;
1417 return this->got_mod_index_offset_
;
1420 // Optimize the TLS relocation type based on what we know about the
1421 // symbol. IS_FINAL is true if the final address of this symbol is
1422 // known at link time.
1424 static tls::Tls_optimization
1425 optimize_tls_reloc(bool is_final
, int r_type
)
1427 // If we are generating a shared library, then we can't do anything
1429 if (parameters
->options().shared())
1430 return tls::TLSOPT_NONE
;
1434 case elfcpp::R_SPARC_TLS_GD_HI22
: // Global-dynamic
1435 case elfcpp::R_SPARC_TLS_GD_LO10
:
1436 case elfcpp::R_SPARC_TLS_GD_ADD
:
1437 case elfcpp::R_SPARC_TLS_GD_CALL
:
1438 // These are General-Dynamic which permits fully general TLS
1439 // access. Since we know that we are generating an executable,
1440 // we can convert this to Initial-Exec. If we also know that
1441 // this is a local symbol, we can further switch to Local-Exec.
1443 return tls::TLSOPT_TO_LE
;
1444 return tls::TLSOPT_TO_IE
;
1446 case elfcpp::R_SPARC_TLS_LDM_HI22
: // Local-dynamic
1447 case elfcpp::R_SPARC_TLS_LDM_LO10
:
1448 case elfcpp::R_SPARC_TLS_LDM_ADD
:
1449 case elfcpp::R_SPARC_TLS_LDM_CALL
:
1450 // This is Local-Dynamic, which refers to a local symbol in the
1451 // dynamic TLS block. Since we know that we generating an
1452 // executable, we can switch to Local-Exec.
1453 return tls::TLSOPT_TO_LE
;
1455 case elfcpp::R_SPARC_TLS_LDO_HIX22
: // Alternate local-dynamic
1456 case elfcpp::R_SPARC_TLS_LDO_LOX10
:
1457 case elfcpp::R_SPARC_TLS_LDO_ADD
:
1458 // Another type of Local-Dynamic relocation.
1459 return tls::TLSOPT_TO_LE
;
1461 case elfcpp::R_SPARC_TLS_IE_HI22
: // Initial-exec
1462 case elfcpp::R_SPARC_TLS_IE_LO10
:
1463 case elfcpp::R_SPARC_TLS_IE_LD
:
1464 case elfcpp::R_SPARC_TLS_IE_LDX
:
1465 case elfcpp::R_SPARC_TLS_IE_ADD
:
1466 // These are Initial-Exec relocs which get the thread offset
1467 // from the GOT. If we know that we are linking against the
1468 // local symbol, we can switch to Local-Exec, which links the
1469 // thread offset into the instruction.
1471 return tls::TLSOPT_TO_LE
;
1472 return tls::TLSOPT_NONE
;
1474 case elfcpp::R_SPARC_TLS_LE_HIX22
: // Local-exec
1475 case elfcpp::R_SPARC_TLS_LE_LOX10
:
1476 // When we already have Local-Exec, there is nothing further we
1478 return tls::TLSOPT_NONE
;
1485 // Generate a PLT entry slot for a call to __tls_get_addr
1486 template<int size
, bool big_endian
>
1488 Target_sparc
<size
, big_endian
>::Scan::generate_tls_call(Symbol_table
* symtab
,
1490 Target_sparc
<size
, big_endian
>* target
)
1492 Symbol
* gsym
= target
->tls_get_addr_sym(symtab
);
1494 target
->make_plt_entry(symtab
, layout
, gsym
);
1497 // Report an unsupported relocation against a local symbol.
1499 template<int size
, bool big_endian
>
1501 Target_sparc
<size
, big_endian
>::Scan::unsupported_reloc_local(
1502 Sized_relobj
<size
, big_endian
>* object
,
1503 unsigned int r_type
)
1505 gold_error(_("%s: unsupported reloc %u against local symbol"),
1506 object
->name().c_str(), r_type
);
1509 // We are about to emit a dynamic relocation of type R_TYPE. If the
1510 // dynamic linker does not support it, issue an error.
1512 template<int size
, bool big_endian
>
1514 Target_sparc
<size
, big_endian
>::Scan::check_non_pic(Relobj
* object
, unsigned int r_type
)
1516 gold_assert(r_type
!= elfcpp::R_SPARC_NONE
);
1522 // These are the relocation types supported by glibc for sparc 64-bit.
1523 case elfcpp::R_SPARC_RELATIVE
:
1524 case elfcpp::R_SPARC_COPY
:
1525 case elfcpp::R_SPARC_64
:
1526 case elfcpp::R_SPARC_GLOB_DAT
:
1527 case elfcpp::R_SPARC_JMP_SLOT
:
1528 case elfcpp::R_SPARC_TLS_DTPMOD64
:
1529 case elfcpp::R_SPARC_TLS_DTPOFF64
:
1530 case elfcpp::R_SPARC_TLS_TPOFF64
:
1531 case elfcpp::R_SPARC_TLS_LE_HIX22
:
1532 case elfcpp::R_SPARC_TLS_LE_LOX10
:
1533 case elfcpp::R_SPARC_8
:
1534 case elfcpp::R_SPARC_16
:
1535 case elfcpp::R_SPARC_DISP8
:
1536 case elfcpp::R_SPARC_DISP16
:
1537 case elfcpp::R_SPARC_DISP32
:
1538 case elfcpp::R_SPARC_WDISP30
:
1539 case elfcpp::R_SPARC_LO10
:
1540 case elfcpp::R_SPARC_HI22
:
1541 case elfcpp::R_SPARC_OLO10
:
1542 case elfcpp::R_SPARC_H44
:
1543 case elfcpp::R_SPARC_M44
:
1544 case elfcpp::R_SPARC_L44
:
1545 case elfcpp::R_SPARC_HH22
:
1546 case elfcpp::R_SPARC_HM10
:
1547 case elfcpp::R_SPARC_LM22
:
1548 case elfcpp::R_SPARC_UA16
:
1549 case elfcpp::R_SPARC_UA32
:
1550 case elfcpp::R_SPARC_UA64
:
1561 // These are the relocation types supported by glibc for sparc 32-bit.
1562 case elfcpp::R_SPARC_RELATIVE
:
1563 case elfcpp::R_SPARC_COPY
:
1564 case elfcpp::R_SPARC_GLOB_DAT
:
1565 case elfcpp::R_SPARC_32
:
1566 case elfcpp::R_SPARC_JMP_SLOT
:
1567 case elfcpp::R_SPARC_TLS_DTPMOD32
:
1568 case elfcpp::R_SPARC_TLS_DTPOFF32
:
1569 case elfcpp::R_SPARC_TLS_TPOFF32
:
1570 case elfcpp::R_SPARC_TLS_LE_HIX22
:
1571 case elfcpp::R_SPARC_TLS_LE_LOX10
:
1572 case elfcpp::R_SPARC_8
:
1573 case elfcpp::R_SPARC_16
:
1574 case elfcpp::R_SPARC_DISP8
:
1575 case elfcpp::R_SPARC_DISP16
:
1576 case elfcpp::R_SPARC_DISP32
:
1577 case elfcpp::R_SPARC_LO10
:
1578 case elfcpp::R_SPARC_WDISP30
:
1579 case elfcpp::R_SPARC_HI22
:
1580 case elfcpp::R_SPARC_UA16
:
1581 case elfcpp::R_SPARC_UA32
:
1589 // This prevents us from issuing more than one error per reloc
1590 // section. But we can still wind up issuing more than one
1591 // error per object file.
1592 if (this->issued_non_pic_error_
)
1594 gold_assert(parameters
->options().output_is_position_independent());
1595 object
->error(_("requires unsupported dynamic reloc; "
1596 "recompile with -fPIC"));
1597 this->issued_non_pic_error_
= true;
1601 // Scan a relocation for a local symbol.
1603 template<int size
, bool big_endian
>
1605 Target_sparc
<size
, big_endian
>::Scan::local(
1606 Symbol_table
* symtab
,
1608 Target_sparc
<size
, big_endian
>* target
,
1609 Sized_relobj
<size
, big_endian
>* object
,
1610 unsigned int data_shndx
,
1611 Output_section
* output_section
,
1612 const elfcpp::Rela
<size
, big_endian
>& reloc
,
1613 unsigned int r_type
,
1614 const elfcpp::Sym
<size
, big_endian
>& lsym
)
1616 unsigned int orig_r_type
= r_type
;
1621 case elfcpp::R_SPARC_NONE
:
1622 case elfcpp::R_SPARC_REGISTER
:
1623 case elfcpp::R_SPARC_GNU_VTINHERIT
:
1624 case elfcpp::R_SPARC_GNU_VTENTRY
:
1627 case elfcpp::R_SPARC_64
:
1628 case elfcpp::R_SPARC_32
:
1629 // If building a shared library (or a position-independent
1630 // executable), we need to create a dynamic relocation for
1631 // this location. The relocation applied at link time will
1632 // apply the link-time value, so we flag the location with
1633 // an R_SPARC_RELATIVE relocation so the dynamic loader can
1634 // relocate it easily.
1635 if (parameters
->options().output_is_position_independent())
1637 Reloc_section
* rela_dyn
= target
->rela_dyn_section(layout
);
1638 unsigned int r_sym
= elfcpp::elf_r_sym
<size
>(reloc
.get_r_info());
1639 rela_dyn
->add_local_relative(object
, r_sym
, elfcpp::R_SPARC_RELATIVE
,
1640 output_section
, data_shndx
,
1641 reloc
.get_r_offset(),
1642 reloc
.get_r_addend());
1646 case elfcpp::R_SPARC_HIX22
:
1647 case elfcpp::R_SPARC_LOX10
:
1648 case elfcpp::R_SPARC_H44
:
1649 case elfcpp::R_SPARC_M44
:
1650 case elfcpp::R_SPARC_L44
:
1651 case elfcpp::R_SPARC_HH22
:
1652 case elfcpp::R_SPARC_HM10
:
1653 case elfcpp::R_SPARC_LM22
:
1654 case elfcpp::R_SPARC_UA64
:
1655 case elfcpp::R_SPARC_UA32
:
1656 case elfcpp::R_SPARC_UA16
:
1657 case elfcpp::R_SPARC_HI22
:
1658 case elfcpp::R_SPARC_LO10
:
1659 case elfcpp::R_SPARC_OLO10
:
1660 case elfcpp::R_SPARC_16
:
1661 case elfcpp::R_SPARC_11
:
1662 case elfcpp::R_SPARC_10
:
1663 case elfcpp::R_SPARC_8
:
1664 case elfcpp::R_SPARC_7
:
1665 case elfcpp::R_SPARC_6
:
1666 case elfcpp::R_SPARC_5
:
1667 // If building a shared library (or a position-independent
1668 // executable), we need to create a dynamic relocation for
1670 if (parameters
->options().output_is_position_independent())
1672 Reloc_section
* rela_dyn
= target
->rela_dyn_section(layout
);
1674 check_non_pic(object
, r_type
);
1675 if (lsym
.get_st_type() != elfcpp::STT_SECTION
)
1677 unsigned int r_sym
= elfcpp::elf_r_sym
<size
>(reloc
.get_r_info());
1678 rela_dyn
->add_local(object
, r_sym
, orig_r_type
, output_section
,
1679 data_shndx
, reloc
.get_r_offset(),
1680 reloc
.get_r_addend());
1684 unsigned int r_sym
= elfcpp::elf_r_sym
<size
>(reloc
.get_r_info());
1685 gold_assert(lsym
.get_st_value() == 0);
1686 rela_dyn
->add_local_relative(object
, r_sym
, orig_r_type
,
1687 output_section
, data_shndx
,
1688 reloc
.get_r_offset(),
1689 reloc
.get_r_addend());
1694 case elfcpp::R_SPARC_WDISP30
:
1695 case elfcpp::R_SPARC_WDISP22
:
1696 case elfcpp::R_SPARC_WDISP19
:
1697 case elfcpp::R_SPARC_WDISP16
:
1698 case elfcpp::R_SPARC_DISP8
:
1699 case elfcpp::R_SPARC_DISP16
:
1700 case elfcpp::R_SPARC_DISP32
:
1701 case elfcpp::R_SPARC_DISP64
:
1702 case elfcpp::R_SPARC_PC10
:
1703 case elfcpp::R_SPARC_PC22
:
1706 case elfcpp::R_SPARC_GOT10
:
1707 case elfcpp::R_SPARC_GOT13
:
1708 case elfcpp::R_SPARC_GOT22
:
1710 // The symbol requires a GOT entry.
1711 Output_data_got
<size
, big_endian
>* got
;
1714 got
= target
->got_section(symtab
, layout
);
1715 r_sym
= elfcpp::elf_r_sym
<size
>(reloc
.get_r_info());
1717 // If we are generating a shared object, we need to add a
1718 // dynamic relocation for this symbol's GOT entry.
1719 if (parameters
->options().output_is_position_independent())
1721 if (!object
->local_has_got_offset(r_sym
, GOT_TYPE_STANDARD
))
1723 Reloc_section
* rela_dyn
= target
->rela_dyn_section(layout
);
1726 off
= got
->add_constant(0);
1727 object
->set_local_got_offset(r_sym
, GOT_TYPE_STANDARD
, off
);
1728 rela_dyn
->add_local_relative(object
, r_sym
,
1729 elfcpp::R_SPARC_RELATIVE
,
1734 got
->add_local(object
, r_sym
, GOT_TYPE_STANDARD
);
1738 // These are initial TLS relocs, which are expected when
1740 case elfcpp::R_SPARC_TLS_GD_HI22
: // Global-dynamic
1741 case elfcpp::R_SPARC_TLS_GD_LO10
:
1742 case elfcpp::R_SPARC_TLS_GD_ADD
:
1743 case elfcpp::R_SPARC_TLS_GD_CALL
:
1744 case elfcpp::R_SPARC_TLS_LDM_HI22
: // Local-dynamic
1745 case elfcpp::R_SPARC_TLS_LDM_LO10
:
1746 case elfcpp::R_SPARC_TLS_LDM_ADD
:
1747 case elfcpp::R_SPARC_TLS_LDM_CALL
:
1748 case elfcpp::R_SPARC_TLS_LDO_HIX22
: // Alternate local-dynamic
1749 case elfcpp::R_SPARC_TLS_LDO_LOX10
:
1750 case elfcpp::R_SPARC_TLS_LDO_ADD
:
1751 case elfcpp::R_SPARC_TLS_IE_HI22
: // Initial-exec
1752 case elfcpp::R_SPARC_TLS_IE_LO10
:
1753 case elfcpp::R_SPARC_TLS_IE_LD
:
1754 case elfcpp::R_SPARC_TLS_IE_LDX
:
1755 case elfcpp::R_SPARC_TLS_IE_ADD
:
1756 case elfcpp::R_SPARC_TLS_LE_HIX22
: // Local-exec
1757 case elfcpp::R_SPARC_TLS_LE_LOX10
:
1759 bool output_is_shared
= parameters
->options().shared();
1760 const tls::Tls_optimization optimized_type
1761 = optimize_tls_reloc(!output_is_shared
, r_type
);
1764 case elfcpp::R_SPARC_TLS_GD_HI22
: // Global-dynamic
1765 case elfcpp::R_SPARC_TLS_GD_LO10
:
1766 case elfcpp::R_SPARC_TLS_GD_ADD
:
1767 case elfcpp::R_SPARC_TLS_GD_CALL
:
1768 if (optimized_type
== tls::TLSOPT_NONE
)
1770 // Create a pair of GOT entries for the module index and
1771 // dtv-relative offset.
1772 Output_data_got
<size
, big_endian
>* got
1773 = target
->got_section(symtab
, layout
);
1774 unsigned int r_sym
= elfcpp::elf_r_sym
<size
>(reloc
.get_r_info());
1775 unsigned int shndx
= lsym
.get_st_shndx();
1777 shndx
= object
->adjust_sym_shndx(r_sym
, shndx
, &is_ordinary
);
1779 object
->error(_("local symbol %u has bad shndx %u"),
1782 got
->add_local_pair_with_rela(object
, r_sym
,
1783 lsym
.get_st_shndx(),
1785 target
->rela_dyn_section(layout
),
1787 ? elfcpp::R_SPARC_TLS_DTPMOD64
1788 : elfcpp::R_SPARC_TLS_DTPMOD32
),
1790 if (r_type
== elfcpp::R_SPARC_TLS_GD_CALL
)
1791 generate_tls_call(symtab
, layout
, target
);
1793 else if (optimized_type
!= tls::TLSOPT_TO_LE
)
1794 unsupported_reloc_local(object
, r_type
);
1797 case elfcpp::R_SPARC_TLS_LDM_HI22
: // Local-dynamic
1798 case elfcpp::R_SPARC_TLS_LDM_LO10
:
1799 case elfcpp::R_SPARC_TLS_LDM_ADD
:
1800 case elfcpp::R_SPARC_TLS_LDM_CALL
:
1801 if (optimized_type
== tls::TLSOPT_NONE
)
1803 // Create a GOT entry for the module index.
1804 target
->got_mod_index_entry(symtab
, layout
, object
);
1806 if (r_type
== elfcpp::R_SPARC_TLS_LDM_CALL
)
1807 generate_tls_call(symtab
, layout
, target
);
1809 else if (optimized_type
!= tls::TLSOPT_TO_LE
)
1810 unsupported_reloc_local(object
, r_type
);
1813 case elfcpp::R_SPARC_TLS_LDO_HIX22
: // Alternate local-dynamic
1814 case elfcpp::R_SPARC_TLS_LDO_LOX10
:
1815 case elfcpp::R_SPARC_TLS_LDO_ADD
:
1818 case elfcpp::R_SPARC_TLS_IE_HI22
: // Initial-exec
1819 case elfcpp::R_SPARC_TLS_IE_LO10
:
1820 case elfcpp::R_SPARC_TLS_IE_LD
:
1821 case elfcpp::R_SPARC_TLS_IE_LDX
:
1822 case elfcpp::R_SPARC_TLS_IE_ADD
:
1823 layout
->set_has_static_tls();
1824 if (optimized_type
== tls::TLSOPT_NONE
)
1826 // Create a GOT entry for the tp-relative offset.
1827 Output_data_got
<size
, big_endian
>* got
1828 = target
->got_section(symtab
, layout
);
1829 unsigned int r_sym
= elfcpp::elf_r_sym
<size
>(reloc
.get_r_info());
1831 if (!object
->local_has_got_offset(r_sym
, GOT_TYPE_TLS_OFFSET
))
1833 Reloc_section
* rela_dyn
= target
->rela_dyn_section(layout
);
1834 unsigned int off
= got
->add_constant(0);
1836 object
->set_local_got_offset(r_sym
, GOT_TYPE_TLS_OFFSET
,
1838 rela_dyn
->add_local_relative(object
, r_sym
,
1840 elfcpp::R_SPARC_TLS_TPOFF64
:
1841 elfcpp::R_SPARC_TLS_TPOFF32
),
1845 else if (optimized_type
!= tls::TLSOPT_TO_LE
)
1846 unsupported_reloc_local(object
, r_type
);
1849 case elfcpp::R_SPARC_TLS_LE_HIX22
: // Local-exec
1850 case elfcpp::R_SPARC_TLS_LE_LOX10
:
1851 layout
->set_has_static_tls();
1852 if (output_is_shared
)
1854 // We need to create a dynamic relocation.
1855 gold_assert(lsym
.get_st_type() != elfcpp::STT_SECTION
);
1856 unsigned int r_sym
= elfcpp::elf_r_sym
<size
>(reloc
.get_r_info());
1857 Reloc_section
* rela_dyn
= target
->rela_dyn_section(layout
);
1858 rela_dyn
->add_local_relative(object
, r_sym
, r_type
,
1859 output_section
, data_shndx
,
1860 reloc
.get_r_offset(), 0);
1867 // These are relocations which should only be seen by the
1868 // dynamic linker, and should never be seen here.
1869 case elfcpp::R_SPARC_COPY
:
1870 case elfcpp::R_SPARC_GLOB_DAT
:
1871 case elfcpp::R_SPARC_JMP_SLOT
:
1872 case elfcpp::R_SPARC_RELATIVE
:
1873 case elfcpp::R_SPARC_TLS_DTPMOD64
:
1874 case elfcpp::R_SPARC_TLS_DTPMOD32
:
1875 case elfcpp::R_SPARC_TLS_DTPOFF64
:
1876 case elfcpp::R_SPARC_TLS_DTPOFF32
:
1877 case elfcpp::R_SPARC_TLS_TPOFF64
:
1878 case elfcpp::R_SPARC_TLS_TPOFF32
:
1879 gold_error(_("%s: unexpected reloc %u in object file"),
1880 object
->name().c_str(), r_type
);
1884 unsupported_reloc_local(object
, r_type
);
1889 // Report an unsupported relocation against a global symbol.
1891 template<int size
, bool big_endian
>
1893 Target_sparc
<size
, big_endian
>::Scan::unsupported_reloc_global(
1894 Sized_relobj
<size
, big_endian
>* object
,
1895 unsigned int r_type
,
1898 gold_error(_("%s: unsupported reloc %u against global symbol %s"),
1899 object
->name().c_str(), r_type
, gsym
->demangled_name().c_str());
1902 // Scan a relocation for a global symbol.
1904 template<int size
, bool big_endian
>
1906 Target_sparc
<size
, big_endian
>::Scan::global(
1907 Symbol_table
* symtab
,
1909 Target_sparc
<size
, big_endian
>* target
,
1910 Sized_relobj
<size
, big_endian
>* object
,
1911 unsigned int data_shndx
,
1912 Output_section
* output_section
,
1913 const elfcpp::Rela
<size
, big_endian
>& reloc
,
1914 unsigned int r_type
,
1917 unsigned int orig_r_type
= r_type
;
1919 // A reference to _GLOBAL_OFFSET_TABLE_ implies that we need a got
1920 // section. We check here to avoid creating a dynamic reloc against
1921 // _GLOBAL_OFFSET_TABLE_.
1922 if (!target
->has_got_section()
1923 && strcmp(gsym
->name(), "_GLOBAL_OFFSET_TABLE_") == 0)
1924 target
->got_section(symtab
, layout
);
1929 case elfcpp::R_SPARC_NONE
:
1930 case elfcpp::R_SPARC_REGISTER
:
1931 case elfcpp::R_SPARC_GNU_VTINHERIT
:
1932 case elfcpp::R_SPARC_GNU_VTENTRY
:
1935 case elfcpp::R_SPARC_PLT64
:
1936 case elfcpp::R_SPARC_PLT32
:
1937 case elfcpp::R_SPARC_HIPLT22
:
1938 case elfcpp::R_SPARC_LOPLT10
:
1939 case elfcpp::R_SPARC_PCPLT32
:
1940 case elfcpp::R_SPARC_PCPLT22
:
1941 case elfcpp::R_SPARC_PCPLT10
:
1942 case elfcpp::R_SPARC_WPLT30
:
1943 // If the symbol is fully resolved, this is just a PC32 reloc.
1944 // Otherwise we need a PLT entry.
1945 if (gsym
->final_value_is_known())
1947 // If building a shared library, we can also skip the PLT entry
1948 // if the symbol is defined in the output file and is protected
1950 if (gsym
->is_defined()
1951 && !gsym
->is_from_dynobj()
1952 && !gsym
->is_preemptible())
1954 target
->make_plt_entry(symtab
, layout
, gsym
);
1957 case elfcpp::R_SPARC_DISP8
:
1958 case elfcpp::R_SPARC_DISP16
:
1959 case elfcpp::R_SPARC_DISP32
:
1960 case elfcpp::R_SPARC_DISP64
:
1961 case elfcpp::R_SPARC_PC_HH22
:
1962 case elfcpp::R_SPARC_PC_HM10
:
1963 case elfcpp::R_SPARC_PC_LM22
:
1964 case elfcpp::R_SPARC_PC10
:
1965 case elfcpp::R_SPARC_PC22
:
1966 case elfcpp::R_SPARC_WDISP30
:
1967 case elfcpp::R_SPARC_WDISP22
:
1968 case elfcpp::R_SPARC_WDISP19
:
1969 case elfcpp::R_SPARC_WDISP16
:
1971 if (gsym
->needs_plt_entry())
1972 target
->make_plt_entry(symtab
, layout
, gsym
);
1973 // Make a dynamic relocation if necessary.
1974 int flags
= Symbol::NON_PIC_REF
;
1975 if (gsym
->type() == elfcpp::STT_FUNC
)
1976 flags
|= Symbol::FUNCTION_CALL
;
1977 if (gsym
->needs_dynamic_reloc(flags
))
1979 if (gsym
->may_need_copy_reloc())
1981 target
->copy_reloc(symtab
, layout
, object
,
1982 data_shndx
, output_section
, gsym
,
1987 Reloc_section
* rela_dyn
= target
->rela_dyn_section(layout
);
1988 check_non_pic(object
, r_type
);
1989 rela_dyn
->add_global(gsym
, orig_r_type
, output_section
, object
,
1990 data_shndx
, reloc
.get_r_offset(),
1991 reloc
.get_r_addend());
1997 case elfcpp::R_SPARC_UA64
:
1998 case elfcpp::R_SPARC_64
:
1999 case elfcpp::R_SPARC_HIX22
:
2000 case elfcpp::R_SPARC_LOX10
:
2001 case elfcpp::R_SPARC_H44
:
2002 case elfcpp::R_SPARC_M44
:
2003 case elfcpp::R_SPARC_L44
:
2004 case elfcpp::R_SPARC_HH22
:
2005 case elfcpp::R_SPARC_HM10
:
2006 case elfcpp::R_SPARC_LM22
:
2007 case elfcpp::R_SPARC_HI22
:
2008 case elfcpp::R_SPARC_LO10
:
2009 case elfcpp::R_SPARC_OLO10
:
2010 case elfcpp::R_SPARC_UA32
:
2011 case elfcpp::R_SPARC_32
:
2012 case elfcpp::R_SPARC_UA16
:
2013 case elfcpp::R_SPARC_16
:
2014 case elfcpp::R_SPARC_11
:
2015 case elfcpp::R_SPARC_10
:
2016 case elfcpp::R_SPARC_8
:
2017 case elfcpp::R_SPARC_7
:
2018 case elfcpp::R_SPARC_6
:
2019 case elfcpp::R_SPARC_5
:
2021 // Make a PLT entry if necessary.
2022 if (gsym
->needs_plt_entry())
2024 target
->make_plt_entry(symtab
, layout
, gsym
);
2025 // Since this is not a PC-relative relocation, we may be
2026 // taking the address of a function. In that case we need to
2027 // set the entry in the dynamic symbol table to the address of
2029 if (gsym
->is_from_dynobj() && !parameters
->options().shared())
2030 gsym
->set_needs_dynsym_value();
2032 // Make a dynamic relocation if necessary.
2033 if (gsym
->needs_dynamic_reloc(Symbol::ABSOLUTE_REF
))
2035 if (gsym
->may_need_copy_reloc())
2037 target
->copy_reloc(symtab
, layout
, object
,
2038 data_shndx
, output_section
, gsym
, reloc
);
2040 else if ((r_type
== elfcpp::R_SPARC_32
2041 || r_type
== elfcpp::R_SPARC_64
)
2042 && gsym
->can_use_relative_reloc(false))
2044 Reloc_section
* rela_dyn
= target
->rela_dyn_section(layout
);
2045 rela_dyn
->add_global_relative(gsym
, elfcpp::R_SPARC_RELATIVE
,
2046 output_section
, object
,
2047 data_shndx
, reloc
.get_r_offset(),
2048 reloc
.get_r_addend());
2052 Reloc_section
* rela_dyn
= target
->rela_dyn_section(layout
);
2054 check_non_pic(object
, r_type
);
2055 if (gsym
->is_from_dynobj()
2056 || gsym
->is_undefined()
2057 || gsym
->is_preemptible())
2058 rela_dyn
->add_global(gsym
, orig_r_type
, output_section
,
2060 reloc
.get_r_offset(),
2061 reloc
.get_r_addend());
2063 rela_dyn
->add_global_relative(gsym
, orig_r_type
,
2064 output_section
, object
,
2066 reloc
.get_r_offset(),
2067 reloc
.get_r_addend());
2073 case elfcpp::R_SPARC_GOT10
:
2074 case elfcpp::R_SPARC_GOT13
:
2075 case elfcpp::R_SPARC_GOT22
:
2077 // The symbol requires a GOT entry.
2078 Output_data_got
<size
, big_endian
>* got
;
2080 got
= target
->got_section(symtab
, layout
);
2081 if (gsym
->final_value_is_known())
2082 got
->add_global(gsym
, GOT_TYPE_STANDARD
);
2085 // If this symbol is not fully resolved, we need to add a
2086 // dynamic relocation for it.
2087 Reloc_section
* rela_dyn
= target
->rela_dyn_section(layout
);
2088 if (gsym
->is_from_dynobj()
2089 || gsym
->is_undefined()
2090 || gsym
->is_preemptible())
2091 got
->add_global_with_rela(gsym
, GOT_TYPE_STANDARD
, rela_dyn
,
2092 elfcpp::R_SPARC_GLOB_DAT
);
2093 else if (!gsym
->has_got_offset(GOT_TYPE_STANDARD
))
2095 unsigned int off
= got
->add_constant(0);
2097 gsym
->set_got_offset(GOT_TYPE_STANDARD
, off
);
2098 rela_dyn
->add_global_relative(gsym
, elfcpp::R_SPARC_RELATIVE
,
2105 // These are initial tls relocs, which are expected when
2107 case elfcpp::R_SPARC_TLS_GD_HI22
: // Global-dynamic
2108 case elfcpp::R_SPARC_TLS_GD_LO10
:
2109 case elfcpp::R_SPARC_TLS_GD_ADD
:
2110 case elfcpp::R_SPARC_TLS_GD_CALL
:
2111 case elfcpp::R_SPARC_TLS_LDM_HI22
: // Local-dynamic
2112 case elfcpp::R_SPARC_TLS_LDM_LO10
:
2113 case elfcpp::R_SPARC_TLS_LDM_ADD
:
2114 case elfcpp::R_SPARC_TLS_LDM_CALL
:
2115 case elfcpp::R_SPARC_TLS_LDO_HIX22
: // Alternate local-dynamic
2116 case elfcpp::R_SPARC_TLS_LDO_LOX10
:
2117 case elfcpp::R_SPARC_TLS_LDO_ADD
:
2118 case elfcpp::R_SPARC_TLS_LE_HIX22
:
2119 case elfcpp::R_SPARC_TLS_LE_LOX10
:
2120 case elfcpp::R_SPARC_TLS_IE_HI22
: // Initial-exec
2121 case elfcpp::R_SPARC_TLS_IE_LO10
:
2122 case elfcpp::R_SPARC_TLS_IE_LD
:
2123 case elfcpp::R_SPARC_TLS_IE_LDX
:
2124 case elfcpp::R_SPARC_TLS_IE_ADD
:
2126 const bool is_final
= gsym
->final_value_is_known();
2127 const tls::Tls_optimization optimized_type
2128 = optimize_tls_reloc(is_final
, r_type
);
2131 case elfcpp::R_SPARC_TLS_GD_HI22
: // Global-dynamic
2132 case elfcpp::R_SPARC_TLS_GD_LO10
:
2133 case elfcpp::R_SPARC_TLS_GD_ADD
:
2134 case elfcpp::R_SPARC_TLS_GD_CALL
:
2135 if (optimized_type
== tls::TLSOPT_NONE
)
2137 // Create a pair of GOT entries for the module index and
2138 // dtv-relative offset.
2139 Output_data_got
<size
, big_endian
>* got
2140 = target
->got_section(symtab
, layout
);
2141 got
->add_global_pair_with_rela(gsym
, GOT_TYPE_TLS_PAIR
,
2142 target
->rela_dyn_section(layout
),
2144 elfcpp::R_SPARC_TLS_DTPMOD64
:
2145 elfcpp::R_SPARC_TLS_DTPMOD32
),
2147 elfcpp::R_SPARC_TLS_DTPOFF64
:
2148 elfcpp::R_SPARC_TLS_DTPOFF32
));
2150 // Emit R_SPARC_WPLT30 against "__tls_get_addr"
2151 if (r_type
== elfcpp::R_SPARC_TLS_GD_CALL
)
2152 generate_tls_call(symtab
, layout
, target
);
2154 else if (optimized_type
== tls::TLSOPT_TO_IE
)
2156 // Create a GOT entry for the tp-relative offset.
2157 Output_data_got
<size
, big_endian
>* got
2158 = target
->got_section(symtab
, layout
);
2159 got
->add_global_with_rela(gsym
, GOT_TYPE_TLS_OFFSET
,
2160 target
->rela_dyn_section(layout
),
2162 elfcpp::R_SPARC_TLS_TPOFF64
:
2163 elfcpp::R_SPARC_TLS_TPOFF32
));
2165 else if (optimized_type
!= tls::TLSOPT_TO_LE
)
2166 unsupported_reloc_global(object
, r_type
, gsym
);
2169 case elfcpp::R_SPARC_TLS_LDM_HI22
: // Local-dynamic
2170 case elfcpp::R_SPARC_TLS_LDM_LO10
:
2171 case elfcpp::R_SPARC_TLS_LDM_ADD
:
2172 case elfcpp::R_SPARC_TLS_LDM_CALL
:
2173 if (optimized_type
== tls::TLSOPT_NONE
)
2175 // Create a GOT entry for the module index.
2176 target
->got_mod_index_entry(symtab
, layout
, object
);
2178 if (r_type
== elfcpp::R_SPARC_TLS_LDM_CALL
)
2179 generate_tls_call(symtab
, layout
, target
);
2181 else if (optimized_type
!= tls::TLSOPT_TO_LE
)
2182 unsupported_reloc_global(object
, r_type
, gsym
);
2185 case elfcpp::R_SPARC_TLS_LDO_HIX22
: // Alternate local-dynamic
2186 case elfcpp::R_SPARC_TLS_LDO_LOX10
:
2187 case elfcpp::R_SPARC_TLS_LDO_ADD
:
2190 case elfcpp::R_SPARC_TLS_LE_HIX22
:
2191 case elfcpp::R_SPARC_TLS_LE_LOX10
:
2192 layout
->set_has_static_tls();
2193 if (parameters
->options().shared())
2195 Reloc_section
* rela_dyn
= target
->rela_dyn_section(layout
);
2196 rela_dyn
->add_global_relative(gsym
, orig_r_type
,
2197 output_section
, object
,
2198 data_shndx
, reloc
.get_r_offset(),
2203 case elfcpp::R_SPARC_TLS_IE_HI22
: // Initial-exec
2204 case elfcpp::R_SPARC_TLS_IE_LO10
:
2205 case elfcpp::R_SPARC_TLS_IE_LD
:
2206 case elfcpp::R_SPARC_TLS_IE_LDX
:
2207 case elfcpp::R_SPARC_TLS_IE_ADD
:
2208 layout
->set_has_static_tls();
2209 if (optimized_type
== tls::TLSOPT_NONE
)
2211 // Create a GOT entry for the tp-relative offset.
2212 Output_data_got
<size
, big_endian
>* got
2213 = target
->got_section(symtab
, layout
);
2214 got
->add_global_with_rela(gsym
, GOT_TYPE_TLS_OFFSET
,
2215 target
->rela_dyn_section(layout
),
2217 elfcpp::R_SPARC_TLS_TPOFF64
:
2218 elfcpp::R_SPARC_TLS_TPOFF32
));
2220 else if (optimized_type
!= tls::TLSOPT_TO_LE
)
2221 unsupported_reloc_global(object
, r_type
, gsym
);
2227 // These are relocations which should only be seen by the
2228 // dynamic linker, and should never be seen here.
2229 case elfcpp::R_SPARC_COPY
:
2230 case elfcpp::R_SPARC_GLOB_DAT
:
2231 case elfcpp::R_SPARC_JMP_SLOT
:
2232 case elfcpp::R_SPARC_RELATIVE
:
2233 case elfcpp::R_SPARC_TLS_DTPMOD64
:
2234 case elfcpp::R_SPARC_TLS_DTPMOD32
:
2235 case elfcpp::R_SPARC_TLS_DTPOFF64
:
2236 case elfcpp::R_SPARC_TLS_DTPOFF32
:
2237 case elfcpp::R_SPARC_TLS_TPOFF64
:
2238 case elfcpp::R_SPARC_TLS_TPOFF32
:
2239 gold_error(_("%s: unexpected reloc %u in object file"),
2240 object
->name().c_str(), r_type
);
2244 unsupported_reloc_global(object
, r_type
, gsym
);
2249 // Process relocations for gc.
2251 template<int size
, bool big_endian
>
2253 Target_sparc
<size
, big_endian
>::gc_process_relocs(
2254 Symbol_table
* symtab
,
2256 Sized_relobj
<size
, big_endian
>* object
,
2257 unsigned int data_shndx
,
2259 const unsigned char* prelocs
,
2261 Output_section
* output_section
,
2262 bool needs_special_offset_handling
,
2263 size_t local_symbol_count
,
2264 const unsigned char* plocal_symbols
)
2266 typedef Target_sparc
<size
, big_endian
> Sparc
;
2267 typedef typename Target_sparc
<size
, big_endian
>::Scan Scan
;
2269 gold::gc_process_relocs
<size
, big_endian
, Sparc
, elfcpp::SHT_RELA
, Scan
>(
2278 needs_special_offset_handling
,
2283 // Scan relocations for a section.
2285 template<int size
, bool big_endian
>
2287 Target_sparc
<size
, big_endian
>::scan_relocs(
2288 Symbol_table
* symtab
,
2290 Sized_relobj
<size
, big_endian
>* object
,
2291 unsigned int data_shndx
,
2292 unsigned int sh_type
,
2293 const unsigned char* prelocs
,
2295 Output_section
* output_section
,
2296 bool needs_special_offset_handling
,
2297 size_t local_symbol_count
,
2298 const unsigned char* plocal_symbols
)
2300 typedef Target_sparc
<size
, big_endian
> Sparc
;
2301 typedef typename Target_sparc
<size
, big_endian
>::Scan Scan
;
2303 if (sh_type
== elfcpp::SHT_REL
)
2305 gold_error(_("%s: unsupported REL reloc section"),
2306 object
->name().c_str());
2310 gold::scan_relocs
<size
, big_endian
, Sparc
, elfcpp::SHT_RELA
, Scan
>(
2319 needs_special_offset_handling
,
2324 // Finalize the sections.
2326 template<int size
, bool big_endian
>
2328 Target_sparc
<size
, big_endian
>::do_finalize_sections(
2330 const Input_objects
*,
2333 // Fill in some more dynamic tags.
2334 const Reloc_section
* rel_plt
= (this->plt_
== NULL
2336 : this->plt_
->rel_plt());
2337 layout
->add_target_dynamic_tags(false, this->plt_
, rel_plt
,
2338 this->rela_dyn_
, true);
2340 // Emit any relocs we saved in an attempt to avoid generating COPY
2342 if (this->copy_relocs_
.any_saved_relocs())
2343 this->copy_relocs_
.emit(this->rela_dyn_section(layout
));
2346 // Perform a relocation.
2348 template<int size
, bool big_endian
>
2350 Target_sparc
<size
, big_endian
>::Relocate::relocate(
2351 const Relocate_info
<size
, big_endian
>* relinfo
,
2352 Target_sparc
* target
,
2355 const elfcpp::Rela
<size
, big_endian
>& rela
,
2356 unsigned int r_type
,
2357 const Sized_symbol
<size
>* gsym
,
2358 const Symbol_value
<size
>* psymval
,
2359 unsigned char* view
,
2360 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
,
2361 section_size_type view_size
)
2365 if (this->ignore_gd_add_
)
2367 if (r_type
!= elfcpp::R_SPARC_TLS_GD_ADD
)
2368 gold_error_at_location(relinfo
, relnum
, rela
.get_r_offset(),
2369 _("missing expected TLS relocation"));
2372 this->ignore_gd_add_
= false;
2377 typedef Sparc_relocate_functions
<size
, big_endian
> Reloc
;
2379 // Pick the value to use for symbols defined in shared objects.
2380 Symbol_value
<size
> symval
;
2382 && gsym
->use_plt_offset(r_type
== elfcpp::R_SPARC_DISP8
2383 || r_type
== elfcpp::R_SPARC_DISP16
2384 || r_type
== elfcpp::R_SPARC_DISP32
2385 || r_type
== elfcpp::R_SPARC_DISP64
2386 || r_type
== elfcpp::R_SPARC_PC_HH22
2387 || r_type
== elfcpp::R_SPARC_PC_HM10
2388 || r_type
== elfcpp::R_SPARC_PC_LM22
2389 || r_type
== elfcpp::R_SPARC_PC10
2390 || r_type
== elfcpp::R_SPARC_PC22
2391 || r_type
== elfcpp::R_SPARC_WDISP30
2392 || r_type
== elfcpp::R_SPARC_WDISP22
2393 || r_type
== elfcpp::R_SPARC_WDISP19
2394 || r_type
== elfcpp::R_SPARC_WDISP16
))
2396 elfcpp::Elf_Xword value
;
2398 value
= target
->plt_section()->address() + gsym
->plt_offset();
2400 symval
.set_output_value(value
);
2405 const Sized_relobj
<size
, big_endian
>* object
= relinfo
->object
;
2406 const elfcpp::Elf_Xword addend
= rela
.get_r_addend();
2408 // Get the GOT offset if needed. Unlike i386 and x86_64, our GOT
2409 // pointer points to the beginning, not the end, of the table.
2410 // So we just use the plain offset.
2411 bool have_got_offset
= false;
2412 unsigned int got_offset
= 0;
2415 case elfcpp::R_SPARC_GOT10
:
2416 case elfcpp::R_SPARC_GOT13
:
2417 case elfcpp::R_SPARC_GOT22
:
2420 gold_assert(gsym
->has_got_offset(GOT_TYPE_STANDARD
));
2421 got_offset
= gsym
->got_offset(GOT_TYPE_STANDARD
);
2425 unsigned int r_sym
= elfcpp::elf_r_sym
<size
>(rela
.get_r_info());
2426 gold_assert(object
->local_has_got_offset(r_sym
, GOT_TYPE_STANDARD
));
2427 got_offset
= object
->local_got_offset(r_sym
, GOT_TYPE_STANDARD
);
2429 have_got_offset
= true;
2438 case elfcpp::R_SPARC_NONE
:
2439 case elfcpp::R_SPARC_REGISTER
:
2440 case elfcpp::R_SPARC_GNU_VTINHERIT
:
2441 case elfcpp::R_SPARC_GNU_VTENTRY
:
2444 case elfcpp::R_SPARC_8
:
2445 Relocate_functions
<size
, big_endian
>::rela8(view
, object
,
2449 case elfcpp::R_SPARC_16
:
2450 Relocate_functions
<size
, big_endian
>::rela16(view
, object
,
2454 case elfcpp::R_SPARC_32
:
2455 if (!parameters
->options().output_is_position_independent())
2456 Relocate_functions
<size
, big_endian
>::rela32(view
, object
,
2460 case elfcpp::R_SPARC_DISP8
:
2461 Reloc::disp8(view
, object
, psymval
, addend
, address
);
2464 case elfcpp::R_SPARC_DISP16
:
2465 Reloc::disp16(view
, object
, psymval
, addend
, address
);
2468 case elfcpp::R_SPARC_DISP32
:
2469 Reloc::disp32(view
, object
, psymval
, addend
, address
);
2472 case elfcpp::R_SPARC_DISP64
:
2473 Reloc::disp64(view
, object
, psymval
, addend
, address
);
2476 case elfcpp::R_SPARC_WDISP30
:
2477 case elfcpp::R_SPARC_WPLT30
:
2478 Reloc::wdisp30(view
, object
, psymval
, addend
, address
);
2481 case elfcpp::R_SPARC_WDISP22
:
2482 Reloc::wdisp22(view
, object
, psymval
, addend
, address
);
2485 case elfcpp::R_SPARC_WDISP19
:
2486 Reloc::wdisp19(view
, object
, psymval
, addend
, address
);
2489 case elfcpp::R_SPARC_WDISP16
:
2490 Reloc::wdisp16(view
, object
, psymval
, addend
, address
);
2493 case elfcpp::R_SPARC_HI22
:
2494 Reloc::hi22(view
, object
, psymval
, addend
);
2497 case elfcpp::R_SPARC_22
:
2498 Reloc::rela32_22(view
, object
, psymval
, addend
);
2501 case elfcpp::R_SPARC_13
:
2502 Reloc::rela32_13(view
, object
, psymval
, addend
);
2505 case elfcpp::R_SPARC_LO10
:
2506 Reloc::lo10(view
, object
, psymval
, addend
);
2509 case elfcpp::R_SPARC_GOT10
:
2510 Reloc::lo10(view
, got_offset
, addend
);
2513 case elfcpp::R_SPARC_GOT13
:
2514 Reloc::rela32_13(view
, got_offset
, addend
);
2517 case elfcpp::R_SPARC_GOT22
:
2518 Reloc::hi22(view
, got_offset
, addend
);
2521 case elfcpp::R_SPARC_PC10
:
2522 Reloc::pc10(view
, object
, psymval
, addend
, address
);
2525 case elfcpp::R_SPARC_PC22
:
2526 Reloc::pc22(view
, object
, psymval
, addend
, address
);
2529 case elfcpp::R_SPARC_TLS_DTPOFF32
:
2530 case elfcpp::R_SPARC_UA32
:
2531 Reloc::ua32(view
, object
, psymval
, addend
);
2534 case elfcpp::R_SPARC_PLT64
:
2535 Relocate_functions
<size
, big_endian
>::rela64(view
, object
,
2539 case elfcpp::R_SPARC_PLT32
:
2540 Relocate_functions
<size
, big_endian
>::rela32(view
, object
,
2544 case elfcpp::R_SPARC_HIPLT22
:
2545 Reloc::hi22(view
, object
, psymval
, addend
);
2548 case elfcpp::R_SPARC_LOPLT10
:
2549 Reloc::lo10(view
, object
, psymval
, addend
);
2552 case elfcpp::R_SPARC_PCPLT32
:
2553 Reloc::disp32(view
, object
, psymval
, addend
, address
);
2556 case elfcpp::R_SPARC_PCPLT22
:
2557 Reloc::pcplt22(view
, object
, psymval
, addend
, address
);
2560 case elfcpp::R_SPARC_PCPLT10
:
2561 Reloc::lo10(view
, object
, psymval
, addend
, address
);
2564 case elfcpp::R_SPARC_64
:
2565 if (!parameters
->options().output_is_position_independent())
2566 Relocate_functions
<size
, big_endian
>::rela64(view
, object
,
2570 case elfcpp::R_SPARC_OLO10
:
2572 unsigned int addend2
= rela
.get_r_info() & 0xffffffff;
2573 addend2
= ((addend2
>> 8) ^ 0x800000) - 0x800000;
2574 Reloc::olo10(view
, object
, psymval
, addend
, addend2
);
2578 case elfcpp::R_SPARC_HH22
:
2579 Reloc::hh22(view
, object
, psymval
, addend
);
2582 case elfcpp::R_SPARC_PC_HH22
:
2583 Reloc::pc_hh22(view
, object
, psymval
, addend
, address
);
2586 case elfcpp::R_SPARC_HM10
:
2587 Reloc::hm10(view
, object
, psymval
, addend
);
2590 case elfcpp::R_SPARC_PC_HM10
:
2591 Reloc::pc_hm10(view
, object
, psymval
, addend
, address
);
2594 case elfcpp::R_SPARC_LM22
:
2595 Reloc::hi22(view
, object
, psymval
, addend
);
2598 case elfcpp::R_SPARC_PC_LM22
:
2599 Reloc::pcplt22(view
, object
, psymval
, addend
, address
);
2602 case elfcpp::R_SPARC_11
:
2603 Reloc::rela32_11(view
, object
, psymval
, addend
);
2606 case elfcpp::R_SPARC_10
:
2607 Reloc::rela32_10(view
, object
, psymval
, addend
);
2610 case elfcpp::R_SPARC_7
:
2611 Reloc::rela32_7(view
, object
, psymval
, addend
);
2614 case elfcpp::R_SPARC_6
:
2615 Reloc::rela32_6(view
, object
, psymval
, addend
);
2618 case elfcpp::R_SPARC_5
:
2619 Reloc::rela32_5(view
, object
, psymval
, addend
);
2622 case elfcpp::R_SPARC_HIX22
:
2623 Reloc::hix22(view
, object
, psymval
, addend
);
2626 case elfcpp::R_SPARC_LOX10
:
2627 Reloc::lox10(view
, object
, psymval
, addend
);
2630 case elfcpp::R_SPARC_H44
:
2631 Reloc::h44(view
, object
, psymval
, addend
);
2634 case elfcpp::R_SPARC_M44
:
2635 Reloc::m44(view
, object
, psymval
, addend
);
2638 case elfcpp::R_SPARC_L44
:
2639 Reloc::l44(view
, object
, psymval
, addend
);
2642 case elfcpp::R_SPARC_TLS_DTPOFF64
:
2643 case elfcpp::R_SPARC_UA64
:
2644 Reloc::ua64(view
, object
, psymval
, addend
);
2647 case elfcpp::R_SPARC_UA16
:
2648 Reloc::ua16(view
, object
, psymval
, addend
);
2651 case elfcpp::R_SPARC_TLS_GD_HI22
:
2652 case elfcpp::R_SPARC_TLS_GD_LO10
:
2653 case elfcpp::R_SPARC_TLS_GD_ADD
:
2654 case elfcpp::R_SPARC_TLS_GD_CALL
:
2655 case elfcpp::R_SPARC_TLS_LDM_HI22
:
2656 case elfcpp::R_SPARC_TLS_LDM_LO10
:
2657 case elfcpp::R_SPARC_TLS_LDM_ADD
:
2658 case elfcpp::R_SPARC_TLS_LDM_CALL
:
2659 case elfcpp::R_SPARC_TLS_LDO_HIX22
:
2660 case elfcpp::R_SPARC_TLS_LDO_LOX10
:
2661 case elfcpp::R_SPARC_TLS_LDO_ADD
:
2662 case elfcpp::R_SPARC_TLS_IE_HI22
:
2663 case elfcpp::R_SPARC_TLS_IE_LO10
:
2664 case elfcpp::R_SPARC_TLS_IE_LD
:
2665 case elfcpp::R_SPARC_TLS_IE_LDX
:
2666 case elfcpp::R_SPARC_TLS_IE_ADD
:
2667 case elfcpp::R_SPARC_TLS_LE_HIX22
:
2668 case elfcpp::R_SPARC_TLS_LE_LOX10
:
2669 this->relocate_tls(relinfo
, target
, relnum
, rela
,
2670 r_type
, gsym
, psymval
, view
,
2671 address
, view_size
);
2674 case elfcpp::R_SPARC_COPY
:
2675 case elfcpp::R_SPARC_GLOB_DAT
:
2676 case elfcpp::R_SPARC_JMP_SLOT
:
2677 case elfcpp::R_SPARC_RELATIVE
:
2678 // These are outstanding tls relocs, which are unexpected when
2680 case elfcpp::R_SPARC_TLS_DTPMOD64
:
2681 case elfcpp::R_SPARC_TLS_DTPMOD32
:
2682 case elfcpp::R_SPARC_TLS_TPOFF64
:
2683 case elfcpp::R_SPARC_TLS_TPOFF32
:
2684 gold_error_at_location(relinfo
, relnum
, rela
.get_r_offset(),
2685 _("unexpected reloc %u in object file"),
2690 gold_error_at_location(relinfo
, relnum
, rela
.get_r_offset(),
2691 _("unsupported reloc %u"),
2699 // Perform a TLS relocation.
2701 template<int size
, bool big_endian
>
2703 Target_sparc
<size
, big_endian
>::Relocate::relocate_tls(
2704 const Relocate_info
<size
, big_endian
>* relinfo
,
2705 Target_sparc
<size
, big_endian
>* target
,
2707 const elfcpp::Rela
<size
, big_endian
>& rela
,
2708 unsigned int r_type
,
2709 const Sized_symbol
<size
>* gsym
,
2710 const Symbol_value
<size
>* psymval
,
2711 unsigned char* view
,
2712 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
,
2715 Output_segment
* tls_segment
= relinfo
->layout
->tls_segment();
2716 typedef Sparc_relocate_functions
<size
, big_endian
> Reloc
;
2717 const Sized_relobj
<size
, big_endian
>* object
= relinfo
->object
;
2718 typedef typename
elfcpp::Swap
<32, true>::Valtype Insntype
;
2720 const elfcpp::Elf_Xword addend
= rela
.get_r_addend();
2721 typename
elfcpp::Elf_types
<size
>::Elf_Addr value
= psymval
->value(object
, 0);
2723 const bool is_final
=
2725 ? !parameters
->options().output_is_position_independent()
2726 : gsym
->final_value_is_known());
2727 const tls::Tls_optimization optimized_type
2728 = optimize_tls_reloc(is_final
, r_type
);
2732 case elfcpp::R_SPARC_TLS_GD_HI22
:
2733 case elfcpp::R_SPARC_TLS_GD_LO10
:
2734 case elfcpp::R_SPARC_TLS_GD_ADD
:
2735 case elfcpp::R_SPARC_TLS_GD_CALL
:
2736 if (optimized_type
== tls::TLSOPT_TO_LE
)
2738 Insntype
* wv
= reinterpret_cast<Insntype
*>(view
);
2741 value
-= tls_segment
->memsz();
2745 case elfcpp::R_SPARC_TLS_GD_HI22
:
2746 // TLS_GD_HI22 --> TLS_LE_HIX22
2747 Reloc::hix22(view
, value
, addend
);
2750 case elfcpp::R_SPARC_TLS_GD_LO10
:
2751 // TLS_GD_LO10 --> TLS_LE_LOX10
2752 Reloc::lox10(view
, value
, addend
);
2755 case elfcpp::R_SPARC_TLS_GD_ADD
:
2756 // add %reg1, %reg2, %reg3 --> mov %g7, %reg2, %reg3
2757 val
= elfcpp::Swap
<32, true>::readval(wv
);
2758 val
= (val
& ~0x7c000) | 0x1c000;
2759 elfcpp::Swap
<32, true>::writeval(wv
, val
);
2761 case elfcpp::R_SPARC_TLS_GD_CALL
:
2762 // call __tls_get_addr --> nop
2763 elfcpp::Swap
<32, true>::writeval(wv
, sparc_nop
);
2770 unsigned int got_type
= (optimized_type
== tls::TLSOPT_TO_IE
2771 ? GOT_TYPE_TLS_OFFSET
2772 : GOT_TYPE_TLS_PAIR
);
2775 gold_assert(gsym
->has_got_offset(got_type
));
2776 value
= gsym
->got_offset(got_type
);
2780 unsigned int r_sym
= elfcpp::elf_r_sym
<size
>(rela
.get_r_info());
2781 gold_assert(object
->local_has_got_offset(r_sym
, got_type
));
2782 value
= object
->local_got_offset(r_sym
, got_type
);
2784 if (optimized_type
== tls::TLSOPT_TO_IE
)
2786 Insntype
* wv
= reinterpret_cast<Insntype
*>(view
);
2791 case elfcpp::R_SPARC_TLS_GD_HI22
:
2792 // TLS_GD_HI22 --> TLS_IE_HI22
2793 Reloc::hi22(view
, value
, addend
);
2796 case elfcpp::R_SPARC_TLS_GD_LO10
:
2797 // TLS_GD_LO10 --> TLS_IE_LO10
2798 Reloc::lo10(view
, value
, addend
);
2801 case elfcpp::R_SPARC_TLS_GD_ADD
:
2802 // add %reg1, %reg2, %reg3 --> ld [%reg1 + %reg2], %reg3
2803 val
= elfcpp::Swap
<32, true>::readval(wv
);
2810 elfcpp::Swap
<32, true>::writeval(wv
, val
);
2813 case elfcpp::R_SPARC_TLS_GD_CALL
:
2814 // The compiler can put the TLS_GD_ADD instruction
2815 // into the delay slot of the call. If so, we need
2816 // to transpose the two instructions so that the
2817 // the new sequence works properly.
2819 // The test we use is if the instruction in the
2820 // delay slot is an add with destination register
2822 val
= elfcpp::Swap
<32, true>::readval(wv
+ 1);
2823 if ((val
& 0x81f80000) == 0x80000000
2824 && ((val
>> 25) & 0x1f) == 0x8)
2831 elfcpp::Swap
<32, true>::writeval(wv
, val
);
2834 this->ignore_gd_add_
= true;
2837 // call __tls_get_addr --> add %g7, %o0, %o0
2838 elfcpp::Swap
<32, true>::writeval(wv
, 0x9001c008);
2843 else if (optimized_type
== tls::TLSOPT_NONE
)
2847 case elfcpp::R_SPARC_TLS_GD_HI22
:
2848 Reloc::hi22(view
, value
, addend
);
2850 case elfcpp::R_SPARC_TLS_GD_LO10
:
2851 Reloc::lo10(view
, value
, addend
);
2853 case elfcpp::R_SPARC_TLS_GD_ADD
:
2855 case elfcpp::R_SPARC_TLS_GD_CALL
:
2857 Symbol_value
<size
> symval
;
2858 elfcpp::Elf_Xword value
;
2861 tsym
= target
->tls_get_addr_sym_
;
2863 value
= (target
->plt_section()->address() +
2864 tsym
->plt_offset());
2865 symval
.set_output_value(value
);
2866 Reloc::wdisp30(view
, object
, &symval
, addend
, address
);
2873 gold_error_at_location(relinfo
, relnum
, rela
.get_r_offset(),
2874 _("unsupported reloc %u"),
2878 case elfcpp::R_SPARC_TLS_LDM_HI22
:
2879 case elfcpp::R_SPARC_TLS_LDM_LO10
:
2880 case elfcpp::R_SPARC_TLS_LDM_ADD
:
2881 case elfcpp::R_SPARC_TLS_LDM_CALL
:
2882 if (optimized_type
== tls::TLSOPT_TO_LE
)
2884 Insntype
* wv
= reinterpret_cast<Insntype
*>(view
);
2888 case elfcpp::R_SPARC_TLS_LDM_HI22
:
2889 case elfcpp::R_SPARC_TLS_LDM_LO10
:
2890 case elfcpp::R_SPARC_TLS_LDM_ADD
:
2891 elfcpp::Swap
<32, true>::writeval(wv
, sparc_nop
);
2894 case elfcpp::R_SPARC_TLS_LDM_CALL
:
2895 elfcpp::Swap
<32, true>::writeval(wv
, sparc_mov_g0_o0
);
2900 else if (optimized_type
== tls::TLSOPT_NONE
)
2902 // Relocate the field with the offset of the GOT entry for
2903 // the module index.
2904 unsigned int got_offset
;
2906 got_offset
= target
->got_mod_index_entry(NULL
, NULL
, NULL
);
2909 case elfcpp::R_SPARC_TLS_LDM_HI22
:
2910 Reloc::hi22(view
, got_offset
, addend
);
2912 case elfcpp::R_SPARC_TLS_LDM_LO10
:
2913 Reloc::lo10(view
, got_offset
, addend
);
2915 case elfcpp::R_SPARC_TLS_LDM_ADD
:
2917 case elfcpp::R_SPARC_TLS_LDM_CALL
:
2919 Symbol_value
<size
> symval
;
2920 elfcpp::Elf_Xword value
;
2923 tsym
= target
->tls_get_addr_sym_
;
2925 value
= (target
->plt_section()->address() +
2926 tsym
->plt_offset());
2927 symval
.set_output_value(value
);
2928 Reloc::wdisp30(view
, object
, &symval
, addend
, address
);
2934 gold_error_at_location(relinfo
, relnum
, rela
.get_r_offset(),
2935 _("unsupported reloc %u"),
2939 // These relocs can appear in debugging sections, in which case
2940 // we won't see the TLS_LDM relocs. The local_dynamic_type
2941 // field tells us this.
2942 case elfcpp::R_SPARC_TLS_LDO_HIX22
:
2943 if (optimized_type
== tls::TLSOPT_TO_LE
)
2945 value
-= tls_segment
->memsz();
2946 Reloc::hix22(view
, value
, addend
);
2949 Reloc::ldo_hix22(view
, value
, addend
);
2951 case elfcpp::R_SPARC_TLS_LDO_LOX10
:
2952 if (optimized_type
== tls::TLSOPT_TO_LE
)
2954 value
-= tls_segment
->memsz();
2955 Reloc::lox10(view
, value
, addend
);
2958 Reloc::ldo_lox10(view
, value
, addend
);
2960 case elfcpp::R_SPARC_TLS_LDO_ADD
:
2961 if (optimized_type
== tls::TLSOPT_TO_LE
)
2963 Insntype
* wv
= reinterpret_cast<Insntype
*>(view
);
2966 // add %reg1, %reg2, %reg3 --> add %g7, %reg2, %reg3
2967 val
= elfcpp::Swap
<32, true>::readval(wv
);
2968 val
= (val
& ~0x7c000) | 0x1c000;
2969 elfcpp::Swap
<32, true>::writeval(wv
, val
);
2973 // When optimizing IE --> LE, the only relocation that is handled
2974 // differently is R_SPARC_TLS_IE_LD, it is rewritten from
2975 // 'ld{,x} [rs1 + rs2], rd' into 'mov rs2, rd' or simply a NOP is
2976 // rs2 and rd are the same.
2977 case elfcpp::R_SPARC_TLS_IE_LD
:
2978 case elfcpp::R_SPARC_TLS_IE_LDX
:
2979 if (optimized_type
== tls::TLSOPT_TO_LE
)
2981 Insntype
* wv
= reinterpret_cast<Insntype
*>(view
);
2982 Insntype val
= elfcpp::Swap
<32, true>::readval(wv
);
2983 Insntype rs2
= val
& 0x1f;
2984 Insntype rd
= (val
>> 25) & 0x1f;
2989 val
= sparc_mov
| (val
& 0x3e00001f);
2991 elfcpp::Swap
<32, true>::writeval(wv
, val
);
2995 case elfcpp::R_SPARC_TLS_IE_HI22
:
2996 case elfcpp::R_SPARC_TLS_IE_LO10
:
2997 if (optimized_type
== tls::TLSOPT_TO_LE
)
2999 value
-= tls_segment
->memsz();
3002 case elfcpp::R_SPARC_TLS_IE_HI22
:
3003 // IE_HI22 --> LE_HIX22
3004 Reloc::hix22(view
, value
, addend
);
3006 case elfcpp::R_SPARC_TLS_IE_LO10
:
3007 // IE_LO10 --> LE_LOX10
3008 Reloc::lox10(view
, value
, addend
);
3013 else if (optimized_type
== tls::TLSOPT_NONE
)
3015 // Relocate the field with the offset of the GOT entry for
3016 // the tp-relative offset of the symbol.
3019 gold_assert(gsym
->has_got_offset(GOT_TYPE_TLS_OFFSET
));
3020 value
= gsym
->got_offset(GOT_TYPE_TLS_OFFSET
);
3024 unsigned int r_sym
= elfcpp::elf_r_sym
<size
>(rela
.get_r_info());
3025 gold_assert(object
->local_has_got_offset(r_sym
,
3026 GOT_TYPE_TLS_OFFSET
));
3027 value
= object
->local_got_offset(r_sym
,
3028 GOT_TYPE_TLS_OFFSET
);
3032 case elfcpp::R_SPARC_TLS_IE_HI22
:
3033 Reloc::hi22(view
, value
, addend
);
3035 case elfcpp::R_SPARC_TLS_IE_LO10
:
3036 Reloc::lo10(view
, value
, addend
);
3041 gold_error_at_location(relinfo
, relnum
, rela
.get_r_offset(),
3042 _("unsupported reloc %u"),
3046 case elfcpp::R_SPARC_TLS_IE_ADD
:
3047 // This seems to be mainly so that we can find the addition
3048 // instruction if there is one. There doesn't seem to be any
3049 // actual relocation to apply.
3052 case elfcpp::R_SPARC_TLS_LE_HIX22
:
3053 // If we're creating a shared library, a dynamic relocation will
3054 // have been created for this location, so do not apply it now.
3055 if (!parameters
->options().shared())
3057 value
-= tls_segment
->memsz();
3058 Reloc::hix22(view
, value
, addend
);
3062 case elfcpp::R_SPARC_TLS_LE_LOX10
:
3063 // If we're creating a shared library, a dynamic relocation will
3064 // have been created for this location, so do not apply it now.
3065 if (!parameters
->options().shared())
3067 value
-= tls_segment
->memsz();
3068 Reloc::lox10(view
, value
, addend
);
3074 // Relocate section data.
3076 template<int size
, bool big_endian
>
3078 Target_sparc
<size
, big_endian
>::relocate_section(
3079 const Relocate_info
<size
, big_endian
>* relinfo
,
3080 unsigned int sh_type
,
3081 const unsigned char* prelocs
,
3083 Output_section
* output_section
,
3084 bool needs_special_offset_handling
,
3085 unsigned char* view
,
3086 typename
elfcpp::Elf_types
<size
>::Elf_Addr address
,
3087 section_size_type view_size
,
3088 const Reloc_symbol_changes
* reloc_symbol_changes
)
3090 typedef Target_sparc
<size
, big_endian
> Sparc
;
3091 typedef typename Target_sparc
<size
, big_endian
>::Relocate Sparc_relocate
;
3093 gold_assert(sh_type
== elfcpp::SHT_RELA
);
3095 gold::relocate_section
<size
, big_endian
, Sparc
, elfcpp::SHT_RELA
,
3102 needs_special_offset_handling
,
3106 reloc_symbol_changes
);
3109 // Return the size of a relocation while scanning during a relocatable
3112 template<int size
, bool big_endian
>
3114 Target_sparc
<size
, big_endian
>::Relocatable_size_for_reloc::get_size_for_reloc(
3118 // We are always SHT_RELA, so we should never get here.
3123 // Scan the relocs during a relocatable link.
3125 template<int size
, bool big_endian
>
3127 Target_sparc
<size
, big_endian
>::scan_relocatable_relocs(
3128 Symbol_table
* symtab
,
3130 Sized_relobj
<size
, big_endian
>* object
,
3131 unsigned int data_shndx
,
3132 unsigned int sh_type
,
3133 const unsigned char* prelocs
,
3135 Output_section
* output_section
,
3136 bool needs_special_offset_handling
,
3137 size_t local_symbol_count
,
3138 const unsigned char* plocal_symbols
,
3139 Relocatable_relocs
* rr
)
3141 gold_assert(sh_type
== elfcpp::SHT_RELA
);
3143 typedef gold::Default_scan_relocatable_relocs
<elfcpp::SHT_RELA
,
3144 Relocatable_size_for_reloc
> Scan_relocatable_relocs
;
3146 gold::scan_relocatable_relocs
<size
, big_endian
, elfcpp::SHT_RELA
,
3147 Scan_relocatable_relocs
>(
3155 needs_special_offset_handling
,
3161 // Relocate a section during a relocatable link.
3163 template<int size
, bool big_endian
>
3165 Target_sparc
<size
, big_endian
>::relocate_for_relocatable(
3166 const Relocate_info
<size
, big_endian
>* relinfo
,
3167 unsigned int sh_type
,
3168 const unsigned char* prelocs
,
3170 Output_section
* output_section
,
3171 off_t offset_in_output_section
,
3172 const Relocatable_relocs
* rr
,
3173 unsigned char* view
,
3174 typename
elfcpp::Elf_types
<size
>::Elf_Addr view_address
,
3175 section_size_type view_size
,
3176 unsigned char* reloc_view
,
3177 section_size_type reloc_view_size
)
3179 gold_assert(sh_type
== elfcpp::SHT_RELA
);
3181 gold::relocate_for_relocatable
<size
, big_endian
, elfcpp::SHT_RELA
>(
3186 offset_in_output_section
,
3195 // Return the value to use for a dynamic which requires special
3196 // treatment. This is how we support equality comparisons of function
3197 // pointers across shared library boundaries, as described in the
3198 // processor specific ABI supplement.
3200 template<int size
, bool big_endian
>
3202 Target_sparc
<size
, big_endian
>::do_dynsym_value(const Symbol
* gsym
) const
3204 gold_assert(gsym
->is_from_dynobj() && gsym
->has_plt_offset());
3205 return this->plt_section()->address() + gsym
->plt_offset();
3208 // The selector for sparc object files.
3210 template<int size
, bool big_endian
>
3211 class Target_selector_sparc
: public Target_selector
3214 Target_selector_sparc()
3215 : Target_selector(elfcpp::EM_NONE
, size
, big_endian
,
3216 (size
== 64 ? "elf64-sparc" : "elf32-sparc"))
3219 Target
* do_recognize(int machine
, int, int)
3224 if (machine
!= elfcpp::EM_SPARCV9
)
3229 if (machine
!= elfcpp::EM_SPARC
3230 && machine
!= elfcpp::EM_SPARC32PLUS
)
3238 return this->instantiate_target();
3241 Target
* do_instantiate_target()
3242 { return new Target_sparc
<size
, big_endian
>(); }
3245 Target_selector_sparc
<32, true> target_selector_sparc32
;
3246 Target_selector_sparc
<64, true> target_selector_sparc64
;
3248 } // End anonymous namespace.