1 /* M32R-specific support for 32-bit ELF.
2 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
3 Free Software Foundation, Inc.
5 This file is part of BFD, the Binary File Descriptor library.
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
27 static bfd_reloc_status_type m32r_elf_10_pcrel_reloc
28 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
29 static bfd_reloc_status_type m32r_elf_do_10_pcrel_reloc
30 PARAMS ((bfd
*, reloc_howto_type
*, asection
*,
31 bfd_byte
*, bfd_vma
, asection
*, bfd_vma
, bfd_vma
));
32 static bfd_reloc_status_type m32r_elf_hi16_reloc
33 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
34 static void m32r_elf_relocate_hi16
35 PARAMS ((bfd
*, int, Elf_Internal_Rela
*, Elf_Internal_Rela
*,
36 bfd_byte
*, bfd_vma
));
37 bfd_reloc_status_type m32r_elf_lo16_reloc
38 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
39 bfd_reloc_status_type m32r_elf_generic_reloc
40 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
41 static bfd_reloc_status_type m32r_elf_sda16_reloc
42 PARAMS ((bfd
*, arelent
*, asymbol
*, PTR
, asection
*, bfd
*, char **));
43 static reloc_howto_type
*bfd_elf32_bfd_reloc_type_lookup
44 PARAMS ((bfd
*abfd
, bfd_reloc_code_real_type code
));
45 static void m32r_info_to_howto_rel
46 PARAMS ((bfd
*, arelent
*, Elf_Internal_Rela
*));
47 static void m32r_info_to_howto
48 PARAMS ((bfd
*, arelent
*, Elf_Internal_Rela
*));
49 bfd_boolean _bfd_m32r_elf_section_from_bfd_section
50 PARAMS ((bfd
*, asection
*, int *));
51 void _bfd_m32r_elf_symbol_processing
52 PARAMS ((bfd
*, asymbol
*));
53 static bfd_boolean m32r_elf_add_symbol_hook
54 PARAMS ((bfd
*, struct bfd_link_info
*, Elf_Internal_Sym
*,
55 const char **, flagword
*, asection
**, bfd_vma
*));
56 static bfd_boolean m32r_elf_relocate_section
57 PARAMS ((bfd
*, struct bfd_link_info
*, bfd
*, asection
*, bfd_byte
*,
58 Elf_Internal_Rela
*, Elf_Internal_Sym
*, asection
**));
60 static bfd_boolean m32r_elf_relax_delete_bytes
61 PARAMS ((bfd
*, asection
*, bfd_vma
, int));
63 static bfd_reloc_status_type m32r_elf_final_sda_base
64 PARAMS ((bfd
*, struct bfd_link_info
*, const char **, bfd_vma
*));
65 static bfd_boolean m32r_elf_object_p
67 static void m32r_elf_final_write_processing
68 PARAMS ((bfd
*, bfd_boolean
));
69 static bfd_boolean m32r_elf_set_private_flags
70 PARAMS ((bfd
*, flagword
));
71 static bfd_boolean m32r_elf_merge_private_bfd_data
72 PARAMS ((bfd
*, bfd
*));
73 static bfd_boolean m32r_elf_print_private_bfd_data
74 PARAMS ((bfd
*, PTR
));
75 static bfd_boolean m32r_elf_gc_sweep_hook
76 PARAMS ((bfd
*, struct bfd_link_info
*, asection
*,
77 const Elf_Internal_Rela
*));
78 static bfd_boolean m32r_elf_check_relocs
79 PARAMS ((bfd
*, struct bfd_link_info
*, asection
*,
80 const Elf_Internal_Rela
*));
82 static bfd_boolean m32r_elf_adjust_dynamic_symbol
83 PARAMS ((struct bfd_link_info
*, struct elf_link_hash_entry
*));
84 static bfd_boolean m32r_elf_size_dynamic_sections
85 PARAMS ((bfd
*, struct bfd_link_info
*));
87 asection
* m32r_elf_gc_mark_hook
88 PARAMS ((asection
*, struct bfd_link_info
*, Elf_Internal_Rela
*,
89 struct elf_link_hash_entry
*, Elf_Internal_Sym
*));
91 static bfd_boolean m32r_elf_create_dynamic_sections
92 PARAMS ((bfd
*, struct bfd_link_info
*));
94 static bfd_boolean m32r_elf_finish_dynamic_sections
95 PARAMS ((bfd
*, struct bfd_link_info
*));
97 static bfd_boolean m32r_elf_finish_dynamic_symbol
98 PARAMS ((bfd
*, struct bfd_link_info
*, struct elf_link_hash_entry
*,
101 static bfd_boolean allocate_dynrelocs
102 PARAMS ((struct elf_link_hash_entry
*, PTR
));
103 static bfd_boolean readonly_dynrelocs
104 PARAMS ((struct elf_link_hash_entry
*, PTR
));
105 static enum elf_reloc_type_class m32r_elf_reloc_type_class
106 PARAMS ((const Elf_Internal_Rela
*));
107 static bfd_boolean m32r_elf_fake_sections
108 PARAMS ((bfd
*, Elf_Internal_Shdr
*, asection
*));
110 #define NOP_INSN 0x7000
111 #define MAKE_PARALLEL(insn) ((insn) | 0x8000)
113 /* Use REL instead of RELA to save space.
114 This only saves space in libraries and object files, but perhaps
115 relocs will be put in ROM? All in all though, REL relocs are a pain
122 /* Use RELA. But use REL to link old objects for backwords compatibility. */
124 /* Functions for the M32R ELF linker. */
126 /* The name of the dynamic interpreter. This is put in the .interp
129 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/libc.so.1"
131 /* The nop opcode we use. */
133 #define M32R_NOP 0x7000f000
135 #define PLT_EMPTY 0x10101010 /* RIE -> RIE */
137 /* The size in bytes of an entry in the procedure linkage table. */
139 #define PLT_ENTRY_SIZE 20
140 #define PLT_HEADER_SIZE 20
142 /* The first one entries in a procedure linkage table are reserved,
143 and the initial contents are unimportant (we zero them out).
144 Subsequent entries look like this. */
146 #define PLT0_ENTRY_WORD0 0xd6c00000 /* seth r6, #high(.got+4) */
147 #define PLT0_ENTRY_WORD1 0x86e60000 /* or3 r6, r6, #low(.got)+4) */
148 #define PLT0_ENTRY_WORD2 0x24e626c6 /* ld r4, @r6+ -> ld r6, @r6 */
149 #define PLT0_ENTRY_WORD3 0x1fc6f000 /* jmp r6 || pnop */
150 #define PLT0_ENTRY_WORD4 PLT_EMPTY /* RIE -> RIE */
152 #define PLT0_PIC_ENTRY_WORD0 0xa4cc0004 /* ld r4, @(4,r12) */
153 #define PLT0_PIC_ENTRY_WORD1 0xa6cc0008 /* ld r6, @(8,r12) */
154 #define PLT0_PIC_ENTRY_WORD2 0x1fc6f000 /* jmp r6 || nop */
155 #define PLT0_PIC_ENTRY_WORD3 PLT_EMPTY /* RIE -> RIE */
156 #define PLT0_PIC_ENTRY_WORD4 PLT_EMPTY /* RIE -> RIE */
158 #define PLT_ENTRY_WORD0 0xe6000000 /* ld24 r6, .name_in_GOT */
159 #define PLT_ENTRY_WORD1 0x06acf000 /* add r6, r12 || nop */
160 #define PLT_ENTRY_WORD0b 0xd6c00000 /* seth r6, #high(.name_in_GOT) */
161 #define PLT_ENTRY_WORD1b 0x86e60000 /* or3 r6, r6, #low(.name_in_GOT) */
162 #define PLT_ENTRY_WORD2 0x26c61fc6 /* ld r6, @r6 -> jmp r6 */
163 #define PLT_ENTRY_WORD3 0xe5000000 /* ld24 r5, $offset */
164 #define PLT_ENTRY_WORD4 0xff000000 /* bra .plt0. */
167 static reloc_howto_type m32r_elf_howto_table
[] =
169 /* This reloc does nothing. */
170 HOWTO (R_M32R_NONE
, /* type */
172 2, /* size (0 = byte, 1 = short, 2 = long) */
174 FALSE
, /* pc_relative */
176 complain_overflow_bitfield
, /* complain_on_overflow */
177 bfd_elf_generic_reloc
, /* special_function */
178 "R_M32R_NONE", /* name */
179 FALSE
, /* partial_inplace */
182 FALSE
), /* pcrel_offset */
184 /* A 16 bit absolute relocation. */
185 HOWTO (R_M32R_16
, /* type */
187 1, /* size (0 = byte, 1 = short, 2 = long) */
189 FALSE
, /* pc_relative */
191 complain_overflow_bitfield
, /* complain_on_overflow */
192 m32r_elf_generic_reloc
,/* special_function */
193 "R_M32R_16", /* name */
194 TRUE
, /* partial_inplace */
195 0xffff, /* src_mask */
196 0xffff, /* dst_mask */
197 FALSE
), /* pcrel_offset */
199 /* A 32 bit absolute relocation. */
200 HOWTO (R_M32R_32
, /* type */
202 2, /* size (0 = byte, 1 = short, 2 = long) */
204 FALSE
, /* pc_relative */
206 complain_overflow_bitfield
, /* complain_on_overflow */
207 m32r_elf_generic_reloc
,/* special_function */
208 "R_M32R_32", /* name */
209 TRUE
, /* partial_inplace */
210 0xffffffff, /* src_mask */
211 0xffffffff, /* dst_mask */
212 FALSE
), /* pcrel_offset */
214 /* A 24 bit address. */
215 HOWTO (R_M32R_24
, /* type */
217 2, /* size (0 = byte, 1 = short, 2 = long) */
219 FALSE
, /* pc_relative */
221 complain_overflow_unsigned
, /* complain_on_overflow */
222 m32r_elf_generic_reloc
,/* special_function */
223 "R_M32R_24", /* name */
224 TRUE
, /* partial_inplace */
225 0xffffff, /* src_mask */
226 0xffffff, /* dst_mask */
227 FALSE
), /* pcrel_offset */
229 /* An PC Relative 10-bit relocation, shifted by 2.
230 This reloc is complicated because relocations are relative to pc & -4.
231 i.e. branches in the right insn slot use the address of the left insn
233 /* ??? It's not clear whether this should have partial_inplace set or not.
234 Branch relaxing in the assembler can store the addend in the insn,
235 and if bfd_install_relocation gets called the addend may get added
237 HOWTO (R_M32R_10_PCREL
, /* type */
239 1, /* size (0 = byte, 1 = short, 2 = long) */
241 TRUE
, /* pc_relative */
243 complain_overflow_signed
, /* complain_on_overflow */
244 m32r_elf_10_pcrel_reloc
, /* special_function */
245 "R_M32R_10_PCREL", /* name */
246 FALSE
, /* partial_inplace */
249 TRUE
), /* pcrel_offset */
251 /* A relative 18 bit relocation, right shifted by 2. */
252 HOWTO (R_M32R_18_PCREL
, /* type */
254 2, /* size (0 = byte, 1 = short, 2 = long) */
256 TRUE
, /* pc_relative */
258 complain_overflow_signed
, /* complain_on_overflow */
259 bfd_elf_generic_reloc
, /* special_function */
260 "R_M32R_18_PCREL", /* name */
261 FALSE
, /* partial_inplace */
262 0xffff, /* src_mask */
263 0xffff, /* dst_mask */
264 TRUE
), /* pcrel_offset */
266 /* A relative 26 bit relocation, right shifted by 2. */
267 /* ??? It's not clear whether this should have partial_inplace set or not.
268 Branch relaxing in the assembler can store the addend in the insn,
269 and if bfd_install_relocation gets called the addend may get added
271 HOWTO (R_M32R_26_PCREL
, /* type */
273 2, /* size (0 = byte, 1 = short, 2 = long) */
275 TRUE
, /* pc_relative */
277 complain_overflow_signed
, /* complain_on_overflow */
278 bfd_elf_generic_reloc
, /* special_function */
279 "R_M32R_26_PCREL", /* name */
280 FALSE
, /* partial_inplace */
281 0xffffff, /* src_mask */
282 0xffffff, /* dst_mask */
283 TRUE
), /* pcrel_offset */
285 /* High 16 bits of address when lower 16 is or'd in. */
286 HOWTO (R_M32R_HI16_ULO
, /* type */
288 2, /* size (0 = byte, 1 = short, 2 = long) */
290 FALSE
, /* pc_relative */
292 complain_overflow_dont
, /* complain_on_overflow */
293 m32r_elf_hi16_reloc
, /* special_function */
294 "R_M32R_HI16_ULO", /* name */
295 TRUE
, /* partial_inplace */
296 0x0000ffff, /* src_mask */
297 0x0000ffff, /* dst_mask */
298 FALSE
), /* pcrel_offset */
300 /* High 16 bits of address when lower 16 is added in. */
301 HOWTO (R_M32R_HI16_SLO
, /* type */
303 2, /* size (0 = byte, 1 = short, 2 = long) */
305 FALSE
, /* pc_relative */
307 complain_overflow_dont
, /* complain_on_overflow */
308 m32r_elf_hi16_reloc
, /* special_function */
309 "R_M32R_HI16_SLO", /* name */
310 TRUE
, /* partial_inplace */
311 0x0000ffff, /* src_mask */
312 0x0000ffff, /* dst_mask */
313 FALSE
), /* pcrel_offset */
315 /* Lower 16 bits of address. */
316 HOWTO (R_M32R_LO16
, /* type */
318 2, /* size (0 = byte, 1 = short, 2 = long) */
320 FALSE
, /* pc_relative */
322 complain_overflow_dont
, /* complain_on_overflow */
323 m32r_elf_lo16_reloc
, /* special_function */
324 "R_M32R_LO16", /* name */
325 TRUE
, /* partial_inplace */
326 0x0000ffff, /* src_mask */
327 0x0000ffff, /* dst_mask */
328 FALSE
), /* pcrel_offset */
330 /* Small data area 16 bits offset. */
331 HOWTO (R_M32R_SDA16
, /* type */
333 2, /* size (0 = byte, 1 = short, 2 = long) */
335 FALSE
, /* pc_relative */
337 complain_overflow_signed
, /* complain_on_overflow */
338 m32r_elf_sda16_reloc
, /* special_function */
339 "R_M32R_SDA16", /* name */
340 TRUE
, /* partial_inplace */ /* FIXME: correct? */
341 0x0000ffff, /* src_mask */
342 0x0000ffff, /* dst_mask */
343 FALSE
), /* pcrel_offset */
345 /* GNU extension to record C++ vtable hierarchy */
346 HOWTO (R_M32R_GNU_VTINHERIT
, /* type */
348 2, /* size (0 = byte, 1 = short, 2 = long) */
350 FALSE
, /* pc_relative */
352 complain_overflow_dont
, /* complain_on_overflow */
353 NULL
, /* special_function */
354 "R_M32R_GNU_VTINHERIT", /* name */
355 FALSE
, /* partial_inplace */
358 FALSE
), /* pcrel_offset */
360 /* GNU extension to record C++ vtable member usage */
361 HOWTO (R_M32R_GNU_VTENTRY
, /* type */
363 2, /* size (0 = byte, 1 = short, 2 = long) */
365 FALSE
, /* pc_relative */
367 complain_overflow_dont
, /* complain_on_overflow */
368 _bfd_elf_rel_vtable_reloc_fn
, /* special_function */
369 "R_M32R_GNU_VTENTRY", /* name */
370 FALSE
, /* partial_inplace */
373 FALSE
), /* pcrel_offset */
396 /* A 16 bit absolute relocation. */
397 HOWTO (R_M32R_16_RELA
, /* type */
399 1, /* size (0 = byte, 1 = short, 2 = long) */
401 FALSE
, /* pc_relative */
403 complain_overflow_bitfield
, /* complain_on_overflow */
404 bfd_elf_generic_reloc
, /* special_function */
405 "R_M32R_16_RELA", /* name */
406 FALSE
, /* partial_inplace */
407 0xffff, /* src_mask */
408 0xffff, /* dst_mask */
409 FALSE
), /* pcrel_offset */
411 /* A 32 bit absolute relocation. */
412 HOWTO (R_M32R_32_RELA
, /* type */
414 2, /* size (0 = byte, 1 = short, 2 = long) */
416 FALSE
, /* pc_relative */
418 complain_overflow_bitfield
, /* complain_on_overflow */
419 bfd_elf_generic_reloc
,/* special_function */
420 "R_M32R_32_RELA", /* name */
421 FALSE
, /* partial_inplace */
422 0xffffffff, /* src_mask */
423 0xffffffff, /* dst_mask */
424 FALSE
), /* pcrel_offset */
426 /* A 24 bit address. */
427 HOWTO (R_M32R_24_RELA
, /* type */
429 2, /* size (0 = byte, 1 = short, 2 = long) */
431 FALSE
, /* pc_relative */
433 complain_overflow_unsigned
, /* complain_on_overflow */
434 bfd_elf_generic_reloc
,/* special_function */
435 "R_M32R_24_RELA", /* name */
436 FALSE
, /* partial_inplace */
437 0xffffff, /* src_mask */
438 0xffffff, /* dst_mask */
439 FALSE
), /* pcrel_offset */
441 HOWTO (R_M32R_10_PCREL_RELA
, /* type */
443 1, /* size (0 = byte, 1 = short, 2 = long) */
445 TRUE
, /* pc_relative */
447 complain_overflow_signed
, /* complain_on_overflow */
448 m32r_elf_10_pcrel_reloc
, /* special_function */
449 "R_M32R_10_PCREL_RELA",/* name */
450 FALSE
, /* partial_inplace */
453 TRUE
), /* pcrel_offset */
455 /* A relative 18 bit relocation, right shifted by 2. */
456 HOWTO (R_M32R_18_PCREL_RELA
, /* type */
458 2, /* size (0 = byte, 1 = short, 2 = long) */
460 TRUE
, /* pc_relative */
462 complain_overflow_signed
, /* complain_on_overflow */
463 bfd_elf_generic_reloc
, /* special_function */
464 "R_M32R_18_PCREL_RELA",/* name */
465 FALSE
, /* partial_inplace */
466 0xffff, /* src_mask */
467 0xffff, /* dst_mask */
468 TRUE
), /* pcrel_offset */
470 /* A relative 26 bit relocation, right shifted by 2. */
471 HOWTO (R_M32R_26_PCREL_RELA
, /* type */
473 2, /* size (0 = byte, 1 = short, 2 = long) */
475 TRUE
, /* pc_relative */
477 complain_overflow_signed
, /* complain_on_overflow */
478 bfd_elf_generic_reloc
, /* special_function */
479 "R_M32R_26_PCREL_RELA",/* name */
480 FALSE
, /* partial_inplace */
481 0xffffff, /* src_mask */
482 0xffffff, /* dst_mask */
483 TRUE
), /* pcrel_offset */
485 /* High 16 bits of address when lower 16 is or'd in. */
486 HOWTO (R_M32R_HI16_ULO_RELA
, /* type */
488 2, /* size (0 = byte, 1 = short, 2 = long) */
490 FALSE
, /* pc_relative */
492 complain_overflow_dont
, /* complain_on_overflow */
493 bfd_elf_generic_reloc
, /* special_function */
494 "R_M32R_HI16_ULO_RELA",/* name */
495 FALSE
, /* partial_inplace */
496 0x0000ffff, /* src_mask */
497 0x0000ffff, /* dst_mask */
498 FALSE
), /* pcrel_offset */
500 /* High 16 bits of address when lower 16 is added in. */
501 HOWTO (R_M32R_HI16_SLO_RELA
, /* type */
503 2, /* size (0 = byte, 1 = short, 2 = long) */
505 FALSE
, /* pc_relative */
507 complain_overflow_dont
, /* complain_on_overflow */
508 bfd_elf_generic_reloc
, /* special_function */
509 "R_M32R_HI16_SLO_RELA",/* name */
510 FALSE
, /* partial_inplace */
511 0x0000ffff, /* src_mask */
512 0x0000ffff, /* dst_mask */
513 FALSE
), /* pcrel_offset */
515 /* Lower 16 bits of address. */
516 HOWTO (R_M32R_LO16_RELA
, /* type */
518 2, /* size (0 = byte, 1 = short, 2 = long) */
520 FALSE
, /* pc_relative */
522 complain_overflow_dont
, /* complain_on_overflow */
523 bfd_elf_generic_reloc
, /* special_function */
524 "R_M32R_LO16_RELA", /* name */
525 FALSE
, /* partial_inplace */
526 0x0000ffff, /* src_mask */
527 0x0000ffff, /* dst_mask */
528 FALSE
), /* pcrel_offset */
530 /* Small data area 16 bits offset. */
531 HOWTO (R_M32R_SDA16_RELA
, /* type */
533 2, /* size (0 = byte, 1 = short, 2 = long) */
535 FALSE
, /* pc_relative */
537 complain_overflow_signed
, /* complain_on_overflow */
538 bfd_elf_generic_reloc
, /* special_function */
539 "R_M32R_SDA16_RELA", /* name */
540 TRUE
, /* partial_inplace */ /* FIXME: correct? */
541 0x0000ffff, /* src_mask */
542 0x0000ffff, /* dst_mask */
543 FALSE
), /* pcrel_offset */
545 /* GNU extension to record C++ vtable hierarchy */
546 HOWTO (R_M32R_RELA_GNU_VTINHERIT
, /* type */
548 2, /* size (0 = byte, 1 = short, 2 = long) */
550 FALSE
, /* pc_relative */
552 complain_overflow_dont
, /* complain_on_overflow */
553 NULL
, /* special_function */
554 "R_M32R_RELA_GNU_VTINHERIT", /* name */
555 FALSE
, /* partial_inplace */
558 FALSE
), /* pcrel_offset */
560 /* GNU extension to record C++ vtable member usage */
561 HOWTO (R_M32R_RELA_GNU_VTENTRY
, /* type */
563 2, /* size (0 = byte, 1 = short, 2 = long) */
565 FALSE
, /* pc_relative */
567 complain_overflow_dont
, /* complain_on_overflow */
568 _bfd_elf_rel_vtable_reloc_fn
, /* special_function */
569 "R_M32R_RELA_GNU_VTENTRY", /* name */
570 FALSE
, /* partial_inplace */
573 FALSE
), /* pcrel_offset */
579 /* Like R_M32R_24, but referring to the GOT table entry for
581 HOWTO (R_M32R_GOT24
, /* type */
583 2, /* size (0 = byte, 1 = short, 2 = long) */
585 FALSE
, /* pc_relative */
587 complain_overflow_unsigned
, /* complain_on_overflow */
588 bfd_elf_generic_reloc
, /* special_function */
589 "R_M32R_GOT24", /* name */
590 FALSE
, /* partial_inplace */
591 0xffffff, /* src_mask */
592 0xffffff, /* dst_mask */
593 FALSE
), /* pcrel_offset */
595 /* Like R_M32R_PCREL, but referring to the procedure linkage table
596 entry for the symbol. */
597 HOWTO (R_M32R_26_PLTREL
, /* type */
599 2, /* size (0 = byte, 1 = short, 2 = long) */
601 TRUE
, /* pc_relative */
603 complain_overflow_signed
, /* complain_on_overflow */
604 bfd_elf_generic_reloc
, /* special_function */
605 "R_M32R_26_PLTREL", /* name */
606 FALSE
, /* partial_inplace */
607 0xffffff, /* src_mask */
608 0xffffff, /* dst_mask */
609 TRUE
), /* pcrel_offset */
611 /* This is used only by the dynamic linker. The symbol should exist
612 both in the object being run and in some shared library. The
613 dynamic linker copies the data addressed by the symbol from the
614 shared library into the object, because the object being
615 run has to have the data at some particular address. */
616 HOWTO (R_M32R_COPY
, /* type */
618 2, /* size (0 = byte, 1 = short, 2 = long) */
620 FALSE
, /* pc_relative */
622 complain_overflow_bitfield
, /* complain_on_overflow */
623 bfd_elf_generic_reloc
, /* special_function */
624 "R_M32R_COPY", /* name */
625 FALSE
, /* partial_inplace */
626 0xffffffff, /* src_mask */
627 0xffffffff, /* dst_mask */
628 FALSE
), /* pcrel_offset */
630 /* Like R_M32R_24, but used when setting global offset table
632 HOWTO (R_M32R_GLOB_DAT
, /* type */
634 2, /* size (0 = byte, 1 = short, 2 = long) */
636 FALSE
, /* pc_relative */
638 complain_overflow_bitfield
, /* complain_on_overflow */
639 bfd_elf_generic_reloc
, /* special_function */
640 "R_M32R_GLOB_DAT", /* name */
641 FALSE
, /* partial_inplace */
642 0xffffffff, /* src_mask */
643 0xffffffff, /* dst_mask */
644 FALSE
), /* pcrel_offset */
646 /* Marks a procedure linkage table entry for a symbol. */
647 HOWTO (R_M32R_JMP_SLOT
, /* type */
649 2, /* size (0 = byte, 1 = short, 2 = long) */
651 FALSE
, /* pc_relative */
653 complain_overflow_bitfield
, /* complain_on_overflow */
654 bfd_elf_generic_reloc
, /* special_function */
655 "R_M32R_JMP_SLOT", /* name */
656 FALSE
, /* partial_inplace */
657 0xffffffff, /* src_mask */
658 0xffffffff, /* dst_mask */
659 FALSE
), /* pcrel_offset */
661 /* Used only by the dynamic linker. When the object is run, this
662 longword is set to the load address of the object, plus the
664 HOWTO (R_M32R_RELATIVE
, /* type */
666 2, /* size (0 = byte, 1 = short, 2 = long) */
668 FALSE
, /* pc_relative */
670 complain_overflow_bitfield
, /* complain_on_overflow */
671 bfd_elf_generic_reloc
, /* special_function */
672 "R_M32R_RELATIVE", /* name */
673 FALSE
, /* partial_inplace */
674 0xffffffff, /* src_mask */
675 0xffffffff, /* dst_mask */
676 FALSE
), /* pcrel_offset */
678 HOWTO (R_M32R_GOTOFF
, /* type */
680 2, /* size (0 = byte, 1 = short, 2 = long) */
682 FALSE
, /* pc_relative */
684 complain_overflow_bitfield
, /* complain_on_overflow */
685 bfd_elf_generic_reloc
, /* special_function */
686 "R_M32R_GOTOFF", /* name */
687 FALSE
, /* partial_inplace */
688 0xffffff, /* src_mask */
689 0xffffff, /* dst_mask */
690 FALSE
), /* pcrel_offset */
692 /* An PC Relative 24-bit relocation used when setting PIC offset
694 HOWTO (R_M32R_GOTPC24
, /* type */
696 2, /* size (0 = byte, 1 = short, 2 = long) */
698 TRUE
, /* pc_relative */
700 complain_overflow_unsigned
, /* complain_on_overflow */
701 bfd_elf_generic_reloc
, /* special_function */
702 "R_M32R_GOTPC24", /* name */
703 FALSE
, /* partial_inplace */
704 0xffffff, /* src_mask */
705 0xffffff, /* dst_mask */
706 TRUE
), /* pcrel_offset */
708 /* Like R_M32R_HI16_ULO, but referring to the GOT table entry for
710 HOWTO (R_M32R_GOT16_HI_ULO
, /* type */
712 2, /* size (0 = byte, 1 = short, 2 = long) */
714 FALSE
, /* pc_relative */
716 complain_overflow_dont
, /* complain_on_overflow */
717 bfd_elf_generic_reloc
, /* special_function */
718 "R_M32R_GOT16_HI_ULO", /* name */
719 FALSE
, /* partial_inplace */
720 0x0000ffff, /* src_mask */
721 0x0000ffff, /* dst_mask */
722 FALSE
), /* pcrel_offset */
724 /* Like R_M32R_HI16_SLO, but referring to the GOT table entry for
726 HOWTO (R_M32R_GOT16_HI_SLO
, /* type */
728 2, /* size (0 = byte, 1 = short, 2 = long) */
730 FALSE
, /* pc_relative */
732 complain_overflow_dont
, /* complain_on_overflow */
733 bfd_elf_generic_reloc
, /* special_function */
734 "R_M32R_GOT16_HI_SLO", /* name */
735 FALSE
, /* partial_inplace */
736 0x0000ffff, /* src_mask */
737 0x0000ffff, /* dst_mask */
738 FALSE
), /* pcrel_offset */
740 /* Like R_M32R_LO16, but referring to the GOT table entry for
742 HOWTO (R_M32R_GOT16_LO
, /* type */
744 2, /* size (0 = byte, 1 = short, 2 = long) */
746 FALSE
, /* pc_relative */
748 complain_overflow_dont
, /* complain_on_overflow */
749 bfd_elf_generic_reloc
, /* special_function */
750 "R_M32R_GOT16_LO", /* name */
751 FALSE
, /* partial_inplace */
752 0x0000ffff, /* src_mask */
753 0x0000ffff, /* dst_mask */
754 FALSE
), /* pcrel_offset */
756 /* An PC Relative relocation used when setting PIC offset table register.
757 Like R_M32R_HI16_ULO, but referring to the GOT table entry for
759 HOWTO (R_M32R_GOTPC_HI_ULO
, /* type */
761 2, /* size (0 = byte, 1 = short, 2 = long) */
763 FALSE
, /* pc_relative */
765 complain_overflow_dont
, /* complain_on_overflow */
766 bfd_elf_generic_reloc
, /* special_function */
767 "R_M32R_GOTPC_HI_ULO", /* name */
768 FALSE
, /* partial_inplace */
769 0x0000ffff, /* src_mask */
770 0x0000ffff, /* dst_mask */
771 TRUE
), /* pcrel_offset */
773 /* An PC Relative relocation used when setting PIC offset table register.
774 Like R_M32R_HI16_SLO, but referring to the GOT table entry for
776 HOWTO (R_M32R_GOTPC_HI_SLO
, /* type */
778 2, /* size (0 = byte, 1 = short, 2 = long) */
780 FALSE
, /* pc_relative */
782 complain_overflow_dont
, /* complain_on_overflow */
783 bfd_elf_generic_reloc
, /* special_function */
784 "R_M32R_GOTPC_HI_SLO", /* name */
785 FALSE
, /* partial_inplace */
786 0x0000ffff, /* src_mask */
787 0x0000ffff, /* dst_mask */
788 TRUE
), /* pcrel_offset */
790 /* An PC Relative relocation used when setting PIC offset table register.
791 Like R_M32R_LO16, but referring to the GOT table entry for
793 HOWTO (R_M32R_GOTPC_LO
, /* type */
795 2, /* size (0 = byte, 1 = short, 2 = long) */
797 FALSE
, /* pc_relative */
799 complain_overflow_dont
, /* complain_on_overflow */
800 bfd_elf_generic_reloc
, /* special_function */
801 "R_M32R_GOTPC_LO", /* name */
802 FALSE
, /* partial_inplace */
803 0x0000ffff, /* src_mask */
804 0x0000ffff, /* dst_mask */
805 TRUE
), /* pcrel_offset */
807 HOWTO (R_M32R_GOTOFF_HI_ULO
, /* type */
809 2, /* size (0 = byte, 1 = short, 2 = long) */
811 FALSE
, /* pc_relative */
813 complain_overflow_dont
, /* complain_on_overflow */
814 bfd_elf_generic_reloc
, /* special_function */
815 "R_M32R_GOTOFF_HI_ULO",/* name */
816 FALSE
, /* partial_inplace */
817 0x0000ffff, /* src_mask */
818 0x0000ffff, /* dst_mask */
819 FALSE
), /* pcrel_offset */
821 HOWTO (R_M32R_GOTOFF_HI_SLO
, /* type */
823 2, /* size (0 = byte, 1 = short, 2 = long) */
825 FALSE
, /* pc_relative */
827 complain_overflow_dont
, /* complain_on_overflow */
828 bfd_elf_generic_reloc
, /* special_function */
829 "R_M32R_GOTOFF_HI_SLO",/* name */
830 FALSE
, /* partial_inplace */
831 0x0000ffff, /* src_mask */
832 0x0000ffff, /* dst_mask */
833 FALSE
), /* pcrel_offset */
835 HOWTO (R_M32R_GOTOFF_LO
, /* type */
837 2, /* size (0 = byte, 1 = short, 2 = long) */
839 FALSE
, /* pc_relative */
841 complain_overflow_dont
, /* complain_on_overflow */
842 bfd_elf_generic_reloc
, /* special_function */
843 "R_M32R_GOTOFF_LO", /* name */
844 FALSE
, /* partial_inplace */
845 0x0000ffff, /* src_mask */
846 0x0000ffff, /* dst_mask */
847 FALSE
), /* pcrel_offset */
850 /* Handle the R_M32R_10_PCREL reloc. */
852 static bfd_reloc_status_type
853 m32r_elf_10_pcrel_reloc (abfd
, reloc_entry
, symbol
, data
,
854 input_section
, output_bfd
, error_message
)
856 arelent
* reloc_entry
;
859 asection
* input_section
;
861 char ** error_message ATTRIBUTE_UNUSED
;
863 /* This part is from bfd_elf_generic_reloc. */
864 if (output_bfd
!= (bfd
*) NULL
865 && (symbol
->flags
& BSF_SECTION_SYM
) == 0
866 && (! reloc_entry
->howto
->partial_inplace
867 || reloc_entry
->addend
== 0))
869 reloc_entry
->address
+= input_section
->output_offset
;
873 if (output_bfd
!= NULL
)
875 /* FIXME: See bfd_perform_relocation. Is this right? */
876 return bfd_reloc_continue
;
879 return m32r_elf_do_10_pcrel_reloc (abfd
, reloc_entry
->howto
,
881 data
, reloc_entry
->address
,
884 + symbol
->section
->output_section
->vma
885 + symbol
->section
->output_offset
),
886 reloc_entry
->addend
);
889 /* Utility to actually perform an R_M32R_10_PCREL reloc. */
891 static bfd_reloc_status_type
892 m32r_elf_do_10_pcrel_reloc (abfd
, howto
, input_section
, data
, offset
,
893 symbol_section
, symbol_value
, addend
)
895 reloc_howto_type
*howto
;
896 asection
*input_section
;
899 asection
*symbol_section ATTRIBUTE_UNUSED
;
900 bfd_vma symbol_value
;
903 bfd_signed_vma relocation
;
905 bfd_reloc_status_type status
;
907 /* Sanity check the address (offset in section). */
908 if (offset
> bfd_get_section_limit (abfd
, input_section
))
909 return bfd_reloc_outofrange
;
911 relocation
= symbol_value
+ addend
;
912 /* Make it pc relative. */
913 relocation
-= (input_section
->output_section
->vma
914 + input_section
->output_offset
);
915 /* These jumps mask off the lower two bits of the current address
916 before doing pcrel calculations. */
917 relocation
-= (offset
& -(bfd_vma
) 4);
919 if (relocation
< -0x200 || relocation
> 0x1ff)
920 status
= bfd_reloc_overflow
;
922 status
= bfd_reloc_ok
;
924 x
= bfd_get_16 (abfd
, data
+ offset
);
925 relocation
>>= howto
->rightshift
;
926 relocation
<<= howto
->bitpos
;
927 x
= (x
& ~howto
->dst_mask
) | (((x
& howto
->src_mask
) + relocation
) & howto
->dst_mask
);
928 bfd_put_16 (abfd
, (bfd_vma
) x
, data
+ offset
);
933 /* Handle the R_M32R_HI16_[SU]LO relocs.
934 HI16_SLO is for the add3 and load/store with displacement instructions.
935 HI16_ULO is for the or3 instruction.
936 For R_M32R_HI16_SLO, the lower 16 bits are sign extended when added to
937 the high 16 bytes so if the lower 16 bits are negative (bit 15 == 1) then
938 we must add one to the high 16 bytes (which will get subtracted off when
939 the low 16 bits are added).
940 These relocs have to be done in combination with an R_M32R_LO16 reloc
941 because there is a carry from the LO16 to the HI16. Here we just save
942 the information we need; we do the actual relocation when we see the LO16.
943 This code is copied from the elf32-mips.c. We also support an arbitrary
944 number of HI16 relocs to be associated with a single LO16 reloc. The
945 assembler sorts the relocs to ensure each HI16 immediately precedes its
946 LO16. However if there are multiple copies, the assembler may not find
947 the real LO16 so it picks the first one it finds. */
951 struct m32r_hi16
*next
;
956 /* FIXME: This should not be a static variable. */
958 static struct m32r_hi16
*m32r_hi16_list
;
960 static bfd_reloc_status_type
961 m32r_elf_hi16_reloc (abfd
, reloc_entry
, symbol
, data
,
962 input_section
, output_bfd
, error_message
)
963 bfd
*abfd ATTRIBUTE_UNUSED
;
964 arelent
*reloc_entry
;
967 asection
*input_section
;
969 char **error_message ATTRIBUTE_UNUSED
;
971 bfd_reloc_status_type ret
;
975 /* This part is from bfd_elf_generic_reloc.
976 If we're relocating, and this an external symbol, we don't want
977 to change anything. */
978 if (output_bfd
!= (bfd
*) NULL
979 && (symbol
->flags
& BSF_SECTION_SYM
) == 0
980 && reloc_entry
->addend
== 0)
982 reloc_entry
->address
+= input_section
->output_offset
;
986 /* Sanity check the address (offset in section). */
987 if (reloc_entry
->address
> bfd_get_section_limit (abfd
, input_section
))
988 return bfd_reloc_outofrange
;
991 if (bfd_is_und_section (symbol
->section
)
992 && output_bfd
== (bfd
*) NULL
)
993 ret
= bfd_reloc_undefined
;
995 if (bfd_is_com_section (symbol
->section
))
998 relocation
= symbol
->value
;
1000 relocation
+= symbol
->section
->output_section
->vma
;
1001 relocation
+= symbol
->section
->output_offset
;
1002 relocation
+= reloc_entry
->addend
;
1004 /* Save the information, and let LO16 do the actual relocation. */
1005 n
= (struct m32r_hi16
*) bfd_malloc ((bfd_size_type
) sizeof *n
);
1007 return bfd_reloc_outofrange
;
1008 n
->addr
= (bfd_byte
*) data
+ reloc_entry
->address
;
1009 n
->addend
= relocation
;
1010 n
->next
= m32r_hi16_list
;
1013 if (output_bfd
!= (bfd
*) NULL
)
1014 reloc_entry
->address
+= input_section
->output_offset
;
1019 /* Handle an M32R ELF HI16 reloc. */
1022 m32r_elf_relocate_hi16 (input_bfd
, type
, relhi
, rello
, contents
, addend
)
1025 Elf_Internal_Rela
*relhi
;
1026 Elf_Internal_Rela
*rello
;
1033 insn
= bfd_get_32 (input_bfd
, contents
+ relhi
->r_offset
);
1035 addlo
= bfd_get_32 (input_bfd
, contents
+ rello
->r_offset
);
1036 if (type
== R_M32R_HI16_SLO
)
1037 addlo
= ((addlo
& 0xffff) ^ 0x8000) - 0x8000;
1041 addend
+= ((insn
& 0xffff) << 16) + addlo
;
1043 /* Reaccount for sign extension of low part. */
1044 if (type
== R_M32R_HI16_SLO
1045 && (addend
& 0x8000) != 0)
1048 bfd_put_32 (input_bfd
,
1049 (insn
& 0xffff0000) | ((addend
>> 16) & 0xffff),
1050 contents
+ relhi
->r_offset
);
1053 /* Do an R_M32R_LO16 relocation. This is a straightforward 16 bit
1054 inplace relocation; this function exists in order to do the
1055 R_M32R_HI16_[SU]LO relocation described above. */
1057 bfd_reloc_status_type
1058 m32r_elf_lo16_reloc (input_bfd
, reloc_entry
, symbol
, data
,
1059 input_section
, output_bfd
, error_message
)
1061 arelent
*reloc_entry
;
1064 asection
*input_section
;
1066 char **error_message
;
1068 /* This part is from bfd_elf_generic_reloc.
1069 If we're relocating, and this an external symbol, we don't want
1070 to change anything. */
1071 if (output_bfd
!= (bfd
*) NULL
1072 && (symbol
->flags
& BSF_SECTION_SYM
) == 0
1073 && reloc_entry
->addend
== 0)
1075 reloc_entry
->address
+= input_section
->output_offset
;
1076 return bfd_reloc_ok
;
1079 if (m32r_hi16_list
!= NULL
)
1081 struct m32r_hi16
*l
;
1088 unsigned long vallo
;
1089 struct m32r_hi16
*next
;
1091 /* Do the HI16 relocation. Note that we actually don't need
1092 to know anything about the LO16 itself, except where to
1093 find the low 16 bits of the addend needed by the LO16. */
1094 insn
= bfd_get_32 (input_bfd
, l
->addr
);
1095 vallo
= ((bfd_get_32 (input_bfd
, (bfd_byte
*) data
+ reloc_entry
->address
)
1096 & 0xffff) ^ 0x8000) - 0x8000;
1097 val
= ((insn
& 0xffff) << 16) + vallo
;
1100 /* Reaccount for sign extension of low part. */
1101 if ((val
& 0x8000) != 0)
1104 insn
= (insn
&~ (bfd_vma
) 0xffff) | ((val
>> 16) & 0xffff);
1105 bfd_put_32 (input_bfd
, (bfd_vma
) insn
, l
->addr
);
1112 m32r_hi16_list
= NULL
;
1115 /* Now do the LO16 reloc in the usual way.
1116 ??? It would be nice to call bfd_elf_generic_reloc here,
1117 but we have partial_inplace set. bfd_elf_generic_reloc will
1118 pass the handling back to bfd_install_relocation which will install
1119 a section relative addend which is wrong. */
1120 return m32r_elf_generic_reloc (input_bfd
, reloc_entry
, symbol
, data
,
1121 input_section
, output_bfd
, error_message
);
1124 /* Do generic partial_inplace relocation.
1125 This is a local replacement for bfd_elf_generic_reloc. */
1127 bfd_reloc_status_type
1128 m32r_elf_generic_reloc (input_bfd
, reloc_entry
, symbol
, data
,
1129 input_section
, output_bfd
, error_message
)
1131 arelent
*reloc_entry
;
1134 asection
*input_section
;
1136 char **error_message ATTRIBUTE_UNUSED
;
1138 bfd_reloc_status_type ret
;
1140 bfd_byte
*inplace_address
;
1142 /* This part is from bfd_elf_generic_reloc.
1143 If we're relocating, and this an external symbol, we don't want
1144 to change anything. */
1145 if (output_bfd
!= (bfd
*) NULL
1146 && (symbol
->flags
& BSF_SECTION_SYM
) == 0
1147 && reloc_entry
->addend
== 0)
1149 reloc_entry
->address
+= input_section
->output_offset
;
1150 return bfd_reloc_ok
;
1153 /* Now do the reloc in the usual way.
1154 ??? It would be nice to call bfd_elf_generic_reloc here,
1155 but we have partial_inplace set. bfd_elf_generic_reloc will
1156 pass the handling back to bfd_install_relocation which will install
1157 a section relative addend which is wrong. */
1159 /* Sanity check the address (offset in section). */
1160 if (reloc_entry
->address
> bfd_get_section_limit (input_bfd
, input_section
))
1161 return bfd_reloc_outofrange
;
1164 if (bfd_is_und_section (symbol
->section
)
1165 && output_bfd
== (bfd
*) NULL
)
1166 ret
= bfd_reloc_undefined
;
1168 if (bfd_is_com_section (symbol
->section
)
1169 || output_bfd
!= (bfd
*) NULL
)
1172 relocation
= symbol
->value
;
1174 /* Only do this for a final link. */
1175 if (output_bfd
== (bfd
*) NULL
)
1177 relocation
+= symbol
->section
->output_section
->vma
;
1178 relocation
+= symbol
->section
->output_offset
;
1181 relocation
+= reloc_entry
->addend
;
1182 inplace_address
= (bfd_byte
*) data
+ reloc_entry
->address
;
1185 x = ( (x & ~reloc_entry->howto->dst_mask) | \
1186 (((x & reloc_entry->howto->src_mask) + relocation) & \
1187 reloc_entry->howto->dst_mask))
1189 switch (reloc_entry
->howto
->size
)
1193 short x
= bfd_get_16 (input_bfd
, inplace_address
);
1195 bfd_put_16 (input_bfd
, (bfd_vma
) x
, inplace_address
);
1200 unsigned long x
= bfd_get_32 (input_bfd
, inplace_address
);
1202 bfd_put_32 (input_bfd
, (bfd_vma
)x
, inplace_address
);
1209 if (output_bfd
!= (bfd
*) NULL
)
1210 reloc_entry
->address
+= input_section
->output_offset
;
1215 /* Handle the R_M32R_SDA16 reloc.
1216 This reloc is used to compute the address of objects in the small data area
1217 and to perform loads and stores from that area.
1218 The lower 16 bits are sign extended and added to the register specified
1219 in the instruction, which is assumed to point to _SDA_BASE_. */
1221 static bfd_reloc_status_type
1222 m32r_elf_sda16_reloc (abfd
, reloc_entry
, symbol
, data
,
1223 input_section
, output_bfd
, error_message
)
1224 bfd
*abfd ATTRIBUTE_UNUSED
;
1225 arelent
*reloc_entry
;
1227 PTR data ATTRIBUTE_UNUSED
;
1228 asection
*input_section
;
1230 char **error_message ATTRIBUTE_UNUSED
;
1232 /* This part is from bfd_elf_generic_reloc. */
1233 if (output_bfd
!= (bfd
*) NULL
1234 && (symbol
->flags
& BSF_SECTION_SYM
) == 0
1235 && (! reloc_entry
->howto
->partial_inplace
1236 || reloc_entry
->addend
== 0))
1238 reloc_entry
->address
+= input_section
->output_offset
;
1239 return bfd_reloc_ok
;
1242 if (output_bfd
!= NULL
)
1244 /* FIXME: See bfd_perform_relocation. Is this right? */
1245 return bfd_reloc_continue
;
1248 /* FIXME: not sure what to do here yet. But then again, the linker
1249 may never call us. */
1253 /* Map BFD reloc types to M32R ELF reloc types. */
1255 struct m32r_reloc_map
1257 bfd_reloc_code_real_type bfd_reloc_val
;
1258 unsigned char elf_reloc_val
;
1261 static const struct m32r_reloc_map m32r_reloc_map_old
[] =
1263 { BFD_RELOC_NONE
, R_M32R_NONE
},
1264 { BFD_RELOC_16
, R_M32R_16
},
1265 { BFD_RELOC_32
, R_M32R_32
},
1266 { BFD_RELOC_M32R_24
, R_M32R_24
},
1267 { BFD_RELOC_M32R_10_PCREL
, R_M32R_10_PCREL
},
1268 { BFD_RELOC_M32R_18_PCREL
, R_M32R_18_PCREL
},
1269 { BFD_RELOC_M32R_26_PCREL
, R_M32R_26_PCREL
},
1270 { BFD_RELOC_M32R_HI16_ULO
, R_M32R_HI16_ULO
},
1271 { BFD_RELOC_M32R_HI16_SLO
, R_M32R_HI16_SLO
},
1272 { BFD_RELOC_M32R_LO16
, R_M32R_LO16
},
1273 { BFD_RELOC_M32R_SDA16
, R_M32R_SDA16
},
1274 { BFD_RELOC_VTABLE_INHERIT
, R_M32R_GNU_VTINHERIT
},
1275 { BFD_RELOC_VTABLE_ENTRY
, R_M32R_GNU_VTENTRY
},
1278 static const struct m32r_reloc_map m32r_reloc_map
[] =
1280 { BFD_RELOC_NONE
, R_M32R_NONE
},
1281 { BFD_RELOC_16
, R_M32R_16_RELA
},
1282 { BFD_RELOC_32
, R_M32R_32_RELA
},
1283 { BFD_RELOC_M32R_24
, R_M32R_24_RELA
},
1284 { BFD_RELOC_M32R_10_PCREL
, R_M32R_10_PCREL_RELA
},
1285 { BFD_RELOC_M32R_18_PCREL
, R_M32R_18_PCREL_RELA
},
1286 { BFD_RELOC_M32R_26_PCREL
, R_M32R_26_PCREL_RELA
},
1287 { BFD_RELOC_M32R_HI16_ULO
, R_M32R_HI16_ULO_RELA
},
1288 { BFD_RELOC_M32R_HI16_SLO
, R_M32R_HI16_SLO_RELA
},
1289 { BFD_RELOC_M32R_LO16
, R_M32R_LO16_RELA
},
1290 { BFD_RELOC_M32R_SDA16
, R_M32R_SDA16_RELA
},
1291 { BFD_RELOC_VTABLE_INHERIT
, R_M32R_RELA_GNU_VTINHERIT
},
1292 { BFD_RELOC_VTABLE_ENTRY
, R_M32R_RELA_GNU_VTENTRY
},
1294 { BFD_RELOC_M32R_GOT24
, R_M32R_GOT24
},
1295 { BFD_RELOC_M32R_26_PLTREL
, R_M32R_26_PLTREL
},
1296 { BFD_RELOC_M32R_COPY
, R_M32R_COPY
},
1297 { BFD_RELOC_M32R_GLOB_DAT
, R_M32R_GLOB_DAT
},
1298 { BFD_RELOC_M32R_JMP_SLOT
, R_M32R_JMP_SLOT
},
1299 { BFD_RELOC_M32R_RELATIVE
, R_M32R_RELATIVE
},
1300 { BFD_RELOC_M32R_GOTOFF
, R_M32R_GOTOFF
},
1301 { BFD_RELOC_M32R_GOTPC24
, R_M32R_GOTPC24
},
1302 { BFD_RELOC_M32R_GOT16_HI_ULO
, R_M32R_GOT16_HI_ULO
},
1303 { BFD_RELOC_M32R_GOT16_HI_SLO
, R_M32R_GOT16_HI_SLO
},
1304 { BFD_RELOC_M32R_GOT16_LO
, R_M32R_GOT16_LO
},
1305 { BFD_RELOC_M32R_GOTPC_HI_ULO
, R_M32R_GOTPC_HI_ULO
},
1306 { BFD_RELOC_M32R_GOTPC_HI_SLO
, R_M32R_GOTPC_HI_SLO
},
1307 { BFD_RELOC_M32R_GOTPC_LO
, R_M32R_GOTPC_LO
},
1308 { BFD_RELOC_M32R_GOTOFF_HI_ULO
, R_M32R_GOTOFF_HI_ULO
},
1309 { BFD_RELOC_M32R_GOTOFF_HI_SLO
, R_M32R_GOTOFF_HI_SLO
},
1310 { BFD_RELOC_M32R_GOTOFF_LO
, R_M32R_GOTOFF_LO
},
1313 static reloc_howto_type
*
1314 bfd_elf32_bfd_reloc_type_lookup (abfd
, code
)
1315 bfd
*abfd ATTRIBUTE_UNUSED
;
1316 bfd_reloc_code_real_type code
;
1320 #ifdef USE_M32R_OLD_RELOC
1322 i
< sizeof (m32r_reloc_map_old
) / sizeof (struct m32r_reloc_map
);
1325 if (m32r_reloc_map_old
[i
].bfd_reloc_val
== code
)
1326 return &m32r_elf_howto_table
[m32r_reloc_map_old
[i
].elf_reloc_val
];
1328 #else /* ! USE_M32R_OLD_RELOC */
1331 i
< sizeof (m32r_reloc_map
) / sizeof (struct m32r_reloc_map
);
1334 if (m32r_reloc_map
[i
].bfd_reloc_val
== code
)
1335 return &m32r_elf_howto_table
[m32r_reloc_map
[i
].elf_reloc_val
];
1342 /* Set the howto pointer for an M32R ELF reloc. */
1345 m32r_info_to_howto_rel (abfd
, cache_ptr
, dst
)
1346 bfd
*abfd ATTRIBUTE_UNUSED
;
1348 Elf_Internal_Rela
*dst
;
1350 unsigned int r_type
;
1352 r_type
= ELF32_R_TYPE (dst
->r_info
);
1353 BFD_ASSERT (ELF32_R_TYPE(dst
->r_info
) <= (unsigned int) R_M32R_GNU_VTENTRY
);
1354 cache_ptr
->howto
= &m32r_elf_howto_table
[r_type
];
1358 m32r_info_to_howto (abfd
, cache_ptr
, dst
)
1359 bfd
*abfd ATTRIBUTE_UNUSED
;
1361 Elf_Internal_Rela
*dst
;
1363 BFD_ASSERT ((ELF32_R_TYPE(dst
->r_info
) == (unsigned int) R_M32R_NONE
)
1364 || ((ELF32_R_TYPE(dst
->r_info
) > (unsigned int) R_M32R_GNU_VTENTRY
)
1365 && (ELF32_R_TYPE(dst
->r_info
) < (unsigned int) R_M32R_max
)));
1366 cache_ptr
->howto
= &m32r_elf_howto_table
[ELF32_R_TYPE(dst
->r_info
)];
1370 /* Given a BFD section, try to locate the corresponding ELF section
1374 _bfd_m32r_elf_section_from_bfd_section (abfd
, sec
, retval
)
1375 bfd
*abfd ATTRIBUTE_UNUSED
;
1379 if (strcmp (bfd_get_section_name (abfd
, sec
), ".scommon") == 0)
1381 *retval
= SHN_M32R_SCOMMON
;
1387 /* M32R ELF uses two common sections. One is the usual one, and the other
1388 is for small objects. All the small objects are kept together, and then
1389 referenced via one register, which yields faster assembler code. It is
1390 up to the compiler to emit an instruction to load the register with
1391 _SDA_BASE. This is what we use for the small common section. This
1392 approach is copied from elf32-mips.c. */
1393 static asection m32r_elf_scom_section
;
1394 static asymbol m32r_elf_scom_symbol
;
1395 static asymbol
*m32r_elf_scom_symbol_ptr
;
1397 /* Handle the special M32R section numbers that a symbol may use. */
1400 _bfd_m32r_elf_symbol_processing (abfd
, asym
)
1401 bfd
*abfd ATTRIBUTE_UNUSED
;
1404 elf_symbol_type
*elfsym
;
1406 elfsym
= (elf_symbol_type
*) asym
;
1408 switch (elfsym
->internal_elf_sym
.st_shndx
)
1410 case SHN_M32R_SCOMMON
:
1411 if (m32r_elf_scom_section
.name
== NULL
)
1413 /* Initialize the small common section. */
1414 m32r_elf_scom_section
.name
= ".scommon";
1415 m32r_elf_scom_section
.flags
= SEC_IS_COMMON
;
1416 m32r_elf_scom_section
.output_section
= &m32r_elf_scom_section
;
1417 m32r_elf_scom_section
.symbol
= &m32r_elf_scom_symbol
;
1418 m32r_elf_scom_section
.symbol_ptr_ptr
= &m32r_elf_scom_symbol_ptr
;
1419 m32r_elf_scom_symbol
.name
= ".scommon";
1420 m32r_elf_scom_symbol
.flags
= BSF_SECTION_SYM
;
1421 m32r_elf_scom_symbol
.section
= &m32r_elf_scom_section
;
1422 m32r_elf_scom_symbol_ptr
= &m32r_elf_scom_symbol
;
1424 asym
->section
= &m32r_elf_scom_section
;
1425 asym
->value
= elfsym
->internal_elf_sym
.st_size
;
1430 /* Hook called by the linker routine which adds symbols from an object
1431 file. We must handle the special M32R section numbers here.
1432 We also keep watching for whether we need to create the sdata special
1436 m32r_elf_add_symbol_hook (abfd
, info
, sym
, namep
, flagsp
, secp
, valp
)
1438 struct bfd_link_info
*info
;
1439 Elf_Internal_Sym
*sym
;
1441 flagword
*flagsp ATTRIBUTE_UNUSED
;
1445 if (! info
->relocatable
1446 && (*namep
)[0] == '_' && (*namep
)[1] == 'S'
1447 && strcmp (*namep
, "_SDA_BASE_") == 0
1448 && is_elf_hash_table (info
->hash
))
1450 /* This is simpler than using _bfd_elf_create_linker_section
1451 (our needs are simpler than ppc's needs). Also
1452 _bfd_elf_create_linker_section currently has a bug where if a .sdata
1453 section already exists a new one is created that follows it which
1454 screws of _SDA_BASE_ address calcs because output_offset != 0. */
1455 struct elf_link_hash_entry
*h
;
1456 struct bfd_link_hash_entry
*bh
;
1457 asection
*s
= bfd_get_section_by_name (abfd
, ".sdata");
1459 /* The following code was cobbled from elf32-ppc.c and elflink.c. */
1463 flagword flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_HAS_CONTENTS
1464 | SEC_IN_MEMORY
| SEC_LINKER_CREATED
);
1466 s
= bfd_make_section_anyway (abfd
, ".sdata");
1469 bfd_set_section_flags (abfd
, s
, flags
);
1470 bfd_set_section_alignment (abfd
, s
, 2);
1473 bh
= bfd_link_hash_lookup (info
->hash
, "_SDA_BASE_",
1474 FALSE
, FALSE
, FALSE
);
1476 if ((bh
== NULL
|| bh
->type
== bfd_link_hash_undefined
)
1477 && !(_bfd_generic_link_add_one_symbol (info
,
1483 (const char *) NULL
,
1485 get_elf_backend_data (abfd
)->collect
,
1488 h
= (struct elf_link_hash_entry
*) bh
;
1489 h
->type
= STT_OBJECT
;
1492 switch (sym
->st_shndx
)
1494 case SHN_M32R_SCOMMON
:
1495 *secp
= bfd_make_section_old_way (abfd
, ".scommon");
1496 (*secp
)->flags
|= SEC_IS_COMMON
;
1497 *valp
= sym
->st_size
;
1504 /* We have to figure out the SDA_BASE value, so that we can adjust the
1505 symbol value correctly. We look up the symbol _SDA_BASE_ in the output
1506 BFD. If we can't find it, we're stuck. We cache it in the ELF
1507 target data. We don't need to adjust the symbol value for an
1508 external symbol if we are producing relocatable output. */
1510 static bfd_reloc_status_type
1511 m32r_elf_final_sda_base (output_bfd
, info
, error_message
, psb
)
1513 struct bfd_link_info
*info
;
1514 const char **error_message
;
1517 if (elf_gp (output_bfd
) == 0)
1519 struct bfd_link_hash_entry
*h
;
1521 h
= bfd_link_hash_lookup (info
->hash
, "_SDA_BASE_", FALSE
, FALSE
, TRUE
);
1522 if (h
!= (struct bfd_link_hash_entry
*) NULL
1523 && h
->type
== bfd_link_hash_defined
)
1524 elf_gp (output_bfd
) = (h
->u
.def
.value
1525 + h
->u
.def
.section
->output_section
->vma
1526 + h
->u
.def
.section
->output_offset
);
1529 /* Only get the error once. */
1530 *psb
= elf_gp (output_bfd
) = 4;
1532 (const char *) _("SDA relocation when _SDA_BASE_ not defined");
1533 return bfd_reloc_dangerous
;
1536 *psb
= elf_gp (output_bfd
);
1537 return bfd_reloc_ok
;
1540 /* Return size of a PLT entry. */
1541 #define elf_m32r_sizeof_plt(info) PLT_ENTRY_SIZE
1543 /* The m32r linker needs to keep track of the number of relocs that it
1544 decides to copy in check_relocs for each symbol. This is so that
1545 it can discard PC relative relocs if it doesn't need them when
1546 linking with -Bsymbolic. We store the information in a field
1547 extending the regular ELF linker hash table. */
1549 /* This structure keeps track of the number of PC relative relocs we
1550 have copied for a given symbol. */
1552 struct elf_m32r_pcrel_relocs_copied
1555 struct elf_m32r_pcrel_relocs_copied
*next
;
1556 /* A section in dynobj. */
1558 /* Number of relocs copied in this section. */
1559 bfd_size_type count
;
1562 /* The sh linker needs to keep track of the number of relocs that it
1563 decides to copy as dynamic relocs in check_relocs for each symbol.
1564 This is so that it can later discard them if they are found to be
1565 unnecessary. We store the information in a field extending the
1566 regular ELF linker hash table. */
1568 struct elf_m32r_dyn_relocs
1570 struct elf_m32r_dyn_relocs
*next
;
1572 /* The input section of the reloc. */
1575 /* Total number of relocs copied for the input section. */
1576 bfd_size_type count
;
1578 /* Number of pc-relative relocs copied for the input section. */
1579 bfd_size_type pc_count
;
1583 /* m32r ELF linker hash entry. */
1585 struct elf_m32r_link_hash_entry
1587 struct elf_link_hash_entry root
;
1589 /* Track dynamic relocs copied for this symbol. */
1590 struct elf_m32r_dyn_relocs
*dyn_relocs
;
1592 // bfd_signed_vma gotplt_refcount;
1594 /* Number of PC relative relocs copied for this symbol. */
1595 /* struct elf_m32r_pcrel_relocs_copied *pcrel_relocs_copied; FIXME */
1598 /* m32r ELF linker hash table. */
1600 struct elf_m32r_link_hash_table
1602 struct elf_link_hash_table root
;
1604 /* Short-cuts to get to dynamic linker sections. */
1613 /* Small local sym to section mapping cache. */
1614 struct sym_sec_cache sym_sec
;
1617 /* Traverse an m32r ELF linker hash table. */
1619 #define m32r_elf_link_hash_traverse(table, func, info) \
1620 (elf_link_hash_traverse \
1622 (bfd_boolean (*) PARAMS ((struct elf_link_hash_entry *, PTR))) (func), \
1625 /* Get the m32r ELF linker hash table from a link_info structure. */
1628 #define m32r_elf_hash_table(p) \
1629 ((struct elf_m32r_link_hash_table *) ((p)->hash))
1631 /* Create an entry in an m32r ELF linker hash table. */
1632 static struct bfd_hash_entry
*
1633 m32r_elf_link_hash_newfunc (struct bfd_hash_entry
*, struct bfd_hash_table
*,
1636 static struct bfd_hash_entry
*
1637 m32r_elf_link_hash_newfunc (entry
, table
, string
)
1638 struct bfd_hash_entry
*entry
;
1639 struct bfd_hash_table
*table
;
1642 struct elf_m32r_link_hash_entry
*ret
=
1643 (struct elf_m32r_link_hash_entry
*) entry
;
1645 /* Allocate the structure if it has not already been allocated by a
1647 if (ret
== (struct elf_m32r_link_hash_entry
*) NULL
)
1648 ret
= ((struct elf_m32r_link_hash_entry
*)
1649 bfd_hash_allocate (table
,
1650 sizeof (struct elf_m32r_link_hash_entry
)));
1651 if (ret
== (struct elf_m32r_link_hash_entry
*) NULL
)
1652 return (struct bfd_hash_entry
*) ret
;
1654 /* Call the allocation method of the superclass. */
1655 ret
= ((struct elf_m32r_link_hash_entry
*)
1656 _bfd_elf_link_hash_newfunc ((struct bfd_hash_entry
*) ret
,
1658 if (ret
!= (struct elf_m32r_link_hash_entry
*) NULL
)
1660 struct elf_m32r_link_hash_entry
*eh
;
1662 eh
= (struct elf_m32r_link_hash_entry
*) ret
;
1663 eh
->dyn_relocs
= NULL
;
1664 // eh->gotplt_refcount = 0;
1665 /* eh->pcrel_relocs_copied = NULL; FIXME */
1668 return (struct bfd_hash_entry
*) ret
;
1671 /* Create an m32r ELF linker hash table. */
1672 static struct bfd_link_hash_table
*m32r_elf_link_hash_table_create (bfd
*);
1674 static struct bfd_link_hash_table
*
1675 m32r_elf_link_hash_table_create (abfd
)
1678 struct elf_m32r_link_hash_table
*ret
;
1679 bfd_size_type amt
= sizeof (struct elf_m32r_link_hash_table
);
1681 ret
= (struct elf_m32r_link_hash_table
*) bfd_malloc (amt
);
1682 if (ret
== (struct elf_m32r_link_hash_table
*) NULL
)
1685 if (! _bfd_elf_link_hash_table_init (&ret
->root
, abfd
,
1686 m32r_elf_link_hash_newfunc
))
1693 ret
->sgotplt
= NULL
;
1694 ret
->srelgot
= NULL
;
1696 ret
->srelplt
= NULL
;
1697 ret
->sdynbss
= NULL
;
1698 ret
->srelbss
= NULL
;
1699 ret
->sym_sec
.abfd
= NULL
;
1701 return &ret
->root
.root
;
1704 /* Create .got, .gotplt, and .rela.got sections in DYNOBJ, and set up
1705 shortcuts to them in our hash table. */
1706 static bfd_boolean
create_got_section (bfd
*, struct bfd_link_info
*);
1709 create_got_section (dynobj
, info
)
1711 struct bfd_link_info
*info
;
1713 struct elf_m32r_link_hash_table
*htab
;
1715 if (! _bfd_elf_create_got_section (dynobj
, info
))
1718 htab
= m32r_elf_hash_table (info
);
1719 htab
->sgot
= bfd_get_section_by_name (dynobj
, ".got");
1720 htab
->sgotplt
= bfd_get_section_by_name (dynobj
, ".got.plt");
1721 if (! htab
->sgot
|| ! htab
->sgotplt
)
1724 htab
->srelgot
= bfd_make_section (dynobj
, ".rela.got");
1725 if (htab
->srelgot
== NULL
1726 || ! bfd_set_section_flags (dynobj
, htab
->srelgot
,
1731 | SEC_LINKER_CREATED
1733 || ! bfd_set_section_alignment (dynobj
, htab
->srelgot
, 2))
1739 /* Create dynamic sections when linking against a dynamic object. */
1742 m32r_elf_create_dynamic_sections (abfd
, info
)
1744 struct bfd_link_info
*info
;
1746 struct elf_m32r_link_hash_table
*htab
;
1747 flagword flags
, pltflags
;
1748 register asection
*s
;
1749 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
1750 int ptralign
= 2; /* 32bit */
1752 htab
= m32r_elf_hash_table (info
);
1754 /* We need to create .plt, .rel[a].plt, .got, .got.plt, .dynbss, and
1755 .rel[a].bss sections. */
1757 flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_HAS_CONTENTS
| SEC_IN_MEMORY
1758 | SEC_LINKER_CREATED
);
1761 pltflags
|= SEC_CODE
;
1762 if (bed
->plt_not_loaded
)
1763 pltflags
&= ~ (SEC_LOAD
| SEC_HAS_CONTENTS
);
1764 if (bed
->plt_readonly
)
1765 pltflags
|= SEC_READONLY
;
1767 s
= bfd_make_section (abfd
, ".plt");
1770 || ! bfd_set_section_flags (abfd
, s
, pltflags
)
1771 || ! bfd_set_section_alignment (abfd
, s
, bed
->plt_alignment
))
1774 if (bed
->want_plt_sym
)
1776 /* Define the symbol _PROCEDURE_LINKAGE_TABLE_ at the start of the
1778 struct bfd_link_hash_entry
*bh
= NULL
;
1779 struct elf_link_hash_entry
*h
;
1780 if (! (_bfd_generic_link_add_one_symbol
1781 (info
, abfd
, "_PROCEDURE_LINKAGE_TABLE_", BSF_GLOBAL
, s
,
1782 (bfd_vma
) 0, (const char *) NULL
, FALSE
,
1783 get_elf_backend_data (abfd
)->collect
, &bh
)))
1785 h
= (struct elf_link_hash_entry
*) bh
;
1787 h
->type
= STT_OBJECT
;
1790 && ! bfd_elf_link_record_dynamic_symbol (info
, h
))
1794 s
= bfd_make_section (abfd
,
1795 bed
->default_use_rela_p
? ".rela.plt" : ".rel.plt");
1798 || ! bfd_set_section_flags (abfd
, s
, flags
| SEC_READONLY
)
1799 || ! bfd_set_section_alignment (abfd
, s
, ptralign
))
1802 if (htab
->sgot
== NULL
1803 && ! create_got_section (abfd
, info
))
1807 const char *secname
;
1812 for (sec
= abfd
->sections
; sec
; sec
= sec
->next
)
1814 secflags
= bfd_get_section_flags (abfd
, sec
);
1815 if ((secflags
& (SEC_DATA
| SEC_LINKER_CREATED
))
1816 || ((secflags
& SEC_HAS_CONTENTS
) != SEC_HAS_CONTENTS
))
1818 secname
= bfd_get_section_name (abfd
, sec
);
1819 relname
= (char *) bfd_malloc ((bfd_size_type
) strlen (secname
) + 6);
1820 strcpy (relname
, ".rela");
1821 strcat (relname
, secname
);
1822 if (bfd_get_section_by_name (abfd
, secname
))
1824 s
= bfd_make_section (abfd
, relname
);
1826 || ! bfd_set_section_flags (abfd
, s
, flags
| SEC_READONLY
)
1827 || ! bfd_set_section_alignment (abfd
, s
, ptralign
))
1832 if (bed
->want_dynbss
)
1834 /* The .dynbss section is a place to put symbols which are defined
1835 by dynamic objects, are referenced by regular objects, and are
1836 not functions. We must allocate space for them in the process
1837 image and use a R_*_COPY reloc to tell the dynamic linker to
1838 initialize them at run time. The linker script puts the .dynbss
1839 section into the .bss section of the final image. */
1840 s
= bfd_make_section (abfd
, ".dynbss");
1843 || ! bfd_set_section_flags (abfd
, s
, SEC_ALLOC
))
1845 /* The .rel[a].bss section holds copy relocs. This section is not
1846 normally needed. We need to create it here, though, so that the
1847 linker will map it to an output section. We can't just create it
1848 only if we need it, because we will not know whether we need it
1849 until we have seen all the input files, and the first time the
1850 main linker code calls BFD after examining all the input files
1851 (size_dynamic_sections) the input sections have already been
1852 mapped to the output sections. If the section turns out not to
1853 be needed, we can discard it later. We will never need this
1854 section when generating a shared object, since they do not use
1858 s
= bfd_make_section (abfd
,
1859 (bed
->default_use_rela_p
1860 ? ".rela.bss" : ".rel.bss"));
1863 || ! bfd_set_section_flags (abfd
, s
, flags
| SEC_READONLY
)
1864 || ! bfd_set_section_alignment (abfd
, s
, ptralign
))
1872 /* Copy the extra info we tack onto an elf_link_hash_entry. */
1873 static void m32r_elf_copy_indirect_symbol (const struct elf_backend_data
*,
1874 struct elf_link_hash_entry
*,
1875 struct elf_link_hash_entry
*);
1878 m32r_elf_copy_indirect_symbol (const struct elf_backend_data
*bed
,
1879 struct elf_link_hash_entry
*dir
,
1880 struct elf_link_hash_entry
*ind
)
1882 struct elf_m32r_link_hash_entry
*edir
, *eind
;
1884 edir
= (struct elf_m32r_link_hash_entry
*) dir
;
1885 eind
= (struct elf_m32r_link_hash_entry
*) ind
;
1887 if (eind
->dyn_relocs
!= NULL
)
1889 if (edir
->dyn_relocs
!= NULL
)
1891 struct elf_m32r_dyn_relocs
**pp
;
1892 struct elf_m32r_dyn_relocs
*p
;
1894 if (ind
->root
.type
== bfd_link_hash_indirect
)
1897 /* Add reloc counts against the weak sym to the strong sym
1898 list. Merge any entries against the same section. */
1899 for (pp
= &eind
->dyn_relocs
; (p
= *pp
) != NULL
; )
1901 struct elf_m32r_dyn_relocs
*q
;
1903 for (q
= edir
->dyn_relocs
; q
!= NULL
; q
= q
->next
)
1904 if (q
->sec
== p
->sec
)
1906 q
->pc_count
+= p
->pc_count
;
1907 q
->count
+= p
->count
;
1914 *pp
= edir
->dyn_relocs
;
1917 edir
->dyn_relocs
= eind
->dyn_relocs
;
1918 eind
->dyn_relocs
= NULL
;
1921 // if (ind->root.type == bfd_link_hash_indirect
1922 // && dir->got.refcount <= 0)
1924 // edir->tls_type = eind->tls_type;
1925 // eind->tls_type = GOT_UNKNOWN;
1927 _bfd_elf_link_hash_copy_indirect (bed
, dir
, ind
);
1931 /* Adjust a symbol defined by a dynamic object and referenced by a
1932 regular object. The current definition is in some section of the
1933 dynamic object, but we're not including those sections. We have to
1934 change the definition to something the rest of the link can
1938 m32r_elf_adjust_dynamic_symbol (info
, h
)
1939 struct bfd_link_info
*info
;
1940 struct elf_link_hash_entry
*h
;
1942 struct elf_m32r_link_hash_table
*htab
;
1943 struct elf_m32r_link_hash_entry
*eh
;
1944 struct elf_m32r_dyn_relocs
*p
;
1947 unsigned int power_of_two
;
1950 printf("m32r_elf_adjust_dynamic_symbol()\n");
1953 dynobj
= elf_hash_table (info
)->dynobj
;
1955 /* Make sure we know what is going on here. */
1956 BFD_ASSERT (dynobj
!= NULL
1958 || h
->u
.weakdef
!= NULL
1961 && !h
->def_regular
)));
1964 /* If this is a function, put it in the procedure linkage table. We
1965 will fill in the contents of the procedure linkage table later,
1966 when we know the address of the .got section. */
1967 if (h
->type
== STT_FUNC
1973 && h
->root
.type
!= bfd_link_hash_undefweak
1974 && h
->root
.type
!= bfd_link_hash_undefined
)
1976 /* This case can occur if we saw a PLT reloc in an input
1977 file, but the symbol was never referred to by a dynamic
1978 object. In such a case, we don't actually need to build
1979 a procedure linkage table, and we can just do a PCREL
1981 h
->plt
.offset
= (bfd_vma
) -1;
1988 h
->plt
.offset
= (bfd_vma
) -1;
1990 /* If this is a weak symbol, and there is a real definition, the
1991 processor independent code will have arranged for us to see the
1992 real definition first, and we can just use the same value. */
1993 if (h
->u
.weakdef
!= NULL
)
1995 BFD_ASSERT (h
->u
.weakdef
->root
.type
== bfd_link_hash_defined
1996 || h
->u
.weakdef
->root
.type
== bfd_link_hash_defweak
);
1997 h
->root
.u
.def
.section
= h
->u
.weakdef
->root
.u
.def
.section
;
1998 h
->root
.u
.def
.value
= h
->u
.weakdef
->root
.u
.def
.value
;
2002 /* This is a reference to a symbol defined by a dynamic object which
2003 is not a function. */
2005 /* If we are creating a shared library, we must presume that the
2006 only references to the symbol are via the global offset table.
2007 For such cases we need not do anything here; the relocations will
2008 be handled correctly by relocate_section. */
2012 /* If there are no references to this symbol that do not use the
2013 GOT, we don't need to generate a copy reloc. */
2014 if (!h
->non_got_ref
)
2017 /* If -z nocopyreloc was given, we won't generate them either. */
2018 if (info
->nocopyreloc
)
2024 eh
= (struct elf_m32r_link_hash_entry
*) h
;
2025 for (p
= eh
->dyn_relocs
; p
!= NULL
; p
= p
->next
)
2027 s
= p
->sec
->output_section
;
2028 if (s
!= NULL
&& (s
->flags
& (SEC_READONLY
| SEC_HAS_CONTENTS
)) != 0)
2032 /* If we didn't find any dynamic relocs in sections which needs the
2033 copy reloc, then we'll be keeping the dynamic relocs and avoiding
2041 /* We must allocate the symbol in our .dynbss section, which will
2042 become part of the .bss section of the executable. There will be
2043 an entry for this symbol in the .dynsym section. The dynamic
2044 object will contain position independent code, so all references
2045 from the dynamic object to this symbol will go through the global
2046 offset table. The dynamic linker will use the .dynsym entry to
2047 determine the address it must put in the global offset table, so
2048 both the dynamic object and the regular object will refer to the
2049 same memory location for the variable. */
2051 htab
= m32r_elf_hash_table (info
);
2053 BFD_ASSERT (s
!= NULL
);
2055 /* We must generate a R_M32R_COPY reloc to tell the dynamic linker
2056 to copy the initial value out of the dynamic object and into the
2057 runtime process image. We need to remember the offset into the
2058 .rela.bss section we are going to use. */
2059 if ((h
->root
.u
.def
.section
->flags
& SEC_ALLOC
) != 0)
2063 srel
= htab
->srelbss
;
2064 BFD_ASSERT (srel
!= NULL
);
2065 srel
->size
+= sizeof (Elf32_External_Rela
);
2069 /* We need to figure out the alignment required for this symbol. I
2070 have no idea how ELF linkers handle this. */
2071 power_of_two
= bfd_log2 (h
->size
);
2072 if (power_of_two
> 3)
2075 /* Apply the required alignment. */
2076 s
->size
= BFD_ALIGN (s
->size
, (bfd_size_type
) (1 << power_of_two
));
2077 if (power_of_two
> bfd_get_section_alignment (dynobj
, s
))
2079 if (! bfd_set_section_alignment (dynobj
, s
, power_of_two
))
2083 /* Define the symbol as being at this point in the section. */
2084 h
->root
.u
.def
.section
= s
;
2085 h
->root
.u
.def
.value
= s
->size
;
2087 /* Increment the section size to make room for the symbol. */
2093 /* Allocate space in .plt, .got and associated reloc sections for
2097 allocate_dynrelocs (h
, inf
)
2098 struct elf_link_hash_entry
*h
;
2101 struct bfd_link_info
*info
;
2102 struct elf_m32r_link_hash_table
*htab
;
2103 struct elf_m32r_link_hash_entry
*eh
;
2104 struct elf_m32r_dyn_relocs
*p
;
2106 if (h
->root
.type
== bfd_link_hash_indirect
)
2109 if (h
->root
.type
== bfd_link_hash_warning
)
2110 /* When warning symbols are created, they **replace** the "real"
2111 entry in the hash table, thus we never get to see the real
2112 symbol in a hash traversal. So look at it now. */
2113 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2115 info
= (struct bfd_link_info
*) inf
;
2116 htab
= m32r_elf_hash_table (info
);
2118 eh
= (struct elf_m32r_link_hash_entry
*) h
;
2119 // if ((h->got.refcount > 0
2120 // || h->forced_local)
2121 // && eh->gotplt_refcount > 0)
2123 // /* The symbol has been forced local, or we have some direct got refs,
2124 // so treat all the gotplt refs as got refs. */
2125 // h->got.refcount += eh->gotplt_refcount;
2126 // if (h->plt.refcount >= eh->gotplt_refcount)
2127 // h->plt.refcount -= eh->gotplt_refcount;
2130 if (htab
->root
.dynamic_sections_created
2131 && h
->plt
.refcount
> 0)
2133 /* Make sure this symbol is output as a dynamic symbol.
2134 Undefined weak syms won't yet be marked as dynamic. */
2135 if (h
->dynindx
== -1
2136 && !h
->forced_local
)
2138 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
2142 if (WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, info
->shared
, h
))
2144 asection
*s
= htab
->splt
;
2146 /* If this is the first .plt entry, make room for the special
2149 s
->size
+= PLT_ENTRY_SIZE
;
2151 h
->plt
.offset
= s
->size
;
2153 /* If this symbol is not defined in a regular file, and we are
2154 not generating a shared library, then set the symbol to this
2155 location in the .plt. This is required to make function
2156 pointers compare as equal between the normal executable and
2157 the shared library. */
2161 h
->root
.u
.def
.section
= s
;
2162 h
->root
.u
.def
.value
= h
->plt
.offset
;
2165 /* Make room for this entry. */
2166 s
->size
+= PLT_ENTRY_SIZE
;
2168 /* We also need to make an entry in the .got.plt section, which
2169 will be placed in the .got section by the linker script. */
2170 htab
->sgotplt
->size
+= 4;
2172 /* We also need to make an entry in the .rel.plt section. */
2173 htab
->srelplt
->size
+= sizeof (Elf32_External_Rela
);
2177 h
->plt
.offset
= (bfd_vma
) -1;
2183 h
->plt
.offset
= (bfd_vma
) -1;
2187 if (h
->got
.refcount
> 0)
2192 /* Make sure this symbol is output as a dynamic symbol.
2193 Undefined weak syms won't yet be marked as dynamic. */
2194 if (h
->dynindx
== -1
2195 && !h
->forced_local
)
2197 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
2203 h
->got
.offset
= s
->size
;
2205 dyn
= htab
->root
.dynamic_sections_created
;
2206 if (WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn
, info
->shared
, h
))
2207 htab
->srelgot
->size
+= sizeof (Elf32_External_Rela
);
2210 h
->got
.offset
= (bfd_vma
) -1;
2212 if (eh
->dyn_relocs
== NULL
)
2215 /* In the shared -Bsymbolic case, discard space allocated for
2216 dynamic pc-relative relocs against symbols which turn out to be
2217 defined in regular objects. For the normal shared case, discard
2218 space for pc-relative relocs that have become local due to symbol
2219 visibility changes. */
2227 struct elf_m32r_dyn_relocs
**pp
;
2228 for (pp
= &eh
->dyn_relocs
; (p
= *pp
) != NULL
; )
2230 p
->count
-= p
->pc_count
;
2241 /* For the non-shared case, discard space for relocs against
2242 symbols which turn out to need copy relocs or are not
2248 || (htab
->root
.dynamic_sections_created
2249 && (h
->root
.type
== bfd_link_hash_undefweak
2250 || h
->root
.type
== bfd_link_hash_undefined
))))
2252 /* Make sure this symbol is output as a dynamic symbol.
2253 Undefined weak syms won't yet be marked as dynamic. */
2254 if (h
->dynindx
== -1
2255 && !h
->forced_local
)
2257 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
2261 /* If that succeeded, we know we'll be keeping all the
2263 if (h
->dynindx
!= -1)
2267 eh
->dyn_relocs
= NULL
;
2272 /* Finally, allocate space. */
2273 for (p
= eh
->dyn_relocs
; p
!= NULL
; p
= p
->next
)
2275 asection
*sreloc
= elf_section_data (p
->sec
)->sreloc
;
2276 sreloc
->size
+= p
->count
* sizeof (Elf32_External_Rela
);
2281 /* Find any dynamic relocs that apply to read-only sections. */
2284 readonly_dynrelocs (h
, inf
)
2285 struct elf_link_hash_entry
*h
;
2288 struct elf_m32r_link_hash_entry
*eh
;
2289 struct elf_m32r_dyn_relocs
*p
;
2291 if (h
->root
.type
== bfd_link_hash_warning
)
2292 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2294 eh
= (struct elf_m32r_link_hash_entry
*) h
;
2295 for (p
= eh
->dyn_relocs
; p
!= NULL
; p
= p
->next
)
2297 asection
*s
= p
->sec
->output_section
;
2299 if (s
!= NULL
&& (s
->flags
& SEC_READONLY
) != 0)
2301 struct bfd_link_info
*info
= (struct bfd_link_info
*) inf
;
2303 info
->flags
|= DF_TEXTREL
;
2305 /* Not an error, just cut short the traversal. */
2312 /* Set the sizes of the dynamic sections. */
2315 m32r_elf_size_dynamic_sections (output_bfd
, info
)
2316 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2317 struct bfd_link_info
*info
;
2319 struct elf_m32r_link_hash_table
*htab
;
2326 printf("m32r_elf_size_dynamic_sections()\n");
2329 htab
= m32r_elf_hash_table (info
);
2330 dynobj
= htab
->root
.dynobj
;
2331 BFD_ASSERT (dynobj
!= NULL
);
2333 if (htab
->root
.dynamic_sections_created
)
2335 /* Set the contents of the .interp section to the interpreter. */
2338 s
= bfd_get_section_by_name (dynobj
, ".interp");
2339 BFD_ASSERT (s
!= NULL
);
2340 s
->size
= sizeof ELF_DYNAMIC_INTERPRETER
;
2341 s
->contents
= (unsigned char *) ELF_DYNAMIC_INTERPRETER
;
2345 /* Set up .got offsets for local syms, and space for local dynamic
2347 for (ibfd
= info
->input_bfds
; ibfd
!= NULL
; ibfd
= ibfd
->link_next
)
2349 bfd_signed_vma
*local_got
;
2350 bfd_signed_vma
*end_local_got
;
2351 bfd_size_type locsymcount
;
2352 Elf_Internal_Shdr
*symtab_hdr
;
2355 if (bfd_get_flavour (ibfd
) != bfd_target_elf_flavour
)
2358 for (s
= ibfd
->sections
; s
!= NULL
; s
= s
->next
)
2360 struct elf_m32r_dyn_relocs
*p
;
2362 for (p
= ((struct elf_m32r_dyn_relocs
*)
2363 elf_section_data (s
)->local_dynrel
);
2367 if (! bfd_is_abs_section (p
->sec
)
2368 && bfd_is_abs_section (p
->sec
->output_section
))
2370 /* Input section has been discarded, either because
2371 it is a copy of a linkonce section or due to
2372 linker script /DISCARD/, so we'll be discarding
2375 else if (p
->count
!= 0)
2377 srel
= elf_section_data (p
->sec
)->sreloc
;
2378 srel
->size
+= p
->count
* sizeof (Elf32_External_Rela
);
2379 if ((p
->sec
->output_section
->flags
& SEC_READONLY
) != 0)
2380 info
->flags
|= DF_TEXTREL
;
2385 local_got
= elf_local_got_refcounts (ibfd
);
2389 symtab_hdr
= &elf_tdata (ibfd
)->symtab_hdr
;
2390 locsymcount
= symtab_hdr
->sh_info
;
2391 end_local_got
= local_got
+ locsymcount
;
2393 srel
= htab
->srelgot
;
2394 for (; local_got
< end_local_got
; ++local_got
)
2398 *local_got
= s
->size
;
2401 srel
->size
+= sizeof (Elf32_External_Rela
);
2404 *local_got
= (bfd_vma
) -1;
2408 /* Allocate global sym .plt and .got entries, and space for global
2409 sym dynamic relocs. */
2410 elf_link_hash_traverse (&htab
->root
, allocate_dynrelocs
, (PTR
) info
);
2412 /* We now have determined the sizes of the various dynamic sections.
2413 Allocate memory for them. */
2415 for (s
= dynobj
->sections
; s
!= NULL
; s
= s
->next
)
2417 if ((s
->flags
& SEC_LINKER_CREATED
) == 0)
2422 || s
== htab
->sgotplt
)
2424 /* Strip this section if we don't need it; see the
2427 else if (strncmp (bfd_get_section_name (dynobj
, s
), ".rela", 5) == 0)
2429 if (s
->size
!= 0 && s
!= htab
->srelplt
)
2432 /* We use the reloc_count field as a counter if we need
2433 to copy relocs into the output file. */
2438 /* It's not one of our sections, so don't allocate space. */
2444 /* If we don't need this section, strip it from the
2445 output file. This is mostly to handle .rela.bss and
2446 .rela.plt. We must create both sections in
2447 create_dynamic_sections, because they must be created
2448 before the linker maps input sections to output
2449 sections. The linker does that before
2450 adjust_dynamic_symbol is called, and it is that
2451 function which decides whether anything needs to go
2452 into these sections. */
2453 _bfd_strip_section_from_output (info
, s
);
2457 /* Allocate memory for the section contents. We use bfd_zalloc
2458 here in case unused entries are not reclaimed before the
2459 section's contents are written out. This should not happen,
2460 but this way if it does, we get a R_M32R_NONE reloc instead
2462 s
->contents
= (bfd_byte
*) bfd_zalloc (dynobj
, s
->size
);
2463 if (s
->contents
== NULL
)
2467 if (htab
->root
.dynamic_sections_created
)
2469 /* Add some entries to the .dynamic section. We fill in the
2470 values later, in m32r_elf_finish_dynamic_sections, but we
2471 must add the entries now so that we get the correct size for
2472 the .dynamic section. The DT_DEBUG entry is filled in by the
2473 dynamic linker and used by the debugger. */
2474 #define add_dynamic_entry(TAG, VAL) \
2475 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
2479 if (! add_dynamic_entry (DT_DEBUG
, 0))
2483 if (htab
->splt
->size
!= 0)
2485 if (! add_dynamic_entry (DT_PLTGOT
, 0)
2486 || ! add_dynamic_entry (DT_PLTRELSZ
, 0)
2487 || ! add_dynamic_entry (DT_PLTREL
, DT_RELA
)
2488 || ! add_dynamic_entry (DT_JMPREL
, 0))
2494 if (! add_dynamic_entry (DT_RELA
, 0)
2495 || ! add_dynamic_entry (DT_RELASZ
, 0)
2496 || ! add_dynamic_entry (DT_RELAENT
,
2497 sizeof (Elf32_External_Rela
)))
2500 /* If any dynamic relocs apply to a read-only section,
2501 then we need a DT_TEXTREL entry. */
2502 if ((info
->flags
& DF_TEXTREL
) == 0)
2503 elf_link_hash_traverse (&htab
->root
, readonly_dynrelocs
,
2506 if ((info
->flags
& DF_TEXTREL
) != 0)
2508 if (! add_dynamic_entry (DT_TEXTREL
, 0))
2513 #undef add_dynamic_entry
2517 /* Relocate an M32R/D ELF section.
2518 There is some attempt to make this function usable for many architectures,
2519 both for RELA and REL type relocs, if only to serve as a learning tool.
2521 The RELOCATE_SECTION function is called by the new ELF backend linker
2522 to handle the relocations for a section.
2524 The relocs are always passed as Rela structures; if the section
2525 actually uses Rel structures, the r_addend field will always be
2528 This function is responsible for adjust the section contents as
2529 necessary, and (if using Rela relocs and generating a
2530 relocatable output file) adjusting the reloc addend as
2533 This function does not have to worry about setting the reloc
2534 address or the reloc symbol index.
2536 LOCAL_SYMS is a pointer to the swapped in local symbols.
2538 LOCAL_SECTIONS is an array giving the section in the input file
2539 corresponding to the st_shndx field of each local symbol.
2541 The global hash table entry for the global symbols can be found
2542 via elf_sym_hashes (input_bfd).
2544 When generating relocatable output, this function must handle
2545 STB_LOCAL/STT_SECTION symbols specially. The output symbol is
2546 going to be the section symbol corresponding to the output
2547 section, which means that the addend must be adjusted
2551 m32r_elf_relocate_section (output_bfd
, info
, input_bfd
, input_section
,
2552 contents
, relocs
, local_syms
, local_sections
)
2553 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2554 struct bfd_link_info
*info
;
2556 asection
*input_section
;
2558 Elf_Internal_Rela
*relocs
;
2559 Elf_Internal_Sym
*local_syms
;
2560 asection
**local_sections
;
2562 Elf_Internal_Shdr
*symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
2563 struct elf_link_hash_entry
**sym_hashes
= elf_sym_hashes (input_bfd
);
2564 Elf_Internal_Rela
*rel
, *relend
;
2565 /* Assume success. */
2566 bfd_boolean ret
= TRUE
;
2568 struct elf_m32r_link_hash_table
*htab
= m32r_elf_hash_table (info
);
2570 bfd_vma
*local_got_offsets
;
2571 asection
*sgot
, *splt
, *sreloc
;
2572 bfd_vma high_address
= bfd_get_section_limit (input_bfd
, input_section
);
2574 dynobj
= htab
->root
.dynobj
;
2575 local_got_offsets
= elf_local_got_offsets (input_bfd
);
2582 relend
= relocs
+ input_section
->reloc_count
;
2583 for (; rel
< relend
; rel
++)
2586 reloc_howto_type
*howto
;
2587 unsigned long r_symndx
;
2588 struct elf_link_hash_entry
*h
;
2589 /* We can't modify r_addend here as elf_link_input_bfd has an assert to
2590 ensure it's zero (we use REL relocs, not RELA). Therefore this
2591 should be assigning zero to `addend', but for clarity we use
2593 bfd_vma addend
= rel
->r_addend
;
2594 bfd_vma offset
= rel
->r_offset
;
2595 Elf_Internal_Sym
*sym
;
2597 const char *sym_name
;
2598 bfd_reloc_status_type r
;
2599 const char *errmsg
= NULL
;
2600 bfd_boolean use_rel
= FALSE
;
2603 r_type
= ELF32_R_TYPE (rel
->r_info
);
2604 if (r_type
< 0 || r_type
>= (int) R_M32R_max
)
2606 (*_bfd_error_handler
) (_("%B: unknown relocation type %d"),
2609 bfd_set_error (bfd_error_bad_value
);
2614 if (r_type
== R_M32R_GNU_VTENTRY
2615 || r_type
== R_M32R_GNU_VTINHERIT
2616 || r_type
== R_M32R_NONE
2617 || r_type
== R_M32R_RELA_GNU_VTENTRY
2618 || r_type
== R_M32R_RELA_GNU_VTINHERIT
)
2621 if (r_type
<= R_M32R_GNU_VTENTRY
)
2624 howto
= m32r_elf_howto_table
+ r_type
;
2625 r_symndx
= ELF32_R_SYM (rel
->r_info
);
2627 if (info
->relocatable
&& use_rel
)
2629 /* This is a relocatable link. We don't have to change
2630 anything, unless the reloc is against a section symbol,
2631 in which case we have to adjust according to where the
2632 section symbol winds up in the output section. */
2634 if (r_symndx
>= symtab_hdr
->sh_info
)
2636 /* External symbol. */
2641 sym
= local_syms
+ r_symndx
;
2642 sym_name
= "<local symbol>";
2643 /* STT_SECTION: symbol is associated with a section. */
2644 if (ELF_ST_TYPE (sym
->st_info
) != STT_SECTION
)
2646 /* Symbol isn't associated with a section. Nothing to do. */
2650 sec
= local_sections
[r_symndx
];
2651 addend
+= sec
->output_offset
+ sym
->st_value
;
2653 /* If partial_inplace, we need to store any additional addend
2654 back in the section. */
2655 if (! howto
->partial_inplace
)
2657 /* ??? Here is a nice place to call a special_function
2659 if (r_type
!= R_M32R_HI16_SLO
&& r_type
!= R_M32R_HI16_ULO
)
2660 r
= _bfd_relocate_contents (howto
, input_bfd
,
2661 addend
, contents
+ offset
);
2664 Elf_Internal_Rela
*lorel
;
2666 /* We allow an arbitrary number of HI16 relocs before the
2667 LO16 reloc. This permits gcc to emit the HI and LO relocs
2669 for (lorel
= rel
+ 1;
2671 && (ELF32_R_TYPE (lorel
->r_info
) == R_M32R_HI16_SLO
2672 || ELF32_R_TYPE (lorel
->r_info
) == R_M32R_HI16_ULO
));
2676 && ELF32_R_TYPE (lorel
->r_info
) == R_M32R_LO16
)
2678 m32r_elf_relocate_hi16 (input_bfd
, r_type
, rel
, lorel
,
2683 r
= _bfd_relocate_contents (howto
, input_bfd
,
2684 addend
, contents
+ offset
);
2691 /* This is a final link. */
2696 if (r_symndx
< symtab_hdr
->sh_info
)
2699 sym
= local_syms
+ r_symndx
;
2700 sec
= local_sections
[r_symndx
];
2701 sym_name
= "<local symbol>";
2705 relocation
= _bfd_elf_rela_local_sym (output_bfd
, sym
, &sec
, rel
);
2706 addend
= rel
->r_addend
;
2708 if (info
->relocatable
)
2710 /* This is a relocatable link. We don't have to change
2711 anything, unless the reloc is against a section symbol,
2712 in which case we have to adjust according to where the
2713 section symbol winds up in the output section. */
2714 if (ELF_ST_TYPE (sym
->st_info
) == STT_SECTION
)
2715 rel
->r_addend
+= sec
->output_offset
+ sym
->st_value
;
2722 relocation
= (sec
->output_section
->vma
2723 + sec
->output_offset
2729 /* External symbol. */
2730 if (info
->relocatable
&& !use_rel
)
2733 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
2734 while (h
->root
.type
== bfd_link_hash_indirect
2735 || h
->root
.type
== bfd_link_hash_warning
)
2736 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2737 sym_name
= h
->root
.root
.string
;
2739 if (h
->root
.type
== bfd_link_hash_defined
2740 || h
->root
.type
== bfd_link_hash_defweak
)
2743 sec
= h
->root
.u
.def
.section
;
2745 dyn
= htab
->root
.dynamic_sections_created
;
2746 sec
= h
->root
.u
.def
.section
;
2747 if (r_type
== R_M32R_GOTPC24
2748 || (r_type
== R_M32R_GOTPC_HI_ULO
2749 || r_type
== R_M32R_GOTPC_HI_SLO
2750 || r_type
== R_M32R_GOTPC_LO
)
2751 || (r_type
== R_M32R_26_PLTREL
2752 && h
->plt
.offset
!= (bfd_vma
) -1)
2753 || ((r_type
== R_M32R_GOT24
2754 || r_type
== R_M32R_GOT16_HI_ULO
2755 || r_type
== R_M32R_GOT16_HI_SLO
2756 || r_type
== R_M32R_GOT16_LO
)
2757 && WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn
,
2760 || (! info
->symbolic
&& h
->dynindx
!= -1)
2761 || !h
->def_regular
))
2763 && ((! info
->symbolic
&& h
->dynindx
!= -1)
2765 && (((r_type
== R_M32R_16_RELA
2766 || r_type
== R_M32R_32_RELA
2767 || r_type
== R_M32R_24_RELA
2768 || r_type
== R_M32R_HI16_ULO_RELA
2769 || r_type
== R_M32R_HI16_SLO_RELA
2770 || r_type
== R_M32R_LO16_RELA
)
2771 && !h
->forced_local
)
2772 || r_type
== R_M32R_10_PCREL_RELA
2773 || r_type
== R_M32R_18_PCREL_RELA
2774 || r_type
== R_M32R_26_PCREL_RELA
)
2775 && ((input_section
->flags
& SEC_ALLOC
) != 0
2776 /* DWARF will emit R_M32R_16(24,32) relocations
2777 in its sections against symbols defined
2778 externally in shared libraries. We can't do
2779 anything with them here. */
2780 || ((input_section
->flags
& SEC_DEBUGGING
) != 0
2781 && h
->def_dynamic
))))
2783 /* In these cases, we don't need the relocation
2784 value. We check specially because in some
2785 obscure cases sec->output_section will be NULL. */
2788 else if (sec
->output_section
== NULL
)
2790 (*_bfd_error_handler
)
2791 (_("%s: warning: unresolvable relocation against symbol `%s' from %s section"),
2792 bfd_get_filename (input_bfd
), h
->root
.root
.string
,
2793 bfd_get_section_name (input_bfd
, input_section
));
2798 relocation
= (h
->root
.u
.def
.value
2799 + sec
->output_section
->vma
2800 + sec
->output_offset
);
2802 else if (h
->root
.type
== bfd_link_hash_undefweak
)
2804 else if (info
->unresolved_syms_in_objects
== RM_IGNORE
2805 && ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
)
2809 if (! ((*info
->callbacks
->undefined_symbol
)
2810 (info
, h
->root
.root
.string
, input_bfd
,
2811 input_section
, offset
,
2812 (info
->unresolved_syms_in_objects
== RM_GENERATE_ERROR
2813 || ELF_ST_VISIBILITY (h
->other
)))))
2819 /* Sanity check the address. */
2820 if (offset
> high_address
)
2822 r
= bfd_reloc_outofrange
;
2826 switch ((int) r_type
)
2829 /* Relocation is relative to the start of the global offset
2830 table (for ld24 rx, #uimm24). eg access at label+addend
2832 ld24 rx. #label@GOTOFF + addend
2835 BFD_ASSERT (sgot
!= NULL
);
2837 relocation
= -(relocation
- sgot
->output_section
->vma
);
2838 rel
->r_addend
= -rel
->r_addend
;
2841 case R_M32R_GOTOFF_HI_ULO
:
2842 case R_M32R_GOTOFF_HI_SLO
:
2843 case R_M32R_GOTOFF_LO
:
2844 BFD_ASSERT (sgot
!= NULL
);
2846 relocation
-= sgot
->output_section
->vma
;
2848 if ((r_type
== R_M32R_GOTOFF_HI_SLO
)
2849 && ((relocation
+ rel
->r_addend
) & 0x8000))
2850 rel
->r_addend
+= 0x10000;
2853 case R_M32R_GOTPC24
:
2854 /* .got(_GLOBAL_OFFSET_TABLE_) - pc relocation
2855 ld24 rx,#_GLOBAL_OFFSET_TABLE_
2857 relocation
= sgot
->output_section
->vma
;
2860 case R_M32R_GOTPC_HI_ULO
:
2861 case R_M32R_GOTPC_HI_SLO
:
2862 case R_M32R_GOTPC_LO
:
2864 /* .got(_GLOBAL_OFFSET_TABLE_) - pc relocation
2866 seth rx,#high(_GLOBAL_OFFSET_TABLE_)
2867 or3 rx,rx,#low(_GLOBAL_OFFSET_TABLE_ +4)
2870 seth rx,#shigh(_GLOBAL_OFFSET_TABLE_)
2871 add3 rx,rx,#low(_GLOBAL_OFFSET_TABLE_ +4)
2873 relocation
= sgot
->output_section
->vma
;
2874 relocation
-= (input_section
->output_section
->vma
2875 + input_section
->output_offset
2877 if ((r_type
== R_M32R_GOTPC_HI_SLO
)
2878 && ((relocation
+ rel
->r_addend
) & 0x8000))
2879 rel
->r_addend
+= 0x10000;
2883 case R_M32R_GOT16_HI_ULO
:
2884 case R_M32R_GOT16_HI_SLO
:
2885 case R_M32R_GOT16_LO
:
2888 /* Relocation is to the entry for this symbol in the global
2890 BFD_ASSERT (sgot
!= NULL
);
2897 off
= h
->got
.offset
;
2898 BFD_ASSERT (off
!= (bfd_vma
) -1);
2900 dyn
= htab
->root
.dynamic_sections_created
;
2901 if (! WILL_CALL_FINISH_DYNAMIC_SYMBOL (dyn
, info
->shared
, h
)
2908 /* This is actually a static link, or it is a
2909 -Bsymbolic link and the symbol is defined
2910 locally, or the symbol was forced to be local
2911 because of a version file. We must initialize
2912 this entry in the global offset table. Since the
2913 offset must always be a multiple of 4, we use the
2914 least significant bit to record whether we have
2915 initialized it already.
2917 When doing a dynamic link, we create a .rela.got
2918 relocation entry to initialize the value. This
2919 is done in the finish_dynamic_symbol routine. */
2924 bfd_put_32 (output_bfd
, relocation
,
2925 sgot
->contents
+ off
);
2930 relocation
= sgot
->output_offset
+ off
;
2937 BFD_ASSERT (local_got_offsets
!= NULL
2938 && local_got_offsets
[r_symndx
] != (bfd_vma
) -1);
2940 off
= local_got_offsets
[r_symndx
];
2942 /* The offset must always be a multiple of 4. We use
2943 the least significant bit to record whether we have
2944 already processed this entry. */
2949 bfd_put_32 (output_bfd
, relocation
, sgot
->contents
+ off
);
2954 Elf_Internal_Rela outrel
;
2956 /* We need to generate a R_M32R_RELATIVE reloc
2957 for the dynamic linker. */
2958 srelgot
= bfd_get_section_by_name (dynobj
, ".rela.got");
2959 BFD_ASSERT (srelgot
!= NULL
);
2961 outrel
.r_offset
= (sgot
->output_section
->vma
2962 + sgot
->output_offset
2964 outrel
.r_info
= ELF32_R_INFO (0, R_M32R_RELATIVE
);
2965 outrel
.r_addend
= relocation
;
2966 loc
= srelgot
->contents
;
2967 loc
+= srelgot
->reloc_count
* sizeof(Elf32_External_Rela
);
2968 bfd_elf32_swap_reloca_out (output_bfd
, &outrel
,loc
);
2969 ++srelgot
->reloc_count
;
2972 local_got_offsets
[r_symndx
] |= 1;
2975 relocation
= sgot
->output_offset
+ off
;
2977 if ((r_type
== R_M32R_GOT16_HI_SLO
)
2978 && ((relocation
+ rel
->r_addend
) & 0x8000))
2979 rel
->r_addend
+= 0x10000;
2983 case R_M32R_26_PLTREL
:
2984 /* Relocation is to the entry for this symbol in the
2985 procedure linkage table. */
2987 /* The native assembler will generate a 26_PLTREL reloc
2988 for a local symbol if you assemble a call from one
2989 section to another when using -K pic. */
2993 //if (ELF_ST_VISIBILITY (h->other) == STV_INTERNAL
2994 // || ELF_ST_VISIBILITY (h->other) == STV_HIDDEN)
2996 if (h
->forced_local
)
2999 if (h
->plt
.offset
== (bfd_vma
) -1)
3001 /* We didn't make a PLT entry for this symbol. This
3002 happens when statically linking PIC code, or when
3003 using -Bsymbolic. */
3007 relocation
= (splt
->output_section
->vma
3008 + splt
->output_offset
3012 case R_M32R_HI16_SLO_RELA
:
3014 if ((relocation
+ rel
->r_addend
) & 0x8000)
3016 rel
->r_addend
+= 0x10000;
3020 case R_M32R_16_RELA
:
3021 case R_M32R_24_RELA
:
3022 case R_M32R_32_RELA
:
3023 case R_M32R_18_PCREL_RELA
:
3024 case R_M32R_26_PCREL_RELA
:
3025 case R_M32R_HI16_ULO_RELA
:
3026 case R_M32R_LO16_RELA
:
3029 && (input_section
->flags
& SEC_ALLOC
) != 0
3030 && ((r_type
!= R_M32R_18_PCREL_RELA
3031 && r_type
!= R_M32R_26_PCREL_RELA
)
3034 && (! info
->symbolic
3035 || !h
->def_regular
))))
3037 Elf_Internal_Rela outrel
;
3038 bfd_boolean skip
, relocate
;
3041 /* When generating a shared object, these relocations
3042 are copied into the output file to be resolved at run
3049 name
= (bfd_elf_string_from_elf_section
3051 elf_elfheader (input_bfd
)->e_shstrndx
,
3052 elf_section_data (input_section
)->rel_hdr
.sh_name
));
3056 BFD_ASSERT (strncmp (name
, ".rela", 5) == 0
3057 && strcmp (bfd_get_section_name (input_bfd
,
3061 sreloc
= bfd_get_section_by_name (dynobj
, name
);
3062 BFD_ASSERT (sreloc
!= NULL
);
3068 outrel
.r_offset
= _bfd_elf_section_offset (output_bfd
,
3072 if (outrel
.r_offset
== (bfd_vma
) -1)
3074 else if (outrel
.r_offset
== (bfd_vma
) -2)
3075 skip
= TRUE
, relocate
= TRUE
;
3076 outrel
.r_offset
+= (input_section
->output_section
->vma
3077 + input_section
->output_offset
);
3080 memset (&outrel
, 0, sizeof outrel
);
3081 else if (r_type
== R_M32R_18_PCREL_RELA
3082 || r_type
== R_M32R_26_PCREL_RELA
)
3084 BFD_ASSERT (h
!= NULL
&& h
->dynindx
!= -1);
3085 outrel
.r_info
= ELF32_R_INFO (h
->dynindx
, r_type
);
3086 outrel
.r_addend
= rel
->r_addend
;
3090 /* h->dynindx may be -1 if this symbol was marked to
3093 || ((info
->symbolic
|| h
->dynindx
== -1)
3097 outrel
.r_info
= ELF32_R_INFO (0, R_M32R_RELATIVE
);
3098 outrel
.r_addend
= relocation
+ rel
->r_addend
;
3102 BFD_ASSERT (h
->dynindx
!= -1);
3103 outrel
.r_info
= ELF32_R_INFO (h
->dynindx
, r_type
);
3104 outrel
.r_addend
= relocation
+ rel
->r_addend
;
3108 loc
= sreloc
->contents
;
3109 loc
+= sreloc
->reloc_count
* sizeof(Elf32_External_Rela
);
3110 bfd_elf32_swap_reloca_out (output_bfd
, &outrel
,loc
);
3111 ++sreloc
->reloc_count
;
3113 /* If this reloc is against an external symbol, we do
3114 not want to fiddle with the addend. Otherwise, we
3115 need to include the symbol value so that it becomes
3116 an addend for the dynamic reloc. */
3122 case (int) R_M32R_10_PCREL
:
3123 r
= m32r_elf_do_10_pcrel_reloc (input_bfd
, howto
, input_section
,
3125 sec
, relocation
, addend
);
3128 case (int) R_M32R_HI16_SLO
:
3129 case (int) R_M32R_HI16_ULO
:
3131 Elf_Internal_Rela
*lorel
;
3133 /* We allow an arbitrary number of HI16 relocs before the
3134 LO16 reloc. This permits gcc to emit the HI and LO relocs
3136 for (lorel
= rel
+ 1;
3138 && (ELF32_R_TYPE (lorel
->r_info
) == R_M32R_HI16_SLO
3139 || ELF32_R_TYPE (lorel
->r_info
) == R_M32R_HI16_ULO
));
3143 && ELF32_R_TYPE (lorel
->r_info
) == R_M32R_LO16
)
3145 m32r_elf_relocate_hi16 (input_bfd
, r_type
, rel
, lorel
,
3146 contents
, relocation
+ addend
);
3150 r
= _bfd_final_link_relocate (howto
, input_bfd
, input_section
,
3152 relocation
, addend
);
3157 case (int) R_M32R_SDA16_RELA
:
3158 case (int) R_M32R_SDA16
:
3162 BFD_ASSERT (sec
!= NULL
);
3163 name
= bfd_get_section_name (abfd
, sec
);
3165 if (strcmp (name
, ".sdata") == 0
3166 || strcmp (name
, ".sbss") == 0
3167 || strcmp (name
, ".scommon") == 0)
3170 bfd
*out_bfd
= sec
->output_section
->owner
;
3172 r
= m32r_elf_final_sda_base (out_bfd
, info
,
3175 if (r
!= bfd_reloc_ok
)
3181 /* At this point `relocation' contains the object's
3183 relocation
-= sda_base
;
3184 /* Now it contains the offset from _SDA_BASE_. */
3188 (*_bfd_error_handler
)
3189 (_("%B: The target (%s) of an %s relocation is in the wrong section (%A)"),
3193 m32r_elf_howto_table
[(int) r_type
].name
);
3194 /*bfd_set_error (bfd_error_bad_value); ??? why? */
3201 default : /* OLD_M32R_RELOC */
3203 r
= _bfd_final_link_relocate (howto
, input_bfd
, input_section
,
3205 relocation
, addend
);
3209 r
= _bfd_final_link_relocate (howto
, input_bfd
, input_section
,
3210 contents
, rel
->r_offset
,
3211 relocation
, rel
->r_addend
);
3217 if (r
!= bfd_reloc_ok
)
3219 /* FIXME: This should be generic enough to go in a utility. */
3223 name
= h
->root
.root
.string
;
3226 name
= (bfd_elf_string_from_elf_section
3227 (input_bfd
, symtab_hdr
->sh_link
, sym
->st_name
));
3228 if (name
== NULL
|| *name
== '\0')
3229 name
= bfd_section_name (input_bfd
, sec
);
3237 case bfd_reloc_overflow
:
3238 if (! ((*info
->callbacks
->reloc_overflow
)
3239 (info
, (h
? &h
->root
: NULL
), name
, howto
->name
,
3240 (bfd_vma
) 0, input_bfd
, input_section
, offset
)))
3244 case bfd_reloc_undefined
:
3245 if (! ((*info
->callbacks
->undefined_symbol
)
3246 (info
, name
, input_bfd
, input_section
,
3251 case bfd_reloc_outofrange
:
3252 errmsg
= _("internal error: out of range error");
3255 case bfd_reloc_notsupported
:
3256 errmsg
= _("internal error: unsupported relocation error");
3259 case bfd_reloc_dangerous
:
3260 errmsg
= _("internal error: dangerous error");
3264 errmsg
= _("internal error: unknown error");
3268 if (!((*info
->callbacks
->warning
)
3269 (info
, errmsg
, name
, input_bfd
, input_section
,
3280 /* Finish up dynamic symbol handling. We set the contents of various
3281 dynamic sections here. */
3283 m32r_elf_finish_dynamic_symbol (output_bfd
, info
, h
, sym
)
3285 struct bfd_link_info
*info
;
3286 struct elf_link_hash_entry
*h
;
3287 Elf_Internal_Sym
*sym
;
3289 struct elf_m32r_link_hash_table
*htab
;
3294 printf("m32r_elf_finish_dynamic_symbol()\n");
3297 htab
= m32r_elf_hash_table (info
);
3298 dynobj
= htab
->root
.dynobj
;
3300 if (h
->plt
.offset
!= (bfd_vma
) -1)
3308 Elf_Internal_Rela rela
;
3310 /* This symbol has an entry in the procedure linkage table. Set
3313 BFD_ASSERT (h
->dynindx
!= -1);
3316 sgot
= htab
->sgotplt
;
3317 srela
= htab
->srelplt
;
3318 BFD_ASSERT (splt
!= NULL
&& sgot
!= NULL
&& srela
!= NULL
);
3320 /* Get the index in the procedure linkage table which
3321 corresponds to this symbol. This is the index of this symbol
3322 in all the symbols for which we are making plt entries. The
3323 first entry in the procedure linkage table is reserved. */
3324 plt_index
= h
->plt
.offset
/ PLT_ENTRY_SIZE
- 1;
3326 /* Get the offset into the .got table of the entry that
3327 corresponds to this function. Each .got entry is 4 bytes.
3328 The first three are reserved. */
3329 got_offset
= (plt_index
+ 3) * 4;
3331 /* Fill in the entry in the procedure linkage table. */
3334 bfd_put_32 (output_bfd
,
3336 + (((sgot
->output_section
->vma
3337 + sgot
->output_offset
3338 + got_offset
) >> 16) & 0xffff)),
3339 splt
->contents
+ h
->plt
.offset
);
3340 bfd_put_32 (output_bfd
,
3342 + ((sgot
->output_section
->vma
3343 + sgot
->output_offset
3344 + got_offset
) & 0xffff)),
3345 splt
->contents
+ h
->plt
.offset
+ 4);
3346 bfd_put_32 (output_bfd
, PLT_ENTRY_WORD2
,
3347 splt
->contents
+ h
->plt
.offset
+ 8);
3348 bfd_put_32 (output_bfd
,
3350 + plt_index
* sizeof (Elf32_External_Rela
)),
3351 splt
->contents
+ h
->plt
.offset
+ 12);
3352 bfd_put_32 (output_bfd
,
3354 + (((unsigned int) ((- (h
->plt
.offset
+ 16)) >> 2)) & 0xffffff)),
3355 splt
->contents
+ h
->plt
.offset
+ 16);
3359 bfd_put_32 (output_bfd
,
3360 PLT_ENTRY_WORD0
+ got_offset
,
3361 splt
->contents
+ h
->plt
.offset
);
3362 bfd_put_32 (output_bfd
, PLT_ENTRY_WORD1
,
3363 splt
->contents
+ h
->plt
.offset
+ 4);
3364 bfd_put_32 (output_bfd
, PLT_ENTRY_WORD2
,
3365 splt
->contents
+ h
->plt
.offset
+ 8);
3366 bfd_put_32 (output_bfd
,
3368 + plt_index
* sizeof (Elf32_External_Rela
)),
3369 splt
->contents
+ h
->plt
.offset
+ 12);
3370 bfd_put_32 (output_bfd
,
3372 + (((unsigned int) ((- (h
->plt
.offset
+ 16)) >> 2)) & 0xffffff)),
3373 splt
->contents
+ h
->plt
.offset
+ 16);
3376 /* Fill in the entry in the global offset table. */
3377 bfd_put_32 (output_bfd
,
3378 (splt
->output_section
->vma
3379 + splt
->output_offset
3381 + 12), /* same offset */
3382 sgot
->contents
+ got_offset
);
3384 /* Fill in the entry in the .rela.plt section. */
3385 rela
.r_offset
= (sgot
->output_section
->vma
3386 + sgot
->output_offset
3388 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_M32R_JMP_SLOT
);
3390 loc
= srela
->contents
;
3391 loc
+= plt_index
* sizeof(Elf32_External_Rela
);
3392 bfd_elf32_swap_reloca_out (output_bfd
, &rela
, loc
);
3394 if (!h
->def_regular
)
3396 /* Mark the symbol as undefined, rather than as defined in
3397 the .plt section. Leave the value alone. */
3398 sym
->st_shndx
= SHN_UNDEF
;
3402 if (h
->got
.offset
!= (bfd_vma
) -1)
3406 Elf_Internal_Rela rela
;
3408 /* This symbol has an entry in the global offset table. Set it
3412 srela
= htab
->srelgot
;
3413 BFD_ASSERT (sgot
!= NULL
&& srela
!= NULL
);
3415 rela
.r_offset
= (sgot
->output_section
->vma
3416 + sgot
->output_offset
3417 + (h
->got
.offset
&~ 1));
3419 /* If this is a -Bsymbolic link, and the symbol is defined
3420 locally, we just want to emit a RELATIVE reloc. Likewise if
3421 the symbol was forced to be local because of a version file.
3422 The entry in the global offset table will already have been
3423 initialized in the relocate_section function. */
3430 rela
.r_info
= ELF32_R_INFO (0, R_M32R_RELATIVE
);
3431 rela
.r_addend
= (h
->root
.u
.def
.value
3432 + h
->root
.u
.def
.section
->output_section
->vma
3433 + h
->root
.u
.def
.section
->output_offset
);
3437 BFD_ASSERT((h
->got
.offset
& 1) == 0);
3438 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ h
->got
.offset
);
3439 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_M32R_GLOB_DAT
);
3443 loc
= srela
->contents
;
3444 loc
+= srela
->reloc_count
* sizeof(Elf32_External_Rela
);
3445 bfd_elf32_swap_reloca_out (output_bfd
, &rela
, loc
);
3446 ++srela
->reloc_count
;
3452 Elf_Internal_Rela rela
;
3454 /* This symbols needs a copy reloc. Set it up. */
3456 BFD_ASSERT (h
->dynindx
!= -1
3457 && (h
->root
.type
== bfd_link_hash_defined
3458 || h
->root
.type
== bfd_link_hash_defweak
));
3460 s
= bfd_get_section_by_name (h
->root
.u
.def
.section
->owner
,
3462 BFD_ASSERT (s
!= NULL
);
3464 rela
.r_offset
= (h
->root
.u
.def
.value
3465 + h
->root
.u
.def
.section
->output_section
->vma
3466 + h
->root
.u
.def
.section
->output_offset
);
3467 rela
.r_info
= ELF32_R_INFO (h
->dynindx
, R_M32R_COPY
);
3470 loc
+= s
->reloc_count
* sizeof(Elf32_External_Rela
);
3471 bfd_elf32_swap_reloca_out (output_bfd
, &rela
, loc
);
3475 /* Mark some specially defined symbols as absolute. */
3476 if (strcmp (h
->root
.root
.string
, "_DYNAMIC") == 0
3477 || strcmp (h
->root
.root
.string
, "_GLOBAL_OFFSET_TABLE_") == 0)
3478 sym
->st_shndx
= SHN_ABS
;
3484 /* Finish up the dynamic sections. */
3487 m32r_elf_finish_dynamic_sections (output_bfd
, info
)
3489 struct bfd_link_info
*info
;
3491 struct elf_m32r_link_hash_table
*htab
;
3497 printf("m32r_elf_finish_dynamic_sections()\n");
3500 htab
= m32r_elf_hash_table (info
);
3501 dynobj
= htab
->root
.dynobj
;
3503 sgot
= htab
->sgotplt
;
3504 sdyn
= bfd_get_section_by_name (dynobj
, ".dynamic");
3506 if (htab
->root
.dynamic_sections_created
)
3509 Elf32_External_Dyn
*dyncon
, *dynconend
;
3511 BFD_ASSERT (sgot
!= NULL
&& sdyn
!= NULL
);
3513 dyncon
= (Elf32_External_Dyn
*) sdyn
->contents
;
3514 dynconend
= (Elf32_External_Dyn
*) (sdyn
->contents
+ sdyn
->size
);
3516 for (; dyncon
< dynconend
; dyncon
++)
3518 Elf_Internal_Dyn dyn
;
3522 bfd_elf32_swap_dyn_in (dynobj
, dyncon
, &dyn
);
3531 s
= htab
->sgot
->output_section
;
3535 s
= htab
->srelplt
->output_section
;
3537 BFD_ASSERT (s
!= NULL
);
3538 dyn
.d_un
.d_ptr
= s
->vma
;
3539 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
3543 s
= htab
->srelplt
->output_section
;
3544 BFD_ASSERT (s
!= NULL
);
3545 dyn
.d_un
.d_val
= s
->size
;
3546 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
3550 /* My reading of the SVR4 ABI indicates that the
3551 procedure linkage table relocs (DT_JMPREL) should be
3552 included in the overall relocs (DT_RELA). This is
3553 what Solaris does. However, UnixWare can not handle
3554 that case. Therefore, we override the DT_RELASZ entry
3555 here to make it not include the JMPREL relocs. Since
3556 the linker script arranges for .rela.plt to follow all
3557 other relocation sections, we don't have to worry
3558 about changing the DT_RELA entry. */
3559 if (htab
->srelplt
!= NULL
)
3561 s
= htab
->srelplt
->output_section
;
3562 dyn
.d_un
.d_val
-= s
->size
;
3564 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
3569 /* Fill in the first entry in the procedure linkage table. */
3571 if (splt
&& splt
->size
> 0)
3575 bfd_put_32 (output_bfd
, PLT0_PIC_ENTRY_WORD0
, splt
->contents
);
3576 bfd_put_32 (output_bfd
, PLT0_PIC_ENTRY_WORD1
, splt
->contents
+ 4);
3577 bfd_put_32 (output_bfd
, PLT0_PIC_ENTRY_WORD2
, splt
->contents
+ 8);
3578 bfd_put_32 (output_bfd
, PLT0_PIC_ENTRY_WORD3
, splt
->contents
+ 12);
3579 bfd_put_32 (output_bfd
, PLT0_PIC_ENTRY_WORD4
, splt
->contents
+ 16);
3584 /* addr = .got + 4 */
3585 addr
= sgot
->output_section
->vma
+ sgot
->output_offset
+ 4;
3586 bfd_put_32 (output_bfd
,
3587 PLT0_ENTRY_WORD0
| ((addr
>> 16) & 0xffff),
3589 bfd_put_32 (output_bfd
,
3590 PLT0_ENTRY_WORD1
| (addr
& 0xffff),
3591 splt
->contents
+ 4);
3592 bfd_put_32 (output_bfd
, PLT0_ENTRY_WORD2
, splt
->contents
+ 8);
3593 bfd_put_32 (output_bfd
, PLT0_ENTRY_WORD3
, splt
->contents
+ 12);
3594 bfd_put_32 (output_bfd
, PLT0_ENTRY_WORD4
, splt
->contents
+ 16);
3597 elf_section_data (splt
->output_section
)->this_hdr
.sh_entsize
=
3602 /* Fill in the first three entries in the global offset table. */
3603 if (sgot
&& sgot
->size
> 0)
3606 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
);
3608 bfd_put_32 (output_bfd
,
3609 sdyn
->output_section
->vma
+ sdyn
->output_offset
,
3611 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ 4);
3612 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ 8);
3614 elf_section_data (sgot
->output_section
)->this_hdr
.sh_entsize
= 4;
3621 #if 0 /* relaxing not supported yet */
3623 /* This function handles relaxing for the m32r.
3624 Relaxing on the m32r is tricky because of instruction alignment
3625 requirements (4 byte instructions must be aligned on 4 byte boundaries).
3627 The following relaxing opportunities are handled:
3629 seth/add3/jl -> bl24 or bl8
3632 It would be nice to handle bl24 -> bl8 but given:
3634 - 4 byte insns must be on 4 byte boundaries
3635 - branch instructions only branch to insns on 4 byte boundaries
3637 this isn't much of a win because the insn in the 2 "deleted" bytes
3638 must become a nop. With some complexity some real relaxation could be
3639 done but the frequency just wouldn't make it worth it; it's better to
3640 try to do all the code compaction one can elsewhere.
3641 When the chip supports parallel 16 bit insns, things may change.
3645 m32r_elf_relax_section (abfd
, sec
, link_info
, again
)
3648 struct bfd_link_info
*link_info
;
3651 Elf_Internal_Shdr
*symtab_hdr
;
3652 /* The Rela structures are used here because that's what
3653 _bfd_elf_link_read_relocs uses [for convenience - it sets the addend
3655 Elf_Internal_Rela
*internal_relocs
= NULL
;
3656 Elf_Internal_Rela
*irel
, *irelend
;
3657 bfd_byte
*contents
= NULL
;
3658 Elf_Internal_Sym
*isymbuf
= NULL
;
3660 /* Assume nothing changes. */
3663 /* We don't have to do anything for a relocatable link, if
3664 this section does not have relocs, or if this is not a
3666 if (link_info
->relocatable
3667 || (sec
->flags
& SEC_RELOC
) == 0
3668 || sec
->reloc_count
== 0
3669 || (sec
->flags
& SEC_CODE
) == 0
3670 || 0 /* FIXME: check SHF_M32R_CAN_RELAX */)
3673 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
3675 /* Get a copy of the native relocations. */
3676 internal_relocs
= (_bfd_elf_link_read_relocs
3677 (abfd
, sec
, (PTR
) NULL
, (Elf_Internal_Rela
*) NULL
,
3678 link_info
->keep_memory
));
3679 if (internal_relocs
== NULL
)
3682 /* Walk through them looking for relaxing opportunities. */
3683 irelend
= internal_relocs
+ sec
->reloc_count
;
3684 for (irel
= internal_relocs
; irel
< irelend
; irel
++)
3688 /* If this isn't something that can be relaxed, then ignore
3690 if (ELF32_R_TYPE (irel
->r_info
) != (int) R_M32R_HI16_SLO
)
3693 /* Get the section contents if we haven't done so already. */
3694 if (contents
== NULL
)
3696 /* Get cached copy if it exists. */
3697 if (elf_section_data (sec
)->this_hdr
.contents
!= NULL
)
3698 contents
= elf_section_data (sec
)->this_hdr
.contents
;
3701 /* Go get them off disk. */
3702 if (!bfd_malloc_and_get_section (abfd
, sec
, &contents
))
3707 /* Read this BFD's local symbols if we haven't done so already. */
3708 if (isymbuf
== NULL
&& symtab_hdr
->sh_info
!= 0)
3710 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
3711 if (isymbuf
== NULL
)
3712 isymbuf
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
3713 symtab_hdr
->sh_info
, 0,
3715 if (isymbuf
== NULL
)
3719 /* Get the value of the symbol referred to by the reloc. */
3720 if (ELF32_R_SYM (irel
->r_info
) < symtab_hdr
->sh_info
)
3722 /* A local symbol. */
3723 Elf_Internal_Sym
*isym
;
3726 isym
= isymbuf
+ ELF32_R_SYM (irel
->r_info
),
3727 sym_sec
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
3728 symval
= (isym
->st_value
3729 + sym_sec
->output_section
->vma
3730 + sym_sec
->output_offset
);
3735 struct elf_link_hash_entry
*h
;
3737 /* An external symbol. */
3738 indx
= ELF32_R_SYM (irel
->r_info
) - symtab_hdr
->sh_info
;
3739 h
= elf_sym_hashes (abfd
)[indx
];
3740 BFD_ASSERT (h
!= NULL
);
3741 if (h
->root
.type
!= bfd_link_hash_defined
3742 && h
->root
.type
!= bfd_link_hash_defweak
)
3744 /* This appears to be a reference to an undefined
3745 symbol. Just ignore it--it will be caught by the
3746 regular reloc processing. */
3750 symval
= (h
->root
.u
.def
.value
3751 + h
->root
.u
.def
.section
->output_section
->vma
3752 + h
->root
.u
.def
.section
->output_offset
);
3755 /* For simplicity of coding, we are going to modify the section
3756 contents, the section relocs, and the BFD symbol table. We
3757 must tell the rest of the code not to free up this
3758 information. It would be possible to instead create a table
3759 of changes which have to be made, as is done in coff-mips.c;
3760 that would be more work, but would require less memory when
3761 the linker is run. */
3763 /* Try to change a seth/add3/jl subroutine call to bl24 or bl8.
3764 This sequence is generated by the compiler when compiling in
3765 32 bit mode. Also look for seth/add3 -> ld24. */
3767 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_M32R_HI16_SLO
)
3769 Elf_Internal_Rela
*nrel
;
3770 bfd_vma pc
= (sec
->output_section
->vma
+ sec
->output_offset
3772 bfd_signed_vma pcrel_value
= symval
- pc
;
3773 unsigned int code
,reg
;
3774 int addend
,nop_p
,bl8_p
,to_delete
;
3776 /* The tests are ordered so that we get out as quickly as possible
3777 if this isn't something we can relax, taking into account that
3778 we are looking for two separate possibilities (jl/ld24). */
3780 /* Do nothing if no room in the section for this to be what we're
3782 if (irel
->r_offset
> sec
->size
- 8)
3785 /* Make sure the next relocation applies to the next
3786 instruction and that it's the add3's reloc. */
3789 || irel
->r_offset
+ 4 != nrel
->r_offset
3790 || ELF32_R_TYPE (nrel
->r_info
) != (int) R_M32R_LO16
)
3793 /* See if the instructions are seth/add3. */
3794 /* FIXME: This is where macros from cgen can come in. */
3795 code
= bfd_get_16 (abfd
, contents
+ irel
->r_offset
+ 0);
3796 if ((code
& 0xf0ff) != 0xd0c0)
3797 continue; /* not seth rN,foo */
3798 reg
= (code
& 0x0f00) >> 8;
3799 code
= bfd_get_16 (abfd
, contents
+ irel
->r_offset
+ 4);
3800 if (code
!= (0x80a0 | reg
| (reg
<< 8)))
3801 continue; /* not add3 rN,rN,foo */
3803 /* At this point we've confirmed we have seth/add3. Now check
3804 whether the next insn is a jl, in which case try to change this
3807 /* Ensure the branch target is in range.
3808 The bl24 instruction has a 24 bit operand which is the target
3809 address right shifted by 2, giving a signed range of 26 bits.
3810 Note that 4 bytes are added to the high value because the target
3811 will be at least 4 bytes closer if we can relax. It'll actually
3812 be 4 or 8 bytes closer, but we don't know which just yet and
3813 the difference isn't significant enough to worry about. */
3814 #if !USE_REL /* put in for learning purposes */
3815 pcrel_value
+= irel
->r_addend
;
3817 addend
= bfd_get_signed_16 (abfd
, contents
+ irel
->r_offset
+ 2);
3818 pcrel_value
+= addend
;
3821 if (pcrel_value
>= -(1 << 25) && pcrel_value
< (1 << 25) + 4
3822 /* Do nothing if no room in the section for this to be what we're
3824 && (irel
->r_offset
<= sec
->size
- 12)
3825 /* Ensure the next insn is "jl rN". */
3826 && ((code
= bfd_get_16 (abfd
, contents
+ irel
->r_offset
+ 8)),
3827 code
!= (0x1ec0 | reg
)))
3829 /* We can relax to bl24/bl8. */
3831 /* See if there's a nop following the jl.
3832 Also see if we can use a bl8 insn. */
3833 code
= bfd_get_16 (abfd
, contents
+ irel
->r_offset
+ 10);
3834 nop_p
= (code
& 0x7fff) == NOP_INSN
;
3835 bl8_p
= pcrel_value
>= -0x200 && pcrel_value
< 0x200;
3839 /* Change "seth rN,foo" to "bl8 foo || nop".
3840 We OR in CODE just in case it's not a nop (technically,
3841 CODE currently must be a nop, but for cleanness we
3842 allow it to be anything). */
3843 #if !USE_REL /* put in for learning purposes */
3844 code
= 0x7e000000 | MAKE_PARALLEL (code
);
3846 code
= (0x7e000000 + (((addend
>> 2) & 0xff) << 16)) | MAKE_PARALLEL (code
);
3852 /* Change the seth rN,foo to a bl24 foo. */
3853 #if !USE_REL /* put in for learning purposes */
3856 code
= 0xfe000000 + ((addend
>> 2) & 0xffffff);
3858 to_delete
= nop_p
? 8 : 4;
3861 bfd_put_32 (abfd
, code
, contents
+ irel
->r_offset
);
3863 /* Set the new reloc type. */
3864 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (nrel
->r_info
),
3865 bl8_p
? R_M32R_10_PCREL
: R_M32R_26_PCREL
);
3867 /* Delete the add3 reloc by making it a null reloc. */
3868 nrel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (nrel
->r_info
),
3871 else if (addend
>= 0
3872 && symval
+ addend
<= 0xffffff)
3874 /* We can relax to ld24. */
3876 code
= 0xe0000000 | (reg
<< 24) | (addend
& 0xffffff);
3877 bfd_put_32 (abfd
, code
, contents
+ irel
->r_offset
);
3879 /* Tell the following code a nop filler isn't needed. */
3884 /* Can't do anything here. */
3888 /* Note that we've changed the relocs, section contents, etc. */
3889 elf_section_data (sec
)->relocs
= internal_relocs
;
3890 elf_section_data (sec
)->this_hdr
.contents
= contents
;
3891 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3893 /* Delete TO_DELETE bytes of data. */
3894 if (!m32r_elf_relax_delete_bytes (abfd
, sec
,
3895 irel
->r_offset
+ 4, to_delete
))
3898 /* Now that the following bytes have been moved into place, see if
3899 we need to replace the jl with a nop. This happens when we had
3900 to use a bl24 insn and the insn following the jl isn't a nop.
3901 Technically, this situation can't happen (since the insn can
3902 never be executed) but to be clean we do this. When the chip
3903 supports parallel 16 bit insns things may change.
3904 We don't need to do this in the case of relaxing to ld24,
3905 and the above code sets nop_p so this isn't done. */
3906 if (! nop_p
&& to_delete
== 4)
3907 bfd_put_16 (abfd
, NOP_INSN
, contents
+ irel
->r_offset
+ 4);
3909 /* That will change things, so we should relax again.
3910 Note that this is not required, and it may be slow. */
3916 /* loop to try the next reloc */
3920 && symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
3922 if (! link_info
->keep_memory
)
3926 /* Cache the symbols for elf_link_input_bfd. */
3927 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3931 if (contents
!= NULL
3932 && elf_section_data (sec
)->this_hdr
.contents
!= contents
)
3934 if (! link_info
->keep_memory
)
3938 /* Cache the section contents for elf_link_input_bfd. */
3939 elf_section_data (sec
)->this_hdr
.contents
= contents
;
3943 if (internal_relocs
!= NULL
3944 && elf_section_data (sec
)->relocs
!= internal_relocs
)
3945 free (internal_relocs
);
3951 && symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
3953 if (contents
!= NULL
3954 && elf_section_data (sec
)->this_hdr
.contents
!= contents
)
3956 if (internal_relocs
!= NULL
3957 && elf_section_data (sec
)->relocs
!= internal_relocs
)
3958 free (internal_relocs
);
3963 /* Delete some bytes from a section while relaxing. */
3966 m32r_elf_relax_delete_bytes (abfd
, sec
, addr
, count
)
3972 Elf_Internal_Shdr
*symtab_hdr
;
3975 Elf_Internal_Rela
*irel
, *irelend
;
3976 Elf_Internal_Rela
*irelalign
;
3978 Elf_Internal_Sym
*isym
, *isymend
;
3979 struct elf_link_hash_entry
**sym_hashes
;
3980 struct elf_link_hash_entry
**end_hashes
;
3981 unsigned int symcount
;
3983 shndx
= _bfd_elf_section_from_bfd_section (abfd
, sec
);
3985 contents
= elf_section_data (sec
)->this_hdr
.contents
;
3987 /* The deletion must stop at the next ALIGN reloc for an aligment
3988 power larger than the number of bytes we are deleting. */
3993 irel
= elf_section_data (sec
)->relocs
;
3994 irelend
= irel
+ sec
->reloc_count
;
3996 /* Actually delete the bytes. */
3997 memmove (contents
+ addr
, contents
+ addr
+ count
, toaddr
- addr
- count
);
4000 /* Adjust all the relocs. */
4001 for (irel
= elf_section_data (sec
)->relocs
; irel
< irelend
; irel
++)
4003 /* Get the new reloc address. */
4004 if ((irel
->r_offset
> addr
4005 && irel
->r_offset
< toaddr
))
4006 irel
->r_offset
-= count
;
4009 /* Adjust the local symbols defined in this section. */
4010 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
4011 isym
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
4012 for (isymend
= isym
+ symtab_hdr
->sh_info
; isym
< isymend
; isym
++)
4014 if (isym
->st_shndx
== shndx
4015 && isym
->st_value
> addr
4016 && isym
->st_value
< toaddr
)
4017 isym
->st_value
-= count
;
4020 /* Now adjust the global symbols defined in this section. */
4021 symcount
= (symtab_hdr
->sh_size
/ sizeof (Elf32_External_Sym
)
4022 - symtab_hdr
->sh_info
);
4023 sym_hashes
= elf_sym_hashes (abfd
);
4024 end_hashes
= sym_hashes
+ symcount
;
4025 for (; sym_hashes
< end_hashes
; sym_hashes
++)
4027 struct elf_link_hash_entry
*sym_hash
= *sym_hashes
;
4029 if ((sym_hash
->root
.type
== bfd_link_hash_defined
4030 || sym_hash
->root
.type
== bfd_link_hash_defweak
)
4031 && sym_hash
->root
.u
.def
.section
== sec
4032 && sym_hash
->root
.u
.def
.value
> addr
4033 && sym_hash
->root
.u
.def
.value
< toaddr
)
4035 sym_hash
->root
.u
.def
.value
-= count
;
4042 /* This is a version of bfd_generic_get_relocated_section_contents
4043 which uses m32r_elf_relocate_section. */
4046 m32r_elf_get_relocated_section_contents (output_bfd
, link_info
, link_order
,
4047 data
, relocatable
, symbols
)
4049 struct bfd_link_info
*link_info
;
4050 struct bfd_link_order
*link_order
;
4052 bfd_boolean relocatable
;
4055 Elf_Internal_Shdr
*symtab_hdr
;
4056 asection
*input_section
= link_order
->u
.indirect
.section
;
4057 bfd
*input_bfd
= input_section
->owner
;
4058 asection
**sections
= NULL
;
4059 Elf_Internal_Rela
*internal_relocs
= NULL
;
4060 Elf_Internal_Sym
*isymbuf
= NULL
;
4063 /* We only need to handle the case of relaxing, or of having a
4064 particular set of section contents, specially. */
4066 || elf_section_data (input_section
)->this_hdr
.contents
== NULL
)
4067 return bfd_generic_get_relocated_section_contents (output_bfd
, link_info
,
4072 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
4074 memcpy (data
, elf_section_data (input_section
)->this_hdr
.contents
,
4075 input_section
->size
);
4077 if ((input_section
->flags
& SEC_RELOC
) != 0
4078 && input_section
->reloc_count
> 0)
4080 Elf_Internal_Sym
*isymp
;
4082 Elf32_External_Sym
*esym
, *esymend
;
4084 internal_relocs
= (_bfd_elf_link_read_relocs
4085 (input_bfd
, input_section
, (PTR
) NULL
,
4086 (Elf_Internal_Rela
*) NULL
, FALSE
));
4087 if (internal_relocs
== NULL
)
4090 if (symtab_hdr
->sh_info
!= 0)
4092 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
4093 if (isymbuf
== NULL
)
4094 isymbuf
= bfd_elf_get_elf_syms (input_bfd
, symtab_hdr
,
4095 symtab_hdr
->sh_info
, 0,
4097 if (isymbuf
== NULL
)
4101 amt
= symtab_hdr
->sh_info
;
4102 amt
*= sizeof (asection
*);
4103 sections
= (asection
**) bfd_malloc (amt
);
4104 if (sections
== NULL
&& symtab_hdr
->sh_info
> 0)
4107 isymend
= isymbuf
+ symtab_hdr
->sh_info
;
4108 for (isym
= isymbuf
, secpp
= sections
; isym
< isymend
; ++isym
, ++secpp
)
4112 if (isym
->st_shndx
== SHN_UNDEF
)
4113 isec
= bfd_und_section_ptr
;
4114 else if (isym
->st_shndx
== SHN_ABS
)
4115 isec
= bfd_abs_section_ptr
;
4116 else if (isym
->st_shndx
== SHN_COMMON
)
4117 isec
= bfd_com_section_ptr
;
4118 else if (isym
->st_shndx
== SHN_M32R_SCOMMON
)
4119 isec
= &m32r_elf_scom_section
;
4121 isec
= bfd_section_from_elf_index (input_bfd
, isym
->st_shndx
);
4126 if (! m32r_elf_relocate_section (output_bfd
, link_info
, input_bfd
,
4127 input_section
, data
, internal_relocs
,
4131 if (sections
!= NULL
)
4134 && symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
4136 if (elf_section_data (input_section
)->relocs
!= internal_relocs
)
4137 free (internal_relocs
);
4143 if (sections
!= NULL
)
4146 && symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
4148 if (internal_relocs
!= NULL
4149 && elf_section_data (input_section
)->relocs
!= internal_relocs
)
4150 free (internal_relocs
);
4156 /* Set the right machine number. */
4158 m32r_elf_object_p (abfd
)
4161 switch (elf_elfheader (abfd
)->e_flags
& EF_M32R_ARCH
)
4164 case E_M32R_ARCH
: (void) bfd_default_set_arch_mach (abfd
, bfd_arch_m32r
, bfd_mach_m32r
); break;
4165 case E_M32RX_ARCH
: (void) bfd_default_set_arch_mach (abfd
, bfd_arch_m32r
, bfd_mach_m32rx
); break;
4166 case E_M32R2_ARCH
: (void) bfd_default_set_arch_mach (abfd
, bfd_arch_m32r
, bfd_mach_m32r2
); break;
4171 /* Store the machine number in the flags field. */
4173 m32r_elf_final_write_processing (abfd
, linker
)
4175 bfd_boolean linker ATTRIBUTE_UNUSED
;
4179 switch (bfd_get_mach (abfd
))
4182 case bfd_mach_m32r
: val
= E_M32R_ARCH
; break;
4183 case bfd_mach_m32rx
: val
= E_M32RX_ARCH
; break;
4184 case bfd_mach_m32r2
: val
= E_M32R2_ARCH
; break;
4187 elf_elfheader (abfd
)->e_flags
&=~ EF_M32R_ARCH
;
4188 elf_elfheader (abfd
)->e_flags
|= val
;
4191 /* Function to keep M32R specific file flags. */
4193 m32r_elf_set_private_flags (abfd
, flags
)
4197 BFD_ASSERT (!elf_flags_init (abfd
)
4198 || elf_elfheader (abfd
)->e_flags
== flags
);
4200 elf_elfheader (abfd
)->e_flags
= flags
;
4201 elf_flags_init (abfd
) = TRUE
;
4205 /* Merge backend specific data from an object file to the output
4206 object file when linking. */
4208 m32r_elf_merge_private_bfd_data (ibfd
, obfd
)
4215 if ( bfd_get_flavour (ibfd
) != bfd_target_elf_flavour
4216 || bfd_get_flavour (obfd
) != bfd_target_elf_flavour
)
4219 in_flags
= elf_elfheader (ibfd
)->e_flags
;
4220 out_flags
= elf_elfheader (obfd
)->e_flags
;
4222 if (! elf_flags_init (obfd
))
4224 /* If the input is the default architecture then do not
4225 bother setting the flags for the output architecture,
4226 instead allow future merges to do this. If no future
4227 merges ever set these flags then they will retain their
4228 unitialised values, which surprise surprise, correspond
4229 to the default values. */
4230 if (bfd_get_arch_info (ibfd
)->the_default
)
4233 elf_flags_init (obfd
) = TRUE
;
4234 elf_elfheader (obfd
)->e_flags
= in_flags
;
4236 if (bfd_get_arch (obfd
) == bfd_get_arch (ibfd
)
4237 && bfd_get_arch_info (obfd
)->the_default
)
4239 return bfd_set_arch_mach (obfd
, bfd_get_arch (ibfd
), bfd_get_mach (ibfd
));
4245 /* Check flag compatibility. */
4246 if (in_flags
== out_flags
)
4249 if ((in_flags
& EF_M32R_ARCH
) != (out_flags
& EF_M32R_ARCH
))
4251 if ( ((in_flags
& EF_M32R_ARCH
) != E_M32R_ARCH
)
4252 || ((out_flags
& EF_M32R_ARCH
) == E_M32R_ARCH
)
4253 || ((in_flags
& EF_M32R_ARCH
) == E_M32R2_ARCH
))
4255 (*_bfd_error_handler
)
4256 (_("%B: Instruction set mismatch with previous modules"), ibfd
);
4258 bfd_set_error (bfd_error_bad_value
);
4266 /* Display the flags field */
4268 m32r_elf_print_private_bfd_data (abfd
, ptr
)
4272 FILE * file
= (FILE *) ptr
;
4274 BFD_ASSERT (abfd
!= NULL
&& ptr
!= NULL
);
4276 _bfd_elf_print_private_bfd_data (abfd
, ptr
);
4278 fprintf (file
, _("private flags = %lx"), elf_elfheader (abfd
)->e_flags
);
4280 switch (elf_elfheader (abfd
)->e_flags
& EF_M32R_ARCH
)
4283 case E_M32R_ARCH
: fprintf (file
, _(": m32r instructions")); break;
4284 case E_M32RX_ARCH
: fprintf (file
, _(": m32rx instructions")); break;
4285 case E_M32R2_ARCH
: fprintf (file
, _(": m32r2 instructions")); break;
4294 m32r_elf_gc_mark_hook (sec
, info
, rel
, h
, sym
)
4296 struct bfd_link_info
*info ATTRIBUTE_UNUSED
;
4297 Elf_Internal_Rela
*rel
;
4298 struct elf_link_hash_entry
*h
;
4299 Elf_Internal_Sym
*sym
;
4303 switch (ELF32_R_TYPE (rel
->r_info
))
4305 case R_M32R_GNU_VTINHERIT
:
4306 case R_M32R_GNU_VTENTRY
:
4307 case R_M32R_RELA_GNU_VTINHERIT
:
4308 case R_M32R_RELA_GNU_VTENTRY
:
4312 switch (h
->root
.type
)
4314 case bfd_link_hash_defined
:
4315 case bfd_link_hash_defweak
:
4316 return h
->root
.u
.def
.section
;
4318 case bfd_link_hash_common
:
4319 return h
->root
.u
.c
.p
->section
;
4327 return bfd_section_from_elf_index (sec
->owner
, sym
->st_shndx
);
4333 m32r_elf_gc_sweep_hook (abfd
, info
, sec
, relocs
)
4334 bfd
*abfd ATTRIBUTE_UNUSED
;
4335 struct bfd_link_info
*info ATTRIBUTE_UNUSED
;
4336 asection
*sec ATTRIBUTE_UNUSED
;
4337 const Elf_Internal_Rela
*relocs ATTRIBUTE_UNUSED
;
4339 /* Update the got entry reference counts for the section being removed. */
4340 Elf_Internal_Shdr
*symtab_hdr
;
4341 struct elf_link_hash_entry
**sym_hashes
;
4342 bfd_signed_vma
*local_got_refcounts
;
4343 const Elf_Internal_Rela
*rel
, *relend
;
4344 unsigned long r_symndx
;
4345 struct elf_link_hash_entry
*h
;
4347 elf_section_data (sec
)->local_dynrel
= NULL
;
4349 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
4350 sym_hashes
= elf_sym_hashes (abfd
);
4351 local_got_refcounts
= elf_local_got_refcounts (abfd
);
4353 relend
= relocs
+ sec
->reloc_count
;
4354 for (rel
= relocs
; rel
< relend
; rel
++)
4355 switch (ELF32_R_TYPE (rel
->r_info
))
4357 case R_M32R_GOT16_HI_ULO
:
4358 case R_M32R_GOT16_HI_SLO
:
4359 case R_M32R_GOT16_LO
:
4361 case R_M32R_GOTOFF_HI_ULO
:
4362 case R_M32R_GOTOFF_HI_SLO
:
4363 case R_M32R_GOTOFF_LO
:
4365 case R_M32R_GOTPC_HI_ULO
:
4366 case R_M32R_GOTPC_HI_SLO
:
4367 case R_M32R_GOTPC_LO
:
4368 case R_M32R_GOTPC24
:
4369 r_symndx
= ELF32_R_SYM (rel
->r_info
);
4370 if (r_symndx
>= symtab_hdr
->sh_info
)
4372 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
4373 if (h
->got
.refcount
> 0)
4378 if (local_got_refcounts
&& local_got_refcounts
[r_symndx
] > 0)
4379 local_got_refcounts
[r_symndx
]--;
4383 case R_M32R_16_RELA
:
4384 case R_M32R_24_RELA
:
4385 case R_M32R_32_RELA
:
4386 case R_M32R_HI16_ULO_RELA
:
4387 case R_M32R_HI16_SLO_RELA
:
4388 case R_M32R_LO16_RELA
:
4389 case R_M32R_SDA16_RELA
:
4390 case R_M32R_18_PCREL_RELA
:
4391 case R_M32R_26_PCREL_RELA
:
4392 r_symndx
= ELF32_R_SYM (rel
->r_info
);
4393 if (r_symndx
>= symtab_hdr
->sh_info
)
4395 struct elf_m32r_link_hash_entry
*eh
;
4396 struct elf_m32r_dyn_relocs
**pp
;
4397 struct elf_m32r_dyn_relocs
*p
;
4399 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
4401 if (!info
->shared
&& h
->plt
.refcount
> 0)
4402 h
->plt
.refcount
-= 1;
4404 eh
= (struct elf_m32r_link_hash_entry
*) h
;
4406 for (pp
= &eh
->dyn_relocs
; (p
= *pp
) != NULL
; pp
= &p
->next
)
4409 if (ELF32_R_TYPE (rel
->r_info
) == R_M32R_26_PCREL_RELA
4410 || ELF32_R_TYPE (rel
->r_info
) == R_M32R_26_PCREL_RELA
)
4420 case R_M32R_26_PLTREL
:
4421 r_symndx
= ELF32_R_SYM (rel
->r_info
);
4422 if (r_symndx
>= symtab_hdr
->sh_info
)
4424 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
4425 if (h
->plt
.refcount
> 0)
4437 /* Look through the relocs for a section during the first phase.
4438 Since we don't do .gots or .plts, we just need to consider the
4439 virtual table relocs for gc. */
4442 m32r_elf_check_relocs (abfd
, info
, sec
, relocs
)
4444 struct bfd_link_info
*info
;
4446 const Elf_Internal_Rela
*relocs
;
4448 Elf_Internal_Shdr
*symtab_hdr
;
4449 struct elf_link_hash_entry
**sym_hashes
, **sym_hashes_end
;
4450 const Elf_Internal_Rela
*rel
;
4451 const Elf_Internal_Rela
*rel_end
;
4452 struct elf_m32r_link_hash_table
*htab
;
4454 bfd_vma
*local_got_offsets
;
4455 asection
*sgot
, *srelgot
, *sreloc
;
4457 if (info
->relocatable
)
4460 sgot
= srelgot
= sreloc
= NULL
;
4462 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
4463 sym_hashes
= elf_sym_hashes (abfd
);
4464 sym_hashes_end
= sym_hashes
+ symtab_hdr
->sh_size
/sizeof (Elf32_External_Sym
);
4465 if (!elf_bad_symtab (abfd
))
4466 sym_hashes_end
-= symtab_hdr
->sh_info
;
4468 htab
= m32r_elf_hash_table (info
);
4469 dynobj
= htab
->root
.dynobj
;
4470 local_got_offsets
= elf_local_got_offsets (abfd
);
4472 rel_end
= relocs
+ sec
->reloc_count
;
4473 for (rel
= relocs
; rel
< rel_end
; rel
++)
4476 struct elf_link_hash_entry
*h
;
4477 unsigned long r_symndx
;
4479 r_symndx
= ELF32_R_SYM (rel
->r_info
);
4480 r_type
= ELF32_R_TYPE (rel
->r_info
);
4481 if (r_symndx
< symtab_hdr
->sh_info
)
4484 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
4486 /* Some relocs require a global offset table. */
4487 if (htab
->sgot
== NULL
)
4491 case R_M32R_GOT16_HI_ULO
:
4492 case R_M32R_GOT16_HI_SLO
:
4494 case R_M32R_GOTOFF_HI_ULO
:
4495 case R_M32R_GOTOFF_HI_SLO
:
4496 case R_M32R_GOTOFF_LO
:
4497 case R_M32R_GOT16_LO
:
4498 case R_M32R_GOTPC24
:
4499 case R_M32R_GOTPC_HI_ULO
:
4500 case R_M32R_GOTPC_HI_SLO
:
4501 case R_M32R_GOTPC_LO
:
4504 htab
->root
.dynobj
= dynobj
= abfd
;
4505 if (! create_got_section (dynobj
, info
))
4516 case R_M32R_GOT16_HI_ULO
:
4517 case R_M32R_GOT16_HI_SLO
:
4518 case R_M32R_GOT16_LO
:
4522 h
->got
.refcount
+= 1;
4525 bfd_signed_vma
*local_got_refcounts
;
4527 /* This is a global offset table entry for a local
4529 local_got_refcounts
= elf_local_got_refcounts (abfd
);
4530 if (local_got_refcounts
== NULL
)
4534 size
= symtab_hdr
->sh_info
;
4535 size
*= sizeof (bfd_signed_vma
);
4536 local_got_refcounts
= ((bfd_signed_vma
*)
4537 bfd_zalloc (abfd
, size
));
4538 if (local_got_refcounts
== NULL
)
4540 elf_local_got_refcounts (abfd
) = local_got_refcounts
;
4542 local_got_refcounts
[r_symndx
] += 1;
4546 case R_M32R_26_PLTREL
:
4547 /* This symbol requires a procedure linkage table entry. We
4548 actually build the entry in adjust_dynamic_symbol,
4549 because this might be a case of linking PIC code without
4550 linking in any dynamic objects, in which case we don't
4551 need to generate a procedure linkage table after all. */
4553 /* If this is a local symbol, we resolve it directly without
4554 creating a procedure linkage table entry. */
4558 if (h
->forced_local
)
4562 h
->plt
.refcount
+= 1;
4565 case R_M32R_16_RELA
:
4566 case R_M32R_24_RELA
:
4567 case R_M32R_32_RELA
:
4568 case R_M32R_HI16_ULO_RELA
:
4569 case R_M32R_HI16_SLO_RELA
:
4570 case R_M32R_LO16_RELA
:
4571 case R_M32R_SDA16_RELA
:
4572 case R_M32R_18_PCREL_RELA
:
4573 case R_M32R_26_PCREL_RELA
:
4575 if (h
!= NULL
&& !info
->shared
)
4578 h
->plt
.refcount
+= 1;
4581 /* If we are creating a shared library, and this is a reloc
4582 against a global symbol, or a non PC relative reloc
4583 against a local symbol, then we need to copy the reloc
4584 into the shared library. However, if we are linking with
4585 -Bsymbolic, we do not need to copy a reloc against a
4586 global symbol which is defined in an object we are
4587 including in the link (i.e., DEF_REGULAR is set). At
4588 this point we have not seen all the input files, so it is
4589 possible that DEF_REGULAR is not set now but will be set
4590 later (it is never cleared). We account for that
4591 possibility below by storing information in the
4592 dyn_relocs field of the hash table entry. A similar
4593 situation occurs when creating shared libraries and symbol
4594 visibility changes render the symbol local.
4596 If on the other hand, we are creating an executable, we
4597 may need to keep relocations for symbols satisfied by a
4598 dynamic library if we manage to avoid copy relocs for the
4601 && (sec
->flags
& SEC_ALLOC
) != 0
4602 && ((r_type
!= R_M32R_26_PCREL_RELA
4603 && r_type
!= R_M32R_18_PCREL_RELA
)
4605 && (! info
->symbolic
4606 || h
->root
.type
== bfd_link_hash_defweak
4607 || !h
->def_regular
))))
4609 && (sec
->flags
& SEC_ALLOC
) != 0
4611 && (h
->root
.type
== bfd_link_hash_defweak
4612 || !h
->def_regular
)))
4614 struct elf_m32r_dyn_relocs
*p
;
4615 struct elf_m32r_dyn_relocs
**head
;
4618 htab
->root
.dynobj
= dynobj
= abfd
;
4620 /* When creating a shared object, we must copy these
4621 relocs into the output file. We create a reloc
4622 section in dynobj and make room for the reloc. */
4627 name
= (bfd_elf_string_from_elf_section
4629 elf_elfheader (abfd
)->e_shstrndx
,
4630 elf_section_data (sec
)->rel_hdr
.sh_name
));
4634 BFD_ASSERT (strncmp (name
, ".rela", 5) == 0
4635 && strcmp (bfd_get_section_name (abfd
, sec
),
4638 sreloc
= bfd_get_section_by_name (dynobj
, name
);
4643 sreloc
= bfd_make_section (dynobj
, name
);
4644 flags
= (SEC_HAS_CONTENTS
| SEC_READONLY
4645 | SEC_IN_MEMORY
| SEC_LINKER_CREATED
);
4646 if ((sec
->flags
& SEC_ALLOC
) != 0)
4647 flags
|= SEC_ALLOC
| SEC_LOAD
;
4649 || ! bfd_set_section_flags (dynobj
, sreloc
, flags
)
4650 || ! bfd_set_section_alignment (dynobj
, sreloc
, 2))
4653 elf_section_data (sec
)->sreloc
= sreloc
;
4656 /* If this is a global symbol, we count the number of
4657 relocations we need for this symbol. */
4659 head
= &((struct elf_m32r_link_hash_entry
*) h
)->dyn_relocs
;
4664 /* Track dynamic relocs needed for local syms too. */
4665 s
= bfd_section_from_r_symndx (abfd
, &htab
->sym_sec
,
4670 head
= ((struct elf_m32r_dyn_relocs
**)
4671 &elf_section_data (s
)->local_dynrel
);
4675 if (p
== NULL
|| p
->sec
!= sec
)
4677 bfd_size_type amt
= sizeof (*p
);
4678 p
= ((struct elf_m32r_dyn_relocs
*) bfd_alloc (dynobj
, amt
));
4689 if (ELF32_R_TYPE (rel
->r_info
) == R_M32R_26_PCREL_RELA
4690 || ELF32_R_TYPE (rel
->r_info
) == R_M32R_18_PCREL_RELA
)
4695 /* This relocation describes the C++ object vtable hierarchy.
4696 Reconstruct it for later use during GC. */
4697 case R_M32R_RELA_GNU_VTINHERIT
:
4698 case R_M32R_GNU_VTINHERIT
:
4699 if (!bfd_elf_gc_record_vtinherit (abfd
, sec
, h
, rel
->r_offset
))
4703 /* This relocation describes which C++ vtable entries are actually
4704 used. Record for later use during GC. */
4705 case R_M32R_GNU_VTENTRY
:
4706 if (!bfd_elf_gc_record_vtentry (abfd
, sec
, h
, rel
->r_offset
))
4709 case R_M32R_RELA_GNU_VTENTRY
:
4710 if (!bfd_elf_gc_record_vtentry (abfd
, sec
, h
, rel
->r_addend
))
4719 static struct bfd_elf_special_section
const m32r_elf_special_sections
[]=
4721 { ".sdata", 6, -2, SHT_PROGBITS
, SHF_ALLOC
+ SHF_WRITE
},
4722 { ".sbss", 5, -2, SHT_NOBITS
, SHF_ALLOC
+ SHF_WRITE
},
4723 { NULL
, 0, 0, 0, 0 }
4727 m32r_elf_fake_sections (abfd
, hdr
, sec
)
4729 Elf_Internal_Shdr
*hdr ATTRIBUTE_UNUSED
;
4732 register const char *name
;
4734 name
= bfd_get_section_name (abfd
, sec
);
4736 /* The generic elf_fake_sections will set up REL_HDR using the
4737 default kind of relocations. But, we may actually need both
4738 kinds of relocations, so we set up the second header here.
4740 This is not necessary for the O32 ABI since that only uses Elf32_Rel
4741 relocations (cf. System V ABI, MIPS RISC Processor Supplement,
4742 3rd Edition, p. 4-17). It breaks the IRIX 5/6 32-bit ld, since one
4743 of the resulting empty .rela.<section> sections starts with
4744 sh_offset == object size, and ld doesn't allow that. While the check
4745 is arguably bogus for empty or SHT_NOBITS sections, it can easily be
4746 avoided by not emitting those useless sections in the first place. */
4747 if ((sec
->flags
& SEC_RELOC
) != 0)
4749 struct bfd_elf_section_data
*esd
;
4750 bfd_size_type amt
= sizeof (Elf_Internal_Shdr
);
4752 esd
= elf_section_data (sec
);
4753 BFD_ASSERT (esd
->rel_hdr2
== NULL
);
4754 esd
->rel_hdr2
= (Elf_Internal_Shdr
*) bfd_zalloc (abfd
, amt
);
4757 _bfd_elf_init_reloc_shdr (abfd
, esd
->rel_hdr2
, sec
,
4764 static enum elf_reloc_type_class
4765 m32r_elf_reloc_type_class (rela
)
4766 const Elf_Internal_Rela
*rela
;
4768 switch ((int) ELF32_R_TYPE (rela
->r_info
))
4770 case R_M32R_RELATIVE
:
4771 return reloc_class_relative
;
4772 case R_M32R_JMP_SLOT
:
4773 return reloc_class_plt
;
4775 return reloc_class_copy
;
4777 return reloc_class_normal
;
4781 #define ELF_ARCH bfd_arch_m32r
4782 #define ELF_MACHINE_CODE EM_M32R
4783 #define ELF_MACHINE_ALT1 EM_CYGNUS_M32R
4784 #define ELF_MAXPAGESIZE 0x1 /* Explicitly requested by Mitsubishi. */
4786 #define TARGET_BIG_SYM bfd_elf32_m32r_vec
4787 #define TARGET_BIG_NAME "elf32-m32r"
4788 #define TARGET_LITTLE_SYM bfd_elf32_m32rle_vec
4789 #define TARGET_LITTLE_NAME "elf32-m32rle"
4791 #define elf_info_to_howto m32r_info_to_howto
4792 #define elf_info_to_howto_rel m32r_info_to_howto_rel
4793 #define elf_backend_section_from_bfd_section _bfd_m32r_elf_section_from_bfd_section
4794 #define elf_backend_symbol_processing _bfd_m32r_elf_symbol_processing
4795 #define elf_backend_add_symbol_hook m32r_elf_add_symbol_hook
4796 #define elf_backend_relocate_section m32r_elf_relocate_section
4797 #define elf_backend_gc_mark_hook m32r_elf_gc_mark_hook
4798 #define elf_backend_gc_sweep_hook m32r_elf_gc_sweep_hook
4799 #define elf_backend_check_relocs m32r_elf_check_relocs
4801 #define elf_backend_create_dynamic_sections m32r_elf_create_dynamic_sections
4802 #define bfd_elf32_bfd_link_hash_table_create m32r_elf_link_hash_table_create
4803 #define elf_backend_size_dynamic_sections m32r_elf_size_dynamic_sections
4804 #define elf_backend_finish_dynamic_sections m32r_elf_finish_dynamic_sections
4805 #define elf_backend_adjust_dynamic_symbol m32r_elf_adjust_dynamic_symbol
4806 #define elf_backend_finish_dynamic_symbol m32r_elf_finish_dynamic_symbol
4807 #define elf_backend_reloc_type_class m32r_elf_reloc_type_class
4808 #define elf_backend_copy_indirect_symbol m32r_elf_copy_indirect_symbol
4810 #define elf_backend_can_gc_sections 1
4812 #define elf_backend_rela_normal 1
4814 #define elf_backend_can_refcount 1
4815 #define elf_backend_want_got_plt 1
4816 #define elf_backend_plt_readonly 1
4817 #define elf_backend_want_plt_sym 0
4818 #define elf_backend_got_header_size 12
4820 #define elf_backend_may_use_rel_p 1
4821 #ifdef USE_M32R_OLD_RELOC
4822 #define elf_backend_default_use_rela_p 0
4823 #define elf_backend_may_use_rela_p 0
4825 #define elf_backend_default_use_rela_p 1
4826 #define elf_backend_may_use_rela_p 1
4827 #define elf_backend_fake_sections m32r_elf_fake_sections
4832 #define bfd_elf32_bfd_relax_section m32r_elf_relax_section
4833 #define bfd_elf32_bfd_get_relocated_section_contents \
4834 m32r_elf_get_relocated_section_contents
4837 #define elf_backend_object_p m32r_elf_object_p
4838 #define elf_backend_final_write_processing m32r_elf_final_write_processing
4839 #define bfd_elf32_bfd_merge_private_bfd_data m32r_elf_merge_private_bfd_data
4840 #define bfd_elf32_bfd_set_private_flags m32r_elf_set_private_flags
4841 #define bfd_elf32_bfd_print_private_bfd_data m32r_elf_print_private_bfd_data
4842 #define elf_backend_special_sections m32r_elf_special_sections
4844 #include "elf32-target.h"
4846 #undef ELF_MAXPAGESIZE
4847 #define ELF_MAXPAGESIZE 0x1000
4849 #undef TARGET_BIG_SYM
4850 #define TARGET_BIG_SYM bfd_elf32_m32rlin_vec
4851 #undef TARGET_BIG_NAME
4852 #define TARGET_BIG_NAME "elf32-m32r-linux"
4853 #undef TARGET_LITTLE_SYM
4854 #define TARGET_LITTLE_SYM bfd_elf32_m32rlelin_vec
4855 #undef TARGET_LITTLE_NAME
4856 #define TARGET_LITTLE_NAME "elf32-m32rle-linux"
4858 #define elf32_bed elf32_m32r_lin_bed
4860 #include "elf32-target.h"