1 /* Motorola 68k series support for 32-bit ELF
2 Copyright 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
3 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5 This file is part of BFD, the Binary File Descriptor library.
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
20 MA 02110-1301, USA. */
28 #include "opcode/m68k.h"
30 static reloc_howto_type
*reloc_type_lookup
31 PARAMS ((bfd
*, bfd_reloc_code_real_type
));
32 static void rtype_to_howto
33 PARAMS ((bfd
*, arelent
*, Elf_Internal_Rela
*));
34 static struct bfd_hash_entry
*elf_m68k_link_hash_newfunc
35 PARAMS ((struct bfd_hash_entry
*, struct bfd_hash_table
*, const char *));
36 static struct bfd_link_hash_table
*elf_m68k_link_hash_table_create
38 static bfd_boolean elf_m68k_check_relocs
39 PARAMS ((bfd
*, struct bfd_link_info
*, asection
*,
40 const Elf_Internal_Rela
*));
41 static bfd_boolean elf_m68k_adjust_dynamic_symbol
42 PARAMS ((struct bfd_link_info
*, struct elf_link_hash_entry
*));
43 static bfd_boolean elf_m68k_size_dynamic_sections
44 PARAMS ((bfd
*, struct bfd_link_info
*));
45 static bfd_boolean elf_m68k_discard_copies
46 PARAMS ((struct elf_link_hash_entry
*, PTR
));
47 static bfd_boolean elf_m68k_relocate_section
48 PARAMS ((bfd
*, struct bfd_link_info
*, bfd
*, asection
*, bfd_byte
*,
49 Elf_Internal_Rela
*, Elf_Internal_Sym
*, asection
**));
50 static bfd_boolean elf_m68k_finish_dynamic_symbol
51 PARAMS ((bfd
*, struct bfd_link_info
*, struct elf_link_hash_entry
*,
53 static bfd_boolean elf_m68k_finish_dynamic_sections
54 PARAMS ((bfd
*, struct bfd_link_info
*));
56 static bfd_boolean elf32_m68k_set_private_flags
57 PARAMS ((bfd
*, flagword
));
58 static bfd_boolean elf32_m68k_merge_private_bfd_data
59 PARAMS ((bfd
*, bfd
*));
60 static bfd_boolean elf32_m68k_print_private_bfd_data
61 PARAMS ((bfd
*, PTR
));
62 static enum elf_reloc_type_class elf32_m68k_reloc_type_class
63 PARAMS ((const Elf_Internal_Rela
*));
65 static reloc_howto_type howto_table
[] = {
66 HOWTO(R_68K_NONE
, 0, 0, 0, FALSE
,0, complain_overflow_dont
, bfd_elf_generic_reloc
, "R_68K_NONE", FALSE
, 0, 0x00000000,FALSE
),
67 HOWTO(R_68K_32
, 0, 2,32, FALSE
,0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_32", FALSE
, 0, 0xffffffff,FALSE
),
68 HOWTO(R_68K_16
, 0, 1,16, FALSE
,0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_16", FALSE
, 0, 0x0000ffff,FALSE
),
69 HOWTO(R_68K_8
, 0, 0, 8, FALSE
,0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_8", FALSE
, 0, 0x000000ff,FALSE
),
70 HOWTO(R_68K_PC32
, 0, 2,32, TRUE
, 0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_PC32", FALSE
, 0, 0xffffffff,TRUE
),
71 HOWTO(R_68K_PC16
, 0, 1,16, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PC16", FALSE
, 0, 0x0000ffff,TRUE
),
72 HOWTO(R_68K_PC8
, 0, 0, 8, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PC8", FALSE
, 0, 0x000000ff,TRUE
),
73 HOWTO(R_68K_GOT32
, 0, 2,32, TRUE
, 0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_GOT32", FALSE
, 0, 0xffffffff,TRUE
),
74 HOWTO(R_68K_GOT16
, 0, 1,16, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_GOT16", FALSE
, 0, 0x0000ffff,TRUE
),
75 HOWTO(R_68K_GOT8
, 0, 0, 8, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_GOT8", FALSE
, 0, 0x000000ff,TRUE
),
76 HOWTO(R_68K_GOT32O
, 0, 2,32, FALSE
,0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_GOT32O", FALSE
, 0, 0xffffffff,FALSE
),
77 HOWTO(R_68K_GOT16O
, 0, 1,16, FALSE
,0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_GOT16O", FALSE
, 0, 0x0000ffff,FALSE
),
78 HOWTO(R_68K_GOT8O
, 0, 0, 8, FALSE
,0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_GOT8O", FALSE
, 0, 0x000000ff,FALSE
),
79 HOWTO(R_68K_PLT32
, 0, 2,32, TRUE
, 0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_PLT32", FALSE
, 0, 0xffffffff,TRUE
),
80 HOWTO(R_68K_PLT16
, 0, 1,16, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PLT16", FALSE
, 0, 0x0000ffff,TRUE
),
81 HOWTO(R_68K_PLT8
, 0, 0, 8, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PLT8", FALSE
, 0, 0x000000ff,TRUE
),
82 HOWTO(R_68K_PLT32O
, 0, 2,32, FALSE
,0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_PLT32O", FALSE
, 0, 0xffffffff,FALSE
),
83 HOWTO(R_68K_PLT16O
, 0, 1,16, FALSE
,0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PLT16O", FALSE
, 0, 0x0000ffff,FALSE
),
84 HOWTO(R_68K_PLT8O
, 0, 0, 8, FALSE
,0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PLT8O", FALSE
, 0, 0x000000ff,FALSE
),
85 HOWTO(R_68K_COPY
, 0, 0, 0, FALSE
,0, complain_overflow_dont
, bfd_elf_generic_reloc
, "R_68K_COPY", FALSE
, 0, 0xffffffff,FALSE
),
86 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
),
87 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
),
88 HOWTO(R_68K_RELATIVE
, 0, 2,32, FALSE
,0, complain_overflow_dont
, bfd_elf_generic_reloc
, "R_68K_RELATIVE", FALSE
, 0, 0xffffffff,FALSE
),
89 /* GNU extension to record C++ vtable hierarchy. */
90 HOWTO (R_68K_GNU_VTINHERIT
, /* type */
92 2, /* size (0 = byte, 1 = short, 2 = long) */
94 FALSE
, /* pc_relative */
96 complain_overflow_dont
, /* complain_on_overflow */
97 NULL
, /* special_function */
98 "R_68K_GNU_VTINHERIT", /* name */
99 FALSE
, /* partial_inplace */
103 /* GNU extension to record C++ vtable member usage. */
104 HOWTO (R_68K_GNU_VTENTRY
, /* type */
106 2, /* size (0 = byte, 1 = short, 2 = long) */
108 FALSE
, /* pc_relative */
110 complain_overflow_dont
, /* complain_on_overflow */
111 _bfd_elf_rel_vtable_reloc_fn
, /* special_function */
112 "R_68K_GNU_VTENTRY", /* name */
113 FALSE
, /* partial_inplace */
118 /* TLS general dynamic variable reference. */
119 HOWTO (R_68K_TLS_GD32
, /* type */
121 2, /* size (0 = byte, 1 = short, 2 = long) */
123 FALSE
, /* pc_relative */
125 complain_overflow_bitfield
, /* complain_on_overflow */
126 bfd_elf_generic_reloc
, /* special_function */
127 "R_68K_TLS_GD32", /* name */
128 FALSE
, /* partial_inplace */
130 0xffffffff, /* dst_mask */
131 FALSE
), /* pcrel_offset */
133 HOWTO (R_68K_TLS_GD16
, /* type */
135 1, /* size (0 = byte, 1 = short, 2 = long) */
137 FALSE
, /* pc_relative */
139 complain_overflow_signed
, /* complain_on_overflow */
140 bfd_elf_generic_reloc
, /* special_function */
141 "R_68K_TLS_GD16", /* name */
142 FALSE
, /* partial_inplace */
144 0x0000ffff, /* dst_mask */
145 FALSE
), /* pcrel_offset */
147 HOWTO (R_68K_TLS_GD8
, /* type */
149 0, /* size (0 = byte, 1 = short, 2 = long) */
151 FALSE
, /* pc_relative */
153 complain_overflow_signed
, /* complain_on_overflow */
154 bfd_elf_generic_reloc
, /* special_function */
155 "R_68K_TLS_GD8", /* name */
156 FALSE
, /* partial_inplace */
158 0x000000ff, /* dst_mask */
159 FALSE
), /* pcrel_offset */
161 /* TLS local dynamic variable reference. */
162 HOWTO (R_68K_TLS_LDM32
, /* type */
164 2, /* size (0 = byte, 1 = short, 2 = long) */
166 FALSE
, /* pc_relative */
168 complain_overflow_bitfield
, /* complain_on_overflow */
169 bfd_elf_generic_reloc
, /* special_function */
170 "R_68K_TLS_LDM32", /* name */
171 FALSE
, /* partial_inplace */
173 0xffffffff, /* dst_mask */
174 FALSE
), /* pcrel_offset */
176 HOWTO (R_68K_TLS_LDM16
, /* type */
178 1, /* size (0 = byte, 1 = short, 2 = long) */
180 FALSE
, /* pc_relative */
182 complain_overflow_signed
, /* complain_on_overflow */
183 bfd_elf_generic_reloc
, /* special_function */
184 "R_68K_TLS_LDM16", /* name */
185 FALSE
, /* partial_inplace */
187 0x0000ffff, /* dst_mask */
188 FALSE
), /* pcrel_offset */
190 HOWTO (R_68K_TLS_LDM8
, /* type */
192 0, /* size (0 = byte, 1 = short, 2 = long) */
194 FALSE
, /* pc_relative */
196 complain_overflow_signed
, /* complain_on_overflow */
197 bfd_elf_generic_reloc
, /* special_function */
198 "R_68K_TLS_LDM8", /* name */
199 FALSE
, /* partial_inplace */
201 0x000000ff, /* dst_mask */
202 FALSE
), /* pcrel_offset */
204 HOWTO (R_68K_TLS_LDO32
, /* type */
206 2, /* size (0 = byte, 1 = short, 2 = long) */
208 FALSE
, /* pc_relative */
210 complain_overflow_bitfield
, /* complain_on_overflow */
211 bfd_elf_generic_reloc
, /* special_function */
212 "R_68K_TLS_LDO32", /* name */
213 FALSE
, /* partial_inplace */
215 0xffffffff, /* dst_mask */
216 FALSE
), /* pcrel_offset */
218 HOWTO (R_68K_TLS_LDO16
, /* type */
220 1, /* size (0 = byte, 1 = short, 2 = long) */
222 FALSE
, /* pc_relative */
224 complain_overflow_signed
, /* complain_on_overflow */
225 bfd_elf_generic_reloc
, /* special_function */
226 "R_68K_TLS_LDO16", /* name */
227 FALSE
, /* partial_inplace */
229 0x0000ffff, /* dst_mask */
230 FALSE
), /* pcrel_offset */
232 HOWTO (R_68K_TLS_LDO8
, /* type */
234 0, /* size (0 = byte, 1 = short, 2 = long) */
236 FALSE
, /* pc_relative */
238 complain_overflow_signed
, /* complain_on_overflow */
239 bfd_elf_generic_reloc
, /* special_function */
240 "R_68K_TLS_LDO8", /* name */
241 FALSE
, /* partial_inplace */
243 0x000000ff, /* dst_mask */
244 FALSE
), /* pcrel_offset */
246 /* TLS initial execution variable reference. */
247 HOWTO (R_68K_TLS_IE32
, /* type */
249 2, /* size (0 = byte, 1 = short, 2 = long) */
251 FALSE
, /* pc_relative */
253 complain_overflow_bitfield
, /* complain_on_overflow */
254 bfd_elf_generic_reloc
, /* special_function */
255 "R_68K_TLS_IE32", /* name */
256 FALSE
, /* partial_inplace */
258 0xffffffff, /* dst_mask */
259 FALSE
), /* pcrel_offset */
261 HOWTO (R_68K_TLS_IE16
, /* type */
263 1, /* size (0 = byte, 1 = short, 2 = long) */
265 FALSE
, /* pc_relative */
267 complain_overflow_signed
, /* complain_on_overflow */
268 bfd_elf_generic_reloc
, /* special_function */
269 "R_68K_TLS_IE16", /* name */
270 FALSE
, /* partial_inplace */
272 0x0000ffff, /* dst_mask */
273 FALSE
), /* pcrel_offset */
275 HOWTO (R_68K_TLS_IE8
, /* type */
277 0, /* size (0 = byte, 1 = short, 2 = long) */
279 FALSE
, /* pc_relative */
281 complain_overflow_signed
, /* complain_on_overflow */
282 bfd_elf_generic_reloc
, /* special_function */
283 "R_68K_TLS_IE8", /* name */
284 FALSE
, /* partial_inplace */
286 0x000000ff, /* dst_mask */
287 FALSE
), /* pcrel_offset */
289 /* TLS local execution variable reference. */
290 HOWTO (R_68K_TLS_LE32
, /* type */
292 2, /* size (0 = byte, 1 = short, 2 = long) */
294 FALSE
, /* pc_relative */
296 complain_overflow_bitfield
, /* complain_on_overflow */
297 bfd_elf_generic_reloc
, /* special_function */
298 "R_68K_TLS_LE32", /* name */
299 FALSE
, /* partial_inplace */
301 0xffffffff, /* dst_mask */
302 FALSE
), /* pcrel_offset */
304 HOWTO (R_68K_TLS_LE16
, /* type */
306 1, /* size (0 = byte, 1 = short, 2 = long) */
308 FALSE
, /* pc_relative */
310 complain_overflow_signed
, /* complain_on_overflow */
311 bfd_elf_generic_reloc
, /* special_function */
312 "R_68K_TLS_LE16", /* name */
313 FALSE
, /* partial_inplace */
315 0x0000ffff, /* dst_mask */
316 FALSE
), /* pcrel_offset */
318 HOWTO (R_68K_TLS_LE8
, /* type */
320 0, /* size (0 = byte, 1 = short, 2 = long) */
322 FALSE
, /* pc_relative */
324 complain_overflow_signed
, /* complain_on_overflow */
325 bfd_elf_generic_reloc
, /* special_function */
326 "R_68K_TLS_LE8", /* name */
327 FALSE
, /* partial_inplace */
329 0x000000ff, /* dst_mask */
330 FALSE
), /* pcrel_offset */
332 /* TLS GD/LD dynamic relocations. */
333 HOWTO (R_68K_TLS_DTPMOD32
, /* type */
335 2, /* size (0 = byte, 1 = short, 2 = long) */
337 FALSE
, /* pc_relative */
339 complain_overflow_dont
, /* complain_on_overflow */
340 bfd_elf_generic_reloc
, /* special_function */
341 "R_68K_TLS_DTPMOD32", /* name */
342 FALSE
, /* partial_inplace */
344 0xffffffff, /* dst_mask */
345 FALSE
), /* pcrel_offset */
347 HOWTO (R_68K_TLS_DTPREL32
, /* type */
349 2, /* size (0 = byte, 1 = short, 2 = long) */
351 FALSE
, /* pc_relative */
353 complain_overflow_dont
, /* complain_on_overflow */
354 bfd_elf_generic_reloc
, /* special_function */
355 "R_68K_TLS_DTPREL32", /* name */
356 FALSE
, /* partial_inplace */
358 0xffffffff, /* dst_mask */
359 FALSE
), /* pcrel_offset */
361 HOWTO (R_68K_TLS_TPREL32
, /* type */
363 2, /* size (0 = byte, 1 = short, 2 = long) */
365 FALSE
, /* pc_relative */
367 complain_overflow_dont
, /* complain_on_overflow */
368 bfd_elf_generic_reloc
, /* special_function */
369 "R_68K_TLS_TPREL32", /* name */
370 FALSE
, /* partial_inplace */
372 0xffffffff, /* dst_mask */
373 FALSE
), /* pcrel_offset */
377 rtype_to_howto (abfd
, cache_ptr
, dst
)
378 bfd
*abfd ATTRIBUTE_UNUSED
;
380 Elf_Internal_Rela
*dst
;
382 BFD_ASSERT (ELF32_R_TYPE(dst
->r_info
) < (unsigned int) R_68K_max
);
383 cache_ptr
->howto
= &howto_table
[ELF32_R_TYPE(dst
->r_info
)];
386 #define elf_info_to_howto rtype_to_howto
390 bfd_reloc_code_real_type bfd_val
;
395 { BFD_RELOC_NONE
, R_68K_NONE
},
396 { BFD_RELOC_32
, R_68K_32
},
397 { BFD_RELOC_16
, R_68K_16
},
398 { BFD_RELOC_8
, R_68K_8
},
399 { BFD_RELOC_32_PCREL
, R_68K_PC32
},
400 { BFD_RELOC_16_PCREL
, R_68K_PC16
},
401 { BFD_RELOC_8_PCREL
, R_68K_PC8
},
402 { BFD_RELOC_32_GOT_PCREL
, R_68K_GOT32
},
403 { BFD_RELOC_16_GOT_PCREL
, R_68K_GOT16
},
404 { BFD_RELOC_8_GOT_PCREL
, R_68K_GOT8
},
405 { BFD_RELOC_32_GOTOFF
, R_68K_GOT32O
},
406 { BFD_RELOC_16_GOTOFF
, R_68K_GOT16O
},
407 { BFD_RELOC_8_GOTOFF
, R_68K_GOT8O
},
408 { BFD_RELOC_32_PLT_PCREL
, R_68K_PLT32
},
409 { BFD_RELOC_16_PLT_PCREL
, R_68K_PLT16
},
410 { BFD_RELOC_8_PLT_PCREL
, R_68K_PLT8
},
411 { BFD_RELOC_32_PLTOFF
, R_68K_PLT32O
},
412 { BFD_RELOC_16_PLTOFF
, R_68K_PLT16O
},
413 { BFD_RELOC_8_PLTOFF
, R_68K_PLT8O
},
414 { BFD_RELOC_NONE
, R_68K_COPY
},
415 { BFD_RELOC_68K_GLOB_DAT
, R_68K_GLOB_DAT
},
416 { BFD_RELOC_68K_JMP_SLOT
, R_68K_JMP_SLOT
},
417 { BFD_RELOC_68K_RELATIVE
, R_68K_RELATIVE
},
418 { BFD_RELOC_CTOR
, R_68K_32
},
419 { BFD_RELOC_VTABLE_INHERIT
, R_68K_GNU_VTINHERIT
},
420 { BFD_RELOC_VTABLE_ENTRY
, R_68K_GNU_VTENTRY
},
421 { BFD_RELOC_68K_TLS_GD32
, R_68K_TLS_GD32
},
422 { BFD_RELOC_68K_TLS_GD16
, R_68K_TLS_GD16
},
423 { BFD_RELOC_68K_TLS_GD8
, R_68K_TLS_GD8
},
424 { BFD_RELOC_68K_TLS_LDM32
, R_68K_TLS_LDM32
},
425 { BFD_RELOC_68K_TLS_LDM16
, R_68K_TLS_LDM16
},
426 { BFD_RELOC_68K_TLS_LDM8
, R_68K_TLS_LDM8
},
427 { BFD_RELOC_68K_TLS_LDO32
, R_68K_TLS_LDO32
},
428 { BFD_RELOC_68K_TLS_LDO16
, R_68K_TLS_LDO16
},
429 { BFD_RELOC_68K_TLS_LDO8
, R_68K_TLS_LDO8
},
430 { BFD_RELOC_68K_TLS_IE32
, R_68K_TLS_IE32
},
431 { BFD_RELOC_68K_TLS_IE16
, R_68K_TLS_IE16
},
432 { BFD_RELOC_68K_TLS_IE8
, R_68K_TLS_IE8
},
433 { BFD_RELOC_68K_TLS_LE32
, R_68K_TLS_LE32
},
434 { BFD_RELOC_68K_TLS_LE16
, R_68K_TLS_LE16
},
435 { BFD_RELOC_68K_TLS_LE8
, R_68K_TLS_LE8
},
438 static reloc_howto_type
*
439 reloc_type_lookup (abfd
, code
)
440 bfd
*abfd ATTRIBUTE_UNUSED
;
441 bfd_reloc_code_real_type code
;
444 for (i
= 0; i
< sizeof (reloc_map
) / sizeof (reloc_map
[0]); i
++)
446 if (reloc_map
[i
].bfd_val
== code
)
447 return &howto_table
[reloc_map
[i
].elf_val
];
452 static reloc_howto_type
*
453 reloc_name_lookup (bfd
*abfd ATTRIBUTE_UNUSED
, const char *r_name
)
457 for (i
= 0; i
< sizeof (howto_table
) / sizeof (howto_table
[0]); i
++)
458 if (howto_table
[i
].name
!= NULL
459 && strcasecmp (howto_table
[i
].name
, r_name
) == 0)
460 return &howto_table
[i
];
465 #define bfd_elf32_bfd_reloc_type_lookup reloc_type_lookup
466 #define bfd_elf32_bfd_reloc_name_lookup reloc_name_lookup
467 #define ELF_ARCH bfd_arch_m68k
469 /* Functions for the m68k ELF linker. */
471 /* The name of the dynamic interpreter. This is put in the .interp
474 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/libc.so.1"
476 /* Describes one of the various PLT styles. */
478 struct elf_m68k_plt_info
480 /* The size of each PLT entry. */
483 /* The template for the first PLT entry. */
484 const bfd_byte
*plt0_entry
;
486 /* Offsets of fields in PLT0_ENTRY that require R_68K_PC32 relocations.
487 The comments by each member indicate the value that the relocation
490 unsigned int got4
; /* .got + 4 */
491 unsigned int got8
; /* .got + 8 */
494 /* The template for a symbol's PLT entry. */
495 const bfd_byte
*symbol_entry
;
497 /* Offsets of fields in SYMBOL_ENTRY that require R_68K_PC32 relocations.
498 The comments by each member indicate the value that the relocation
501 unsigned int got
; /* the symbol's .got.plt entry */
502 unsigned int plt
; /* .plt */
505 /* The offset of the resolver stub from the start of SYMBOL_ENTRY.
506 The stub starts with "move.l #relocoffset,%d0". */
507 bfd_vma symbol_resolve_entry
;
510 /* The size in bytes of an entry in the procedure linkage table. */
512 #define PLT_ENTRY_SIZE 20
514 /* The first entry in a procedure linkage table looks like this. See
515 the SVR4 ABI m68k supplement to see how this works. */
517 static const bfd_byte elf_m68k_plt0_entry
[PLT_ENTRY_SIZE
] =
519 0x2f, 0x3b, 0x01, 0x70, /* move.l (%pc,addr),-(%sp) */
520 0, 0, 0, 2, /* + (.got + 4) - . */
521 0x4e, 0xfb, 0x01, 0x71, /* jmp ([%pc,addr]) */
522 0, 0, 0, 2, /* + (.got + 8) - . */
523 0, 0, 0, 0 /* pad out to 20 bytes. */
526 /* Subsequent entries in a procedure linkage table look like this. */
528 static const bfd_byte elf_m68k_plt_entry
[PLT_ENTRY_SIZE
] =
530 0x4e, 0xfb, 0x01, 0x71, /* jmp ([%pc,symbol@GOTPC]) */
531 0, 0, 0, 2, /* + (.got.plt entry) - . */
532 0x2f, 0x3c, /* move.l #offset,-(%sp) */
533 0, 0, 0, 0, /* + reloc index */
534 0x60, 0xff, /* bra.l .plt */
535 0, 0, 0, 0 /* + .plt - . */
538 static const struct elf_m68k_plt_info elf_m68k_plt_info
= {
540 elf_m68k_plt0_entry
, { 4, 12 },
541 elf_m68k_plt_entry
, { 4, 16 }, 8
544 #define ISAB_PLT_ENTRY_SIZE 24
546 static const bfd_byte elf_isab_plt0_entry
[ISAB_PLT_ENTRY_SIZE
] =
548 0x20, 0x3c, /* move.l #offset,%d0 */
549 0, 0, 0, 0, /* + (.got + 4) - . */
550 0x2f, 0x3b, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l),-(%sp) */
551 0x20, 0x3c, /* move.l #offset,%d0 */
552 0, 0, 0, 0, /* + (.got + 8) - . */
553 0x20, 0x7b, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l), %a0 */
554 0x4e, 0xd0, /* jmp (%a0) */
558 /* Subsequent entries in a procedure linkage table look like this. */
560 static const bfd_byte elf_isab_plt_entry
[ISAB_PLT_ENTRY_SIZE
] =
562 0x20, 0x3c, /* move.l #offset,%d0 */
563 0, 0, 0, 0, /* + (.got.plt entry) - . */
564 0x20, 0x7b, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l), %a0 */
565 0x4e, 0xd0, /* jmp (%a0) */
566 0x2f, 0x3c, /* move.l #offset,-(%sp) */
567 0, 0, 0, 0, /* + reloc index */
568 0x60, 0xff, /* bra.l .plt */
569 0, 0, 0, 0 /* + .plt - . */
572 static const struct elf_m68k_plt_info elf_isab_plt_info
= {
574 elf_isab_plt0_entry
, { 2, 12 },
575 elf_isab_plt_entry
, { 2, 20 }, 12
578 #define ISAC_PLT_ENTRY_SIZE 24
580 static const bfd_byte elf_isac_plt0_entry
[ISAC_PLT_ENTRY_SIZE
] =
582 0x20, 0x3c, /* move.l #offset,%d0 */
583 0, 0, 0, 0, /* replaced with .got + 4 - . */
584 0x2e, 0xbb, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l),(%sp) */
585 0x20, 0x3c, /* move.l #offset,%d0 */
586 0, 0, 0, 0, /* replaced with .got + 8 - . */
587 0x20, 0x7b, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l), %a0 */
588 0x4e, 0xd0, /* jmp (%a0) */
592 /* Subsequent entries in a procedure linkage table look like this. */
594 static const bfd_byte elf_isac_plt_entry
[ISAC_PLT_ENTRY_SIZE
] =
596 0x20, 0x3c, /* move.l #offset,%d0 */
597 0, 0, 0, 0, /* replaced with (.got entry) - . */
598 0x20, 0x7b, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l), %a0 */
599 0x4e, 0xd0, /* jmp (%a0) */
600 0x2f, 0x3c, /* move.l #offset,-(%sp) */
601 0, 0, 0, 0, /* replaced with offset into relocation table */
602 0x61, 0xff, /* bsr.l .plt */
603 0, 0, 0, 0 /* replaced with .plt - . */
606 static const struct elf_m68k_plt_info elf_isac_plt_info
= {
608 elf_isac_plt0_entry
, { 2, 12},
609 elf_isac_plt_entry
, { 2, 20 }, 12
612 #define CPU32_PLT_ENTRY_SIZE 24
613 /* Procedure linkage table entries for the cpu32 */
614 static const bfd_byte elf_cpu32_plt0_entry
[CPU32_PLT_ENTRY_SIZE
] =
616 0x2f, 0x3b, 0x01, 0x70, /* move.l (%pc,addr),-(%sp) */
617 0, 0, 0, 2, /* + (.got + 4) - . */
618 0x22, 0x7b, 0x01, 0x70, /* moveal %pc@(0xc), %a1 */
619 0, 0, 0, 2, /* + (.got + 8) - . */
620 0x4e, 0xd1, /* jmp %a1@ */
621 0, 0, 0, 0, /* pad out to 24 bytes. */
625 static const bfd_byte elf_cpu32_plt_entry
[CPU32_PLT_ENTRY_SIZE
] =
627 0x22, 0x7b, 0x01, 0x70, /* moveal %pc@(0xc), %a1 */
628 0, 0, 0, 2, /* + (.got.plt entry) - . */
629 0x4e, 0xd1, /* jmp %a1@ */
630 0x2f, 0x3c, /* move.l #offset,-(%sp) */
631 0, 0, 0, 0, /* + reloc index */
632 0x60, 0xff, /* bra.l .plt */
633 0, 0, 0, 0, /* + .plt - . */
637 static const struct elf_m68k_plt_info elf_cpu32_plt_info
= {
638 CPU32_PLT_ENTRY_SIZE
,
639 elf_cpu32_plt0_entry
, { 4, 12 },
640 elf_cpu32_plt_entry
, { 4, 18 }, 10
643 /* The m68k linker needs to keep track of the number of relocs that it
644 decides to copy in check_relocs for each symbol. This is so that it
645 can discard PC relative relocs if it doesn't need them when linking
646 with -Bsymbolic. We store the information in a field extending the
647 regular ELF linker hash table. */
649 /* This structure keeps track of the number of PC relative relocs we have
650 copied for a given symbol. */
652 struct elf_m68k_pcrel_relocs_copied
655 struct elf_m68k_pcrel_relocs_copied
*next
;
656 /* A section in dynobj. */
658 /* Number of relocs copied in this section. */
662 /* Forward declaration. */
663 struct elf_m68k_got_entry
;
665 /* m68k ELF linker hash entry. */
667 struct elf_m68k_link_hash_entry
669 struct elf_link_hash_entry root
;
671 /* Number of PC relative relocs copied for this symbol. */
672 struct elf_m68k_pcrel_relocs_copied
*pcrel_relocs_copied
;
674 /* Key to got_entries. */
675 unsigned long got_entry_key
;
677 /* List of GOT entries for this symbol. This list is build during
678 offset finalization and is used within elf_m68k_finish_dynamic_symbol
679 to traverse all GOT entries for a particular symbol.
681 ??? We could've used root.got.glist field instead, but having
682 a separate field is cleaner. */
683 struct elf_m68k_got_entry
*glist
;
686 #define elf_m68k_hash_entry(ent) ((struct elf_m68k_link_hash_entry *) (ent))
688 /* Key part of GOT entry in hashtable. */
689 struct elf_m68k_got_entry_key
691 /* BFD in which this symbol was defined. NULL for global symbols. */
694 /* Symbol index. Either local symbol index or h->got_entry_key. */
695 unsigned long symndx
;
697 /* Type is one of R_68K_GOT{8, 16, 32}O, R_68K_TLS_GD{8, 16, 32},
698 R_68K_TLS_LDM{8, 16, 32} or R_68K_TLS_IE{8, 16, 32}.
700 From perspective of hashtable key, only elf_m68k_got_reloc_type (type)
701 matters. That is, we distinguish between, say, R_68K_GOT16O
702 and R_68K_GOT32O when allocating offsets, but they are considered to be
703 the same when searching got->entries. */
704 enum elf_m68k_reloc_type type
;
707 /* Size of the GOT offset suitable for relocation. */
708 enum elf_m68k_got_offset_size
{ R_8
, R_16
, R_32
, R_LAST
};
710 /* Entry of the GOT. */
711 struct elf_m68k_got_entry
713 /* GOT entries are put into a got->entries hashtable. This is the key. */
714 struct elf_m68k_got_entry_key key_
;
716 /* GOT entry data. We need s1 before offset finalization and s2 after. */
721 /* Number of times this entry is referenced. It is used to
722 filter out unnecessary GOT slots in elf_m68k_gc_sweep_hook. */
728 /* Offset from the start of .got section. To calculate offset relative
729 to GOT pointer one should substract got->offset from this value. */
732 /* Pointer to the next GOT entry for this global symbol.
733 Symbols have at most one entry in one GOT, but might
734 have entries in more than one GOT.
735 Root of this list is h->glist.
736 NULL for local symbols. */
737 struct elf_m68k_got_entry
*next
;
742 /* Return representative type for relocation R_TYPE.
743 This is used to avoid enumerating many relocations in comparisons,
746 static enum elf_m68k_reloc_type
747 elf_m68k_reloc_got_type (enum elf_m68k_reloc_type r_type
)
751 /* In most cases R_68K_GOTx relocations require the very same
752 handling as R_68K_GOT32O relocation. In cases when we need
753 to distinguish between the two, we use explicitly compare against
766 return R_68K_TLS_GD32
;
768 case R_68K_TLS_LDM32
:
769 case R_68K_TLS_LDM16
:
771 return R_68K_TLS_LDM32
;
776 return R_68K_TLS_IE32
;
784 /* Return size of the GOT entry offset for relocation R_TYPE. */
786 static enum elf_m68k_got_offset_size
787 elf_m68k_reloc_got_offset_size (enum elf_m68k_reloc_type r_type
)
791 case R_68K_GOT32
: case R_68K_GOT16
: case R_68K_GOT8
:
792 case R_68K_GOT32O
: case R_68K_TLS_GD32
: case R_68K_TLS_LDM32
:
796 case R_68K_GOT16O
: case R_68K_TLS_GD16
: case R_68K_TLS_LDM16
:
800 case R_68K_GOT8O
: case R_68K_TLS_GD8
: case R_68K_TLS_LDM8
:
810 /* Return number of GOT entries we need to allocate in GOT for
811 relocation R_TYPE. */
814 elf_m68k_reloc_got_n_slots (enum elf_m68k_reloc_type r_type
)
816 switch (elf_m68k_reloc_got_type (r_type
))
823 case R_68K_TLS_LDM32
:
832 /* Return TRUE if relocation R_TYPE is a TLS one. */
835 elf_m68k_reloc_tls_p (enum elf_m68k_reloc_type r_type
)
839 case R_68K_TLS_GD32
: case R_68K_TLS_GD16
: case R_68K_TLS_GD8
:
840 case R_68K_TLS_LDM32
: case R_68K_TLS_LDM16
: case R_68K_TLS_LDM8
:
841 case R_68K_TLS_LDO32
: case R_68K_TLS_LDO16
: case R_68K_TLS_LDO8
:
842 case R_68K_TLS_IE32
: case R_68K_TLS_IE16
: case R_68K_TLS_IE8
:
843 case R_68K_TLS_LE32
: case R_68K_TLS_LE16
: case R_68K_TLS_LE8
:
844 case R_68K_TLS_DTPMOD32
: case R_68K_TLS_DTPREL32
: case R_68K_TLS_TPREL32
:
852 /* Data structure representing a single GOT. */
855 /* Hashtable of 'struct elf_m68k_got_entry's.
856 Starting size of this table is the maximum number of
857 R_68K_GOT8O entries. */
860 /* Number of R_x slots in this GOT. Some (e.g., TLS) entries require
863 n_slots[R_8] is the count of R_8 slots in this GOT.
864 n_slots[R_16] is the cumulative count of R_8 and R_16 slots
866 n_slots[R_32] is the cumulative count of R_8, R_16 and R_32 slots
867 in this GOT. This is the total number of slots. */
868 bfd_vma n_slots
[R_LAST
];
870 /* Number of local (entry->key_.h == NULL) slots in this GOT.
871 This is only used to properly calculate size of .rela.got section;
872 see elf_m68k_partition_multi_got. */
873 bfd_vma local_n_slots
;
875 /* Offset of this GOT relative to beginning of .got section. */
879 /* BFD and its GOT. This is an entry in multi_got->bfd2got hashtable. */
880 struct elf_m68k_bfd2got_entry
885 /* Assigned GOT. Before partitioning multi-GOT each BFD has its own
886 GOT structure. After partitioning several BFD's might [and often do]
887 share a single GOT. */
888 struct elf_m68k_got
*got
;
891 /* The main data structure holding all the pieces. */
892 struct elf_m68k_multi_got
894 /* Hashtable mapping each BFD to its GOT. If a BFD doesn't have an entry
895 here, then it doesn't need a GOT (this includes the case of a BFD
896 having an empty GOT).
898 ??? This hashtable can be replaced by an array indexed by bfd->id. */
901 /* Next symndx to assign a global symbol.
902 h->got_entry_key is initialized from this counter. */
903 unsigned long global_symndx
;
906 /* m68k ELF linker hash table. */
908 struct elf_m68k_link_hash_table
910 struct elf_link_hash_table root
;
912 /* Small local sym cache. */
913 struct sym_cache sym_cache
;
915 /* The PLT format used by this link, or NULL if the format has not
917 const struct elf_m68k_plt_info
*plt_info
;
919 /* True, if GP is loaded within each function which uses it.
920 Set to TRUE when GOT negative offsets or multi-GOT is enabled. */
921 bfd_boolean local_gp_p
;
923 /* Switch controlling use of negative offsets to double the size of GOTs. */
924 bfd_boolean use_neg_got_offsets_p
;
926 /* Switch controlling generation of multiple GOTs. */
927 bfd_boolean allow_multigot_p
;
929 /* Multi-GOT data structure. */
930 struct elf_m68k_multi_got multi_got_
;
933 /* Get the m68k ELF linker hash table from a link_info structure. */
935 #define elf_m68k_hash_table(p) \
936 ((struct elf_m68k_link_hash_table *) (p)->hash)
938 /* Shortcut to multi-GOT data. */
939 #define elf_m68k_multi_got(INFO) (&elf_m68k_hash_table (INFO)->multi_got_)
941 /* Create an entry in an m68k ELF linker hash table. */
943 static struct bfd_hash_entry
*
944 elf_m68k_link_hash_newfunc (entry
, table
, string
)
945 struct bfd_hash_entry
*entry
;
946 struct bfd_hash_table
*table
;
949 struct bfd_hash_entry
*ret
= entry
;
951 /* Allocate the structure if it has not already been allocated by a
954 ret
= bfd_hash_allocate (table
,
955 sizeof (struct elf_m68k_link_hash_entry
));
959 /* Call the allocation method of the superclass. */
960 ret
= _bfd_elf_link_hash_newfunc (ret
, table
, string
);
963 elf_m68k_hash_entry (ret
)->pcrel_relocs_copied
= NULL
;
964 elf_m68k_hash_entry (ret
)->got_entry_key
= 0;
965 elf_m68k_hash_entry (ret
)->glist
= NULL
;
971 /* Create an m68k ELF linker hash table. */
973 static struct bfd_link_hash_table
*
974 elf_m68k_link_hash_table_create (abfd
)
977 struct elf_m68k_link_hash_table
*ret
;
978 bfd_size_type amt
= sizeof (struct elf_m68k_link_hash_table
);
980 ret
= (struct elf_m68k_link_hash_table
*) bfd_malloc (amt
);
981 if (ret
== (struct elf_m68k_link_hash_table
*) NULL
)
984 if (!_bfd_elf_link_hash_table_init (&ret
->root
, abfd
,
985 elf_m68k_link_hash_newfunc
,
986 sizeof (struct elf_m68k_link_hash_entry
)))
992 ret
->sym_cache
.abfd
= NULL
;
993 ret
->plt_info
= NULL
;
994 ret
->local_gp_p
= FALSE
;
995 ret
->use_neg_got_offsets_p
= FALSE
;
996 ret
->allow_multigot_p
= FALSE
;
997 ret
->multi_got_
.bfd2got
= NULL
;
998 ret
->multi_got_
.global_symndx
= 1;
1000 return &ret
->root
.root
;
1003 /* Destruct local data. */
1006 elf_m68k_link_hash_table_free (struct bfd_link_hash_table
*_htab
)
1008 struct elf_m68k_link_hash_table
*htab
;
1010 htab
= (struct elf_m68k_link_hash_table
*) _htab
;
1012 if (htab
->multi_got_
.bfd2got
!= NULL
)
1014 htab_delete (htab
->multi_got_
.bfd2got
);
1015 htab
->multi_got_
.bfd2got
= NULL
;
1019 /* Set the right machine number. */
1022 elf32_m68k_object_p (bfd
*abfd
)
1024 unsigned int mach
= 0;
1025 unsigned features
= 0;
1026 flagword eflags
= elf_elfheader (abfd
)->e_flags
;
1028 if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_M68000
)
1030 else if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_CPU32
)
1032 else if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_FIDO
)
1036 switch (eflags
& EF_M68K_CF_ISA_MASK
)
1038 case EF_M68K_CF_ISA_A_NODIV
:
1039 features
|= mcfisa_a
;
1041 case EF_M68K_CF_ISA_A
:
1042 features
|= mcfisa_a
|mcfhwdiv
;
1044 case EF_M68K_CF_ISA_A_PLUS
:
1045 features
|= mcfisa_a
|mcfisa_aa
|mcfhwdiv
|mcfusp
;
1047 case EF_M68K_CF_ISA_B_NOUSP
:
1048 features
|= mcfisa_a
|mcfisa_b
|mcfhwdiv
;
1050 case EF_M68K_CF_ISA_B
:
1051 features
|= mcfisa_a
|mcfisa_b
|mcfhwdiv
|mcfusp
;
1053 case EF_M68K_CF_ISA_C
:
1054 features
|= mcfisa_a
|mcfisa_c
|mcfhwdiv
|mcfusp
;
1056 case EF_M68K_CF_ISA_C_NODIV
:
1057 features
|= mcfisa_a
|mcfisa_c
|mcfusp
;
1060 switch (eflags
& EF_M68K_CF_MAC_MASK
)
1062 case EF_M68K_CF_MAC
:
1065 case EF_M68K_CF_EMAC
:
1066 features
|= mcfemac
;
1069 if (eflags
& EF_M68K_CF_FLOAT
)
1073 mach
= bfd_m68k_features_to_mach (features
);
1074 bfd_default_set_arch_mach (abfd
, bfd_arch_m68k
, mach
);
1079 /* Keep m68k-specific flags in the ELF header. */
1081 elf32_m68k_set_private_flags (abfd
, flags
)
1085 elf_elfheader (abfd
)->e_flags
= flags
;
1086 elf_flags_init (abfd
) = TRUE
;
1090 /* Merge backend specific data from an object file to the output
1091 object file when linking. */
1093 elf32_m68k_merge_private_bfd_data (ibfd
, obfd
)
1101 const bfd_arch_info_type
*arch_info
;
1103 if ( bfd_get_flavour (ibfd
) != bfd_target_elf_flavour
1104 || bfd_get_flavour (obfd
) != bfd_target_elf_flavour
)
1107 /* Get the merged machine. This checks for incompatibility between
1108 Coldfire & non-Coldfire flags, incompability between different
1109 Coldfire ISAs, and incompability between different MAC types. */
1110 arch_info
= bfd_arch_get_compatible (ibfd
, obfd
, FALSE
);
1114 bfd_set_arch_mach (obfd
, bfd_arch_m68k
, arch_info
->mach
);
1116 in_flags
= elf_elfheader (ibfd
)->e_flags
;
1117 if (!elf_flags_init (obfd
))
1119 elf_flags_init (obfd
) = TRUE
;
1120 out_flags
= in_flags
;
1124 out_flags
= elf_elfheader (obfd
)->e_flags
;
1125 unsigned int variant_mask
;
1127 if ((in_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_M68000
)
1129 else if ((in_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_CPU32
)
1131 else if ((in_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_FIDO
)
1134 variant_mask
= EF_M68K_CF_ISA_MASK
;
1136 in_isa
= (in_flags
& variant_mask
);
1137 out_isa
= (out_flags
& variant_mask
);
1138 if (in_isa
> out_isa
)
1139 out_flags
^= in_isa
^ out_isa
;
1140 if (((in_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_CPU32
1141 && (out_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_FIDO
)
1142 || ((in_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_FIDO
1143 && (out_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_CPU32
))
1144 out_flags
= EF_M68K_FIDO
;
1146 out_flags
|= in_flags
^ in_isa
;
1148 elf_elfheader (obfd
)->e_flags
= out_flags
;
1153 /* Display the flags field. */
1156 elf32_m68k_print_private_bfd_data (bfd
*abfd
, void * ptr
)
1158 FILE *file
= (FILE *) ptr
;
1159 flagword eflags
= elf_elfheader (abfd
)->e_flags
;
1161 BFD_ASSERT (abfd
!= NULL
&& ptr
!= NULL
);
1163 /* Print normal ELF private data. */
1164 _bfd_elf_print_private_bfd_data (abfd
, ptr
);
1166 /* Ignore init flag - it may not be set, despite the flags field containing valid data. */
1168 /* xgettext:c-format */
1169 fprintf (file
, _("private flags = %lx:"), elf_elfheader (abfd
)->e_flags
);
1171 if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_M68000
)
1172 fprintf (file
, " [m68000]");
1173 else if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_CPU32
)
1174 fprintf (file
, " [cpu32]");
1175 else if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_FIDO
)
1176 fprintf (file
, " [fido]");
1179 if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_CFV4E
)
1180 fprintf (file
, " [cfv4e]");
1182 if (eflags
& EF_M68K_CF_ISA_MASK
)
1184 char const *isa
= _("unknown");
1185 char const *mac
= _("unknown");
1186 char const *additional
= "";
1188 switch (eflags
& EF_M68K_CF_ISA_MASK
)
1190 case EF_M68K_CF_ISA_A_NODIV
:
1192 additional
= " [nodiv]";
1194 case EF_M68K_CF_ISA_A
:
1197 case EF_M68K_CF_ISA_A_PLUS
:
1200 case EF_M68K_CF_ISA_B_NOUSP
:
1202 additional
= " [nousp]";
1204 case EF_M68K_CF_ISA_B
:
1207 case EF_M68K_CF_ISA_C
:
1210 case EF_M68K_CF_ISA_C_NODIV
:
1212 additional
= " [nodiv]";
1215 fprintf (file
, " [isa %s]%s", isa
, additional
);
1217 if (eflags
& EF_M68K_CF_FLOAT
)
1218 fprintf (file
, " [float]");
1220 switch (eflags
& EF_M68K_CF_MAC_MASK
)
1225 case EF_M68K_CF_MAC
:
1228 case EF_M68K_CF_EMAC
:
1233 fprintf (file
, " [%s]", mac
);
1242 /* Multi-GOT support implementation design:
1244 Multi-GOT starts in check_relocs hook. There we scan all
1245 relocations of a BFD and build a local GOT (struct elf_m68k_got)
1246 for it. If a single BFD appears to require too many GOT slots with
1247 R_68K_GOT8O or R_68K_GOT16O relocations, we fail with notification
1249 After check_relocs has been invoked for each input BFD, we have
1250 constructed a GOT for each input BFD.
1252 To minimize total number of GOTs required for a particular output BFD
1253 (as some environments support only 1 GOT per output object) we try
1254 to merge some of the GOTs to share an offset space. Ideally [and in most
1255 cases] we end up with a single GOT. In cases when there are too many
1256 restricted relocations (e.g., R_68K_GOT16O relocations) we end up with
1257 several GOTs, assuming the environment can handle them.
1259 Partitioning is done in elf_m68k_partition_multi_got. We start with
1260 an empty GOT and traverse bfd2got hashtable putting got_entries from
1261 local GOTs to the new 'big' one. We do that by constructing an
1262 intermediate GOT holding all the entries the local GOT has and the big
1263 GOT lacks. Then we check if there is room in the big GOT to accomodate
1264 all the entries from diff. On success we add those entries to the big
1265 GOT; on failure we start the new 'big' GOT and retry the adding of
1266 entries from the local GOT. Note that this retry will always succeed as
1267 each local GOT doesn't overflow the limits. After partitioning we
1268 end up with each bfd assigned one of the big GOTs. GOT entries in the
1269 big GOTs are initialized with GOT offsets. Note that big GOTs are
1270 positioned consequently in program space and represent a single huge GOT
1271 to the outside world.
1273 After that we get to elf_m68k_relocate_section. There we
1274 adjust relocations of GOT pointer (_GLOBAL_OFFSET_TABLE_) and symbol
1275 relocations to refer to appropriate [assigned to current input_bfd]
1280 GOT entry type: We have several types of GOT entries.
1281 * R_8 type is used in entries for symbols that have at least one
1282 R_68K_GOT8O or R_68K_TLS_*8 relocation. We can have at most 0x40
1283 such entries in one GOT.
1284 * R_16 type is used in entries for symbols that have at least one
1285 R_68K_GOT16O or R_68K_TLS_*16 relocation and no R_8 relocations.
1286 We can have at most 0x4000 such entries in one GOT.
1287 * R_32 type is used in all other cases. We can have as many
1288 such entries in one GOT as we'd like.
1289 When counting relocations we have to include the count of the smaller
1290 ranged relocations in the counts of the larger ranged ones in order
1291 to correctly detect overflow.
1293 Sorting the GOT: In each GOT starting offsets are assigned to
1294 R_8 entries, which are followed by R_16 entries, and
1295 R_32 entries go at the end. See finalize_got_offsets for details.
1297 Negative GOT offsets: To double usable offset range of GOTs we use
1298 negative offsets. As we assign entries with GOT offsets relative to
1299 start of .got section, the offset values are positive. They become
1300 negative only in relocate_section where got->offset value is
1301 subtracted from them.
1303 3 special GOT entries: There are 3 special GOT entries used internally
1304 by loader. These entries happen to be placed to .got.plt section,
1305 so we don't do anything about them in multi-GOT support.
1307 Memory management: All data except for hashtables
1308 multi_got->bfd2got and got->entries are allocated on
1309 elf_hash_table (info)->dynobj bfd (for this reason we pass 'info'
1310 to most functions), so we don't need to care to free them. At the
1311 moment of allocation hashtables are being linked into main data
1312 structure (multi_got), all pieces of which are reachable from
1313 elf_m68k_multi_got (info). We deallocate them in
1314 elf_m68k_link_hash_table_free. */
1316 /* Initialize GOT. */
1319 elf_m68k_init_got (struct elf_m68k_got
*got
)
1321 got
->entries
= NULL
;
1322 got
->n_slots
[R_8
] = 0;
1323 got
->n_slots
[R_16
] = 0;
1324 got
->n_slots
[R_32
] = 0;
1325 got
->local_n_slots
= 0;
1326 got
->offset
= (bfd_vma
) -1;
1332 elf_m68k_clear_got (struct elf_m68k_got
*got
)
1334 if (got
->entries
!= NULL
)
1336 htab_delete (got
->entries
);
1337 got
->entries
= NULL
;
1341 /* Create and empty GOT structure. INFO is the context where memory
1342 should be allocated. */
1344 static struct elf_m68k_got
*
1345 elf_m68k_create_empty_got (struct bfd_link_info
*info
)
1347 struct elf_m68k_got
*got
;
1349 got
= bfd_alloc (elf_hash_table (info
)->dynobj
, sizeof (*got
));
1353 elf_m68k_init_got (got
);
1358 /* Initialize KEY. */
1361 elf_m68k_init_got_entry_key (struct elf_m68k_got_entry_key
*key
,
1362 struct elf_link_hash_entry
*h
,
1363 const bfd
*abfd
, unsigned long symndx
,
1364 enum elf_m68k_reloc_type reloc_type
)
1366 if (elf_m68k_reloc_got_type (reloc_type
) == R_68K_TLS_LDM32
)
1367 /* All TLS_LDM relocations share a single GOT entry. */
1373 /* Global symbols are identified with their got_entry_key. */
1376 key
->symndx
= elf_m68k_hash_entry (h
)->got_entry_key
;
1377 BFD_ASSERT (key
->symndx
!= 0);
1380 /* Local symbols are identified by BFD they appear in and symndx. */
1383 key
->symndx
= symndx
;
1386 key
->type
= reloc_type
;
1389 /* Calculate hash of got_entry.
1393 elf_m68k_got_entry_hash (const void *_entry
)
1395 const struct elf_m68k_got_entry_key
*key
;
1397 key
= &((const struct elf_m68k_got_entry
*) _entry
)->key_
;
1400 + (key
->bfd
!= NULL
? (int) key
->bfd
->id
: -1)
1401 + elf_m68k_reloc_got_type (key
->type
));
1404 /* Check if two got entries are equal. */
1407 elf_m68k_got_entry_eq (const void *_entry1
, const void *_entry2
)
1409 const struct elf_m68k_got_entry_key
*key1
;
1410 const struct elf_m68k_got_entry_key
*key2
;
1412 key1
= &((const struct elf_m68k_got_entry
*) _entry1
)->key_
;
1413 key2
= &((const struct elf_m68k_got_entry
*) _entry2
)->key_
;
1415 return (key1
->bfd
== key2
->bfd
1416 && key1
->symndx
== key2
->symndx
1417 && (elf_m68k_reloc_got_type (key1
->type
)
1418 == elf_m68k_reloc_got_type (key2
->type
)));
1421 /* When using negative offsets, we allocate one extra R_8, one extra R_16
1422 and one extra R_32 slots to simplify handling of 2-slot entries during
1423 offset allocation -- hence -1 for R_8 slots and -2 for R_16 slots. */
1425 /* Maximal number of R_8 slots in a single GOT. */
1426 #define ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT(INFO) \
1427 (elf_m68k_hash_table (INFO)->use_neg_got_offsets_p \
1431 /* Maximal number of R_8 and R_16 slots in a single GOT. */
1432 #define ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT(INFO) \
1433 (elf_m68k_hash_table (INFO)->use_neg_got_offsets_p \
1437 /* SEARCH - simply search the hashtable, don't insert new entries or fail when
1438 the entry cannot be found.
1439 FIND_OR_CREATE - search for an existing entry, but create new if there's
1441 MUST_FIND - search for an existing entry and assert that it exist.
1442 MUST_CREATE - assert that there's no such entry and create new one. */
1443 enum elf_m68k_get_entry_howto
1451 /* Get or create (depending on HOWTO) entry with KEY in GOT.
1452 INFO is context in which memory should be allocated (can be NULL if
1453 HOWTO is SEARCH or MUST_FIND). */
1455 static struct elf_m68k_got_entry
*
1456 elf_m68k_get_got_entry (struct elf_m68k_got
*got
,
1457 const struct elf_m68k_got_entry_key
*key
,
1458 enum elf_m68k_get_entry_howto howto
,
1459 struct bfd_link_info
*info
)
1461 struct elf_m68k_got_entry entry_
;
1462 struct elf_m68k_got_entry
*entry
;
1465 BFD_ASSERT ((info
== NULL
) == (howto
== SEARCH
|| howto
== MUST_FIND
));
1467 if (got
->entries
== NULL
)
1468 /* This is the first entry in ABFD. Initialize hashtable. */
1470 if (howto
== SEARCH
)
1473 got
->entries
= htab_try_create (ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT
1475 elf_m68k_got_entry_hash
,
1476 elf_m68k_got_entry_eq
, NULL
);
1477 if (got
->entries
== NULL
)
1479 bfd_set_error (bfd_error_no_memory
);
1485 ptr
= htab_find_slot (got
->entries
, &entry_
, (howto
!= SEARCH
1486 ? INSERT
: NO_INSERT
));
1489 if (howto
== SEARCH
)
1490 /* Entry not found. */
1493 /* We're out of memory. */
1494 bfd_set_error (bfd_error_no_memory
);
1499 /* We didn't find the entry and we're asked to create a new one. */
1501 BFD_ASSERT (howto
!= MUST_FIND
&& howto
!= SEARCH
);
1503 entry
= bfd_alloc (elf_hash_table (info
)->dynobj
, sizeof (*entry
));
1507 /* Initialize new entry. */
1510 entry
->u
.s1
.refcount
= 0;
1512 /* Mark the entry as not initialized. */
1513 entry
->key_
.type
= R_68K_max
;
1518 /* We found the entry. */
1520 BFD_ASSERT (howto
!= MUST_CREATE
);
1528 /* Update GOT counters when merging entry of WAS type with entry of NEW type.
1529 Return the value to which ENTRY's type should be set. */
1531 static enum elf_m68k_reloc_type
1532 elf_m68k_update_got_entry_type (struct elf_m68k_got
*got
,
1533 enum elf_m68k_reloc_type was
,
1534 enum elf_m68k_reloc_type new_reloc
)
1536 enum elf_m68k_got_offset_size was_size
;
1537 enum elf_m68k_got_offset_size new_size
;
1540 if (was
== R_68K_max
)
1541 /* The type of the entry is not initialized yet. */
1543 /* Update all got->n_slots counters, including n_slots[R_32]. */
1550 /* !!! We, probably, should emit an error rather then fail on assert
1552 BFD_ASSERT (elf_m68k_reloc_got_type (was
)
1553 == elf_m68k_reloc_got_type (new_reloc
));
1555 was_size
= elf_m68k_reloc_got_offset_size (was
);
1558 new_size
= elf_m68k_reloc_got_offset_size (new_reloc
);
1559 n_slots
= elf_m68k_reloc_got_n_slots (new_reloc
);
1561 while (was_size
> new_size
)
1564 got
->n_slots
[was_size
] += n_slots
;
1567 if (new_reloc
> was
)
1568 /* Relocations are ordered from bigger got offset size to lesser,
1569 so choose the relocation type with lesser offset size. */
1575 /* Update GOT counters when removing an entry of type TYPE. */
1578 elf_m68k_remove_got_entry_type (struct elf_m68k_got
*got
,
1579 enum elf_m68k_reloc_type type
)
1581 enum elf_m68k_got_offset_size os
;
1584 n_slots
= elf_m68k_reloc_got_n_slots (type
);
1586 /* Decrese counter of slots with offset size corresponding to TYPE
1587 and all greater offset sizes. */
1588 for (os
= elf_m68k_reloc_got_offset_size (type
); os
<= R_32
; ++os
)
1590 BFD_ASSERT (got
->n_slots
[os
] >= n_slots
);
1592 got
->n_slots
[os
] -= n_slots
;
1596 /* Add new or update existing entry to GOT.
1597 H, ABFD, TYPE and SYMNDX is data for the entry.
1598 INFO is a context where memory should be allocated. */
1600 static struct elf_m68k_got_entry
*
1601 elf_m68k_add_entry_to_got (struct elf_m68k_got
*got
,
1602 struct elf_link_hash_entry
*h
,
1604 enum elf_m68k_reloc_type reloc_type
,
1605 unsigned long symndx
,
1606 struct bfd_link_info
*info
)
1608 struct elf_m68k_got_entry_key key_
;
1609 struct elf_m68k_got_entry
*entry
;
1611 if (h
!= NULL
&& elf_m68k_hash_entry (h
)->got_entry_key
== 0)
1612 elf_m68k_hash_entry (h
)->got_entry_key
1613 = elf_m68k_multi_got (info
)->global_symndx
++;
1615 elf_m68k_init_got_entry_key (&key_
, h
, abfd
, symndx
, reloc_type
);
1617 entry
= elf_m68k_get_got_entry (got
, &key_
, FIND_OR_CREATE
, info
);
1621 /* Determine entry's type and update got->n_slots counters. */
1622 entry
->key_
.type
= elf_m68k_update_got_entry_type (got
,
1626 /* Update refcount. */
1627 ++entry
->u
.s1
.refcount
;
1629 if (entry
->u
.s1
.refcount
== 1)
1630 /* We see this entry for the first time. */
1632 if (entry
->key_
.bfd
!= NULL
)
1633 got
->local_n_slots
+= elf_m68k_reloc_got_n_slots (entry
->key_
.type
);
1636 BFD_ASSERT (got
->n_slots
[R_32
] >= got
->local_n_slots
);
1638 if ((got
->n_slots
[R_8
]
1639 > ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT (info
))
1640 || (got
->n_slots
[R_16
]
1641 > ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT (info
)))
1642 /* This BFD has too many relocation. */
1644 if (got
->n_slots
[R_8
] > ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT (info
))
1645 (*_bfd_error_handler
) (_("%B: GOT overflow: "
1646 "Number of relocations with 8-bit "
1649 ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT (info
));
1651 (*_bfd_error_handler
) (_("%B: GOT overflow: "
1652 "Number of relocations with 8- or 16-bit "
1655 ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT (info
));
1663 /* Compute the hash value of the bfd in a bfd2got hash entry. */
1666 elf_m68k_bfd2got_entry_hash (const void *entry
)
1668 const struct elf_m68k_bfd2got_entry
*e
;
1670 e
= (const struct elf_m68k_bfd2got_entry
*) entry
;
1675 /* Check whether two hash entries have the same bfd. */
1678 elf_m68k_bfd2got_entry_eq (const void *entry1
, const void *entry2
)
1680 const struct elf_m68k_bfd2got_entry
*e1
;
1681 const struct elf_m68k_bfd2got_entry
*e2
;
1683 e1
= (const struct elf_m68k_bfd2got_entry
*) entry1
;
1684 e2
= (const struct elf_m68k_bfd2got_entry
*) entry2
;
1686 return e1
->bfd
== e2
->bfd
;
1689 /* Destruct a bfd2got entry. */
1692 elf_m68k_bfd2got_entry_del (void *_entry
)
1694 struct elf_m68k_bfd2got_entry
*entry
;
1696 entry
= (struct elf_m68k_bfd2got_entry
*) _entry
;
1698 BFD_ASSERT (entry
->got
!= NULL
);
1699 elf_m68k_clear_got (entry
->got
);
1702 /* Find existing or create new (depending on HOWTO) bfd2got entry in
1703 MULTI_GOT. ABFD is the bfd we need a GOT for. INFO is a context where
1704 memory should be allocated. */
1706 static struct elf_m68k_bfd2got_entry
*
1707 elf_m68k_get_bfd2got_entry (struct elf_m68k_multi_got
*multi_got
,
1709 enum elf_m68k_get_entry_howto howto
,
1710 struct bfd_link_info
*info
)
1712 struct elf_m68k_bfd2got_entry entry_
;
1714 struct elf_m68k_bfd2got_entry
*entry
;
1716 BFD_ASSERT ((info
== NULL
) == (howto
== SEARCH
|| howto
== MUST_FIND
));
1718 if (multi_got
->bfd2got
== NULL
)
1719 /* This is the first GOT. Initialize bfd2got. */
1721 if (howto
== SEARCH
)
1724 multi_got
->bfd2got
= htab_try_create (1, elf_m68k_bfd2got_entry_hash
,
1725 elf_m68k_bfd2got_entry_eq
,
1726 elf_m68k_bfd2got_entry_del
);
1727 if (multi_got
->bfd2got
== NULL
)
1729 bfd_set_error (bfd_error_no_memory
);
1735 ptr
= htab_find_slot (multi_got
->bfd2got
, &entry_
, (howto
!= SEARCH
1736 ? INSERT
: NO_INSERT
));
1739 if (howto
== SEARCH
)
1740 /* Entry not found. */
1743 /* We're out of memory. */
1744 bfd_set_error (bfd_error_no_memory
);
1749 /* Entry was not found. Create new one. */
1751 BFD_ASSERT (howto
!= MUST_FIND
&& howto
!= SEARCH
);
1753 entry
= ((struct elf_m68k_bfd2got_entry
*)
1754 bfd_alloc (elf_hash_table (info
)->dynobj
, sizeof (*entry
)));
1760 entry
->got
= elf_m68k_create_empty_got (info
);
1761 if (entry
->got
== NULL
)
1768 BFD_ASSERT (howto
!= MUST_CREATE
);
1770 /* Return existing entry. */
1777 struct elf_m68k_can_merge_gots_arg
1779 /* A current_got that we constructing a DIFF against. */
1780 struct elf_m68k_got
*big
;
1782 /* GOT holding entries not present or that should be changed in
1784 struct elf_m68k_got
*diff
;
1786 /* Context where to allocate memory. */
1787 struct bfd_link_info
*info
;
1790 bfd_boolean error_p
;
1793 /* Process a single entry from the small GOT to see if it should be added
1794 or updated in the big GOT. */
1797 elf_m68k_can_merge_gots_1 (void **_entry_ptr
, void *_arg
)
1799 const struct elf_m68k_got_entry
*entry1
;
1800 struct elf_m68k_can_merge_gots_arg
*arg
;
1801 const struct elf_m68k_got_entry
*entry2
;
1802 enum elf_m68k_reloc_type type
;
1804 entry1
= (const struct elf_m68k_got_entry
*) *_entry_ptr
;
1805 arg
= (struct elf_m68k_can_merge_gots_arg
*) _arg
;
1807 entry2
= elf_m68k_get_got_entry (arg
->big
, &entry1
->key_
, SEARCH
, NULL
);
1810 /* We found an existing entry. Check if we should update it. */
1812 type
= elf_m68k_update_got_entry_type (arg
->diff
,
1816 if (type
== entry2
->key_
.type
)
1817 /* ENTRY1 doesn't update data in ENTRY2. Skip it.
1818 To skip creation of difference entry we use the type,
1819 which we won't see in GOT entries for sure. */
1823 /* We didn't find the entry. Add entry1 to DIFF. */
1825 BFD_ASSERT (entry1
->key_
.type
!= R_68K_max
);
1827 type
= elf_m68k_update_got_entry_type (arg
->diff
,
1828 R_68K_max
, entry1
->key_
.type
);
1830 if (entry1
->key_
.bfd
!= NULL
)
1831 arg
->diff
->local_n_slots
+= elf_m68k_reloc_got_n_slots (type
);
1834 if (type
!= R_68K_max
)
1835 /* Create an entry in DIFF. */
1837 struct elf_m68k_got_entry
*entry
;
1839 entry
= elf_m68k_get_got_entry (arg
->diff
, &entry1
->key_
, MUST_CREATE
,
1843 arg
->error_p
= TRUE
;
1847 entry
->key_
.type
= type
;
1853 /* Return TRUE if SMALL GOT can be added to BIG GOT without overflowing it.
1854 Construct DIFF GOT holding the entries which should be added or updated
1855 in BIG GOT to accumulate information from SMALL.
1856 INFO is the context where memory should be allocated. */
1859 elf_m68k_can_merge_gots (struct elf_m68k_got
*big
,
1860 const struct elf_m68k_got
*small
,
1861 struct bfd_link_info
*info
,
1862 struct elf_m68k_got
*diff
)
1864 struct elf_m68k_can_merge_gots_arg arg_
;
1866 BFD_ASSERT (small
->offset
== (bfd_vma
) -1);
1871 arg_
.error_p
= FALSE
;
1872 htab_traverse_noresize (small
->entries
, elf_m68k_can_merge_gots_1
, &arg_
);
1879 /* Check for overflow. */
1880 if ((big
->n_slots
[R_8
] + arg_
.diff
->n_slots
[R_8
]
1881 > ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT (info
))
1882 || (big
->n_slots
[R_16
] + arg_
.diff
->n_slots
[R_16
]
1883 > ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT (info
)))
1889 struct elf_m68k_merge_gots_arg
1892 struct elf_m68k_got
*big
;
1894 /* Context where memory should be allocated. */
1895 struct bfd_link_info
*info
;
1898 bfd_boolean error_p
;
1901 /* Process a single entry from DIFF got. Add or update corresponding
1902 entry in the BIG got. */
1905 elf_m68k_merge_gots_1 (void **entry_ptr
, void *_arg
)
1907 const struct elf_m68k_got_entry
*from
;
1908 struct elf_m68k_merge_gots_arg
*arg
;
1909 struct elf_m68k_got_entry
*to
;
1911 from
= (const struct elf_m68k_got_entry
*) *entry_ptr
;
1912 arg
= (struct elf_m68k_merge_gots_arg
*) _arg
;
1914 to
= elf_m68k_get_got_entry (arg
->big
, &from
->key_
, FIND_OR_CREATE
,
1918 arg
->error_p
= TRUE
;
1922 BFD_ASSERT (to
->u
.s1
.refcount
== 0);
1923 /* All we need to merge is TYPE. */
1924 to
->key_
.type
= from
->key_
.type
;
1929 /* Merge data from DIFF to BIG. INFO is context where memory should be
1933 elf_m68k_merge_gots (struct elf_m68k_got
*big
,
1934 struct elf_m68k_got
*diff
,
1935 struct bfd_link_info
*info
)
1937 if (diff
->entries
!= NULL
)
1938 /* DIFF is not empty. Merge it into BIG GOT. */
1940 struct elf_m68k_merge_gots_arg arg_
;
1942 /* Merge entries. */
1945 arg_
.error_p
= FALSE
;
1946 htab_traverse_noresize (diff
->entries
, elf_m68k_merge_gots_1
, &arg_
);
1950 /* Merge counters. */
1951 big
->n_slots
[R_8
] += diff
->n_slots
[R_8
];
1952 big
->n_slots
[R_16
] += diff
->n_slots
[R_16
];
1953 big
->n_slots
[R_32
] += diff
->n_slots
[R_32
];
1954 big
->local_n_slots
+= diff
->local_n_slots
;
1957 /* DIFF is empty. */
1959 BFD_ASSERT (diff
->n_slots
[R_8
] == 0);
1960 BFD_ASSERT (diff
->n_slots
[R_16
] == 0);
1961 BFD_ASSERT (diff
->n_slots
[R_32
] == 0);
1962 BFD_ASSERT (diff
->local_n_slots
== 0);
1965 BFD_ASSERT (!elf_m68k_hash_table (info
)->allow_multigot_p
1966 || ((big
->n_slots
[R_8
]
1967 <= ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT (info
))
1968 && (big
->n_slots
[R_16
]
1969 <= ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT (info
))));
1974 struct elf_m68k_finalize_got_offsets_arg
1976 /* Ranges of the offsets for GOT entries.
1977 R_x entries receive offsets between offset1[R_x] and offset2[R_x].
1978 R_x is R_8, R_16 and R_32. */
1982 /* Mapping from global symndx to global symbols.
1983 This is used to build lists of got entries for global symbols. */
1984 struct elf_m68k_link_hash_entry
**symndx2h
;
1986 bfd_vma n_ldm_entries
;
1989 /* Assign ENTRY an offset. Build list of GOT entries for global symbols
1993 elf_m68k_finalize_got_offsets_1 (void **entry_ptr
, void *_arg
)
1995 struct elf_m68k_got_entry
*entry
;
1996 struct elf_m68k_finalize_got_offsets_arg
*arg
;
1998 enum elf_m68k_got_offset_size got_offset_size
;
2001 entry
= (struct elf_m68k_got_entry
*) *entry_ptr
;
2002 arg
= (struct elf_m68k_finalize_got_offsets_arg
*) _arg
;
2004 /* This should be a fresh entry created in elf_m68k_can_merge_gots. */
2005 BFD_ASSERT (entry
->u
.s1
.refcount
== 0);
2007 /* Get GOT offset size for the entry . */
2008 got_offset_size
= elf_m68k_reloc_got_offset_size (entry
->key_
.type
);
2010 /* Calculate entry size in bytes. */
2011 entry_size
= 4 * elf_m68k_reloc_got_n_slots (entry
->key_
.type
);
2013 /* Check if we should switch to negative range of the offsets. */
2014 if (arg
->offset1
[got_offset_size
] + entry_size
2015 > arg
->offset2
[got_offset_size
])
2017 /* Verify that this is the only switch to negative range for
2018 got_offset_size. If this assertion fails, then we've miscalculated
2019 range for got_offset_size entries in
2020 elf_m68k_finalize_got_offsets. */
2021 BFD_ASSERT (arg
->offset2
[got_offset_size
]
2022 != arg
->offset2
[-(int) got_offset_size
- 1]);
2025 arg
->offset1
[got_offset_size
] = arg
->offset1
[-(int) got_offset_size
- 1];
2026 arg
->offset2
[got_offset_size
] = arg
->offset2
[-(int) got_offset_size
- 1];
2028 /* Verify that now we have enough room for the entry. */
2029 BFD_ASSERT (arg
->offset1
[got_offset_size
] + entry_size
2030 <= arg
->offset2
[got_offset_size
]);
2033 /* Assign offset to entry. */
2034 entry
->u
.s2
.offset
= arg
->offset1
[got_offset_size
];
2035 arg
->offset1
[got_offset_size
] += entry_size
;
2037 if (entry
->key_
.bfd
== NULL
)
2038 /* Hook up this entry into the list of got_entries of H. */
2040 struct elf_m68k_link_hash_entry
*h
;
2042 h
= arg
->symndx2h
[entry
->key_
.symndx
];
2045 entry
->u
.s2
.next
= h
->glist
;
2049 /* This should be the entry for TLS_LDM relocation then. */
2051 BFD_ASSERT ((elf_m68k_reloc_got_type (entry
->key_
.type
)
2053 && entry
->key_
.symndx
== 0);
2055 ++arg
->n_ldm_entries
;
2059 /* This entry is for local symbol. */
2060 entry
->u
.s2
.next
= NULL
;
2065 /* Assign offsets within GOT. USE_NEG_GOT_OFFSETS_P indicates if we
2066 should use negative offsets.
2067 Build list of GOT entries for global symbols along the way.
2068 SYMNDX2H is mapping from global symbol indices to actual
2070 Return offset at which next GOT should start. */
2073 elf_m68k_finalize_got_offsets (struct elf_m68k_got
*got
,
2074 bfd_boolean use_neg_got_offsets_p
,
2075 struct elf_m68k_link_hash_entry
**symndx2h
,
2076 bfd_vma
*final_offset
, bfd_vma
*n_ldm_entries
)
2078 struct elf_m68k_finalize_got_offsets_arg arg_
;
2079 bfd_vma offset1_
[2 * R_LAST
];
2080 bfd_vma offset2_
[2 * R_LAST
];
2082 bfd_vma start_offset
;
2084 BFD_ASSERT (got
->offset
!= (bfd_vma
) -1);
2086 /* We set entry offsets relative to the .got section (and not the
2087 start of a particular GOT), so that we can use them in
2088 finish_dynamic_symbol without needing to know the GOT which they come
2091 /* Put offset1 in the middle of offset1_, same for offset2. */
2092 arg_
.offset1
= offset1_
+ R_LAST
;
2093 arg_
.offset2
= offset2_
+ R_LAST
;
2095 start_offset
= got
->offset
;
2097 if (use_neg_got_offsets_p
)
2098 /* Setup both negative and positive ranges for R_8, R_16 and R_32. */
2099 i
= -(int) R_32
- 1;
2101 /* Setup positives ranges for R_8, R_16 and R_32. */
2104 for (; i
<= (int) R_32
; ++i
)
2109 /* Set beginning of the range of offsets I. */
2110 arg_
.offset1
[i
] = start_offset
;
2112 /* Calculate number of slots that require I offsets. */
2113 j
= (i
>= 0) ? i
: -i
- 1;
2114 n
= (j
>= 1) ? got
->n_slots
[j
- 1] : 0;
2115 n
= got
->n_slots
[j
] - n
;
2117 if (use_neg_got_offsets_p
&& n
!= 0)
2120 /* We first fill the positive side of the range, so we might
2121 end up with one empty slot at that side when we can't fit
2122 whole 2-slot entry. Account for that at negative side of
2123 the interval with one additional entry. */
2126 /* When the number of slots is odd, make positive side of the
2127 range one entry bigger. */
2131 /* N is the number of slots that require I offsets.
2132 Calculate length of the range for I offsets. */
2135 /* Set end of the range. */
2136 arg_
.offset2
[i
] = start_offset
+ n
;
2138 start_offset
= arg_
.offset2
[i
];
2141 if (!use_neg_got_offsets_p
)
2142 /* Make sure that if we try to switch to negative offsets in
2143 elf_m68k_finalize_got_offsets_1, the assert therein will catch
2145 for (i
= R_8
; i
<= R_32
; ++i
)
2146 arg_
.offset2
[-i
- 1] = arg_
.offset2
[i
];
2148 /* Setup got->offset. offset1[R_8] is either in the middle or at the
2149 beginning of GOT depending on use_neg_got_offsets_p. */
2150 got
->offset
= arg_
.offset1
[R_8
];
2152 arg_
.symndx2h
= symndx2h
;
2153 arg_
.n_ldm_entries
= 0;
2155 /* Assign offsets. */
2156 htab_traverse (got
->entries
, elf_m68k_finalize_got_offsets_1
, &arg_
);
2158 /* Check offset ranges we have actually assigned. */
2159 for (i
= (int) R_8
; i
<= (int) R_32
; ++i
)
2160 BFD_ASSERT (arg_
.offset2
[i
] - arg_
.offset1
[i
] <= 4);
2162 *final_offset
= start_offset
;
2163 *n_ldm_entries
= arg_
.n_ldm_entries
;
2166 struct elf_m68k_partition_multi_got_arg
2168 /* The GOT we are adding entries to. Aka big got. */
2169 struct elf_m68k_got
*current_got
;
2171 /* Offset to assign the next CURRENT_GOT. */
2174 /* Context where memory should be allocated. */
2175 struct bfd_link_info
*info
;
2177 /* Total number of slots in the .got section.
2178 This is used to calculate size of the .got and .rela.got sections. */
2181 /* Difference in numbers of allocated slots in the .got section
2182 and necessary relocations in the .rela.got section.
2183 This is used to calculate size of the .rela.got section. */
2184 bfd_vma slots_relas_diff
;
2187 bfd_boolean error_p
;
2189 /* Mapping from global symndx to global symbols.
2190 This is used to build lists of got entries for global symbols. */
2191 struct elf_m68k_link_hash_entry
**symndx2h
;
2195 elf_m68k_partition_multi_got_2 (struct elf_m68k_partition_multi_got_arg
*arg
)
2197 bfd_vma n_ldm_entries
;
2199 elf_m68k_finalize_got_offsets (arg
->current_got
,
2200 (elf_m68k_hash_table (arg
->info
)
2201 ->use_neg_got_offsets_p
),
2203 &arg
->offset
, &n_ldm_entries
);
2205 arg
->n_slots
+= arg
->current_got
->n_slots
[R_32
];
2207 if (!arg
->info
->shared
)
2208 /* If we are generating a shared object, we need to
2209 output a R_68K_RELATIVE reloc so that the dynamic
2210 linker can adjust this GOT entry. Overwise we
2211 don't need space in .rela.got for local symbols. */
2212 arg
->slots_relas_diff
+= arg
->current_got
->local_n_slots
;
2214 /* @LDM relocations require a 2-slot GOT entry, but only
2215 one relocation. Account for that. */
2216 arg
->slots_relas_diff
+= n_ldm_entries
;
2218 BFD_ASSERT (arg
->slots_relas_diff
<= arg
->n_slots
);
2222 /* Process a single BFD2GOT entry and either merge GOT to CURRENT_GOT
2223 or start a new CURRENT_GOT. */
2226 elf_m68k_partition_multi_got_1 (void **_entry
, void *_arg
)
2228 struct elf_m68k_bfd2got_entry
*entry
;
2229 struct elf_m68k_partition_multi_got_arg
*arg
;
2230 struct elf_m68k_got
*got
;
2231 struct elf_m68k_got diff_
;
2232 struct elf_m68k_got
*diff
;
2234 entry
= (struct elf_m68k_bfd2got_entry
*) *_entry
;
2235 arg
= (struct elf_m68k_partition_multi_got_arg
*) _arg
;
2238 BFD_ASSERT (got
!= NULL
);
2239 BFD_ASSERT (got
->offset
== (bfd_vma
) -1);
2243 if (arg
->current_got
!= NULL
)
2244 /* Construct diff. */
2247 elf_m68k_init_got (diff
);
2249 if (!elf_m68k_can_merge_gots (arg
->current_got
, got
, arg
->info
, diff
))
2251 if (diff
->offset
== 0)
2252 /* Offset set to 0 in the diff_ indicates an error. */
2254 arg
->error_p
= TRUE
;
2258 if (elf_m68k_hash_table (arg
->info
)->allow_multigot_p
)
2260 elf_m68k_clear_got (diff
);
2261 /* Schedule to finish up current_got and start new one. */
2265 Merge GOTs no matter what. If big GOT overflows,
2266 we'll fail in relocate_section due to truncated relocations.
2268 ??? May be fail earlier? E.g., in can_merge_gots. */
2272 /* Diff of got against empty current_got is got itself. */
2274 /* Create empty current_got to put subsequent GOTs to. */
2275 arg
->current_got
= elf_m68k_create_empty_got (arg
->info
);
2276 if (arg
->current_got
== NULL
)
2278 arg
->error_p
= TRUE
;
2282 arg
->current_got
->offset
= arg
->offset
;
2289 if (!elf_m68k_merge_gots (arg
->current_got
, diff
, arg
->info
))
2291 arg
->error_p
= TRUE
;
2295 /* Now we can free GOT. */
2296 elf_m68k_clear_got (got
);
2298 entry
->got
= arg
->current_got
;
2302 /* Finish up current_got. */
2303 elf_m68k_partition_multi_got_2 (arg
);
2305 /* Schedule to start a new current_got. */
2306 arg
->current_got
= NULL
;
2309 if (!elf_m68k_partition_multi_got_1 (_entry
, _arg
))
2311 BFD_ASSERT (arg
->error_p
);
2318 elf_m68k_clear_got (diff
);
2320 return arg
->error_p
== FALSE
? 1 : 0;
2323 /* Helper function to build symndx2h mapping. */
2326 elf_m68k_init_symndx2h_1 (struct elf_link_hash_entry
*_h
,
2329 struct elf_m68k_link_hash_entry
*h
;
2331 h
= elf_m68k_hash_entry (_h
);
2333 if (h
->got_entry_key
!= 0)
2334 /* H has at least one entry in the GOT. */
2336 struct elf_m68k_partition_multi_got_arg
*arg
;
2338 arg
= (struct elf_m68k_partition_multi_got_arg
*) _arg
;
2340 BFD_ASSERT (arg
->symndx2h
[h
->got_entry_key
] == NULL
);
2341 arg
->symndx2h
[h
->got_entry_key
] = h
;
2347 /* Merge GOTs of some BFDs, assign offsets to GOT entries and build
2348 lists of GOT entries for global symbols.
2349 Calculate sizes of .got and .rela.got sections. */
2352 elf_m68k_partition_multi_got (struct bfd_link_info
*info
)
2354 struct elf_m68k_multi_got
*multi_got
;
2355 struct elf_m68k_partition_multi_got_arg arg_
;
2357 multi_got
= elf_m68k_multi_got (info
);
2359 arg_
.current_got
= NULL
;
2363 arg_
.slots_relas_diff
= 0;
2364 arg_
.error_p
= FALSE
;
2366 if (multi_got
->bfd2got
!= NULL
)
2368 /* Initialize symndx2h mapping. */
2370 arg_
.symndx2h
= bfd_zmalloc (multi_got
->global_symndx
2371 * sizeof (*arg_
.symndx2h
));
2372 if (arg_
.symndx2h
== NULL
)
2375 elf_link_hash_traverse (elf_hash_table (info
),
2376 elf_m68k_init_symndx2h_1
, &arg_
);
2380 htab_traverse (multi_got
->bfd2got
, elf_m68k_partition_multi_got_1
,
2384 free (arg_
.symndx2h
);
2385 arg_
.symndx2h
= NULL
;
2390 /* Finish up last current_got. */
2391 elf_m68k_partition_multi_got_2 (&arg_
);
2393 free (arg_
.symndx2h
);
2396 if (elf_hash_table (info
)->dynobj
!= NULL
)
2397 /* Set sizes of .got and .rela.got sections. */
2401 s
= bfd_get_section_by_name (elf_hash_table (info
)->dynobj
, ".got");
2403 s
->size
= arg_
.offset
;
2405 BFD_ASSERT (arg_
.offset
== 0);
2407 BFD_ASSERT (arg_
.slots_relas_diff
<= arg_
.n_slots
);
2408 arg_
.n_slots
-= arg_
.slots_relas_diff
;
2410 s
= bfd_get_section_by_name (elf_hash_table (info
)->dynobj
, ".rela.got");
2412 s
->size
= arg_
.n_slots
* sizeof (Elf32_External_Rela
);
2414 BFD_ASSERT (arg_
.n_slots
== 0);
2417 BFD_ASSERT (multi_got
->bfd2got
== NULL
);
2422 /* Specialized version of elf_m68k_get_got_entry that returns pointer
2423 to hashtable slot, thus allowing removal of entry via
2424 elf_m68k_remove_got_entry. */
2426 static struct elf_m68k_got_entry
**
2427 elf_m68k_find_got_entry_ptr (struct elf_m68k_got
*got
,
2428 struct elf_m68k_got_entry_key
*key
)
2431 struct elf_m68k_got_entry entry_
;
2432 struct elf_m68k_got_entry
**entry_ptr
;
2435 ptr
= htab_find_slot (got
->entries
, &entry_
, NO_INSERT
);
2436 BFD_ASSERT (ptr
!= NULL
);
2438 entry_ptr
= (struct elf_m68k_got_entry
**) ptr
;
2443 /* Remove entry pointed to by ENTRY_PTR from GOT. */
2446 elf_m68k_remove_got_entry (struct elf_m68k_got
*got
,
2447 struct elf_m68k_got_entry
**entry_ptr
)
2449 struct elf_m68k_got_entry
*entry
;
2453 /* Check that offsets have not been finalized yet. */
2454 BFD_ASSERT (got
->offset
== (bfd_vma
) -1);
2455 /* Check that this entry is indeed unused. */
2456 BFD_ASSERT (entry
->u
.s1
.refcount
== 0);
2458 elf_m68k_remove_got_entry_type (got
, entry
->key_
.type
);
2460 if (entry
->key_
.bfd
!= NULL
)
2461 got
->local_n_slots
-= elf_m68k_reloc_got_n_slots (entry
->key_
.type
);
2463 BFD_ASSERT (got
->n_slots
[R_32
] >= got
->local_n_slots
);
2465 htab_clear_slot (got
->entries
, (void **) entry_ptr
);
2468 /* Copy any information related to dynamic linking from a pre-existing
2469 symbol to a newly created symbol. Also called to copy flags and
2470 other back-end info to a weakdef, in which case the symbol is not
2471 newly created and plt/got refcounts and dynamic indices should not
2475 elf_m68k_copy_indirect_symbol (struct bfd_link_info
*info
,
2476 struct elf_link_hash_entry
*_dir
,
2477 struct elf_link_hash_entry
*_ind
)
2479 struct elf_m68k_link_hash_entry
*dir
;
2480 struct elf_m68k_link_hash_entry
*ind
;
2482 _bfd_elf_link_hash_copy_indirect (info
, _dir
, _ind
);
2484 if (_ind
->root
.type
!= bfd_link_hash_indirect
)
2487 dir
= elf_m68k_hash_entry (_dir
);
2488 ind
= elf_m68k_hash_entry (_ind
);
2490 /* Any absolute non-dynamic relocations against an indirect or weak
2491 definition will be against the target symbol. */
2492 _dir
->non_got_ref
|= _ind
->non_got_ref
;
2494 /* We might have a direct symbol already having entries in the GOTs.
2495 Update its key only in case indirect symbol has GOT entries and
2496 assert that both indirect and direct symbols don't have GOT entries
2497 at the same time. */
2498 if (ind
->got_entry_key
!= 0)
2500 BFD_ASSERT (dir
->got_entry_key
== 0);
2501 /* Assert that GOTs aren't partioned yet. */
2502 BFD_ASSERT (ind
->glist
== NULL
);
2504 dir
->got_entry_key
= ind
->got_entry_key
;
2505 ind
->got_entry_key
= 0;
2509 /* Look through the relocs for a section during the first phase, and
2510 allocate space in the global offset table or procedure linkage
2514 elf_m68k_check_relocs (abfd
, info
, sec
, relocs
)
2516 struct bfd_link_info
*info
;
2518 const Elf_Internal_Rela
*relocs
;
2521 Elf_Internal_Shdr
*symtab_hdr
;
2522 struct elf_link_hash_entry
**sym_hashes
;
2523 const Elf_Internal_Rela
*rel
;
2524 const Elf_Internal_Rela
*rel_end
;
2528 struct elf_m68k_got
*got
;
2530 if (info
->relocatable
)
2533 dynobj
= elf_hash_table (info
)->dynobj
;
2534 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
2535 sym_hashes
= elf_sym_hashes (abfd
);
2543 rel_end
= relocs
+ sec
->reloc_count
;
2544 for (rel
= relocs
; rel
< rel_end
; rel
++)
2546 unsigned long r_symndx
;
2547 struct elf_link_hash_entry
*h
;
2549 r_symndx
= ELF32_R_SYM (rel
->r_info
);
2551 if (r_symndx
< symtab_hdr
->sh_info
)
2555 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
2556 while (h
->root
.type
== bfd_link_hash_indirect
2557 || h
->root
.type
== bfd_link_hash_warning
)
2558 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2561 switch (ELF32_R_TYPE (rel
->r_info
))
2567 && strcmp (h
->root
.root
.string
, "_GLOBAL_OFFSET_TABLE_") == 0)
2571 /* Relative GOT relocations. */
2577 /* TLS relocations. */
2579 case R_68K_TLS_GD16
:
2580 case R_68K_TLS_GD32
:
2581 case R_68K_TLS_LDM8
:
2582 case R_68K_TLS_LDM16
:
2583 case R_68K_TLS_LDM32
:
2585 case R_68K_TLS_IE16
:
2586 case R_68K_TLS_IE32
:
2588 case R_68K_TLS_TPREL32
:
2589 case R_68K_TLS_DTPREL32
:
2591 if (ELF32_R_TYPE (rel
->r_info
) == R_68K_TLS_TPREL32
2593 /* Do the special chorus for libraries with static TLS. */
2594 info
->flags
|= DF_STATIC_TLS
;
2596 /* This symbol requires a global offset table entry. */
2600 /* Create the .got section. */
2601 elf_hash_table (info
)->dynobj
= dynobj
= abfd
;
2602 if (!_bfd_elf_create_got_section (dynobj
, info
))
2608 sgot
= bfd_get_section_by_name (dynobj
, ".got");
2609 BFD_ASSERT (sgot
!= NULL
);
2613 && (h
!= NULL
|| info
->shared
))
2615 srelgot
= bfd_get_section_by_name (dynobj
, ".rela.got");
2616 if (srelgot
== NULL
)
2618 srelgot
= bfd_make_section_with_flags (dynobj
,
2624 | SEC_LINKER_CREATED
2627 || !bfd_set_section_alignment (dynobj
, srelgot
, 2))
2634 struct elf_m68k_bfd2got_entry
*bfd2got_entry
;
2637 = elf_m68k_get_bfd2got_entry (elf_m68k_multi_got (info
),
2638 abfd
, FIND_OR_CREATE
, info
);
2639 if (bfd2got_entry
== NULL
)
2642 got
= bfd2got_entry
->got
;
2643 BFD_ASSERT (got
!= NULL
);
2647 struct elf_m68k_got_entry
*got_entry
;
2649 /* Add entry to got. */
2650 got_entry
= elf_m68k_add_entry_to_got (got
, h
, abfd
,
2651 ELF32_R_TYPE (rel
->r_info
),
2653 if (got_entry
== NULL
)
2656 if (got_entry
->u
.s1
.refcount
== 1)
2658 /* Make sure this symbol is output as a dynamic symbol. */
2661 && !h
->forced_local
)
2663 if (!bfd_elf_link_record_dynamic_symbol (info
, h
))
2674 /* This symbol requires a procedure linkage table entry. We
2675 actually build the entry in adjust_dynamic_symbol,
2676 because this might be a case of linking PIC code which is
2677 never referenced by a dynamic object, in which case we
2678 don't need to generate a procedure linkage table entry
2681 /* If this is a local symbol, we resolve it directly without
2682 creating a procedure linkage table entry. */
2693 /* This symbol requires a procedure linkage table entry. */
2697 /* It does not make sense to have this relocation for a
2698 local symbol. FIXME: does it? How to handle it if
2699 it does make sense? */
2700 bfd_set_error (bfd_error_bad_value
);
2704 /* Make sure this symbol is output as a dynamic symbol. */
2705 if (h
->dynindx
== -1
2706 && !h
->forced_local
)
2708 if (!bfd_elf_link_record_dynamic_symbol (info
, h
))
2719 /* If we are creating a shared library and this is not a local
2720 symbol, we need to copy the reloc into the shared library.
2721 However when linking with -Bsymbolic and this is a global
2722 symbol which is defined in an object we are including in the
2723 link (i.e., DEF_REGULAR is set), then we can resolve the
2724 reloc directly. At this point we have not seen all the input
2725 files, so it is possible that DEF_REGULAR is not set now but
2726 will be set later (it is never cleared). We account for that
2727 possibility below by storing information in the
2728 pcrel_relocs_copied field of the hash table entry. */
2730 && (sec
->flags
& SEC_ALLOC
) != 0
2733 || h
->root
.type
== bfd_link_hash_defweak
2734 || !h
->def_regular
)))
2738 /* Make sure a plt entry is created for this symbol if
2739 it turns out to be a function defined by a dynamic
2751 /* Make sure a plt entry is created for this symbol if it
2752 turns out to be a function defined by a dynamic object. */
2756 /* This symbol needs a non-GOT reference. */
2760 /* If we are creating a shared library, we need to copy the
2761 reloc into the shared library. */
2763 && (sec
->flags
& SEC_ALLOC
) != 0)
2765 /* When creating a shared object, we must copy these
2766 reloc types into the output file. We create a reloc
2767 section in dynobj and make room for this reloc. */
2770 sreloc
= _bfd_elf_make_dynamic_reloc_section
2771 (sec
, dynobj
, 2, abfd
, /*rela?*/ TRUE
);
2777 if (sec
->flags
& SEC_READONLY
2778 /* Don't set DF_TEXTREL yet for PC relative
2779 relocations, they might be discarded later. */
2780 && !(ELF32_R_TYPE (rel
->r_info
) == R_68K_PC8
2781 || ELF32_R_TYPE (rel
->r_info
) == R_68K_PC16
2782 || ELF32_R_TYPE (rel
->r_info
) == R_68K_PC32
))
2783 info
->flags
|= DF_TEXTREL
;
2785 sreloc
->size
+= sizeof (Elf32_External_Rela
);
2787 /* We count the number of PC relative relocations we have
2788 entered for this symbol, so that we can discard them
2789 again if, in the -Bsymbolic case, the symbol is later
2790 defined by a regular object, or, in the normal shared
2791 case, the symbol is forced to be local. Note that this
2792 function is only called if we are using an m68kelf linker
2793 hash table, which means that h is really a pointer to an
2794 elf_m68k_link_hash_entry. */
2795 if (ELF32_R_TYPE (rel
->r_info
) == R_68K_PC8
2796 || ELF32_R_TYPE (rel
->r_info
) == R_68K_PC16
2797 || ELF32_R_TYPE (rel
->r_info
) == R_68K_PC32
)
2799 struct elf_m68k_pcrel_relocs_copied
*p
;
2800 struct elf_m68k_pcrel_relocs_copied
**head
;
2804 struct elf_m68k_link_hash_entry
*eh
2805 = elf_m68k_hash_entry (h
);
2806 head
= &eh
->pcrel_relocs_copied
;
2812 Elf_Internal_Sym
*isym
;
2814 isym
= bfd_sym_from_r_symndx (&elf_m68k_hash_table (info
)->sym_cache
,
2819 s
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
2823 vpp
= &elf_section_data (s
)->local_dynrel
;
2824 head
= (struct elf_m68k_pcrel_relocs_copied
**) vpp
;
2827 for (p
= *head
; p
!= NULL
; p
= p
->next
)
2828 if (p
->section
== sreloc
)
2833 p
= ((struct elf_m68k_pcrel_relocs_copied
*)
2834 bfd_alloc (dynobj
, (bfd_size_type
) sizeof *p
));
2839 p
->section
= sreloc
;
2849 /* This relocation describes the C++ object vtable hierarchy.
2850 Reconstruct it for later use during GC. */
2851 case R_68K_GNU_VTINHERIT
:
2852 if (!bfd_elf_gc_record_vtinherit (abfd
, sec
, h
, rel
->r_offset
))
2856 /* This relocation describes which C++ vtable entries are actually
2857 used. Record for later use during GC. */
2858 case R_68K_GNU_VTENTRY
:
2859 BFD_ASSERT (h
!= NULL
);
2861 && !bfd_elf_gc_record_vtentry (abfd
, sec
, h
, rel
->r_addend
))
2873 /* Return the section that should be marked against GC for a given
2877 elf_m68k_gc_mark_hook (asection
*sec
,
2878 struct bfd_link_info
*info
,
2879 Elf_Internal_Rela
*rel
,
2880 struct elf_link_hash_entry
*h
,
2881 Elf_Internal_Sym
*sym
)
2884 switch (ELF32_R_TYPE (rel
->r_info
))
2886 case R_68K_GNU_VTINHERIT
:
2887 case R_68K_GNU_VTENTRY
:
2891 return _bfd_elf_gc_mark_hook (sec
, info
, rel
, h
, sym
);
2894 /* Update the got entry reference counts for the section being removed. */
2897 elf_m68k_gc_sweep_hook (bfd
*abfd
,
2898 struct bfd_link_info
*info
,
2900 const Elf_Internal_Rela
*relocs
)
2902 Elf_Internal_Shdr
*symtab_hdr
;
2903 struct elf_link_hash_entry
**sym_hashes
;
2904 const Elf_Internal_Rela
*rel
, *relend
;
2908 struct elf_m68k_got
*got
;
2910 if (info
->relocatable
)
2913 dynobj
= elf_hash_table (info
)->dynobj
;
2917 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
2918 sym_hashes
= elf_sym_hashes (abfd
);
2920 sgot
= bfd_get_section_by_name (dynobj
, ".got");
2921 srelgot
= bfd_get_section_by_name (dynobj
, ".rela.got");
2924 relend
= relocs
+ sec
->reloc_count
;
2925 for (rel
= relocs
; rel
< relend
; rel
++)
2927 unsigned long r_symndx
;
2928 struct elf_link_hash_entry
*h
= NULL
;
2930 r_symndx
= ELF32_R_SYM (rel
->r_info
);
2931 if (r_symndx
>= symtab_hdr
->sh_info
)
2933 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
2934 while (h
->root
.type
== bfd_link_hash_indirect
2935 || h
->root
.type
== bfd_link_hash_warning
)
2936 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2939 switch (ELF32_R_TYPE (rel
->r_info
))
2945 && strcmp (h
->root
.root
.string
, "_GLOBAL_OFFSET_TABLE_") == 0)
2954 /* TLS relocations. */
2956 case R_68K_TLS_GD16
:
2957 case R_68K_TLS_GD32
:
2958 case R_68K_TLS_LDM8
:
2959 case R_68K_TLS_LDM16
:
2960 case R_68K_TLS_LDM32
:
2962 case R_68K_TLS_IE16
:
2963 case R_68K_TLS_IE32
:
2965 case R_68K_TLS_TPREL32
:
2966 case R_68K_TLS_DTPREL32
:
2970 got
= elf_m68k_get_bfd2got_entry (elf_m68k_multi_got (info
),
2971 abfd
, MUST_FIND
, NULL
)->got
;
2972 BFD_ASSERT (got
!= NULL
);
2976 struct elf_m68k_got_entry_key key_
;
2977 struct elf_m68k_got_entry
**got_entry_ptr
;
2978 struct elf_m68k_got_entry
*got_entry
;
2980 elf_m68k_init_got_entry_key (&key_
, h
, abfd
, r_symndx
,
2981 ELF32_R_TYPE (rel
->r_info
));
2982 got_entry_ptr
= elf_m68k_find_got_entry_ptr (got
, &key_
);
2984 got_entry
= *got_entry_ptr
;
2986 if (got_entry
->u
.s1
.refcount
> 0)
2988 --got_entry
->u
.s1
.refcount
;
2990 if (got_entry
->u
.s1
.refcount
== 0)
2991 /* We don't need the .got entry any more. */
2992 elf_m68k_remove_got_entry (got
, got_entry_ptr
);
3011 if (h
->plt
.refcount
> 0)
3024 /* Return the type of PLT associated with OUTPUT_BFD. */
3026 static const struct elf_m68k_plt_info
*
3027 elf_m68k_get_plt_info (bfd
*output_bfd
)
3029 unsigned int features
;
3031 features
= bfd_m68k_mach_to_features (bfd_get_mach (output_bfd
));
3032 if (features
& cpu32
)
3033 return &elf_cpu32_plt_info
;
3034 if (features
& mcfisa_b
)
3035 return &elf_isab_plt_info
;
3036 if (features
& mcfisa_c
)
3037 return &elf_isac_plt_info
;
3038 return &elf_m68k_plt_info
;
3041 /* This function is called after all the input files have been read,
3042 and the input sections have been assigned to output sections.
3043 It's a convenient place to determine the PLT style. */
3046 elf_m68k_always_size_sections (bfd
*output_bfd
, struct bfd_link_info
*info
)
3048 /* Bind input BFDs to GOTs and calculate sizes of .got and .rela.got
3050 if (!elf_m68k_partition_multi_got (info
))
3053 elf_m68k_hash_table (info
)->plt_info
= elf_m68k_get_plt_info (output_bfd
);
3057 /* Adjust a symbol defined by a dynamic object and referenced by a
3058 regular object. The current definition is in some section of the
3059 dynamic object, but we're not including those sections. We have to
3060 change the definition to something the rest of the link can
3064 elf_m68k_adjust_dynamic_symbol (info
, h
)
3065 struct bfd_link_info
*info
;
3066 struct elf_link_hash_entry
*h
;
3068 struct elf_m68k_link_hash_table
*htab
;
3072 htab
= elf_m68k_hash_table (info
);
3073 dynobj
= elf_hash_table (info
)->dynobj
;
3075 /* Make sure we know what is going on here. */
3076 BFD_ASSERT (dynobj
!= NULL
3078 || h
->u
.weakdef
!= NULL
3081 && !h
->def_regular
)));
3083 /* If this is a function, put it in the procedure linkage table. We
3084 will fill in the contents of the procedure linkage table later,
3085 when we know the address of the .got section. */
3086 if (h
->type
== STT_FUNC
3089 if ((h
->plt
.refcount
<= 0
3090 || SYMBOL_CALLS_LOCAL (info
, h
)
3091 || (ELF_ST_VISIBILITY (h
->other
) != STV_DEFAULT
3092 && h
->root
.type
== bfd_link_hash_undefweak
))
3093 /* We must always create the plt entry if it was referenced
3094 by a PLTxxO relocation. In this case we already recorded
3095 it as a dynamic symbol. */
3096 && h
->dynindx
== -1)
3098 /* This case can occur if we saw a PLTxx reloc in an input
3099 file, but the symbol was never referred to by a dynamic
3100 object, or if all references were garbage collected. In
3101 such a case, we don't actually need to build a procedure
3102 linkage table, and we can just do a PCxx reloc instead. */
3103 h
->plt
.offset
= (bfd_vma
) -1;
3108 /* Make sure this symbol is output as a dynamic symbol. */
3109 if (h
->dynindx
== -1
3110 && !h
->forced_local
)
3112 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
3116 s
= bfd_get_section_by_name (dynobj
, ".plt");
3117 BFD_ASSERT (s
!= NULL
);
3119 /* If this is the first .plt entry, make room for the special
3122 s
->size
= htab
->plt_info
->size
;
3124 /* If this symbol is not defined in a regular file, and we are
3125 not generating a shared library, then set the symbol to this
3126 location in the .plt. This is required to make function
3127 pointers compare as equal between the normal executable and
3128 the shared library. */
3132 h
->root
.u
.def
.section
= s
;
3133 h
->root
.u
.def
.value
= s
->size
;
3136 h
->plt
.offset
= s
->size
;
3138 /* Make room for this entry. */
3139 s
->size
+= htab
->plt_info
->size
;
3141 /* We also need to make an entry in the .got.plt section, which
3142 will be placed in the .got section by the linker script. */
3143 s
= bfd_get_section_by_name (dynobj
, ".got.plt");
3144 BFD_ASSERT (s
!= NULL
);
3147 /* We also need to make an entry in the .rela.plt section. */
3148 s
= bfd_get_section_by_name (dynobj
, ".rela.plt");
3149 BFD_ASSERT (s
!= NULL
);
3150 s
->size
+= sizeof (Elf32_External_Rela
);
3155 /* Reinitialize the plt offset now that it is not used as a reference
3157 h
->plt
.offset
= (bfd_vma
) -1;
3159 /* If this is a weak symbol, and there is a real definition, the
3160 processor independent code will have arranged for us to see the
3161 real definition first, and we can just use the same value. */
3162 if (h
->u
.weakdef
!= NULL
)
3164 BFD_ASSERT (h
->u
.weakdef
->root
.type
== bfd_link_hash_defined
3165 || h
->u
.weakdef
->root
.type
== bfd_link_hash_defweak
);
3166 h
->root
.u
.def
.section
= h
->u
.weakdef
->root
.u
.def
.section
;
3167 h
->root
.u
.def
.value
= h
->u
.weakdef
->root
.u
.def
.value
;
3171 /* This is a reference to a symbol defined by a dynamic object which
3172 is not a function. */
3174 /* If we are creating a shared library, we must presume that the
3175 only references to the symbol are via the global offset table.
3176 For such cases we need not do anything here; the relocations will
3177 be handled correctly by relocate_section. */
3181 /* If there are no references to this symbol that do not use the
3182 GOT, we don't need to generate a copy reloc. */
3183 if (!h
->non_got_ref
)
3188 (*_bfd_error_handler
) (_("dynamic variable `%s' is zero size"),
3189 h
->root
.root
.string
);
3193 /* We must allocate the symbol in our .dynbss section, which will
3194 become part of the .bss section of the executable. There will be
3195 an entry for this symbol in the .dynsym section. The dynamic
3196 object will contain position independent code, so all references
3197 from the dynamic object to this symbol will go through the global
3198 offset table. The dynamic linker will use the .dynsym entry to
3199 determine the address it must put in the global offset table, so
3200 both the dynamic object and the regular object will refer to the
3201 same memory location for the variable. */
3203 s
= bfd_get_section_by_name (dynobj
, ".dynbss");
3204 BFD_ASSERT (s
!= NULL
);
3206 /* We must generate a R_68K_COPY reloc to tell the dynamic linker to
3207 copy the initial value out of the dynamic object and into the
3208 runtime process image. We need to remember the offset into the
3209 .rela.bss section we are going to use. */
3210 if ((h
->root
.u
.def
.section
->flags
& SEC_ALLOC
) != 0)
3214 srel
= bfd_get_section_by_name (dynobj
, ".rela.bss");
3215 BFD_ASSERT (srel
!= NULL
);
3216 srel
->size
+= sizeof (Elf32_External_Rela
);
3220 return _bfd_elf_adjust_dynamic_copy (h
, s
);
3223 /* Set the sizes of the dynamic sections. */
3226 elf_m68k_size_dynamic_sections (output_bfd
, info
)
3227 bfd
*output_bfd ATTRIBUTE_UNUSED
;
3228 struct bfd_link_info
*info
;
3235 dynobj
= elf_hash_table (info
)->dynobj
;
3236 BFD_ASSERT (dynobj
!= NULL
);
3238 if (elf_hash_table (info
)->dynamic_sections_created
)
3240 /* Set the contents of the .interp section to the interpreter. */
3241 if (info
->executable
)
3243 s
= bfd_get_section_by_name (dynobj
, ".interp");
3244 BFD_ASSERT (s
!= NULL
);
3245 s
->size
= sizeof ELF_DYNAMIC_INTERPRETER
;
3246 s
->contents
= (unsigned char *) ELF_DYNAMIC_INTERPRETER
;
3251 /* We may have created entries in the .rela.got section.
3252 However, if we are not creating the dynamic sections, we will
3253 not actually use these entries. Reset the size of .rela.got,
3254 which will cause it to get stripped from the output file
3256 s
= bfd_get_section_by_name (dynobj
, ".rela.got");
3261 /* If this is a -Bsymbolic shared link, then we need to discard all
3262 PC relative relocs against symbols defined in a regular object.
3263 For the normal shared case we discard the PC relative relocs
3264 against symbols that have become local due to visibility changes.
3265 We allocated space for them in the check_relocs routine, but we
3266 will not fill them in in the relocate_section routine. */
3268 elf_link_hash_traverse (elf_hash_table (info
),
3269 elf_m68k_discard_copies
,
3272 /* The check_relocs and adjust_dynamic_symbol entry points have
3273 determined the sizes of the various dynamic sections. Allocate
3277 for (s
= dynobj
->sections
; s
!= NULL
; s
= s
->next
)
3281 if ((s
->flags
& SEC_LINKER_CREATED
) == 0)
3284 /* It's OK to base decisions on the section name, because none
3285 of the dynobj section names depend upon the input files. */
3286 name
= bfd_get_section_name (dynobj
, s
);
3288 if (strcmp (name
, ".plt") == 0)
3290 /* Remember whether there is a PLT. */
3293 else if (CONST_STRNEQ (name
, ".rela"))
3299 /* We use the reloc_count field as a counter if we need
3300 to copy relocs into the output file. */
3304 else if (! CONST_STRNEQ (name
, ".got")
3305 && strcmp (name
, ".dynbss") != 0)
3307 /* It's not one of our sections, so don't allocate space. */
3313 /* If we don't need this section, strip it from the
3314 output file. This is mostly to handle .rela.bss and
3315 .rela.plt. We must create both sections in
3316 create_dynamic_sections, because they must be created
3317 before the linker maps input sections to output
3318 sections. The linker does that before
3319 adjust_dynamic_symbol is called, and it is that
3320 function which decides whether anything needs to go
3321 into these sections. */
3322 s
->flags
|= SEC_EXCLUDE
;
3326 if ((s
->flags
& SEC_HAS_CONTENTS
) == 0)
3329 /* Allocate memory for the section contents. */
3330 /* FIXME: This should be a call to bfd_alloc not bfd_zalloc.
3331 Unused entries should be reclaimed before the section's contents
3332 are written out, but at the moment this does not happen. Thus in
3333 order to prevent writing out garbage, we initialise the section's
3334 contents to zero. */
3335 s
->contents
= (bfd_byte
*) bfd_zalloc (dynobj
, s
->size
);
3336 if (s
->contents
== NULL
)
3340 if (elf_hash_table (info
)->dynamic_sections_created
)
3342 /* Add some entries to the .dynamic section. We fill in the
3343 values later, in elf_m68k_finish_dynamic_sections, but we
3344 must add the entries now so that we get the correct size for
3345 the .dynamic section. The DT_DEBUG entry is filled in by the
3346 dynamic linker and used by the debugger. */
3347 #define add_dynamic_entry(TAG, VAL) \
3348 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
3352 if (!add_dynamic_entry (DT_DEBUG
, 0))
3358 if (!add_dynamic_entry (DT_PLTGOT
, 0)
3359 || !add_dynamic_entry (DT_PLTRELSZ
, 0)
3360 || !add_dynamic_entry (DT_PLTREL
, DT_RELA
)
3361 || !add_dynamic_entry (DT_JMPREL
, 0))
3367 if (!add_dynamic_entry (DT_RELA
, 0)
3368 || !add_dynamic_entry (DT_RELASZ
, 0)
3369 || !add_dynamic_entry (DT_RELAENT
, sizeof (Elf32_External_Rela
)))
3373 if ((info
->flags
& DF_TEXTREL
) != 0)
3375 if (!add_dynamic_entry (DT_TEXTREL
, 0))
3379 #undef add_dynamic_entry
3384 /* This function is called via elf_link_hash_traverse if we are
3385 creating a shared object. In the -Bsymbolic case it discards the
3386 space allocated to copy PC relative relocs against symbols which
3387 are defined in regular objects. For the normal shared case, it
3388 discards space for pc-relative relocs that have become local due to
3389 symbol visibility changes. We allocated space for them in the
3390 check_relocs routine, but we won't fill them in in the
3391 relocate_section routine.
3393 We also check whether any of the remaining relocations apply
3394 against a readonly section, and set the DF_TEXTREL flag in this
3398 elf_m68k_discard_copies (h
, inf
)
3399 struct elf_link_hash_entry
*h
;
3402 struct bfd_link_info
*info
= (struct bfd_link_info
*) inf
;
3403 struct elf_m68k_pcrel_relocs_copied
*s
;
3405 if (h
->root
.type
== bfd_link_hash_warning
)
3406 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
3408 if (!SYMBOL_CALLS_LOCAL (info
, h
))
3410 if ((info
->flags
& DF_TEXTREL
) == 0)
3412 /* Look for relocations against read-only sections. */
3413 for (s
= elf_m68k_hash_entry (h
)->pcrel_relocs_copied
;
3416 if ((s
->section
->flags
& SEC_READONLY
) != 0)
3418 info
->flags
|= DF_TEXTREL
;
3426 for (s
= elf_m68k_hash_entry (h
)->pcrel_relocs_copied
;
3429 s
->section
->size
-= s
->count
* sizeof (Elf32_External_Rela
);
3435 /* Install relocation RELA. */
3438 elf_m68k_install_rela (bfd
*output_bfd
,
3440 Elf_Internal_Rela
*rela
)
3444 loc
= srela
->contents
;
3445 loc
+= srela
->reloc_count
++ * sizeof (Elf32_External_Rela
);
3446 bfd_elf32_swap_reloca_out (output_bfd
, rela
, loc
);
3449 /* Find the base offsets for thread-local storage in this object,
3450 for GD/LD and IE/LE respectively. */
3452 #define DTP_OFFSET 0x8000
3453 #define TP_OFFSET 0x7000
3456 dtpoff_base (struct bfd_link_info
*info
)
3458 /* If tls_sec is NULL, we should have signalled an error already. */
3459 if (elf_hash_table (info
)->tls_sec
== NULL
)
3461 return elf_hash_table (info
)->tls_sec
->vma
+ DTP_OFFSET
;
3465 tpoff_base (struct bfd_link_info
*info
)
3467 /* If tls_sec is NULL, we should have signalled an error already. */
3468 if (elf_hash_table (info
)->tls_sec
== NULL
)
3470 return elf_hash_table (info
)->tls_sec
->vma
+ TP_OFFSET
;
3473 /* Output necessary relocation to handle a symbol during static link.
3474 This function is called from elf_m68k_relocate_section. */
3477 elf_m68k_init_got_entry_static (struct bfd_link_info
*info
,
3479 enum elf_m68k_reloc_type r_type
,
3481 bfd_vma got_entry_offset
,
3484 switch (elf_m68k_reloc_got_type (r_type
))
3487 bfd_put_32 (output_bfd
, relocation
, sgot
->contents
+ got_entry_offset
);
3490 case R_68K_TLS_GD32
:
3491 /* We know the offset within the module,
3492 put it into the second GOT slot. */
3493 bfd_put_32 (output_bfd
, relocation
- dtpoff_base (info
),
3494 sgot
->contents
+ got_entry_offset
+ 4);
3497 case R_68K_TLS_LDM32
:
3498 /* Mark it as belonging to module 1, the executable. */
3499 bfd_put_32 (output_bfd
, 1, sgot
->contents
+ got_entry_offset
);
3502 case R_68K_TLS_IE32
:
3503 bfd_put_32 (output_bfd
, relocation
- tpoff_base (info
),
3504 sgot
->contents
+ got_entry_offset
);
3512 /* Output necessary relocation to handle a local symbol
3513 during dynamic link.
3514 This function is called either from elf_m68k_relocate_section
3515 or from elf_m68k_finish_dynamic_symbol. */
3518 elf_m68k_init_got_entry_local_shared (struct bfd_link_info
*info
,
3520 enum elf_m68k_reloc_type r_type
,
3522 bfd_vma got_entry_offset
,
3526 Elf_Internal_Rela outrel
;
3528 switch (elf_m68k_reloc_got_type (r_type
))
3531 /* Emit RELATIVE relocation to initialize GOT slot
3533 outrel
.r_info
= ELF32_R_INFO (0, R_68K_RELATIVE
);
3534 outrel
.r_addend
= relocation
;
3537 case R_68K_TLS_GD32
:
3538 /* We know the offset within the module,
3539 put it into the second GOT slot. */
3540 bfd_put_32 (output_bfd
, relocation
- dtpoff_base (info
),
3541 sgot
->contents
+ got_entry_offset
+ 4);
3544 case R_68K_TLS_LDM32
:
3545 /* We don't know the module number,
3546 create a relocation for it. */
3547 outrel
.r_info
= ELF32_R_INFO (0, R_68K_TLS_DTPMOD32
);
3548 outrel
.r_addend
= 0;
3551 case R_68K_TLS_IE32
:
3552 /* Emit TPREL relocation to initialize GOT slot
3554 outrel
.r_info
= ELF32_R_INFO (0, R_68K_TLS_TPREL32
);
3555 outrel
.r_addend
= relocation
- elf_hash_table (info
)->tls_sec
->vma
;
3562 /* Offset of the GOT entry. */
3563 outrel
.r_offset
= (sgot
->output_section
->vma
3564 + sgot
->output_offset
3565 + got_entry_offset
);
3567 /* Install one of the above relocations. */
3568 elf_m68k_install_rela (output_bfd
, srela
, &outrel
);
3570 bfd_put_32 (output_bfd
, outrel
.r_addend
, sgot
->contents
+ got_entry_offset
);
3573 /* Relocate an M68K ELF section. */
3576 elf_m68k_relocate_section (output_bfd
, info
, input_bfd
, input_section
,
3577 contents
, relocs
, local_syms
, local_sections
)
3579 struct bfd_link_info
*info
;
3581 asection
*input_section
;
3583 Elf_Internal_Rela
*relocs
;
3584 Elf_Internal_Sym
*local_syms
;
3585 asection
**local_sections
;
3588 Elf_Internal_Shdr
*symtab_hdr
;
3589 struct elf_link_hash_entry
**sym_hashes
;
3594 struct elf_m68k_got
*got
;
3595 Elf_Internal_Rela
*rel
;
3596 Elf_Internal_Rela
*relend
;
3598 dynobj
= elf_hash_table (info
)->dynobj
;
3599 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
3600 sym_hashes
= elf_sym_hashes (input_bfd
);
3610 relend
= relocs
+ input_section
->reloc_count
;
3611 for (; rel
< relend
; rel
++)
3614 reloc_howto_type
*howto
;
3615 unsigned long r_symndx
;
3616 struct elf_link_hash_entry
*h
;
3617 Elf_Internal_Sym
*sym
;
3620 bfd_boolean unresolved_reloc
;
3621 bfd_reloc_status_type r
;
3623 r_type
= ELF32_R_TYPE (rel
->r_info
);
3624 if (r_type
< 0 || r_type
>= (int) R_68K_max
)
3626 bfd_set_error (bfd_error_bad_value
);
3629 howto
= howto_table
+ r_type
;
3631 r_symndx
= ELF32_R_SYM (rel
->r_info
);
3636 unresolved_reloc
= FALSE
;
3638 if (r_symndx
< symtab_hdr
->sh_info
)
3640 sym
= local_syms
+ r_symndx
;
3641 sec
= local_sections
[r_symndx
];
3642 relocation
= _bfd_elf_rela_local_sym (output_bfd
, sym
, &sec
, rel
);
3648 RELOC_FOR_GLOBAL_SYMBOL (info
, input_bfd
, input_section
, rel
,
3649 r_symndx
, symtab_hdr
, sym_hashes
,
3651 unresolved_reloc
, warned
);
3654 if (sec
!= NULL
&& elf_discarded_section (sec
))
3656 /* For relocs against symbols from removed linkonce sections,
3657 or sections discarded by a linker script, we just want the
3658 section contents zeroed. Avoid any special processing. */
3659 _bfd_clear_contents (howto
, input_bfd
, contents
+ rel
->r_offset
);
3665 if (info
->relocatable
)
3673 /* Relocation is to the address of the entry for this symbol
3674 in the global offset table. */
3676 && strcmp (h
->root
.root
.string
, "_GLOBAL_OFFSET_TABLE_") == 0)
3678 if (elf_m68k_hash_table (info
)->local_gp_p
)
3680 bfd_vma sgot_output_offset
;
3685 sgot
= bfd_get_section_by_name (dynobj
, ".got");
3688 sgot_output_offset
= sgot
->output_offset
;
3690 /* In this case we have a reference to
3691 _GLOBAL_OFFSET_TABLE_, but the GOT itself is
3693 ??? Issue a warning? */
3694 sgot_output_offset
= 0;
3697 sgot_output_offset
= sgot
->output_offset
;
3701 struct elf_m68k_bfd2got_entry
*bfd2got_entry
;
3704 = elf_m68k_get_bfd2got_entry (elf_m68k_multi_got (info
),
3705 input_bfd
, SEARCH
, NULL
);
3707 if (bfd2got_entry
!= NULL
)
3709 got
= bfd2got_entry
->got
;
3710 BFD_ASSERT (got
!= NULL
);
3712 got_offset
= got
->offset
;
3715 /* In this case we have a reference to
3716 _GLOBAL_OFFSET_TABLE_, but no other references
3717 accessing any GOT entries.
3718 ??? Issue a warning? */
3722 got_offset
= got
->offset
;
3724 /* Adjust GOT pointer to point to the GOT
3725 assigned to input_bfd. */
3726 rel
->r_addend
+= sgot_output_offset
+ got_offset
;
3729 BFD_ASSERT (got
== NULL
|| got
->offset
== 0);
3738 case R_68K_TLS_LDM32
:
3739 case R_68K_TLS_LDM16
:
3740 case R_68K_TLS_LDM8
:
3743 case R_68K_TLS_GD16
:
3744 case R_68K_TLS_GD32
:
3747 case R_68K_TLS_IE16
:
3748 case R_68K_TLS_IE32
:
3750 /* Relocation is the offset of the entry for this symbol in
3751 the global offset table. */
3754 struct elf_m68k_got_entry_key key_
;
3760 sgot
= bfd_get_section_by_name (dynobj
, ".got");
3761 BFD_ASSERT (sgot
!= NULL
);
3766 got
= elf_m68k_get_bfd2got_entry (elf_m68k_multi_got (info
),
3767 input_bfd
, MUST_FIND
,
3769 BFD_ASSERT (got
!= NULL
);
3772 /* Get GOT offset for this symbol. */
3773 elf_m68k_init_got_entry_key (&key_
, h
, input_bfd
, r_symndx
,
3775 off_ptr
= &elf_m68k_get_got_entry (got
, &key_
, MUST_FIND
,
3779 /* The offset must always be a multiple of 4. We use
3780 the least significant bit to record whether we have
3781 already generated the necessary reloc. */
3787 /* @TLSLDM relocations are bounded to the module, in
3788 which the symbol is defined -- not to the symbol
3790 && elf_m68k_reloc_got_type (r_type
) != R_68K_TLS_LDM32
)
3794 dyn
= elf_hash_table (info
)->dynamic_sections_created
;
3795 if (!WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn
, info
->shared
, h
)
3797 && SYMBOL_REFERENCES_LOCAL (info
, h
))
3798 || (ELF_ST_VISIBILITY (h
->other
)
3799 && h
->root
.type
== bfd_link_hash_undefweak
))
3801 /* This is actually a static link, or it is a
3802 -Bsymbolic link and the symbol is defined
3803 locally, or the symbol was forced to be local
3804 because of a version file. We must initialize
3805 this entry in the global offset table. Since
3806 the offset must always be a multiple of 4, we
3807 use the least significant bit to record whether
3808 we have initialized it already.
3810 When doing a dynamic link, we create a .rela.got
3811 relocation entry to initialize the value. This
3812 is done in the finish_dynamic_symbol routine. */
3814 elf_m68k_init_got_entry_static (info
,
3824 unresolved_reloc
= FALSE
;
3826 else if (info
->shared
) /* && h == NULL */
3827 /* Process local symbol during dynamic link. */
3831 srela
= bfd_get_section_by_name (dynobj
, ".rela.got");
3832 BFD_ASSERT (srela
!= NULL
);
3835 elf_m68k_init_got_entry_local_shared (info
,
3845 else /* h == NULL && !info->shared */
3847 elf_m68k_init_got_entry_static (info
,
3858 /* We don't use elf_m68k_reloc_got_type in the condition below
3859 because this is the only place where difference between
3860 R_68K_GOTx and R_68K_GOTxO relocations matters. */
3861 if (r_type
== R_68K_GOT32O
3862 || r_type
== R_68K_GOT16O
3863 || r_type
== R_68K_GOT8O
3864 || elf_m68k_reloc_got_type (r_type
) == R_68K_TLS_GD32
3865 || elf_m68k_reloc_got_type (r_type
) == R_68K_TLS_LDM32
3866 || elf_m68k_reloc_got_type (r_type
) == R_68K_TLS_IE32
)
3868 /* GOT pointer is adjusted to point to the start/middle
3869 of local GOT. Adjust the offset accordingly. */
3870 BFD_ASSERT (elf_m68k_hash_table (info
)->use_neg_got_offsets_p
3871 || off
>= got
->offset
);
3873 if (elf_m68k_hash_table (info
)->local_gp_p
)
3874 relocation
= off
- got
->offset
;
3877 BFD_ASSERT (got
->offset
== 0);
3878 relocation
= sgot
->output_offset
+ off
;
3881 /* This relocation does not use the addend. */
3885 relocation
= (sgot
->output_section
->vma
+ sgot
->output_offset
3890 case R_68K_TLS_LDO32
:
3891 case R_68K_TLS_LDO16
:
3892 case R_68K_TLS_LDO8
:
3893 relocation
-= dtpoff_base (info
);
3896 case R_68K_TLS_LE32
:
3897 case R_68K_TLS_LE16
:
3901 (*_bfd_error_handler
)
3902 (_("%B(%A+0x%lx): R_68K_TLS_LE32 relocation not permitted "
3903 "in shared object"),
3904 input_bfd
, input_section
, (long) rel
->r_offset
, howto
->name
);
3909 relocation
-= tpoff_base (info
);
3916 /* Relocation is to the entry for this symbol in the
3917 procedure linkage table. */
3919 /* Resolve a PLTxx reloc against a local symbol directly,
3920 without using the procedure linkage table. */
3924 if (h
->plt
.offset
== (bfd_vma
) -1
3925 || !elf_hash_table (info
)->dynamic_sections_created
)
3927 /* We didn't make a PLT entry for this symbol. This
3928 happens when statically linking PIC code, or when
3929 using -Bsymbolic. */
3935 splt
= bfd_get_section_by_name (dynobj
, ".plt");
3936 BFD_ASSERT (splt
!= NULL
);
3939 relocation
= (splt
->output_section
->vma
3940 + splt
->output_offset
3942 unresolved_reloc
= FALSE
;
3948 /* Relocation is the offset of the entry for this symbol in
3949 the procedure linkage table. */
3950 BFD_ASSERT (h
!= NULL
&& h
->plt
.offset
!= (bfd_vma
) -1);
3954 splt
= bfd_get_section_by_name (dynobj
, ".plt");
3955 BFD_ASSERT (splt
!= NULL
);
3958 relocation
= h
->plt
.offset
;
3959 unresolved_reloc
= FALSE
;
3961 /* This relocation does not use the addend. */
3974 && (input_section
->flags
& SEC_ALLOC
) != 0
3976 || ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
3977 || h
->root
.type
!= bfd_link_hash_undefweak
)
3978 && ((r_type
!= R_68K_PC8
3979 && r_type
!= R_68K_PC16
3980 && r_type
!= R_68K_PC32
)
3981 || !SYMBOL_CALLS_LOCAL (info
, h
)))
3983 Elf_Internal_Rela outrel
;
3985 bfd_boolean skip
, relocate
;
3987 /* When generating a shared object, these relocations
3988 are copied into the output file to be resolved at run
3995 _bfd_elf_section_offset (output_bfd
, info
, input_section
,
3997 if (outrel
.r_offset
== (bfd_vma
) -1)
3999 else if (outrel
.r_offset
== (bfd_vma
) -2)
4000 skip
= TRUE
, relocate
= TRUE
;
4001 outrel
.r_offset
+= (input_section
->output_section
->vma
4002 + input_section
->output_offset
);
4005 memset (&outrel
, 0, sizeof outrel
);
4008 && (r_type
== R_68K_PC8
4009 || r_type
== R_68K_PC16
4010 || r_type
== R_68K_PC32
4013 || !h
->def_regular
))
4015 outrel
.r_info
= ELF32_R_INFO (h
->dynindx
, r_type
);
4016 outrel
.r_addend
= rel
->r_addend
;
4020 /* This symbol is local, or marked to become local. */
4021 outrel
.r_addend
= relocation
+ rel
->r_addend
;
4023 if (r_type
== R_68K_32
)
4026 outrel
.r_info
= ELF32_R_INFO (0, R_68K_RELATIVE
);
4032 if (bfd_is_abs_section (sec
))
4034 else if (sec
== NULL
|| sec
->owner
== NULL
)
4036 bfd_set_error (bfd_error_bad_value
);
4043 /* We are turning this relocation into one
4044 against a section symbol. It would be
4045 proper to subtract the symbol's value,
4046 osec->vma, from the emitted reloc addend,
4047 but ld.so expects buggy relocs. */
4048 osec
= sec
->output_section
;
4049 indx
= elf_section_data (osec
)->dynindx
;
4052 struct elf_link_hash_table
*htab
;
4053 htab
= elf_hash_table (info
);
4054 osec
= htab
->text_index_section
;
4055 indx
= elf_section_data (osec
)->dynindx
;
4057 BFD_ASSERT (indx
!= 0);
4060 outrel
.r_info
= ELF32_R_INFO (indx
, r_type
);
4064 sreloc
= elf_section_data (input_section
)->sreloc
;
4068 loc
= sreloc
->contents
;
4069 loc
+= sreloc
->reloc_count
++ * sizeof (Elf32_External_Rela
);
4070 bfd_elf32_swap_reloca_out (output_bfd
, &outrel
, loc
);
4072 /* This reloc will be computed at runtime, so there's no
4073 need to do anything now, except for R_68K_32
4074 relocations that have been turned into
4082 case R_68K_GNU_VTINHERIT
:
4083 case R_68K_GNU_VTENTRY
:
4084 /* These are no-ops in the end. */
4091 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
4092 because such sections are not SEC_ALLOC and thus ld.so will
4093 not process them. */
4094 if (unresolved_reloc
4095 && !((input_section
->flags
& SEC_DEBUGGING
) != 0
4098 (*_bfd_error_handler
)
4099 (_("%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"),
4102 (long) rel
->r_offset
,
4104 h
->root
.root
.string
);
4109 && r_type
!= R_68K_NONE
4111 || h
->root
.type
== bfd_link_hash_defined
4112 || h
->root
.type
== bfd_link_hash_defweak
))
4116 sym_type
= (sym
!= NULL
) ? ELF32_ST_TYPE (sym
->st_info
) : h
->type
;
4118 if (elf_m68k_reloc_tls_p (r_type
) != (sym_type
== STT_TLS
))
4123 name
= h
->root
.root
.string
;
4126 name
= (bfd_elf_string_from_elf_section
4127 (input_bfd
, symtab_hdr
->sh_link
, sym
->st_name
));
4128 if (name
== NULL
|| *name
== '\0')
4129 name
= bfd_section_name (input_bfd
, sec
);
4132 (*_bfd_error_handler
)
4133 ((sym_type
== STT_TLS
4134 ? _("%B(%A+0x%lx): %s used with TLS symbol %s")
4135 : _("%B(%A+0x%lx): %s used with non-TLS symbol %s")),
4138 (long) rel
->r_offset
,
4144 r
= _bfd_final_link_relocate (howto
, input_bfd
, input_section
,
4145 contents
, rel
->r_offset
,
4146 relocation
, rel
->r_addend
);
4148 if (r
!= bfd_reloc_ok
)
4153 name
= h
->root
.root
.string
;
4156 name
= bfd_elf_string_from_elf_section (input_bfd
,
4157 symtab_hdr
->sh_link
,
4162 name
= bfd_section_name (input_bfd
, sec
);
4165 if (r
== bfd_reloc_overflow
)
4167 if (!(info
->callbacks
->reloc_overflow
4168 (info
, (h
? &h
->root
: NULL
), name
, howto
->name
,
4169 (bfd_vma
) 0, input_bfd
, input_section
,
4175 (*_bfd_error_handler
)
4176 (_("%B(%A+0x%lx): reloc against `%s': error %d"),
4177 input_bfd
, input_section
,
4178 (long) rel
->r_offset
, name
, (int) r
);
4187 /* Install an M_68K_PC32 relocation against VALUE at offset OFFSET
4188 into section SEC. */
4191 elf_m68k_install_pc32 (asection
*sec
, bfd_vma offset
, bfd_vma value
)
4193 /* Make VALUE PC-relative. */
4194 value
-= sec
->output_section
->vma
+ offset
;
4196 /* Apply any in-place addend. */
4197 value
+= bfd_get_32 (sec
->owner
, sec
->contents
+ offset
);
4199 bfd_put_32 (sec
->owner
, value
, sec
->contents
+ offset
);
4202 /* Finish up dynamic symbol handling. We set the contents of various
4203 dynamic sections here. */
4206 elf_m68k_finish_dynamic_symbol (output_bfd
, info
, h
, sym
)
4208 struct bfd_link_info
*info
;
4209 struct elf_link_hash_entry
*h
;
4210 Elf_Internal_Sym
*sym
;
4214 dynobj
= elf_hash_table (info
)->dynobj
;
4216 if (h
->plt
.offset
!= (bfd_vma
) -1)
4218 const struct elf_m68k_plt_info
*plt_info
;
4224 Elf_Internal_Rela rela
;
4227 /* This symbol has an entry in the procedure linkage table. Set
4230 BFD_ASSERT (h
->dynindx
!= -1);
4232 plt_info
= elf_m68k_hash_table (info
)->plt_info
;
4233 splt
= bfd_get_section_by_name (dynobj
, ".plt");
4234 sgot
= bfd_get_section_by_name (dynobj
, ".got.plt");
4235 srela
= bfd_get_section_by_name (dynobj
, ".rela.plt");
4236 BFD_ASSERT (splt
!= NULL
&& sgot
!= NULL
&& srela
!= NULL
);
4238 /* Get the index in the procedure linkage table which
4239 corresponds to this symbol. This is the index of this symbol
4240 in all the symbols for which we are making plt entries. The
4241 first entry in the procedure linkage table is reserved. */
4242 plt_index
= (h
->plt
.offset
/ plt_info
->size
) - 1;
4244 /* Get the offset into the .got table of the entry that
4245 corresponds to this function. Each .got entry is 4 bytes.
4246 The first three are reserved. */
4247 got_offset
= (plt_index
+ 3) * 4;
4249 memcpy (splt
->contents
+ h
->plt
.offset
,
4250 plt_info
->symbol_entry
,
4253 elf_m68k_install_pc32 (splt
, h
->plt
.offset
+ plt_info
->symbol_relocs
.got
,
4254 (sgot
->output_section
->vma
4255 + sgot
->output_offset
4258 bfd_put_32 (output_bfd
, plt_index
* sizeof (Elf32_External_Rela
),
4261 + plt_info
->symbol_resolve_entry
+ 2);
4263 elf_m68k_install_pc32 (splt
, h
->plt
.offset
+ plt_info
->symbol_relocs
.plt
,
4264 splt
->output_section
->vma
);
4266 /* Fill in the entry in the global offset table. */
4267 bfd_put_32 (output_bfd
,
4268 (splt
->output_section
->vma
4269 + splt
->output_offset
4271 + plt_info
->symbol_resolve_entry
),
4272 sgot
->contents
+ got_offset
);
4274 /* Fill in the entry in the .rela.plt section. */
4275 rela
.r_offset
= (sgot
->output_section
->vma
4276 + sgot
->output_offset
4278 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_JMP_SLOT
);
4280 loc
= srela
->contents
+ plt_index
* sizeof (Elf32_External_Rela
);
4281 bfd_elf32_swap_reloca_out (output_bfd
, &rela
, loc
);
4283 if (!h
->def_regular
)
4285 /* Mark the symbol as undefined, rather than as defined in
4286 the .plt section. Leave the value alone. */
4287 sym
->st_shndx
= SHN_UNDEF
;
4291 if (elf_m68k_hash_entry (h
)->glist
!= NULL
)
4295 struct elf_m68k_got_entry
*got_entry
;
4297 /* This symbol has an entry in the global offset table. Set it
4300 sgot
= bfd_get_section_by_name (dynobj
, ".got");
4301 srela
= bfd_get_section_by_name (dynobj
, ".rela.got");
4302 BFD_ASSERT (sgot
!= NULL
&& srela
!= NULL
);
4304 got_entry
= elf_m68k_hash_entry (h
)->glist
;
4306 while (got_entry
!= NULL
)
4308 enum elf_m68k_reloc_type r_type
;
4309 bfd_vma got_entry_offset
;
4311 r_type
= got_entry
->key_
.type
;
4312 got_entry_offset
= got_entry
->u
.s2
.offset
&~ (bfd_vma
) 1;
4314 /* If this is a -Bsymbolic link, and the symbol is defined
4315 locally, we just want to emit a RELATIVE reloc. Likewise if
4316 the symbol was forced to be local because of a version file.
4317 The entry in the global offset table already have been
4318 initialized in the relocate_section function. */
4320 && SYMBOL_REFERENCES_LOCAL (info
, h
))
4324 relocation
= bfd_get_signed_32 (output_bfd
,
4326 + got_entry_offset
));
4329 switch (elf_m68k_reloc_got_type (r_type
))
4332 case R_68K_TLS_LDM32
:
4335 case R_68K_TLS_GD32
:
4336 relocation
+= dtpoff_base (info
);
4339 case R_68K_TLS_IE32
:
4340 relocation
+= tpoff_base (info
);
4347 elf_m68k_init_got_entry_local_shared (info
,
4357 Elf_Internal_Rela rela
;
4359 /* Put zeros to GOT slots that will be initialized
4364 n_slots
= elf_m68k_reloc_got_n_slots (got_entry
->key_
.type
);
4366 bfd_put_32 (output_bfd
, (bfd_vma
) 0,
4367 (sgot
->contents
+ got_entry_offset
4372 rela
.r_offset
= (sgot
->output_section
->vma
4373 + sgot
->output_offset
4374 + got_entry_offset
);
4376 switch (elf_m68k_reloc_got_type (r_type
))
4379 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_GLOB_DAT
);
4380 elf_m68k_install_rela (output_bfd
, srela
, &rela
);
4383 case R_68K_TLS_GD32
:
4384 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_TLS_DTPMOD32
);
4385 elf_m68k_install_rela (output_bfd
, srela
, &rela
);
4388 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_TLS_DTPREL32
);
4389 elf_m68k_install_rela (output_bfd
, srela
, &rela
);
4392 case R_68K_TLS_IE32
:
4393 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_TLS_TPREL32
);
4394 elf_m68k_install_rela (output_bfd
, srela
, &rela
);
4403 got_entry
= got_entry
->u
.s2
.next
;
4410 Elf_Internal_Rela rela
;
4413 /* This symbol needs a copy reloc. Set it up. */
4415 BFD_ASSERT (h
->dynindx
!= -1
4416 && (h
->root
.type
== bfd_link_hash_defined
4417 || h
->root
.type
== bfd_link_hash_defweak
));
4419 s
= bfd_get_section_by_name (h
->root
.u
.def
.section
->owner
,
4421 BFD_ASSERT (s
!= NULL
);
4423 rela
.r_offset
= (h
->root
.u
.def
.value
4424 + h
->root
.u
.def
.section
->output_section
->vma
4425 + h
->root
.u
.def
.section
->output_offset
);
4426 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_COPY
);
4428 loc
= s
->contents
+ s
->reloc_count
++ * sizeof (Elf32_External_Rela
);
4429 bfd_elf32_swap_reloca_out (output_bfd
, &rela
, loc
);
4432 /* Mark _DYNAMIC and _GLOBAL_OFFSET_TABLE_ as absolute. */
4433 if (strcmp (h
->root
.root
.string
, "_DYNAMIC") == 0
4434 || h
== elf_hash_table (info
)->hgot
)
4435 sym
->st_shndx
= SHN_ABS
;
4440 /* Finish up the dynamic sections. */
4443 elf_m68k_finish_dynamic_sections (output_bfd
, info
)
4445 struct bfd_link_info
*info
;
4451 dynobj
= elf_hash_table (info
)->dynobj
;
4453 sgot
= bfd_get_section_by_name (dynobj
, ".got.plt");
4454 BFD_ASSERT (sgot
!= NULL
);
4455 sdyn
= bfd_get_section_by_name (dynobj
, ".dynamic");
4457 if (elf_hash_table (info
)->dynamic_sections_created
)
4460 Elf32_External_Dyn
*dyncon
, *dynconend
;
4462 splt
= bfd_get_section_by_name (dynobj
, ".plt");
4463 BFD_ASSERT (splt
!= NULL
&& sdyn
!= NULL
);
4465 dyncon
= (Elf32_External_Dyn
*) sdyn
->contents
;
4466 dynconend
= (Elf32_External_Dyn
*) (sdyn
->contents
+ sdyn
->size
);
4467 for (; dyncon
< dynconend
; dyncon
++)
4469 Elf_Internal_Dyn dyn
;
4473 bfd_elf32_swap_dyn_in (dynobj
, dyncon
, &dyn
);
4486 s
= bfd_get_section_by_name (output_bfd
, name
);
4487 BFD_ASSERT (s
!= NULL
);
4488 dyn
.d_un
.d_ptr
= s
->vma
;
4489 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
4493 s
= bfd_get_section_by_name (output_bfd
, ".rela.plt");
4494 BFD_ASSERT (s
!= NULL
);
4495 dyn
.d_un
.d_val
= s
->size
;
4496 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
4500 /* The procedure linkage table relocs (DT_JMPREL) should
4501 not be included in the overall relocs (DT_RELA).
4502 Therefore, we override the DT_RELASZ entry here to
4503 make it not include the JMPREL relocs. Since the
4504 linker script arranges for .rela.plt to follow all
4505 other relocation sections, we don't have to worry
4506 about changing the DT_RELA entry. */
4507 s
= bfd_get_section_by_name (output_bfd
, ".rela.plt");
4509 dyn
.d_un
.d_val
-= s
->size
;
4510 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
4515 /* Fill in the first entry in the procedure linkage table. */
4518 const struct elf_m68k_plt_info
*plt_info
;
4520 plt_info
= elf_m68k_hash_table (info
)->plt_info
;
4521 memcpy (splt
->contents
, plt_info
->plt0_entry
, plt_info
->size
);
4523 elf_m68k_install_pc32 (splt
, plt_info
->plt0_relocs
.got4
,
4524 (sgot
->output_section
->vma
4525 + sgot
->output_offset
4528 elf_m68k_install_pc32 (splt
, plt_info
->plt0_relocs
.got8
,
4529 (sgot
->output_section
->vma
4530 + sgot
->output_offset
4533 elf_section_data (splt
->output_section
)->this_hdr
.sh_entsize
4538 /* Fill in the first three entries in the global offset table. */
4542 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
);
4544 bfd_put_32 (output_bfd
,
4545 sdyn
->output_section
->vma
+ sdyn
->output_offset
,
4547 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ 4);
4548 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ 8);
4551 elf_section_data (sgot
->output_section
)->this_hdr
.sh_entsize
= 4;
4556 /* Given a .data section and a .emreloc in-memory section, store
4557 relocation information into the .emreloc section which can be
4558 used at runtime to relocate the section. This is called by the
4559 linker when the --embedded-relocs switch is used. This is called
4560 after the add_symbols entry point has been called for all the
4561 objects, and before the final_link entry point is called. */
4564 bfd_m68k_elf32_create_embedded_relocs (abfd
, info
, datasec
, relsec
, errmsg
)
4566 struct bfd_link_info
*info
;
4571 Elf_Internal_Shdr
*symtab_hdr
;
4572 Elf_Internal_Sym
*isymbuf
= NULL
;
4573 Elf_Internal_Rela
*internal_relocs
= NULL
;
4574 Elf_Internal_Rela
*irel
, *irelend
;
4578 BFD_ASSERT (! info
->relocatable
);
4582 if (datasec
->reloc_count
== 0)
4585 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
4587 /* Get a copy of the native relocations. */
4588 internal_relocs
= (_bfd_elf_link_read_relocs
4589 (abfd
, datasec
, (PTR
) NULL
, (Elf_Internal_Rela
*) NULL
,
4590 info
->keep_memory
));
4591 if (internal_relocs
== NULL
)
4594 amt
= (bfd_size_type
) datasec
->reloc_count
* 12;
4595 relsec
->contents
= (bfd_byte
*) bfd_alloc (abfd
, amt
);
4596 if (relsec
->contents
== NULL
)
4599 p
= relsec
->contents
;
4601 irelend
= internal_relocs
+ datasec
->reloc_count
;
4602 for (irel
= internal_relocs
; irel
< irelend
; irel
++, p
+= 12)
4604 asection
*targetsec
;
4606 /* We are going to write a four byte longword into the runtime
4607 reloc section. The longword will be the address in the data
4608 section which must be relocated. It is followed by the name
4609 of the target section NUL-padded or truncated to 8
4612 /* We can only relocate absolute longword relocs at run time. */
4613 if (ELF32_R_TYPE (irel
->r_info
) != (int) R_68K_32
)
4615 *errmsg
= _("unsupported reloc type");
4616 bfd_set_error (bfd_error_bad_value
);
4620 /* Get the target section referred to by the reloc. */
4621 if (ELF32_R_SYM (irel
->r_info
) < symtab_hdr
->sh_info
)
4623 /* A local symbol. */
4624 Elf_Internal_Sym
*isym
;
4626 /* Read this BFD's local symbols if we haven't done so already. */
4627 if (isymbuf
== NULL
)
4629 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
4630 if (isymbuf
== NULL
)
4631 isymbuf
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
4632 symtab_hdr
->sh_info
, 0,
4634 if (isymbuf
== NULL
)
4638 isym
= isymbuf
+ ELF32_R_SYM (irel
->r_info
);
4639 targetsec
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
4644 struct elf_link_hash_entry
*h
;
4646 /* An external symbol. */
4647 indx
= ELF32_R_SYM (irel
->r_info
) - symtab_hdr
->sh_info
;
4648 h
= elf_sym_hashes (abfd
)[indx
];
4649 BFD_ASSERT (h
!= NULL
);
4650 if (h
->root
.type
== bfd_link_hash_defined
4651 || h
->root
.type
== bfd_link_hash_defweak
)
4652 targetsec
= h
->root
.u
.def
.section
;
4657 bfd_put_32 (abfd
, irel
->r_offset
+ datasec
->output_offset
, p
);
4658 memset (p
+ 4, 0, 8);
4659 if (targetsec
!= NULL
)
4660 strncpy ((char *) p
+ 4, targetsec
->output_section
->name
, 8);
4663 if (isymbuf
!= NULL
&& symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
4665 if (internal_relocs
!= NULL
4666 && elf_section_data (datasec
)->relocs
!= internal_relocs
)
4667 free (internal_relocs
);
4671 if (isymbuf
!= NULL
&& symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
4673 if (internal_relocs
!= NULL
4674 && elf_section_data (datasec
)->relocs
!= internal_relocs
)
4675 free (internal_relocs
);
4679 /* Set target options. */
4682 bfd_elf_m68k_set_target_options (struct bfd_link_info
*info
, int got_handling
)
4684 struct elf_m68k_link_hash_table
*htab
;
4686 htab
= elf_m68k_hash_table (info
);
4688 switch (got_handling
)
4692 htab
->local_gp_p
= FALSE
;
4693 htab
->use_neg_got_offsets_p
= FALSE
;
4694 htab
->allow_multigot_p
= FALSE
;
4698 /* --got=negative. */
4699 htab
->local_gp_p
= TRUE
;
4700 htab
->use_neg_got_offsets_p
= TRUE
;
4701 htab
->allow_multigot_p
= FALSE
;
4705 /* --got=multigot. */
4706 htab
->local_gp_p
= TRUE
;
4707 htab
->use_neg_got_offsets_p
= TRUE
;
4708 htab
->allow_multigot_p
= TRUE
;
4716 static enum elf_reloc_type_class
4717 elf32_m68k_reloc_type_class (rela
)
4718 const Elf_Internal_Rela
*rela
;
4720 switch ((int) ELF32_R_TYPE (rela
->r_info
))
4722 case R_68K_RELATIVE
:
4723 return reloc_class_relative
;
4724 case R_68K_JMP_SLOT
:
4725 return reloc_class_plt
;
4727 return reloc_class_copy
;
4729 return reloc_class_normal
;
4733 /* Return address for Ith PLT stub in section PLT, for relocation REL
4734 or (bfd_vma) -1 if it should not be included. */
4737 elf_m68k_plt_sym_val (bfd_vma i
, const asection
*plt
,
4738 const arelent
*rel ATTRIBUTE_UNUSED
)
4740 return plt
->vma
+ (i
+ 1) * elf_m68k_get_plt_info (plt
->owner
)->size
;
4743 #define TARGET_BIG_SYM bfd_elf32_m68k_vec
4744 #define TARGET_BIG_NAME "elf32-m68k"
4745 #define ELF_MACHINE_CODE EM_68K
4746 #define ELF_MAXPAGESIZE 0x2000
4747 #define elf_backend_create_dynamic_sections \
4748 _bfd_elf_create_dynamic_sections
4749 #define bfd_elf32_bfd_link_hash_table_create \
4750 elf_m68k_link_hash_table_create
4751 /* ??? Should it be this macro or bfd_elfNN_bfd_link_hash_table_create? */
4752 #define bfd_elf32_bfd_link_hash_table_free \
4753 elf_m68k_link_hash_table_free
4754 #define bfd_elf32_bfd_final_link bfd_elf_final_link
4756 #define elf_backend_check_relocs elf_m68k_check_relocs
4757 #define elf_backend_always_size_sections \
4758 elf_m68k_always_size_sections
4759 #define elf_backend_adjust_dynamic_symbol \
4760 elf_m68k_adjust_dynamic_symbol
4761 #define elf_backend_size_dynamic_sections \
4762 elf_m68k_size_dynamic_sections
4763 #define elf_backend_init_index_section _bfd_elf_init_1_index_section
4764 #define elf_backend_relocate_section elf_m68k_relocate_section
4765 #define elf_backend_finish_dynamic_symbol \
4766 elf_m68k_finish_dynamic_symbol
4767 #define elf_backend_finish_dynamic_sections \
4768 elf_m68k_finish_dynamic_sections
4769 #define elf_backend_gc_mark_hook elf_m68k_gc_mark_hook
4770 #define elf_backend_gc_sweep_hook elf_m68k_gc_sweep_hook
4771 #define elf_backend_copy_indirect_symbol elf_m68k_copy_indirect_symbol
4772 #define bfd_elf32_bfd_merge_private_bfd_data \
4773 elf32_m68k_merge_private_bfd_data
4774 #define bfd_elf32_bfd_set_private_flags \
4775 elf32_m68k_set_private_flags
4776 #define bfd_elf32_bfd_print_private_bfd_data \
4777 elf32_m68k_print_private_bfd_data
4778 #define elf_backend_reloc_type_class elf32_m68k_reloc_type_class
4779 #define elf_backend_plt_sym_val elf_m68k_plt_sym_val
4780 #define elf_backend_object_p elf32_m68k_object_p
4782 #define elf_backend_can_gc_sections 1
4783 #define elf_backend_can_refcount 1
4784 #define elf_backend_want_got_plt 1
4785 #define elf_backend_plt_readonly 1
4786 #define elf_backend_want_plt_sym 0
4787 #define elf_backend_got_header_size 12
4788 #define elf_backend_rela_normal 1
4790 #include "elf32-target.h"