1 /* Matsushita 10300 specific support for 32-bit ELF
2 Copyright (C) 1996-2023 Free Software Foundation, Inc.
4 This file is part of BFD, the Binary File Descriptor library.
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19 MA 02110-1301, USA. */
25 #include "elf/mn10300.h"
26 #include "libiberty.h"
28 /* The mn10300 linker needs to keep track of the number of relocs that
29 it decides to copy in check_relocs for each symbol. This is so
30 that it can discard PC relative relocs if it doesn't need them when
31 linking with -Bsymbolic. We store the information in a field
32 extending the regular ELF linker hash table. */
34 struct elf32_mn10300_link_hash_entry
36 /* The basic elf link hash table entry. */
37 struct elf_link_hash_entry root
;
39 /* For function symbols, the number of times this function is
40 called directly (ie by name). */
41 unsigned int direct_calls
;
43 /* For function symbols, the size of this function's stack
44 (if <= 255 bytes). We stuff this into "call" instructions
45 to this target when it's valid and profitable to do so.
47 This does not include stack allocated by movm! */
48 unsigned char stack_size
;
50 /* For function symbols, arguments (if any) for movm instruction
51 in the prologue. We stuff this value into "call" instructions
52 to the target when it's valid and profitable to do so. */
53 unsigned char movm_args
;
55 /* For function symbols, the amount of stack space that would be allocated
56 by the movm instruction. This is redundant with movm_args, but we
57 add it to the hash table to avoid computing it over and over. */
58 unsigned char movm_stack_size
;
60 /* When set, convert all "call" instructions to this target into "calls"
62 #define MN10300_CONVERT_CALL_TO_CALLS 0x1
64 /* Used to mark functions which have had redundant parts of their
66 #define MN10300_DELETED_PROLOGUE_BYTES 0x2
69 /* Calculated value. */
77 /* Used to distinguish GOT entries for TLS types from normal GOT entries. */
78 unsigned char tls_type
;
81 /* We derive a hash table from the main elf linker hash table so
82 we can store state variables and a secondary hash table without
83 resorting to global variables. */
84 struct elf32_mn10300_link_hash_table
86 /* The main hash table. */
87 struct elf_link_hash_table root
;
89 /* A hash table for static functions. We could derive a new hash table
90 instead of using the full elf32_mn10300_link_hash_table if we wanted
91 to save some memory. */
92 struct elf32_mn10300_link_hash_table
*static_hash_table
;
94 /* Random linker state flags. */
95 #define MN10300_HASH_ENTRIES_INITIALIZED 0x1
99 bfd_signed_vma refcount
;
106 #define elf_mn10300_hash_entry(ent) ((struct elf32_mn10300_link_hash_entry *)(ent))
108 struct elf_mn10300_obj_tdata
110 struct elf_obj_tdata root
;
112 /* tls_type for each local got entry. */
113 char * local_got_tls_type
;
116 #define elf_mn10300_tdata(abfd) \
117 ((struct elf_mn10300_obj_tdata *) (abfd)->tdata.any)
119 #define elf_mn10300_local_got_tls_type(abfd) \
120 (elf_mn10300_tdata (abfd)->local_got_tls_type)
123 #define streq(a, b) (strcmp ((a),(b)) == 0)
126 /* For MN10300 linker hash table. */
128 /* Get the MN10300 ELF linker hash table from a link_info structure. */
130 #define elf32_mn10300_hash_table(p) \
131 ((is_elf_hash_table ((p)->hash) \
132 && elf_hash_table_id (elf_hash_table (p)) == MN10300_ELF_DATA) \
133 ? (struct elf32_mn10300_link_hash_table *) (p)->hash : NULL)
135 #define elf32_mn10300_link_hash_traverse(table, func, info) \
136 (elf_link_hash_traverse \
138 (bool (*) (struct elf_link_hash_entry *, void *)) (func), \
141 static reloc_howto_type elf_mn10300_howto_table
[] =
143 /* Dummy relocation. Does nothing. */
144 HOWTO (R_MN10300_NONE
,
150 complain_overflow_dont
,
151 bfd_elf_generic_reloc
,
157 /* Standard 32 bit reloc. */
164 complain_overflow_bitfield
,
165 bfd_elf_generic_reloc
,
171 /* Standard 16 bit reloc. */
178 complain_overflow_bitfield
,
179 bfd_elf_generic_reloc
,
185 /* Standard 8 bit reloc. */
192 complain_overflow_bitfield
,
193 bfd_elf_generic_reloc
,
199 /* Standard 32bit pc-relative reloc. */
200 HOWTO (R_MN10300_PCREL32
,
206 complain_overflow_bitfield
,
207 bfd_elf_generic_reloc
,
213 /* Standard 16bit pc-relative reloc. */
214 HOWTO (R_MN10300_PCREL16
,
220 complain_overflow_bitfield
,
221 bfd_elf_generic_reloc
,
227 /* Standard 8 pc-relative reloc. */
228 HOWTO (R_MN10300_PCREL8
,
234 complain_overflow_bitfield
,
235 bfd_elf_generic_reloc
,
242 /* GNU extension to record C++ vtable hierarchy. */
243 HOWTO (R_MN10300_GNU_VTINHERIT
, /* type */
247 false, /* pc_relative */
249 complain_overflow_dont
, /* complain_on_overflow */
250 NULL
, /* special_function */
251 "R_MN10300_GNU_VTINHERIT", /* name */
252 false, /* partial_inplace */
255 false), /* pcrel_offset */
257 /* GNU extension to record C++ vtable member usage */
258 HOWTO (R_MN10300_GNU_VTENTRY
, /* type */
262 false, /* pc_relative */
264 complain_overflow_dont
, /* complain_on_overflow */
265 NULL
, /* special_function */
266 "R_MN10300_GNU_VTENTRY", /* name */
267 false, /* partial_inplace */
270 false), /* pcrel_offset */
272 /* Standard 24 bit reloc. */
279 complain_overflow_bitfield
,
280 bfd_elf_generic_reloc
,
286 HOWTO (R_MN10300_GOTPC32
, /* type */
290 true, /* pc_relative */
292 complain_overflow_bitfield
, /* complain_on_overflow */
293 bfd_elf_generic_reloc
, /* */
294 "R_MN10300_GOTPC32", /* name */
295 false, /* partial_inplace */
296 0xffffffff, /* src_mask */
297 0xffffffff, /* dst_mask */
298 true), /* pcrel_offset */
300 HOWTO (R_MN10300_GOTPC16
, /* type */
304 true, /* pc_relative */
306 complain_overflow_bitfield
, /* complain_on_overflow */
307 bfd_elf_generic_reloc
, /* */
308 "R_MN10300_GOTPC16", /* name */
309 false, /* partial_inplace */
310 0xffff, /* src_mask */
311 0xffff, /* dst_mask */
312 true), /* pcrel_offset */
314 HOWTO (R_MN10300_GOTOFF32
, /* type */
318 false, /* pc_relative */
320 complain_overflow_bitfield
, /* complain_on_overflow */
321 bfd_elf_generic_reloc
, /* */
322 "R_MN10300_GOTOFF32", /* name */
323 false, /* partial_inplace */
324 0xffffffff, /* src_mask */
325 0xffffffff, /* dst_mask */
326 false), /* pcrel_offset */
328 HOWTO (R_MN10300_GOTOFF24
, /* type */
332 false, /* pc_relative */
334 complain_overflow_bitfield
, /* complain_on_overflow */
335 bfd_elf_generic_reloc
, /* */
336 "R_MN10300_GOTOFF24", /* name */
337 false, /* partial_inplace */
338 0xffffff, /* src_mask */
339 0xffffff, /* dst_mask */
340 false), /* pcrel_offset */
342 HOWTO (R_MN10300_GOTOFF16
, /* type */
346 false, /* pc_relative */
348 complain_overflow_bitfield
, /* complain_on_overflow */
349 bfd_elf_generic_reloc
, /* */
350 "R_MN10300_GOTOFF16", /* name */
351 false, /* partial_inplace */
352 0xffff, /* src_mask */
353 0xffff, /* dst_mask */
354 false), /* pcrel_offset */
356 HOWTO (R_MN10300_PLT32
, /* type */
360 true, /* pc_relative */
362 complain_overflow_bitfield
, /* complain_on_overflow */
363 bfd_elf_generic_reloc
, /* */
364 "R_MN10300_PLT32", /* name */
365 false, /* partial_inplace */
366 0xffffffff, /* src_mask */
367 0xffffffff, /* dst_mask */
368 true), /* pcrel_offset */
370 HOWTO (R_MN10300_PLT16
, /* type */
374 true, /* pc_relative */
376 complain_overflow_bitfield
, /* complain_on_overflow */
377 bfd_elf_generic_reloc
, /* */
378 "R_MN10300_PLT16", /* name */
379 false, /* partial_inplace */
380 0xffff, /* src_mask */
381 0xffff, /* dst_mask */
382 true), /* pcrel_offset */
384 HOWTO (R_MN10300_GOT32
, /* type */
388 false, /* pc_relative */
390 complain_overflow_bitfield
, /* complain_on_overflow */
391 bfd_elf_generic_reloc
, /* */
392 "R_MN10300_GOT32", /* name */
393 false, /* partial_inplace */
394 0xffffffff, /* src_mask */
395 0xffffffff, /* dst_mask */
396 false), /* pcrel_offset */
398 HOWTO (R_MN10300_GOT24
, /* type */
402 false, /* pc_relative */
404 complain_overflow_bitfield
, /* complain_on_overflow */
405 bfd_elf_generic_reloc
, /* */
406 "R_MN10300_GOT24", /* name */
407 false, /* partial_inplace */
408 0xffffffff, /* src_mask */
409 0xffffffff, /* dst_mask */
410 false), /* pcrel_offset */
412 HOWTO (R_MN10300_GOT16
, /* type */
416 false, /* pc_relative */
418 complain_overflow_bitfield
, /* complain_on_overflow */
419 bfd_elf_generic_reloc
, /* */
420 "R_MN10300_GOT16", /* name */
421 false, /* partial_inplace */
422 0xffffffff, /* src_mask */
423 0xffffffff, /* dst_mask */
424 false), /* pcrel_offset */
426 HOWTO (R_MN10300_COPY
, /* type */
430 false, /* pc_relative */
432 complain_overflow_bitfield
, /* complain_on_overflow */
433 bfd_elf_generic_reloc
, /* */
434 "R_MN10300_COPY", /* name */
435 false, /* partial_inplace */
436 0xffffffff, /* src_mask */
437 0xffffffff, /* dst_mask */
438 false), /* pcrel_offset */
440 HOWTO (R_MN10300_GLOB_DAT
, /* type */
444 false, /* pc_relative */
446 complain_overflow_bitfield
, /* complain_on_overflow */
447 bfd_elf_generic_reloc
, /* */
448 "R_MN10300_GLOB_DAT", /* name */
449 false, /* partial_inplace */
450 0xffffffff, /* src_mask */
451 0xffffffff, /* dst_mask */
452 false), /* pcrel_offset */
454 HOWTO (R_MN10300_JMP_SLOT
, /* type */
458 false, /* pc_relative */
460 complain_overflow_bitfield
, /* complain_on_overflow */
461 bfd_elf_generic_reloc
, /* */
462 "R_MN10300_JMP_SLOT", /* name */
463 false, /* partial_inplace */
464 0xffffffff, /* src_mask */
465 0xffffffff, /* dst_mask */
466 false), /* pcrel_offset */
468 HOWTO (R_MN10300_RELATIVE
, /* type */
472 false, /* pc_relative */
474 complain_overflow_bitfield
, /* complain_on_overflow */
475 bfd_elf_generic_reloc
, /* */
476 "R_MN10300_RELATIVE", /* name */
477 false, /* partial_inplace */
478 0xffffffff, /* src_mask */
479 0xffffffff, /* dst_mask */
480 false), /* pcrel_offset */
482 HOWTO (R_MN10300_TLS_GD
, /* type */
486 false, /* pc_relative */
488 complain_overflow_bitfield
, /* complain_on_overflow */
489 bfd_elf_generic_reloc
, /* */
490 "R_MN10300_TLS_GD", /* name */
491 false, /* partial_inplace */
492 0xffffffff, /* src_mask */
493 0xffffffff, /* dst_mask */
494 false), /* pcrel_offset */
496 HOWTO (R_MN10300_TLS_LD
, /* type */
500 false, /* pc_relative */
502 complain_overflow_bitfield
, /* complain_on_overflow */
503 bfd_elf_generic_reloc
, /* */
504 "R_MN10300_TLS_LD", /* name */
505 false, /* partial_inplace */
506 0xffffffff, /* src_mask */
507 0xffffffff, /* dst_mask */
508 false), /* pcrel_offset */
510 HOWTO (R_MN10300_TLS_LDO
, /* type */
514 false, /* pc_relative */
516 complain_overflow_bitfield
, /* complain_on_overflow */
517 bfd_elf_generic_reloc
, /* */
518 "R_MN10300_TLS_LDO", /* name */
519 false, /* partial_inplace */
520 0xffffffff, /* src_mask */
521 0xffffffff, /* dst_mask */
522 false), /* pcrel_offset */
524 HOWTO (R_MN10300_TLS_GOTIE
, /* type */
528 false, /* pc_relative */
530 complain_overflow_bitfield
, /* complain_on_overflow */
531 bfd_elf_generic_reloc
, /* */
532 "R_MN10300_TLS_GOTIE", /* name */
533 false, /* partial_inplace */
534 0xffffffff, /* src_mask */
535 0xffffffff, /* dst_mask */
536 false), /* pcrel_offset */
538 HOWTO (R_MN10300_TLS_IE
, /* type */
542 false, /* pc_relative */
544 complain_overflow_bitfield
, /* complain_on_overflow */
545 bfd_elf_generic_reloc
, /* */
546 "R_MN10300_TLS_IE", /* name */
547 false, /* partial_inplace */
548 0xffffffff, /* src_mask */
549 0xffffffff, /* dst_mask */
550 false), /* pcrel_offset */
552 HOWTO (R_MN10300_TLS_LE
, /* type */
556 false, /* pc_relative */
558 complain_overflow_bitfield
, /* complain_on_overflow */
559 bfd_elf_generic_reloc
, /* */
560 "R_MN10300_TLS_LE", /* name */
561 false, /* partial_inplace */
562 0xffffffff, /* src_mask */
563 0xffffffff, /* dst_mask */
564 false), /* pcrel_offset */
566 HOWTO (R_MN10300_TLS_DTPMOD
, /* type */
570 false, /* pc_relative */
572 complain_overflow_bitfield
, /* complain_on_overflow */
573 bfd_elf_generic_reloc
, /* */
574 "R_MN10300_TLS_DTPMOD", /* name */
575 false, /* partial_inplace */
576 0xffffffff, /* src_mask */
577 0xffffffff, /* dst_mask */
578 false), /* pcrel_offset */
580 HOWTO (R_MN10300_TLS_DTPOFF
, /* type */
584 false, /* pc_relative */
586 complain_overflow_bitfield
, /* complain_on_overflow */
587 bfd_elf_generic_reloc
, /* */
588 "R_MN10300_TLS_DTPOFF", /* name */
589 false, /* partial_inplace */
590 0xffffffff, /* src_mask */
591 0xffffffff, /* dst_mask */
592 false), /* pcrel_offset */
594 HOWTO (R_MN10300_TLS_TPOFF
, /* type */
598 false, /* pc_relative */
600 complain_overflow_bitfield
, /* complain_on_overflow */
601 bfd_elf_generic_reloc
, /* */
602 "R_MN10300_TLS_TPOFF", /* name */
603 false, /* partial_inplace */
604 0xffffffff, /* src_mask */
605 0xffffffff, /* dst_mask */
606 false), /* pcrel_offset */
608 HOWTO (R_MN10300_SYM_DIFF
, /* type */
612 false, /* pc_relative */
614 complain_overflow_dont
,/* complain_on_overflow */
615 NULL
, /* special handler. */
616 "R_MN10300_SYM_DIFF", /* name */
617 false, /* partial_inplace */
618 0xffffffff, /* src_mask */
619 0xffffffff, /* dst_mask */
620 false), /* pcrel_offset */
622 HOWTO (R_MN10300_ALIGN
, /* type */
626 false, /* pc_relative */
628 complain_overflow_dont
,/* complain_on_overflow */
629 NULL
, /* special handler. */
630 "R_MN10300_ALIGN", /* name */
631 false, /* partial_inplace */
634 false) /* pcrel_offset */
637 struct mn10300_reloc_map
639 bfd_reloc_code_real_type bfd_reloc_val
;
640 unsigned char elf_reloc_val
;
643 static const struct mn10300_reloc_map mn10300_reloc_map
[] =
645 { BFD_RELOC_NONE
, R_MN10300_NONE
, },
646 { BFD_RELOC_32
, R_MN10300_32
, },
647 { BFD_RELOC_16
, R_MN10300_16
, },
648 { BFD_RELOC_8
, R_MN10300_8
, },
649 { BFD_RELOC_32_PCREL
, R_MN10300_PCREL32
, },
650 { BFD_RELOC_16_PCREL
, R_MN10300_PCREL16
, },
651 { BFD_RELOC_8_PCREL
, R_MN10300_PCREL8
, },
652 { BFD_RELOC_24
, R_MN10300_24
, },
653 { BFD_RELOC_VTABLE_INHERIT
, R_MN10300_GNU_VTINHERIT
},
654 { BFD_RELOC_VTABLE_ENTRY
, R_MN10300_GNU_VTENTRY
},
655 { BFD_RELOC_32_GOT_PCREL
, R_MN10300_GOTPC32
},
656 { BFD_RELOC_16_GOT_PCREL
, R_MN10300_GOTPC16
},
657 { BFD_RELOC_32_GOTOFF
, R_MN10300_GOTOFF32
},
658 { BFD_RELOC_MN10300_GOTOFF24
, R_MN10300_GOTOFF24
},
659 { BFD_RELOC_16_GOTOFF
, R_MN10300_GOTOFF16
},
660 { BFD_RELOC_32_PLT_PCREL
, R_MN10300_PLT32
},
661 { BFD_RELOC_16_PLT_PCREL
, R_MN10300_PLT16
},
662 { BFD_RELOC_MN10300_GOT32
, R_MN10300_GOT32
},
663 { BFD_RELOC_MN10300_GOT24
, R_MN10300_GOT24
},
664 { BFD_RELOC_MN10300_GOT16
, R_MN10300_GOT16
},
665 { BFD_RELOC_MN10300_COPY
, R_MN10300_COPY
},
666 { BFD_RELOC_MN10300_GLOB_DAT
, R_MN10300_GLOB_DAT
},
667 { BFD_RELOC_MN10300_JMP_SLOT
, R_MN10300_JMP_SLOT
},
668 { BFD_RELOC_MN10300_RELATIVE
, R_MN10300_RELATIVE
},
669 { BFD_RELOC_MN10300_TLS_GD
, R_MN10300_TLS_GD
},
670 { BFD_RELOC_MN10300_TLS_LD
, R_MN10300_TLS_LD
},
671 { BFD_RELOC_MN10300_TLS_LDO
, R_MN10300_TLS_LDO
},
672 { BFD_RELOC_MN10300_TLS_GOTIE
, R_MN10300_TLS_GOTIE
},
673 { BFD_RELOC_MN10300_TLS_IE
, R_MN10300_TLS_IE
},
674 { BFD_RELOC_MN10300_TLS_LE
, R_MN10300_TLS_LE
},
675 { BFD_RELOC_MN10300_TLS_DTPMOD
, R_MN10300_TLS_DTPMOD
},
676 { BFD_RELOC_MN10300_TLS_DTPOFF
, R_MN10300_TLS_DTPOFF
},
677 { BFD_RELOC_MN10300_TLS_TPOFF
, R_MN10300_TLS_TPOFF
},
678 { BFD_RELOC_MN10300_SYM_DIFF
, R_MN10300_SYM_DIFF
},
679 { BFD_RELOC_MN10300_ALIGN
, R_MN10300_ALIGN
}
682 /* Create the GOT section. */
685 _bfd_mn10300_elf_create_got_section (bfd
* abfd
,
686 struct bfd_link_info
* info
)
691 struct elf_link_hash_entry
* h
;
692 const struct elf_backend_data
* bed
= get_elf_backend_data (abfd
);
693 struct elf_link_hash_table
*htab
;
696 /* This function may be called more than once. */
697 htab
= elf_hash_table (info
);
698 if (htab
->sgot
!= NULL
)
701 switch (bed
->s
->arch_size
)
712 bfd_set_error (bfd_error_bad_value
);
716 flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_HAS_CONTENTS
| SEC_IN_MEMORY
717 | SEC_LINKER_CREATED
);
720 pltflags
|= SEC_CODE
;
721 if (bed
->plt_not_loaded
)
722 pltflags
&= ~ (SEC_LOAD
| SEC_HAS_CONTENTS
);
723 if (bed
->plt_readonly
)
724 pltflags
|= SEC_READONLY
;
726 s
= bfd_make_section_anyway_with_flags (abfd
, ".plt", pltflags
);
729 || !bfd_set_section_alignment (s
, bed
->plt_alignment
))
732 /* Define the symbol _PROCEDURE_LINKAGE_TABLE_ at the start of the
734 if (bed
->want_plt_sym
)
736 h
= _bfd_elf_define_linkage_sym (abfd
, info
, s
,
737 "_PROCEDURE_LINKAGE_TABLE_");
743 s
= bfd_make_section_anyway_with_flags (abfd
, ".got", flags
);
746 || !bfd_set_section_alignment (s
, ptralign
))
749 if (bed
->want_got_plt
)
751 s
= bfd_make_section_anyway_with_flags (abfd
, ".got.plt", flags
);
754 || !bfd_set_section_alignment (s
, ptralign
))
758 /* Define the symbol _GLOBAL_OFFSET_TABLE_ at the start of the .got
759 (or .got.plt) section. We don't do this in the linker script
760 because we don't want to define the symbol if we are not creating
761 a global offset table. */
762 h
= _bfd_elf_define_linkage_sym (abfd
, info
, s
, "_GLOBAL_OFFSET_TABLE_");
767 /* The first bit of the global offset table is the header. */
768 s
->size
+= bed
->got_header_size
;
773 static reloc_howto_type
*
774 bfd_elf32_bfd_reloc_type_lookup (bfd
*abfd ATTRIBUTE_UNUSED
,
775 bfd_reloc_code_real_type code
)
779 for (i
= ARRAY_SIZE (mn10300_reloc_map
); i
--;)
780 if (mn10300_reloc_map
[i
].bfd_reloc_val
== code
)
781 return &elf_mn10300_howto_table
[mn10300_reloc_map
[i
].elf_reloc_val
];
786 static reloc_howto_type
*
787 bfd_elf32_bfd_reloc_name_lookup (bfd
*abfd ATTRIBUTE_UNUSED
,
792 for (i
= ARRAY_SIZE (elf_mn10300_howto_table
); i
--;)
793 if (elf_mn10300_howto_table
[i
].name
!= NULL
794 && strcasecmp (elf_mn10300_howto_table
[i
].name
, r_name
) == 0)
795 return elf_mn10300_howto_table
+ i
;
800 /* Set the howto pointer for an MN10300 ELF reloc. */
803 mn10300_info_to_howto (bfd
*abfd
,
805 Elf_Internal_Rela
*dst
)
809 r_type
= ELF32_R_TYPE (dst
->r_info
);
810 if (r_type
>= R_MN10300_MAX
)
812 /* xgettext:c-format */
813 _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
815 bfd_set_error (bfd_error_bad_value
);
818 cache_ptr
->howto
= elf_mn10300_howto_table
+ r_type
;
823 elf_mn10300_tls_transition (struct bfd_link_info
* info
,
825 struct elf_link_hash_entry
* h
,
831 if (r_type
== R_MN10300_TLS_GD
833 && elf_mn10300_hash_entry (h
)->tls_type
== GOT_TLS_IE
)
834 return R_MN10300_TLS_GOTIE
;
836 if (bfd_link_pic (info
))
839 if (! (sec
->flags
& SEC_CODE
))
842 if (! counting
&& h
!= NULL
&& ! elf_hash_table (info
)->dynamic_sections_created
)
845 is_local
= SYMBOL_CALLS_LOCAL (info
, h
);
847 /* For the main program, these are the transitions we do. */
850 case R_MN10300_TLS_GD
: return is_local
? R_MN10300_TLS_LE
: R_MN10300_TLS_GOTIE
;
851 case R_MN10300_TLS_LD
: return R_MN10300_NONE
;
852 case R_MN10300_TLS_LDO
: return R_MN10300_TLS_LE
;
853 case R_MN10300_TLS_IE
:
854 case R_MN10300_TLS_GOTIE
: return is_local
? R_MN10300_TLS_LE
: r_type
;
860 /* Return the relocation value for @tpoff relocation
861 if STT_TLS virtual address is ADDRESS. */
864 dtpoff (struct bfd_link_info
* info
, bfd_vma address
)
866 struct elf_link_hash_table
*htab
= elf_hash_table (info
);
868 /* If tls_sec is NULL, we should have signalled an error already. */
869 if (htab
->tls_sec
== NULL
)
871 return address
- htab
->tls_sec
->vma
;
874 /* Return the relocation value for @tpoff relocation
875 if STT_TLS virtual address is ADDRESS. */
878 tpoff (struct bfd_link_info
* info
, bfd_vma address
)
880 struct elf_link_hash_table
*htab
= elf_hash_table (info
);
882 /* If tls_sec is NULL, we should have signalled an error already. */
883 if (htab
->tls_sec
== NULL
)
885 return address
- (htab
->tls_size
+ htab
->tls_sec
->vma
);
888 /* Returns nonzero if there's a R_MN10300_PLT32 reloc that we now need
889 to skip, after this one. The actual value is the offset between
890 this reloc and the PLT reloc. */
893 mn10300_do_tls_transition (bfd
* input_bfd
,
895 unsigned int tls_r_type
,
899 bfd_byte
*op
= contents
+ offset
;
902 #define TLS_PAIR(r1,r2) ((r1) * R_MN10300_MAX + (r2))
904 /* This is common to all GD/LD transitions, so break it out. */
905 if (r_type
== R_MN10300_TLS_GD
906 || r_type
== R_MN10300_TLS_LD
)
910 BFD_ASSERT (bfd_get_8 (input_bfd
, op
) == 0xFC);
911 BFD_ASSERT (bfd_get_8 (input_bfd
, op
+ 1) == 0xCC);
913 BFD_ASSERT (bfd_get_8 (input_bfd
, op
+ 6) == 0xF1);
914 gotreg
= (bfd_get_8 (input_bfd
, op
+ 7) & 0x0c) >> 2;
916 BFD_ASSERT (bfd_get_8 (input_bfd
, op
+ 8) == 0xDD);
919 switch (TLS_PAIR (r_type
, tls_r_type
))
921 case TLS_PAIR (R_MN10300_TLS_GD
, R_MN10300_TLS_GOTIE
):
923 /* Keep track of which register we put GOTptr in. */
924 /* mov (_x@indntpoff,a2),a0. */
925 memcpy (op
, "\xFC\x20\x00\x00\x00\x00", 6);
928 memcpy (op
+6, "\xF9\x78\x28", 3);
929 /* or 0x00000000, d0 - six byte nop. */
930 memcpy (op
+9, "\xFC\xE4\x00\x00\x00\x00", 6);
934 case TLS_PAIR (R_MN10300_TLS_GD
, R_MN10300_TLS_LE
):
936 /* Register is *always* a0. */
937 /* mov _x@tpoff,a0. */
938 memcpy (op
, "\xFC\xDC\x00\x00\x00\x00", 6);
940 memcpy (op
+6, "\xF9\x78\x28", 3);
941 /* or 0x00000000, d0 - six byte nop. */
942 memcpy (op
+9, "\xFC\xE4\x00\x00\x00\x00", 6);
945 case TLS_PAIR (R_MN10300_TLS_LD
, R_MN10300_NONE
):
947 /* Register is *always* a0. */
949 memcpy (op
, "\xF5\x88", 2);
950 /* or 0x00000000, d0 - six byte nop. */
951 memcpy (op
+2, "\xFC\xE4\x00\x00\x00\x00", 6);
952 /* or 0x00000000, e2 - seven byte nop. */
953 memcpy (op
+8, "\xFE\x19\x22\x00\x00\x00\x00", 7);
957 case TLS_PAIR (R_MN10300_TLS_LDO
, R_MN10300_TLS_LE
):
958 /* No changes needed, just the reloc change. */
961 /* These are a little tricky, because we have to detect which
962 opcode is being used (they're different sizes, with the reloc
963 at different offsets within the opcode) and convert each
964 accordingly, copying the operands as needed. The conversions
965 we do are as follows (IE,GOTIE,LE):
967 1111 1100 1010 01Dn [-- abs32 --] MOV (x@indntpoff),Dn
968 1111 1100 0000 DnAm [-- abs32 --] MOV (x@gotntpoff,Am),Dn
969 1111 1100 1100 11Dn [-- abs32 --] MOV x@tpoff,Dn
971 1111 1100 1010 00An [-- abs32 --] MOV (x@indntpoff),An
972 1111 1100 0010 AnAm [-- abs32 --] MOV (x@gotntpoff,Am),An
973 1111 1100 1101 11An [-- abs32 --] MOV x@tpoff,An
975 1111 1110 0000 1110 Rnnn Xxxx [-- abs32 --] MOV (x@indntpoff),Rn
976 1111 1110 0000 1010 Rnnn Rmmm [-- abs32 --] MOV (x@indntpoff,Rm),Rn
977 1111 1110 0000 1000 Rnnn Xxxx [-- abs32 --] MOV x@tpoff,Rn
979 Since the GOT pointer is always $a2, we assume the last
980 normally won't happen, but let's be paranoid and plan for the
981 day that GCC optimizes it somewhow. */
983 case TLS_PAIR (R_MN10300_TLS_IE
, R_MN10300_TLS_LE
):
987 if ((op
[1] & 0xFC) == 0xA4) /* Dn */
989 op
[1] &= 0x03; /* Leaves Dn. */
994 op
[1] &= 0x03; /* Leaves An. */
998 else if (op
[-3] == 0xFE)
1004 case TLS_PAIR (R_MN10300_TLS_GOTIE
, R_MN10300_TLS_LE
):
1008 if ((op
[1] & 0xF0) == 0x00) /* Dn */
1010 op
[1] &= 0x0C; /* Leaves Dn. */
1016 op
[1] &= 0x0C; /* Leaves An. */
1021 else if (op
[-3] == 0xFE)
1029 /* xgettext:c-format */
1030 (_("%pB: unsupported transition from %s to %s"),
1032 elf_mn10300_howto_table
[r_type
].name
,
1033 elf_mn10300_howto_table
[tls_r_type
].name
);
1040 /* Look through the relocs for a section during the first phase.
1041 Since we don't do .gots or .plts, we just need to consider the
1042 virtual table relocs for gc. */
1045 mn10300_elf_check_relocs (bfd
*abfd
,
1046 struct bfd_link_info
*info
,
1048 const Elf_Internal_Rela
*relocs
)
1050 struct elf32_mn10300_link_hash_table
* htab
= elf32_mn10300_hash_table (info
);
1051 bool sym_diff_reloc_seen
;
1052 Elf_Internal_Shdr
*symtab_hdr
;
1053 Elf_Internal_Sym
* isymbuf
= NULL
;
1054 struct elf_link_hash_entry
**sym_hashes
;
1055 const Elf_Internal_Rela
*rel
;
1056 const Elf_Internal_Rela
*rel_end
;
1058 bfd_vma
* local_got_offsets
;
1062 bool result
= false;
1068 if (bfd_link_relocatable (info
))
1071 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
1072 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
1073 sym_hashes
= elf_sym_hashes (abfd
);
1075 dynobj
= elf_hash_table (info
)->dynobj
;
1076 local_got_offsets
= elf_local_got_offsets (abfd
);
1077 rel_end
= relocs
+ sec
->reloc_count
;
1078 sym_diff_reloc_seen
= false;
1080 for (rel
= relocs
; rel
< rel_end
; rel
++)
1082 struct elf_link_hash_entry
*h
;
1083 unsigned long r_symndx
;
1084 unsigned int r_type
;
1085 int tls_type
= GOT_NORMAL
;
1087 r_symndx
= ELF32_R_SYM (rel
->r_info
);
1088 if (r_symndx
< symtab_hdr
->sh_info
)
1092 h
= sym_hashes
[r_symndx
- symtab_hdr
->sh_info
];
1093 while (h
->root
.type
== bfd_link_hash_indirect
1094 || h
->root
.type
== bfd_link_hash_warning
)
1095 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
1098 r_type
= ELF32_R_TYPE (rel
->r_info
);
1099 r_type
= elf_mn10300_tls_transition (info
, r_type
, h
, sec
, true);
1101 /* Some relocs require a global offset table. */
1106 case R_MN10300_GOT32
:
1107 case R_MN10300_GOT24
:
1108 case R_MN10300_GOT16
:
1109 case R_MN10300_GOTOFF32
:
1110 case R_MN10300_GOTOFF24
:
1111 case R_MN10300_GOTOFF16
:
1112 case R_MN10300_GOTPC32
:
1113 case R_MN10300_GOTPC16
:
1114 case R_MN10300_TLS_GD
:
1115 case R_MN10300_TLS_LD
:
1116 case R_MN10300_TLS_GOTIE
:
1117 case R_MN10300_TLS_IE
:
1118 elf_hash_table (info
)->dynobj
= dynobj
= abfd
;
1119 if (! _bfd_mn10300_elf_create_got_section (dynobj
, info
))
1130 /* This relocation describes the C++ object vtable hierarchy.
1131 Reconstruct it for later use during GC. */
1132 case R_MN10300_GNU_VTINHERIT
:
1133 if (!bfd_elf_gc_record_vtinherit (abfd
, sec
, h
, rel
->r_offset
))
1137 /* This relocation describes which C++ vtable entries are actually
1138 used. Record for later use during GC. */
1139 case R_MN10300_GNU_VTENTRY
:
1140 if (!bfd_elf_gc_record_vtentry (abfd
, sec
, h
, rel
->r_addend
))
1144 case R_MN10300_TLS_LD
:
1145 htab
->tls_ldm_got
.refcount
++;
1146 tls_type
= GOT_TLS_LD
;
1148 if (htab
->tls_ldm_got
.got_allocated
)
1152 case R_MN10300_TLS_IE
:
1153 case R_MN10300_TLS_GOTIE
:
1154 if (bfd_link_pic (info
))
1155 info
->flags
|= DF_STATIC_TLS
;
1158 case R_MN10300_TLS_GD
:
1159 case R_MN10300_GOT32
:
1160 case R_MN10300_GOT24
:
1161 case R_MN10300_GOT16
:
1163 /* This symbol requires a global offset table entry. */
1167 case R_MN10300_TLS_IE
:
1168 case R_MN10300_TLS_GOTIE
: tls_type
= GOT_TLS_IE
; break;
1169 case R_MN10300_TLS_GD
: tls_type
= GOT_TLS_GD
; break;
1170 default: tls_type
= GOT_NORMAL
; break;
1173 sgot
= htab
->root
.sgot
;
1174 srelgot
= htab
->root
.srelgot
;
1175 BFD_ASSERT (sgot
!= NULL
&& srelgot
!= NULL
);
1177 if (r_type
== R_MN10300_TLS_LD
)
1179 htab
->tls_ldm_got
.offset
= sgot
->size
;
1180 htab
->tls_ldm_got
.got_allocated
++;
1184 if (elf_mn10300_hash_entry (h
)->tls_type
!= tls_type
1185 && elf_mn10300_hash_entry (h
)->tls_type
!= GOT_UNKNOWN
)
1187 if (tls_type
== GOT_TLS_IE
1188 && elf_mn10300_hash_entry (h
)->tls_type
== GOT_TLS_GD
)
1189 /* No change - this is ok. */;
1190 else if (tls_type
== GOT_TLS_GD
1191 && elf_mn10300_hash_entry (h
)->tls_type
== GOT_TLS_IE
)
1192 /* Transition GD->IE. */
1193 tls_type
= GOT_TLS_IE
;
1196 /* xgettext:c-format */
1197 (_("%pB: %s' accessed both as normal and thread local symbol"),
1198 abfd
, h
? h
->root
.root
.string
: "<local>");
1201 elf_mn10300_hash_entry (h
)->tls_type
= tls_type
;
1203 if (h
->got
.offset
!= (bfd_vma
) -1)
1204 /* We have already allocated space in the .got. */
1207 h
->got
.offset
= sgot
->size
;
1209 if (ELF_ST_VISIBILITY (h
->other
) != STV_INTERNAL
1210 /* Make sure this symbol is output as a dynamic symbol. */
1211 && h
->dynindx
== -1)
1213 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
1217 srelgot
->size
+= sizeof (Elf32_External_Rela
);
1218 if (r_type
== R_MN10300_TLS_GD
)
1219 srelgot
->size
+= sizeof (Elf32_External_Rela
);
1223 /* This is a global offset table entry for a local
1225 if (local_got_offsets
== NULL
)
1230 size
= symtab_hdr
->sh_info
* (sizeof (bfd_vma
) + sizeof (char));
1231 local_got_offsets
= bfd_alloc (abfd
, size
);
1233 if (local_got_offsets
== NULL
)
1236 elf_local_got_offsets (abfd
) = local_got_offsets
;
1237 elf_mn10300_local_got_tls_type (abfd
)
1238 = (char *) (local_got_offsets
+ symtab_hdr
->sh_info
);
1240 for (i
= 0; i
< symtab_hdr
->sh_info
; i
++)
1241 local_got_offsets
[i
] = (bfd_vma
) -1;
1244 if (local_got_offsets
[r_symndx
] != (bfd_vma
) -1)
1245 /* We have already allocated space in the .got. */
1248 local_got_offsets
[r_symndx
] = sgot
->size
;
1250 if (bfd_link_pic (info
))
1252 /* If we are generating a shared object, we need to
1253 output a R_MN10300_RELATIVE reloc so that the dynamic
1254 linker can adjust this GOT entry. */
1255 srelgot
->size
+= sizeof (Elf32_External_Rela
);
1257 if (r_type
== R_MN10300_TLS_GD
)
1258 /* And a R_MN10300_TLS_DTPOFF reloc as well. */
1259 srelgot
->size
+= sizeof (Elf32_External_Rela
);
1262 elf_mn10300_local_got_tls_type (abfd
) [r_symndx
] = tls_type
;
1266 if (r_type
== R_MN10300_TLS_GD
1267 || r_type
== R_MN10300_TLS_LD
)
1270 goto need_shared_relocs
;
1272 case R_MN10300_PLT32
:
1273 case R_MN10300_PLT16
:
1274 /* This symbol requires a procedure linkage table entry. We
1275 actually build the entry in adjust_dynamic_symbol,
1276 because this might be a case of linking PIC code which is
1277 never referenced by a dynamic object, in which case we
1278 don't need to generate a procedure linkage table entry
1281 /* If this is a local symbol, we resolve it directly without
1282 creating a procedure linkage table entry. */
1286 if (ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
1287 || ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
)
1296 case R_MN10300_PCREL32
:
1297 case R_MN10300_PCREL16
:
1298 case R_MN10300_PCREL8
:
1303 case R_MN10300_SYM_DIFF
:
1304 sym_diff_reloc_seen
= true;
1312 /* If we are creating a shared library, then we
1313 need to copy the reloc into the shared library. */
1314 if (bfd_link_pic (info
)
1315 && (sec
->flags
& SEC_ALLOC
) != 0
1316 /* Do not generate a dynamic reloc for a
1317 reloc associated with a SYM_DIFF operation. */
1318 && ! sym_diff_reloc_seen
)
1320 asection
* sym_section
= NULL
;
1322 /* Find the section containing the
1323 symbol involved in the relocation. */
1326 Elf_Internal_Sym
* isym
;
1328 if (isymbuf
== NULL
)
1329 isymbuf
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
1330 symtab_hdr
->sh_info
, 0,
1334 isym
= isymbuf
+ r_symndx
;
1335 /* All we care about is whether this local symbol is absolute. */
1336 if (isym
->st_shndx
== SHN_ABS
)
1337 sym_section
= bfd_abs_section_ptr
;
1342 if (h
->root
.type
== bfd_link_hash_defined
1343 || h
->root
.type
== bfd_link_hash_defweak
)
1344 sym_section
= h
->root
.u
.def
.section
;
1347 /* If the symbol is absolute then the relocation can
1348 be resolved during linking and there is no need for
1350 if (sym_section
!= bfd_abs_section_ptr
)
1352 /* When creating a shared object, we must copy these
1353 reloc types into the output file. We create a reloc
1354 section in dynobj and make room for this reloc. */
1357 sreloc
= _bfd_elf_make_dynamic_reloc_section
1358 (sec
, dynobj
, 2, abfd
, /*rela?*/ true);
1363 sreloc
->size
+= sizeof (Elf32_External_Rela
);
1370 if (ELF32_R_TYPE (rel
->r_info
) != R_MN10300_SYM_DIFF
)
1371 sym_diff_reloc_seen
= false;
1376 if (symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
1382 /* Return the section that should be marked against GC for a given
1386 mn10300_elf_gc_mark_hook (asection
*sec
,
1387 struct bfd_link_info
*info
,
1388 Elf_Internal_Rela
*rel
,
1389 struct elf_link_hash_entry
*h
,
1390 Elf_Internal_Sym
*sym
)
1393 switch (ELF32_R_TYPE (rel
->r_info
))
1395 case R_MN10300_GNU_VTINHERIT
:
1396 case R_MN10300_GNU_VTENTRY
:
1400 return _bfd_elf_gc_mark_hook (sec
, info
, rel
, h
, sym
);
1403 /* Perform a relocation as part of a final link. */
1405 static bfd_reloc_status_type
1406 mn10300_elf_final_link_relocate (reloc_howto_type
*howto
,
1408 bfd
*output_bfd ATTRIBUTE_UNUSED
,
1409 asection
*input_section
,
1414 struct elf_link_hash_entry
* h
,
1415 unsigned long symndx
,
1416 struct bfd_link_info
*info
,
1417 asection
*sym_sec ATTRIBUTE_UNUSED
,
1418 int is_local ATTRIBUTE_UNUSED
)
1420 struct elf32_mn10300_link_hash_table
* htab
= elf32_mn10300_hash_table (info
);
1421 static asection
* sym_diff_section
;
1422 static bfd_vma sym_diff_value
;
1423 bool is_sym_diff_reloc
;
1424 unsigned long r_type
= howto
->type
;
1425 bfd_byte
* hit_data
= contents
+ offset
;
1431 dynobj
= elf_hash_table (info
)->dynobj
;
1441 case R_MN10300_PCREL8
:
1442 case R_MN10300_PCREL16
:
1443 case R_MN10300_PCREL32
:
1444 case R_MN10300_GOTOFF32
:
1445 case R_MN10300_GOTOFF24
:
1446 case R_MN10300_GOTOFF16
:
1447 if (bfd_link_pic (info
)
1448 && (input_section
->flags
& SEC_ALLOC
) != 0
1450 && ! SYMBOL_REFERENCES_LOCAL (info
, h
))
1451 return bfd_reloc_dangerous
;
1453 case R_MN10300_GOT32
:
1455 Taking the address of a protected function in a shared library
1456 is illegal. Issue an error message here. */
1457 if (bfd_link_pic (info
)
1458 && (input_section
->flags
& SEC_ALLOC
) != 0
1460 && ELF_ST_VISIBILITY (h
->other
) == STV_PROTECTED
1461 && (h
->type
== STT_FUNC
|| h
->type
== STT_GNU_IFUNC
)
1462 && ! SYMBOL_REFERENCES_LOCAL (info
, h
))
1463 return bfd_reloc_dangerous
;
1466 is_sym_diff_reloc
= false;
1467 if (sym_diff_section
!= NULL
)
1469 BFD_ASSERT (sym_diff_section
== input_section
);
1477 value
-= sym_diff_value
;
1478 /* If we are computing a 32-bit value for the location lists
1479 and the result is 0 then we add one to the value. A zero
1480 value can result because of linker relaxation deleteing
1481 prologue instructions and using a value of 1 (for the begin
1482 and end offsets in the location list entry) results in a
1483 nul entry which does not prevent the following entries from
1485 if (r_type
== R_MN10300_32
1487 && strcmp (input_section
->name
, ".debug_loc") == 0)
1489 sym_diff_section
= NULL
;
1490 is_sym_diff_reloc
= true;
1494 sym_diff_section
= NULL
;
1501 case R_MN10300_SYM_DIFF
:
1502 BFD_ASSERT (addend
== 0);
1503 /* Cache the input section and value.
1504 The offset is unreliable, since relaxation may
1505 have reduced the following reloc's offset. */
1506 sym_diff_section
= input_section
;
1507 sym_diff_value
= value
;
1508 return bfd_reloc_ok
;
1510 case R_MN10300_ALIGN
:
1511 case R_MN10300_NONE
:
1512 return bfd_reloc_ok
;
1515 if (bfd_link_pic (info
)
1516 /* Do not generate relocs when an R_MN10300_32 has been used
1517 with an R_MN10300_SYM_DIFF to compute a difference of two
1519 && !is_sym_diff_reloc
1520 /* Also, do not generate a reloc when the symbol associated
1521 with the R_MN10300_32 reloc is absolute - there is no
1522 need for a run time computation in this case. */
1523 && sym_sec
!= bfd_abs_section_ptr
1524 /* If the section is not going to be allocated at load time
1525 then there is no need to generate relocs for it. */
1526 && (input_section
->flags
& SEC_ALLOC
) != 0)
1528 Elf_Internal_Rela outrel
;
1529 bool skip
, relocate
;
1531 /* When generating a shared object, these relocations are
1532 copied into the output file to be resolved at run
1536 sreloc
= _bfd_elf_get_dynamic_reloc_section
1537 (input_bfd
, input_section
, /*rela?*/ true);
1544 outrel
.r_offset
= _bfd_elf_section_offset (input_bfd
, info
,
1545 input_section
, offset
);
1546 if (outrel
.r_offset
== (bfd_vma
) -1)
1549 outrel
.r_offset
+= (input_section
->output_section
->vma
1550 + input_section
->output_offset
);
1554 memset (&outrel
, 0, sizeof outrel
);
1559 /* h->dynindx may be -1 if this symbol was marked to
1562 || SYMBOL_REFERENCES_LOCAL (info
, h
))
1565 outrel
.r_info
= ELF32_R_INFO (0, R_MN10300_RELATIVE
);
1566 outrel
.r_addend
= value
+ addend
;
1570 BFD_ASSERT (h
->dynindx
!= -1);
1572 outrel
.r_info
= ELF32_R_INFO (h
->dynindx
, R_MN10300_32
);
1573 outrel
.r_addend
= value
+ addend
;
1577 bfd_elf32_swap_reloca_out (output_bfd
, &outrel
,
1578 (bfd_byte
*) (((Elf32_External_Rela
*) sreloc
->contents
)
1579 + sreloc
->reloc_count
));
1580 ++sreloc
->reloc_count
;
1582 /* If this reloc is against an external symbol, we do
1583 not want to fiddle with the addend. Otherwise, we
1584 need to include the symbol value so that it becomes
1585 an addend for the dynamic reloc. */
1587 return bfd_reloc_ok
;
1590 bfd_put_32 (input_bfd
, value
, hit_data
);
1591 return bfd_reloc_ok
;
1596 if ((long) value
> 0x7fffff || (long) value
< -0x800000)
1597 return bfd_reloc_overflow
;
1599 bfd_put_8 (input_bfd
, value
& 0xff, hit_data
);
1600 bfd_put_8 (input_bfd
, (value
>> 8) & 0xff, hit_data
+ 1);
1601 bfd_put_8 (input_bfd
, (value
>> 16) & 0xff, hit_data
+ 2);
1602 return bfd_reloc_ok
;
1607 if ((long) value
> 0x7fff || (long) value
< -0x8000)
1608 return bfd_reloc_overflow
;
1610 bfd_put_16 (input_bfd
, value
, hit_data
);
1611 return bfd_reloc_ok
;
1616 if ((long) value
> 0x7f || (long) value
< -0x80)
1617 return bfd_reloc_overflow
;
1619 bfd_put_8 (input_bfd
, value
, hit_data
);
1620 return bfd_reloc_ok
;
1622 case R_MN10300_PCREL8
:
1623 value
-= (input_section
->output_section
->vma
1624 + input_section
->output_offset
);
1628 if ((long) value
> 0x7f || (long) value
< -0x80)
1629 return bfd_reloc_overflow
;
1631 bfd_put_8 (input_bfd
, value
, hit_data
);
1632 return bfd_reloc_ok
;
1634 case R_MN10300_PCREL16
:
1635 value
-= (input_section
->output_section
->vma
1636 + input_section
->output_offset
);
1640 if ((long) value
> 0x7fff || (long) value
< -0x8000)
1641 return bfd_reloc_overflow
;
1643 bfd_put_16 (input_bfd
, value
, hit_data
);
1644 return bfd_reloc_ok
;
1646 case R_MN10300_PCREL32
:
1647 value
-= (input_section
->output_section
->vma
1648 + input_section
->output_offset
);
1652 bfd_put_32 (input_bfd
, value
, hit_data
);
1653 return bfd_reloc_ok
;
1655 case R_MN10300_GNU_VTINHERIT
:
1656 case R_MN10300_GNU_VTENTRY
:
1657 return bfd_reloc_ok
;
1659 case R_MN10300_GOTPC32
:
1661 return bfd_reloc_dangerous
;
1663 /* Use global offset table as symbol value. */
1664 value
= htab
->root
.sgot
->output_section
->vma
;
1665 value
-= (input_section
->output_section
->vma
1666 + input_section
->output_offset
);
1670 bfd_put_32 (input_bfd
, value
, hit_data
);
1671 return bfd_reloc_ok
;
1673 case R_MN10300_GOTPC16
:
1675 return bfd_reloc_dangerous
;
1677 /* Use global offset table as symbol value. */
1678 value
= htab
->root
.sgot
->output_section
->vma
;
1679 value
-= (input_section
->output_section
->vma
1680 + input_section
->output_offset
);
1684 if ((long) value
> 0x7fff || (long) value
< -0x8000)
1685 return bfd_reloc_overflow
;
1687 bfd_put_16 (input_bfd
, value
, hit_data
);
1688 return bfd_reloc_ok
;
1690 case R_MN10300_GOTOFF32
:
1692 return bfd_reloc_dangerous
;
1694 value
-= htab
->root
.sgot
->output_section
->vma
;
1697 bfd_put_32 (input_bfd
, value
, hit_data
);
1698 return bfd_reloc_ok
;
1700 case R_MN10300_GOTOFF24
:
1702 return bfd_reloc_dangerous
;
1704 value
-= htab
->root
.sgot
->output_section
->vma
;
1707 if ((long) value
> 0x7fffff || (long) value
< -0x800000)
1708 return bfd_reloc_overflow
;
1710 bfd_put_8 (input_bfd
, value
, hit_data
);
1711 bfd_put_8 (input_bfd
, (value
>> 8) & 0xff, hit_data
+ 1);
1712 bfd_put_8 (input_bfd
, (value
>> 16) & 0xff, hit_data
+ 2);
1713 return bfd_reloc_ok
;
1715 case R_MN10300_GOTOFF16
:
1717 return bfd_reloc_dangerous
;
1719 value
-= htab
->root
.sgot
->output_section
->vma
;
1722 if ((long) value
> 0x7fff || (long) value
< -0x8000)
1723 return bfd_reloc_overflow
;
1725 bfd_put_16 (input_bfd
, value
, hit_data
);
1726 return bfd_reloc_ok
;
1728 case R_MN10300_PLT32
:
1730 && ELF_ST_VISIBILITY (h
->other
) != STV_INTERNAL
1731 && ELF_ST_VISIBILITY (h
->other
) != STV_HIDDEN
1732 && h
->plt
.offset
!= (bfd_vma
) -1)
1735 return bfd_reloc_dangerous
;
1737 splt
= htab
->root
.splt
;
1738 value
= (splt
->output_section
->vma
1739 + splt
->output_offset
1740 + h
->plt
.offset
) - value
;
1743 value
-= (input_section
->output_section
->vma
1744 + input_section
->output_offset
);
1748 bfd_put_32 (input_bfd
, value
, hit_data
);
1749 return bfd_reloc_ok
;
1751 case R_MN10300_PLT16
:
1753 && ELF_ST_VISIBILITY (h
->other
) != STV_INTERNAL
1754 && ELF_ST_VISIBILITY (h
->other
) != STV_HIDDEN
1755 && h
->plt
.offset
!= (bfd_vma
) -1)
1758 return bfd_reloc_dangerous
;
1760 splt
= htab
->root
.splt
;
1761 value
= (splt
->output_section
->vma
1762 + splt
->output_offset
1763 + h
->plt
.offset
) - value
;
1766 value
-= (input_section
->output_section
->vma
1767 + input_section
->output_offset
);
1771 if ((long) value
> 0x7fff || (long) value
< -0x8000)
1772 return bfd_reloc_overflow
;
1774 bfd_put_16 (input_bfd
, value
, hit_data
);
1775 return bfd_reloc_ok
;
1777 case R_MN10300_TLS_LDO
:
1778 value
= dtpoff (info
, value
);
1779 bfd_put_32 (input_bfd
, value
+ addend
, hit_data
);
1780 return bfd_reloc_ok
;
1782 case R_MN10300_TLS_LE
:
1783 value
= tpoff (info
, value
);
1784 bfd_put_32 (input_bfd
, value
+ addend
, hit_data
);
1785 return bfd_reloc_ok
;
1787 case R_MN10300_TLS_LD
:
1789 return bfd_reloc_dangerous
;
1791 sgot
= htab
->root
.sgot
;
1792 BFD_ASSERT (sgot
!= NULL
);
1793 value
= htab
->tls_ldm_got
.offset
+ sgot
->output_offset
;
1794 bfd_put_32 (input_bfd
, value
, hit_data
);
1796 if (!htab
->tls_ldm_got
.rel_emitted
)
1798 asection
*srelgot
= htab
->root
.srelgot
;
1799 Elf_Internal_Rela rel
;
1801 BFD_ASSERT (srelgot
!= NULL
);
1802 htab
->tls_ldm_got
.rel_emitted
++;
1803 rel
.r_offset
= (sgot
->output_section
->vma
1804 + sgot
->output_offset
1805 + htab
->tls_ldm_got
.offset
);
1806 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ htab
->tls_ldm_got
.offset
);
1807 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ htab
->tls_ldm_got
.offset
+4);
1808 rel
.r_info
= ELF32_R_INFO (0, R_MN10300_TLS_DTPMOD
);
1810 bfd_elf32_swap_reloca_out (output_bfd
, & rel
,
1811 (bfd_byte
*) ((Elf32_External_Rela
*) srelgot
->contents
1812 + srelgot
->reloc_count
));
1813 ++ srelgot
->reloc_count
;
1816 return bfd_reloc_ok
;
1818 case R_MN10300_TLS_GOTIE
:
1819 value
= tpoff (info
, value
);
1822 case R_MN10300_TLS_GD
:
1823 case R_MN10300_TLS_IE
:
1824 case R_MN10300_GOT32
:
1825 case R_MN10300_GOT24
:
1826 case R_MN10300_GOT16
:
1828 return bfd_reloc_dangerous
;
1830 sgot
= htab
->root
.sgot
;
1831 if (r_type
== R_MN10300_TLS_GD
)
1832 value
= dtpoff (info
, value
);
1838 off
= h
->got
.offset
;
1839 /* Offsets in the GOT are allocated in check_relocs
1840 which is not called for shared libraries... */
1841 if (off
== (bfd_vma
) -1)
1844 if (sgot
->contents
!= NULL
1845 && (! elf_hash_table (info
)->dynamic_sections_created
1846 || SYMBOL_REFERENCES_LOCAL (info
, h
)))
1847 /* This is actually a static link, or it is a
1848 -Bsymbolic link and the symbol is defined
1849 locally, or the symbol was forced to be local
1850 because of a version file. We must initialize
1851 this entry in the global offset table.
1853 When doing a dynamic link, we create a .rela.got
1854 relocation entry to initialize the value. This
1855 is done in the finish_dynamic_symbol routine. */
1856 bfd_put_32 (output_bfd
, value
,
1857 sgot
->contents
+ off
);
1859 value
= sgot
->output_offset
+ off
;
1865 off
= elf_local_got_offsets (input_bfd
)[symndx
];
1868 bfd_put_32 (output_bfd
, value
, sgot
->contents
+ (off
& ~ 1));
1871 bfd_put_32 (output_bfd
, value
, sgot
->contents
+ off
);
1873 if (bfd_link_pic (info
))
1875 asection
*srelgot
= htab
->root
.srelgot
;;
1876 Elf_Internal_Rela outrel
;
1878 BFD_ASSERT (srelgot
!= NULL
);
1880 outrel
.r_offset
= (sgot
->output_section
->vma
1881 + sgot
->output_offset
1885 case R_MN10300_TLS_GD
:
1886 outrel
.r_info
= ELF32_R_INFO (0, R_MN10300_TLS_DTPOFF
);
1887 outrel
.r_offset
= (sgot
->output_section
->vma
1888 + sgot
->output_offset
1890 bfd_elf32_swap_reloca_out (output_bfd
, & outrel
,
1891 (bfd_byte
*) (((Elf32_External_Rela
*)
1893 + srelgot
->reloc_count
));
1894 ++ srelgot
->reloc_count
;
1895 outrel
.r_info
= ELF32_R_INFO (0, R_MN10300_TLS_DTPMOD
);
1897 case R_MN10300_TLS_GOTIE
:
1898 case R_MN10300_TLS_IE
:
1899 outrel
.r_info
= ELF32_R_INFO (0, R_MN10300_TLS_TPOFF
);
1902 outrel
.r_info
= ELF32_R_INFO (0, R_MN10300_RELATIVE
);
1906 outrel
.r_addend
= value
;
1907 bfd_elf32_swap_reloca_out (output_bfd
, &outrel
,
1908 (bfd_byte
*) (((Elf32_External_Rela
*)
1910 + srelgot
->reloc_count
));
1911 ++ srelgot
->reloc_count
;
1912 elf_local_got_offsets (input_bfd
)[symndx
] |= 1;
1915 value
= sgot
->output_offset
+ (off
& ~(bfd_vma
) 1);
1921 if (r_type
== R_MN10300_TLS_IE
)
1923 value
+= sgot
->output_section
->vma
;
1924 bfd_put_32 (input_bfd
, value
, hit_data
);
1925 return bfd_reloc_ok
;
1927 else if (r_type
== R_MN10300_TLS_GOTIE
1928 || r_type
== R_MN10300_TLS_GD
1929 || r_type
== R_MN10300_TLS_LD
)
1931 bfd_put_32 (input_bfd
, value
, hit_data
);
1932 return bfd_reloc_ok
;
1934 else if (r_type
== R_MN10300_GOT32
)
1936 bfd_put_32 (input_bfd
, value
, hit_data
);
1937 return bfd_reloc_ok
;
1939 else if (r_type
== R_MN10300_GOT24
)
1941 if ((long) value
> 0x7fffff || (long) value
< -0x800000)
1942 return bfd_reloc_overflow
;
1944 bfd_put_8 (input_bfd
, value
& 0xff, hit_data
);
1945 bfd_put_8 (input_bfd
, (value
>> 8) & 0xff, hit_data
+ 1);
1946 bfd_put_8 (input_bfd
, (value
>> 16) & 0xff, hit_data
+ 2);
1947 return bfd_reloc_ok
;
1949 else if (r_type
== R_MN10300_GOT16
)
1951 if ((long) value
> 0x7fff || (long) value
< -0x8000)
1952 return bfd_reloc_overflow
;
1954 bfd_put_16 (input_bfd
, value
, hit_data
);
1955 return bfd_reloc_ok
;
1960 return bfd_reloc_notsupported
;
1964 /* Relocate an MN10300 ELF section. */
1967 mn10300_elf_relocate_section (bfd
*output_bfd
,
1968 struct bfd_link_info
*info
,
1970 asection
*input_section
,
1972 Elf_Internal_Rela
*relocs
,
1973 Elf_Internal_Sym
*local_syms
,
1974 asection
**local_sections
)
1976 Elf_Internal_Shdr
*symtab_hdr
;
1977 struct elf_link_hash_entry
**sym_hashes
;
1978 Elf_Internal_Rela
*rel
, *relend
;
1979 Elf_Internal_Rela
* trel
;
1981 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
1982 sym_hashes
= elf_sym_hashes (input_bfd
);
1985 relend
= relocs
+ input_section
->reloc_count
;
1986 for (; rel
< relend
; rel
++)
1989 reloc_howto_type
*howto
;
1990 unsigned long r_symndx
;
1991 Elf_Internal_Sym
*sym
;
1993 struct elf32_mn10300_link_hash_entry
*h
;
1995 bfd_reloc_status_type r
;
1997 bool unresolved_reloc
= false;
1998 bool warned
, ignored
;
1999 struct elf_link_hash_entry
* hh
;
2002 r_symndx
= ELF32_R_SYM (rel
->r_info
);
2003 r_type
= ELF32_R_TYPE (rel
->r_info
);
2004 howto
= elf_mn10300_howto_table
+ r_type
;
2006 /* Just skip the vtable gc relocs. */
2007 if (r_type
== R_MN10300_GNU_VTINHERIT
2008 || r_type
== R_MN10300_GNU_VTENTRY
)
2014 if (r_symndx
< symtab_hdr
->sh_info
)
2018 RELOC_FOR_GLOBAL_SYMBOL (info
, input_bfd
, input_section
, rel
,
2019 r_symndx
, symtab_hdr
, sym_hashes
,
2020 hh
, sec
, relocation
,
2021 unresolved_reloc
, warned
, ignored
);
2023 h
= elf_mn10300_hash_entry (hh
);
2025 tls_r_type
= elf_mn10300_tls_transition (info
, r_type
, hh
, input_section
, 0);
2026 if (tls_r_type
!= r_type
)
2030 had_plt
= mn10300_do_tls_transition (input_bfd
, r_type
, tls_r_type
,
2031 contents
, rel
->r_offset
);
2032 r_type
= tls_r_type
;
2033 howto
= elf_mn10300_howto_table
+ r_type
;
2036 for (trel
= rel
+1; trel
< relend
; trel
++)
2037 if ((ELF32_R_TYPE (trel
->r_info
) == R_MN10300_PLT32
2038 || ELF32_R_TYPE (trel
->r_info
) == R_MN10300_PCREL32
)
2039 && rel
->r_offset
+ had_plt
== trel
->r_offset
)
2040 trel
->r_info
= ELF32_R_INFO (0, R_MN10300_NONE
);
2043 if (r_symndx
< symtab_hdr
->sh_info
)
2045 sym
= local_syms
+ r_symndx
;
2046 sec
= local_sections
[r_symndx
];
2047 relocation
= _bfd_elf_rela_local_sym (output_bfd
, sym
, &sec
, rel
);
2051 if ((h
->root
.root
.type
== bfd_link_hash_defined
2052 || h
->root
.root
.type
== bfd_link_hash_defweak
)
2053 && ( r_type
== R_MN10300_GOTPC32
2054 || r_type
== R_MN10300_GOTPC16
2055 || (( r_type
== R_MN10300_PLT32
2056 || r_type
== R_MN10300_PLT16
)
2057 && ELF_ST_VISIBILITY (h
->root
.other
) != STV_INTERNAL
2058 && ELF_ST_VISIBILITY (h
->root
.other
) != STV_HIDDEN
2059 && h
->root
.plt
.offset
!= (bfd_vma
) -1)
2060 || (( r_type
== R_MN10300_GOT32
2061 || r_type
== R_MN10300_GOT24
2062 || r_type
== R_MN10300_TLS_GD
2063 || r_type
== R_MN10300_TLS_LD
2064 || r_type
== R_MN10300_TLS_GOTIE
2065 || r_type
== R_MN10300_TLS_IE
2066 || r_type
== R_MN10300_GOT16
)
2067 && elf_hash_table (info
)->dynamic_sections_created
2068 && !SYMBOL_REFERENCES_LOCAL (info
, hh
))
2069 || (r_type
== R_MN10300_32
2070 && !SYMBOL_REFERENCES_LOCAL (info
, hh
)
2071 /* _32 relocs in executables force _COPY relocs,
2072 such that the address of the symbol ends up
2074 && (((input_section
->flags
& SEC_ALLOC
) != 0
2075 && !bfd_link_executable (info
))
2076 /* DWARF will emit R_MN10300_32 relocations
2077 in its sections against symbols defined
2078 externally in shared libraries. We can't
2079 do anything with them here. */
2080 || ((input_section
->flags
& SEC_DEBUGGING
) != 0
2081 && h
->root
.def_dynamic
)))))
2082 /* In these cases, we don't need the relocation
2083 value. We check specially because in some
2084 obscure cases sec->output_section will be NULL. */
2087 else if (!bfd_link_relocatable (info
) && unresolved_reloc
2088 && _bfd_elf_section_offset (output_bfd
, info
, input_section
,
2089 rel
->r_offset
) != (bfd_vma
) -1)
2092 /* xgettext:c-format */
2093 (_("%pB(%pA+%#" PRIx64
"): "
2094 "unresolvable %s relocation against symbol `%s'"),
2097 (uint64_t) rel
->r_offset
,
2099 h
->root
.root
.root
.string
);
2102 if (sec
!= NULL
&& discarded_section (sec
))
2103 RELOC_AGAINST_DISCARDED_SECTION (info
, input_bfd
, input_section
,
2104 rel
, 1, relend
, howto
, 0, contents
);
2106 if (bfd_link_relocatable (info
))
2109 r
= mn10300_elf_final_link_relocate (howto
, input_bfd
, output_bfd
,
2111 contents
, rel
->r_offset
,
2112 relocation
, rel
->r_addend
,
2113 (struct elf_link_hash_entry
*) h
,
2115 info
, sec
, h
== NULL
);
2117 if (r
!= bfd_reloc_ok
)
2120 const char *msg
= NULL
;
2123 name
= h
->root
.root
.root
.string
;
2126 name
= (bfd_elf_string_from_elf_section
2127 (input_bfd
, symtab_hdr
->sh_link
, sym
->st_name
));
2128 if (name
== NULL
|| *name
== '\0')
2129 name
= bfd_section_name (sec
);
2134 case bfd_reloc_overflow
:
2135 (*info
->callbacks
->reloc_overflow
)
2136 (info
, (h
? &h
->root
.root
: NULL
), name
, howto
->name
,
2137 (bfd_vma
) 0, input_bfd
, input_section
, rel
->r_offset
);
2140 case bfd_reloc_undefined
:
2141 (*info
->callbacks
->undefined_symbol
)
2142 (info
, name
, input_bfd
, input_section
, rel
->r_offset
, true);
2145 case bfd_reloc_outofrange
:
2146 msg
= _("internal error: out of range error");
2149 case bfd_reloc_notsupported
:
2150 msg
= _("internal error: unsupported relocation error");
2153 case bfd_reloc_dangerous
:
2154 if (r_type
== R_MN10300_PCREL32
)
2155 msg
= _("error: inappropriate relocation type for shared"
2156 " library (did you forget -fpic?)");
2157 else if (r_type
== R_MN10300_GOT32
)
2158 /* xgettext:c-format */
2159 msg
= _("%pB: taking the address of protected function"
2160 " '%s' cannot be done when making a shared library");
2162 msg
= _("internal error: suspicious relocation type used"
2163 " in shared library");
2167 msg
= _("internal error: unknown error");
2171 _bfd_error_handler (msg
, input_bfd
, name
);
2172 bfd_set_error (bfd_error_bad_value
);
2181 /* Finish initializing one hash table entry. */
2184 elf32_mn10300_finish_hash_table_entry (struct bfd_hash_entry
*gen_entry
,
2187 struct elf32_mn10300_link_hash_entry
*entry
;
2188 struct bfd_link_info
*link_info
= (struct bfd_link_info
*) in_args
;
2189 unsigned int byte_count
= 0;
2191 entry
= (struct elf32_mn10300_link_hash_entry
*) gen_entry
;
2193 /* If we already know we want to convert "call" to "calls" for calls
2194 to this symbol, then return now. */
2195 if (entry
->flags
== MN10300_CONVERT_CALL_TO_CALLS
)
2198 /* If there are no named calls to this symbol, or there's nothing we
2199 can move from the function itself into the "call" instruction,
2200 then note that all "call" instructions should be converted into
2201 "calls" instructions and return. If a symbol is available for
2202 dynamic symbol resolution (overridable or overriding), avoid
2203 custom calling conventions. */
2204 if (entry
->direct_calls
== 0
2205 || (entry
->stack_size
== 0 && entry
->movm_args
== 0)
2206 || (elf_hash_table (link_info
)->dynamic_sections_created
2207 && ELF_ST_VISIBILITY (entry
->root
.other
) != STV_INTERNAL
2208 && ELF_ST_VISIBILITY (entry
->root
.other
) != STV_HIDDEN
))
2210 /* Make a note that we should convert "call" instructions to "calls"
2211 instructions for calls to this symbol. */
2212 entry
->flags
|= MN10300_CONVERT_CALL_TO_CALLS
;
2216 /* We may be able to move some instructions from the function itself into
2217 the "call" instruction. Count how many bytes we might be able to
2218 eliminate in the function itself. */
2220 /* A movm instruction is two bytes. */
2221 if (entry
->movm_args
)
2224 /* Count the insn to allocate stack space too. */
2225 if (entry
->stack_size
> 0)
2227 if (entry
->stack_size
<= 128)
2233 /* If using "call" will result in larger code, then turn all
2234 the associated "call" instructions into "calls" instructions. */
2235 if (byte_count
< entry
->direct_calls
)
2236 entry
->flags
|= MN10300_CONVERT_CALL_TO_CALLS
;
2238 /* This routine never fails. */
2242 /* Used to count hash table entries. */
2245 elf32_mn10300_count_hash_table_entries (struct bfd_hash_entry
*gen_entry ATTRIBUTE_UNUSED
,
2248 int *count
= (int *) in_args
;
2254 /* Used to enumerate hash table entries into a linear array. */
2257 elf32_mn10300_list_hash_table_entries (struct bfd_hash_entry
*gen_entry
,
2260 struct bfd_hash_entry
***ptr
= (struct bfd_hash_entry
***) in_args
;
2267 /* Used to sort the array created by the above. */
2270 sort_by_value (const void *va
, const void *vb
)
2272 struct elf32_mn10300_link_hash_entry
*a
2273 = *(struct elf32_mn10300_link_hash_entry
**) va
;
2274 struct elf32_mn10300_link_hash_entry
*b
2275 = *(struct elf32_mn10300_link_hash_entry
**) vb
;
2277 return a
->value
- b
->value
;
2280 /* Compute the stack size and movm arguments for the function
2281 referred to by HASH at address ADDR in section with
2282 contents CONTENTS, store the information in the hash table. */
2285 compute_function_info (bfd
*abfd
,
2286 struct elf32_mn10300_link_hash_entry
*hash
,
2288 unsigned char *contents
)
2290 unsigned char byte1
, byte2
;
2291 /* We only care about a very small subset of the possible prologue
2292 sequences here. Basically we look for:
2294 movm [d2,d3,a2,a3],sp (optional)
2295 add <size>,sp (optional, and only for sizes which fit in an unsigned
2298 If we find anything else, we quit. */
2300 /* Look for movm [regs],sp. */
2301 byte1
= bfd_get_8 (abfd
, contents
+ addr
);
2302 byte2
= bfd_get_8 (abfd
, contents
+ addr
+ 1);
2306 hash
->movm_args
= byte2
;
2308 byte1
= bfd_get_8 (abfd
, contents
+ addr
);
2309 byte2
= bfd_get_8 (abfd
, contents
+ addr
+ 1);
2312 /* Now figure out how much stack space will be allocated by the movm
2313 instruction. We need this kept separate from the function's normal
2315 if (hash
->movm_args
)
2318 if (hash
->movm_args
& 0x80)
2319 hash
->movm_stack_size
+= 4;
2322 if (hash
->movm_args
& 0x40)
2323 hash
->movm_stack_size
+= 4;
2326 if (hash
->movm_args
& 0x20)
2327 hash
->movm_stack_size
+= 4;
2330 if (hash
->movm_args
& 0x10)
2331 hash
->movm_stack_size
+= 4;
2333 /* "other" space. d0, d1, a0, a1, mdr, lir, lar, 4 byte pad. */
2334 if (hash
->movm_args
& 0x08)
2335 hash
->movm_stack_size
+= 8 * 4;
2337 if (bfd_get_mach (abfd
) == bfd_mach_am33
2338 || bfd_get_mach (abfd
) == bfd_mach_am33_2
)
2340 /* "exother" space. e0, e1, mdrq, mcrh, mcrl, mcvf */
2341 if (hash
->movm_args
& 0x1)
2342 hash
->movm_stack_size
+= 6 * 4;
2344 /* exreg1 space. e4, e5, e6, e7 */
2345 if (hash
->movm_args
& 0x2)
2346 hash
->movm_stack_size
+= 4 * 4;
2348 /* exreg0 space. e2, e3 */
2349 if (hash
->movm_args
& 0x4)
2350 hash
->movm_stack_size
+= 2 * 4;
2354 /* Now look for the two stack adjustment variants. */
2355 if (byte1
== 0xf8 && byte2
== 0xfe)
2357 int temp
= bfd_get_8 (abfd
, contents
+ addr
+ 2);
2358 temp
= ((temp
& 0xff) ^ (~0x7f)) + 0x80;
2360 hash
->stack_size
= -temp
;
2362 else if (byte1
== 0xfa && byte2
== 0xfe)
2364 int temp
= bfd_get_16 (abfd
, contents
+ addr
+ 2);
2365 temp
= ((temp
& 0xffff) ^ (~0x7fff)) + 0x8000;
2369 hash
->stack_size
= temp
;
2372 /* If the total stack to be allocated by the call instruction is more
2373 than 255 bytes, then we can't remove the stack adjustment by using
2374 "call" (we might still be able to remove the "movm" instruction. */
2375 if (hash
->stack_size
+ hash
->movm_stack_size
> 255)
2376 hash
->stack_size
= 0;
2379 /* Delete some bytes from a section while relaxing. */
2382 mn10300_elf_relax_delete_bytes (bfd
*abfd
,
2387 Elf_Internal_Shdr
*symtab_hdr
;
2388 unsigned int sec_shndx
;
2390 Elf_Internal_Rela
*irel
, *irelend
;
2391 Elf_Internal_Rela
*irelalign
;
2393 Elf_Internal_Sym
*isym
, *isymend
;
2394 struct elf_link_hash_entry
**sym_hashes
;
2395 struct elf_link_hash_entry
**end_hashes
;
2396 unsigned int symcount
;
2398 sec_shndx
= _bfd_elf_section_from_bfd_section (abfd
, sec
);
2400 contents
= elf_section_data (sec
)->this_hdr
.contents
;
2405 irel
= elf_section_data (sec
)->relocs
;
2406 irelend
= irel
+ sec
->reloc_count
;
2408 if (sec
->reloc_count
> 0)
2410 /* If there is an align reloc at the end of the section ignore it.
2411 GAS creates these relocs for reasons of its own, and they just
2412 serve to keep the section artifically inflated. */
2413 if (ELF32_R_TYPE ((irelend
- 1)->r_info
) == (int) R_MN10300_ALIGN
)
2416 /* The deletion must stop at the next ALIGN reloc for an alignment
2417 power larger than, or not a multiple of, the number of bytes we
2419 for (; irel
< irelend
; irel
++)
2421 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_ALIGN
2422 && irel
->r_offset
> addr
2423 && irel
->r_offset
< toaddr
)
2425 int alignment
= 1 << irel
->r_addend
;
2427 if (count
< alignment
2428 || alignment
% count
!= 0)
2431 toaddr
= irel
->r_offset
;
2438 /* Actually delete the bytes. */
2439 memmove (contents
+ addr
, contents
+ addr
+ count
,
2440 (size_t) (toaddr
- addr
- count
));
2442 /* Adjust the section's size if we are shrinking it, or else
2443 pad the bytes between the end of the shrunken region and
2444 the start of the next region with NOP codes. */
2445 if (irelalign
== NULL
)
2448 /* Include symbols at the end of the section, but
2449 not at the end of a sub-region of the section. */
2456 #define NOP_OPCODE 0xcb
2458 for (i
= 0; i
< count
; i
++)
2459 bfd_put_8 (abfd
, (bfd_vma
) NOP_OPCODE
, contents
+ toaddr
- count
+ i
);
2462 /* Adjust all the relocs. */
2463 for (irel
= elf_section_data (sec
)->relocs
; irel
< irelend
; irel
++)
2465 /* Get the new reloc address. */
2466 if ((irel
->r_offset
> addr
2467 && irel
->r_offset
< toaddr
)
2468 || (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_ALIGN
2469 && irel
->r_offset
== toaddr
))
2470 irel
->r_offset
-= count
;
2473 /* Adjust the local symbols in the section, reducing their value
2474 by the number of bytes deleted. Note - symbols within the deleted
2475 region are moved to the address of the start of the region, which
2476 actually means that they will address the byte beyond the end of
2477 the region once the deletion has been completed. */
2478 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
2479 isym
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
2480 for (isymend
= isym
+ symtab_hdr
->sh_info
; isym
< isymend
; isym
++)
2482 if (isym
->st_shndx
== sec_shndx
2483 && isym
->st_value
> addr
2484 && isym
->st_value
< toaddr
)
2486 if (isym
->st_value
< addr
+ count
)
2487 isym
->st_value
= addr
;
2489 isym
->st_value
-= count
;
2491 /* Adjust the function symbol's size as well. */
2492 else if (isym
->st_shndx
== sec_shndx
2493 && ELF_ST_TYPE (isym
->st_info
) == STT_FUNC
2494 && isym
->st_value
+ isym
->st_size
> addr
2495 && isym
->st_value
+ isym
->st_size
< toaddr
)
2496 isym
->st_size
-= count
;
2499 /* Now adjust the global symbols defined in this section. */
2500 symcount
= (symtab_hdr
->sh_size
/ sizeof (Elf32_External_Sym
)
2501 - symtab_hdr
->sh_info
);
2502 sym_hashes
= elf_sym_hashes (abfd
);
2503 end_hashes
= sym_hashes
+ symcount
;
2504 for (; sym_hashes
< end_hashes
; sym_hashes
++)
2506 struct elf_link_hash_entry
*sym_hash
= *sym_hashes
;
2508 if ((sym_hash
->root
.type
== bfd_link_hash_defined
2509 || sym_hash
->root
.type
== bfd_link_hash_defweak
)
2510 && sym_hash
->root
.u
.def
.section
== sec
2511 && sym_hash
->root
.u
.def
.value
> addr
2512 && sym_hash
->root
.u
.def
.value
< toaddr
)
2514 if (sym_hash
->root
.u
.def
.value
< addr
+ count
)
2515 sym_hash
->root
.u
.def
.value
= addr
;
2517 sym_hash
->root
.u
.def
.value
-= count
;
2519 /* Adjust the function symbol's size as well. */
2520 else if (sym_hash
->root
.type
== bfd_link_hash_defined
2521 && sym_hash
->root
.u
.def
.section
== sec
2522 && sym_hash
->type
== STT_FUNC
2523 && sym_hash
->root
.u
.def
.value
+ sym_hash
->size
> addr
2524 && sym_hash
->root
.u
.def
.value
+ sym_hash
->size
< toaddr
)
2525 sym_hash
->size
-= count
;
2528 /* See if we can move the ALIGN reloc forward.
2529 We have adjusted r_offset for it already. */
2530 if (irelalign
!= NULL
)
2532 bfd_vma alignto
, alignaddr
;
2534 if ((int) irelalign
->r_addend
> 0)
2536 /* This is the old address. */
2537 alignto
= BFD_ALIGN (toaddr
, 1 << irelalign
->r_addend
);
2538 /* This is where the align points to now. */
2539 alignaddr
= BFD_ALIGN (irelalign
->r_offset
,
2540 1 << irelalign
->r_addend
);
2541 if (alignaddr
< alignto
)
2542 /* Tail recursion. */
2543 return mn10300_elf_relax_delete_bytes (abfd
, sec
, alignaddr
,
2544 (int) (alignto
- alignaddr
));
2551 /* Return TRUE if a symbol exists at the given address, else return
2555 mn10300_elf_symbol_address_p (bfd
*abfd
,
2557 Elf_Internal_Sym
*isym
,
2560 Elf_Internal_Shdr
*symtab_hdr
;
2561 unsigned int sec_shndx
;
2562 Elf_Internal_Sym
*isymend
;
2563 struct elf_link_hash_entry
**sym_hashes
;
2564 struct elf_link_hash_entry
**end_hashes
;
2565 unsigned int symcount
;
2567 sec_shndx
= _bfd_elf_section_from_bfd_section (abfd
, sec
);
2569 /* Examine all the symbols. */
2570 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
2571 for (isymend
= isym
+ symtab_hdr
->sh_info
; isym
< isymend
; isym
++)
2572 if (isym
->st_shndx
== sec_shndx
2573 && isym
->st_value
== addr
)
2576 symcount
= (symtab_hdr
->sh_size
/ sizeof (Elf32_External_Sym
)
2577 - symtab_hdr
->sh_info
);
2578 sym_hashes
= elf_sym_hashes (abfd
);
2579 end_hashes
= sym_hashes
+ symcount
;
2580 for (; sym_hashes
< end_hashes
; sym_hashes
++)
2582 struct elf_link_hash_entry
*sym_hash
= *sym_hashes
;
2584 if ((sym_hash
->root
.type
== bfd_link_hash_defined
2585 || sym_hash
->root
.type
== bfd_link_hash_defweak
)
2586 && sym_hash
->root
.u
.def
.section
== sec
2587 && sym_hash
->root
.u
.def
.value
== addr
)
2594 /* This function handles relaxing for the mn10300.
2596 There are quite a few relaxing opportunities available on the mn10300:
2598 * calls:32 -> calls:16 2 bytes
2599 * call:32 -> call:16 2 bytes
2601 * call:32 -> calls:32 1 byte
2602 * call:16 -> calls:16 1 byte
2603 * These are done anytime using "calls" would result
2604 in smaller code, or when necessary to preserve the
2605 meaning of the program.
2609 * In some circumstances we can move instructions
2610 from a function prologue into a "call" instruction.
2611 This is only done if the resulting code is no larger
2612 than the original code.
2614 * jmp:32 -> jmp:16 2 bytes
2615 * jmp:16 -> bra:8 1 byte
2617 * If the previous instruction is a conditional branch
2618 around the jump/bra, we may be able to reverse its condition
2619 and change its target to the jump's target. The jump/bra
2620 can then be deleted. 2 bytes
2622 * mov abs32 -> mov abs16 1 or 2 bytes
2624 * Most instructions which accept imm32 can relax to imm16 1 or 2 bytes
2625 - Most instructions which accept imm16 can relax to imm8 1 or 2 bytes
2627 * Most instructions which accept d32 can relax to d16 1 or 2 bytes
2628 - Most instructions which accept d16 can relax to d8 1 or 2 bytes
2630 We don't handle imm16->imm8 or d16->d8 as they're very rare
2631 and somewhat more difficult to support. */
2634 mn10300_elf_relax_section (bfd
*abfd
,
2636 struct bfd_link_info
*link_info
,
2639 Elf_Internal_Shdr
*symtab_hdr
;
2640 Elf_Internal_Rela
*internal_relocs
= NULL
;
2641 Elf_Internal_Rela
*irel
, *irelend
;
2642 bfd_byte
*contents
= NULL
;
2643 Elf_Internal_Sym
*isymbuf
= NULL
;
2644 struct elf32_mn10300_link_hash_table
*hash_table
;
2645 asection
*section
= sec
;
2646 bfd_vma align_gap_adjustment
;
2648 if (bfd_link_relocatable (link_info
))
2649 (*link_info
->callbacks
->einfo
)
2650 (_("%P%F: --relax and -r may not be used together\n"));
2652 /* Assume nothing changes. */
2655 /* We need a pointer to the mn10300 specific hash table. */
2656 hash_table
= elf32_mn10300_hash_table (link_info
);
2657 if (hash_table
== NULL
)
2660 /* Initialize fields in each hash table entry the first time through. */
2661 if ((hash_table
->flags
& MN10300_HASH_ENTRIES_INITIALIZED
) == 0)
2665 /* Iterate over all the input bfds. */
2666 for (input_bfd
= link_info
->input_bfds
;
2668 input_bfd
= input_bfd
->link
.next
)
2670 /* We're going to need all the symbols for each bfd. */
2671 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
2672 if (symtab_hdr
->sh_info
!= 0)
2674 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
2675 if (isymbuf
== NULL
)
2676 isymbuf
= bfd_elf_get_elf_syms (input_bfd
, symtab_hdr
,
2677 symtab_hdr
->sh_info
, 0,
2679 if (isymbuf
== NULL
)
2683 /* Iterate over each section in this bfd. */
2684 for (section
= input_bfd
->sections
;
2686 section
= section
->next
)
2688 struct elf32_mn10300_link_hash_entry
*hash
;
2689 asection
*sym_sec
= NULL
;
2690 const char *sym_name
;
2693 /* If there's nothing to do in this section, skip it. */
2694 if (! ((section
->flags
& SEC_RELOC
) != 0
2695 && section
->reloc_count
!= 0))
2697 if ((section
->flags
& SEC_ALLOC
) == 0
2698 || (section
->flags
& SEC_HAS_CONTENTS
) == 0)
2701 /* Get cached copy of section contents if it exists. */
2702 if (elf_section_data (section
)->this_hdr
.contents
!= NULL
)
2703 contents
= elf_section_data (section
)->this_hdr
.contents
;
2704 else if (section
->size
!= 0)
2706 /* Go get them off disk. */
2707 if (!bfd_malloc_and_get_section (input_bfd
, section
,
2714 /* If there aren't any relocs, then there's nothing to do. */
2715 if ((section
->flags
& SEC_RELOC
) != 0
2716 && section
->reloc_count
!= 0)
2718 /* Get a copy of the native relocations. */
2719 internal_relocs
= _bfd_elf_link_read_relocs (input_bfd
, section
,
2721 link_info
->keep_memory
);
2722 if (internal_relocs
== NULL
)
2725 /* Now examine each relocation. */
2726 irel
= internal_relocs
;
2727 irelend
= irel
+ section
->reloc_count
;
2728 for (; irel
< irelend
; irel
++)
2731 unsigned long r_index
;
2734 r_type
= ELF32_R_TYPE (irel
->r_info
);
2735 r_index
= ELF32_R_SYM (irel
->r_info
);
2737 if (r_type
< 0 || r_type
>= (int) R_MN10300_MAX
)
2740 /* We need the name and hash table entry of the target
2745 if (r_index
< symtab_hdr
->sh_info
)
2747 /* A local symbol. */
2748 Elf_Internal_Sym
*isym
;
2749 struct elf_link_hash_table
*elftab
;
2752 isym
= isymbuf
+ r_index
;
2753 if (isym
->st_shndx
== SHN_UNDEF
)
2754 sym_sec
= bfd_und_section_ptr
;
2755 else if (isym
->st_shndx
== SHN_ABS
)
2756 sym_sec
= bfd_abs_section_ptr
;
2757 else if (isym
->st_shndx
== SHN_COMMON
)
2758 sym_sec
= bfd_com_section_ptr
;
2761 = bfd_section_from_elf_index (input_bfd
,
2765 = bfd_elf_string_from_elf_section (input_bfd
,
2770 /* If it isn't a function, then we don't care
2772 if (ELF_ST_TYPE (isym
->st_info
) != STT_FUNC
)
2775 /* Tack on an ID so we can uniquely identify this
2776 local symbol in the global hash table. */
2777 amt
= strlen (sym_name
) + 10;
2778 new_name
= bfd_malloc (amt
);
2779 if (new_name
== NULL
)
2782 sprintf (new_name
, "%s_%08x", sym_name
, sym_sec
->id
);
2783 sym_name
= new_name
;
2785 elftab
= &hash_table
->static_hash_table
->root
;
2786 hash
= ((struct elf32_mn10300_link_hash_entry
*)
2787 elf_link_hash_lookup (elftab
, sym_name
,
2788 true, true, false));
2793 r_index
-= symtab_hdr
->sh_info
;
2794 hash
= (struct elf32_mn10300_link_hash_entry
*)
2795 elf_sym_hashes (input_bfd
)[r_index
];
2798 sym_name
= hash
->root
.root
.root
.string
;
2799 if ((section
->flags
& SEC_CODE
) != 0)
2801 /* If this is not a "call" instruction, then we
2802 should convert "call" instructions to "calls"
2804 code
= bfd_get_8 (input_bfd
,
2805 contents
+ irel
->r_offset
- 1);
2806 if (code
!= 0xdd && code
!= 0xcd)
2807 hash
->flags
|= MN10300_CONVERT_CALL_TO_CALLS
;
2810 /* If this is a jump/call, then bump the
2811 direct_calls counter. Else force "call" to
2812 "calls" conversions. */
2813 if (r_type
== R_MN10300_PCREL32
2814 || r_type
== R_MN10300_PLT32
2815 || r_type
== R_MN10300_PLT16
2816 || r_type
== R_MN10300_PCREL16
)
2817 hash
->direct_calls
++;
2819 hash
->flags
|= MN10300_CONVERT_CALL_TO_CALLS
;
2823 /* Now look at the actual contents to get the stack size,
2824 and a list of what registers were saved in the prologue
2826 if ((section
->flags
& SEC_CODE
) != 0)
2828 Elf_Internal_Sym
*isym
, *isymend
;
2829 unsigned int sec_shndx
;
2830 struct elf_link_hash_entry
**hashes
;
2831 struct elf_link_hash_entry
**end_hashes
;
2832 unsigned int symcount
;
2834 sec_shndx
= _bfd_elf_section_from_bfd_section (input_bfd
,
2837 symcount
= (symtab_hdr
->sh_size
/ sizeof (Elf32_External_Sym
)
2838 - symtab_hdr
->sh_info
);
2839 hashes
= elf_sym_hashes (input_bfd
);
2840 end_hashes
= hashes
+ symcount
;
2842 /* Look at each function defined in this section and
2843 update info for that function. */
2844 isymend
= isymbuf
+ symtab_hdr
->sh_info
;
2845 for (isym
= isymbuf
; isym
< isymend
; isym
++)
2847 if (isym
->st_shndx
== sec_shndx
2848 && ELF_ST_TYPE (isym
->st_info
) == STT_FUNC
)
2850 struct elf_link_hash_table
*elftab
;
2852 struct elf_link_hash_entry
**lhashes
= hashes
;
2854 /* Skip a local symbol if it aliases a
2856 for (; lhashes
< end_hashes
; lhashes
++)
2858 hash
= (struct elf32_mn10300_link_hash_entry
*) *lhashes
;
2859 if ((hash
->root
.root
.type
== bfd_link_hash_defined
2860 || hash
->root
.root
.type
== bfd_link_hash_defweak
)
2861 && hash
->root
.root
.u
.def
.section
== section
2862 && hash
->root
.type
== STT_FUNC
2863 && hash
->root
.root
.u
.def
.value
== isym
->st_value
)
2866 if (lhashes
!= end_hashes
)
2869 if (isym
->st_shndx
== SHN_UNDEF
)
2870 sym_sec
= bfd_und_section_ptr
;
2871 else if (isym
->st_shndx
== SHN_ABS
)
2872 sym_sec
= bfd_abs_section_ptr
;
2873 else if (isym
->st_shndx
== SHN_COMMON
)
2874 sym_sec
= bfd_com_section_ptr
;
2877 = bfd_section_from_elf_index (input_bfd
,
2880 sym_name
= (bfd_elf_string_from_elf_section
2881 (input_bfd
, symtab_hdr
->sh_link
,
2884 /* Tack on an ID so we can uniquely identify this
2885 local symbol in the global hash table. */
2886 amt
= strlen (sym_name
) + 10;
2887 new_name
= bfd_malloc (amt
);
2888 if (new_name
== NULL
)
2891 sprintf (new_name
, "%s_%08x", sym_name
, sym_sec
->id
);
2892 sym_name
= new_name
;
2894 elftab
= &hash_table
->static_hash_table
->root
;
2895 hash
= ((struct elf32_mn10300_link_hash_entry
*)
2896 elf_link_hash_lookup (elftab
, sym_name
,
2897 true, true, false));
2899 compute_function_info (input_bfd
, hash
,
2900 isym
->st_value
, contents
);
2901 hash
->value
= isym
->st_value
;
2905 for (; hashes
< end_hashes
; hashes
++)
2907 hash
= (struct elf32_mn10300_link_hash_entry
*) *hashes
;
2908 if ((hash
->root
.root
.type
== bfd_link_hash_defined
2909 || hash
->root
.root
.type
== bfd_link_hash_defweak
)
2910 && hash
->root
.root
.u
.def
.section
== section
2911 && hash
->root
.type
== STT_FUNC
)
2912 compute_function_info (input_bfd
, hash
,
2913 (hash
)->root
.root
.u
.def
.value
,
2918 /* Cache or free any memory we allocated for the relocs. */
2919 if (elf_section_data (section
)->relocs
!= internal_relocs
)
2920 free (internal_relocs
);
2921 internal_relocs
= NULL
;
2923 /* Cache or free any memory we allocated for the contents. */
2924 if (contents
!= NULL
2925 && elf_section_data (section
)->this_hdr
.contents
!= contents
)
2927 if (! link_info
->keep_memory
)
2931 /* Cache the section contents for elf_link_input_bfd. */
2932 elf_section_data (section
)->this_hdr
.contents
= contents
;
2938 /* Cache or free any memory we allocated for the symbols. */
2940 && symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
2942 if (! link_info
->keep_memory
)
2946 /* Cache the symbols for elf_link_input_bfd. */
2947 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
2953 /* Now iterate on each symbol in the hash table and perform
2954 the final initialization steps on each. */
2955 elf32_mn10300_link_hash_traverse (hash_table
,
2956 elf32_mn10300_finish_hash_table_entry
,
2958 elf32_mn10300_link_hash_traverse (hash_table
->static_hash_table
,
2959 elf32_mn10300_finish_hash_table_entry
,
2963 /* This section of code collects all our local symbols, sorts
2964 them by value, and looks for multiple symbols referring to
2965 the same address. For those symbols, the flags are merged.
2966 At this point, the only flag that can be set is
2967 MN10300_CONVERT_CALL_TO_CALLS, so we simply OR the flags
2969 int static_count
= 0, i
;
2970 struct elf32_mn10300_link_hash_entry
**entries
;
2971 struct elf32_mn10300_link_hash_entry
**ptr
;
2973 elf32_mn10300_link_hash_traverse (hash_table
->static_hash_table
,
2974 elf32_mn10300_count_hash_table_entries
,
2977 entries
= bfd_malloc (static_count
* sizeof (* ptr
));
2980 elf32_mn10300_link_hash_traverse (hash_table
->static_hash_table
,
2981 elf32_mn10300_list_hash_table_entries
,
2984 qsort (entries
, static_count
, sizeof (entries
[0]), sort_by_value
);
2986 for (i
= 0; i
< static_count
- 1; i
++)
2987 if (entries
[i
]->value
&& entries
[i
]->value
== entries
[i
+1]->value
)
2989 int v
= entries
[i
]->flags
;
2992 for (j
= i
+ 1; j
< static_count
&& entries
[j
]->value
== entries
[i
]->value
; j
++)
2993 v
|= entries
[j
]->flags
;
2995 for (j
= i
; j
< static_count
&& entries
[j
]->value
== entries
[i
]->value
; j
++)
2996 entries
[j
]->flags
= v
;
3002 /* All entries in the hash table are fully initialized. */
3003 hash_table
->flags
|= MN10300_HASH_ENTRIES_INITIALIZED
;
3005 /* Now that everything has been initialized, go through each
3006 code section and delete any prologue insns which will be
3007 redundant because their operations will be performed by
3008 a "call" instruction. */
3009 for (input_bfd
= link_info
->input_bfds
;
3011 input_bfd
= input_bfd
->link
.next
)
3013 /* We're going to need all the local symbols for each bfd. */
3014 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
3015 if (symtab_hdr
->sh_info
!= 0)
3017 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
3018 if (isymbuf
== NULL
)
3019 isymbuf
= bfd_elf_get_elf_syms (input_bfd
, symtab_hdr
,
3020 symtab_hdr
->sh_info
, 0,
3022 if (isymbuf
== NULL
)
3026 /* Walk over each section in this bfd. */
3027 for (section
= input_bfd
->sections
;
3029 section
= section
->next
)
3031 unsigned int sec_shndx
;
3032 Elf_Internal_Sym
*isym
, *isymend
;
3033 struct elf_link_hash_entry
**hashes
;
3034 struct elf_link_hash_entry
**end_hashes
;
3035 unsigned int symcount
;
3037 /* Skip non-code sections and empty sections. */
3038 if ((section
->flags
& SEC_CODE
) == 0
3039 || (section
->flags
& SEC_HAS_CONTENTS
) == 0
3040 || section
->size
== 0)
3043 if (section
->reloc_count
!= 0)
3045 /* Get a copy of the native relocations. */
3046 internal_relocs
= _bfd_elf_link_read_relocs (input_bfd
, section
,
3048 link_info
->keep_memory
);
3049 if (internal_relocs
== NULL
)
3053 /* Get cached copy of section contents if it exists. */
3054 if (elf_section_data (section
)->this_hdr
.contents
!= NULL
)
3055 contents
= elf_section_data (section
)->this_hdr
.contents
;
3058 /* Go get them off disk. */
3059 if (!bfd_malloc_and_get_section (input_bfd
, section
,
3064 sec_shndx
= _bfd_elf_section_from_bfd_section (input_bfd
,
3067 /* Now look for any function in this section which needs
3068 insns deleted from its prologue. */
3069 isymend
= isymbuf
+ symtab_hdr
->sh_info
;
3070 for (isym
= isymbuf
; isym
< isymend
; isym
++)
3072 struct elf32_mn10300_link_hash_entry
*sym_hash
;
3073 asection
*sym_sec
= NULL
;
3074 const char *sym_name
;
3076 struct elf_link_hash_table
*elftab
;
3079 if (isym
->st_shndx
!= sec_shndx
)
3082 if (isym
->st_shndx
== SHN_UNDEF
)
3083 sym_sec
= bfd_und_section_ptr
;
3084 else if (isym
->st_shndx
== SHN_ABS
)
3085 sym_sec
= bfd_abs_section_ptr
;
3086 else if (isym
->st_shndx
== SHN_COMMON
)
3087 sym_sec
= bfd_com_section_ptr
;
3090 = bfd_section_from_elf_index (input_bfd
, isym
->st_shndx
);
3093 = bfd_elf_string_from_elf_section (input_bfd
,
3094 symtab_hdr
->sh_link
,
3097 /* Tack on an ID so we can uniquely identify this
3098 local symbol in the global hash table. */
3099 amt
= strlen (sym_name
) + 10;
3100 new_name
= bfd_malloc (amt
);
3101 if (new_name
== NULL
)
3103 sprintf (new_name
, "%s_%08x", sym_name
, sym_sec
->id
);
3104 sym_name
= new_name
;
3106 elftab
= & hash_table
->static_hash_table
->root
;
3107 sym_hash
= (struct elf32_mn10300_link_hash_entry
*)
3108 elf_link_hash_lookup (elftab
, sym_name
,
3109 false, false, false);
3112 if (sym_hash
== NULL
)
3115 if (! (sym_hash
->flags
& MN10300_CONVERT_CALL_TO_CALLS
)
3116 && ! (sym_hash
->flags
& MN10300_DELETED_PROLOGUE_BYTES
))
3120 /* Note that we've changed things. */
3121 elf_section_data (section
)->relocs
= internal_relocs
;
3122 elf_section_data (section
)->this_hdr
.contents
= contents
;
3123 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3125 /* Count how many bytes we're going to delete. */
3126 if (sym_hash
->movm_args
)
3129 if (sym_hash
->stack_size
> 0)
3131 if (sym_hash
->stack_size
<= 128)
3137 /* Note that we've deleted prologue bytes for this
3139 sym_hash
->flags
|= MN10300_DELETED_PROLOGUE_BYTES
;
3141 /* Actually delete the bytes. */
3142 if (!mn10300_elf_relax_delete_bytes (input_bfd
,
3148 /* Something changed. Not strictly necessary, but
3149 may lead to more relaxing opportunities. */
3154 /* Look for any global functions in this section which
3155 need insns deleted from their prologues. */
3156 symcount
= (symtab_hdr
->sh_size
/ sizeof (Elf32_External_Sym
)
3157 - symtab_hdr
->sh_info
);
3158 hashes
= elf_sym_hashes (input_bfd
);
3159 end_hashes
= hashes
+ symcount
;
3160 for (; hashes
< end_hashes
; hashes
++)
3162 struct elf32_mn10300_link_hash_entry
*sym_hash
;
3164 sym_hash
= (struct elf32_mn10300_link_hash_entry
*) *hashes
;
3165 if ((sym_hash
->root
.root
.type
== bfd_link_hash_defined
3166 || sym_hash
->root
.root
.type
== bfd_link_hash_defweak
)
3167 && sym_hash
->root
.root
.u
.def
.section
== section
3168 && ! (sym_hash
->flags
& MN10300_CONVERT_CALL_TO_CALLS
)
3169 && ! (sym_hash
->flags
& MN10300_DELETED_PROLOGUE_BYTES
))
3173 struct elf_link_hash_entry
**hh
;
3175 /* Note that we've changed things. */
3176 elf_section_data (section
)->relocs
= internal_relocs
;
3177 elf_section_data (section
)->this_hdr
.contents
= contents
;
3178 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3180 /* Count how many bytes we're going to delete. */
3181 if (sym_hash
->movm_args
)
3184 if (sym_hash
->stack_size
> 0)
3186 if (sym_hash
->stack_size
<= 128)
3192 /* Note that we've deleted prologue bytes for this
3194 sym_hash
->flags
|= MN10300_DELETED_PROLOGUE_BYTES
;
3196 /* Actually delete the bytes. */
3197 symval
= sym_hash
->root
.root
.u
.def
.value
;
3198 if (!mn10300_elf_relax_delete_bytes (input_bfd
,
3204 /* There may be other C++ functions symbols with the same
3205 address. If so then mark these as having had their
3206 prologue bytes deleted as well. */
3207 for (hh
= elf_sym_hashes (input_bfd
); hh
< end_hashes
; hh
++)
3209 struct elf32_mn10300_link_hash_entry
*h
;
3211 h
= (struct elf32_mn10300_link_hash_entry
*) * hh
;
3214 && (h
->root
.root
.type
== bfd_link_hash_defined
3215 || h
->root
.root
.type
== bfd_link_hash_defweak
)
3216 && h
->root
.root
.u
.def
.section
== section
3217 && ! (h
->flags
& MN10300_CONVERT_CALL_TO_CALLS
)
3218 && h
->root
.root
.u
.def
.value
== symval
3219 && h
->root
.type
== STT_FUNC
)
3220 h
->flags
|= MN10300_DELETED_PROLOGUE_BYTES
;
3223 /* Something changed. Not strictly necessary, but
3224 may lead to more relaxing opportunities. */
3229 /* Cache or free any memory we allocated for the relocs. */
3230 if (elf_section_data (section
)->relocs
!= internal_relocs
)
3231 free (internal_relocs
);
3232 internal_relocs
= NULL
;
3234 /* Cache or free any memory we allocated for the contents. */
3235 if (contents
!= NULL
3236 && elf_section_data (section
)->this_hdr
.contents
!= contents
)
3238 if (! link_info
->keep_memory
)
3241 /* Cache the section contents for elf_link_input_bfd. */
3242 elf_section_data (section
)->this_hdr
.contents
= contents
;
3247 /* Cache or free any memory we allocated for the symbols. */
3249 && symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
3251 if (! link_info
->keep_memory
)
3254 /* Cache the symbols for elf_link_input_bfd. */
3255 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3261 /* (Re)initialize for the basic instruction shortening/relaxing pass. */
3263 internal_relocs
= NULL
;
3265 /* For error_return. */
3268 /* We don't have to do anything for a relocatable link, if
3269 this section does not have relocs, or if this is not a
3271 if (bfd_link_relocatable (link_info
)
3272 || (sec
->flags
& SEC_RELOC
) == 0
3273 || sec
->reloc_count
== 0
3274 || (sec
->flags
& SEC_CODE
) == 0)
3277 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
3279 /* Get a copy of the native relocations. */
3280 internal_relocs
= _bfd_elf_link_read_relocs (abfd
, sec
, NULL
, NULL
,
3281 link_info
->keep_memory
);
3282 if (internal_relocs
== NULL
)
3285 /* Scan for worst case alignment gap changes. Note that this logic
3286 is not ideal; what we should do is run this scan for every
3287 opcode/address range and adjust accordingly, but that's
3288 expensive. Worst case is that for an alignment of N bytes, we
3289 move by 2*N-N-1 bytes, assuming we have aligns of 1, 2, 4, 8, etc
3290 all before it. Plus, this still doesn't cover cross-section
3291 jumps with section alignment. */
3292 irelend
= internal_relocs
+ sec
->reloc_count
;
3293 align_gap_adjustment
= 0;
3294 for (irel
= internal_relocs
; irel
< irelend
; irel
++)
3296 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_ALIGN
)
3298 bfd_vma adj
= 1 << irel
->r_addend
;
3299 bfd_vma aend
= irel
->r_offset
;
3301 aend
= BFD_ALIGN (aend
, 1 << irel
->r_addend
);
3302 adj
= 2 * adj
- adj
- 1;
3304 /* Record the biggest adjustmnet. Skip any alignment at the
3305 end of our section. */
3306 if (align_gap_adjustment
< adj
3307 && aend
< sec
->output_section
->vma
+ sec
->output_offset
+ sec
->size
)
3308 align_gap_adjustment
= adj
;
3312 /* Walk through them looking for relaxing opportunities. */
3313 irelend
= internal_relocs
+ sec
->reloc_count
;
3314 for (irel
= internal_relocs
; irel
< irelend
; irel
++)
3317 bfd_signed_vma jump_offset
;
3318 asection
*sym_sec
= NULL
;
3319 struct elf32_mn10300_link_hash_entry
*h
= NULL
;
3321 /* If this isn't something that can be relaxed, then ignore
3323 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_NONE
3324 || ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_8
3325 || ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_MAX
)
3328 /* Get the section contents if we haven't done so already. */
3329 if (contents
== NULL
)
3331 /* Get cached copy if it exists. */
3332 if (elf_section_data (sec
)->this_hdr
.contents
!= NULL
)
3333 contents
= elf_section_data (sec
)->this_hdr
.contents
;
3336 /* Go get them off disk. */
3337 if (!bfd_malloc_and_get_section (abfd
, sec
, &contents
))
3342 /* Read this BFD's symbols if we haven't done so already. */
3343 if (isymbuf
== NULL
&& symtab_hdr
->sh_info
!= 0)
3345 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
3346 if (isymbuf
== NULL
)
3347 isymbuf
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
3348 symtab_hdr
->sh_info
, 0,
3350 if (isymbuf
== NULL
)
3354 /* Get the value of the symbol referred to by the reloc. */
3355 if (ELF32_R_SYM (irel
->r_info
) < symtab_hdr
->sh_info
)
3357 Elf_Internal_Sym
*isym
;
3358 const char *sym_name
;
3361 /* A local symbol. */
3362 isym
= isymbuf
+ ELF32_R_SYM (irel
->r_info
);
3363 if (isym
->st_shndx
== SHN_UNDEF
)
3364 sym_sec
= bfd_und_section_ptr
;
3365 else if (isym
->st_shndx
== SHN_ABS
)
3366 sym_sec
= bfd_abs_section_ptr
;
3367 else if (isym
->st_shndx
== SHN_COMMON
)
3368 sym_sec
= bfd_com_section_ptr
;
3370 sym_sec
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
3372 sym_name
= bfd_elf_string_from_elf_section (abfd
,
3373 symtab_hdr
->sh_link
,
3376 if ((sym_sec
->flags
& SEC_MERGE
)
3377 && sym_sec
->sec_info_type
== SEC_INFO_TYPE_MERGE
)
3379 symval
= isym
->st_value
;
3381 /* GAS may reduce relocations against symbols in SEC_MERGE
3382 sections to a relocation against the section symbol when
3383 the original addend was zero. When the reloc is against
3384 a section symbol we should include the addend in the
3385 offset passed to _bfd_merged_section_offset, since the
3386 location of interest is the original symbol. On the
3387 other hand, an access to "sym+addend" where "sym" is not
3388 a section symbol should not include the addend; Such an
3389 access is presumed to be an offset from "sym"; The
3390 location of interest is just "sym". */
3391 if (ELF_ST_TYPE (isym
->st_info
) == STT_SECTION
)
3392 symval
+= irel
->r_addend
;
3394 symval
= _bfd_merged_section_offset (abfd
, & sym_sec
,
3395 elf_section_data (sym_sec
)->sec_info
,
3398 if (ELF_ST_TYPE (isym
->st_info
) != STT_SECTION
)
3399 symval
+= irel
->r_addend
;
3401 symval
+= sym_sec
->output_section
->vma
3402 + sym_sec
->output_offset
- irel
->r_addend
;
3405 symval
= (isym
->st_value
3406 + sym_sec
->output_section
->vma
3407 + sym_sec
->output_offset
);
3409 /* Tack on an ID so we can uniquely identify this
3410 local symbol in the global hash table. */
3411 new_name
= bfd_malloc ((bfd_size_type
) strlen (sym_name
) + 10);
3412 if (new_name
== NULL
)
3414 sprintf (new_name
, "%s_%08x", sym_name
, sym_sec
->id
);
3415 sym_name
= new_name
;
3417 h
= (struct elf32_mn10300_link_hash_entry
*)
3418 elf_link_hash_lookup (&hash_table
->static_hash_table
->root
,
3419 sym_name
, false, false, false);
3426 /* An external symbol. */
3427 indx
= ELF32_R_SYM (irel
->r_info
) - symtab_hdr
->sh_info
;
3428 h
= (struct elf32_mn10300_link_hash_entry
*)
3429 (elf_sym_hashes (abfd
)[indx
]);
3430 BFD_ASSERT (h
!= NULL
);
3431 if (h
->root
.root
.type
!= bfd_link_hash_defined
3432 && h
->root
.root
.type
!= bfd_link_hash_defweak
)
3433 /* This appears to be a reference to an undefined
3434 symbol. Just ignore it--it will be caught by the
3435 regular reloc processing. */
3438 /* Check for a reference to a discarded symbol and ignore it. */
3439 if (h
->root
.root
.u
.def
.section
->output_section
== NULL
)
3442 sym_sec
= h
->root
.root
.u
.def
.section
->output_section
;
3444 symval
= (h
->root
.root
.u
.def
.value
3445 + h
->root
.root
.u
.def
.section
->output_section
->vma
3446 + h
->root
.root
.u
.def
.section
->output_offset
);
3449 /* For simplicity of coding, we are going to modify the section
3450 contents, the section relocs, and the BFD symbol table. We
3451 must tell the rest of the code not to free up this
3452 information. It would be possible to instead create a table
3453 of changes which have to be made, as is done in coff-mips.c;
3454 that would be more work, but would require less memory when
3455 the linker is run. */
3457 /* Try to turn a 32bit pc-relative branch/call into a 16bit pc-relative
3458 branch/call, also deal with "call" -> "calls" conversions and
3459 insertion of prologue data into "call" instructions. */
3460 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_PCREL32
3461 || ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_PLT32
)
3463 bfd_vma value
= symval
;
3465 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_PLT32
3467 && ELF_ST_VISIBILITY (h
->root
.other
) != STV_INTERNAL
3468 && ELF_ST_VISIBILITY (h
->root
.other
) != STV_HIDDEN
3469 && h
->root
.plt
.offset
!= (bfd_vma
) -1)
3473 splt
= hash_table
->root
.splt
;
3474 value
= ((splt
->output_section
->vma
3475 + splt
->output_offset
3476 + h
->root
.plt
.offset
)
3477 - (sec
->output_section
->vma
3478 + sec
->output_offset
3482 /* If we've got a "call" instruction that needs to be turned
3483 into a "calls" instruction, do so now. It saves a byte. */
3484 if (h
&& (h
->flags
& MN10300_CONVERT_CALL_TO_CALLS
))
3488 /* Get the opcode. */
3489 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 1);
3491 /* Make sure we're working with a "call" instruction! */
3494 /* Note that we've changed the relocs, section contents,
3496 elf_section_data (sec
)->relocs
= internal_relocs
;
3497 elf_section_data (sec
)->this_hdr
.contents
= contents
;
3498 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3500 /* Fix the opcode. */
3501 bfd_put_8 (abfd
, 0xfc, contents
+ irel
->r_offset
- 1);
3502 bfd_put_8 (abfd
, 0xff, contents
+ irel
->r_offset
);
3504 /* Fix irel->r_offset and irel->r_addend. */
3505 irel
->r_offset
+= 1;
3506 irel
->r_addend
+= 1;
3508 /* Delete one byte of data. */
3509 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
3510 irel
->r_offset
+ 3, 1))
3513 /* That will change things, so, we should relax again.
3514 Note that this is not required, and it may be slow. */
3520 /* We've got a "call" instruction which needs some data
3521 from target function filled in. */
3524 /* Get the opcode. */
3525 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 1);
3527 /* Insert data from the target function into the "call"
3528 instruction if needed. */
3531 bfd_put_8 (abfd
, h
->movm_args
, contents
+ irel
->r_offset
+ 4);
3532 bfd_put_8 (abfd
, h
->stack_size
+ h
->movm_stack_size
,
3533 contents
+ irel
->r_offset
+ 5);
3537 /* Deal with pc-relative gunk. */
3538 value
-= (sec
->output_section
->vma
+ sec
->output_offset
);
3539 value
-= irel
->r_offset
;
3540 value
+= irel
->r_addend
;
3542 /* See if the value will fit in 16 bits, note the high value is
3543 0x7fff + 2 as the target will be two bytes closer if we are
3544 able to relax, if it's in the same section. */
3545 if (sec
->output_section
== sym_sec
->output_section
)
3546 jump_offset
= 0x8001;
3548 jump_offset
= 0x7fff;
3550 /* Account for jumps across alignment boundaries using
3551 align_gap_adjustment. */
3552 if ((bfd_signed_vma
) value
< jump_offset
- (bfd_signed_vma
) align_gap_adjustment
3553 && ((bfd_signed_vma
) value
> -0x8000 + (bfd_signed_vma
) align_gap_adjustment
))
3557 /* Get the opcode. */
3558 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 1);
3560 if (code
!= 0xdc && code
!= 0xdd && code
!= 0xff)
3563 /* Note that we've changed the relocs, section contents, etc. */
3564 elf_section_data (sec
)->relocs
= internal_relocs
;
3565 elf_section_data (sec
)->this_hdr
.contents
= contents
;
3566 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3568 /* Fix the opcode. */
3570 bfd_put_8 (abfd
, 0xcc, contents
+ irel
->r_offset
- 1);
3571 else if (code
== 0xdd)
3572 bfd_put_8 (abfd
, 0xcd, contents
+ irel
->r_offset
- 1);
3573 else if (code
== 0xff)
3574 bfd_put_8 (abfd
, 0xfa, contents
+ irel
->r_offset
- 2);
3576 /* Fix the relocation's type. */
3577 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
3578 (ELF32_R_TYPE (irel
->r_info
)
3579 == (int) R_MN10300_PLT32
)
3583 /* Delete two bytes of data. */
3584 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
3585 irel
->r_offset
+ 1, 2))
3588 /* That will change things, so, we should relax again.
3589 Note that this is not required, and it may be slow. */
3594 /* Try to turn a 16bit pc-relative branch into a 8bit pc-relative
3596 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_PCREL16
)
3598 bfd_vma value
= symval
;
3600 /* If we've got a "call" instruction that needs to be turned
3601 into a "calls" instruction, do so now. It saves a byte. */
3602 if (h
&& (h
->flags
& MN10300_CONVERT_CALL_TO_CALLS
))
3606 /* Get the opcode. */
3607 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 1);
3609 /* Make sure we're working with a "call" instruction! */
3612 /* Note that we've changed the relocs, section contents,
3614 elf_section_data (sec
)->relocs
= internal_relocs
;
3615 elf_section_data (sec
)->this_hdr
.contents
= contents
;
3616 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3618 /* Fix the opcode. */
3619 bfd_put_8 (abfd
, 0xfa, contents
+ irel
->r_offset
- 1);
3620 bfd_put_8 (abfd
, 0xff, contents
+ irel
->r_offset
);
3622 /* Fix irel->r_offset and irel->r_addend. */
3623 irel
->r_offset
+= 1;
3624 irel
->r_addend
+= 1;
3626 /* Delete one byte of data. */
3627 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
3628 irel
->r_offset
+ 1, 1))
3631 /* That will change things, so, we should relax again.
3632 Note that this is not required, and it may be slow. */
3640 /* Get the opcode. */
3641 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 1);
3643 /* Insert data from the target function into the "call"
3644 instruction if needed. */
3647 bfd_put_8 (abfd
, h
->movm_args
, contents
+ irel
->r_offset
+ 2);
3648 bfd_put_8 (abfd
, h
->stack_size
+ h
->movm_stack_size
,
3649 contents
+ irel
->r_offset
+ 3);
3653 /* Deal with pc-relative gunk. */
3654 value
-= (sec
->output_section
->vma
+ sec
->output_offset
);
3655 value
-= irel
->r_offset
;
3656 value
+= irel
->r_addend
;
3658 /* See if the value will fit in 8 bits, note the high value is
3659 0x7f + 1 as the target will be one bytes closer if we are
3661 if ((long) value
< 0x80 && (long) value
> -0x80)
3665 /* Get the opcode. */
3666 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 1);
3671 /* Note that we've changed the relocs, section contents, etc. */
3672 elf_section_data (sec
)->relocs
= internal_relocs
;
3673 elf_section_data (sec
)->this_hdr
.contents
= contents
;
3674 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3676 /* Fix the opcode. */
3677 bfd_put_8 (abfd
, 0xca, contents
+ irel
->r_offset
- 1);
3679 /* Fix the relocation's type. */
3680 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
3683 /* Delete one byte of data. */
3684 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
3685 irel
->r_offset
+ 1, 1))
3688 /* That will change things, so, we should relax again.
3689 Note that this is not required, and it may be slow. */
3694 /* Try to eliminate an unconditional 8 bit pc-relative branch
3695 which immediately follows a conditional 8 bit pc-relative
3696 branch around the unconditional branch.
3703 This happens when the bCC can't reach lab2 at assembly time,
3704 but due to other relaxations it can reach at link time. */
3705 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_PCREL8
)
3707 Elf_Internal_Rela
*nrel
;
3710 /* Do nothing if this reloc is the last byte in the section. */
3711 if (irel
->r_offset
== sec
->size
)
3714 /* See if the next instruction is an unconditional pc-relative
3715 branch, more often than not this test will fail, so we
3716 test it first to speed things up. */
3717 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
+ 1);
3721 /* Also make sure the next relocation applies to the next
3722 instruction and that it's a pc-relative 8 bit branch. */
3725 || irel
->r_offset
+ 2 != nrel
->r_offset
3726 || ELF32_R_TYPE (nrel
->r_info
) != (int) R_MN10300_PCREL8
)
3729 /* Make sure our destination immediately follows the
3730 unconditional branch. */
3731 if (symval
!= (sec
->output_section
->vma
+ sec
->output_offset
3732 + irel
->r_offset
+ 3))
3735 /* Now make sure we are a conditional branch. This may not
3736 be necessary, but why take the chance.
3738 Note these checks assume that R_MN10300_PCREL8 relocs
3739 only occur on bCC and bCCx insns. If they occured
3740 elsewhere, we'd need to know the start of this insn
3741 for this check to be accurate. */
3742 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 1);
3743 if (code
!= 0xc0 && code
!= 0xc1 && code
!= 0xc2
3744 && code
!= 0xc3 && code
!= 0xc4 && code
!= 0xc5
3745 && code
!= 0xc6 && code
!= 0xc7 && code
!= 0xc8
3746 && code
!= 0xc9 && code
!= 0xe8 && code
!= 0xe9
3747 && code
!= 0xea && code
!= 0xeb)
3750 /* We also have to be sure there is no symbol/label
3751 at the unconditional branch. */
3752 if (mn10300_elf_symbol_address_p (abfd
, sec
, isymbuf
,
3753 irel
->r_offset
+ 1))
3756 /* Note that we've changed the relocs, section contents, etc. */
3757 elf_section_data (sec
)->relocs
= internal_relocs
;
3758 elf_section_data (sec
)->this_hdr
.contents
= contents
;
3759 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3761 /* Reverse the condition of the first branch. */
3807 bfd_put_8 (abfd
, code
, contents
+ irel
->r_offset
- 1);
3809 /* Set the reloc type and symbol for the first branch
3810 from the second branch. */
3811 irel
->r_info
= nrel
->r_info
;
3813 /* Make the reloc for the second branch a null reloc. */
3814 nrel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (nrel
->r_info
),
3817 /* Delete two bytes of data. */
3818 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
3819 irel
->r_offset
+ 1, 2))
3822 /* That will change things, so, we should relax again.
3823 Note that this is not required, and it may be slow. */
3827 /* Try to turn a 24 immediate, displacement or absolute address
3828 into a 8 immediate, displacement or absolute address. */
3829 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_24
)
3831 bfd_vma value
= symval
;
3832 value
+= irel
->r_addend
;
3834 /* See if the value will fit in 8 bits. */
3835 if ((long) value
< 0x7f && (long) value
> -0x80)
3839 /* AM33 insns which have 24 operands are 6 bytes long and
3840 will have 0xfd as the first byte. */
3842 /* Get the first opcode. */
3843 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 3);
3847 /* Get the second opcode. */
3848 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 2);
3850 /* We can not relax 0x6b, 0x7b, 0x8b, 0x9b as no 24bit
3851 equivalent instructions exists. */
3852 if (code
!= 0x6b && code
!= 0x7b
3853 && code
!= 0x8b && code
!= 0x9b
3854 && ((code
& 0x0f) == 0x09 || (code
& 0x0f) == 0x08
3855 || (code
& 0x0f) == 0x0a || (code
& 0x0f) == 0x0b
3856 || (code
& 0x0f) == 0x0e))
3858 /* Not safe if the high bit is on as relaxing may
3859 move the value out of high mem and thus not fit
3860 in a signed 8bit value. This is currently over
3862 if ((value
& 0x80) == 0)
3864 /* Note that we've changed the relocation contents,
3866 elf_section_data (sec
)->relocs
= internal_relocs
;
3867 elf_section_data (sec
)->this_hdr
.contents
= contents
;
3868 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3870 /* Fix the opcode. */
3871 bfd_put_8 (abfd
, 0xfb, contents
+ irel
->r_offset
- 3);
3872 bfd_put_8 (abfd
, code
, contents
+ irel
->r_offset
- 2);
3874 /* Fix the relocation's type. */
3876 ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
3879 /* Delete two bytes of data. */
3880 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
3881 irel
->r_offset
+ 1, 2))
3884 /* That will change things, so, we should relax
3885 again. Note that this is not required, and it
3895 /* Try to turn a 32bit immediate, displacement or absolute address
3896 into a 16bit immediate, displacement or absolute address. */
3897 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_32
3898 || ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_GOT32
3899 || ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_GOTOFF32
)
3901 bfd_vma value
= symval
;
3903 if (ELF32_R_TYPE (irel
->r_info
) != (int) R_MN10300_32
)
3907 sgot
= hash_table
->root
.sgot
;
3908 if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_GOT32
)
3910 value
= sgot
->output_offset
;
3913 value
+= h
->root
.got
.offset
;
3915 value
+= (elf_local_got_offsets
3916 (abfd
)[ELF32_R_SYM (irel
->r_info
)]);
3918 else if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_GOTOFF32
)
3919 value
-= sgot
->output_section
->vma
;
3920 else if (ELF32_R_TYPE (irel
->r_info
) == (int) R_MN10300_GOTPC32
)
3921 value
= (sgot
->output_section
->vma
3922 - (sec
->output_section
->vma
3923 + sec
->output_offset
3929 value
+= irel
->r_addend
;
3931 /* See if the value will fit in 24 bits.
3932 We allow any 16bit match here. We prune those we can't
3934 if (value
+ 0x800000 < 0x1000000 && irel
->r_offset
>= 3)
3938 /* AM33 insns which have 32bit operands are 7 bytes long and
3939 will have 0xfe as the first byte. */
3941 /* Get the first opcode. */
3942 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 3);
3946 /* Get the second opcode. */
3947 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 2);
3949 /* All the am33 32 -> 24 relaxing possibilities. */
3950 /* We can not relax 0x6b, 0x7b, 0x8b, 0x9b as no 24bit
3951 equivalent instructions exists. */
3952 if (code
!= 0x6b && code
!= 0x7b
3953 && code
!= 0x8b && code
!= 0x9b
3954 && (ELF32_R_TYPE (irel
->r_info
)
3955 != (int) R_MN10300_GOTPC32
)
3956 && ((code
& 0x0f) == 0x09 || (code
& 0x0f) == 0x08
3957 || (code
& 0x0f) == 0x0a || (code
& 0x0f) == 0x0b
3958 || (code
& 0x0f) == 0x0e))
3960 /* Not safe if the high bit is on as relaxing may
3961 move the value out of high mem and thus not fit
3962 in a signed 16bit value. This is currently over
3964 if ((value
& 0x8000) == 0)
3966 /* Note that we've changed the relocation contents,
3968 elf_section_data (sec
)->relocs
= internal_relocs
;
3969 elf_section_data (sec
)->this_hdr
.contents
= contents
;
3970 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
3972 /* Fix the opcode. */
3973 bfd_put_8 (abfd
, 0xfd, contents
+ irel
->r_offset
- 3);
3974 bfd_put_8 (abfd
, code
, contents
+ irel
->r_offset
- 2);
3976 /* Fix the relocation's type. */
3978 ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
3979 (ELF32_R_TYPE (irel
->r_info
)
3980 == (int) R_MN10300_GOTOFF32
)
3981 ? R_MN10300_GOTOFF24
3982 : (ELF32_R_TYPE (irel
->r_info
)
3983 == (int) R_MN10300_GOT32
)
3987 /* Delete one byte of data. */
3988 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
3989 irel
->r_offset
+ 3, 1))
3992 /* That will change things, so, we should relax
3993 again. Note that this is not required, and it
4002 /* See if the value will fit in 16 bits.
4003 We allow any 16bit match here. We prune those we can't
4005 if (value
+ 0x8000 < 0x10000 && irel
->r_offset
>= 2)
4009 /* Most insns which have 32bit operands are 6 bytes long;
4010 exceptions are pcrel insns and bit insns.
4012 We handle pcrel insns above. We don't bother trying
4013 to handle the bit insns here.
4015 The first byte of the remaining insns will be 0xfc. */
4017 /* Get the first opcode. */
4018 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 2);
4023 /* Get the second opcode. */
4024 code
= bfd_get_8 (abfd
, contents
+ irel
->r_offset
- 1);
4026 if ((code
& 0xf0) < 0x80)
4027 switch (code
& 0xf0)
4029 /* mov (d32,am),dn -> mov (d32,am),dn
4030 mov dm,(d32,am) -> mov dn,(d32,am)
4031 mov (d32,am),an -> mov (d32,am),an
4032 mov dm,(d32,am) -> mov dn,(d32,am)
4033 movbu (d32,am),dn -> movbu (d32,am),dn
4034 movbu dm,(d32,am) -> movbu dn,(d32,am)
4035 movhu (d32,am),dn -> movhu (d32,am),dn
4036 movhu dm,(d32,am) -> movhu dn,(d32,am) */
4045 /* Not safe if the high bit is on as relaxing may
4046 move the value out of high mem and thus not fit
4047 in a signed 16bit value. */
4049 && (value
& 0x8000))
4052 /* Note that we've changed the relocation contents, etc. */
4053 elf_section_data (sec
)->relocs
= internal_relocs
;
4054 elf_section_data (sec
)->this_hdr
.contents
= contents
;
4055 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
4057 /* Fix the opcode. */
4058 bfd_put_8 (abfd
, 0xfa, contents
+ irel
->r_offset
- 2);
4059 bfd_put_8 (abfd
, code
, contents
+ irel
->r_offset
- 1);
4061 /* Fix the relocation's type. */
4062 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
4063 (ELF32_R_TYPE (irel
->r_info
)
4064 == (int) R_MN10300_GOTOFF32
)
4065 ? R_MN10300_GOTOFF16
4066 : (ELF32_R_TYPE (irel
->r_info
)
4067 == (int) R_MN10300_GOT32
)
4069 : (ELF32_R_TYPE (irel
->r_info
)
4070 == (int) R_MN10300_GOTPC32
)
4071 ? R_MN10300_GOTPC16
:
4074 /* Delete two bytes of data. */
4075 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
4076 irel
->r_offset
+ 2, 2))
4079 /* That will change things, so, we should relax again.
4080 Note that this is not required, and it may be slow. */
4084 else if ((code
& 0xf0) == 0x80
4085 || (code
& 0xf0) == 0x90)
4086 switch (code
& 0xf3)
4088 /* mov dn,(abs32) -> mov dn,(abs16)
4089 movbu dn,(abs32) -> movbu dn,(abs16)
4090 movhu dn,(abs32) -> movhu dn,(abs16) */
4094 /* Note that we've changed the relocation contents, etc. */
4095 elf_section_data (sec
)->relocs
= internal_relocs
;
4096 elf_section_data (sec
)->this_hdr
.contents
= contents
;
4097 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
4099 if ((code
& 0xf3) == 0x81)
4100 code
= 0x01 + (code
& 0x0c);
4101 else if ((code
& 0xf3) == 0x82)
4102 code
= 0x02 + (code
& 0x0c);
4103 else if ((code
& 0xf3) == 0x83)
4104 code
= 0x03 + (code
& 0x0c);
4108 /* Fix the opcode. */
4109 bfd_put_8 (abfd
, code
, contents
+ irel
->r_offset
- 2);
4111 /* Fix the relocation's type. */
4112 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
4113 (ELF32_R_TYPE (irel
->r_info
)
4114 == (int) R_MN10300_GOTOFF32
)
4115 ? R_MN10300_GOTOFF16
4116 : (ELF32_R_TYPE (irel
->r_info
)
4117 == (int) R_MN10300_GOT32
)
4119 : (ELF32_R_TYPE (irel
->r_info
)
4120 == (int) R_MN10300_GOTPC32
)
4121 ? R_MN10300_GOTPC16
:
4124 /* The opcode got shorter too, so we have to fix the
4125 addend and offset too! */
4126 irel
->r_offset
-= 1;
4128 /* Delete three bytes of data. */
4129 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
4130 irel
->r_offset
+ 1, 3))
4133 /* That will change things, so, we should relax again.
4134 Note that this is not required, and it may be slow. */
4138 /* mov am,(abs32) -> mov am,(abs16)
4139 mov am,(d32,sp) -> mov am,(d16,sp)
4140 mov dm,(d32,sp) -> mov dm,(d32,sp)
4141 movbu dm,(d32,sp) -> movbu dm,(d32,sp)
4142 movhu dm,(d32,sp) -> movhu dm,(d32,sp) */
4148 /* sp-based offsets are zero-extended. */
4149 if (code
>= 0x90 && code
<= 0x93
4150 && (long) value
< 0)
4153 /* Note that we've changed the relocation contents, etc. */
4154 elf_section_data (sec
)->relocs
= internal_relocs
;
4155 elf_section_data (sec
)->this_hdr
.contents
= contents
;
4156 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
4158 /* Fix the opcode. */
4159 bfd_put_8 (abfd
, 0xfa, contents
+ irel
->r_offset
- 2);
4160 bfd_put_8 (abfd
, code
, contents
+ irel
->r_offset
- 1);
4162 /* Fix the relocation's type. */
4163 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
4164 (ELF32_R_TYPE (irel
->r_info
)
4165 == (int) R_MN10300_GOTOFF32
)
4166 ? R_MN10300_GOTOFF16
4167 : (ELF32_R_TYPE (irel
->r_info
)
4168 == (int) R_MN10300_GOT32
)
4170 : (ELF32_R_TYPE (irel
->r_info
)
4171 == (int) R_MN10300_GOTPC32
)
4172 ? R_MN10300_GOTPC16
:
4175 /* Delete two bytes of data. */
4176 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
4177 irel
->r_offset
+ 2, 2))
4180 /* That will change things, so, we should relax again.
4181 Note that this is not required, and it may be slow. */
4185 else if ((code
& 0xf0) < 0xf0)
4186 switch (code
& 0xfc)
4188 /* mov imm32,dn -> mov imm16,dn
4189 mov imm32,an -> mov imm16,an
4190 mov (abs32),dn -> mov (abs16),dn
4191 movbu (abs32),dn -> movbu (abs16),dn
4192 movhu (abs32),dn -> movhu (abs16),dn */
4198 /* Not safe if the high bit is on as relaxing may
4199 move the value out of high mem and thus not fit
4200 in a signed 16bit value. */
4202 && (value
& 0x8000))
4205 /* "mov imm16, an" zero-extends the immediate. */
4206 if ((code
& 0xfc) == 0xdc
4207 && (long) value
< 0)
4210 /* Note that we've changed the relocation contents, etc. */
4211 elf_section_data (sec
)->relocs
= internal_relocs
;
4212 elf_section_data (sec
)->this_hdr
.contents
= contents
;
4213 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
4215 if ((code
& 0xfc) == 0xcc)
4216 code
= 0x2c + (code
& 0x03);
4217 else if ((code
& 0xfc) == 0xdc)
4218 code
= 0x24 + (code
& 0x03);
4219 else if ((code
& 0xfc) == 0xa4)
4220 code
= 0x30 + (code
& 0x03);
4221 else if ((code
& 0xfc) == 0xa8)
4222 code
= 0x34 + (code
& 0x03);
4223 else if ((code
& 0xfc) == 0xac)
4224 code
= 0x38 + (code
& 0x03);
4228 /* Fix the opcode. */
4229 bfd_put_8 (abfd
, code
, contents
+ irel
->r_offset
- 2);
4231 /* Fix the relocation's type. */
4232 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
4233 (ELF32_R_TYPE (irel
->r_info
)
4234 == (int) R_MN10300_GOTOFF32
)
4235 ? R_MN10300_GOTOFF16
4236 : (ELF32_R_TYPE (irel
->r_info
)
4237 == (int) R_MN10300_GOT32
)
4239 : (ELF32_R_TYPE (irel
->r_info
)
4240 == (int) R_MN10300_GOTPC32
)
4241 ? R_MN10300_GOTPC16
:
4244 /* The opcode got shorter too, so we have to fix the
4245 addend and offset too! */
4246 irel
->r_offset
-= 1;
4248 /* Delete three bytes of data. */
4249 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
4250 irel
->r_offset
+ 1, 3))
4253 /* That will change things, so, we should relax again.
4254 Note that this is not required, and it may be slow. */
4258 /* mov (abs32),an -> mov (abs16),an
4259 mov (d32,sp),an -> mov (d16,sp),an
4260 mov (d32,sp),dn -> mov (d16,sp),dn
4261 movbu (d32,sp),dn -> movbu (d16,sp),dn
4262 movhu (d32,sp),dn -> movhu (d16,sp),dn
4263 add imm32,dn -> add imm16,dn
4264 cmp imm32,dn -> cmp imm16,dn
4265 add imm32,an -> add imm16,an
4266 cmp imm32,an -> cmp imm16,an
4267 and imm32,dn -> and imm16,dn
4268 or imm32,dn -> or imm16,dn
4269 xor imm32,dn -> xor imm16,dn
4270 btst imm32,dn -> btst imm16,dn */
4286 /* cmp imm16, an zero-extends the immediate. */
4288 && (long) value
< 0)
4291 /* So do sp-based offsets. */
4292 if (code
>= 0xb0 && code
<= 0xb3
4293 && (long) value
< 0)
4296 /* Note that we've changed the relocation contents, etc. */
4297 elf_section_data (sec
)->relocs
= internal_relocs
;
4298 elf_section_data (sec
)->this_hdr
.contents
= contents
;
4299 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
4301 /* Fix the opcode. */
4302 bfd_put_8 (abfd
, 0xfa, contents
+ irel
->r_offset
- 2);
4303 bfd_put_8 (abfd
, code
, contents
+ irel
->r_offset
- 1);
4305 /* Fix the relocation's type. */
4306 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
4307 (ELF32_R_TYPE (irel
->r_info
)
4308 == (int) R_MN10300_GOTOFF32
)
4309 ? R_MN10300_GOTOFF16
4310 : (ELF32_R_TYPE (irel
->r_info
)
4311 == (int) R_MN10300_GOT32
)
4313 : (ELF32_R_TYPE (irel
->r_info
)
4314 == (int) R_MN10300_GOTPC32
)
4315 ? R_MN10300_GOTPC16
:
4318 /* Delete two bytes of data. */
4319 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
4320 irel
->r_offset
+ 2, 2))
4323 /* That will change things, so, we should relax again.
4324 Note that this is not required, and it may be slow. */
4328 else if (code
== 0xfe)
4330 /* add imm32,sp -> add imm16,sp */
4332 /* Note that we've changed the relocation contents, etc. */
4333 elf_section_data (sec
)->relocs
= internal_relocs
;
4334 elf_section_data (sec
)->this_hdr
.contents
= contents
;
4335 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
4337 /* Fix the opcode. */
4338 bfd_put_8 (abfd
, 0xfa, contents
+ irel
->r_offset
- 2);
4339 bfd_put_8 (abfd
, 0xfe, contents
+ irel
->r_offset
- 1);
4341 /* Fix the relocation's type. */
4342 irel
->r_info
= ELF32_R_INFO (ELF32_R_SYM (irel
->r_info
),
4343 (ELF32_R_TYPE (irel
->r_info
)
4344 == (int) R_MN10300_GOT32
)
4346 : (ELF32_R_TYPE (irel
->r_info
)
4347 == (int) R_MN10300_GOTOFF32
)
4348 ? R_MN10300_GOTOFF16
4349 : (ELF32_R_TYPE (irel
->r_info
)
4350 == (int) R_MN10300_GOTPC32
)
4351 ? R_MN10300_GOTPC16
:
4354 /* Delete two bytes of data. */
4355 if (!mn10300_elf_relax_delete_bytes (abfd
, sec
,
4356 irel
->r_offset
+ 2, 2))
4359 /* That will change things, so, we should relax again.
4360 Note that this is not required, and it may be slow. */
4369 && symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
4371 if (! link_info
->keep_memory
)
4375 /* Cache the symbols for elf_link_input_bfd. */
4376 symtab_hdr
->contents
= (unsigned char *) isymbuf
;
4380 if (contents
!= NULL
4381 && elf_section_data (sec
)->this_hdr
.contents
!= contents
)
4383 if (! link_info
->keep_memory
)
4387 /* Cache the section contents for elf_link_input_bfd. */
4388 elf_section_data (sec
)->this_hdr
.contents
= contents
;
4392 if (elf_section_data (sec
)->relocs
!= internal_relocs
)
4393 free (internal_relocs
);
4398 if (symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
4400 if (elf_section_data (section
)->this_hdr
.contents
!= contents
)
4402 if (elf_section_data (section
)->relocs
!= internal_relocs
)
4403 free (internal_relocs
);
4408 /* This is a version of bfd_generic_get_relocated_section_contents
4409 which uses mn10300_elf_relocate_section. */
4412 mn10300_elf_get_relocated_section_contents (bfd
*output_bfd
,
4413 struct bfd_link_info
*link_info
,
4414 struct bfd_link_order
*link_order
,
4419 Elf_Internal_Shdr
*symtab_hdr
;
4420 asection
*input_section
= link_order
->u
.indirect
.section
;
4421 bfd
*input_bfd
= input_section
->owner
;
4422 asection
**sections
= NULL
;
4423 Elf_Internal_Rela
*internal_relocs
= NULL
;
4424 Elf_Internal_Sym
*isymbuf
= NULL
;
4426 /* We only need to handle the case of relaxing, or of having a
4427 particular set of section contents, specially. */
4429 || elf_section_data (input_section
)->this_hdr
.contents
== NULL
)
4430 return bfd_generic_get_relocated_section_contents (output_bfd
, link_info
,
4435 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
4437 bfd_byte
*orig_data
= data
;
4440 data
= bfd_malloc (input_section
->size
);
4444 memcpy (data
, elf_section_data (input_section
)->this_hdr
.contents
,
4445 (size_t) input_section
->size
);
4447 if ((input_section
->flags
& SEC_RELOC
) != 0
4448 && input_section
->reloc_count
> 0)
4451 Elf_Internal_Sym
*isym
, *isymend
;
4454 internal_relocs
= _bfd_elf_link_read_relocs (input_bfd
, input_section
,
4456 if (internal_relocs
== NULL
)
4459 if (symtab_hdr
->sh_info
!= 0)
4461 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
4462 if (isymbuf
== NULL
)
4463 isymbuf
= bfd_elf_get_elf_syms (input_bfd
, symtab_hdr
,
4464 symtab_hdr
->sh_info
, 0,
4466 if (isymbuf
== NULL
)
4470 amt
= symtab_hdr
->sh_info
;
4471 amt
*= sizeof (asection
*);
4472 sections
= bfd_malloc (amt
);
4473 if (sections
== NULL
&& amt
!= 0)
4476 isymend
= isymbuf
+ symtab_hdr
->sh_info
;
4477 for (isym
= isymbuf
, secpp
= sections
; isym
< isymend
; ++isym
, ++secpp
)
4481 if (isym
->st_shndx
== SHN_UNDEF
)
4482 isec
= bfd_und_section_ptr
;
4483 else if (isym
->st_shndx
== SHN_ABS
)
4484 isec
= bfd_abs_section_ptr
;
4485 else if (isym
->st_shndx
== SHN_COMMON
)
4486 isec
= bfd_com_section_ptr
;
4488 isec
= bfd_section_from_elf_index (input_bfd
, isym
->st_shndx
);
4493 if (! mn10300_elf_relocate_section (output_bfd
, link_info
, input_bfd
,
4494 input_section
, data
, internal_relocs
,
4499 if (symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
4501 if (internal_relocs
!= elf_section_data (input_section
)->relocs
)
4502 free (internal_relocs
);
4509 if (symtab_hdr
->contents
!= (unsigned char *) isymbuf
)
4511 if (internal_relocs
!= elf_section_data (input_section
)->relocs
)
4512 free (internal_relocs
);
4513 if (orig_data
== NULL
)
4518 /* Assorted hash table functions. */
4520 /* Initialize an entry in the link hash table. */
4522 /* Create an entry in an MN10300 ELF linker hash table. */
4524 static struct bfd_hash_entry
*
4525 elf32_mn10300_link_hash_newfunc (struct bfd_hash_entry
*entry
,
4526 struct bfd_hash_table
*table
,
4529 struct elf32_mn10300_link_hash_entry
*ret
=
4530 (struct elf32_mn10300_link_hash_entry
*) entry
;
4532 /* Allocate the structure if it has not already been allocated by a
4535 ret
= (struct elf32_mn10300_link_hash_entry
*)
4536 bfd_hash_allocate (table
, sizeof (* ret
));
4538 return (struct bfd_hash_entry
*) ret
;
4540 /* Call the allocation method of the superclass. */
4541 ret
= (struct elf32_mn10300_link_hash_entry
*)
4542 _bfd_elf_link_hash_newfunc ((struct bfd_hash_entry
*) ret
,
4546 ret
->direct_calls
= 0;
4547 ret
->stack_size
= 0;
4549 ret
->movm_stack_size
= 0;
4552 ret
->tls_type
= GOT_UNKNOWN
;
4555 return (struct bfd_hash_entry
*) ret
;
4559 _bfd_mn10300_copy_indirect_symbol (struct bfd_link_info
* info
,
4560 struct elf_link_hash_entry
* dir
,
4561 struct elf_link_hash_entry
* ind
)
4563 struct elf32_mn10300_link_hash_entry
* edir
;
4564 struct elf32_mn10300_link_hash_entry
* eind
;
4566 edir
= elf_mn10300_hash_entry (dir
);
4567 eind
= elf_mn10300_hash_entry (ind
);
4569 if (ind
->root
.type
== bfd_link_hash_indirect
4570 && dir
->got
.refcount
<= 0)
4572 edir
->tls_type
= eind
->tls_type
;
4573 eind
->tls_type
= GOT_UNKNOWN
;
4575 edir
->direct_calls
= eind
->direct_calls
;
4576 edir
->stack_size
= eind
->stack_size
;
4577 edir
->movm_args
= eind
->movm_args
;
4578 edir
->movm_stack_size
= eind
->movm_stack_size
;
4579 edir
->flags
= eind
->flags
;
4581 _bfd_elf_link_hash_copy_indirect (info
, dir
, ind
);
4584 /* Destroy an mn10300 ELF linker hash table. */
4587 elf32_mn10300_link_hash_table_free (bfd
*obfd
)
4589 struct elf32_mn10300_link_hash_table
*ret
4590 = (struct elf32_mn10300_link_hash_table
*) obfd
->link
.hash
;
4592 obfd
->link
.hash
= &ret
->static_hash_table
->root
.root
;
4593 _bfd_elf_link_hash_table_free (obfd
);
4594 obfd
->is_linker_output
= true;
4595 obfd
->link
.hash
= &ret
->root
.root
;
4596 _bfd_elf_link_hash_table_free (obfd
);
4599 /* Create an mn10300 ELF linker hash table. */
4601 static struct bfd_link_hash_table
*
4602 elf32_mn10300_link_hash_table_create (bfd
*abfd
)
4604 struct elf32_mn10300_link_hash_table
*ret
;
4605 size_t amt
= sizeof (* ret
);
4607 ret
= bfd_zmalloc (amt
);
4611 amt
= sizeof (struct elf_link_hash_table
);
4612 ret
->static_hash_table
= bfd_zmalloc (amt
);
4613 if (ret
->static_hash_table
== NULL
)
4619 if (!_bfd_elf_link_hash_table_init (&ret
->static_hash_table
->root
, abfd
,
4620 elf32_mn10300_link_hash_newfunc
,
4621 sizeof (struct elf32_mn10300_link_hash_entry
),
4624 free (ret
->static_hash_table
);
4629 abfd
->is_linker_output
= false;
4630 abfd
->link
.hash
= NULL
;
4631 if (!_bfd_elf_link_hash_table_init (&ret
->root
, abfd
,
4632 elf32_mn10300_link_hash_newfunc
,
4633 sizeof (struct elf32_mn10300_link_hash_entry
),
4636 abfd
->is_linker_output
= true;
4637 abfd
->link
.hash
= &ret
->static_hash_table
->root
.root
;
4638 _bfd_elf_link_hash_table_free (abfd
);
4642 ret
->root
.root
.hash_table_free
= elf32_mn10300_link_hash_table_free
;
4644 ret
->tls_ldm_got
.offset
= -1;
4646 return & ret
->root
.root
;
4649 static unsigned long
4650 elf_mn10300_mach (flagword flags
)
4652 switch (flags
& EF_MN10300_MACH
)
4654 case E_MN10300_MACH_MN10300
:
4656 return bfd_mach_mn10300
;
4658 case E_MN10300_MACH_AM33
:
4659 return bfd_mach_am33
;
4661 case E_MN10300_MACH_AM33_2
:
4662 return bfd_mach_am33_2
;
4666 /* The final processing done just before writing out a MN10300 ELF object
4667 file. This gets the MN10300 architecture right based on the machine
4671 _bfd_mn10300_elf_final_write_processing (bfd
*abfd
)
4675 switch (bfd_get_mach (abfd
))
4678 case bfd_mach_mn10300
:
4679 val
= E_MN10300_MACH_MN10300
;
4683 val
= E_MN10300_MACH_AM33
;
4686 case bfd_mach_am33_2
:
4687 val
= E_MN10300_MACH_AM33_2
;
4691 elf_elfheader (abfd
)->e_flags
&= ~ (EF_MN10300_MACH
);
4692 elf_elfheader (abfd
)->e_flags
|= val
;
4693 return _bfd_elf_final_write_processing (abfd
);
4697 _bfd_mn10300_elf_object_p (bfd
*abfd
)
4699 bfd_default_set_arch_mach (abfd
, bfd_arch_mn10300
,
4700 elf_mn10300_mach (elf_elfheader (abfd
)->e_flags
));
4704 /* Merge backend specific data from an object file to the output
4705 object file when linking. */
4708 _bfd_mn10300_elf_merge_private_bfd_data (bfd
*ibfd
, struct bfd_link_info
*info
)
4710 bfd
*obfd
= info
->output_bfd
;
4712 if (bfd_get_flavour (ibfd
) != bfd_target_elf_flavour
4713 || bfd_get_flavour (obfd
) != bfd_target_elf_flavour
)
4716 if (bfd_get_arch (obfd
) == bfd_get_arch (ibfd
)
4717 && bfd_get_mach (obfd
) < bfd_get_mach (ibfd
))
4719 if (! bfd_set_arch_mach (obfd
, bfd_get_arch (ibfd
),
4720 bfd_get_mach (ibfd
)))
4727 #define PLT0_ENTRY_SIZE 15
4728 #define PLT_ENTRY_SIZE 20
4729 #define PIC_PLT_ENTRY_SIZE 24
4731 static const bfd_byte elf_mn10300_plt0_entry
[PLT0_ENTRY_SIZE
] =
4733 0xfc, 0xa0, 0, 0, 0, 0, /* mov (.got+8),a0 */
4734 0xfe, 0xe, 0x10, 0, 0, 0, 0, /* mov (.got+4),r1 */
4735 0xf0, 0xf4, /* jmp (a0) */
4738 static const bfd_byte elf_mn10300_plt_entry
[PLT_ENTRY_SIZE
] =
4740 0xfc, 0xa0, 0, 0, 0, 0, /* mov (nameN@GOT + .got),a0 */
4741 0xf0, 0xf4, /* jmp (a0) */
4742 0xfe, 8, 0, 0, 0, 0, 0, /* mov reloc-table-address,r0 */
4743 0xdc, 0, 0, 0, 0, /* jmp .plt0 */
4746 static const bfd_byte elf_mn10300_pic_plt_entry
[PIC_PLT_ENTRY_SIZE
] =
4748 0xfc, 0x22, 0, 0, 0, 0, /* mov (nameN@GOT,a2),a0 */
4749 0xf0, 0xf4, /* jmp (a0) */
4750 0xfe, 8, 0, 0, 0, 0, 0, /* mov reloc-table-address,r0 */
4751 0xf8, 0x22, 8, /* mov (8,a2),a0 */
4752 0xfb, 0xa, 0x1a, 4, /* mov (4,a2),r1 */
4753 0xf0, 0xf4, /* jmp (a0) */
4756 /* Return size of the first PLT entry. */
4757 #define elf_mn10300_sizeof_plt0(info) \
4758 (bfd_link_pic (info) ? PIC_PLT_ENTRY_SIZE : PLT0_ENTRY_SIZE)
4760 /* Return size of a PLT entry. */
4761 #define elf_mn10300_sizeof_plt(info) \
4762 (bfd_link_pic (info) ? PIC_PLT_ENTRY_SIZE : PLT_ENTRY_SIZE)
4764 /* Return offset of the PLT0 address in an absolute PLT entry. */
4765 #define elf_mn10300_plt_plt0_offset(info) 16
4767 /* Return offset of the linker in PLT0 entry. */
4768 #define elf_mn10300_plt0_linker_offset(info) 2
4770 /* Return offset of the GOT id in PLT0 entry. */
4771 #define elf_mn10300_plt0_gotid_offset(info) 9
4773 /* Return offset of the temporary in PLT entry. */
4774 #define elf_mn10300_plt_temp_offset(info) 8
4776 /* Return offset of the symbol in PLT entry. */
4777 #define elf_mn10300_plt_symbol_offset(info) 2
4779 /* Return offset of the relocation in PLT entry. */
4780 #define elf_mn10300_plt_reloc_offset(info) 11
4782 /* The name of the dynamic interpreter. This is put in the .interp
4785 #define ELF_DYNAMIC_INTERPRETER "/lib/ld.so.1"
4787 /* Create dynamic sections when linking against a dynamic object. */
4790 _bfd_mn10300_elf_create_dynamic_sections (bfd
*abfd
, struct bfd_link_info
*info
)
4794 const struct elf_backend_data
* bed
= get_elf_backend_data (abfd
);
4795 struct elf32_mn10300_link_hash_table
*htab
= elf32_mn10300_hash_table (info
);
4798 switch (bed
->s
->arch_size
)
4809 bfd_set_error (bfd_error_bad_value
);
4813 /* We need to create .plt, .rel[a].plt, .got, .got.plt, .dynbss, and
4814 .rel[a].bss sections. */
4815 flags
= (SEC_ALLOC
| SEC_LOAD
| SEC_HAS_CONTENTS
| SEC_IN_MEMORY
4816 | SEC_LINKER_CREATED
);
4818 s
= bfd_make_section_anyway_with_flags (abfd
,
4819 (bed
->default_use_rela_p
4820 ? ".rela.plt" : ".rel.plt"),
4821 flags
| SEC_READONLY
);
4822 htab
->root
.srelplt
= s
;
4824 || !bfd_set_section_alignment (s
, ptralign
))
4827 if (! _bfd_mn10300_elf_create_got_section (abfd
, info
))
4830 if (bed
->want_dynbss
)
4832 /* The .dynbss section is a place to put symbols which are defined
4833 by dynamic objects, are referenced by regular objects, and are
4834 not functions. We must allocate space for them in the process
4835 image and use a R_*_COPY reloc to tell the dynamic linker to
4836 initialize them at run time. The linker script puts the .dynbss
4837 section into the .bss section of the final image. */
4838 s
= bfd_make_section_anyway_with_flags (abfd
, ".dynbss",
4839 SEC_ALLOC
| SEC_LINKER_CREATED
);
4843 /* The .rel[a].bss section holds copy relocs. This section is not
4844 normally needed. We need to create it here, though, so that the
4845 linker will map it to an output section. We can't just create it
4846 only if we need it, because we will not know whether we need it
4847 until we have seen all the input files, and the first time the
4848 main linker code calls BFD after examining all the input files
4849 (size_dynamic_sections) the input sections have already been
4850 mapped to the output sections. If the section turns out not to
4851 be needed, we can discard it later. We will never need this
4852 section when generating a shared object, since they do not use
4854 if (! bfd_link_pic (info
))
4856 s
= bfd_make_section_anyway_with_flags (abfd
,
4857 (bed
->default_use_rela_p
4858 ? ".rela.bss" : ".rel.bss"),
4859 flags
| SEC_READONLY
);
4861 || !bfd_set_section_alignment (s
, ptralign
))
4869 /* Adjust a symbol defined by a dynamic object and referenced by a
4870 regular object. The current definition is in some section of the
4871 dynamic object, but we're not including those sections. We have to
4872 change the definition to something the rest of the link can
4876 _bfd_mn10300_elf_adjust_dynamic_symbol (struct bfd_link_info
* info
,
4877 struct elf_link_hash_entry
* h
)
4879 struct elf32_mn10300_link_hash_table
*htab
= elf32_mn10300_hash_table (info
);
4883 dynobj
= htab
->root
.dynobj
;
4885 /* Make sure we know what is going on here. */
4886 BFD_ASSERT (dynobj
!= NULL
4891 && !h
->def_regular
)));
4893 /* If this is a function, put it in the procedure linkage table. We
4894 will fill in the contents of the procedure linkage table later,
4895 when we know the address of the .got section. */
4896 if (h
->type
== STT_FUNC
4899 if (! bfd_link_pic (info
)
4903 /* This case can occur if we saw a PLT reloc in an input
4904 file, but the symbol was never referred to by a dynamic
4905 object. In such a case, we don't actually need to build
4906 a procedure linkage table, and we can just do a REL32
4908 BFD_ASSERT (h
->needs_plt
);
4912 /* Make sure this symbol is output as a dynamic symbol. */
4913 if (h
->dynindx
== -1)
4915 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
4919 s
= htab
->root
.splt
;
4920 BFD_ASSERT (s
!= NULL
);
4922 /* If this is the first .plt entry, make room for the special
4925 s
->size
+= elf_mn10300_sizeof_plt0 (info
);
4927 /* If this symbol is not defined in a regular file, and we are
4928 not generating a shared library, then set the symbol to this
4929 location in the .plt. This is required to make function
4930 pointers compare as equal between the normal executable and
4931 the shared library. */
4932 if (! bfd_link_pic (info
)
4935 h
->root
.u
.def
.section
= s
;
4936 h
->root
.u
.def
.value
= s
->size
;
4939 h
->plt
.offset
= s
->size
;
4941 /* Make room for this entry. */
4942 s
->size
+= elf_mn10300_sizeof_plt (info
);
4944 /* We also need to make an entry in the .got.plt section, which
4945 will be placed in the .got section by the linker script. */
4946 s
= htab
->root
.sgotplt
;
4947 BFD_ASSERT (s
!= NULL
);
4950 /* We also need to make an entry in the .rela.plt section. */
4951 s
= htab
->root
.srelplt
;
4952 BFD_ASSERT (s
!= NULL
);
4953 s
->size
+= sizeof (Elf32_External_Rela
);
4958 /* If this is a weak symbol, and there is a real definition, the
4959 processor independent code will have arranged for us to see the
4960 real definition first, and we can just use the same value. */
4961 if (h
->is_weakalias
)
4963 struct elf_link_hash_entry
*def
= weakdef (h
);
4964 BFD_ASSERT (def
->root
.type
== bfd_link_hash_defined
);
4965 h
->root
.u
.def
.section
= def
->root
.u
.def
.section
;
4966 h
->root
.u
.def
.value
= def
->root
.u
.def
.value
;
4970 /* This is a reference to a symbol defined by a dynamic object which
4971 is not a function. */
4973 /* If we are creating a shared library, we must presume that the
4974 only references to the symbol are via the global offset table.
4975 For such cases we need not do anything here; the relocations will
4976 be handled correctly by relocate_section. */
4977 if (bfd_link_pic (info
))
4980 /* If there are no references to this symbol that do not use the
4981 GOT, we don't need to generate a copy reloc. */
4982 if (!h
->non_got_ref
)
4985 /* We must allocate the symbol in our .dynbss section, which will
4986 become part of the .bss section of the executable. There will be
4987 an entry for this symbol in the .dynsym section. The dynamic
4988 object will contain position independent code, so all references
4989 from the dynamic object to this symbol will go through the global
4990 offset table. The dynamic linker will use the .dynsym entry to
4991 determine the address it must put in the global offset table, so
4992 both the dynamic object and the regular object will refer to the
4993 same memory location for the variable. */
4995 s
= bfd_get_linker_section (dynobj
, ".dynbss");
4996 BFD_ASSERT (s
!= NULL
);
4998 /* We must generate a R_MN10300_COPY reloc to tell the dynamic linker to
4999 copy the initial value out of the dynamic object and into the
5000 runtime process image. We need to remember the offset into the
5001 .rela.bss section we are going to use. */
5002 if ((h
->root
.u
.def
.section
->flags
& SEC_ALLOC
) != 0 && h
->size
!= 0)
5006 srel
= bfd_get_linker_section (dynobj
, ".rela.bss");
5007 BFD_ASSERT (srel
!= NULL
);
5008 srel
->size
+= sizeof (Elf32_External_Rela
);
5012 return _bfd_elf_adjust_dynamic_copy (info
, h
, s
);
5015 /* Set the sizes of the dynamic sections. */
5018 _bfd_mn10300_elf_size_dynamic_sections (bfd
* output_bfd
,
5019 struct bfd_link_info
* info
)
5021 struct elf32_mn10300_link_hash_table
*htab
= elf32_mn10300_hash_table (info
);
5026 dynobj
= htab
->root
.dynobj
;
5027 BFD_ASSERT (dynobj
!= NULL
);
5029 if (elf_hash_table (info
)->dynamic_sections_created
)
5031 /* Set the contents of the .interp section to the interpreter. */
5032 if (bfd_link_executable (info
) && !info
->nointerp
)
5034 s
= bfd_get_linker_section (dynobj
, ".interp");
5035 BFD_ASSERT (s
!= NULL
);
5036 s
->size
= sizeof ELF_DYNAMIC_INTERPRETER
;
5037 s
->contents
= (unsigned char *) ELF_DYNAMIC_INTERPRETER
;
5042 /* We may have created entries in the .rela.got section.
5043 However, if we are not creating the dynamic sections, we will
5044 not actually use these entries. Reset the size of .rela.got,
5045 which will cause it to get stripped from the output file
5047 s
= htab
->root
.sgot
;
5052 if (htab
->tls_ldm_got
.refcount
> 0)
5054 s
= htab
->root
.srelgot
;
5055 BFD_ASSERT (s
!= NULL
);
5056 s
->size
+= sizeof (Elf32_External_Rela
);
5059 /* The check_relocs and adjust_dynamic_symbol entry points have
5060 determined the sizes of the various dynamic sections. Allocate
5063 for (s
= dynobj
->sections
; s
!= NULL
; s
= s
->next
)
5067 if ((s
->flags
& SEC_LINKER_CREATED
) == 0)
5070 /* It's OK to base decisions on the section name, because none
5071 of the dynobj section names depend upon the input files. */
5072 name
= bfd_section_name (s
);
5074 if (streq (name
, ".plt"))
5076 /* Remember whether there is a PLT. */
5079 else if (startswith (name
, ".rela"))
5083 /* Remember whether there are any reloc sections other
5085 if (! streq (name
, ".rela.plt"))
5088 /* We use the reloc_count field as a counter if we need
5089 to copy relocs into the output file. */
5093 else if (! startswith (name
, ".got")
5094 && ! streq (name
, ".dynbss"))
5095 /* It's not one of our sections, so don't allocate space. */
5100 /* If we don't need this section, strip it from the
5101 output file. This is mostly to handle .rela.bss and
5102 .rela.plt. We must create both sections in
5103 create_dynamic_sections, because they must be created
5104 before the linker maps input sections to output
5105 sections. The linker does that before
5106 adjust_dynamic_symbol is called, and it is that
5107 function which decides whether anything needs to go
5108 into these sections. */
5109 s
->flags
|= SEC_EXCLUDE
;
5113 if ((s
->flags
& SEC_HAS_CONTENTS
) == 0)
5116 /* Allocate memory for the section contents. We use bfd_zalloc
5117 here in case unused entries are not reclaimed before the
5118 section's contents are written out. This should not happen,
5119 but this way if it does, we get a R_MN10300_NONE reloc
5120 instead of garbage. */
5121 s
->contents
= bfd_zalloc (dynobj
, s
->size
);
5122 if (s
->contents
== NULL
)
5126 return _bfd_elf_add_dynamic_tags (output_bfd
, info
, relocs
);
5129 /* Finish up dynamic symbol handling. We set the contents of various
5130 dynamic sections here. */
5133 _bfd_mn10300_elf_finish_dynamic_symbol (bfd
* output_bfd
,
5134 struct bfd_link_info
* info
,
5135 struct elf_link_hash_entry
* h
,
5136 Elf_Internal_Sym
* sym
)
5138 struct elf32_mn10300_link_hash_table
*htab
= elf32_mn10300_hash_table (info
);
5141 dynobj
= htab
->root
.dynobj
;
5143 if (h
->plt
.offset
!= (bfd_vma
) -1)
5150 Elf_Internal_Rela rel
;
5152 /* This symbol has an entry in the procedure linkage table. Set
5155 BFD_ASSERT (h
->dynindx
!= -1);
5157 splt
= htab
->root
.splt
;
5158 sgot
= htab
->root
.sgotplt
;
5159 srel
= htab
->root
.srelplt
;
5160 BFD_ASSERT (splt
!= NULL
&& sgot
!= NULL
&& srel
!= NULL
);
5162 /* Get the index in the procedure linkage table which
5163 corresponds to this symbol. This is the index of this symbol
5164 in all the symbols for which we are making plt entries. The
5165 first entry in the procedure linkage table is reserved. */
5166 plt_index
= ((h
->plt
.offset
- elf_mn10300_sizeof_plt0 (info
))
5167 / elf_mn10300_sizeof_plt (info
));
5169 /* Get the offset into the .got table of the entry that
5170 corresponds to this function. Each .got entry is 4 bytes.
5171 The first three are reserved. */
5172 got_offset
= (plt_index
+ 3) * 4;
5174 /* Fill in the entry in the procedure linkage table. */
5175 if (! bfd_link_pic (info
))
5177 memcpy (splt
->contents
+ h
->plt
.offset
, elf_mn10300_plt_entry
,
5178 elf_mn10300_sizeof_plt (info
));
5179 bfd_put_32 (output_bfd
,
5180 (sgot
->output_section
->vma
5181 + sgot
->output_offset
5183 (splt
->contents
+ h
->plt
.offset
5184 + elf_mn10300_plt_symbol_offset (info
)));
5186 bfd_put_32 (output_bfd
,
5187 (1 - h
->plt
.offset
- elf_mn10300_plt_plt0_offset (info
)),
5188 (splt
->contents
+ h
->plt
.offset
5189 + elf_mn10300_plt_plt0_offset (info
)));
5193 memcpy (splt
->contents
+ h
->plt
.offset
, elf_mn10300_pic_plt_entry
,
5194 elf_mn10300_sizeof_plt (info
));
5196 bfd_put_32 (output_bfd
, got_offset
,
5197 (splt
->contents
+ h
->plt
.offset
5198 + elf_mn10300_plt_symbol_offset (info
)));
5201 bfd_put_32 (output_bfd
, plt_index
* sizeof (Elf32_External_Rela
),
5202 (splt
->contents
+ h
->plt
.offset
5203 + elf_mn10300_plt_reloc_offset (info
)));
5205 /* Fill in the entry in the global offset table. */
5206 bfd_put_32 (output_bfd
,
5207 (splt
->output_section
->vma
5208 + splt
->output_offset
5210 + elf_mn10300_plt_temp_offset (info
)),
5211 sgot
->contents
+ got_offset
);
5213 /* Fill in the entry in the .rela.plt section. */
5214 rel
.r_offset
= (sgot
->output_section
->vma
5215 + sgot
->output_offset
5217 rel
.r_info
= ELF32_R_INFO (h
->dynindx
, R_MN10300_JMP_SLOT
);
5219 bfd_elf32_swap_reloca_out (output_bfd
, &rel
,
5220 (bfd_byte
*) ((Elf32_External_Rela
*) srel
->contents
5223 if (!h
->def_regular
)
5224 /* Mark the symbol as undefined, rather than as defined in
5225 the .plt section. Leave the value alone. */
5226 sym
->st_shndx
= SHN_UNDEF
;
5229 if (h
->got
.offset
!= (bfd_vma
) -1)
5233 Elf_Internal_Rela rel
;
5235 /* This symbol has an entry in the global offset table. Set it up. */
5236 sgot
= htab
->root
.sgot
;
5237 srel
= htab
->root
.srelgot
;
5238 BFD_ASSERT (sgot
!= NULL
&& srel
!= NULL
);
5240 rel
.r_offset
= (sgot
->output_section
->vma
5241 + sgot
->output_offset
5242 + (h
->got
.offset
& ~1));
5244 switch (elf_mn10300_hash_entry (h
)->tls_type
)
5247 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ h
->got
.offset
);
5248 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ h
->got
.offset
+ 4);
5249 rel
.r_info
= ELF32_R_INFO (h
->dynindx
, R_MN10300_TLS_DTPMOD
);
5251 bfd_elf32_swap_reloca_out (output_bfd
, & rel
,
5252 (bfd_byte
*) ((Elf32_External_Rela
*) srel
->contents
5253 + srel
->reloc_count
));
5254 ++ srel
->reloc_count
;
5255 rel
.r_info
= ELF32_R_INFO (h
->dynindx
, R_MN10300_TLS_DTPOFF
);
5261 /* We originally stored the addend in the GOT, but at this
5262 point, we want to move it to the reloc instead as that's
5263 where the dynamic linker wants it. */
5264 rel
.r_addend
= bfd_get_32 (output_bfd
, sgot
->contents
+ h
->got
.offset
);
5265 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ h
->got
.offset
);
5266 if (h
->dynindx
== -1)
5267 rel
.r_info
= ELF32_R_INFO (0, R_MN10300_TLS_TPOFF
);
5269 rel
.r_info
= ELF32_R_INFO (h
->dynindx
, R_MN10300_TLS_TPOFF
);
5273 /* If this is a -Bsymbolic link, and the symbol is defined
5274 locally, we just want to emit a RELATIVE reloc. Likewise if
5275 the symbol was forced to be local because of a version file.
5276 The entry in the global offset table will already have been
5277 initialized in the relocate_section function. */
5278 if (bfd_link_pic (info
)
5279 && (info
->symbolic
|| h
->dynindx
== -1)
5282 rel
.r_info
= ELF32_R_INFO (0, R_MN10300_RELATIVE
);
5283 rel
.r_addend
= (h
->root
.u
.def
.value
5284 + h
->root
.u
.def
.section
->output_section
->vma
5285 + h
->root
.u
.def
.section
->output_offset
);
5289 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ h
->got
.offset
);
5290 rel
.r_info
= ELF32_R_INFO (h
->dynindx
, R_MN10300_GLOB_DAT
);
5295 if (ELF32_R_TYPE (rel
.r_info
) != R_MN10300_NONE
)
5297 bfd_elf32_swap_reloca_out (output_bfd
, &rel
,
5298 (bfd_byte
*) ((Elf32_External_Rela
*) srel
->contents
5299 + srel
->reloc_count
));
5300 ++ srel
->reloc_count
;
5307 Elf_Internal_Rela rel
;
5309 /* This symbol needs a copy reloc. Set it up. */
5310 BFD_ASSERT (h
->dynindx
!= -1
5311 && (h
->root
.type
== bfd_link_hash_defined
5312 || h
->root
.type
== bfd_link_hash_defweak
));
5314 s
= bfd_get_linker_section (dynobj
, ".rela.bss");
5315 BFD_ASSERT (s
!= NULL
);
5317 rel
.r_offset
= (h
->root
.u
.def
.value
5318 + h
->root
.u
.def
.section
->output_section
->vma
5319 + h
->root
.u
.def
.section
->output_offset
);
5320 rel
.r_info
= ELF32_R_INFO (h
->dynindx
, R_MN10300_COPY
);
5322 bfd_elf32_swap_reloca_out (output_bfd
, & rel
,
5323 (bfd_byte
*) ((Elf32_External_Rela
*) s
->contents
5328 /* Mark _DYNAMIC and _GLOBAL_OFFSET_TABLE_ as absolute. */
5329 if (h
== elf_hash_table (info
)->hdynamic
5330 || h
== elf_hash_table (info
)->hgot
)
5331 sym
->st_shndx
= SHN_ABS
;
5336 /* Finish up the dynamic sections. */
5339 _bfd_mn10300_elf_finish_dynamic_sections (bfd
* output_bfd
,
5340 struct bfd_link_info
* info
)
5345 struct elf32_mn10300_link_hash_table
*htab
= elf32_mn10300_hash_table (info
);
5347 dynobj
= htab
->root
.dynobj
;
5348 sgot
= htab
->root
.sgotplt
;
5349 BFD_ASSERT (sgot
!= NULL
);
5350 sdyn
= bfd_get_linker_section (dynobj
, ".dynamic");
5352 if (elf_hash_table (info
)->dynamic_sections_created
)
5355 Elf32_External_Dyn
* dyncon
;
5356 Elf32_External_Dyn
* dynconend
;
5358 BFD_ASSERT (sdyn
!= NULL
);
5360 dyncon
= (Elf32_External_Dyn
*) sdyn
->contents
;
5361 dynconend
= (Elf32_External_Dyn
*) (sdyn
->contents
+ sdyn
->size
);
5363 for (; dyncon
< dynconend
; dyncon
++)
5365 Elf_Internal_Dyn dyn
;
5368 bfd_elf32_swap_dyn_in (dynobj
, dyncon
, &dyn
);
5376 s
= htab
->root
.sgot
;
5380 s
= htab
->root
.srelplt
;
5382 dyn
.d_un
.d_ptr
= s
->output_section
->vma
+ s
->output_offset
;
5383 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
5387 s
= htab
->root
.srelplt
;
5388 dyn
.d_un
.d_val
= s
->size
;
5389 bfd_elf32_swap_dyn_out (output_bfd
, &dyn
, dyncon
);
5394 /* Fill in the first entry in the procedure linkage table. */
5395 splt
= htab
->root
.splt
;
5396 if (splt
&& splt
->size
> 0)
5398 if (bfd_link_pic (info
))
5400 memcpy (splt
->contents
, elf_mn10300_pic_plt_entry
,
5401 elf_mn10300_sizeof_plt (info
));
5405 memcpy (splt
->contents
, elf_mn10300_plt0_entry
, PLT0_ENTRY_SIZE
);
5406 bfd_put_32 (output_bfd
,
5407 sgot
->output_section
->vma
+ sgot
->output_offset
+ 4,
5408 splt
->contents
+ elf_mn10300_plt0_gotid_offset (info
));
5409 bfd_put_32 (output_bfd
,
5410 sgot
->output_section
->vma
+ sgot
->output_offset
+ 8,
5411 splt
->contents
+ elf_mn10300_plt0_linker_offset (info
));
5414 /* UnixWare sets the entsize of .plt to 4, although that doesn't
5415 really seem like the right value. */
5416 elf_section_data (splt
->output_section
)->this_hdr
.sh_entsize
= 4;
5418 /* UnixWare sets the entsize of .plt to 4, but this is incorrect
5419 as it means that the size of the PLT0 section (15 bytes) is not
5420 a multiple of the sh_entsize. Some ELF tools flag this as an
5421 error. We could pad PLT0 to 16 bytes, but that would introduce
5422 compatibilty issues with previous toolchains, so instead we
5423 just set the entry size to 1. */
5424 elf_section_data (splt
->output_section
)->this_hdr
.sh_entsize
= 1;
5428 /* Fill in the first three entries in the global offset table. */
5432 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
);
5434 bfd_put_32 (output_bfd
,
5435 sdyn
->output_section
->vma
+ sdyn
->output_offset
,
5437 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ 4);
5438 bfd_put_32 (output_bfd
, (bfd_vma
) 0, sgot
->contents
+ 8);
5441 elf_section_data (sgot
->output_section
)->this_hdr
.sh_entsize
= 4;
5446 /* Classify relocation types, such that combreloc can sort them
5449 static enum elf_reloc_type_class
5450 _bfd_mn10300_elf_reloc_type_class (const struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
5451 const asection
*rel_sec ATTRIBUTE_UNUSED
,
5452 const Elf_Internal_Rela
*rela
)
5454 switch ((int) ELF32_R_TYPE (rela
->r_info
))
5456 case R_MN10300_RELATIVE
: return reloc_class_relative
;
5457 case R_MN10300_JMP_SLOT
: return reloc_class_plt
;
5458 case R_MN10300_COPY
: return reloc_class_copy
;
5459 default: return reloc_class_normal
;
5463 /* Allocate space for an MN10300 extension to the bfd elf data structure. */
5466 mn10300_elf_mkobject (bfd
*abfd
)
5468 return bfd_elf_allocate_object (abfd
, sizeof (struct elf_mn10300_obj_tdata
),
5472 #define bfd_elf32_mkobject mn10300_elf_mkobject
5475 #define TARGET_LITTLE_SYM mn10300_elf32_vec
5476 #define TARGET_LITTLE_NAME "elf32-mn10300"
5477 #define ELF_ARCH bfd_arch_mn10300
5478 #define ELF_TARGET_ID MN10300_ELF_DATA
5479 #define ELF_MACHINE_CODE EM_MN10300
5480 #define ELF_MACHINE_ALT1 EM_CYGNUS_MN10300
5481 #define ELF_MAXPAGESIZE 0x1000
5484 #define elf_info_to_howto mn10300_info_to_howto
5485 #define elf_info_to_howto_rel NULL
5486 #define elf_backend_can_gc_sections 1
5487 #define elf_backend_rela_normal 1
5488 #define elf_backend_check_relocs mn10300_elf_check_relocs
5489 #define elf_backend_gc_mark_hook mn10300_elf_gc_mark_hook
5490 #define elf_backend_relocate_section mn10300_elf_relocate_section
5491 #define bfd_elf32_bfd_relax_section mn10300_elf_relax_section
5492 #define bfd_elf32_bfd_get_relocated_section_contents \
5493 mn10300_elf_get_relocated_section_contents
5494 #define bfd_elf32_bfd_link_hash_table_create \
5495 elf32_mn10300_link_hash_table_create
5497 #ifndef elf_symbol_leading_char
5498 #define elf_symbol_leading_char '_'
5501 /* So we can set bits in e_flags. */
5502 #define elf_backend_final_write_processing \
5503 _bfd_mn10300_elf_final_write_processing
5504 #define elf_backend_object_p _bfd_mn10300_elf_object_p
5506 #define bfd_elf32_bfd_merge_private_bfd_data \
5507 _bfd_mn10300_elf_merge_private_bfd_data
5509 #define elf_backend_can_gc_sections 1
5510 #define elf_backend_create_dynamic_sections \
5511 _bfd_mn10300_elf_create_dynamic_sections
5512 #define elf_backend_adjust_dynamic_symbol \
5513 _bfd_mn10300_elf_adjust_dynamic_symbol
5514 #define elf_backend_size_dynamic_sections \
5515 _bfd_mn10300_elf_size_dynamic_sections
5516 #define elf_backend_omit_section_dynsym _bfd_elf_omit_section_dynsym_all
5517 #define elf_backend_finish_dynamic_symbol \
5518 _bfd_mn10300_elf_finish_dynamic_symbol
5519 #define elf_backend_finish_dynamic_sections \
5520 _bfd_mn10300_elf_finish_dynamic_sections
5521 #define elf_backend_copy_indirect_symbol \
5522 _bfd_mn10300_copy_indirect_symbol
5523 #define elf_backend_reloc_type_class \
5524 _bfd_mn10300_elf_reloc_type_class
5526 #define elf_backend_want_got_plt 1
5527 #define elf_backend_plt_readonly 1
5528 #define elf_backend_want_plt_sym 0
5529 #define elf_backend_got_header_size 12
5530 #define elf_backend_dtrel_excludes_plt 1
5532 #include "elf32-target.h"