1 /* Motorola 68k series support for 32-bit ELF
2 Copyright 1993, 1995, 1996 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. */
26 static reloc_howto_type *reloc_type_lookup
27 PARAMS ((bfd *, bfd_reloc_code_real_type));
28 static void rtype_to_howto
29 PARAMS ((bfd *, arelent *, Elf32_Internal_Rela *));
30 static void rtype_to_howto_rel
31 PARAMS ((bfd *, arelent *, Elf32_Internal_Rel *));
32 static boolean elf_m68k_check_relocs
33 PARAMS ((bfd *, struct bfd_link_info *, asection *,
34 const Elf_Internal_Rela *));
35 static boolean elf_m68k_adjust_dynamic_symbol
36 PARAMS ((struct bfd_link_info *, struct elf_link_hash_entry *));
37 static boolean elf_m68k_size_dynamic_sections
38 PARAMS ((bfd *, struct bfd_link_info *));
39 static boolean elf_m68k_relocate_section
40 PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
41 Elf_Internal_Rela *, Elf_Internal_Sym *, asection **));
42 static boolean elf_m68k_finish_dynamic_symbol
43 PARAMS ((bfd *, struct bfd_link_info *, struct elf_link_hash_entry *,
45 static boolean elf_m68k_finish_dynamic_sections
46 PARAMS ((bfd *, struct bfd_link_info *));
48 /* elf32 m68k code, generated by elf.el */
76 static reloc_howto_type howto_table[] = {
77 HOWTO(R_68K_NONE, 0, 0, 0, false,0, complain_overflow_dont, bfd_elf_generic_reloc, "R_68K_NONE", false, 0, 0x00000000,false),
78 HOWTO(R_68K_32, 0, 2,32, false,0, complain_overflow_bitfield, bfd_elf_generic_reloc, "R_68K_32", false, 0, 0xffffffff,false),
79 HOWTO(R_68K_16, 0, 1,16, false,0, complain_overflow_bitfield, bfd_elf_generic_reloc, "R_68K_16", false, 0, 0x0000ffff,false),
80 HOWTO(R_68K_8, 0, 0, 8, false,0, complain_overflow_bitfield, bfd_elf_generic_reloc, "R_68K_8", false, 0, 0x000000ff,false),
81 HOWTO(R_68K_PC32, 0, 2,32, true, 0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_PC32", false, 0, 0xffffffff,true),
82 HOWTO(R_68K_PC16, 0, 1,16, true, 0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_PC16", false, 0, 0x0000ffff,true),
83 HOWTO(R_68K_PC8, 0, 0, 8, true, 0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_PC8", false, 0, 0x000000ff,true),
84 HOWTO(R_68K_GOT32, 0, 2,32, true, 0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_GOT32", false, 0, 0xffffffff,true),
85 HOWTO(R_68K_GOT16, 0, 1,16, true, 0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_GOT16", false, 0, 0x0000ffff,true),
86 HOWTO(R_68K_GOT8, 0, 0, 8, true, 0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_GOT8", false, 0, 0x000000ff,true),
87 HOWTO(R_68K_GOT32O, 0, 2,32, false,0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_GOT32O", false, 0, 0xffffffff,false),
88 HOWTO(R_68K_GOT16O, 0, 1,16, false,0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_GOT16O", false, 0, 0x0000ffff,false),
89 HOWTO(R_68K_GOT8O, 0, 0, 8, false,0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_GOT8O", false, 0, 0x000000ff,false),
90 HOWTO(R_68K_PLT32, 0, 2,32, true, 0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_PLT32", false, 0, 0xffffffff,true),
91 HOWTO(R_68K_PLT16, 0, 1,16, true, 0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_PLT16", false, 0, 0x0000ffff,true),
92 HOWTO(R_68K_PLT8, 0, 0, 8, true, 0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_PLT8", false, 0, 0x000000ff,true),
93 HOWTO(R_68K_PLT32O, 0, 2,32, false,0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_PLT32O", false, 0, 0xffffffff,false),
94 HOWTO(R_68K_PLT16O, 0, 1,16, false,0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_PLT16O", false, 0, 0x0000ffff,false),
95 HOWTO(R_68K_PLT8O, 0, 0, 8, false,0, complain_overflow_signed, bfd_elf_generic_reloc, "R_68K_PLT8O", false, 0, 0x000000ff,false),
96 HOWTO(R_68K_COPY, 0, 0, 0, false,0, complain_overflow_dont, bfd_elf_generic_reloc, "R_68K_COPY", false, 0, 0xffffffff,false),
97 HOWTO(R_68K_GLOB_DAT, 0, 2,32, false,0, complain_overflow_dont, bfd_elf_generic_reloc, "R_68K_GLOB_DAT", false, 0, 0xffffffff,false),
98 HOWTO(R_68K_JMP_SLOT, 0, 2,32, false,0, complain_overflow_dont, bfd_elf_generic_reloc, "R_68K_JMP_SLOT", false, 0, 0xffffffff,false),
99 HOWTO(R_68K_RELATIVE, 0, 2,32, false,0, complain_overflow_dont, bfd_elf_generic_reloc, "R_68K_RELATIVE", false, 0, 0xffffffff,false),
103 rtype_to_howto (abfd, cache_ptr, dst)
106 Elf_Internal_Rela *dst;
108 BFD_ASSERT (ELF32_R_TYPE(dst->r_info) < (unsigned int) R_68K__max);
109 cache_ptr->howto = &howto_table[ELF32_R_TYPE(dst->r_info)];
113 rtype_to_howto_rel (abfd, cache_ptr, dst)
116 Elf_Internal_Rel *dst;
118 BFD_ASSERT (ELF32_R_TYPE(dst->r_info) < (unsigned int) R_68K__max);
119 cache_ptr->howto = &howto_table[ELF32_R_TYPE(dst->r_info)];
122 #define elf_info_to_howto rtype_to_howto
123 #define elf_info_to_howto_rel rtype_to_howto_rel
125 static const struct { unsigned char bfd_val, elf_val; } reloc_map[] = {
126 { BFD_RELOC_NONE, R_68K_NONE },
127 { BFD_RELOC_32, R_68K_32 },
128 { BFD_RELOC_16, R_68K_16 },
129 { BFD_RELOC_8, R_68K_8 },
130 { BFD_RELOC_32_PCREL, R_68K_PC32 },
131 { BFD_RELOC_16_PCREL, R_68K_PC16 },
132 { BFD_RELOC_8_PCREL, R_68K_PC8 },
133 { BFD_RELOC_32_GOT_PCREL, R_68K_GOT32 },
134 { BFD_RELOC_16_GOT_PCREL, R_68K_GOT16 },
135 { BFD_RELOC_8_GOT_PCREL, R_68K_GOT8 },
136 { BFD_RELOC_32_GOTOFF, R_68K_GOT32O },
137 { BFD_RELOC_16_GOTOFF, R_68K_GOT16O },
138 { BFD_RELOC_8_GOTOFF, R_68K_GOT8O },
139 { BFD_RELOC_32_PLT_PCREL, R_68K_PLT32 },
140 { BFD_RELOC_16_PLT_PCREL, R_68K_PLT16 },
141 { BFD_RELOC_8_PLT_PCREL, R_68K_PLT8 },
142 { BFD_RELOC_32_PLTOFF, R_68K_PLT32O },
143 { BFD_RELOC_16_PLTOFF, R_68K_PLT16O },
144 { BFD_RELOC_8_PLTOFF, R_68K_PLT8O },
145 { BFD_RELOC_NONE, R_68K_COPY },
146 { BFD_RELOC_68K_GLOB_DAT, R_68K_GLOB_DAT },
147 { BFD_RELOC_68K_JMP_SLOT, R_68K_JMP_SLOT },
148 { BFD_RELOC_68K_RELATIVE, R_68K_RELATIVE },
149 { BFD_RELOC_CTOR, R_68K_32 },
152 static reloc_howto_type *
153 reloc_type_lookup (abfd, code)
155 bfd_reloc_code_real_type code;
158 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++)
160 if (reloc_map[i].bfd_val == code)
161 return &howto_table[(int) reloc_map[i].elf_val];
166 #define bfd_elf32_bfd_reloc_type_lookup reloc_type_lookup
167 #define ELF_ARCH bfd_arch_m68k
168 /* end code generated by elf.el */
173 /* Functions for the m68k ELF linker. */
175 /* The name of the dynamic interpreter. This is put in the .interp
178 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/libc.so.1"
180 /* The size in bytes of an entry in the procedure linkage table. */
182 #define PLT_ENTRY_SIZE 20
184 /* The first entry in a procedure linkage table looks like this. See
185 the SVR4 ABI m68k supplement to see how this works. */
187 static const bfd_byte elf_m68k_plt0_entry[PLT_ENTRY_SIZE] =
189 0x2f, 0x3b, 0x01, 0x70, /* move.l (%pc,addr),-(%sp) */
190 0, 0, 0, 0, /* replaced with offset to .got + 4. */
191 0x4e, 0xfb, 0x01, 0x71, /* jmp ([%pc,addr]) */
192 0, 0, 0, 0, /* replaced with offset to .got + 8. */
193 0, 0, 0, 0 /* pad out to 20 bytes. */
196 /* Subsequent entries in a procedure linkage table look like this. */
198 static const bfd_byte elf_m68k_plt_entry[PLT_ENTRY_SIZE] =
200 0x4e, 0xfb, 0x01, 0x71, /* jmp ([%pc,symbol@GOTPC]) */
201 0, 0, 0, 0, /* replaced with offset to symbol's .got entry. */
202 0x2f, 0x3c, /* move.l #offset,-(%sp) */
203 0, 0, 0, 0, /* replaced with offset into relocation table. */
204 0x60, 0xff, /* bra.l .plt */
205 0, 0, 0, 0 /* replaced with offset to start of .plt. */
208 /* Look through the relocs for a section during the first phase, and
209 allocate space in the global offset table or procedure linkage
213 elf_m68k_check_relocs (abfd, info, sec, relocs)
215 struct bfd_link_info *info;
217 const Elf_Internal_Rela *relocs;
220 Elf_Internal_Shdr *symtab_hdr;
221 struct elf_link_hash_entry **sym_hashes;
222 bfd_vma *local_got_offsets;
223 const Elf_Internal_Rela *rel;
224 const Elf_Internal_Rela *rel_end;
229 if (info->relocateable)
232 dynobj = elf_hash_table (info)->dynobj;
233 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
234 sym_hashes = elf_sym_hashes (abfd);
235 local_got_offsets = elf_local_got_offsets (abfd);
241 rel_end = relocs + sec->reloc_count;
242 for (rel = relocs; rel < rel_end; rel++)
244 unsigned long r_symndx;
245 struct elf_link_hash_entry *h;
247 r_symndx = ELF32_R_SYM (rel->r_info);
249 if (r_symndx < symtab_hdr->sh_info)
252 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
254 switch (ELF32_R_TYPE (rel->r_info))
260 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
266 /* This symbol requires a global offset table entry. */
270 /* Create the .got section. */
271 elf_hash_table (info)->dynobj = dynobj = abfd;
272 if (!_bfd_elf_create_got_section (dynobj, info))
278 sgot = bfd_get_section_by_name (dynobj, ".got");
279 BFD_ASSERT (sgot != NULL);
283 && (h != NULL || info->shared))
285 srelgot = bfd_get_section_by_name (dynobj, ".rela.got");
288 srelgot = bfd_make_section (dynobj, ".rela.got");
290 || !bfd_set_section_flags (dynobj, srelgot,
297 || !bfd_set_section_alignment (dynobj, srelgot, 2))
304 if (h->got_offset != (bfd_vma) -1)
306 /* We have already allocated space in the .got. */
309 h->got_offset = sgot->_raw_size;
311 /* Make sure this symbol is output as a dynamic symbol. */
312 if (h->dynindx == -1)
314 if (!bfd_elf32_link_record_dynamic_symbol (info, h))
318 srelgot->_raw_size += sizeof (Elf32_External_Rela);
322 /* This is a global offset table entry for a local
324 if (local_got_offsets == NULL)
327 register unsigned int i;
329 size = symtab_hdr->sh_info * sizeof (bfd_vma);
330 local_got_offsets = (bfd_vma *) bfd_alloc (abfd, size);
331 if (local_got_offsets == NULL)
333 elf_local_got_offsets (abfd) = local_got_offsets;
334 for (i = 0; i < symtab_hdr->sh_info; i++)
335 local_got_offsets[i] = (bfd_vma) -1;
337 if (local_got_offsets[r_symndx] != (bfd_vma) -1)
339 /* We have already allocated space in the .got. */
342 local_got_offsets[r_symndx] = sgot->_raw_size;
346 /* If we are generating a shared object, we need to
347 output a R_68K_RELATIVE reloc so that the dynamic
348 linker can adjust this GOT entry. */
349 srelgot->_raw_size += sizeof (Elf32_External_Rela);
353 sgot->_raw_size += 4;
359 /* This symbol requires a procedure linkage table entry. We
360 actually build the entry in adjust_dynamic_symbol,
361 because this might be a case of linking PIC code which is
362 never referenced by a dynamic object, in which case we
363 don't need to generate a procedure linkage table entry
366 /* If this is a local symbol, we resolve it directly without
367 creating a procedure linkage table entry. */
371 h->elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_PLT;
377 /* This symbol requires a procedure linkage table entry. */
381 /* It does not make sense to have this relocation for a
382 local symbol. FIXME: does it? How to handle it if
383 it does make sense? */
384 bfd_set_error (bfd_error_bad_value);
388 /* Make sure this symbol is output as a dynamic symbol. */
389 if (h->dynindx == -1)
391 if (!bfd_elf32_link_record_dynamic_symbol (info, h))
395 h->elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_PLT;
408 && (sec->flags & SEC_ALLOC) != 0
409 && ((ELF32_R_TYPE (rel->r_info) != R_68K_PC8
410 && ELF32_R_TYPE (rel->r_info) != R_68K_PC16
411 && ELF32_R_TYPE (rel->r_info) != R_68K_PC32)
413 || (h->elf_link_hash_flags
414 & ELF_LINK_HASH_DEF_REGULAR) == 0)))
416 /* When creating a shared object, we must copy these
417 reloc types into the output file. We create a reloc
418 section in dynobj and make room for this reloc. */
423 name = (bfd_elf_string_from_elf_section
425 elf_elfheader (abfd)->e_shstrndx,
426 elf_section_data (sec)->rel_hdr.sh_name));
430 BFD_ASSERT (strncmp (name, ".rela", 5) == 0
431 && strcmp (bfd_get_section_name (abfd, sec),
434 sreloc = bfd_get_section_by_name (dynobj, name);
437 sreloc = bfd_make_section (dynobj, name);
439 || !bfd_set_section_flags (dynobj, sreloc,
446 || !bfd_set_section_alignment (dynobj, sreloc, 2))
451 sreloc->_raw_size += sizeof (Elf32_External_Rela);
464 /* Adjust a symbol defined by a dynamic object and referenced by a
465 regular object. The current definition is in some section of the
466 dynamic object, but we're not including those sections. We have to
467 change the definition to something the rest of the link can
471 elf_m68k_adjust_dynamic_symbol (info, h)
472 struct bfd_link_info *info;
473 struct elf_link_hash_entry *h;
477 unsigned int power_of_two;
479 dynobj = elf_hash_table (info)->dynobj;
481 /* Make sure we know what is going on here. */
482 BFD_ASSERT (dynobj != NULL
483 && ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT)
484 || h->weakdef != NULL
485 || ((h->elf_link_hash_flags
486 & ELF_LINK_HASH_DEF_DYNAMIC) != 0
487 && (h->elf_link_hash_flags
488 & ELF_LINK_HASH_REF_REGULAR) != 0
489 && (h->elf_link_hash_flags
490 & ELF_LINK_HASH_DEF_REGULAR) == 0)));
492 /* If this is a function, put it in the procedure linkage table. We
493 will fill in the contents of the procedure linkage table later,
494 when we know the address of the .got section. */
495 if (h->type == STT_FUNC
496 || (h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0)
499 && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_DYNAMIC) == 0
500 && (h->elf_link_hash_flags & ELF_LINK_HASH_REF_DYNAMIC) == 0
501 /* We must always create the plt entry if it was referenced
502 by a PLTxxO relocation. In this case we already recorded
503 it as a dynamic symbol. */
506 /* This case can occur if we saw a PLTxx reloc in an input
507 file, but the symbol was never referred to by a dynamic
508 object. In such a case, we don't actually need to build
509 a procedure linkage table, and we can just do a PCxx
511 BFD_ASSERT ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0);
515 /* Make sure this symbol is output as a dynamic symbol. */
516 if (h->dynindx == -1)
518 if (! bfd_elf32_link_record_dynamic_symbol (info, h))
522 s = bfd_get_section_by_name (dynobj, ".plt");
523 BFD_ASSERT (s != NULL);
525 /* If this is the first .plt entry, make room for the special
527 if (s->_raw_size == 0)
528 s->_raw_size += PLT_ENTRY_SIZE;
530 /* If this symbol is not defined in a regular file, and we are
531 not generating a shared library, then set the symbol to this
532 location in the .plt. This is required to make function
533 pointers compare as equal between the normal executable and
534 the shared library. */
536 && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0)
538 h->root.u.def.section = s;
539 h->root.u.def.value = s->_raw_size;
542 h->plt_offset = s->_raw_size;
544 /* Make room for this entry. */
545 s->_raw_size += PLT_ENTRY_SIZE;
547 /* We also need to make an entry in the .got.plt section, which
548 will be placed in the .got section by the linker script. */
550 s = bfd_get_section_by_name (dynobj, ".got.plt");
551 BFD_ASSERT (s != NULL);
554 /* We also need to make an entry in the .rela.plt section. */
556 s = bfd_get_section_by_name (dynobj, ".rela.plt");
557 BFD_ASSERT (s != NULL);
558 s->_raw_size += sizeof (Elf32_External_Rela);
563 /* If this is a weak symbol, and there is a real definition, the
564 processor independent code will have arranged for us to see the
565 real definition first, and we can just use the same value. */
566 if (h->weakdef != NULL)
568 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
569 || h->weakdef->root.type == bfd_link_hash_defweak);
570 h->root.u.def.section = h->weakdef->root.u.def.section;
571 h->root.u.def.value = h->weakdef->root.u.def.value;
575 /* This is a reference to a symbol defined by a dynamic object which
576 is not a function. */
578 /* If we are creating a shared library, we must presume that the
579 only references to the symbol are via the global offset table.
580 For such cases we need not do anything here; the relocations will
581 be handled correctly by relocate_section. */
585 /* We must allocate the symbol in our .dynbss section, which will
586 become part of the .bss section of the executable. There will be
587 an entry for this symbol in the .dynsym section. The dynamic
588 object will contain position independent code, so all references
589 from the dynamic object to this symbol will go through the global
590 offset table. The dynamic linker will use the .dynsym entry to
591 determine the address it must put in the global offset table, so
592 both the dynamic object and the regular object will refer to the
593 same memory location for the variable. */
595 s = bfd_get_section_by_name (dynobj, ".dynbss");
596 BFD_ASSERT (s != NULL);
598 /* If the symbol is currently defined in the .bss section of the
599 dynamic object, then it is OK to simply initialize it to zero.
600 If the symbol is in some other section, we must generate a
601 R_68K_COPY reloc to tell the dynamic linker to copy the initial
602 value out of the dynamic object and into the runtime process
603 image. We need to remember the offset into the .rela.bss section
604 we are going to use. */
605 if ((h->root.u.def.section->flags & SEC_LOAD) != 0)
609 srel = bfd_get_section_by_name (dynobj, ".rela.bss");
610 BFD_ASSERT (srel != NULL);
611 srel->_raw_size += sizeof (Elf32_External_Rela);
612 h->elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_COPY;
615 /* We need to figure out the alignment required for this symbol. I
616 have no idea how ELF linkers handle this. */
617 power_of_two = bfd_log2 (h->size);
618 if (power_of_two > 3)
621 /* Apply the required alignment. */
622 s->_raw_size = BFD_ALIGN (s->_raw_size,
623 (bfd_size_type) (1 << power_of_two));
624 if (power_of_two > bfd_get_section_alignment (dynobj, s))
626 if (!bfd_set_section_alignment (dynobj, s, power_of_two))
630 /* Define the symbol as being at this point in the section. */
631 h->root.u.def.section = s;
632 h->root.u.def.value = s->_raw_size;
634 /* Increment the section size to make room for the symbol. */
635 s->_raw_size += h->size;
640 /* Set the sizes of the dynamic sections. */
643 elf_m68k_size_dynamic_sections (output_bfd, info)
645 struct bfd_link_info *info;
653 dynobj = elf_hash_table (info)->dynobj;
654 BFD_ASSERT (dynobj != NULL);
656 if (elf_hash_table (info)->dynamic_sections_created)
658 /* Set the contents of the .interp section to the interpreter. */
661 s = bfd_get_section_by_name (dynobj, ".interp");
662 BFD_ASSERT (s != NULL);
663 s->_raw_size = sizeof ELF_DYNAMIC_INTERPRETER;
664 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
669 /* We may have created entries in the .rela.got section.
670 However, if we are not creating the dynamic sections, we will
671 not actually use these entries. Reset the size of .rela.got,
672 which will cause it to get stripped from the output file
674 s = bfd_get_section_by_name (dynobj, ".rela.got");
679 /* The check_relocs and adjust_dynamic_symbol entry points have
680 determined the sizes of the various dynamic sections. Allocate
685 for (s = dynobj->sections; s != NULL; s = s->next)
690 if ((s->flags & SEC_LINKER_CREATED) == 0)
693 /* It's OK to base decisions on the section name, because none
694 of the dynobj section names depend upon the input files. */
695 name = bfd_get_section_name (dynobj, s);
699 if (strcmp (name, ".plt") == 0)
701 if (s->_raw_size == 0)
703 /* Strip this section if we don't need it; see the
709 /* Remember whether there is a PLT. */
713 else if (strncmp (name, ".rela", 5) == 0)
715 if (s->_raw_size == 0)
717 /* If we don't need this section, strip it from the
718 output file. This is mostly to handle .rela.bss and
719 .rela.plt. We must create both sections in
720 create_dynamic_sections, because they must be created
721 before the linker maps input sections to output
722 sections. The linker does that before
723 adjust_dynamic_symbol is called, and it is that
724 function which decides whether anything needs to go
725 into these sections. */
732 /* Remember whether there are any reloc sections other
734 if (strcmp (name, ".rela.plt") != 0)
738 /* If this relocation section applies to a read only
739 section, then we probably need a DT_TEXTREL
740 entry. .rela.plt is actually associated with
741 .got.plt, which is never readonly. */
742 target = bfd_get_section_by_name (output_bfd, name + 5);
744 && (target->flags & SEC_READONLY) != 0)
748 /* We use the reloc_count field as a counter if we need
749 to copy relocs into the output file. */
753 else if (strncmp (name, ".got", 4) != 0)
755 /* It's not one of our sections, so don't allocate space. */
763 for (spp = &s->output_section->owner->sections;
764 *spp != s->output_section;
767 *spp = s->output_section->next;
768 --s->output_section->owner->section_count;
773 /* Allocate memory for the section contents. */
774 s->contents = (bfd_byte *) bfd_alloc (dynobj, s->_raw_size);
775 if (s->contents == NULL && s->_raw_size != 0)
779 if (elf_hash_table (info)->dynamic_sections_created)
781 /* Add some entries to the .dynamic section. We fill in the
782 values later, in elf_m68k_finish_dynamic_sections, but we
783 must add the entries now so that we get the correct size for
784 the .dynamic section. The DT_DEBUG entry is filled in by the
785 dynamic linker and used by the debugger. */
788 if (!bfd_elf32_add_dynamic_entry (info, DT_DEBUG, 0))
794 if (!bfd_elf32_add_dynamic_entry (info, DT_PLTGOT, 0)
795 || !bfd_elf32_add_dynamic_entry (info, DT_PLTRELSZ, 0)
796 || !bfd_elf32_add_dynamic_entry (info, DT_PLTREL, DT_RELA)
797 || !bfd_elf32_add_dynamic_entry (info, DT_JMPREL, 0))
803 if (!bfd_elf32_add_dynamic_entry (info, DT_RELA, 0)
804 || !bfd_elf32_add_dynamic_entry (info, DT_RELASZ, 0)
805 || !bfd_elf32_add_dynamic_entry (info, DT_RELAENT,
806 sizeof (Elf32_External_Rela)))
812 if (!bfd_elf32_add_dynamic_entry (info, DT_TEXTREL, 0))
820 /* Relocate an M68K ELF section. */
823 elf_m68k_relocate_section (output_bfd, info, input_bfd, input_section,
824 contents, relocs, local_syms, local_sections)
826 struct bfd_link_info *info;
828 asection *input_section;
830 Elf_Internal_Rela *relocs;
831 Elf_Internal_Sym *local_syms;
832 asection **local_sections;
835 Elf_Internal_Shdr *symtab_hdr;
836 struct elf_link_hash_entry **sym_hashes;
837 bfd_vma *local_got_offsets;
841 Elf_Internal_Rela *rel;
842 Elf_Internal_Rela *relend;
844 dynobj = elf_hash_table (info)->dynobj;
845 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
846 sym_hashes = elf_sym_hashes (input_bfd);
847 local_got_offsets = elf_local_got_offsets (input_bfd);
854 relend = relocs + input_section->reloc_count;
855 for (; rel < relend; rel++)
858 reloc_howto_type *howto;
859 unsigned long r_symndx;
860 struct elf_link_hash_entry *h;
861 Elf_Internal_Sym *sym;
864 bfd_reloc_status_type r;
866 r_type = ELF32_R_TYPE (rel->r_info);
867 if (r_type < 0 || r_type >= (int) R_68K__max)
869 bfd_set_error (bfd_error_bad_value);
872 howto = howto_table + r_type;
874 r_symndx = ELF32_R_SYM (rel->r_info);
876 if (info->relocateable)
878 /* This is a relocateable link. We don't have to change
879 anything, unless the reloc is against a section symbol,
880 in which case we have to adjust according to where the
881 section symbol winds up in the output section. */
882 if (r_symndx < symtab_hdr->sh_info)
884 sym = local_syms + r_symndx;
885 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
887 sec = local_sections[r_symndx];
888 rel->r_addend += sec->output_offset + sym->st_value;
895 /* This is a final link. */
899 if (r_symndx < symtab_hdr->sh_info)
901 sym = local_syms + r_symndx;
902 sec = local_sections[r_symndx];
903 relocation = (sec->output_section->vma
909 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
910 while (h->root.type == bfd_link_hash_indirect
911 || h->root.type == bfd_link_hash_warning)
912 h = (struct elf_link_hash_entry *) h->root.u.i.link;
913 if (h->root.type == bfd_link_hash_defined
914 || h->root.type == bfd_link_hash_defweak)
916 sec = h->root.u.def.section;
917 if (((r_type == R_68K_PLT8
918 || r_type == R_68K_PLT16
919 || r_type == R_68K_PLT32
920 || r_type == R_68K_PLT8O
921 || r_type == R_68K_PLT16O
922 || r_type == R_68K_PLT32O)
923 && h->plt_offset != (bfd_vma) -1)
924 || ((r_type == R_68K_GOT8O
925 || r_type == R_68K_GOT16O
926 || r_type == R_68K_GOT32O
927 || ((r_type == R_68K_GOT8
928 || r_type == R_68K_GOT16
929 || r_type == R_68K_GOT32)
930 && strcmp (h->root.root.string,
931 "_GLOBAL_OFFSET_TABLE_") != 0))
932 && elf_hash_table (info)->dynamic_sections_created
935 || (h->elf_link_hash_flags
936 & ELF_LINK_HASH_DEF_REGULAR) == 0))
939 || (h->elf_link_hash_flags
940 & ELF_LINK_HASH_DEF_REGULAR) == 0)
941 && (input_section->flags & SEC_ALLOC) != 0
942 && (r_type == R_68K_8
943 || r_type == R_68K_16
944 || r_type == R_68K_32
945 || r_type == R_68K_PC8
946 || r_type == R_68K_PC16
947 || r_type == R_68K_PC32)))
949 /* In these cases, we don't need the relocation
950 value. We check specially because in some
951 obscure cases sec->output_section will be NULL. */
955 relocation = (h->root.u.def.value
956 + sec->output_section->vma
957 + sec->output_offset);
959 else if (h->root.type == bfd_link_hash_undefweak)
961 else if (info->shared && !info->symbolic)
965 if (!(info->callbacks->undefined_symbol
966 (info, h->root.root.string, input_bfd,
967 input_section, rel->r_offset)))
978 /* Relocation is to the address of the entry for this symbol
979 in the global offset table. */
981 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
987 /* Relocation is the offset of the entry for this symbol in
988 the global offset table. */
995 sgot = bfd_get_section_by_name (dynobj, ".got");
996 BFD_ASSERT (sgot != NULL);
1001 off = h->got_offset;
1002 BFD_ASSERT (off != (bfd_vma) -1);
1004 if (!elf_hash_table (info)->dynamic_sections_created
1007 && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR)))
1009 /* This is actually a static link, or it is a
1010 -Bsymbolic link and the symbol is defined
1011 locally. We must initialize this entry in the
1012 global offset table. Since the offset must
1013 always be a multiple of 4, we use the least
1014 significant bit to record whether we have
1015 initialized it already.
1017 When doing a dynamic link, we create a .rela.got
1018 relocation entry to initialize the value. This
1019 is done in the finish_dynamic_symbol routine. */
1024 bfd_put_32 (output_bfd, relocation,
1025 sgot->contents + off);
1032 BFD_ASSERT (local_got_offsets != NULL
1033 && local_got_offsets[r_symndx] != (bfd_vma) -1);
1035 off = local_got_offsets[r_symndx];
1037 /* The offset must always be a multiple of 4. We use
1038 the least significant bit to record whether we have
1039 already generated the necessary reloc. */
1044 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1049 Elf_Internal_Rela outrel;
1051 srelgot = bfd_get_section_by_name (dynobj, ".rela.got");
1052 BFD_ASSERT (srelgot != NULL);
1054 outrel.r_offset = (sgot->output_section->vma
1055 + sgot->output_offset
1057 outrel.r_info = ELF32_R_INFO (0, R_68K_RELATIVE);
1058 outrel.r_addend = relocation;
1059 bfd_elf32_swap_reloca_out (output_bfd, &outrel,
1060 (((Elf32_External_Rela *)
1062 + srelgot->reloc_count));
1063 ++srelgot->reloc_count;
1066 local_got_offsets[r_symndx] |= 1;
1070 relocation = sgot->output_offset + off;
1071 if (r_type == R_68K_GOT8O
1072 || r_type == R_68K_GOT16O
1073 || r_type == R_68K_GOT32O)
1075 /* This relocation does not use the addend. */
1079 relocation += sgot->output_section->vma;
1086 /* Relocation is to the entry for this symbol in the
1087 procedure linkage table. */
1089 /* Resolve a PLTxx reloc against a local symbol directly,
1090 without using the procedure linkage table. */
1094 if (h->plt_offset == (bfd_vma) -1)
1096 /* We didn't make a PLT entry for this symbol. This
1097 happens when statically linking PIC code, or when
1098 using -Bsymbolic. */
1104 splt = bfd_get_section_by_name (dynobj, ".plt");
1105 BFD_ASSERT (splt != NULL);
1108 relocation = (splt->output_section->vma
1109 + splt->output_offset
1116 /* Relocation is the offset of the entry for this symbol in
1117 the procedure linkage table. */
1118 BFD_ASSERT (h != NULL && h->plt_offset == (bfd_vma) -1);
1122 splt = bfd_get_section_by_name (dynobj, ".plt");
1123 BFD_ASSERT (splt != NULL);
1126 relocation = h->plt_offset;
1128 /* This relocation does not use the addend. */
1143 && (input_section->flags & SEC_ALLOC) != 0
1144 && ((r_type != R_68K_PC8
1145 && r_type != R_68K_PC16
1146 && r_type != R_68K_PC32)
1148 || (h->elf_link_hash_flags
1149 & ELF_LINK_HASH_DEF_REGULAR) == 0)))
1151 Elf_Internal_Rela outrel;
1154 /* When generating a shared object, these relocations
1155 are copied into the output file to be resolved at run
1162 name = (bfd_elf_string_from_elf_section
1164 elf_elfheader (input_bfd)->e_shstrndx,
1165 elf_section_data (input_section)->rel_hdr.sh_name));
1169 BFD_ASSERT (strncmp (name, ".rela", 5) == 0
1170 && strcmp (bfd_get_section_name (input_bfd,
1174 sreloc = bfd_get_section_by_name (dynobj, name);
1175 BFD_ASSERT (sreloc != NULL);
1178 outrel.r_offset = (rel->r_offset
1179 + input_section->output_section->vma
1180 + input_section->output_offset);
1182 && (! info->symbolic
1183 || (h->elf_link_hash_flags
1184 & ELF_LINK_HASH_DEF_REGULAR) == 0))
1186 BFD_ASSERT (h->dynindx != -1);
1188 outrel.r_info = ELF32_R_INFO (h->dynindx, r_type);
1189 outrel.r_addend = relocation + rel->r_addend;
1193 if (r_type == R_68K_32)
1196 outrel.r_info = ELF32_R_INFO (0, R_68K_RELATIVE);
1197 outrel.r_addend = relocation + rel->r_addend;
1204 sec = local_sections[r_symndx];
1207 BFD_ASSERT (h->root.type == bfd_link_hash_defined
1209 == bfd_link_hash_defweak));
1210 sec = h->root.u.def.section;
1212 if (sec != NULL && bfd_is_abs_section (sec))
1214 else if (sec == NULL || sec->owner == NULL)
1216 bfd_set_error (bfd_error_bad_value);
1223 osec = sec->output_section;
1224 indx = elf_section_data (osec)->dynindx;
1230 outrel.r_info = ELF32_R_INFO (indx, r_type);
1231 outrel.r_addend = relocation + rel->r_addend;
1235 bfd_elf32_swap_reloca_out (output_bfd, &outrel,
1236 (((Elf32_External_Rela *)
1238 + sreloc->reloc_count));
1239 ++sreloc->reloc_count;
1241 /* This reloc will be computed at runtime, so there's no
1242 need to do anything now, except for R_68K_32
1243 relocations that have been turned into
1255 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
1256 contents, rel->r_offset,
1257 relocation, rel->r_addend);
1259 if (r != bfd_reloc_ok)
1264 case bfd_reloc_outofrange:
1266 case bfd_reloc_overflow:
1271 name = h->root.root.string;
1274 name = bfd_elf_string_from_elf_section (input_bfd,
1275 symtab_hdr->sh_link,
1280 name = bfd_section_name (input_bfd, sec);
1282 if (!(info->callbacks->reloc_overflow
1283 (info, name, howto->name, (bfd_vma) 0,
1284 input_bfd, input_section, rel->r_offset)))
1295 /* Finish up dynamic symbol handling. We set the contents of various
1296 dynamic sections here. */
1299 elf_m68k_finish_dynamic_symbol (output_bfd, info, h, sym)
1301 struct bfd_link_info *info;
1302 struct elf_link_hash_entry *h;
1303 Elf_Internal_Sym *sym;
1307 dynobj = elf_hash_table (info)->dynobj;
1309 if (h->plt_offset != (bfd_vma) -1)
1316 Elf_Internal_Rela rela;
1318 /* This symbol has an entry in the procedure linkage table. Set
1321 BFD_ASSERT (h->dynindx != -1);
1323 splt = bfd_get_section_by_name (dynobj, ".plt");
1324 sgot = bfd_get_section_by_name (dynobj, ".got.plt");
1325 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1326 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1328 /* Get the index in the procedure linkage table which
1329 corresponds to this symbol. This is the index of this symbol
1330 in all the symbols for which we are making plt entries. The
1331 first entry in the procedure linkage table is reserved. */
1332 plt_index = h->plt_offset / PLT_ENTRY_SIZE - 1;
1334 /* Get the offset into the .got table of the entry that
1335 corresponds to this function. Each .got entry is 4 bytes.
1336 The first three are reserved. */
1337 got_offset = (plt_index + 3) * 4;
1339 /* Fill in the entry in the procedure linkage table. */
1340 memcpy (splt->contents + h->plt_offset, elf_m68k_plt_entry,
1342 /* The offset is relative to the first extension word. */
1343 bfd_put_32 (output_bfd,
1344 (sgot->output_section->vma
1345 + sgot->output_offset
1347 - (splt->output_section->vma
1348 + h->plt_offset + 2)),
1349 splt->contents + h->plt_offset + 4);
1351 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela),
1352 splt->contents + h->plt_offset + 10);
1353 bfd_put_32 (output_bfd, - (h->plt_offset + 16),
1354 splt->contents + h->plt_offset + 16);
1356 /* Fill in the entry in the global offset table. */
1357 bfd_put_32 (output_bfd,
1358 (splt->output_section->vma
1359 + splt->output_offset
1362 sgot->contents + got_offset);
1364 /* Fill in the entry in the .rela.plt section. */
1365 rela.r_offset = (sgot->output_section->vma
1366 + sgot->output_offset
1368 rela.r_info = ELF32_R_INFO (h->dynindx, R_68K_JMP_SLOT);
1370 bfd_elf32_swap_reloca_out (output_bfd, &rela,
1371 ((Elf32_External_Rela *) srela->contents
1374 if ((h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0)
1376 /* Mark the symbol as undefined, rather than as defined in
1377 the .plt section. Leave the value alone. */
1378 sym->st_shndx = SHN_UNDEF;
1382 if (h->got_offset != (bfd_vma) -1)
1386 Elf_Internal_Rela rela;
1388 /* This symbol has an entry in the global offset table. Set it
1391 BFD_ASSERT (h->dynindx != -1);
1393 sgot = bfd_get_section_by_name (dynobj, ".got");
1394 srela = bfd_get_section_by_name (dynobj, ".rela.got");
1395 BFD_ASSERT (sgot != NULL && srela != NULL);
1397 rela.r_offset = (sgot->output_section->vma
1398 + sgot->output_offset
1399 + (h->got_offset &~ 1));
1401 /* If this is a -Bsymbolic link, and the symbol is defined
1402 locally, we just want to emit a RELATIVE reloc. The entry in
1403 the global offset table will already have been initialized in
1404 the relocate_section function. */
1407 && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR))
1409 rela.r_info = ELF32_R_INFO (0, R_68K_RELATIVE);
1410 rela.r_addend = bfd_get_32 (output_bfd,
1411 sgot->contents + (h->got_offset & ~1));
1415 bfd_put_32 (output_bfd, (bfd_vma) 0,
1416 sgot->contents + (h->got_offset & ~1));
1417 rela.r_info = ELF32_R_INFO (h->dynindx, R_68K_GLOB_DAT);
1421 bfd_elf32_swap_reloca_out (output_bfd, &rela,
1422 ((Elf32_External_Rela *) srela->contents
1423 + srela->reloc_count));
1424 ++srela->reloc_count;
1427 if ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_COPY) != 0)
1430 Elf_Internal_Rela rela;
1432 /* This symbol needs a copy reloc. Set it up. */
1434 BFD_ASSERT (h->dynindx != -1
1435 && (h->root.type == bfd_link_hash_defined
1436 || h->root.type == bfd_link_hash_defweak));
1438 s = bfd_get_section_by_name (h->root.u.def.section->owner,
1440 BFD_ASSERT (s != NULL);
1442 rela.r_offset = (h->root.u.def.value
1443 + h->root.u.def.section->output_section->vma
1444 + h->root.u.def.section->output_offset);
1445 rela.r_info = ELF32_R_INFO (h->dynindx, R_68K_COPY);
1447 bfd_elf32_swap_reloca_out (output_bfd, &rela,
1448 ((Elf32_External_Rela *) s->contents
1453 /* Mark _DYNAMIC and _GLOBAL_OFFSET_TABLE_ as absolute. */
1454 if (strcmp (h->root.root.string, "_DYNAMIC") == 0
1455 || strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
1456 sym->st_shndx = SHN_ABS;
1461 /* Finish up the dynamic sections. */
1464 elf_m68k_finish_dynamic_sections (output_bfd, info)
1466 struct bfd_link_info *info;
1472 dynobj = elf_hash_table (info)->dynobj;
1474 sgot = bfd_get_section_by_name (dynobj, ".got.plt");
1475 BFD_ASSERT (sgot != NULL);
1476 sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
1478 if (elf_hash_table (info)->dynamic_sections_created)
1481 Elf32_External_Dyn *dyncon, *dynconend;
1483 splt = bfd_get_section_by_name (dynobj, ".plt");
1484 BFD_ASSERT (splt != NULL && sdyn != NULL);
1486 dyncon = (Elf32_External_Dyn *) sdyn->contents;
1487 dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->_raw_size);
1488 for (; dyncon < dynconend; dyncon++)
1490 Elf_Internal_Dyn dyn;
1494 bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);
1507 s = bfd_get_section_by_name (output_bfd, name);
1508 BFD_ASSERT (s != NULL);
1509 dyn.d_un.d_ptr = s->vma;
1510 bfd_elf32_swap_dyn_out (output_bfd, &dyn, dyncon);
1514 s = bfd_get_section_by_name (output_bfd, ".rela.plt");
1515 BFD_ASSERT (s != NULL);
1516 if (s->_cooked_size != 0)
1517 dyn.d_un.d_val = s->_cooked_size;
1519 dyn.d_un.d_val = s->_raw_size;
1520 bfd_elf32_swap_dyn_out (output_bfd, &dyn, dyncon);
1524 /* The procedure linkage table relocs (DT_JMPREL) should
1525 not be included in the overall relocs (DT_RELA).
1526 Therefore, we override the DT_RELASZ entry here to
1527 make it not include the JMPREL relocs. Since the
1528 linker script arranges for .rela.plt to follow all
1529 other relocation sections, we don't have to worry
1530 about changing the DT_RELA entry. */
1531 s = bfd_get_section_by_name (output_bfd, ".rela.plt");
1534 if (s->_cooked_size != 0)
1535 dyn.d_un.d_val -= s->_cooked_size;
1537 dyn.d_un.d_val -= s->_raw_size;
1539 bfd_elf32_swap_dyn_out (output_bfd, &dyn, dyncon);
1544 /* Fill in the first entry in the procedure linkage table. */
1545 if (splt->_raw_size > 0)
1547 memcpy (splt->contents, elf_m68k_plt0_entry, PLT_ENTRY_SIZE);
1548 bfd_put_32 (output_bfd,
1549 (sgot->output_section->vma
1550 + sgot->output_offset + 4
1551 - (splt->output_section->vma + 2)),
1552 splt->contents + 4);
1553 bfd_put_32 (output_bfd,
1554 (sgot->output_section->vma
1555 + sgot->output_offset + 8
1556 - (splt->output_section->vma + 10)),
1557 splt->contents + 12);
1560 elf_section_data (splt->output_section)->this_hdr.sh_entsize
1564 /* Fill in the first three entries in the global offset table. */
1565 if (sgot->_raw_size > 0)
1568 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1570 bfd_put_32 (output_bfd,
1571 sdyn->output_section->vma + sdyn->output_offset,
1573 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1574 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1577 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
1582 #define TARGET_BIG_SYM bfd_elf32_m68k_vec
1583 #define TARGET_BIG_NAME "elf32-m68k"
1584 #define ELF_MACHINE_CODE EM_68K
1585 #define ELF_MAXPAGESIZE 0x2000
1586 #define elf_backend_create_dynamic_sections \
1587 _bfd_elf_create_dynamic_sections
1588 #define elf_backend_check_relocs elf_m68k_check_relocs
1589 #define elf_backend_adjust_dynamic_symbol \
1590 elf_m68k_adjust_dynamic_symbol
1591 #define elf_backend_size_dynamic_sections \
1592 elf_m68k_size_dynamic_sections
1593 #define elf_backend_relocate_section elf_m68k_relocate_section
1594 #define elf_backend_finish_dynamic_symbol \
1595 elf_m68k_finish_dynamic_symbol
1596 #define elf_backend_finish_dynamic_sections \
1597 elf_m68k_finish_dynamic_sections
1598 #define elf_backend_want_got_plt 1
1599 #define elf_backend_plt_readonly 1
1600 #define elf_backend_want_plt_sym 0
1602 #include "elf32-target.h"