]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - bfd/elf32-m68k.c
* elf32-m68k.c (howto_table): Change src_mask to 0 for all
[thirdparty/binutils-gdb.git] / bfd / elf32-m68k.c
1 /* Motorola 68k series support for 32-bit ELF
2 Copyright 1993 Free Software Foundation, Inc.
3
4 This file is part of BFD, the Binary File Descriptor library.
5
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.
10
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.
15
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. */
19
20 #include "bfd.h"
21 #include "sysdep.h"
22 #include "bfdlink.h"
23 #include "libbfd.h"
24 #include "elf-bfd.h"
25
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 *,
44 Elf_Internal_Sym *));
45 static boolean elf_m68k_finish_dynamic_sections
46 PARAMS ((bfd *, struct bfd_link_info *));
47
48 /* elf32 m68k code, generated by elf.el */
49 enum reloc_type {
50 R_68K_NONE = 0,
51 R_68K_32 = 1,
52 R_68K_16 = 2,
53 R_68K_8 = 3,
54 R_68K_PC32 = 4,
55 R_68K_PC16 = 5,
56 R_68K_PC8 = 6,
57 R_68K_GOT32 = 7,
58 R_68K_GOT16 = 8,
59 R_68K_GOT8 = 9,
60 R_68K_GOT32O = 10,
61 R_68K_GOT16O = 11,
62 R_68K_GOT8O = 12,
63 R_68K_PLT32 = 13,
64 R_68K_PLT16 = 14,
65 R_68K_PLT8 = 15,
66 R_68K_PLT32O = 16,
67 R_68K_PLT16O = 17,
68 R_68K_PLT8O = 18,
69 R_68K_COPY = 19,
70 R_68K_GLOB_DAT = 20,
71 R_68K_JMP_SLOT = 21,
72 R_68K_RELATIVE = 22,
73 R_68K__max
74 };
75
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),
100 };
101
102 static void
103 rtype_to_howto (abfd, cache_ptr, dst)
104 bfd *abfd;
105 arelent *cache_ptr;
106 Elf_Internal_Rela *dst;
107 {
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)];
110 }
111
112 static void
113 rtype_to_howto_rel (abfd, cache_ptr, dst)
114 bfd *abfd;
115 arelent *cache_ptr;
116 Elf_Internal_Rel *dst;
117 {
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)];
120 }
121
122 #define elf_info_to_howto rtype_to_howto
123 #define elf_info_to_howto_rel rtype_to_howto_rel
124
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 },
150 };
151
152 static reloc_howto_type *
153 reloc_type_lookup (abfd, code)
154 bfd *abfd;
155 bfd_reloc_code_real_type code;
156 {
157 unsigned int i;
158 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++)
159 {
160 if (reloc_map[i].bfd_val == code)
161 return &howto_table[(int) reloc_map[i].elf_val];
162 }
163 return 0;
164 }
165
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 */
169
170 #define USE_RELA
171
172 \f
173 /* Functions for the m68k ELF linker. */
174
175 /* The name of the dynamic interpreter. This is put in the .interp
176 section. */
177
178 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/libc.so.1"
179
180 /* The size in bytes of an entry in the procedure linkage table. */
181
182 #define PLT_ENTRY_SIZE 20
183
184 /* The first entry in a procedure linkage table looks like this. See
185 the SVR4 ABI m68k supplement to see how this works. */
186
187 static const bfd_byte elf_m68k_plt0_entry[PLT_ENTRY_SIZE] =
188 {
189 0x2f, 0x3b, 0x01, 0x70, /* move.l (%pc,addr),-(%sp) */
190 0, 0, 0, 0, /* replaced with address of .got + 4. */
191 0x4e, 0xfb, 0x01, 0x71, /* jmp ([%pc,addr]) */
192 0, 0, 0, 0, /* replaced with address of .got + 8. */
193 0, 0, 0, 0 /* pad out to 20 bytes. */
194 };
195
196 /* Subsequent entries in a procedure linkage table look like this. */
197
198 static const bfd_byte elf_m68k_plt_entry[PLT_ENTRY_SIZE] =
199 {
200 0x4e, 0xfb, 0x01, 0x71, /* jmp ([addr]) */
201 0, 0, 0, 0, /* replaced with address of this symbol in .got. */
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. */
206 };
207
208 /* Look through the relocs for a section during the first phase, and
209 allocate space in the global offset table or procedure linkage
210 table. */
211
212 static boolean
213 elf_m68k_check_relocs (abfd, info, sec, relocs)
214 bfd *abfd;
215 struct bfd_link_info *info;
216 asection *sec;
217 const Elf_Internal_Rela *relocs;
218 {
219 bfd *dynobj;
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;
225 asection *sgot;
226 asection *srelgot;
227 asection *sreloc;
228
229 if (info->relocateable)
230 return true;
231
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);
236
237 sgot = NULL;
238 srelgot = NULL;
239 sreloc = NULL;
240
241 rel_end = relocs + sec->reloc_count;
242 for (rel = relocs; rel < rel_end; rel++)
243 {
244 unsigned long r_symndx;
245 struct elf_link_hash_entry *h;
246
247 r_symndx = ELF32_R_SYM (rel->r_info);
248
249 if (r_symndx < symtab_hdr->sh_info)
250 h = NULL;
251 else
252 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
253
254 switch (ELF32_R_TYPE (rel->r_info))
255 {
256 case R_68K_GOT8:
257 case R_68K_GOT16:
258 case R_68K_GOT32:
259 case R_68K_GOT8O:
260 case R_68K_GOT16O:
261 case R_68K_GOT32O:
262 /* This symbol requires a global offset table entry. */
263
264 if (h != NULL
265 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
266 break;
267
268 if (dynobj == NULL)
269 {
270 /* Create the .got section. */
271 elf_hash_table (info)->dynobj = dynobj = abfd;
272 if (!_bfd_elf_create_got_section (dynobj, info))
273 return false;
274 }
275
276 if (sgot == NULL)
277 {
278 sgot = bfd_get_section_by_name (dynobj, ".got");
279 BFD_ASSERT (sgot != NULL);
280 }
281
282 if (srelgot == NULL
283 && (h != NULL || info->shared))
284 {
285 srelgot = bfd_get_section_by_name (dynobj, ".rela.got");
286 if (srelgot == NULL)
287 {
288 srelgot = bfd_make_section (dynobj, ".rela.got");
289 if (srelgot == NULL
290 || !bfd_set_section_flags (dynobj, srelgot,
291 (SEC_ALLOC
292 | SEC_LOAD
293 | SEC_HAS_CONTENTS
294 | SEC_IN_MEMORY
295 | SEC_READONLY))
296 || !bfd_set_section_alignment (dynobj, srelgot, 2))
297 return false;
298 }
299 }
300
301 if (h != NULL)
302 {
303 if (h->got_offset != (bfd_vma) -1)
304 {
305 /* We have already allocated space in the .got. */
306 break;
307 }
308 h->got_offset = sgot->_raw_size;
309
310 /* Make sure this symbol is output as a dynamic symbol. */
311 if (h->dynindx == -1)
312 {
313 if (!bfd_elf32_link_record_dynamic_symbol (info, h))
314 return false;
315 }
316
317 srelgot->_raw_size += sizeof (Elf32_External_Rela);
318 }
319 else
320 {
321 /* This is a global offset table entry for a local
322 symbol. */
323 if (local_got_offsets == NULL)
324 {
325 size_t size;
326 register unsigned int i;
327
328 size = symtab_hdr->sh_info * sizeof (bfd_vma);
329 local_got_offsets = (bfd_vma *) bfd_alloc (abfd, size);
330 if (local_got_offsets == NULL)
331 return false;
332 elf_local_got_offsets (abfd) = local_got_offsets;
333 for (i = 0; i < symtab_hdr->sh_info; i++)
334 local_got_offsets[i] = (bfd_vma) -1;
335 }
336 if (local_got_offsets[r_symndx] != (bfd_vma) -1)
337 {
338 /* We have already allocated space in the .got. */
339 break;
340 }
341 local_got_offsets[r_symndx] = sgot->_raw_size;
342
343 if (info->shared)
344 {
345 /* If we are generating a shared object, we need to
346 output a R_68K_RELATIVE reloc so that the dynamic
347 linker can adjust this GOT entry. */
348 srelgot->_raw_size += sizeof (Elf32_External_Rela);
349 }
350 }
351
352 sgot->_raw_size += 4;
353 break;
354
355 case R_68K_PLT8:
356 case R_68K_PLT16:
357 case R_68K_PLT32:
358 case R_68K_PLT8O:
359 case R_68K_PLT16O:
360 case R_68K_PLT32O:
361 /* This symbol requires a procedure linkage table entry. We
362 actually build the entry in adjust_dynamic_symbol,
363 because this might be a case of linking PIC code without
364 linking in any dynamic objects, in which case we don't
365 need to generate a procedure linkage table after all. */
366
367 /* If this is a local symbol, we resolve it directly without
368 creating a procedure linkage table entry. */
369 if (h == NULL)
370 continue;
371
372 /* Make sure this symbol is output as a dynamic symbol. */
373 if (h->dynindx == -1)
374 {
375 if (!bfd_elf32_link_record_dynamic_symbol (info, h))
376 return false;
377 }
378
379 h->elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_PLT;
380 break;
381
382 case R_68K_PC8:
383 case R_68K_PC16:
384 case R_68K_PC32:
385 if (h == NULL)
386 break;
387 /* Fall through. */
388 case R_68K_8:
389 case R_68K_16:
390 case R_68K_32:
391 if (info->shared
392 && (sec->flags & SEC_ALLOC) != 0)
393 {
394 /* When creating a shared object, we must copy these
395 reloc types into the output file. We create a reloc
396 section in dynobj and make room for this reloc. */
397 if (sreloc == NULL)
398 {
399 const char *name;
400
401 name = (bfd_elf_string_from_elf_section
402 (abfd,
403 elf_elfheader (abfd)->e_shstrndx,
404 elf_section_data (sec)->rel_hdr.sh_name));
405 if (name == NULL)
406 return false;
407
408 BFD_ASSERT (strncmp (name, ".rela", 5) == 0
409 && strcmp (bfd_get_section_name (abfd, sec),
410 name + 5) == 0);
411
412 sreloc = bfd_get_section_by_name (dynobj, name);
413 if (sreloc == NULL)
414 {
415 sreloc = bfd_make_section (dynobj, name);
416 if (sreloc == NULL
417 || !bfd_set_section_flags (dynobj, sreloc,
418 (SEC_ALLOC
419 | SEC_LOAD
420 | SEC_HAS_CONTENTS
421 | SEC_IN_MEMORY
422 | SEC_READONLY))
423 || !bfd_set_section_alignment (dynobj, sreloc, 2))
424 return false;
425 }
426 }
427
428 sreloc->_raw_size += sizeof (Elf32_External_Rela);
429 }
430
431 break;
432
433 default:
434 break;
435 }
436 }
437
438 return true;
439 }
440
441 /* Adjust a symbol defined by a dynamic object and referenced by a
442 regular object. The current definition is in some section of the
443 dynamic object, but we're not including those sections. We have to
444 change the definition to something the rest of the link can
445 understand. */
446
447 static boolean
448 elf_m68k_adjust_dynamic_symbol (info, h)
449 struct bfd_link_info *info;
450 struct elf_link_hash_entry *h;
451 {
452 bfd *dynobj;
453 asection *s;
454 unsigned int power_of_two;
455
456 dynobj = elf_hash_table (info)->dynobj;
457
458 /* Make sure we know what is going on here. */
459 BFD_ASSERT (dynobj != NULL
460 && ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT)
461 || h->weakdef != NULL
462 || ((h->elf_link_hash_flags
463 & ELF_LINK_HASH_DEF_DYNAMIC) != 0
464 && (h->elf_link_hash_flags
465 & ELF_LINK_HASH_REF_REGULAR) != 0
466 && (h->elf_link_hash_flags
467 & ELF_LINK_HASH_DEF_REGULAR) == 0)));
468
469 /* If this is a function, put it in the procedure linkage table. We
470 will fill in the contents of the procedure linkage table later,
471 when we know the address of the .got section. */
472 if (h->type == STT_FUNC
473 || (h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0)
474 {
475 if (!elf_hash_table (info)->dynamic_sections_created)
476 {
477 /* This case can occur if we saw a PLT32 reloc in an input
478 file, but none of the input files were dynamic objects.
479 In such a case, we don't actually need to build a
480 procedure linkage table, and we can just do a PC32 reloc
481 instead. */
482 BFD_ASSERT ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0);
483 return true;
484 }
485
486 s = bfd_get_section_by_name (dynobj, ".plt");
487 BFD_ASSERT (s != NULL);
488
489 /* If this is the first .plt entry, make room for the special
490 first entry. */
491 if (s->_raw_size == 0)
492 s->_raw_size += PLT_ENTRY_SIZE;
493
494 /* If this symbol is not defined in a regular file, and we are
495 not generating a shared library, then set the symbol to this
496 location in the .plt. This is required to make function
497 pointers compare as equal between the normal executable and
498 the shared library. */
499 if (!info->shared
500 && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0)
501 {
502 h->root.u.def.section = s;
503 h->root.u.def.value = s->_raw_size;
504 }
505
506 h->plt_offset = s->_raw_size;
507
508 /* Make room for this entry. */
509 s->_raw_size += PLT_ENTRY_SIZE;
510
511 /* We also need to make an entry in the .got.plt section, which
512 will be placed in the .got section by the linker script. */
513
514 s = bfd_get_section_by_name (dynobj, ".got.plt");
515 BFD_ASSERT (s != NULL);
516 s->_raw_size += 4;
517
518 /* We also need to make an entry in the .rela.plt section. */
519
520 s = bfd_get_section_by_name (dynobj, ".rela.plt");
521 BFD_ASSERT (s != NULL);
522 s->_raw_size += sizeof (Elf32_External_Rela);
523
524 return true;
525 }
526
527 /* If this is a weak symbol, and there is a real definition, the
528 processor independent code will have arranged for us to see the
529 real definition first, and we can just use the same value. */
530 if (h->weakdef != NULL)
531 {
532 BFD_ASSERT (h->weakdef->root.type == bfd_link_hash_defined
533 || h->weakdef->root.type == bfd_link_hash_defweak);
534 h->root.u.def.section = h->weakdef->root.u.def.section;
535 h->root.u.def.value = h->weakdef->root.u.def.value;
536 return true;
537 }
538
539 /* This is a reference to a symbol defined by a dynamic object which
540 is not a function. */
541
542 /* If we are creating a shared library, we must presume that the
543 only references to the symbol are via the global offset table.
544 For such cases we need not do anything here; the relocations will
545 be handled correctly by relocate_section. */
546 if (info->shared)
547 return true;
548
549 /* We must allocate the symbol in our .dynbss section, which will
550 become part of the .bss section of the executable. There will be
551 an entry for this symbol in the .dynsym section. The dynamic
552 object will contain position independent code, so all references
553 from the dynamic object to this symbol will go through the global
554 offset table. The dynamic linker will use the .dynsym entry to
555 determine the address it must put in the global offset table, so
556 both the dynamic object and the regular object will refer to the
557 same memory location for the variable. */
558
559 s = bfd_get_section_by_name (dynobj, ".dynbss");
560 BFD_ASSERT (s != NULL);
561
562 /* If the symbol is currently defined in the .bss section of the
563 dynamic object, then it is OK to simply initialize it to zero.
564 If the symbol is in some other section, we must generate a
565 R_68K_COPY reloc to tell the dynamic linker to copy the initial
566 value out of the dynamic object and into the runtime process
567 image. We need to remember the offset into the .rela.bss section
568 we are going to use. */
569 if ((h->root.u.def.section->flags & SEC_LOAD) != 0)
570 {
571 asection *srel;
572
573 srel = bfd_get_section_by_name (dynobj, ".rela.bss");
574 BFD_ASSERT (srel != NULL);
575 srel->_raw_size += sizeof (Elf32_External_Rela);
576 h->elf_link_hash_flags |= ELF_LINK_HASH_NEEDS_COPY;
577 }
578
579 /* We need to figure out the alignment required for this symbol. I
580 have no idea how ELF linkers handle this. */
581 power_of_two = bfd_log2 (h->size);
582 if (power_of_two > 3)
583 power_of_two = 3;
584
585 /* Apply the required alignment. */
586 s->_raw_size = BFD_ALIGN (s->_raw_size,
587 (bfd_size_type) (1 << power_of_two));
588 if (power_of_two > bfd_get_section_alignment (dynobj, s))
589 {
590 if (!bfd_set_section_alignment (dynobj, s, power_of_two))
591 return false;
592 }
593
594 /* Define the symbol as being at this point in the section. */
595 h->root.u.def.section = s;
596 h->root.u.def.value = s->_raw_size;
597
598 /* Increment the section size to make room for the symbol. */
599 s->_raw_size += h->size;
600
601 return true;
602 }
603
604 /* Set the sizes of the dynamic sections. */
605
606 static boolean
607 elf_m68k_size_dynamic_sections (output_bfd, info)
608 bfd *output_bfd;
609 struct bfd_link_info *info;
610 {
611 bfd *dynobj;
612 asection *s;
613 boolean plt;
614 boolean relocs;
615 boolean reltext;
616
617 dynobj = elf_hash_table (info)->dynobj;
618 BFD_ASSERT (dynobj != NULL);
619
620 if (elf_hash_table (info)->dynamic_sections_created)
621 {
622 /* Set the contents of the .interp section to the interpreter. */
623 if (!info->shared)
624 {
625 s = bfd_get_section_by_name (dynobj, ".interp");
626 BFD_ASSERT (s != NULL);
627 s->_raw_size = sizeof ELF_DYNAMIC_INTERPRETER;
628 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
629 }
630 }
631 else
632 {
633 /* We may have created entries in the .rela.got section.
634 However, if we are not creating the dynamic sections, we will
635 not actually use these entries. Reset the size of .rela.got,
636 which will cause it to get stripped from the output file
637 below. */
638 s = bfd_get_section_by_name (dynobj, ".rela.got");
639 if (s != NULL)
640 s->_raw_size = 0;
641 }
642
643 /* The check_relocs and adjust_dynamic_symbol entry points have
644 determined the sizes of the various dynamic sections. Allocate
645 memory for them. */
646 plt = false;
647 relocs = false;
648 reltext = false;
649 for (s = dynobj->sections; s != NULL; s = s->next)
650 {
651 const char *name;
652 boolean strip;
653
654 if ((s->flags & SEC_IN_MEMORY) == 0)
655 continue;
656
657 /* It's OK to base decisions on the section name, because none
658 of the dynobj section names depend upon the input files. */
659 name = bfd_get_section_name (dynobj, s);
660
661 strip = false;
662
663 if (strcmp (name, ".plt") == 0)
664 {
665 if (s->_raw_size == 0)
666 {
667 /* Strip this section if we don't need it; see the
668 comment below. */
669 strip = true;
670 }
671 else
672 {
673 /* Remember whether there is a PLT. */
674 plt = true;
675 }
676 }
677 else if (strncmp (name, ".rela", 5) == 0)
678 {
679 if (s->_raw_size == 0)
680 {
681 /* If we don't need this section, strip it from the
682 output file. This is mostly to handle .rela.bss and
683 .rela.plt. We must create both sections in
684 create_dynamic_sections, because they must be created
685 before the linker maps input sections to output
686 sections. The linker does that before
687 adjust_dynamic_symbol is called, and it is that
688 function which decides whether anything needs to go
689 into these sections. */
690 strip = true;
691 }
692 else
693 {
694 asection *target;
695
696 /* Remember whether there are any reloc sections other
697 than .rela.plt. */
698 if (strcmp (name, ".rela.plt") != 0)
699 {
700 relocs = true;
701
702 /* If this relocation section applies to a read only
703 section, then we probably need a DT_TEXTREL
704 entry. .rela.plt is actually associated with
705 .got.plt, which is never readonly. */
706 target = bfd_get_section_by_name (output_bfd, name + 5);
707 if (target != NULL
708 && (target->flags & SEC_READONLY) != 0)
709 reltext = true;
710 }
711
712 /* We use the reloc_count field as a counter if we need
713 to copy relocs into the output file. */
714 s->reloc_count = 0;
715 }
716 }
717 else if (strncmp (name, ".got", 4) != 0)
718 {
719 /* It's not one of our sections, so don't allocate space. */
720 continue;
721 }
722
723 if (strip)
724 {
725 asection **spp;
726
727 for (spp = &s->output_section->owner->sections;
728 *spp != s->output_section;
729 spp = &(*spp)->next)
730 ;
731 *spp = s->output_section->next;
732 --s->output_section->owner->section_count;
733
734 continue;
735 }
736
737 /* Allocate memory for the section contents. */
738 s->contents = (bfd_byte *) bfd_alloc (dynobj, s->_raw_size);
739 if (s->contents == NULL && s->_raw_size != 0)
740 return false;
741 }
742
743 if (elf_hash_table (info)->dynamic_sections_created)
744 {
745 /* Add some entries to the .dynamic section. We fill in the
746 values later, in elf_m68k_finish_dynamic_sections, but we
747 must add the entries now so that we get the correct size for
748 the .dynamic section. The DT_DEBUG entry is filled in by the
749 dynamic linker and used by the debugger. */
750 if (!info->shared)
751 {
752 if (!bfd_elf32_add_dynamic_entry (info, DT_DEBUG, 0))
753 return false;
754 }
755
756 if (plt)
757 {
758 if (!bfd_elf32_add_dynamic_entry (info, DT_PLTGOT, 0)
759 || !bfd_elf32_add_dynamic_entry (info, DT_PLTRELSZ, 0)
760 || !bfd_elf32_add_dynamic_entry (info, DT_PLTREL, DT_RELA)
761 || !bfd_elf32_add_dynamic_entry (info, DT_JMPREL, 0))
762 return false;
763 }
764
765 if (relocs)
766 {
767 if (!bfd_elf32_add_dynamic_entry (info, DT_RELA, 0)
768 || !bfd_elf32_add_dynamic_entry (info, DT_RELASZ, 0)
769 || !bfd_elf32_add_dynamic_entry (info, DT_RELAENT,
770 sizeof (Elf32_External_Rela)))
771 return false;
772 }
773
774 if (reltext)
775 {
776 if (!bfd_elf32_add_dynamic_entry (info, DT_TEXTREL, 0))
777 return false;
778 }
779 }
780
781 return true;
782 }
783
784 /* Relocate an M68K ELF section. */
785
786 static boolean
787 elf_m68k_relocate_section (output_bfd, info, input_bfd, input_section,
788 contents, relocs, local_syms, local_sections)
789 bfd *output_bfd;
790 struct bfd_link_info *info;
791 bfd *input_bfd;
792 asection *input_section;
793 bfd_byte *contents;
794 Elf_Internal_Rela *relocs;
795 Elf_Internal_Sym *local_syms;
796 asection **local_sections;
797 {
798 bfd *dynobj;
799 Elf_Internal_Shdr *symtab_hdr;
800 struct elf_link_hash_entry **sym_hashes;
801 bfd_vma *local_got_offsets;
802 asection *sgot;
803 asection *sgotplt;
804 asection *splt;
805 asection *sreloc;
806 Elf_Internal_Rela *rel;
807 Elf_Internal_Rela *relend;
808
809 dynobj = elf_hash_table (info)->dynobj;
810 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
811 sym_hashes = elf_sym_hashes (input_bfd);
812 local_got_offsets = elf_local_got_offsets (input_bfd);
813
814 sgot = NULL;
815 sgotplt = NULL;
816 splt = NULL;
817 sreloc = NULL;
818
819 rel = relocs;
820 relend = relocs + input_section->reloc_count;
821 for (; rel < relend; rel++)
822 {
823 int r_type;
824 reloc_howto_type *howto;
825 unsigned long r_symndx;
826 struct elf_link_hash_entry *h;
827 Elf_Internal_Sym *sym;
828 asection *sec;
829 bfd_vma relocation;
830 bfd_reloc_status_type r;
831
832 r_type = ELF32_R_TYPE (rel->r_info);
833 if (r_type < 0 || r_type >= (int) R_68K__max)
834 {
835 bfd_set_error (bfd_error_bad_value);
836 return false;
837 }
838 howto = howto_table + r_type;
839
840 r_symndx = ELF32_R_SYM (rel->r_info);
841
842 if (info->relocateable)
843 {
844 /* This is a relocateable link. We don't have to change
845 anything, unless the reloc is against a section symbol,
846 in which case we have to adjust according to where the
847 section symbol winds up in the output section. */
848 if (r_symndx < symtab_hdr->sh_info)
849 {
850 sym = local_syms + r_symndx;
851 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
852 {
853 sec = local_sections[r_symndx];
854 rel->r_addend += sec->output_offset + sym->st_value;
855 }
856 }
857
858 continue;
859 }
860
861 /* This is a final link. */
862 h = NULL;
863 sym = NULL;
864 sec = NULL;
865 if (r_symndx < symtab_hdr->sh_info)
866 {
867 sym = local_syms + r_symndx;
868 sec = local_sections[r_symndx];
869 relocation = (sec->output_section->vma
870 + sec->output_offset
871 + sym->st_value);
872 }
873 else
874 {
875 h = sym_hashes[r_symndx - symtab_hdr->sh_info];
876 if (h->root.type == bfd_link_hash_defined
877 || h->root.type == bfd_link_hash_defweak)
878 {
879 sec = h->root.u.def.section;
880 if (((r_type == R_68K_PLT8
881 || r_type == R_68K_PLT16
882 || r_type == R_68K_PLT32
883 || r_type == R_68K_PLT8O
884 || r_type == R_68K_PLT16O
885 || r_type == R_68K_PLT32O)
886 && h->plt_offset != (bfd_vma) -1)
887 || ((r_type == R_68K_GOT8O
888 || r_type == R_68K_GOT16O
889 || r_type == R_68K_GOT32O
890 || ((r_type == R_68K_GOT8
891 || r_type == R_68K_GOT16
892 || r_type == R_68K_GOT32)
893 && strcmp (h->root.root.string,
894 "_GLOBAL_OFFSET_TABLE_") != 0))
895 && elf_hash_table (info)->dynamic_sections_created
896 && (! info->shared
897 || ! info->symbolic
898 || (h->elf_link_hash_flags
899 & ELF_LINK_HASH_DEF_REGULAR) == 0))
900 || (info->shared
901 && (input_section->flags & SEC_ALLOC) != 0
902 && (r_type == R_68K_8
903 || r_type == R_68K_16
904 || r_type == R_68K_32
905 || r_type == R_68K_PC8
906 || r_type == R_68K_PC16
907 || r_type == R_68K_PC32)))
908 {
909 /* In these cases, we don't need the relocation
910 value. We check specially because in some
911 obscure cases sec->output_section will be NULL. */
912 relocation = 0;
913 }
914 else
915 relocation = (h->root.u.def.value
916 + sec->output_section->vma
917 + sec->output_offset);
918 }
919 else if (h->root.type == bfd_link_hash_undefweak)
920 relocation = 0;
921 else if (info->shared && !info->symbolic)
922 relocation = 0;
923 else
924 {
925 if (!(info->callbacks->undefined_symbol
926 (info, h->root.root.string, input_bfd,
927 input_section, rel->r_offset)))
928 return false;
929 relocation = 0;
930 }
931 }
932
933 switch (r_type)
934 {
935 case R_68K_GOT8:
936 case R_68K_GOT16:
937 case R_68K_GOT32:
938 /* Relocation is to the entry for this symbol in the global
939 offset table. */
940 if (h != NULL
941 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
942 break;
943 /* Fall through. */
944 case R_68K_GOT8O:
945 case R_68K_GOT16O:
946 case R_68K_GOT32O:
947 /* Relocation is the offset of the entry for this symbol in
948 the global offset table. */
949
950 if (sgot == NULL)
951 {
952 sgot = bfd_get_section_by_name (dynobj, ".got");
953 BFD_ASSERT (sgot != NULL);
954 }
955
956 if (sgotplt == NULL)
957 {
958 sgotplt = bfd_get_section_by_name (dynobj, ".got.plt");
959 BFD_ASSERT (sgotplt != NULL);
960 }
961
962 if (h != NULL)
963 {
964 bfd_vma off;
965
966 off = h->got_offset;
967 BFD_ASSERT (off != (bfd_vma) -1);
968
969 if (!elf_hash_table (info)->dynamic_sections_created
970 || (info->shared
971 && info->symbolic
972 && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR)))
973 {
974 /* This is actually a static link, or it is a
975 -Bsymbolic link and the symbol is defined
976 locally. We must initialize this entry in the
977 global offset table. Since the offset must
978 always be a multiple of 4, we use the least
979 significant bit to record whether we have
980 initialized it already.
981
982 When doing a dynamic link, we create a .rela.got
983 relocation entry to initialize the value. This
984 is done in the finish_dynamic_symbol routine. */
985 if ((off & 1) != 0)
986 off &= ~1;
987 else
988 {
989 bfd_put_32 (output_bfd, relocation,
990 sgot->contents + off);
991 h->got_offset |= 1;
992 }
993 }
994
995 relocation = sgot->output_offset + off;
996 if (r_type == R_68K_GOT8O
997 || r_type == R_68K_GOT16O
998 || r_type == R_68K_GOT32O)
999 relocation -= sgotplt->output_offset;
1000 }
1001 else
1002 {
1003 bfd_vma off;
1004
1005 BFD_ASSERT (local_got_offsets != NULL
1006 && local_got_offsets[r_symndx] != (bfd_vma) -1);
1007
1008 off = local_got_offsets[r_symndx];
1009
1010 /* The offset must always be a multiple of 4. We use
1011 the least significant bit to record whether we have
1012 already generated the necessary reloc. */
1013 if ((off & 1) != 0)
1014 off &= ~1;
1015 else
1016 {
1017 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1018
1019 if (info->shared)
1020 {
1021 asection *srelgot;
1022 Elf_Internal_Rela outrel;
1023
1024 srelgot = bfd_get_section_by_name (dynobj, ".rela.got");
1025 BFD_ASSERT (srelgot != NULL);
1026
1027 outrel.r_offset = (sgot->output_section->vma
1028 + sgot->output_offset
1029 + off);
1030 outrel.r_info = ELF32_R_INFO (0, R_68K_RELATIVE);
1031 outrel.r_addend = 0;
1032 bfd_elf32_swap_reloca_out (output_bfd, &outrel,
1033 (((Elf32_External_Rela *)
1034 srelgot->contents)
1035 + srelgot->reloc_count));
1036 ++srelgot->reloc_count;
1037 }
1038
1039 local_got_offsets[r_symndx] |= 1;
1040 }
1041
1042 relocation = sgot->output_offset + off;
1043 if (r_type == R_68K_GOT8O
1044 || r_type == R_68K_GOT16O
1045 || r_type == R_68K_GOT32O)
1046 relocation -= sgotplt->output_offset;
1047 }
1048
1049 break;
1050
1051 case R_68K_PLT8:
1052 case R_68K_PLT16:
1053 case R_68K_PLT32:
1054 /* Relocation is to the entry for this symbol in the
1055 procedure linkage table. */
1056
1057 /* Resolve a PLT32 reloc against a local symbol directly,
1058 without using the procedure linkage table. */
1059 if (h == NULL)
1060 break;
1061
1062 if (h->plt_offset == (bfd_vma) -1)
1063 {
1064 /* We didn't make a PLT entry for this symbol. This
1065 happens when statically linking PIC code, or when
1066 using -Bsymbolic. */
1067 break;
1068 }
1069
1070 if (splt == NULL)
1071 {
1072 splt = bfd_get_section_by_name (dynobj, ".plt");
1073 BFD_ASSERT (splt != NULL);
1074 }
1075
1076 relocation = (splt->output_section->vma
1077 + splt->output_offset
1078 + h->plt_offset);
1079 break;
1080
1081 case R_68K_PLT8O:
1082 case R_68K_PLT16O:
1083 case R_68K_PLT32O:
1084 /* Relocation is the offset of the entry for this symbol in
1085 the procedure linkage table. */
1086 BFD_ASSERT (h != NULL);
1087
1088 if (h->plt_offset == (bfd_vma) -1)
1089 {
1090 /* We didn't make a PLT entry for this symbol. This
1091 happens when statically linking PIC code. */
1092 break;
1093 }
1094
1095 if (splt == NULL)
1096 {
1097 splt = bfd_get_section_by_name (dynobj, ".plt");
1098 BFD_ASSERT (splt != NULL);
1099 }
1100
1101 relocation = h->plt_offset;
1102 break;
1103
1104 case R_68K_PC8:
1105 case R_68K_PC16:
1106 case R_68K_PC32:
1107 if (h == NULL)
1108 break;
1109 /* Fall through. */
1110 case R_68K_8:
1111 case R_68K_16:
1112 case R_68K_32:
1113 if (info->shared
1114 && (input_section->flags & SEC_ALLOC) != 0)
1115 {
1116 Elf_Internal_Rela outrel;
1117
1118 /* When generating a shared object, these relocations
1119 are copied into the output file to be resolved at run
1120 time. */
1121
1122 if (sreloc == NULL)
1123 {
1124 const char *name;
1125
1126 name = (bfd_elf_string_from_elf_section
1127 (input_bfd,
1128 elf_elfheader (input_bfd)->e_shstrndx,
1129 elf_section_data (input_section)->rel_hdr.sh_name));
1130 if (name == NULL)
1131 return false;
1132
1133 BFD_ASSERT (strncmp (name, ".rela", 5) == 0
1134 && strcmp (bfd_get_section_name (input_bfd,
1135 input_section),
1136 name + 5) == 0);
1137
1138 sreloc = bfd_get_section_by_name (dynobj, name);
1139 BFD_ASSERT (sreloc != NULL);
1140 }
1141
1142 outrel.r_offset = (rel->r_offset
1143 + input_section->output_section->vma
1144 + input_section->output_offset);
1145 if (h != NULL)
1146 {
1147 BFD_ASSERT (h->dynindx != -1);
1148 outrel.r_info = ELF32_R_INFO (h->dynindx, r_type);
1149 outrel.r_addend = rel->r_addend;
1150 }
1151 else
1152 {
1153 if (r_type == R_68K_32)
1154 {
1155 outrel.r_info = ELF32_R_INFO (0, R_68K_RELATIVE);
1156 outrel.r_addend = relocation + rel->r_addend;
1157 }
1158 else
1159 {
1160 long indx;
1161
1162 sym = local_syms + r_symndx;
1163
1164 BFD_ASSERT (ELF_ST_TYPE (sym->st_info) == STT_SECTION);
1165
1166 sec = local_sections[r_symndx];
1167 if (sec != NULL && bfd_is_abs_section (sec))
1168 indx = 0;
1169 else if (sec == NULL || sec->owner == NULL)
1170 {
1171 bfd_set_error (bfd_error_bad_value);
1172 return false;
1173 }
1174 else
1175 {
1176 asection *osec;
1177
1178 osec = sec->output_section;
1179 indx = elf_section_data (osec)->dynindx;
1180 if (indx == 0)
1181 abort ();
1182 }
1183
1184 outrel.r_info = ELF32_R_INFO (indx, r_type);
1185 outrel.r_addend = relocation + rel->r_addend;
1186 }
1187 }
1188
1189 bfd_elf32_swap_reloca_out (output_bfd, &outrel,
1190 (((Elf32_External_Rela *)
1191 sreloc->contents)
1192 + sreloc->reloc_count));
1193 ++sreloc->reloc_count;
1194
1195 /* This reloc will be computed at runtime, so there's no
1196 need to do anything now. */
1197 continue;
1198 }
1199
1200 break;
1201
1202 default:
1203 break;
1204 }
1205
1206 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
1207 contents, rel->r_offset,
1208 relocation, rel->r_addend);
1209
1210 if (r != bfd_reloc_ok)
1211 {
1212 switch (r)
1213 {
1214 default:
1215 case bfd_reloc_outofrange:
1216 abort ();
1217 case bfd_reloc_overflow:
1218 {
1219 const char *name;
1220
1221 if (h != NULL)
1222 name = h->root.root.string;
1223 else
1224 {
1225 name = bfd_elf_string_from_elf_section (input_bfd,
1226 symtab_hdr->sh_link,
1227 sym->st_name);
1228 if (name == NULL)
1229 return false;
1230 if (*name == '\0')
1231 name = bfd_section_name (input_bfd, sec);
1232 }
1233 if (!(info->callbacks->reloc_overflow
1234 (info, name, howto->name, (bfd_vma) 0,
1235 input_bfd, input_section, rel->r_offset)))
1236 return false;
1237 }
1238 break;
1239 }
1240 }
1241 }
1242
1243 return true;
1244 }
1245
1246 /* Finish up dynamic symbol handling. We set the contents of various
1247 dynamic sections here. */
1248
1249 static boolean
1250 elf_m68k_finish_dynamic_symbol (output_bfd, info, h, sym)
1251 bfd *output_bfd;
1252 struct bfd_link_info *info;
1253 struct elf_link_hash_entry *h;
1254 Elf_Internal_Sym *sym;
1255 {
1256 bfd *dynobj;
1257
1258 dynobj = elf_hash_table (info)->dynobj;
1259
1260 if (h->plt_offset != (bfd_vma) -1)
1261 {
1262 asection *splt;
1263 asection *sgot;
1264 asection *srela;
1265 bfd_vma plt_index;
1266 bfd_vma got_offset;
1267 Elf_Internal_Rela rela;
1268
1269 /* This symbol has an entry in the procedure linkage table. Set
1270 it up. */
1271
1272 BFD_ASSERT (h->dynindx != -1);
1273
1274 splt = bfd_get_section_by_name (dynobj, ".plt");
1275 sgot = bfd_get_section_by_name (dynobj, ".got.plt");
1276 srela = bfd_get_section_by_name (dynobj, ".rela.plt");
1277 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1278
1279 /* Get the index in the procedure linkage table which
1280 corresponds to this symbol. This is the index of this symbol
1281 in all the symbols for which we are making plt entries. The
1282 first entry in the procedure linkage table is reserved. */
1283 plt_index = h->plt_offset / PLT_ENTRY_SIZE - 1;
1284
1285 /* Get the offset into the .got table of the entry that
1286 corresponds to this function. Each .got entry is 4 bytes.
1287 The first three are reserved. */
1288 got_offset = (plt_index + 3) * 4;
1289
1290 /* Fill in the entry in the procedure linkage table. */
1291 memcpy (splt->contents + h->plt_offset, elf_m68k_plt_entry,
1292 PLT_ENTRY_SIZE);
1293 /* The offset is relative to the first extension word. */
1294 bfd_put_32 (output_bfd,
1295 (sgot->output_section->vma
1296 + sgot->output_offset
1297 + got_offset
1298 - (splt->output_section->vma
1299 + h->plt_offset + 2)),
1300 splt->contents + h->plt_offset + 4);
1301
1302 bfd_put_32 (output_bfd, plt_index * sizeof (Elf32_External_Rela),
1303 splt->contents + h->plt_offset + 10);
1304 bfd_put_32 (output_bfd, - (h->plt_offset + 16),
1305 splt->contents + h->plt_offset + 16);
1306
1307 /* Fill in the entry in the global offset table. */
1308 bfd_put_32 (output_bfd,
1309 (splt->output_section->vma
1310 + splt->output_offset
1311 + h->plt_offset
1312 + 8),
1313 sgot->contents + got_offset);
1314
1315 /* Fill in the entry in the .rela.plt section. */
1316 rela.r_offset = (sgot->output_section->vma
1317 + sgot->output_offset
1318 + got_offset);
1319 rela.r_info = ELF32_R_INFO (h->dynindx, R_68K_JMP_SLOT);
1320 rela.r_addend = 0;
1321 bfd_elf32_swap_reloca_out (output_bfd, &rela,
1322 ((Elf32_External_Rela *) srela->contents
1323 + plt_index));
1324
1325 if ((h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0)
1326 {
1327 /* Mark the symbol as undefined, rather than as defined in
1328 the .plt section. Leave the value alone. */
1329 sym->st_shndx = SHN_UNDEF;
1330 }
1331 }
1332
1333 if (h->got_offset != (bfd_vma) -1)
1334 {
1335 asection *sgot;
1336 asection *srela;
1337 Elf_Internal_Rela rela;
1338
1339 /* This symbol has an entry in the global offset table. Set it
1340 up. */
1341
1342 BFD_ASSERT (h->dynindx != -1);
1343
1344 sgot = bfd_get_section_by_name (dynobj, ".got");
1345 srela = bfd_get_section_by_name (dynobj, ".rela.got");
1346 BFD_ASSERT (sgot != NULL && srela != NULL);
1347
1348 rela.r_offset = (sgot->output_section->vma
1349 + sgot->output_offset
1350 + (h->got_offset &~ 1));
1351
1352 /* If this is a -Bsymbolic link, and the symbol is defined
1353 locally, we just want to emit a RELATIVE reloc. The entry in
1354 the global offset table will already have been initialized in
1355 the relocate_section function. */
1356 if (info->shared
1357 && info->symbolic
1358 && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR))
1359 rela.r_info = ELF32_R_INFO (0, R_68K_RELATIVE);
1360 else
1361 {
1362 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got_offset);
1363 rela.r_info = ELF32_R_INFO (h->dynindx, R_68K_GLOB_DAT);
1364 }
1365
1366 rela.r_addend = 0;
1367 bfd_elf32_swap_reloca_out (output_bfd, &rela,
1368 ((Elf32_External_Rela *) srela->contents
1369 + srela->reloc_count));
1370 ++srela->reloc_count;
1371 }
1372
1373 if ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_COPY) != 0)
1374 {
1375 asection *s;
1376 Elf_Internal_Rela rela;
1377
1378 /* This symbol needs a copy reloc. Set it up. */
1379
1380 BFD_ASSERT (h->dynindx != -1
1381 && (h->root.type == bfd_link_hash_defined
1382 || h->root.type == bfd_link_hash_defweak));
1383
1384 s = bfd_get_section_by_name (h->root.u.def.section->owner,
1385 ".rela.bss");
1386 BFD_ASSERT (s != NULL);
1387
1388 rela.r_offset = (h->root.u.def.value
1389 + h->root.u.def.section->output_section->vma
1390 + h->root.u.def.section->output_offset);
1391 rela.r_info = ELF32_R_INFO (h->dynindx, R_68K_COPY);
1392 rela.r_addend = 0;
1393 bfd_elf32_swap_reloca_out (output_bfd, &rela,
1394 ((Elf32_External_Rela *) s->contents
1395 + s->reloc_count));
1396 ++s->reloc_count;
1397 }
1398
1399 /* Mark _DYNAMIC and _GLOBAL_OFFSET_TABLE_ as absolute. */
1400 if (strcmp (h->root.root.string, "_DYNAMIC") == 0
1401 || strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
1402 sym->st_shndx = SHN_ABS;
1403
1404 return true;
1405 }
1406
1407 /* Finish up the dynamic sections. */
1408
1409 static boolean
1410 elf_m68k_finish_dynamic_sections (output_bfd, info)
1411 bfd *output_bfd;
1412 struct bfd_link_info *info;
1413 {
1414 bfd *dynobj;
1415 asection *sgot;
1416 asection *sdyn;
1417
1418 dynobj = elf_hash_table (info)->dynobj;
1419
1420 sgot = bfd_get_section_by_name (dynobj, ".got.plt");
1421 BFD_ASSERT (sgot != NULL);
1422 sdyn = bfd_get_section_by_name (dynobj, ".dynamic");
1423
1424 if (elf_hash_table (info)->dynamic_sections_created)
1425 {
1426 asection *splt;
1427 Elf32_External_Dyn *dyncon, *dynconend;
1428
1429 splt = bfd_get_section_by_name (dynobj, ".plt");
1430 BFD_ASSERT (splt != NULL && sdyn != NULL);
1431
1432 dyncon = (Elf32_External_Dyn *) sdyn->contents;
1433 dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->_raw_size);
1434 for (; dyncon < dynconend; dyncon++)
1435 {
1436 Elf_Internal_Dyn dyn;
1437 const char *name;
1438 asection *s;
1439
1440 bfd_elf32_swap_dyn_in (dynobj, dyncon, &dyn);
1441
1442 switch (dyn.d_tag)
1443 {
1444 default:
1445 break;
1446
1447 case DT_PLTGOT:
1448 name = ".got";
1449 goto get_vma;
1450 case DT_JMPREL:
1451 name = ".rela.plt";
1452 get_vma:
1453 s = bfd_get_section_by_name (output_bfd, name);
1454 BFD_ASSERT (s != NULL);
1455 dyn.d_un.d_ptr = s->vma;
1456 bfd_elf32_swap_dyn_out (output_bfd, &dyn, dyncon);
1457 break;
1458
1459 case DT_PLTRELSZ:
1460 s = bfd_get_section_by_name (output_bfd, ".rela.plt");
1461 BFD_ASSERT (s != NULL);
1462 if (s->_cooked_size != 0)
1463 dyn.d_un.d_val = s->_cooked_size;
1464 else
1465 dyn.d_un.d_val = s->_raw_size;
1466 bfd_elf32_swap_dyn_out (output_bfd, &dyn, dyncon);
1467 break;
1468
1469 case DT_RELASZ:
1470 /* My reading of the SVR4 ABI indicates that the
1471 procedure linkage table relocs (DT_JMPREL) should be
1472 included in the overall relocs (DT_RELA). This is
1473 what Solaris does. However, UnixWare can not handle
1474 that case. Therefore, we override the DT_RELASZ entry
1475 here to make it not include the JMPREL relocs. Since
1476 the linker script arranges for .rela.plt to follow all
1477 other relocation sections, we don't have to worry
1478 about changing the DT_RELA entry. */
1479 /* FIXME: This comment is from elf32-i386.c, what about
1480 the SVR4/m68k implementations? */
1481 s = bfd_get_section_by_name (output_bfd, ".rela.plt");
1482 if (s != NULL)
1483 {
1484 if (s->_cooked_size != 0)
1485 dyn.d_un.d_val -= s->_cooked_size;
1486 else
1487 dyn.d_un.d_val -= s->_raw_size;
1488 }
1489 bfd_elf32_swap_dyn_out (output_bfd, &dyn, dyncon);
1490 break;
1491 }
1492 }
1493
1494 /* Fill in the first entry in the procedure linkage table. */
1495 if (splt->_raw_size > 0)
1496 {
1497 memcpy (splt->contents, elf_m68k_plt0_entry, PLT_ENTRY_SIZE);
1498 bfd_put_32 (output_bfd,
1499 (sgot->output_section->vma
1500 + sgot->output_offset + 4
1501 - (splt->output_section->vma + 2)),
1502 splt->contents + 4);
1503 bfd_put_32 (output_bfd,
1504 (sgot->output_section->vma
1505 + sgot->output_offset + 8
1506 - (splt->output_section->vma + 10)),
1507 splt->contents + 12);
1508 }
1509
1510 elf_section_data (splt->output_section)->this_hdr.sh_entsize
1511 = PLT_ENTRY_SIZE;
1512 }
1513
1514 /* Fill in the first three entries in the global offset table. */
1515 if (sgot->_raw_size > 0)
1516 {
1517 if (sdyn == NULL)
1518 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1519 else
1520 bfd_put_32 (output_bfd,
1521 sdyn->output_section->vma + sdyn->output_offset,
1522 sgot->contents);
1523 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1524 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1525 }
1526
1527 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
1528
1529 return true;
1530 }
1531
1532 #define TARGET_BIG_SYM bfd_elf32_m68k_vec
1533 #define TARGET_BIG_NAME "elf32-m68k"
1534 #define ELF_MACHINE_CODE EM_68K
1535 #define ELF_MAXPAGESIZE 0x2000
1536 #define elf_backend_create_dynamic_sections \
1537 _bfd_elf_create_dynamic_sections
1538 #define elf_backend_check_relocs elf_m68k_check_relocs
1539 #define elf_backend_adjust_dynamic_symbol \
1540 elf_m68k_adjust_dynamic_symbol
1541 #define elf_backend_size_dynamic_sections \
1542 elf_m68k_size_dynamic_sections
1543 #define elf_backend_relocate_section elf_m68k_relocate_section
1544 #define elf_backend_finish_dynamic_symbol \
1545 elf_m68k_finish_dynamic_symbol
1546 #define elf_backend_finish_dynamic_sections \
1547 elf_m68k_finish_dynamic_sections
1548 #define elf_backend_want_got_plt 1
1549 #define elf_backend_plt_readonly 1
1550 #define elf_backend_want_plt_sym 0
1551
1552 #include "elf32-target.h"