1 /* ft32-specific support for 32-bit ELF.
2 Copyright (C) 2013-2022 Free Software Foundation, Inc.
4 Copied from elf32-moxie.c which is..
5 Copyright (C) 2009-2022 Free Software Foundation, Inc.
6 Free Software Foundation, Inc.
8 This file is part of BFD, the Binary File Descriptor library.
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 3 of the License, or
13 (at your option) any later version.
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
23 MA 02110-1301, USA. */
30 #include "opcode/ft32.h"
32 static bool debug_relax
= false;
34 static bfd_reloc_status_type
35 bfd_elf_ft32_diff_reloc (bfd
*, arelent
*, asymbol
*, void *,
36 asection
*, bfd
*, char **);
38 static reloc_howto_type ft32_elf_howto_table
[] =
40 /* This reloc does nothing. */
41 HOWTO (R_FT32_NONE
, /* type */
43 2, /* size (0 = byte, 1 = short, 2 = long) */
45 false, /* pc_relative */
47 complain_overflow_bitfield
, /* complain_on_overflow */
48 bfd_elf_generic_reloc
, /* special_function */
49 "R_FT32_NONE", /* name */
50 false, /* partial_inplace */
53 false), /* pcrel_offset */
55 /* A 32 bit absolute relocation. */
57 HOWTO (R_FT32_32
, /* type */
59 2, /* size (0 = byte, 1 = short, 2 = long) */
61 false, /* pc_relative */
63 complain_overflow_bitfield
, /* complain_on_overflow */
64 bfd_elf_generic_reloc
, /* special_function */
65 "R_FT32_32", /* name */
66 false, /* partial_inplace */
67 0x00000000, /* src_mask */
68 0xffffffff, /* dst_mask */
69 false), /* pcrel_offset */
71 HOWTO (R_FT32_16
, /* type */
73 1, /* size (0 = byte, 1 = short, 2 = long) */
75 false, /* pc_relative */
77 complain_overflow_dont
, /* complain_on_overflow */
78 bfd_elf_generic_reloc
, /* special_function */
79 "R_FT32_16", /* name */
80 false, /* partial_inplace */
81 0x00000000, /* src_mask */
82 0x0000ffff, /* dst_mask */
83 false), /* pcrel_offset */
85 HOWTO (R_FT32_8
, /* type */
87 0, /* size (0 = byte, 1 = short, 2 = long) */
89 false, /* pc_relative */
91 complain_overflow_signed
, /* complain_on_overflow */
92 bfd_elf_generic_reloc
, /* special_function */
93 "R_FT32_8", /* name */
94 false, /* partial_inplace */
95 0x00000000, /* src_mask */
96 0x000000ff, /* dst_mask */
97 false), /* pcrel_offset */
99 HOWTO (R_FT32_10
, /* type */
101 1, /* size (0 = byte, 1 = short, 2 = long) */
103 false, /* pc_relative */
105 complain_overflow_bitfield
, /* complain_on_overflow */
106 bfd_elf_generic_reloc
, /* special_function */
107 "R_FT32_10", /* name */
108 false, /* partial_inplace */
109 0x00000000, /* src_mask */
110 0x00003ff0, /* dst_mask */
111 false), /* pcrel_offset */
113 HOWTO (R_FT32_20
, /* type */
115 2, /* size (0 = byte, 1 = short, 2 = long) */
117 false, /* pc_relative */
119 complain_overflow_dont
, /* complain_on_overflow */
120 bfd_elf_generic_reloc
, /* special_function */
121 "R_FT32_20", /* name */
122 false, /* partial_inplace */
123 0x00000000, /* src_mask */
124 0x000fffff, /* dst_mask */
125 false), /* pcrel_offset */
127 HOWTO (R_FT32_17
, /* type */
129 2, /* size (0 = byte, 1 = short, 2 = long) */
131 false, /* pc_relative */
133 complain_overflow_dont
, /* complain_on_overflow */
134 bfd_elf_generic_reloc
, /* special_function */
135 "R_FT32_17", /* name */
136 false, /* partial_inplace */
137 0x00000000, /* src_mask */
138 0x0001ffff, /* dst_mask */
139 false), /* pcrel_offset */
141 HOWTO (R_FT32_18
, /* type */
143 2, /* size (0 = byte, 1 = short, 2 = long) */
145 false, /* pc_relative */
147 complain_overflow_dont
, /* complain_on_overflow */
148 bfd_elf_generic_reloc
, /* special_function */
149 "R_FT32_18", /* name */
150 false, /* partial_inplace */
151 0x00000000, /* src_mask */
152 0x0003ffff, /* dst_mask */
153 false), /* pcrel_offset */
155 HOWTO (R_FT32_RELAX
, /* type */
157 1, /* size (0 = byte, 1 = short, 2 = long) */
159 false, /* pc_relative */
161 complain_overflow_signed
, /* complain_on_overflow */
162 bfd_elf_generic_reloc
, /* special_function */
163 "R_FT32_RELAX", /* name */
164 false, /* partial_inplace */
165 0x00000000, /* src_mask */
166 0x00000000, /* dst_mask */
167 false), /* pcrel_offset */
169 HOWTO (R_FT32_SC0
, /* type */
171 1, /* size (0 = byte, 1 = short, 2 = long) */
173 false, /* pc_relative */
175 complain_overflow_signed
, /* complain_on_overflow */
176 bfd_elf_generic_reloc
, /* special_function */
177 "R_FT32_SC0", /* name */
178 false, /* partial_inplace */
179 0x00000000, /* src_mask */
180 0x00000000, /* dst_mask */
181 false), /* pcrel_offset */
182 HOWTO (R_FT32_SC1
, /* type */
184 2, /* size (0 = byte, 1 = short, 2 = long) */
186 true, /* pc_relative */
188 complain_overflow_dont
, /* complain_on_overflow */
189 bfd_elf_generic_reloc
, /* special_function */
190 "R_FT32_SC1", /* name */
191 true, /* partial_inplace */
192 0x07ffff80, /* src_mask */
193 0x07ffff80, /* dst_mask */
194 false), /* pcrel_offset */
195 HOWTO (R_FT32_15
, /* type */
197 2, /* size (0 = byte, 1 = short, 2 = long) */
199 false, /* pc_relative */
201 complain_overflow_dont
, /* complain_on_overflow */
202 bfd_elf_generic_reloc
, /* special_function */
203 "R_FT32_15", /* name */
204 false, /* partial_inplace */
205 0x00000000, /* src_mask */
206 0x00007fff, /* dst_mask */
207 false), /* pcrel_offset */
208 HOWTO (R_FT32_DIFF32
, /* type */
210 2, /* size (0 = byte, 1 = short, 2 = long) */
212 false, /* pc_relative */
214 complain_overflow_dont
, /* complain_on_overflow */
215 bfd_elf_ft32_diff_reloc
, /* special_function */
216 "R_FT32_DIFF32", /* name */
217 false, /* partial_inplace */
219 0xffffffff, /* dst_mask */
220 false), /* pcrel_offset */
224 /* Map BFD reloc types to FT32 ELF reloc types. */
226 struct ft32_reloc_map
228 bfd_reloc_code_real_type bfd_reloc_val
;
229 unsigned int ft32_reloc_val
;
232 static const struct ft32_reloc_map ft32_reloc_map
[] =
234 { BFD_RELOC_NONE
, R_FT32_NONE
},
235 { BFD_RELOC_32
, R_FT32_32
},
236 { BFD_RELOC_16
, R_FT32_16
},
237 { BFD_RELOC_8
, R_FT32_8
},
238 { BFD_RELOC_FT32_10
, R_FT32_10
},
239 { BFD_RELOC_FT32_20
, R_FT32_20
},
240 { BFD_RELOC_FT32_17
, R_FT32_17
},
241 { BFD_RELOC_FT32_18
, R_FT32_18
},
242 { BFD_RELOC_FT32_RELAX
, R_FT32_RELAX
},
243 { BFD_RELOC_FT32_SC0
, R_FT32_SC0
},
244 { BFD_RELOC_FT32_SC1
, R_FT32_SC1
},
245 { BFD_RELOC_FT32_15
, R_FT32_15
},
246 { BFD_RELOC_FT32_DIFF32
, R_FT32_DIFF32
},
249 /* Perform a diff relocation. Nothing to do, as the difference value is
250 already written into the section's contents. */
252 static bfd_reloc_status_type
253 bfd_elf_ft32_diff_reloc (bfd
*abfd ATTRIBUTE_UNUSED
,
254 arelent
*reloc_entry ATTRIBUTE_UNUSED
,
255 asymbol
*symbol ATTRIBUTE_UNUSED
,
256 void *data ATTRIBUTE_UNUSED
,
257 asection
*input_section ATTRIBUTE_UNUSED
,
258 bfd
*output_bfd ATTRIBUTE_UNUSED
,
259 char **error_message ATTRIBUTE_UNUSED
)
264 static reloc_howto_type
*
265 ft32_reloc_type_lookup (bfd
*abfd ATTRIBUTE_UNUSED
,
266 bfd_reloc_code_real_type code
)
270 for (i
= 0; i
< sizeof (ft32_reloc_map
) / sizeof (ft32_reloc_map
[0]); i
++)
271 if (ft32_reloc_map
[i
].bfd_reloc_val
== code
)
272 return & ft32_elf_howto_table
[ft32_reloc_map
[i
].ft32_reloc_val
];
277 static reloc_howto_type
*
278 ft32_reloc_name_lookup (bfd
*abfd ATTRIBUTE_UNUSED
, const char *r_name
)
283 i
< sizeof (ft32_elf_howto_table
) / sizeof (ft32_elf_howto_table
[0]);
285 if (ft32_elf_howto_table
[i
].name
!= NULL
286 && strcasecmp (ft32_elf_howto_table
[i
].name
, r_name
) == 0)
287 return &ft32_elf_howto_table
[i
];
292 /* Set the howto pointer for an FT32 ELF reloc. */
295 ft32_info_to_howto_rela (bfd
*abfd
,
297 Elf_Internal_Rela
*dst
)
301 r_type
= ELF32_R_TYPE (dst
->r_info
);
302 if (r_type
>= (unsigned int) R_FT32_max
)
304 /* xgettext:c-format */
305 _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
307 bfd_set_error (bfd_error_bad_value
);
311 cache_ptr
->howto
= & ft32_elf_howto_table
[r_type
];
312 return cache_ptr
->howto
!= NULL
;
315 /* Relocate an FT32 ELF section.
317 The RELOCATE_SECTION function is called by the new ELF backend linker
318 to handle the relocations for a section.
320 The relocs are always passed as Rela structures; if the section
321 actually uses Rel structures, the r_addend field will always be
324 This function is responsible for adjusting the section contents as
325 necessary, and (if using Rela relocs and generating a relocatable
326 output file) adjusting the reloc addend as necessary.
328 This function does not have to worry about setting the reloc
329 address or the reloc symbol index.
331 LOCAL_SYMS is a pointer to the swapped in local symbols.
333 LOCAL_SECTIONS is an array giving the section in the input file
334 corresponding to the st_shndx field of each local symbol.
336 The global hash table entry for the global symbols can be found
337 via elf_sym_hashes (input_bfd).
339 When generating relocatable output, this function must handle
340 STB_LOCAL/STT_SECTION symbols specially. The output symbol is
341 going to be the section symbol corresponding to the output
342 section, which means that the addend must be adjusted
346 ft32_elf_relocate_section (bfd
*output_bfd
,
347 struct bfd_link_info
*info
,
349 asection
*input_section
,
351 Elf_Internal_Rela
*relocs
,
352 Elf_Internal_Sym
*local_syms
,
353 asection
**local_sections
)
355 Elf_Internal_Shdr
*symtab_hdr
;
356 struct elf_link_hash_entry
**sym_hashes
;
357 Elf_Internal_Rela
*rel
;
358 Elf_Internal_Rela
*relend
;
360 symtab_hdr
= & elf_tdata (input_bfd
)->symtab_hdr
;
361 sym_hashes
= elf_sym_hashes (input_bfd
);
362 relend
= relocs
+ input_section
->reloc_count
;
364 for (rel
= relocs
; rel
< relend
; rel
++)
366 reloc_howto_type
*howto
;
367 unsigned long r_symndx
;
368 Elf_Internal_Sym
*sym
;
370 struct elf_link_hash_entry
*h
;
372 bfd_reloc_status_type r
;
376 r_type
= ELF32_R_TYPE (rel
->r_info
);
377 r_symndx
= ELF32_R_SYM (rel
->r_info
);
378 howto
= ft32_elf_howto_table
+ r_type
;
383 if (r_symndx
< symtab_hdr
->sh_info
)
385 sym
= local_syms
+ r_symndx
;
386 sec
= local_sections
[r_symndx
];
387 relocation
= _bfd_elf_rela_local_sym (output_bfd
, sym
, &sec
, rel
);
389 name
= bfd_elf_string_from_elf_section
390 (input_bfd
, symtab_hdr
->sh_link
, sym
->st_name
);
391 name
= name
== NULL
? bfd_section_name (sec
) : name
;
395 bool unresolved_reloc
, warned
, ignored
;
397 RELOC_FOR_GLOBAL_SYMBOL (info
, input_bfd
, input_section
, rel
,
398 r_symndx
, symtab_hdr
, sym_hashes
,
400 unresolved_reloc
, warned
, ignored
);
402 name
= h
->root
.root
.string
;
405 if (sec
!= NULL
&& discarded_section (sec
))
406 RELOC_AGAINST_DISCARDED_SECTION (info
, input_bfd
, input_section
,
407 rel
, 1, relend
, howto
, 0, contents
);
409 if (bfd_link_relocatable (info
))
418 unsigned int code15
[2];
420 insn
= bfd_get_32 (input_bfd
, contents
+ rel
->r_offset
);
421 ft32_split_shortcode (insn
, code15
);
423 offset
= (int)relocation
;
424 offset
+= (int)(rel
->r_addend
- rel
->r_offset
);
425 offset
-= (input_section
->output_section
->vma
+
426 input_section
->output_offset
);
427 if ((offset
< -1024) || (offset
>= 1024))
429 r
= bfd_reloc_outofrange
;
432 code15
[0] |= ((offset
/ 4) & 511);
433 insn
= ft32_merge_shortcode (code15
);
434 bfd_put_32 (input_bfd
, insn
, contents
+ rel
->r_offset
);
443 unsigned int code15
[2];
445 insn
= bfd_get_32 (input_bfd
, contents
+ rel
->r_offset
);
446 ft32_split_shortcode (insn
, code15
);
448 offset
= (int)relocation
;
449 offset
+= (int)(rel
->r_addend
- rel
->r_offset
);
450 offset
-= (input_section
->output_section
->vma
+
451 input_section
->output_offset
);
452 if ((offset
< -1024) || (offset
>= 1024))
454 r
= bfd_reloc_outofrange
;
457 code15
[1] |= ((offset
/ 4) & 511);
458 insn
= ft32_merge_shortcode (code15
);
459 bfd_put_32 (input_bfd
, insn
, contents
+ rel
->r_offset
);
469 r
= _bfd_final_link_relocate (howto
, input_bfd
, input_section
,
470 contents
, rel
->r_offset
,
471 relocation
, rel
->r_addend
);
475 if (r
!= bfd_reloc_ok
)
477 const char * msg
= NULL
;
481 case bfd_reloc_overflow
:
482 (*info
->callbacks
->reloc_overflow
)
483 (info
, (h
? &h
->root
: NULL
), name
, howto
->name
,
484 (bfd_vma
) 0, input_bfd
, input_section
, rel
->r_offset
);
487 case bfd_reloc_undefined
:
488 (*info
->callbacks
->undefined_symbol
)
489 (info
, name
, input_bfd
, input_section
, rel
->r_offset
, true);
492 case bfd_reloc_outofrange
:
493 msg
= _("internal error: out of range error");
496 case bfd_reloc_notsupported
:
497 msg
= _("internal error: unsupported relocation error");
500 case bfd_reloc_dangerous
:
501 msg
= _("internal error: dangerous relocation");
505 msg
= _("internal error: unknown error");
510 (*info
->callbacks
->warning
) (info
, msg
, name
, input_bfd
,
511 input_section
, rel
->r_offset
);
524 Elf_Internal_Sym
* isymbuf ATTRIBUTE_UNUSED
,
526 bfd_vma pc ATTRIBUTE_UNUSED
,
527 Elf_Internal_Rela
* irel
,
530 Elf_Internal_Shdr
*symtab_hdr ATTRIBUTE_UNUSED
;
533 enum elf_ft32_reloc_type r_type
;
534 reloc_howto_type
*howto
= NULL
;
539 r_type
= ELF32_R_TYPE (irel
->r_info
);
540 howto
= &ft32_elf_howto_table
[r_type
];
542 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
544 /* Get the value of the symbol referred to by the reloc. */
545 if (ELF32_R_SYM (irel
->r_info
) < symtab_hdr
->sh_info
)
547 /* A local symbol. */
548 Elf_Internal_Sym
*isym
;
551 isym
= isymbuf
+ ELF32_R_SYM (irel
->r_info
);
552 sym_sec
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
553 symval
= isym
->st_value
;
554 /* If the reloc is absolute, it will not have
555 a symbol or section associated with it. */
557 symval
+= sym_sec
->output_section
->vma
558 + sym_sec
->output_offset
;
563 struct elf_link_hash_entry
*h
;
565 /* An external symbol. */
566 indx
= ELF32_R_SYM (irel
->r_info
) - symtab_hdr
->sh_info
;
567 h
= elf_sym_hashes (abfd
)[indx
];
568 BFD_ASSERT (h
!= NULL
);
569 if (h
->root
.type
!= bfd_link_hash_defined
570 && h
->root
.type
!= bfd_link_hash_defweak
)
571 /* This appears to be a reference to an undefined
572 symbol. Just ignore it--it will be caught by the
573 regular reloc processing. */
576 symval
= (h
->root
.u
.def
.value
577 + h
->root
.u
.def
.section
->output_section
->vma
578 + h
->root
.u
.def
.section
->output_offset
);
590 insn
= bfd_get_32 (abfd
, contents
+ irel
->r_offset
);
591 insn
|= ((symval
+ irel
->r_addend
) << howto
->bitpos
) & howto
->dst_mask
;
592 return ft32_shortcode (insn
, sc
);
595 insn
= bfd_get_32 (abfd
, contents
+ irel
->r_offset
);
596 /* Get the address of this instruction. */
597 dot
= (sec
->output_section
->vma
598 + sec
->output_offset
+ irel
->r_offset
);
599 value
= symval
+ irel
->r_addend
;
600 offset
= (value
- dot
) / 4;
602 if ((dot
> 0x8c) && (-256 <= offset
) && (offset
< 256))
606 case 0x00200000: *sc
= (3 << 13) | (0 << 9); return true;
607 case 0x00280000: *sc
= (3 << 13) | (1 << 9); return true;
608 case 0x00600000: *sc
= (3 << 13) | (2 << 9); return true;
609 case 0x00680000: *sc
= (3 << 13) | (3 << 9); return true;
610 case 0x00a00000: *sc
= (3 << 13) | (4 << 9); return true;
611 case 0x00a80000: *sc
= (3 << 13) | (5 << 9); return true;
612 case 0x00e00000: *sc
= (3 << 13) | (6 << 9); return true;
613 case 0x00e80000: *sc
= (3 << 13) | (7 << 9); return true;
614 case 0x01200000: *sc
= (3 << 13) | (8 << 9); return true;
615 case 0x01280000: *sc
= (3 << 13) | (9 << 9); return true;
616 case 0x01600000: *sc
= (3 << 13) | (10 << 9); return true;
617 case 0x01680000: *sc
= (3 << 13) | (11 << 9); return true;
618 case 0x01a00000: *sc
= (3 << 13) | (12 << 9); return true;
619 case 0x01a80000: *sc
= (3 << 13) | (13 << 9); return true;
621 case 0x00300000: *sc
= (3 << 13) | (14 << 9); return true;
622 case 0x00340000: *sc
= (3 << 13) | (15 << 9); return true;
636 /* Returns whether the relocation type passed is a diff reloc. */
639 elf32_ft32_is_diff_reloc (Elf_Internal_Rela
*irel
)
641 return (ELF32_R_TYPE (irel
->r_info
) == R_FT32_DIFF32
);
644 /* Reduce the diff value written in the section by count if the shrinked
645 insn address happens to fall between the two symbols for which this
646 diff reloc was emitted. */
649 elf32_ft32_adjust_diff_reloc_value (bfd
*abfd
,
650 struct bfd_section
*isec
,
651 Elf_Internal_Rela
*irel
,
653 bfd_vma shrinked_insn_address
,
656 unsigned char * reloc_contents
= NULL
;
657 unsigned char * isec_contents
= elf_section_data (isec
)->this_hdr
.contents
;
658 bfd_signed_vma x
= 0;
659 bfd_vma sym2_address
;
660 bfd_vma sym1_address
;
661 bfd_vma start_address
;
665 if (isec_contents
== NULL
)
667 if (! bfd_malloc_and_get_section (abfd
, isec
, &isec_contents
))
670 elf_section_data (isec
)->this_hdr
.contents
= isec_contents
;
673 reloc_contents
= isec_contents
+ irel
->r_offset
;
675 /* Read value written in object file. */
676 switch (ELF32_R_TYPE (irel
->r_info
))
679 x
= bfd_get_signed_32 (abfd
, reloc_contents
);
686 /* For a diff reloc sym1 - sym2 the diff at assembly time (x) is written
687 into the object file at the reloc offset. sym2's logical value is
688 symval (<start_of_section>) + reloc addend. Compute the start and end
689 addresses and check if the shrinked insn falls between sym1 and sym2. */
690 sym2_address
= symval
+ irel
->r_addend
;
691 sym1_address
= sym2_address
- x
;
693 /* Don't assume sym2 is bigger than sym1 - the difference
694 could be negative. Compute start and end addresses, and
695 use those to see if they span shrinked_insn_address. */
696 start_address
= sym1_address
< sym2_address
? sym1_address
: sym2_address
;
697 end_address
= sym1_address
> sym2_address
? sym1_address
: sym2_address
;
699 if (shrinked_insn_address
>= start_address
700 && shrinked_insn_address
< end_address
)
702 /* Reduce the diff value by count bytes and write it back into section
704 bfd_signed_vma new_diff
= x
< 0 ? x
+ count
: x
- count
;
706 if (sym2_address
> shrinked_insn_address
)
707 irel
->r_addend
-= count
;
709 switch (ELF32_R_TYPE (irel
->r_info
))
712 bfd_put_signed_32 (abfd
, new_diff
& 0xFFFFFFFF, reloc_contents
);
724 elf32_ft32_adjust_reloc_if_spans_insn (bfd
*abfd
,
726 Elf_Internal_Rela
*irel
, bfd_vma symval
,
727 bfd_vma shrinked_insn_address
,
728 bfd_vma shrink_boundary
,
732 if (elf32_ft32_is_diff_reloc (irel
))
734 if (!elf32_ft32_adjust_diff_reloc_value (abfd
, isec
, irel
,
736 shrinked_insn_address
,
742 bfd_vma reloc_value
= symval
+ irel
->r_addend
;
743 bool addend_within_shrink_boundary
=
744 (reloc_value
<= shrink_boundary
);
745 bool reloc_spans_insn
=
746 (symval
<= shrinked_insn_address
747 && reloc_value
> shrinked_insn_address
748 && addend_within_shrink_boundary
);
750 if (! reloc_spans_insn
)
753 irel
->r_addend
-= count
;
756 printf ("Relocation's addend needed to be fixed \n");
761 /* Delete some bytes from a section while relaxing. */
764 elf32_ft32_relax_delete_bytes (struct bfd_link_info
*link_info
, bfd
* abfd
,
765 asection
* sec
, bfd_vma addr
, int count
)
767 Elf_Internal_Shdr
*symtab_hdr
;
768 unsigned int sec_shndx
;
770 Elf_Internal_Rela
*irel
, *irelend
;
772 Elf_Internal_Sym
*isym
;
773 Elf_Internal_Sym
*isymend
;
774 struct elf_link_hash_entry
**sym_hashes
;
775 struct elf_link_hash_entry
**end_hashes
;
776 struct elf_link_hash_entry
**start_hashes
;
777 unsigned int symcount
;
778 Elf_Internal_Sym
*isymbuf
= NULL
;
780 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
781 sec_shndx
= _bfd_elf_section_from_bfd_section (abfd
, sec
);
783 contents
= elf_section_data (sec
)->this_hdr
.contents
;
787 irel
= elf_section_data (sec
)->relocs
;
788 irelend
= irel
+ sec
->reloc_count
;
790 /* Actually delete the bytes. */
791 memmove (contents
+ addr
, contents
+ addr
+ count
,
792 (size_t) (toaddr
- addr
- count
));
795 /* Adjust all the relocs. */
796 for (irel
= elf_section_data (sec
)->relocs
; irel
< irelend
; irel
++)
797 /* Get the new reloc address. */
798 if ((irel
->r_offset
> addr
&& irel
->r_offset
< toaddr
))
799 irel
->r_offset
-= count
;
801 /* The reloc's own addresses are now ok. However, we need to readjust
802 the reloc's addend, i.e. the reloc's value if two conditions are met:
803 1.) the reloc is relative to a symbol in this section that
804 is located in front of the shrinked instruction
805 2.) symbol plus addend end up behind the shrinked instruction.
807 The most common case where this happens are relocs relative to
808 the section-start symbol.
810 This step needs to be done for all of the sections of the bfd. */
812 struct bfd_section
*isec
;
814 for (isec
= abfd
->sections
; isec
; isec
= isec
->next
)
817 bfd_vma shrinked_insn_address
;
819 if (isec
->reloc_count
== 0)
822 shrinked_insn_address
= (sec
->output_section
->vma
823 + sec
->output_offset
+ addr
- count
);
825 irel
= elf_section_data (isec
)->relocs
;
826 /* PR 12161: Read in the relocs for this section if necessary. */
828 irel
= _bfd_elf_link_read_relocs (abfd
, isec
, NULL
, NULL
, true);
830 for (irelend
= irel
+ isec
->reloc_count
; irel
< irelend
; irel
++)
832 /* Read this BFD's local symbols if we haven't done
834 if (isymbuf
== NULL
&& symtab_hdr
->sh_info
!= 0)
836 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
838 isymbuf
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
839 symtab_hdr
->sh_info
, 0,
845 /* Get the value of the symbol referred to by the reloc. */
846 if (ELF32_R_SYM (irel
->r_info
) < symtab_hdr
->sh_info
)
848 /* A local symbol. */
851 isym
= isymbuf
+ ELF32_R_SYM (irel
->r_info
);
852 sym_sec
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
853 symval
= isym
->st_value
;
854 /* If the reloc is absolute, it will not have
855 a symbol or section associated with it. */
858 symval
+= sym_sec
->output_section
->vma
859 + sym_sec
->output_offset
;
862 printf ("Checking if the relocation's "
863 "addend needs corrections.\n"
864 "Address of anchor symbol: 0x%x \n"
865 "Address of relocation target: 0x%x \n"
866 "Address of relaxed insn: 0x%x \n",
867 (unsigned int) symval
,
868 (unsigned int) (symval
+ irel
->r_addend
),
869 (unsigned int) shrinked_insn_address
);
871 if (symval
<= shrinked_insn_address
872 && (symval
+ irel
->r_addend
) > shrinked_insn_address
)
874 /* If there is an alignment boundary, we only need to
875 adjust addends that end up below the boundary. */
876 bfd_vma shrink_boundary
= (toaddr
877 + sec
->output_section
->vma
878 + sec
->output_offset
);
882 ("Relocation's addend needed to be fixed \n");
884 if (!elf32_ft32_adjust_reloc_if_spans_insn (abfd
, isec
,
886 shrinked_insn_address
,
892 /* else reference symbol is absolute. No adjustment needed. */
894 /* else...Reference symbol is extern. No need for adjusting
900 /* Adjust the local symbols defined in this section. */
901 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
902 isym
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
905 for (isymend
= isym
+ symtab_hdr
->sh_info
; isym
< isymend
; isym
++)
907 if (isym
->st_shndx
== sec_shndx
908 && isym
->st_value
> addr
&& isym
->st_value
< toaddr
)
909 isym
->st_value
-= count
;
913 /* Now adjust the global symbols defined in this section. */
914 symcount
= (symtab_hdr
->sh_size
/ sizeof (Elf32_External_Sym
)
915 - symtab_hdr
->sh_info
);
916 sym_hashes
= start_hashes
= elf_sym_hashes (abfd
);
917 end_hashes
= sym_hashes
+ symcount
;
919 for (; sym_hashes
< end_hashes
; sym_hashes
++)
921 struct elf_link_hash_entry
*sym_hash
= *sym_hashes
;
923 /* The '--wrap SYMBOL' option is causing a pain when the object file,
924 containing the definition of __wrap_SYMBOL, includes a direct
925 call to SYMBOL as well. Since both __wrap_SYMBOL and SYMBOL reference
926 the same symbol (which is __wrap_SYMBOL), but still exist as two
927 different symbols in 'sym_hashes', we don't want to adjust
928 the global symbol __wrap_SYMBOL twice.
929 This check is only relevant when symbols are being wrapped. */
930 if (link_info
->wrap_hash
!= NULL
)
932 struct elf_link_hash_entry
**cur_sym_hashes
;
934 /* Loop only over the symbols whom been already checked. */
935 for (cur_sym_hashes
= start_hashes
; cur_sym_hashes
< sym_hashes
;
937 /* If the current symbol is identical to 'sym_hash', that means
938 the symbol was already adjusted (or at least checked). */
939 if (*cur_sym_hashes
== sym_hash
)
942 /* Don't adjust the symbol again. */
943 if (cur_sym_hashes
< sym_hashes
)
947 if ((sym_hash
->root
.type
== bfd_link_hash_defined
948 || sym_hash
->root
.type
== bfd_link_hash_defweak
)
949 && sym_hash
->root
.u
.def
.section
== sec
950 && sym_hash
->root
.u
.def
.value
> addr
951 && sym_hash
->root
.u
.def
.value
< toaddr
)
952 sym_hash
->root
.u
.def
.value
-= count
;
958 /* Return TRUE if LOC can be a target of a branch, jump or call. */
961 elf32_ft32_relax_is_branch_target (struct bfd_link_info
*link_info
,
962 bfd
* abfd
, asection
* sec
,
965 Elf_Internal_Shdr
*symtab_hdr
;
966 Elf_Internal_Rela
*irel
, *irelend
;
967 Elf_Internal_Sym
*isym
;
968 Elf_Internal_Sym
*isymbuf
= NULL
;
970 struct bfd_section
*isec
;
972 struct elf_link_hash_entry
**sym_hashes
;
973 struct elf_link_hash_entry
**end_hashes
;
974 struct elf_link_hash_entry
**start_hashes
;
975 unsigned int symcount
;
977 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
979 /* Now we check for relocations pointing to ret. */
980 for (isec
= abfd
->sections
; isec
; isec
= isec
->next
)
982 irel
= elf_section_data (isec
)->relocs
;
984 irel
= _bfd_elf_link_read_relocs (abfd
, isec
, NULL
, NULL
, true);
986 irelend
= irel
+ isec
->reloc_count
;
988 for (; irel
< irelend
; irel
++)
990 /* Read this BFD's local symbols if we haven't done
992 if (isymbuf
== NULL
&& symtab_hdr
->sh_info
!= 0)
994 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
996 isymbuf
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
997 symtab_hdr
->sh_info
, 0,
1003 /* Get the value of the symbol referred to by the reloc. */
1004 if (ELF32_R_SYM (irel
->r_info
) < symtab_hdr
->sh_info
)
1006 /* A local symbol. */
1009 isym
= isymbuf
+ ELF32_R_SYM (irel
->r_info
);
1010 sym_sec
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
1011 symval
= isym
->st_value
;
1012 /* If the reloc is absolute, it will not have
1013 a symbol or section associated with it. */
1016 symval
+= sym_sec
->output_section
->vma
1017 + sym_sec
->output_offset
;
1020 printf ("0x%x: Address of anchor symbol: 0x%x "
1021 "Address of relocation target: 0x%x \n",
1022 (unsigned int) irel
->r_offset
,
1023 (unsigned int) symval
,
1024 (unsigned int) (symval
+ irel
->r_addend
));
1025 if ((irel
->r_addend
) == loc
)
1032 symcount
= (symtab_hdr
->sh_size
/ sizeof (Elf32_External_Sym
)
1033 - symtab_hdr
->sh_info
);
1034 sym_hashes
= start_hashes
= elf_sym_hashes (abfd
);
1035 end_hashes
= sym_hashes
+ symcount
;
1037 for (; sym_hashes
< end_hashes
; sym_hashes
++)
1039 struct elf_link_hash_entry
*sym_hash
= *sym_hashes
;
1041 /* The '--wrap SYMBOL' option is causing a pain when the object file,
1042 containing the definition of __wrap_SYMBOL, includes a direct
1043 call to SYMBOL as well. Since both __wrap_SYMBOL and SYMBOL reference
1044 the same symbol (which is __wrap_SYMBOL), but still exist as two
1045 different symbols in 'sym_hashes', we don't want to adjust
1046 the global symbol __wrap_SYMBOL twice.
1047 This check is only relevant when symbols are being wrapped. */
1048 if (link_info
->wrap_hash
!= NULL
)
1050 struct elf_link_hash_entry
**cur_sym_hashes
;
1052 /* Loop only over the symbols whom been already checked. */
1053 for (cur_sym_hashes
= start_hashes
; cur_sym_hashes
< sym_hashes
;
1055 /* If the current symbol is identical to 'sym_hash', that means
1056 the symbol was already adjusted (or at least checked). */
1057 if (*cur_sym_hashes
== sym_hash
)
1060 /* Don't adjust the symbol again. */
1061 if (cur_sym_hashes
< sym_hashes
)
1065 if ((sym_hash
->root
.type
== bfd_link_hash_defined
1066 || sym_hash
->root
.type
== bfd_link_hash_defweak
)
1067 && sym_hash
->root
.u
.def
.section
== sec
1068 && sym_hash
->root
.u
.def
.value
== loc
)
1076 ft32_elf_relax_section (bfd
*abfd
,
1078 struct bfd_link_info
*link_info
,
1081 Elf_Internal_Rela
* free_relocs
= NULL
;
1082 Elf_Internal_Rela
* internal_relocs
;
1083 Elf_Internal_Rela
* irelend
;
1084 Elf_Internal_Rela
* irel
;
1085 bfd_byte
* contents
= NULL
;
1086 Elf_Internal_Shdr
* symtab_hdr
;
1087 Elf_Internal_Sym
* isymbuf
= NULL
;
1089 /* Assume nothing changes. */
1092 /* We don't have to do anything for a relocatable link, if
1093 this section does not have relocs, or if this is not a
1095 if (bfd_link_relocatable (link_info
)
1096 || (sec
->flags
& SEC_RELOC
) == 0
1097 || sec
->reloc_count
== 0
1098 || (sec
->flags
& SEC_CODE
) == 0)
1101 /* Get the section contents. */
1102 if (elf_section_data (sec
)->this_hdr
.contents
!= NULL
)
1103 contents
= elf_section_data (sec
)->this_hdr
.contents
;
1104 /* Go get them off disk. */
1107 if (! bfd_malloc_and_get_section (abfd
, sec
, &contents
))
1109 elf_section_data (sec
)->this_hdr
.contents
= contents
;
1112 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
1114 /* Read this BFD's local symbols if we haven't done so already. */
1115 if (isymbuf
== NULL
&& symtab_hdr
->sh_info
!= 0)
1117 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
1118 if (isymbuf
== NULL
)
1119 isymbuf
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
1120 symtab_hdr
->sh_info
, 0,
1122 if (isymbuf
== NULL
)
1124 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
1127 internal_relocs
= _bfd_elf_link_read_relocs (abfd
, sec
, NULL
, NULL
,
1128 link_info
->keep_memory
);
1129 if (internal_relocs
== NULL
)
1131 if (! link_info
->keep_memory
)
1132 free_relocs
= internal_relocs
;
1134 /* Walk through them looking for relaxing opportunities. */
1135 irelend
= internal_relocs
+ sec
->reloc_count
;
1137 /* Test every adjacent pair of relocs. If both have shortcodes,
1138 fuse them and delete the relocs. */
1139 irel
= internal_relocs
;
1140 while (irel
< irelend
- 1)
1142 Elf_Internal_Rela
* irel_next
= irel
+ 1;
1143 unsigned int sc0
, sc1
;
1146 pc
= irel
->r_offset
;
1148 if (((pc
+ 4) == (irel_next
->r_offset
))
1149 && ft32_reloc_shortable (abfd
, sec
, isymbuf
, contents
, pc
, irel
,
1151 && ft32_reloc_shortable (abfd
, sec
, isymbuf
, contents
, pc
,
1153 && !elf32_ft32_relax_is_branch_target (link_info
, abfd
, sec
,
1154 irel_next
->r_offset
))
1156 unsigned int code30
= (sc1
<< 15) | sc0
;
1157 unsigned int code27
= code30
>> 3;
1158 unsigned int code3
= code30
& 7;
1159 static const unsigned char pat3
[] = {2, 3, 4, 5, 6, 9, 10, 14};
1160 unsigned int pattern
= pat3
[code3
];
1161 unsigned int fused
= (pattern
<< 27) | code27
;
1163 /* Move second reloc to same place as first. */
1164 irel_next
->r_offset
= irel
->r_offset
;
1166 /* Change both relocs to R_FT32_NONE. */
1168 if (ELF32_R_TYPE (irel
->r_info
) == R_FT32_18
)
1170 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
1175 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
1179 if (ELF32_R_TYPE (irel_next
->r_info
) == R_FT32_18
)
1181 irel_next
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel_next
->r_info
),
1186 irel_next
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
1190 /* Replace the first insn with the fused version. */
1191 bfd_put_32 (abfd
, fused
, contents
+ irel
->r_offset
);
1193 /* Delete the second insn. */
1194 if (!elf32_ft32_relax_delete_bytes (link_info
, abfd
, sec
,
1195 irel
->r_offset
+ 4, 4))
1198 /* That will change things, so, we should relax again.
1199 Note that this is not required, and it may be slow. */
1211 && symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
1213 if (! link_info
->keep_memory
)
1216 /* Cache the symbols for elf_link_input_bfd. */
1217 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
1220 if (contents
!= NULL
1221 && elf_section_data (sec
)->this_hdr
.contents
!= contents
)
1223 if (! link_info
->keep_memory
)
1226 /* Cache the section contents for elf_link_input_bfd. */
1227 elf_section_data (sec
)->this_hdr
.contents
= contents
;
1231 if (elf_section_data (sec
)->relocs
!= internal_relocs
)
1232 free (internal_relocs
);
1242 #define ELF_ARCH bfd_arch_ft32
1243 #define ELF_MACHINE_CODE EM_FT32
1244 #define ELF_MAXPAGESIZE 0x1
1246 #define TARGET_LITTLE_SYM ft32_elf32_vec
1247 #define TARGET_LITTLE_NAME "elf32-ft32"
1249 #define elf_info_to_howto_rel NULL
1250 #define elf_info_to_howto ft32_info_to_howto_rela
1251 #define elf_backend_relocate_section ft32_elf_relocate_section
1253 #define elf_backend_can_gc_sections 1
1254 #define elf_backend_rela_normal 1
1256 #define bfd_elf32_bfd_reloc_type_lookup ft32_reloc_type_lookup
1257 #define bfd_elf32_bfd_reloc_name_lookup ft32_reloc_name_lookup
1259 #define bfd_elf32_bfd_relax_section ft32_elf_relax_section
1261 #include "elf32-target.h"