1 /* Motorola 68k series support for 32-bit ELF
2 Copyright (C) 1993-2016 Free Software Foundation, Inc.
4 This file is part of BFD, the Binary File Descriptor library.
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19 MA 02110-1301, USA. */
27 #include "opcode/m68k.h"
30 elf_m68k_discard_copies (struct elf_link_hash_entry
*, void *);
32 static reloc_howto_type howto_table
[] =
34 HOWTO(R_68K_NONE
, 0, 3, 0, FALSE
,0, complain_overflow_dont
, bfd_elf_generic_reloc
, "R_68K_NONE", FALSE
, 0, 0x00000000,FALSE
),
35 HOWTO(R_68K_32
, 0, 2,32, FALSE
,0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_32", FALSE
, 0, 0xffffffff,FALSE
),
36 HOWTO(R_68K_16
, 0, 1,16, FALSE
,0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_16", FALSE
, 0, 0x0000ffff,FALSE
),
37 HOWTO(R_68K_8
, 0, 0, 8, FALSE
,0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_8", FALSE
, 0, 0x000000ff,FALSE
),
38 HOWTO(R_68K_PC32
, 0, 2,32, TRUE
, 0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_PC32", FALSE
, 0, 0xffffffff,TRUE
),
39 HOWTO(R_68K_PC16
, 0, 1,16, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PC16", FALSE
, 0, 0x0000ffff,TRUE
),
40 HOWTO(R_68K_PC8
, 0, 0, 8, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PC8", FALSE
, 0, 0x000000ff,TRUE
),
41 HOWTO(R_68K_GOT32
, 0, 2,32, TRUE
, 0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_GOT32", FALSE
, 0, 0xffffffff,TRUE
),
42 HOWTO(R_68K_GOT16
, 0, 1,16, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_GOT16", FALSE
, 0, 0x0000ffff,TRUE
),
43 HOWTO(R_68K_GOT8
, 0, 0, 8, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_GOT8", FALSE
, 0, 0x000000ff,TRUE
),
44 HOWTO(R_68K_GOT32O
, 0, 2,32, FALSE
,0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_GOT32O", FALSE
, 0, 0xffffffff,FALSE
),
45 HOWTO(R_68K_GOT16O
, 0, 1,16, FALSE
,0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_GOT16O", FALSE
, 0, 0x0000ffff,FALSE
),
46 HOWTO(R_68K_GOT8O
, 0, 0, 8, FALSE
,0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_GOT8O", FALSE
, 0, 0x000000ff,FALSE
),
47 HOWTO(R_68K_PLT32
, 0, 2,32, TRUE
, 0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_PLT32", FALSE
, 0, 0xffffffff,TRUE
),
48 HOWTO(R_68K_PLT16
, 0, 1,16, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PLT16", FALSE
, 0, 0x0000ffff,TRUE
),
49 HOWTO(R_68K_PLT8
, 0, 0, 8, TRUE
, 0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PLT8", FALSE
, 0, 0x000000ff,TRUE
),
50 HOWTO(R_68K_PLT32O
, 0, 2,32, FALSE
,0, complain_overflow_bitfield
, bfd_elf_generic_reloc
, "R_68K_PLT32O", FALSE
, 0, 0xffffffff,FALSE
),
51 HOWTO(R_68K_PLT16O
, 0, 1,16, FALSE
,0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PLT16O", FALSE
, 0, 0x0000ffff,FALSE
),
52 HOWTO(R_68K_PLT8O
, 0, 0, 8, FALSE
,0, complain_overflow_signed
, bfd_elf_generic_reloc
, "R_68K_PLT8O", FALSE
, 0, 0x000000ff,FALSE
),
53 HOWTO(R_68K_COPY
, 0, 0, 0, FALSE
,0, complain_overflow_dont
, bfd_elf_generic_reloc
, "R_68K_COPY", FALSE
, 0, 0xffffffff,FALSE
),
54 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
),
55 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
),
56 HOWTO(R_68K_RELATIVE
, 0, 2,32, FALSE
,0, complain_overflow_dont
, bfd_elf_generic_reloc
, "R_68K_RELATIVE", FALSE
, 0, 0xffffffff,FALSE
),
57 /* GNU extension to record C++ vtable hierarchy. */
58 HOWTO (R_68K_GNU_VTINHERIT
, /* type */
60 2, /* size (0 = byte, 1 = short, 2 = long) */
62 FALSE
, /* pc_relative */
64 complain_overflow_dont
, /* complain_on_overflow */
65 NULL
, /* special_function */
66 "R_68K_GNU_VTINHERIT", /* name */
67 FALSE
, /* partial_inplace */
71 /* GNU extension to record C++ vtable member usage. */
72 HOWTO (R_68K_GNU_VTENTRY
, /* type */
74 2, /* size (0 = byte, 1 = short, 2 = long) */
76 FALSE
, /* pc_relative */
78 complain_overflow_dont
, /* complain_on_overflow */
79 _bfd_elf_rel_vtable_reloc_fn
, /* special_function */
80 "R_68K_GNU_VTENTRY", /* name */
81 FALSE
, /* partial_inplace */
86 /* TLS general dynamic variable reference. */
87 HOWTO (R_68K_TLS_GD32
, /* type */
89 2, /* size (0 = byte, 1 = short, 2 = long) */
91 FALSE
, /* pc_relative */
93 complain_overflow_bitfield
, /* complain_on_overflow */
94 bfd_elf_generic_reloc
, /* special_function */
95 "R_68K_TLS_GD32", /* name */
96 FALSE
, /* partial_inplace */
98 0xffffffff, /* dst_mask */
99 FALSE
), /* pcrel_offset */
101 HOWTO (R_68K_TLS_GD16
, /* type */
103 1, /* size (0 = byte, 1 = short, 2 = long) */
105 FALSE
, /* pc_relative */
107 complain_overflow_signed
, /* complain_on_overflow */
108 bfd_elf_generic_reloc
, /* special_function */
109 "R_68K_TLS_GD16", /* name */
110 FALSE
, /* partial_inplace */
112 0x0000ffff, /* dst_mask */
113 FALSE
), /* pcrel_offset */
115 HOWTO (R_68K_TLS_GD8
, /* type */
117 0, /* size (0 = byte, 1 = short, 2 = long) */
119 FALSE
, /* pc_relative */
121 complain_overflow_signed
, /* complain_on_overflow */
122 bfd_elf_generic_reloc
, /* special_function */
123 "R_68K_TLS_GD8", /* name */
124 FALSE
, /* partial_inplace */
126 0x000000ff, /* dst_mask */
127 FALSE
), /* pcrel_offset */
129 /* TLS local dynamic variable reference. */
130 HOWTO (R_68K_TLS_LDM32
, /* type */
132 2, /* size (0 = byte, 1 = short, 2 = long) */
134 FALSE
, /* pc_relative */
136 complain_overflow_bitfield
, /* complain_on_overflow */
137 bfd_elf_generic_reloc
, /* special_function */
138 "R_68K_TLS_LDM32", /* name */
139 FALSE
, /* partial_inplace */
141 0xffffffff, /* dst_mask */
142 FALSE
), /* pcrel_offset */
144 HOWTO (R_68K_TLS_LDM16
, /* type */
146 1, /* size (0 = byte, 1 = short, 2 = long) */
148 FALSE
, /* pc_relative */
150 complain_overflow_signed
, /* complain_on_overflow */
151 bfd_elf_generic_reloc
, /* special_function */
152 "R_68K_TLS_LDM16", /* name */
153 FALSE
, /* partial_inplace */
155 0x0000ffff, /* dst_mask */
156 FALSE
), /* pcrel_offset */
158 HOWTO (R_68K_TLS_LDM8
, /* type */
160 0, /* size (0 = byte, 1 = short, 2 = long) */
162 FALSE
, /* pc_relative */
164 complain_overflow_signed
, /* complain_on_overflow */
165 bfd_elf_generic_reloc
, /* special_function */
166 "R_68K_TLS_LDM8", /* name */
167 FALSE
, /* partial_inplace */
169 0x000000ff, /* dst_mask */
170 FALSE
), /* pcrel_offset */
172 HOWTO (R_68K_TLS_LDO32
, /* type */
174 2, /* size (0 = byte, 1 = short, 2 = long) */
176 FALSE
, /* pc_relative */
178 complain_overflow_bitfield
, /* complain_on_overflow */
179 bfd_elf_generic_reloc
, /* special_function */
180 "R_68K_TLS_LDO32", /* name */
181 FALSE
, /* partial_inplace */
183 0xffffffff, /* dst_mask */
184 FALSE
), /* pcrel_offset */
186 HOWTO (R_68K_TLS_LDO16
, /* type */
188 1, /* size (0 = byte, 1 = short, 2 = long) */
190 FALSE
, /* pc_relative */
192 complain_overflow_signed
, /* complain_on_overflow */
193 bfd_elf_generic_reloc
, /* special_function */
194 "R_68K_TLS_LDO16", /* name */
195 FALSE
, /* partial_inplace */
197 0x0000ffff, /* dst_mask */
198 FALSE
), /* pcrel_offset */
200 HOWTO (R_68K_TLS_LDO8
, /* type */
202 0, /* size (0 = byte, 1 = short, 2 = long) */
204 FALSE
, /* pc_relative */
206 complain_overflow_signed
, /* complain_on_overflow */
207 bfd_elf_generic_reloc
, /* special_function */
208 "R_68K_TLS_LDO8", /* name */
209 FALSE
, /* partial_inplace */
211 0x000000ff, /* dst_mask */
212 FALSE
), /* pcrel_offset */
214 /* TLS initial execution variable reference. */
215 HOWTO (R_68K_TLS_IE32
, /* type */
217 2, /* size (0 = byte, 1 = short, 2 = long) */
219 FALSE
, /* pc_relative */
221 complain_overflow_bitfield
, /* complain_on_overflow */
222 bfd_elf_generic_reloc
, /* special_function */
223 "R_68K_TLS_IE32", /* name */
224 FALSE
, /* partial_inplace */
226 0xffffffff, /* dst_mask */
227 FALSE
), /* pcrel_offset */
229 HOWTO (R_68K_TLS_IE16
, /* type */
231 1, /* size (0 = byte, 1 = short, 2 = long) */
233 FALSE
, /* pc_relative */
235 complain_overflow_signed
, /* complain_on_overflow */
236 bfd_elf_generic_reloc
, /* special_function */
237 "R_68K_TLS_IE16", /* name */
238 FALSE
, /* partial_inplace */
240 0x0000ffff, /* dst_mask */
241 FALSE
), /* pcrel_offset */
243 HOWTO (R_68K_TLS_IE8
, /* type */
245 0, /* size (0 = byte, 1 = short, 2 = long) */
247 FALSE
, /* pc_relative */
249 complain_overflow_signed
, /* complain_on_overflow */
250 bfd_elf_generic_reloc
, /* special_function */
251 "R_68K_TLS_IE8", /* name */
252 FALSE
, /* partial_inplace */
254 0x000000ff, /* dst_mask */
255 FALSE
), /* pcrel_offset */
257 /* TLS local execution variable reference. */
258 HOWTO (R_68K_TLS_LE32
, /* type */
260 2, /* size (0 = byte, 1 = short, 2 = long) */
262 FALSE
, /* pc_relative */
264 complain_overflow_bitfield
, /* complain_on_overflow */
265 bfd_elf_generic_reloc
, /* special_function */
266 "R_68K_TLS_LE32", /* name */
267 FALSE
, /* partial_inplace */
269 0xffffffff, /* dst_mask */
270 FALSE
), /* pcrel_offset */
272 HOWTO (R_68K_TLS_LE16
, /* type */
274 1, /* size (0 = byte, 1 = short, 2 = long) */
276 FALSE
, /* pc_relative */
278 complain_overflow_signed
, /* complain_on_overflow */
279 bfd_elf_generic_reloc
, /* special_function */
280 "R_68K_TLS_LE16", /* name */
281 FALSE
, /* partial_inplace */
283 0x0000ffff, /* dst_mask */
284 FALSE
), /* pcrel_offset */
286 HOWTO (R_68K_TLS_LE8
, /* type */
288 0, /* size (0 = byte, 1 = short, 2 = long) */
290 FALSE
, /* pc_relative */
292 complain_overflow_signed
, /* complain_on_overflow */
293 bfd_elf_generic_reloc
, /* special_function */
294 "R_68K_TLS_LE8", /* name */
295 FALSE
, /* partial_inplace */
297 0x000000ff, /* dst_mask */
298 FALSE
), /* pcrel_offset */
300 /* TLS GD/LD dynamic relocations. */
301 HOWTO (R_68K_TLS_DTPMOD32
, /* type */
303 2, /* size (0 = byte, 1 = short, 2 = long) */
305 FALSE
, /* pc_relative */
307 complain_overflow_dont
, /* complain_on_overflow */
308 bfd_elf_generic_reloc
, /* special_function */
309 "R_68K_TLS_DTPMOD32", /* name */
310 FALSE
, /* partial_inplace */
312 0xffffffff, /* dst_mask */
313 FALSE
), /* pcrel_offset */
315 HOWTO (R_68K_TLS_DTPREL32
, /* type */
317 2, /* size (0 = byte, 1 = short, 2 = long) */
319 FALSE
, /* pc_relative */
321 complain_overflow_dont
, /* complain_on_overflow */
322 bfd_elf_generic_reloc
, /* special_function */
323 "R_68K_TLS_DTPREL32", /* name */
324 FALSE
, /* partial_inplace */
326 0xffffffff, /* dst_mask */
327 FALSE
), /* pcrel_offset */
329 HOWTO (R_68K_TLS_TPREL32
, /* type */
331 2, /* size (0 = byte, 1 = short, 2 = long) */
333 FALSE
, /* pc_relative */
335 complain_overflow_dont
, /* complain_on_overflow */
336 bfd_elf_generic_reloc
, /* special_function */
337 "R_68K_TLS_TPREL32", /* name */
338 FALSE
, /* partial_inplace */
340 0xffffffff, /* dst_mask */
341 FALSE
), /* pcrel_offset */
345 rtype_to_howto (bfd
*abfd
, arelent
*cache_ptr
, Elf_Internal_Rela
*dst
)
347 unsigned int indx
= ELF32_R_TYPE (dst
->r_info
);
349 if (indx
>= (unsigned int) R_68K_max
)
351 (*_bfd_error_handler
) (_("%B: invalid relocation type %d"),
355 cache_ptr
->howto
= &howto_table
[indx
];
358 #define elf_info_to_howto rtype_to_howto
362 bfd_reloc_code_real_type bfd_val
;
367 { BFD_RELOC_NONE
, R_68K_NONE
},
368 { BFD_RELOC_32
, R_68K_32
},
369 { BFD_RELOC_16
, R_68K_16
},
370 { BFD_RELOC_8
, R_68K_8
},
371 { BFD_RELOC_32_PCREL
, R_68K_PC32
},
372 { BFD_RELOC_16_PCREL
, R_68K_PC16
},
373 { BFD_RELOC_8_PCREL
, R_68K_PC8
},
374 { BFD_RELOC_32_GOT_PCREL
, R_68K_GOT32
},
375 { BFD_RELOC_16_GOT_PCREL
, R_68K_GOT16
},
376 { BFD_RELOC_8_GOT_PCREL
, R_68K_GOT8
},
377 { BFD_RELOC_32_GOTOFF
, R_68K_GOT32O
},
378 { BFD_RELOC_16_GOTOFF
, R_68K_GOT16O
},
379 { BFD_RELOC_8_GOTOFF
, R_68K_GOT8O
},
380 { BFD_RELOC_32_PLT_PCREL
, R_68K_PLT32
},
381 { BFD_RELOC_16_PLT_PCREL
, R_68K_PLT16
},
382 { BFD_RELOC_8_PLT_PCREL
, R_68K_PLT8
},
383 { BFD_RELOC_32_PLTOFF
, R_68K_PLT32O
},
384 { BFD_RELOC_16_PLTOFF
, R_68K_PLT16O
},
385 { BFD_RELOC_8_PLTOFF
, R_68K_PLT8O
},
386 { BFD_RELOC_NONE
, R_68K_COPY
},
387 { BFD_RELOC_68K_GLOB_DAT
, R_68K_GLOB_DAT
},
388 { BFD_RELOC_68K_JMP_SLOT
, R_68K_JMP_SLOT
},
389 { BFD_RELOC_68K_RELATIVE
, R_68K_RELATIVE
},
390 { BFD_RELOC_CTOR
, R_68K_32
},
391 { BFD_RELOC_VTABLE_INHERIT
, R_68K_GNU_VTINHERIT
},
392 { BFD_RELOC_VTABLE_ENTRY
, R_68K_GNU_VTENTRY
},
393 { BFD_RELOC_68K_TLS_GD32
, R_68K_TLS_GD32
},
394 { BFD_RELOC_68K_TLS_GD16
, R_68K_TLS_GD16
},
395 { BFD_RELOC_68K_TLS_GD8
, R_68K_TLS_GD8
},
396 { BFD_RELOC_68K_TLS_LDM32
, R_68K_TLS_LDM32
},
397 { BFD_RELOC_68K_TLS_LDM16
, R_68K_TLS_LDM16
},
398 { BFD_RELOC_68K_TLS_LDM8
, R_68K_TLS_LDM8
},
399 { BFD_RELOC_68K_TLS_LDO32
, R_68K_TLS_LDO32
},
400 { BFD_RELOC_68K_TLS_LDO16
, R_68K_TLS_LDO16
},
401 { BFD_RELOC_68K_TLS_LDO8
, R_68K_TLS_LDO8
},
402 { BFD_RELOC_68K_TLS_IE32
, R_68K_TLS_IE32
},
403 { BFD_RELOC_68K_TLS_IE16
, R_68K_TLS_IE16
},
404 { BFD_RELOC_68K_TLS_IE8
, R_68K_TLS_IE8
},
405 { BFD_RELOC_68K_TLS_LE32
, R_68K_TLS_LE32
},
406 { BFD_RELOC_68K_TLS_LE16
, R_68K_TLS_LE16
},
407 { BFD_RELOC_68K_TLS_LE8
, R_68K_TLS_LE8
},
410 static reloc_howto_type
*
411 reloc_type_lookup (bfd
*abfd ATTRIBUTE_UNUSED
,
412 bfd_reloc_code_real_type code
)
415 for (i
= 0; i
< sizeof (reloc_map
) / sizeof (reloc_map
[0]); i
++)
417 if (reloc_map
[i
].bfd_val
== code
)
418 return &howto_table
[reloc_map
[i
].elf_val
];
423 static reloc_howto_type
*
424 reloc_name_lookup (bfd
*abfd ATTRIBUTE_UNUSED
, const char *r_name
)
428 for (i
= 0; i
< sizeof (howto_table
) / sizeof (howto_table
[0]); i
++)
429 if (howto_table
[i
].name
!= NULL
430 && strcasecmp (howto_table
[i
].name
, r_name
) == 0)
431 return &howto_table
[i
];
436 #define bfd_elf32_bfd_reloc_type_lookup reloc_type_lookup
437 #define bfd_elf32_bfd_reloc_name_lookup reloc_name_lookup
438 #define ELF_ARCH bfd_arch_m68k
439 #define ELF_TARGET_ID M68K_ELF_DATA
441 /* Functions for the m68k ELF linker. */
443 /* The name of the dynamic interpreter. This is put in the .interp
446 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/libc.so.1"
448 /* Describes one of the various PLT styles. */
450 struct elf_m68k_plt_info
452 /* The size of each PLT entry. */
455 /* The template for the first PLT entry. */
456 const bfd_byte
*plt0_entry
;
458 /* Offsets of fields in PLT0_ENTRY that require R_68K_PC32 relocations.
459 The comments by each member indicate the value that the relocation
462 unsigned int got4
; /* .got + 4 */
463 unsigned int got8
; /* .got + 8 */
466 /* The template for a symbol's PLT entry. */
467 const bfd_byte
*symbol_entry
;
469 /* Offsets of fields in SYMBOL_ENTRY that require R_68K_PC32 relocations.
470 The comments by each member indicate the value that the relocation
473 unsigned int got
; /* the symbol's .got.plt entry */
474 unsigned int plt
; /* .plt */
477 /* The offset of the resolver stub from the start of SYMBOL_ENTRY.
478 The stub starts with "move.l #relocoffset,%d0". */
479 bfd_vma symbol_resolve_entry
;
482 /* The size in bytes of an entry in the procedure linkage table. */
484 #define PLT_ENTRY_SIZE 20
486 /* The first entry in a procedure linkage table looks like this. See
487 the SVR4 ABI m68k supplement to see how this works. */
489 static const bfd_byte elf_m68k_plt0_entry
[PLT_ENTRY_SIZE
] =
491 0x2f, 0x3b, 0x01, 0x70, /* move.l (%pc,addr),-(%sp) */
492 0, 0, 0, 2, /* + (.got + 4) - . */
493 0x4e, 0xfb, 0x01, 0x71, /* jmp ([%pc,addr]) */
494 0, 0, 0, 2, /* + (.got + 8) - . */
495 0, 0, 0, 0 /* pad out to 20 bytes. */
498 /* Subsequent entries in a procedure linkage table look like this. */
500 static const bfd_byte elf_m68k_plt_entry
[PLT_ENTRY_SIZE
] =
502 0x4e, 0xfb, 0x01, 0x71, /* jmp ([%pc,symbol@GOTPC]) */
503 0, 0, 0, 2, /* + (.got.plt entry) - . */
504 0x2f, 0x3c, /* move.l #offset,-(%sp) */
505 0, 0, 0, 0, /* + reloc index */
506 0x60, 0xff, /* bra.l .plt */
507 0, 0, 0, 0 /* + .plt - . */
510 static const struct elf_m68k_plt_info elf_m68k_plt_info
= {
512 elf_m68k_plt0_entry
, { 4, 12 },
513 elf_m68k_plt_entry
, { 4, 16 }, 8
516 #define ISAB_PLT_ENTRY_SIZE 24
518 static const bfd_byte elf_isab_plt0_entry
[ISAB_PLT_ENTRY_SIZE
] =
520 0x20, 0x3c, /* move.l #offset,%d0 */
521 0, 0, 0, 0, /* + (.got + 4) - . */
522 0x2f, 0x3b, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l),-(%sp) */
523 0x20, 0x3c, /* move.l #offset,%d0 */
524 0, 0, 0, 0, /* + (.got + 8) - . */
525 0x20, 0x7b, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l), %a0 */
526 0x4e, 0xd0, /* jmp (%a0) */
530 /* Subsequent entries in a procedure linkage table look like this. */
532 static const bfd_byte elf_isab_plt_entry
[ISAB_PLT_ENTRY_SIZE
] =
534 0x20, 0x3c, /* move.l #offset,%d0 */
535 0, 0, 0, 0, /* + (.got.plt entry) - . */
536 0x20, 0x7b, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l), %a0 */
537 0x4e, 0xd0, /* jmp (%a0) */
538 0x2f, 0x3c, /* move.l #offset,-(%sp) */
539 0, 0, 0, 0, /* + reloc index */
540 0x60, 0xff, /* bra.l .plt */
541 0, 0, 0, 0 /* + .plt - . */
544 static const struct elf_m68k_plt_info elf_isab_plt_info
= {
546 elf_isab_plt0_entry
, { 2, 12 },
547 elf_isab_plt_entry
, { 2, 20 }, 12
550 #define ISAC_PLT_ENTRY_SIZE 24
552 static const bfd_byte elf_isac_plt0_entry
[ISAC_PLT_ENTRY_SIZE
] =
554 0x20, 0x3c, /* move.l #offset,%d0 */
555 0, 0, 0, 0, /* replaced with .got + 4 - . */
556 0x2e, 0xbb, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l),(%sp) */
557 0x20, 0x3c, /* move.l #offset,%d0 */
558 0, 0, 0, 0, /* replaced with .got + 8 - . */
559 0x20, 0x7b, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l), %a0 */
560 0x4e, 0xd0, /* jmp (%a0) */
564 /* Subsequent entries in a procedure linkage table look like this. */
566 static const bfd_byte elf_isac_plt_entry
[ISAC_PLT_ENTRY_SIZE
] =
568 0x20, 0x3c, /* move.l #offset,%d0 */
569 0, 0, 0, 0, /* replaced with (.got entry) - . */
570 0x20, 0x7b, 0x08, 0xfa, /* move.l (-6,%pc,%d0:l), %a0 */
571 0x4e, 0xd0, /* jmp (%a0) */
572 0x2f, 0x3c, /* move.l #offset,-(%sp) */
573 0, 0, 0, 0, /* replaced with offset into relocation table */
574 0x61, 0xff, /* bsr.l .plt */
575 0, 0, 0, 0 /* replaced with .plt - . */
578 static const struct elf_m68k_plt_info elf_isac_plt_info
= {
580 elf_isac_plt0_entry
, { 2, 12},
581 elf_isac_plt_entry
, { 2, 20 }, 12
584 #define CPU32_PLT_ENTRY_SIZE 24
585 /* Procedure linkage table entries for the cpu32 */
586 static const bfd_byte elf_cpu32_plt0_entry
[CPU32_PLT_ENTRY_SIZE
] =
588 0x2f, 0x3b, 0x01, 0x70, /* move.l (%pc,addr),-(%sp) */
589 0, 0, 0, 2, /* + (.got + 4) - . */
590 0x22, 0x7b, 0x01, 0x70, /* moveal %pc@(0xc), %a1 */
591 0, 0, 0, 2, /* + (.got + 8) - . */
592 0x4e, 0xd1, /* jmp %a1@ */
593 0, 0, 0, 0, /* pad out to 24 bytes. */
597 static const bfd_byte elf_cpu32_plt_entry
[CPU32_PLT_ENTRY_SIZE
] =
599 0x22, 0x7b, 0x01, 0x70, /* moveal %pc@(0xc), %a1 */
600 0, 0, 0, 2, /* + (.got.plt entry) - . */
601 0x4e, 0xd1, /* jmp %a1@ */
602 0x2f, 0x3c, /* move.l #offset,-(%sp) */
603 0, 0, 0, 0, /* + reloc index */
604 0x60, 0xff, /* bra.l .plt */
605 0, 0, 0, 0, /* + .plt - . */
609 static const struct elf_m68k_plt_info elf_cpu32_plt_info
= {
610 CPU32_PLT_ENTRY_SIZE
,
611 elf_cpu32_plt0_entry
, { 4, 12 },
612 elf_cpu32_plt_entry
, { 4, 18 }, 10
615 /* The m68k linker needs to keep track of the number of relocs that it
616 decides to copy in check_relocs for each symbol. This is so that it
617 can discard PC relative relocs if it doesn't need them when linking
618 with -Bsymbolic. We store the information in a field extending the
619 regular ELF linker hash table. */
621 /* This structure keeps track of the number of PC relative relocs we have
622 copied for a given symbol. */
624 struct elf_m68k_pcrel_relocs_copied
627 struct elf_m68k_pcrel_relocs_copied
*next
;
628 /* A section in dynobj. */
630 /* Number of relocs copied in this section. */
634 /* Forward declaration. */
635 struct elf_m68k_got_entry
;
637 /* m68k ELF linker hash entry. */
639 struct elf_m68k_link_hash_entry
641 struct elf_link_hash_entry root
;
643 /* Number of PC relative relocs copied for this symbol. */
644 struct elf_m68k_pcrel_relocs_copied
*pcrel_relocs_copied
;
646 /* Key to got_entries. */
647 unsigned long got_entry_key
;
649 /* List of GOT entries for this symbol. This list is build during
650 offset finalization and is used within elf_m68k_finish_dynamic_symbol
651 to traverse all GOT entries for a particular symbol.
653 ??? We could've used root.got.glist field instead, but having
654 a separate field is cleaner. */
655 struct elf_m68k_got_entry
*glist
;
658 #define elf_m68k_hash_entry(ent) ((struct elf_m68k_link_hash_entry *) (ent))
660 /* Key part of GOT entry in hashtable. */
661 struct elf_m68k_got_entry_key
663 /* BFD in which this symbol was defined. NULL for global symbols. */
666 /* Symbol index. Either local symbol index or h->got_entry_key. */
667 unsigned long symndx
;
669 /* Type is one of R_68K_GOT{8, 16, 32}O, R_68K_TLS_GD{8, 16, 32},
670 R_68K_TLS_LDM{8, 16, 32} or R_68K_TLS_IE{8, 16, 32}.
672 From perspective of hashtable key, only elf_m68k_got_reloc_type (type)
673 matters. That is, we distinguish between, say, R_68K_GOT16O
674 and R_68K_GOT32O when allocating offsets, but they are considered to be
675 the same when searching got->entries. */
676 enum elf_m68k_reloc_type type
;
679 /* Size of the GOT offset suitable for relocation. */
680 enum elf_m68k_got_offset_size
{ R_8
, R_16
, R_32
, R_LAST
};
682 /* Entry of the GOT. */
683 struct elf_m68k_got_entry
685 /* GOT entries are put into a got->entries hashtable. This is the key. */
686 struct elf_m68k_got_entry_key key_
;
688 /* GOT entry data. We need s1 before offset finalization and s2 after. */
693 /* Number of times this entry is referenced. It is used to
694 filter out unnecessary GOT slots in elf_m68k_gc_sweep_hook. */
700 /* Offset from the start of .got section. To calculate offset relative
701 to GOT pointer one should substract got->offset from this value. */
704 /* Pointer to the next GOT entry for this global symbol.
705 Symbols have at most one entry in one GOT, but might
706 have entries in more than one GOT.
707 Root of this list is h->glist.
708 NULL for local symbols. */
709 struct elf_m68k_got_entry
*next
;
714 /* Return representative type for relocation R_TYPE.
715 This is used to avoid enumerating many relocations in comparisons,
718 static enum elf_m68k_reloc_type
719 elf_m68k_reloc_got_type (enum elf_m68k_reloc_type r_type
)
723 /* In most cases R_68K_GOTx relocations require the very same
724 handling as R_68K_GOT32O relocation. In cases when we need
725 to distinguish between the two, we use explicitly compare against
738 return R_68K_TLS_GD32
;
740 case R_68K_TLS_LDM32
:
741 case R_68K_TLS_LDM16
:
743 return R_68K_TLS_LDM32
;
748 return R_68K_TLS_IE32
;
756 /* Return size of the GOT entry offset for relocation R_TYPE. */
758 static enum elf_m68k_got_offset_size
759 elf_m68k_reloc_got_offset_size (enum elf_m68k_reloc_type r_type
)
763 case R_68K_GOT32
: case R_68K_GOT16
: case R_68K_GOT8
:
764 case R_68K_GOT32O
: case R_68K_TLS_GD32
: case R_68K_TLS_LDM32
:
768 case R_68K_GOT16O
: case R_68K_TLS_GD16
: case R_68K_TLS_LDM16
:
772 case R_68K_GOT8O
: case R_68K_TLS_GD8
: case R_68K_TLS_LDM8
:
782 /* Return number of GOT entries we need to allocate in GOT for
783 relocation R_TYPE. */
786 elf_m68k_reloc_got_n_slots (enum elf_m68k_reloc_type r_type
)
788 switch (elf_m68k_reloc_got_type (r_type
))
795 case R_68K_TLS_LDM32
:
804 /* Return TRUE if relocation R_TYPE is a TLS one. */
807 elf_m68k_reloc_tls_p (enum elf_m68k_reloc_type r_type
)
811 case R_68K_TLS_GD32
: case R_68K_TLS_GD16
: case R_68K_TLS_GD8
:
812 case R_68K_TLS_LDM32
: case R_68K_TLS_LDM16
: case R_68K_TLS_LDM8
:
813 case R_68K_TLS_LDO32
: case R_68K_TLS_LDO16
: case R_68K_TLS_LDO8
:
814 case R_68K_TLS_IE32
: case R_68K_TLS_IE16
: case R_68K_TLS_IE8
:
815 case R_68K_TLS_LE32
: case R_68K_TLS_LE16
: case R_68K_TLS_LE8
:
816 case R_68K_TLS_DTPMOD32
: case R_68K_TLS_DTPREL32
: case R_68K_TLS_TPREL32
:
824 /* Data structure representing a single GOT. */
827 /* Hashtable of 'struct elf_m68k_got_entry's.
828 Starting size of this table is the maximum number of
829 R_68K_GOT8O entries. */
832 /* Number of R_x slots in this GOT. Some (e.g., TLS) entries require
835 n_slots[R_8] is the count of R_8 slots in this GOT.
836 n_slots[R_16] is the cumulative count of R_8 and R_16 slots
838 n_slots[R_32] is the cumulative count of R_8, R_16 and R_32 slots
839 in this GOT. This is the total number of slots. */
840 bfd_vma n_slots
[R_LAST
];
842 /* Number of local (entry->key_.h == NULL) slots in this GOT.
843 This is only used to properly calculate size of .rela.got section;
844 see elf_m68k_partition_multi_got. */
845 bfd_vma local_n_slots
;
847 /* Offset of this GOT relative to beginning of .got section. */
851 /* BFD and its GOT. This is an entry in multi_got->bfd2got hashtable. */
852 struct elf_m68k_bfd2got_entry
857 /* Assigned GOT. Before partitioning multi-GOT each BFD has its own
858 GOT structure. After partitioning several BFD's might [and often do]
859 share a single GOT. */
860 struct elf_m68k_got
*got
;
863 /* The main data structure holding all the pieces. */
864 struct elf_m68k_multi_got
866 /* Hashtable mapping each BFD to its GOT. If a BFD doesn't have an entry
867 here, then it doesn't need a GOT (this includes the case of a BFD
868 having an empty GOT).
870 ??? This hashtable can be replaced by an array indexed by bfd->id. */
873 /* Next symndx to assign a global symbol.
874 h->got_entry_key is initialized from this counter. */
875 unsigned long global_symndx
;
878 /* m68k ELF linker hash table. */
880 struct elf_m68k_link_hash_table
882 struct elf_link_hash_table root
;
884 /* Small local sym cache. */
885 struct sym_cache sym_cache
;
887 /* The PLT format used by this link, or NULL if the format has not
889 const struct elf_m68k_plt_info
*plt_info
;
891 /* True, if GP is loaded within each function which uses it.
892 Set to TRUE when GOT negative offsets or multi-GOT is enabled. */
893 bfd_boolean local_gp_p
;
895 /* Switch controlling use of negative offsets to double the size of GOTs. */
896 bfd_boolean use_neg_got_offsets_p
;
898 /* Switch controlling generation of multiple GOTs. */
899 bfd_boolean allow_multigot_p
;
901 /* Multi-GOT data structure. */
902 struct elf_m68k_multi_got multi_got_
;
905 /* Get the m68k ELF linker hash table from a link_info structure. */
907 #define elf_m68k_hash_table(p) \
908 (elf_hash_table_id ((struct elf_link_hash_table *) ((p)->hash)) \
909 == M68K_ELF_DATA ? ((struct elf_m68k_link_hash_table *) ((p)->hash)) : NULL)
911 /* Shortcut to multi-GOT data. */
912 #define elf_m68k_multi_got(INFO) (&elf_m68k_hash_table (INFO)->multi_got_)
914 /* Create an entry in an m68k ELF linker hash table. */
916 static struct bfd_hash_entry
*
917 elf_m68k_link_hash_newfunc (struct bfd_hash_entry
*entry
,
918 struct bfd_hash_table
*table
,
921 struct bfd_hash_entry
*ret
= entry
;
923 /* Allocate the structure if it has not already been allocated by a
926 ret
= bfd_hash_allocate (table
,
927 sizeof (struct elf_m68k_link_hash_entry
));
931 /* Call the allocation method of the superclass. */
932 ret
= _bfd_elf_link_hash_newfunc (ret
, table
, string
);
935 elf_m68k_hash_entry (ret
)->pcrel_relocs_copied
= NULL
;
936 elf_m68k_hash_entry (ret
)->got_entry_key
= 0;
937 elf_m68k_hash_entry (ret
)->glist
= NULL
;
943 /* Destroy an m68k ELF linker hash table. */
946 elf_m68k_link_hash_table_free (bfd
*obfd
)
948 struct elf_m68k_link_hash_table
*htab
;
950 htab
= (struct elf_m68k_link_hash_table
*) obfd
->link
.hash
;
952 if (htab
->multi_got_
.bfd2got
!= NULL
)
954 htab_delete (htab
->multi_got_
.bfd2got
);
955 htab
->multi_got_
.bfd2got
= NULL
;
957 _bfd_elf_link_hash_table_free (obfd
);
960 /* Create an m68k ELF linker hash table. */
962 static struct bfd_link_hash_table
*
963 elf_m68k_link_hash_table_create (bfd
*abfd
)
965 struct elf_m68k_link_hash_table
*ret
;
966 bfd_size_type amt
= sizeof (struct elf_m68k_link_hash_table
);
968 ret
= (struct elf_m68k_link_hash_table
*) bfd_zmalloc (amt
);
969 if (ret
== (struct elf_m68k_link_hash_table
*) NULL
)
972 if (!_bfd_elf_link_hash_table_init (&ret
->root
, abfd
,
973 elf_m68k_link_hash_newfunc
,
974 sizeof (struct elf_m68k_link_hash_entry
),
980 ret
->root
.root
.hash_table_free
= elf_m68k_link_hash_table_free
;
982 ret
->multi_got_
.global_symndx
= 1;
984 return &ret
->root
.root
;
987 /* Set the right machine number. */
990 elf32_m68k_object_p (bfd
*abfd
)
992 unsigned int mach
= 0;
993 unsigned features
= 0;
994 flagword eflags
= elf_elfheader (abfd
)->e_flags
;
996 if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_M68000
)
998 else if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_CPU32
)
1000 else if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_FIDO
)
1004 switch (eflags
& EF_M68K_CF_ISA_MASK
)
1006 case EF_M68K_CF_ISA_A_NODIV
:
1007 features
|= mcfisa_a
;
1009 case EF_M68K_CF_ISA_A
:
1010 features
|= mcfisa_a
|mcfhwdiv
;
1012 case EF_M68K_CF_ISA_A_PLUS
:
1013 features
|= mcfisa_a
|mcfisa_aa
|mcfhwdiv
|mcfusp
;
1015 case EF_M68K_CF_ISA_B_NOUSP
:
1016 features
|= mcfisa_a
|mcfisa_b
|mcfhwdiv
;
1018 case EF_M68K_CF_ISA_B
:
1019 features
|= mcfisa_a
|mcfisa_b
|mcfhwdiv
|mcfusp
;
1021 case EF_M68K_CF_ISA_C
:
1022 features
|= mcfisa_a
|mcfisa_c
|mcfhwdiv
|mcfusp
;
1024 case EF_M68K_CF_ISA_C_NODIV
:
1025 features
|= mcfisa_a
|mcfisa_c
|mcfusp
;
1028 switch (eflags
& EF_M68K_CF_MAC_MASK
)
1030 case EF_M68K_CF_MAC
:
1033 case EF_M68K_CF_EMAC
:
1034 features
|= mcfemac
;
1037 if (eflags
& EF_M68K_CF_FLOAT
)
1041 mach
= bfd_m68k_features_to_mach (features
);
1042 bfd_default_set_arch_mach (abfd
, bfd_arch_m68k
, mach
);
1047 /* Somewhat reverse of elf32_m68k_object_p, this sets the e_flag
1048 field based on the machine number. */
1051 elf_m68k_final_write_processing (bfd
*abfd
,
1052 bfd_boolean linker ATTRIBUTE_UNUSED
)
1054 int mach
= bfd_get_mach (abfd
);
1055 unsigned long e_flags
= elf_elfheader (abfd
)->e_flags
;
1059 unsigned int arch_mask
;
1061 arch_mask
= bfd_m68k_mach_to_features (mach
);
1063 if (arch_mask
& m68000
)
1064 e_flags
= EF_M68K_M68000
;
1065 else if (arch_mask
& cpu32
)
1066 e_flags
= EF_M68K_CPU32
;
1067 else if (arch_mask
& fido_a
)
1068 e_flags
= EF_M68K_FIDO
;
1072 & (mcfisa_a
| mcfisa_aa
| mcfisa_b
| mcfisa_c
| mcfhwdiv
| mcfusp
))
1075 e_flags
|= EF_M68K_CF_ISA_A_NODIV
;
1077 case mcfisa_a
| mcfhwdiv
:
1078 e_flags
|= EF_M68K_CF_ISA_A
;
1080 case mcfisa_a
| mcfisa_aa
| mcfhwdiv
| mcfusp
:
1081 e_flags
|= EF_M68K_CF_ISA_A_PLUS
;
1083 case mcfisa_a
| mcfisa_b
| mcfhwdiv
:
1084 e_flags
|= EF_M68K_CF_ISA_B_NOUSP
;
1086 case mcfisa_a
| mcfisa_b
| mcfhwdiv
| mcfusp
:
1087 e_flags
|= EF_M68K_CF_ISA_B
;
1089 case mcfisa_a
| mcfisa_c
| mcfhwdiv
| mcfusp
:
1090 e_flags
|= EF_M68K_CF_ISA_C
;
1092 case mcfisa_a
| mcfisa_c
| mcfusp
:
1093 e_flags
|= EF_M68K_CF_ISA_C_NODIV
;
1096 if (arch_mask
& mcfmac
)
1097 e_flags
|= EF_M68K_CF_MAC
;
1098 else if (arch_mask
& mcfemac
)
1099 e_flags
|= EF_M68K_CF_EMAC
;
1100 if (arch_mask
& cfloat
)
1101 e_flags
|= EF_M68K_CF_FLOAT
| EF_M68K_CFV4E
;
1103 elf_elfheader (abfd
)->e_flags
= e_flags
;
1107 /* Keep m68k-specific flags in the ELF header. */
1110 elf32_m68k_set_private_flags (bfd
*abfd
, flagword flags
)
1112 elf_elfheader (abfd
)->e_flags
= flags
;
1113 elf_flags_init (abfd
) = TRUE
;
1117 /* Merge backend specific data from an object file to the output
1118 object file when linking. */
1120 elf32_m68k_merge_private_bfd_data (bfd
*ibfd
, bfd
*obfd
)
1126 const bfd_arch_info_type
*arch_info
;
1128 if ( bfd_get_flavour (ibfd
) != bfd_target_elf_flavour
1129 || bfd_get_flavour (obfd
) != bfd_target_elf_flavour
)
1132 /* Get the merged machine. This checks for incompatibility between
1133 Coldfire & non-Coldfire flags, incompability between different
1134 Coldfire ISAs, and incompability between different MAC types. */
1135 arch_info
= bfd_arch_get_compatible (ibfd
, obfd
, FALSE
);
1139 bfd_set_arch_mach (obfd
, bfd_arch_m68k
, arch_info
->mach
);
1141 in_flags
= elf_elfheader (ibfd
)->e_flags
;
1142 if (!elf_flags_init (obfd
))
1144 elf_flags_init (obfd
) = TRUE
;
1145 out_flags
= in_flags
;
1149 out_flags
= elf_elfheader (obfd
)->e_flags
;
1150 unsigned int variant_mask
;
1152 if ((in_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_M68000
)
1154 else if ((in_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_CPU32
)
1156 else if ((in_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_FIDO
)
1159 variant_mask
= EF_M68K_CF_ISA_MASK
;
1161 in_isa
= (in_flags
& variant_mask
);
1162 out_isa
= (out_flags
& variant_mask
);
1163 if (in_isa
> out_isa
)
1164 out_flags
^= in_isa
^ out_isa
;
1165 if (((in_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_CPU32
1166 && (out_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_FIDO
)
1167 || ((in_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_FIDO
1168 && (out_flags
& EF_M68K_ARCH_MASK
) == EF_M68K_CPU32
))
1169 out_flags
= EF_M68K_FIDO
;
1171 out_flags
|= in_flags
^ in_isa
;
1173 elf_elfheader (obfd
)->e_flags
= out_flags
;
1178 /* Display the flags field. */
1181 elf32_m68k_print_private_bfd_data (bfd
*abfd
, void * ptr
)
1183 FILE *file
= (FILE *) ptr
;
1184 flagword eflags
= elf_elfheader (abfd
)->e_flags
;
1186 BFD_ASSERT (abfd
!= NULL
&& ptr
!= NULL
);
1188 /* Print normal ELF private data. */
1189 _bfd_elf_print_private_bfd_data (abfd
, ptr
);
1191 /* Ignore init flag - it may not be set, despite the flags field containing valid data. */
1193 /* xgettext:c-format */
1194 fprintf (file
, _("private flags = %lx:"), elf_elfheader (abfd
)->e_flags
);
1196 if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_M68000
)
1197 fprintf (file
, " [m68000]");
1198 else if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_CPU32
)
1199 fprintf (file
, " [cpu32]");
1200 else if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_FIDO
)
1201 fprintf (file
, " [fido]");
1204 if ((eflags
& EF_M68K_ARCH_MASK
) == EF_M68K_CFV4E
)
1205 fprintf (file
, " [cfv4e]");
1207 if (eflags
& EF_M68K_CF_ISA_MASK
)
1209 char const *isa
= _("unknown");
1210 char const *mac
= _("unknown");
1211 char const *additional
= "";
1213 switch (eflags
& EF_M68K_CF_ISA_MASK
)
1215 case EF_M68K_CF_ISA_A_NODIV
:
1217 additional
= " [nodiv]";
1219 case EF_M68K_CF_ISA_A
:
1222 case EF_M68K_CF_ISA_A_PLUS
:
1225 case EF_M68K_CF_ISA_B_NOUSP
:
1227 additional
= " [nousp]";
1229 case EF_M68K_CF_ISA_B
:
1232 case EF_M68K_CF_ISA_C
:
1235 case EF_M68K_CF_ISA_C_NODIV
:
1237 additional
= " [nodiv]";
1240 fprintf (file
, " [isa %s]%s", isa
, additional
);
1242 if (eflags
& EF_M68K_CF_FLOAT
)
1243 fprintf (file
, " [float]");
1245 switch (eflags
& EF_M68K_CF_MAC_MASK
)
1250 case EF_M68K_CF_MAC
:
1253 case EF_M68K_CF_EMAC
:
1256 case EF_M68K_CF_EMAC_B
:
1261 fprintf (file
, " [%s]", mac
);
1270 /* Multi-GOT support implementation design:
1272 Multi-GOT starts in check_relocs hook. There we scan all
1273 relocations of a BFD and build a local GOT (struct elf_m68k_got)
1274 for it. If a single BFD appears to require too many GOT slots with
1275 R_68K_GOT8O or R_68K_GOT16O relocations, we fail with notification
1277 After check_relocs has been invoked for each input BFD, we have
1278 constructed a GOT for each input BFD.
1280 To minimize total number of GOTs required for a particular output BFD
1281 (as some environments support only 1 GOT per output object) we try
1282 to merge some of the GOTs to share an offset space. Ideally [and in most
1283 cases] we end up with a single GOT. In cases when there are too many
1284 restricted relocations (e.g., R_68K_GOT16O relocations) we end up with
1285 several GOTs, assuming the environment can handle them.
1287 Partitioning is done in elf_m68k_partition_multi_got. We start with
1288 an empty GOT and traverse bfd2got hashtable putting got_entries from
1289 local GOTs to the new 'big' one. We do that by constructing an
1290 intermediate GOT holding all the entries the local GOT has and the big
1291 GOT lacks. Then we check if there is room in the big GOT to accomodate
1292 all the entries from diff. On success we add those entries to the big
1293 GOT; on failure we start the new 'big' GOT and retry the adding of
1294 entries from the local GOT. Note that this retry will always succeed as
1295 each local GOT doesn't overflow the limits. After partitioning we
1296 end up with each bfd assigned one of the big GOTs. GOT entries in the
1297 big GOTs are initialized with GOT offsets. Note that big GOTs are
1298 positioned consequently in program space and represent a single huge GOT
1299 to the outside world.
1301 After that we get to elf_m68k_relocate_section. There we
1302 adjust relocations of GOT pointer (_GLOBAL_OFFSET_TABLE_) and symbol
1303 relocations to refer to appropriate [assigned to current input_bfd]
1308 GOT entry type: We have several types of GOT entries.
1309 * R_8 type is used in entries for symbols that have at least one
1310 R_68K_GOT8O or R_68K_TLS_*8 relocation. We can have at most 0x40
1311 such entries in one GOT.
1312 * R_16 type is used in entries for symbols that have at least one
1313 R_68K_GOT16O or R_68K_TLS_*16 relocation and no R_8 relocations.
1314 We can have at most 0x4000 such entries in one GOT.
1315 * R_32 type is used in all other cases. We can have as many
1316 such entries in one GOT as we'd like.
1317 When counting relocations we have to include the count of the smaller
1318 ranged relocations in the counts of the larger ranged ones in order
1319 to correctly detect overflow.
1321 Sorting the GOT: In each GOT starting offsets are assigned to
1322 R_8 entries, which are followed by R_16 entries, and
1323 R_32 entries go at the end. See finalize_got_offsets for details.
1325 Negative GOT offsets: To double usable offset range of GOTs we use
1326 negative offsets. As we assign entries with GOT offsets relative to
1327 start of .got section, the offset values are positive. They become
1328 negative only in relocate_section where got->offset value is
1329 subtracted from them.
1331 3 special GOT entries: There are 3 special GOT entries used internally
1332 by loader. These entries happen to be placed to .got.plt section,
1333 so we don't do anything about them in multi-GOT support.
1335 Memory management: All data except for hashtables
1336 multi_got->bfd2got and got->entries are allocated on
1337 elf_hash_table (info)->dynobj bfd (for this reason we pass 'info'
1338 to most functions), so we don't need to care to free them. At the
1339 moment of allocation hashtables are being linked into main data
1340 structure (multi_got), all pieces of which are reachable from
1341 elf_m68k_multi_got (info). We deallocate them in
1342 elf_m68k_link_hash_table_free. */
1344 /* Initialize GOT. */
1347 elf_m68k_init_got (struct elf_m68k_got
*got
)
1349 got
->entries
= NULL
;
1350 got
->n_slots
[R_8
] = 0;
1351 got
->n_slots
[R_16
] = 0;
1352 got
->n_slots
[R_32
] = 0;
1353 got
->local_n_slots
= 0;
1354 got
->offset
= (bfd_vma
) -1;
1360 elf_m68k_clear_got (struct elf_m68k_got
*got
)
1362 if (got
->entries
!= NULL
)
1364 htab_delete (got
->entries
);
1365 got
->entries
= NULL
;
1369 /* Create and empty GOT structure. INFO is the context where memory
1370 should be allocated. */
1372 static struct elf_m68k_got
*
1373 elf_m68k_create_empty_got (struct bfd_link_info
*info
)
1375 struct elf_m68k_got
*got
;
1377 got
= bfd_alloc (elf_hash_table (info
)->dynobj
, sizeof (*got
));
1381 elf_m68k_init_got (got
);
1386 /* Initialize KEY. */
1389 elf_m68k_init_got_entry_key (struct elf_m68k_got_entry_key
*key
,
1390 struct elf_link_hash_entry
*h
,
1391 const bfd
*abfd
, unsigned long symndx
,
1392 enum elf_m68k_reloc_type reloc_type
)
1394 if (elf_m68k_reloc_got_type (reloc_type
) == R_68K_TLS_LDM32
)
1395 /* All TLS_LDM relocations share a single GOT entry. */
1401 /* Global symbols are identified with their got_entry_key. */
1404 key
->symndx
= elf_m68k_hash_entry (h
)->got_entry_key
;
1405 BFD_ASSERT (key
->symndx
!= 0);
1408 /* Local symbols are identified by BFD they appear in and symndx. */
1411 key
->symndx
= symndx
;
1414 key
->type
= reloc_type
;
1417 /* Calculate hash of got_entry.
1421 elf_m68k_got_entry_hash (const void *_entry
)
1423 const struct elf_m68k_got_entry_key
*key
;
1425 key
= &((const struct elf_m68k_got_entry
*) _entry
)->key_
;
1428 + (key
->bfd
!= NULL
? (int) key
->bfd
->id
: -1)
1429 + elf_m68k_reloc_got_type (key
->type
));
1432 /* Check if two got entries are equal. */
1435 elf_m68k_got_entry_eq (const void *_entry1
, const void *_entry2
)
1437 const struct elf_m68k_got_entry_key
*key1
;
1438 const struct elf_m68k_got_entry_key
*key2
;
1440 key1
= &((const struct elf_m68k_got_entry
*) _entry1
)->key_
;
1441 key2
= &((const struct elf_m68k_got_entry
*) _entry2
)->key_
;
1443 return (key1
->bfd
== key2
->bfd
1444 && key1
->symndx
== key2
->symndx
1445 && (elf_m68k_reloc_got_type (key1
->type
)
1446 == elf_m68k_reloc_got_type (key2
->type
)));
1449 /* When using negative offsets, we allocate one extra R_8, one extra R_16
1450 and one extra R_32 slots to simplify handling of 2-slot entries during
1451 offset allocation -- hence -1 for R_8 slots and -2 for R_16 slots. */
1453 /* Maximal number of R_8 slots in a single GOT. */
1454 #define ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT(INFO) \
1455 (elf_m68k_hash_table (INFO)->use_neg_got_offsets_p \
1459 /* Maximal number of R_8 and R_16 slots in a single GOT. */
1460 #define ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT(INFO) \
1461 (elf_m68k_hash_table (INFO)->use_neg_got_offsets_p \
1465 /* SEARCH - simply search the hashtable, don't insert new entries or fail when
1466 the entry cannot be found.
1467 FIND_OR_CREATE - search for an existing entry, but create new if there's
1469 MUST_FIND - search for an existing entry and assert that it exist.
1470 MUST_CREATE - assert that there's no such entry and create new one. */
1471 enum elf_m68k_get_entry_howto
1479 /* Get or create (depending on HOWTO) entry with KEY in GOT.
1480 INFO is context in which memory should be allocated (can be NULL if
1481 HOWTO is SEARCH or MUST_FIND). */
1483 static struct elf_m68k_got_entry
*
1484 elf_m68k_get_got_entry (struct elf_m68k_got
*got
,
1485 const struct elf_m68k_got_entry_key
*key
,
1486 enum elf_m68k_get_entry_howto howto
,
1487 struct bfd_link_info
*info
)
1489 struct elf_m68k_got_entry entry_
;
1490 struct elf_m68k_got_entry
*entry
;
1493 BFD_ASSERT ((info
== NULL
) == (howto
== SEARCH
|| howto
== MUST_FIND
));
1495 if (got
->entries
== NULL
)
1496 /* This is the first entry in ABFD. Initialize hashtable. */
1498 if (howto
== SEARCH
)
1501 got
->entries
= htab_try_create (ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT
1503 elf_m68k_got_entry_hash
,
1504 elf_m68k_got_entry_eq
, NULL
);
1505 if (got
->entries
== NULL
)
1507 bfd_set_error (bfd_error_no_memory
);
1513 ptr
= htab_find_slot (got
->entries
, &entry_
, (howto
!= SEARCH
1514 ? INSERT
: NO_INSERT
));
1517 if (howto
== SEARCH
)
1518 /* Entry not found. */
1521 /* We're out of memory. */
1522 bfd_set_error (bfd_error_no_memory
);
1527 /* We didn't find the entry and we're asked to create a new one. */
1529 BFD_ASSERT (howto
!= MUST_FIND
&& howto
!= SEARCH
);
1531 entry
= bfd_alloc (elf_hash_table (info
)->dynobj
, sizeof (*entry
));
1535 /* Initialize new entry. */
1538 entry
->u
.s1
.refcount
= 0;
1540 /* Mark the entry as not initialized. */
1541 entry
->key_
.type
= R_68K_max
;
1546 /* We found the entry. */
1548 BFD_ASSERT (howto
!= MUST_CREATE
);
1556 /* Update GOT counters when merging entry of WAS type with entry of NEW type.
1557 Return the value to which ENTRY's type should be set. */
1559 static enum elf_m68k_reloc_type
1560 elf_m68k_update_got_entry_type (struct elf_m68k_got
*got
,
1561 enum elf_m68k_reloc_type was
,
1562 enum elf_m68k_reloc_type new_reloc
)
1564 enum elf_m68k_got_offset_size was_size
;
1565 enum elf_m68k_got_offset_size new_size
;
1568 if (was
== R_68K_max
)
1569 /* The type of the entry is not initialized yet. */
1571 /* Update all got->n_slots counters, including n_slots[R_32]. */
1578 /* !!! We, probably, should emit an error rather then fail on assert
1580 BFD_ASSERT (elf_m68k_reloc_got_type (was
)
1581 == elf_m68k_reloc_got_type (new_reloc
));
1583 was_size
= elf_m68k_reloc_got_offset_size (was
);
1586 new_size
= elf_m68k_reloc_got_offset_size (new_reloc
);
1587 n_slots
= elf_m68k_reloc_got_n_slots (new_reloc
);
1589 while (was_size
> new_size
)
1592 got
->n_slots
[was_size
] += n_slots
;
1595 if (new_reloc
> was
)
1596 /* Relocations are ordered from bigger got offset size to lesser,
1597 so choose the relocation type with lesser offset size. */
1603 /* Update GOT counters when removing an entry of type TYPE. */
1606 elf_m68k_remove_got_entry_type (struct elf_m68k_got
*got
,
1607 enum elf_m68k_reloc_type type
)
1609 enum elf_m68k_got_offset_size os
;
1612 n_slots
= elf_m68k_reloc_got_n_slots (type
);
1614 /* Decrese counter of slots with offset size corresponding to TYPE
1615 and all greater offset sizes. */
1616 for (os
= elf_m68k_reloc_got_offset_size (type
); os
<= R_32
; ++os
)
1618 BFD_ASSERT (got
->n_slots
[os
] >= n_slots
);
1620 got
->n_slots
[os
] -= n_slots
;
1624 /* Add new or update existing entry to GOT.
1625 H, ABFD, TYPE and SYMNDX is data for the entry.
1626 INFO is a context where memory should be allocated. */
1628 static struct elf_m68k_got_entry
*
1629 elf_m68k_add_entry_to_got (struct elf_m68k_got
*got
,
1630 struct elf_link_hash_entry
*h
,
1632 enum elf_m68k_reloc_type reloc_type
,
1633 unsigned long symndx
,
1634 struct bfd_link_info
*info
)
1636 struct elf_m68k_got_entry_key key_
;
1637 struct elf_m68k_got_entry
*entry
;
1639 if (h
!= NULL
&& elf_m68k_hash_entry (h
)->got_entry_key
== 0)
1640 elf_m68k_hash_entry (h
)->got_entry_key
1641 = elf_m68k_multi_got (info
)->global_symndx
++;
1643 elf_m68k_init_got_entry_key (&key_
, h
, abfd
, symndx
, reloc_type
);
1645 entry
= elf_m68k_get_got_entry (got
, &key_
, FIND_OR_CREATE
, info
);
1649 /* Determine entry's type and update got->n_slots counters. */
1650 entry
->key_
.type
= elf_m68k_update_got_entry_type (got
,
1654 /* Update refcount. */
1655 ++entry
->u
.s1
.refcount
;
1657 if (entry
->u
.s1
.refcount
== 1)
1658 /* We see this entry for the first time. */
1660 if (entry
->key_
.bfd
!= NULL
)
1661 got
->local_n_slots
+= elf_m68k_reloc_got_n_slots (entry
->key_
.type
);
1664 BFD_ASSERT (got
->n_slots
[R_32
] >= got
->local_n_slots
);
1666 if ((got
->n_slots
[R_8
]
1667 > ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT (info
))
1668 || (got
->n_slots
[R_16
]
1669 > ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT (info
)))
1670 /* This BFD has too many relocation. */
1672 if (got
->n_slots
[R_8
] > ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT (info
))
1673 (*_bfd_error_handler
) (_("%B: GOT overflow: "
1674 "Number of relocations with 8-bit "
1677 ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT (info
));
1679 (*_bfd_error_handler
) (_("%B: GOT overflow: "
1680 "Number of relocations with 8- or 16-bit "
1683 ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT (info
));
1691 /* Compute the hash value of the bfd in a bfd2got hash entry. */
1694 elf_m68k_bfd2got_entry_hash (const void *entry
)
1696 const struct elf_m68k_bfd2got_entry
*e
;
1698 e
= (const struct elf_m68k_bfd2got_entry
*) entry
;
1703 /* Check whether two hash entries have the same bfd. */
1706 elf_m68k_bfd2got_entry_eq (const void *entry1
, const void *entry2
)
1708 const struct elf_m68k_bfd2got_entry
*e1
;
1709 const struct elf_m68k_bfd2got_entry
*e2
;
1711 e1
= (const struct elf_m68k_bfd2got_entry
*) entry1
;
1712 e2
= (const struct elf_m68k_bfd2got_entry
*) entry2
;
1714 return e1
->bfd
== e2
->bfd
;
1717 /* Destruct a bfd2got entry. */
1720 elf_m68k_bfd2got_entry_del (void *_entry
)
1722 struct elf_m68k_bfd2got_entry
*entry
;
1724 entry
= (struct elf_m68k_bfd2got_entry
*) _entry
;
1726 BFD_ASSERT (entry
->got
!= NULL
);
1727 elf_m68k_clear_got (entry
->got
);
1730 /* Find existing or create new (depending on HOWTO) bfd2got entry in
1731 MULTI_GOT. ABFD is the bfd we need a GOT for. INFO is a context where
1732 memory should be allocated. */
1734 static struct elf_m68k_bfd2got_entry
*
1735 elf_m68k_get_bfd2got_entry (struct elf_m68k_multi_got
*multi_got
,
1737 enum elf_m68k_get_entry_howto howto
,
1738 struct bfd_link_info
*info
)
1740 struct elf_m68k_bfd2got_entry entry_
;
1742 struct elf_m68k_bfd2got_entry
*entry
;
1744 BFD_ASSERT ((info
== NULL
) == (howto
== SEARCH
|| howto
== MUST_FIND
));
1746 if (multi_got
->bfd2got
== NULL
)
1747 /* This is the first GOT. Initialize bfd2got. */
1749 if (howto
== SEARCH
)
1752 multi_got
->bfd2got
= htab_try_create (1, elf_m68k_bfd2got_entry_hash
,
1753 elf_m68k_bfd2got_entry_eq
,
1754 elf_m68k_bfd2got_entry_del
);
1755 if (multi_got
->bfd2got
== NULL
)
1757 bfd_set_error (bfd_error_no_memory
);
1763 ptr
= htab_find_slot (multi_got
->bfd2got
, &entry_
, (howto
!= SEARCH
1764 ? INSERT
: NO_INSERT
));
1767 if (howto
== SEARCH
)
1768 /* Entry not found. */
1771 /* We're out of memory. */
1772 bfd_set_error (bfd_error_no_memory
);
1777 /* Entry was not found. Create new one. */
1779 BFD_ASSERT (howto
!= MUST_FIND
&& howto
!= SEARCH
);
1781 entry
= ((struct elf_m68k_bfd2got_entry
*)
1782 bfd_alloc (elf_hash_table (info
)->dynobj
, sizeof (*entry
)));
1788 entry
->got
= elf_m68k_create_empty_got (info
);
1789 if (entry
->got
== NULL
)
1796 BFD_ASSERT (howto
!= MUST_CREATE
);
1798 /* Return existing entry. */
1805 struct elf_m68k_can_merge_gots_arg
1807 /* A current_got that we constructing a DIFF against. */
1808 struct elf_m68k_got
*big
;
1810 /* GOT holding entries not present or that should be changed in
1812 struct elf_m68k_got
*diff
;
1814 /* Context where to allocate memory. */
1815 struct bfd_link_info
*info
;
1818 bfd_boolean error_p
;
1821 /* Process a single entry from the small GOT to see if it should be added
1822 or updated in the big GOT. */
1825 elf_m68k_can_merge_gots_1 (void **_entry_ptr
, void *_arg
)
1827 const struct elf_m68k_got_entry
*entry1
;
1828 struct elf_m68k_can_merge_gots_arg
*arg
;
1829 const struct elf_m68k_got_entry
*entry2
;
1830 enum elf_m68k_reloc_type type
;
1832 entry1
= (const struct elf_m68k_got_entry
*) *_entry_ptr
;
1833 arg
= (struct elf_m68k_can_merge_gots_arg
*) _arg
;
1835 entry2
= elf_m68k_get_got_entry (arg
->big
, &entry1
->key_
, SEARCH
, NULL
);
1838 /* We found an existing entry. Check if we should update it. */
1840 type
= elf_m68k_update_got_entry_type (arg
->diff
,
1844 if (type
== entry2
->key_
.type
)
1845 /* ENTRY1 doesn't update data in ENTRY2. Skip it.
1846 To skip creation of difference entry we use the type,
1847 which we won't see in GOT entries for sure. */
1851 /* We didn't find the entry. Add entry1 to DIFF. */
1853 BFD_ASSERT (entry1
->key_
.type
!= R_68K_max
);
1855 type
= elf_m68k_update_got_entry_type (arg
->diff
,
1856 R_68K_max
, entry1
->key_
.type
);
1858 if (entry1
->key_
.bfd
!= NULL
)
1859 arg
->diff
->local_n_slots
+= elf_m68k_reloc_got_n_slots (type
);
1862 if (type
!= R_68K_max
)
1863 /* Create an entry in DIFF. */
1865 struct elf_m68k_got_entry
*entry
;
1867 entry
= elf_m68k_get_got_entry (arg
->diff
, &entry1
->key_
, MUST_CREATE
,
1871 arg
->error_p
= TRUE
;
1875 entry
->key_
.type
= type
;
1881 /* Return TRUE if SMALL GOT can be added to BIG GOT without overflowing it.
1882 Construct DIFF GOT holding the entries which should be added or updated
1883 in BIG GOT to accumulate information from SMALL.
1884 INFO is the context where memory should be allocated. */
1887 elf_m68k_can_merge_gots (struct elf_m68k_got
*big
,
1888 const struct elf_m68k_got
*small
,
1889 struct bfd_link_info
*info
,
1890 struct elf_m68k_got
*diff
)
1892 struct elf_m68k_can_merge_gots_arg arg_
;
1894 BFD_ASSERT (small
->offset
== (bfd_vma
) -1);
1899 arg_
.error_p
= FALSE
;
1900 htab_traverse_noresize (small
->entries
, elf_m68k_can_merge_gots_1
, &arg_
);
1907 /* Check for overflow. */
1908 if ((big
->n_slots
[R_8
] + arg_
.diff
->n_slots
[R_8
]
1909 > ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT (info
))
1910 || (big
->n_slots
[R_16
] + arg_
.diff
->n_slots
[R_16
]
1911 > ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT (info
)))
1917 struct elf_m68k_merge_gots_arg
1920 struct elf_m68k_got
*big
;
1922 /* Context where memory should be allocated. */
1923 struct bfd_link_info
*info
;
1926 bfd_boolean error_p
;
1929 /* Process a single entry from DIFF got. Add or update corresponding
1930 entry in the BIG got. */
1933 elf_m68k_merge_gots_1 (void **entry_ptr
, void *_arg
)
1935 const struct elf_m68k_got_entry
*from
;
1936 struct elf_m68k_merge_gots_arg
*arg
;
1937 struct elf_m68k_got_entry
*to
;
1939 from
= (const struct elf_m68k_got_entry
*) *entry_ptr
;
1940 arg
= (struct elf_m68k_merge_gots_arg
*) _arg
;
1942 to
= elf_m68k_get_got_entry (arg
->big
, &from
->key_
, FIND_OR_CREATE
,
1946 arg
->error_p
= TRUE
;
1950 BFD_ASSERT (to
->u
.s1
.refcount
== 0);
1951 /* All we need to merge is TYPE. */
1952 to
->key_
.type
= from
->key_
.type
;
1957 /* Merge data from DIFF to BIG. INFO is context where memory should be
1961 elf_m68k_merge_gots (struct elf_m68k_got
*big
,
1962 struct elf_m68k_got
*diff
,
1963 struct bfd_link_info
*info
)
1965 if (diff
->entries
!= NULL
)
1966 /* DIFF is not empty. Merge it into BIG GOT. */
1968 struct elf_m68k_merge_gots_arg arg_
;
1970 /* Merge entries. */
1973 arg_
.error_p
= FALSE
;
1974 htab_traverse_noresize (diff
->entries
, elf_m68k_merge_gots_1
, &arg_
);
1978 /* Merge counters. */
1979 big
->n_slots
[R_8
] += diff
->n_slots
[R_8
];
1980 big
->n_slots
[R_16
] += diff
->n_slots
[R_16
];
1981 big
->n_slots
[R_32
] += diff
->n_slots
[R_32
];
1982 big
->local_n_slots
+= diff
->local_n_slots
;
1985 /* DIFF is empty. */
1987 BFD_ASSERT (diff
->n_slots
[R_8
] == 0);
1988 BFD_ASSERT (diff
->n_slots
[R_16
] == 0);
1989 BFD_ASSERT (diff
->n_slots
[R_32
] == 0);
1990 BFD_ASSERT (diff
->local_n_slots
== 0);
1993 BFD_ASSERT (!elf_m68k_hash_table (info
)->allow_multigot_p
1994 || ((big
->n_slots
[R_8
]
1995 <= ELF_M68K_R_8_MAX_N_SLOTS_IN_GOT (info
))
1996 && (big
->n_slots
[R_16
]
1997 <= ELF_M68K_R_8_16_MAX_N_SLOTS_IN_GOT (info
))));
2002 struct elf_m68k_finalize_got_offsets_arg
2004 /* Ranges of the offsets for GOT entries.
2005 R_x entries receive offsets between offset1[R_x] and offset2[R_x].
2006 R_x is R_8, R_16 and R_32. */
2010 /* Mapping from global symndx to global symbols.
2011 This is used to build lists of got entries for global symbols. */
2012 struct elf_m68k_link_hash_entry
**symndx2h
;
2014 bfd_vma n_ldm_entries
;
2017 /* Assign ENTRY an offset. Build list of GOT entries for global symbols
2021 elf_m68k_finalize_got_offsets_1 (void **entry_ptr
, void *_arg
)
2023 struct elf_m68k_got_entry
*entry
;
2024 struct elf_m68k_finalize_got_offsets_arg
*arg
;
2026 enum elf_m68k_got_offset_size got_offset_size
;
2029 entry
= (struct elf_m68k_got_entry
*) *entry_ptr
;
2030 arg
= (struct elf_m68k_finalize_got_offsets_arg
*) _arg
;
2032 /* This should be a fresh entry created in elf_m68k_can_merge_gots. */
2033 BFD_ASSERT (entry
->u
.s1
.refcount
== 0);
2035 /* Get GOT offset size for the entry . */
2036 got_offset_size
= elf_m68k_reloc_got_offset_size (entry
->key_
.type
);
2038 /* Calculate entry size in bytes. */
2039 entry_size
= 4 * elf_m68k_reloc_got_n_slots (entry
->key_
.type
);
2041 /* Check if we should switch to negative range of the offsets. */
2042 if (arg
->offset1
[got_offset_size
] + entry_size
2043 > arg
->offset2
[got_offset_size
])
2045 /* Verify that this is the only switch to negative range for
2046 got_offset_size. If this assertion fails, then we've miscalculated
2047 range for got_offset_size entries in
2048 elf_m68k_finalize_got_offsets. */
2049 BFD_ASSERT (arg
->offset2
[got_offset_size
]
2050 != arg
->offset2
[-(int) got_offset_size
- 1]);
2053 arg
->offset1
[got_offset_size
] = arg
->offset1
[-(int) got_offset_size
- 1];
2054 arg
->offset2
[got_offset_size
] = arg
->offset2
[-(int) got_offset_size
- 1];
2056 /* Verify that now we have enough room for the entry. */
2057 BFD_ASSERT (arg
->offset1
[got_offset_size
] + entry_size
2058 <= arg
->offset2
[got_offset_size
]);
2061 /* Assign offset to entry. */
2062 entry
->u
.s2
.offset
= arg
->offset1
[got_offset_size
];
2063 arg
->offset1
[got_offset_size
] += entry_size
;
2065 if (entry
->key_
.bfd
== NULL
)
2066 /* Hook up this entry into the list of got_entries of H. */
2068 struct elf_m68k_link_hash_entry
*h
;
2070 h
= arg
->symndx2h
[entry
->key_
.symndx
];
2073 entry
->u
.s2
.next
= h
->glist
;
2077 /* This should be the entry for TLS_LDM relocation then. */
2079 BFD_ASSERT ((elf_m68k_reloc_got_type (entry
->key_
.type
)
2081 && entry
->key_
.symndx
== 0);
2083 ++arg
->n_ldm_entries
;
2087 /* This entry is for local symbol. */
2088 entry
->u
.s2
.next
= NULL
;
2093 /* Assign offsets within GOT. USE_NEG_GOT_OFFSETS_P indicates if we
2094 should use negative offsets.
2095 Build list of GOT entries for global symbols along the way.
2096 SYMNDX2H is mapping from global symbol indices to actual
2098 Return offset at which next GOT should start. */
2101 elf_m68k_finalize_got_offsets (struct elf_m68k_got
*got
,
2102 bfd_boolean use_neg_got_offsets_p
,
2103 struct elf_m68k_link_hash_entry
**symndx2h
,
2104 bfd_vma
*final_offset
, bfd_vma
*n_ldm_entries
)
2106 struct elf_m68k_finalize_got_offsets_arg arg_
;
2107 bfd_vma offset1_
[2 * R_LAST
];
2108 bfd_vma offset2_
[2 * R_LAST
];
2110 bfd_vma start_offset
;
2112 BFD_ASSERT (got
->offset
!= (bfd_vma
) -1);
2114 /* We set entry offsets relative to the .got section (and not the
2115 start of a particular GOT), so that we can use them in
2116 finish_dynamic_symbol without needing to know the GOT which they come
2119 /* Put offset1 in the middle of offset1_, same for offset2. */
2120 arg_
.offset1
= offset1_
+ R_LAST
;
2121 arg_
.offset2
= offset2_
+ R_LAST
;
2123 start_offset
= got
->offset
;
2125 if (use_neg_got_offsets_p
)
2126 /* Setup both negative and positive ranges for R_8, R_16 and R_32. */
2127 i
= -(int) R_32
- 1;
2129 /* Setup positives ranges for R_8, R_16 and R_32. */
2132 for (; i
<= (int) R_32
; ++i
)
2137 /* Set beginning of the range of offsets I. */
2138 arg_
.offset1
[i
] = start_offset
;
2140 /* Calculate number of slots that require I offsets. */
2141 j
= (i
>= 0) ? i
: -i
- 1;
2142 n
= (j
>= 1) ? got
->n_slots
[j
- 1] : 0;
2143 n
= got
->n_slots
[j
] - n
;
2145 if (use_neg_got_offsets_p
&& n
!= 0)
2148 /* We first fill the positive side of the range, so we might
2149 end up with one empty slot at that side when we can't fit
2150 whole 2-slot entry. Account for that at negative side of
2151 the interval with one additional entry. */
2154 /* When the number of slots is odd, make positive side of the
2155 range one entry bigger. */
2159 /* N is the number of slots that require I offsets.
2160 Calculate length of the range for I offsets. */
2163 /* Set end of the range. */
2164 arg_
.offset2
[i
] = start_offset
+ n
;
2166 start_offset
= arg_
.offset2
[i
];
2169 if (!use_neg_got_offsets_p
)
2170 /* Make sure that if we try to switch to negative offsets in
2171 elf_m68k_finalize_got_offsets_1, the assert therein will catch
2173 for (i
= R_8
; i
<= R_32
; ++i
)
2174 arg_
.offset2
[-i
- 1] = arg_
.offset2
[i
];
2176 /* Setup got->offset. offset1[R_8] is either in the middle or at the
2177 beginning of GOT depending on use_neg_got_offsets_p. */
2178 got
->offset
= arg_
.offset1
[R_8
];
2180 arg_
.symndx2h
= symndx2h
;
2181 arg_
.n_ldm_entries
= 0;
2183 /* Assign offsets. */
2184 htab_traverse (got
->entries
, elf_m68k_finalize_got_offsets_1
, &arg_
);
2186 /* Check offset ranges we have actually assigned. */
2187 for (i
= (int) R_8
; i
<= (int) R_32
; ++i
)
2188 BFD_ASSERT (arg_
.offset2
[i
] - arg_
.offset1
[i
] <= 4);
2190 *final_offset
= start_offset
;
2191 *n_ldm_entries
= arg_
.n_ldm_entries
;
2194 struct elf_m68k_partition_multi_got_arg
2196 /* The GOT we are adding entries to. Aka big got. */
2197 struct elf_m68k_got
*current_got
;
2199 /* Offset to assign the next CURRENT_GOT. */
2202 /* Context where memory should be allocated. */
2203 struct bfd_link_info
*info
;
2205 /* Total number of slots in the .got section.
2206 This is used to calculate size of the .got and .rela.got sections. */
2209 /* Difference in numbers of allocated slots in the .got section
2210 and necessary relocations in the .rela.got section.
2211 This is used to calculate size of the .rela.got section. */
2212 bfd_vma slots_relas_diff
;
2215 bfd_boolean error_p
;
2217 /* Mapping from global symndx to global symbols.
2218 This is used to build lists of got entries for global symbols. */
2219 struct elf_m68k_link_hash_entry
**symndx2h
;
2223 elf_m68k_partition_multi_got_2 (struct elf_m68k_partition_multi_got_arg
*arg
)
2225 bfd_vma n_ldm_entries
;
2227 elf_m68k_finalize_got_offsets (arg
->current_got
,
2228 (elf_m68k_hash_table (arg
->info
)
2229 ->use_neg_got_offsets_p
),
2231 &arg
->offset
, &n_ldm_entries
);
2233 arg
->n_slots
+= arg
->current_got
->n_slots
[R_32
];
2235 if (!bfd_link_pic (arg
->info
))
2236 /* If we are generating a shared object, we need to
2237 output a R_68K_RELATIVE reloc so that the dynamic
2238 linker can adjust this GOT entry. Overwise we
2239 don't need space in .rela.got for local symbols. */
2240 arg
->slots_relas_diff
+= arg
->current_got
->local_n_slots
;
2242 /* @LDM relocations require a 2-slot GOT entry, but only
2243 one relocation. Account for that. */
2244 arg
->slots_relas_diff
+= n_ldm_entries
;
2246 BFD_ASSERT (arg
->slots_relas_diff
<= arg
->n_slots
);
2250 /* Process a single BFD2GOT entry and either merge GOT to CURRENT_GOT
2251 or start a new CURRENT_GOT. */
2254 elf_m68k_partition_multi_got_1 (void **_entry
, void *_arg
)
2256 struct elf_m68k_bfd2got_entry
*entry
;
2257 struct elf_m68k_partition_multi_got_arg
*arg
;
2258 struct elf_m68k_got
*got
;
2259 struct elf_m68k_got diff_
;
2260 struct elf_m68k_got
*diff
;
2262 entry
= (struct elf_m68k_bfd2got_entry
*) *_entry
;
2263 arg
= (struct elf_m68k_partition_multi_got_arg
*) _arg
;
2266 BFD_ASSERT (got
!= NULL
);
2267 BFD_ASSERT (got
->offset
== (bfd_vma
) -1);
2271 if (arg
->current_got
!= NULL
)
2272 /* Construct diff. */
2275 elf_m68k_init_got (diff
);
2277 if (!elf_m68k_can_merge_gots (arg
->current_got
, got
, arg
->info
, diff
))
2279 if (diff
->offset
== 0)
2280 /* Offset set to 0 in the diff_ indicates an error. */
2282 arg
->error_p
= TRUE
;
2286 if (elf_m68k_hash_table (arg
->info
)->allow_multigot_p
)
2288 elf_m68k_clear_got (diff
);
2289 /* Schedule to finish up current_got and start new one. */
2293 Merge GOTs no matter what. If big GOT overflows,
2294 we'll fail in relocate_section due to truncated relocations.
2296 ??? May be fail earlier? E.g., in can_merge_gots. */
2300 /* Diff of got against empty current_got is got itself. */
2302 /* Create empty current_got to put subsequent GOTs to. */
2303 arg
->current_got
= elf_m68k_create_empty_got (arg
->info
);
2304 if (arg
->current_got
== NULL
)
2306 arg
->error_p
= TRUE
;
2310 arg
->current_got
->offset
= arg
->offset
;
2317 if (!elf_m68k_merge_gots (arg
->current_got
, diff
, arg
->info
))
2319 arg
->error_p
= TRUE
;
2323 /* Now we can free GOT. */
2324 elf_m68k_clear_got (got
);
2326 entry
->got
= arg
->current_got
;
2330 /* Finish up current_got. */
2331 elf_m68k_partition_multi_got_2 (arg
);
2333 /* Schedule to start a new current_got. */
2334 arg
->current_got
= NULL
;
2337 if (!elf_m68k_partition_multi_got_1 (_entry
, _arg
))
2339 BFD_ASSERT (arg
->error_p
);
2346 elf_m68k_clear_got (diff
);
2348 return arg
->error_p
== FALSE
? 1 : 0;
2351 /* Helper function to build symndx2h mapping. */
2354 elf_m68k_init_symndx2h_1 (struct elf_link_hash_entry
*_h
,
2357 struct elf_m68k_link_hash_entry
*h
;
2359 h
= elf_m68k_hash_entry (_h
);
2361 if (h
->got_entry_key
!= 0)
2362 /* H has at least one entry in the GOT. */
2364 struct elf_m68k_partition_multi_got_arg
*arg
;
2366 arg
= (struct elf_m68k_partition_multi_got_arg
*) _arg
;
2368 BFD_ASSERT (arg
->symndx2h
[h
->got_entry_key
] == NULL
);
2369 arg
->symndx2h
[h
->got_entry_key
] = h
;
2375 /* Merge GOTs of some BFDs, assign offsets to GOT entries and build
2376 lists of GOT entries for global symbols.
2377 Calculate sizes of .got and .rela.got sections. */
2380 elf_m68k_partition_multi_got (struct bfd_link_info
*info
)
2382 struct elf_m68k_multi_got
*multi_got
;
2383 struct elf_m68k_partition_multi_got_arg arg_
;
2385 multi_got
= elf_m68k_multi_got (info
);
2387 arg_
.current_got
= NULL
;
2391 arg_
.slots_relas_diff
= 0;
2392 arg_
.error_p
= FALSE
;
2394 if (multi_got
->bfd2got
!= NULL
)
2396 /* Initialize symndx2h mapping. */
2398 arg_
.symndx2h
= bfd_zmalloc (multi_got
->global_symndx
2399 * sizeof (*arg_
.symndx2h
));
2400 if (arg_
.symndx2h
== NULL
)
2403 elf_link_hash_traverse (elf_hash_table (info
),
2404 elf_m68k_init_symndx2h_1
, &arg_
);
2408 htab_traverse (multi_got
->bfd2got
, elf_m68k_partition_multi_got_1
,
2412 free (arg_
.symndx2h
);
2413 arg_
.symndx2h
= NULL
;
2418 /* Finish up last current_got. */
2419 elf_m68k_partition_multi_got_2 (&arg_
);
2421 free (arg_
.symndx2h
);
2424 if (elf_hash_table (info
)->dynobj
!= NULL
)
2425 /* Set sizes of .got and .rela.got sections. */
2429 s
= bfd_get_linker_section (elf_hash_table (info
)->dynobj
, ".got");
2431 s
->size
= arg_
.offset
;
2433 BFD_ASSERT (arg_
.offset
== 0);
2435 BFD_ASSERT (arg_
.slots_relas_diff
<= arg_
.n_slots
);
2436 arg_
.n_slots
-= arg_
.slots_relas_diff
;
2438 s
= bfd_get_linker_section (elf_hash_table (info
)->dynobj
, ".rela.got");
2440 s
->size
= arg_
.n_slots
* sizeof (Elf32_External_Rela
);
2442 BFD_ASSERT (arg_
.n_slots
== 0);
2445 BFD_ASSERT (multi_got
->bfd2got
== NULL
);
2450 /* Specialized version of elf_m68k_get_got_entry that returns pointer
2451 to hashtable slot, thus allowing removal of entry via
2452 elf_m68k_remove_got_entry. */
2454 static struct elf_m68k_got_entry
**
2455 elf_m68k_find_got_entry_ptr (struct elf_m68k_got
*got
,
2456 struct elf_m68k_got_entry_key
*key
)
2459 struct elf_m68k_got_entry entry_
;
2460 struct elf_m68k_got_entry
**entry_ptr
;
2463 ptr
= htab_find_slot (got
->entries
, &entry_
, NO_INSERT
);
2464 BFD_ASSERT (ptr
!= NULL
);
2466 entry_ptr
= (struct elf_m68k_got_entry
**) ptr
;
2471 /* Remove entry pointed to by ENTRY_PTR from GOT. */
2474 elf_m68k_remove_got_entry (struct elf_m68k_got
*got
,
2475 struct elf_m68k_got_entry
**entry_ptr
)
2477 struct elf_m68k_got_entry
*entry
;
2481 /* Check that offsets have not been finalized yet. */
2482 BFD_ASSERT (got
->offset
== (bfd_vma
) -1);
2483 /* Check that this entry is indeed unused. */
2484 BFD_ASSERT (entry
->u
.s1
.refcount
== 0);
2486 elf_m68k_remove_got_entry_type (got
, entry
->key_
.type
);
2488 if (entry
->key_
.bfd
!= NULL
)
2489 got
->local_n_slots
-= elf_m68k_reloc_got_n_slots (entry
->key_
.type
);
2491 BFD_ASSERT (got
->n_slots
[R_32
] >= got
->local_n_slots
);
2493 htab_clear_slot (got
->entries
, (void **) entry_ptr
);
2496 /* Copy any information related to dynamic linking from a pre-existing
2497 symbol to a newly created symbol. Also called to copy flags and
2498 other back-end info to a weakdef, in which case the symbol is not
2499 newly created and plt/got refcounts and dynamic indices should not
2503 elf_m68k_copy_indirect_symbol (struct bfd_link_info
*info
,
2504 struct elf_link_hash_entry
*_dir
,
2505 struct elf_link_hash_entry
*_ind
)
2507 struct elf_m68k_link_hash_entry
*dir
;
2508 struct elf_m68k_link_hash_entry
*ind
;
2510 _bfd_elf_link_hash_copy_indirect (info
, _dir
, _ind
);
2512 if (_ind
->root
.type
!= bfd_link_hash_indirect
)
2515 dir
= elf_m68k_hash_entry (_dir
);
2516 ind
= elf_m68k_hash_entry (_ind
);
2518 /* Any absolute non-dynamic relocations against an indirect or weak
2519 definition will be against the target symbol. */
2520 _dir
->non_got_ref
|= _ind
->non_got_ref
;
2522 /* We might have a direct symbol already having entries in the GOTs.
2523 Update its key only in case indirect symbol has GOT entries and
2524 assert that both indirect and direct symbols don't have GOT entries
2525 at the same time. */
2526 if (ind
->got_entry_key
!= 0)
2528 BFD_ASSERT (dir
->got_entry_key
== 0);
2529 /* Assert that GOTs aren't partioned yet. */
2530 BFD_ASSERT (ind
->glist
== NULL
);
2532 dir
->got_entry_key
= ind
->got_entry_key
;
2533 ind
->got_entry_key
= 0;
2537 /* Look through the relocs for a section during the first phase, and
2538 allocate space in the global offset table or procedure linkage
2542 elf_m68k_check_relocs (bfd
*abfd
,
2543 struct bfd_link_info
*info
,
2545 const Elf_Internal_Rela
*relocs
)
2548 Elf_Internal_Shdr
*symtab_hdr
;
2549 struct elf_link_hash_entry
**sym_hashes
;
2550 const Elf_Internal_Rela
*rel
;
2551 const Elf_Internal_Rela
*rel_end
;
2555 struct elf_m68k_got
*got
;
2557 if (bfd_link_relocatable (info
))
2560 dynobj
= elf_hash_table (info
)->dynobj
;
2561 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
2562 sym_hashes
= elf_sym_hashes (abfd
);
2570 rel_end
= relocs
+ sec
->reloc_count
;
2571 for (rel
= relocs
; rel
< rel_end
; rel
++)
2573 unsigned long r_symndx
;
2574 struct elf_link_hash_entry
*h
;
2576 r_symndx
= ELF32_R_SYM (rel
->r_info
);
2578 if (r_symndx
< symtab_hdr
->sh_info
)
2582 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
2583 while (h
->root
.type
== bfd_link_hash_indirect
2584 || h
->root
.type
== bfd_link_hash_warning
)
2585 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2587 /* PR15323, ref flags aren't set for references in the same
2589 h
->root
.non_ir_ref
= 1;
2592 switch (ELF32_R_TYPE (rel
->r_info
))
2598 && strcmp (h
->root
.root
.string
, "_GLOBAL_OFFSET_TABLE_") == 0)
2602 /* Relative GOT relocations. */
2608 /* TLS relocations. */
2610 case R_68K_TLS_GD16
:
2611 case R_68K_TLS_GD32
:
2612 case R_68K_TLS_LDM8
:
2613 case R_68K_TLS_LDM16
:
2614 case R_68K_TLS_LDM32
:
2616 case R_68K_TLS_IE16
:
2617 case R_68K_TLS_IE32
:
2619 case R_68K_TLS_TPREL32
:
2620 case R_68K_TLS_DTPREL32
:
2622 if (ELF32_R_TYPE (rel
->r_info
) == R_68K_TLS_TPREL32
2623 && bfd_link_pic (info
))
2624 /* Do the special chorus for libraries with static TLS. */
2625 info
->flags
|= DF_STATIC_TLS
;
2627 /* This symbol requires a global offset table entry. */
2631 /* Create the .got section. */
2632 elf_hash_table (info
)->dynobj
= dynobj
= abfd
;
2633 if (!_bfd_elf_create_got_section (dynobj
, info
))
2639 sgot
= bfd_get_linker_section (dynobj
, ".got");
2640 BFD_ASSERT (sgot
!= NULL
);
2644 && (h
!= NULL
|| bfd_link_pic (info
)))
2646 srelgot
= bfd_get_linker_section (dynobj
, ".rela.got");
2647 if (srelgot
== NULL
)
2649 flagword flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_HAS_CONTENTS
2650 | SEC_IN_MEMORY
| SEC_LINKER_CREATED
2652 srelgot
= bfd_make_section_anyway_with_flags (dynobj
,
2656 || !bfd_set_section_alignment (dynobj
, srelgot
, 2))
2663 struct elf_m68k_bfd2got_entry
*bfd2got_entry
;
2666 = elf_m68k_get_bfd2got_entry (elf_m68k_multi_got (info
),
2667 abfd
, FIND_OR_CREATE
, info
);
2668 if (bfd2got_entry
== NULL
)
2671 got
= bfd2got_entry
->got
;
2672 BFD_ASSERT (got
!= NULL
);
2676 struct elf_m68k_got_entry
*got_entry
;
2678 /* Add entry to got. */
2679 got_entry
= elf_m68k_add_entry_to_got (got
, h
, abfd
,
2680 ELF32_R_TYPE (rel
->r_info
),
2682 if (got_entry
== NULL
)
2685 if (got_entry
->u
.s1
.refcount
== 1)
2687 /* Make sure this symbol is output as a dynamic symbol. */
2690 && !h
->forced_local
)
2692 if (!bfd_elf_link_record_dynamic_symbol (info
, h
))
2703 /* This symbol requires a procedure linkage table entry. We
2704 actually build the entry in adjust_dynamic_symbol,
2705 because this might be a case of linking PIC code which is
2706 never referenced by a dynamic object, in which case we
2707 don't need to generate a procedure linkage table entry
2710 /* If this is a local symbol, we resolve it directly without
2711 creating a procedure linkage table entry. */
2722 /* This symbol requires a procedure linkage table entry. */
2726 /* It does not make sense to have this relocation for a
2727 local symbol. FIXME: does it? How to handle it if
2728 it does make sense? */
2729 bfd_set_error (bfd_error_bad_value
);
2733 /* Make sure this symbol is output as a dynamic symbol. */
2734 if (h
->dynindx
== -1
2735 && !h
->forced_local
)
2737 if (!bfd_elf_link_record_dynamic_symbol (info
, h
))
2748 /* If we are creating a shared library and this is not a local
2749 symbol, we need to copy the reloc into the shared library.
2750 However when linking with -Bsymbolic and this is a global
2751 symbol which is defined in an object we are including in the
2752 link (i.e., DEF_REGULAR is set), then we can resolve the
2753 reloc directly. At this point we have not seen all the input
2754 files, so it is possible that DEF_REGULAR is not set now but
2755 will be set later (it is never cleared). We account for that
2756 possibility below by storing information in the
2757 pcrel_relocs_copied field of the hash table entry. */
2758 if (!(bfd_link_pic (info
)
2759 && (sec
->flags
& SEC_ALLOC
) != 0
2761 && (!SYMBOLIC_BIND (info
, h
)
2762 || h
->root
.type
== bfd_link_hash_defweak
2763 || !h
->def_regular
)))
2767 /* Make sure a plt entry is created for this symbol if
2768 it turns out to be a function defined by a dynamic
2778 /* We don't need to handle relocs into sections not going into
2779 the "real" output. */
2780 if ((sec
->flags
& SEC_ALLOC
) == 0)
2785 /* Make sure a plt entry is created for this symbol if it
2786 turns out to be a function defined by a dynamic object. */
2789 if (bfd_link_executable (info
))
2790 /* This symbol needs a non-GOT reference. */
2794 /* If we are creating a shared library, we need to copy the
2795 reloc into the shared library. */
2796 if (bfd_link_pic (info
))
2798 /* When creating a shared object, we must copy these
2799 reloc types into the output file. We create a reloc
2800 section in dynobj and make room for this reloc. */
2803 sreloc
= _bfd_elf_make_dynamic_reloc_section
2804 (sec
, dynobj
, 2, abfd
, /*rela?*/ TRUE
);
2810 if (sec
->flags
& SEC_READONLY
2811 /* Don't set DF_TEXTREL yet for PC relative
2812 relocations, they might be discarded later. */
2813 && !(ELF32_R_TYPE (rel
->r_info
) == R_68K_PC8
2814 || ELF32_R_TYPE (rel
->r_info
) == R_68K_PC16
2815 || ELF32_R_TYPE (rel
->r_info
) == R_68K_PC32
))
2816 info
->flags
|= DF_TEXTREL
;
2818 sreloc
->size
+= sizeof (Elf32_External_Rela
);
2820 /* We count the number of PC relative relocations we have
2821 entered for this symbol, so that we can discard them
2822 again if, in the -Bsymbolic case, the symbol is later
2823 defined by a regular object, or, in the normal shared
2824 case, the symbol is forced to be local. Note that this
2825 function is only called if we are using an m68kelf linker
2826 hash table, which means that h is really a pointer to an
2827 elf_m68k_link_hash_entry. */
2828 if (ELF32_R_TYPE (rel
->r_info
) == R_68K_PC8
2829 || ELF32_R_TYPE (rel
->r_info
) == R_68K_PC16
2830 || ELF32_R_TYPE (rel
->r_info
) == R_68K_PC32
)
2832 struct elf_m68k_pcrel_relocs_copied
*p
;
2833 struct elf_m68k_pcrel_relocs_copied
**head
;
2837 struct elf_m68k_link_hash_entry
*eh
2838 = elf_m68k_hash_entry (h
);
2839 head
= &eh
->pcrel_relocs_copied
;
2845 Elf_Internal_Sym
*isym
;
2847 isym
= bfd_sym_from_r_symndx (&elf_m68k_hash_table (info
)->sym_cache
,
2852 s
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
2856 vpp
= &elf_section_data (s
)->local_dynrel
;
2857 head
= (struct elf_m68k_pcrel_relocs_copied
**) vpp
;
2860 for (p
= *head
; p
!= NULL
; p
= p
->next
)
2861 if (p
->section
== sreloc
)
2866 p
= ((struct elf_m68k_pcrel_relocs_copied
*)
2867 bfd_alloc (dynobj
, (bfd_size_type
) sizeof *p
));
2872 p
->section
= sreloc
;
2882 /* This relocation describes the C++ object vtable hierarchy.
2883 Reconstruct it for later use during GC. */
2884 case R_68K_GNU_VTINHERIT
:
2885 if (!bfd_elf_gc_record_vtinherit (abfd
, sec
, h
, rel
->r_offset
))
2889 /* This relocation describes which C++ vtable entries are actually
2890 used. Record for later use during GC. */
2891 case R_68K_GNU_VTENTRY
:
2892 BFD_ASSERT (h
!= NULL
);
2894 && !bfd_elf_gc_record_vtentry (abfd
, sec
, h
, rel
->r_addend
))
2906 /* Return the section that should be marked against GC for a given
2910 elf_m68k_gc_mark_hook (asection
*sec
,
2911 struct bfd_link_info
*info
,
2912 Elf_Internal_Rela
*rel
,
2913 struct elf_link_hash_entry
*h
,
2914 Elf_Internal_Sym
*sym
)
2917 switch (ELF32_R_TYPE (rel
->r_info
))
2919 case R_68K_GNU_VTINHERIT
:
2920 case R_68K_GNU_VTENTRY
:
2924 return _bfd_elf_gc_mark_hook (sec
, info
, rel
, h
, sym
);
2927 /* Update the got entry reference counts for the section being removed. */
2930 elf_m68k_gc_sweep_hook (bfd
*abfd
,
2931 struct bfd_link_info
*info
,
2933 const Elf_Internal_Rela
*relocs
)
2935 Elf_Internal_Shdr
*symtab_hdr
;
2936 struct elf_link_hash_entry
**sym_hashes
;
2937 const Elf_Internal_Rela
*rel
, *relend
;
2939 struct elf_m68k_got
*got
;
2941 if (bfd_link_relocatable (info
))
2944 dynobj
= elf_hash_table (info
)->dynobj
;
2948 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
2949 sym_hashes
= elf_sym_hashes (abfd
);
2952 relend
= relocs
+ sec
->reloc_count
;
2953 for (rel
= relocs
; rel
< relend
; rel
++)
2955 unsigned long r_symndx
;
2956 struct elf_link_hash_entry
*h
= NULL
;
2958 r_symndx
= ELF32_R_SYM (rel
->r_info
);
2959 if (r_symndx
>= symtab_hdr
->sh_info
)
2961 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
2962 while (h
->root
.type
== bfd_link_hash_indirect
2963 || h
->root
.type
== bfd_link_hash_warning
)
2964 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2967 switch (ELF32_R_TYPE (rel
->r_info
))
2973 && strcmp (h
->root
.root
.string
, "_GLOBAL_OFFSET_TABLE_") == 0)
2982 /* TLS relocations. */
2984 case R_68K_TLS_GD16
:
2985 case R_68K_TLS_GD32
:
2986 case R_68K_TLS_LDM8
:
2987 case R_68K_TLS_LDM16
:
2988 case R_68K_TLS_LDM32
:
2990 case R_68K_TLS_IE16
:
2991 case R_68K_TLS_IE32
:
2993 case R_68K_TLS_TPREL32
:
2994 case R_68K_TLS_DTPREL32
:
2998 got
= elf_m68k_get_bfd2got_entry (elf_m68k_multi_got (info
),
2999 abfd
, MUST_FIND
, NULL
)->got
;
3000 BFD_ASSERT (got
!= NULL
);
3004 struct elf_m68k_got_entry_key key_
;
3005 struct elf_m68k_got_entry
**got_entry_ptr
;
3006 struct elf_m68k_got_entry
*got_entry
;
3008 elf_m68k_init_got_entry_key (&key_
, h
, abfd
, r_symndx
,
3009 ELF32_R_TYPE (rel
->r_info
));
3010 got_entry_ptr
= elf_m68k_find_got_entry_ptr (got
, &key_
);
3012 got_entry
= *got_entry_ptr
;
3014 if (got_entry
->u
.s1
.refcount
> 0)
3016 --got_entry
->u
.s1
.refcount
;
3018 if (got_entry
->u
.s1
.refcount
== 0)
3019 /* We don't need the .got entry any more. */
3020 elf_m68k_remove_got_entry (got
, got_entry_ptr
);
3039 if (h
->plt
.refcount
> 0)
3052 /* Return the type of PLT associated with OUTPUT_BFD. */
3054 static const struct elf_m68k_plt_info
*
3055 elf_m68k_get_plt_info (bfd
*output_bfd
)
3057 unsigned int features
;
3059 features
= bfd_m68k_mach_to_features (bfd_get_mach (output_bfd
));
3060 if (features
& cpu32
)
3061 return &elf_cpu32_plt_info
;
3062 if (features
& mcfisa_b
)
3063 return &elf_isab_plt_info
;
3064 if (features
& mcfisa_c
)
3065 return &elf_isac_plt_info
;
3066 return &elf_m68k_plt_info
;
3069 /* This function is called after all the input files have been read,
3070 and the input sections have been assigned to output sections.
3071 It's a convenient place to determine the PLT style. */
3074 elf_m68k_always_size_sections (bfd
*output_bfd
, struct bfd_link_info
*info
)
3076 /* Bind input BFDs to GOTs and calculate sizes of .got and .rela.got
3078 if (!elf_m68k_partition_multi_got (info
))
3081 elf_m68k_hash_table (info
)->plt_info
= elf_m68k_get_plt_info (output_bfd
);
3085 /* Adjust a symbol defined by a dynamic object and referenced by a
3086 regular object. The current definition is in some section of the
3087 dynamic object, but we're not including those sections. We have to
3088 change the definition to something the rest of the link can
3092 elf_m68k_adjust_dynamic_symbol (struct bfd_link_info
*info
,
3093 struct elf_link_hash_entry
*h
)
3095 struct elf_m68k_link_hash_table
*htab
;
3099 htab
= elf_m68k_hash_table (info
);
3100 dynobj
= elf_hash_table (info
)->dynobj
;
3102 /* Make sure we know what is going on here. */
3103 BFD_ASSERT (dynobj
!= NULL
3105 || h
->u
.weakdef
!= NULL
3108 && !h
->def_regular
)));
3110 /* If this is a function, put it in the procedure linkage table. We
3111 will fill in the contents of the procedure linkage table later,
3112 when we know the address of the .got section. */
3113 if (h
->type
== STT_FUNC
3116 if ((h
->plt
.refcount
<= 0
3117 || SYMBOL_CALLS_LOCAL (info
, h
)
3118 || (ELF_ST_VISIBILITY (h
->other
) != STV_DEFAULT
3119 && h
->root
.type
== bfd_link_hash_undefweak
))
3120 /* We must always create the plt entry if it was referenced
3121 by a PLTxxO relocation. In this case we already recorded
3122 it as a dynamic symbol. */
3123 && h
->dynindx
== -1)
3125 /* This case can occur if we saw a PLTxx reloc in an input
3126 file, but the symbol was never referred to by a dynamic
3127 object, or if all references were garbage collected. In
3128 such a case, we don't actually need to build a procedure
3129 linkage table, and we can just do a PCxx reloc instead. */
3130 h
->plt
.offset
= (bfd_vma
) -1;
3135 /* Make sure this symbol is output as a dynamic symbol. */
3136 if (h
->dynindx
== -1
3137 && !h
->forced_local
)
3139 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
3143 s
= bfd_get_linker_section (dynobj
, ".plt");
3144 BFD_ASSERT (s
!= NULL
);
3146 /* If this is the first .plt entry, make room for the special
3149 s
->size
= htab
->plt_info
->size
;
3151 /* If this symbol is not defined in a regular file, and we are
3152 not generating a shared library, then set the symbol to this
3153 location in the .plt. This is required to make function
3154 pointers compare as equal between the normal executable and
3155 the shared library. */
3156 if (!bfd_link_pic (info
)
3159 h
->root
.u
.def
.section
= s
;
3160 h
->root
.u
.def
.value
= s
->size
;
3163 h
->plt
.offset
= s
->size
;
3165 /* Make room for this entry. */
3166 s
->size
+= htab
->plt_info
->size
;
3168 /* We also need to make an entry in the .got.plt section, which
3169 will be placed in the .got section by the linker script. */
3170 s
= bfd_get_linker_section (dynobj
, ".got.plt");
3171 BFD_ASSERT (s
!= NULL
);
3174 /* We also need to make an entry in the .rela.plt section. */
3175 s
= bfd_get_linker_section (dynobj
, ".rela.plt");
3176 BFD_ASSERT (s
!= NULL
);
3177 s
->size
+= sizeof (Elf32_External_Rela
);
3182 /* Reinitialize the plt offset now that it is not used as a reference
3184 h
->plt
.offset
= (bfd_vma
) -1;
3186 /* If this is a weak symbol, and there is a real definition, the
3187 processor independent code will have arranged for us to see the
3188 real definition first, and we can just use the same value. */
3189 if (h
->u
.weakdef
!= NULL
)
3191 BFD_ASSERT (h
->u
.weakdef
->root
.type
== bfd_link_hash_defined
3192 || h
->u
.weakdef
->root
.type
== bfd_link_hash_defweak
);
3193 h
->root
.u
.def
.section
= h
->u
.weakdef
->root
.u
.def
.section
;
3194 h
->root
.u
.def
.value
= h
->u
.weakdef
->root
.u
.def
.value
;
3198 /* This is a reference to a symbol defined by a dynamic object which
3199 is not a function. */
3201 /* If we are creating a shared library, we must presume that the
3202 only references to the symbol are via the global offset table.
3203 For such cases we need not do anything here; the relocations will
3204 be handled correctly by relocate_section. */
3205 if (bfd_link_pic (info
))
3208 /* If there are no references to this symbol that do not use the
3209 GOT, we don't need to generate a copy reloc. */
3210 if (!h
->non_got_ref
)
3213 /* We must allocate the symbol in our .dynbss section, which will
3214 become part of the .bss section of the executable. There will be
3215 an entry for this symbol in the .dynsym section. The dynamic
3216 object will contain position independent code, so all references
3217 from the dynamic object to this symbol will go through the global
3218 offset table. The dynamic linker will use the .dynsym entry to
3219 determine the address it must put in the global offset table, so
3220 both the dynamic object and the regular object will refer to the
3221 same memory location for the variable. */
3223 s
= bfd_get_linker_section (dynobj
, ".dynbss");
3224 BFD_ASSERT (s
!= NULL
);
3226 /* We must generate a R_68K_COPY reloc to tell the dynamic linker to
3227 copy the initial value out of the dynamic object and into the
3228 runtime process image. We need to remember the offset into the
3229 .rela.bss section we are going to use. */
3230 if ((h
->root
.u
.def
.section
->flags
& SEC_ALLOC
) != 0 && h
->size
!= 0)
3234 srel
= bfd_get_linker_section (dynobj
, ".rela.bss");
3235 BFD_ASSERT (srel
!= NULL
);
3236 srel
->size
+= sizeof (Elf32_External_Rela
);
3240 return _bfd_elf_adjust_dynamic_copy (info
, h
, s
);
3243 /* Set the sizes of the dynamic sections. */
3246 elf_m68k_size_dynamic_sections (bfd
*output_bfd ATTRIBUTE_UNUSED
,
3247 struct bfd_link_info
*info
)
3254 dynobj
= elf_hash_table (info
)->dynobj
;
3255 BFD_ASSERT (dynobj
!= NULL
);
3257 if (elf_hash_table (info
)->dynamic_sections_created
)
3259 /* Set the contents of the .interp section to the interpreter. */
3260 if (bfd_link_executable (info
) && !info
->nointerp
)
3262 s
= bfd_get_linker_section (dynobj
, ".interp");
3263 BFD_ASSERT (s
!= NULL
);
3264 s
->size
= sizeof ELF_DYNAMIC_INTERPRETER
;
3265 s
->contents
= (unsigned char *) ELF_DYNAMIC_INTERPRETER
;
3270 /* We may have created entries in the .rela.got section.
3271 However, if we are not creating the dynamic sections, we will
3272 not actually use these entries. Reset the size of .rela.got,
3273 which will cause it to get stripped from the output file
3275 s
= bfd_get_linker_section (dynobj
, ".rela.got");
3280 /* If this is a -Bsymbolic shared link, then we need to discard all
3281 PC relative relocs against symbols defined in a regular object.
3282 For the normal shared case we discard the PC relative relocs
3283 against symbols that have become local due to visibility changes.
3284 We allocated space for them in the check_relocs routine, but we
3285 will not fill them in in the relocate_section routine. */
3286 if (bfd_link_pic (info
))
3287 elf_link_hash_traverse (elf_hash_table (info
),
3288 elf_m68k_discard_copies
,
3291 /* The check_relocs and adjust_dynamic_symbol entry points have
3292 determined the sizes of the various dynamic sections. Allocate
3296 for (s
= dynobj
->sections
; s
!= NULL
; s
= s
->next
)
3300 if ((s
->flags
& SEC_LINKER_CREATED
) == 0)
3303 /* It's OK to base decisions on the section name, because none
3304 of the dynobj section names depend upon the input files. */
3305 name
= bfd_get_section_name (dynobj
, s
);
3307 if (strcmp (name
, ".plt") == 0)
3309 /* Remember whether there is a PLT. */
3312 else if (CONST_STRNEQ (name
, ".rela"))
3318 /* We use the reloc_count field as a counter if we need
3319 to copy relocs into the output file. */
3323 else if (! CONST_STRNEQ (name
, ".got")
3324 && strcmp (name
, ".dynbss") != 0)
3326 /* It's not one of our sections, so don't allocate space. */
3332 /* If we don't need this section, strip it from the
3333 output file. This is mostly to handle .rela.bss and
3334 .rela.plt. We must create both sections in
3335 create_dynamic_sections, because they must be created
3336 before the linker maps input sections to output
3337 sections. The linker does that before
3338 adjust_dynamic_symbol is called, and it is that
3339 function which decides whether anything needs to go
3340 into these sections. */
3341 s
->flags
|= SEC_EXCLUDE
;
3345 if ((s
->flags
& SEC_HAS_CONTENTS
) == 0)
3348 /* Allocate memory for the section contents. */
3349 /* FIXME: This should be a call to bfd_alloc not bfd_zalloc.
3350 Unused entries should be reclaimed before the section's contents
3351 are written out, but at the moment this does not happen. Thus in
3352 order to prevent writing out garbage, we initialise the section's
3353 contents to zero. */
3354 s
->contents
= (bfd_byte
*) bfd_zalloc (dynobj
, s
->size
);
3355 if (s
->contents
== NULL
)
3359 if (elf_hash_table (info
)->dynamic_sections_created
)
3361 /* Add some entries to the .dynamic section. We fill in the
3362 values later, in elf_m68k_finish_dynamic_sections, but we
3363 must add the entries now so that we get the correct size for
3364 the .dynamic section. The DT_DEBUG entry is filled in by the
3365 dynamic linker and used by the debugger. */
3366 #define add_dynamic_entry(TAG, VAL) \
3367 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
3369 if (bfd_link_executable (info
))
3371 if (!add_dynamic_entry (DT_DEBUG
, 0))
3377 if (!add_dynamic_entry (DT_PLTGOT
, 0)
3378 || !add_dynamic_entry (DT_PLTRELSZ
, 0)
3379 || !add_dynamic_entry (DT_PLTREL
, DT_RELA
)
3380 || !add_dynamic_entry (DT_JMPREL
, 0))
3386 if (!add_dynamic_entry (DT_RELA
, 0)
3387 || !add_dynamic_entry (DT_RELASZ
, 0)
3388 || !add_dynamic_entry (DT_RELAENT
, sizeof (Elf32_External_Rela
)))
3392 if ((info
->flags
& DF_TEXTREL
) != 0)
3394 if (!add_dynamic_entry (DT_TEXTREL
, 0))
3398 #undef add_dynamic_entry
3403 /* This function is called via elf_link_hash_traverse if we are
3404 creating a shared object. In the -Bsymbolic case it discards the
3405 space allocated to copy PC relative relocs against symbols which
3406 are defined in regular objects. For the normal shared case, it
3407 discards space for pc-relative relocs that have become local due to
3408 symbol visibility changes. We allocated space for them in the
3409 check_relocs routine, but we won't fill them in in the
3410 relocate_section routine.
3412 We also check whether any of the remaining relocations apply
3413 against a readonly section, and set the DF_TEXTREL flag in this
3417 elf_m68k_discard_copies (struct elf_link_hash_entry
*h
,
3420 struct bfd_link_info
*info
= (struct bfd_link_info
*) inf
;
3421 struct elf_m68k_pcrel_relocs_copied
*s
;
3423 if (!SYMBOL_CALLS_LOCAL (info
, h
))
3425 if ((info
->flags
& DF_TEXTREL
) == 0)
3427 /* Look for relocations against read-only sections. */
3428 for (s
= elf_m68k_hash_entry (h
)->pcrel_relocs_copied
;
3431 if ((s
->section
->flags
& SEC_READONLY
) != 0)
3433 info
->flags
|= DF_TEXTREL
;
3438 /* Make sure undefined weak symbols are output as a dynamic symbol
3441 && h
->root
.type
== bfd_link_hash_undefweak
3442 && ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
3444 && !h
->forced_local
)
3446 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
3453 for (s
= elf_m68k_hash_entry (h
)->pcrel_relocs_copied
;
3456 s
->section
->size
-= s
->count
* sizeof (Elf32_External_Rela
);
3462 /* Install relocation RELA. */
3465 elf_m68k_install_rela (bfd
*output_bfd
,
3467 Elf_Internal_Rela
*rela
)
3471 loc
= srela
->contents
;
3472 loc
+= srela
->reloc_count
++ * sizeof (Elf32_External_Rela
);
3473 bfd_elf32_swap_reloca_out (output_bfd
, rela
, loc
);
3476 /* Find the base offsets for thread-local storage in this object,
3477 for GD/LD and IE/LE respectively. */
3479 #define DTP_OFFSET 0x8000
3480 #define TP_OFFSET 0x7000
3483 dtpoff_base (struct bfd_link_info
*info
)
3485 /* If tls_sec is NULL, we should have signalled an error already. */
3486 if (elf_hash_table (info
)->tls_sec
== NULL
)
3488 return elf_hash_table (info
)->tls_sec
->vma
+ DTP_OFFSET
;
3492 tpoff_base (struct bfd_link_info
*info
)
3494 /* If tls_sec is NULL, we should have signalled an error already. */
3495 if (elf_hash_table (info
)->tls_sec
== NULL
)
3497 return elf_hash_table (info
)->tls_sec
->vma
+ TP_OFFSET
;
3500 /* Output necessary relocation to handle a symbol during static link.
3501 This function is called from elf_m68k_relocate_section. */
3504 elf_m68k_init_got_entry_static (struct bfd_link_info
*info
,
3506 enum elf_m68k_reloc_type r_type
,
3508 bfd_vma got_entry_offset
,
3511 switch (elf_m68k_reloc_got_type (r_type
))
3514 bfd_put_32 (output_bfd
, relocation
, sgot
->contents
+ got_entry_offset
);
3517 case R_68K_TLS_GD32
:
3518 /* We know the offset within the module,
3519 put it into the second GOT slot. */
3520 bfd_put_32 (output_bfd
, relocation
- dtpoff_base (info
),
3521 sgot
->contents
+ got_entry_offset
+ 4);
3524 case R_68K_TLS_LDM32
:
3525 /* Mark it as belonging to module 1, the executable. */
3526 bfd_put_32 (output_bfd
, 1, sgot
->contents
+ got_entry_offset
);
3529 case R_68K_TLS_IE32
:
3530 bfd_put_32 (output_bfd
, relocation
- tpoff_base (info
),
3531 sgot
->contents
+ got_entry_offset
);
3539 /* Output necessary relocation to handle a local symbol
3540 during dynamic link.
3541 This function is called either from elf_m68k_relocate_section
3542 or from elf_m68k_finish_dynamic_symbol. */
3545 elf_m68k_init_got_entry_local_shared (struct bfd_link_info
*info
,
3547 enum elf_m68k_reloc_type r_type
,
3549 bfd_vma got_entry_offset
,
3553 Elf_Internal_Rela outrel
;
3555 switch (elf_m68k_reloc_got_type (r_type
))
3558 /* Emit RELATIVE relocation to initialize GOT slot
3560 outrel
.r_info
= ELF32_R_INFO (0, R_68K_RELATIVE
);
3561 outrel
.r_addend
= relocation
;
3564 case R_68K_TLS_GD32
:
3565 /* We know the offset within the module,
3566 put it into the second GOT slot. */
3567 bfd_put_32 (output_bfd
, relocation
- dtpoff_base (info
),
3568 sgot
->contents
+ got_entry_offset
+ 4);
3571 case R_68K_TLS_LDM32
:
3572 /* We don't know the module number,
3573 create a relocation for it. */
3574 outrel
.r_info
= ELF32_R_INFO (0, R_68K_TLS_DTPMOD32
);
3575 outrel
.r_addend
= 0;
3578 case R_68K_TLS_IE32
:
3579 /* Emit TPREL relocation to initialize GOT slot
3581 outrel
.r_info
= ELF32_R_INFO (0, R_68K_TLS_TPREL32
);
3582 outrel
.r_addend
= relocation
- elf_hash_table (info
)->tls_sec
->vma
;
3589 /* Offset of the GOT entry. */
3590 outrel
.r_offset
= (sgot
->output_section
->vma
3591 + sgot
->output_offset
3592 + got_entry_offset
);
3594 /* Install one of the above relocations. */
3595 elf_m68k_install_rela (output_bfd
, srela
, &outrel
);
3597 bfd_put_32 (output_bfd
, outrel
.r_addend
, sgot
->contents
+ got_entry_offset
);
3600 /* Relocate an M68K ELF section. */
3603 elf_m68k_relocate_section (bfd
*output_bfd
,
3604 struct bfd_link_info
*info
,
3606 asection
*input_section
,
3608 Elf_Internal_Rela
*relocs
,
3609 Elf_Internal_Sym
*local_syms
,
3610 asection
**local_sections
)
3613 Elf_Internal_Shdr
*symtab_hdr
;
3614 struct elf_link_hash_entry
**sym_hashes
;
3619 struct elf_m68k_got
*got
;
3620 Elf_Internal_Rela
*rel
;
3621 Elf_Internal_Rela
*relend
;
3623 dynobj
= elf_hash_table (info
)->dynobj
;
3624 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
3625 sym_hashes
= elf_sym_hashes (input_bfd
);
3635 relend
= relocs
+ input_section
->reloc_count
;
3636 for (; rel
< relend
; rel
++)
3639 reloc_howto_type
*howto
;
3640 unsigned long r_symndx
;
3641 struct elf_link_hash_entry
*h
;
3642 Elf_Internal_Sym
*sym
;
3645 bfd_boolean unresolved_reloc
;
3646 bfd_reloc_status_type r
;
3648 r_type
= ELF32_R_TYPE (rel
->r_info
);
3649 if (r_type
< 0 || r_type
>= (int) R_68K_max
)
3651 bfd_set_error (bfd_error_bad_value
);
3654 howto
= howto_table
+ r_type
;
3656 r_symndx
= ELF32_R_SYM (rel
->r_info
);
3661 unresolved_reloc
= FALSE
;
3663 if (r_symndx
< symtab_hdr
->sh_info
)
3665 sym
= local_syms
+ r_symndx
;
3666 sec
= local_sections
[r_symndx
];
3667 relocation
= _bfd_elf_rela_local_sym (output_bfd
, sym
, &sec
, rel
);
3671 bfd_boolean warned
, ignored
;
3673 RELOC_FOR_GLOBAL_SYMBOL (info
, input_bfd
, input_section
, rel
,
3674 r_symndx
, symtab_hdr
, sym_hashes
,
3676 unresolved_reloc
, warned
, ignored
);
3679 if (sec
!= NULL
&& discarded_section (sec
))
3680 RELOC_AGAINST_DISCARDED_SECTION (info
, input_bfd
, input_section
,
3681 rel
, 1, relend
, howto
, 0, contents
);
3683 if (bfd_link_relocatable (info
))
3691 /* Relocation is to the address of the entry for this symbol
3692 in the global offset table. */
3694 && strcmp (h
->root
.root
.string
, "_GLOBAL_OFFSET_TABLE_") == 0)
3696 if (elf_m68k_hash_table (info
)->local_gp_p
)
3698 bfd_vma sgot_output_offset
;
3703 sgot
= bfd_get_linker_section (dynobj
, ".got");
3706 sgot_output_offset
= sgot
->output_offset
;
3708 /* In this case we have a reference to
3709 _GLOBAL_OFFSET_TABLE_, but the GOT itself is
3711 ??? Issue a warning? */
3712 sgot_output_offset
= 0;
3715 sgot_output_offset
= sgot
->output_offset
;
3719 struct elf_m68k_bfd2got_entry
*bfd2got_entry
;
3722 = elf_m68k_get_bfd2got_entry (elf_m68k_multi_got (info
),
3723 input_bfd
, SEARCH
, NULL
);
3725 if (bfd2got_entry
!= NULL
)
3727 got
= bfd2got_entry
->got
;
3728 BFD_ASSERT (got
!= NULL
);
3730 got_offset
= got
->offset
;
3733 /* In this case we have a reference to
3734 _GLOBAL_OFFSET_TABLE_, but no other references
3735 accessing any GOT entries.
3736 ??? Issue a warning? */
3740 got_offset
= got
->offset
;
3742 /* Adjust GOT pointer to point to the GOT
3743 assigned to input_bfd. */
3744 rel
->r_addend
+= sgot_output_offset
+ got_offset
;
3747 BFD_ASSERT (got
== NULL
|| got
->offset
== 0);
3756 case R_68K_TLS_LDM32
:
3757 case R_68K_TLS_LDM16
:
3758 case R_68K_TLS_LDM8
:
3761 case R_68K_TLS_GD16
:
3762 case R_68K_TLS_GD32
:
3765 case R_68K_TLS_IE16
:
3766 case R_68K_TLS_IE32
:
3768 /* Relocation is the offset of the entry for this symbol in
3769 the global offset table. */
3772 struct elf_m68k_got_entry_key key_
;
3778 sgot
= bfd_get_linker_section (dynobj
, ".got");
3779 BFD_ASSERT (sgot
!= NULL
);
3784 got
= elf_m68k_get_bfd2got_entry (elf_m68k_multi_got (info
),
3785 input_bfd
, MUST_FIND
,
3787 BFD_ASSERT (got
!= NULL
);
3790 /* Get GOT offset for this symbol. */
3791 elf_m68k_init_got_entry_key (&key_
, h
, input_bfd
, r_symndx
,
3793 off_ptr
= &elf_m68k_get_got_entry (got
, &key_
, MUST_FIND
,
3797 /* The offset must always be a multiple of 4. We use
3798 the least significant bit to record whether we have
3799 already generated the necessary reloc. */
3805 /* @TLSLDM relocations are bounded to the module, in
3806 which the symbol is defined -- not to the symbol
3808 && elf_m68k_reloc_got_type (r_type
) != R_68K_TLS_LDM32
)
3812 dyn
= elf_hash_table (info
)->dynamic_sections_created
;
3813 if (!WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn
,
3814 bfd_link_pic (info
),
3816 || (bfd_link_pic (info
)
3817 && SYMBOL_REFERENCES_LOCAL (info
, h
))
3818 || (ELF_ST_VISIBILITY (h
->other
)
3819 && h
->root
.type
== bfd_link_hash_undefweak
))
3821 /* This is actually a static link, or it is a
3822 -Bsymbolic link and the symbol is defined
3823 locally, or the symbol was forced to be local
3824 because of a version file. We must initialize
3825 this entry in the global offset table. Since
3826 the offset must always be a multiple of 4, we
3827 use the least significant bit to record whether
3828 we have initialized it already.
3830 When doing a dynamic link, we create a .rela.got
3831 relocation entry to initialize the value. This
3832 is done in the finish_dynamic_symbol routine. */
3834 elf_m68k_init_got_entry_static (info
,
3844 unresolved_reloc
= FALSE
;
3846 else if (bfd_link_pic (info
)) /* && h == NULL */
3847 /* Process local symbol during dynamic link. */
3851 srela
= bfd_get_linker_section (dynobj
, ".rela.got");
3852 BFD_ASSERT (srela
!= NULL
);
3855 elf_m68k_init_got_entry_local_shared (info
,
3865 else /* h == NULL && !bfd_link_pic (info) */
3867 elf_m68k_init_got_entry_static (info
,
3878 /* We don't use elf_m68k_reloc_got_type in the condition below
3879 because this is the only place where difference between
3880 R_68K_GOTx and R_68K_GOTxO relocations matters. */
3881 if (r_type
== R_68K_GOT32O
3882 || r_type
== R_68K_GOT16O
3883 || r_type
== R_68K_GOT8O
3884 || elf_m68k_reloc_got_type (r_type
) == R_68K_TLS_GD32
3885 || elf_m68k_reloc_got_type (r_type
) == R_68K_TLS_LDM32
3886 || elf_m68k_reloc_got_type (r_type
) == R_68K_TLS_IE32
)
3888 /* GOT pointer is adjusted to point to the start/middle
3889 of local GOT. Adjust the offset accordingly. */
3890 BFD_ASSERT (elf_m68k_hash_table (info
)->use_neg_got_offsets_p
3891 || off
>= got
->offset
);
3893 if (elf_m68k_hash_table (info
)->local_gp_p
)
3894 relocation
= off
- got
->offset
;
3897 BFD_ASSERT (got
->offset
== 0);
3898 relocation
= sgot
->output_offset
+ off
;
3901 /* This relocation does not use the addend. */
3905 relocation
= (sgot
->output_section
->vma
+ sgot
->output_offset
3910 case R_68K_TLS_LDO32
:
3911 case R_68K_TLS_LDO16
:
3912 case R_68K_TLS_LDO8
:
3913 relocation
-= dtpoff_base (info
);
3916 case R_68K_TLS_LE32
:
3917 case R_68K_TLS_LE16
:
3919 if (bfd_link_dll (info
))
3921 (*_bfd_error_handler
)
3922 (_("%B(%A+0x%lx): R_68K_TLS_LE32 relocation not permitted "
3923 "in shared object"),
3924 input_bfd
, input_section
, (long) rel
->r_offset
, howto
->name
);
3929 relocation
-= tpoff_base (info
);
3936 /* Relocation is to the entry for this symbol in the
3937 procedure linkage table. */
3939 /* Resolve a PLTxx reloc against a local symbol directly,
3940 without using the procedure linkage table. */
3944 if (h
->plt
.offset
== (bfd_vma
) -1
3945 || !elf_hash_table (info
)->dynamic_sections_created
)
3947 /* We didn't make a PLT entry for this symbol. This
3948 happens when statically linking PIC code, or when
3949 using -Bsymbolic. */
3955 splt
= bfd_get_linker_section (dynobj
, ".plt");
3956 BFD_ASSERT (splt
!= NULL
);
3959 relocation
= (splt
->output_section
->vma
3960 + splt
->output_offset
3962 unresolved_reloc
= FALSE
;
3968 /* Relocation is the offset of the entry for this symbol in
3969 the procedure linkage table. */
3970 BFD_ASSERT (h
!= NULL
&& h
->plt
.offset
!= (bfd_vma
) -1);
3974 splt
= bfd_get_linker_section (dynobj
, ".plt");
3975 BFD_ASSERT (splt
!= NULL
);
3978 relocation
= h
->plt
.offset
;
3979 unresolved_reloc
= FALSE
;
3981 /* This relocation does not use the addend. */
3992 if (bfd_link_pic (info
)
3993 && r_symndx
!= STN_UNDEF
3994 && (input_section
->flags
& SEC_ALLOC
) != 0
3996 || ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
3997 || h
->root
.type
!= bfd_link_hash_undefweak
)
3998 && ((r_type
!= R_68K_PC8
3999 && r_type
!= R_68K_PC16
4000 && r_type
!= R_68K_PC32
)
4001 || !SYMBOL_CALLS_LOCAL (info
, h
)))
4003 Elf_Internal_Rela outrel
;
4005 bfd_boolean skip
, relocate
;
4007 /* When generating a shared object, these relocations
4008 are copied into the output file to be resolved at run
4015 _bfd_elf_section_offset (output_bfd
, info
, input_section
,
4017 if (outrel
.r_offset
== (bfd_vma
) -1)
4019 else if (outrel
.r_offset
== (bfd_vma
) -2)
4020 skip
= TRUE
, relocate
= TRUE
;
4021 outrel
.r_offset
+= (input_section
->output_section
->vma
4022 + input_section
->output_offset
);
4025 memset (&outrel
, 0, sizeof outrel
);
4028 && (r_type
== R_68K_PC8
4029 || r_type
== R_68K_PC16
4030 || r_type
== R_68K_PC32
4031 || !bfd_link_pic (info
)
4032 || !SYMBOLIC_BIND (info
, h
)
4033 || !h
->def_regular
))
4035 outrel
.r_info
= ELF32_R_INFO (h
->dynindx
, r_type
);
4036 outrel
.r_addend
= rel
->r_addend
;
4040 /* This symbol is local, or marked to become local. */
4041 outrel
.r_addend
= relocation
+ rel
->r_addend
;
4043 if (r_type
== R_68K_32
)
4046 outrel
.r_info
= ELF32_R_INFO (0, R_68K_RELATIVE
);
4052 if (bfd_is_abs_section (sec
))
4054 else if (sec
== NULL
|| sec
->owner
== NULL
)
4056 bfd_set_error (bfd_error_bad_value
);
4063 /* We are turning this relocation into one
4064 against a section symbol. It would be
4065 proper to subtract the symbol's value,
4066 osec->vma, from the emitted reloc addend,
4067 but ld.so expects buggy relocs. */
4068 osec
= sec
->output_section
;
4069 indx
= elf_section_data (osec
)->dynindx
;
4072 struct elf_link_hash_table
*htab
;
4073 htab
= elf_hash_table (info
);
4074 osec
= htab
->text_index_section
;
4075 indx
= elf_section_data (osec
)->dynindx
;
4077 BFD_ASSERT (indx
!= 0);
4080 outrel
.r_info
= ELF32_R_INFO (indx
, r_type
);
4084 sreloc
= elf_section_data (input_section
)->sreloc
;
4088 loc
= sreloc
->contents
;
4089 loc
+= sreloc
->reloc_count
++ * sizeof (Elf32_External_Rela
);
4090 bfd_elf32_swap_reloca_out (output_bfd
, &outrel
, loc
);
4092 /* This reloc will be computed at runtime, so there's no
4093 need to do anything now, except for R_68K_32
4094 relocations that have been turned into
4102 case R_68K_GNU_VTINHERIT
:
4103 case R_68K_GNU_VTENTRY
:
4104 /* These are no-ops in the end. */
4111 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
4112 because such sections are not SEC_ALLOC and thus ld.so will
4113 not process them. */
4114 if (unresolved_reloc
4115 && !((input_section
->flags
& SEC_DEBUGGING
) != 0
4117 && _bfd_elf_section_offset (output_bfd
, info
, input_section
,
4118 rel
->r_offset
) != (bfd_vma
) -1)
4120 (*_bfd_error_handler
)
4121 (_("%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"),
4124 (long) rel
->r_offset
,
4126 h
->root
.root
.string
);
4130 if (r_symndx
!= STN_UNDEF
4131 && r_type
!= R_68K_NONE
4133 || h
->root
.type
== bfd_link_hash_defined
4134 || h
->root
.type
== bfd_link_hash_defweak
))
4138 sym_type
= (sym
!= NULL
) ? ELF32_ST_TYPE (sym
->st_info
) : h
->type
;
4140 if (elf_m68k_reloc_tls_p (r_type
) != (sym_type
== STT_TLS
))
4145 name
= h
->root
.root
.string
;
4148 name
= (bfd_elf_string_from_elf_section
4149 (input_bfd
, symtab_hdr
->sh_link
, sym
->st_name
));
4150 if (name
== NULL
|| *name
== '\0')
4151 name
= bfd_section_name (input_bfd
, sec
);
4154 (*_bfd_error_handler
)
4155 ((sym_type
== STT_TLS
4156 ? _("%B(%A+0x%lx): %s used with TLS symbol %s")
4157 : _("%B(%A+0x%lx): %s used with non-TLS symbol %s")),
4160 (long) rel
->r_offset
,
4166 r
= _bfd_final_link_relocate (howto
, input_bfd
, input_section
,
4167 contents
, rel
->r_offset
,
4168 relocation
, rel
->r_addend
);
4170 if (r
!= bfd_reloc_ok
)
4175 name
= h
->root
.root
.string
;
4178 name
= bfd_elf_string_from_elf_section (input_bfd
,
4179 symtab_hdr
->sh_link
,
4184 name
= bfd_section_name (input_bfd
, sec
);
4187 if (r
== bfd_reloc_overflow
)
4188 (*info
->callbacks
->reloc_overflow
)
4189 (info
, (h
? &h
->root
: NULL
), name
, howto
->name
,
4190 (bfd_vma
) 0, input_bfd
, input_section
, rel
->r_offset
);
4193 (*_bfd_error_handler
)
4194 (_("%B(%A+0x%lx): reloc against `%s': error %d"),
4195 input_bfd
, input_section
,
4196 (long) rel
->r_offset
, name
, (int) r
);
4205 /* Install an M_68K_PC32 relocation against VALUE at offset OFFSET
4206 into section SEC. */
4209 elf_m68k_install_pc32 (asection
*sec
, bfd_vma offset
, bfd_vma value
)
4211 /* Make VALUE PC-relative. */
4212 value
-= sec
->output_section
->vma
+ offset
;
4214 /* Apply any in-place addend. */
4215 value
+= bfd_get_32 (sec
->owner
, sec
->contents
+ offset
);
4217 bfd_put_32 (sec
->owner
, value
, sec
->contents
+ offset
);
4220 /* Finish up dynamic symbol handling. We set the contents of various
4221 dynamic sections here. */
4224 elf_m68k_finish_dynamic_symbol (bfd
*output_bfd
,
4225 struct bfd_link_info
*info
,
4226 struct elf_link_hash_entry
*h
,
4227 Elf_Internal_Sym
*sym
)
4231 dynobj
= elf_hash_table (info
)->dynobj
;
4233 if (h
->plt
.offset
!= (bfd_vma
) -1)
4235 const struct elf_m68k_plt_info
*plt_info
;
4241 Elf_Internal_Rela rela
;
4244 /* This symbol has an entry in the procedure linkage table. Set
4247 BFD_ASSERT (h
->dynindx
!= -1);
4249 plt_info
= elf_m68k_hash_table (info
)->plt_info
;
4250 splt
= bfd_get_linker_section (dynobj
, ".plt");
4251 sgot
= bfd_get_linker_section (dynobj
, ".got.plt");
4252 srela
= bfd_get_linker_section (dynobj
, ".rela.plt");
4253 BFD_ASSERT (splt
!= NULL
&& sgot
!= NULL
&& srela
!= NULL
);
4255 /* Get the index in the procedure linkage table which
4256 corresponds to this symbol. This is the index of this symbol
4257 in all the symbols for which we are making plt entries. The
4258 first entry in the procedure linkage table is reserved. */
4259 plt_index
= (h
->plt
.offset
/ plt_info
->size
) - 1;
4261 /* Get the offset into the .got table of the entry that
4262 corresponds to this function. Each .got entry is 4 bytes.
4263 The first three are reserved. */
4264 got_offset
= (plt_index
+ 3) * 4;
4266 memcpy (splt
->contents
+ h
->plt
.offset
,
4267 plt_info
->symbol_entry
,
4270 elf_m68k_install_pc32 (splt
, h
->plt
.offset
+ plt_info
->symbol_relocs
.got
,
4271 (sgot
->output_section
->vma
4272 + sgot
->output_offset
4275 bfd_put_32 (output_bfd
, plt_index
* sizeof (Elf32_External_Rela
),
4278 + plt_info
->symbol_resolve_entry
+ 2);
4280 elf_m68k_install_pc32 (splt
, h
->plt
.offset
+ plt_info
->symbol_relocs
.plt
,
4281 splt
->output_section
->vma
);
4283 /* Fill in the entry in the global offset table. */
4284 bfd_put_32 (output_bfd
,
4285 (splt
->output_section
->vma
4286 + splt
->output_offset
4288 + plt_info
->symbol_resolve_entry
),
4289 sgot
->contents
+ got_offset
);
4291 /* Fill in the entry in the .rela.plt section. */
4292 rela
.r_offset
= (sgot
->output_section
->vma
4293 + sgot
->output_offset
4295 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_JMP_SLOT
);
4297 loc
= srela
->contents
+ plt_index
* sizeof (Elf32_External_Rela
);
4298 bfd_elf32_swap_reloca_out (output_bfd
, &rela
, loc
);
4300 if (!h
->def_regular
)
4302 /* Mark the symbol as undefined, rather than as defined in
4303 the .plt section. Leave the value alone. */
4304 sym
->st_shndx
= SHN_UNDEF
;
4308 if (elf_m68k_hash_entry (h
)->glist
!= NULL
)
4312 struct elf_m68k_got_entry
*got_entry
;
4314 /* This symbol has an entry in the global offset table. Set it
4317 sgot
= bfd_get_linker_section (dynobj
, ".got");
4318 srela
= bfd_get_linker_section (dynobj
, ".rela.got");
4319 BFD_ASSERT (sgot
!= NULL
&& srela
!= NULL
);
4321 got_entry
= elf_m68k_hash_entry (h
)->glist
;
4323 while (got_entry
!= NULL
)
4325 enum elf_m68k_reloc_type r_type
;
4326 bfd_vma got_entry_offset
;
4328 r_type
= got_entry
->key_
.type
;
4329 got_entry_offset
= got_entry
->u
.s2
.offset
&~ (bfd_vma
) 1;
4331 /* If this is a -Bsymbolic link, and the symbol is defined
4332 locally, we just want to emit a RELATIVE reloc. Likewise if
4333 the symbol was forced to be local because of a version file.
4334 The entry in the global offset table already have been
4335 initialized in the relocate_section function. */
4336 if (bfd_link_pic (info
)
4337 && SYMBOL_REFERENCES_LOCAL (info
, h
))
4341 relocation
= bfd_get_signed_32 (output_bfd
,
4343 + got_entry_offset
));
4346 switch (elf_m68k_reloc_got_type (r_type
))
4349 case R_68K_TLS_LDM32
:
4352 case R_68K_TLS_GD32
:
4353 /* The value for this relocation is actually put in
4354 the second GOT slot. */
4355 relocation
= bfd_get_signed_32 (output_bfd
,
4357 + got_entry_offset
+ 4));
4358 relocation
+= dtpoff_base (info
);
4361 case R_68K_TLS_IE32
:
4362 relocation
+= tpoff_base (info
);
4369 elf_m68k_init_got_entry_local_shared (info
,
4379 Elf_Internal_Rela rela
;
4381 /* Put zeros to GOT slots that will be initialized
4386 n_slots
= elf_m68k_reloc_got_n_slots (got_entry
->key_
.type
);
4388 bfd_put_32 (output_bfd
, (bfd_vma
) 0,
4389 (sgot
->contents
+ got_entry_offset
4394 rela
.r_offset
= (sgot
->output_section
->vma
4395 + sgot
->output_offset
4396 + got_entry_offset
);
4398 switch (elf_m68k_reloc_got_type (r_type
))
4401 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_GLOB_DAT
);
4402 elf_m68k_install_rela (output_bfd
, srela
, &rela
);
4405 case R_68K_TLS_GD32
:
4406 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_TLS_DTPMOD32
);
4407 elf_m68k_install_rela (output_bfd
, srela
, &rela
);
4410 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_TLS_DTPREL32
);
4411 elf_m68k_install_rela (output_bfd
, srela
, &rela
);
4414 case R_68K_TLS_IE32
:
4415 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_TLS_TPREL32
);
4416 elf_m68k_install_rela (output_bfd
, srela
, &rela
);
4425 got_entry
= got_entry
->u
.s2
.next
;
4432 Elf_Internal_Rela rela
;
4435 /* This symbol needs a copy reloc. Set it up. */
4437 BFD_ASSERT (h
->dynindx
!= -1
4438 && (h
->root
.type
== bfd_link_hash_defined
4439 || h
->root
.type
== bfd_link_hash_defweak
));
4441 s
= bfd_get_linker_section (dynobj
, ".rela.bss");
4442 BFD_ASSERT (s
!= NULL
);
4444 rela
.r_offset
= (h
->root
.u
.def
.value
4445 + h
->root
.u
.def
.section
->output_section
->vma
4446 + h
->root
.u
.def
.section
->output_offset
);
4447 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_68K_COPY
);
4449 loc
= s
->contents
+ s
->reloc_count
++ * sizeof (Elf32_External_Rela
);
4450 bfd_elf32_swap_reloca_out (output_bfd
, &rela
, loc
);
4456 /* Finish up the dynamic sections. */
4459 elf_m68k_finish_dynamic_sections (bfd
*output_bfd
, struct bfd_link_info
*info
)
4465 dynobj
= elf_hash_table (info
)->dynobj
;
4467 sgot
= bfd_get_linker_section (dynobj
, ".got.plt");
4468 BFD_ASSERT (sgot
!= NULL
);
4469 sdyn
= bfd_get_linker_section (dynobj
, ".dynamic");
4471 if (elf_hash_table (info
)->dynamic_sections_created
)
4474 Elf32_External_Dyn
*dyncon
, *dynconend
;
4476 splt
= bfd_get_linker_section (dynobj
, ".plt");
4477 BFD_ASSERT (splt
!= NULL
&& sdyn
!= NULL
);
4479 dyncon
= (Elf32_External_Dyn
*) sdyn
->contents
;
4480 dynconend
= (Elf32_External_Dyn
*) (sdyn
->contents
+ sdyn
->size
);
4481 for (; dyncon
< dynconend
; dyncon
++)
4483 Elf_Internal_Dyn dyn
;
4487 bfd_elf32_swap_dyn_in (dynobj
, dyncon
, &dyn
);
4500 s
= bfd_get_linker_section (dynobj
, name
);
4501 dyn
.d_un
.d_ptr
= s
->output_section
->vma
+ s
->output_offset
;
4502 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
4506 s
= bfd_get_linker_section (dynobj
, ".rela.plt");
4507 dyn
.d_un
.d_val
= s
->size
;
4508 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
4512 /* The procedure linkage table relocs (DT_JMPREL) should
4513 not be included in the overall relocs (DT_RELA).
4514 Therefore, we override the DT_RELASZ entry here to
4515 make it not include the JMPREL relocs. Since the
4516 linker script arranges for .rela.plt to follow all
4517 other relocation sections, we don't have to worry
4518 about changing the DT_RELA entry. */
4519 s
= bfd_get_linker_section (dynobj
, ".rela.plt");
4521 dyn
.d_un
.d_val
-= s
->size
;
4522 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
4527 /* Fill in the first entry in the procedure linkage table. */
4530 const struct elf_m68k_plt_info
*plt_info
;
4532 plt_info
= elf_m68k_hash_table (info
)->plt_info
;
4533 memcpy (splt
->contents
, plt_info
->plt0_entry
, plt_info
->size
);
4535 elf_m68k_install_pc32 (splt
, plt_info
->plt0_relocs
.got4
,
4536 (sgot
->output_section
->vma
4537 + sgot
->output_offset
4540 elf_m68k_install_pc32 (splt
, plt_info
->plt0_relocs
.got8
,
4541 (sgot
->output_section
->vma
4542 + sgot
->output_offset
4545 elf_section_data (splt
->output_section
)->this_hdr
.sh_entsize
4550 /* Fill in the first three entries in the global offset table. */
4554 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
);
4556 bfd_put_32 (output_bfd
,
4557 sdyn
->output_section
->vma
+ sdyn
->output_offset
,
4559 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ 4);
4560 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ 8);
4563 elf_section_data (sgot
->output_section
)->this_hdr
.sh_entsize
= 4;
4568 /* Given a .data section and a .emreloc in-memory section, store
4569 relocation information into the .emreloc section which can be
4570 used at runtime to relocate the section. This is called by the
4571 linker when the --embedded-relocs switch is used. This is called
4572 after the add_symbols entry point has been called for all the
4573 objects, and before the final_link entry point is called. */
4576 bfd_m68k_elf32_create_embedded_relocs (bfd
*abfd
, struct bfd_link_info
*info
,
4577 asection
*datasec
, asection
*relsec
,
4580 Elf_Internal_Shdr
*symtab_hdr
;
4581 Elf_Internal_Sym
*isymbuf
= NULL
;
4582 Elf_Internal_Rela
*internal_relocs
= NULL
;
4583 Elf_Internal_Rela
*irel
, *irelend
;
4587 BFD_ASSERT (! bfd_link_relocatable (info
));
4591 if (datasec
->reloc_count
== 0)
4594 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
4596 /* Get a copy of the native relocations. */
4597 internal_relocs
= (_bfd_elf_link_read_relocs
4598 (abfd
, datasec
, NULL
, (Elf_Internal_Rela
*) NULL
,
4599 info
->keep_memory
));
4600 if (internal_relocs
== NULL
)
4603 amt
= (bfd_size_type
) datasec
->reloc_count
* 12;
4604 relsec
->contents
= (bfd_byte
*) bfd_alloc (abfd
, amt
);
4605 if (relsec
->contents
== NULL
)
4608 p
= relsec
->contents
;
4610 irelend
= internal_relocs
+ datasec
->reloc_count
;
4611 for (irel
= internal_relocs
; irel
< irelend
; irel
++, p
+= 12)
4613 asection
*targetsec
;
4615 /* We are going to write a four byte longword into the runtime
4616 reloc section. The longword will be the address in the data
4617 section which must be relocated. It is followed by the name
4618 of the target section NUL-padded or truncated to 8
4621 /* We can only relocate absolute longword relocs at run time. */
4622 if (ELF32_R_TYPE (irel
->r_info
) != (int) R_68K_32
)
4624 *errmsg
= _("unsupported reloc type");
4625 bfd_set_error (bfd_error_bad_value
);
4629 /* Get the target section referred to by the reloc. */
4630 if (ELF32_R_SYM (irel
->r_info
) < symtab_hdr
->sh_info
)
4632 /* A local symbol. */
4633 Elf_Internal_Sym
*isym
;
4635 /* Read this BFD's local symbols if we haven't done so already. */
4636 if (isymbuf
== NULL
)
4638 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
4639 if (isymbuf
== NULL
)
4640 isymbuf
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
4641 symtab_hdr
->sh_info
, 0,
4643 if (isymbuf
== NULL
)
4647 isym
= isymbuf
+ ELF32_R_SYM (irel
->r_info
);
4648 targetsec
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
4653 struct elf_link_hash_entry
*h
;
4655 /* An external symbol. */
4656 indx
= ELF32_R_SYM (irel
->r_info
) - symtab_hdr
->sh_info
;
4657 h
= elf_sym_hashes (abfd
)[indx
];
4658 BFD_ASSERT (h
!= NULL
);
4659 if (h
->root
.type
== bfd_link_hash_defined
4660 || h
->root
.type
== bfd_link_hash_defweak
)
4661 targetsec
= h
->root
.u
.def
.section
;
4666 bfd_put_32 (abfd
, irel
->r_offset
+ datasec
->output_offset
, p
);
4667 memset (p
+ 4, 0, 8);
4668 if (targetsec
!= NULL
)
4669 strncpy ((char *) p
+ 4, targetsec
->output_section
->name
, 8);
4672 if (isymbuf
!= NULL
&& symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
4674 if (internal_relocs
!= NULL
4675 && elf_section_data (datasec
)->relocs
!= internal_relocs
)
4676 free (internal_relocs
);
4680 if (isymbuf
!= NULL
&& symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
4682 if (internal_relocs
!= NULL
4683 && elf_section_data (datasec
)->relocs
!= internal_relocs
)
4684 free (internal_relocs
);
4688 /* Set target options. */
4691 bfd_elf_m68k_set_target_options (struct bfd_link_info
*info
, int got_handling
)
4693 struct elf_m68k_link_hash_table
*htab
;
4694 bfd_boolean use_neg_got_offsets_p
;
4695 bfd_boolean allow_multigot_p
;
4696 bfd_boolean local_gp_p
;
4698 switch (got_handling
)
4703 use_neg_got_offsets_p
= FALSE
;
4704 allow_multigot_p
= FALSE
;
4708 /* --got=negative. */
4710 use_neg_got_offsets_p
= TRUE
;
4711 allow_multigot_p
= FALSE
;
4715 /* --got=multigot. */
4717 use_neg_got_offsets_p
= TRUE
;
4718 allow_multigot_p
= TRUE
;
4726 htab
= elf_m68k_hash_table (info
);
4729 htab
->local_gp_p
= local_gp_p
;
4730 htab
->use_neg_got_offsets_p
= use_neg_got_offsets_p
;
4731 htab
->allow_multigot_p
= allow_multigot_p
;
4735 static enum elf_reloc_type_class
4736 elf32_m68k_reloc_type_class (const struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
4737 const asection
*rel_sec ATTRIBUTE_UNUSED
,
4738 const Elf_Internal_Rela
*rela
)
4740 switch ((int) ELF32_R_TYPE (rela
->r_info
))
4742 case R_68K_RELATIVE
:
4743 return reloc_class_relative
;
4744 case R_68K_JMP_SLOT
:
4745 return reloc_class_plt
;
4747 return reloc_class_copy
;
4749 return reloc_class_normal
;
4753 /* Return address for Ith PLT stub in section PLT, for relocation REL
4754 or (bfd_vma) -1 if it should not be included. */
4757 elf_m68k_plt_sym_val (bfd_vma i
, const asection
*plt
,
4758 const arelent
*rel ATTRIBUTE_UNUSED
)
4760 return plt
->vma
+ (i
+ 1) * elf_m68k_get_plt_info (plt
->owner
)->size
;
4763 /* Support for core dump NOTE sections. */
4766 elf_m68k_grok_prstatus (bfd
*abfd
, Elf_Internal_Note
*note
)
4771 switch (note
->descsz
)
4776 case 154: /* Linux/m68k */
4778 elf_tdata (abfd
)->core
->signal
= bfd_get_16 (abfd
, note
->descdata
+ 12);
4781 elf_tdata (abfd
)->core
->lwpid
= bfd_get_32 (abfd
, note
->descdata
+ 22);
4790 /* Make a ".reg/999" section. */
4791 return _bfd_elfcore_make_pseudosection (abfd
, ".reg",
4792 size
, note
->descpos
+ offset
);
4796 elf_m68k_grok_psinfo (bfd
*abfd
, Elf_Internal_Note
*note
)
4798 switch (note
->descsz
)
4803 case 124: /* Linux/m68k elf_prpsinfo. */
4804 elf_tdata (abfd
)->core
->pid
4805 = bfd_get_32 (abfd
, note
->descdata
+ 12);
4806 elf_tdata (abfd
)->core
->program
4807 = _bfd_elfcore_strndup (abfd
, note
->descdata
+ 28, 16);
4808 elf_tdata (abfd
)->core
->command
4809 = _bfd_elfcore_strndup (abfd
, note
->descdata
+ 44, 80);
4812 /* Note that for some reason, a spurious space is tacked
4813 onto the end of the args in some (at least one anyway)
4814 implementations, so strip it off if it exists. */
4816 char *command
= elf_tdata (abfd
)->core
->command
;
4817 int n
= strlen (command
);
4819 if (n
> 0 && command
[n
- 1] == ' ')
4820 command
[n
- 1] = '\0';
4826 /* Hook called by the linker routine which adds symbols from an object
4830 elf_m68k_add_symbol_hook (bfd
*abfd
,
4831 struct bfd_link_info
*info
,
4832 Elf_Internal_Sym
*sym
,
4833 const char **namep ATTRIBUTE_UNUSED
,
4834 flagword
*flagsp ATTRIBUTE_UNUSED
,
4835 asection
**secp ATTRIBUTE_UNUSED
,
4836 bfd_vma
*valp ATTRIBUTE_UNUSED
)
4838 if (ELF_ST_TYPE (sym
->st_info
) == STT_GNU_IFUNC
4839 && (abfd
->flags
& DYNAMIC
) == 0
4840 && bfd_get_flavour (info
->output_bfd
) == bfd_target_elf_flavour
)
4841 elf_tdata (info
->output_bfd
)->has_gnu_symbols
|= elf_gnu_symbol_ifunc
;
4846 #define TARGET_BIG_SYM m68k_elf32_vec
4847 #define TARGET_BIG_NAME "elf32-m68k"
4848 #define ELF_MACHINE_CODE EM_68K
4849 #define ELF_MAXPAGESIZE 0x2000
4850 #define elf_backend_create_dynamic_sections \
4851 _bfd_elf_create_dynamic_sections
4852 #define bfd_elf32_bfd_link_hash_table_create \
4853 elf_m68k_link_hash_table_create
4854 #define bfd_elf32_bfd_final_link bfd_elf_final_link
4856 #define elf_backend_check_relocs elf_m68k_check_relocs
4857 #define elf_backend_always_size_sections \
4858 elf_m68k_always_size_sections
4859 #define elf_backend_adjust_dynamic_symbol \
4860 elf_m68k_adjust_dynamic_symbol
4861 #define elf_backend_size_dynamic_sections \
4862 elf_m68k_size_dynamic_sections
4863 #define elf_backend_final_write_processing elf_m68k_final_write_processing
4864 #define elf_backend_init_index_section _bfd_elf_init_1_index_section
4865 #define elf_backend_relocate_section elf_m68k_relocate_section
4866 #define elf_backend_finish_dynamic_symbol \
4867 elf_m68k_finish_dynamic_symbol
4868 #define elf_backend_finish_dynamic_sections \
4869 elf_m68k_finish_dynamic_sections
4870 #define elf_backend_gc_mark_hook elf_m68k_gc_mark_hook
4871 #define elf_backend_gc_sweep_hook elf_m68k_gc_sweep_hook
4872 #define elf_backend_copy_indirect_symbol elf_m68k_copy_indirect_symbol
4873 #define bfd_elf32_bfd_merge_private_bfd_data \
4874 elf32_m68k_merge_private_bfd_data
4875 #define bfd_elf32_bfd_set_private_flags \
4876 elf32_m68k_set_private_flags
4877 #define bfd_elf32_bfd_print_private_bfd_data \
4878 elf32_m68k_print_private_bfd_data
4879 #define elf_backend_reloc_type_class elf32_m68k_reloc_type_class
4880 #define elf_backend_plt_sym_val elf_m68k_plt_sym_val
4881 #define elf_backend_object_p elf32_m68k_object_p
4882 #define elf_backend_grok_prstatus elf_m68k_grok_prstatus
4883 #define elf_backend_grok_psinfo elf_m68k_grok_psinfo
4884 #define elf_backend_add_symbol_hook elf_m68k_add_symbol_hook
4886 #define elf_backend_can_gc_sections 1
4887 #define elf_backend_can_refcount 1
4888 #define elf_backend_want_got_plt 1
4889 #define elf_backend_plt_readonly 1
4890 #define elf_backend_want_plt_sym 0
4891 #define elf_backend_got_header_size 12
4892 #define elf_backend_rela_normal 1
4894 #include "elf32-target.h"