1 /* M16C/M32C specific support for 32-bit ELF.
2 Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
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 3 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
26 #include "libiberty.h"
28 /* Forward declarations. */
29 static reloc_howto_type
* m32c_reloc_type_lookup
30 (bfd
*, bfd_reloc_code_real_type
);
31 static void m32c_info_to_howto_rela
32 (bfd
*, arelent
*, Elf_Internal_Rela
*);
33 static bfd_boolean m32c_elf_relocate_section
34 (bfd
*, struct bfd_link_info
*, bfd
*, asection
*, bfd_byte
*, Elf_Internal_Rela
*, Elf_Internal_Sym
*, asection
**);
35 static bfd_boolean m32c_elf_check_relocs
36 (bfd
*, struct bfd_link_info
*, asection
*, const Elf_Internal_Rela
*);
37 static bfd_boolean
m32c_elf_relax_delete_bytes (bfd
*, asection
*, bfd_vma
, int);
39 char * m32c_get_reloc (long reloc
);
40 void dump_symtab (bfd
*, void *, void *);
42 static bfd_boolean m32c_elf_relax_section
43 (bfd
*abfd
, asection
*sec
, struct bfd_link_info
*link_info
, bfd_boolean
*again
);
46 static reloc_howto_type m32c_elf_howto_table
[] =
48 /* This reloc does nothing. */
49 HOWTO (R_M32C_NONE
, /* type */
51 0, /* size (0 = byte, 1 = short, 2 = long) */
53 FALSE
, /* pc_relative */
55 complain_overflow_bitfield
, /* complain_on_overflow */
56 bfd_elf_generic_reloc
, /* special_function */
57 "R_M32C_NONE", /* name */
58 FALSE
, /* partial_inplace */
61 FALSE
), /* pcrel_offset */
63 /* GCC intentionally overflows these next two in order to work
64 around limitations in the addressing modes, so don't complain
66 HOWTO (R_M32C_16
, /* type */
68 1, /* size (0 = byte, 1 = short, 2 = long) */
70 FALSE
, /* pc_relative */
72 complain_overflow_dont
, /* complain_on_overflow */
73 bfd_elf_generic_reloc
, /* special_function */
74 "R_M32C_16", /* name */
75 FALSE
, /* partial_inplace */
77 0xffff, /* dst_mask */
78 FALSE
), /* pcrel_offset */
80 HOWTO (R_M32C_24
, /* type */
82 2, /* size (0 = byte, 1 = short, 2 = long) */
84 FALSE
, /* pc_relative */
86 complain_overflow_dont
, /* complain_on_overflow */
87 bfd_elf_generic_reloc
, /* special_function */
88 "R_M32C_24", /* name */
89 FALSE
, /* partial_inplace */
91 0xffffff, /* dst_mask */
92 FALSE
), /* pcrel_offset */
94 HOWTO (R_M32C_32
, /* type */
96 2, /* size (0 = byte, 1 = short, 2 = long) */
98 FALSE
, /* pc_relative */
100 complain_overflow_bitfield
, /* complain_on_overflow */
101 bfd_elf_generic_reloc
, /* special_function */
102 "R_M32C_32", /* name */
103 FALSE
, /* partial_inplace */
105 0xffffffff, /* dst_mask */
106 FALSE
), /* pcrel_offset */
108 HOWTO (R_M32C_8_PCREL
, /* type */
110 0, /* size (0 = byte, 1 = short, 2 = long) */
112 TRUE
, /* pc_relative */
114 complain_overflow_signed
, /* complain_on_overflow */
115 bfd_elf_generic_reloc
, /* special_function */
116 "R_M32C_8_PCREL", /* name */
117 FALSE
, /* partial_inplace */
120 TRUE
), /* pcrel_offset */
122 HOWTO (R_M32C_16_PCREL
, /* type */
124 1, /* size (0 = byte, 1 = short, 2 = long) */
126 TRUE
, /* pc_relative */
128 complain_overflow_signed
, /* complain_on_overflow */
129 bfd_elf_generic_reloc
, /* special_function */
130 "R_M32C_16_PCREL", /* name */
131 FALSE
, /* partial_inplace */
133 0xffff, /* dst_mask */
134 TRUE
), /* pcrel_offset */
136 HOWTO (R_M32C_8
, /* type */
138 0, /* size (0 = byte, 1 = short, 2 = long) */
140 FALSE
, /* pc_relative */
142 complain_overflow_unsigned
, /* complain_on_overflow */
143 bfd_elf_generic_reloc
, /* special_function */
144 "R_M32C_8", /* name */
145 FALSE
, /* partial_inplace */
148 FALSE
), /* pcrel_offset */
150 HOWTO (R_M32C_LO16
, /* type */
152 1, /* size (0 = byte, 1 = short, 2 = long) */
154 FALSE
, /* pc_relative */
156 complain_overflow_dont
, /* complain_on_overflow */
157 bfd_elf_generic_reloc
, /* special_function */
158 "R_M32C_LO16", /* name */
159 FALSE
, /* partial_inplace */
161 0xffff, /* dst_mask */
162 FALSE
), /* pcrel_offset */
164 HOWTO (R_M32C_HI8
, /* type */
166 0, /* size (0 = byte, 1 = short, 2 = long) */
168 FALSE
, /* pc_relative */
170 complain_overflow_dont
, /* complain_on_overflow */
171 bfd_elf_generic_reloc
, /* special_function */
172 "R_M32C_HI8", /* name */
173 FALSE
, /* partial_inplace */
176 FALSE
), /* pcrel_offset */
178 HOWTO (R_M32C_HI16
, /* type */
180 1, /* size (0 = byte, 1 = short, 2 = long) */
182 FALSE
, /* pc_relative */
184 complain_overflow_dont
, /* complain_on_overflow */
185 bfd_elf_generic_reloc
, /* special_function */
186 "R_M32C_HI16", /* name */
187 FALSE
, /* partial_inplace */
189 0xffff, /* dst_mask */
190 FALSE
), /* pcrel_offset */
192 HOWTO (R_M32C_RL_JUMP
, /* type */
194 0, /* size (0 = byte, 1 = short, 2 = long) */
196 FALSE
, /* pc_relative */
198 complain_overflow_signed
, /* complain_on_overflow */
199 bfd_elf_generic_reloc
, /* special_function */
200 "R_M32C_RL_JUMP", /* name */
201 FALSE
, /* partial_inplace */
204 FALSE
), /* pcrel_offset */
206 HOWTO (R_M32C_RL_1ADDR
, /* type */
208 0, /* size (0 = byte, 1 = short, 2 = long) */
210 FALSE
, /* pc_relative */
212 complain_overflow_signed
, /* complain_on_overflow */
213 bfd_elf_generic_reloc
, /* special_function */
214 "R_M32C_RL_1ADDR", /* name */
215 FALSE
, /* partial_inplace */
218 FALSE
), /* pcrel_offset */
220 HOWTO (R_M32C_RL_2ADDR
, /* type */
222 0, /* size (0 = byte, 1 = short, 2 = long) */
224 FALSE
, /* pc_relative */
226 complain_overflow_signed
, /* complain_on_overflow */
227 bfd_elf_generic_reloc
, /* special_function */
228 "R_M32C_RL_2ADDR", /* name */
229 FALSE
, /* partial_inplace */
232 FALSE
), /* pcrel_offset */
236 /* Map BFD reloc types to M32C ELF reloc types. */
238 struct m32c_reloc_map
240 bfd_reloc_code_real_type bfd_reloc_val
;
241 unsigned int m32c_reloc_val
;
244 static const struct m32c_reloc_map m32c_reloc_map
[] =
246 { BFD_RELOC_NONE
, R_M32C_NONE
},
247 { BFD_RELOC_16
, R_M32C_16
},
248 { BFD_RELOC_24
, R_M32C_24
},
249 { BFD_RELOC_32
, R_M32C_32
},
250 { BFD_RELOC_8_PCREL
, R_M32C_8_PCREL
},
251 { BFD_RELOC_16_PCREL
, R_M32C_16_PCREL
},
252 { BFD_RELOC_8
, R_M32C_8
},
253 { BFD_RELOC_LO16
, R_M32C_LO16
},
254 { BFD_RELOC_HI16
, R_M32C_HI16
},
255 { BFD_RELOC_M32C_HI8
, R_M32C_HI8
},
256 { BFD_RELOC_M32C_RL_JUMP
, R_M32C_RL_JUMP
},
257 { BFD_RELOC_M32C_RL_1ADDR
, R_M32C_RL_1ADDR
},
258 { BFD_RELOC_M32C_RL_2ADDR
, R_M32C_RL_2ADDR
}
261 static reloc_howto_type
*
262 m32c_reloc_type_lookup
263 (bfd
* abfd ATTRIBUTE_UNUSED
,
264 bfd_reloc_code_real_type code
)
268 for (i
= ARRAY_SIZE (m32c_reloc_map
); --i
;)
269 if (m32c_reloc_map
[i
].bfd_reloc_val
== code
)
270 return & m32c_elf_howto_table
[m32c_reloc_map
[i
].m32c_reloc_val
];
275 static reloc_howto_type
*
276 m32c_reloc_name_lookup (bfd
*abfd ATTRIBUTE_UNUSED
, const char *r_name
)
281 i
< sizeof (m32c_elf_howto_table
) / sizeof (m32c_elf_howto_table
[0]);
283 if (m32c_elf_howto_table
[i
].name
!= NULL
284 && strcasecmp (m32c_elf_howto_table
[i
].name
, r_name
) == 0)
285 return &m32c_elf_howto_table
[i
];
290 /* Set the howto pointer for an M32C ELF reloc. */
293 m32c_info_to_howto_rela
294 (bfd
* abfd ATTRIBUTE_UNUSED
,
296 Elf_Internal_Rela
* dst
)
300 r_type
= ELF32_R_TYPE (dst
->r_info
);
301 BFD_ASSERT (r_type
< (unsigned int) R_M32C_max
);
302 cache_ptr
->howto
= & m32c_elf_howto_table
[r_type
];
307 /* Relocate an M32C ELF section.
308 There is some attempt to make this function usable for many architectures,
309 both USE_REL and USE_RELA ['twould be nice if such a critter existed],
310 if only to serve as a learning tool.
312 The RELOCATE_SECTION function is called by the new ELF backend linker
313 to handle the relocations for a section.
315 The relocs are always passed as Rela structures; if the section
316 actually uses Rel structures, the r_addend field will always be
319 This function is responsible for adjusting the section contents as
320 necessary, and (if using Rela relocs and generating a relocatable
321 output file) adjusting the reloc addend as necessary.
323 This function does not have to worry about setting the reloc
324 address or the reloc symbol index.
326 LOCAL_SYMS is a pointer to the swapped in local symbols.
328 LOCAL_SECTIONS is an array giving the section in the input file
329 corresponding to the st_shndx field of each local symbol.
331 The global hash table entry for the global symbols can be found
332 via elf_sym_hashes (input_bfd).
334 When generating relocatable output, this function must handle
335 STB_LOCAL/STT_SECTION symbols specially. The output symbol is
336 going to be the section symbol corresponding to the output
337 section, which means that the addend must be adjusted
341 m32c_elf_relocate_section
342 (bfd
* output_bfd ATTRIBUTE_UNUSED
,
343 struct bfd_link_info
* info
,
345 asection
* input_section
,
347 Elf_Internal_Rela
* relocs
,
348 Elf_Internal_Sym
* local_syms
,
349 asection
** local_sections
)
351 Elf_Internal_Shdr
* symtab_hdr
;
352 struct elf_link_hash_entry
** sym_hashes
;
353 Elf_Internal_Rela
* rel
;
354 Elf_Internal_Rela
* relend
;
358 symtab_hdr
= & elf_tdata (input_bfd
)->symtab_hdr
;
359 sym_hashes
= elf_sym_hashes (input_bfd
);
360 relend
= relocs
+ input_section
->reloc_count
;
362 dynobj
= elf_hash_table (info
)->dynobj
;
365 splt
= bfd_get_section_by_name (dynobj
, ".plt");
367 for (rel
= relocs
; rel
< relend
; rel
++)
369 reloc_howto_type
* howto
;
370 unsigned long r_symndx
;
371 Elf_Internal_Sym
* sym
;
373 struct elf_link_hash_entry
* h
;
375 bfd_reloc_status_type r
;
376 const char * name
= NULL
;
379 r_type
= ELF32_R_TYPE (rel
->r_info
);
381 /* These are only used for relaxing; we don't actually relocate
382 anything with them, so skip them. */
383 if (r_type
== R_M32C_RL_JUMP
384 || r_type
== R_M32C_RL_1ADDR
385 || r_type
== R_M32C_RL_2ADDR
)
388 r_symndx
= ELF32_R_SYM (rel
->r_info
);
390 howto
= m32c_elf_howto_table
+ ELF32_R_TYPE (rel
->r_info
);
396 if (r_symndx
< symtab_hdr
->sh_info
)
398 sym
= local_syms
+ r_symndx
;
399 sec
= local_sections
[r_symndx
];
400 relocation
= (sec
->output_section
->vma
404 name
= bfd_elf_string_from_elf_section
405 (input_bfd
, symtab_hdr
->sh_link
, sym
->st_name
);
406 name
= (sym
->st_name
== 0) ? bfd_section_name (input_bfd
, sec
) : name
;
410 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
412 while (h
->root
.type
== bfd_link_hash_indirect
413 || h
->root
.type
== bfd_link_hash_warning
)
414 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
416 name
= h
->root
.root
.string
;
418 if (h
->root
.type
== bfd_link_hash_defined
419 || h
->root
.type
== bfd_link_hash_defweak
)
421 sec
= h
->root
.u
.def
.section
;
422 relocation
= (h
->root
.u
.def
.value
423 + sec
->output_section
->vma
424 + sec
->output_offset
);
426 else if (h
->root
.type
== bfd_link_hash_undefweak
)
428 else if (!info
->relocatable
)
430 if (! ((*info
->callbacks
->undefined_symbol
)
431 (info
, h
->root
.root
.string
, input_bfd
,
432 input_section
, rel
->r_offset
, TRUE
)))
437 if (sec
!= NULL
&& elf_discarded_section (sec
))
438 RELOC_AGAINST_DISCARDED_SECTION (info
, input_bfd
, input_section
,
439 rel
, relend
, howto
, contents
);
441 if (info
->relocatable
)
443 /* This is a relocatable link. We don't have to change
444 anything, unless the reloc is against a section symbol,
445 in which case we have to adjust according to where the
446 section symbol winds up in the output section. */
447 if (sym
!= NULL
&& ELF_ST_TYPE (sym
->st_info
) == STT_SECTION
)
448 rel
->r_addend
+= sec
->output_offset
;
452 switch (ELF32_R_TYPE (rel
->r_info
))
459 plt_offset
= &h
->plt
.offset
;
461 plt_offset
= elf_local_got_offsets (input_bfd
) + r_symndx
;
463 /* printf("%s: rel %x plt %d\n", h ? h->root.root.string : "(none)",
464 relocation, *plt_offset);*/
465 if (relocation
<= 0xffff)
467 /* If the symbol is in range for a 16-bit address, we should
468 have deallocated the plt entry in relax_section. */
469 BFD_ASSERT (*plt_offset
== (bfd_vma
) -1);
473 /* If the symbol is out of range for a 16-bit address,
474 we must have allocated a plt entry. */
475 BFD_ASSERT (*plt_offset
!= (bfd_vma
) -1);
477 /* If this is the first time we've processed this symbol,
478 fill in the plt entry with the correct symbol address. */
479 if ((*plt_offset
& 1) == 0)
483 x
= 0x000000fc; /* jmpf */
484 x
|= (relocation
<< 8) & 0xffffff00;
485 bfd_put_32 (input_bfd
, x
, splt
->contents
+ *plt_offset
);
489 relocation
= (splt
->output_section
->vma
490 + splt
->output_offset
491 + (*plt_offset
& -2));
494 char *newname
= bfd_malloc (strlen(name
)+5);
495 strcpy (newname
, name
);
496 strcat(newname
, ".plt");
497 _bfd_generic_link_add_one_symbol (info
,
500 BSF_FUNCTION
| BSF_WEAK
,
519 printf ("relocate %s at %06lx relocation %06lx addend %ld ",
520 m32c_elf_howto_table
[ELF32_R_TYPE(rel
->r_info
)].name
,
521 rel
->r_offset
+ input_section
->output_section
->vma
+ input_section
->output_offset
,
522 relocation
, rel
->r_addend
);
526 printf (" %02x", contents
[rel
->r_offset
+i
]);
530 r
= _bfd_final_link_relocate (howto
, input_bfd
, input_section
,
531 contents
, rel
->r_offset
, relocation
,
534 if (r
!= bfd_reloc_ok
)
536 const char * msg
= (const char *) NULL
;
540 case bfd_reloc_overflow
:
541 r
= info
->callbacks
->reloc_overflow
542 (info
, (h
? &h
->root
: NULL
), name
, howto
->name
, (bfd_vma
) 0,
543 input_bfd
, input_section
, rel
->r_offset
);
546 case bfd_reloc_undefined
:
547 r
= info
->callbacks
->undefined_symbol
548 (info
, name
, input_bfd
, input_section
, rel
->r_offset
,
552 case bfd_reloc_outofrange
:
553 msg
= _("internal error: out of range error");
556 case bfd_reloc_notsupported
:
557 msg
= _("internal error: unsupported relocation error");
560 case bfd_reloc_dangerous
:
561 msg
= _("internal error: dangerous relocation");
565 msg
= _("internal error: unknown error");
570 r
= info
->callbacks
->warning
571 (info
, msg
, name
, input_bfd
, input_section
, rel
->r_offset
);
581 /* We support 16-bit pointers to code above 64k by generating a thunk
582 below 64k containing a JMP instruction to the final address. */
585 m32c_elf_check_relocs
587 struct bfd_link_info
* info
,
589 const Elf_Internal_Rela
* relocs
)
591 Elf_Internal_Shdr
* symtab_hdr
;
592 struct elf_link_hash_entry
** sym_hashes
;
593 const Elf_Internal_Rela
* rel
;
594 const Elf_Internal_Rela
* rel_end
;
595 bfd_vma
*local_plt_offsets
;
599 if (info
->relocatable
)
602 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
603 sym_hashes
= elf_sym_hashes (abfd
);
604 local_plt_offsets
= elf_local_got_offsets (abfd
);
606 dynobj
= elf_hash_table(info
)->dynobj
;
608 rel_end
= relocs
+ sec
->reloc_count
;
609 for (rel
= relocs
; rel
< rel_end
; rel
++)
611 struct elf_link_hash_entry
*h
;
612 unsigned long r_symndx
;
615 r_symndx
= ELF32_R_SYM (rel
->r_info
);
616 if (r_symndx
< symtab_hdr
->sh_info
)
620 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
621 while (h
->root
.type
== bfd_link_hash_indirect
622 || h
->root
.type
== bfd_link_hash_warning
)
623 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
626 switch (ELF32_R_TYPE (rel
->r_info
))
628 /* This relocation describes a 16-bit pointer to a function.
629 We may need to allocate a thunk in low memory; reserve memory
633 elf_hash_table (info
)->dynobj
= dynobj
= abfd
;
636 splt
= bfd_get_section_by_name (dynobj
, ".plt");
639 flagword flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_HAS_CONTENTS
640 | SEC_IN_MEMORY
| SEC_LINKER_CREATED
641 | SEC_READONLY
| SEC_CODE
);
642 splt
= bfd_make_section_with_flags (dynobj
, ".plt", flags
);
644 || ! bfd_set_section_alignment (dynobj
, splt
, 1))
650 offset
= &h
->plt
.offset
;
653 if (local_plt_offsets
== NULL
)
658 size
= symtab_hdr
->sh_info
* sizeof (bfd_vma
);
659 local_plt_offsets
= (bfd_vma
*) bfd_alloc (abfd
, size
);
660 if (local_plt_offsets
== NULL
)
662 elf_local_got_offsets (abfd
) = local_plt_offsets
;
664 for (i
= 0; i
< symtab_hdr
->sh_info
; i
++)
665 local_plt_offsets
[i
] = (bfd_vma
) -1;
667 offset
= &local_plt_offsets
[r_symndx
];
670 if (*offset
== (bfd_vma
) -1)
672 *offset
= splt
->size
;
682 /* This must exist if dynobj is ever set. */
685 m32c_elf_finish_dynamic_sections (bfd
*abfd ATTRIBUTE_UNUSED
,
686 struct bfd_link_info
*info
)
691 /* As an extra sanity check, verify that all plt entries have
694 if ((dynobj
= elf_hash_table (info
)->dynobj
) != NULL
695 && (splt
= bfd_get_section_by_name (dynobj
, ".plt")) != NULL
)
697 bfd_byte
*contents
= splt
->contents
;
698 unsigned int i
, size
= splt
->size
;
699 for (i
= 0; i
< size
; i
+= 4)
701 unsigned int x
= bfd_get_32 (dynobj
, contents
+ i
);
710 m32c_elf_always_size_sections (bfd
*output_bfd ATTRIBUTE_UNUSED
,
711 struct bfd_link_info
*info
)
716 if (info
->relocatable
)
719 dynobj
= elf_hash_table (info
)->dynobj
;
723 splt
= bfd_get_section_by_name (dynobj
, ".plt");
724 BFD_ASSERT (splt
!= NULL
);
726 splt
->contents
= (bfd_byte
*) bfd_zalloc (dynobj
, splt
->size
);
727 if (splt
->contents
== NULL
)
733 /* Function to set the ELF flag bits. */
736 m32c_elf_set_private_flags (bfd
*abfd
, flagword flags
)
738 elf_elfheader (abfd
)->e_flags
= flags
;
739 elf_flags_init (abfd
) = TRUE
;
743 /* Merge backend specific data from an object file to the output
744 object file when linking. */
747 m32c_elf_merge_private_bfd_data (bfd
*ibfd
, bfd
*obfd
)
749 flagword old_flags
, old_partial
;
750 flagword new_flags
, new_partial
;
751 bfd_boolean error
= FALSE
;
755 new_opt
[0] = old_opt
[0] = '\0';
756 new_flags
= elf_elfheader (ibfd
)->e_flags
;
757 old_flags
= elf_elfheader (obfd
)->e_flags
;
760 (*_bfd_error_handler
) ("old_flags = 0x%.8lx, new_flags = 0x%.8lx, init = %s, filename = %s",
761 old_flags
, new_flags
, elf_flags_init (obfd
) ? "yes" : "no",
762 bfd_get_filename (ibfd
));
765 if (!elf_flags_init (obfd
))
767 /* First call, no flags set. */
768 elf_flags_init (obfd
) = TRUE
;
769 elf_elfheader (obfd
)->e_flags
= new_flags
;
772 else if (new_flags
== old_flags
)
773 /* Compatible flags are ok. */
776 else /* Possibly incompatible flags. */
778 /* Warn if different cpu is used (allow a specific cpu to override
780 new_partial
= (new_flags
& EF_M32C_CPU_MASK
);
781 old_partial
= (old_flags
& EF_M32C_CPU_MASK
);
782 if (new_partial
== old_partial
)
789 default: strcat (new_opt
, " -m16c"); break;
790 case EF_M32C_CPU_M16C
: strcat (new_opt
, " -m16c"); break;
791 case EF_M32C_CPU_M32C
: strcat (new_opt
, " -m32c"); break;
796 default: strcat (old_opt
, " -m16c"); break;
797 case EF_M32C_CPU_M16C
: strcat (old_opt
, " -m16c"); break;
798 case EF_M32C_CPU_M32C
: strcat (old_opt
, " -m32c"); break;
802 /* Print out any mismatches from above. */
806 (*_bfd_error_handler
)
807 (_("%s: compiled with %s and linked with modules compiled with %s"),
808 bfd_get_filename (ibfd
), new_opt
, old_opt
);
811 new_flags
&= ~ EF_M32C_ALL_FLAGS
;
812 old_flags
&= ~ EF_M32C_ALL_FLAGS
;
814 /* Warn about any other mismatches. */
815 if (new_flags
!= old_flags
)
818 (*_bfd_error_handler
)
819 (_("%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"),
820 bfd_get_filename (ibfd
), (long)new_flags
, (long)old_flags
);
825 bfd_set_error (bfd_error_bad_value
);
832 m32c_elf_print_private_bfd_data (bfd
*abfd
, PTR ptr
)
834 FILE *file
= (FILE *) ptr
;
837 BFD_ASSERT (abfd
!= NULL
&& ptr
!= NULL
);
839 /* Print normal ELF private data. */
840 _bfd_elf_print_private_bfd_data (abfd
, ptr
);
842 flags
= elf_elfheader (abfd
)->e_flags
;
843 fprintf (file
, _("private flags = 0x%lx:"), (unsigned long) flags
);
845 switch (flags
& EF_M32C_CPU_MASK
)
848 case EF_M32C_CPU_M16C
: fprintf (file
, " -m16c"); break;
849 case EF_M32C_CPU_M32C
: fprintf (file
, " -m32c"); break;
856 /* Return the MACH for an e_flags value. */
859 elf32_m32c_machine (bfd
*abfd
)
861 switch (elf_elfheader (abfd
)->e_flags
& EF_M32C_CPU_MASK
)
863 case EF_M32C_CPU_M16C
: return bfd_mach_m16c
;
864 case EF_M32C_CPU_M32C
: return bfd_mach_m32c
;
867 return bfd_mach_m16c
;
871 m32c_elf_object_p (bfd
*abfd
)
873 bfd_default_set_arch_mach (abfd
, bfd_arch_m32c
,
874 elf32_m32c_machine (abfd
));
881 dump_symtab (bfd
* abfd
, void *internal_syms
, void *external_syms
)
884 Elf_Internal_Sym
*isymbuf
;
885 Elf_Internal_Sym
*isymend
;
886 Elf_Internal_Sym
*isym
;
887 Elf_Internal_Shdr
*symtab_hdr
;
888 bfd_boolean free_internal
= 0, free_external
= 0;
890 char * st_info_stb_str
;
896 internal_syms
= bfd_malloc (1000);
901 external_syms
= bfd_malloc (1000);
905 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
906 locsymcount
= symtab_hdr
->sh_size
/ get_elf_backend_data(abfd
)->s
->sizeof_sym
;
908 isymbuf
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
909 symtab_hdr
->sh_info
, 0,
910 internal_syms
, external_syms
, NULL
);
912 isymbuf
= internal_syms
;
913 isymend
= isymbuf
+ locsymcount
;
915 for (isym
= isymbuf
; isym
< isymend
; isym
++)
917 switch (ELF_ST_TYPE (isym
->st_info
))
919 case STT_FUNC
: st_info_str
= "STT_FUNC";
920 case STT_SECTION
: st_info_str
= "STT_SECTION";
921 case STT_FILE
: st_info_str
= "STT_FILE";
922 case STT_OBJECT
: st_info_str
= "STT_OBJECT";
923 case STT_TLS
: st_info_str
= "STT_TLS";
924 default: st_info_str
= "";
926 switch (ELF_ST_BIND (isym
->st_info
))
928 case STB_LOCAL
: st_info_stb_str
= "STB_LOCAL";
929 case STB_GLOBAL
: st_info_stb_str
= "STB_GLOBAL";
930 default: st_info_stb_str
= "";
932 switch (ELF_ST_VISIBILITY (isym
->st_other
))
934 case STV_DEFAULT
: st_other_str
= "STV_DEFAULT";
935 case STV_INTERNAL
: st_other_str
= "STV_INTERNAL";
936 case STV_PROTECTED
: st_other_str
= "STV_PROTECTED";
937 default: st_other_str
= "";
939 switch (isym
->st_shndx
)
941 case SHN_ABS
: st_shndx_str
= "SHN_ABS";
942 case SHN_COMMON
: st_shndx_str
= "SHN_COMMON";
943 case SHN_UNDEF
: st_shndx_str
= "SHN_UNDEF";
944 default: st_shndx_str
= "";
947 printf ("isym = %p st_value = %lx st_size = %lx st_name = (%lu) %s "
948 "st_info = (%d) %s %s st_other = (%d) %s st_shndx = (%d) %s\n",
950 (unsigned long) isym
->st_value
,
951 (unsigned long) isym
->st_size
,
953 bfd_elf_string_from_elf_section (abfd
, symtab_hdr
->sh_link
,
955 isym
->st_info
, st_info_str
, st_info_stb_str
,
956 isym
->st_other
, st_other_str
,
957 isym
->st_shndx
, st_shndx_str
);
960 free (internal_syms
);
962 free (external_syms
);
966 m32c_get_reloc (long reloc
)
968 if (0 <= reloc
&& reloc
< R_M32C_max
)
969 return m32c_elf_howto_table
[reloc
].name
;
975 /* Handle relaxing. */
977 /* A subroutine of m32c_elf_relax_section. If the global symbol H
978 is within the low 64k, remove any entry for it in the plt. */
980 struct relax_plt_data
987 m32c_relax_plt_check (struct elf_link_hash_entry
*h
,
990 struct relax_plt_data
*data
= (struct relax_plt_data
*) xdata
;
992 if (h
->root
.type
== bfd_link_hash_warning
)
993 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
995 if (h
->plt
.offset
!= (bfd_vma
) -1)
999 if (h
->root
.type
== bfd_link_hash_undefined
1000 || h
->root
.type
== bfd_link_hash_undefweak
)
1003 address
= (h
->root
.u
.def
.section
->output_section
->vma
1004 + h
->root
.u
.def
.section
->output_offset
1005 + h
->root
.u
.def
.value
);
1007 if (address
<= 0xffff)
1010 data
->splt
->size
-= 4;
1011 *data
->again
= TRUE
;
1018 /* A subroutine of m32c_elf_relax_section. If the global symbol H
1019 previously had a plt entry, give it a new entry offset. */
1022 m32c_relax_plt_realloc (struct elf_link_hash_entry
*h
,
1025 bfd_vma
*entry
= (bfd_vma
*) xdata
;
1027 if (h
->root
.type
== bfd_link_hash_warning
)
1028 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
1030 if (h
->plt
.offset
!= (bfd_vma
) -1)
1032 h
->plt
.offset
= *entry
;
1040 m32c_elf_relax_plt_section (bfd
*dynobj
,
1042 struct bfd_link_info
*info
,
1045 struct relax_plt_data relax_plt_data
;
1048 /* Assume nothing changes. */
1051 if (info
->relocatable
)
1054 /* We only relax the .plt section at the moment. */
1055 if (dynobj
!= elf_hash_table (info
)->dynobj
1056 || strcmp (splt
->name
, ".plt") != 0)
1059 /* Quick check for an empty plt. */
1060 if (splt
->size
== 0)
1063 /* Map across all global symbols; see which ones happen to
1064 fall in the low 64k. */
1065 relax_plt_data
.splt
= splt
;
1066 relax_plt_data
.again
= again
;
1067 elf_link_hash_traverse (elf_hash_table (info
), m32c_relax_plt_check
,
1070 /* Likewise for local symbols, though that's somewhat less convenient
1071 as we have to walk the list of input bfds and swap in symbol data. */
1072 for (ibfd
= info
->input_bfds
; ibfd
; ibfd
= ibfd
->link_next
)
1074 bfd_vma
*local_plt_offsets
= elf_local_got_offsets (ibfd
);
1075 Elf_Internal_Shdr
*symtab_hdr
;
1076 Elf_Internal_Sym
*isymbuf
= NULL
;
1079 if (! local_plt_offsets
)
1082 symtab_hdr
= &elf_tdata (ibfd
)->symtab_hdr
;
1083 if (symtab_hdr
->sh_info
!= 0)
1085 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
1086 if (isymbuf
== NULL
)
1087 isymbuf
= bfd_elf_get_elf_syms (ibfd
, symtab_hdr
,
1088 symtab_hdr
->sh_info
, 0,
1090 if (isymbuf
== NULL
)
1094 for (idx
= 0; idx
< symtab_hdr
->sh_info
; ++idx
)
1096 Elf_Internal_Sym
*isym
;
1100 if (local_plt_offsets
[idx
] == (bfd_vma
) -1)
1103 isym
= &isymbuf
[idx
];
1104 if (isym
->st_shndx
== SHN_UNDEF
)
1106 else if (isym
->st_shndx
== SHN_ABS
)
1107 tsec
= bfd_abs_section_ptr
;
1108 else if (isym
->st_shndx
== SHN_COMMON
)
1109 tsec
= bfd_com_section_ptr
;
1111 tsec
= bfd_section_from_elf_index (ibfd
, isym
->st_shndx
);
1113 address
= (tsec
->output_section
->vma
1114 + tsec
->output_offset
1116 if (address
<= 0xffff)
1118 local_plt_offsets
[idx
] = -1;
1125 && symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
1127 if (! info
->keep_memory
)
1131 /* Cache the symbols for elf_link_input_bfd. */
1132 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
1137 /* If we changed anything, walk the symbols again to reallocate
1138 .plt entry addresses. */
1139 if (*again
&& splt
->size
> 0)
1143 elf_link_hash_traverse (elf_hash_table (info
),
1144 m32c_relax_plt_realloc
, &entry
);
1146 for (ibfd
= info
->input_bfds
; ibfd
; ibfd
= ibfd
->link_next
)
1148 bfd_vma
*local_plt_offsets
= elf_local_got_offsets (ibfd
);
1149 unsigned int nlocals
= elf_tdata (ibfd
)->symtab_hdr
.sh_info
;
1152 if (! local_plt_offsets
)
1155 for (idx
= 0; idx
< nlocals
; ++idx
)
1156 if (local_plt_offsets
[idx
] != (bfd_vma
) -1)
1158 local_plt_offsets
[idx
] = entry
;
1168 compare_reloc (const void *e1
, const void *e2
)
1170 const Elf_Internal_Rela
*i1
= (const Elf_Internal_Rela
*) e1
;
1171 const Elf_Internal_Rela
*i2
= (const Elf_Internal_Rela
*) e2
;
1173 if (i1
->r_offset
== i2
->r_offset
)
1176 return i1
->r_offset
< i2
->r_offset
? -1 : 1;
1179 #define OFFSET_FOR_RELOC(rel) m32c_offset_for_reloc (abfd, rel, symtab_hdr, shndx_buf, intsyms)
1181 m32c_offset_for_reloc (bfd
*abfd
,
1182 Elf_Internal_Rela
*rel
,
1183 Elf_Internal_Shdr
*symtab_hdr
,
1184 Elf_External_Sym_Shndx
*shndx_buf ATTRIBUTE_UNUSED
,
1185 Elf_Internal_Sym
*intsyms
)
1189 /* Get the value of the symbol referred to by the reloc. */
1190 if (ELF32_R_SYM (rel
->r_info
) < symtab_hdr
->sh_info
)
1192 /* A local symbol. */
1193 Elf_Internal_Sym
*isym
;
1196 isym
= intsyms
+ ELF32_R_SYM (rel
->r_info
);
1197 ssec
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
1198 symval
= isym
->st_value
;
1200 symval
+= ssec
->output_section
->vma
1201 + ssec
->output_offset
;
1206 struct elf_link_hash_entry
*h
;
1208 /* An external symbol. */
1209 indx
= ELF32_R_SYM (rel
->r_info
) - symtab_hdr
->sh_info
;
1210 h
= elf_sym_hashes (abfd
)[indx
];
1211 BFD_ASSERT (h
!= NULL
);
1213 if (h
->root
.type
!= bfd_link_hash_defined
1214 && h
->root
.type
!= bfd_link_hash_defweak
)
1215 /* This appears to be a reference to an undefined
1216 symbol. Just ignore it--it will be caught by the
1217 regular reloc processing. */
1220 symval
= (h
->root
.u
.def
.value
1221 + h
->root
.u
.def
.section
->output_section
->vma
1222 + h
->root
.u
.def
.section
->output_offset
);
1227 static int bytes_saved
= 0;
1229 static int bytes_to_reloc
[] = {
1237 /* What we use the bits in a relax reloc addend (R_M32C_RL_*) for. */
1239 /* Mask for the number of relocs associated with this insn. */
1240 #define RLA_RELOCS 0x0000000f
1241 /* Number of bytes gas emitted (before gas's relaxing) */
1242 #define RLA_NBYTES 0x00000ff0
1244 /* If the displacement is within the given range and the new encoding
1245 differs from the old encoding (the index), then the insn can be
1246 relaxed to the new encoding. */
1249 unsigned int max_disp
;
1250 unsigned char new_encoding
;
1253 static EncodingTable m16c_addr_encodings
[] = {
1254 { 0, 0, 0 }, /* R0 */
1255 { 0, 0, 1 }, /* R1 */
1256 { 0, 0, 2 }, /* R2 */
1257 { 0, 0, 3 }, /* R3 */
1258 { 0, 0, 4 }, /* A0 */
1259 { 0, 0, 5 }, /* A1 */
1260 { 0, 0, 6 }, /* [A0] */
1261 { 0, 0, 7 }, /* [A1] */
1262 { 1, 0, 6 }, /* udsp:8[A0] */
1263 { 1, 0, 7 }, /* udsp:8[A1] */
1264 { 1, 0, 10 }, /* udsp:8[SB] */
1265 { 1, 0, 11 }, /* sdsp:8[FB] */
1266 { 2, 255, 8 }, /* udsp:16[A0] */
1267 { 2, 255, 9 }, /* udsp:16[A1] */
1268 { 2, 255, 10 }, /* udsp:16[SB] */
1269 { 2, 0, 15 }, /* abs:16 */
1272 static EncodingTable m16c_jmpaddr_encodings
[] = {
1273 { 0, 0, 0 }, /* R0 */
1274 { 0, 0, 1 }, /* R1 */
1275 { 0, 0, 2 }, /* R2 */
1276 { 0, 0, 3 }, /* R3 */
1277 { 0, 0, 4 }, /* A0 */
1278 { 0, 0, 5 }, /* A1 */
1279 { 0, 0, 6 }, /* [A0] */
1280 { 0, 0, 7 }, /* [A1] */
1281 { 1, 0, 6 }, /* udsp:8[A0] */
1282 { 1, 0, 7 }, /* udsp:8[A1] */
1283 { 1, 0, 10 }, /* udsp:8[SB] */
1284 { 1, 0, 11 }, /* sdsp:8[FB] */
1285 { 3, 255, 8 }, /* udsp:20[A0] */
1286 { 3, 255, 9 }, /* udsp:20[A1] */
1287 { 2, 255, 10 }, /* udsp:16[SB] */
1288 { 2, 0, 15 }, /* abs:16 */
1291 static EncodingTable m32c_addr_encodings
[] = {
1292 { 0, 0, 0 }, /* [A0] */
1293 { 0, 0, 1 }, /* [A1] */
1294 { 0, 0, 2 }, /* A0 */
1295 { 0, 0, 3 }, /* A1 */
1296 { 1, 0, 0 }, /* udsp:8[A0] */
1297 { 1, 0, 1 }, /* udsp:8[A1] */
1298 { 1, 0, 6 }, /* udsp:8[SB] */
1299 { 1, 0, 7 }, /* sdsp:8[FB] */
1300 { 2, 255, 4 }, /* udsp:16[A0] */
1301 { 2, 255, 5 }, /* udsp:16[A1] */
1302 { 2, 255, 6 }, /* udsp:16[SB] */
1303 { 2, 127, 7 }, /* sdsp:16[FB] */
1304 { 3, 65535, 8 }, /* udsp:24[A0] */
1305 { 3, 65535, 9 }, /* udsp:24[A1] */
1306 { 3, 65535, 15 }, /* abs24 */
1307 { 2, 0, 15 }, /* abs16 */
1308 { 0, 0, 16 }, /* R2 */
1309 { 0, 0, 17 }, /* R3 */
1310 { 0, 0, 18 }, /* R0 */
1311 { 0, 0, 19 }, /* R1 */
1327 m32c_elf_relax_section
1330 struct bfd_link_info
* link_info
,
1331 bfd_boolean
* again
)
1333 Elf_Internal_Shdr
*symtab_hdr
;
1334 Elf_Internal_Shdr
*shndx_hdr
;
1335 Elf_Internal_Rela
*internal_relocs
;
1336 Elf_Internal_Rela
*free_relocs
= NULL
;
1337 Elf_Internal_Rela
*irel
, *irelend
, *srel
;
1338 bfd_byte
* contents
= NULL
;
1339 bfd_byte
* free_contents
= NULL
;
1340 Elf_Internal_Sym
*intsyms
= NULL
;
1341 Elf_Internal_Sym
*free_intsyms
= NULL
;
1342 Elf_External_Sym_Shndx
*shndx_buf
= NULL
;
1345 if (abfd
== elf_hash_table (link_info
)->dynobj
1346 && strcmp (sec
->name
, ".plt") == 0)
1347 return m32c_elf_relax_plt_section (abfd
, sec
, link_info
, again
);
1349 /* Assume nothing changes. */
1352 machine
= elf32_m32c_machine (abfd
);
1354 /* We don't have to do anything for a relocatable link, if
1355 this section does not have relocs, or if this is not a
1357 if (link_info
->relocatable
1358 || (sec
->flags
& SEC_RELOC
) == 0
1359 || sec
->reloc_count
== 0
1360 || (sec
->flags
& SEC_CODE
) == 0)
1363 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
1364 shndx_hdr
= &elf_tdata (abfd
)->symtab_shndx_hdr
;
1366 /* Get the section contents. */
1367 if (elf_section_data (sec
)->this_hdr
.contents
!= NULL
)
1368 contents
= elf_section_data (sec
)->this_hdr
.contents
;
1369 /* Go get them off disk. */
1370 else if (!bfd_malloc_and_get_section (abfd
, sec
, &contents
))
1373 /* Read this BFD's symbols. */
1374 /* Get cached copy if it exists. */
1375 if (symtab_hdr
->contents
!= NULL
)
1377 intsyms
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
1381 intsyms
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
, symtab_hdr
->sh_info
, 0, NULL
, NULL
, NULL
);
1382 symtab_hdr
->contents
= (bfd_byte
*) intsyms
;
1385 if (shndx_hdr
->sh_size
!= 0)
1389 amt
= symtab_hdr
->sh_info
;
1390 amt
*= sizeof (Elf_External_Sym_Shndx
);
1391 shndx_buf
= (Elf_External_Sym_Shndx
*) bfd_malloc (amt
);
1392 if (shndx_buf
== NULL
)
1394 if (bfd_seek (abfd
, shndx_hdr
->sh_offset
, SEEK_SET
) != 0
1395 || bfd_bread ((PTR
) shndx_buf
, amt
, abfd
) != amt
)
1397 shndx_hdr
->contents
= (bfd_byte
*) shndx_buf
;
1400 /* Get a copy of the native relocations. */
1401 internal_relocs
= (_bfd_elf_link_read_relocs
1402 (abfd
, sec
, (PTR
) NULL
, (Elf_Internal_Rela
*) NULL
,
1403 link_info
->keep_memory
));
1404 if (internal_relocs
== NULL
)
1406 if (! link_info
->keep_memory
)
1407 free_relocs
= internal_relocs
;
1409 /* The RL_ relocs must be just before the operand relocs they go
1410 with, so we must sort them to guarantee this. */
1411 qsort (internal_relocs
, sec
->reloc_count
, sizeof (Elf_Internal_Rela
),
1414 /* Walk through them looking for relaxing opportunities. */
1415 irelend
= internal_relocs
+ sec
->reloc_count
;
1417 for (irel
= internal_relocs
; irel
< irelend
; irel
++)
1420 unsigned char *insn
, *gap
, *einsn
;
1422 bfd_signed_vma pcrel
;
1428 EncodingTable
*enctbl
;
1431 if (ELF32_R_TYPE(irel
->r_info
) != R_M32C_RL_JUMP
1432 && ELF32_R_TYPE(irel
->r_info
) != R_M32C_RL_1ADDR
1433 && ELF32_R_TYPE(irel
->r_info
) != R_M32C_RL_2ADDR
)
1438 /* There will always be room for the relaxed insn, since it is smaller
1439 than the one it would replace. */
1440 BFD_ASSERT (irel
->r_offset
< sec
->size
);
1442 insn
= contents
+ irel
->r_offset
;
1443 relax_relocs
= irel
->r_addend
% 16;
1445 /* Ok, we only have three relocs we care about, and they're all
1446 fake. The lower four bits of the addend is always the number
1447 of following relocs (hence the qsort above) that are assigned
1448 to this opcode. The next 8 bits of the addend indicates the
1449 number of bytes in the insn. We use the rest of them
1450 ourselves as flags for the more expensive operations (defines
1451 above). The three relocs are:
1453 RL_JUMP: This marks all direct jump insns. We check the
1454 displacement and replace them with shorter jumps if
1455 they're in range. We also use this to find JMP.S
1456 insns and manually shorten them when we delete bytes.
1457 We have to decode these insns to figure out what to
1460 RL_1ADDR: This is a :G or :Q insn, which has a single
1461 "standard" operand. We have to extract the type
1462 field, see if it's a wide displacement, then figure
1463 out if we can replace it with a narrow displacement.
1464 We don't have to decode these insns.
1466 RL_2ADDR: Similarly, but two "standard" operands. Note that
1467 r_addend may still be 1, as standard operands don't
1468 always have displacements. Gas shouldn't give us one
1469 with zero operands, but since we don't know which one
1470 has the displacement, we check them both anyway.
1472 These all point to the beginning of the insn itself, not the
1475 Note that we only relax one step at a time, relying on the
1476 linker to call us repeatedly. Thus, there is no code for
1477 JMP.A->JMP.B although that will happen in two steps.
1478 Likewise, for 2ADDR relaxes, we do one operand per cycle.
1481 /* Get the value of the symbol referred to by the reloc. Just
1482 in case this is the last reloc in the list, use the RL's
1483 addend to choose between this reloc (no addend) or the next
1484 (yes addend, which means at least one following reloc). */
1485 srel
= irel
+ (relax_relocs
? 1 : 0);
1486 symval
= OFFSET_FOR_RELOC (srel
);
1488 /* Setting gap_size nonzero is the flag which means "something
1492 new_type
= ELF32_R_TYPE(srel
->r_info
);
1494 pc
= sec
->output_section
->vma
+ sec
->output_offset
1496 pcrel
= symval
- pc
+ srel
->r_addend
;
1498 if (machine
== bfd_mach_m16c
)
1502 switch (ELF32_R_TYPE(irel
->r_info
))
1505 case R_M32C_RL_JUMP
:
1508 case 0xfe: /* jmp.b */
1509 if (pcrel
>= 2 && pcrel
<= 9)
1511 /* Relax JMP.B -> JMP.S. We need to get rid of
1512 the following reloc though. */
1513 insn
[0] = 0x60 | (pcrel
- 2);
1514 new_type
= R_M32C_NONE
;
1515 irel
->r_addend
= 0x10;
1521 case 0xf4: /* jmp.w */
1522 /* 128 is allowed because it will be one byte closer
1523 after relaxing. Likewise for all other pc-rel
1525 if (pcrel
<= 128 && pcrel
>= -128)
1527 /* Relax JMP.W -> JMP.B */
1530 new_type
= R_M32C_8_PCREL
;
1536 case 0xfc: /* jmp.a */
1537 if (pcrel
<= 32768 && pcrel
>= -32768)
1539 /* Relax JMP.A -> JMP.W */
1543 new_type
= R_M32C_16_PCREL
;
1549 case 0xfd: /* jsr.a */
1550 if (pcrel
<= 32768 && pcrel
>= -32768)
1552 /* Relax JSR.A -> JSR.W */
1556 new_type
= R_M32C_16_PCREL
;
1564 case R_M32C_RL_2ADDR
:
1565 /* xxxx xxxx srce dest [src-disp] [dest-disp]*/
1567 enctbl
= m16c_addr_encodings
;
1569 enc
= (insn
[1] >> 4) & 0x0f;
1572 if (srel
->r_offset
== irel
->r_offset
+ posn
1573 && e
->new_encoding
!= enc
1574 && symval
<= e
->max_disp
)
1577 insn
[1] |= e
->new_encoding
<< 4;
1578 gap_size
= e
->bytes
- enctbl
[e
->new_encoding
].bytes
;
1579 gap
= insn
+ posn
+ enctbl
[e
->new_encoding
].bytes
;
1580 new_type
= bytes_to_reloc
[enctbl
[e
->new_encoding
].bytes
];
1583 if (relax_relocs
== 2)
1589 case R_M32C_RL_1ADDR
:
1590 /* xxxx xxxx xxxx dest [disp] */
1592 enctbl
= m16c_addr_encodings
;
1595 /* Check the opcode for jumps. We know it's safe to
1596 do this because all 2ADDR insns are at least two
1598 enc
= insn
[0] * 256 + insn
[1];
1605 enctbl
= m16c_jmpaddr_encodings
;
1609 /* srel, posn, and enc must be set here. */
1611 symval
= OFFSET_FOR_RELOC (srel
);
1612 enc
= insn
[1] & 0x0f;
1615 if (srel
->r_offset
== irel
->r_offset
+ posn
1616 && e
->new_encoding
!= enc
1617 && symval
<= e
->max_disp
)
1620 insn
[1] |= e
->new_encoding
;
1621 gap_size
= e
->bytes
- enctbl
[e
->new_encoding
].bytes
;
1622 gap
= insn
+ posn
+ enctbl
[e
->new_encoding
].bytes
;
1623 new_type
= bytes_to_reloc
[enctbl
[e
->new_encoding
].bytes
];
1629 } /* Ends switch (reloc type) for m16c. */
1631 else /* machine == bfd_mach_m32c */
1635 switch (ELF32_R_TYPE(irel
->r_info
))
1638 case R_M32C_RL_JUMP
:
1641 case 0xbb: /* jmp.b */
1642 if (pcrel
>= 2 && pcrel
<= 9)
1645 /* Relax JMP.B -> JMP.S. We need to get rid of
1646 the following reloc though. */
1647 insn
[0] = 0x4a | ((p
<< 3) & 0x30) | (p
& 1);
1648 new_type
= R_M32C_NONE
;
1649 irel
->r_addend
= 0x10;
1655 case 0xce: /* jmp.w */
1656 if (pcrel
<= 128 && pcrel
>= -128)
1658 /* Relax JMP.W -> JMP.B */
1661 new_type
= R_M32C_8_PCREL
;
1667 case 0xcc: /* jmp.a */
1668 if (pcrel
<= 32768 && pcrel
>= -32768)
1670 /* Relax JMP.A -> JMP.W */
1674 new_type
= R_M32C_16_PCREL
;
1680 case 0xcd: /* jsr.a */
1681 if (pcrel
<= 32768 && pcrel
>= -32768)
1683 /* Relax JSR.A -> JSR.W */
1687 new_type
= R_M32C_16_PCREL
;
1695 case R_M32C_RL_2ADDR
:
1696 /* xSSS DDDx DDSS xxxx [src-disp] [dest-disp]*/
1702 /* prefix; remove it as far as the RL reloc is concerned. */
1707 enctbl
= m32c_addr_encodings
;
1708 enc
= ((einsn
[0] & 0x70) >> 2) | ((einsn
[1] & 0x30) >> 4);
1711 if (srel
->r_offset
== irel
->r_offset
+ posn
1712 && e
->new_encoding
!= enc
1713 && symval
<= e
->max_disp
)
1716 einsn
[0] |= (e
->new_encoding
& 0x1c) << 2;
1718 einsn
[1] |= (e
->new_encoding
& 0x03) << 4;
1719 gap_size
= e
->bytes
- enctbl
[e
->new_encoding
].bytes
;
1720 gap
= insn
+ posn
+ enctbl
[e
->new_encoding
].bytes
;
1721 new_type
= bytes_to_reloc
[enctbl
[e
->new_encoding
].bytes
];
1724 if (relax_relocs
== 2)
1730 case R_M32C_RL_1ADDR
:
1731 /* xxxx DDDx DDxx xxxx [disp] */
1737 /* prefix; remove it as far as the RL reloc is concerned. */
1742 enctbl
= m32c_addr_encodings
;
1745 /* srel, posn, and enc must be set here. */
1747 symval
= OFFSET_FOR_RELOC (srel
);
1748 enc
= ((einsn
[0] & 0x0e) << 1) | ((einsn
[1] & 0xc0) >> 6);
1751 if (srel
->r_offset
== irel
->r_offset
+ posn
1752 && e
->new_encoding
!= enc
1753 && symval
<= e
->max_disp
)
1756 einsn
[0] |= (e
->new_encoding
& 0x1c) >> 1;
1758 einsn
[1] |= (e
->new_encoding
& 0x03) << 6;
1759 gap_size
= e
->bytes
- enctbl
[e
->new_encoding
].bytes
;
1760 gap
= insn
+ posn
+ enctbl
[e
->new_encoding
].bytes
;
1761 new_type
= bytes_to_reloc
[enctbl
[e
->new_encoding
].bytes
];
1767 } /* Ends switch (reloc type) for m32c. */
1775 srel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (srel
->r_info
), new_type
);
1777 /* Note that we've changed the relocs, section contents, etc. */
1778 elf_section_data (sec
)->relocs
= internal_relocs
;
1781 elf_section_data (sec
)->this_hdr
.contents
= contents
;
1782 free_contents
= NULL
;
1784 symtab_hdr
->contents
= (bfd_byte
*) intsyms
;
1785 free_intsyms
= NULL
;
1787 bytes_saved
+= gap_size
;
1789 if (! m32c_elf_relax_delete_bytes(abfd
, sec
, gap
- contents
, gap_size
))
1792 } /* next relocation */
1794 if (free_relocs
!= NULL
)
1800 if (free_contents
!= NULL
)
1802 if (! link_info
->keep_memory
)
1803 free (free_contents
);
1804 /* Cache the section contents for elf_link_input_bfd. */
1806 elf_section_data (sec
)->this_hdr
.contents
= contents
;
1808 free_contents
= NULL
;
1811 if (shndx_buf
!= NULL
)
1813 shndx_hdr
->contents
= NULL
;
1817 if (free_intsyms
!= NULL
)
1819 if (! link_info
->keep_memory
)
1820 free (free_intsyms
);
1821 /* Cache the symbols for elf_link_input_bfd. */
1824 symtab_hdr
->contents
= NULL
/* (unsigned char *) intsyms*/;
1827 free_intsyms
= NULL
;
1833 if (free_relocs
!= NULL
)
1835 if (free_contents
!= NULL
)
1836 free (free_contents
);
1837 if (shndx_buf
!= NULL
)
1839 shndx_hdr
->contents
= NULL
;
1842 if (free_intsyms
!= NULL
)
1843 free (free_intsyms
);
1847 /* Delete some bytes from a section while relaxing. */
1850 m32c_elf_relax_delete_bytes
1856 Elf_Internal_Shdr
*symtab_hdr
;
1857 Elf_Internal_Shdr
*shndx_hdr
;
1860 Elf_Internal_Rela
*irel
;
1861 Elf_Internal_Rela
*irelend
;
1863 Elf_Internal_Sym
*isym
;
1864 Elf_Internal_Sym
*isymend
;
1865 Elf_Internal_Sym
*intsyms
;
1866 Elf_External_Sym_Shndx
*shndx_buf
;
1867 Elf_External_Sym_Shndx
*shndx
;
1868 struct elf_link_hash_entry
** sym_hashes
;
1869 struct elf_link_hash_entry
** end_hashes
;
1870 unsigned int symcount
;
1872 contents
= elf_section_data (sec
)->this_hdr
.contents
;
1876 irel
= elf_section_data (sec
)->relocs
;
1877 irelend
= irel
+ sec
->reloc_count
;
1879 /* Actually delete the bytes. */
1880 memmove (contents
+ addr
, contents
+ addr
+ count
, (size_t) (toaddr
- addr
- count
));
1883 /* Adjust all the relocs. */
1884 for (irel
= elf_section_data (sec
)->relocs
; irel
< irelend
; irel
++)
1886 /* Get the new reloc address. */
1887 if (irel
->r_offset
> addr
&& irel
->r_offset
< toaddr
)
1888 irel
->r_offset
-= count
;
1890 if (ELF32_R_TYPE(irel
->r_info
) == R_M32C_RL_JUMP
1891 && irel
->r_addend
== 0x10 /* one byte insn, no relocs */
1892 && irel
->r_offset
+ 1 < addr
1893 && irel
->r_offset
+ 7 > addr
)
1896 unsigned char *insn
= &contents
[irel
->r_offset
];
1898 /* This is a JMP.S, which we have to manually update. */
1899 if (elf32_m32c_machine (abfd
) == bfd_mach_m16c
)
1901 if ((*insn
& 0xf8) != 0x60)
1907 if ((*insn
& 0xce) != 0x4a)
1909 disp
= ((disp
& 0x30) >> 3) | (disp
& 1);
1911 if (irel
->r_offset
+ disp
+ 2 >= addr
+count
)
1914 if (elf32_m32c_machine (abfd
) == bfd_mach_m16c
)
1916 *insn
= (*insn
& 0xf8) | disp
;
1920 *insn
= (*insn
& 0xce) | ((disp
& 6) << 3) | (disp
& 1);
1926 /* Adjust the local symbols defined in this section. */
1927 symtab_hdr
= & elf_tdata (abfd
)->symtab_hdr
;
1928 intsyms
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
1930 isymend
= isym
+ symtab_hdr
->sh_info
;
1932 sec_shndx
= _bfd_elf_section_from_bfd_section (abfd
, sec
);
1933 shndx_hdr
= & elf_tdata (abfd
)->symtab_shndx_hdr
;
1934 shndx_buf
= (Elf_External_Sym_Shndx
*) shndx_hdr
->contents
;
1937 for (; isym
< isymend
; isym
++, shndx
= (shndx
? shndx
+ 1 : NULL
))
1939 /* If the symbol is in the range of memory we just moved, we
1940 have to adjust its value. */
1941 if ((int) isym
->st_shndx
== sec_shndx
1942 && isym
->st_value
> addr
1943 && isym
->st_value
< toaddr
)
1945 isym
->st_value
-= count
;
1947 /* If the symbol *spans* the bytes we just deleted (i.e. it's
1948 *end* is in the moved bytes but it's *start* isn't), then we
1949 must adjust its size. */
1950 if ((int) isym
->st_shndx
== sec_shndx
1951 && isym
->st_value
< addr
1952 && isym
->st_value
+ isym
->st_size
> addr
1953 && isym
->st_value
+ isym
->st_size
< toaddr
)
1955 isym
->st_size
-= count
;
1959 /* Now adjust the global symbols defined in this section. */
1960 symcount
= (symtab_hdr
->sh_size
/ sizeof (Elf32_External_Sym
)
1961 - symtab_hdr
->sh_info
);
1962 sym_hashes
= elf_sym_hashes (abfd
);
1963 // sym_hashes += symtab_hdr->sh_info;
1964 end_hashes
= sym_hashes
+ symcount
;
1966 for (; sym_hashes
< end_hashes
; sym_hashes
++)
1968 struct elf_link_hash_entry
* sym_hash
= * sym_hashes
;
1971 (sym_hash
->root
.type
== bfd_link_hash_defined
1972 || sym_hash
->root
.type
== bfd_link_hash_defweak
)
1973 && sym_hash
->root
.u
.def
.section
== sec
)
1975 if (sym_hash
->root
.u
.def
.value
> addr
1976 && sym_hash
->root
.u
.def
.value
< toaddr
)
1978 sym_hash
->root
.u
.def
.value
-= count
;
1980 if (sym_hash
->root
.u
.def
.value
< addr
1981 && sym_hash
->root
.u
.def
.value
+ sym_hash
->size
> addr
1982 && sym_hash
->root
.u
.def
.value
+ sym_hash
->size
< toaddr
)
1984 sym_hash
->size
-= count
;
1992 /* This is for versions of gcc prior to 4.3. */
1994 _bfd_m32c_elf_eh_frame_address_size (bfd
*abfd
, asection
*sec ATTRIBUTE_UNUSED
)
1996 if ((elf_elfheader (abfd
)->e_flags
& EF_M32C_CPU_MASK
) == EF_M32C_CPU_M16C
)
2003 #define ELF_ARCH bfd_arch_m32c
2004 #define ELF_MACHINE_CODE EM_M32C
2005 #define ELF_MACHINE_ALT1 EM_M32C_OLD
2006 #define ELF_MAXPAGESIZE 0x100
2009 #define TARGET_BIG_SYM bfd_elf32_m32c_vec
2010 #define TARGET_BIG_NAME "elf32-m32c"
2012 #define TARGET_LITTLE_SYM bfd_elf32_m32c_vec
2013 #define TARGET_LITTLE_NAME "elf32-m32c"
2016 #define elf_info_to_howto_rel NULL
2017 #define elf_info_to_howto m32c_info_to_howto_rela
2018 #define elf_backend_object_p m32c_elf_object_p
2019 #define elf_backend_relocate_section m32c_elf_relocate_section
2020 #define elf_backend_check_relocs m32c_elf_check_relocs
2021 #define elf_backend_object_p m32c_elf_object_p
2022 #define elf_symbol_leading_char ('_')
2023 #define elf_backend_always_size_sections \
2024 m32c_elf_always_size_sections
2025 #define elf_backend_finish_dynamic_sections \
2026 m32c_elf_finish_dynamic_sections
2028 #define elf_backend_can_gc_sections 1
2029 #define elf_backend_eh_frame_address_size _bfd_m32c_elf_eh_frame_address_size
2031 #define bfd_elf32_bfd_reloc_type_lookup m32c_reloc_type_lookup
2032 #define bfd_elf32_bfd_reloc_name_lookup m32c_reloc_name_lookup
2033 #define bfd_elf32_bfd_relax_section m32c_elf_relax_section
2034 #define bfd_elf32_bfd_set_private_flags m32c_elf_set_private_flags
2035 #define bfd_elf32_bfd_merge_private_bfd_data m32c_elf_merge_private_bfd_data
2036 #define bfd_elf32_bfd_print_private_bfd_data m32c_elf_print_private_bfd_data
2038 #include "elf32-target.h"