1 /* Hitachi SH64-specific support for 64-bit ELF
2 Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
4 This file is part of BFD, the Binary File Descriptor library.
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
29 /* Add a suffix for datalabel indirection symbols. It must not match any
30 other symbols; user symbols with or without version or other
31 decoration. It must only be used internally and not emitted by any
33 #define DATALABEL_SUFFIX " DL"
35 #define GOT_BIAS (-((long)-32768))
37 #define PLT_ENTRY_SIZE 64
39 /* Return size of a PLT entry. */
40 #define elf_sh64_sizeof_plt(info) PLT_ENTRY_SIZE
42 /* Return offset of the PLT0 address in an absolute PLT entry. */
43 #define elf_sh64_plt_plt0_offset(info) 32
45 /* Return offset of the linker in PLT0 entry. */
46 #define elf_sh64_plt0_gotplt_offset(info) 0
48 /* Return offset of the trampoline in PLT entry */
49 #define elf_sh64_plt_temp_offset(info) 33 /* Add one because it's SHmedia. */
51 /* Return offset of the symbol in PLT entry. */
52 #define elf_sh64_plt_symbol_offset(info) 0
54 /* Return offset of the relocation in PLT entry. */
55 #define elf_sh64_plt_reloc_offset(info) (info->shared ? 52 : 44)
57 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/libc.so.1"
59 /* The sh linker needs to keep track of the number of relocs that it
60 decides to copy in check_relocs for each symbol. This is so that
61 it can discard PC relative relocs if it doesn't need them when
62 linking with -Bsymbolic. We store the information in a field
63 extending the regular ELF linker hash table. */
65 /* This structure keeps track of the number of PC relative relocs we
66 have copied for a given symbol. */
68 struct elf_sh64_pcrel_relocs_copied
71 struct elf_sh64_pcrel_relocs_copied
*next
;
72 /* A section in dynobj. */
74 /* Number of relocs copied in this section. */
78 /* sh ELF linker hash entry. */
80 struct elf_sh64_link_hash_entry
82 struct elf_link_hash_entry root
;
84 bfd_vma datalabel_got_offset
;
86 /* Number of PC relative relocs copied for this symbol. */
87 struct elf_sh64_pcrel_relocs_copied
*pcrel_relocs_copied
;
90 /* sh ELF linker hash table. */
92 struct elf_sh64_link_hash_table
94 struct elf_link_hash_table root
;
97 /* Traverse an sh ELF linker hash table. */
99 #define sh64_elf64_link_hash_traverse(table, func, info) \
100 (elf_link_hash_traverse \
102 (boolean (*) PARAMS ((struct elf_link_hash_entry *, PTR))) (func), \
105 /* Get the sh ELF linker hash table from a link_info structure. */
107 #define sh64_elf64_hash_table(p) \
108 ((struct elf_sh64_link_hash_table *) ((p)->hash))
110 static boolean sh_elf64_copy_private_data
PARAMS ((bfd
*, bfd
*));
111 static boolean sh_elf64_copy_private_data_internal
PARAMS ((bfd
*, bfd
*));
112 static boolean sh_elf64_merge_private_data
PARAMS ((bfd
*, bfd
*));
113 static bfd_reloc_status_type sh_elf64_ignore_reloc
114 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
115 static bfd_reloc_status_type sh_elf64_reloc
116 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
117 static reloc_howto_type
*sh_elf64_reloc_type_lookup
118 PARAMS ((bfd
*, bfd_reloc_code_real_type
));
119 static void sh_elf64_info_to_howto
120 PARAMS ((bfd
*, arelent
*, Elf_Internal_Rela
*));
121 static boolean sh_elf64_relocate_section
122 PARAMS ((bfd
*, struct bfd_link_info
*, bfd
*, asection
*, bfd_byte
*,
123 Elf_Internal_Rela
*, Elf_Internal_Sym
*, asection
**));
124 static bfd_byte
*sh_elf64_get_relocated_section_contents
125 PARAMS ((bfd
*, struct bfd_link_info
*, struct bfd_link_order
*,
126 bfd_byte
*, boolean
, asymbol
**));
127 static boolean sh_elf64_set_mach_from_flags
PARAMS ((bfd
*));
128 static boolean sh_elf64_set_private_flags
PARAMS ((bfd
*, flagword
));
129 static asection
*sh_elf64_gc_mark_hook
130 PARAMS ((asection
*, struct bfd_link_info
*, Elf_Internal_Rela
*,
131 struct elf_link_hash_entry
*, Elf_Internal_Sym
*));
132 static boolean sh_elf64_gc_sweep_hook
133 PARAMS ((bfd
*, struct bfd_link_info
*, asection
*,
134 const Elf_Internal_Rela
*));
135 static boolean sh_elf64_check_relocs
136 PARAMS ((bfd
*, struct bfd_link_info
*, asection
*,
137 const Elf_Internal_Rela
*));
138 static int sh64_elf64_get_symbol_type
PARAMS ((Elf_Internal_Sym
*, int));
139 static boolean sh64_elf64_add_symbol_hook
140 PARAMS ((bfd
*, struct bfd_link_info
*, const Elf_Internal_Sym
*,
141 const char **, flagword
*, asection
**, bfd_vma
*));
142 static boolean sh64_elf64_link_output_symbol_hook
143 PARAMS ((bfd
*, struct bfd_link_info
*, const char *, Elf_Internal_Sym
*,
145 static boolean sh64_elf64_fake_sections
146 PARAMS ((bfd
*, Elf_Internal_Shdr
*, asection
*));
147 static void sh64_elf64_final_write_processing
PARAMS ((bfd
*, boolean
));
148 static struct bfd_hash_entry
*sh64_elf64_link_hash_newfunc
149 PARAMS ((struct bfd_hash_entry
*, struct bfd_hash_table
*, const char *));
150 static struct bfd_link_hash_table
*sh64_elf64_link_hash_table_create
152 inline static void movi_shori_putval
PARAMS ((bfd
*, unsigned long, char *));
153 inline static void movi_3shori_putval
PARAMS ((bfd
*, bfd_vma
, char *));
154 static boolean sh64_elf64_create_dynamic_sections
155 PARAMS ((bfd
*, struct bfd_link_info
*));
156 static boolean sh64_elf64_adjust_dynamic_symbol
157 PARAMS ((struct bfd_link_info
*info
, struct elf_link_hash_entry
*));
158 static boolean sh64_elf64_discard_copies
159 PARAMS ((struct elf_sh64_link_hash_entry
*, PTR
));
160 static boolean sh64_elf64_size_dynamic_sections
161 PARAMS ((bfd
*, struct bfd_link_info
*));
162 static boolean sh64_elf64_finish_dynamic_symbol
163 PARAMS ((bfd
*, struct bfd_link_info
*, struct elf_link_hash_entry
*,
164 Elf_Internal_Sym
*));
165 static boolean sh64_elf64_finish_dynamic_sections
166 PARAMS ((bfd
*, struct bfd_link_info
*));
168 static reloc_howto_type sh_elf64_howto_table
[] = {
170 HOWTO (R_SH_NONE
, /* type */
172 0, /* size (0 = byte, 1 = short, 2 = long) */
174 false, /* pc_relative */
176 complain_overflow_dont
, /* complain_on_overflow */
177 sh_elf64_ignore_reloc
, /* special_function */
178 "R_SH_NONE", /* name */
179 false, /* partial_inplace */
182 false), /* pcrel_offset */
184 /* 32 bit absolute relocation. Setting partial_inplace to true and
185 src_mask to a non-zero value is similar to the COFF toolchain. */
186 HOWTO (R_SH_DIR32
, /* type */
188 2, /* size (0 = byte, 1 = short, 2 = long) */
190 false, /* pc_relative */
192 complain_overflow_bitfield
, /* complain_on_overflow */
193 sh_elf64_reloc
, /* special_function */
194 "R_SH_DIR32", /* name */
195 true, /* partial_inplace */
196 0xffffffff, /* src_mask */
197 0xffffffff, /* dst_mask */
198 false), /* pcrel_offset */
200 /* 32 bit PC relative relocation. */
201 HOWTO (R_SH_REL32
, /* type */
203 2, /* size (0 = byte, 1 = short, 2 = long) */
205 true, /* pc_relative */
207 complain_overflow_signed
, /* complain_on_overflow */
208 sh_elf64_ignore_reloc
, /* special_function */
209 "R_SH_REL32", /* name */
210 false, /* partial_inplace */
212 0xffffffff, /* dst_mask */
213 true), /* pcrel_offset */
215 /* For 32-bit sh, this is R_SH_DIR8WPN. */
218 /* For 32-bit sh, this is R_SH_IND12W. */
221 /* For 32-bit sh, this is R_SH_DIR8WPL. */
224 /* For 32-bit sh, this is R_SH_DIR8WPZ. */
227 /* For 32-bit sh, this is R_SH_DIR8BP. */
230 /* For 32-bit sh, this is R_SH_DIR8W. */
233 /* For 32-bit sh, this is R_SH_DIR8L. */
252 /* The remaining relocs are a GNU extension used for relaxing. The
253 final pass of the linker never needs to do anything with any of
254 these relocs. Any required operations are handled by the
257 /* A 16 bit switch table entry. This is generated for an expression
258 such as ``.word L1 - L2''. The offset holds the difference
259 between the reloc address and L2. */
260 HOWTO (R_SH_SWITCH16
, /* type */
262 1, /* size (0 = byte, 1 = short, 2 = long) */
264 false, /* pc_relative */
266 complain_overflow_unsigned
, /* complain_on_overflow */
267 sh_elf64_ignore_reloc
, /* special_function */
268 "R_SH_SWITCH16", /* name */
269 false, /* partial_inplace */
272 true), /* pcrel_offset */
274 /* A 32 bit switch table entry. This is generated for an expression
275 such as ``.long L1 - L2''. The offset holds the difference
276 between the reloc address and L2. */
277 HOWTO (R_SH_SWITCH32
, /* type */
279 2, /* size (0 = byte, 1 = short, 2 = long) */
281 false, /* pc_relative */
283 complain_overflow_unsigned
, /* complain_on_overflow */
284 sh_elf64_ignore_reloc
, /* special_function */
285 "R_SH_SWITCH32", /* name */
286 false, /* partial_inplace */
289 true), /* pcrel_offset */
291 /* For 32-bit sh, this is R_SH_USES. */
294 /* For 32-bit sh, this is R_SH_COUNT. */
297 /* For 32-bit sh, this is R_SH_ALIGN. FIXME: For linker relaxation,
298 this might be emitted. When linker relaxation is implemented, we
299 might want to use it. */
302 /* For 32-bit sh, this is R_SH_CODE. FIXME: For linker relaxation,
303 this might be emitted. When linker relaxation is implemented, we
304 might want to use it. */
307 /* For 32-bit sh, this is R_SH_DATA. FIXME: For linker relaxation,
308 this might be emitted. When linker relaxation is implemented, we
309 might want to use it. */
312 /* For 32-bit sh, this is R_SH_LABEL. FIXME: For linker relaxation,
313 this might be emitted. When linker relaxation is implemented, we
314 might want to use it. */
317 /* An 8 bit switch table entry. This is generated for an expression
318 such as ``.word L1 - L2''. The offset holds the difference
319 between the reloc address and L2. */
320 HOWTO (R_SH_SWITCH8
, /* type */
322 0, /* size (0 = byte, 1 = short, 2 = long) */
324 false, /* pc_relative */
326 complain_overflow_unsigned
, /* complain_on_overflow */
327 sh_elf64_ignore_reloc
, /* special_function */
328 "R_SH_SWITCH8", /* name */
329 false, /* partial_inplace */
332 true), /* pcrel_offset */
334 /* GNU extension to record C++ vtable hierarchy */
335 HOWTO (R_SH_GNU_VTINHERIT
, /* type */
337 2, /* size (0 = byte, 1 = short, 2 = long) */
339 false, /* pc_relative */
341 complain_overflow_dont
, /* complain_on_overflow */
342 NULL
, /* special_function */
343 "R_SH_GNU_VTINHERIT", /* name */
344 false, /* partial_inplace */
347 false), /* pcrel_offset */
349 /* GNU extension to record C++ vtable member usage */
350 HOWTO (R_SH_GNU_VTENTRY
, /* type */
352 2, /* size (0 = byte, 1 = short, 2 = long) */
354 false, /* pc_relative */
356 complain_overflow_dont
, /* complain_on_overflow */
357 _bfd_elf_rel_vtable_reloc_fn
, /* special_function */
358 "R_SH_GNU_VTENTRY", /* name */
359 false, /* partial_inplace */
362 false), /* pcrel_offset */
364 /* For 32-bit sh, this is R_SH_LOOP_START. */
367 /* For 32-bit sh, this is R_SH_LOOP_END. */
378 /* Used in SHLLI.L and SHLRI.L. */
379 HOWTO (R_SH_DIR5U
, /* type */
381 2, /* size (0 = byte, 1 = short, 2 = long) */
383 false, /* pc_relative */
385 complain_overflow_unsigned
, /* complain_on_overflow */
386 bfd_elf_generic_reloc
, /* special_function */
387 "R_SH_DIR5U", /* name */
388 false, /* partial_inplace */
390 0xfc00, /* dst_mask */
391 false), /* pcrel_offset */
393 /* Used in SHARI, SHLLI et al. */
394 HOWTO (R_SH_DIR6U
, /* type */
396 2, /* size (0 = byte, 1 = short, 2 = long) */
398 false, /* pc_relative */
400 complain_overflow_unsigned
, /* complain_on_overflow */
401 bfd_elf_generic_reloc
, /* special_function */
402 "R_SH_DIR6U", /* name */
403 false, /* partial_inplace */
405 0xfc00, /* dst_mask */
406 false), /* pcrel_offset */
408 /* Used in BxxI, LDHI.L et al. */
409 HOWTO (R_SH_DIR6S
, /* type */
411 2, /* size (0 = byte, 1 = short, 2 = long) */
413 false, /* pc_relative */
415 complain_overflow_signed
, /* complain_on_overflow */
416 bfd_elf_generic_reloc
, /* special_function */
417 "R_SH_DIR6S", /* name */
418 false, /* partial_inplace */
420 0xfc00, /* dst_mask */
421 false), /* pcrel_offset */
423 /* Used in ADDI, ANDI et al. */
424 HOWTO (R_SH_DIR10S
, /* type */
426 2, /* size (0 = byte, 1 = short, 2 = long) */
428 false, /* pc_relative */
430 complain_overflow_signed
, /* complain_on_overflow */
431 bfd_elf_generic_reloc
, /* special_function */
432 "R_SH_DIR10S", /* name */
433 false, /* partial_inplace */
435 0xffc00, /* dst_mask */
436 false), /* pcrel_offset */
438 /* Used in LD.UW, ST.W et al. */
439 HOWTO (R_SH_DIR10SW
, /* type */
441 2, /* size (0 = byte, 1 = short, 2 = long) */
443 false, /* pc_relative */
445 complain_overflow_signed
, /* complain_on_overflow */
446 bfd_elf_generic_reloc
, /* special_function */
447 "R_SH_DIR10SW", /* name */
448 false, /* partial_inplace */
450 0xffc00, /* dst_mask */
451 false), /* pcrel_offset */
453 /* Used in LD.L, FLD.S et al. */
454 HOWTO (R_SH_DIR10SL
, /* type */
456 2, /* size (0 = byte, 1 = short, 2 = long) */
458 false, /* pc_relative */
460 complain_overflow_signed
, /* complain_on_overflow */
461 bfd_elf_generic_reloc
, /* special_function */
462 "R_SH_DIR10SL", /* name */
463 false, /* partial_inplace */
465 0xffc00, /* dst_mask */
466 false), /* pcrel_offset */
468 /* Used in FLD.D, FST.P et al. */
469 HOWTO (R_SH_DIR10SQ
, /* type */
471 2, /* size (0 = byte, 1 = short, 2 = long) */
473 false, /* pc_relative */
475 complain_overflow_signed
, /* complain_on_overflow */
476 bfd_elf_generic_reloc
, /* special_function */
477 "R_SH_DIR10SQ", /* name */
478 false, /* partial_inplace */
480 0xffc00, /* dst_mask */
481 false), /* pcrel_offset */
592 /* Relocs for dynamic linking for 32-bit SH would follow. We don't have
593 any dynamic linking support for 64-bit SH at present. */
605 /* Back to SH5 relocations. */
606 /* Used in MOVI and SHORI (x & 65536). */
607 HOWTO (R_SH_GOT_LOW16
, /* type */
609 2, /* size (0 = byte, 1 = short, 2 = long) */
611 false, /* pc_relative */
613 complain_overflow_dont
, /* complain_on_overflow */
614 bfd_elf_generic_reloc
, /* special_function */
615 "R_SH_GOT_LOW16", /* name */
616 false, /* partial_inplace */
618 0x3fffc00, /* dst_mask */
619 false), /* pcrel_offset */
621 /* Used in MOVI and SHORI ((x >> 16) & 65536). */
622 HOWTO (R_SH_GOT_MEDLOW16
, /* type */
624 2, /* size (0 = byte, 1 = short, 2 = long) */
626 false, /* pc_relative */
628 complain_overflow_dont
, /* complain_on_overflow */
629 bfd_elf_generic_reloc
, /* special_function */
630 "R_SH_GOT_MEDLOW16", /* name */
631 false, /* partial_inplace */
633 0x3fffc00, /* dst_mask */
634 false), /* pcrel_offset */
636 /* Used in MOVI and SHORI ((x >> 32) & 65536). */
637 HOWTO (R_SH_GOT_MEDHI16
, /* type */
639 2, /* size (0 = byte, 1 = short, 2 = long) */
641 false, /* pc_relative */
643 complain_overflow_dont
, /* complain_on_overflow */
644 bfd_elf_generic_reloc
, /* special_function */
645 "R_SH_GOT_MEDHI16", /* name */
646 false, /* partial_inplace */
648 0x3fffc00, /* dst_mask */
649 false), /* pcrel_offset */
651 /* Used in MOVI and SHORI ((x >> 48) & 65536). */
652 HOWTO (R_SH_GOT_HI16
, /* type */
654 2, /* size (0 = byte, 1 = short, 2 = long) */
656 false, /* pc_relative */
658 complain_overflow_dont
, /* complain_on_overflow */
659 bfd_elf_generic_reloc
, /* special_function */
660 "R_SH_GOT_HI16", /* name */
661 false, /* partial_inplace */
663 0x3fffc00, /* dst_mask */
664 false), /* pcrel_offset */
666 /* Used in MOVI and SHORI (x & 65536). */
667 HOWTO (R_SH_GOTPLT_LOW16
, /* type */
669 2, /* size (0 = byte, 1 = short, 2 = long) */
671 false, /* pc_relative */
673 complain_overflow_dont
, /* complain_on_overflow */
674 bfd_elf_generic_reloc
, /* special_function */
675 "R_SH_GOTPLT_LOW16", /* name */
676 false, /* partial_inplace */
678 0x3fffc00, /* dst_mask */
679 false), /* pcrel_offset */
681 /* Used in MOVI and SHORI ((x >> 16) & 65536). */
682 HOWTO (R_SH_GOTPLT_MEDLOW16
, /* type */
684 2, /* size (0 = byte, 1 = short, 2 = long) */
686 false, /* pc_relative */
688 complain_overflow_dont
, /* complain_on_overflow */
689 bfd_elf_generic_reloc
, /* special_function */
690 "R_SH_GOTPLT_MEDLOW16", /* name */
691 false, /* partial_inplace */
693 0x3fffc00, /* dst_mask */
694 false), /* pcrel_offset */
696 /* Used in MOVI and SHORI ((x >> 32) & 65536). */
697 HOWTO (R_SH_GOTPLT_MEDHI16
, /* type */
699 2, /* size (0 = byte, 1 = short, 2 = long) */
701 false, /* pc_relative */
703 complain_overflow_dont
, /* complain_on_overflow */
704 bfd_elf_generic_reloc
, /* special_function */
705 "R_SH_GOTPLT_MEDHI16", /* name */
706 false, /* partial_inplace */
708 0x3fffc00, /* dst_mask */
709 false), /* pcrel_offset */
711 /* Used in MOVI and SHORI ((x >> 48) & 65536). */
712 HOWTO (R_SH_GOTPLT_HI16
, /* type */
714 2, /* size (0 = byte, 1 = short, 2 = long) */
716 false, /* pc_relative */
718 complain_overflow_dont
, /* complain_on_overflow */
719 bfd_elf_generic_reloc
, /* special_function */
720 "R_SH_GOTPLT_HI16", /* name */
721 false, /* partial_inplace */
723 0x3fffc00, /* dst_mask */
724 false), /* pcrel_offset */
726 /* Used in MOVI and SHORI (x & 65536). */
727 HOWTO (R_SH_PLT_LOW16
, /* type */
729 2, /* size (0 = byte, 1 = short, 2 = long) */
731 true, /* pc_relative */
733 complain_overflow_dont
, /* complain_on_overflow */
734 bfd_elf_generic_reloc
, /* special_function */
735 "R_SH_PLT_LOW16", /* name */
736 false, /* partial_inplace */
738 0x3fffc00, /* dst_mask */
739 true), /* pcrel_offset */
741 /* Used in MOVI and SHORI ((x >> 16) & 65536). */
742 HOWTO (R_SH_PLT_MEDLOW16
, /* type */
744 2, /* size (0 = byte, 1 = short, 2 = long) */
746 true, /* pc_relative */
748 complain_overflow_dont
, /* complain_on_overflow */
749 bfd_elf_generic_reloc
, /* special_function */
750 "R_SH_PLT_MEDLOW16", /* name */
751 false, /* partial_inplace */
753 0x3fffc00, /* dst_mask */
754 true), /* pcrel_offset */
756 /* Used in MOVI and SHORI ((x >> 32) & 65536). */
757 HOWTO (R_SH_PLT_MEDHI16
, /* type */
759 2, /* size (0 = byte, 1 = short, 2 = long) */
761 true, /* pc_relative */
763 complain_overflow_dont
, /* complain_on_overflow */
764 bfd_elf_generic_reloc
, /* special_function */
765 "R_SH_PLT_MEDHI16", /* name */
766 false, /* partial_inplace */
768 0x3fffc00, /* dst_mask */
769 true), /* pcrel_offset */
771 /* Used in MOVI and SHORI ((x >> 48) & 65536). */
772 HOWTO (R_SH_PLT_HI16
, /* type */
774 2, /* size (0 = byte, 1 = short, 2 = long) */
776 true, /* pc_relative */
778 complain_overflow_dont
, /* complain_on_overflow */
779 bfd_elf_generic_reloc
, /* special_function */
780 "R_SH_PLT_HI16", /* name */
781 false, /* partial_inplace */
783 0x3fffc00, /* dst_mask */
784 true), /* pcrel_offset */
786 /* Used in MOVI and SHORI (x & 65536). */
787 HOWTO (R_SH_GOTOFF_LOW16
, /* type */
789 2, /* size (0 = byte, 1 = short, 2 = long) */
791 false, /* pc_relative */
793 complain_overflow_dont
, /* complain_on_overflow */
794 bfd_elf_generic_reloc
, /* special_function */
795 "R_SH_GOTOFF_LOW16", /* name */
796 false, /* partial_inplace */
798 0x3fffc00, /* dst_mask */
799 false), /* pcrel_offset */
801 /* Used in MOVI and SHORI ((x >> 16) & 65536). */
802 HOWTO (R_SH_GOTOFF_MEDLOW16
, /* type */
804 2, /* size (0 = byte, 1 = short, 2 = long) */
806 false, /* pc_relative */
808 complain_overflow_dont
, /* complain_on_overflow */
809 bfd_elf_generic_reloc
, /* special_function */
810 "R_SH_GOTOFF_MEDLOW16", /* name */
811 false, /* partial_inplace */
813 0x3fffc00, /* dst_mask */
814 false), /* pcrel_offset */
816 /* Used in MOVI and SHORI ((x >> 32) & 65536). */
817 HOWTO (R_SH_GOTOFF_MEDHI16
, /* type */
819 2, /* size (0 = byte, 1 = short, 2 = long) */
821 false, /* pc_relative */
823 complain_overflow_dont
, /* complain_on_overflow */
824 bfd_elf_generic_reloc
, /* special_function */
825 "R_SH_GOTOFF_MEDHI16", /* name */
826 false, /* partial_inplace */
828 0x3fffc00, /* dst_mask */
829 false), /* pcrel_offset */
831 /* Used in MOVI and SHORI ((x >> 48) & 65536). */
832 HOWTO (R_SH_GOTOFF_HI16
, /* type */
834 2, /* size (0 = byte, 1 = short, 2 = long) */
836 false, /* pc_relative */
838 complain_overflow_dont
, /* complain_on_overflow */
839 bfd_elf_generic_reloc
, /* special_function */
840 "R_SH_GOTOFF_HI16", /* name */
841 false, /* partial_inplace */
843 0x3fffc00, /* dst_mask */
844 false), /* pcrel_offset */
846 /* Used in MOVI and SHORI (x & 65536). */
847 HOWTO (R_SH_GOTPC_LOW16
, /* type */
849 2, /* size (0 = byte, 1 = short, 2 = long) */
851 true, /* pc_relative */
853 complain_overflow_dont
, /* complain_on_overflow */
854 bfd_elf_generic_reloc
, /* special_function */
855 "R_SH_GOTPC_LOW16", /* name */
856 false, /* partial_inplace */
858 0x3fffc00, /* dst_mask */
859 true), /* pcrel_offset */
861 /* Used in MOVI and SHORI ((x >> 16) & 65536). */
862 HOWTO (R_SH_GOTPC_MEDLOW16
, /* type */
864 2, /* size (0 = byte, 1 = short, 2 = long) */
866 true, /* pc_relative */
868 complain_overflow_dont
, /* complain_on_overflow */
869 bfd_elf_generic_reloc
, /* special_function */
870 "R_SH_GOTPC_MEDLOW16", /* name */
871 false, /* partial_inplace */
873 0x3fffc00, /* dst_mask */
874 true), /* pcrel_offset */
876 /* Used in MOVI and SHORI ((x >> 32) & 65536). */
877 HOWTO (R_SH_GOTPC_MEDHI16
, /* type */
879 2, /* size (0 = byte, 1 = short, 2 = long) */
881 true, /* pc_relative */
883 complain_overflow_dont
, /* complain_on_overflow */
884 bfd_elf_generic_reloc
, /* special_function */
885 "R_SH_GOTPC_MEDHI16", /* name */
886 false, /* partial_inplace */
888 0x3fffc00, /* dst_mask */
889 true), /* pcrel_offset */
891 /* Used in MOVI and SHORI ((x >> 48) & 65536). */
892 HOWTO (R_SH_GOTPC_HI16
, /* type */
894 2, /* size (0 = byte, 1 = short, 2 = long) */
896 true, /* pc_relative */
898 complain_overflow_dont
, /* complain_on_overflow */
899 bfd_elf_generic_reloc
, /* special_function */
900 "R_SH_GOTPC_HI16", /* name */
901 false, /* partial_inplace */
903 0x3fffc00, /* dst_mask */
904 true), /* pcrel_offset */
906 /* Used in LD.L, FLD.S et al. */
907 HOWTO (R_SH_GOT10BY4
, /* type */
909 2, /* size (0 = byte, 1 = short, 2 = long) */
911 false, /* pc_relative */
913 complain_overflow_signed
, /* complain_on_overflow */
914 bfd_elf_generic_reloc
, /* special_function */
915 "R_SH_GOT10BY4", /* name */
916 false, /* partial_inplace */
918 0xffc00, /* dst_mask */
919 false), /* pcrel_offset */
921 /* Used in LD.L, FLD.S et al. */
922 HOWTO (R_SH_GOTPLT10BY4
, /* type */
924 2, /* size (0 = byte, 1 = short, 2 = long) */
926 false, /* pc_relative */
928 complain_overflow_signed
, /* complain_on_overflow */
929 bfd_elf_generic_reloc
, /* special_function */
930 "R_SH_GOTPLT10BY4", /* name */
931 false, /* partial_inplace */
933 0xffc00, /* dst_mask */
934 false), /* pcrel_offset */
936 /* Used in FLD.D, FST.P et al. */
937 HOWTO (R_SH_GOT10BY8
, /* type */
939 2, /* size (0 = byte, 1 = short, 2 = long) */
941 false, /* pc_relative */
943 complain_overflow_signed
, /* complain_on_overflow */
944 bfd_elf_generic_reloc
, /* special_function */
945 "R_SH_GOT10BY8", /* name */
946 false, /* partial_inplace */
948 0xffc00, /* dst_mask */
949 false), /* pcrel_offset */
951 /* Used in FLD.D, FST.P et al. */
952 HOWTO (R_SH_GOTPLT10BY8
, /* type */
954 2, /* size (0 = byte, 1 = short, 2 = long) */
956 false, /* pc_relative */
958 complain_overflow_signed
, /* complain_on_overflow */
959 bfd_elf_generic_reloc
, /* special_function */
960 "R_SH_GOTPLT10BY8", /* name */
961 false, /* partial_inplace */
963 0xffc00, /* dst_mask */
964 false), /* pcrel_offset */
966 HOWTO (R_SH_COPY64
, /* type */
968 4, /* size (0 = byte, 1 = short, 2 = long) */
970 false, /* pc_relative */
972 complain_overflow_dont
, /* complain_on_overflow */
973 bfd_elf_generic_reloc
, /* special_function */
974 "R_SH_COPY64", /* name */
975 false, /* partial_inplace */
977 ((bfd_vma
) 0) - 1, /* dst_mask */
978 false), /* pcrel_offset */
980 HOWTO (R_SH_GLOB_DAT64
, /* type */
982 4, /* size (0 = byte, 1 = short, 2 = long) */
984 false, /* pc_relative */
986 complain_overflow_dont
, /* complain_on_overflow */
987 bfd_elf_generic_reloc
, /* special_function */
988 "R_SH_GLOB_DAT64", /* name */
989 false, /* partial_inplace */
991 ((bfd_vma
) 0) - 1, /* dst_mask */
992 false), /* pcrel_offset */
994 HOWTO (R_SH_JMP_SLOT64
, /* type */
996 4, /* size (0 = byte, 1 = short, 2 = long) */
998 false, /* pc_relative */
1000 complain_overflow_dont
, /* complain_on_overflow */
1001 bfd_elf_generic_reloc
, /* special_function */
1002 "R_SH_JMP_SLOT64", /* name */
1003 false, /* partial_inplace */
1005 ((bfd_vma
) 0) - 1, /* dst_mask */
1006 false), /* pcrel_offset */
1008 HOWTO (R_SH_RELATIVE64
, /* type */
1010 4, /* size (0 = byte, 1 = short, 2 = long) */
1012 false, /* pc_relative */
1014 complain_overflow_dont
, /* complain_on_overflow */
1015 bfd_elf_generic_reloc
, /* special_function */
1016 "R_SH_RELATIVE64", /* name */
1017 false, /* partial_inplace */
1019 ((bfd_vma
) 0) - 1, /* dst_mask */
1020 false), /* pcrel_offset */
1068 /* Relocations for SHmedia code. None of these are partial_inplace or
1069 use the field being relocated. */
1071 /* The assembler will generate this reloc before a block of SHmedia
1072 instructions. A section should be processed as assuming it contains
1073 data, unless this reloc is seen. Note that a block of SHcompact
1074 instructions are instead preceded by R_SH_CODE.
1075 This is currently not implemented, but should be used for SHmedia
1076 linker relaxation. */
1077 HOWTO (R_SH_SHMEDIA_CODE
, /* type */
1079 1, /* size (0 = byte, 1 = short, 2 = long) */
1081 false, /* pc_relative */
1083 complain_overflow_unsigned
, /* complain_on_overflow */
1084 sh_elf64_ignore_reloc
, /* special_function */
1085 "R_SH_SHMEDIA_CODE", /* name */
1086 false, /* partial_inplace */
1089 false), /* pcrel_offset */
1091 /* The assembler will generate this reloc at a PTA or PTB instruction,
1092 and the linker checks the right type of target, or changes a PTA to a
1093 PTB, if the original insn was PT. */
1094 HOWTO (R_SH_PT_16
, /* type */
1096 2, /* size (0 = byte, 1 = short, 2 = long) */
1098 true, /* pc_relative */
1100 complain_overflow_signed
, /* complain_on_overflow */
1101 bfd_elf_generic_reloc
, /* special_function */
1102 "R_SH_PT_16", /* name */
1103 false, /* partial_inplace */
1105 0x3fffc00, /* dst_mask */
1106 true), /* pcrel_offset */
1108 /* Used in unexpanded MOVI. */
1109 HOWTO (R_SH_IMMS16
, /* type */
1111 2, /* size (0 = byte, 1 = short, 2 = long) */
1113 false, /* pc_relative */
1115 complain_overflow_signed
, /* complain_on_overflow */
1116 bfd_elf_generic_reloc
, /* special_function */
1117 "R_SH_IMMS16", /* name */
1118 false, /* partial_inplace */
1120 0x3fffc00, /* dst_mask */
1121 false), /* pcrel_offset */
1123 /* Used in SHORI. */
1124 HOWTO (R_SH_IMMU16
, /* type */
1126 2, /* size (0 = byte, 1 = short, 2 = long) */
1128 false, /* pc_relative */
1130 complain_overflow_unsigned
, /* complain_on_overflow */
1131 bfd_elf_generic_reloc
, /* special_function */
1132 "R_SH_IMMU16", /* name */
1133 false, /* partial_inplace */
1135 0x3fffc00, /* dst_mask */
1136 false), /* pcrel_offset */
1138 /* Used in MOVI and SHORI (x & 65536). */
1139 HOWTO (R_SH_IMM_LOW16
, /* type */
1141 2, /* size (0 = byte, 1 = short, 2 = long) */
1143 false, /* pc_relative */
1145 complain_overflow_dont
, /* complain_on_overflow */
1146 bfd_elf_generic_reloc
, /* special_function */
1147 "R_SH_IMM_LOW16", /* name */
1148 false, /* partial_inplace */
1150 0x3fffc00, /* dst_mask */
1151 false), /* pcrel_offset */
1153 /* Used in MOVI and SHORI ((x - $) & 65536). */
1154 HOWTO (R_SH_IMM_LOW16_PCREL
, /* type */
1156 2, /* size (0 = byte, 1 = short, 2 = long) */
1158 true, /* pc_relative */
1160 complain_overflow_dont
, /* complain_on_overflow */
1161 bfd_elf_generic_reloc
, /* special_function */
1162 "R_SH_IMM_LOW16_PCREL", /* name */
1163 false, /* partial_inplace */
1165 0x3fffc00, /* dst_mask */
1166 true), /* pcrel_offset */
1168 /* Used in MOVI and SHORI ((x >> 16) & 65536). */
1169 HOWTO (R_SH_IMM_MEDLOW16
, /* type */
1170 16, /* rightshift */
1171 2, /* size (0 = byte, 1 = short, 2 = long) */
1173 false, /* pc_relative */
1175 complain_overflow_dont
, /* complain_on_overflow */
1176 bfd_elf_generic_reloc
, /* special_function */
1177 "R_SH_IMM_MEDLOW16", /* name */
1178 false, /* partial_inplace */
1180 0x3fffc00, /* dst_mask */
1181 false), /* pcrel_offset */
1183 /* Used in MOVI and SHORI (((x - $) >> 16) & 65536). */
1184 HOWTO (R_SH_IMM_MEDLOW16_PCREL
, /* type */
1185 16, /* rightshift */
1186 2, /* size (0 = byte, 1 = short, 2 = long) */
1188 true, /* pc_relative */
1190 complain_overflow_dont
, /* complain_on_overflow */
1191 bfd_elf_generic_reloc
, /* special_function */
1192 "R_SH_IMM_MEDLOW16_PCREL", /* name */
1193 false, /* partial_inplace */
1195 0x3fffc00, /* dst_mask */
1196 true), /* pcrel_offset */
1198 /* Used in MOVI and SHORI ((x >> 32) & 65536). */
1199 HOWTO (R_SH_IMM_MEDHI16
, /* type */
1200 32, /* rightshift */
1201 2, /* size (0 = byte, 1 = short, 2 = long) */
1203 false, /* pc_relative */
1205 complain_overflow_dont
, /* complain_on_overflow */
1206 bfd_elf_generic_reloc
, /* special_function */
1207 "R_SH_IMM_MEDHI16", /* name */
1208 false, /* partial_inplace */
1210 0x3fffc00, /* dst_mask */
1211 false), /* pcrel_offset */
1213 /* Used in MOVI and SHORI (((x - $) >> 32) & 65536). */
1214 HOWTO (R_SH_IMM_MEDHI16_PCREL
, /* type */
1215 32, /* rightshift */
1216 2, /* size (0 = byte, 1 = short, 2 = long) */
1218 true, /* pc_relative */
1220 complain_overflow_dont
, /* complain_on_overflow */
1221 bfd_elf_generic_reloc
, /* special_function */
1222 "R_SH_IMM_MEDHI16_PCREL", /* name */
1223 false, /* partial_inplace */
1225 0x3fffc00, /* dst_mask */
1226 true), /* pcrel_offset */
1228 /* Used in MOVI and SHORI ((x >> 48) & 65536). */
1229 HOWTO (R_SH_IMM_HI16
, /* type */
1230 48, /* rightshift */
1231 2, /* size (0 = byte, 1 = short, 2 = long) */
1233 false, /* pc_relative */
1235 complain_overflow_dont
, /* complain_on_overflow */
1236 bfd_elf_generic_reloc
, /* special_function */
1237 "R_SH_IMM_HI16", /* name */
1238 false, /* partial_inplace */
1240 0x3fffc00, /* dst_mask */
1241 false), /* pcrel_offset */
1243 /* Used in MOVI and SHORI (((x - $) >> 48) & 65536). */
1244 HOWTO (R_SH_IMM_HI16_PCREL
, /* type */
1245 48, /* rightshift */
1246 2, /* size (0 = byte, 1 = short, 2 = long) */
1248 true, /* pc_relative */
1250 complain_overflow_dont
, /* complain_on_overflow */
1251 bfd_elf_generic_reloc
, /* special_function */
1252 "R_SH_IMM_HI16_PCREL", /* name */
1253 false, /* partial_inplace */
1255 0x3fffc00, /* dst_mask */
1256 true), /* pcrel_offset */
1258 /* For the .uaquad pseudo. */
1259 HOWTO (R_SH_64
, /* type */
1261 4, /* size (0 = byte, 1 = short, 2 = long) */
1263 false, /* pc_relative */
1265 complain_overflow_dont
, /* complain_on_overflow */
1266 bfd_elf_generic_reloc
, /* special_function */
1267 "R_SH_64", /* name */
1268 false, /* partial_inplace */
1270 ((bfd_vma
) 0) - 1, /* dst_mask */
1271 false), /* pcrel_offset */
1273 /* For the .uaquad pseudo, (x - $). */
1274 HOWTO (R_SH_64_PCREL
, /* type */
1275 48, /* rightshift */
1276 2, /* size (0 = byte, 1 = short, 2 = long) */
1278 true, /* pc_relative */
1280 complain_overflow_dont
, /* complain_on_overflow */
1281 bfd_elf_generic_reloc
, /* special_function */
1282 "R_SH_64_PCREL", /* name */
1283 false, /* partial_inplace */
1285 ((bfd_vma
) 0) - 1, /* dst_mask */
1286 true), /* pcrel_offset */
1290 /* This function is used for relocs which are only used for relaxing,
1291 which the linker should otherwise ignore. */
1293 static bfd_reloc_status_type
1294 sh_elf64_ignore_reloc (abfd
, reloc_entry
, symbol
, data
, input_section
,
1295 output_bfd
, error_message
)
1296 bfd
*abfd ATTRIBUTE_UNUSED
;
1297 arelent
*reloc_entry
;
1298 asymbol
*symbol ATTRIBUTE_UNUSED
;
1299 PTR data ATTRIBUTE_UNUSED
;
1300 asection
*input_section
;
1302 char **error_message ATTRIBUTE_UNUSED
;
1304 if (output_bfd
!= NULL
)
1305 reloc_entry
->address
+= input_section
->output_offset
;
1306 return bfd_reloc_ok
;
1309 /* This function is used for normal relocs. This used to be like the COFF
1310 function, and is almost certainly incorrect for other ELF targets.
1312 See sh_elf_reloc in elf32-sh.c for the original. */
1314 static bfd_reloc_status_type
1315 sh_elf64_reloc (abfd
, reloc_entry
, symbol_in
, data
, input_section
, output_bfd
,
1318 arelent
*reloc_entry
;
1321 asection
*input_section
;
1323 char **error_message ATTRIBUTE_UNUSED
;
1327 enum elf_sh_reloc_type r_type
;
1328 bfd_vma addr
= reloc_entry
->address
;
1329 bfd_byte
*hit_data
= addr
+ (bfd_byte
*) data
;
1331 r_type
= (enum elf_sh_reloc_type
) reloc_entry
->howto
->type
;
1333 if (output_bfd
!= NULL
)
1335 /* Partial linking--do nothing. */
1336 reloc_entry
->address
+= input_section
->output_offset
;
1337 return bfd_reloc_ok
;
1340 if (symbol_in
!= NULL
1341 && bfd_is_und_section (symbol_in
->section
))
1342 return bfd_reloc_undefined
;
1344 if (bfd_is_com_section (symbol_in
->section
))
1347 sym_value
= (symbol_in
->value
+
1348 symbol_in
->section
->output_section
->vma
+
1349 symbol_in
->section
->output_offset
);
1354 insn
= bfd_get_32 (abfd
, hit_data
);
1355 insn
+= sym_value
+ reloc_entry
->addend
;
1356 bfd_put_32 (abfd
, insn
, hit_data
);
1364 return bfd_reloc_ok
;
1367 /* This structure is used to map BFD reloc codes to SH ELF relocs. */
1369 struct elf_reloc_map
1371 bfd_reloc_code_real_type bfd_reloc_val
;
1372 unsigned char elf_reloc_val
;
1375 /* An array mapping BFD reloc codes to SH ELF relocs. */
1377 static const struct elf_reloc_map sh64_reloc_map
[] =
1379 { BFD_RELOC_NONE
, R_SH_NONE
},
1380 { BFD_RELOC_32
, R_SH_DIR32
},
1381 { BFD_RELOC_CTOR
, R_SH_DIR32
},
1382 { BFD_RELOC_32_PCREL
, R_SH_REL32
},
1383 { BFD_RELOC_8_PCREL
, R_SH_SWITCH8
},
1384 { BFD_RELOC_SH_SWITCH16
, R_SH_SWITCH16
},
1385 { BFD_RELOC_SH_SWITCH32
, R_SH_SWITCH32
},
1386 { BFD_RELOC_VTABLE_INHERIT
, R_SH_GNU_VTINHERIT
},
1387 { BFD_RELOC_VTABLE_ENTRY
, R_SH_GNU_VTENTRY
},
1388 { BFD_RELOC_SH_GOT_LOW16
, R_SH_GOT_LOW16
},
1389 { BFD_RELOC_SH_GOT_MEDLOW16
, R_SH_GOT_MEDLOW16
},
1390 { BFD_RELOC_SH_GOT_MEDHI16
, R_SH_GOT_MEDHI16
},
1391 { BFD_RELOC_SH_GOT_HI16
, R_SH_GOT_HI16
},
1392 { BFD_RELOC_SH_GOTPLT_LOW16
, R_SH_GOTPLT_LOW16
},
1393 { BFD_RELOC_SH_GOTPLT_MEDLOW16
, R_SH_GOTPLT_MEDLOW16
},
1394 { BFD_RELOC_SH_GOTPLT_MEDHI16
, R_SH_GOTPLT_MEDHI16
},
1395 { BFD_RELOC_SH_GOTPLT_HI16
, R_SH_GOTPLT_HI16
},
1396 { BFD_RELOC_SH_PLT_LOW16
, R_SH_PLT_LOW16
},
1397 { BFD_RELOC_SH_PLT_MEDLOW16
, R_SH_PLT_MEDLOW16
},
1398 { BFD_RELOC_SH_PLT_MEDHI16
, R_SH_PLT_MEDHI16
},
1399 { BFD_RELOC_SH_PLT_HI16
, R_SH_PLT_HI16
},
1400 { BFD_RELOC_SH_GOTOFF_LOW16
, R_SH_GOTOFF_LOW16
},
1401 { BFD_RELOC_SH_GOTOFF_MEDLOW16
, R_SH_GOTOFF_MEDLOW16
},
1402 { BFD_RELOC_SH_GOTOFF_MEDHI16
, R_SH_GOTOFF_MEDHI16
},
1403 { BFD_RELOC_SH_GOTOFF_HI16
, R_SH_GOTOFF_HI16
},
1404 { BFD_RELOC_SH_GOTPC_LOW16
, R_SH_GOTPC_LOW16
},
1405 { BFD_RELOC_SH_GOTPC_MEDLOW16
, R_SH_GOTPC_MEDLOW16
},
1406 { BFD_RELOC_SH_GOTPC_MEDHI16
, R_SH_GOTPC_MEDHI16
},
1407 { BFD_RELOC_SH_GOTPC_HI16
, R_SH_GOTPC_HI16
},
1408 { BFD_RELOC_SH_COPY64
, R_SH_COPY64
},
1409 { BFD_RELOC_SH_GLOB_DAT64
, R_SH_GLOB_DAT64
},
1410 { BFD_RELOC_SH_JMP_SLOT64
, R_SH_JMP_SLOT64
},
1411 { BFD_RELOC_SH_RELATIVE64
, R_SH_RELATIVE64
},
1412 { BFD_RELOC_SH_GOT10BY4
, R_SH_GOT10BY4
},
1413 { BFD_RELOC_SH_GOT10BY8
, R_SH_GOT10BY8
},
1414 { BFD_RELOC_SH_GOTPLT10BY4
, R_SH_GOTPLT10BY4
},
1415 { BFD_RELOC_SH_GOTPLT10BY8
, R_SH_GOTPLT10BY8
},
1416 { BFD_RELOC_SH_PT_16
, R_SH_PT_16
},
1417 { BFD_RELOC_SH_SHMEDIA_CODE
, R_SH_SHMEDIA_CODE
},
1418 { BFD_RELOC_SH_IMMU5
, R_SH_DIR5U
},
1419 { BFD_RELOC_SH_IMMS6
, R_SH_DIR6S
},
1420 { BFD_RELOC_SH_IMMU6
, R_SH_DIR6U
},
1421 { BFD_RELOC_SH_IMMS10
, R_SH_DIR10S
},
1422 { BFD_RELOC_SH_IMMS10BY2
, R_SH_DIR10SW
},
1423 { BFD_RELOC_SH_IMMS10BY4
, R_SH_DIR10SL
},
1424 { BFD_RELOC_SH_IMMS10BY8
, R_SH_DIR10SQ
},
1425 { BFD_RELOC_SH_IMMS16
, R_SH_IMMS16
},
1426 { BFD_RELOC_SH_IMMU16
, R_SH_IMMU16
},
1427 { BFD_RELOC_SH_IMM_LOW16
, R_SH_IMM_LOW16
},
1428 { BFD_RELOC_SH_IMM_LOW16_PCREL
, R_SH_IMM_LOW16_PCREL
},
1429 { BFD_RELOC_SH_IMM_MEDLOW16
, R_SH_IMM_MEDLOW16
},
1430 { BFD_RELOC_SH_IMM_MEDLOW16_PCREL
, R_SH_IMM_MEDLOW16_PCREL
},
1431 { BFD_RELOC_SH_IMM_MEDHI16
, R_SH_IMM_MEDHI16
},
1432 { BFD_RELOC_SH_IMM_MEDHI16_PCREL
, R_SH_IMM_MEDHI16_PCREL
},
1433 { BFD_RELOC_SH_IMM_HI16
, R_SH_IMM_HI16
},
1434 { BFD_RELOC_SH_IMM_HI16_PCREL
, R_SH_IMM_HI16_PCREL
},
1435 { BFD_RELOC_64
, R_SH_64
},
1436 { BFD_RELOC_64_PCREL
, R_SH_64_PCREL
},
1439 /* Given a BFD reloc code, return the howto structure for the
1440 corresponding SH ELf reloc. */
1442 static reloc_howto_type
*
1443 sh_elf64_reloc_type_lookup (abfd
, code
)
1444 bfd
*abfd ATTRIBUTE_UNUSED
;
1445 bfd_reloc_code_real_type code
;
1449 for (i
= 0; i
< sizeof (sh64_reloc_map
) / sizeof (struct elf_reloc_map
); i
++)
1451 if (sh64_reloc_map
[i
].bfd_reloc_val
== code
)
1452 return &sh_elf64_howto_table
[(int) sh64_reloc_map
[i
].elf_reloc_val
];
1458 /* Given an ELF reloc, fill in the howto field of a relent.
1460 See sh_elf_info_to_howto in elf32-sh.c for the original. */
1463 sh_elf64_info_to_howto (abfd
, cache_ptr
, dst
)
1464 bfd
*abfd ATTRIBUTE_UNUSED
;
1466 Elf_Internal_Rela
*dst
;
1470 r
= ELF64_R_TYPE (dst
->r_info
);
1472 BFD_ASSERT (r
<= (unsigned int) R_SH_64_PCREL
);
1473 BFD_ASSERT (r
< R_SH_FIRST_INVALID_RELOC
|| r
> R_SH_LAST_INVALID_RELOC
);
1474 BFD_ASSERT (r
< R_SH_DIR8WPN
|| r
> R_SH_LAST_INVALID_RELOC_2
);
1475 BFD_ASSERT (r
< R_SH_FIRST_INVALID_RELOC_3
|| r
> R_SH_GOTPLT32
);
1476 BFD_ASSERT (r
< R_SH_FIRST_INVALID_RELOC_4
|| r
> R_SH_LAST_INVALID_RELOC_4
);
1478 cache_ptr
->howto
= &sh_elf64_howto_table
[r
];
1481 /* Relocate an SH ELF section.
1483 See sh_elf_info_to_howto in elf32-sh.c for the original. */
1486 sh_elf64_relocate_section (output_bfd
, info
, input_bfd
, input_section
,
1487 contents
, relocs
, local_syms
, local_sections
)
1488 bfd
*output_bfd ATTRIBUTE_UNUSED
;
1489 struct bfd_link_info
*info
;
1491 asection
*input_section
;
1493 Elf_Internal_Rela
*relocs
;
1494 Elf_Internal_Sym
*local_syms
;
1495 asection
**local_sections
;
1497 Elf_Internal_Shdr
*symtab_hdr
;
1498 struct elf_link_hash_entry
**sym_hashes
;
1499 Elf_Internal_Rela
*rel
, *relend
;
1501 bfd_vma
*local_got_offsets
;
1506 bfd_vma disp
, dropped
;
1508 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
1509 sym_hashes
= elf_sym_hashes (input_bfd
);
1510 dynobj
= elf_hash_table (info
)->dynobj
;
1511 local_got_offsets
= elf_local_got_offsets (input_bfd
);
1519 relend
= relocs
+ input_section
->reloc_count
;
1520 for (; rel
< relend
; rel
++)
1523 reloc_howto_type
*howto
;
1524 unsigned long r_symndx
;
1525 Elf_Internal_Sym
*sym
;
1527 struct elf_link_hash_entry
*h
;
1529 bfd_vma addend
= (bfd_vma
)0;
1530 bfd_reloc_status_type r
;
1531 int seen_stt_datalabel
= 0;
1533 r_symndx
= ELF64_R_SYM (rel
->r_info
);
1535 r_type
= ELF64_R_TYPE (rel
->r_info
);
1537 if (r_type
== (int) R_SH_NONE
)
1541 || r_type
> R_SH_64_PCREL
1542 || (r_type
>= (int) R_SH_FIRST_INVALID_RELOC
1543 && r_type
<= (int) R_SH_LAST_INVALID_RELOC
)
1544 || (r_type
>= (int) R_SH_DIR8WPN
1545 && r_type
<= (int) R_SH_LAST_INVALID_RELOC_2
)
1546 || (r_type
>= (int) R_SH_FIRST_INVALID_RELOC_3
1547 && r_type
<= R_SH_GOTPLT32
)
1548 || (r_type
>= (int) R_SH_FIRST_INVALID_RELOC_4
1549 && r_type
<= (int) R_SH_LAST_INVALID_RELOC_4
))
1551 bfd_set_error (bfd_error_bad_value
);
1555 howto
= sh_elf64_howto_table
+ r_type
;
1557 /* This is a final link. */
1561 if (r_symndx
< symtab_hdr
->sh_info
)
1563 sym
= local_syms
+ r_symndx
;
1564 sec
= local_sections
[r_symndx
];
1565 relocation
= ((sec
->output_section
->vma
1566 + sec
->output_offset
1568 | ((sym
->st_other
& STO_SH5_ISA32
) != 0));
1570 /* A local symbol never has STO_SH5_ISA32, so we don't need
1571 datalabel processing here. Make sure this does not change
1573 if ((sym
->st_other
& STO_SH5_ISA32
) != 0)
1574 ((*info
->callbacks
->reloc_dangerous
)
1576 _("Unexpected STO_SH5_ISA32 on local symbol is not handled"),
1577 input_bfd
, input_section
, rel
->r_offset
));
1579 if (info
->relocateable
)
1581 /* This is a relocateable link. We don't have to change
1582 anything, unless the reloc is against a section symbol,
1583 in which case we have to adjust according to where the
1584 section symbol winds up in the output section. */
1585 sym
= local_syms
+ r_symndx
;
1586 if (ELF_ST_TYPE (sym
->st_info
) == STT_SECTION
)
1587 goto final_link_relocate
;
1594 /* Section symbols are never (?) placed in the hash table, so
1595 we can just ignore hash relocations when creating a
1596 relocateable object file. */
1597 if (info
->relocateable
)
1600 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
1601 while (h
->root
.type
== bfd_link_hash_indirect
1602 || h
->root
.type
== bfd_link_hash_warning
)
1604 /* If the reference passes a symbol marked with
1605 STT_DATALABEL, then any STO_SH5_ISA32 on the final value
1607 seen_stt_datalabel
|= h
->type
== STT_DATALABEL
;
1608 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
1611 if (h
->root
.type
== bfd_link_hash_defined
1612 || h
->root
.type
== bfd_link_hash_defweak
)
1614 sec
= h
->root
.u
.def
.section
;
1615 /* In these cases, we don't need the relocation value.
1616 We check specially because in some obscure cases
1617 sec->output_section will be NULL. */
1618 if (r_type
== R_SH_GOTPC_LOW16
1619 || r_type
== R_SH_GOTPC_MEDLOW16
1620 || r_type
== R_SH_GOTPC_MEDHI16
1621 || r_type
== R_SH_GOTPC_HI16
1622 || ((r_type
== R_SH_PLT_LOW16
1623 || r_type
== R_SH_PLT_MEDLOW16
1624 || r_type
== R_SH_PLT_MEDHI16
1625 || r_type
== R_SH_PLT_HI16
)
1626 && h
->plt
.offset
!= (bfd_vma
) -1)
1627 || ((r_type
== R_SH_GOT_LOW16
1628 || r_type
== R_SH_GOT_MEDLOW16
1629 || r_type
== R_SH_GOT_MEDHI16
1630 || r_type
== R_SH_GOT_HI16
)
1631 && elf_hash_table (info
)->dynamic_sections_created
1633 || (! info
->symbolic
&& h
->dynindx
!= -1)
1634 || (h
->elf_link_hash_flags
1635 & ELF_LINK_HASH_DEF_REGULAR
) == 0))
1636 /* The cases above are those in which relocation is
1637 overwritten in the switch block below. The cases
1638 below are those in which we must defer relocation
1639 to run-time, because we can't resolve absolute
1640 addresses when creating a shared library. */
1642 && ((! info
->symbolic
&& h
->dynindx
!= -1)
1643 || (h
->elf_link_hash_flags
1644 & ELF_LINK_HASH_DEF_REGULAR
) == 0)
1645 && ((r_type
== R_SH_64
1646 && !(ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
1647 || ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
))
1648 || r_type
== R_SH_64_PCREL
)
1649 && ((input_section
->flags
& SEC_ALLOC
) != 0
1650 /* DWARF will emit R_SH_DIR32 relocations in its
1651 sections against symbols defined externally
1652 in shared libraries. We can't do anything
1654 || (input_section
->flags
& SEC_DEBUGGING
) != 0)))
1656 else if (sec
->output_section
== NULL
)
1658 (*_bfd_error_handler
)
1659 (_("%s: warning: unresolvable relocation against symbol `%s' from %s section"),
1660 bfd_get_filename (input_bfd
), h
->root
.root
.string
,
1661 bfd_get_section_name (input_bfd
, input_section
));
1665 relocation
= ((h
->root
.u
.def
.value
1666 + sec
->output_section
->vma
1667 + sec
->output_offset
)
1668 /* A STO_SH5_ISA32 causes a "bitor 1" to the
1669 symbol value, unless we've seen
1670 STT_DATALABEL on the way to it. */
1671 | ((h
->other
& STO_SH5_ISA32
) != 0
1672 && ! seen_stt_datalabel
));
1674 else if (h
->root
.type
== bfd_link_hash_undefweak
)
1676 else if (info
->shared
&& !info
->symbolic
&& !info
->no_undefined
)
1680 if (! ((*info
->callbacks
->undefined_symbol
)
1681 (info
, h
->root
.root
.string
, input_bfd
,
1682 input_section
, rel
->r_offset
, true)))
1689 - input_section
->output_section
->vma
1690 - input_section
->output_offset
1693 switch ((int)r_type
)
1695 case R_SH_PT_16
: dropped
= disp
& 2; break;
1696 case R_SH_DIR10SW
: dropped
= disp
& 1; break;
1697 case R_SH_DIR10SL
: dropped
= disp
& 3; break;
1698 case R_SH_DIR10SQ
: dropped
= disp
& 7; break;
1702 (*_bfd_error_handler
)
1703 (_("%s: error: unaligned relocation type %d at %08x reloc %08x\n"),
1704 bfd_get_filename (input_bfd
), (int)r_type
, (unsigned)rel
->r_offset
, (unsigned)relocation
);
1705 bfd_set_error (bfd_error_bad_value
);
1708 switch ((int)r_type
)
1713 && (input_section
->flags
& SEC_ALLOC
) != 0
1714 && (r_type
!= R_SH_64_PCREL
1717 && (! info
->symbolic
1718 || (h
->elf_link_hash_flags
1719 & ELF_LINK_HASH_DEF_REGULAR
) == 0))))
1721 Elf_Internal_Rela outrel
;
1722 boolean skip
, relocate
;
1724 /* When generating a shared object, these relocations
1725 are copied into the output file to be resolved at run
1732 name
= (bfd_elf_string_from_elf_section
1734 elf_elfheader (input_bfd
)->e_shstrndx
,
1735 elf_section_data (input_section
)->rel_hdr
.sh_name
));
1739 BFD_ASSERT (strncmp (name
, ".rela", 5) == 0
1740 && strcmp (bfd_get_section_name (input_bfd
,
1744 sreloc
= bfd_get_section_by_name (dynobj
, name
);
1745 BFD_ASSERT (sreloc
!= NULL
);
1752 = _bfd_elf_section_offset (output_bfd
, info
,
1753 input_section
, rel
->r_offset
);
1755 if (outrel
.r_offset
== (bfd_vma
) -1)
1757 else if (outrel
.r_offset
== (bfd_vma
) -2)
1758 skip
= true, relocate
= true;
1760 outrel
.r_offset
+= (input_section
->output_section
->vma
1761 + input_section
->output_offset
);
1764 memset (&outrel
, 0, sizeof outrel
);
1765 else if (r_type
== R_SH_64_PCREL
)
1767 BFD_ASSERT (h
!= NULL
&& h
->dynindx
!= -1);
1768 outrel
.r_info
= ELF64_R_INFO (h
->dynindx
, R_SH_64_PCREL
);
1769 outrel
.r_addend
= rel
->r_addend
;
1773 /* h->dynindx may be -1 if this symbol was marked to
1776 || ((info
->symbolic
|| h
->dynindx
== -1)
1777 && (h
->elf_link_hash_flags
1778 & ELF_LINK_HASH_DEF_REGULAR
) != 0))
1781 outrel
.r_info
= ELF64_R_INFO (0, R_SH_RELATIVE64
);
1782 outrel
.r_addend
= relocation
+ rel
->r_addend
;
1786 BFD_ASSERT (h
->dynindx
!= -1);
1787 outrel
.r_info
= ELF64_R_INFO (h
->dynindx
, R_SH_64
);
1788 outrel
.r_addend
= relocation
+ rel
->r_addend
;
1792 bfd_elf64_swap_reloca_out (output_bfd
, &outrel
,
1793 (((Elf64_External_Rela
*)
1795 + sreloc
->reloc_count
));
1796 ++sreloc
->reloc_count
;
1798 /* If this reloc is against an external symbol, we do
1799 not want to fiddle with the addend. Otherwise, we
1800 need to include the symbol value so that it becomes
1801 an addend for the dynamic reloc. */
1805 else if (r_type
== R_SH_64
)
1806 addend
= rel
->r_addend
;
1807 goto final_link_relocate
;
1809 case R_SH_GOTPLT_LOW16
:
1810 case R_SH_GOTPLT_MEDLOW16
:
1811 case R_SH_GOTPLT_MEDHI16
:
1812 case R_SH_GOTPLT_HI16
:
1813 case R_SH_GOTPLT10BY4
:
1814 case R_SH_GOTPLT10BY8
:
1815 /* Relocation is to the entry for this symbol in the
1816 procedure linkage table. */
1819 || ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
1820 || ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
1824 || h
->plt
.offset
== (bfd_vma
) -1
1825 || h
->got
.offset
!= (bfd_vma
) -1)
1828 /* Relocation is to the entry for this symbol in the global
1829 offset table extension for the procedure linkage table. */
1830 if (sgotplt
== NULL
)
1832 sgotplt
= bfd_get_section_by_name (dynobj
, ".got.plt");
1833 BFD_ASSERT (sgotplt
!= NULL
);
1836 relocation
= (sgotplt
->output_offset
1837 + ((h
->plt
.offset
/ elf_sh64_sizeof_plt (info
)
1840 relocation
-= GOT_BIAS
;
1842 goto final_link_relocate
;
1845 case R_SH_GOT_LOW16
:
1846 case R_SH_GOT_MEDLOW16
:
1847 case R_SH_GOT_MEDHI16
:
1851 /* Relocation is to the entry for this symbol in the global
1855 sgot
= bfd_get_section_by_name (dynobj
, ".got");
1856 BFD_ASSERT (sgot
!= NULL
);
1863 off
= h
->got
.offset
;
1864 if (seen_stt_datalabel
)
1866 struct elf_sh64_link_hash_entry
*hsh
;
1868 hsh
= (struct elf_sh64_link_hash_entry
*)h
;
1869 off
= hsh
->datalabel_got_offset
;
1871 BFD_ASSERT (off
!= (bfd_vma
) -1);
1873 if (! elf_hash_table (info
)->dynamic_sections_created
1875 && (info
->symbolic
|| h
->dynindx
== -1
1876 || ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
1877 || ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
)
1878 && (h
->elf_link_hash_flags
& ELF_LINK_HASH_DEF_REGULAR
)))
1880 /* This is actually a static link, or it is a
1881 -Bsymbolic link and the symbol is defined
1882 locally, or the symbol was forced to be local
1883 because of a version file. We must initialize
1884 this entry in the global offset table. Since the
1885 offset must always be a multiple of 4, we use the
1886 least significant bit to record whether we have
1887 initialized it already.
1889 When doing a dynamic link, we create a .rela.got
1890 relocation entry to initialize the value. This
1891 is done in the finish_dynamic_symbol routine. */
1896 bfd_put_64 (output_bfd
, relocation
,
1897 sgot
->contents
+ off
);
1898 if (seen_stt_datalabel
)
1900 struct elf_sh64_link_hash_entry
*hsh
;
1902 hsh
= (struct elf_sh64_link_hash_entry
*)h
;
1903 hsh
->datalabel_got_offset
|= 1;
1910 relocation
= sgot
->output_offset
+ off
;
1918 BFD_ASSERT (local_got_offsets
!= NULL
1919 && (local_got_offsets
[symtab_hdr
->sh_info
1923 off
= local_got_offsets
[symtab_hdr
->sh_info
1928 BFD_ASSERT (local_got_offsets
!= NULL
1929 && local_got_offsets
[r_symndx
] != (bfd_vma
) -1);
1931 off
= local_got_offsets
[r_symndx
];
1934 /* The offset must always be a multiple of 8. We use
1935 the least significant bit to record whether we have
1936 already generated the necessary reloc. */
1941 bfd_put_64 (output_bfd
, relocation
, sgot
->contents
+ off
);
1946 Elf_Internal_Rela outrel
;
1948 srelgot
= bfd_get_section_by_name (dynobj
, ".rela.got");
1949 BFD_ASSERT (srelgot
!= NULL
);
1951 outrel
.r_offset
= (sgot
->output_section
->vma
1952 + sgot
->output_offset
1954 outrel
.r_info
= ELF64_R_INFO (0, R_SH_RELATIVE64
);
1955 outrel
.r_addend
= relocation
;
1956 bfd_elf64_swap_reloca_out (output_bfd
, &outrel
,
1957 (((Elf64_External_Rela
*)
1959 + srelgot
->reloc_count
));
1960 ++srelgot
->reloc_count
;
1964 local_got_offsets
[symtab_hdr
->sh_info
+ r_symndx
] |= 1;
1966 local_got_offsets
[r_symndx
] |= 1;
1969 relocation
= sgot
->output_offset
+ off
;
1972 relocation
-= GOT_BIAS
;
1974 goto final_link_relocate
;
1976 case R_SH_GOTOFF_LOW16
:
1977 case R_SH_GOTOFF_MEDLOW16
:
1978 case R_SH_GOTOFF_MEDHI16
:
1979 case R_SH_GOTOFF_HI16
:
1980 /* Relocation is relative to the start of the global offset
1985 sgot
= bfd_get_section_by_name (dynobj
, ".got");
1986 BFD_ASSERT (sgot
!= NULL
);
1989 /* Note that sgot->output_offset is not involved in this
1990 calculation. We always want the start of .got. If we
1991 defined _GLOBAL_OFFSET_TABLE in a different way, as is
1992 permitted by the ABI, we might have to change this
1994 relocation
-= sgot
->output_section
->vma
;
1996 relocation
-= GOT_BIAS
;
1998 addend
= rel
->r_addend
;
2000 goto final_link_relocate
;
2002 case R_SH_GOTPC_LOW16
:
2003 case R_SH_GOTPC_MEDLOW16
:
2004 case R_SH_GOTPC_MEDHI16
:
2005 case R_SH_GOTPC_HI16
:
2006 /* Use global offset table as symbol value. */
2010 sgot
= bfd_get_section_by_name (dynobj
, ".got");
2011 BFD_ASSERT (sgot
!= NULL
);
2014 relocation
= sgot
->output_section
->vma
;
2016 relocation
+= GOT_BIAS
;
2018 addend
= rel
->r_addend
;
2020 goto final_link_relocate
;
2022 case R_SH_PLT_LOW16
:
2023 case R_SH_PLT_MEDLOW16
:
2024 case R_SH_PLT_MEDHI16
:
2026 /* Relocation is to the entry for this symbol in the
2027 procedure linkage table. */
2029 /* Resolve a PLT reloc against a local symbol directly,
2030 without using the procedure linkage table. */
2032 goto final_link_relocate
;
2034 if (ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
2035 || ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
)
2036 goto final_link_relocate
;
2038 if (h
->plt
.offset
== (bfd_vma
) -1)
2040 /* We didn't make a PLT entry for this symbol. This
2041 happens when statically linking PIC code, or when
2042 using -Bsymbolic. */
2043 goto final_link_relocate
;
2048 splt
= bfd_get_section_by_name (dynobj
, ".plt");
2049 BFD_ASSERT (splt
!= NULL
);
2052 relocation
= (splt
->output_section
->vma
2053 + splt
->output_offset
2057 addend
= rel
->r_addend
;
2059 goto final_link_relocate
;
2062 case R_SH_SHMEDIA_CODE
:
2073 case R_SH_IMM_LOW16
:
2074 case R_SH_IMM_LOW16_PCREL
:
2075 case R_SH_IMM_MEDLOW16
:
2076 case R_SH_IMM_MEDLOW16_PCREL
:
2077 case R_SH_IMM_MEDHI16
:
2078 case R_SH_IMM_MEDHI16_PCREL
:
2080 case R_SH_IMM_HI16_PCREL
:
2081 addend
= rel
->r_addend
;
2084 final_link_relocate
:
2085 r
= _bfd_final_link_relocate (howto
, input_bfd
, input_section
,
2086 contents
, rel
->r_offset
,
2087 relocation
, addend
);
2091 bfd_set_error (bfd_error_bad_value
);
2096 if (r
!= bfd_reloc_ok
)
2101 case bfd_reloc_outofrange
:
2103 case bfd_reloc_overflow
:
2108 name
= h
->root
.root
.string
;
2111 name
= (bfd_elf_string_from_elf_section
2112 (input_bfd
, symtab_hdr
->sh_link
, sym
->st_name
));
2116 name
= bfd_section_name (input_bfd
, sec
);
2118 if (! ((*info
->callbacks
->reloc_overflow
)
2119 (info
, name
, howto
->name
, (bfd_vma
) 0,
2120 input_bfd
, input_section
, rel
->r_offset
)))
2131 /* This is a version of bfd_generic_get_relocated_section_contents
2132 that uses sh_elf64_relocate_section.
2134 See sh_elf_relocate_section in elf32-sh.c for the original. */
2137 sh_elf64_get_relocated_section_contents (output_bfd
, link_info
, link_order
,
2138 data
, relocateable
, symbols
)
2140 struct bfd_link_info
*link_info
;
2141 struct bfd_link_order
*link_order
;
2143 boolean relocateable
;
2146 Elf_Internal_Shdr
*symtab_hdr
;
2147 asection
*input_section
= link_order
->u
.indirect
.section
;
2148 bfd
*input_bfd
= input_section
->owner
;
2149 asection
**sections
= NULL
;
2150 Elf_Internal_Rela
*internal_relocs
= NULL
;
2151 Elf_Internal_Sym
*isymbuf
= NULL
;
2153 /* We only need to handle the case of relaxing, or of having a
2154 particular set of section contents, specially. */
2156 || elf_section_data (input_section
)->this_hdr
.contents
== NULL
)
2157 return bfd_generic_get_relocated_section_contents (output_bfd
, link_info
,
2162 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
2164 memcpy (data
, elf_section_data (input_section
)->this_hdr
.contents
,
2165 input_section
->_raw_size
);
2167 if ((input_section
->flags
& SEC_RELOC
) != 0
2168 && input_section
->reloc_count
> 0)
2170 Elf_Internal_Sym
*isymp
;
2171 Elf_Internal_Sym
*isymend
;
2174 /* Read this BFD's local symbols. */
2175 if (symtab_hdr
->sh_info
!= 0)
2177 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
2178 if (isymbuf
== NULL
)
2179 isymbuf
= bfd_elf_get_elf_syms (input_bfd
, symtab_hdr
,
2180 symtab_hdr
->sh_info
, 0,
2182 if (isymbuf
== NULL
)
2186 internal_relocs
= (_bfd_elf64_link_read_relocs
2187 (input_bfd
, input_section
, (PTR
) NULL
,
2188 (Elf_Internal_Rela
*) NULL
, false));
2189 if (internal_relocs
== NULL
)
2192 sections
= (asection
**) bfd_malloc (symtab_hdr
->sh_info
2193 * sizeof (asection
*));
2194 if (sections
== NULL
&& symtab_hdr
->sh_info
> 0)
2198 isymend
= isymbuf
+ symtab_hdr
->sh_info
;
2199 for (isymp
= isymbuf
; isymp
< isymend
; ++isymp
, ++secpp
)
2203 if (isymp
->st_shndx
== SHN_UNDEF
)
2204 isec
= bfd_und_section_ptr
;
2205 else if (isymp
->st_shndx
> 0 && isymp
->st_shndx
< SHN_LORESERVE
)
2206 isec
= bfd_section_from_elf_index (input_bfd
, isymp
->st_shndx
);
2207 else if (isymp
->st_shndx
== SHN_ABS
)
2208 isec
= bfd_abs_section_ptr
;
2209 else if (isymp
->st_shndx
== SHN_COMMON
)
2210 isec
= bfd_com_section_ptr
;
2220 if (! sh_elf64_relocate_section (output_bfd
, link_info
, input_bfd
,
2221 input_section
, data
, internal_relocs
,
2225 if (sections
!= NULL
)
2227 if (internal_relocs
!= elf_section_data (input_section
)->relocs
)
2228 free (internal_relocs
);
2230 && (unsigned char *) isymbuf
!= symtab_hdr
->contents
)
2237 if (sections
!= NULL
)
2239 if (internal_relocs
!= NULL
2240 && internal_relocs
!= elf_section_data (input_section
)->relocs
)
2241 free (internal_relocs
);
2243 && (unsigned char *) isymbuf
!= symtab_hdr
->contents
)
2248 /* Set the SHF_SH5_ISA32 flag for ISA SHmedia code sections. */
2251 sh64_elf64_fake_sections (output_bfd
, elf_section_hdr
, asect
)
2252 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2253 Elf_Internal_Shdr
*elf_section_hdr
;
2256 /* Code sections can only contain SH64 code, so mark them as such. */
2257 if (bfd_get_section_flags (output_bfd
, asect
) & SEC_CODE
)
2258 elf_section_hdr
->sh_flags
|= SHF_SH5_ISA32
;
2264 sh_elf64_set_mach_from_flags (abfd
)
2267 flagword flags
= elf_elfheader (abfd
)->e_flags
;
2269 switch (flags
& EF_SH_MACH_MASK
)
2272 /* Just one, but keep the switch construct to make additions easy. */
2273 bfd_default_set_arch_mach (abfd
, bfd_arch_sh
, bfd_mach_sh5
);
2277 bfd_set_error (bfd_error_wrong_format
);
2283 /* Function to keep SH64 specific file flags.
2285 See sh64_elf_set_private_flags in elf32-sh64.c for the original. */
2288 sh_elf64_set_private_flags (abfd
, flags
)
2292 BFD_ASSERT (! elf_flags_init (abfd
)
2293 || elf_elfheader (abfd
)->e_flags
== flags
);
2295 elf_elfheader (abfd
)->e_flags
= flags
;
2296 elf_flags_init (abfd
) = true;
2297 return sh_elf64_set_mach_from_flags (abfd
);
2300 /* Copy the SHF_SH5_ISA32 attribute that we keep on all sections with
2301 code, to keep attributes the same as for SHmedia in 32-bit ELF. */
2304 sh_elf64_copy_private_data_internal (ibfd
, obfd
)
2308 Elf_Internal_Shdr
**o_shdrp
;
2312 if (bfd_get_flavour (ibfd
) != bfd_target_elf_flavour
2313 || bfd_get_flavour (obfd
) != bfd_target_elf_flavour
)
2316 o_shdrp
= elf_elfsections (obfd
);
2317 for (osec
= obfd
->sections
; osec
; osec
= osec
->next
)
2319 int oIndex
= ((struct bfd_elf_section_data
*) elf_section_data (osec
))->this_idx
;
2320 for (isec
= ibfd
->sections
; isec
; isec
= isec
->next
)
2322 if (strcmp (osec
->name
, isec
->name
) == 0)
2324 /* Note that we're not disallowing mixing data and code. */
2325 if ((elf_section_data (isec
)->this_hdr
.sh_flags
2326 & SHF_SH5_ISA32
) != 0)
2327 o_shdrp
[oIndex
]->sh_flags
|= SHF_SH5_ISA32
;
2333 return sh_elf64_set_private_flags (obfd
, elf_elfheader (ibfd
)->e_flags
);
2337 sh_elf64_copy_private_data (ibfd
, obfd
)
2341 return sh_elf64_copy_private_data_internal (ibfd
, obfd
);
2345 sh_elf64_merge_private_data (ibfd
, obfd
)
2349 flagword old_flags
, new_flags
;
2351 if (! _bfd_generic_verify_endian_match (ibfd
, obfd
))
2354 if ( bfd_get_flavour (ibfd
) != bfd_target_elf_flavour
2355 || bfd_get_flavour (obfd
) != bfd_target_elf_flavour
)
2358 if (bfd_get_arch_size (ibfd
) != bfd_get_arch_size (obfd
))
2362 if (bfd_get_arch_size (ibfd
) == 32
2363 && bfd_get_arch_size (obfd
) == 64)
2364 msg
= _("%s: compiled as 32-bit object and %s is 64-bit");
2365 else if (bfd_get_arch_size (ibfd
) == 64
2366 && bfd_get_arch_size (obfd
) == 32)
2367 msg
= _("%s: compiled as 64-bit object and %s is 32-bit");
2369 msg
= _("%s: object size does not match that of target %s");
2371 (*_bfd_error_handler
) (msg
, bfd_get_filename (ibfd
),
2372 bfd_get_filename (obfd
));
2373 bfd_set_error (bfd_error_wrong_format
);
2377 old_flags
= elf_elfheader (obfd
)->e_flags
;
2378 new_flags
= elf_elfheader (ibfd
)->e_flags
;
2379 if (! elf_flags_init (obfd
))
2381 /* This happens when ld starts out with a 'blank' output file. */
2382 elf_flags_init (obfd
) = true;
2383 elf_elfheader (obfd
)->e_flags
= old_flags
= new_flags
;
2385 /* We don't allow linking in anything else than SH64 code, and since
2386 this is a 64-bit ELF, we assume the 64-bit ABI is used. Add code
2387 here as things change. */
2388 else if ((new_flags
& EF_SH_MACH_MASK
) != EF_SH5
)
2390 (*_bfd_error_handler
)
2391 ("%s: does not use the SH64 64-bit ABI as previous modules do",
2392 bfd_get_filename (ibfd
));
2393 bfd_set_error (bfd_error_bad_value
);
2397 sh_elf64_copy_private_data_internal (ibfd
, obfd
);
2399 /* I can't think of anything sane other than old_flags being EF_SH5 and
2400 that we need to preserve that. */
2401 elf_elfheader (obfd
)->e_flags
= old_flags
;
2403 return sh_elf64_set_mach_from_flags (obfd
);
2406 /* Return the section that should be marked against GC for a given
2410 sh_elf64_gc_mark_hook (sec
, info
, rel
, h
, sym
)
2412 struct bfd_link_info
*info ATTRIBUTE_UNUSED
;
2413 Elf_Internal_Rela
*rel
;
2414 struct elf_link_hash_entry
*h
;
2415 Elf_Internal_Sym
*sym
;
2419 switch (ELF64_R_TYPE (rel
->r_info
))
2421 case R_SH_GNU_VTINHERIT
:
2422 case R_SH_GNU_VTENTRY
:
2426 switch (h
->root
.type
)
2428 case bfd_link_hash_defined
:
2429 case bfd_link_hash_defweak
:
2430 return h
->root
.u
.def
.section
;
2432 case bfd_link_hash_common
:
2433 return h
->root
.u
.c
.p
->section
;
2441 return bfd_section_from_elf_index (sec
->owner
, sym
->st_shndx
);
2446 /* Update the got entry reference counts for the section being removed. */
2449 sh_elf64_gc_sweep_hook (abfd
, info
, sec
, relocs
)
2450 bfd
*abfd ATTRIBUTE_UNUSED
;
2451 struct bfd_link_info
*info ATTRIBUTE_UNUSED
;
2452 asection
*sec ATTRIBUTE_UNUSED
;
2453 const Elf_Internal_Rela
*relocs ATTRIBUTE_UNUSED
;
2455 /* No got and plt entries for 64-bit SH at present. */
2459 /* Look through the relocs for a section during the first phase.
2460 Since we don't do .gots or .plts, we just need to consider the
2461 virtual table relocs for gc. */
2464 sh_elf64_check_relocs (abfd
, info
, sec
, relocs
)
2466 struct bfd_link_info
*info
;
2468 const Elf_Internal_Rela
*relocs
;
2470 Elf_Internal_Shdr
*symtab_hdr
;
2471 struct elf_link_hash_entry
**sym_hashes
, **sym_hashes_end
;
2472 const Elf_Internal_Rela
*rel
;
2473 const Elf_Internal_Rela
*rel_end
;
2475 bfd_vma
*local_got_offsets
;
2484 if (info
->relocateable
)
2487 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
2488 sym_hashes
= elf_sym_hashes (abfd
);
2489 sym_hashes_end
= sym_hashes
+ symtab_hdr
->sh_size
/sizeof(Elf64_External_Sym
);
2490 if (!elf_bad_symtab (abfd
))
2491 sym_hashes_end
-= symtab_hdr
->sh_info
;
2493 dynobj
= elf_hash_table (info
)->dynobj
;
2494 local_got_offsets
= elf_local_got_offsets (abfd
);
2496 rel_end
= relocs
+ sec
->reloc_count
;
2497 for (rel
= relocs
; rel
< rel_end
; rel
++)
2499 struct elf_link_hash_entry
*h
;
2500 unsigned long r_symndx
;
2502 r_symndx
= ELF64_R_SYM (rel
->r_info
);
2503 if (r_symndx
< symtab_hdr
->sh_info
)
2506 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
2508 /* Some relocs require a global offset table. */
2511 switch (ELF64_R_TYPE (rel
->r_info
))
2513 case R_SH_GOTPLT_LOW16
:
2514 case R_SH_GOTPLT_MEDLOW16
:
2515 case R_SH_GOTPLT_MEDHI16
:
2516 case R_SH_GOTPLT_HI16
:
2517 case R_SH_GOTPLT10BY4
:
2518 case R_SH_GOTPLT10BY8
:
2519 case R_SH_GOT_LOW16
:
2520 case R_SH_GOT_MEDLOW16
:
2521 case R_SH_GOT_MEDHI16
:
2525 case R_SH_GOTOFF_LOW16
:
2526 case R_SH_GOTOFF_MEDLOW16
:
2527 case R_SH_GOTOFF_MEDHI16
:
2528 case R_SH_GOTOFF_HI16
:
2529 case R_SH_GOTPC_LOW16
:
2530 case R_SH_GOTPC_MEDLOW16
:
2531 case R_SH_GOTPC_MEDHI16
:
2532 case R_SH_GOTPC_HI16
:
2533 elf_hash_table (info
)->dynobj
= dynobj
= abfd
;
2534 if (! _bfd_elf_create_got_section (dynobj
, info
))
2543 switch (ELF64_R_TYPE (rel
->r_info
))
2545 /* This relocation describes the C++ object vtable hierarchy.
2546 Reconstruct it for later use during GC. */
2547 case R_SH_GNU_VTINHERIT
:
2548 if (!_bfd_elf64_gc_record_vtinherit (abfd
, sec
, h
, rel
->r_offset
))
2552 /* This relocation describes which C++ vtable entries are actually
2553 used. Record for later use during GC. */
2554 case R_SH_GNU_VTENTRY
:
2555 if (!_bfd_elf64_gc_record_vtentry (abfd
, sec
, h
, rel
->r_addend
))
2560 case R_SH_GOT_LOW16
:
2561 case R_SH_GOT_MEDLOW16
:
2562 case R_SH_GOT_MEDHI16
:
2566 /* This symbol requires a global offset table entry. */
2570 sgot
= bfd_get_section_by_name (dynobj
, ".got");
2571 BFD_ASSERT (sgot
!= NULL
);
2575 && (h
!= NULL
|| info
->shared
))
2577 srelgot
= bfd_get_section_by_name (dynobj
, ".rela.got");
2578 if (srelgot
== NULL
)
2580 srelgot
= bfd_make_section (dynobj
, ".rela.got");
2582 || ! bfd_set_section_flags (dynobj
, srelgot
,
2587 | SEC_LINKER_CREATED
2589 || ! bfd_set_section_alignment (dynobj
, srelgot
, 2))
2596 if (h
->type
== STT_DATALABEL
)
2598 struct elf_sh64_link_hash_entry
*hsh
;
2600 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2601 hsh
= (struct elf_sh64_link_hash_entry
*)h
;
2602 if (hsh
->datalabel_got_offset
!= (bfd_vma
) -1)
2605 hsh
->datalabel_got_offset
= sgot
->_raw_size
;
2609 if (h
->got
.offset
!= (bfd_vma
) -1)
2611 /* We have already allocated space in the .got. */
2614 h
->got
.offset
= sgot
->_raw_size
;
2617 /* Make sure this symbol is output as a dynamic symbol. */
2618 if (h
->dynindx
== -1)
2620 if (! bfd_elf64_link_record_dynamic_symbol (info
, h
))
2624 srelgot
->_raw_size
+= sizeof (Elf64_External_Rela
);
2628 /* This is a global offset table entry for a local
2630 if (local_got_offsets
== NULL
)
2633 register unsigned int i
;
2635 size
= symtab_hdr
->sh_info
* sizeof (bfd_vma
);
2636 /* Reserve space for both the datalabel and
2637 codelabel local GOT offsets. */
2639 local_got_offsets
= (bfd_vma
*) bfd_alloc (abfd
, size
);
2640 if (local_got_offsets
== NULL
)
2642 elf_local_got_offsets (abfd
) = local_got_offsets
;
2643 for (i
= 0; i
< symtab_hdr
->sh_info
; i
++)
2644 local_got_offsets
[i
] = (bfd_vma
) -1;
2645 for (; i
< 2 * symtab_hdr
->sh_info
; i
++)
2646 local_got_offsets
[i
] = (bfd_vma
) -1;
2648 if ((rel
->r_addend
& 1) != 0)
2650 if (local_got_offsets
[symtab_hdr
->sh_info
2651 + r_symndx
] != (bfd_vma
) -1)
2653 /* We have already allocated space in the .got. */
2656 local_got_offsets
[symtab_hdr
->sh_info
2657 + r_symndx
] = sgot
->_raw_size
;
2661 if (local_got_offsets
[r_symndx
] != (bfd_vma
) -1)
2663 /* We have already allocated space in the .got. */
2666 local_got_offsets
[r_symndx
] = sgot
->_raw_size
;
2671 /* If we are generating a shared object, we need to
2672 output a R_SH_RELATIVE reloc so that the dynamic
2673 linker can adjust this GOT entry. */
2674 srelgot
->_raw_size
+= sizeof (Elf64_External_Rela
);
2678 sgot
->_raw_size
+= 8;
2682 case R_SH_GOTPLT_LOW16
:
2683 case R_SH_GOTPLT_MEDLOW16
:
2684 case R_SH_GOTPLT_MEDHI16
:
2685 case R_SH_GOTPLT_HI16
:
2686 case R_SH_GOTPLT10BY4
:
2687 case R_SH_GOTPLT10BY8
:
2688 /* If this is a local symbol, we resolve it directly without
2689 creating a procedure linkage table entry. */
2692 || ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
2693 || ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
2697 || h
->got
.offset
!= (bfd_vma
) -1)
2700 /* Make sure this symbol is output as a dynamic symbol. */
2701 if (h
->dynindx
== -1)
2703 if (! bfd_elf64_link_record_dynamic_symbol (info
, h
))
2707 h
->elf_link_hash_flags
|= ELF_LINK_HASH_NEEDS_PLT
;
2711 case R_SH_PLT_LOW16
:
2712 case R_SH_PLT_MEDLOW16
:
2713 case R_SH_PLT_MEDHI16
:
2715 /* This symbol requires a procedure linkage table entry. We
2716 actually build the entry in adjust_dynamic_symbol,
2717 because this might be a case of linking PIC code which is
2718 never referenced by a dynamic object, in which case we
2719 don't need to generate a procedure linkage table entry
2722 /* If this is a local symbol, we resolve it directly without
2723 creating a procedure linkage table entry. */
2727 if (ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
2728 || ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
)
2731 h
->elf_link_hash_flags
|= ELF_LINK_HASH_NEEDS_PLT
;
2738 h
->elf_link_hash_flags
|= ELF_LINK_NON_GOT_REF
;
2740 /* If we are creating a shared library, and this is a reloc
2741 against a global symbol, or a non PC relative reloc
2742 against a local symbol, then we need to copy the reloc
2743 into the shared library. However, if we are linking with
2744 -Bsymbolic, we do not need to copy a reloc against a
2745 global symbol which is defined in an object we are
2746 including in the link (i.e., DEF_REGULAR is set). At
2747 this point we have not seen all the input files, so it is
2748 possible that DEF_REGULAR is not set now but will be set
2749 later (it is never cleared). We account for that
2750 possibility below by storing information in the
2751 pcrel_relocs_copied field of the hash table entry. */
2753 && (sec
->flags
& SEC_ALLOC
) != 0
2754 && (ELF32_R_TYPE (rel
->r_info
) != R_SH_64_PCREL
2756 && (! info
->symbolic
2757 || (h
->elf_link_hash_flags
2758 & ELF_LINK_HASH_DEF_REGULAR
) == 0))))
2760 /* When creating a shared object, we must copy these
2761 reloc types into the output file. We create a reloc
2762 section in dynobj and make room for this reloc. */
2767 name
= (bfd_elf_string_from_elf_section
2769 elf_elfheader (abfd
)->e_shstrndx
,
2770 elf_section_data (sec
)->rel_hdr
.sh_name
));
2774 BFD_ASSERT (strncmp (name
, ".rela", 5) == 0
2775 && strcmp (bfd_get_section_name (abfd
, sec
),
2778 sreloc
= bfd_get_section_by_name (dynobj
, name
);
2783 sreloc
= bfd_make_section (dynobj
, name
);
2784 flags
= (SEC_HAS_CONTENTS
| SEC_READONLY
2785 | SEC_IN_MEMORY
| SEC_LINKER_CREATED
);
2786 if ((sec
->flags
& SEC_ALLOC
) != 0)
2787 flags
|= SEC_ALLOC
| SEC_LOAD
;
2789 || ! bfd_set_section_flags (dynobj
, sreloc
, flags
)
2790 || ! bfd_set_section_alignment (dynobj
, sreloc
, 2))
2795 sreloc
->_raw_size
+= sizeof (Elf64_External_Rela
);
2797 /* If we are linking with -Bsymbolic, and this is a
2798 global symbol, we count the number of PC relative
2799 relocations we have entered for this symbol, so that
2800 we can discard them again if the symbol is later
2801 defined by a regular object. Note that this function
2802 is only called if we are using an elf_sh linker
2803 hash table, which means that h is really a pointer to
2804 an elf_sh_link_hash_entry. */
2805 if (h
!= NULL
&& info
->symbolic
2806 && ELF64_R_TYPE (rel
->r_info
) == R_SH_64_PCREL
)
2808 struct elf_sh64_link_hash_entry
*eh
;
2809 struct elf_sh64_pcrel_relocs_copied
*p
;
2811 eh
= (struct elf_sh64_link_hash_entry
*) h
;
2813 for (p
= eh
->pcrel_relocs_copied
; p
!= NULL
; p
= p
->next
)
2814 if (p
->section
== sreloc
)
2819 p
= ((struct elf_sh64_pcrel_relocs_copied
*)
2820 bfd_alloc (dynobj
, sizeof *p
));
2823 p
->next
= eh
->pcrel_relocs_copied
;
2824 eh
->pcrel_relocs_copied
= p
;
2825 p
->section
= sreloc
;
2841 sh64_elf64_get_symbol_type (elf_sym
, type
)
2842 Elf_Internal_Sym
* elf_sym
;
2845 if (ELF_ST_TYPE (elf_sym
->st_info
) == STT_DATALABEL
)
2846 return STT_DATALABEL
;
2851 /* FIXME: This is a copy of sh64_elf_add_symbol_hook in elf32-sh64.c.
2852 Either file can presumably exist without the other, but do not differ
2853 in elf-size-ness. How to share?
2855 Hook called by the linker routine which adds symbols from an object
2856 file. We must make indirect symbols for undefined symbols marked with
2857 STT_DATALABEL, so relocations passing them will pick up that attribute
2858 and neutralize STO_SH5_ISA32 found on the symbol definition.
2860 There is a problem, though: We want to fill in the hash-table entry for
2861 this symbol and signal to the caller that no further processing is
2862 needed. But we don't have the index for this hash-table entry. We
2863 rely here on that the current entry is the first hash-entry with NULL,
2864 which seems brittle. Also, iterating over the hash-table to find that
2865 entry is a linear operation on the number of symbols in this input
2866 file, and this function should take constant time, so that's not good
2867 too. Only comfort is that DataLabel references should only be found in
2868 hand-written assembly code and thus be rare. FIXME: Talk maintainers
2869 into adding an option to elf_add_symbol_hook (preferably) for the index
2870 or the hash entry, alternatively adding the index to Elf_Internal_Sym
2874 sh64_elf64_add_symbol_hook (abfd
, info
, sym
, namep
, flagsp
, secp
, valp
)
2876 struct bfd_link_info
*info
;
2877 const Elf_Internal_Sym
*sym
;
2879 flagword
*flagsp ATTRIBUTE_UNUSED
;
2883 /* We want to do this for relocatable as well as final linking. */
2884 if (ELF_ST_TYPE (sym
->st_info
) == STT_DATALABEL
2885 && info
->hash
->creator
->flavour
== bfd_target_elf_flavour
)
2887 struct elf_link_hash_entry
*h
;
2889 /* For relocateable links, we register the DataLabel sym in its own
2890 right, and tweak the name when it's output. Otherwise, we make
2891 an indirect symbol of it. */
2893 = info
->relocateable
|| info
->emitrelocations
2894 ? BSF_GLOBAL
: BSF_GLOBAL
| BSF_INDIRECT
;
2897 = bfd_malloc (strlen (*namep
) + sizeof (DATALABEL_SUFFIX
));
2898 struct elf_link_hash_entry
** sym_hash
= elf_sym_hashes (abfd
);
2900 BFD_ASSERT (sym_hash
!= NULL
);
2902 /* Allocation may fail. */
2903 if (dl_name
== NULL
)
2906 strcpy (dl_name
, *namep
);
2907 strcat (dl_name
, DATALABEL_SUFFIX
);
2909 h
= (struct elf_link_hash_entry
*)
2910 bfd_link_hash_lookup (info
->hash
, dl_name
, false, false, false);
2914 /* No previous datalabel symbol. Make one. */
2915 if (! _bfd_generic_link_add_one_symbol (info
, abfd
, dl_name
,
2916 flags
, *secp
, *valp
,
2918 get_elf_backend_data (abfd
)->collect
,
2919 (struct bfd_link_hash_entry
**) &h
))
2925 h
->elf_link_hash_flags
&=~ ELF_LINK_NON_ELF
;
2926 h
->type
= STT_DATALABEL
;
2929 /* If a new symbol was created, it holds the allocated name.
2930 Otherwise, we don't need it anymore and should deallocate it. */
2933 if (h
->type
!= STT_DATALABEL
2934 || ((info
->relocateable
|| info
->emitrelocations
)
2935 && h
->root
.type
!= bfd_link_hash_undefined
)
2936 || (! info
->relocateable
&& !info
->emitrelocations
2937 && h
->root
.type
!= bfd_link_hash_indirect
))
2939 /* Make sure we don't get confused on invalid input. */
2940 (*_bfd_error_handler
)
2941 (_("%s: encountered datalabel symbol in input"),
2942 bfd_get_filename (abfd
));
2943 bfd_set_error (bfd_error_bad_value
);
2947 /* Now find the hash-table slot for this entry and fill it in. */
2948 while (*sym_hash
!= NULL
)
2952 /* Signal to caller to skip this symbol - we've handled it. */
2959 /* This hook function is called before the linker writes out a global
2960 symbol. For relocatable links, DataLabel symbols will be present in
2961 linker output. We cut off the special suffix on those symbols, so the
2962 right name appears in the output.
2964 When linking and emitting relocations, there can appear global symbols
2965 that are not referenced by relocs, but rather only implicitly through
2966 DataLabel references, a relation that is not visible to the linker.
2967 Since no stripping of global symbols in done when doing such linking,
2968 we don't need to look up and make sure to emit the main symbol for each
2969 DataLabel symbol. */
2972 sh64_elf64_link_output_symbol_hook (abfd
, info
, cname
, sym
, input_sec
)
2973 bfd
*abfd ATTRIBUTE_UNUSED
;
2974 struct bfd_link_info
*info
;
2976 Elf_Internal_Sym
*sym
;
2977 asection
*input_sec ATTRIBUTE_UNUSED
;
2979 char *name
= (char *) cname
;
2981 if (info
->relocateable
|| info
->emitrelocations
)
2983 if (ELF_ST_TYPE (sym
->st_info
) == STT_DATALABEL
)
2984 name
[strlen (name
) - strlen (DATALABEL_SUFFIX
)] = 0;
2990 /* Set bit 0 on the entry address; it always points to SHmedia code. This
2991 is mostly for symmetry with the 32-bit format, where code can be
2992 SHcompact and we need to make a distinction to make sure execution
2993 starts in the right ISA mode. It is also convenient for a loader,
2994 which would otherwise have to set this bit when loading a TR register
2995 before jumping to the program entry. */
2998 sh64_elf64_final_write_processing (abfd
, linker
)
3000 boolean linker ATTRIBUTE_UNUSED
;
3002 /* FIXME: Perhaps we shouldn't do this if the entry address was supplied
3003 numerically, but we currently lack the infrastructure to recognize
3004 that: The entry symbol, and info whether it is numeric or a symbol
3005 name is kept private in the linker. */
3006 if (elf_elfheader (abfd
)->e_type
== ET_EXEC
)
3007 elf_elfheader (abfd
)->e_entry
|= 1;
3010 /* First entry in an absolute procedure linkage table look like this. */
3012 static const bfd_byte elf_sh64_plt0_entry_be
[PLT_ENTRY_SIZE
] =
3014 0xcc, 0x00, 0x01, 0x10, /* movi .got.plt >> 48, r17 */
3015 0xc8, 0x00, 0x01, 0x10, /* shori (.got.plt >> 32) & 65535, r17 */
3016 0xc8, 0x00, 0x01, 0x10, /* shori (.got.plt >> 16) & 65535, r17 */
3017 0xc8, 0x00, 0x01, 0x10, /* shori .got.plt & 65535, r17 */
3018 0x8d, 0x10, 0x09, 0x90, /* ld.q r17, 16, r25 */
3019 0x6b, 0xf1, 0x46, 0x00, /* ptabs r17, tr0 */
3020 0x8d, 0x10, 0x05, 0x10, /* ld.q r17, 8, r17 */
3021 0x44, 0x01, 0xff, 0xf0, /* blink tr0, r63 */
3022 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3023 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3024 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3025 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3026 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3027 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3028 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3029 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3032 static const bfd_byte elf_sh64_plt0_entry_le
[PLT_ENTRY_SIZE
] =
3034 0x10, 0x01, 0x00, 0xcc, /* movi .got.plt >> 16, r17 */
3035 0x10, 0x01, 0x00, 0xc8, /* shori (.got.plt >> 32) & 65535, r17 */
3036 0x10, 0x01, 0x00, 0xc8, /* shori (.got.plt >> 16) & 65535, r17 */
3037 0x10, 0x01, 0x00, 0xc8, /* shori .got.plt & 65535, r17 */
3038 0x90, 0x09, 0x10, 0x8d, /* ld.q r17, 16, r25 */
3039 0x00, 0x46, 0xf1, 0x6b, /* ptabs r17, tr0 */
3040 0x10, 0x05, 0x10, 0x8d, /* ld.q r17, 8, r17 */
3041 0xf0, 0xff, 0x01, 0x44, /* blink tr0, r63 */
3042 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3043 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3044 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3045 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3046 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3047 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3048 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3049 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3052 /* Sebsequent entries in an absolute procedure linkage table look like
3055 static const bfd_byte elf_sh64_plt_entry_be
[PLT_ENTRY_SIZE
] =
3057 0xcc, 0x00, 0x01, 0x90, /* movi nameN-in-GOT >> 48, r25 */
3058 0xc8, 0x00, 0x01, 0x90, /* shori (nameN-in-GOT >> 32) & 65535, r25 */
3059 0xc8, 0x00, 0x01, 0x90, /* shori (nameN-in-GOT >> 16) & 65535, r25 */
3060 0xc8, 0x00, 0x01, 0x90, /* shori nameN-in-GOT & 65535, r25 */
3061 0x8d, 0x90, 0x01, 0x90, /* ld.q r25, 0, r25 */
3062 0x6b, 0xf1, 0x66, 0x00, /* ptabs r25, tr0 */
3063 0x44, 0x01, 0xff, 0xf0, /* blink tr0, r63 */
3064 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3065 0xcc, 0x00, 0x01, 0x90, /* movi .PLT0 >> 16, r25 */
3066 0xc8, 0x00, 0x01, 0x90, /* shori .PLT0 & 65535, r25 */
3067 0x6b, 0xf1, 0x66, 0x00, /* ptabs r25, tr0 */
3068 0xcc, 0x00, 0x01, 0x50, /* movi reloc-offset >> 16, r21 */
3069 0xc8, 0x00, 0x01, 0x50, /* shori reloc-offset & 65535, r21 */
3070 0x44, 0x01, 0xff, 0xf0, /* blink tr0, r63 */
3071 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3072 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3075 static const bfd_byte elf_sh64_plt_entry_le
[PLT_ENTRY_SIZE
] =
3077 0x90, 0x01, 0x00, 0xcc, /* movi nameN-in-GOT >> 16, r25 */
3078 0x90, 0x01, 0x00, 0xc8, /* shori nameN-in-GOT & 65535, r25 */
3079 0x90, 0x01, 0x00, 0xc8, /* shori nameN-in-GOT & 65535, r25 */
3080 0x90, 0x01, 0x00, 0xc8, /* shori nameN-in-GOT & 65535, r25 */
3081 0x90, 0x01, 0x90, 0x8d, /* ld.q r25, 0, r25 */
3082 0x00, 0x66, 0xf1, 0x6b, /* ptabs r25, tr0 */
3083 0xf0, 0xff, 0x01, 0x44, /* blink tr0, r63 */
3084 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3085 0x90, 0x01, 0x00, 0xcc, /* movi .PLT0 >> 16, r25 */
3086 0x90, 0x01, 0x00, 0xc8, /* shori .PLT0 & 65535, r25 */
3087 0x00, 0x66, 0xf1, 0x6b, /* ptabs r25, tr0 */
3088 0x50, 0x01, 0x00, 0xcc, /* movi reloc-offset >> 16, r21 */
3089 0x50, 0x01, 0x00, 0xc8, /* shori reloc-offset & 65535, r21 */
3090 0xf0, 0xff, 0x01, 0x44, /* blink tr0, r63 */
3091 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3092 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3095 /* Entries in a PIC procedure linkage table look like this. */
3097 static const bfd_byte elf_sh64_pic_plt_entry_be
[PLT_ENTRY_SIZE
] =
3099 0xcc, 0x00, 0x01, 0x90, /* movi nameN@GOT >> 16, r25 */
3100 0xc8, 0x00, 0x01, 0x90, /* shori nameN@GOT & 65535, r25 */
3101 0x40, 0xc3, 0x65, 0x90, /* ldx.q r12, r25, r25 */
3102 0x6b, 0xf1, 0x66, 0x00, /* ptabs r25, tr0 */
3103 0x44, 0x01, 0xff, 0xf0, /* blink tr0, r63 */
3104 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3105 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3106 0x6f, 0xf0, 0xff, 0xf0, /* nop */
3107 0xce, 0x00, 0x01, 0x10, /* movi -GOT_BIAS, r17 */
3108 0x00, 0xcb, 0x45, 0x10, /* sub r12, r17, r17 */
3109 0x8d, 0x10, 0x09, 0x90, /* ld.q r17, 16, r25 */
3110 0x6b, 0xf1, 0x66, 0x00, /* ptabs r25, tr0 */
3111 0x8d, 0x10, 0x05, 0x10, /* ld.q r17, 8, r17 */
3112 0xcc, 0x00, 0x01, 0x50, /* movi reloc-offset >> 16, r21 */
3113 0xc8, 0x00, 0x01, 0x50, /* shori reloc-offset & 65535, r21 */
3114 0x44, 0x01, 0xff, 0xf0, /* blink tr0, r63 */
3117 static const bfd_byte elf_sh64_pic_plt_entry_le
[PLT_ENTRY_SIZE
] =
3119 0x90, 0x01, 0x00, 0xcc, /* movi nameN@GOT >> 16, r25 */
3120 0x90, 0x01, 0x00, 0xc8, /* shori nameN@GOT & 65535, r25 */
3121 0x90, 0x65, 0xc3, 0x40, /* ldx.q r12, r25, r25 */
3122 0x00, 0x66, 0xf1, 0x6b, /* ptabs r25, tr0 */
3123 0xf0, 0xff, 0x01, 0x44, /* blink tr0, r63 */
3124 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3125 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3126 0xf0, 0xff, 0xf0, 0x6f, /* nop */
3127 0x10, 0x01, 0x00, 0xce, /* movi -GOT_BIAS, r17 */
3128 0x10, 0x45, 0xcb, 0x00, /* sub r12, r17, r17 */
3129 0x90, 0x09, 0x10, 0x8d, /* ld.q r17, 16, r25 */
3130 0x00, 0x66, 0xf1, 0x6b, /* ptabs r25, tr0 */
3131 0x10, 0x05, 0x10, 0x8d, /* ld.q r17, 8, r17 */
3132 0x50, 0x01, 0x00, 0xcc, /* movi reloc-offset >> 16, r21 */
3133 0x50, 0x01, 0x00, 0xc8, /* shori reloc-offset & 65535, r21 */
3134 0xf0, 0xff, 0x01, 0x44, /* blink tr0, r63 */
3137 static const bfd_byte
*elf_sh64_plt0_entry
;
3138 static const bfd_byte
*elf_sh64_plt_entry
;
3139 static const bfd_byte
*elf_sh64_pic_plt_entry
;
3141 /* Create an entry in an sh ELF linker hash table. */
3143 static struct bfd_hash_entry
*
3144 sh64_elf64_link_hash_newfunc (entry
, table
, string
)
3145 struct bfd_hash_entry
*entry
;
3146 struct bfd_hash_table
*table
;
3149 struct elf_sh64_link_hash_entry
*ret
=
3150 (struct elf_sh64_link_hash_entry
*) entry
;
3152 /* Allocate the structure if it has not already been allocated by a
3154 if (ret
== (struct elf_sh64_link_hash_entry
*) NULL
)
3155 ret
= ((struct elf_sh64_link_hash_entry
*)
3156 bfd_hash_allocate (table
,
3157 sizeof (struct elf_sh64_link_hash_entry
)));
3158 if (ret
== (struct elf_sh64_link_hash_entry
*) NULL
)
3159 return (struct bfd_hash_entry
*) ret
;
3161 /* Call the allocation method of the superclass. */
3162 ret
= ((struct elf_sh64_link_hash_entry
*)
3163 _bfd_elf_link_hash_newfunc ((struct bfd_hash_entry
*) ret
,
3165 if (ret
!= (struct elf_sh64_link_hash_entry
*) NULL
)
3167 ret
->pcrel_relocs_copied
= NULL
;
3168 ret
->datalabel_got_offset
= (bfd_vma
) -1;
3171 return (struct bfd_hash_entry
*) ret
;
3174 /* Create an sh64 ELF linker hash table. */
3176 static struct bfd_link_hash_table
*
3177 sh64_elf64_link_hash_table_create (abfd
)
3180 struct elf_sh64_link_hash_table
*ret
;
3182 ret
= ((struct elf_sh64_link_hash_table
*)
3183 bfd_malloc (sizeof (struct elf_sh64_link_hash_table
)));
3184 if (ret
== (struct elf_sh64_link_hash_table
*) NULL
)
3187 if (! _bfd_elf_link_hash_table_init (&ret
->root
, abfd
,
3188 sh64_elf64_link_hash_newfunc
))
3194 return &ret
->root
.root
;
3198 movi_shori_putval (output_bfd
, value
, addr
)
3200 unsigned long value
;
3203 bfd_put_32 (output_bfd
,
3204 bfd_get_32 (output_bfd
, addr
)
3205 | ((value
>> 6) & 0x3fffc00),
3207 bfd_put_32 (output_bfd
,
3208 bfd_get_32 (output_bfd
, addr
+ 4)
3209 | ((value
<< 10) & 0x3fffc00),
3214 movi_3shori_putval (output_bfd
, value
, addr
)
3219 bfd_put_32 (output_bfd
,
3220 bfd_get_32 (output_bfd
, addr
)
3221 | ((value
>> 38) & 0x3fffc00),
3223 bfd_put_32 (output_bfd
,
3224 bfd_get_32 (output_bfd
, addr
+ 4)
3225 | ((value
>> 22) & 0x3fffc00),
3227 bfd_put_32 (output_bfd
,
3228 bfd_get_32 (output_bfd
, addr
+ 8)
3229 | ((value
>> 6) & 0x3fffc00),
3231 bfd_put_32 (output_bfd
,
3232 bfd_get_32 (output_bfd
, addr
+ 12)
3233 | ((value
<< 10) & 0x3fffc00),
3237 /* Create dynamic sections when linking against a dynamic object. */
3240 sh64_elf64_create_dynamic_sections (abfd
, info
)
3242 struct bfd_link_info
*info
;
3244 flagword flags
, pltflags
;
3245 register asection
*s
;
3246 struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
3249 switch (bed
->s
->arch_size
)
3260 bfd_set_error (bfd_error_bad_value
);
3264 /* We need to create .plt, .rel[a].plt, .got, .got.plt, .dynbss, and
3265 .rel[a].bss sections. */
3267 flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_HAS_CONTENTS
| SEC_IN_MEMORY
3268 | SEC_LINKER_CREATED
);
3271 pltflags
|= SEC_CODE
;
3272 if (bed
->plt_not_loaded
)
3273 pltflags
&= ~ (SEC_LOAD
| SEC_HAS_CONTENTS
);
3274 if (bed
->plt_readonly
)
3275 pltflags
|= SEC_READONLY
;
3277 s
= bfd_make_section (abfd
, ".plt");
3279 || ! bfd_set_section_flags (abfd
, s
, pltflags
)
3280 || ! bfd_set_section_alignment (abfd
, s
, bed
->plt_alignment
))
3283 if (bed
->want_plt_sym
)
3285 /* Define the symbol _PROCEDURE_LINKAGE_TABLE_ at the start of the
3287 struct elf_link_hash_entry
*h
= NULL
;
3288 if (! (_bfd_generic_link_add_one_symbol
3289 (info
, abfd
, "_PROCEDURE_LINKAGE_TABLE_", BSF_GLOBAL
, s
,
3290 (bfd_vma
) 0, (const char *) NULL
, false,
3291 get_elf_backend_data (abfd
)->collect
,
3292 (struct bfd_link_hash_entry
**) &h
)))
3294 h
->elf_link_hash_flags
|= ELF_LINK_HASH_DEF_REGULAR
;
3295 h
->type
= STT_OBJECT
;
3298 && ! _bfd_elf_link_record_dynamic_symbol (info
, h
))
3302 s
= bfd_make_section (abfd
,
3303 bed
->default_use_rela_p
? ".rela.plt" : ".rel.plt");
3305 || ! bfd_set_section_flags (abfd
, s
, flags
| SEC_READONLY
)
3306 || ! bfd_set_section_alignment (abfd
, s
, ptralign
))
3309 if (! _bfd_elf_create_got_section (abfd
, info
))
3313 const char *secname
;
3318 for (sec
= abfd
->sections
; sec
; sec
= sec
->next
)
3320 secflags
= bfd_get_section_flags (abfd
, sec
);
3321 if ((secflags
& (SEC_DATA
| SEC_LINKER_CREATED
))
3322 || ((secflags
& SEC_HAS_CONTENTS
) != SEC_HAS_CONTENTS
))
3324 secname
= bfd_get_section_name (abfd
, sec
);
3325 relname
= (char *) bfd_malloc (strlen (secname
) + 6);
3326 strcpy (relname
, ".rela");
3327 strcat (relname
, secname
);
3328 s
= bfd_make_section (abfd
, relname
);
3330 || ! bfd_set_section_flags (abfd
, s
, flags
| SEC_READONLY
)
3331 || ! bfd_set_section_alignment (abfd
, s
, ptralign
))
3336 if (bed
->want_dynbss
)
3338 /* The .dynbss section is a place to put symbols which are defined
3339 by dynamic objects, are referenced by regular objects, and are
3340 not functions. We must allocate space for them in the process
3341 image and use a R_*_COPY reloc to tell the dynamic linker to
3342 initialize them at run time. The linker script puts the .dynbss
3343 section into the .bss section of the final image. */
3344 s
= bfd_make_section (abfd
, ".dynbss");
3346 || ! bfd_set_section_flags (abfd
, s
, SEC_ALLOC
))
3349 /* The .rel[a].bss section holds copy relocs. This section is not
3350 normally needed. We need to create it here, though, so that the
3351 linker will map it to an output section. We can't just create it
3352 only if we need it, because we will not know whether we need it
3353 until we have seen all the input files, and the first time the
3354 main linker code calls BFD after examining all the input files
3355 (size_dynamic_sections) the input sections have already been
3356 mapped to the output sections. If the section turns out not to
3357 be needed, we can discard it later. We will never need this
3358 section when generating a shared object, since they do not use
3362 s
= bfd_make_section (abfd
,
3363 (bed
->default_use_rela_p
3364 ? ".rela.bss" : ".rel.bss"));
3366 || ! bfd_set_section_flags (abfd
, s
, flags
| SEC_READONLY
)
3367 || ! bfd_set_section_alignment (abfd
, s
, ptralign
))
3375 /* Adjust a symbol defined by a dynamic object and referenced by a
3376 regular object. The current definition is in some section of the
3377 dynamic object, but we're not including those sections. We have to
3378 change the definition to something the rest of the link can
3382 sh64_elf64_adjust_dynamic_symbol (info
, h
)
3383 struct bfd_link_info
*info
;
3384 struct elf_link_hash_entry
*h
;
3388 unsigned int power_of_two
;
3390 dynobj
= elf_hash_table (info
)->dynobj
;
3392 /* Make sure we know what is going on here. */
3393 BFD_ASSERT (dynobj
!= NULL
3394 && ((h
->elf_link_hash_flags
& ELF_LINK_HASH_NEEDS_PLT
)
3395 || h
->weakdef
!= NULL
3396 || ((h
->elf_link_hash_flags
3397 & ELF_LINK_HASH_DEF_DYNAMIC
) != 0
3398 && (h
->elf_link_hash_flags
3399 & ELF_LINK_HASH_REF_REGULAR
) != 0
3400 && (h
->elf_link_hash_flags
3401 & ELF_LINK_HASH_DEF_REGULAR
) == 0)));
3403 /* If this is a function, put it in the procedure linkage table. We
3404 will fill in the contents of the procedure linkage table later,
3405 when we know the address of the .got section. */
3406 if (h
->type
== STT_FUNC
3407 || (h
->elf_link_hash_flags
& ELF_LINK_HASH_NEEDS_PLT
) != 0)
3410 && (h
->elf_link_hash_flags
& ELF_LINK_HASH_DEF_DYNAMIC
) == 0
3411 && (h
->elf_link_hash_flags
& ELF_LINK_HASH_REF_DYNAMIC
) == 0)
3413 /* This case can occur if we saw a PLT reloc in an input
3414 file, but the symbol was never referred to by a dynamic
3415 object. In such a case, we don't actually need to build
3416 a procedure linkage table, and we can just do a REL64
3418 BFD_ASSERT ((h
->elf_link_hash_flags
& ELF_LINK_HASH_NEEDS_PLT
) != 0);
3422 /* Make sure this symbol is output as a dynamic symbol. */
3423 if (h
->dynindx
== -1)
3425 if (! bfd_elf64_link_record_dynamic_symbol (info
, h
))
3429 s
= bfd_get_section_by_name (dynobj
, ".plt");
3430 BFD_ASSERT (s
!= NULL
);
3432 /* If this is the first .plt entry, make room for the special
3434 if (s
->_raw_size
== 0)
3435 s
->_raw_size
+= PLT_ENTRY_SIZE
;
3437 /* If this symbol is not defined in a regular file, and we are
3438 not generating a shared library, then set the symbol to this
3439 location in the .plt. This is required to make function
3440 pointers compare as equal between the normal executable and
3441 the shared library. */
3443 && (h
->elf_link_hash_flags
& ELF_LINK_HASH_DEF_REGULAR
) == 0)
3445 h
->root
.u
.def
.section
= s
;
3446 h
->root
.u
.def
.value
= s
->_raw_size
;
3449 h
->plt
.offset
= s
->_raw_size
;
3451 /* Make room for this entry. */
3452 s
->_raw_size
+= elf_sh64_sizeof_plt (info
);
3454 /* We also need to make an entry in the .got.plt section, which
3455 will be placed in the .got section by the linker script. */
3457 s
= bfd_get_section_by_name (dynobj
, ".got.plt");
3458 BFD_ASSERT (s
!= NULL
);
3461 /* We also need to make an entry in the .rela.plt section. */
3463 s
= bfd_get_section_by_name (dynobj
, ".rela.plt");
3464 BFD_ASSERT (s
!= NULL
);
3465 s
->_raw_size
+= sizeof (Elf64_External_Rela
);
3470 /* If this is a weak symbol, and there is a real definition, the
3471 processor independent code will have arranged for us to see the
3472 real definition first, and we can just use the same value. */
3473 if (h
->weakdef
!= NULL
)
3475 BFD_ASSERT (h
->weakdef
->root
.type
== bfd_link_hash_defined
3476 || h
->weakdef
->root
.type
== bfd_link_hash_defweak
);
3477 h
->root
.u
.def
.section
= h
->weakdef
->root
.u
.def
.section
;
3478 h
->root
.u
.def
.value
= h
->weakdef
->root
.u
.def
.value
;
3482 /* This is a reference to a symbol defined by a dynamic object which
3483 is not a function. */
3485 /* If we are creating a shared library, we must presume that the
3486 only references to the symbol are via the global offset table.
3487 For such cases we need not do anything here; the relocations will
3488 be handled correctly by relocate_section. */
3492 /* If there are no references to this symbol that do not use the
3493 GOT, we don't need to generate a copy reloc. */
3494 if ((h
->elf_link_hash_flags
& ELF_LINK_NON_GOT_REF
) == 0)
3497 /* We must allocate the symbol in our .dynbss section, which will
3498 become part of the .bss section of the executable. There will be
3499 an entry for this symbol in the .dynsym section. The dynamic
3500 object will contain position independent code, so all references
3501 from the dynamic object to this symbol will go through the global
3502 offset table. The dynamic linker will use the .dynsym entry to
3503 determine the address it must put in the global offset table, so
3504 both the dynamic object and the regular object will refer to the
3505 same memory location for the variable. */
3507 s
= bfd_get_section_by_name (dynobj
, ".dynbss");
3508 BFD_ASSERT (s
!= NULL
);
3510 /* We must generate a R_SH_COPY reloc to tell the dynamic linker to
3511 copy the initial value out of the dynamic object and into the
3512 runtime process image. We need to remember the offset into the
3513 .rela.bss section we are going to use. */
3514 if ((h
->root
.u
.def
.section
->flags
& SEC_ALLOC
) != 0)
3518 srel
= bfd_get_section_by_name (dynobj
, ".rela.bss");
3519 BFD_ASSERT (srel
!= NULL
);
3520 srel
->_raw_size
+= sizeof (Elf64_External_Rela
);
3521 h
->elf_link_hash_flags
|= ELF_LINK_HASH_NEEDS_COPY
;
3524 /* We need to figure out the alignment required for this symbol. I
3525 have no idea how ELF linkers handle this. */
3526 power_of_two
= bfd_log2 (h
->size
);
3527 if (power_of_two
> 3)
3530 /* Apply the required alignment. */
3531 s
->_raw_size
= BFD_ALIGN (s
->_raw_size
,
3532 (bfd_size_type
) (1 << power_of_two
));
3533 if (power_of_two
> bfd_get_section_alignment (dynobj
, s
))
3535 if (! bfd_set_section_alignment (dynobj
, s
, power_of_two
))
3539 /* Define the symbol as being at this point in the section. */
3540 h
->root
.u
.def
.section
= s
;
3541 h
->root
.u
.def
.value
= s
->_raw_size
;
3543 /* Increment the section size to make room for the symbol. */
3544 s
->_raw_size
+= h
->size
;
3549 /* This function is called via sh_elf_link_hash_traverse if we are
3550 creating a shared object with -Bsymbolic. It discards the space
3551 allocated to copy PC relative relocs against symbols which are
3552 defined in regular objects. We allocated space for them in the
3553 check_relocs routine, but we won't fill them in in the
3554 relocate_section routine. */
3557 sh64_elf64_discard_copies (h
, ignore
)
3558 struct elf_sh64_link_hash_entry
*h
;
3559 PTR ignore ATTRIBUTE_UNUSED
;
3561 struct elf_sh64_pcrel_relocs_copied
*s
;
3563 if (h
->root
.root
.type
== bfd_link_hash_warning
)
3564 h
= (struct elf_sh64_link_hash_entry
*) h
->root
.root
.u
.i
.link
;
3566 /* We only discard relocs for symbols defined in a regular object. */
3567 if ((h
->root
.elf_link_hash_flags
& ELF_LINK_HASH_DEF_REGULAR
) == 0)
3570 for (s
= h
->pcrel_relocs_copied
; s
!= NULL
; s
= s
->next
)
3571 s
->section
->_raw_size
-= s
->count
* sizeof (Elf64_External_Rela
);
3576 /* Set the sizes of the dynamic sections. */
3579 sh64_elf64_size_dynamic_sections (output_bfd
, info
)
3581 struct bfd_link_info
*info
;
3589 dynobj
= elf_hash_table (info
)->dynobj
;
3590 BFD_ASSERT (dynobj
!= NULL
);
3592 if (elf_hash_table (info
)->dynamic_sections_created
)
3594 /* Set the contents of the .interp section to the interpreter. */
3597 s
= bfd_get_section_by_name (dynobj
, ".interp");
3598 BFD_ASSERT (s
!= NULL
);
3599 s
->_raw_size
= sizeof ELF_DYNAMIC_INTERPRETER
;
3600 s
->contents
= (unsigned char *) ELF_DYNAMIC_INTERPRETER
;
3605 /* We may have created entries in the .rela.got section.
3606 However, if we are not creating the dynamic sections, we will
3607 not actually use these entries. Reset the size of .rela.got,
3608 which will cause it to get stripped from the output file
3610 s
= bfd_get_section_by_name (dynobj
, ".rela.got");
3615 /* If this is a -Bsymbolic shared link, then we need to discard all
3616 PC relative relocs against symbols defined in a regular object.
3617 We allocated space for them in the check_relocs routine, but we
3618 will not fill them in in the relocate_section routine. */
3619 if (info
->shared
&& info
->symbolic
)
3620 sh64_elf64_link_hash_traverse (sh64_elf64_hash_table (info
),
3621 sh64_elf64_discard_copies
,
3624 /* The check_relocs and adjust_dynamic_symbol entry points have
3625 determined the sizes of the various dynamic sections. Allocate
3630 for (s
= dynobj
->sections
; s
!= NULL
; s
= s
->next
)
3635 if ((s
->flags
& SEC_LINKER_CREATED
) == 0)
3638 /* It's OK to base decisions on the section name, because none
3639 of the dynobj section names depend upon the input files. */
3640 name
= bfd_get_section_name (dynobj
, s
);
3644 if (strcmp (name
, ".plt") == 0)
3646 if (s
->_raw_size
== 0)
3648 /* Strip this section if we don't need it; see the
3654 /* Remember whether there is a PLT. */
3658 else if (strncmp (name
, ".rela", 5) == 0)
3660 if (s
->_raw_size
== 0)
3662 /* If we don't need this section, strip it from the
3663 output file. This is mostly to handle .rela.bss and
3664 .rela.plt. We must create both sections in
3665 create_dynamic_sections, because they must be created
3666 before the linker maps input sections to output
3667 sections. The linker does that before
3668 adjust_dynamic_symbol is called, and it is that
3669 function which decides whether anything needs to go
3670 into these sections. */
3677 /* Remember whether there are any reloc sections other
3679 if (strcmp (name
, ".rela.plt") != 0)
3681 const char *outname
;
3685 /* If this relocation section applies to a read only
3686 section, then we probably need a DT_TEXTREL
3687 entry. The entries in the .rela.plt section
3688 really apply to the .got section, which we
3689 created ourselves and so know is not readonly. */
3690 outname
= bfd_get_section_name (output_bfd
,
3692 target
= bfd_get_section_by_name (output_bfd
, outname
+ 5);
3694 && (target
->flags
& SEC_READONLY
) != 0
3695 && (target
->flags
& SEC_ALLOC
) != 0)
3699 /* We use the reloc_count field as a counter if we need
3700 to copy relocs into the output file. */
3704 else if (strncmp (name
, ".got", 4) != 0)
3706 /* It's not one of our sections, so don't allocate space. */
3712 _bfd_strip_section_from_output (info
, s
);
3716 /* Allocate memory for the section contents. */
3717 s
->contents
= (bfd_byte
*) bfd_alloc (dynobj
, s
->_raw_size
);
3718 if (s
->contents
== NULL
&& s
->_raw_size
!= 0)
3722 if (elf_hash_table (info
)->dynamic_sections_created
)
3724 /* Add some entries to the .dynamic section. We fill in the
3725 values later, in sh64_elf64_finish_dynamic_sections, but we
3726 must add the entries now so that we get the correct size for
3727 the .dynamic section. The DT_DEBUG entry is filled in by the
3728 dynamic linker and used by the debugger. */
3731 if (! bfd_elf64_add_dynamic_entry (info
, DT_DEBUG
, 0))
3737 if (! bfd_elf64_add_dynamic_entry (info
, DT_PLTGOT
, 0)
3738 || ! bfd_elf64_add_dynamic_entry (info
, DT_PLTRELSZ
, 0)
3739 || ! bfd_elf64_add_dynamic_entry (info
, DT_PLTREL
, DT_RELA
)
3740 || ! bfd_elf64_add_dynamic_entry (info
, DT_JMPREL
, 0))
3746 if (! bfd_elf64_add_dynamic_entry (info
, DT_RELA
, 0)
3747 || ! bfd_elf64_add_dynamic_entry (info
, DT_RELASZ
, 0)
3748 || ! bfd_elf64_add_dynamic_entry (info
, DT_RELAENT
,
3749 sizeof (Elf64_External_Rela
)))
3755 if (! bfd_elf64_add_dynamic_entry (info
, DT_TEXTREL
, 0))
3763 /* Finish up dynamic symbol handling. We set the contents of various
3764 dynamic sections here. */
3767 sh64_elf64_finish_dynamic_symbol (output_bfd
, info
, h
, sym
)
3769 struct bfd_link_info
*info
;
3770 struct elf_link_hash_entry
*h
;
3771 Elf_Internal_Sym
*sym
;
3775 dynobj
= elf_hash_table (info
)->dynobj
;
3777 if (h
->plt
.offset
!= (bfd_vma
) -1)
3785 Elf_Internal_Rela rel
;
3787 /* This symbol has an entry in the procedure linkage table. Set
3790 BFD_ASSERT (h
->dynindx
!= -1);
3792 splt
= bfd_get_section_by_name (dynobj
, ".plt");
3793 sgot
= bfd_get_section_by_name (dynobj
, ".got.plt");
3794 srel
= bfd_get_section_by_name (dynobj
, ".rela.plt");
3795 BFD_ASSERT (splt
!= NULL
&& sgot
!= NULL
&& srel
!= NULL
);
3797 /* Get the index in the procedure linkage table which
3798 corresponds to this symbol. This is the index of this symbol
3799 in all the symbols for which we are making plt entries. The
3800 first entry in the procedure linkage table is reserved. */
3801 plt_index
= h
->plt
.offset
/ elf_sh64_sizeof_plt (info
) - 1;
3803 /* Get the offset into the .got table of the entry that
3804 corresponds to this function. Each .got entry is 8 bytes.
3805 The first three are reserved. */
3806 got_offset
= (plt_index
+ 3) * 8;
3808 got_offset
-= GOT_BIAS
;
3810 /* Fill in the entry in the procedure linkage table. */
3813 if (elf_sh64_plt_entry
== NULL
)
3815 elf_sh64_plt_entry
= (bfd_big_endian (output_bfd
) ?
3816 elf_sh64_plt_entry_be
: elf_sh64_plt_entry_le
);
3818 memcpy (splt
->contents
+ h
->plt
.offset
, elf_sh64_plt_entry
,
3819 elf_sh64_sizeof_plt (info
));
3820 movi_3shori_putval (output_bfd
,
3821 (sgot
->output_section
->vma
3822 + sgot
->output_offset
3824 (splt
->contents
+ h
->plt
.offset
3825 + elf_sh64_plt_symbol_offset (info
)));
3827 movi_shori_putval (output_bfd
,
3828 (splt
->output_section
->vma
+ splt
->output_offset
),
3829 (splt
->contents
+ h
->plt
.offset
3830 + elf_sh64_plt_plt0_offset (info
)));
3834 if (elf_sh64_pic_plt_entry
== NULL
)
3836 elf_sh64_pic_plt_entry
= (bfd_big_endian (output_bfd
) ?
3837 elf_sh64_pic_plt_entry_be
:
3838 elf_sh64_pic_plt_entry_le
);
3840 memcpy (splt
->contents
+ h
->plt
.offset
, elf_sh64_pic_plt_entry
,
3841 elf_sh64_sizeof_plt (info
));
3842 movi_shori_putval (output_bfd
, got_offset
,
3843 (splt
->contents
+ h
->plt
.offset
3844 + elf_sh64_plt_symbol_offset (info
)));
3847 got_offset
+= GOT_BIAS
;
3849 movi_shori_putval (output_bfd
,
3850 plt_index
* sizeof (Elf64_External_Rela
),
3851 (splt
->contents
+ h
->plt
.offset
3852 + elf_sh64_plt_reloc_offset (info
)));
3854 /* Fill in the entry in the global offset table. */
3855 bfd_put_64 (output_bfd
,
3856 (splt
->output_section
->vma
3857 + splt
->output_offset
3859 + elf_sh64_plt_temp_offset (info
)),
3860 sgot
->contents
+ got_offset
);
3862 /* Fill in the entry in the .rela.plt section. */
3863 rel
.r_offset
= (sgot
->output_section
->vma
3864 + sgot
->output_offset
3866 rel
.r_info
= ELF64_R_INFO (h
->dynindx
, R_SH_JMP_SLOT64
);
3868 rel
.r_addend
= GOT_BIAS
;
3869 bfd_elf64_swap_reloca_out (output_bfd
, &rel
,
3870 ((Elf64_External_Rela
*) srel
->contents
3873 if ((h
->elf_link_hash_flags
& ELF_LINK_HASH_DEF_REGULAR
) == 0)
3875 /* Mark the symbol as undefined, rather than as defined in
3876 the .plt section. Leave the value alone. */
3877 sym
->st_shndx
= SHN_UNDEF
;
3881 if (h
->got
.offset
!= (bfd_vma
) -1)
3885 Elf_Internal_Rela rel
;
3887 /* This symbol has an entry in the global offset table. Set it
3890 sgot
= bfd_get_section_by_name (dynobj
, ".got");
3891 srel
= bfd_get_section_by_name (dynobj
, ".rela.got");
3892 BFD_ASSERT (sgot
!= NULL
&& srel
!= NULL
);
3894 rel
.r_offset
= (sgot
->output_section
->vma
3895 + sgot
->output_offset
3896 + (h
->got
.offset
&~ 1));
3898 /* If this is a -Bsymbolic link, and the symbol is defined
3899 locally, we just want to emit a RELATIVE reloc. Likewise if
3900 the symbol was forced to be local because of a version file.
3901 The entry in the global offset table will already have been
3902 initialized in the relocate_section function. */
3904 && (info
->symbolic
|| h
->dynindx
== -1)
3905 && (h
->elf_link_hash_flags
& ELF_LINK_HASH_DEF_REGULAR
))
3907 rel
.r_info
= ELF64_R_INFO (0, R_SH_RELATIVE64
);
3908 rel
.r_addend
= (h
->root
.u
.def
.value
3909 + h
->root
.u
.def
.section
->output_section
->vma
3910 + h
->root
.u
.def
.section
->output_offset
);
3914 bfd_put_64 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ h
->got
.offset
);
3915 rel
.r_info
= ELF64_R_INFO (h
->dynindx
, R_SH_GLOB_DAT64
);
3919 bfd_elf64_swap_reloca_out (output_bfd
, &rel
,
3920 ((Elf64_External_Rela
*) srel
->contents
3921 + srel
->reloc_count
));
3922 ++srel
->reloc_count
;
3925 if ((h
->elf_link_hash_flags
& ELF_LINK_HASH_NEEDS_COPY
) != 0)
3928 Elf_Internal_Rela rel
;
3930 /* This symbol needs a copy reloc. Set it up. */
3932 BFD_ASSERT (h
->dynindx
!= -1
3933 && (h
->root
.type
== bfd_link_hash_defined
3934 || h
->root
.type
== bfd_link_hash_defweak
));
3936 s
= bfd_get_section_by_name (h
->root
.u
.def
.section
->owner
,
3938 BFD_ASSERT (s
!= NULL
);
3940 rel
.r_offset
= (h
->root
.u
.def
.value
3941 + h
->root
.u
.def
.section
->output_section
->vma
3942 + h
->root
.u
.def
.section
->output_offset
);
3943 rel
.r_info
= ELF64_R_INFO (h
->dynindx
, R_SH_COPY64
);
3945 bfd_elf64_swap_reloca_out (output_bfd
, &rel
,
3946 ((Elf64_External_Rela
*) s
->contents
3951 /* Mark _DYNAMIC and _GLOBAL_OFFSET_TABLE_ as absolute. */
3952 if (strcmp (h
->root
.root
.string
, "_DYNAMIC") == 0
3953 || strcmp (h
->root
.root
.string
, "_GLOBAL_OFFSET_TABLE_") == 0)
3954 sym
->st_shndx
= SHN_ABS
;
3959 /* Finish up the dynamic sections. */
3962 sh64_elf64_finish_dynamic_sections (output_bfd
, info
)
3964 struct bfd_link_info
*info
;
3970 dynobj
= elf_hash_table (info
)->dynobj
;
3972 sgot
= bfd_get_section_by_name (dynobj
, ".got.plt");
3973 BFD_ASSERT (sgot
!= NULL
);
3974 sdyn
= bfd_get_section_by_name (dynobj
, ".dynamic");
3976 if (elf_hash_table (info
)->dynamic_sections_created
)
3979 Elf64_External_Dyn
*dyncon
, *dynconend
;
3981 BFD_ASSERT (sdyn
!= NULL
);
3983 dyncon
= (Elf64_External_Dyn
*) sdyn
->contents
;
3984 dynconend
= (Elf64_External_Dyn
*) (sdyn
->contents
+ sdyn
->_raw_size
);
3985 for (; dyncon
< dynconend
; dyncon
++)
3987 Elf_Internal_Dyn dyn
;
3991 bfd_elf64_swap_dyn_in (dynobj
, dyncon
, &dyn
);
4005 s
= bfd_get_section_by_name (output_bfd
, name
);
4006 BFD_ASSERT (s
!= NULL
);
4007 dyn
.d_un
.d_ptr
= s
->vma
;
4008 bfd_elf64_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
4012 s
= bfd_get_section_by_name (output_bfd
, ".rela.plt");
4013 BFD_ASSERT (s
!= NULL
);
4014 if (s
->_cooked_size
!= 0)
4015 dyn
.d_un
.d_val
= s
->_cooked_size
;
4017 dyn
.d_un
.d_val
= s
->_raw_size
;
4018 bfd_elf64_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
4022 /* My reading of the SVR4 ABI indicates that the
4023 procedure linkage table relocs (DT_JMPREL) should be
4024 included in the overall relocs (DT_RELA). This is
4025 what Solaris does. However, UnixWare can not handle
4026 that case. Therefore, we override the DT_RELASZ entry
4027 here to make it not include the JMPREL relocs. Since
4028 the linker script arranges for .rela.plt to follow all
4029 other relocation sections, we don't have to worry
4030 about changing the DT_RELA entry. */
4031 s
= bfd_get_section_by_name (output_bfd
, ".rela.plt");
4034 if (s
->_cooked_size
!= 0)
4035 dyn
.d_un
.d_val
-= s
->_cooked_size
;
4037 dyn
.d_un
.d_val
-= s
->_raw_size
;
4039 bfd_elf64_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
4044 /* Fill in the first entry in the procedure linkage table. */
4045 splt
= bfd_get_section_by_name (dynobj
, ".plt");
4046 if (splt
&& splt
->_raw_size
> 0)
4050 if (elf_sh64_pic_plt_entry
== NULL
)
4052 elf_sh64_pic_plt_entry
= (bfd_big_endian (output_bfd
) ?
4053 elf_sh64_pic_plt_entry_be
:
4054 elf_sh64_pic_plt_entry_le
);
4056 memcpy (splt
->contents
, elf_sh64_pic_plt_entry
,
4057 elf_sh64_sizeof_plt (info
));
4061 if (elf_sh64_plt0_entry
== NULL
)
4063 elf_sh64_plt0_entry
= (bfd_big_endian (output_bfd
) ?
4064 elf_sh64_plt0_entry_be
:
4065 elf_sh64_plt0_entry_le
);
4067 memcpy (splt
->contents
, elf_sh64_plt0_entry
, PLT_ENTRY_SIZE
);
4068 movi_3shori_putval (output_bfd
,
4069 sgot
->output_section
->vma
4070 + sgot
->output_offset
,
4072 + elf_sh64_plt0_gotplt_offset (info
));
4075 /* UnixWare sets the entsize of .plt to 8, although that doesn't
4076 really seem like the right value. */
4077 elf_section_data (splt
->output_section
)->this_hdr
.sh_entsize
= 8;
4081 /* Fill in the first three entries in the global offset table. */
4082 if (sgot
->_raw_size
> 0)
4085 bfd_put_64 (output_bfd
, (bfd_vma
) 0, sgot
->contents
);
4087 bfd_put_64 (output_bfd
,
4088 sdyn
->output_section
->vma
+ sdyn
->output_offset
,
4090 bfd_put_64 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ 8);
4091 bfd_put_64 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ 16);
4094 elf_section_data (sgot
->output_section
)->this_hdr
.sh_entsize
= 8;
4101 #define TARGET_BIG_SYM bfd_elf64_sh64_vec
4102 #define TARGET_BIG_NAME "elf64-sh64"
4103 #define TARGET_LITTLE_SYM bfd_elf64_sh64l_vec
4104 #define TARGET_LITTLE_NAME "elf64-sh64l"
4105 #define ELF_ARCH bfd_arch_sh
4106 #define ELF_MACHINE_CODE EM_SH
4107 #define ELF_MAXPAGESIZE 128
4109 #define elf_symbol_leading_char '_'
4110 #endif /* ELF_ARCH */
4112 #define bfd_elf64_bfd_reloc_type_lookup sh_elf64_reloc_type_lookup
4113 #define elf_info_to_howto sh_elf64_info_to_howto
4115 /* Note: there's no relaxation at present. */
4117 #define elf_backend_relocate_section sh_elf64_relocate_section
4118 #define bfd_elf64_bfd_get_relocated_section_contents \
4119 sh_elf64_get_relocated_section_contents
4120 #define elf_backend_object_p sh_elf64_set_mach_from_flags
4121 #define bfd_elf64_bfd_set_private_flags \
4122 sh_elf64_set_private_flags
4123 #define bfd_elf64_bfd_copy_private_bfd_data \
4124 sh_elf64_copy_private_data
4125 #define bfd_elf64_bfd_merge_private_bfd_data \
4126 sh_elf64_merge_private_data
4127 #define elf_backend_fake_sections sh64_elf64_fake_sections
4129 #define elf_backend_gc_mark_hook sh_elf64_gc_mark_hook
4130 #define elf_backend_gc_sweep_hook sh_elf64_gc_sweep_hook
4131 #define elf_backend_check_relocs sh_elf64_check_relocs
4133 #define elf_backend_can_gc_sections 1
4135 #define elf_backend_get_symbol_type sh64_elf64_get_symbol_type
4137 #define elf_backend_add_symbol_hook sh64_elf64_add_symbol_hook
4139 #define elf_backend_link_output_symbol_hook \
4140 sh64_elf64_link_output_symbol_hook
4142 #define elf_backend_final_write_processing \
4143 sh64_elf64_final_write_processing
4145 #define elf_backend_create_dynamic_sections \
4146 sh64_elf64_create_dynamic_sections
4147 #define bfd_elf64_bfd_link_hash_table_create \
4148 sh64_elf64_link_hash_table_create
4149 #define elf_backend_adjust_dynamic_symbol \
4150 sh64_elf64_adjust_dynamic_symbol
4151 #define elf_backend_size_dynamic_sections \
4152 sh64_elf64_size_dynamic_sections
4153 #define elf_backend_finish_dynamic_symbol \
4154 sh64_elf64_finish_dynamic_symbol
4155 #define elf_backend_finish_dynamic_sections \
4156 sh64_elf64_finish_dynamic_sections
4158 #define elf_backend_want_got_plt 1
4159 #define elf_backend_plt_readonly 1
4160 #define elf_backend_want_plt_sym 0
4161 #define elf_backend_got_header_size 24
4162 #define elf_backend_plt_header_size PLT_ENTRY_SIZE
4164 #include "elf64-target.h"