1 /* ELF linking support for BFD.
2 Copyright (C) 1995-2020 Free Software Foundation, Inc.
4 This file is part of BFD, the Binary File Descriptor library.
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19 MA 02110-1301, USA. */
27 #include "safe-ctype.h"
28 #include "libiberty.h"
30 #if BFD_SUPPORTS_PLUGINS
31 #include "plugin-api.h"
35 /* This struct is used to pass information to routines called via
36 elf_link_hash_traverse which must return failure. */
38 struct elf_info_failed
40 struct bfd_link_info
*info
;
44 /* This structure is used to pass information to
45 _bfd_elf_link_find_version_dependencies. */
47 struct elf_find_verdep_info
49 /* General link information. */
50 struct bfd_link_info
*info
;
51 /* The number of dependencies. */
53 /* Whether we had a failure. */
57 static bfd_boolean _bfd_elf_fix_symbol_flags
58 (struct elf_link_hash_entry
*, struct elf_info_failed
*);
61 _bfd_elf_section_for_symbol (struct elf_reloc_cookie
*cookie
,
62 unsigned long r_symndx
,
65 if (r_symndx
>= cookie
->locsymcount
66 || ELF_ST_BIND (cookie
->locsyms
[r_symndx
].st_info
) != STB_LOCAL
)
68 struct elf_link_hash_entry
*h
;
70 h
= cookie
->sym_hashes
[r_symndx
- cookie
->extsymoff
];
72 while (h
->root
.type
== bfd_link_hash_indirect
73 || h
->root
.type
== bfd_link_hash_warning
)
74 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
76 if ((h
->root
.type
== bfd_link_hash_defined
77 || h
->root
.type
== bfd_link_hash_defweak
)
78 && discarded_section (h
->root
.u
.def
.section
))
79 return h
->root
.u
.def
.section
;
85 /* It's not a relocation against a global symbol,
86 but it could be a relocation against a local
87 symbol for a discarded section. */
89 Elf_Internal_Sym
*isym
;
91 /* Need to: get the symbol; get the section. */
92 isym
= &cookie
->locsyms
[r_symndx
];
93 isec
= bfd_section_from_elf_index (cookie
->abfd
, isym
->st_shndx
);
95 && discard
? discarded_section (isec
) : 1)
101 /* Define a symbol in a dynamic linkage section. */
103 struct elf_link_hash_entry
*
104 _bfd_elf_define_linkage_sym (bfd
*abfd
,
105 struct bfd_link_info
*info
,
109 struct elf_link_hash_entry
*h
;
110 struct bfd_link_hash_entry
*bh
;
111 const struct elf_backend_data
*bed
;
113 h
= elf_link_hash_lookup (elf_hash_table (info
), name
, FALSE
, FALSE
, FALSE
);
116 /* Zap symbol defined in an as-needed lib that wasn't linked.
117 This is a symptom of a larger problem: Absolute symbols
118 defined in shared libraries can't be overridden, because we
119 lose the link to the bfd which is via the symbol section. */
120 h
->root
.type
= bfd_link_hash_new
;
126 bed
= get_elf_backend_data (abfd
);
127 if (!_bfd_generic_link_add_one_symbol (info
, abfd
, name
, BSF_GLOBAL
,
128 sec
, 0, NULL
, FALSE
, bed
->collect
,
131 h
= (struct elf_link_hash_entry
*) bh
;
132 BFD_ASSERT (h
!= NULL
);
135 h
->root
.linker_def
= 1;
136 h
->type
= STT_OBJECT
;
137 if (ELF_ST_VISIBILITY (h
->other
) != STV_INTERNAL
)
138 h
->other
= (h
->other
& ~ELF_ST_VISIBILITY (-1)) | STV_HIDDEN
;
140 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
145 _bfd_elf_create_got_section (bfd
*abfd
, struct bfd_link_info
*info
)
149 struct elf_link_hash_entry
*h
;
150 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
151 struct elf_link_hash_table
*htab
= elf_hash_table (info
);
153 /* This function may be called more than once. */
154 if (htab
->sgot
!= NULL
)
157 flags
= bed
->dynamic_sec_flags
;
159 s
= bfd_make_section_anyway_with_flags (abfd
,
160 (bed
->rela_plts_and_copies_p
161 ? ".rela.got" : ".rel.got"),
162 (bed
->dynamic_sec_flags
165 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
169 s
= bfd_make_section_anyway_with_flags (abfd
, ".got", flags
);
171 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
175 if (bed
->want_got_plt
)
177 s
= bfd_make_section_anyway_with_flags (abfd
, ".got.plt", flags
);
179 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
184 /* The first bit of the global offset table is the header. */
185 s
->size
+= bed
->got_header_size
;
187 if (bed
->want_got_sym
)
189 /* Define the symbol _GLOBAL_OFFSET_TABLE_ at the start of the .got
190 (or .got.plt) section. We don't do this in the linker script
191 because we don't want to define the symbol if we are not creating
192 a global offset table. */
193 h
= _bfd_elf_define_linkage_sym (abfd
, info
, s
,
194 "_GLOBAL_OFFSET_TABLE_");
195 elf_hash_table (info
)->hgot
= h
;
203 /* Create a strtab to hold the dynamic symbol names. */
205 _bfd_elf_link_create_dynstrtab (bfd
*abfd
, struct bfd_link_info
*info
)
207 struct elf_link_hash_table
*hash_table
;
209 hash_table
= elf_hash_table (info
);
210 if (hash_table
->dynobj
== NULL
)
212 /* We may not set dynobj, an input file holding linker created
213 dynamic sections to abfd, which may be a dynamic object with
214 its own dynamic sections. We need to find a normal input file
215 to hold linker created sections if possible. */
216 if ((abfd
->flags
& (DYNAMIC
| BFD_PLUGIN
)) != 0)
220 for (ibfd
= info
->input_bfds
; ibfd
; ibfd
= ibfd
->link
.next
)
222 & (DYNAMIC
| BFD_LINKER_CREATED
| BFD_PLUGIN
)) == 0
223 && bfd_get_flavour (ibfd
) == bfd_target_elf_flavour
224 && elf_object_id (ibfd
) == elf_hash_table_id (hash_table
)
225 && !((s
= ibfd
->sections
) != NULL
226 && s
->sec_info_type
== SEC_INFO_TYPE_JUST_SYMS
))
232 hash_table
->dynobj
= abfd
;
235 if (hash_table
->dynstr
== NULL
)
237 hash_table
->dynstr
= _bfd_elf_strtab_init ();
238 if (hash_table
->dynstr
== NULL
)
244 /* Create some sections which will be filled in with dynamic linking
245 information. ABFD is an input file which requires dynamic sections
246 to be created. The dynamic sections take up virtual memory space
247 when the final executable is run, so we need to create them before
248 addresses are assigned to the output sections. We work out the
249 actual contents and size of these sections later. */
252 _bfd_elf_link_create_dynamic_sections (bfd
*abfd
, struct bfd_link_info
*info
)
256 const struct elf_backend_data
*bed
;
257 struct elf_link_hash_entry
*h
;
259 if (! is_elf_hash_table (info
->hash
))
262 if (elf_hash_table (info
)->dynamic_sections_created
)
265 if (!_bfd_elf_link_create_dynstrtab (abfd
, info
))
268 abfd
= elf_hash_table (info
)->dynobj
;
269 bed
= get_elf_backend_data (abfd
);
271 flags
= bed
->dynamic_sec_flags
;
273 /* A dynamically linked executable has a .interp section, but a
274 shared library does not. */
275 if (bfd_link_executable (info
) && !info
->nointerp
)
277 s
= bfd_make_section_anyway_with_flags (abfd
, ".interp",
278 flags
| SEC_READONLY
);
283 /* Create sections to hold version informations. These are removed
284 if they are not needed. */
285 s
= bfd_make_section_anyway_with_flags (abfd
, ".gnu.version_d",
286 flags
| SEC_READONLY
);
288 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
291 s
= bfd_make_section_anyway_with_flags (abfd
, ".gnu.version",
292 flags
| SEC_READONLY
);
294 || !bfd_set_section_alignment (s
, 1))
297 s
= bfd_make_section_anyway_with_flags (abfd
, ".gnu.version_r",
298 flags
| SEC_READONLY
);
300 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
303 s
= bfd_make_section_anyway_with_flags (abfd
, ".dynsym",
304 flags
| SEC_READONLY
);
306 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
308 elf_hash_table (info
)->dynsym
= s
;
310 s
= bfd_make_section_anyway_with_flags (abfd
, ".dynstr",
311 flags
| SEC_READONLY
);
315 s
= bfd_make_section_anyway_with_flags (abfd
, ".dynamic", flags
);
317 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
320 /* The special symbol _DYNAMIC is always set to the start of the
321 .dynamic section. We could set _DYNAMIC in a linker script, but we
322 only want to define it if we are, in fact, creating a .dynamic
323 section. We don't want to define it if there is no .dynamic
324 section, since on some ELF platforms the start up code examines it
325 to decide how to initialize the process. */
326 h
= _bfd_elf_define_linkage_sym (abfd
, info
, s
, "_DYNAMIC");
327 elf_hash_table (info
)->hdynamic
= h
;
333 s
= bfd_make_section_anyway_with_flags (abfd
, ".hash",
334 flags
| SEC_READONLY
);
336 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
338 elf_section_data (s
)->this_hdr
.sh_entsize
= bed
->s
->sizeof_hash_entry
;
341 if (info
->emit_gnu_hash
&& bed
->record_xhash_symbol
== NULL
)
343 s
= bfd_make_section_anyway_with_flags (abfd
, ".gnu.hash",
344 flags
| SEC_READONLY
);
346 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
348 /* For 64-bit ELF, .gnu.hash is a non-uniform entity size section:
349 4 32-bit words followed by variable count of 64-bit words, then
350 variable count of 32-bit words. */
351 if (bed
->s
->arch_size
== 64)
352 elf_section_data (s
)->this_hdr
.sh_entsize
= 0;
354 elf_section_data (s
)->this_hdr
.sh_entsize
= 4;
357 /* Let the backend create the rest of the sections. This lets the
358 backend set the right flags. The backend will normally create
359 the .got and .plt sections. */
360 if (bed
->elf_backend_create_dynamic_sections
== NULL
361 || ! (*bed
->elf_backend_create_dynamic_sections
) (abfd
, info
))
364 elf_hash_table (info
)->dynamic_sections_created
= TRUE
;
369 /* Create dynamic sections when linking against a dynamic object. */
372 _bfd_elf_create_dynamic_sections (bfd
*abfd
, struct bfd_link_info
*info
)
374 flagword flags
, pltflags
;
375 struct elf_link_hash_entry
*h
;
377 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
378 struct elf_link_hash_table
*htab
= elf_hash_table (info
);
380 /* We need to create .plt, .rel[a].plt, .got, .got.plt, .dynbss, and
381 .rel[a].bss sections. */
382 flags
= bed
->dynamic_sec_flags
;
385 if (bed
->plt_not_loaded
)
386 /* We do not clear SEC_ALLOC here because we still want the OS to
387 allocate space for the section; it's just that there's nothing
388 to read in from the object file. */
389 pltflags
&= ~ (SEC_CODE
| SEC_LOAD
| SEC_HAS_CONTENTS
);
391 pltflags
|= SEC_ALLOC
| SEC_CODE
| SEC_LOAD
;
392 if (bed
->plt_readonly
)
393 pltflags
|= SEC_READONLY
;
395 s
= bfd_make_section_anyway_with_flags (abfd
, ".plt", pltflags
);
397 || !bfd_set_section_alignment (s
, bed
->plt_alignment
))
401 /* Define the symbol _PROCEDURE_LINKAGE_TABLE_ at the start of the
403 if (bed
->want_plt_sym
)
405 h
= _bfd_elf_define_linkage_sym (abfd
, info
, s
,
406 "_PROCEDURE_LINKAGE_TABLE_");
407 elf_hash_table (info
)->hplt
= h
;
412 s
= bfd_make_section_anyway_with_flags (abfd
,
413 (bed
->rela_plts_and_copies_p
414 ? ".rela.plt" : ".rel.plt"),
415 flags
| SEC_READONLY
);
417 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
421 if (! _bfd_elf_create_got_section (abfd
, info
))
424 if (bed
->want_dynbss
)
426 /* The .dynbss section is a place to put symbols which are defined
427 by dynamic objects, are referenced by regular objects, and are
428 not functions. We must allocate space for them in the process
429 image and use a R_*_COPY reloc to tell the dynamic linker to
430 initialize them at run time. The linker script puts the .dynbss
431 section into the .bss section of the final image. */
432 s
= bfd_make_section_anyway_with_flags (abfd
, ".dynbss",
433 SEC_ALLOC
| SEC_LINKER_CREATED
);
438 if (bed
->want_dynrelro
)
440 /* Similarly, but for symbols that were originally in read-only
441 sections. This section doesn't really need to have contents,
442 but make it like other .data.rel.ro sections. */
443 s
= bfd_make_section_anyway_with_flags (abfd
, ".data.rel.ro",
450 /* The .rel[a].bss section holds copy relocs. This section is not
451 normally needed. We need to create it here, though, so that the
452 linker will map it to an output section. We can't just create it
453 only if we need it, because we will not know whether we need it
454 until we have seen all the input files, and the first time the
455 main linker code calls BFD after examining all the input files
456 (size_dynamic_sections) the input sections have already been
457 mapped to the output sections. If the section turns out not to
458 be needed, we can discard it later. We will never need this
459 section when generating a shared object, since they do not use
461 if (bfd_link_executable (info
))
463 s
= bfd_make_section_anyway_with_flags (abfd
,
464 (bed
->rela_plts_and_copies_p
465 ? ".rela.bss" : ".rel.bss"),
466 flags
| SEC_READONLY
);
468 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
472 if (bed
->want_dynrelro
)
474 s
= (bfd_make_section_anyway_with_flags
475 (abfd
, (bed
->rela_plts_and_copies_p
476 ? ".rela.data.rel.ro" : ".rel.data.rel.ro"),
477 flags
| SEC_READONLY
));
479 || !bfd_set_section_alignment (s
, bed
->s
->log_file_align
))
481 htab
->sreldynrelro
= s
;
489 /* Record a new dynamic symbol. We record the dynamic symbols as we
490 read the input files, since we need to have a list of all of them
491 before we can determine the final sizes of the output sections.
492 Note that we may actually call this function even though we are not
493 going to output any dynamic symbols; in some cases we know that a
494 symbol should be in the dynamic symbol table, but only if there is
498 bfd_elf_link_record_dynamic_symbol (struct bfd_link_info
*info
,
499 struct elf_link_hash_entry
*h
)
501 if (h
->dynindx
== -1)
503 struct elf_strtab_hash
*dynstr
;
508 /* XXX: The ABI draft says the linker must turn hidden and
509 internal symbols into STB_LOCAL symbols when producing the
510 DSO. However, if ld.so honors st_other in the dynamic table,
511 this would not be necessary. */
512 switch (ELF_ST_VISIBILITY (h
->other
))
516 if (h
->root
.type
!= bfd_link_hash_undefined
517 && h
->root
.type
!= bfd_link_hash_undefweak
)
520 if (!elf_hash_table (info
)->is_relocatable_executable
)
528 h
->dynindx
= elf_hash_table (info
)->dynsymcount
;
529 ++elf_hash_table (info
)->dynsymcount
;
531 dynstr
= elf_hash_table (info
)->dynstr
;
534 /* Create a strtab to hold the dynamic symbol names. */
535 elf_hash_table (info
)->dynstr
= dynstr
= _bfd_elf_strtab_init ();
540 /* We don't put any version information in the dynamic string
542 name
= h
->root
.root
.string
;
543 p
= strchr (name
, ELF_VER_CHR
);
545 /* We know that the p points into writable memory. In fact,
546 there are only a few symbols that have read-only names, being
547 those like _GLOBAL_OFFSET_TABLE_ that are created specially
548 by the backends. Most symbols will have names pointing into
549 an ELF string table read from a file, or to objalloc memory. */
552 indx
= _bfd_elf_strtab_add (dynstr
, name
, p
!= NULL
);
557 if (indx
== (size_t) -1)
559 h
->dynstr_index
= indx
;
565 /* Mark a symbol dynamic. */
568 bfd_elf_link_mark_dynamic_symbol (struct bfd_link_info
*info
,
569 struct elf_link_hash_entry
*h
,
570 Elf_Internal_Sym
*sym
)
572 struct bfd_elf_dynamic_list
*d
= info
->dynamic_list
;
574 /* It may be called more than once on the same H. */
575 if(h
->dynamic
|| bfd_link_relocatable (info
))
578 if ((info
->dynamic_data
579 && (h
->type
== STT_OBJECT
580 || h
->type
== STT_COMMON
582 && (ELF_ST_TYPE (sym
->st_info
) == STT_OBJECT
583 || ELF_ST_TYPE (sym
->st_info
) == STT_COMMON
))))
586 && (*d
->match
) (&d
->head
, NULL
, h
->root
.root
.string
)))
589 /* NB: If a symbol is made dynamic by --dynamic-list, it has
591 h
->root
.non_ir_ref_dynamic
= 1;
595 /* Record an assignment to a symbol made by a linker script. We need
596 this in case some dynamic object refers to this symbol. */
599 bfd_elf_record_link_assignment (bfd
*output_bfd
,
600 struct bfd_link_info
*info
,
605 struct elf_link_hash_entry
*h
, *hv
;
606 struct elf_link_hash_table
*htab
;
607 const struct elf_backend_data
*bed
;
609 if (!is_elf_hash_table (info
->hash
))
612 htab
= elf_hash_table (info
);
613 h
= elf_link_hash_lookup (htab
, name
, !provide
, TRUE
, FALSE
);
617 if (h
->root
.type
== bfd_link_hash_warning
)
618 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
620 if (h
->versioned
== unknown
)
622 /* Set versioned if symbol version is unknown. */
623 char *version
= strrchr (name
, ELF_VER_CHR
);
626 if (version
> name
&& version
[-1] != ELF_VER_CHR
)
627 h
->versioned
= versioned_hidden
;
629 h
->versioned
= versioned
;
633 /* Symbols defined in a linker script but not referenced anywhere
634 else will have non_elf set. */
637 bfd_elf_link_mark_dynamic_symbol (info
, h
, NULL
);
641 switch (h
->root
.type
)
643 case bfd_link_hash_defined
:
644 case bfd_link_hash_defweak
:
645 case bfd_link_hash_common
:
647 case bfd_link_hash_undefweak
:
648 case bfd_link_hash_undefined
:
649 /* Since we're defining the symbol, don't let it seem to have not
650 been defined. record_dynamic_symbol and size_dynamic_sections
651 may depend on this. */
652 h
->root
.type
= bfd_link_hash_new
;
653 if (h
->root
.u
.undef
.next
!= NULL
|| htab
->root
.undefs_tail
== &h
->root
)
654 bfd_link_repair_undef_list (&htab
->root
);
656 case bfd_link_hash_new
:
658 case bfd_link_hash_indirect
:
659 /* We had a versioned symbol in a dynamic library. We make the
660 the versioned symbol point to this one. */
661 bed
= get_elf_backend_data (output_bfd
);
663 while (hv
->root
.type
== bfd_link_hash_indirect
664 || hv
->root
.type
== bfd_link_hash_warning
)
665 hv
= (struct elf_link_hash_entry
*) hv
->root
.u
.i
.link
;
666 /* We don't need to update h->root.u since linker will set them
668 h
->root
.type
= bfd_link_hash_undefined
;
669 hv
->root
.type
= bfd_link_hash_indirect
;
670 hv
->root
.u
.i
.link
= (struct bfd_link_hash_entry
*) h
;
671 (*bed
->elf_backend_copy_indirect_symbol
) (info
, h
, hv
);
678 /* If this symbol is being provided by the linker script, and it is
679 currently defined by a dynamic object, but not by a regular
680 object, then mark it as undefined so that the generic linker will
681 force the correct value. */
685 h
->root
.type
= bfd_link_hash_undefined
;
687 /* If this symbol is currently defined by a dynamic object, but not
688 by a regular object, then clear out any version information because
689 the symbol will not be associated with the dynamic object any
691 if (h
->def_dynamic
&& !h
->def_regular
)
692 h
->verinfo
.verdef
= NULL
;
694 /* Make sure this symbol is not garbage collected. */
701 bed
= get_elf_backend_data (output_bfd
);
702 if (ELF_ST_VISIBILITY (h
->other
) != STV_INTERNAL
)
703 h
->other
= (h
->other
& ~ELF_ST_VISIBILITY (-1)) | STV_HIDDEN
;
704 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
707 /* STV_HIDDEN and STV_INTERNAL symbols must be STB_LOCAL in shared objects
709 if (!bfd_link_relocatable (info
)
711 && (ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
712 || ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
))
717 || bfd_link_dll (info
)
718 || elf_hash_table (info
)->is_relocatable_executable
)
722 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
725 /* If this is a weak defined symbol, and we know a corresponding
726 real symbol from the same dynamic object, make sure the real
727 symbol is also made into a dynamic symbol. */
730 struct elf_link_hash_entry
*def
= weakdef (h
);
732 if (def
->dynindx
== -1
733 && !bfd_elf_link_record_dynamic_symbol (info
, def
))
741 /* Record a new local dynamic symbol. Returns 0 on failure, 1 on
742 success, and 2 on a failure caused by attempting to record a symbol
743 in a discarded section, eg. a discarded link-once section symbol. */
746 bfd_elf_link_record_local_dynamic_symbol (struct bfd_link_info
*info
,
751 struct elf_link_local_dynamic_entry
*entry
;
752 struct elf_link_hash_table
*eht
;
753 struct elf_strtab_hash
*dynstr
;
756 Elf_External_Sym_Shndx eshndx
;
757 char esym
[sizeof (Elf64_External_Sym
)];
759 if (! is_elf_hash_table (info
->hash
))
762 /* See if the entry exists already. */
763 for (entry
= elf_hash_table (info
)->dynlocal
; entry
; entry
= entry
->next
)
764 if (entry
->input_bfd
== input_bfd
&& entry
->input_indx
== input_indx
)
767 amt
= sizeof (*entry
);
768 entry
= (struct elf_link_local_dynamic_entry
*) bfd_alloc (input_bfd
, amt
);
772 /* Go find the symbol, so that we can find it's name. */
773 if (!bfd_elf_get_elf_syms (input_bfd
, &elf_tdata (input_bfd
)->symtab_hdr
,
774 1, input_indx
, &entry
->isym
, esym
, &eshndx
))
776 bfd_release (input_bfd
, entry
);
780 if (entry
->isym
.st_shndx
!= SHN_UNDEF
781 && entry
->isym
.st_shndx
< SHN_LORESERVE
)
785 s
= bfd_section_from_elf_index (input_bfd
, entry
->isym
.st_shndx
);
786 if (s
== NULL
|| bfd_is_abs_section (s
->output_section
))
788 /* We can still bfd_release here as nothing has done another
789 bfd_alloc. We can't do this later in this function. */
790 bfd_release (input_bfd
, entry
);
795 name
= (bfd_elf_string_from_elf_section
796 (input_bfd
, elf_tdata (input_bfd
)->symtab_hdr
.sh_link
,
797 entry
->isym
.st_name
));
799 dynstr
= elf_hash_table (info
)->dynstr
;
802 /* Create a strtab to hold the dynamic symbol names. */
803 elf_hash_table (info
)->dynstr
= dynstr
= _bfd_elf_strtab_init ();
808 dynstr_index
= _bfd_elf_strtab_add (dynstr
, name
, FALSE
);
809 if (dynstr_index
== (size_t) -1)
811 entry
->isym
.st_name
= dynstr_index
;
813 eht
= elf_hash_table (info
);
815 entry
->next
= eht
->dynlocal
;
816 eht
->dynlocal
= entry
;
817 entry
->input_bfd
= input_bfd
;
818 entry
->input_indx
= input_indx
;
821 /* Whatever binding the symbol had before, it's now local. */
823 = ELF_ST_INFO (STB_LOCAL
, ELF_ST_TYPE (entry
->isym
.st_info
));
825 /* The dynindx will be set at the end of size_dynamic_sections. */
830 /* Return the dynindex of a local dynamic symbol. */
833 _bfd_elf_link_lookup_local_dynindx (struct bfd_link_info
*info
,
837 struct elf_link_local_dynamic_entry
*e
;
839 for (e
= elf_hash_table (info
)->dynlocal
; e
; e
= e
->next
)
840 if (e
->input_bfd
== input_bfd
&& e
->input_indx
== input_indx
)
845 /* This function is used to renumber the dynamic symbols, if some of
846 them are removed because they are marked as local. This is called
847 via elf_link_hash_traverse. */
850 elf_link_renumber_hash_table_dynsyms (struct elf_link_hash_entry
*h
,
853 size_t *count
= (size_t *) data
;
858 if (h
->dynindx
!= -1)
859 h
->dynindx
= ++(*count
);
865 /* Like elf_link_renumber_hash_table_dynsyms, but just number symbols with
866 STB_LOCAL binding. */
869 elf_link_renumber_local_hash_table_dynsyms (struct elf_link_hash_entry
*h
,
872 size_t *count
= (size_t *) data
;
874 if (!h
->forced_local
)
877 if (h
->dynindx
!= -1)
878 h
->dynindx
= ++(*count
);
883 /* Return true if the dynamic symbol for a given section should be
884 omitted when creating a shared library. */
886 _bfd_elf_omit_section_dynsym_default (bfd
*output_bfd ATTRIBUTE_UNUSED
,
887 struct bfd_link_info
*info
,
890 struct elf_link_hash_table
*htab
;
893 switch (elf_section_data (p
)->this_hdr
.sh_type
)
897 /* If sh_type is yet undecided, assume it could be
898 SHT_PROGBITS/SHT_NOBITS. */
900 htab
= elf_hash_table (info
);
901 if (htab
->text_index_section
!= NULL
)
902 return p
!= htab
->text_index_section
&& p
!= htab
->data_index_section
;
904 return (htab
->dynobj
!= NULL
905 && (ip
= bfd_get_linker_section (htab
->dynobj
, p
->name
)) != NULL
906 && ip
->output_section
== p
);
908 /* There shouldn't be section relative relocations
909 against any other section. */
916 _bfd_elf_omit_section_dynsym_all
917 (bfd
*output_bfd ATTRIBUTE_UNUSED
,
918 struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
919 asection
*p ATTRIBUTE_UNUSED
)
924 /* Assign dynsym indices. In a shared library we generate a section
925 symbol for each output section, which come first. Next come symbols
926 which have been forced to local binding. Then all of the back-end
927 allocated local dynamic syms, followed by the rest of the global
928 symbols. If SECTION_SYM_COUNT is NULL, section dynindx is not set.
929 (This prevents the early call before elf_backend_init_index_section
930 and strip_excluded_output_sections setting dynindx for sections
931 that are stripped.) */
934 _bfd_elf_link_renumber_dynsyms (bfd
*output_bfd
,
935 struct bfd_link_info
*info
,
936 unsigned long *section_sym_count
)
938 unsigned long dynsymcount
= 0;
939 bfd_boolean do_sec
= section_sym_count
!= NULL
;
941 if (bfd_link_pic (info
)
942 || elf_hash_table (info
)->is_relocatable_executable
)
944 const struct elf_backend_data
*bed
= get_elf_backend_data (output_bfd
);
946 for (p
= output_bfd
->sections
; p
; p
= p
->next
)
947 if ((p
->flags
& SEC_EXCLUDE
) == 0
948 && (p
->flags
& SEC_ALLOC
) != 0
949 && elf_hash_table (info
)->dynamic_relocs
950 && !(*bed
->elf_backend_omit_section_dynsym
) (output_bfd
, info
, p
))
954 elf_section_data (p
)->dynindx
= dynsymcount
;
957 elf_section_data (p
)->dynindx
= 0;
960 *section_sym_count
= dynsymcount
;
962 elf_link_hash_traverse (elf_hash_table (info
),
963 elf_link_renumber_local_hash_table_dynsyms
,
966 if (elf_hash_table (info
)->dynlocal
)
968 struct elf_link_local_dynamic_entry
*p
;
969 for (p
= elf_hash_table (info
)->dynlocal
; p
; p
= p
->next
)
970 p
->dynindx
= ++dynsymcount
;
972 elf_hash_table (info
)->local_dynsymcount
= dynsymcount
;
974 elf_link_hash_traverse (elf_hash_table (info
),
975 elf_link_renumber_hash_table_dynsyms
,
978 /* There is an unused NULL entry at the head of the table which we
979 must account for in our count even if the table is empty since it
980 is intended for the mandatory DT_SYMTAB tag (.dynsym section) in
984 elf_hash_table (info
)->dynsymcount
= dynsymcount
;
988 /* Merge st_other field. */
991 elf_merge_st_other (bfd
*abfd
, struct elf_link_hash_entry
*h
,
992 const Elf_Internal_Sym
*isym
, asection
*sec
,
993 bfd_boolean definition
, bfd_boolean dynamic
)
995 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
997 /* If st_other has a processor-specific meaning, specific
998 code might be needed here. */
999 if (bed
->elf_backend_merge_symbol_attribute
)
1000 (*bed
->elf_backend_merge_symbol_attribute
) (h
, isym
, definition
,
1005 unsigned symvis
= ELF_ST_VISIBILITY (isym
->st_other
);
1006 unsigned hvis
= ELF_ST_VISIBILITY (h
->other
);
1008 /* Keep the most constraining visibility. Leave the remainder
1009 of the st_other field to elf_backend_merge_symbol_attribute. */
1010 if (symvis
- 1 < hvis
- 1)
1011 h
->other
= symvis
| (h
->other
& ~ELF_ST_VISIBILITY (-1));
1014 && ELF_ST_VISIBILITY (isym
->st_other
) != STV_DEFAULT
1015 && (sec
->flags
& SEC_READONLY
) == 0)
1016 h
->protected_def
= 1;
1019 /* This function is called when we want to merge a new symbol with an
1020 existing symbol. It handles the various cases which arise when we
1021 find a definition in a dynamic object, or when there is already a
1022 definition in a dynamic object. The new symbol is described by
1023 NAME, SYM, PSEC, and PVALUE. We set SYM_HASH to the hash table
1024 entry. We set POLDBFD to the old symbol's BFD. We set POLD_WEAK
1025 if the old symbol was weak. We set POLD_ALIGNMENT to the alignment
1026 of an old common symbol. We set OVERRIDE if the old symbol is
1027 overriding a new definition. We set TYPE_CHANGE_OK if it is OK for
1028 the type to change. We set SIZE_CHANGE_OK if it is OK for the size
1029 to change. By OK to change, we mean that we shouldn't warn if the
1030 type or size does change. */
1033 _bfd_elf_merge_symbol (bfd
*abfd
,
1034 struct bfd_link_info
*info
,
1036 Elf_Internal_Sym
*sym
,
1039 struct elf_link_hash_entry
**sym_hash
,
1041 bfd_boolean
*pold_weak
,
1042 unsigned int *pold_alignment
,
1044 bfd_boolean
*override
,
1045 bfd_boolean
*type_change_ok
,
1046 bfd_boolean
*size_change_ok
,
1047 bfd_boolean
*matched
)
1049 asection
*sec
, *oldsec
;
1050 struct elf_link_hash_entry
*h
;
1051 struct elf_link_hash_entry
*hi
;
1052 struct elf_link_hash_entry
*flip
;
1055 bfd_boolean newdyn
, olddyn
, olddef
, newdef
, newdyncommon
, olddyncommon
;
1056 bfd_boolean newweak
, oldweak
, newfunc
, oldfunc
;
1057 const struct elf_backend_data
*bed
;
1059 bfd_boolean default_sym
= *matched
;
1065 bind
= ELF_ST_BIND (sym
->st_info
);
1067 if (! bfd_is_und_section (sec
))
1068 h
= elf_link_hash_lookup (elf_hash_table (info
), name
, TRUE
, FALSE
, FALSE
);
1070 h
= ((struct elf_link_hash_entry
*)
1071 bfd_wrapped_link_hash_lookup (abfd
, info
, name
, TRUE
, FALSE
, FALSE
));
1076 bed
= get_elf_backend_data (abfd
);
1078 /* NEW_VERSION is the symbol version of the new symbol. */
1079 if (h
->versioned
!= unversioned
)
1081 /* Symbol version is unknown or versioned. */
1082 new_version
= strrchr (name
, ELF_VER_CHR
);
1085 if (h
->versioned
== unknown
)
1087 if (new_version
> name
&& new_version
[-1] != ELF_VER_CHR
)
1088 h
->versioned
= versioned_hidden
;
1090 h
->versioned
= versioned
;
1093 if (new_version
[0] == '\0')
1097 h
->versioned
= unversioned
;
1102 /* For merging, we only care about real symbols. But we need to make
1103 sure that indirect symbol dynamic flags are updated. */
1105 while (h
->root
.type
== bfd_link_hash_indirect
1106 || h
->root
.type
== bfd_link_hash_warning
)
1107 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
1111 if (hi
== h
|| h
->root
.type
== bfd_link_hash_new
)
1115 /* OLD_HIDDEN is true if the existing symbol is only visible
1116 to the symbol with the same symbol version. NEW_HIDDEN is
1117 true if the new symbol is only visible to the symbol with
1118 the same symbol version. */
1119 bfd_boolean old_hidden
= h
->versioned
== versioned_hidden
;
1120 bfd_boolean new_hidden
= hi
->versioned
== versioned_hidden
;
1121 if (!old_hidden
&& !new_hidden
)
1122 /* The new symbol matches the existing symbol if both
1127 /* OLD_VERSION is the symbol version of the existing
1131 if (h
->versioned
>= versioned
)
1132 old_version
= strrchr (h
->root
.root
.string
,
1137 /* The new symbol matches the existing symbol if they
1138 have the same symbol version. */
1139 *matched
= (old_version
== new_version
1140 || (old_version
!= NULL
1141 && new_version
!= NULL
1142 && strcmp (old_version
, new_version
) == 0));
1147 /* OLDBFD and OLDSEC are a BFD and an ASECTION associated with the
1152 switch (h
->root
.type
)
1157 case bfd_link_hash_undefined
:
1158 case bfd_link_hash_undefweak
:
1159 oldbfd
= h
->root
.u
.undef
.abfd
;
1162 case bfd_link_hash_defined
:
1163 case bfd_link_hash_defweak
:
1164 oldbfd
= h
->root
.u
.def
.section
->owner
;
1165 oldsec
= h
->root
.u
.def
.section
;
1168 case bfd_link_hash_common
:
1169 oldbfd
= h
->root
.u
.c
.p
->section
->owner
;
1170 oldsec
= h
->root
.u
.c
.p
->section
;
1172 *pold_alignment
= h
->root
.u
.c
.p
->alignment_power
;
1175 if (poldbfd
&& *poldbfd
== NULL
)
1178 /* Differentiate strong and weak symbols. */
1179 newweak
= bind
== STB_WEAK
;
1180 oldweak
= (h
->root
.type
== bfd_link_hash_defweak
1181 || h
->root
.type
== bfd_link_hash_undefweak
);
1183 *pold_weak
= oldweak
;
1185 /* We have to check it for every instance since the first few may be
1186 references and not all compilers emit symbol type for undefined
1188 bfd_elf_link_mark_dynamic_symbol (info
, h
, sym
);
1190 /* NEWDYN and OLDDYN indicate whether the new or old symbol,
1191 respectively, is from a dynamic object. */
1193 newdyn
= (abfd
->flags
& DYNAMIC
) != 0;
1195 /* ref_dynamic_nonweak and dynamic_def flags track actual undefined
1196 syms and defined syms in dynamic libraries respectively.
1197 ref_dynamic on the other hand can be set for a symbol defined in
1198 a dynamic library, and def_dynamic may not be set; When the
1199 definition in a dynamic lib is overridden by a definition in the
1200 executable use of the symbol in the dynamic lib becomes a
1201 reference to the executable symbol. */
1204 if (bfd_is_und_section (sec
))
1206 if (bind
!= STB_WEAK
)
1208 h
->ref_dynamic_nonweak
= 1;
1209 hi
->ref_dynamic_nonweak
= 1;
1214 /* Update the existing symbol only if they match. */
1217 hi
->dynamic_def
= 1;
1221 /* If we just created the symbol, mark it as being an ELF symbol.
1222 Other than that, there is nothing to do--there is no merge issue
1223 with a newly defined symbol--so we just return. */
1225 if (h
->root
.type
== bfd_link_hash_new
)
1231 /* In cases involving weak versioned symbols, we may wind up trying
1232 to merge a symbol with itself. Catch that here, to avoid the
1233 confusion that results if we try to override a symbol with
1234 itself. The additional tests catch cases like
1235 _GLOBAL_OFFSET_TABLE_, which are regular symbols defined in a
1236 dynamic object, which we do want to handle here. */
1238 && (newweak
|| oldweak
)
1239 && ((abfd
->flags
& DYNAMIC
) == 0
1240 || !h
->def_regular
))
1245 olddyn
= (oldbfd
->flags
& DYNAMIC
) != 0;
1246 else if (oldsec
!= NULL
)
1248 /* This handles the special SHN_MIPS_{TEXT,DATA} section
1249 indices used by MIPS ELF. */
1250 olddyn
= (oldsec
->symbol
->flags
& BSF_DYNAMIC
) != 0;
1253 /* Handle a case where plugin_notice won't be called and thus won't
1254 set the non_ir_ref flags on the first pass over symbols. */
1256 && (oldbfd
->flags
& BFD_PLUGIN
) != (abfd
->flags
& BFD_PLUGIN
)
1257 && newdyn
!= olddyn
)
1259 h
->root
.non_ir_ref_dynamic
= TRUE
;
1260 hi
->root
.non_ir_ref_dynamic
= TRUE
;
1263 /* NEWDEF and OLDDEF indicate whether the new or old symbol,
1264 respectively, appear to be a definition rather than reference. */
1266 newdef
= !bfd_is_und_section (sec
) && !bfd_is_com_section (sec
);
1268 olddef
= (h
->root
.type
!= bfd_link_hash_undefined
1269 && h
->root
.type
!= bfd_link_hash_undefweak
1270 && h
->root
.type
!= bfd_link_hash_common
);
1272 /* NEWFUNC and OLDFUNC indicate whether the new or old symbol,
1273 respectively, appear to be a function. */
1275 newfunc
= (ELF_ST_TYPE (sym
->st_info
) != STT_NOTYPE
1276 && bed
->is_function_type (ELF_ST_TYPE (sym
->st_info
)));
1278 oldfunc
= (h
->type
!= STT_NOTYPE
1279 && bed
->is_function_type (h
->type
));
1281 if (!(newfunc
&& oldfunc
)
1282 && ELF_ST_TYPE (sym
->st_info
) != h
->type
1283 && ELF_ST_TYPE (sym
->st_info
) != STT_NOTYPE
1284 && h
->type
!= STT_NOTYPE
1285 && (newdef
|| bfd_is_com_section (sec
))
1286 && (olddef
|| h
->root
.type
== bfd_link_hash_common
))
1288 /* If creating a default indirect symbol ("foo" or "foo@") from
1289 a dynamic versioned definition ("foo@@") skip doing so if
1290 there is an existing regular definition with a different
1291 type. We don't want, for example, a "time" variable in the
1292 executable overriding a "time" function in a shared library. */
1300 /* When adding a symbol from a regular object file after we have
1301 created indirect symbols, undo the indirection and any
1308 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
1309 h
->forced_local
= 0;
1313 if (h
->root
.u
.undef
.next
|| info
->hash
->undefs_tail
== &h
->root
)
1315 h
->root
.type
= bfd_link_hash_undefined
;
1316 h
->root
.u
.undef
.abfd
= abfd
;
1320 h
->root
.type
= bfd_link_hash_new
;
1321 h
->root
.u
.undef
.abfd
= NULL
;
1327 /* Check TLS symbols. We don't check undefined symbols introduced
1328 by "ld -u" which have no type (and oldbfd NULL), and we don't
1329 check symbols from plugins because they also have no type. */
1331 && (oldbfd
->flags
& BFD_PLUGIN
) == 0
1332 && (abfd
->flags
& BFD_PLUGIN
) == 0
1333 && ELF_ST_TYPE (sym
->st_info
) != h
->type
1334 && (ELF_ST_TYPE (sym
->st_info
) == STT_TLS
|| h
->type
== STT_TLS
))
1337 bfd_boolean ntdef
, tdef
;
1338 asection
*ntsec
, *tsec
;
1340 if (h
->type
== STT_TLS
)
1361 /* xgettext:c-format */
1362 (_("%s: TLS definition in %pB section %pA "
1363 "mismatches non-TLS definition in %pB section %pA"),
1364 h
->root
.root
.string
, tbfd
, tsec
, ntbfd
, ntsec
);
1365 else if (!tdef
&& !ntdef
)
1367 /* xgettext:c-format */
1368 (_("%s: TLS reference in %pB "
1369 "mismatches non-TLS reference in %pB"),
1370 h
->root
.root
.string
, tbfd
, ntbfd
);
1373 /* xgettext:c-format */
1374 (_("%s: TLS definition in %pB section %pA "
1375 "mismatches non-TLS reference in %pB"),
1376 h
->root
.root
.string
, tbfd
, tsec
, ntbfd
);
1379 /* xgettext:c-format */
1380 (_("%s: TLS reference in %pB "
1381 "mismatches non-TLS definition in %pB section %pA"),
1382 h
->root
.root
.string
, tbfd
, ntbfd
, ntsec
);
1384 bfd_set_error (bfd_error_bad_value
);
1388 /* If the old symbol has non-default visibility, we ignore the new
1389 definition from a dynamic object. */
1391 && ELF_ST_VISIBILITY (h
->other
) != STV_DEFAULT
1392 && !bfd_is_und_section (sec
))
1395 /* Make sure this symbol is dynamic. */
1397 hi
->ref_dynamic
= 1;
1398 /* A protected symbol has external availability. Make sure it is
1399 recorded as dynamic.
1401 FIXME: Should we check type and size for protected symbol? */
1402 if (ELF_ST_VISIBILITY (h
->other
) == STV_PROTECTED
)
1403 return bfd_elf_link_record_dynamic_symbol (info
, h
);
1408 && ELF_ST_VISIBILITY (sym
->st_other
) != STV_DEFAULT
1411 /* If the new symbol with non-default visibility comes from a
1412 relocatable file and the old definition comes from a dynamic
1413 object, we remove the old definition. */
1414 if (hi
->root
.type
== bfd_link_hash_indirect
)
1416 /* Handle the case where the old dynamic definition is
1417 default versioned. We need to copy the symbol info from
1418 the symbol with default version to the normal one if it
1419 was referenced before. */
1422 hi
->root
.type
= h
->root
.type
;
1423 h
->root
.type
= bfd_link_hash_indirect
;
1424 (*bed
->elf_backend_copy_indirect_symbol
) (info
, hi
, h
);
1426 h
->root
.u
.i
.link
= (struct bfd_link_hash_entry
*) hi
;
1427 if (ELF_ST_VISIBILITY (sym
->st_other
) != STV_PROTECTED
)
1429 /* If the new symbol is hidden or internal, completely undo
1430 any dynamic link state. */
1431 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
1432 h
->forced_local
= 0;
1439 /* FIXME: Should we check type and size for protected symbol? */
1449 /* If the old symbol was undefined before, then it will still be
1450 on the undefs list. If the new symbol is undefined or
1451 common, we can't make it bfd_link_hash_new here, because new
1452 undefined or common symbols will be added to the undefs list
1453 by _bfd_generic_link_add_one_symbol. Symbols may not be
1454 added twice to the undefs list. Also, if the new symbol is
1455 undefweak then we don't want to lose the strong undef. */
1456 if (h
->root
.u
.undef
.next
|| info
->hash
->undefs_tail
== &h
->root
)
1458 h
->root
.type
= bfd_link_hash_undefined
;
1459 h
->root
.u
.undef
.abfd
= abfd
;
1463 h
->root
.type
= bfd_link_hash_new
;
1464 h
->root
.u
.undef
.abfd
= NULL
;
1467 if (ELF_ST_VISIBILITY (sym
->st_other
) != STV_PROTECTED
)
1469 /* If the new symbol is hidden or internal, completely undo
1470 any dynamic link state. */
1471 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
1472 h
->forced_local
= 0;
1478 /* FIXME: Should we check type and size for protected symbol? */
1484 /* If a new weak symbol definition comes from a regular file and the
1485 old symbol comes from a dynamic library, we treat the new one as
1486 strong. Similarly, an old weak symbol definition from a regular
1487 file is treated as strong when the new symbol comes from a dynamic
1488 library. Further, an old weak symbol from a dynamic library is
1489 treated as strong if the new symbol is from a dynamic library.
1490 This reflects the way glibc's ld.so works.
1492 Also allow a weak symbol to override a linker script symbol
1493 defined by an early pass over the script. This is done so the
1494 linker knows the symbol is defined in an object file, for the
1495 DEFINED script function.
1497 Do this before setting *type_change_ok or *size_change_ok so that
1498 we warn properly when dynamic library symbols are overridden. */
1500 if (newdef
&& !newdyn
&& (olddyn
|| h
->root
.ldscript_def
))
1502 if (olddef
&& newdyn
)
1505 /* Allow changes between different types of function symbol. */
1506 if (newfunc
&& oldfunc
)
1507 *type_change_ok
= TRUE
;
1509 /* It's OK to change the type if either the existing symbol or the
1510 new symbol is weak. A type change is also OK if the old symbol
1511 is undefined and the new symbol is defined. */
1516 && h
->root
.type
== bfd_link_hash_undefined
))
1517 *type_change_ok
= TRUE
;
1519 /* It's OK to change the size if either the existing symbol or the
1520 new symbol is weak, or if the old symbol is undefined. */
1523 || h
->root
.type
== bfd_link_hash_undefined
)
1524 *size_change_ok
= TRUE
;
1526 /* NEWDYNCOMMON and OLDDYNCOMMON indicate whether the new or old
1527 symbol, respectively, appears to be a common symbol in a dynamic
1528 object. If a symbol appears in an uninitialized section, and is
1529 not weak, and is not a function, then it may be a common symbol
1530 which was resolved when the dynamic object was created. We want
1531 to treat such symbols specially, because they raise special
1532 considerations when setting the symbol size: if the symbol
1533 appears as a common symbol in a regular object, and the size in
1534 the regular object is larger, we must make sure that we use the
1535 larger size. This problematic case can always be avoided in C,
1536 but it must be handled correctly when using Fortran shared
1539 Note that if NEWDYNCOMMON is set, NEWDEF will be set, and
1540 likewise for OLDDYNCOMMON and OLDDEF.
1542 Note that this test is just a heuristic, and that it is quite
1543 possible to have an uninitialized symbol in a shared object which
1544 is really a definition, rather than a common symbol. This could
1545 lead to some minor confusion when the symbol really is a common
1546 symbol in some regular object. However, I think it will be
1552 && (sec
->flags
& SEC_ALLOC
) != 0
1553 && (sec
->flags
& SEC_LOAD
) == 0
1556 newdyncommon
= TRUE
;
1558 newdyncommon
= FALSE
;
1562 && h
->root
.type
== bfd_link_hash_defined
1564 && (h
->root
.u
.def
.section
->flags
& SEC_ALLOC
) != 0
1565 && (h
->root
.u
.def
.section
->flags
& SEC_LOAD
) == 0
1568 olddyncommon
= TRUE
;
1570 olddyncommon
= FALSE
;
1572 /* We now know everything about the old and new symbols. We ask the
1573 backend to check if we can merge them. */
1574 if (bed
->merge_symbol
!= NULL
)
1576 if (!bed
->merge_symbol (h
, sym
, psec
, newdef
, olddef
, oldbfd
, oldsec
))
1581 /* There are multiple definitions of a normal symbol. Skip the
1582 default symbol as well as definition from an IR object. */
1583 if (olddef
&& !olddyn
&& !oldweak
&& newdef
&& !newdyn
&& !newweak
1584 && !default_sym
&& h
->def_regular
1586 && (oldbfd
->flags
& BFD_PLUGIN
) != 0
1587 && (abfd
->flags
& BFD_PLUGIN
) == 0))
1589 /* Handle a multiple definition. */
1590 (*info
->callbacks
->multiple_definition
) (info
, &h
->root
,
1591 abfd
, sec
, *pvalue
);
1596 /* If both the old and the new symbols look like common symbols in a
1597 dynamic object, set the size of the symbol to the larger of the
1602 && sym
->st_size
!= h
->size
)
1604 /* Since we think we have two common symbols, issue a multiple
1605 common warning if desired. Note that we only warn if the
1606 size is different. If the size is the same, we simply let
1607 the old symbol override the new one as normally happens with
1608 symbols defined in dynamic objects. */
1610 (*info
->callbacks
->multiple_common
) (info
, &h
->root
, abfd
,
1611 bfd_link_hash_common
, sym
->st_size
);
1612 if (sym
->st_size
> h
->size
)
1613 h
->size
= sym
->st_size
;
1615 *size_change_ok
= TRUE
;
1618 /* If we are looking at a dynamic object, and we have found a
1619 definition, we need to see if the symbol was already defined by
1620 some other object. If so, we want to use the existing
1621 definition, and we do not want to report a multiple symbol
1622 definition error; we do this by clobbering *PSEC to be
1623 bfd_und_section_ptr.
1625 We treat a common symbol as a definition if the symbol in the
1626 shared library is a function, since common symbols always
1627 represent variables; this can cause confusion in principle, but
1628 any such confusion would seem to indicate an erroneous program or
1629 shared library. We also permit a common symbol in a regular
1630 object to override a weak symbol in a shared object. */
1635 || (h
->root
.type
== bfd_link_hash_common
1636 && (newweak
|| newfunc
))))
1640 newdyncommon
= FALSE
;
1642 *psec
= sec
= bfd_und_section_ptr
;
1643 *size_change_ok
= TRUE
;
1645 /* If we get here when the old symbol is a common symbol, then
1646 we are explicitly letting it override a weak symbol or
1647 function in a dynamic object, and we don't want to warn about
1648 a type change. If the old symbol is a defined symbol, a type
1649 change warning may still be appropriate. */
1651 if (h
->root
.type
== bfd_link_hash_common
)
1652 *type_change_ok
= TRUE
;
1655 /* Handle the special case of an old common symbol merging with a
1656 new symbol which looks like a common symbol in a shared object.
1657 We change *PSEC and *PVALUE to make the new symbol look like a
1658 common symbol, and let _bfd_generic_link_add_one_symbol do the
1662 && h
->root
.type
== bfd_link_hash_common
)
1666 newdyncommon
= FALSE
;
1667 *pvalue
= sym
->st_size
;
1668 *psec
= sec
= bed
->common_section (oldsec
);
1669 *size_change_ok
= TRUE
;
1672 /* Skip weak definitions of symbols that are already defined. */
1673 if (newdef
&& olddef
&& newweak
)
1675 /* Don't skip new non-IR weak syms. */
1676 if (!(oldbfd
!= NULL
1677 && (oldbfd
->flags
& BFD_PLUGIN
) != 0
1678 && (abfd
->flags
& BFD_PLUGIN
) == 0))
1684 /* Merge st_other. If the symbol already has a dynamic index,
1685 but visibility says it should not be visible, turn it into a
1687 elf_merge_st_other (abfd
, h
, sym
, sec
, newdef
, newdyn
);
1688 if (h
->dynindx
!= -1)
1689 switch (ELF_ST_VISIBILITY (h
->other
))
1693 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
1698 /* If the old symbol is from a dynamic object, and the new symbol is
1699 a definition which is not from a dynamic object, then the new
1700 symbol overrides the old symbol. Symbols from regular files
1701 always take precedence over symbols from dynamic objects, even if
1702 they are defined after the dynamic object in the link.
1704 As above, we again permit a common symbol in a regular object to
1705 override a definition in a shared object if the shared object
1706 symbol is a function or is weak. */
1711 || (bfd_is_com_section (sec
)
1712 && (oldweak
|| oldfunc
)))
1717 /* Change the hash table entry to undefined, and let
1718 _bfd_generic_link_add_one_symbol do the right thing with the
1721 h
->root
.type
= bfd_link_hash_undefined
;
1722 h
->root
.u
.undef
.abfd
= h
->root
.u
.def
.section
->owner
;
1723 *size_change_ok
= TRUE
;
1726 olddyncommon
= FALSE
;
1728 /* We again permit a type change when a common symbol may be
1729 overriding a function. */
1731 if (bfd_is_com_section (sec
))
1735 /* If a common symbol overrides a function, make sure
1736 that it isn't defined dynamically nor has type
1739 h
->type
= STT_NOTYPE
;
1741 *type_change_ok
= TRUE
;
1744 if (hi
->root
.type
== bfd_link_hash_indirect
)
1747 /* This union may have been set to be non-NULL when this symbol
1748 was seen in a dynamic object. We must force the union to be
1749 NULL, so that it is correct for a regular symbol. */
1750 h
->verinfo
.vertree
= NULL
;
1753 /* Handle the special case of a new common symbol merging with an
1754 old symbol that looks like it might be a common symbol defined in
1755 a shared object. Note that we have already handled the case in
1756 which a new common symbol should simply override the definition
1757 in the shared library. */
1760 && bfd_is_com_section (sec
)
1763 /* It would be best if we could set the hash table entry to a
1764 common symbol, but we don't know what to use for the section
1765 or the alignment. */
1766 (*info
->callbacks
->multiple_common
) (info
, &h
->root
, abfd
,
1767 bfd_link_hash_common
, sym
->st_size
);
1769 /* If the presumed common symbol in the dynamic object is
1770 larger, pretend that the new symbol has its size. */
1772 if (h
->size
> *pvalue
)
1775 /* We need to remember the alignment required by the symbol
1776 in the dynamic object. */
1777 BFD_ASSERT (pold_alignment
);
1778 *pold_alignment
= h
->root
.u
.def
.section
->alignment_power
;
1781 olddyncommon
= FALSE
;
1783 h
->root
.type
= bfd_link_hash_undefined
;
1784 h
->root
.u
.undef
.abfd
= h
->root
.u
.def
.section
->owner
;
1786 *size_change_ok
= TRUE
;
1787 *type_change_ok
= TRUE
;
1789 if (hi
->root
.type
== bfd_link_hash_indirect
)
1792 h
->verinfo
.vertree
= NULL
;
1797 /* Handle the case where we had a versioned symbol in a dynamic
1798 library and now find a definition in a normal object. In this
1799 case, we make the versioned symbol point to the normal one. */
1800 flip
->root
.type
= h
->root
.type
;
1801 flip
->root
.u
.undef
.abfd
= h
->root
.u
.undef
.abfd
;
1802 h
->root
.type
= bfd_link_hash_indirect
;
1803 h
->root
.u
.i
.link
= (struct bfd_link_hash_entry
*) flip
;
1804 (*bed
->elf_backend_copy_indirect_symbol
) (info
, flip
, h
);
1808 flip
->ref_dynamic
= 1;
1815 /* This function is called to create an indirect symbol from the
1816 default for the symbol with the default version if needed. The
1817 symbol is described by H, NAME, SYM, SEC, and VALUE. We
1818 set DYNSYM if the new indirect symbol is dynamic. */
1821 _bfd_elf_add_default_symbol (bfd
*abfd
,
1822 struct bfd_link_info
*info
,
1823 struct elf_link_hash_entry
*h
,
1825 Elf_Internal_Sym
*sym
,
1829 bfd_boolean
*dynsym
)
1831 bfd_boolean type_change_ok
;
1832 bfd_boolean size_change_ok
;
1835 struct elf_link_hash_entry
*hi
;
1836 struct bfd_link_hash_entry
*bh
;
1837 const struct elf_backend_data
*bed
;
1838 bfd_boolean collect
;
1839 bfd_boolean dynamic
;
1840 bfd_boolean override
;
1842 size_t len
, shortlen
;
1844 bfd_boolean matched
;
1846 if (h
->versioned
== unversioned
|| h
->versioned
== versioned_hidden
)
1849 /* If this symbol has a version, and it is the default version, we
1850 create an indirect symbol from the default name to the fully
1851 decorated name. This will cause external references which do not
1852 specify a version to be bound to this version of the symbol. */
1853 p
= strchr (name
, ELF_VER_CHR
);
1854 if (h
->versioned
== unknown
)
1858 h
->versioned
= unversioned
;
1863 if (p
[1] != ELF_VER_CHR
)
1865 h
->versioned
= versioned_hidden
;
1869 h
->versioned
= versioned
;
1874 /* PR ld/19073: We may see an unversioned definition after the
1880 bed
= get_elf_backend_data (abfd
);
1881 collect
= bed
->collect
;
1882 dynamic
= (abfd
->flags
& DYNAMIC
) != 0;
1884 shortlen
= p
- name
;
1885 shortname
= (char *) bfd_hash_allocate (&info
->hash
->table
, shortlen
+ 1);
1886 if (shortname
== NULL
)
1888 memcpy (shortname
, name
, shortlen
);
1889 shortname
[shortlen
] = '\0';
1891 /* We are going to create a new symbol. Merge it with any existing
1892 symbol with this name. For the purposes of the merge, act as
1893 though we were defining the symbol we just defined, although we
1894 actually going to define an indirect symbol. */
1895 type_change_ok
= FALSE
;
1896 size_change_ok
= FALSE
;
1899 if (!_bfd_elf_merge_symbol (abfd
, info
, shortname
, sym
, &tmp_sec
, &value
,
1900 &hi
, poldbfd
, NULL
, NULL
, &skip
, &override
,
1901 &type_change_ok
, &size_change_ok
, &matched
))
1907 if (hi
->def_regular
|| ELF_COMMON_DEF_P (hi
))
1909 /* If the undecorated symbol will have a version added by a
1910 script different to H, then don't indirect to/from the
1911 undecorated symbol. This isn't ideal because we may not yet
1912 have seen symbol versions, if given by a script on the
1913 command line rather than via --version-script. */
1914 if (hi
->verinfo
.vertree
== NULL
&& info
->version_info
!= NULL
)
1919 = bfd_find_version_for_sym (info
->version_info
,
1920 hi
->root
.root
.string
, &hide
);
1921 if (hi
->verinfo
.vertree
!= NULL
&& hide
)
1923 (*bed
->elf_backend_hide_symbol
) (info
, hi
, TRUE
);
1927 if (hi
->verinfo
.vertree
!= NULL
1928 && strcmp (p
+ 1 + (p
[1] == '@'), hi
->verinfo
.vertree
->name
) != 0)
1934 /* Add the default symbol if not performing a relocatable link. */
1935 if (! bfd_link_relocatable (info
))
1938 if (bh
->type
== bfd_link_hash_defined
1939 && bh
->u
.def
.section
->owner
!= NULL
1940 && (bh
->u
.def
.section
->owner
->flags
& BFD_PLUGIN
) != 0)
1942 /* Mark the previous definition from IR object as
1943 undefined so that the generic linker will override
1945 bh
->type
= bfd_link_hash_undefined
;
1946 bh
->u
.undef
.abfd
= bh
->u
.def
.section
->owner
;
1948 if (! (_bfd_generic_link_add_one_symbol
1949 (info
, abfd
, shortname
, BSF_INDIRECT
,
1950 bfd_ind_section_ptr
,
1951 0, name
, FALSE
, collect
, &bh
)))
1953 hi
= (struct elf_link_hash_entry
*) bh
;
1958 /* In this case the symbol named SHORTNAME is overriding the
1959 indirect symbol we want to add. We were planning on making
1960 SHORTNAME an indirect symbol referring to NAME. SHORTNAME
1961 is the name without a version. NAME is the fully versioned
1962 name, and it is the default version.
1964 Overriding means that we already saw a definition for the
1965 symbol SHORTNAME in a regular object, and it is overriding
1966 the symbol defined in the dynamic object.
1968 When this happens, we actually want to change NAME, the
1969 symbol we just added, to refer to SHORTNAME. This will cause
1970 references to NAME in the shared object to become references
1971 to SHORTNAME in the regular object. This is what we expect
1972 when we override a function in a shared object: that the
1973 references in the shared object will be mapped to the
1974 definition in the regular object. */
1976 while (hi
->root
.type
== bfd_link_hash_indirect
1977 || hi
->root
.type
== bfd_link_hash_warning
)
1978 hi
= (struct elf_link_hash_entry
*) hi
->root
.u
.i
.link
;
1980 h
->root
.type
= bfd_link_hash_indirect
;
1981 h
->root
.u
.i
.link
= (struct bfd_link_hash_entry
*) hi
;
1985 hi
->ref_dynamic
= 1;
1989 if (! bfd_elf_link_record_dynamic_symbol (info
, hi
))
1994 /* Now set HI to H, so that the following code will set the
1995 other fields correctly. */
1999 /* Check if HI is a warning symbol. */
2000 if (hi
->root
.type
== bfd_link_hash_warning
)
2001 hi
= (struct elf_link_hash_entry
*) hi
->root
.u
.i
.link
;
2003 /* If there is a duplicate definition somewhere, then HI may not
2004 point to an indirect symbol. We will have reported an error to
2005 the user in that case. */
2007 if (hi
->root
.type
== bfd_link_hash_indirect
)
2009 struct elf_link_hash_entry
*ht
;
2011 ht
= (struct elf_link_hash_entry
*) hi
->root
.u
.i
.link
;
2012 (*bed
->elf_backend_copy_indirect_symbol
) (info
, ht
, hi
);
2014 /* A reference to the SHORTNAME symbol from a dynamic library
2015 will be satisfied by the versioned symbol at runtime. In
2016 effect, we have a reference to the versioned symbol. */
2017 ht
->ref_dynamic_nonweak
|= hi
->ref_dynamic_nonweak
;
2018 hi
->dynamic_def
|= ht
->dynamic_def
;
2020 /* See if the new flags lead us to realize that the symbol must
2026 if (! bfd_link_executable (info
)
2033 if (hi
->ref_regular
)
2039 /* We also need to define an indirection from the nondefault version
2043 len
= strlen (name
);
2044 shortname
= (char *) bfd_hash_allocate (&info
->hash
->table
, len
);
2045 if (shortname
== NULL
)
2047 memcpy (shortname
, name
, shortlen
);
2048 memcpy (shortname
+ shortlen
, p
+ 1, len
- shortlen
);
2050 /* Once again, merge with any existing symbol. */
2051 type_change_ok
= FALSE
;
2052 size_change_ok
= FALSE
;
2054 if (!_bfd_elf_merge_symbol (abfd
, info
, shortname
, sym
, &tmp_sec
, &value
,
2055 &hi
, poldbfd
, NULL
, NULL
, &skip
, &override
,
2056 &type_change_ok
, &size_change_ok
, &matched
))
2064 /* Here SHORTNAME is a versioned name, so we don't expect to see
2065 the type of override we do in the case above unless it is
2066 overridden by a versioned definition. */
2067 if (hi
->root
.type
!= bfd_link_hash_defined
2068 && hi
->root
.type
!= bfd_link_hash_defweak
)
2070 /* xgettext:c-format */
2071 (_("%pB: unexpected redefinition of indirect versioned symbol `%s'"),
2077 if (! (_bfd_generic_link_add_one_symbol
2078 (info
, abfd
, shortname
, BSF_INDIRECT
,
2079 bfd_ind_section_ptr
, 0, name
, FALSE
, collect
, &bh
)))
2081 hi
= (struct elf_link_hash_entry
*) bh
;
2083 /* If there is a duplicate definition somewhere, then HI may not
2084 point to an indirect symbol. We will have reported an error
2085 to the user in that case. */
2087 if (hi
->root
.type
== bfd_link_hash_indirect
)
2089 (*bed
->elf_backend_copy_indirect_symbol
) (info
, h
, hi
);
2090 h
->ref_dynamic_nonweak
|= hi
->ref_dynamic_nonweak
;
2091 hi
->dynamic_def
|= h
->dynamic_def
;
2093 /* See if the new flags lead us to realize that the symbol
2099 if (! bfd_link_executable (info
)
2105 if (hi
->ref_regular
)
2115 /* This routine is used to export all defined symbols into the dynamic
2116 symbol table. It is called via elf_link_hash_traverse. */
2119 _bfd_elf_export_symbol (struct elf_link_hash_entry
*h
, void *data
)
2121 struct elf_info_failed
*eif
= (struct elf_info_failed
*) data
;
2123 /* Ignore indirect symbols. These are added by the versioning code. */
2124 if (h
->root
.type
== bfd_link_hash_indirect
)
2127 /* Ignore this if we won't export it. */
2128 if (!eif
->info
->export_dynamic
&& !h
->dynamic
)
2131 if (h
->dynindx
== -1
2132 && (h
->def_regular
|| h
->ref_regular
)
2133 && ! bfd_hide_sym_by_version (eif
->info
->version_info
,
2134 h
->root
.root
.string
))
2136 if (! bfd_elf_link_record_dynamic_symbol (eif
->info
, h
))
2146 /* Look through the symbols which are defined in other shared
2147 libraries and referenced here. Update the list of version
2148 dependencies. This will be put into the .gnu.version_r section.
2149 This function is called via elf_link_hash_traverse. */
2152 _bfd_elf_link_find_version_dependencies (struct elf_link_hash_entry
*h
,
2155 struct elf_find_verdep_info
*rinfo
= (struct elf_find_verdep_info
*) data
;
2156 Elf_Internal_Verneed
*t
;
2157 Elf_Internal_Vernaux
*a
;
2160 /* We only care about symbols defined in shared objects with version
2165 || h
->verinfo
.verdef
== NULL
2166 || (elf_dyn_lib_class (h
->verinfo
.verdef
->vd_bfd
)
2167 & (DYN_AS_NEEDED
| DYN_DT_NEEDED
| DYN_NO_NEEDED
)))
2170 /* See if we already know about this version. */
2171 for (t
= elf_tdata (rinfo
->info
->output_bfd
)->verref
;
2175 if (t
->vn_bfd
!= h
->verinfo
.verdef
->vd_bfd
)
2178 for (a
= t
->vn_auxptr
; a
!= NULL
; a
= a
->vna_nextptr
)
2179 if (a
->vna_nodename
== h
->verinfo
.verdef
->vd_nodename
)
2185 /* This is a new version. Add it to tree we are building. */
2190 t
= (Elf_Internal_Verneed
*) bfd_zalloc (rinfo
->info
->output_bfd
, amt
);
2193 rinfo
->failed
= TRUE
;
2197 t
->vn_bfd
= h
->verinfo
.verdef
->vd_bfd
;
2198 t
->vn_nextref
= elf_tdata (rinfo
->info
->output_bfd
)->verref
;
2199 elf_tdata (rinfo
->info
->output_bfd
)->verref
= t
;
2203 a
= (Elf_Internal_Vernaux
*) bfd_zalloc (rinfo
->info
->output_bfd
, amt
);
2206 rinfo
->failed
= TRUE
;
2210 /* Note that we are copying a string pointer here, and testing it
2211 above. If bfd_elf_string_from_elf_section is ever changed to
2212 discard the string data when low in memory, this will have to be
2214 a
->vna_nodename
= h
->verinfo
.verdef
->vd_nodename
;
2216 a
->vna_flags
= h
->verinfo
.verdef
->vd_flags
;
2217 a
->vna_nextptr
= t
->vn_auxptr
;
2219 h
->verinfo
.verdef
->vd_exp_refno
= rinfo
->vers
;
2222 a
->vna_other
= h
->verinfo
.verdef
->vd_exp_refno
+ 1;
2229 /* Return TRUE and set *HIDE to TRUE if the versioned symbol is
2230 hidden. Set *T_P to NULL if there is no match. */
2233 _bfd_elf_link_hide_versioned_symbol (struct bfd_link_info
*info
,
2234 struct elf_link_hash_entry
*h
,
2235 const char *version_p
,
2236 struct bfd_elf_version_tree
**t_p
,
2239 struct bfd_elf_version_tree
*t
;
2241 /* Look for the version. If we find it, it is no longer weak. */
2242 for (t
= info
->version_info
; t
!= NULL
; t
= t
->next
)
2244 if (strcmp (t
->name
, version_p
) == 0)
2248 struct bfd_elf_version_expr
*d
;
2250 len
= version_p
- h
->root
.root
.string
;
2251 alc
= (char *) bfd_malloc (len
);
2254 memcpy (alc
, h
->root
.root
.string
, len
- 1);
2255 alc
[len
- 1] = '\0';
2256 if (alc
[len
- 2] == ELF_VER_CHR
)
2257 alc
[len
- 2] = '\0';
2259 h
->verinfo
.vertree
= t
;
2263 if (t
->globals
.list
!= NULL
)
2264 d
= (*t
->match
) (&t
->globals
, NULL
, alc
);
2266 /* See if there is anything to force this symbol to
2268 if (d
== NULL
&& t
->locals
.list
!= NULL
)
2270 d
= (*t
->match
) (&t
->locals
, NULL
, alc
);
2273 && ! info
->export_dynamic
)
2287 /* Return TRUE if the symbol H is hidden by version script. */
2290 _bfd_elf_link_hide_sym_by_version (struct bfd_link_info
*info
,
2291 struct elf_link_hash_entry
*h
)
2294 bfd_boolean hide
= FALSE
;
2295 const struct elf_backend_data
*bed
2296 = get_elf_backend_data (info
->output_bfd
);
2298 /* Version script only hides symbols defined in regular objects. */
2299 if (!h
->def_regular
&& !ELF_COMMON_DEF_P (h
))
2302 p
= strchr (h
->root
.root
.string
, ELF_VER_CHR
);
2303 if (p
!= NULL
&& h
->verinfo
.vertree
== NULL
)
2305 struct bfd_elf_version_tree
*t
;
2308 if (*p
== ELF_VER_CHR
)
2312 && _bfd_elf_link_hide_versioned_symbol (info
, h
, p
, &t
, &hide
)
2316 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
2321 /* If we don't have a version for this symbol, see if we can find
2323 if (h
->verinfo
.vertree
== NULL
&& info
->version_info
!= NULL
)
2326 = bfd_find_version_for_sym (info
->version_info
,
2327 h
->root
.root
.string
, &hide
);
2328 if (h
->verinfo
.vertree
!= NULL
&& hide
)
2330 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
2338 /* Figure out appropriate versions for all the symbols. We may not
2339 have the version number script until we have read all of the input
2340 files, so until that point we don't know which symbols should be
2341 local. This function is called via elf_link_hash_traverse. */
2344 _bfd_elf_link_assign_sym_version (struct elf_link_hash_entry
*h
, void *data
)
2346 struct elf_info_failed
*sinfo
;
2347 struct bfd_link_info
*info
;
2348 const struct elf_backend_data
*bed
;
2349 struct elf_info_failed eif
;
2353 sinfo
= (struct elf_info_failed
*) data
;
2356 /* Fix the symbol flags. */
2359 if (! _bfd_elf_fix_symbol_flags (h
, &eif
))
2362 sinfo
->failed
= TRUE
;
2366 bed
= get_elf_backend_data (info
->output_bfd
);
2368 /* We only need version numbers for symbols defined in regular
2370 if (!h
->def_regular
&& !ELF_COMMON_DEF_P (h
))
2372 /* Hide symbols defined in discarded input sections. */
2373 if ((h
->root
.type
== bfd_link_hash_defined
2374 || h
->root
.type
== bfd_link_hash_defweak
)
2375 && discarded_section (h
->root
.u
.def
.section
))
2376 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
2381 p
= strchr (h
->root
.root
.string
, ELF_VER_CHR
);
2382 if (p
!= NULL
&& h
->verinfo
.vertree
== NULL
)
2384 struct bfd_elf_version_tree
*t
;
2387 if (*p
== ELF_VER_CHR
)
2390 /* If there is no version string, we can just return out. */
2394 if (!_bfd_elf_link_hide_versioned_symbol (info
, h
, p
, &t
, &hide
))
2396 sinfo
->failed
= TRUE
;
2401 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
2403 /* If we are building an application, we need to create a
2404 version node for this version. */
2405 if (t
== NULL
&& bfd_link_executable (info
))
2407 struct bfd_elf_version_tree
**pp
;
2410 /* If we aren't going to export this symbol, we don't need
2411 to worry about it. */
2412 if (h
->dynindx
== -1)
2415 t
= (struct bfd_elf_version_tree
*) bfd_zalloc (info
->output_bfd
,
2419 sinfo
->failed
= TRUE
;
2424 t
->name_indx
= (unsigned int) -1;
2428 /* Don't count anonymous version tag. */
2429 if (sinfo
->info
->version_info
!= NULL
2430 && sinfo
->info
->version_info
->vernum
== 0)
2432 for (pp
= &sinfo
->info
->version_info
;
2436 t
->vernum
= version_index
;
2440 h
->verinfo
.vertree
= t
;
2444 /* We could not find the version for a symbol when
2445 generating a shared archive. Return an error. */
2447 /* xgettext:c-format */
2448 (_("%pB: version node not found for symbol %s"),
2449 info
->output_bfd
, h
->root
.root
.string
);
2450 bfd_set_error (bfd_error_bad_value
);
2451 sinfo
->failed
= TRUE
;
2456 /* If we don't have a version for this symbol, see if we can find
2459 && h
->verinfo
.vertree
== NULL
2460 && sinfo
->info
->version_info
!= NULL
)
2463 = bfd_find_version_for_sym (sinfo
->info
->version_info
,
2464 h
->root
.root
.string
, &hide
);
2465 if (h
->verinfo
.vertree
!= NULL
&& hide
)
2466 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
2472 /* Read and swap the relocs from the section indicated by SHDR. This
2473 may be either a REL or a RELA section. The relocations are
2474 translated into RELA relocations and stored in INTERNAL_RELOCS,
2475 which should have already been allocated to contain enough space.
2476 The EXTERNAL_RELOCS are a buffer where the external form of the
2477 relocations should be stored.
2479 Returns FALSE if something goes wrong. */
2482 elf_link_read_relocs_from_section (bfd
*abfd
,
2484 Elf_Internal_Shdr
*shdr
,
2485 void *external_relocs
,
2486 Elf_Internal_Rela
*internal_relocs
)
2488 const struct elf_backend_data
*bed
;
2489 void (*swap_in
) (bfd
*, const bfd_byte
*, Elf_Internal_Rela
*);
2490 const bfd_byte
*erela
;
2491 const bfd_byte
*erelaend
;
2492 Elf_Internal_Rela
*irela
;
2493 Elf_Internal_Shdr
*symtab_hdr
;
2496 /* Position ourselves at the start of the section. */
2497 if (bfd_seek (abfd
, shdr
->sh_offset
, SEEK_SET
) != 0)
2500 /* Read the relocations. */
2501 if (bfd_bread (external_relocs
, shdr
->sh_size
, abfd
) != shdr
->sh_size
)
2504 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
2505 nsyms
= NUM_SHDR_ENTRIES (symtab_hdr
);
2507 bed
= get_elf_backend_data (abfd
);
2509 /* Convert the external relocations to the internal format. */
2510 if (shdr
->sh_entsize
== bed
->s
->sizeof_rel
)
2511 swap_in
= bed
->s
->swap_reloc_in
;
2512 else if (shdr
->sh_entsize
== bed
->s
->sizeof_rela
)
2513 swap_in
= bed
->s
->swap_reloca_in
;
2516 bfd_set_error (bfd_error_wrong_format
);
2520 erela
= (const bfd_byte
*) external_relocs
;
2521 /* Setting erelaend like this and comparing with <= handles case of
2522 a fuzzed object with sh_size not a multiple of sh_entsize. */
2523 erelaend
= erela
+ shdr
->sh_size
- shdr
->sh_entsize
;
2524 irela
= internal_relocs
;
2525 while (erela
<= erelaend
)
2529 (*swap_in
) (abfd
, erela
, irela
);
2530 r_symndx
= ELF32_R_SYM (irela
->r_info
);
2531 if (bed
->s
->arch_size
== 64)
2535 if ((size_t) r_symndx
>= nsyms
)
2538 /* xgettext:c-format */
2539 (_("%pB: bad reloc symbol index (%#" PRIx64
" >= %#lx)"
2540 " for offset %#" PRIx64
" in section `%pA'"),
2541 abfd
, (uint64_t) r_symndx
, (unsigned long) nsyms
,
2542 (uint64_t) irela
->r_offset
, sec
);
2543 bfd_set_error (bfd_error_bad_value
);
2547 else if (r_symndx
!= STN_UNDEF
)
2550 /* xgettext:c-format */
2551 (_("%pB: non-zero symbol index (%#" PRIx64
")"
2552 " for offset %#" PRIx64
" in section `%pA'"
2553 " when the object file has no symbol table"),
2554 abfd
, (uint64_t) r_symndx
,
2555 (uint64_t) irela
->r_offset
, sec
);
2556 bfd_set_error (bfd_error_bad_value
);
2559 irela
+= bed
->s
->int_rels_per_ext_rel
;
2560 erela
+= shdr
->sh_entsize
;
2566 /* Read and swap the relocs for a section O. They may have been
2567 cached. If the EXTERNAL_RELOCS and INTERNAL_RELOCS arguments are
2568 not NULL, they are used as buffers to read into. They are known to
2569 be large enough. If the INTERNAL_RELOCS relocs argument is NULL,
2570 the return value is allocated using either malloc or bfd_alloc,
2571 according to the KEEP_MEMORY argument. If O has two relocation
2572 sections (both REL and RELA relocations), then the REL_HDR
2573 relocations will appear first in INTERNAL_RELOCS, followed by the
2574 RELA_HDR relocations. */
2577 _bfd_elf_link_read_relocs (bfd
*abfd
,
2579 void *external_relocs
,
2580 Elf_Internal_Rela
*internal_relocs
,
2581 bfd_boolean keep_memory
)
2583 void *alloc1
= NULL
;
2584 Elf_Internal_Rela
*alloc2
= NULL
;
2585 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
2586 struct bfd_elf_section_data
*esdo
= elf_section_data (o
);
2587 Elf_Internal_Rela
*internal_rela_relocs
;
2589 if (esdo
->relocs
!= NULL
)
2590 return esdo
->relocs
;
2592 if (o
->reloc_count
== 0)
2595 if (internal_relocs
== NULL
)
2599 size
= (bfd_size_type
) o
->reloc_count
* sizeof (Elf_Internal_Rela
);
2601 internal_relocs
= alloc2
= (Elf_Internal_Rela
*) bfd_alloc (abfd
, size
);
2603 internal_relocs
= alloc2
= (Elf_Internal_Rela
*) bfd_malloc (size
);
2604 if (internal_relocs
== NULL
)
2608 if (external_relocs
== NULL
)
2610 bfd_size_type size
= 0;
2613 size
+= esdo
->rel
.hdr
->sh_size
;
2615 size
+= esdo
->rela
.hdr
->sh_size
;
2617 alloc1
= bfd_malloc (size
);
2620 external_relocs
= alloc1
;
2623 internal_rela_relocs
= internal_relocs
;
2626 if (!elf_link_read_relocs_from_section (abfd
, o
, esdo
->rel
.hdr
,
2630 external_relocs
= (((bfd_byte
*) external_relocs
)
2631 + esdo
->rel
.hdr
->sh_size
);
2632 internal_rela_relocs
+= (NUM_SHDR_ENTRIES (esdo
->rel
.hdr
)
2633 * bed
->s
->int_rels_per_ext_rel
);
2637 && (!elf_link_read_relocs_from_section (abfd
, o
, esdo
->rela
.hdr
,
2639 internal_rela_relocs
)))
2642 /* Cache the results for next time, if we can. */
2644 esdo
->relocs
= internal_relocs
;
2649 /* Don't free alloc2, since if it was allocated we are passing it
2650 back (under the name of internal_relocs). */
2652 return internal_relocs
;
2660 bfd_release (abfd
, alloc2
);
2667 /* Compute the size of, and allocate space for, REL_HDR which is the
2668 section header for a section containing relocations for O. */
2671 _bfd_elf_link_size_reloc_section (bfd
*abfd
,
2672 struct bfd_elf_section_reloc_data
*reldata
)
2674 Elf_Internal_Shdr
*rel_hdr
= reldata
->hdr
;
2676 /* That allows us to calculate the size of the section. */
2677 rel_hdr
->sh_size
= rel_hdr
->sh_entsize
* reldata
->count
;
2679 /* The contents field must last into write_object_contents, so we
2680 allocate it with bfd_alloc rather than malloc. Also since we
2681 cannot be sure that the contents will actually be filled in,
2682 we zero the allocated space. */
2683 rel_hdr
->contents
= (unsigned char *) bfd_zalloc (abfd
, rel_hdr
->sh_size
);
2684 if (rel_hdr
->contents
== NULL
&& rel_hdr
->sh_size
!= 0)
2687 if (reldata
->hashes
== NULL
&& reldata
->count
)
2689 struct elf_link_hash_entry
**p
;
2691 p
= ((struct elf_link_hash_entry
**)
2692 bfd_zmalloc (reldata
->count
* sizeof (*p
)));
2696 reldata
->hashes
= p
;
2702 /* Copy the relocations indicated by the INTERNAL_RELOCS (which
2703 originated from the section given by INPUT_REL_HDR) to the
2707 _bfd_elf_link_output_relocs (bfd
*output_bfd
,
2708 asection
*input_section
,
2709 Elf_Internal_Shdr
*input_rel_hdr
,
2710 Elf_Internal_Rela
*internal_relocs
,
2711 struct elf_link_hash_entry
**rel_hash
2714 Elf_Internal_Rela
*irela
;
2715 Elf_Internal_Rela
*irelaend
;
2717 struct bfd_elf_section_reloc_data
*output_reldata
;
2718 asection
*output_section
;
2719 const struct elf_backend_data
*bed
;
2720 void (*swap_out
) (bfd
*, const Elf_Internal_Rela
*, bfd_byte
*);
2721 struct bfd_elf_section_data
*esdo
;
2723 output_section
= input_section
->output_section
;
2725 bed
= get_elf_backend_data (output_bfd
);
2726 esdo
= elf_section_data (output_section
);
2727 if (esdo
->rel
.hdr
&& esdo
->rel
.hdr
->sh_entsize
== input_rel_hdr
->sh_entsize
)
2729 output_reldata
= &esdo
->rel
;
2730 swap_out
= bed
->s
->swap_reloc_out
;
2732 else if (esdo
->rela
.hdr
2733 && esdo
->rela
.hdr
->sh_entsize
== input_rel_hdr
->sh_entsize
)
2735 output_reldata
= &esdo
->rela
;
2736 swap_out
= bed
->s
->swap_reloca_out
;
2741 /* xgettext:c-format */
2742 (_("%pB: relocation size mismatch in %pB section %pA"),
2743 output_bfd
, input_section
->owner
, input_section
);
2744 bfd_set_error (bfd_error_wrong_format
);
2748 erel
= output_reldata
->hdr
->contents
;
2749 erel
+= output_reldata
->count
* input_rel_hdr
->sh_entsize
;
2750 irela
= internal_relocs
;
2751 irelaend
= irela
+ (NUM_SHDR_ENTRIES (input_rel_hdr
)
2752 * bed
->s
->int_rels_per_ext_rel
);
2753 while (irela
< irelaend
)
2755 (*swap_out
) (output_bfd
, irela
, erel
);
2756 irela
+= bed
->s
->int_rels_per_ext_rel
;
2757 erel
+= input_rel_hdr
->sh_entsize
;
2760 /* Bump the counter, so that we know where to add the next set of
2762 output_reldata
->count
+= NUM_SHDR_ENTRIES (input_rel_hdr
);
2767 /* Make weak undefined symbols in PIE dynamic. */
2770 _bfd_elf_link_hash_fixup_symbol (struct bfd_link_info
*info
,
2771 struct elf_link_hash_entry
*h
)
2773 if (bfd_link_pie (info
)
2775 && h
->root
.type
== bfd_link_hash_undefweak
)
2776 return bfd_elf_link_record_dynamic_symbol (info
, h
);
2781 /* Fix up the flags for a symbol. This handles various cases which
2782 can only be fixed after all the input files are seen. This is
2783 currently called by both adjust_dynamic_symbol and
2784 assign_sym_version, which is unnecessary but perhaps more robust in
2785 the face of future changes. */
2788 _bfd_elf_fix_symbol_flags (struct elf_link_hash_entry
*h
,
2789 struct elf_info_failed
*eif
)
2791 const struct elf_backend_data
*bed
;
2793 /* If this symbol was mentioned in a non-ELF file, try to set
2794 DEF_REGULAR and REF_REGULAR correctly. This is the only way to
2795 permit a non-ELF file to correctly refer to a symbol defined in
2796 an ELF dynamic object. */
2799 while (h
->root
.type
== bfd_link_hash_indirect
)
2800 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2802 if (h
->root
.type
!= bfd_link_hash_defined
2803 && h
->root
.type
!= bfd_link_hash_defweak
)
2806 h
->ref_regular_nonweak
= 1;
2810 if (h
->root
.u
.def
.section
->owner
!= NULL
2811 && (bfd_get_flavour (h
->root
.u
.def
.section
->owner
)
2812 == bfd_target_elf_flavour
))
2815 h
->ref_regular_nonweak
= 1;
2821 if (h
->dynindx
== -1
2825 if (! bfd_elf_link_record_dynamic_symbol (eif
->info
, h
))
2834 /* Unfortunately, NON_ELF is only correct if the symbol
2835 was first seen in a non-ELF file. Fortunately, if the symbol
2836 was first seen in an ELF file, we're probably OK unless the
2837 symbol was defined in a non-ELF file. Catch that case here.
2838 FIXME: We're still in trouble if the symbol was first seen in
2839 a dynamic object, and then later in a non-ELF regular object. */
2840 if ((h
->root
.type
== bfd_link_hash_defined
2841 || h
->root
.type
== bfd_link_hash_defweak
)
2843 && (h
->root
.u
.def
.section
->owner
!= NULL
2844 ? (bfd_get_flavour (h
->root
.u
.def
.section
->owner
)
2845 != bfd_target_elf_flavour
)
2846 : (bfd_is_abs_section (h
->root
.u
.def
.section
)
2847 && !h
->def_dynamic
)))
2851 /* Backend specific symbol fixup. */
2852 bed
= get_elf_backend_data (elf_hash_table (eif
->info
)->dynobj
);
2853 if (bed
->elf_backend_fixup_symbol
2854 && !(*bed
->elf_backend_fixup_symbol
) (eif
->info
, h
))
2857 /* If this is a final link, and the symbol was defined as a common
2858 symbol in a regular object file, and there was no definition in
2859 any dynamic object, then the linker will have allocated space for
2860 the symbol in a common section but the DEF_REGULAR
2861 flag will not have been set. */
2862 if (h
->root
.type
== bfd_link_hash_defined
2866 && (h
->root
.u
.def
.section
->owner
->flags
& (DYNAMIC
| BFD_PLUGIN
)) == 0)
2869 /* Symbols defined in discarded sections shouldn't be dynamic. */
2870 if (h
->root
.type
== bfd_link_hash_undefined
&& h
->indx
== -3)
2871 (*bed
->elf_backend_hide_symbol
) (eif
->info
, h
, TRUE
);
2873 /* If a weak undefined symbol has non-default visibility, we also
2874 hide it from the dynamic linker. */
2875 else if (ELF_ST_VISIBILITY (h
->other
) != STV_DEFAULT
2876 && h
->root
.type
== bfd_link_hash_undefweak
)
2877 (*bed
->elf_backend_hide_symbol
) (eif
->info
, h
, TRUE
);
2879 /* A hidden versioned symbol in executable should be forced local if
2880 it is is locally defined, not referenced by shared library and not
2882 else if (bfd_link_executable (eif
->info
)
2883 && h
->versioned
== versioned_hidden
2884 && !eif
->info
->export_dynamic
2888 (*bed
->elf_backend_hide_symbol
) (eif
->info
, h
, TRUE
);
2890 /* If -Bsymbolic was used (which means to bind references to global
2891 symbols to the definition within the shared object), and this
2892 symbol was defined in a regular object, then it actually doesn't
2893 need a PLT entry. Likewise, if the symbol has non-default
2894 visibility. If the symbol has hidden or internal visibility, we
2895 will force it local. */
2896 else if (h
->needs_plt
2897 && bfd_link_pic (eif
->info
)
2898 && is_elf_hash_table (eif
->info
->hash
)
2899 && (SYMBOLIC_BIND (eif
->info
, h
)
2900 || ELF_ST_VISIBILITY (h
->other
) != STV_DEFAULT
)
2903 bfd_boolean force_local
;
2905 force_local
= (ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
2906 || ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
);
2907 (*bed
->elf_backend_hide_symbol
) (eif
->info
, h
, force_local
);
2910 /* If this is a weak defined symbol in a dynamic object, and we know
2911 the real definition in the dynamic object, copy interesting flags
2912 over to the real definition. */
2913 if (h
->is_weakalias
)
2915 struct elf_link_hash_entry
*def
= weakdef (h
);
2917 /* If the real definition is defined by a regular object file,
2918 don't do anything special. See the longer description in
2919 _bfd_elf_adjust_dynamic_symbol, below. If the def is not
2920 bfd_link_hash_defined as it was when put on the alias list
2921 then it must have originally been a versioned symbol (for
2922 which a non-versioned indirect symbol is created) and later
2923 a definition for the non-versioned symbol is found. In that
2924 case the indirection is flipped with the versioned symbol
2925 becoming an indirect pointing at the non-versioned symbol.
2926 Thus, not an alias any more. */
2927 if (def
->def_regular
2928 || def
->root
.type
!= bfd_link_hash_defined
)
2931 while ((h
= h
->u
.alias
) != def
)
2932 h
->is_weakalias
= 0;
2936 while (h
->root
.type
== bfd_link_hash_indirect
)
2937 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
2938 BFD_ASSERT (h
->root
.type
== bfd_link_hash_defined
2939 || h
->root
.type
== bfd_link_hash_defweak
);
2940 BFD_ASSERT (def
->def_dynamic
);
2941 (*bed
->elf_backend_copy_indirect_symbol
) (eif
->info
, def
, h
);
2948 /* Make the backend pick a good value for a dynamic symbol. This is
2949 called via elf_link_hash_traverse, and also calls itself
2953 _bfd_elf_adjust_dynamic_symbol (struct elf_link_hash_entry
*h
, void *data
)
2955 struct elf_info_failed
*eif
= (struct elf_info_failed
*) data
;
2956 struct elf_link_hash_table
*htab
;
2957 const struct elf_backend_data
*bed
;
2959 if (! is_elf_hash_table (eif
->info
->hash
))
2962 /* Ignore indirect symbols. These are added by the versioning code. */
2963 if (h
->root
.type
== bfd_link_hash_indirect
)
2966 /* Fix the symbol flags. */
2967 if (! _bfd_elf_fix_symbol_flags (h
, eif
))
2970 htab
= elf_hash_table (eif
->info
);
2971 bed
= get_elf_backend_data (htab
->dynobj
);
2973 if (h
->root
.type
== bfd_link_hash_undefweak
)
2975 if (eif
->info
->dynamic_undefined_weak
== 0)
2976 (*bed
->elf_backend_hide_symbol
) (eif
->info
, h
, TRUE
);
2977 else if (eif
->info
->dynamic_undefined_weak
> 0
2979 && ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
2980 && !bfd_hide_sym_by_version (eif
->info
->version_info
,
2981 h
->root
.root
.string
))
2983 if (!bfd_elf_link_record_dynamic_symbol (eif
->info
, h
))
2991 /* If this symbol does not require a PLT entry, and it is not
2992 defined by a dynamic object, or is not referenced by a regular
2993 object, ignore it. We do have to handle a weak defined symbol,
2994 even if no regular object refers to it, if we decided to add it
2995 to the dynamic symbol table. FIXME: Do we normally need to worry
2996 about symbols which are defined by one dynamic object and
2997 referenced by another one? */
2999 && h
->type
!= STT_GNU_IFUNC
3003 && (!h
->is_weakalias
|| weakdef (h
)->dynindx
== -1))))
3005 h
->plt
= elf_hash_table (eif
->info
)->init_plt_offset
;
3009 /* If we've already adjusted this symbol, don't do it again. This
3010 can happen via a recursive call. */
3011 if (h
->dynamic_adjusted
)
3014 /* Don't look at this symbol again. Note that we must set this
3015 after checking the above conditions, because we may look at a
3016 symbol once, decide not to do anything, and then get called
3017 recursively later after REF_REGULAR is set below. */
3018 h
->dynamic_adjusted
= 1;
3020 /* If this is a weak definition, and we know a real definition, and
3021 the real symbol is not itself defined by a regular object file,
3022 then get a good value for the real definition. We handle the
3023 real symbol first, for the convenience of the backend routine.
3025 Note that there is a confusing case here. If the real definition
3026 is defined by a regular object file, we don't get the real symbol
3027 from the dynamic object, but we do get the weak symbol. If the
3028 processor backend uses a COPY reloc, then if some routine in the
3029 dynamic object changes the real symbol, we will not see that
3030 change in the corresponding weak symbol. This is the way other
3031 ELF linkers work as well, and seems to be a result of the shared
3034 I will clarify this issue. Most SVR4 shared libraries define the
3035 variable _timezone and define timezone as a weak synonym. The
3036 tzset call changes _timezone. If you write
3037 extern int timezone;
3039 int main () { tzset (); printf ("%d %d\n", timezone, _timezone); }
3040 you might expect that, since timezone is a synonym for _timezone,
3041 the same number will print both times. However, if the processor
3042 backend uses a COPY reloc, then actually timezone will be copied
3043 into your process image, and, since you define _timezone
3044 yourself, _timezone will not. Thus timezone and _timezone will
3045 wind up at different memory locations. The tzset call will set
3046 _timezone, leaving timezone unchanged. */
3048 if (h
->is_weakalias
)
3050 struct elf_link_hash_entry
*def
= weakdef (h
);
3052 /* If we get to this point, there is an implicit reference to
3053 the alias by a regular object file via the weak symbol H. */
3054 def
->ref_regular
= 1;
3056 /* Ensure that the backend adjust_dynamic_symbol function sees
3057 the strong alias before H by recursively calling ourselves. */
3058 if (!_bfd_elf_adjust_dynamic_symbol (def
, eif
))
3062 /* If a symbol has no type and no size and does not require a PLT
3063 entry, then we are probably about to do the wrong thing here: we
3064 are probably going to create a COPY reloc for an empty object.
3065 This case can arise when a shared object is built with assembly
3066 code, and the assembly code fails to set the symbol type. */
3068 && h
->type
== STT_NOTYPE
3071 (_("warning: type and size of dynamic symbol `%s' are not defined"),
3072 h
->root
.root
.string
);
3074 if (! (*bed
->elf_backend_adjust_dynamic_symbol
) (eif
->info
, h
))
3083 /* Adjust the dynamic symbol, H, for copy in the dynamic bss section,
3087 _bfd_elf_adjust_dynamic_copy (struct bfd_link_info
*info
,
3088 struct elf_link_hash_entry
*h
,
3091 unsigned int power_of_two
;
3093 asection
*sec
= h
->root
.u
.def
.section
;
3095 /* The section alignment of the definition is the maximum alignment
3096 requirement of symbols defined in the section. Since we don't
3097 know the symbol alignment requirement, we start with the
3098 maximum alignment and check low bits of the symbol address
3099 for the minimum alignment. */
3100 power_of_two
= bfd_section_alignment (sec
);
3101 mask
= ((bfd_vma
) 1 << power_of_two
) - 1;
3102 while ((h
->root
.u
.def
.value
& mask
) != 0)
3108 if (power_of_two
> bfd_section_alignment (dynbss
))
3110 /* Adjust the section alignment if needed. */
3111 if (!bfd_set_section_alignment (dynbss
, power_of_two
))
3115 /* We make sure that the symbol will be aligned properly. */
3116 dynbss
->size
= BFD_ALIGN (dynbss
->size
, mask
+ 1);
3118 /* Define the symbol as being at this point in DYNBSS. */
3119 h
->root
.u
.def
.section
= dynbss
;
3120 h
->root
.u
.def
.value
= dynbss
->size
;
3122 /* Increment the size of DYNBSS to make room for the symbol. */
3123 dynbss
->size
+= h
->size
;
3125 /* No error if extern_protected_data is true. */
3126 if (h
->protected_def
3127 && (!info
->extern_protected_data
3128 || (info
->extern_protected_data
< 0
3129 && !get_elf_backend_data (dynbss
->owner
)->extern_protected_data
)))
3130 info
->callbacks
->einfo
3131 (_("%P: copy reloc against protected `%pT' is dangerous\n"),
3132 h
->root
.root
.string
);
3137 /* Adjust all external symbols pointing into SEC_MERGE sections
3138 to reflect the object merging within the sections. */
3141 _bfd_elf_link_sec_merge_syms (struct elf_link_hash_entry
*h
, void *data
)
3145 if ((h
->root
.type
== bfd_link_hash_defined
3146 || h
->root
.type
== bfd_link_hash_defweak
)
3147 && ((sec
= h
->root
.u
.def
.section
)->flags
& SEC_MERGE
)
3148 && sec
->sec_info_type
== SEC_INFO_TYPE_MERGE
)
3150 bfd
*output_bfd
= (bfd
*) data
;
3152 h
->root
.u
.def
.value
=
3153 _bfd_merged_section_offset (output_bfd
,
3154 &h
->root
.u
.def
.section
,
3155 elf_section_data (sec
)->sec_info
,
3156 h
->root
.u
.def
.value
);
3162 /* Returns false if the symbol referred to by H should be considered
3163 to resolve local to the current module, and true if it should be
3164 considered to bind dynamically. */
3167 _bfd_elf_dynamic_symbol_p (struct elf_link_hash_entry
*h
,
3168 struct bfd_link_info
*info
,
3169 bfd_boolean not_local_protected
)
3171 bfd_boolean binding_stays_local_p
;
3172 const struct elf_backend_data
*bed
;
3173 struct elf_link_hash_table
*hash_table
;
3178 while (h
->root
.type
== bfd_link_hash_indirect
3179 || h
->root
.type
== bfd_link_hash_warning
)
3180 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
3182 /* If it was forced local, then clearly it's not dynamic. */
3183 if (h
->dynindx
== -1)
3185 if (h
->forced_local
)
3188 /* Identify the cases where name binding rules say that a
3189 visible symbol resolves locally. */
3190 binding_stays_local_p
= (bfd_link_executable (info
)
3191 || SYMBOLIC_BIND (info
, h
));
3193 switch (ELF_ST_VISIBILITY (h
->other
))
3200 hash_table
= elf_hash_table (info
);
3201 if (!is_elf_hash_table (hash_table
))
3204 bed
= get_elf_backend_data (hash_table
->dynobj
);
3206 /* Proper resolution for function pointer equality may require
3207 that these symbols perhaps be resolved dynamically, even though
3208 we should be resolving them to the current module. */
3209 if (!not_local_protected
|| !bed
->is_function_type (h
->type
))
3210 binding_stays_local_p
= TRUE
;
3217 /* If it isn't defined locally, then clearly it's dynamic. */
3218 if (!h
->def_regular
&& !ELF_COMMON_DEF_P (h
))
3221 /* Otherwise, the symbol is dynamic if binding rules don't tell
3222 us that it remains local. */
3223 return !binding_stays_local_p
;
3226 /* Return true if the symbol referred to by H should be considered
3227 to resolve local to the current module, and false otherwise. Differs
3228 from (the inverse of) _bfd_elf_dynamic_symbol_p in the treatment of
3229 undefined symbols. The two functions are virtually identical except
3230 for the place where dynindx == -1 is tested. If that test is true,
3231 _bfd_elf_dynamic_symbol_p will say the symbol is local, while
3232 _bfd_elf_symbol_refs_local_p will say the symbol is local only for
3234 It might seem that _bfd_elf_dynamic_symbol_p could be rewritten as
3235 !_bfd_elf_symbol_refs_local_p, except that targets differ in their
3236 treatment of undefined weak symbols. For those that do not make
3237 undefined weak symbols dynamic, both functions may return false. */
3240 _bfd_elf_symbol_refs_local_p (struct elf_link_hash_entry
*h
,
3241 struct bfd_link_info
*info
,
3242 bfd_boolean local_protected
)
3244 const struct elf_backend_data
*bed
;
3245 struct elf_link_hash_table
*hash_table
;
3247 /* If it's a local sym, of course we resolve locally. */
3251 /* STV_HIDDEN or STV_INTERNAL ones must be local. */
3252 if (ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
3253 || ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
)
3256 /* Forced local symbols resolve locally. */
3257 if (h
->forced_local
)
3260 /* Common symbols that become definitions don't get the DEF_REGULAR
3261 flag set, so test it first, and don't bail out. */
3262 if (ELF_COMMON_DEF_P (h
))
3264 /* If we don't have a definition in a regular file, then we can't
3265 resolve locally. The sym is either undefined or dynamic. */
3266 else if (!h
->def_regular
)
3269 /* Non-dynamic symbols resolve locally. */
3270 if (h
->dynindx
== -1)
3273 /* At this point, we know the symbol is defined and dynamic. In an
3274 executable it must resolve locally, likewise when building symbolic
3275 shared libraries. */
3276 if (bfd_link_executable (info
) || SYMBOLIC_BIND (info
, h
))
3279 /* Now deal with defined dynamic symbols in shared libraries. Ones
3280 with default visibility might not resolve locally. */
3281 if (ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
)
3284 hash_table
= elf_hash_table (info
);
3285 if (!is_elf_hash_table (hash_table
))
3288 bed
= get_elf_backend_data (hash_table
->dynobj
);
3290 /* If extern_protected_data is false, STV_PROTECTED non-function
3291 symbols are local. */
3292 if ((!info
->extern_protected_data
3293 || (info
->extern_protected_data
< 0
3294 && !bed
->extern_protected_data
))
3295 && !bed
->is_function_type (h
->type
))
3298 /* Function pointer equality tests may require that STV_PROTECTED
3299 symbols be treated as dynamic symbols. If the address of a
3300 function not defined in an executable is set to that function's
3301 plt entry in the executable, then the address of the function in
3302 a shared library must also be the plt entry in the executable. */
3303 return local_protected
;
3306 /* Caches some TLS segment info, and ensures that the TLS segment vma is
3307 aligned. Returns the first TLS output section. */
3309 struct bfd_section
*
3310 _bfd_elf_tls_setup (bfd
*obfd
, struct bfd_link_info
*info
)
3312 struct bfd_section
*sec
, *tls
;
3313 unsigned int align
= 0;
3315 for (sec
= obfd
->sections
; sec
!= NULL
; sec
= sec
->next
)
3316 if ((sec
->flags
& SEC_THREAD_LOCAL
) != 0)
3320 for (; sec
!= NULL
&& (sec
->flags
& SEC_THREAD_LOCAL
) != 0; sec
= sec
->next
)
3321 if (sec
->alignment_power
> align
)
3322 align
= sec
->alignment_power
;
3324 elf_hash_table (info
)->tls_sec
= tls
;
3326 /* Ensure the alignment of the first section (usually .tdata) is the largest
3327 alignment, so that the tls segment starts aligned. */
3329 tls
->alignment_power
= align
;
3334 /* Return TRUE iff this is a non-common, definition of a non-function symbol. */
3336 is_global_data_symbol_definition (bfd
*abfd ATTRIBUTE_UNUSED
,
3337 Elf_Internal_Sym
*sym
)
3339 const struct elf_backend_data
*bed
;
3341 /* Local symbols do not count, but target specific ones might. */
3342 if (ELF_ST_BIND (sym
->st_info
) != STB_GLOBAL
3343 && ELF_ST_BIND (sym
->st_info
) < STB_LOOS
)
3346 bed
= get_elf_backend_data (abfd
);
3347 /* Function symbols do not count. */
3348 if (bed
->is_function_type (ELF_ST_TYPE (sym
->st_info
)))
3351 /* If the section is undefined, then so is the symbol. */
3352 if (sym
->st_shndx
== SHN_UNDEF
)
3355 /* If the symbol is defined in the common section, then
3356 it is a common definition and so does not count. */
3357 if (bed
->common_definition (sym
))
3360 /* If the symbol is in a target specific section then we
3361 must rely upon the backend to tell us what it is. */
3362 if (sym
->st_shndx
>= SHN_LORESERVE
&& sym
->st_shndx
< SHN_ABS
)
3363 /* FIXME - this function is not coded yet:
3365 return _bfd_is_global_symbol_definition (abfd, sym);
3367 Instead for now assume that the definition is not global,
3368 Even if this is wrong, at least the linker will behave
3369 in the same way that it used to do. */
3375 /* Search the symbol table of the archive element of the archive ABFD
3376 whose archive map contains a mention of SYMDEF, and determine if
3377 the symbol is defined in this element. */
3379 elf_link_is_defined_archive_symbol (bfd
* abfd
, carsym
* symdef
)
3381 Elf_Internal_Shdr
* hdr
;
3385 Elf_Internal_Sym
*isymbuf
;
3386 Elf_Internal_Sym
*isym
;
3387 Elf_Internal_Sym
*isymend
;
3390 abfd
= _bfd_get_elt_at_filepos (abfd
, symdef
->file_offset
);
3394 if (! bfd_check_format (abfd
, bfd_object
))
3397 /* Select the appropriate symbol table. If we don't know if the
3398 object file is an IR object, give linker LTO plugin a chance to
3399 get the correct symbol table. */
3400 if (abfd
->plugin_format
== bfd_plugin_yes
3401 #if BFD_SUPPORTS_PLUGINS
3402 || (abfd
->plugin_format
== bfd_plugin_unknown
3403 && bfd_link_plugin_object_p (abfd
))
3407 /* Use the IR symbol table if the object has been claimed by
3409 abfd
= abfd
->plugin_dummy_bfd
;
3410 hdr
= &elf_tdata (abfd
)->symtab_hdr
;
3412 else if ((abfd
->flags
& DYNAMIC
) == 0 || elf_dynsymtab (abfd
) == 0)
3413 hdr
= &elf_tdata (abfd
)->symtab_hdr
;
3415 hdr
= &elf_tdata (abfd
)->dynsymtab_hdr
;
3417 symcount
= hdr
->sh_size
/ get_elf_backend_data (abfd
)->s
->sizeof_sym
;
3419 /* The sh_info field of the symtab header tells us where the
3420 external symbols start. We don't care about the local symbols. */
3421 if (elf_bad_symtab (abfd
))
3423 extsymcount
= symcount
;
3428 extsymcount
= symcount
- hdr
->sh_info
;
3429 extsymoff
= hdr
->sh_info
;
3432 if (extsymcount
== 0)
3435 /* Read in the symbol table. */
3436 isymbuf
= bfd_elf_get_elf_syms (abfd
, hdr
, extsymcount
, extsymoff
,
3438 if (isymbuf
== NULL
)
3441 /* Scan the symbol table looking for SYMDEF. */
3443 for (isym
= isymbuf
, isymend
= isymbuf
+ extsymcount
; isym
< isymend
; isym
++)
3447 name
= bfd_elf_string_from_elf_section (abfd
, hdr
->sh_link
,
3452 if (strcmp (name
, symdef
->name
) == 0)
3454 result
= is_global_data_symbol_definition (abfd
, isym
);
3464 /* Add an entry to the .dynamic table. */
3467 _bfd_elf_add_dynamic_entry (struct bfd_link_info
*info
,
3471 struct elf_link_hash_table
*hash_table
;
3472 const struct elf_backend_data
*bed
;
3474 bfd_size_type newsize
;
3475 bfd_byte
*newcontents
;
3476 Elf_Internal_Dyn dyn
;
3478 hash_table
= elf_hash_table (info
);
3479 if (! is_elf_hash_table (hash_table
))
3482 if (tag
== DT_RELA
|| tag
== DT_REL
)
3483 hash_table
->dynamic_relocs
= TRUE
;
3485 bed
= get_elf_backend_data (hash_table
->dynobj
);
3486 s
= bfd_get_linker_section (hash_table
->dynobj
, ".dynamic");
3487 BFD_ASSERT (s
!= NULL
);
3489 newsize
= s
->size
+ bed
->s
->sizeof_dyn
;
3490 newcontents
= (bfd_byte
*) bfd_realloc (s
->contents
, newsize
);
3491 if (newcontents
== NULL
)
3495 dyn
.d_un
.d_val
= val
;
3496 bed
->s
->swap_dyn_out (hash_table
->dynobj
, &dyn
, newcontents
+ s
->size
);
3499 s
->contents
= newcontents
;
3504 /* Strip zero-sized dynamic sections. */
3507 _bfd_elf_strip_zero_sized_dynamic_sections (struct bfd_link_info
*info
)
3509 struct elf_link_hash_table
*hash_table
;
3510 const struct elf_backend_data
*bed
;
3511 asection
*s
, *sdynamic
, **pp
;
3512 asection
*rela_dyn
, *rel_dyn
;
3513 Elf_Internal_Dyn dyn
;
3514 bfd_byte
*extdyn
, *next
;
3515 void (*swap_dyn_in
) (bfd
*, const void *, Elf_Internal_Dyn
*);
3516 bfd_boolean strip_zero_sized
;
3517 bfd_boolean strip_zero_sized_plt
;
3519 if (bfd_link_relocatable (info
))
3522 hash_table
= elf_hash_table (info
);
3523 if (!is_elf_hash_table (hash_table
))
3526 if (!hash_table
->dynobj
)
3529 sdynamic
= bfd_get_linker_section (hash_table
->dynobj
, ".dynamic");
3533 bed
= get_elf_backend_data (hash_table
->dynobj
);
3534 swap_dyn_in
= bed
->s
->swap_dyn_in
;
3536 strip_zero_sized
= FALSE
;
3537 strip_zero_sized_plt
= FALSE
;
3539 /* Strip zero-sized dynamic sections. */
3540 rela_dyn
= bfd_get_section_by_name (info
->output_bfd
, ".rela.dyn");
3541 rel_dyn
= bfd_get_section_by_name (info
->output_bfd
, ".rel.dyn");
3542 for (pp
= &info
->output_bfd
->sections
; (s
= *pp
) != NULL
;)
3546 || s
== hash_table
->srelplt
->output_section
3547 || s
== hash_table
->splt
->output_section
))
3550 info
->output_bfd
->section_count
--;
3551 strip_zero_sized
= TRUE
;
3556 else if (s
== hash_table
->splt
->output_section
)
3558 s
= hash_table
->splt
;
3559 strip_zero_sized_plt
= TRUE
;
3562 s
= hash_table
->srelplt
;
3563 s
->flags
|= SEC_EXCLUDE
;
3564 s
->output_section
= bfd_abs_section_ptr
;
3569 if (strip_zero_sized_plt
)
3570 for (extdyn
= sdynamic
->contents
;
3571 extdyn
< sdynamic
->contents
+ sdynamic
->size
;
3574 next
= extdyn
+ bed
->s
->sizeof_dyn
;
3575 swap_dyn_in (hash_table
->dynobj
, extdyn
, &dyn
);
3583 /* Strip DT_PLTRELSZ, DT_JMPREL and DT_PLTREL entries if
3584 the procedure linkage table (the .plt section) has been
3586 memmove (extdyn
, next
,
3587 sdynamic
->size
- (next
- sdynamic
->contents
));
3592 if (strip_zero_sized
)
3594 /* Regenerate program headers. */
3595 elf_seg_map (info
->output_bfd
) = NULL
;
3596 return _bfd_elf_map_sections_to_segments (info
->output_bfd
, info
);
3602 /* Add a DT_NEEDED entry for this dynamic object. Returns -1 on error,
3603 1 if a DT_NEEDED tag already exists, and 0 on success. */
3606 bfd_elf_add_dt_needed_tag (bfd
*abfd
, struct bfd_link_info
*info
)
3608 struct elf_link_hash_table
*hash_table
;
3612 if (!_bfd_elf_link_create_dynstrtab (abfd
, info
))
3615 hash_table
= elf_hash_table (info
);
3616 soname
= elf_dt_name (abfd
);
3617 strindex
= _bfd_elf_strtab_add (hash_table
->dynstr
, soname
, FALSE
);
3618 if (strindex
== (size_t) -1)
3621 if (_bfd_elf_strtab_refcount (hash_table
->dynstr
, strindex
) != 1)
3624 const struct elf_backend_data
*bed
;
3627 bed
= get_elf_backend_data (hash_table
->dynobj
);
3628 sdyn
= bfd_get_linker_section (hash_table
->dynobj
, ".dynamic");
3630 for (extdyn
= sdyn
->contents
;
3631 extdyn
< sdyn
->contents
+ sdyn
->size
;
3632 extdyn
+= bed
->s
->sizeof_dyn
)
3634 Elf_Internal_Dyn dyn
;
3636 bed
->s
->swap_dyn_in (hash_table
->dynobj
, extdyn
, &dyn
);
3637 if (dyn
.d_tag
== DT_NEEDED
3638 && dyn
.d_un
.d_val
== strindex
)
3640 _bfd_elf_strtab_delref (hash_table
->dynstr
, strindex
);
3646 if (!_bfd_elf_link_create_dynamic_sections (hash_table
->dynobj
, info
))
3649 if (!_bfd_elf_add_dynamic_entry (info
, DT_NEEDED
, strindex
))
3655 /* Return true if SONAME is on the needed list between NEEDED and STOP
3656 (or the end of list if STOP is NULL), and needed by a library that
3660 on_needed_list (const char *soname
,
3661 struct bfd_link_needed_list
*needed
,
3662 struct bfd_link_needed_list
*stop
)
3664 struct bfd_link_needed_list
*look
;
3665 for (look
= needed
; look
!= stop
; look
= look
->next
)
3666 if (strcmp (soname
, look
->name
) == 0
3667 && ((elf_dyn_lib_class (look
->by
) & DYN_AS_NEEDED
) == 0
3668 /* If needed by a library that itself is not directly
3669 needed, recursively check whether that library is
3670 indirectly needed. Since we add DT_NEEDED entries to
3671 the end of the list, library dependencies appear after
3672 the library. Therefore search prior to the current
3673 LOOK, preventing possible infinite recursion. */
3674 || on_needed_list (elf_dt_name (look
->by
), needed
, look
)))
3680 /* Sort symbol by value, section, size, and type. */
3682 elf_sort_symbol (const void *arg1
, const void *arg2
)
3684 const struct elf_link_hash_entry
*h1
;
3685 const struct elf_link_hash_entry
*h2
;
3686 bfd_signed_vma vdiff
;
3691 h1
= *(const struct elf_link_hash_entry
**) arg1
;
3692 h2
= *(const struct elf_link_hash_entry
**) arg2
;
3693 vdiff
= h1
->root
.u
.def
.value
- h2
->root
.u
.def
.value
;
3695 return vdiff
> 0 ? 1 : -1;
3697 sdiff
= h1
->root
.u
.def
.section
->id
- h2
->root
.u
.def
.section
->id
;
3701 /* Sort so that sized symbols are selected over zero size symbols. */
3702 vdiff
= h1
->size
- h2
->size
;
3704 return vdiff
> 0 ? 1 : -1;
3706 /* Sort so that STT_OBJECT is selected over STT_NOTYPE. */
3707 if (h1
->type
!= h2
->type
)
3708 return h1
->type
- h2
->type
;
3710 /* If symbols are properly sized and typed, and multiple strong
3711 aliases are not defined in a shared library by the user we
3712 shouldn't get here. Unfortunately linker script symbols like
3713 __bss_start sometimes match a user symbol defined at the start of
3714 .bss without proper size and type. We'd like to preference the
3715 user symbol over reserved system symbols. Sort on leading
3717 n1
= h1
->root
.root
.string
;
3718 n2
= h2
->root
.root
.string
;
3731 /* Final sort on name selects user symbols like '_u' over reserved
3732 system symbols like '_Z' and also will avoid qsort instability. */
3736 /* This function is used to adjust offsets into .dynstr for
3737 dynamic symbols. This is called via elf_link_hash_traverse. */
3740 elf_adjust_dynstr_offsets (struct elf_link_hash_entry
*h
, void *data
)
3742 struct elf_strtab_hash
*dynstr
= (struct elf_strtab_hash
*) data
;
3744 if (h
->dynindx
!= -1)
3745 h
->dynstr_index
= _bfd_elf_strtab_offset (dynstr
, h
->dynstr_index
);
3749 /* Assign string offsets in .dynstr, update all structures referencing
3753 elf_finalize_dynstr (bfd
*output_bfd
, struct bfd_link_info
*info
)
3755 struct elf_link_hash_table
*hash_table
= elf_hash_table (info
);
3756 struct elf_link_local_dynamic_entry
*entry
;
3757 struct elf_strtab_hash
*dynstr
= hash_table
->dynstr
;
3758 bfd
*dynobj
= hash_table
->dynobj
;
3761 const struct elf_backend_data
*bed
;
3764 _bfd_elf_strtab_finalize (dynstr
);
3765 size
= _bfd_elf_strtab_size (dynstr
);
3767 bed
= get_elf_backend_data (dynobj
);
3768 sdyn
= bfd_get_linker_section (dynobj
, ".dynamic");
3769 BFD_ASSERT (sdyn
!= NULL
);
3771 /* Update all .dynamic entries referencing .dynstr strings. */
3772 for (extdyn
= sdyn
->contents
;
3773 extdyn
< sdyn
->contents
+ sdyn
->size
;
3774 extdyn
+= bed
->s
->sizeof_dyn
)
3776 Elf_Internal_Dyn dyn
;
3778 bed
->s
->swap_dyn_in (dynobj
, extdyn
, &dyn
);
3782 dyn
.d_un
.d_val
= size
;
3792 dyn
.d_un
.d_val
= _bfd_elf_strtab_offset (dynstr
, dyn
.d_un
.d_val
);
3797 bed
->s
->swap_dyn_out (dynobj
, &dyn
, extdyn
);
3800 /* Now update local dynamic symbols. */
3801 for (entry
= hash_table
->dynlocal
; entry
; entry
= entry
->next
)
3802 entry
->isym
.st_name
= _bfd_elf_strtab_offset (dynstr
,
3803 entry
->isym
.st_name
);
3805 /* And the rest of dynamic symbols. */
3806 elf_link_hash_traverse (hash_table
, elf_adjust_dynstr_offsets
, dynstr
);
3808 /* Adjust version definitions. */
3809 if (elf_tdata (output_bfd
)->cverdefs
)
3814 Elf_Internal_Verdef def
;
3815 Elf_Internal_Verdaux defaux
;
3817 s
= bfd_get_linker_section (dynobj
, ".gnu.version_d");
3821 _bfd_elf_swap_verdef_in (output_bfd
, (Elf_External_Verdef
*) p
,
3823 p
+= sizeof (Elf_External_Verdef
);
3824 if (def
.vd_aux
!= sizeof (Elf_External_Verdef
))
3826 for (i
= 0; i
< def
.vd_cnt
; ++i
)
3828 _bfd_elf_swap_verdaux_in (output_bfd
,
3829 (Elf_External_Verdaux
*) p
, &defaux
);
3830 defaux
.vda_name
= _bfd_elf_strtab_offset (dynstr
,
3832 _bfd_elf_swap_verdaux_out (output_bfd
,
3833 &defaux
, (Elf_External_Verdaux
*) p
);
3834 p
+= sizeof (Elf_External_Verdaux
);
3837 while (def
.vd_next
);
3840 /* Adjust version references. */
3841 if (elf_tdata (output_bfd
)->verref
)
3846 Elf_Internal_Verneed need
;
3847 Elf_Internal_Vernaux needaux
;
3849 s
= bfd_get_linker_section (dynobj
, ".gnu.version_r");
3853 _bfd_elf_swap_verneed_in (output_bfd
, (Elf_External_Verneed
*) p
,
3855 need
.vn_file
= _bfd_elf_strtab_offset (dynstr
, need
.vn_file
);
3856 _bfd_elf_swap_verneed_out (output_bfd
, &need
,
3857 (Elf_External_Verneed
*) p
);
3858 p
+= sizeof (Elf_External_Verneed
);
3859 for (i
= 0; i
< need
.vn_cnt
; ++i
)
3861 _bfd_elf_swap_vernaux_in (output_bfd
,
3862 (Elf_External_Vernaux
*) p
, &needaux
);
3863 needaux
.vna_name
= _bfd_elf_strtab_offset (dynstr
,
3865 _bfd_elf_swap_vernaux_out (output_bfd
,
3867 (Elf_External_Vernaux
*) p
);
3868 p
+= sizeof (Elf_External_Vernaux
);
3871 while (need
.vn_next
);
3877 /* Return TRUE iff relocations for INPUT are compatible with OUTPUT.
3878 The default is to only match when the INPUT and OUTPUT are exactly
3882 _bfd_elf_default_relocs_compatible (const bfd_target
*input
,
3883 const bfd_target
*output
)
3885 return input
== output
;
3888 /* Return TRUE iff relocations for INPUT are compatible with OUTPUT.
3889 This version is used when different targets for the same architecture
3890 are virtually identical. */
3893 _bfd_elf_relocs_compatible (const bfd_target
*input
,
3894 const bfd_target
*output
)
3896 const struct elf_backend_data
*obed
, *ibed
;
3898 if (input
== output
)
3901 ibed
= xvec_get_elf_backend_data (input
);
3902 obed
= xvec_get_elf_backend_data (output
);
3904 if (ibed
->arch
!= obed
->arch
)
3907 /* If both backends are using this function, deem them compatible. */
3908 return ibed
->relocs_compatible
== obed
->relocs_compatible
;
3911 /* Make a special call to the linker "notice" function to tell it that
3912 we are about to handle an as-needed lib, or have finished
3913 processing the lib. */
3916 _bfd_elf_notice_as_needed (bfd
*ibfd
,
3917 struct bfd_link_info
*info
,
3918 enum notice_asneeded_action act
)
3920 return (*info
->callbacks
->notice
) (info
, NULL
, NULL
, ibfd
, NULL
, act
, 0);
3923 /* Check relocations an ELF object file. */
3926 _bfd_elf_link_check_relocs (bfd
*abfd
, struct bfd_link_info
*info
)
3928 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
3929 struct elf_link_hash_table
*htab
= elf_hash_table (info
);
3931 /* If this object is the same format as the output object, and it is
3932 not a shared library, then let the backend look through the
3935 This is required to build global offset table entries and to
3936 arrange for dynamic relocs. It is not required for the
3937 particular common case of linking non PIC code, even when linking
3938 against shared libraries, but unfortunately there is no way of
3939 knowing whether an object file has been compiled PIC or not.
3940 Looking through the relocs is not particularly time consuming.
3941 The problem is that we must either (1) keep the relocs in memory,
3942 which causes the linker to require additional runtime memory or
3943 (2) read the relocs twice from the input file, which wastes time.
3944 This would be a good case for using mmap.
3946 I have no idea how to handle linking PIC code into a file of a
3947 different format. It probably can't be done. */
3948 if ((abfd
->flags
& DYNAMIC
) == 0
3949 && is_elf_hash_table (htab
)
3950 && bed
->check_relocs
!= NULL
3951 && elf_object_id (abfd
) == elf_hash_table_id (htab
)
3952 && (*bed
->relocs_compatible
) (abfd
->xvec
, info
->output_bfd
->xvec
))
3956 for (o
= abfd
->sections
; o
!= NULL
; o
= o
->next
)
3958 Elf_Internal_Rela
*internal_relocs
;
3961 /* Don't check relocations in excluded sections. */
3962 if ((o
->flags
& SEC_RELOC
) == 0
3963 || (o
->flags
& SEC_EXCLUDE
) != 0
3964 || o
->reloc_count
== 0
3965 || ((info
->strip
== strip_all
|| info
->strip
== strip_debugger
)
3966 && (o
->flags
& SEC_DEBUGGING
) != 0)
3967 || bfd_is_abs_section (o
->output_section
))
3970 internal_relocs
= _bfd_elf_link_read_relocs (abfd
, o
, NULL
, NULL
,
3972 if (internal_relocs
== NULL
)
3975 ok
= (*bed
->check_relocs
) (abfd
, info
, o
, internal_relocs
);
3977 if (elf_section_data (o
)->relocs
!= internal_relocs
)
3978 free (internal_relocs
);
3988 /* Add symbols from an ELF object file to the linker hash table. */
3991 elf_link_add_object_symbols (bfd
*abfd
, struct bfd_link_info
*info
)
3993 Elf_Internal_Ehdr
*ehdr
;
3994 Elf_Internal_Shdr
*hdr
;
3998 struct elf_link_hash_entry
**sym_hash
;
3999 bfd_boolean dynamic
;
4000 Elf_External_Versym
*extversym
= NULL
;
4001 Elf_External_Versym
*extversym_end
= NULL
;
4002 Elf_External_Versym
*ever
;
4003 struct elf_link_hash_entry
*weaks
;
4004 struct elf_link_hash_entry
**nondeflt_vers
= NULL
;
4005 size_t nondeflt_vers_cnt
= 0;
4006 Elf_Internal_Sym
*isymbuf
= NULL
;
4007 Elf_Internal_Sym
*isym
;
4008 Elf_Internal_Sym
*isymend
;
4009 const struct elf_backend_data
*bed
;
4010 bfd_boolean add_needed
;
4011 struct elf_link_hash_table
*htab
;
4012 void *alloc_mark
= NULL
;
4013 struct bfd_hash_entry
**old_table
= NULL
;
4014 unsigned int old_size
= 0;
4015 unsigned int old_count
= 0;
4016 void *old_tab
= NULL
;
4018 struct bfd_link_hash_entry
*old_undefs
= NULL
;
4019 struct bfd_link_hash_entry
*old_undefs_tail
= NULL
;
4020 void *old_strtab
= NULL
;
4023 bfd_boolean just_syms
;
4025 htab
= elf_hash_table (info
);
4026 bed
= get_elf_backend_data (abfd
);
4028 if ((abfd
->flags
& DYNAMIC
) == 0)
4034 /* You can't use -r against a dynamic object. Also, there's no
4035 hope of using a dynamic object which does not exactly match
4036 the format of the output file. */
4037 if (bfd_link_relocatable (info
)
4038 || !is_elf_hash_table (htab
)
4039 || info
->output_bfd
->xvec
!= abfd
->xvec
)
4041 if (bfd_link_relocatable (info
))
4042 bfd_set_error (bfd_error_invalid_operation
);
4044 bfd_set_error (bfd_error_wrong_format
);
4049 ehdr
= elf_elfheader (abfd
);
4050 if (info
->warn_alternate_em
4051 && bed
->elf_machine_code
!= ehdr
->e_machine
4052 && ((bed
->elf_machine_alt1
!= 0
4053 && ehdr
->e_machine
== bed
->elf_machine_alt1
)
4054 || (bed
->elf_machine_alt2
!= 0
4055 && ehdr
->e_machine
== bed
->elf_machine_alt2
)))
4057 /* xgettext:c-format */
4058 (_("alternate ELF machine code found (%d) in %pB, expecting %d"),
4059 ehdr
->e_machine
, abfd
, bed
->elf_machine_code
);
4061 /* As a GNU extension, any input sections which are named
4062 .gnu.warning.SYMBOL are treated as warning symbols for the given
4063 symbol. This differs from .gnu.warning sections, which generate
4064 warnings when they are included in an output file. */
4065 /* PR 12761: Also generate this warning when building shared libraries. */
4066 for (s
= abfd
->sections
; s
!= NULL
; s
= s
->next
)
4070 name
= bfd_section_name (s
);
4071 if (CONST_STRNEQ (name
, ".gnu.warning."))
4076 name
+= sizeof ".gnu.warning." - 1;
4078 /* If this is a shared object, then look up the symbol
4079 in the hash table. If it is there, and it is already
4080 been defined, then we will not be using the entry
4081 from this shared object, so we don't need to warn.
4082 FIXME: If we see the definition in a regular object
4083 later on, we will warn, but we shouldn't. The only
4084 fix is to keep track of what warnings we are supposed
4085 to emit, and then handle them all at the end of the
4089 struct elf_link_hash_entry
*h
;
4091 h
= elf_link_hash_lookup (htab
, name
, FALSE
, FALSE
, TRUE
);
4093 /* FIXME: What about bfd_link_hash_common? */
4095 && (h
->root
.type
== bfd_link_hash_defined
4096 || h
->root
.type
== bfd_link_hash_defweak
))
4101 msg
= (char *) bfd_alloc (abfd
, sz
+ 1);
4105 if (! bfd_get_section_contents (abfd
, s
, msg
, 0, sz
))
4110 if (! (_bfd_generic_link_add_one_symbol
4111 (info
, abfd
, name
, BSF_WARNING
, s
, 0, msg
,
4112 FALSE
, bed
->collect
, NULL
)))
4115 if (bfd_link_executable (info
))
4117 /* Clobber the section size so that the warning does
4118 not get copied into the output file. */
4121 /* Also set SEC_EXCLUDE, so that symbols defined in
4122 the warning section don't get copied to the output. */
4123 s
->flags
|= SEC_EXCLUDE
;
4128 just_syms
= ((s
= abfd
->sections
) != NULL
4129 && s
->sec_info_type
== SEC_INFO_TYPE_JUST_SYMS
);
4134 /* If we are creating a shared library, create all the dynamic
4135 sections immediately. We need to attach them to something,
4136 so we attach them to this BFD, provided it is the right
4137 format and is not from ld --just-symbols. Always create the
4138 dynamic sections for -E/--dynamic-list. FIXME: If there
4139 are no input BFD's of the same format as the output, we can't
4140 make a shared library. */
4142 && (bfd_link_pic (info
)
4143 || (!bfd_link_relocatable (info
)
4145 && (info
->export_dynamic
|| info
->dynamic
)))
4146 && is_elf_hash_table (htab
)
4147 && info
->output_bfd
->xvec
== abfd
->xvec
4148 && !htab
->dynamic_sections_created
)
4150 if (! _bfd_elf_link_create_dynamic_sections (abfd
, info
))
4154 else if (!is_elf_hash_table (htab
))
4158 const char *soname
= NULL
;
4160 struct bfd_link_needed_list
*rpath
= NULL
, *runpath
= NULL
;
4161 const Elf_Internal_Phdr
*phdr
;
4162 struct elf_link_loaded_list
*loaded_lib
;
4164 /* ld --just-symbols and dynamic objects don't mix very well.
4165 ld shouldn't allow it. */
4169 /* If this dynamic lib was specified on the command line with
4170 --as-needed in effect, then we don't want to add a DT_NEEDED
4171 tag unless the lib is actually used. Similary for libs brought
4172 in by another lib's DT_NEEDED. When --no-add-needed is used
4173 on a dynamic lib, we don't want to add a DT_NEEDED entry for
4174 any dynamic library in DT_NEEDED tags in the dynamic lib at
4176 add_needed
= (elf_dyn_lib_class (abfd
)
4177 & (DYN_AS_NEEDED
| DYN_DT_NEEDED
4178 | DYN_NO_NEEDED
)) == 0;
4180 s
= bfd_get_section_by_name (abfd
, ".dynamic");
4185 unsigned int elfsec
;
4186 unsigned long shlink
;
4188 if (!bfd_malloc_and_get_section (abfd
, s
, &dynbuf
))
4195 elfsec
= _bfd_elf_section_from_bfd_section (abfd
, s
);
4196 if (elfsec
== SHN_BAD
)
4197 goto error_free_dyn
;
4198 shlink
= elf_elfsections (abfd
)[elfsec
]->sh_link
;
4200 for (extdyn
= dynbuf
;
4201 extdyn
<= dynbuf
+ s
->size
- bed
->s
->sizeof_dyn
;
4202 extdyn
+= bed
->s
->sizeof_dyn
)
4204 Elf_Internal_Dyn dyn
;
4206 bed
->s
->swap_dyn_in (abfd
, extdyn
, &dyn
);
4207 if (dyn
.d_tag
== DT_SONAME
)
4209 unsigned int tagv
= dyn
.d_un
.d_val
;
4210 soname
= bfd_elf_string_from_elf_section (abfd
, shlink
, tagv
);
4212 goto error_free_dyn
;
4214 if (dyn
.d_tag
== DT_NEEDED
)
4216 struct bfd_link_needed_list
*n
, **pn
;
4218 unsigned int tagv
= dyn
.d_un
.d_val
;
4219 size_t amt
= sizeof (struct bfd_link_needed_list
);
4221 n
= (struct bfd_link_needed_list
*) bfd_alloc (abfd
, amt
);
4222 fnm
= bfd_elf_string_from_elf_section (abfd
, shlink
, tagv
);
4223 if (n
== NULL
|| fnm
== NULL
)
4224 goto error_free_dyn
;
4225 amt
= strlen (fnm
) + 1;
4226 anm
= (char *) bfd_alloc (abfd
, amt
);
4228 goto error_free_dyn
;
4229 memcpy (anm
, fnm
, amt
);
4233 for (pn
= &htab
->needed
; *pn
!= NULL
; pn
= &(*pn
)->next
)
4237 if (dyn
.d_tag
== DT_RUNPATH
)
4239 struct bfd_link_needed_list
*n
, **pn
;
4241 unsigned int tagv
= dyn
.d_un
.d_val
;
4242 size_t amt
= sizeof (struct bfd_link_needed_list
);
4244 n
= (struct bfd_link_needed_list
*) bfd_alloc (abfd
, amt
);
4245 fnm
= bfd_elf_string_from_elf_section (abfd
, shlink
, tagv
);
4246 if (n
== NULL
|| fnm
== NULL
)
4247 goto error_free_dyn
;
4248 amt
= strlen (fnm
) + 1;
4249 anm
= (char *) bfd_alloc (abfd
, amt
);
4251 goto error_free_dyn
;
4252 memcpy (anm
, fnm
, amt
);
4256 for (pn
= & runpath
;
4262 /* Ignore DT_RPATH if we have seen DT_RUNPATH. */
4263 if (!runpath
&& dyn
.d_tag
== DT_RPATH
)
4265 struct bfd_link_needed_list
*n
, **pn
;
4267 unsigned int tagv
= dyn
.d_un
.d_val
;
4268 size_t amt
= sizeof (struct bfd_link_needed_list
);
4270 n
= (struct bfd_link_needed_list
*) bfd_alloc (abfd
, amt
);
4271 fnm
= bfd_elf_string_from_elf_section (abfd
, shlink
, tagv
);
4272 if (n
== NULL
|| fnm
== NULL
)
4273 goto error_free_dyn
;
4274 amt
= strlen (fnm
) + 1;
4275 anm
= (char *) bfd_alloc (abfd
, amt
);
4277 goto error_free_dyn
;
4278 memcpy (anm
, fnm
, amt
);
4288 if (dyn
.d_tag
== DT_AUDIT
)
4290 unsigned int tagv
= dyn
.d_un
.d_val
;
4291 audit
= bfd_elf_string_from_elf_section (abfd
, shlink
, tagv
);
4298 /* DT_RUNPATH overrides DT_RPATH. Do _NOT_ bfd_release, as that
4299 frees all more recently bfd_alloc'd blocks as well. */
4305 struct bfd_link_needed_list
**pn
;
4306 for (pn
= &htab
->runpath
; *pn
!= NULL
; pn
= &(*pn
)->next
)
4311 /* If we have a PT_GNU_RELRO program header, mark as read-only
4312 all sections contained fully therein. This makes relro
4313 shared library sections appear as they will at run-time. */
4314 phdr
= elf_tdata (abfd
)->phdr
+ elf_elfheader (abfd
)->e_phnum
;
4315 while (phdr
-- > elf_tdata (abfd
)->phdr
)
4316 if (phdr
->p_type
== PT_GNU_RELRO
)
4318 for (s
= abfd
->sections
; s
!= NULL
; s
= s
->next
)
4320 unsigned int opb
= bfd_octets_per_byte (abfd
, s
);
4322 if ((s
->flags
& SEC_ALLOC
) != 0
4323 && s
->vma
* opb
>= phdr
->p_vaddr
4324 && s
->vma
* opb
+ s
->size
<= phdr
->p_vaddr
+ phdr
->p_memsz
)
4325 s
->flags
|= SEC_READONLY
;
4330 /* We do not want to include any of the sections in a dynamic
4331 object in the output file. We hack by simply clobbering the
4332 list of sections in the BFD. This could be handled more
4333 cleanly by, say, a new section flag; the existing
4334 SEC_NEVER_LOAD flag is not the one we want, because that one
4335 still implies that the section takes up space in the output
4337 bfd_section_list_clear (abfd
);
4339 /* Find the name to use in a DT_NEEDED entry that refers to this
4340 object. If the object has a DT_SONAME entry, we use it.
4341 Otherwise, if the generic linker stuck something in
4342 elf_dt_name, we use that. Otherwise, we just use the file
4344 if (soname
== NULL
|| *soname
== '\0')
4346 soname
= elf_dt_name (abfd
);
4347 if (soname
== NULL
|| *soname
== '\0')
4348 soname
= bfd_get_filename (abfd
);
4351 /* Save the SONAME because sometimes the linker emulation code
4352 will need to know it. */
4353 elf_dt_name (abfd
) = soname
;
4355 /* If we have already included this dynamic object in the
4356 link, just ignore it. There is no reason to include a
4357 particular dynamic object more than once. */
4358 for (loaded_lib
= htab
->dyn_loaded
;
4360 loaded_lib
= loaded_lib
->next
)
4362 if (strcmp (elf_dt_name (loaded_lib
->abfd
), soname
) == 0)
4366 /* Create dynamic sections for backends that require that be done
4367 before setup_gnu_properties. */
4369 && !_bfd_elf_link_create_dynamic_sections (abfd
, info
))
4372 /* Save the DT_AUDIT entry for the linker emulation code. */
4373 elf_dt_audit (abfd
) = audit
;
4376 /* If this is a dynamic object, we always link against the .dynsym
4377 symbol table, not the .symtab symbol table. The dynamic linker
4378 will only see the .dynsym symbol table, so there is no reason to
4379 look at .symtab for a dynamic object. */
4381 if (! dynamic
|| elf_dynsymtab (abfd
) == 0)
4382 hdr
= &elf_tdata (abfd
)->symtab_hdr
;
4384 hdr
= &elf_tdata (abfd
)->dynsymtab_hdr
;
4386 symcount
= hdr
->sh_size
/ bed
->s
->sizeof_sym
;
4388 /* The sh_info field of the symtab header tells us where the
4389 external symbols start. We don't care about the local symbols at
4391 if (elf_bad_symtab (abfd
))
4393 extsymcount
= symcount
;
4398 extsymcount
= symcount
- hdr
->sh_info
;
4399 extsymoff
= hdr
->sh_info
;
4402 sym_hash
= elf_sym_hashes (abfd
);
4403 if (extsymcount
!= 0)
4405 isymbuf
= bfd_elf_get_elf_syms (abfd
, hdr
, extsymcount
, extsymoff
,
4407 if (isymbuf
== NULL
)
4410 if (sym_hash
== NULL
)
4412 /* We store a pointer to the hash table entry for each
4414 size_t amt
= extsymcount
* sizeof (struct elf_link_hash_entry
*);
4415 sym_hash
= (struct elf_link_hash_entry
**) bfd_zalloc (abfd
, amt
);
4416 if (sym_hash
== NULL
)
4417 goto error_free_sym
;
4418 elf_sym_hashes (abfd
) = sym_hash
;
4424 /* Read in any version definitions. */
4425 if (!_bfd_elf_slurp_version_tables (abfd
,
4426 info
->default_imported_symver
))
4427 goto error_free_sym
;
4429 /* Read in the symbol versions, but don't bother to convert them
4430 to internal format. */
4431 if (elf_dynversym (abfd
) != 0)
4433 Elf_Internal_Shdr
*versymhdr
= &elf_tdata (abfd
)->dynversym_hdr
;
4434 bfd_size_type amt
= versymhdr
->sh_size
;
4436 if (bfd_seek (abfd
, versymhdr
->sh_offset
, SEEK_SET
) != 0)
4437 goto error_free_sym
;
4438 extversym
= (Elf_External_Versym
*)
4439 _bfd_malloc_and_read (abfd
, amt
, amt
);
4440 if (extversym
== NULL
)
4441 goto error_free_sym
;
4442 extversym_end
= extversym
+ amt
/ sizeof (*extversym
);
4446 /* If we are loading an as-needed shared lib, save the symbol table
4447 state before we start adding symbols. If the lib turns out
4448 to be unneeded, restore the state. */
4449 if ((elf_dyn_lib_class (abfd
) & DYN_AS_NEEDED
) != 0)
4454 for (entsize
= 0, i
= 0; i
< htab
->root
.table
.size
; i
++)
4456 struct bfd_hash_entry
*p
;
4457 struct elf_link_hash_entry
*h
;
4459 for (p
= htab
->root
.table
.table
[i
]; p
!= NULL
; p
= p
->next
)
4461 h
= (struct elf_link_hash_entry
*) p
;
4462 entsize
+= htab
->root
.table
.entsize
;
4463 if (h
->root
.type
== bfd_link_hash_warning
)
4464 entsize
+= htab
->root
.table
.entsize
;
4468 tabsize
= htab
->root
.table
.size
* sizeof (struct bfd_hash_entry
*);
4469 old_tab
= bfd_malloc (tabsize
+ entsize
);
4470 if (old_tab
== NULL
)
4471 goto error_free_vers
;
4473 /* Remember the current objalloc pointer, so that all mem for
4474 symbols added can later be reclaimed. */
4475 alloc_mark
= bfd_hash_allocate (&htab
->root
.table
, 1);
4476 if (alloc_mark
== NULL
)
4477 goto error_free_vers
;
4479 /* Make a special call to the linker "notice" function to
4480 tell it that we are about to handle an as-needed lib. */
4481 if (!(*bed
->notice_as_needed
) (abfd
, info
, notice_as_needed
))
4482 goto error_free_vers
;
4484 /* Clone the symbol table. Remember some pointers into the
4485 symbol table, and dynamic symbol count. */
4486 old_ent
= (char *) old_tab
+ tabsize
;
4487 memcpy (old_tab
, htab
->root
.table
.table
, tabsize
);
4488 old_undefs
= htab
->root
.undefs
;
4489 old_undefs_tail
= htab
->root
.undefs_tail
;
4490 old_table
= htab
->root
.table
.table
;
4491 old_size
= htab
->root
.table
.size
;
4492 old_count
= htab
->root
.table
.count
;
4494 if (htab
->dynstr
!= NULL
)
4496 old_strtab
= _bfd_elf_strtab_save (htab
->dynstr
);
4497 if (old_strtab
== NULL
)
4498 goto error_free_vers
;
4501 for (i
= 0; i
< htab
->root
.table
.size
; i
++)
4503 struct bfd_hash_entry
*p
;
4504 struct elf_link_hash_entry
*h
;
4506 for (p
= htab
->root
.table
.table
[i
]; p
!= NULL
; p
= p
->next
)
4508 memcpy (old_ent
, p
, htab
->root
.table
.entsize
);
4509 old_ent
= (char *) old_ent
+ htab
->root
.table
.entsize
;
4510 h
= (struct elf_link_hash_entry
*) p
;
4511 if (h
->root
.type
== bfd_link_hash_warning
)
4513 memcpy (old_ent
, h
->root
.u
.i
.link
, htab
->root
.table
.entsize
);
4514 old_ent
= (char *) old_ent
+ htab
->root
.table
.entsize
;
4521 if (extversym
== NULL
)
4523 else if (extversym
+ extsymoff
< extversym_end
)
4524 ever
= extversym
+ extsymoff
;
4527 /* xgettext:c-format */
4528 _bfd_error_handler (_("%pB: invalid version offset %lx (max %lx)"),
4529 abfd
, (long) extsymoff
,
4530 (long) (extversym_end
- extversym
) / sizeof (* extversym
));
4531 bfd_set_error (bfd_error_bad_value
);
4532 goto error_free_vers
;
4535 if (!bfd_link_relocatable (info
)
4536 && abfd
->lto_slim_object
)
4539 (_("%pB: plugin needed to handle lto object"), abfd
);
4542 for (isym
= isymbuf
, isymend
= isymbuf
+ extsymcount
;
4544 isym
++, sym_hash
++, ever
= (ever
!= NULL
? ever
+ 1 : NULL
))
4548 asection
*sec
, *new_sec
;
4551 struct elf_link_hash_entry
*h
;
4552 struct elf_link_hash_entry
*hi
;
4553 bfd_boolean definition
;
4554 bfd_boolean size_change_ok
;
4555 bfd_boolean type_change_ok
;
4556 bfd_boolean new_weak
;
4557 bfd_boolean old_weak
;
4558 bfd_boolean override
;
4560 bfd_boolean discarded
;
4561 unsigned int old_alignment
;
4562 unsigned int shindex
;
4564 bfd_boolean matched
;
4568 flags
= BSF_NO_FLAGS
;
4570 value
= isym
->st_value
;
4571 common
= bed
->common_definition (isym
);
4572 if (common
&& info
->inhibit_common_definition
)
4574 /* Treat common symbol as undefined for --no-define-common. */
4575 isym
->st_shndx
= SHN_UNDEF
;
4580 bind
= ELF_ST_BIND (isym
->st_info
);
4584 /* This should be impossible, since ELF requires that all
4585 global symbols follow all local symbols, and that sh_info
4586 point to the first global symbol. Unfortunately, Irix 5
4588 if (elf_bad_symtab (abfd
))
4591 /* If we aren't prepared to handle locals within the globals
4592 then we'll likely segfault on a NULL symbol hash if the
4593 symbol is ever referenced in relocations. */
4594 shindex
= elf_elfheader (abfd
)->e_shstrndx
;
4595 name
= bfd_elf_string_from_elf_section (abfd
, shindex
, hdr
->sh_name
);
4596 _bfd_error_handler (_("%pB: %s local symbol at index %lu"
4597 " (>= sh_info of %lu)"),
4598 abfd
, name
, (long) (isym
- isymbuf
+ extsymoff
),
4601 /* Dynamic object relocations are not processed by ld, so
4602 ld won't run into the problem mentioned above. */
4605 bfd_set_error (bfd_error_bad_value
);
4606 goto error_free_vers
;
4609 if (isym
->st_shndx
!= SHN_UNDEF
&& !common
)
4617 case STB_GNU_UNIQUE
:
4618 flags
= BSF_GNU_UNIQUE
;
4622 /* Leave it up to the processor backend. */
4626 if (isym
->st_shndx
== SHN_UNDEF
)
4627 sec
= bfd_und_section_ptr
;
4628 else if (isym
->st_shndx
== SHN_ABS
)
4629 sec
= bfd_abs_section_ptr
;
4630 else if (isym
->st_shndx
== SHN_COMMON
)
4632 sec
= bfd_com_section_ptr
;
4633 /* What ELF calls the size we call the value. What ELF
4634 calls the value we call the alignment. */
4635 value
= isym
->st_size
;
4639 sec
= bfd_section_from_elf_index (abfd
, isym
->st_shndx
);
4641 sec
= bfd_abs_section_ptr
;
4642 else if (discarded_section (sec
))
4644 /* Symbols from discarded section are undefined. We keep
4646 sec
= bfd_und_section_ptr
;
4648 isym
->st_shndx
= SHN_UNDEF
;
4650 else if ((abfd
->flags
& (EXEC_P
| DYNAMIC
)) != 0)
4654 name
= bfd_elf_string_from_elf_section (abfd
, hdr
->sh_link
,
4657 goto error_free_vers
;
4659 if (isym
->st_shndx
== SHN_COMMON
4660 && (abfd
->flags
& BFD_PLUGIN
) != 0)
4662 asection
*xc
= bfd_get_section_by_name (abfd
, "COMMON");
4666 flagword sflags
= (SEC_ALLOC
| SEC_IS_COMMON
| SEC_KEEP
4668 xc
= bfd_make_section_with_flags (abfd
, "COMMON", sflags
);
4670 goto error_free_vers
;
4674 else if (isym
->st_shndx
== SHN_COMMON
4675 && ELF_ST_TYPE (isym
->st_info
) == STT_TLS
4676 && !bfd_link_relocatable (info
))
4678 asection
*tcomm
= bfd_get_section_by_name (abfd
, ".tcommon");
4682 flagword sflags
= (SEC_ALLOC
| SEC_THREAD_LOCAL
| SEC_IS_COMMON
4683 | SEC_LINKER_CREATED
);
4684 tcomm
= bfd_make_section_with_flags (abfd
, ".tcommon", sflags
);
4686 goto error_free_vers
;
4690 else if (bed
->elf_add_symbol_hook
)
4692 if (! (*bed
->elf_add_symbol_hook
) (abfd
, info
, isym
, &name
, &flags
,
4694 goto error_free_vers
;
4696 /* The hook function sets the name to NULL if this symbol
4697 should be skipped for some reason. */
4702 /* Sanity check that all possibilities were handled. */
4706 /* Silently discard TLS symbols from --just-syms. There's
4707 no way to combine a static TLS block with a new TLS block
4708 for this executable. */
4709 if (ELF_ST_TYPE (isym
->st_info
) == STT_TLS
4710 && sec
->sec_info_type
== SEC_INFO_TYPE_JUST_SYMS
)
4713 if (bfd_is_und_section (sec
)
4714 || bfd_is_com_section (sec
))
4719 size_change_ok
= FALSE
;
4720 type_change_ok
= bed
->type_change_ok
;
4727 if (is_elf_hash_table (htab
))
4729 Elf_Internal_Versym iver
;
4730 unsigned int vernum
= 0;
4735 if (info
->default_imported_symver
)
4736 /* Use the default symbol version created earlier. */
4737 iver
.vs_vers
= elf_tdata (abfd
)->cverdefs
;
4741 else if (ever
>= extversym_end
)
4743 /* xgettext:c-format */
4744 _bfd_error_handler (_("%pB: not enough version information"),
4746 bfd_set_error (bfd_error_bad_value
);
4747 goto error_free_vers
;
4750 _bfd_elf_swap_versym_in (abfd
, ever
, &iver
);
4752 vernum
= iver
.vs_vers
& VERSYM_VERSION
;
4754 /* If this is a hidden symbol, or if it is not version
4755 1, we append the version name to the symbol name.
4756 However, we do not modify a non-hidden absolute symbol
4757 if it is not a function, because it might be the version
4758 symbol itself. FIXME: What if it isn't? */
4759 if ((iver
.vs_vers
& VERSYM_HIDDEN
) != 0
4761 && (!bfd_is_abs_section (sec
)
4762 || bed
->is_function_type (ELF_ST_TYPE (isym
->st_info
)))))
4765 size_t namelen
, verlen
, newlen
;
4768 if (isym
->st_shndx
!= SHN_UNDEF
)
4770 if (vernum
> elf_tdata (abfd
)->cverdefs
)
4772 else if (vernum
> 1)
4774 elf_tdata (abfd
)->verdef
[vernum
- 1].vd_nodename
;
4781 /* xgettext:c-format */
4782 (_("%pB: %s: invalid version %u (max %d)"),
4784 elf_tdata (abfd
)->cverdefs
);
4785 bfd_set_error (bfd_error_bad_value
);
4786 goto error_free_vers
;
4791 /* We cannot simply test for the number of
4792 entries in the VERNEED section since the
4793 numbers for the needed versions do not start
4795 Elf_Internal_Verneed
*t
;
4798 for (t
= elf_tdata (abfd
)->verref
;
4802 Elf_Internal_Vernaux
*a
;
4804 for (a
= t
->vn_auxptr
; a
!= NULL
; a
= a
->vna_nextptr
)
4806 if (a
->vna_other
== vernum
)
4808 verstr
= a
->vna_nodename
;
4818 /* xgettext:c-format */
4819 (_("%pB: %s: invalid needed version %d"),
4820 abfd
, name
, vernum
);
4821 bfd_set_error (bfd_error_bad_value
);
4822 goto error_free_vers
;
4826 namelen
= strlen (name
);
4827 verlen
= strlen (verstr
);
4828 newlen
= namelen
+ verlen
+ 2;
4829 if ((iver
.vs_vers
& VERSYM_HIDDEN
) == 0
4830 && isym
->st_shndx
!= SHN_UNDEF
)
4833 newname
= (char *) bfd_hash_allocate (&htab
->root
.table
, newlen
);
4834 if (newname
== NULL
)
4835 goto error_free_vers
;
4836 memcpy (newname
, name
, namelen
);
4837 p
= newname
+ namelen
;
4839 /* If this is a defined non-hidden version symbol,
4840 we add another @ to the name. This indicates the
4841 default version of the symbol. */
4842 if ((iver
.vs_vers
& VERSYM_HIDDEN
) == 0
4843 && isym
->st_shndx
!= SHN_UNDEF
)
4845 memcpy (p
, verstr
, verlen
+ 1);
4850 /* If this symbol has default visibility and the user has
4851 requested we not re-export it, then mark it as hidden. */
4852 if (!bfd_is_und_section (sec
)
4855 && ELF_ST_VISIBILITY (isym
->st_other
) != STV_INTERNAL
)
4856 isym
->st_other
= (STV_HIDDEN
4857 | (isym
->st_other
& ~ELF_ST_VISIBILITY (-1)));
4859 if (!_bfd_elf_merge_symbol (abfd
, info
, name
, isym
, &sec
, &value
,
4860 sym_hash
, &old_bfd
, &old_weak
,
4861 &old_alignment
, &skip
, &override
,
4862 &type_change_ok
, &size_change_ok
,
4864 goto error_free_vers
;
4869 /* Override a definition only if the new symbol matches the
4871 if (override
&& matched
)
4875 while (h
->root
.type
== bfd_link_hash_indirect
4876 || h
->root
.type
== bfd_link_hash_warning
)
4877 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
4879 if (elf_tdata (abfd
)->verdef
!= NULL
4882 h
->verinfo
.verdef
= &elf_tdata (abfd
)->verdef
[vernum
- 1];
4885 if (! (_bfd_generic_link_add_one_symbol
4886 (info
, abfd
, name
, flags
, sec
, value
, NULL
, FALSE
, bed
->collect
,
4887 (struct bfd_link_hash_entry
**) sym_hash
)))
4888 goto error_free_vers
;
4891 /* We need to make sure that indirect symbol dynamic flags are
4894 while (h
->root
.type
== bfd_link_hash_indirect
4895 || h
->root
.type
== bfd_link_hash_warning
)
4896 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
4898 /* Setting the index to -3 tells elf_link_output_extsym that
4899 this symbol is defined in a discarded section. */
4905 new_weak
= (flags
& BSF_WEAK
) != 0;
4909 && !bed
->is_function_type (ELF_ST_TYPE (isym
->st_info
))
4910 && is_elf_hash_table (htab
)
4911 && h
->u
.alias
== NULL
)
4913 /* Keep a list of all weak defined non function symbols from
4914 a dynamic object, using the alias field. Later in this
4915 function we will set the alias field to the correct
4916 value. We only put non-function symbols from dynamic
4917 objects on this list, because that happens to be the only
4918 time we need to know the normal symbol corresponding to a
4919 weak symbol, and the information is time consuming to
4920 figure out. If the alias field is not already NULL,
4921 then this symbol was already defined by some previous
4922 dynamic object, and we will be using that previous
4923 definition anyhow. */
4929 /* Set the alignment of a common symbol. */
4930 if ((common
|| bfd_is_com_section (sec
))
4931 && h
->root
.type
== bfd_link_hash_common
)
4936 align
= bfd_log2 (isym
->st_value
);
4939 /* The new symbol is a common symbol in a shared object.
4940 We need to get the alignment from the section. */
4941 align
= new_sec
->alignment_power
;
4943 if (align
> old_alignment
)
4944 h
->root
.u
.c
.p
->alignment_power
= align
;
4946 h
->root
.u
.c
.p
->alignment_power
= old_alignment
;
4949 if (is_elf_hash_table (htab
))
4951 /* Set a flag in the hash table entry indicating the type of
4952 reference or definition we just found. A dynamic symbol
4953 is one which is referenced or defined by both a regular
4954 object and a shared object. */
4955 bfd_boolean dynsym
= FALSE
;
4957 /* Plugin symbols aren't normal. Don't set def_regular or
4958 ref_regular for them, or make them dynamic. */
4959 if ((abfd
->flags
& BFD_PLUGIN
) != 0)
4966 if (bind
!= STB_WEAK
)
4967 h
->ref_regular_nonweak
= 1;
4979 /* If the indirect symbol has been forced local, don't
4980 make the real symbol dynamic. */
4981 if ((h
== hi
|| !hi
->forced_local
)
4982 && (bfd_link_dll (info
)
4992 hi
->ref_dynamic
= 1;
4997 hi
->def_dynamic
= 1;
5000 /* If the indirect symbol has been forced local, don't
5001 make the real symbol dynamic. */
5002 if ((h
== hi
|| !hi
->forced_local
)
5006 && weakdef (h
)->dynindx
!= -1)))
5010 /* Check to see if we need to add an indirect symbol for
5011 the default name. */
5013 || (!override
&& h
->root
.type
== bfd_link_hash_common
))
5014 if (!_bfd_elf_add_default_symbol (abfd
, info
, h
, name
, isym
,
5015 sec
, value
, &old_bfd
, &dynsym
))
5016 goto error_free_vers
;
5018 /* Check the alignment when a common symbol is involved. This
5019 can change when a common symbol is overridden by a normal
5020 definition or a common symbol is ignored due to the old
5021 normal definition. We need to make sure the maximum
5022 alignment is maintained. */
5023 if ((old_alignment
|| common
)
5024 && h
->root
.type
!= bfd_link_hash_common
)
5026 unsigned int common_align
;
5027 unsigned int normal_align
;
5028 unsigned int symbol_align
;
5032 BFD_ASSERT (h
->root
.type
== bfd_link_hash_defined
5033 || h
->root
.type
== bfd_link_hash_defweak
);
5035 symbol_align
= ffs (h
->root
.u
.def
.value
) - 1;
5036 if (h
->root
.u
.def
.section
->owner
!= NULL
5037 && (h
->root
.u
.def
.section
->owner
->flags
5038 & (DYNAMIC
| BFD_PLUGIN
)) == 0)
5040 normal_align
= h
->root
.u
.def
.section
->alignment_power
;
5041 if (normal_align
> symbol_align
)
5042 normal_align
= symbol_align
;
5045 normal_align
= symbol_align
;
5049 common_align
= old_alignment
;
5050 common_bfd
= old_bfd
;
5055 common_align
= bfd_log2 (isym
->st_value
);
5057 normal_bfd
= old_bfd
;
5060 if (normal_align
< common_align
)
5062 /* PR binutils/2735 */
5063 if (normal_bfd
== NULL
)
5065 /* xgettext:c-format */
5066 (_("warning: alignment %u of common symbol `%s' in %pB is"
5067 " greater than the alignment (%u) of its section %pA"),
5068 1 << common_align
, name
, common_bfd
,
5069 1 << normal_align
, h
->root
.u
.def
.section
);
5072 /* xgettext:c-format */
5073 (_("warning: alignment %u of symbol `%s' in %pB"
5074 " is smaller than %u in %pB"),
5075 1 << normal_align
, name
, normal_bfd
,
5076 1 << common_align
, common_bfd
);
5080 /* Remember the symbol size if it isn't undefined. */
5081 if (isym
->st_size
!= 0
5082 && isym
->st_shndx
!= SHN_UNDEF
5083 && (definition
|| h
->size
== 0))
5086 && h
->size
!= isym
->st_size
5087 && ! size_change_ok
)
5089 /* xgettext:c-format */
5090 (_("warning: size of symbol `%s' changed"
5091 " from %" PRIu64
" in %pB to %" PRIu64
" in %pB"),
5092 name
, (uint64_t) h
->size
, old_bfd
,
5093 (uint64_t) isym
->st_size
, abfd
);
5095 h
->size
= isym
->st_size
;
5098 /* If this is a common symbol, then we always want H->SIZE
5099 to be the size of the common symbol. The code just above
5100 won't fix the size if a common symbol becomes larger. We
5101 don't warn about a size change here, because that is
5102 covered by --warn-common. Allow changes between different
5104 if (h
->root
.type
== bfd_link_hash_common
)
5105 h
->size
= h
->root
.u
.c
.size
;
5107 if (ELF_ST_TYPE (isym
->st_info
) != STT_NOTYPE
5108 && ((definition
&& !new_weak
)
5109 || (old_weak
&& h
->root
.type
== bfd_link_hash_common
)
5110 || h
->type
== STT_NOTYPE
))
5112 unsigned int type
= ELF_ST_TYPE (isym
->st_info
);
5114 /* Turn an IFUNC symbol from a DSO into a normal FUNC
5116 if (type
== STT_GNU_IFUNC
5117 && (abfd
->flags
& DYNAMIC
) != 0)
5120 if (h
->type
!= type
)
5122 if (h
->type
!= STT_NOTYPE
&& ! type_change_ok
)
5123 /* xgettext:c-format */
5125 (_("warning: type of symbol `%s' changed"
5126 " from %d to %d in %pB"),
5127 name
, h
->type
, type
, abfd
);
5133 /* Merge st_other field. */
5134 elf_merge_st_other (abfd
, h
, isym
, sec
, definition
, dynamic
);
5136 /* We don't want to make debug symbol dynamic. */
5138 && (sec
->flags
& SEC_DEBUGGING
)
5139 && !bfd_link_relocatable (info
))
5142 /* Nor should we make plugin symbols dynamic. */
5143 if ((abfd
->flags
& BFD_PLUGIN
) != 0)
5148 h
->target_internal
= isym
->st_target_internal
;
5149 h
->unique_global
= (flags
& BSF_GNU_UNIQUE
) != 0;
5152 if (definition
&& !dynamic
)
5154 char *p
= strchr (name
, ELF_VER_CHR
);
5155 if (p
!= NULL
&& p
[1] != ELF_VER_CHR
)
5157 /* Queue non-default versions so that .symver x, x@FOO
5158 aliases can be checked. */
5161 size_t amt
= ((isymend
- isym
+ 1)
5162 * sizeof (struct elf_link_hash_entry
*));
5164 = (struct elf_link_hash_entry
**) bfd_malloc (amt
);
5166 goto error_free_vers
;
5168 nondeflt_vers
[nondeflt_vers_cnt
++] = h
;
5172 if (dynsym
&& h
->dynindx
== -1)
5174 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
5175 goto error_free_vers
;
5177 && weakdef (h
)->dynindx
== -1)
5179 if (!bfd_elf_link_record_dynamic_symbol (info
, weakdef (h
)))
5180 goto error_free_vers
;
5183 else if (h
->dynindx
!= -1)
5184 /* If the symbol already has a dynamic index, but
5185 visibility says it should not be visible, turn it into
5187 switch (ELF_ST_VISIBILITY (h
->other
))
5191 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
5196 /* Don't add DT_NEEDED for references from the dummy bfd nor
5197 for unmatched symbol. */
5202 && h
->ref_regular_nonweak
5204 || (old_bfd
->flags
& BFD_PLUGIN
) == 0))
5205 || (h
->ref_dynamic_nonweak
5206 && (elf_dyn_lib_class (abfd
) & DYN_AS_NEEDED
) != 0
5207 && !on_needed_list (elf_dt_name (abfd
),
5208 htab
->needed
, NULL
))))
5210 const char *soname
= elf_dt_name (abfd
);
5212 info
->callbacks
->minfo ("%!", soname
, old_bfd
,
5213 h
->root
.root
.string
);
5215 /* A symbol from a library loaded via DT_NEEDED of some
5216 other library is referenced by a regular object.
5217 Add a DT_NEEDED entry for it. Issue an error if
5218 --no-add-needed is used and the reference was not
5221 && (elf_dyn_lib_class (abfd
) & DYN_NO_NEEDED
) != 0)
5224 /* xgettext:c-format */
5225 (_("%pB: undefined reference to symbol '%s'"),
5227 bfd_set_error (bfd_error_missing_dso
);
5228 goto error_free_vers
;
5231 elf_dyn_lib_class (abfd
) = (enum dynamic_lib_link_class
)
5232 (elf_dyn_lib_class (abfd
) & ~DYN_AS_NEEDED
);
5234 /* Create dynamic sections for backends that require
5235 that be done before setup_gnu_properties. */
5236 if (!_bfd_elf_link_create_dynamic_sections (abfd
, info
))
5243 if (info
->lto_plugin_active
5244 && !bfd_link_relocatable (info
)
5245 && (abfd
->flags
& BFD_PLUGIN
) == 0
5251 if (bed
->s
->arch_size
== 32)
5256 /* If linker plugin is enabled, set non_ir_ref_regular on symbols
5257 referenced in regular objects so that linker plugin will get
5258 the correct symbol resolution. */
5260 sym_hash
= elf_sym_hashes (abfd
);
5261 for (s
= abfd
->sections
; s
!= NULL
; s
= s
->next
)
5263 Elf_Internal_Rela
*internal_relocs
;
5264 Elf_Internal_Rela
*rel
, *relend
;
5266 /* Don't check relocations in excluded sections. */
5267 if ((s
->flags
& SEC_RELOC
) == 0
5268 || s
->reloc_count
== 0
5269 || (s
->flags
& SEC_EXCLUDE
) != 0
5270 || ((info
->strip
== strip_all
5271 || info
->strip
== strip_debugger
)
5272 && (s
->flags
& SEC_DEBUGGING
) != 0))
5275 internal_relocs
= _bfd_elf_link_read_relocs (abfd
, s
, NULL
,
5278 if (internal_relocs
== NULL
)
5279 goto error_free_vers
;
5281 rel
= internal_relocs
;
5282 relend
= rel
+ s
->reloc_count
;
5283 for ( ; rel
< relend
; rel
++)
5285 unsigned long r_symndx
= rel
->r_info
>> r_sym_shift
;
5286 struct elf_link_hash_entry
*h
;
5288 /* Skip local symbols. */
5289 if (r_symndx
< extsymoff
)
5292 h
= sym_hash
[r_symndx
- extsymoff
];
5294 h
->root
.non_ir_ref_regular
= 1;
5297 if (elf_section_data (s
)->relocs
!= internal_relocs
)
5298 free (internal_relocs
);
5302 if (extversym
!= NULL
)
5308 if (isymbuf
!= NULL
)
5314 if ((elf_dyn_lib_class (abfd
) & DYN_AS_NEEDED
) != 0)
5318 /* Restore the symbol table. */
5319 old_ent
= (char *) old_tab
+ tabsize
;
5320 memset (elf_sym_hashes (abfd
), 0,
5321 extsymcount
* sizeof (struct elf_link_hash_entry
*));
5322 htab
->root
.table
.table
= old_table
;
5323 htab
->root
.table
.size
= old_size
;
5324 htab
->root
.table
.count
= old_count
;
5325 memcpy (htab
->root
.table
.table
, old_tab
, tabsize
);
5326 htab
->root
.undefs
= old_undefs
;
5327 htab
->root
.undefs_tail
= old_undefs_tail
;
5328 if (htab
->dynstr
!= NULL
)
5329 _bfd_elf_strtab_restore (htab
->dynstr
, old_strtab
);
5332 for (i
= 0; i
< htab
->root
.table
.size
; i
++)
5334 struct bfd_hash_entry
*p
;
5335 struct elf_link_hash_entry
*h
;
5337 unsigned int alignment_power
;
5338 unsigned int non_ir_ref_dynamic
;
5340 for (p
= htab
->root
.table
.table
[i
]; p
!= NULL
; p
= p
->next
)
5342 h
= (struct elf_link_hash_entry
*) p
;
5343 if (h
->root
.type
== bfd_link_hash_warning
)
5344 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
5346 /* Preserve the maximum alignment and size for common
5347 symbols even if this dynamic lib isn't on DT_NEEDED
5348 since it can still be loaded at run time by another
5350 if (h
->root
.type
== bfd_link_hash_common
)
5352 size
= h
->root
.u
.c
.size
;
5353 alignment_power
= h
->root
.u
.c
.p
->alignment_power
;
5358 alignment_power
= 0;
5360 /* Preserve non_ir_ref_dynamic so that this symbol
5361 will be exported when the dynamic lib becomes needed
5362 in the second pass. */
5363 non_ir_ref_dynamic
= h
->root
.non_ir_ref_dynamic
;
5364 memcpy (p
, old_ent
, htab
->root
.table
.entsize
);
5365 old_ent
= (char *) old_ent
+ htab
->root
.table
.entsize
;
5366 h
= (struct elf_link_hash_entry
*) p
;
5367 if (h
->root
.type
== bfd_link_hash_warning
)
5369 memcpy (h
->root
.u
.i
.link
, old_ent
, htab
->root
.table
.entsize
);
5370 old_ent
= (char *) old_ent
+ htab
->root
.table
.entsize
;
5371 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
5373 if (h
->root
.type
== bfd_link_hash_common
)
5375 if (size
> h
->root
.u
.c
.size
)
5376 h
->root
.u
.c
.size
= size
;
5377 if (alignment_power
> h
->root
.u
.c
.p
->alignment_power
)
5378 h
->root
.u
.c
.p
->alignment_power
= alignment_power
;
5380 h
->root
.non_ir_ref_dynamic
= non_ir_ref_dynamic
;
5384 /* Make a special call to the linker "notice" function to
5385 tell it that symbols added for crefs may need to be removed. */
5386 if (!(*bed
->notice_as_needed
) (abfd
, info
, notice_not_needed
))
5387 goto error_free_vers
;
5390 objalloc_free_block ((struct objalloc
*) htab
->root
.table
.memory
,
5392 if (nondeflt_vers
!= NULL
)
5393 free (nondeflt_vers
);
5397 if (old_tab
!= NULL
)
5399 if (!(*bed
->notice_as_needed
) (abfd
, info
, notice_needed
))
5400 goto error_free_vers
;
5405 /* Now that all the symbols from this input file are created, if
5406 not performing a relocatable link, handle .symver foo, foo@BAR
5407 such that any relocs against foo become foo@BAR. */
5408 if (!bfd_link_relocatable (info
) && nondeflt_vers
!= NULL
)
5412 for (cnt
= 0; cnt
< nondeflt_vers_cnt
; ++cnt
)
5414 struct elf_link_hash_entry
*h
= nondeflt_vers
[cnt
], *hi
;
5415 char *shortname
, *p
;
5418 p
= strchr (h
->root
.root
.string
, ELF_VER_CHR
);
5420 || (h
->root
.type
!= bfd_link_hash_defined
5421 && h
->root
.type
!= bfd_link_hash_defweak
))
5424 amt
= p
- h
->root
.root
.string
;
5425 shortname
= (char *) bfd_malloc (amt
+ 1);
5427 goto error_free_vers
;
5428 memcpy (shortname
, h
->root
.root
.string
, amt
);
5429 shortname
[amt
] = '\0';
5431 hi
= (struct elf_link_hash_entry
*)
5432 bfd_link_hash_lookup (&htab
->root
, shortname
,
5433 FALSE
, FALSE
, FALSE
);
5435 && hi
->root
.type
== h
->root
.type
5436 && hi
->root
.u
.def
.value
== h
->root
.u
.def
.value
5437 && hi
->root
.u
.def
.section
== h
->root
.u
.def
.section
)
5439 (*bed
->elf_backend_hide_symbol
) (info
, hi
, TRUE
);
5440 hi
->root
.type
= bfd_link_hash_indirect
;
5441 hi
->root
.u
.i
.link
= (struct bfd_link_hash_entry
*) h
;
5442 (*bed
->elf_backend_copy_indirect_symbol
) (info
, h
, hi
);
5443 sym_hash
= elf_sym_hashes (abfd
);
5445 for (symidx
= 0; symidx
< extsymcount
; ++symidx
)
5446 if (sym_hash
[symidx
] == hi
)
5448 sym_hash
[symidx
] = h
;
5454 free (nondeflt_vers
);
5455 nondeflt_vers
= NULL
;
5458 /* Now set the alias field correctly for all the weak defined
5459 symbols we found. The only way to do this is to search all the
5460 symbols. Since we only need the information for non functions in
5461 dynamic objects, that's the only time we actually put anything on
5462 the list WEAKS. We need this information so that if a regular
5463 object refers to a symbol defined weakly in a dynamic object, the
5464 real symbol in the dynamic object is also put in the dynamic
5465 symbols; we also must arrange for both symbols to point to the
5466 same memory location. We could handle the general case of symbol
5467 aliasing, but a general symbol alias can only be generated in
5468 assembler code, handling it correctly would be very time
5469 consuming, and other ELF linkers don't handle general aliasing
5473 struct elf_link_hash_entry
**hpp
;
5474 struct elf_link_hash_entry
**hppend
;
5475 struct elf_link_hash_entry
**sorted_sym_hash
;
5476 struct elf_link_hash_entry
*h
;
5477 size_t sym_count
, amt
;
5479 /* Since we have to search the whole symbol list for each weak
5480 defined symbol, search time for N weak defined symbols will be
5481 O(N^2). Binary search will cut it down to O(NlogN). */
5482 amt
= extsymcount
* sizeof (*sorted_sym_hash
);
5483 sorted_sym_hash
= bfd_malloc (amt
);
5484 if (sorted_sym_hash
== NULL
)
5486 sym_hash
= sorted_sym_hash
;
5487 hpp
= elf_sym_hashes (abfd
);
5488 hppend
= hpp
+ extsymcount
;
5490 for (; hpp
< hppend
; hpp
++)
5494 && h
->root
.type
== bfd_link_hash_defined
5495 && !bed
->is_function_type (h
->type
))
5503 qsort (sorted_sym_hash
, sym_count
, sizeof (*sorted_sym_hash
),
5506 while (weaks
!= NULL
)
5508 struct elf_link_hash_entry
*hlook
;
5511 size_t i
, j
, idx
= 0;
5514 weaks
= hlook
->u
.alias
;
5515 hlook
->u
.alias
= NULL
;
5517 if (hlook
->root
.type
!= bfd_link_hash_defined
5518 && hlook
->root
.type
!= bfd_link_hash_defweak
)
5521 slook
= hlook
->root
.u
.def
.section
;
5522 vlook
= hlook
->root
.u
.def
.value
;
5528 bfd_signed_vma vdiff
;
5530 h
= sorted_sym_hash
[idx
];
5531 vdiff
= vlook
- h
->root
.u
.def
.value
;
5538 int sdiff
= slook
->id
- h
->root
.u
.def
.section
->id
;
5548 /* We didn't find a value/section match. */
5552 /* With multiple aliases, or when the weak symbol is already
5553 strongly defined, we have multiple matching symbols and
5554 the binary search above may land on any of them. Step
5555 one past the matching symbol(s). */
5558 h
= sorted_sym_hash
[idx
];
5559 if (h
->root
.u
.def
.section
!= slook
5560 || h
->root
.u
.def
.value
!= vlook
)
5564 /* Now look back over the aliases. Since we sorted by size
5565 as well as value and section, we'll choose the one with
5566 the largest size. */
5569 h
= sorted_sym_hash
[idx
];
5571 /* Stop if value or section doesn't match. */
5572 if (h
->root
.u
.def
.section
!= slook
5573 || h
->root
.u
.def
.value
!= vlook
)
5575 else if (h
!= hlook
)
5577 struct elf_link_hash_entry
*t
;
5580 hlook
->is_weakalias
= 1;
5582 if (t
->u
.alias
!= NULL
)
5583 while (t
->u
.alias
!= h
)
5587 /* If the weak definition is in the list of dynamic
5588 symbols, make sure the real definition is put
5590 if (hlook
->dynindx
!= -1 && h
->dynindx
== -1)
5592 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
5595 free (sorted_sym_hash
);
5600 /* If the real definition is in the list of dynamic
5601 symbols, make sure the weak definition is put
5602 there as well. If we don't do this, then the
5603 dynamic loader might not merge the entries for the
5604 real definition and the weak definition. */
5605 if (h
->dynindx
!= -1 && hlook
->dynindx
== -1)
5607 if (! bfd_elf_link_record_dynamic_symbol (info
, hlook
))
5608 goto err_free_sym_hash
;
5615 free (sorted_sym_hash
);
5618 if (bed
->check_directives
5619 && !(*bed
->check_directives
) (abfd
, info
))
5622 /* If this is a non-traditional link, try to optimize the handling
5623 of the .stab/.stabstr sections. */
5625 && ! info
->traditional_format
5626 && is_elf_hash_table (htab
)
5627 && (info
->strip
!= strip_all
&& info
->strip
!= strip_debugger
))
5631 stabstr
= bfd_get_section_by_name (abfd
, ".stabstr");
5632 if (stabstr
!= NULL
)
5634 bfd_size_type string_offset
= 0;
5637 for (stab
= abfd
->sections
; stab
; stab
= stab
->next
)
5638 if (CONST_STRNEQ (stab
->name
, ".stab")
5639 && (!stab
->name
[5] ||
5640 (stab
->name
[5] == '.' && ISDIGIT (stab
->name
[6])))
5641 && (stab
->flags
& SEC_MERGE
) == 0
5642 && !bfd_is_abs_section (stab
->output_section
))
5644 struct bfd_elf_section_data
*secdata
;
5646 secdata
= elf_section_data (stab
);
5647 if (! _bfd_link_section_stabs (abfd
, &htab
->stab_info
, stab
,
5648 stabstr
, &secdata
->sec_info
,
5651 if (secdata
->sec_info
)
5652 stab
->sec_info_type
= SEC_INFO_TYPE_STABS
;
5657 if (dynamic
&& add_needed
)
5659 /* Add this bfd to the loaded list. */
5660 struct elf_link_loaded_list
*n
;
5662 n
= (struct elf_link_loaded_list
*) bfd_alloc (abfd
, sizeof (*n
));
5666 n
->next
= htab
->dyn_loaded
;
5667 htab
->dyn_loaded
= n
;
5669 if (dynamic
&& !add_needed
5670 && (elf_dyn_lib_class (abfd
) & DYN_DT_NEEDED
) != 0)
5671 elf_dyn_lib_class (abfd
) |= DYN_NO_NEEDED
;
5676 if (old_tab
!= NULL
)
5678 if (old_strtab
!= NULL
)
5680 if (nondeflt_vers
!= NULL
)
5681 free (nondeflt_vers
);
5682 if (extversym
!= NULL
)
5685 if (isymbuf
!= NULL
)
5691 /* Return the linker hash table entry of a symbol that might be
5692 satisfied by an archive symbol. Return -1 on error. */
5694 struct elf_link_hash_entry
*
5695 _bfd_elf_archive_symbol_lookup (bfd
*abfd
,
5696 struct bfd_link_info
*info
,
5699 struct elf_link_hash_entry
*h
;
5703 h
= elf_link_hash_lookup (elf_hash_table (info
), name
, FALSE
, FALSE
, TRUE
);
5707 /* If this is a default version (the name contains @@), look up the
5708 symbol again with only one `@' as well as without the version.
5709 The effect is that references to the symbol with and without the
5710 version will be matched by the default symbol in the archive. */
5712 p
= strchr (name
, ELF_VER_CHR
);
5713 if (p
== NULL
|| p
[1] != ELF_VER_CHR
)
5716 /* First check with only one `@'. */
5717 len
= strlen (name
);
5718 copy
= (char *) bfd_alloc (abfd
, len
);
5720 return (struct elf_link_hash_entry
*) -1;
5722 first
= p
- name
+ 1;
5723 memcpy (copy
, name
, first
);
5724 memcpy (copy
+ first
, name
+ first
+ 1, len
- first
);
5726 h
= elf_link_hash_lookup (elf_hash_table (info
), copy
, FALSE
, FALSE
, TRUE
);
5729 /* We also need to check references to the symbol without the
5731 copy
[first
- 1] = '\0';
5732 h
= elf_link_hash_lookup (elf_hash_table (info
), copy
,
5733 FALSE
, FALSE
, TRUE
);
5736 bfd_release (abfd
, copy
);
5740 /* Add symbols from an ELF archive file to the linker hash table. We
5741 don't use _bfd_generic_link_add_archive_symbols because we need to
5742 handle versioned symbols.
5744 Fortunately, ELF archive handling is simpler than that done by
5745 _bfd_generic_link_add_archive_symbols, which has to allow for a.out
5746 oddities. In ELF, if we find a symbol in the archive map, and the
5747 symbol is currently undefined, we know that we must pull in that
5750 Unfortunately, we do have to make multiple passes over the symbol
5751 table until nothing further is resolved. */
5754 elf_link_add_archive_symbols (bfd
*abfd
, struct bfd_link_info
*info
)
5757 unsigned char *included
= NULL
;
5761 const struct elf_backend_data
*bed
;
5762 struct elf_link_hash_entry
* (*archive_symbol_lookup
)
5763 (bfd
*, struct bfd_link_info
*, const char *);
5765 if (! bfd_has_map (abfd
))
5767 /* An empty archive is a special case. */
5768 if (bfd_openr_next_archived_file (abfd
, NULL
) == NULL
)
5770 bfd_set_error (bfd_error_no_armap
);
5774 /* Keep track of all symbols we know to be already defined, and all
5775 files we know to be already included. This is to speed up the
5776 second and subsequent passes. */
5777 c
= bfd_ardata (abfd
)->symdef_count
;
5780 amt
= c
* sizeof (*included
);
5781 included
= (unsigned char *) bfd_zmalloc (amt
);
5782 if (included
== NULL
)
5785 symdefs
= bfd_ardata (abfd
)->symdefs
;
5786 bed
= get_elf_backend_data (abfd
);
5787 archive_symbol_lookup
= bed
->elf_backend_archive_symbol_lookup
;
5800 symdefend
= symdef
+ c
;
5801 for (i
= 0; symdef
< symdefend
; symdef
++, i
++)
5803 struct elf_link_hash_entry
*h
;
5805 struct bfd_link_hash_entry
*undefs_tail
;
5810 if (symdef
->file_offset
== last
)
5816 h
= archive_symbol_lookup (abfd
, info
, symdef
->name
);
5817 if (h
== (struct elf_link_hash_entry
*) -1)
5823 if (h
->root
.type
== bfd_link_hash_common
)
5825 /* We currently have a common symbol. The archive map contains
5826 a reference to this symbol, so we may want to include it. We
5827 only want to include it however, if this archive element
5828 contains a definition of the symbol, not just another common
5831 Unfortunately some archivers (including GNU ar) will put
5832 declarations of common symbols into their archive maps, as
5833 well as real definitions, so we cannot just go by the archive
5834 map alone. Instead we must read in the element's symbol
5835 table and check that to see what kind of symbol definition
5837 if (! elf_link_is_defined_archive_symbol (abfd
, symdef
))
5840 else if (h
->root
.type
!= bfd_link_hash_undefined
)
5842 if (h
->root
.type
!= bfd_link_hash_undefweak
)
5843 /* Symbol must be defined. Don't check it again. */
5848 /* We need to include this archive member. */
5849 element
= _bfd_get_elt_at_filepos (abfd
, symdef
->file_offset
);
5850 if (element
== NULL
)
5853 if (! bfd_check_format (element
, bfd_object
))
5856 undefs_tail
= info
->hash
->undefs_tail
;
5858 if (!(*info
->callbacks
5859 ->add_archive_element
) (info
, element
, symdef
->name
, &element
))
5861 if (!bfd_link_add_symbols (element
, info
))
5864 /* If there are any new undefined symbols, we need to make
5865 another pass through the archive in order to see whether
5866 they can be defined. FIXME: This isn't perfect, because
5867 common symbols wind up on undefs_tail and because an
5868 undefined symbol which is defined later on in this pass
5869 does not require another pass. This isn't a bug, but it
5870 does make the code less efficient than it could be. */
5871 if (undefs_tail
!= info
->hash
->undefs_tail
)
5874 /* Look backward to mark all symbols from this object file
5875 which we have already seen in this pass. */
5879 included
[mark
] = TRUE
;
5884 while (symdefs
[mark
].file_offset
== symdef
->file_offset
);
5886 /* We mark subsequent symbols from this object file as we go
5887 on through the loop. */
5888 last
= symdef
->file_offset
;
5898 if (included
!= NULL
)
5903 /* Given an ELF BFD, add symbols to the global hash table as
5907 bfd_elf_link_add_symbols (bfd
*abfd
, struct bfd_link_info
*info
)
5909 switch (bfd_get_format (abfd
))
5912 return elf_link_add_object_symbols (abfd
, info
);
5914 return elf_link_add_archive_symbols (abfd
, info
);
5916 bfd_set_error (bfd_error_wrong_format
);
5921 struct hash_codes_info
5923 unsigned long *hashcodes
;
5927 /* This function will be called though elf_link_hash_traverse to store
5928 all hash value of the exported symbols in an array. */
5931 elf_collect_hash_codes (struct elf_link_hash_entry
*h
, void *data
)
5933 struct hash_codes_info
*inf
= (struct hash_codes_info
*) data
;
5938 /* Ignore indirect symbols. These are added by the versioning code. */
5939 if (h
->dynindx
== -1)
5942 name
= h
->root
.root
.string
;
5943 if (h
->versioned
>= versioned
)
5945 char *p
= strchr (name
, ELF_VER_CHR
);
5948 alc
= (char *) bfd_malloc (p
- name
+ 1);
5954 memcpy (alc
, name
, p
- name
);
5955 alc
[p
- name
] = '\0';
5960 /* Compute the hash value. */
5961 ha
= bfd_elf_hash (name
);
5963 /* Store the found hash value in the array given as the argument. */
5964 *(inf
->hashcodes
)++ = ha
;
5966 /* And store it in the struct so that we can put it in the hash table
5968 h
->u
.elf_hash_value
= ha
;
5976 struct collect_gnu_hash_codes
5979 const struct elf_backend_data
*bed
;
5980 unsigned long int nsyms
;
5981 unsigned long int maskbits
;
5982 unsigned long int *hashcodes
;
5983 unsigned long int *hashval
;
5984 unsigned long int *indx
;
5985 unsigned long int *counts
;
5989 long int min_dynindx
;
5990 unsigned long int bucketcount
;
5991 unsigned long int symindx
;
5992 long int local_indx
;
5993 long int shift1
, shift2
;
5994 unsigned long int mask
;
5998 /* This function will be called though elf_link_hash_traverse to store
5999 all hash value of the exported symbols in an array. */
6002 elf_collect_gnu_hash_codes (struct elf_link_hash_entry
*h
, void *data
)
6004 struct collect_gnu_hash_codes
*s
= (struct collect_gnu_hash_codes
*) data
;
6009 /* Ignore indirect symbols. These are added by the versioning code. */
6010 if (h
->dynindx
== -1)
6013 /* Ignore also local symbols and undefined symbols. */
6014 if (! (*s
->bed
->elf_hash_symbol
) (h
))
6017 name
= h
->root
.root
.string
;
6018 if (h
->versioned
>= versioned
)
6020 char *p
= strchr (name
, ELF_VER_CHR
);
6023 alc
= (char *) bfd_malloc (p
- name
+ 1);
6029 memcpy (alc
, name
, p
- name
);
6030 alc
[p
- name
] = '\0';
6035 /* Compute the hash value. */
6036 ha
= bfd_elf_gnu_hash (name
);
6038 /* Store the found hash value in the array for compute_bucket_count,
6039 and also for .dynsym reordering purposes. */
6040 s
->hashcodes
[s
->nsyms
] = ha
;
6041 s
->hashval
[h
->dynindx
] = ha
;
6043 if (s
->min_dynindx
< 0 || s
->min_dynindx
> h
->dynindx
)
6044 s
->min_dynindx
= h
->dynindx
;
6052 /* This function will be called though elf_link_hash_traverse to do
6053 final dynamic symbol renumbering in case of .gnu.hash.
6054 If using .MIPS.xhash, invoke record_xhash_symbol to add symbol index
6055 to the translation table. */
6058 elf_gnu_hash_process_symidx (struct elf_link_hash_entry
*h
, void *data
)
6060 struct collect_gnu_hash_codes
*s
= (struct collect_gnu_hash_codes
*) data
;
6061 unsigned long int bucket
;
6062 unsigned long int val
;
6064 /* Ignore indirect symbols. */
6065 if (h
->dynindx
== -1)
6068 /* Ignore also local symbols and undefined symbols. */
6069 if (! (*s
->bed
->elf_hash_symbol
) (h
))
6071 if (h
->dynindx
>= s
->min_dynindx
)
6073 if (s
->bed
->record_xhash_symbol
!= NULL
)
6075 (*s
->bed
->record_xhash_symbol
) (h
, 0);
6079 h
->dynindx
= s
->local_indx
++;
6084 bucket
= s
->hashval
[h
->dynindx
] % s
->bucketcount
;
6085 val
= (s
->hashval
[h
->dynindx
] >> s
->shift1
)
6086 & ((s
->maskbits
>> s
->shift1
) - 1);
6087 s
->bitmask
[val
] |= ((bfd_vma
) 1) << (s
->hashval
[h
->dynindx
] & s
->mask
);
6089 |= ((bfd_vma
) 1) << ((s
->hashval
[h
->dynindx
] >> s
->shift2
) & s
->mask
);
6090 val
= s
->hashval
[h
->dynindx
] & ~(unsigned long int) 1;
6091 if (s
->counts
[bucket
] == 1)
6092 /* Last element terminates the chain. */
6094 bfd_put_32 (s
->output_bfd
, val
,
6095 s
->contents
+ (s
->indx
[bucket
] - s
->symindx
) * 4);
6096 --s
->counts
[bucket
];
6097 if (s
->bed
->record_xhash_symbol
!= NULL
)
6099 bfd_vma xlat_loc
= s
->xlat
+ (s
->indx
[bucket
]++ - s
->symindx
) * 4;
6101 (*s
->bed
->record_xhash_symbol
) (h
, xlat_loc
);
6104 h
->dynindx
= s
->indx
[bucket
]++;
6108 /* Return TRUE if symbol should be hashed in the `.gnu.hash' section. */
6111 _bfd_elf_hash_symbol (struct elf_link_hash_entry
*h
)
6113 return !(h
->forced_local
6114 || h
->root
.type
== bfd_link_hash_undefined
6115 || h
->root
.type
== bfd_link_hash_undefweak
6116 || ((h
->root
.type
== bfd_link_hash_defined
6117 || h
->root
.type
== bfd_link_hash_defweak
)
6118 && h
->root
.u
.def
.section
->output_section
== NULL
));
6121 /* Array used to determine the number of hash table buckets to use
6122 based on the number of symbols there are. If there are fewer than
6123 3 symbols we use 1 bucket, fewer than 17 symbols we use 3 buckets,
6124 fewer than 37 we use 17 buckets, and so forth. We never use more
6125 than 32771 buckets. */
6127 static const size_t elf_buckets
[] =
6129 1, 3, 17, 37, 67, 97, 131, 197, 263, 521, 1031, 2053, 4099, 8209,
6133 /* Compute bucket count for hashing table. We do not use a static set
6134 of possible tables sizes anymore. Instead we determine for all
6135 possible reasonable sizes of the table the outcome (i.e., the
6136 number of collisions etc) and choose the best solution. The
6137 weighting functions are not too simple to allow the table to grow
6138 without bounds. Instead one of the weighting factors is the size.
6139 Therefore the result is always a good payoff between few collisions
6140 (= short chain lengths) and table size. */
6142 compute_bucket_count (struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
6143 unsigned long int *hashcodes ATTRIBUTE_UNUSED
,
6144 unsigned long int nsyms
,
6147 size_t best_size
= 0;
6148 unsigned long int i
;
6150 /* We have a problem here. The following code to optimize the table
6151 size requires an integer type with more the 32 bits. If
6152 BFD_HOST_U_64_BIT is set we know about such a type. */
6153 #ifdef BFD_HOST_U_64_BIT
6158 BFD_HOST_U_64_BIT best_chlen
= ~((BFD_HOST_U_64_BIT
) 0);
6159 bfd
*dynobj
= elf_hash_table (info
)->dynobj
;
6160 size_t dynsymcount
= elf_hash_table (info
)->dynsymcount
;
6161 const struct elf_backend_data
*bed
= get_elf_backend_data (dynobj
);
6162 unsigned long int *counts
;
6164 unsigned int no_improvement_count
= 0;
6166 /* Possible optimization parameters: if we have NSYMS symbols we say
6167 that the hashing table must at least have NSYMS/4 and at most
6169 minsize
= nsyms
/ 4;
6172 best_size
= maxsize
= nsyms
* 2;
6177 if ((best_size
& 31) == 0)
6181 /* Create array where we count the collisions in. We must use bfd_malloc
6182 since the size could be large. */
6184 amt
*= sizeof (unsigned long int);
6185 counts
= (unsigned long int *) bfd_malloc (amt
);
6189 /* Compute the "optimal" size for the hash table. The criteria is a
6190 minimal chain length. The minor criteria is (of course) the size
6192 for (i
= minsize
; i
< maxsize
; ++i
)
6194 /* Walk through the array of hashcodes and count the collisions. */
6195 BFD_HOST_U_64_BIT max
;
6196 unsigned long int j
;
6197 unsigned long int fact
;
6199 if (gnu_hash
&& (i
& 31) == 0)
6202 memset (counts
, '\0', i
* sizeof (unsigned long int));
6204 /* Determine how often each hash bucket is used. */
6205 for (j
= 0; j
< nsyms
; ++j
)
6206 ++counts
[hashcodes
[j
] % i
];
6208 /* For the weight function we need some information about the
6209 pagesize on the target. This is information need not be 100%
6210 accurate. Since this information is not available (so far) we
6211 define it here to a reasonable default value. If it is crucial
6212 to have a better value some day simply define this value. */
6213 # ifndef BFD_TARGET_PAGESIZE
6214 # define BFD_TARGET_PAGESIZE (4096)
6217 /* We in any case need 2 + DYNSYMCOUNT entries for the size values
6219 max
= (2 + dynsymcount
) * bed
->s
->sizeof_hash_entry
;
6222 /* Variant 1: optimize for short chains. We add the squares
6223 of all the chain lengths (which favors many small chain
6224 over a few long chains). */
6225 for (j
= 0; j
< i
; ++j
)
6226 max
+= counts
[j
] * counts
[j
];
6228 /* This adds penalties for the overall size of the table. */
6229 fact
= i
/ (BFD_TARGET_PAGESIZE
/ bed
->s
->sizeof_hash_entry
) + 1;
6232 /* Variant 2: Optimize a lot more for small table. Here we
6233 also add squares of the size but we also add penalties for
6234 empty slots (the +1 term). */
6235 for (j
= 0; j
< i
; ++j
)
6236 max
+= (1 + counts
[j
]) * (1 + counts
[j
]);
6238 /* The overall size of the table is considered, but not as
6239 strong as in variant 1, where it is squared. */
6240 fact
= i
/ (BFD_TARGET_PAGESIZE
/ bed
->s
->sizeof_hash_entry
) + 1;
6244 /* Compare with current best results. */
6245 if (max
< best_chlen
)
6249 no_improvement_count
= 0;
6251 /* PR 11843: Avoid futile long searches for the best bucket size
6252 when there are a large number of symbols. */
6253 else if (++no_improvement_count
== 100)
6260 #endif /* defined (BFD_HOST_U_64_BIT) */
6262 /* This is the fallback solution if no 64bit type is available or if we
6263 are not supposed to spend much time on optimizations. We select the
6264 bucket count using a fixed set of numbers. */
6265 for (i
= 0; elf_buckets
[i
] != 0; i
++)
6267 best_size
= elf_buckets
[i
];
6268 if (nsyms
< elf_buckets
[i
+ 1])
6271 if (gnu_hash
&& best_size
< 2)
6278 /* Size any SHT_GROUP section for ld -r. */
6281 _bfd_elf_size_group_sections (struct bfd_link_info
*info
)
6286 for (ibfd
= info
->input_bfds
; ibfd
!= NULL
; ibfd
= ibfd
->link
.next
)
6287 if (bfd_get_flavour (ibfd
) == bfd_target_elf_flavour
6288 && (s
= ibfd
->sections
) != NULL
6289 && s
->sec_info_type
!= SEC_INFO_TYPE_JUST_SYMS
6290 && !_bfd_elf_fixup_group_sections (ibfd
, bfd_abs_section_ptr
))
6295 /* Set a default stack segment size. The value in INFO wins. If it
6296 is unset, LEGACY_SYMBOL's value is used, and if that symbol is
6297 undefined it is initialized. */
6300 bfd_elf_stack_segment_size (bfd
*output_bfd
,
6301 struct bfd_link_info
*info
,
6302 const char *legacy_symbol
,
6303 bfd_vma default_size
)
6305 struct elf_link_hash_entry
*h
= NULL
;
6307 /* Look for legacy symbol. */
6309 h
= elf_link_hash_lookup (elf_hash_table (info
), legacy_symbol
,
6310 FALSE
, FALSE
, FALSE
);
6311 if (h
&& (h
->root
.type
== bfd_link_hash_defined
6312 || h
->root
.type
== bfd_link_hash_defweak
)
6314 && (h
->type
== STT_NOTYPE
|| h
->type
== STT_OBJECT
))
6316 /* The symbol has no type if specified on the command line. */
6317 h
->type
= STT_OBJECT
;
6318 if (info
->stacksize
)
6319 /* xgettext:c-format */
6320 _bfd_error_handler (_("%pB: stack size specified and %s set"),
6321 output_bfd
, legacy_symbol
);
6322 else if (h
->root
.u
.def
.section
!= bfd_abs_section_ptr
)
6323 /* xgettext:c-format */
6324 _bfd_error_handler (_("%pB: %s not absolute"),
6325 output_bfd
, legacy_symbol
);
6327 info
->stacksize
= h
->root
.u
.def
.value
;
6330 if (!info
->stacksize
)
6331 /* If the user didn't set a size, or explicitly inhibit the
6332 size, set it now. */
6333 info
->stacksize
= default_size
;
6335 /* Provide the legacy symbol, if it is referenced. */
6336 if (h
&& (h
->root
.type
== bfd_link_hash_undefined
6337 || h
->root
.type
== bfd_link_hash_undefweak
))
6339 struct bfd_link_hash_entry
*bh
= NULL
;
6341 if (!(_bfd_generic_link_add_one_symbol
6342 (info
, output_bfd
, legacy_symbol
,
6343 BSF_GLOBAL
, bfd_abs_section_ptr
,
6344 info
->stacksize
>= 0 ? info
->stacksize
: 0,
6345 NULL
, FALSE
, get_elf_backend_data (output_bfd
)->collect
, &bh
)))
6348 h
= (struct elf_link_hash_entry
*) bh
;
6350 h
->type
= STT_OBJECT
;
6356 /* Sweep symbols in swept sections. Called via elf_link_hash_traverse. */
6358 struct elf_gc_sweep_symbol_info
6360 struct bfd_link_info
*info
;
6361 void (*hide_symbol
) (struct bfd_link_info
*, struct elf_link_hash_entry
*,
6366 elf_gc_sweep_symbol (struct elf_link_hash_entry
*h
, void *data
)
6369 && (((h
->root
.type
== bfd_link_hash_defined
6370 || h
->root
.type
== bfd_link_hash_defweak
)
6371 && !((h
->def_regular
|| ELF_COMMON_DEF_P (h
))
6372 && h
->root
.u
.def
.section
->gc_mark
))
6373 || h
->root
.type
== bfd_link_hash_undefined
6374 || h
->root
.type
== bfd_link_hash_undefweak
))
6376 struct elf_gc_sweep_symbol_info
*inf
;
6378 inf
= (struct elf_gc_sweep_symbol_info
*) data
;
6379 (*inf
->hide_symbol
) (inf
->info
, h
, TRUE
);
6382 h
->ref_regular_nonweak
= 0;
6388 /* Set up the sizes and contents of the ELF dynamic sections. This is
6389 called by the ELF linker emulation before_allocation routine. We
6390 must set the sizes of the sections before the linker sets the
6391 addresses of the various sections. */
6394 bfd_elf_size_dynamic_sections (bfd
*output_bfd
,
6397 const char *filter_shlib
,
6399 const char *depaudit
,
6400 const char * const *auxiliary_filters
,
6401 struct bfd_link_info
*info
,
6402 asection
**sinterpptr
)
6405 const struct elf_backend_data
*bed
;
6409 if (!is_elf_hash_table (info
->hash
))
6412 dynobj
= elf_hash_table (info
)->dynobj
;
6414 if (dynobj
!= NULL
&& elf_hash_table (info
)->dynamic_sections_created
)
6416 struct bfd_elf_version_tree
*verdefs
;
6417 struct elf_info_failed asvinfo
;
6418 struct bfd_elf_version_tree
*t
;
6419 struct bfd_elf_version_expr
*d
;
6423 /* If we are supposed to export all symbols into the dynamic symbol
6424 table (this is not the normal case), then do so. */
6425 if (info
->export_dynamic
6426 || (bfd_link_executable (info
) && info
->dynamic
))
6428 struct elf_info_failed eif
;
6432 elf_link_hash_traverse (elf_hash_table (info
),
6433 _bfd_elf_export_symbol
,
6441 soname_indx
= _bfd_elf_strtab_add (elf_hash_table (info
)->dynstr
,
6443 if (soname_indx
== (size_t) -1
6444 || !_bfd_elf_add_dynamic_entry (info
, DT_SONAME
, soname_indx
))
6448 soname_indx
= (size_t) -1;
6450 /* Make all global versions with definition. */
6451 for (t
= info
->version_info
; t
!= NULL
; t
= t
->next
)
6452 for (d
= t
->globals
.list
; d
!= NULL
; d
= d
->next
)
6453 if (!d
->symver
&& d
->literal
)
6455 const char *verstr
, *name
;
6456 size_t namelen
, verlen
, newlen
;
6457 char *newname
, *p
, leading_char
;
6458 struct elf_link_hash_entry
*newh
;
6460 leading_char
= bfd_get_symbol_leading_char (output_bfd
);
6462 namelen
= strlen (name
) + (leading_char
!= '\0');
6464 verlen
= strlen (verstr
);
6465 newlen
= namelen
+ verlen
+ 3;
6467 newname
= (char *) bfd_malloc (newlen
);
6468 if (newname
== NULL
)
6470 newname
[0] = leading_char
;
6471 memcpy (newname
+ (leading_char
!= '\0'), name
, namelen
);
6473 /* Check the hidden versioned definition. */
6474 p
= newname
+ namelen
;
6476 memcpy (p
, verstr
, verlen
+ 1);
6477 newh
= elf_link_hash_lookup (elf_hash_table (info
),
6478 newname
, FALSE
, FALSE
,
6481 || (newh
->root
.type
!= bfd_link_hash_defined
6482 && newh
->root
.type
!= bfd_link_hash_defweak
))
6484 /* Check the default versioned definition. */
6486 memcpy (p
, verstr
, verlen
+ 1);
6487 newh
= elf_link_hash_lookup (elf_hash_table (info
),
6488 newname
, FALSE
, FALSE
,
6493 /* Mark this version if there is a definition and it is
6494 not defined in a shared object. */
6496 && !newh
->def_dynamic
6497 && (newh
->root
.type
== bfd_link_hash_defined
6498 || newh
->root
.type
== bfd_link_hash_defweak
))
6502 /* Attach all the symbols to their version information. */
6503 asvinfo
.info
= info
;
6504 asvinfo
.failed
= FALSE
;
6506 elf_link_hash_traverse (elf_hash_table (info
),
6507 _bfd_elf_link_assign_sym_version
,
6512 if (!info
->allow_undefined_version
)
6514 /* Check if all global versions have a definition. */
6515 bfd_boolean all_defined
= TRUE
;
6516 for (t
= info
->version_info
; t
!= NULL
; t
= t
->next
)
6517 for (d
= t
->globals
.list
; d
!= NULL
; d
= d
->next
)
6518 if (d
->literal
&& !d
->symver
&& !d
->script
)
6521 (_("%s: undefined version: %s"),
6522 d
->pattern
, t
->name
);
6523 all_defined
= FALSE
;
6528 bfd_set_error (bfd_error_bad_value
);
6533 /* Set up the version definition section. */
6534 s
= bfd_get_linker_section (dynobj
, ".gnu.version_d");
6535 BFD_ASSERT (s
!= NULL
);
6537 /* We may have created additional version definitions if we are
6538 just linking a regular application. */
6539 verdefs
= info
->version_info
;
6541 /* Skip anonymous version tag. */
6542 if (verdefs
!= NULL
&& verdefs
->vernum
== 0)
6543 verdefs
= verdefs
->next
;
6545 if (verdefs
== NULL
&& !info
->create_default_symver
)
6546 s
->flags
|= SEC_EXCLUDE
;
6552 Elf_Internal_Verdef def
;
6553 Elf_Internal_Verdaux defaux
;
6554 struct bfd_link_hash_entry
*bh
;
6555 struct elf_link_hash_entry
*h
;
6561 /* Make space for the base version. */
6562 size
+= sizeof (Elf_External_Verdef
);
6563 size
+= sizeof (Elf_External_Verdaux
);
6566 /* Make space for the default version. */
6567 if (info
->create_default_symver
)
6569 size
+= sizeof (Elf_External_Verdef
);
6573 for (t
= verdefs
; t
!= NULL
; t
= t
->next
)
6575 struct bfd_elf_version_deps
*n
;
6577 /* Don't emit base version twice. */
6581 size
+= sizeof (Elf_External_Verdef
);
6582 size
+= sizeof (Elf_External_Verdaux
);
6585 for (n
= t
->deps
; n
!= NULL
; n
= n
->next
)
6586 size
+= sizeof (Elf_External_Verdaux
);
6590 s
->contents
= (unsigned char *) bfd_alloc (output_bfd
, s
->size
);
6591 if (s
->contents
== NULL
&& s
->size
!= 0)
6594 /* Fill in the version definition section. */
6598 def
.vd_version
= VER_DEF_CURRENT
;
6599 def
.vd_flags
= VER_FLG_BASE
;
6602 if (info
->create_default_symver
)
6604 def
.vd_aux
= 2 * sizeof (Elf_External_Verdef
);
6605 def
.vd_next
= sizeof (Elf_External_Verdef
);
6609 def
.vd_aux
= sizeof (Elf_External_Verdef
);
6610 def
.vd_next
= (sizeof (Elf_External_Verdef
)
6611 + sizeof (Elf_External_Verdaux
));
6614 if (soname_indx
!= (size_t) -1)
6616 _bfd_elf_strtab_addref (elf_hash_table (info
)->dynstr
,
6618 def
.vd_hash
= bfd_elf_hash (soname
);
6619 defaux
.vda_name
= soname_indx
;
6626 name
= lbasename (output_bfd
->filename
);
6627 def
.vd_hash
= bfd_elf_hash (name
);
6628 indx
= _bfd_elf_strtab_add (elf_hash_table (info
)->dynstr
,
6630 if (indx
== (size_t) -1)
6632 defaux
.vda_name
= indx
;
6634 defaux
.vda_next
= 0;
6636 _bfd_elf_swap_verdef_out (output_bfd
, &def
,
6637 (Elf_External_Verdef
*) p
);
6638 p
+= sizeof (Elf_External_Verdef
);
6639 if (info
->create_default_symver
)
6641 /* Add a symbol representing this version. */
6643 if (! (_bfd_generic_link_add_one_symbol
6644 (info
, dynobj
, name
, BSF_GLOBAL
, bfd_abs_section_ptr
,
6646 get_elf_backend_data (dynobj
)->collect
, &bh
)))
6648 h
= (struct elf_link_hash_entry
*) bh
;
6651 h
->type
= STT_OBJECT
;
6652 h
->verinfo
.vertree
= NULL
;
6654 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
6657 /* Create a duplicate of the base version with the same
6658 aux block, but different flags. */
6661 def
.vd_aux
= sizeof (Elf_External_Verdef
);
6663 def
.vd_next
= (sizeof (Elf_External_Verdef
)
6664 + sizeof (Elf_External_Verdaux
));
6667 _bfd_elf_swap_verdef_out (output_bfd
, &def
,
6668 (Elf_External_Verdef
*) p
);
6669 p
+= sizeof (Elf_External_Verdef
);
6671 _bfd_elf_swap_verdaux_out (output_bfd
, &defaux
,
6672 (Elf_External_Verdaux
*) p
);
6673 p
+= sizeof (Elf_External_Verdaux
);
6675 for (t
= verdefs
; t
!= NULL
; t
= t
->next
)
6678 struct bfd_elf_version_deps
*n
;
6680 /* Don't emit the base version twice. */
6685 for (n
= t
->deps
; n
!= NULL
; n
= n
->next
)
6688 /* Add a symbol representing this version. */
6690 if (! (_bfd_generic_link_add_one_symbol
6691 (info
, dynobj
, t
->name
, BSF_GLOBAL
, bfd_abs_section_ptr
,
6693 get_elf_backend_data (dynobj
)->collect
, &bh
)))
6695 h
= (struct elf_link_hash_entry
*) bh
;
6698 h
->type
= STT_OBJECT
;
6699 h
->verinfo
.vertree
= t
;
6701 if (! bfd_elf_link_record_dynamic_symbol (info
, h
))
6704 def
.vd_version
= VER_DEF_CURRENT
;
6706 if (t
->globals
.list
== NULL
6707 && t
->locals
.list
== NULL
6709 def
.vd_flags
|= VER_FLG_WEAK
;
6710 def
.vd_ndx
= t
->vernum
+ (info
->create_default_symver
? 2 : 1);
6711 def
.vd_cnt
= cdeps
+ 1;
6712 def
.vd_hash
= bfd_elf_hash (t
->name
);
6713 def
.vd_aux
= sizeof (Elf_External_Verdef
);
6716 /* If a basever node is next, it *must* be the last node in
6717 the chain, otherwise Verdef construction breaks. */
6718 if (t
->next
!= NULL
&& t
->next
->vernum
== 0)
6719 BFD_ASSERT (t
->next
->next
== NULL
);
6721 if (t
->next
!= NULL
&& t
->next
->vernum
!= 0)
6722 def
.vd_next
= (sizeof (Elf_External_Verdef
)
6723 + (cdeps
+ 1) * sizeof (Elf_External_Verdaux
));
6725 _bfd_elf_swap_verdef_out (output_bfd
, &def
,
6726 (Elf_External_Verdef
*) p
);
6727 p
+= sizeof (Elf_External_Verdef
);
6729 defaux
.vda_name
= h
->dynstr_index
;
6730 _bfd_elf_strtab_addref (elf_hash_table (info
)->dynstr
,
6732 defaux
.vda_next
= 0;
6733 if (t
->deps
!= NULL
)
6734 defaux
.vda_next
= sizeof (Elf_External_Verdaux
);
6735 t
->name_indx
= defaux
.vda_name
;
6737 _bfd_elf_swap_verdaux_out (output_bfd
, &defaux
,
6738 (Elf_External_Verdaux
*) p
);
6739 p
+= sizeof (Elf_External_Verdaux
);
6741 for (n
= t
->deps
; n
!= NULL
; n
= n
->next
)
6743 if (n
->version_needed
== NULL
)
6745 /* This can happen if there was an error in the
6747 defaux
.vda_name
= 0;
6751 defaux
.vda_name
= n
->version_needed
->name_indx
;
6752 _bfd_elf_strtab_addref (elf_hash_table (info
)->dynstr
,
6755 if (n
->next
== NULL
)
6756 defaux
.vda_next
= 0;
6758 defaux
.vda_next
= sizeof (Elf_External_Verdaux
);
6760 _bfd_elf_swap_verdaux_out (output_bfd
, &defaux
,
6761 (Elf_External_Verdaux
*) p
);
6762 p
+= sizeof (Elf_External_Verdaux
);
6766 elf_tdata (output_bfd
)->cverdefs
= cdefs
;
6770 bed
= get_elf_backend_data (output_bfd
);
6772 if (info
->gc_sections
&& bed
->can_gc_sections
)
6774 struct elf_gc_sweep_symbol_info sweep_info
;
6776 /* Remove the symbols that were in the swept sections from the
6777 dynamic symbol table. */
6778 sweep_info
.info
= info
;
6779 sweep_info
.hide_symbol
= bed
->elf_backend_hide_symbol
;
6780 elf_link_hash_traverse (elf_hash_table (info
), elf_gc_sweep_symbol
,
6784 if (dynobj
!= NULL
&& elf_hash_table (info
)->dynamic_sections_created
)
6787 struct elf_find_verdep_info sinfo
;
6789 /* Work out the size of the version reference section. */
6791 s
= bfd_get_linker_section (dynobj
, ".gnu.version_r");
6792 BFD_ASSERT (s
!= NULL
);
6795 sinfo
.vers
= elf_tdata (output_bfd
)->cverdefs
;
6796 if (sinfo
.vers
== 0)
6798 sinfo
.failed
= FALSE
;
6800 elf_link_hash_traverse (elf_hash_table (info
),
6801 _bfd_elf_link_find_version_dependencies
,
6806 if (elf_tdata (output_bfd
)->verref
== NULL
)
6807 s
->flags
|= SEC_EXCLUDE
;
6810 Elf_Internal_Verneed
*vn
;
6815 /* Build the version dependency section. */
6818 for (vn
= elf_tdata (output_bfd
)->verref
;
6820 vn
= vn
->vn_nextref
)
6822 Elf_Internal_Vernaux
*a
;
6824 size
+= sizeof (Elf_External_Verneed
);
6826 for (a
= vn
->vn_auxptr
; a
!= NULL
; a
= a
->vna_nextptr
)
6827 size
+= sizeof (Elf_External_Vernaux
);
6831 s
->contents
= (unsigned char *) bfd_alloc (output_bfd
, s
->size
);
6832 if (s
->contents
== NULL
)
6836 for (vn
= elf_tdata (output_bfd
)->verref
;
6838 vn
= vn
->vn_nextref
)
6841 Elf_Internal_Vernaux
*a
;
6845 for (a
= vn
->vn_auxptr
; a
!= NULL
; a
= a
->vna_nextptr
)
6848 vn
->vn_version
= VER_NEED_CURRENT
;
6850 indx
= _bfd_elf_strtab_add (elf_hash_table (info
)->dynstr
,
6851 elf_dt_name (vn
->vn_bfd
) != NULL
6852 ? elf_dt_name (vn
->vn_bfd
)
6853 : lbasename (vn
->vn_bfd
->filename
),
6855 if (indx
== (size_t) -1)
6858 vn
->vn_aux
= sizeof (Elf_External_Verneed
);
6859 if (vn
->vn_nextref
== NULL
)
6862 vn
->vn_next
= (sizeof (Elf_External_Verneed
)
6863 + caux
* sizeof (Elf_External_Vernaux
));
6865 _bfd_elf_swap_verneed_out (output_bfd
, vn
,
6866 (Elf_External_Verneed
*) p
);
6867 p
+= sizeof (Elf_External_Verneed
);
6869 for (a
= vn
->vn_auxptr
; a
!= NULL
; a
= a
->vna_nextptr
)
6871 a
->vna_hash
= bfd_elf_hash (a
->vna_nodename
);
6872 indx
= _bfd_elf_strtab_add (elf_hash_table (info
)->dynstr
,
6873 a
->vna_nodename
, FALSE
);
6874 if (indx
== (size_t) -1)
6877 if (a
->vna_nextptr
== NULL
)
6880 a
->vna_next
= sizeof (Elf_External_Vernaux
);
6882 _bfd_elf_swap_vernaux_out (output_bfd
, a
,
6883 (Elf_External_Vernaux
*) p
);
6884 p
+= sizeof (Elf_External_Vernaux
);
6888 elf_tdata (output_bfd
)->cverrefs
= crefs
;
6892 /* Any syms created from now on start with -1 in
6893 got.refcount/offset and plt.refcount/offset. */
6894 elf_hash_table (info
)->init_got_refcount
6895 = elf_hash_table (info
)->init_got_offset
;
6896 elf_hash_table (info
)->init_plt_refcount
6897 = elf_hash_table (info
)->init_plt_offset
;
6899 if (bfd_link_relocatable (info
)
6900 && !_bfd_elf_size_group_sections (info
))
6903 /* The backend may have to create some sections regardless of whether
6904 we're dynamic or not. */
6905 if (bed
->elf_backend_always_size_sections
6906 && ! (*bed
->elf_backend_always_size_sections
) (output_bfd
, info
))
6909 /* Determine any GNU_STACK segment requirements, after the backend
6910 has had a chance to set a default segment size. */
6911 if (info
->execstack
)
6912 elf_stack_flags (output_bfd
) = PF_R
| PF_W
| PF_X
;
6913 else if (info
->noexecstack
)
6914 elf_stack_flags (output_bfd
) = PF_R
| PF_W
;
6918 asection
*notesec
= NULL
;
6921 for (inputobj
= info
->input_bfds
;
6923 inputobj
= inputobj
->link
.next
)
6928 & (DYNAMIC
| EXEC_P
| BFD_PLUGIN
| BFD_LINKER_CREATED
))
6930 s
= inputobj
->sections
;
6931 if (s
== NULL
|| s
->sec_info_type
== SEC_INFO_TYPE_JUST_SYMS
)
6934 s
= bfd_get_section_by_name (inputobj
, ".note.GNU-stack");
6937 if (s
->flags
& SEC_CODE
)
6941 else if (bed
->default_execstack
)
6944 if (notesec
|| info
->stacksize
> 0)
6945 elf_stack_flags (output_bfd
) = PF_R
| PF_W
| exec
;
6946 if (notesec
&& exec
&& bfd_link_relocatable (info
)
6947 && notesec
->output_section
!= bfd_abs_section_ptr
)
6948 notesec
->output_section
->flags
|= SEC_CODE
;
6951 if (dynobj
!= NULL
&& elf_hash_table (info
)->dynamic_sections_created
)
6953 struct elf_info_failed eif
;
6954 struct elf_link_hash_entry
*h
;
6958 *sinterpptr
= bfd_get_linker_section (dynobj
, ".interp");
6959 BFD_ASSERT (*sinterpptr
!= NULL
|| !bfd_link_executable (info
) || info
->nointerp
);
6963 if (!_bfd_elf_add_dynamic_entry (info
, DT_SYMBOLIC
, 0))
6965 info
->flags
|= DF_SYMBOLIC
;
6973 indx
= _bfd_elf_strtab_add (elf_hash_table (info
)->dynstr
, rpath
,
6975 if (indx
== (size_t) -1)
6978 tag
= info
->new_dtags
? DT_RUNPATH
: DT_RPATH
;
6979 if (!_bfd_elf_add_dynamic_entry (info
, tag
, indx
))
6983 if (filter_shlib
!= NULL
)
6987 indx
= _bfd_elf_strtab_add (elf_hash_table (info
)->dynstr
,
6988 filter_shlib
, TRUE
);
6989 if (indx
== (size_t) -1
6990 || !_bfd_elf_add_dynamic_entry (info
, DT_FILTER
, indx
))
6994 if (auxiliary_filters
!= NULL
)
6996 const char * const *p
;
6998 for (p
= auxiliary_filters
; *p
!= NULL
; p
++)
7002 indx
= _bfd_elf_strtab_add (elf_hash_table (info
)->dynstr
,
7004 if (indx
== (size_t) -1
7005 || !_bfd_elf_add_dynamic_entry (info
, DT_AUXILIARY
, indx
))
7014 indx
= _bfd_elf_strtab_add (elf_hash_table (info
)->dynstr
, audit
,
7016 if (indx
== (size_t) -1
7017 || !_bfd_elf_add_dynamic_entry (info
, DT_AUDIT
, indx
))
7021 if (depaudit
!= NULL
)
7025 indx
= _bfd_elf_strtab_add (elf_hash_table (info
)->dynstr
, depaudit
,
7027 if (indx
== (size_t) -1
7028 || !_bfd_elf_add_dynamic_entry (info
, DT_DEPAUDIT
, indx
))
7035 /* Find all symbols which were defined in a dynamic object and make
7036 the backend pick a reasonable value for them. */
7037 elf_link_hash_traverse (elf_hash_table (info
),
7038 _bfd_elf_adjust_dynamic_symbol
,
7043 /* Add some entries to the .dynamic section. We fill in some of the
7044 values later, in bfd_elf_final_link, but we must add the entries
7045 now so that we know the final size of the .dynamic section. */
7047 /* If there are initialization and/or finalization functions to
7048 call then add the corresponding DT_INIT/DT_FINI entries. */
7049 h
= (info
->init_function
7050 ? elf_link_hash_lookup (elf_hash_table (info
),
7051 info
->init_function
, FALSE
,
7058 if (!_bfd_elf_add_dynamic_entry (info
, DT_INIT
, 0))
7061 h
= (info
->fini_function
7062 ? elf_link_hash_lookup (elf_hash_table (info
),
7063 info
->fini_function
, FALSE
,
7070 if (!_bfd_elf_add_dynamic_entry (info
, DT_FINI
, 0))
7074 s
= bfd_get_section_by_name (output_bfd
, ".preinit_array");
7075 if (s
!= NULL
&& s
->linker_has_input
)
7077 /* DT_PREINIT_ARRAY is not allowed in shared library. */
7078 if (! bfd_link_executable (info
))
7083 for (sub
= info
->input_bfds
; sub
!= NULL
; sub
= sub
->link
.next
)
7084 if (bfd_get_flavour (sub
) == bfd_target_elf_flavour
7085 && (o
= sub
->sections
) != NULL
7086 && o
->sec_info_type
!= SEC_INFO_TYPE_JUST_SYMS
)
7087 for (o
= sub
->sections
; o
!= NULL
; o
= o
->next
)
7088 if (elf_section_data (o
)->this_hdr
.sh_type
7089 == SHT_PREINIT_ARRAY
)
7092 (_("%pB: .preinit_array section is not allowed in DSO"),
7097 bfd_set_error (bfd_error_nonrepresentable_section
);
7101 if (!_bfd_elf_add_dynamic_entry (info
, DT_PREINIT_ARRAY
, 0)
7102 || !_bfd_elf_add_dynamic_entry (info
, DT_PREINIT_ARRAYSZ
, 0))
7105 s
= bfd_get_section_by_name (output_bfd
, ".init_array");
7106 if (s
!= NULL
&& s
->linker_has_input
)
7108 if (!_bfd_elf_add_dynamic_entry (info
, DT_INIT_ARRAY
, 0)
7109 || !_bfd_elf_add_dynamic_entry (info
, DT_INIT_ARRAYSZ
, 0))
7112 s
= bfd_get_section_by_name (output_bfd
, ".fini_array");
7113 if (s
!= NULL
&& s
->linker_has_input
)
7115 if (!_bfd_elf_add_dynamic_entry (info
, DT_FINI_ARRAY
, 0)
7116 || !_bfd_elf_add_dynamic_entry (info
, DT_FINI_ARRAYSZ
, 0))
7120 dynstr
= bfd_get_linker_section (dynobj
, ".dynstr");
7121 /* If .dynstr is excluded from the link, we don't want any of
7122 these tags. Strictly, we should be checking each section
7123 individually; This quick check covers for the case where
7124 someone does a /DISCARD/ : { *(*) }. */
7125 if (dynstr
!= NULL
&& dynstr
->output_section
!= bfd_abs_section_ptr
)
7127 bfd_size_type strsize
;
7129 strsize
= _bfd_elf_strtab_size (elf_hash_table (info
)->dynstr
);
7130 if ((info
->emit_hash
7131 && !_bfd_elf_add_dynamic_entry (info
, DT_HASH
, 0))
7132 || (info
->emit_gnu_hash
7133 && (bed
->record_xhash_symbol
== NULL
7134 && !_bfd_elf_add_dynamic_entry (info
, DT_GNU_HASH
, 0)))
7135 || !_bfd_elf_add_dynamic_entry (info
, DT_STRTAB
, 0)
7136 || !_bfd_elf_add_dynamic_entry (info
, DT_SYMTAB
, 0)
7137 || !_bfd_elf_add_dynamic_entry (info
, DT_STRSZ
, strsize
)
7138 || !_bfd_elf_add_dynamic_entry (info
, DT_SYMENT
,
7139 bed
->s
->sizeof_sym
))
7144 if (! _bfd_elf_maybe_strip_eh_frame_hdr (info
))
7147 /* The backend must work out the sizes of all the other dynamic
7150 && bed
->elf_backend_size_dynamic_sections
!= NULL
7151 && ! (*bed
->elf_backend_size_dynamic_sections
) (output_bfd
, info
))
7154 if (dynobj
!= NULL
&& elf_hash_table (info
)->dynamic_sections_created
)
7156 if (elf_tdata (output_bfd
)->cverdefs
)
7158 unsigned int crefs
= elf_tdata (output_bfd
)->cverdefs
;
7160 if (!_bfd_elf_add_dynamic_entry (info
, DT_VERDEF
, 0)
7161 || !_bfd_elf_add_dynamic_entry (info
, DT_VERDEFNUM
, crefs
))
7165 if ((info
->new_dtags
&& info
->flags
) || (info
->flags
& DF_STATIC_TLS
))
7167 if (!_bfd_elf_add_dynamic_entry (info
, DT_FLAGS
, info
->flags
))
7170 else if (info
->flags
& DF_BIND_NOW
)
7172 if (!_bfd_elf_add_dynamic_entry (info
, DT_BIND_NOW
, 0))
7178 if (bfd_link_executable (info
))
7179 info
->flags_1
&= ~ (DF_1_INITFIRST
7182 if (!_bfd_elf_add_dynamic_entry (info
, DT_FLAGS_1
, info
->flags_1
))
7186 if (elf_tdata (output_bfd
)->cverrefs
)
7188 unsigned int crefs
= elf_tdata (output_bfd
)->cverrefs
;
7190 if (!_bfd_elf_add_dynamic_entry (info
, DT_VERNEED
, 0)
7191 || !_bfd_elf_add_dynamic_entry (info
, DT_VERNEEDNUM
, crefs
))
7195 if ((elf_tdata (output_bfd
)->cverrefs
== 0
7196 && elf_tdata (output_bfd
)->cverdefs
== 0)
7197 || _bfd_elf_link_renumber_dynsyms (output_bfd
, info
, NULL
) <= 1)
7201 s
= bfd_get_linker_section (dynobj
, ".gnu.version");
7202 s
->flags
|= SEC_EXCLUDE
;
7208 /* Find the first non-excluded output section. We'll use its
7209 section symbol for some emitted relocs. */
7211 _bfd_elf_init_1_index_section (bfd
*output_bfd
, struct bfd_link_info
*info
)
7214 asection
*found
= NULL
;
7216 for (s
= output_bfd
->sections
; s
!= NULL
; s
= s
->next
)
7217 if ((s
->flags
& (SEC_EXCLUDE
| SEC_ALLOC
)) == SEC_ALLOC
7218 && !_bfd_elf_omit_section_dynsym_default (output_bfd
, info
, s
))
7221 if ((s
->flags
& SEC_THREAD_LOCAL
) == 0)
7224 elf_hash_table (info
)->text_index_section
= found
;
7227 /* Find two non-excluded output sections, one for code, one for data.
7228 We'll use their section symbols for some emitted relocs. */
7230 _bfd_elf_init_2_index_sections (bfd
*output_bfd
, struct bfd_link_info
*info
)
7233 asection
*found
= NULL
;
7235 /* Data first, since setting text_index_section changes
7236 _bfd_elf_omit_section_dynsym_default. */
7237 for (s
= output_bfd
->sections
; s
!= NULL
; s
= s
->next
)
7238 if ((s
->flags
& (SEC_EXCLUDE
| SEC_ALLOC
)) == SEC_ALLOC
7239 && !(s
->flags
& SEC_READONLY
)
7240 && !_bfd_elf_omit_section_dynsym_default (output_bfd
, info
, s
))
7243 if ((s
->flags
& SEC_THREAD_LOCAL
) == 0)
7246 elf_hash_table (info
)->data_index_section
= found
;
7248 for (s
= output_bfd
->sections
; s
!= NULL
; s
= s
->next
)
7249 if ((s
->flags
& (SEC_EXCLUDE
| SEC_ALLOC
)) == SEC_ALLOC
7250 && (s
->flags
& SEC_READONLY
)
7251 && !_bfd_elf_omit_section_dynsym_default (output_bfd
, info
, s
))
7256 elf_hash_table (info
)->text_index_section
= found
;
7259 #define GNU_HASH_SECTION_NAME(bed) \
7260 (bed)->record_xhash_symbol != NULL ? ".MIPS.xhash" : ".gnu.hash"
7263 bfd_elf_size_dynsym_hash_dynstr (bfd
*output_bfd
, struct bfd_link_info
*info
)
7265 const struct elf_backend_data
*bed
;
7266 unsigned long section_sym_count
;
7267 bfd_size_type dynsymcount
= 0;
7269 if (!is_elf_hash_table (info
->hash
))
7272 bed
= get_elf_backend_data (output_bfd
);
7273 (*bed
->elf_backend_init_index_section
) (output_bfd
, info
);
7275 /* Assign dynsym indices. In a shared library we generate a section
7276 symbol for each output section, which come first. Next come all
7277 of the back-end allocated local dynamic syms, followed by the rest
7278 of the global symbols.
7280 This is usually not needed for static binaries, however backends
7281 can request to always do it, e.g. the MIPS backend uses dynamic
7282 symbol counts to lay out GOT, which will be produced in the
7283 presence of GOT relocations even in static binaries (holding fixed
7284 data in that case, to satisfy those relocations). */
7286 if (elf_hash_table (info
)->dynamic_sections_created
7287 || bed
->always_renumber_dynsyms
)
7288 dynsymcount
= _bfd_elf_link_renumber_dynsyms (output_bfd
, info
,
7289 §ion_sym_count
);
7291 if (elf_hash_table (info
)->dynamic_sections_created
)
7295 unsigned int dtagcount
;
7297 dynobj
= elf_hash_table (info
)->dynobj
;
7299 /* Work out the size of the symbol version section. */
7300 s
= bfd_get_linker_section (dynobj
, ".gnu.version");
7301 BFD_ASSERT (s
!= NULL
);
7302 if ((s
->flags
& SEC_EXCLUDE
) == 0)
7304 s
->size
= dynsymcount
* sizeof (Elf_External_Versym
);
7305 s
->contents
= (unsigned char *) bfd_zalloc (output_bfd
, s
->size
);
7306 if (s
->contents
== NULL
)
7309 if (!_bfd_elf_add_dynamic_entry (info
, DT_VERSYM
, 0))
7313 /* Set the size of the .dynsym and .hash sections. We counted
7314 the number of dynamic symbols in elf_link_add_object_symbols.
7315 We will build the contents of .dynsym and .hash when we build
7316 the final symbol table, because until then we do not know the
7317 correct value to give the symbols. We built the .dynstr
7318 section as we went along in elf_link_add_object_symbols. */
7319 s
= elf_hash_table (info
)->dynsym
;
7320 BFD_ASSERT (s
!= NULL
);
7321 s
->size
= dynsymcount
* bed
->s
->sizeof_sym
;
7323 s
->contents
= (unsigned char *) bfd_alloc (output_bfd
, s
->size
);
7324 if (s
->contents
== NULL
)
7327 /* The first entry in .dynsym is a dummy symbol. Clear all the
7328 section syms, in case we don't output them all. */
7329 ++section_sym_count
;
7330 memset (s
->contents
, 0, section_sym_count
* bed
->s
->sizeof_sym
);
7332 elf_hash_table (info
)->bucketcount
= 0;
7334 /* Compute the size of the hashing table. As a side effect this
7335 computes the hash values for all the names we export. */
7336 if (info
->emit_hash
)
7338 unsigned long int *hashcodes
;
7339 struct hash_codes_info hashinf
;
7341 unsigned long int nsyms
;
7343 size_t hash_entry_size
;
7345 /* Compute the hash values for all exported symbols. At the same
7346 time store the values in an array so that we could use them for
7348 amt
= dynsymcount
* sizeof (unsigned long int);
7349 hashcodes
= (unsigned long int *) bfd_malloc (amt
);
7350 if (hashcodes
== NULL
)
7352 hashinf
.hashcodes
= hashcodes
;
7353 hashinf
.error
= FALSE
;
7355 /* Put all hash values in HASHCODES. */
7356 elf_link_hash_traverse (elf_hash_table (info
),
7357 elf_collect_hash_codes
, &hashinf
);
7364 nsyms
= hashinf
.hashcodes
- hashcodes
;
7366 = compute_bucket_count (info
, hashcodes
, nsyms
, 0);
7369 if (bucketcount
== 0 && nsyms
> 0)
7372 elf_hash_table (info
)->bucketcount
= bucketcount
;
7374 s
= bfd_get_linker_section (dynobj
, ".hash");
7375 BFD_ASSERT (s
!= NULL
);
7376 hash_entry_size
= elf_section_data (s
)->this_hdr
.sh_entsize
;
7377 s
->size
= ((2 + bucketcount
+ dynsymcount
) * hash_entry_size
);
7378 s
->contents
= (unsigned char *) bfd_zalloc (output_bfd
, s
->size
);
7379 if (s
->contents
== NULL
)
7382 bfd_put (8 * hash_entry_size
, output_bfd
, bucketcount
, s
->contents
);
7383 bfd_put (8 * hash_entry_size
, output_bfd
, dynsymcount
,
7384 s
->contents
+ hash_entry_size
);
7387 if (info
->emit_gnu_hash
)
7390 unsigned char *contents
;
7391 struct collect_gnu_hash_codes cinfo
;
7395 memset (&cinfo
, 0, sizeof (cinfo
));
7397 /* Compute the hash values for all exported symbols. At the same
7398 time store the values in an array so that we could use them for
7400 amt
= dynsymcount
* 2 * sizeof (unsigned long int);
7401 cinfo
.hashcodes
= (long unsigned int *) bfd_malloc (amt
);
7402 if (cinfo
.hashcodes
== NULL
)
7405 cinfo
.hashval
= cinfo
.hashcodes
+ dynsymcount
;
7406 cinfo
.min_dynindx
= -1;
7407 cinfo
.output_bfd
= output_bfd
;
7410 /* Put all hash values in HASHCODES. */
7411 elf_link_hash_traverse (elf_hash_table (info
),
7412 elf_collect_gnu_hash_codes
, &cinfo
);
7415 free (cinfo
.hashcodes
);
7420 = compute_bucket_count (info
, cinfo
.hashcodes
, cinfo
.nsyms
, 1);
7422 if (bucketcount
== 0)
7424 free (cinfo
.hashcodes
);
7428 s
= bfd_get_linker_section (dynobj
, GNU_HASH_SECTION_NAME (bed
));
7429 BFD_ASSERT (s
!= NULL
);
7431 if (cinfo
.nsyms
== 0)
7433 /* Empty .gnu.hash or .MIPS.xhash section is special. */
7434 BFD_ASSERT (cinfo
.min_dynindx
== -1);
7435 free (cinfo
.hashcodes
);
7436 s
->size
= 5 * 4 + bed
->s
->arch_size
/ 8;
7437 contents
= (unsigned char *) bfd_zalloc (output_bfd
, s
->size
);
7438 if (contents
== NULL
)
7440 s
->contents
= contents
;
7441 /* 1 empty bucket. */
7442 bfd_put_32 (output_bfd
, 1, contents
);
7443 /* SYMIDX above the special symbol 0. */
7444 bfd_put_32 (output_bfd
, 1, contents
+ 4);
7445 /* Just one word for bitmask. */
7446 bfd_put_32 (output_bfd
, 1, contents
+ 8);
7447 /* Only hash fn bloom filter. */
7448 bfd_put_32 (output_bfd
, 0, contents
+ 12);
7449 /* No hashes are valid - empty bitmask. */
7450 bfd_put (bed
->s
->arch_size
, output_bfd
, 0, contents
+ 16);
7451 /* No hashes in the only bucket. */
7452 bfd_put_32 (output_bfd
, 0,
7453 contents
+ 16 + bed
->s
->arch_size
/ 8);
7457 unsigned long int maskwords
, maskbitslog2
, x
;
7458 BFD_ASSERT (cinfo
.min_dynindx
!= -1);
7462 while ((x
>>= 1) != 0)
7464 if (maskbitslog2
< 3)
7466 else if ((1 << (maskbitslog2
- 2)) & cinfo
.nsyms
)
7467 maskbitslog2
= maskbitslog2
+ 3;
7469 maskbitslog2
= maskbitslog2
+ 2;
7470 if (bed
->s
->arch_size
== 64)
7472 if (maskbitslog2
== 5)
7478 cinfo
.mask
= (1 << cinfo
.shift1
) - 1;
7479 cinfo
.shift2
= maskbitslog2
;
7480 cinfo
.maskbits
= 1 << maskbitslog2
;
7481 maskwords
= 1 << (maskbitslog2
- cinfo
.shift1
);
7482 amt
= bucketcount
* sizeof (unsigned long int) * 2;
7483 amt
+= maskwords
* sizeof (bfd_vma
);
7484 cinfo
.bitmask
= (bfd_vma
*) bfd_malloc (amt
);
7485 if (cinfo
.bitmask
== NULL
)
7487 free (cinfo
.hashcodes
);
7491 cinfo
.counts
= (long unsigned int *) (cinfo
.bitmask
+ maskwords
);
7492 cinfo
.indx
= cinfo
.counts
+ bucketcount
;
7493 cinfo
.symindx
= dynsymcount
- cinfo
.nsyms
;
7494 memset (cinfo
.bitmask
, 0, maskwords
* sizeof (bfd_vma
));
7496 /* Determine how often each hash bucket is used. */
7497 memset (cinfo
.counts
, 0, bucketcount
* sizeof (cinfo
.counts
[0]));
7498 for (i
= 0; i
< cinfo
.nsyms
; ++i
)
7499 ++cinfo
.counts
[cinfo
.hashcodes
[i
] % bucketcount
];
7501 for (i
= 0, cnt
= cinfo
.symindx
; i
< bucketcount
; ++i
)
7502 if (cinfo
.counts
[i
] != 0)
7504 cinfo
.indx
[i
] = cnt
;
7505 cnt
+= cinfo
.counts
[i
];
7507 BFD_ASSERT (cnt
== dynsymcount
);
7508 cinfo
.bucketcount
= bucketcount
;
7509 cinfo
.local_indx
= cinfo
.min_dynindx
;
7511 s
->size
= (4 + bucketcount
+ cinfo
.nsyms
) * 4;
7512 s
->size
+= cinfo
.maskbits
/ 8;
7513 if (bed
->record_xhash_symbol
!= NULL
)
7514 s
->size
+= cinfo
.nsyms
* 4;
7515 contents
= (unsigned char *) bfd_zalloc (output_bfd
, s
->size
);
7516 if (contents
== NULL
)
7518 free (cinfo
.bitmask
);
7519 free (cinfo
.hashcodes
);
7523 s
->contents
= contents
;
7524 bfd_put_32 (output_bfd
, bucketcount
, contents
);
7525 bfd_put_32 (output_bfd
, cinfo
.symindx
, contents
+ 4);
7526 bfd_put_32 (output_bfd
, maskwords
, contents
+ 8);
7527 bfd_put_32 (output_bfd
, cinfo
.shift2
, contents
+ 12);
7528 contents
+= 16 + cinfo
.maskbits
/ 8;
7530 for (i
= 0; i
< bucketcount
; ++i
)
7532 if (cinfo
.counts
[i
] == 0)
7533 bfd_put_32 (output_bfd
, 0, contents
);
7535 bfd_put_32 (output_bfd
, cinfo
.indx
[i
], contents
);
7539 cinfo
.contents
= contents
;
7541 cinfo
.xlat
= contents
+ cinfo
.nsyms
* 4 - s
->contents
;
7542 /* Renumber dynamic symbols, if populating .gnu.hash section.
7543 If using .MIPS.xhash, populate the translation table. */
7544 elf_link_hash_traverse (elf_hash_table (info
),
7545 elf_gnu_hash_process_symidx
, &cinfo
);
7547 contents
= s
->contents
+ 16;
7548 for (i
= 0; i
< maskwords
; ++i
)
7550 bfd_put (bed
->s
->arch_size
, output_bfd
, cinfo
.bitmask
[i
],
7552 contents
+= bed
->s
->arch_size
/ 8;
7555 free (cinfo
.bitmask
);
7556 free (cinfo
.hashcodes
);
7560 s
= bfd_get_linker_section (dynobj
, ".dynstr");
7561 BFD_ASSERT (s
!= NULL
);
7563 elf_finalize_dynstr (output_bfd
, info
);
7565 s
->size
= _bfd_elf_strtab_size (elf_hash_table (info
)->dynstr
);
7567 for (dtagcount
= 0; dtagcount
<= info
->spare_dynamic_tags
; ++dtagcount
)
7568 if (!_bfd_elf_add_dynamic_entry (info
, DT_NULL
, 0))
7575 /* Make sure sec_info_type is cleared if sec_info is cleared too. */
7578 merge_sections_remove_hook (bfd
*abfd ATTRIBUTE_UNUSED
,
7581 BFD_ASSERT (sec
->sec_info_type
== SEC_INFO_TYPE_MERGE
);
7582 sec
->sec_info_type
= SEC_INFO_TYPE_NONE
;
7585 /* Finish SHF_MERGE section merging. */
7588 _bfd_elf_merge_sections (bfd
*obfd
, struct bfd_link_info
*info
)
7593 if (!is_elf_hash_table (info
->hash
))
7596 for (ibfd
= info
->input_bfds
; ibfd
!= NULL
; ibfd
= ibfd
->link
.next
)
7597 if ((ibfd
->flags
& DYNAMIC
) == 0
7598 && bfd_get_flavour (ibfd
) == bfd_target_elf_flavour
7599 && (elf_elfheader (ibfd
)->e_ident
[EI_CLASS
]
7600 == get_elf_backend_data (obfd
)->s
->elfclass
))
7601 for (sec
= ibfd
->sections
; sec
!= NULL
; sec
= sec
->next
)
7602 if ((sec
->flags
& SEC_MERGE
) != 0
7603 && !bfd_is_abs_section (sec
->output_section
))
7605 struct bfd_elf_section_data
*secdata
;
7607 secdata
= elf_section_data (sec
);
7608 if (! _bfd_add_merge_section (obfd
,
7609 &elf_hash_table (info
)->merge_info
,
7610 sec
, &secdata
->sec_info
))
7612 else if (secdata
->sec_info
)
7613 sec
->sec_info_type
= SEC_INFO_TYPE_MERGE
;
7616 if (elf_hash_table (info
)->merge_info
!= NULL
)
7617 _bfd_merge_sections (obfd
, info
, elf_hash_table (info
)->merge_info
,
7618 merge_sections_remove_hook
);
7622 /* Create an entry in an ELF linker hash table. */
7624 struct bfd_hash_entry
*
7625 _bfd_elf_link_hash_newfunc (struct bfd_hash_entry
*entry
,
7626 struct bfd_hash_table
*table
,
7629 /* Allocate the structure if it has not already been allocated by a
7633 entry
= (struct bfd_hash_entry
*)
7634 bfd_hash_allocate (table
, sizeof (struct elf_link_hash_entry
));
7639 /* Call the allocation method of the superclass. */
7640 entry
= _bfd_link_hash_newfunc (entry
, table
, string
);
7643 struct elf_link_hash_entry
*ret
= (struct elf_link_hash_entry
*) entry
;
7644 struct elf_link_hash_table
*htab
= (struct elf_link_hash_table
*) table
;
7646 /* Set local fields. */
7649 ret
->got
= htab
->init_got_refcount
;
7650 ret
->plt
= htab
->init_plt_refcount
;
7651 memset (&ret
->size
, 0, (sizeof (struct elf_link_hash_entry
)
7652 - offsetof (struct elf_link_hash_entry
, size
)));
7653 /* Assume that we have been called by a non-ELF symbol reader.
7654 This flag is then reset by the code which reads an ELF input
7655 file. This ensures that a symbol created by a non-ELF symbol
7656 reader will have the flag set correctly. */
7663 /* Copy data from an indirect symbol to its direct symbol, hiding the
7664 old indirect symbol. Also used for copying flags to a weakdef. */
7667 _bfd_elf_link_hash_copy_indirect (struct bfd_link_info
*info
,
7668 struct elf_link_hash_entry
*dir
,
7669 struct elf_link_hash_entry
*ind
)
7671 struct elf_link_hash_table
*htab
;
7673 /* Copy down any references that we may have already seen to the
7674 symbol which just became indirect. */
7676 if (dir
->versioned
!= versioned_hidden
)
7677 dir
->ref_dynamic
|= ind
->ref_dynamic
;
7678 dir
->ref_regular
|= ind
->ref_regular
;
7679 dir
->ref_regular_nonweak
|= ind
->ref_regular_nonweak
;
7680 dir
->non_got_ref
|= ind
->non_got_ref
;
7681 dir
->needs_plt
|= ind
->needs_plt
;
7682 dir
->pointer_equality_needed
|= ind
->pointer_equality_needed
;
7684 if (ind
->root
.type
!= bfd_link_hash_indirect
)
7687 /* Copy over the global and procedure linkage table refcount entries.
7688 These may have been already set up by a check_relocs routine. */
7689 htab
= elf_hash_table (info
);
7690 if (ind
->got
.refcount
> htab
->init_got_refcount
.refcount
)
7692 if (dir
->got
.refcount
< 0)
7693 dir
->got
.refcount
= 0;
7694 dir
->got
.refcount
+= ind
->got
.refcount
;
7695 ind
->got
.refcount
= htab
->init_got_refcount
.refcount
;
7698 if (ind
->plt
.refcount
> htab
->init_plt_refcount
.refcount
)
7700 if (dir
->plt
.refcount
< 0)
7701 dir
->plt
.refcount
= 0;
7702 dir
->plt
.refcount
+= ind
->plt
.refcount
;
7703 ind
->plt
.refcount
= htab
->init_plt_refcount
.refcount
;
7706 if (ind
->dynindx
!= -1)
7708 if (dir
->dynindx
!= -1)
7709 _bfd_elf_strtab_delref (htab
->dynstr
, dir
->dynstr_index
);
7710 dir
->dynindx
= ind
->dynindx
;
7711 dir
->dynstr_index
= ind
->dynstr_index
;
7713 ind
->dynstr_index
= 0;
7718 _bfd_elf_link_hash_hide_symbol (struct bfd_link_info
*info
,
7719 struct elf_link_hash_entry
*h
,
7720 bfd_boolean force_local
)
7722 /* STT_GNU_IFUNC symbol must go through PLT. */
7723 if (h
->type
!= STT_GNU_IFUNC
)
7725 h
->plt
= elf_hash_table (info
)->init_plt_offset
;
7730 h
->forced_local
= 1;
7731 if (h
->dynindx
!= -1)
7733 _bfd_elf_strtab_delref (elf_hash_table (info
)->dynstr
,
7736 h
->dynstr_index
= 0;
7741 /* Hide a symbol. */
7744 _bfd_elf_link_hide_symbol (bfd
*output_bfd
,
7745 struct bfd_link_info
*info
,
7746 struct bfd_link_hash_entry
*h
)
7748 if (is_elf_hash_table (info
->hash
))
7750 const struct elf_backend_data
*bed
7751 = get_elf_backend_data (output_bfd
);
7752 struct elf_link_hash_entry
*eh
7753 = (struct elf_link_hash_entry
*) h
;
7754 bed
->elf_backend_hide_symbol (info
, eh
, TRUE
);
7755 eh
->def_dynamic
= 0;
7756 eh
->ref_dynamic
= 0;
7757 eh
->dynamic_def
= 0;
7761 /* Initialize an ELF linker hash table. *TABLE has been zeroed by our
7765 _bfd_elf_link_hash_table_init
7766 (struct elf_link_hash_table
*table
,
7768 struct bfd_hash_entry
*(*newfunc
) (struct bfd_hash_entry
*,
7769 struct bfd_hash_table
*,
7771 unsigned int entsize
,
7772 enum elf_target_id target_id
)
7775 int can_refcount
= get_elf_backend_data (abfd
)->can_refcount
;
7777 table
->init_got_refcount
.refcount
= can_refcount
- 1;
7778 table
->init_plt_refcount
.refcount
= can_refcount
- 1;
7779 table
->init_got_offset
.offset
= -(bfd_vma
) 1;
7780 table
->init_plt_offset
.offset
= -(bfd_vma
) 1;
7781 /* The first dynamic symbol is a dummy. */
7782 table
->dynsymcount
= 1;
7784 ret
= _bfd_link_hash_table_init (&table
->root
, abfd
, newfunc
, entsize
);
7786 table
->root
.type
= bfd_link_elf_hash_table
;
7787 table
->hash_table_id
= target_id
;
7792 /* Create an ELF linker hash table. */
7794 struct bfd_link_hash_table
*
7795 _bfd_elf_link_hash_table_create (bfd
*abfd
)
7797 struct elf_link_hash_table
*ret
;
7798 size_t amt
= sizeof (struct elf_link_hash_table
);
7800 ret
= (struct elf_link_hash_table
*) bfd_zmalloc (amt
);
7804 if (! _bfd_elf_link_hash_table_init (ret
, abfd
, _bfd_elf_link_hash_newfunc
,
7805 sizeof (struct elf_link_hash_entry
),
7811 ret
->root
.hash_table_free
= _bfd_elf_link_hash_table_free
;
7816 /* Destroy an ELF linker hash table. */
7819 _bfd_elf_link_hash_table_free (bfd
*obfd
)
7821 struct elf_link_hash_table
*htab
;
7823 htab
= (struct elf_link_hash_table
*) obfd
->link
.hash
;
7824 if (htab
->dynstr
!= NULL
)
7825 _bfd_elf_strtab_free (htab
->dynstr
);
7826 _bfd_merge_sections_free (htab
->merge_info
);
7827 _bfd_generic_link_hash_table_free (obfd
);
7830 /* This is a hook for the ELF emulation code in the generic linker to
7831 tell the backend linker what file name to use for the DT_NEEDED
7832 entry for a dynamic object. */
7835 bfd_elf_set_dt_needed_name (bfd
*abfd
, const char *name
)
7837 if (bfd_get_flavour (abfd
) == bfd_target_elf_flavour
7838 && bfd_get_format (abfd
) == bfd_object
)
7839 elf_dt_name (abfd
) = name
;
7843 bfd_elf_get_dyn_lib_class (bfd
*abfd
)
7846 if (bfd_get_flavour (abfd
) == bfd_target_elf_flavour
7847 && bfd_get_format (abfd
) == bfd_object
)
7848 lib_class
= elf_dyn_lib_class (abfd
);
7855 bfd_elf_set_dyn_lib_class (bfd
*abfd
, enum dynamic_lib_link_class lib_class
)
7857 if (bfd_get_flavour (abfd
) == bfd_target_elf_flavour
7858 && bfd_get_format (abfd
) == bfd_object
)
7859 elf_dyn_lib_class (abfd
) = lib_class
;
7862 /* Get the list of DT_NEEDED entries for a link. This is a hook for
7863 the linker ELF emulation code. */
7865 struct bfd_link_needed_list
*
7866 bfd_elf_get_needed_list (bfd
*abfd ATTRIBUTE_UNUSED
,
7867 struct bfd_link_info
*info
)
7869 if (! is_elf_hash_table (info
->hash
))
7871 return elf_hash_table (info
)->needed
;
7874 /* Get the list of DT_RPATH/DT_RUNPATH entries for a link. This is a
7875 hook for the linker ELF emulation code. */
7877 struct bfd_link_needed_list
*
7878 bfd_elf_get_runpath_list (bfd
*abfd ATTRIBUTE_UNUSED
,
7879 struct bfd_link_info
*info
)
7881 if (! is_elf_hash_table (info
->hash
))
7883 return elf_hash_table (info
)->runpath
;
7886 /* Get the name actually used for a dynamic object for a link. This
7887 is the SONAME entry if there is one. Otherwise, it is the string
7888 passed to bfd_elf_set_dt_needed_name, or it is the filename. */
7891 bfd_elf_get_dt_soname (bfd
*abfd
)
7893 if (bfd_get_flavour (abfd
) == bfd_target_elf_flavour
7894 && bfd_get_format (abfd
) == bfd_object
)
7895 return elf_dt_name (abfd
);
7899 /* Get the list of DT_NEEDED entries from a BFD. This is a hook for
7900 the ELF linker emulation code. */
7903 bfd_elf_get_bfd_needed_list (bfd
*abfd
,
7904 struct bfd_link_needed_list
**pneeded
)
7907 bfd_byte
*dynbuf
= NULL
;
7908 unsigned int elfsec
;
7909 unsigned long shlink
;
7910 bfd_byte
*extdyn
, *extdynend
;
7912 void (*swap_dyn_in
) (bfd
*, const void *, Elf_Internal_Dyn
*);
7916 if (bfd_get_flavour (abfd
) != bfd_target_elf_flavour
7917 || bfd_get_format (abfd
) != bfd_object
)
7920 s
= bfd_get_section_by_name (abfd
, ".dynamic");
7921 if (s
== NULL
|| s
->size
== 0)
7924 if (!bfd_malloc_and_get_section (abfd
, s
, &dynbuf
))
7927 elfsec
= _bfd_elf_section_from_bfd_section (abfd
, s
);
7928 if (elfsec
== SHN_BAD
)
7931 shlink
= elf_elfsections (abfd
)[elfsec
]->sh_link
;
7933 extdynsize
= get_elf_backend_data (abfd
)->s
->sizeof_dyn
;
7934 swap_dyn_in
= get_elf_backend_data (abfd
)->s
->swap_dyn_in
;
7937 extdynend
= extdyn
+ s
->size
;
7938 for (; extdyn
< extdynend
; extdyn
+= extdynsize
)
7940 Elf_Internal_Dyn dyn
;
7942 (*swap_dyn_in
) (abfd
, extdyn
, &dyn
);
7944 if (dyn
.d_tag
== DT_NULL
)
7947 if (dyn
.d_tag
== DT_NEEDED
)
7950 struct bfd_link_needed_list
*l
;
7951 unsigned int tagv
= dyn
.d_un
.d_val
;
7954 string
= bfd_elf_string_from_elf_section (abfd
, shlink
, tagv
);
7959 l
= (struct bfd_link_needed_list
*) bfd_alloc (abfd
, amt
);
7980 struct elf_symbuf_symbol
7982 unsigned long st_name
; /* Symbol name, index in string tbl */
7983 unsigned char st_info
; /* Type and binding attributes */
7984 unsigned char st_other
; /* Visibilty, and target specific */
7987 struct elf_symbuf_head
7989 struct elf_symbuf_symbol
*ssym
;
7991 unsigned int st_shndx
;
7998 Elf_Internal_Sym
*isym
;
7999 struct elf_symbuf_symbol
*ssym
;
8005 /* Sort references to symbols by ascending section number. */
8008 elf_sort_elf_symbol (const void *arg1
, const void *arg2
)
8010 const Elf_Internal_Sym
*s1
= *(const Elf_Internal_Sym
**) arg1
;
8011 const Elf_Internal_Sym
*s2
= *(const Elf_Internal_Sym
**) arg2
;
8013 if (s1
->st_shndx
!= s2
->st_shndx
)
8014 return s1
->st_shndx
> s2
->st_shndx
? 1 : -1;
8015 /* Final sort by the address of the sym in the symbuf ensures
8018 return s1
> s2
? 1 : -1;
8023 elf_sym_name_compare (const void *arg1
, const void *arg2
)
8025 const struct elf_symbol
*s1
= (const struct elf_symbol
*) arg1
;
8026 const struct elf_symbol
*s2
= (const struct elf_symbol
*) arg2
;
8027 int ret
= strcmp (s1
->name
, s2
->name
);
8030 if (s1
->u
.p
!= s2
->u
.p
)
8031 return s1
->u
.p
> s2
->u
.p
? 1 : -1;
8035 static struct elf_symbuf_head
*
8036 elf_create_symbuf (size_t symcount
, Elf_Internal_Sym
*isymbuf
)
8038 Elf_Internal_Sym
**ind
, **indbufend
, **indbuf
;
8039 struct elf_symbuf_symbol
*ssym
;
8040 struct elf_symbuf_head
*ssymbuf
, *ssymhead
;
8041 size_t i
, shndx_count
, total_size
, amt
;
8043 amt
= symcount
* sizeof (*indbuf
);
8044 indbuf
= (Elf_Internal_Sym
**) bfd_malloc (amt
);
8048 for (ind
= indbuf
, i
= 0; i
< symcount
; i
++)
8049 if (isymbuf
[i
].st_shndx
!= SHN_UNDEF
)
8050 *ind
++ = &isymbuf
[i
];
8053 qsort (indbuf
, indbufend
- indbuf
, sizeof (Elf_Internal_Sym
*),
8054 elf_sort_elf_symbol
);
8057 if (indbufend
> indbuf
)
8058 for (ind
= indbuf
, shndx_count
++; ind
< indbufend
- 1; ind
++)
8059 if (ind
[0]->st_shndx
!= ind
[1]->st_shndx
)
8062 total_size
= ((shndx_count
+ 1) * sizeof (*ssymbuf
)
8063 + (indbufend
- indbuf
) * sizeof (*ssym
));
8064 ssymbuf
= (struct elf_symbuf_head
*) bfd_malloc (total_size
);
8065 if (ssymbuf
== NULL
)
8071 ssym
= (struct elf_symbuf_symbol
*) (ssymbuf
+ shndx_count
+ 1);
8072 ssymbuf
->ssym
= NULL
;
8073 ssymbuf
->count
= shndx_count
;
8074 ssymbuf
->st_shndx
= 0;
8075 for (ssymhead
= ssymbuf
, ind
= indbuf
; ind
< indbufend
; ssym
++, ind
++)
8077 if (ind
== indbuf
|| ssymhead
->st_shndx
!= (*ind
)->st_shndx
)
8080 ssymhead
->ssym
= ssym
;
8081 ssymhead
->count
= 0;
8082 ssymhead
->st_shndx
= (*ind
)->st_shndx
;
8084 ssym
->st_name
= (*ind
)->st_name
;
8085 ssym
->st_info
= (*ind
)->st_info
;
8086 ssym
->st_other
= (*ind
)->st_other
;
8089 BFD_ASSERT ((size_t) (ssymhead
- ssymbuf
) == shndx_count
8090 && (((bfd_hostptr_t
) ssym
- (bfd_hostptr_t
) ssymbuf
)
8097 /* Check if 2 sections define the same set of local and global
8101 bfd_elf_match_symbols_in_sections (asection
*sec1
, asection
*sec2
,
8102 struct bfd_link_info
*info
)
8105 const struct elf_backend_data
*bed1
, *bed2
;
8106 Elf_Internal_Shdr
*hdr1
, *hdr2
;
8107 size_t symcount1
, symcount2
;
8108 Elf_Internal_Sym
*isymbuf1
, *isymbuf2
;
8109 struct elf_symbuf_head
*ssymbuf1
, *ssymbuf2
;
8110 Elf_Internal_Sym
*isym
, *isymend
;
8111 struct elf_symbol
*symtable1
= NULL
, *symtable2
= NULL
;
8112 size_t count1
, count2
, i
;
8113 unsigned int shndx1
, shndx2
;
8119 /* Both sections have to be in ELF. */
8120 if (bfd_get_flavour (bfd1
) != bfd_target_elf_flavour
8121 || bfd_get_flavour (bfd2
) != bfd_target_elf_flavour
)
8124 if (elf_section_type (sec1
) != elf_section_type (sec2
))
8127 shndx1
= _bfd_elf_section_from_bfd_section (bfd1
, sec1
);
8128 shndx2
= _bfd_elf_section_from_bfd_section (bfd2
, sec2
);
8129 if (shndx1
== SHN_BAD
|| shndx2
== SHN_BAD
)
8132 bed1
= get_elf_backend_data (bfd1
);
8133 bed2
= get_elf_backend_data (bfd2
);
8134 hdr1
= &elf_tdata (bfd1
)->symtab_hdr
;
8135 symcount1
= hdr1
->sh_size
/ bed1
->s
->sizeof_sym
;
8136 hdr2
= &elf_tdata (bfd2
)->symtab_hdr
;
8137 symcount2
= hdr2
->sh_size
/ bed2
->s
->sizeof_sym
;
8139 if (symcount1
== 0 || symcount2
== 0)
8145 ssymbuf1
= (struct elf_symbuf_head
*) elf_tdata (bfd1
)->symbuf
;
8146 ssymbuf2
= (struct elf_symbuf_head
*) elf_tdata (bfd2
)->symbuf
;
8148 if (ssymbuf1
== NULL
)
8150 isymbuf1
= bfd_elf_get_elf_syms (bfd1
, hdr1
, symcount1
, 0,
8152 if (isymbuf1
== NULL
)
8155 if (!info
->reduce_memory_overheads
)
8157 ssymbuf1
= elf_create_symbuf (symcount1
, isymbuf1
);
8158 elf_tdata (bfd1
)->symbuf
= ssymbuf1
;
8162 if (ssymbuf1
== NULL
|| ssymbuf2
== NULL
)
8164 isymbuf2
= bfd_elf_get_elf_syms (bfd2
, hdr2
, symcount2
, 0,
8166 if (isymbuf2
== NULL
)
8169 if (ssymbuf1
!= NULL
&& !info
->reduce_memory_overheads
)
8171 ssymbuf2
= elf_create_symbuf (symcount2
, isymbuf2
);
8172 elf_tdata (bfd2
)->symbuf
= ssymbuf2
;
8176 if (ssymbuf1
!= NULL
&& ssymbuf2
!= NULL
)
8178 /* Optimized faster version. */
8180 struct elf_symbol
*symp
;
8181 struct elf_symbuf_symbol
*ssym
, *ssymend
;
8184 hi
= ssymbuf1
->count
;
8189 mid
= (lo
+ hi
) / 2;
8190 if (shndx1
< ssymbuf1
[mid
].st_shndx
)
8192 else if (shndx1
> ssymbuf1
[mid
].st_shndx
)
8196 count1
= ssymbuf1
[mid
].count
;
8203 hi
= ssymbuf2
->count
;
8208 mid
= (lo
+ hi
) / 2;
8209 if (shndx2
< ssymbuf2
[mid
].st_shndx
)
8211 else if (shndx2
> ssymbuf2
[mid
].st_shndx
)
8215 count2
= ssymbuf2
[mid
].count
;
8221 if (count1
== 0 || count2
== 0 || count1
!= count2
)
8225 = (struct elf_symbol
*) bfd_malloc (count1
* sizeof (*symtable1
));
8227 = (struct elf_symbol
*) bfd_malloc (count2
* sizeof (*symtable2
));
8228 if (symtable1
== NULL
|| symtable2
== NULL
)
8232 for (ssym
= ssymbuf1
->ssym
, ssymend
= ssym
+ count1
;
8233 ssym
< ssymend
; ssym
++, symp
++)
8235 symp
->u
.ssym
= ssym
;
8236 symp
->name
= bfd_elf_string_from_elf_section (bfd1
,
8242 for (ssym
= ssymbuf2
->ssym
, ssymend
= ssym
+ count2
;
8243 ssym
< ssymend
; ssym
++, symp
++)
8245 symp
->u
.ssym
= ssym
;
8246 symp
->name
= bfd_elf_string_from_elf_section (bfd2
,
8251 /* Sort symbol by name. */
8252 qsort (symtable1
, count1
, sizeof (struct elf_symbol
),
8253 elf_sym_name_compare
);
8254 qsort (symtable2
, count1
, sizeof (struct elf_symbol
),
8255 elf_sym_name_compare
);
8257 for (i
= 0; i
< count1
; i
++)
8258 /* Two symbols must have the same binding, type and name. */
8259 if (symtable1
[i
].u
.ssym
->st_info
!= symtable2
[i
].u
.ssym
->st_info
8260 || symtable1
[i
].u
.ssym
->st_other
!= symtable2
[i
].u
.ssym
->st_other
8261 || strcmp (symtable1
[i
].name
, symtable2
[i
].name
) != 0)
8268 symtable1
= (struct elf_symbol
*)
8269 bfd_malloc (symcount1
* sizeof (struct elf_symbol
));
8270 symtable2
= (struct elf_symbol
*)
8271 bfd_malloc (symcount2
* sizeof (struct elf_symbol
));
8272 if (symtable1
== NULL
|| symtable2
== NULL
)
8275 /* Count definitions in the section. */
8277 for (isym
= isymbuf1
, isymend
= isym
+ symcount1
; isym
< isymend
; isym
++)
8278 if (isym
->st_shndx
== shndx1
)
8279 symtable1
[count1
++].u
.isym
= isym
;
8282 for (isym
= isymbuf2
, isymend
= isym
+ symcount2
; isym
< isymend
; isym
++)
8283 if (isym
->st_shndx
== shndx2
)
8284 symtable2
[count2
++].u
.isym
= isym
;
8286 if (count1
== 0 || count2
== 0 || count1
!= count2
)
8289 for (i
= 0; i
< count1
; i
++)
8291 = bfd_elf_string_from_elf_section (bfd1
, hdr1
->sh_link
,
8292 symtable1
[i
].u
.isym
->st_name
);
8294 for (i
= 0; i
< count2
; i
++)
8296 = bfd_elf_string_from_elf_section (bfd2
, hdr2
->sh_link
,
8297 symtable2
[i
].u
.isym
->st_name
);
8299 /* Sort symbol by name. */
8300 qsort (symtable1
, count1
, sizeof (struct elf_symbol
),
8301 elf_sym_name_compare
);
8302 qsort (symtable2
, count1
, sizeof (struct elf_symbol
),
8303 elf_sym_name_compare
);
8305 for (i
= 0; i
< count1
; i
++)
8306 /* Two symbols must have the same binding, type and name. */
8307 if (symtable1
[i
].u
.isym
->st_info
!= symtable2
[i
].u
.isym
->st_info
8308 || symtable1
[i
].u
.isym
->st_other
!= symtable2
[i
].u
.isym
->st_other
8309 || strcmp (symtable1
[i
].name
, symtable2
[i
].name
) != 0)
8327 /* Return TRUE if 2 section types are compatible. */
8330 _bfd_elf_match_sections_by_type (bfd
*abfd
, const asection
*asec
,
8331 bfd
*bbfd
, const asection
*bsec
)
8335 || abfd
->xvec
->flavour
!= bfd_target_elf_flavour
8336 || bbfd
->xvec
->flavour
!= bfd_target_elf_flavour
)
8339 return elf_section_type (asec
) == elf_section_type (bsec
);
8342 /* Final phase of ELF linker. */
8344 /* A structure we use to avoid passing large numbers of arguments. */
8346 struct elf_final_link_info
8348 /* General link information. */
8349 struct bfd_link_info
*info
;
8352 /* Symbol string table. */
8353 struct elf_strtab_hash
*symstrtab
;
8354 /* .hash section. */
8356 /* symbol version section (.gnu.version). */
8357 asection
*symver_sec
;
8358 /* Buffer large enough to hold contents of any section. */
8360 /* Buffer large enough to hold external relocs of any section. */
8361 void *external_relocs
;
8362 /* Buffer large enough to hold internal relocs of any section. */
8363 Elf_Internal_Rela
*internal_relocs
;
8364 /* Buffer large enough to hold external local symbols of any input
8366 bfd_byte
*external_syms
;
8367 /* And a buffer for symbol section indices. */
8368 Elf_External_Sym_Shndx
*locsym_shndx
;
8369 /* Buffer large enough to hold internal local symbols of any input
8371 Elf_Internal_Sym
*internal_syms
;
8372 /* Array large enough to hold a symbol index for each local symbol
8373 of any input BFD. */
8375 /* Array large enough to hold a section pointer for each local
8376 symbol of any input BFD. */
8377 asection
**sections
;
8378 /* Buffer for SHT_SYMTAB_SHNDX section. */
8379 Elf_External_Sym_Shndx
*symshndxbuf
;
8380 /* Number of STT_FILE syms seen. */
8381 size_t filesym_count
;
8384 /* This struct is used to pass information to elf_link_output_extsym. */
8386 struct elf_outext_info
8389 bfd_boolean localsyms
;
8390 bfd_boolean file_sym_done
;
8391 struct elf_final_link_info
*flinfo
;
8395 /* Support for evaluating a complex relocation.
8397 Complex relocations are generalized, self-describing relocations. The
8398 implementation of them consists of two parts: complex symbols, and the
8399 relocations themselves.
8401 The relocations are use a reserved elf-wide relocation type code (R_RELC
8402 external / BFD_RELOC_RELC internal) and an encoding of relocation field
8403 information (start bit, end bit, word width, etc) into the addend. This
8404 information is extracted from CGEN-generated operand tables within gas.
8406 Complex symbols are mangled symbols (BSF_RELC external / STT_RELC
8407 internal) representing prefix-notation expressions, including but not
8408 limited to those sorts of expressions normally encoded as addends in the
8409 addend field. The symbol mangling format is:
8412 | <unary-operator> ':' <node>
8413 | <binary-operator> ':' <node> ':' <node>
8416 <literal> := 's' <digits=N> ':' <N character symbol name>
8417 | 'S' <digits=N> ':' <N character section name>
8421 <binary-operator> := as in C
8422 <unary-operator> := as in C, plus "0-" for unambiguous negation. */
8425 set_symbol_value (bfd
*bfd_with_globals
,
8426 Elf_Internal_Sym
*isymbuf
,
8431 struct elf_link_hash_entry
**sym_hashes
;
8432 struct elf_link_hash_entry
*h
;
8433 size_t extsymoff
= locsymcount
;
8435 if (symidx
< locsymcount
)
8437 Elf_Internal_Sym
*sym
;
8439 sym
= isymbuf
+ symidx
;
8440 if (ELF_ST_BIND (sym
->st_info
) == STB_LOCAL
)
8442 /* It is a local symbol: move it to the
8443 "absolute" section and give it a value. */
8444 sym
->st_shndx
= SHN_ABS
;
8445 sym
->st_value
= val
;
8448 BFD_ASSERT (elf_bad_symtab (bfd_with_globals
));
8452 /* It is a global symbol: set its link type
8453 to "defined" and give it a value. */
8455 sym_hashes
= elf_sym_hashes (bfd_with_globals
);
8456 h
= sym_hashes
[symidx
- extsymoff
];
8457 while (h
->root
.type
== bfd_link_hash_indirect
8458 || h
->root
.type
== bfd_link_hash_warning
)
8459 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
8460 h
->root
.type
= bfd_link_hash_defined
;
8461 h
->root
.u
.def
.value
= val
;
8462 h
->root
.u
.def
.section
= bfd_abs_section_ptr
;
8466 resolve_symbol (const char *name
,
8468 struct elf_final_link_info
*flinfo
,
8470 Elf_Internal_Sym
*isymbuf
,
8473 Elf_Internal_Sym
*sym
;
8474 struct bfd_link_hash_entry
*global_entry
;
8475 const char *candidate
= NULL
;
8476 Elf_Internal_Shdr
*symtab_hdr
;
8479 symtab_hdr
= & elf_tdata (input_bfd
)->symtab_hdr
;
8481 for (i
= 0; i
< locsymcount
; ++ i
)
8485 if (ELF_ST_BIND (sym
->st_info
) != STB_LOCAL
)
8488 candidate
= bfd_elf_string_from_elf_section (input_bfd
,
8489 symtab_hdr
->sh_link
,
8492 printf ("Comparing string: '%s' vs. '%s' = 0x%lx\n",
8493 name
, candidate
, (unsigned long) sym
->st_value
);
8495 if (candidate
&& strcmp (candidate
, name
) == 0)
8497 asection
*sec
= flinfo
->sections
[i
];
8499 *result
= _bfd_elf_rel_local_sym (input_bfd
, sym
, &sec
, 0);
8500 *result
+= sec
->output_offset
+ sec
->output_section
->vma
;
8502 printf ("Found symbol with value %8.8lx\n",
8503 (unsigned long) *result
);
8509 /* Hmm, haven't found it yet. perhaps it is a global. */
8510 global_entry
= bfd_link_hash_lookup (flinfo
->info
->hash
, name
,
8511 FALSE
, FALSE
, TRUE
);
8515 if (global_entry
->type
== bfd_link_hash_defined
8516 || global_entry
->type
== bfd_link_hash_defweak
)
8518 *result
= (global_entry
->u
.def
.value
8519 + global_entry
->u
.def
.section
->output_section
->vma
8520 + global_entry
->u
.def
.section
->output_offset
);
8522 printf ("Found GLOBAL symbol '%s' with value %8.8lx\n",
8523 global_entry
->root
.string
, (unsigned long) *result
);
8531 /* Looks up NAME in SECTIONS. If found sets RESULT to NAME's address (in
8532 bytes) and returns TRUE, otherwise returns FALSE. Accepts pseudo-section
8533 names like "foo.end" which is the end address of section "foo". */
8536 resolve_section (const char *name
,
8544 for (curr
= sections
; curr
; curr
= curr
->next
)
8545 if (strcmp (curr
->name
, name
) == 0)
8547 *result
= curr
->vma
;
8551 /* Hmm. still haven't found it. try pseudo-section names. */
8552 /* FIXME: This could be coded more efficiently... */
8553 for (curr
= sections
; curr
; curr
= curr
->next
)
8555 len
= strlen (curr
->name
);
8556 if (len
> strlen (name
))
8559 if (strncmp (curr
->name
, name
, len
) == 0)
8561 if (strncmp (".end", name
+ len
, 4) == 0)
8563 *result
= (curr
->vma
8564 + curr
->size
/ bfd_octets_per_byte (abfd
, curr
));
8568 /* Insert more pseudo-section names here, if you like. */
8576 undefined_reference (const char *reftype
, const char *name
)
8578 /* xgettext:c-format */
8579 _bfd_error_handler (_("undefined %s reference in complex symbol: %s"),
8584 eval_symbol (bfd_vma
*result
,
8587 struct elf_final_link_info
*flinfo
,
8589 Elf_Internal_Sym
*isymbuf
,
8598 const char *sym
= *symp
;
8600 bfd_boolean symbol_is_section
= FALSE
;
8605 if (len
< 1 || len
> sizeof (symbuf
))
8607 bfd_set_error (bfd_error_invalid_operation
);
8620 *result
= strtoul (sym
, (char **) symp
, 16);
8624 symbol_is_section
= TRUE
;
8628 symlen
= strtol (sym
, (char **) symp
, 10);
8629 sym
= *symp
+ 1; /* Skip the trailing ':'. */
8631 if (symend
< sym
|| symlen
+ 1 > sizeof (symbuf
))
8633 bfd_set_error (bfd_error_invalid_operation
);
8637 memcpy (symbuf
, sym
, symlen
);
8638 symbuf
[symlen
] = '\0';
8639 *symp
= sym
+ symlen
;
8641 /* Is it always possible, with complex symbols, that gas "mis-guessed"
8642 the symbol as a section, or vice-versa. so we're pretty liberal in our
8643 interpretation here; section means "try section first", not "must be a
8644 section", and likewise with symbol. */
8646 if (symbol_is_section
)
8648 if (!resolve_section (symbuf
, flinfo
->output_bfd
->sections
, result
, input_bfd
)
8649 && !resolve_symbol (symbuf
, input_bfd
, flinfo
, result
,
8650 isymbuf
, locsymcount
))
8652 undefined_reference ("section", symbuf
);
8658 if (!resolve_symbol (symbuf
, input_bfd
, flinfo
, result
,
8659 isymbuf
, locsymcount
)
8660 && !resolve_section (symbuf
, flinfo
->output_bfd
->sections
,
8663 undefined_reference ("symbol", symbuf
);
8670 /* All that remains are operators. */
8672 #define UNARY_OP(op) \
8673 if (strncmp (sym, #op, strlen (#op)) == 0) \
8675 sym += strlen (#op); \
8679 if (!eval_symbol (&a, symp, input_bfd, flinfo, dot, \
8680 isymbuf, locsymcount, signed_p)) \
8683 *result = op ((bfd_signed_vma) a); \
8689 #define BINARY_OP(op) \
8690 if (strncmp (sym, #op, strlen (#op)) == 0) \
8692 sym += strlen (#op); \
8696 if (!eval_symbol (&a, symp, input_bfd, flinfo, dot, \
8697 isymbuf, locsymcount, signed_p)) \
8700 if (!eval_symbol (&b, symp, input_bfd, flinfo, dot, \
8701 isymbuf, locsymcount, signed_p)) \
8704 *result = ((bfd_signed_vma) a) op ((bfd_signed_vma) b); \
8734 _bfd_error_handler (_("unknown operator '%c' in complex symbol"), * sym
);
8735 bfd_set_error (bfd_error_invalid_operation
);
8741 put_value (bfd_vma size
,
8742 unsigned long chunksz
,
8747 location
+= (size
- chunksz
);
8749 for (; size
; size
-= chunksz
, location
-= chunksz
)
8754 bfd_put_8 (input_bfd
, x
, location
);
8758 bfd_put_16 (input_bfd
, x
, location
);
8762 bfd_put_32 (input_bfd
, x
, location
);
8763 /* Computed this way because x >>= 32 is undefined if x is a 32-bit value. */
8769 bfd_put_64 (input_bfd
, x
, location
);
8770 /* Computed this way because x >>= 64 is undefined if x is a 64-bit value. */
8783 get_value (bfd_vma size
,
8784 unsigned long chunksz
,
8791 /* Sanity checks. */
8792 BFD_ASSERT (chunksz
<= sizeof (x
)
8795 && (size
% chunksz
) == 0
8796 && input_bfd
!= NULL
8797 && location
!= NULL
);
8799 if (chunksz
== sizeof (x
))
8801 BFD_ASSERT (size
== chunksz
);
8803 /* Make sure that we do not perform an undefined shift operation.
8804 We know that size == chunksz so there will only be one iteration
8805 of the loop below. */
8809 shift
= 8 * chunksz
;
8811 for (; size
; size
-= chunksz
, location
+= chunksz
)
8816 x
= (x
<< shift
) | bfd_get_8 (input_bfd
, location
);
8819 x
= (x
<< shift
) | bfd_get_16 (input_bfd
, location
);
8822 x
= (x
<< shift
) | bfd_get_32 (input_bfd
, location
);
8826 x
= (x
<< shift
) | bfd_get_64 (input_bfd
, location
);
8837 decode_complex_addend (unsigned long *start
, /* in bits */
8838 unsigned long *oplen
, /* in bits */
8839 unsigned long *len
, /* in bits */
8840 unsigned long *wordsz
, /* in bytes */
8841 unsigned long *chunksz
, /* in bytes */
8842 unsigned long *lsb0_p
,
8843 unsigned long *signed_p
,
8844 unsigned long *trunc_p
,
8845 unsigned long encoded
)
8847 * start
= encoded
& 0x3F;
8848 * len
= (encoded
>> 6) & 0x3F;
8849 * oplen
= (encoded
>> 12) & 0x3F;
8850 * wordsz
= (encoded
>> 18) & 0xF;
8851 * chunksz
= (encoded
>> 22) & 0xF;
8852 * lsb0_p
= (encoded
>> 27) & 1;
8853 * signed_p
= (encoded
>> 28) & 1;
8854 * trunc_p
= (encoded
>> 29) & 1;
8857 bfd_reloc_status_type
8858 bfd_elf_perform_complex_relocation (bfd
*input_bfd
,
8859 asection
*input_section
,
8861 Elf_Internal_Rela
*rel
,
8864 bfd_vma shift
, x
, mask
;
8865 unsigned long start
, oplen
, len
, wordsz
, chunksz
, lsb0_p
, signed_p
, trunc_p
;
8866 bfd_reloc_status_type r
;
8867 bfd_size_type octets
;
8869 /* Perform this reloc, since it is complex.
8870 (this is not to say that it necessarily refers to a complex
8871 symbol; merely that it is a self-describing CGEN based reloc.
8872 i.e. the addend has the complete reloc information (bit start, end,
8873 word size, etc) encoded within it.). */
8875 decode_complex_addend (&start
, &oplen
, &len
, &wordsz
,
8876 &chunksz
, &lsb0_p
, &signed_p
,
8877 &trunc_p
, rel
->r_addend
);
8879 mask
= (((1L << (len
- 1)) - 1) << 1) | 1;
8882 shift
= (start
+ 1) - len
;
8884 shift
= (8 * wordsz
) - (start
+ len
);
8886 octets
= rel
->r_offset
* bfd_octets_per_byte (input_bfd
, input_section
);
8887 x
= get_value (wordsz
, chunksz
, input_bfd
, contents
+ octets
);
8890 printf ("Doing complex reloc: "
8891 "lsb0? %ld, signed? %ld, trunc? %ld, wordsz %ld, "
8892 "chunksz %ld, start %ld, len %ld, oplen %ld\n"
8893 " dest: %8.8lx, mask: %8.8lx, reloc: %8.8lx\n",
8894 lsb0_p
, signed_p
, trunc_p
, wordsz
, chunksz
, start
, len
,
8895 oplen
, (unsigned long) x
, (unsigned long) mask
,
8896 (unsigned long) relocation
);
8901 /* Now do an overflow check. */
8902 r
= bfd_check_overflow ((signed_p
8903 ? complain_overflow_signed
8904 : complain_overflow_unsigned
),
8905 len
, 0, (8 * wordsz
),
8909 x
= (x
& ~(mask
<< shift
)) | ((relocation
& mask
) << shift
);
8912 printf (" relocation: %8.8lx\n"
8913 " shifted mask: %8.8lx\n"
8914 " shifted/masked reloc: %8.8lx\n"
8915 " result: %8.8lx\n",
8916 (unsigned long) relocation
, (unsigned long) (mask
<< shift
),
8917 (unsigned long) ((relocation
& mask
) << shift
), (unsigned long) x
);
8919 put_value (wordsz
, chunksz
, input_bfd
, x
, contents
+ octets
);
8923 /* Functions to read r_offset from external (target order) reloc
8924 entry. Faster than bfd_getl32 et al, because we let the compiler
8925 know the value is aligned. */
8928 ext32l_r_offset (const void *p
)
8935 const union aligned32
*a
8936 = (const union aligned32
*) &((const Elf32_External_Rel
*) p
)->r_offset
;
8938 uint32_t aval
= ( (uint32_t) a
->c
[0]
8939 | (uint32_t) a
->c
[1] << 8
8940 | (uint32_t) a
->c
[2] << 16
8941 | (uint32_t) a
->c
[3] << 24);
8946 ext32b_r_offset (const void *p
)
8953 const union aligned32
*a
8954 = (const union aligned32
*) &((const Elf32_External_Rel
*) p
)->r_offset
;
8956 uint32_t aval
= ( (uint32_t) a
->c
[0] << 24
8957 | (uint32_t) a
->c
[1] << 16
8958 | (uint32_t) a
->c
[2] << 8
8959 | (uint32_t) a
->c
[3]);
8963 #ifdef BFD_HOST_64_BIT
8965 ext64l_r_offset (const void *p
)
8972 const union aligned64
*a
8973 = (const union aligned64
*) &((const Elf64_External_Rel
*) p
)->r_offset
;
8975 uint64_t aval
= ( (uint64_t) a
->c
[0]
8976 | (uint64_t) a
->c
[1] << 8
8977 | (uint64_t) a
->c
[2] << 16
8978 | (uint64_t) a
->c
[3] << 24
8979 | (uint64_t) a
->c
[4] << 32
8980 | (uint64_t) a
->c
[5] << 40
8981 | (uint64_t) a
->c
[6] << 48
8982 | (uint64_t) a
->c
[7] << 56);
8987 ext64b_r_offset (const void *p
)
8994 const union aligned64
*a
8995 = (const union aligned64
*) &((const Elf64_External_Rel
*) p
)->r_offset
;
8997 uint64_t aval
= ( (uint64_t) a
->c
[0] << 56
8998 | (uint64_t) a
->c
[1] << 48
8999 | (uint64_t) a
->c
[2] << 40
9000 | (uint64_t) a
->c
[3] << 32
9001 | (uint64_t) a
->c
[4] << 24
9002 | (uint64_t) a
->c
[5] << 16
9003 | (uint64_t) a
->c
[6] << 8
9004 | (uint64_t) a
->c
[7]);
9009 /* When performing a relocatable link, the input relocations are
9010 preserved. But, if they reference global symbols, the indices
9011 referenced must be updated. Update all the relocations found in
9015 elf_link_adjust_relocs (bfd
*abfd
,
9017 struct bfd_elf_section_reloc_data
*reldata
,
9019 struct bfd_link_info
*info
)
9022 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
9024 void (*swap_in
) (bfd
*, const bfd_byte
*, Elf_Internal_Rela
*);
9025 void (*swap_out
) (bfd
*, const Elf_Internal_Rela
*, bfd_byte
*);
9026 bfd_vma r_type_mask
;
9028 unsigned int count
= reldata
->count
;
9029 struct elf_link_hash_entry
**rel_hash
= reldata
->hashes
;
9031 if (reldata
->hdr
->sh_entsize
== bed
->s
->sizeof_rel
)
9033 swap_in
= bed
->s
->swap_reloc_in
;
9034 swap_out
= bed
->s
->swap_reloc_out
;
9036 else if (reldata
->hdr
->sh_entsize
== bed
->s
->sizeof_rela
)
9038 swap_in
= bed
->s
->swap_reloca_in
;
9039 swap_out
= bed
->s
->swap_reloca_out
;
9044 if (bed
->s
->int_rels_per_ext_rel
> MAX_INT_RELS_PER_EXT_REL
)
9047 if (bed
->s
->arch_size
== 32)
9054 r_type_mask
= 0xffffffff;
9058 erela
= reldata
->hdr
->contents
;
9059 for (i
= 0; i
< count
; i
++, rel_hash
++, erela
+= reldata
->hdr
->sh_entsize
)
9061 Elf_Internal_Rela irela
[MAX_INT_RELS_PER_EXT_REL
];
9064 if (*rel_hash
== NULL
)
9067 if ((*rel_hash
)->indx
== -2
9068 && info
->gc_sections
9069 && ! info
->gc_keep_exported
)
9071 /* PR 21524: Let the user know if a symbol was removed by garbage collection. */
9072 _bfd_error_handler (_("%pB:%pA: error: relocation references symbol %s which was removed by garbage collection"),
9074 (*rel_hash
)->root
.root
.string
);
9075 _bfd_error_handler (_("%pB:%pA: error: try relinking with --gc-keep-exported enabled"),
9077 bfd_set_error (bfd_error_invalid_operation
);
9080 BFD_ASSERT ((*rel_hash
)->indx
>= 0);
9082 (*swap_in
) (abfd
, erela
, irela
);
9083 for (j
= 0; j
< bed
->s
->int_rels_per_ext_rel
; j
++)
9084 irela
[j
].r_info
= ((bfd_vma
) (*rel_hash
)->indx
<< r_sym_shift
9085 | (irela
[j
].r_info
& r_type_mask
));
9086 (*swap_out
) (abfd
, irela
, erela
);
9089 if (bed
->elf_backend_update_relocs
)
9090 (*bed
->elf_backend_update_relocs
) (sec
, reldata
);
9092 if (sort
&& count
!= 0)
9094 bfd_vma (*ext_r_off
) (const void *);
9097 bfd_byte
*base
, *end
, *p
, *loc
;
9098 bfd_byte
*buf
= NULL
;
9100 if (bed
->s
->arch_size
== 32)
9102 if (abfd
->xvec
->header_byteorder
== BFD_ENDIAN_LITTLE
)
9103 ext_r_off
= ext32l_r_offset
;
9104 else if (abfd
->xvec
->header_byteorder
== BFD_ENDIAN_BIG
)
9105 ext_r_off
= ext32b_r_offset
;
9111 #ifdef BFD_HOST_64_BIT
9112 if (abfd
->xvec
->header_byteorder
== BFD_ENDIAN_LITTLE
)
9113 ext_r_off
= ext64l_r_offset
;
9114 else if (abfd
->xvec
->header_byteorder
== BFD_ENDIAN_BIG
)
9115 ext_r_off
= ext64b_r_offset
;
9121 /* Must use a stable sort here. A modified insertion sort,
9122 since the relocs are mostly sorted already. */
9123 elt_size
= reldata
->hdr
->sh_entsize
;
9124 base
= reldata
->hdr
->contents
;
9125 end
= base
+ count
* elt_size
;
9126 if (elt_size
> sizeof (Elf64_External_Rela
))
9129 /* Ensure the first element is lowest. This acts as a sentinel,
9130 speeding the main loop below. */
9131 r_off
= (*ext_r_off
) (base
);
9132 for (p
= loc
= base
; (p
+= elt_size
) < end
; )
9134 bfd_vma r_off2
= (*ext_r_off
) (p
);
9143 /* Don't just swap *base and *loc as that changes the order
9144 of the original base[0] and base[1] if they happen to
9145 have the same r_offset. */
9146 bfd_byte onebuf
[sizeof (Elf64_External_Rela
)];
9147 memcpy (onebuf
, loc
, elt_size
);
9148 memmove (base
+ elt_size
, base
, loc
- base
);
9149 memcpy (base
, onebuf
, elt_size
);
9152 for (p
= base
+ elt_size
; (p
+= elt_size
) < end
; )
9154 /* base to p is sorted, *p is next to insert. */
9155 r_off
= (*ext_r_off
) (p
);
9156 /* Search the sorted region for location to insert. */
9158 while (r_off
< (*ext_r_off
) (loc
))
9163 /* Chances are there is a run of relocs to insert here,
9164 from one of more input files. Files are not always
9165 linked in order due to the way elf_link_input_bfd is
9166 called. See pr17666. */
9167 size_t sortlen
= p
- loc
;
9168 bfd_vma r_off2
= (*ext_r_off
) (loc
);
9169 size_t runlen
= elt_size
;
9170 size_t buf_size
= 96 * 1024;
9171 while (p
+ runlen
< end
9172 && (sortlen
<= buf_size
9173 || runlen
+ elt_size
<= buf_size
)
9174 && r_off2
> (*ext_r_off
) (p
+ runlen
))
9178 buf
= bfd_malloc (buf_size
);
9182 if (runlen
< sortlen
)
9184 memcpy (buf
, p
, runlen
);
9185 memmove (loc
+ runlen
, loc
, sortlen
);
9186 memcpy (loc
, buf
, runlen
);
9190 memcpy (buf
, loc
, sortlen
);
9191 memmove (loc
, p
, runlen
);
9192 memcpy (loc
+ runlen
, buf
, sortlen
);
9194 p
+= runlen
- elt_size
;
9197 /* Hashes are no longer valid. */
9198 free (reldata
->hashes
);
9199 reldata
->hashes
= NULL
;
9205 struct elf_link_sort_rela
9211 enum elf_reloc_type_class type
;
9212 /* We use this as an array of size int_rels_per_ext_rel. */
9213 Elf_Internal_Rela rela
[1];
9216 /* qsort stability here and for cmp2 is only an issue if multiple
9217 dynamic relocations are emitted at the same address. But targets
9218 that apply a series of dynamic relocations each operating on the
9219 result of the prior relocation can't use -z combreloc as
9220 implemented anyway. Such schemes tend to be broken by sorting on
9221 symbol index. That leaves dynamic NONE relocs as the only other
9222 case where ld might emit multiple relocs at the same address, and
9223 those are only emitted due to target bugs. */
9226 elf_link_sort_cmp1 (const void *A
, const void *B
)
9228 const struct elf_link_sort_rela
*a
= (const struct elf_link_sort_rela
*) A
;
9229 const struct elf_link_sort_rela
*b
= (const struct elf_link_sort_rela
*) B
;
9230 int relativea
, relativeb
;
9232 relativea
= a
->type
== reloc_class_relative
;
9233 relativeb
= b
->type
== reloc_class_relative
;
9235 if (relativea
< relativeb
)
9237 if (relativea
> relativeb
)
9239 if ((a
->rela
->r_info
& a
->u
.sym_mask
) < (b
->rela
->r_info
& b
->u
.sym_mask
))
9241 if ((a
->rela
->r_info
& a
->u
.sym_mask
) > (b
->rela
->r_info
& b
->u
.sym_mask
))
9243 if (a
->rela
->r_offset
< b
->rela
->r_offset
)
9245 if (a
->rela
->r_offset
> b
->rela
->r_offset
)
9251 elf_link_sort_cmp2 (const void *A
, const void *B
)
9253 const struct elf_link_sort_rela
*a
= (const struct elf_link_sort_rela
*) A
;
9254 const struct elf_link_sort_rela
*b
= (const struct elf_link_sort_rela
*) B
;
9256 if (a
->type
< b
->type
)
9258 if (a
->type
> b
->type
)
9260 if (a
->u
.offset
< b
->u
.offset
)
9262 if (a
->u
.offset
> b
->u
.offset
)
9264 if (a
->rela
->r_offset
< b
->rela
->r_offset
)
9266 if (a
->rela
->r_offset
> b
->rela
->r_offset
)
9272 elf_link_sort_relocs (bfd
*abfd
, struct bfd_link_info
*info
, asection
**psec
)
9274 asection
*dynamic_relocs
;
9277 bfd_size_type count
, size
;
9278 size_t i
, ret
, sort_elt
, ext_size
;
9279 bfd_byte
*sort
, *s_non_relative
, *p
;
9280 struct elf_link_sort_rela
*sq
;
9281 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
9282 int i2e
= bed
->s
->int_rels_per_ext_rel
;
9283 unsigned int opb
= bfd_octets_per_byte (abfd
, NULL
);
9284 void (*swap_in
) (bfd
*, const bfd_byte
*, Elf_Internal_Rela
*);
9285 void (*swap_out
) (bfd
*, const Elf_Internal_Rela
*, bfd_byte
*);
9286 struct bfd_link_order
*lo
;
9288 bfd_boolean use_rela
;
9290 /* Find a dynamic reloc section. */
9291 rela_dyn
= bfd_get_section_by_name (abfd
, ".rela.dyn");
9292 rel_dyn
= bfd_get_section_by_name (abfd
, ".rel.dyn");
9293 if (rela_dyn
!= NULL
&& rela_dyn
->size
> 0
9294 && rel_dyn
!= NULL
&& rel_dyn
->size
> 0)
9296 bfd_boolean use_rela_initialised
= FALSE
;
9298 /* This is just here to stop gcc from complaining.
9299 Its initialization checking code is not perfect. */
9302 /* Both sections are present. Examine the sizes
9303 of the indirect sections to help us choose. */
9304 for (lo
= rela_dyn
->map_head
.link_order
; lo
!= NULL
; lo
= lo
->next
)
9305 if (lo
->type
== bfd_indirect_link_order
)
9307 asection
*o
= lo
->u
.indirect
.section
;
9309 if ((o
->size
% bed
->s
->sizeof_rela
) == 0)
9311 if ((o
->size
% bed
->s
->sizeof_rel
) == 0)
9312 /* Section size is divisible by both rel and rela sizes.
9313 It is of no help to us. */
9317 /* Section size is only divisible by rela. */
9318 if (use_rela_initialised
&& !use_rela
)
9320 _bfd_error_handler (_("%pB: unable to sort relocs - "
9321 "they are in more than one size"),
9323 bfd_set_error (bfd_error_invalid_operation
);
9329 use_rela_initialised
= TRUE
;
9333 else if ((o
->size
% bed
->s
->sizeof_rel
) == 0)
9335 /* Section size is only divisible by rel. */
9336 if (use_rela_initialised
&& use_rela
)
9338 _bfd_error_handler (_("%pB: unable to sort relocs - "
9339 "they are in more than one size"),
9341 bfd_set_error (bfd_error_invalid_operation
);
9347 use_rela_initialised
= TRUE
;
9352 /* The section size is not divisible by either -
9353 something is wrong. */
9354 _bfd_error_handler (_("%pB: unable to sort relocs - "
9355 "they are of an unknown size"), abfd
);
9356 bfd_set_error (bfd_error_invalid_operation
);
9361 for (lo
= rel_dyn
->map_head
.link_order
; lo
!= NULL
; lo
= lo
->next
)
9362 if (lo
->type
== bfd_indirect_link_order
)
9364 asection
*o
= lo
->u
.indirect
.section
;
9366 if ((o
->size
% bed
->s
->sizeof_rela
) == 0)
9368 if ((o
->size
% bed
->s
->sizeof_rel
) == 0)
9369 /* Section size is divisible by both rel and rela sizes.
9370 It is of no help to us. */
9374 /* Section size is only divisible by rela. */
9375 if (use_rela_initialised
&& !use_rela
)
9377 _bfd_error_handler (_("%pB: unable to sort relocs - "
9378 "they are in more than one size"),
9380 bfd_set_error (bfd_error_invalid_operation
);
9386 use_rela_initialised
= TRUE
;
9390 else if ((o
->size
% bed
->s
->sizeof_rel
) == 0)
9392 /* Section size is only divisible by rel. */
9393 if (use_rela_initialised
&& use_rela
)
9395 _bfd_error_handler (_("%pB: unable to sort relocs - "
9396 "they are in more than one size"),
9398 bfd_set_error (bfd_error_invalid_operation
);
9404 use_rela_initialised
= TRUE
;
9409 /* The section size is not divisible by either -
9410 something is wrong. */
9411 _bfd_error_handler (_("%pB: unable to sort relocs - "
9412 "they are of an unknown size"), abfd
);
9413 bfd_set_error (bfd_error_invalid_operation
);
9418 if (! use_rela_initialised
)
9422 else if (rela_dyn
!= NULL
&& rela_dyn
->size
> 0)
9424 else if (rel_dyn
!= NULL
&& rel_dyn
->size
> 0)
9431 dynamic_relocs
= rela_dyn
;
9432 ext_size
= bed
->s
->sizeof_rela
;
9433 swap_in
= bed
->s
->swap_reloca_in
;
9434 swap_out
= bed
->s
->swap_reloca_out
;
9438 dynamic_relocs
= rel_dyn
;
9439 ext_size
= bed
->s
->sizeof_rel
;
9440 swap_in
= bed
->s
->swap_reloc_in
;
9441 swap_out
= bed
->s
->swap_reloc_out
;
9445 for (lo
= dynamic_relocs
->map_head
.link_order
; lo
!= NULL
; lo
= lo
->next
)
9446 if (lo
->type
== bfd_indirect_link_order
)
9447 size
+= lo
->u
.indirect
.section
->size
;
9449 if (size
!= dynamic_relocs
->size
)
9452 sort_elt
= (sizeof (struct elf_link_sort_rela
)
9453 + (i2e
- 1) * sizeof (Elf_Internal_Rela
));
9455 count
= dynamic_relocs
->size
/ ext_size
;
9458 sort
= (bfd_byte
*) bfd_zmalloc (sort_elt
* count
);
9462 (*info
->callbacks
->warning
)
9463 (info
, _("not enough memory to sort relocations"), 0, abfd
, 0, 0);
9467 if (bed
->s
->arch_size
== 32)
9468 r_sym_mask
= ~(bfd_vma
) 0xff;
9470 r_sym_mask
= ~(bfd_vma
) 0xffffffff;
9472 for (lo
= dynamic_relocs
->map_head
.link_order
; lo
!= NULL
; lo
= lo
->next
)
9473 if (lo
->type
== bfd_indirect_link_order
)
9475 bfd_byte
*erel
, *erelend
;
9476 asection
*o
= lo
->u
.indirect
.section
;
9478 if (o
->contents
== NULL
&& o
->size
!= 0)
9480 /* This is a reloc section that is being handled as a normal
9481 section. See bfd_section_from_shdr. We can't combine
9482 relocs in this case. */
9487 erelend
= o
->contents
+ o
->size
;
9488 p
= sort
+ o
->output_offset
* opb
/ ext_size
* sort_elt
;
9490 while (erel
< erelend
)
9492 struct elf_link_sort_rela
*s
= (struct elf_link_sort_rela
*) p
;
9494 (*swap_in
) (abfd
, erel
, s
->rela
);
9495 s
->type
= (*bed
->elf_backend_reloc_type_class
) (info
, o
, s
->rela
);
9496 s
->u
.sym_mask
= r_sym_mask
;
9502 qsort (sort
, count
, sort_elt
, elf_link_sort_cmp1
);
9504 for (i
= 0, p
= sort
; i
< count
; i
++, p
+= sort_elt
)
9506 struct elf_link_sort_rela
*s
= (struct elf_link_sort_rela
*) p
;
9507 if (s
->type
!= reloc_class_relative
)
9513 sq
= (struct elf_link_sort_rela
*) s_non_relative
;
9514 for (; i
< count
; i
++, p
+= sort_elt
)
9516 struct elf_link_sort_rela
*sp
= (struct elf_link_sort_rela
*) p
;
9517 if (((sp
->rela
->r_info
^ sq
->rela
->r_info
) & r_sym_mask
) != 0)
9519 sp
->u
.offset
= sq
->rela
->r_offset
;
9522 qsort (s_non_relative
, count
- ret
, sort_elt
, elf_link_sort_cmp2
);
9524 struct elf_link_hash_table
*htab
= elf_hash_table (info
);
9525 if (htab
->srelplt
&& htab
->srelplt
->output_section
== dynamic_relocs
)
9527 /* We have plt relocs in .rela.dyn. */
9528 sq
= (struct elf_link_sort_rela
*) sort
;
9529 for (i
= 0; i
< count
; i
++)
9530 if (sq
[count
- i
- 1].type
!= reloc_class_plt
)
9532 if (i
!= 0 && htab
->srelplt
->size
== i
* ext_size
)
9534 struct bfd_link_order
**plo
;
9535 /* Put srelplt link_order last. This is so the output_offset
9536 set in the next loop is correct for DT_JMPREL. */
9537 for (plo
= &dynamic_relocs
->map_head
.link_order
; *plo
!= NULL
; )
9538 if ((*plo
)->type
== bfd_indirect_link_order
9539 && (*plo
)->u
.indirect
.section
== htab
->srelplt
)
9545 plo
= &(*plo
)->next
;
9548 dynamic_relocs
->map_tail
.link_order
= lo
;
9553 for (lo
= dynamic_relocs
->map_head
.link_order
; lo
!= NULL
; lo
= lo
->next
)
9554 if (lo
->type
== bfd_indirect_link_order
)
9556 bfd_byte
*erel
, *erelend
;
9557 asection
*o
= lo
->u
.indirect
.section
;
9560 erelend
= o
->contents
+ o
->size
;
9561 o
->output_offset
= (p
- sort
) / sort_elt
* ext_size
/ opb
;
9562 while (erel
< erelend
)
9564 struct elf_link_sort_rela
*s
= (struct elf_link_sort_rela
*) p
;
9565 (*swap_out
) (abfd
, s
->rela
, erel
);
9572 *psec
= dynamic_relocs
;
9576 /* Add a symbol to the output symbol string table. */
9579 elf_link_output_symstrtab (struct elf_final_link_info
*flinfo
,
9581 Elf_Internal_Sym
*elfsym
,
9582 asection
*input_sec
,
9583 struct elf_link_hash_entry
*h
)
9585 int (*output_symbol_hook
)
9586 (struct bfd_link_info
*, const char *, Elf_Internal_Sym
*, asection
*,
9587 struct elf_link_hash_entry
*);
9588 struct elf_link_hash_table
*hash_table
;
9589 const struct elf_backend_data
*bed
;
9590 bfd_size_type strtabsize
;
9592 BFD_ASSERT (elf_onesymtab (flinfo
->output_bfd
));
9594 bed
= get_elf_backend_data (flinfo
->output_bfd
);
9595 output_symbol_hook
= bed
->elf_backend_link_output_symbol_hook
;
9596 if (output_symbol_hook
!= NULL
)
9598 int ret
= (*output_symbol_hook
) (flinfo
->info
, name
, elfsym
, input_sec
, h
);
9603 if (ELF_ST_TYPE (elfsym
->st_info
) == STT_GNU_IFUNC
)
9604 elf_tdata (flinfo
->output_bfd
)->has_gnu_osabi
|= elf_gnu_osabi_ifunc
;
9605 if (ELF_ST_BIND (elfsym
->st_info
) == STB_GNU_UNIQUE
)
9606 elf_tdata (flinfo
->output_bfd
)->has_gnu_osabi
|= elf_gnu_osabi_unique
;
9610 || (input_sec
->flags
& SEC_EXCLUDE
))
9611 elfsym
->st_name
= (unsigned long) -1;
9614 /* Call _bfd_elf_strtab_offset after _bfd_elf_strtab_finalize
9615 to get the final offset for st_name. */
9617 = (unsigned long) _bfd_elf_strtab_add (flinfo
->symstrtab
,
9619 if (elfsym
->st_name
== (unsigned long) -1)
9623 hash_table
= elf_hash_table (flinfo
->info
);
9624 strtabsize
= hash_table
->strtabsize
;
9625 if (strtabsize
<= hash_table
->strtabcount
)
9627 strtabsize
+= strtabsize
;
9628 hash_table
->strtabsize
= strtabsize
;
9629 strtabsize
*= sizeof (*hash_table
->strtab
);
9631 = (struct elf_sym_strtab
*) bfd_realloc (hash_table
->strtab
,
9633 if (hash_table
->strtab
== NULL
)
9636 hash_table
->strtab
[hash_table
->strtabcount
].sym
= *elfsym
;
9637 hash_table
->strtab
[hash_table
->strtabcount
].dest_index
9638 = hash_table
->strtabcount
;
9639 hash_table
->strtab
[hash_table
->strtabcount
].destshndx_index
9640 = flinfo
->symshndxbuf
? bfd_get_symcount (flinfo
->output_bfd
) : 0;
9642 flinfo
->output_bfd
->symcount
+= 1;
9643 hash_table
->strtabcount
+= 1;
9648 /* Swap symbols out to the symbol table and flush the output symbols to
9652 elf_link_swap_symbols_out (struct elf_final_link_info
*flinfo
)
9654 struct elf_link_hash_table
*hash_table
= elf_hash_table (flinfo
->info
);
9657 const struct elf_backend_data
*bed
;
9659 Elf_Internal_Shdr
*hdr
;
9663 if (!hash_table
->strtabcount
)
9666 BFD_ASSERT (elf_onesymtab (flinfo
->output_bfd
));
9668 bed
= get_elf_backend_data (flinfo
->output_bfd
);
9670 amt
= bed
->s
->sizeof_sym
* hash_table
->strtabcount
;
9671 symbuf
= (bfd_byte
*) bfd_malloc (amt
);
9675 if (flinfo
->symshndxbuf
)
9677 amt
= sizeof (Elf_External_Sym_Shndx
);
9678 amt
*= bfd_get_symcount (flinfo
->output_bfd
);
9679 flinfo
->symshndxbuf
= (Elf_External_Sym_Shndx
*) bfd_zmalloc (amt
);
9680 if (flinfo
->symshndxbuf
== NULL
)
9687 for (i
= 0; i
< hash_table
->strtabcount
; i
++)
9689 struct elf_sym_strtab
*elfsym
= &hash_table
->strtab
[i
];
9690 if (elfsym
->sym
.st_name
== (unsigned long) -1)
9691 elfsym
->sym
.st_name
= 0;
9694 = (unsigned long) _bfd_elf_strtab_offset (flinfo
->symstrtab
,
9695 elfsym
->sym
.st_name
);
9696 bed
->s
->swap_symbol_out (flinfo
->output_bfd
, &elfsym
->sym
,
9697 ((bfd_byte
*) symbuf
9698 + (elfsym
->dest_index
9699 * bed
->s
->sizeof_sym
)),
9700 (flinfo
->symshndxbuf
9701 + elfsym
->destshndx_index
));
9704 /* Allow the linker to examine the strtab and symtab now they are
9707 if (flinfo
->info
->callbacks
->examine_strtab
)
9708 flinfo
->info
->callbacks
->examine_strtab (hash_table
->strtab
,
9709 hash_table
->strtabcount
,
9712 hdr
= &elf_tdata (flinfo
->output_bfd
)->symtab_hdr
;
9713 pos
= hdr
->sh_offset
+ hdr
->sh_size
;
9714 amt
= hash_table
->strtabcount
* bed
->s
->sizeof_sym
;
9715 if (bfd_seek (flinfo
->output_bfd
, pos
, SEEK_SET
) == 0
9716 && bfd_bwrite (symbuf
, amt
, flinfo
->output_bfd
) == amt
)
9718 hdr
->sh_size
+= amt
;
9726 free (hash_table
->strtab
);
9727 hash_table
->strtab
= NULL
;
9732 /* Return TRUE if the dynamic symbol SYM in ABFD is supported. */
9735 check_dynsym (bfd
*abfd
, Elf_Internal_Sym
*sym
)
9737 if (sym
->st_shndx
>= (SHN_LORESERVE
& 0xffff)
9738 && sym
->st_shndx
< SHN_LORESERVE
)
9740 /* The gABI doesn't support dynamic symbols in output sections
9743 /* xgettext:c-format */
9744 (_("%pB: too many sections: %d (>= %d)"),
9745 abfd
, bfd_count_sections (abfd
), SHN_LORESERVE
& 0xffff);
9746 bfd_set_error (bfd_error_nonrepresentable_section
);
9752 /* For DSOs loaded in via a DT_NEEDED entry, emulate ld.so in
9753 allowing an unsatisfied unversioned symbol in the DSO to match a
9754 versioned symbol that would normally require an explicit version.
9755 We also handle the case that a DSO references a hidden symbol
9756 which may be satisfied by a versioned symbol in another DSO. */
9759 elf_link_check_versioned_symbol (struct bfd_link_info
*info
,
9760 const struct elf_backend_data
*bed
,
9761 struct elf_link_hash_entry
*h
)
9764 struct elf_link_loaded_list
*loaded
;
9766 if (!is_elf_hash_table (info
->hash
))
9769 /* Check indirect symbol. */
9770 while (h
->root
.type
== bfd_link_hash_indirect
)
9771 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
9773 switch (h
->root
.type
)
9779 case bfd_link_hash_undefined
:
9780 case bfd_link_hash_undefweak
:
9781 abfd
= h
->root
.u
.undef
.abfd
;
9783 || (abfd
->flags
& DYNAMIC
) == 0
9784 || (elf_dyn_lib_class (abfd
) & DYN_DT_NEEDED
) == 0)
9788 case bfd_link_hash_defined
:
9789 case bfd_link_hash_defweak
:
9790 abfd
= h
->root
.u
.def
.section
->owner
;
9793 case bfd_link_hash_common
:
9794 abfd
= h
->root
.u
.c
.p
->section
->owner
;
9797 BFD_ASSERT (abfd
!= NULL
);
9799 for (loaded
= elf_hash_table (info
)->dyn_loaded
;
9801 loaded
= loaded
->next
)
9804 Elf_Internal_Shdr
*hdr
;
9808 Elf_Internal_Shdr
*versymhdr
;
9809 Elf_Internal_Sym
*isym
;
9810 Elf_Internal_Sym
*isymend
;
9811 Elf_Internal_Sym
*isymbuf
;
9812 Elf_External_Versym
*ever
;
9813 Elf_External_Versym
*extversym
;
9815 input
= loaded
->abfd
;
9817 /* We check each DSO for a possible hidden versioned definition. */
9819 || elf_dynversym (input
) == 0)
9822 hdr
= &elf_tdata (input
)->dynsymtab_hdr
;
9824 symcount
= hdr
->sh_size
/ bed
->s
->sizeof_sym
;
9825 if (elf_bad_symtab (input
))
9827 extsymcount
= symcount
;
9832 extsymcount
= symcount
- hdr
->sh_info
;
9833 extsymoff
= hdr
->sh_info
;
9836 if (extsymcount
== 0)
9839 isymbuf
= bfd_elf_get_elf_syms (input
, hdr
, extsymcount
, extsymoff
,
9841 if (isymbuf
== NULL
)
9844 /* Read in any version definitions. */
9845 versymhdr
= &elf_tdata (input
)->dynversym_hdr
;
9846 if (bfd_seek (input
, versymhdr
->sh_offset
, SEEK_SET
) != 0
9847 || (extversym
= (Elf_External_Versym
*)
9848 _bfd_malloc_and_read (input
, versymhdr
->sh_size
,
9849 versymhdr
->sh_size
)) == NULL
)
9855 ever
= extversym
+ extsymoff
;
9856 isymend
= isymbuf
+ extsymcount
;
9857 for (isym
= isymbuf
; isym
< isymend
; isym
++, ever
++)
9860 Elf_Internal_Versym iver
;
9861 unsigned short version_index
;
9863 if (ELF_ST_BIND (isym
->st_info
) == STB_LOCAL
9864 || isym
->st_shndx
== SHN_UNDEF
)
9867 name
= bfd_elf_string_from_elf_section (input
,
9870 if (strcmp (name
, h
->root
.root
.string
) != 0)
9873 _bfd_elf_swap_versym_in (input
, ever
, &iver
);
9875 if ((iver
.vs_vers
& VERSYM_HIDDEN
) == 0
9877 && h
->forced_local
))
9879 /* If we have a non-hidden versioned sym, then it should
9880 have provided a definition for the undefined sym unless
9881 it is defined in a non-shared object and forced local.
9886 version_index
= iver
.vs_vers
& VERSYM_VERSION
;
9887 if (version_index
== 1 || version_index
== 2)
9889 /* This is the base or first version. We can use it. */
9903 /* Convert ELF common symbol TYPE. */
9906 elf_link_convert_common_type (struct bfd_link_info
*info
, int type
)
9908 /* Commom symbol can only appear in relocatable link. */
9909 if (!bfd_link_relocatable (info
))
9911 switch (info
->elf_stt_common
)
9915 case elf_stt_common
:
9918 case no_elf_stt_common
:
9925 /* Add an external symbol to the symbol table. This is called from
9926 the hash table traversal routine. When generating a shared object,
9927 we go through the symbol table twice. The first time we output
9928 anything that might have been forced to local scope in a version
9929 script. The second time we output the symbols that are still
9933 elf_link_output_extsym (struct bfd_hash_entry
*bh
, void *data
)
9935 struct elf_link_hash_entry
*h
= (struct elf_link_hash_entry
*) bh
;
9936 struct elf_outext_info
*eoinfo
= (struct elf_outext_info
*) data
;
9937 struct elf_final_link_info
*flinfo
= eoinfo
->flinfo
;
9939 Elf_Internal_Sym sym
;
9940 asection
*input_sec
;
9941 const struct elf_backend_data
*bed
;
9946 if (h
->root
.type
== bfd_link_hash_warning
)
9948 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
9949 if (h
->root
.type
== bfd_link_hash_new
)
9953 /* Decide whether to output this symbol in this pass. */
9954 if (eoinfo
->localsyms
)
9956 if (!h
->forced_local
)
9961 if (h
->forced_local
)
9965 bed
= get_elf_backend_data (flinfo
->output_bfd
);
9967 if (h
->root
.type
== bfd_link_hash_undefined
)
9969 /* If we have an undefined symbol reference here then it must have
9970 come from a shared library that is being linked in. (Undefined
9971 references in regular files have already been handled unless
9972 they are in unreferenced sections which are removed by garbage
9974 bfd_boolean ignore_undef
= FALSE
;
9976 /* Some symbols may be special in that the fact that they're
9977 undefined can be safely ignored - let backend determine that. */
9978 if (bed
->elf_backend_ignore_undef_symbol
)
9979 ignore_undef
= bed
->elf_backend_ignore_undef_symbol (h
);
9981 /* If we are reporting errors for this situation then do so now. */
9983 && h
->ref_dynamic_nonweak
9984 && (!h
->ref_regular
|| flinfo
->info
->gc_sections
)
9985 && !elf_link_check_versioned_symbol (flinfo
->info
, bed
, h
)
9986 && flinfo
->info
->unresolved_syms_in_shared_libs
!= RM_IGNORE
)
9988 flinfo
->info
->callbacks
->undefined_symbol
9989 (flinfo
->info
, h
->root
.root
.string
,
9990 h
->ref_regular
? NULL
: h
->root
.u
.undef
.abfd
, NULL
, 0,
9991 flinfo
->info
->unresolved_syms_in_shared_libs
== RM_DIAGNOSE
9992 && !flinfo
->info
->warn_unresolved_syms
);
9995 /* Strip a global symbol defined in a discarded section. */
10000 /* We should also warn if a forced local symbol is referenced from
10001 shared libraries. */
10002 if (bfd_link_executable (flinfo
->info
)
10007 && h
->ref_dynamic_nonweak
10008 && !elf_link_check_versioned_symbol (flinfo
->info
, bed
, h
))
10012 struct elf_link_hash_entry
*hi
= h
;
10014 /* Check indirect symbol. */
10015 while (hi
->root
.type
== bfd_link_hash_indirect
)
10016 hi
= (struct elf_link_hash_entry
*) hi
->root
.u
.i
.link
;
10018 if (ELF_ST_VISIBILITY (h
->other
) == STV_INTERNAL
)
10019 /* xgettext:c-format */
10020 msg
= _("%pB: internal symbol `%s' in %pB is referenced by DSO");
10021 else if (ELF_ST_VISIBILITY (h
->other
) == STV_HIDDEN
)
10022 /* xgettext:c-format */
10023 msg
= _("%pB: hidden symbol `%s' in %pB is referenced by DSO");
10025 /* xgettext:c-format */
10026 msg
= _("%pB: local symbol `%s' in %pB is referenced by DSO");
10027 def_bfd
= flinfo
->output_bfd
;
10028 if (hi
->root
.u
.def
.section
!= bfd_abs_section_ptr
)
10029 def_bfd
= hi
->root
.u
.def
.section
->owner
;
10030 _bfd_error_handler (msg
, flinfo
->output_bfd
,
10031 h
->root
.root
.string
, def_bfd
);
10032 bfd_set_error (bfd_error_bad_value
);
10033 eoinfo
->failed
= TRUE
;
10037 /* We don't want to output symbols that have never been mentioned by
10038 a regular file, or that we have been told to strip. However, if
10039 h->indx is set to -2, the symbol is used by a reloc and we must
10044 else if ((h
->def_dynamic
10046 || h
->root
.type
== bfd_link_hash_new
)
10048 && !h
->ref_regular
)
10050 else if (flinfo
->info
->strip
== strip_all
)
10052 else if (flinfo
->info
->strip
== strip_some
10053 && bfd_hash_lookup (flinfo
->info
->keep_hash
,
10054 h
->root
.root
.string
, FALSE
, FALSE
) == NULL
)
10056 else if ((h
->root
.type
== bfd_link_hash_defined
10057 || h
->root
.type
== bfd_link_hash_defweak
)
10058 && ((flinfo
->info
->strip_discarded
10059 && discarded_section (h
->root
.u
.def
.section
))
10060 || ((h
->root
.u
.def
.section
->flags
& SEC_LINKER_CREATED
) == 0
10061 && h
->root
.u
.def
.section
->owner
!= NULL
10062 && (h
->root
.u
.def
.section
->owner
->flags
& BFD_PLUGIN
) != 0)))
10064 else if ((h
->root
.type
== bfd_link_hash_undefined
10065 || h
->root
.type
== bfd_link_hash_undefweak
)
10066 && h
->root
.u
.undef
.abfd
!= NULL
10067 && (h
->root
.u
.undef
.abfd
->flags
& BFD_PLUGIN
) != 0)
10072 /* If we're stripping it, and it's not a dynamic symbol, there's
10073 nothing else to do. However, if it is a forced local symbol or
10074 an ifunc symbol we need to give the backend finish_dynamic_symbol
10075 function a chance to make it dynamic. */
10077 && h
->dynindx
== -1
10078 && type
!= STT_GNU_IFUNC
10079 && !h
->forced_local
)
10083 sym
.st_size
= h
->size
;
10084 sym
.st_other
= h
->other
;
10085 switch (h
->root
.type
)
10088 case bfd_link_hash_new
:
10089 case bfd_link_hash_warning
:
10093 case bfd_link_hash_undefined
:
10094 case bfd_link_hash_undefweak
:
10095 input_sec
= bfd_und_section_ptr
;
10096 sym
.st_shndx
= SHN_UNDEF
;
10099 case bfd_link_hash_defined
:
10100 case bfd_link_hash_defweak
:
10102 input_sec
= h
->root
.u
.def
.section
;
10103 if (input_sec
->output_section
!= NULL
)
10106 _bfd_elf_section_from_bfd_section (flinfo
->output_bfd
,
10107 input_sec
->output_section
);
10108 if (sym
.st_shndx
== SHN_BAD
)
10111 /* xgettext:c-format */
10112 (_("%pB: could not find output section %pA for input section %pA"),
10113 flinfo
->output_bfd
, input_sec
->output_section
, input_sec
);
10114 bfd_set_error (bfd_error_nonrepresentable_section
);
10115 eoinfo
->failed
= TRUE
;
10119 /* ELF symbols in relocatable files are section relative,
10120 but in nonrelocatable files they are virtual
10122 sym
.st_value
= h
->root
.u
.def
.value
+ input_sec
->output_offset
;
10123 if (!bfd_link_relocatable (flinfo
->info
))
10125 sym
.st_value
+= input_sec
->output_section
->vma
;
10126 if (h
->type
== STT_TLS
)
10128 asection
*tls_sec
= elf_hash_table (flinfo
->info
)->tls_sec
;
10129 if (tls_sec
!= NULL
)
10130 sym
.st_value
-= tls_sec
->vma
;
10136 BFD_ASSERT (input_sec
->owner
== NULL
10137 || (input_sec
->owner
->flags
& DYNAMIC
) != 0);
10138 sym
.st_shndx
= SHN_UNDEF
;
10139 input_sec
= bfd_und_section_ptr
;
10144 case bfd_link_hash_common
:
10145 input_sec
= h
->root
.u
.c
.p
->section
;
10146 sym
.st_shndx
= bed
->common_section_index (input_sec
);
10147 sym
.st_value
= 1 << h
->root
.u
.c
.p
->alignment_power
;
10150 case bfd_link_hash_indirect
:
10151 /* These symbols are created by symbol versioning. They point
10152 to the decorated version of the name. For example, if the
10153 symbol foo@@GNU_1.2 is the default, which should be used when
10154 foo is used with no version, then we add an indirect symbol
10155 foo which points to foo@@GNU_1.2. We ignore these symbols,
10156 since the indirected symbol is already in the hash table. */
10160 if (type
== STT_COMMON
|| type
== STT_OBJECT
)
10161 switch (h
->root
.type
)
10163 case bfd_link_hash_common
:
10164 type
= elf_link_convert_common_type (flinfo
->info
, type
);
10166 case bfd_link_hash_defined
:
10167 case bfd_link_hash_defweak
:
10168 if (bed
->common_definition (&sym
))
10169 type
= elf_link_convert_common_type (flinfo
->info
, type
);
10173 case bfd_link_hash_undefined
:
10174 case bfd_link_hash_undefweak
:
10180 if (h
->forced_local
)
10182 sym
.st_info
= ELF_ST_INFO (STB_LOCAL
, type
);
10183 /* Turn off visibility on local symbol. */
10184 sym
.st_other
&= ~ELF_ST_VISIBILITY (-1);
10186 /* Set STB_GNU_UNIQUE only if symbol is defined in regular object. */
10187 else if (h
->unique_global
&& h
->def_regular
)
10188 sym
.st_info
= ELF_ST_INFO (STB_GNU_UNIQUE
, type
);
10189 else if (h
->root
.type
== bfd_link_hash_undefweak
10190 || h
->root
.type
== bfd_link_hash_defweak
)
10191 sym
.st_info
= ELF_ST_INFO (STB_WEAK
, type
);
10193 sym
.st_info
= ELF_ST_INFO (STB_GLOBAL
, type
);
10194 sym
.st_target_internal
= h
->target_internal
;
10196 /* Give the processor backend a chance to tweak the symbol value,
10197 and also to finish up anything that needs to be done for this
10198 symbol. FIXME: Not calling elf_backend_finish_dynamic_symbol for
10199 forced local syms when non-shared is due to a historical quirk.
10200 STT_GNU_IFUNC symbol must go through PLT. */
10201 if ((h
->type
== STT_GNU_IFUNC
10203 && !bfd_link_relocatable (flinfo
->info
))
10204 || ((h
->dynindx
!= -1
10205 || h
->forced_local
)
10206 && ((bfd_link_pic (flinfo
->info
)
10207 && (ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
10208 || h
->root
.type
!= bfd_link_hash_undefweak
))
10209 || !h
->forced_local
)
10210 && elf_hash_table (flinfo
->info
)->dynamic_sections_created
))
10212 if (! ((*bed
->elf_backend_finish_dynamic_symbol
)
10213 (flinfo
->output_bfd
, flinfo
->info
, h
, &sym
)))
10215 eoinfo
->failed
= TRUE
;
10220 /* If we are marking the symbol as undefined, and there are no
10221 non-weak references to this symbol from a regular object, then
10222 mark the symbol as weak undefined; if there are non-weak
10223 references, mark the symbol as strong. We can't do this earlier,
10224 because it might not be marked as undefined until the
10225 finish_dynamic_symbol routine gets through with it. */
10226 if (sym
.st_shndx
== SHN_UNDEF
10228 && (ELF_ST_BIND (sym
.st_info
) == STB_GLOBAL
10229 || ELF_ST_BIND (sym
.st_info
) == STB_WEAK
))
10232 type
= ELF_ST_TYPE (sym
.st_info
);
10234 /* Turn an undefined IFUNC symbol into a normal FUNC symbol. */
10235 if (type
== STT_GNU_IFUNC
)
10238 if (h
->ref_regular_nonweak
)
10239 bindtype
= STB_GLOBAL
;
10241 bindtype
= STB_WEAK
;
10242 sym
.st_info
= ELF_ST_INFO (bindtype
, type
);
10245 /* If this is a symbol defined in a dynamic library, don't use the
10246 symbol size from the dynamic library. Relinking an executable
10247 against a new library may introduce gratuitous changes in the
10248 executable's symbols if we keep the size. */
10249 if (sym
.st_shndx
== SHN_UNDEF
10254 /* If a non-weak symbol with non-default visibility is not defined
10255 locally, it is a fatal error. */
10256 if (!bfd_link_relocatable (flinfo
->info
)
10257 && ELF_ST_VISIBILITY (sym
.st_other
) != STV_DEFAULT
10258 && ELF_ST_BIND (sym
.st_info
) != STB_WEAK
10259 && h
->root
.type
== bfd_link_hash_undefined
10260 && !h
->def_regular
)
10264 if (ELF_ST_VISIBILITY (sym
.st_other
) == STV_PROTECTED
)
10265 /* xgettext:c-format */
10266 msg
= _("%pB: protected symbol `%s' isn't defined");
10267 else if (ELF_ST_VISIBILITY (sym
.st_other
) == STV_INTERNAL
)
10268 /* xgettext:c-format */
10269 msg
= _("%pB: internal symbol `%s' isn't defined");
10271 /* xgettext:c-format */
10272 msg
= _("%pB: hidden symbol `%s' isn't defined");
10273 _bfd_error_handler (msg
, flinfo
->output_bfd
, h
->root
.root
.string
);
10274 bfd_set_error (bfd_error_bad_value
);
10275 eoinfo
->failed
= TRUE
;
10279 /* If this symbol should be put in the .dynsym section, then put it
10280 there now. We already know the symbol index. We also fill in
10281 the entry in the .hash section. */
10282 if (h
->dynindx
!= -1
10283 && elf_hash_table (flinfo
->info
)->dynamic_sections_created
10284 && elf_hash_table (flinfo
->info
)->dynsym
!= NULL
10285 && !discarded_section (elf_hash_table (flinfo
->info
)->dynsym
))
10289 /* Since there is no version information in the dynamic string,
10290 if there is no version info in symbol version section, we will
10291 have a run-time problem if not linking executable, referenced
10292 by shared library, or not bound locally. */
10293 if (h
->verinfo
.verdef
== NULL
10294 && (!bfd_link_executable (flinfo
->info
)
10296 || !h
->def_regular
))
10298 char *p
= strrchr (h
->root
.root
.string
, ELF_VER_CHR
);
10300 if (p
&& p
[1] != '\0')
10303 /* xgettext:c-format */
10304 (_("%pB: no symbol version section for versioned symbol `%s'"),
10305 flinfo
->output_bfd
, h
->root
.root
.string
);
10306 eoinfo
->failed
= TRUE
;
10311 sym
.st_name
= h
->dynstr_index
;
10312 esym
= (elf_hash_table (flinfo
->info
)->dynsym
->contents
10313 + h
->dynindx
* bed
->s
->sizeof_sym
);
10314 if (!check_dynsym (flinfo
->output_bfd
, &sym
))
10316 eoinfo
->failed
= TRUE
;
10319 bed
->s
->swap_symbol_out (flinfo
->output_bfd
, &sym
, esym
, 0);
10321 if (flinfo
->hash_sec
!= NULL
)
10323 size_t hash_entry_size
;
10324 bfd_byte
*bucketpos
;
10326 size_t bucketcount
;
10329 bucketcount
= elf_hash_table (flinfo
->info
)->bucketcount
;
10330 bucket
= h
->u
.elf_hash_value
% bucketcount
;
10333 = elf_section_data (flinfo
->hash_sec
)->this_hdr
.sh_entsize
;
10334 bucketpos
= ((bfd_byte
*) flinfo
->hash_sec
->contents
10335 + (bucket
+ 2) * hash_entry_size
);
10336 chain
= bfd_get (8 * hash_entry_size
, flinfo
->output_bfd
, bucketpos
);
10337 bfd_put (8 * hash_entry_size
, flinfo
->output_bfd
, h
->dynindx
,
10339 bfd_put (8 * hash_entry_size
, flinfo
->output_bfd
, chain
,
10340 ((bfd_byte
*) flinfo
->hash_sec
->contents
10341 + (bucketcount
+ 2 + h
->dynindx
) * hash_entry_size
));
10344 if (flinfo
->symver_sec
!= NULL
&& flinfo
->symver_sec
->contents
!= NULL
)
10346 Elf_Internal_Versym iversym
;
10347 Elf_External_Versym
*eversym
;
10349 if (!h
->def_regular
&& !ELF_COMMON_DEF_P (h
))
10351 if (h
->verinfo
.verdef
== NULL
10352 || (elf_dyn_lib_class (h
->verinfo
.verdef
->vd_bfd
)
10353 & (DYN_AS_NEEDED
| DYN_DT_NEEDED
| DYN_NO_NEEDED
)))
10354 iversym
.vs_vers
= 0;
10356 iversym
.vs_vers
= h
->verinfo
.verdef
->vd_exp_refno
+ 1;
10360 if (h
->verinfo
.vertree
== NULL
)
10361 iversym
.vs_vers
= 1;
10363 iversym
.vs_vers
= h
->verinfo
.vertree
->vernum
+ 1;
10364 if (flinfo
->info
->create_default_symver
)
10368 /* Turn on VERSYM_HIDDEN only if the hidden versioned symbol is
10369 defined locally. */
10370 if (h
->versioned
== versioned_hidden
&& h
->def_regular
)
10371 iversym
.vs_vers
|= VERSYM_HIDDEN
;
10373 eversym
= (Elf_External_Versym
*) flinfo
->symver_sec
->contents
;
10374 eversym
+= h
->dynindx
;
10375 _bfd_elf_swap_versym_out (flinfo
->output_bfd
, &iversym
, eversym
);
10379 /* If the symbol is undefined, and we didn't output it to .dynsym,
10380 strip it from .symtab too. Obviously we can't do this for
10381 relocatable output or when needed for --emit-relocs. */
10382 else if (input_sec
== bfd_und_section_ptr
10384 /* PR 22319 Do not strip global undefined symbols marked as being needed. */
10385 && (h
->mark
!= 1 || ELF_ST_BIND (sym
.st_info
) != STB_GLOBAL
)
10386 && !bfd_link_relocatable (flinfo
->info
))
10389 /* Also strip others that we couldn't earlier due to dynamic symbol
10393 if ((input_sec
->flags
& SEC_EXCLUDE
) != 0)
10396 /* Output a FILE symbol so that following locals are not associated
10397 with the wrong input file. We need one for forced local symbols
10398 if we've seen more than one FILE symbol or when we have exactly
10399 one FILE symbol but global symbols are present in a file other
10400 than the one with the FILE symbol. We also need one if linker
10401 defined symbols are present. In practice these conditions are
10402 always met, so just emit the FILE symbol unconditionally. */
10403 if (eoinfo
->localsyms
10404 && !eoinfo
->file_sym_done
10405 && eoinfo
->flinfo
->filesym_count
!= 0)
10407 Elf_Internal_Sym fsym
;
10409 memset (&fsym
, 0, sizeof (fsym
));
10410 fsym
.st_info
= ELF_ST_INFO (STB_LOCAL
, STT_FILE
);
10411 fsym
.st_shndx
= SHN_ABS
;
10412 if (!elf_link_output_symstrtab (eoinfo
->flinfo
, NULL
, &fsym
,
10413 bfd_und_section_ptr
, NULL
))
10416 eoinfo
->file_sym_done
= TRUE
;
10419 indx
= bfd_get_symcount (flinfo
->output_bfd
);
10420 ret
= elf_link_output_symstrtab (flinfo
, h
->root
.root
.string
, &sym
,
10424 eoinfo
->failed
= TRUE
;
10429 else if (h
->indx
== -2)
10435 /* Return TRUE if special handling is done for relocs in SEC against
10436 symbols defined in discarded sections. */
10439 elf_section_ignore_discarded_relocs (asection
*sec
)
10441 const struct elf_backend_data
*bed
;
10443 switch (sec
->sec_info_type
)
10445 case SEC_INFO_TYPE_STABS
:
10446 case SEC_INFO_TYPE_EH_FRAME
:
10447 case SEC_INFO_TYPE_EH_FRAME_ENTRY
:
10453 bed
= get_elf_backend_data (sec
->owner
);
10454 if (bed
->elf_backend_ignore_discarded_relocs
!= NULL
10455 && (*bed
->elf_backend_ignore_discarded_relocs
) (sec
))
10461 /* Return a mask saying how ld should treat relocations in SEC against
10462 symbols defined in discarded sections. If this function returns
10463 COMPLAIN set, ld will issue a warning message. If this function
10464 returns PRETEND set, and the discarded section was link-once and the
10465 same size as the kept link-once section, ld will pretend that the
10466 symbol was actually defined in the kept section. Otherwise ld will
10467 zero the reloc (at least that is the intent, but some cooperation by
10468 the target dependent code is needed, particularly for REL targets). */
10471 _bfd_elf_default_action_discarded (asection
*sec
)
10473 if (sec
->flags
& SEC_DEBUGGING
)
10476 if (strcmp (".eh_frame", sec
->name
) == 0)
10479 if (strcmp (".gcc_except_table", sec
->name
) == 0)
10482 return COMPLAIN
| PRETEND
;
10485 /* Find a match between a section and a member of a section group. */
10488 match_group_member (asection
*sec
, asection
*group
,
10489 struct bfd_link_info
*info
)
10491 asection
*first
= elf_next_in_group (group
);
10492 asection
*s
= first
;
10496 if (bfd_elf_match_symbols_in_sections (s
, sec
, info
))
10499 s
= elf_next_in_group (s
);
10507 /* Check if the kept section of a discarded section SEC can be used
10508 to replace it. Return the replacement if it is OK. Otherwise return
10512 _bfd_elf_check_kept_section (asection
*sec
, struct bfd_link_info
*info
)
10516 kept
= sec
->kept_section
;
10519 if ((kept
->flags
& SEC_GROUP
) != 0)
10520 kept
= match_group_member (sec
, kept
, info
);
10522 && ((sec
->rawsize
!= 0 ? sec
->rawsize
: sec
->size
)
10523 != (kept
->rawsize
!= 0 ? kept
->rawsize
: kept
->size
)))
10525 sec
->kept_section
= kept
;
10530 /* Link an input file into the linker output file. This function
10531 handles all the sections and relocations of the input file at once.
10532 This is so that we only have to read the local symbols once, and
10533 don't have to keep them in memory. */
10536 elf_link_input_bfd (struct elf_final_link_info
*flinfo
, bfd
*input_bfd
)
10538 int (*relocate_section
)
10539 (bfd
*, struct bfd_link_info
*, bfd
*, asection
*, bfd_byte
*,
10540 Elf_Internal_Rela
*, Elf_Internal_Sym
*, asection
**);
10542 Elf_Internal_Shdr
*symtab_hdr
;
10543 size_t locsymcount
;
10545 Elf_Internal_Sym
*isymbuf
;
10546 Elf_Internal_Sym
*isym
;
10547 Elf_Internal_Sym
*isymend
;
10549 asection
**ppsection
;
10551 const struct elf_backend_data
*bed
;
10552 struct elf_link_hash_entry
**sym_hashes
;
10553 bfd_size_type address_size
;
10554 bfd_vma r_type_mask
;
10556 bfd_boolean have_file_sym
= FALSE
;
10558 output_bfd
= flinfo
->output_bfd
;
10559 bed
= get_elf_backend_data (output_bfd
);
10560 relocate_section
= bed
->elf_backend_relocate_section
;
10562 /* If this is a dynamic object, we don't want to do anything here:
10563 we don't want the local symbols, and we don't want the section
10565 if ((input_bfd
->flags
& DYNAMIC
) != 0)
10568 symtab_hdr
= &elf_tdata (input_bfd
)->symtab_hdr
;
10569 if (elf_bad_symtab (input_bfd
))
10571 locsymcount
= symtab_hdr
->sh_size
/ bed
->s
->sizeof_sym
;
10576 locsymcount
= symtab_hdr
->sh_info
;
10577 extsymoff
= symtab_hdr
->sh_info
;
10580 /* Read the local symbols. */
10581 isymbuf
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
10582 if (isymbuf
== NULL
&& locsymcount
!= 0)
10584 isymbuf
= bfd_elf_get_elf_syms (input_bfd
, symtab_hdr
, locsymcount
, 0,
10585 flinfo
->internal_syms
,
10586 flinfo
->external_syms
,
10587 flinfo
->locsym_shndx
);
10588 if (isymbuf
== NULL
)
10592 /* Find local symbol sections and adjust values of symbols in
10593 SEC_MERGE sections. Write out those local symbols we know are
10594 going into the output file. */
10595 isymend
= isymbuf
+ locsymcount
;
10596 for (isym
= isymbuf
, pindex
= flinfo
->indices
, ppsection
= flinfo
->sections
;
10598 isym
++, pindex
++, ppsection
++)
10602 Elf_Internal_Sym osym
;
10608 if (elf_bad_symtab (input_bfd
))
10610 if (ELF_ST_BIND (isym
->st_info
) != STB_LOCAL
)
10617 if (isym
->st_shndx
== SHN_UNDEF
)
10618 isec
= bfd_und_section_ptr
;
10619 else if (isym
->st_shndx
== SHN_ABS
)
10620 isec
= bfd_abs_section_ptr
;
10621 else if (isym
->st_shndx
== SHN_COMMON
)
10622 isec
= bfd_com_section_ptr
;
10625 isec
= bfd_section_from_elf_index (input_bfd
, isym
->st_shndx
);
10628 /* Don't attempt to output symbols with st_shnx in the
10629 reserved range other than SHN_ABS and SHN_COMMON. */
10630 isec
= bfd_und_section_ptr
;
10632 else if (isec
->sec_info_type
== SEC_INFO_TYPE_MERGE
10633 && ELF_ST_TYPE (isym
->st_info
) != STT_SECTION
)
10635 _bfd_merged_section_offset (output_bfd
, &isec
,
10636 elf_section_data (isec
)->sec_info
,
10642 /* Don't output the first, undefined, symbol. In fact, don't
10643 output any undefined local symbol. */
10644 if (isec
== bfd_und_section_ptr
)
10647 if (ELF_ST_TYPE (isym
->st_info
) == STT_SECTION
)
10649 /* We never output section symbols. Instead, we use the
10650 section symbol of the corresponding section in the output
10655 /* If we are stripping all symbols, we don't want to output this
10657 if (flinfo
->info
->strip
== strip_all
)
10660 /* If we are discarding all local symbols, we don't want to
10661 output this one. If we are generating a relocatable output
10662 file, then some of the local symbols may be required by
10663 relocs; we output them below as we discover that they are
10665 if (flinfo
->info
->discard
== discard_all
)
10668 /* If this symbol is defined in a section which we are
10669 discarding, we don't need to keep it. */
10670 if (isym
->st_shndx
!= SHN_UNDEF
10671 && isym
->st_shndx
< SHN_LORESERVE
10672 && isec
->output_section
== NULL
10673 && flinfo
->info
->non_contiguous_regions
10674 && flinfo
->info
->non_contiguous_regions_warnings
)
10676 _bfd_error_handler (_("warning: --enable-non-contiguous-regions "
10677 "discards section `%s' from '%s'\n"),
10678 isec
->name
, isec
->owner
->filename
);
10682 if (isym
->st_shndx
!= SHN_UNDEF
10683 && isym
->st_shndx
< SHN_LORESERVE
10684 && bfd_section_removed_from_list (output_bfd
,
10685 isec
->output_section
))
10688 /* Get the name of the symbol. */
10689 name
= bfd_elf_string_from_elf_section (input_bfd
, symtab_hdr
->sh_link
,
10694 /* See if we are discarding symbols with this name. */
10695 if ((flinfo
->info
->strip
== strip_some
10696 && (bfd_hash_lookup (flinfo
->info
->keep_hash
, name
, FALSE
, FALSE
)
10698 || (((flinfo
->info
->discard
== discard_sec_merge
10699 && (isec
->flags
& SEC_MERGE
)
10700 && !bfd_link_relocatable (flinfo
->info
))
10701 || flinfo
->info
->discard
== discard_l
)
10702 && bfd_is_local_label_name (input_bfd
, name
)))
10705 if (ELF_ST_TYPE (isym
->st_info
) == STT_FILE
)
10707 if (input_bfd
->lto_output
)
10708 /* -flto puts a temp file name here. This means builds
10709 are not reproducible. Discard the symbol. */
10711 have_file_sym
= TRUE
;
10712 flinfo
->filesym_count
+= 1;
10714 if (!have_file_sym
)
10716 /* In the absence of debug info, bfd_find_nearest_line uses
10717 FILE symbols to determine the source file for local
10718 function symbols. Provide a FILE symbol here if input
10719 files lack such, so that their symbols won't be
10720 associated with a previous input file. It's not the
10721 source file, but the best we can do. */
10722 have_file_sym
= TRUE
;
10723 flinfo
->filesym_count
+= 1;
10724 memset (&osym
, 0, sizeof (osym
));
10725 osym
.st_info
= ELF_ST_INFO (STB_LOCAL
, STT_FILE
);
10726 osym
.st_shndx
= SHN_ABS
;
10727 if (!elf_link_output_symstrtab (flinfo
,
10728 (input_bfd
->lto_output
? NULL
10729 : input_bfd
->filename
),
10730 &osym
, bfd_abs_section_ptr
,
10737 /* Adjust the section index for the output file. */
10738 osym
.st_shndx
= _bfd_elf_section_from_bfd_section (output_bfd
,
10739 isec
->output_section
);
10740 if (osym
.st_shndx
== SHN_BAD
)
10743 /* ELF symbols in relocatable files are section relative, but
10744 in executable files they are virtual addresses. Note that
10745 this code assumes that all ELF sections have an associated
10746 BFD section with a reasonable value for output_offset; below
10747 we assume that they also have a reasonable value for
10748 output_section. Any special sections must be set up to meet
10749 these requirements. */
10750 osym
.st_value
+= isec
->output_offset
;
10751 if (!bfd_link_relocatable (flinfo
->info
))
10753 osym
.st_value
+= isec
->output_section
->vma
;
10754 if (ELF_ST_TYPE (osym
.st_info
) == STT_TLS
)
10756 /* STT_TLS symbols are relative to PT_TLS segment base. */
10757 if (elf_hash_table (flinfo
->info
)->tls_sec
!= NULL
)
10758 osym
.st_value
-= elf_hash_table (flinfo
->info
)->tls_sec
->vma
;
10760 osym
.st_info
= ELF_ST_INFO (ELF_ST_BIND (osym
.st_info
),
10765 indx
= bfd_get_symcount (output_bfd
);
10766 ret
= elf_link_output_symstrtab (flinfo
, name
, &osym
, isec
, NULL
);
10773 if (bed
->s
->arch_size
== 32)
10775 r_type_mask
= 0xff;
10781 r_type_mask
= 0xffffffff;
10786 /* Relocate the contents of each section. */
10787 sym_hashes
= elf_sym_hashes (input_bfd
);
10788 for (o
= input_bfd
->sections
; o
!= NULL
; o
= o
->next
)
10790 bfd_byte
*contents
;
10792 if (! o
->linker_mark
)
10794 /* This section was omitted from the link. */
10798 if (!flinfo
->info
->resolve_section_groups
10799 && (o
->flags
& (SEC_LINKER_CREATED
| SEC_GROUP
)) == SEC_GROUP
)
10801 /* Deal with the group signature symbol. */
10802 struct bfd_elf_section_data
*sec_data
= elf_section_data (o
);
10803 unsigned long symndx
= sec_data
->this_hdr
.sh_info
;
10804 asection
*osec
= o
->output_section
;
10806 BFD_ASSERT (bfd_link_relocatable (flinfo
->info
));
10807 if (symndx
>= locsymcount
10808 || (elf_bad_symtab (input_bfd
)
10809 && flinfo
->sections
[symndx
] == NULL
))
10811 struct elf_link_hash_entry
*h
= sym_hashes
[symndx
- extsymoff
];
10812 while (h
->root
.type
== bfd_link_hash_indirect
10813 || h
->root
.type
== bfd_link_hash_warning
)
10814 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
10815 /* Arrange for symbol to be output. */
10817 elf_section_data (osec
)->this_hdr
.sh_info
= -2;
10819 else if (ELF_ST_TYPE (isymbuf
[symndx
].st_info
) == STT_SECTION
)
10821 /* We'll use the output section target_index. */
10822 asection
*sec
= flinfo
->sections
[symndx
]->output_section
;
10823 elf_section_data (osec
)->this_hdr
.sh_info
= sec
->target_index
;
10827 if (flinfo
->indices
[symndx
] == -1)
10829 /* Otherwise output the local symbol now. */
10830 Elf_Internal_Sym sym
= isymbuf
[symndx
];
10831 asection
*sec
= flinfo
->sections
[symndx
]->output_section
;
10836 name
= bfd_elf_string_from_elf_section (input_bfd
,
10837 symtab_hdr
->sh_link
,
10842 sym
.st_shndx
= _bfd_elf_section_from_bfd_section (output_bfd
,
10844 if (sym
.st_shndx
== SHN_BAD
)
10847 sym
.st_value
+= o
->output_offset
;
10849 indx
= bfd_get_symcount (output_bfd
);
10850 ret
= elf_link_output_symstrtab (flinfo
, name
, &sym
, o
,
10855 flinfo
->indices
[symndx
] = indx
;
10859 elf_section_data (osec
)->this_hdr
.sh_info
10860 = flinfo
->indices
[symndx
];
10864 if ((o
->flags
& SEC_HAS_CONTENTS
) == 0
10865 || (o
->size
== 0 && (o
->flags
& SEC_RELOC
) == 0))
10868 if ((o
->flags
& SEC_LINKER_CREATED
) != 0)
10870 /* Section was created by _bfd_elf_link_create_dynamic_sections
10875 /* Get the contents of the section. They have been cached by a
10876 relaxation routine. Note that o is a section in an input
10877 file, so the contents field will not have been set by any of
10878 the routines which work on output files. */
10879 if (elf_section_data (o
)->this_hdr
.contents
!= NULL
)
10881 contents
= elf_section_data (o
)->this_hdr
.contents
;
10882 if (bed
->caches_rawsize
10884 && o
->rawsize
< o
->size
)
10886 memcpy (flinfo
->contents
, contents
, o
->rawsize
);
10887 contents
= flinfo
->contents
;
10892 contents
= flinfo
->contents
;
10893 if (! bfd_get_full_section_contents (input_bfd
, o
, &contents
))
10897 if ((o
->flags
& SEC_RELOC
) != 0)
10899 Elf_Internal_Rela
*internal_relocs
;
10900 Elf_Internal_Rela
*rel
, *relend
;
10901 int action_discarded
;
10904 /* Get the swapped relocs. */
10906 = _bfd_elf_link_read_relocs (input_bfd
, o
, flinfo
->external_relocs
,
10907 flinfo
->internal_relocs
, FALSE
);
10908 if (internal_relocs
== NULL
10909 && o
->reloc_count
> 0)
10912 /* We need to reverse-copy input .ctors/.dtors sections if
10913 they are placed in .init_array/.finit_array for output. */
10914 if (o
->size
> address_size
10915 && ((strncmp (o
->name
, ".ctors", 6) == 0
10916 && strcmp (o
->output_section
->name
,
10917 ".init_array") == 0)
10918 || (strncmp (o
->name
, ".dtors", 6) == 0
10919 && strcmp (o
->output_section
->name
,
10920 ".fini_array") == 0))
10921 && (o
->name
[6] == 0 || o
->name
[6] == '.'))
10923 if (o
->size
* bed
->s
->int_rels_per_ext_rel
10924 != o
->reloc_count
* address_size
)
10927 /* xgettext:c-format */
10928 (_("error: %pB: size of section %pA is not "
10929 "multiple of address size"),
10931 bfd_set_error (bfd_error_bad_value
);
10934 o
->flags
|= SEC_ELF_REVERSE_COPY
;
10937 action_discarded
= -1;
10938 if (!elf_section_ignore_discarded_relocs (o
))
10939 action_discarded
= (*bed
->action_discarded
) (o
);
10941 /* Run through the relocs evaluating complex reloc symbols and
10942 looking for relocs against symbols from discarded sections
10943 or section symbols from removed link-once sections.
10944 Complain about relocs against discarded sections. Zero
10945 relocs against removed link-once sections. */
10947 rel
= internal_relocs
;
10948 relend
= rel
+ o
->reloc_count
;
10949 for ( ; rel
< relend
; rel
++)
10951 unsigned long r_symndx
= rel
->r_info
>> r_sym_shift
;
10952 unsigned int s_type
;
10953 asection
**ps
, *sec
;
10954 struct elf_link_hash_entry
*h
= NULL
;
10955 const char *sym_name
;
10957 if (r_symndx
== STN_UNDEF
)
10960 if (r_symndx
>= locsymcount
10961 || (elf_bad_symtab (input_bfd
)
10962 && flinfo
->sections
[r_symndx
] == NULL
))
10964 h
= sym_hashes
[r_symndx
- extsymoff
];
10966 /* Badly formatted input files can contain relocs that
10967 reference non-existant symbols. Check here so that
10968 we do not seg fault. */
10972 /* xgettext:c-format */
10973 (_("error: %pB contains a reloc (%#" PRIx64
") for section %pA "
10974 "that references a non-existent global symbol"),
10975 input_bfd
, (uint64_t) rel
->r_info
, o
);
10976 bfd_set_error (bfd_error_bad_value
);
10980 while (h
->root
.type
== bfd_link_hash_indirect
10981 || h
->root
.type
== bfd_link_hash_warning
)
10982 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
10986 /* If a plugin symbol is referenced from a non-IR file,
10987 mark the symbol as undefined. Note that the
10988 linker may attach linker created dynamic sections
10989 to the plugin bfd. Symbols defined in linker
10990 created sections are not plugin symbols. */
10991 if ((h
->root
.non_ir_ref_regular
10992 || h
->root
.non_ir_ref_dynamic
)
10993 && (h
->root
.type
== bfd_link_hash_defined
10994 || h
->root
.type
== bfd_link_hash_defweak
)
10995 && (h
->root
.u
.def
.section
->flags
10996 & SEC_LINKER_CREATED
) == 0
10997 && h
->root
.u
.def
.section
->owner
!= NULL
10998 && (h
->root
.u
.def
.section
->owner
->flags
10999 & BFD_PLUGIN
) != 0)
11001 h
->root
.type
= bfd_link_hash_undefined
;
11002 h
->root
.u
.undef
.abfd
= h
->root
.u
.def
.section
->owner
;
11006 if (h
->root
.type
== bfd_link_hash_defined
11007 || h
->root
.type
== bfd_link_hash_defweak
)
11008 ps
= &h
->root
.u
.def
.section
;
11010 sym_name
= h
->root
.root
.string
;
11014 Elf_Internal_Sym
*sym
= isymbuf
+ r_symndx
;
11016 s_type
= ELF_ST_TYPE (sym
->st_info
);
11017 ps
= &flinfo
->sections
[r_symndx
];
11018 sym_name
= bfd_elf_sym_name (input_bfd
, symtab_hdr
,
11022 if ((s_type
== STT_RELC
|| s_type
== STT_SRELC
)
11023 && !bfd_link_relocatable (flinfo
->info
))
11026 bfd_vma dot
= (rel
->r_offset
11027 + o
->output_offset
+ o
->output_section
->vma
);
11029 printf ("Encountered a complex symbol!");
11030 printf (" (input_bfd %s, section %s, reloc %ld\n",
11031 input_bfd
->filename
, o
->name
,
11032 (long) (rel
- internal_relocs
));
11033 printf (" symbol: idx %8.8lx, name %s\n",
11034 r_symndx
, sym_name
);
11035 printf (" reloc : info %8.8lx, addr %8.8lx\n",
11036 (unsigned long) rel
->r_info
,
11037 (unsigned long) rel
->r_offset
);
11039 if (!eval_symbol (&val
, &sym_name
, input_bfd
, flinfo
, dot
,
11040 isymbuf
, locsymcount
, s_type
== STT_SRELC
))
11043 /* Symbol evaluated OK. Update to absolute value. */
11044 set_symbol_value (input_bfd
, isymbuf
, locsymcount
,
11049 if (action_discarded
!= -1 && ps
!= NULL
)
11051 /* Complain if the definition comes from a
11052 discarded section. */
11053 if ((sec
= *ps
) != NULL
&& discarded_section (sec
))
11055 BFD_ASSERT (r_symndx
!= STN_UNDEF
);
11056 if (action_discarded
& COMPLAIN
)
11057 (*flinfo
->info
->callbacks
->einfo
)
11058 /* xgettext:c-format */
11059 (_("%X`%s' referenced in section `%pA' of %pB: "
11060 "defined in discarded section `%pA' of %pB\n"),
11061 sym_name
, o
, input_bfd
, sec
, sec
->owner
);
11063 /* Try to do the best we can to support buggy old
11064 versions of gcc. Pretend that the symbol is
11065 really defined in the kept linkonce section.
11066 FIXME: This is quite broken. Modifying the
11067 symbol here means we will be changing all later
11068 uses of the symbol, not just in this section. */
11069 if (action_discarded
& PRETEND
)
11073 kept
= _bfd_elf_check_kept_section (sec
,
11085 /* Relocate the section by invoking a back end routine.
11087 The back end routine is responsible for adjusting the
11088 section contents as necessary, and (if using Rela relocs
11089 and generating a relocatable output file) adjusting the
11090 reloc addend as necessary.
11092 The back end routine does not have to worry about setting
11093 the reloc address or the reloc symbol index.
11095 The back end routine is given a pointer to the swapped in
11096 internal symbols, and can access the hash table entries
11097 for the external symbols via elf_sym_hashes (input_bfd).
11099 When generating relocatable output, the back end routine
11100 must handle STB_LOCAL/STT_SECTION symbols specially. The
11101 output symbol is going to be a section symbol
11102 corresponding to the output section, which will require
11103 the addend to be adjusted. */
11105 ret
= (*relocate_section
) (output_bfd
, flinfo
->info
,
11106 input_bfd
, o
, contents
,
11114 || bfd_link_relocatable (flinfo
->info
)
11115 || flinfo
->info
->emitrelocations
)
11117 Elf_Internal_Rela
*irela
;
11118 Elf_Internal_Rela
*irelaend
, *irelamid
;
11119 bfd_vma last_offset
;
11120 struct elf_link_hash_entry
**rel_hash
;
11121 struct elf_link_hash_entry
**rel_hash_list
, **rela_hash_list
;
11122 Elf_Internal_Shdr
*input_rel_hdr
, *input_rela_hdr
;
11123 unsigned int next_erel
;
11124 bfd_boolean rela_normal
;
11125 struct bfd_elf_section_data
*esdi
, *esdo
;
11127 esdi
= elf_section_data (o
);
11128 esdo
= elf_section_data (o
->output_section
);
11129 rela_normal
= FALSE
;
11131 /* Adjust the reloc addresses and symbol indices. */
11133 irela
= internal_relocs
;
11134 irelaend
= irela
+ o
->reloc_count
;
11135 rel_hash
= esdo
->rel
.hashes
+ esdo
->rel
.count
;
11136 /* We start processing the REL relocs, if any. When we reach
11137 IRELAMID in the loop, we switch to the RELA relocs. */
11139 if (esdi
->rel
.hdr
!= NULL
)
11140 irelamid
+= (NUM_SHDR_ENTRIES (esdi
->rel
.hdr
)
11141 * bed
->s
->int_rels_per_ext_rel
);
11142 rel_hash_list
= rel_hash
;
11143 rela_hash_list
= NULL
;
11144 last_offset
= o
->output_offset
;
11145 if (!bfd_link_relocatable (flinfo
->info
))
11146 last_offset
+= o
->output_section
->vma
;
11147 for (next_erel
= 0; irela
< irelaend
; irela
++, next_erel
++)
11149 unsigned long r_symndx
;
11151 Elf_Internal_Sym sym
;
11153 if (next_erel
== bed
->s
->int_rels_per_ext_rel
)
11159 if (irela
== irelamid
)
11161 rel_hash
= esdo
->rela
.hashes
+ esdo
->rela
.count
;
11162 rela_hash_list
= rel_hash
;
11163 rela_normal
= bed
->rela_normal
;
11166 irela
->r_offset
= _bfd_elf_section_offset (output_bfd
,
11169 if (irela
->r_offset
>= (bfd_vma
) -2)
11171 /* This is a reloc for a deleted entry or somesuch.
11172 Turn it into an R_*_NONE reloc, at the same
11173 offset as the last reloc. elf_eh_frame.c and
11174 bfd_elf_discard_info rely on reloc offsets
11176 irela
->r_offset
= last_offset
;
11178 irela
->r_addend
= 0;
11182 irela
->r_offset
+= o
->output_offset
;
11184 /* Relocs in an executable have to be virtual addresses. */
11185 if (!bfd_link_relocatable (flinfo
->info
))
11186 irela
->r_offset
+= o
->output_section
->vma
;
11188 last_offset
= irela
->r_offset
;
11190 r_symndx
= irela
->r_info
>> r_sym_shift
;
11191 if (r_symndx
== STN_UNDEF
)
11194 if (r_symndx
>= locsymcount
11195 || (elf_bad_symtab (input_bfd
)
11196 && flinfo
->sections
[r_symndx
] == NULL
))
11198 struct elf_link_hash_entry
*rh
;
11199 unsigned long indx
;
11201 /* This is a reloc against a global symbol. We
11202 have not yet output all the local symbols, so
11203 we do not know the symbol index of any global
11204 symbol. We set the rel_hash entry for this
11205 reloc to point to the global hash table entry
11206 for this symbol. The symbol index is then
11207 set at the end of bfd_elf_final_link. */
11208 indx
= r_symndx
- extsymoff
;
11209 rh
= elf_sym_hashes (input_bfd
)[indx
];
11210 while (rh
->root
.type
== bfd_link_hash_indirect
11211 || rh
->root
.type
== bfd_link_hash_warning
)
11212 rh
= (struct elf_link_hash_entry
*) rh
->root
.u
.i
.link
;
11214 /* Setting the index to -2 tells
11215 elf_link_output_extsym that this symbol is
11216 used by a reloc. */
11217 BFD_ASSERT (rh
->indx
< 0);
11224 /* This is a reloc against a local symbol. */
11227 sym
= isymbuf
[r_symndx
];
11228 sec
= flinfo
->sections
[r_symndx
];
11229 if (ELF_ST_TYPE (sym
.st_info
) == STT_SECTION
)
11231 /* I suppose the backend ought to fill in the
11232 section of any STT_SECTION symbol against a
11233 processor specific section. */
11234 r_symndx
= STN_UNDEF
;
11235 if (bfd_is_abs_section (sec
))
11237 else if (sec
== NULL
|| sec
->owner
== NULL
)
11239 bfd_set_error (bfd_error_bad_value
);
11244 asection
*osec
= sec
->output_section
;
11246 /* If we have discarded a section, the output
11247 section will be the absolute section. In
11248 case of discarded SEC_MERGE sections, use
11249 the kept section. relocate_section should
11250 have already handled discarded linkonce
11252 if (bfd_is_abs_section (osec
)
11253 && sec
->kept_section
!= NULL
11254 && sec
->kept_section
->output_section
!= NULL
)
11256 osec
= sec
->kept_section
->output_section
;
11257 irela
->r_addend
-= osec
->vma
;
11260 if (!bfd_is_abs_section (osec
))
11262 r_symndx
= osec
->target_index
;
11263 if (r_symndx
== STN_UNDEF
)
11265 irela
->r_addend
+= osec
->vma
;
11266 osec
= _bfd_nearby_section (output_bfd
, osec
,
11268 irela
->r_addend
-= osec
->vma
;
11269 r_symndx
= osec
->target_index
;
11274 /* Adjust the addend according to where the
11275 section winds up in the output section. */
11277 irela
->r_addend
+= sec
->output_offset
;
11281 if (flinfo
->indices
[r_symndx
] == -1)
11283 unsigned long shlink
;
11288 if (flinfo
->info
->strip
== strip_all
)
11290 /* You can't do ld -r -s. */
11291 bfd_set_error (bfd_error_invalid_operation
);
11295 /* This symbol was skipped earlier, but
11296 since it is needed by a reloc, we
11297 must output it now. */
11298 shlink
= symtab_hdr
->sh_link
;
11299 name
= (bfd_elf_string_from_elf_section
11300 (input_bfd
, shlink
, sym
.st_name
));
11304 osec
= sec
->output_section
;
11306 _bfd_elf_section_from_bfd_section (output_bfd
,
11308 if (sym
.st_shndx
== SHN_BAD
)
11311 sym
.st_value
+= sec
->output_offset
;
11312 if (!bfd_link_relocatable (flinfo
->info
))
11314 sym
.st_value
+= osec
->vma
;
11315 if (ELF_ST_TYPE (sym
.st_info
) == STT_TLS
)
11317 struct elf_link_hash_table
*htab
11318 = elf_hash_table (flinfo
->info
);
11320 /* STT_TLS symbols are relative to PT_TLS
11322 if (htab
->tls_sec
!= NULL
)
11323 sym
.st_value
-= htab
->tls_sec
->vma
;
11326 = ELF_ST_INFO (ELF_ST_BIND (sym
.st_info
),
11331 indx
= bfd_get_symcount (output_bfd
);
11332 ret
= elf_link_output_symstrtab (flinfo
, name
,
11338 flinfo
->indices
[r_symndx
] = indx
;
11343 r_symndx
= flinfo
->indices
[r_symndx
];
11346 irela
->r_info
= ((bfd_vma
) r_symndx
<< r_sym_shift
11347 | (irela
->r_info
& r_type_mask
));
11350 /* Swap out the relocs. */
11351 input_rel_hdr
= esdi
->rel
.hdr
;
11352 if (input_rel_hdr
&& input_rel_hdr
->sh_size
!= 0)
11354 if (!bed
->elf_backend_emit_relocs (output_bfd
, o
,
11359 internal_relocs
+= (NUM_SHDR_ENTRIES (input_rel_hdr
)
11360 * bed
->s
->int_rels_per_ext_rel
);
11361 rel_hash_list
+= NUM_SHDR_ENTRIES (input_rel_hdr
);
11364 input_rela_hdr
= esdi
->rela
.hdr
;
11365 if (input_rela_hdr
&& input_rela_hdr
->sh_size
!= 0)
11367 if (!bed
->elf_backend_emit_relocs (output_bfd
, o
,
11376 /* Write out the modified section contents. */
11377 if (bed
->elf_backend_write_section
11378 && (*bed
->elf_backend_write_section
) (output_bfd
, flinfo
->info
, o
,
11381 /* Section written out. */
11383 else switch (o
->sec_info_type
)
11385 case SEC_INFO_TYPE_STABS
:
11386 if (! (_bfd_write_section_stabs
11388 &elf_hash_table (flinfo
->info
)->stab_info
,
11389 o
, &elf_section_data (o
)->sec_info
, contents
)))
11392 case SEC_INFO_TYPE_MERGE
:
11393 if (! _bfd_write_merged_section (output_bfd
, o
,
11394 elf_section_data (o
)->sec_info
))
11397 case SEC_INFO_TYPE_EH_FRAME
:
11399 if (! _bfd_elf_write_section_eh_frame (output_bfd
, flinfo
->info
,
11404 case SEC_INFO_TYPE_EH_FRAME_ENTRY
:
11406 if (! _bfd_elf_write_section_eh_frame_entry (output_bfd
,
11414 if (! (o
->flags
& SEC_EXCLUDE
))
11416 file_ptr offset
= (file_ptr
) o
->output_offset
;
11417 bfd_size_type todo
= o
->size
;
11419 offset
*= bfd_octets_per_byte (output_bfd
, o
);
11421 if ((o
->flags
& SEC_ELF_REVERSE_COPY
))
11423 /* Reverse-copy input section to output. */
11426 todo
-= address_size
;
11427 if (! bfd_set_section_contents (output_bfd
,
11435 offset
+= address_size
;
11439 else if (! bfd_set_section_contents (output_bfd
,
11453 /* Generate a reloc when linking an ELF file. This is a reloc
11454 requested by the linker, and does not come from any input file. This
11455 is used to build constructor and destructor tables when linking
11459 elf_reloc_link_order (bfd
*output_bfd
,
11460 struct bfd_link_info
*info
,
11461 asection
*output_section
,
11462 struct bfd_link_order
*link_order
)
11464 reloc_howto_type
*howto
;
11468 struct bfd_elf_section_reloc_data
*reldata
;
11469 struct elf_link_hash_entry
**rel_hash_ptr
;
11470 Elf_Internal_Shdr
*rel_hdr
;
11471 const struct elf_backend_data
*bed
= get_elf_backend_data (output_bfd
);
11472 Elf_Internal_Rela irel
[MAX_INT_RELS_PER_EXT_REL
];
11475 struct bfd_elf_section_data
*esdo
= elf_section_data (output_section
);
11477 howto
= bfd_reloc_type_lookup (output_bfd
, link_order
->u
.reloc
.p
->reloc
);
11480 bfd_set_error (bfd_error_bad_value
);
11484 addend
= link_order
->u
.reloc
.p
->addend
;
11487 reldata
= &esdo
->rel
;
11488 else if (esdo
->rela
.hdr
)
11489 reldata
= &esdo
->rela
;
11496 /* Figure out the symbol index. */
11497 rel_hash_ptr
= reldata
->hashes
+ reldata
->count
;
11498 if (link_order
->type
== bfd_section_reloc_link_order
)
11500 indx
= link_order
->u
.reloc
.p
->u
.section
->target_index
;
11501 BFD_ASSERT (indx
!= 0);
11502 *rel_hash_ptr
= NULL
;
11506 struct elf_link_hash_entry
*h
;
11508 /* Treat a reloc against a defined symbol as though it were
11509 actually against the section. */
11510 h
= ((struct elf_link_hash_entry
*)
11511 bfd_wrapped_link_hash_lookup (output_bfd
, info
,
11512 link_order
->u
.reloc
.p
->u
.name
,
11513 FALSE
, FALSE
, TRUE
));
11515 && (h
->root
.type
== bfd_link_hash_defined
11516 || h
->root
.type
== bfd_link_hash_defweak
))
11520 section
= h
->root
.u
.def
.section
;
11521 indx
= section
->output_section
->target_index
;
11522 *rel_hash_ptr
= NULL
;
11523 /* It seems that we ought to add the symbol value to the
11524 addend here, but in practice it has already been added
11525 because it was passed to constructor_callback. */
11526 addend
+= section
->output_section
->vma
+ section
->output_offset
;
11528 else if (h
!= NULL
)
11530 /* Setting the index to -2 tells elf_link_output_extsym that
11531 this symbol is used by a reloc. */
11538 (*info
->callbacks
->unattached_reloc
)
11539 (info
, link_order
->u
.reloc
.p
->u
.name
, NULL
, NULL
, 0);
11544 /* If this is an inplace reloc, we must write the addend into the
11546 if (howto
->partial_inplace
&& addend
!= 0)
11548 bfd_size_type size
;
11549 bfd_reloc_status_type rstat
;
11552 const char *sym_name
;
11553 bfd_size_type octets
;
11555 size
= (bfd_size_type
) bfd_get_reloc_size (howto
);
11556 buf
= (bfd_byte
*) bfd_zmalloc (size
);
11557 if (buf
== NULL
&& size
!= 0)
11559 rstat
= _bfd_relocate_contents (howto
, output_bfd
, addend
, buf
);
11566 case bfd_reloc_outofrange
:
11569 case bfd_reloc_overflow
:
11570 if (link_order
->type
== bfd_section_reloc_link_order
)
11571 sym_name
= bfd_section_name (link_order
->u
.reloc
.p
->u
.section
);
11573 sym_name
= link_order
->u
.reloc
.p
->u
.name
;
11574 (*info
->callbacks
->reloc_overflow
) (info
, NULL
, sym_name
,
11575 howto
->name
, addend
, NULL
, NULL
,
11580 octets
= link_order
->offset
* bfd_octets_per_byte (output_bfd
,
11582 ok
= bfd_set_section_contents (output_bfd
, output_section
, buf
,
11589 /* The address of a reloc is relative to the section in a
11590 relocatable file, and is a virtual address in an executable
11592 offset
= link_order
->offset
;
11593 if (! bfd_link_relocatable (info
))
11594 offset
+= output_section
->vma
;
11596 for (i
= 0; i
< bed
->s
->int_rels_per_ext_rel
; i
++)
11598 irel
[i
].r_offset
= offset
;
11599 irel
[i
].r_info
= 0;
11600 irel
[i
].r_addend
= 0;
11602 if (bed
->s
->arch_size
== 32)
11603 irel
[0].r_info
= ELF32_R_INFO (indx
, howto
->type
);
11605 irel
[0].r_info
= ELF64_R_INFO (indx
, howto
->type
);
11607 rel_hdr
= reldata
->hdr
;
11608 erel
= rel_hdr
->contents
;
11609 if (rel_hdr
->sh_type
== SHT_REL
)
11611 erel
+= reldata
->count
* bed
->s
->sizeof_rel
;
11612 (*bed
->s
->swap_reloc_out
) (output_bfd
, irel
, erel
);
11616 irel
[0].r_addend
= addend
;
11617 erel
+= reldata
->count
* bed
->s
->sizeof_rela
;
11618 (*bed
->s
->swap_reloca_out
) (output_bfd
, irel
, erel
);
11627 /* Compare two sections based on the locations of the sections they are
11628 linked to. Used by elf_fixup_link_order. */
11631 compare_link_order (const void *a
, const void *b
)
11633 const struct bfd_link_order
*alo
= *(const struct bfd_link_order
**) a
;
11634 const struct bfd_link_order
*blo
= *(const struct bfd_link_order
**) b
;
11635 asection
*asec
= elf_linked_to_section (alo
->u
.indirect
.section
);
11636 asection
*bsec
= elf_linked_to_section (blo
->u
.indirect
.section
);
11637 bfd_vma apos
= asec
->output_section
->lma
+ asec
->output_offset
;
11638 bfd_vma bpos
= bsec
->output_section
->lma
+ bsec
->output_offset
;
11645 /* The only way we should get matching LMAs is when the first of two
11646 sections has zero size. */
11647 if (asec
->size
< bsec
->size
)
11649 if (asec
->size
> bsec
->size
)
11652 /* If they are both zero size then they almost certainly have the same
11653 VMA and thus are not ordered with respect to each other. Test VMA
11654 anyway, and fall back to id to make the result reproducible across
11655 qsort implementations. */
11656 apos
= asec
->output_section
->vma
+ asec
->output_offset
;
11657 bpos
= bsec
->output_section
->vma
+ bsec
->output_offset
;
11663 return asec
->id
- bsec
->id
;
11667 /* Looks for sections with SHF_LINK_ORDER set. Rearranges them into the same
11668 order as their linked sections. Returns false if this could not be done
11669 because an output section includes both ordered and unordered
11670 sections. Ideally we'd do this in the linker proper. */
11673 elf_fixup_link_order (bfd
*abfd
, asection
*o
)
11675 size_t seen_linkorder
;
11678 struct bfd_link_order
*p
;
11680 struct bfd_link_order
**sections
;
11681 asection
*other_sec
, *linkorder_sec
;
11682 bfd_vma offset
; /* Octets. */
11685 linkorder_sec
= NULL
;
11687 seen_linkorder
= 0;
11688 for (p
= o
->map_head
.link_order
; p
!= NULL
; p
= p
->next
)
11690 if (p
->type
== bfd_indirect_link_order
)
11692 asection
*s
= p
->u
.indirect
.section
;
11694 if ((s
->flags
& SEC_LINKER_CREATED
) == 0
11695 && bfd_get_flavour (sub
) == bfd_target_elf_flavour
11696 && elf_section_data (s
) != NULL
11697 && elf_linked_to_section (s
) != NULL
)
11711 if (seen_other
&& seen_linkorder
)
11713 if (other_sec
&& linkorder_sec
)
11715 /* xgettext:c-format */
11716 (_("%pA has both ordered [`%pA' in %pB] "
11717 "and unordered [`%pA' in %pB] sections"),
11718 o
, linkorder_sec
, linkorder_sec
->owner
,
11719 other_sec
, other_sec
->owner
);
11722 (_("%pA has both ordered and unordered sections"), o
);
11723 bfd_set_error (bfd_error_bad_value
);
11728 if (!seen_linkorder
)
11731 sections
= bfd_malloc (seen_linkorder
* sizeof (*sections
));
11732 if (sections
== NULL
)
11735 seen_linkorder
= 0;
11736 for (p
= o
->map_head
.link_order
; p
!= NULL
; p
= p
->next
)
11737 sections
[seen_linkorder
++] = p
;
11739 /* Sort the input sections in the order of their linked section. */
11740 qsort (sections
, seen_linkorder
, sizeof (*sections
), compare_link_order
);
11742 /* Change the offsets of the sections. */
11744 for (n
= 0; n
< seen_linkorder
; n
++)
11747 asection
*s
= sections
[n
]->u
.indirect
.section
;
11748 unsigned int opb
= bfd_octets_per_byte (abfd
, s
);
11750 mask
= ~(bfd_vma
) 0 << s
->alignment_power
* opb
;
11751 offset
= (offset
+ ~mask
) & mask
;
11752 sections
[n
]->offset
= s
->output_offset
= offset
/ opb
;
11753 offset
+= sections
[n
]->size
;
11760 /* Generate an import library in INFO->implib_bfd from symbols in ABFD.
11761 Returns TRUE upon success, FALSE otherwise. */
11764 elf_output_implib (bfd
*abfd
, struct bfd_link_info
*info
)
11766 bfd_boolean ret
= FALSE
;
11768 const struct elf_backend_data
*bed
;
11770 enum bfd_architecture arch
;
11772 asymbol
**sympp
= NULL
;
11776 elf_symbol_type
*osymbuf
;
11779 implib_bfd
= info
->out_implib_bfd
;
11780 bed
= get_elf_backend_data (abfd
);
11782 if (!bfd_set_format (implib_bfd
, bfd_object
))
11785 /* Use flag from executable but make it a relocatable object. */
11786 flags
= bfd_get_file_flags (abfd
);
11787 flags
&= ~HAS_RELOC
;
11788 if (!bfd_set_start_address (implib_bfd
, 0)
11789 || !bfd_set_file_flags (implib_bfd
, flags
& ~EXEC_P
))
11792 /* Copy architecture of output file to import library file. */
11793 arch
= bfd_get_arch (abfd
);
11794 mach
= bfd_get_mach (abfd
);
11795 if (!bfd_set_arch_mach (implib_bfd
, arch
, mach
)
11796 && (abfd
->target_defaulted
11797 || bfd_get_arch (abfd
) != bfd_get_arch (implib_bfd
)))
11800 /* Get symbol table size. */
11801 symsize
= bfd_get_symtab_upper_bound (abfd
);
11805 /* Read in the symbol table. */
11806 sympp
= (asymbol
**) bfd_malloc (symsize
);
11810 symcount
= bfd_canonicalize_symtab (abfd
, sympp
);
11814 /* Allow the BFD backend to copy any private header data it
11815 understands from the output BFD to the import library BFD. */
11816 if (! bfd_copy_private_header_data (abfd
, implib_bfd
))
11819 /* Filter symbols to appear in the import library. */
11820 if (bed
->elf_backend_filter_implib_symbols
)
11821 symcount
= bed
->elf_backend_filter_implib_symbols (abfd
, info
, sympp
,
11824 symcount
= _bfd_elf_filter_global_symbols (abfd
, info
, sympp
, symcount
);
11827 bfd_set_error (bfd_error_no_symbols
);
11828 _bfd_error_handler (_("%pB: no symbol found for import library"),
11834 /* Make symbols absolute. */
11835 amt
= symcount
* sizeof (*osymbuf
);
11836 osymbuf
= (elf_symbol_type
*) bfd_alloc (implib_bfd
, amt
);
11837 if (osymbuf
== NULL
)
11840 for (src_count
= 0; src_count
< symcount
; src_count
++)
11842 memcpy (&osymbuf
[src_count
], (elf_symbol_type
*) sympp
[src_count
],
11843 sizeof (*osymbuf
));
11844 osymbuf
[src_count
].symbol
.section
= bfd_abs_section_ptr
;
11845 osymbuf
[src_count
].internal_elf_sym
.st_shndx
= SHN_ABS
;
11846 osymbuf
[src_count
].symbol
.value
+= sympp
[src_count
]->section
->vma
;
11847 osymbuf
[src_count
].internal_elf_sym
.st_value
=
11848 osymbuf
[src_count
].symbol
.value
;
11849 sympp
[src_count
] = &osymbuf
[src_count
].symbol
;
11852 bfd_set_symtab (implib_bfd
, sympp
, symcount
);
11854 /* Allow the BFD backend to copy any private data it understands
11855 from the output BFD to the import library BFD. This is done last
11856 to permit the routine to look at the filtered symbol table. */
11857 if (! bfd_copy_private_bfd_data (abfd
, implib_bfd
))
11860 if (!bfd_close (implib_bfd
))
11871 elf_final_link_free (bfd
*obfd
, struct elf_final_link_info
*flinfo
)
11875 if (flinfo
->symstrtab
!= NULL
)
11876 _bfd_elf_strtab_free (flinfo
->symstrtab
);
11877 if (flinfo
->contents
!= NULL
)
11878 free (flinfo
->contents
);
11879 if (flinfo
->external_relocs
!= NULL
)
11880 free (flinfo
->external_relocs
);
11881 if (flinfo
->internal_relocs
!= NULL
)
11882 free (flinfo
->internal_relocs
);
11883 if (flinfo
->external_syms
!= NULL
)
11884 free (flinfo
->external_syms
);
11885 if (flinfo
->locsym_shndx
!= NULL
)
11886 free (flinfo
->locsym_shndx
);
11887 if (flinfo
->internal_syms
!= NULL
)
11888 free (flinfo
->internal_syms
);
11889 if (flinfo
->indices
!= NULL
)
11890 free (flinfo
->indices
);
11891 if (flinfo
->sections
!= NULL
)
11892 free (flinfo
->sections
);
11893 if (flinfo
->symshndxbuf
!= NULL
11894 && flinfo
->symshndxbuf
!= (Elf_External_Sym_Shndx
*) -1)
11895 free (flinfo
->symshndxbuf
);
11896 for (o
= obfd
->sections
; o
!= NULL
; o
= o
->next
)
11898 struct bfd_elf_section_data
*esdo
= elf_section_data (o
);
11899 if ((o
->flags
& SEC_RELOC
) != 0 && esdo
->rel
.hashes
!= NULL
)
11900 free (esdo
->rel
.hashes
);
11901 if ((o
->flags
& SEC_RELOC
) != 0 && esdo
->rela
.hashes
!= NULL
)
11902 free (esdo
->rela
.hashes
);
11906 /* Do the final step of an ELF link. */
11909 bfd_elf_final_link (bfd
*abfd
, struct bfd_link_info
*info
)
11911 bfd_boolean dynamic
;
11912 bfd_boolean emit_relocs
;
11914 struct elf_final_link_info flinfo
;
11916 struct bfd_link_order
*p
;
11918 bfd_size_type max_contents_size
;
11919 bfd_size_type max_external_reloc_size
;
11920 bfd_size_type max_internal_reloc_count
;
11921 bfd_size_type max_sym_count
;
11922 bfd_size_type max_sym_shndx_count
;
11923 Elf_Internal_Sym elfsym
;
11925 Elf_Internal_Shdr
*symtab_hdr
;
11926 Elf_Internal_Shdr
*symtab_shndx_hdr
;
11927 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
11928 struct elf_outext_info eoinfo
;
11929 bfd_boolean merged
;
11930 size_t relativecount
= 0;
11931 asection
*reldyn
= 0;
11933 asection
*attr_section
= NULL
;
11934 bfd_vma attr_size
= 0;
11935 const char *std_attrs_section
;
11936 struct elf_link_hash_table
*htab
= elf_hash_table (info
);
11937 bfd_boolean sections_removed
;
11939 if (!is_elf_hash_table (htab
))
11942 if (bfd_link_pic (info
))
11943 abfd
->flags
|= DYNAMIC
;
11945 dynamic
= htab
->dynamic_sections_created
;
11946 dynobj
= htab
->dynobj
;
11948 emit_relocs
= (bfd_link_relocatable (info
)
11949 || info
->emitrelocations
);
11951 flinfo
.info
= info
;
11952 flinfo
.output_bfd
= abfd
;
11953 flinfo
.symstrtab
= _bfd_elf_strtab_init ();
11954 if (flinfo
.symstrtab
== NULL
)
11959 flinfo
.hash_sec
= NULL
;
11960 flinfo
.symver_sec
= NULL
;
11964 flinfo
.hash_sec
= bfd_get_linker_section (dynobj
, ".hash");
11965 /* Note that dynsym_sec can be NULL (on VMS). */
11966 flinfo
.symver_sec
= bfd_get_linker_section (dynobj
, ".gnu.version");
11967 /* Note that it is OK if symver_sec is NULL. */
11970 flinfo
.contents
= NULL
;
11971 flinfo
.external_relocs
= NULL
;
11972 flinfo
.internal_relocs
= NULL
;
11973 flinfo
.external_syms
= NULL
;
11974 flinfo
.locsym_shndx
= NULL
;
11975 flinfo
.internal_syms
= NULL
;
11976 flinfo
.indices
= NULL
;
11977 flinfo
.sections
= NULL
;
11978 flinfo
.symshndxbuf
= NULL
;
11979 flinfo
.filesym_count
= 0;
11981 /* The object attributes have been merged. Remove the input
11982 sections from the link, and set the contents of the output
11984 sections_removed
= FALSE
;
11985 std_attrs_section
= get_elf_backend_data (abfd
)->obj_attrs_section
;
11986 for (o
= abfd
->sections
; o
!= NULL
; o
= o
->next
)
11988 bfd_boolean remove_section
= FALSE
;
11990 if ((std_attrs_section
&& strcmp (o
->name
, std_attrs_section
) == 0)
11991 || strcmp (o
->name
, ".gnu.attributes") == 0)
11993 for (p
= o
->map_head
.link_order
; p
!= NULL
; p
= p
->next
)
11995 asection
*input_section
;
11997 if (p
->type
!= bfd_indirect_link_order
)
11999 input_section
= p
->u
.indirect
.section
;
12000 /* Hack: reset the SEC_HAS_CONTENTS flag so that
12001 elf_link_input_bfd ignores this section. */
12002 input_section
->flags
&= ~SEC_HAS_CONTENTS
;
12005 attr_size
= bfd_elf_obj_attr_size (abfd
);
12006 bfd_set_section_size (o
, attr_size
);
12007 /* Skip this section later on. */
12008 o
->map_head
.link_order
= NULL
;
12012 remove_section
= TRUE
;
12014 else if ((o
->flags
& SEC_GROUP
) != 0 && o
->size
== 0)
12016 /* Remove empty group section from linker output. */
12017 remove_section
= TRUE
;
12019 if (remove_section
)
12021 o
->flags
|= SEC_EXCLUDE
;
12022 bfd_section_list_remove (abfd
, o
);
12023 abfd
->section_count
--;
12024 sections_removed
= TRUE
;
12027 if (sections_removed
)
12028 _bfd_fix_excluded_sec_syms (abfd
, info
);
12030 /* Count up the number of relocations we will output for each output
12031 section, so that we know the sizes of the reloc sections. We
12032 also figure out some maximum sizes. */
12033 max_contents_size
= 0;
12034 max_external_reloc_size
= 0;
12035 max_internal_reloc_count
= 0;
12037 max_sym_shndx_count
= 0;
12039 for (o
= abfd
->sections
; o
!= NULL
; o
= o
->next
)
12041 struct bfd_elf_section_data
*esdo
= elf_section_data (o
);
12042 o
->reloc_count
= 0;
12044 for (p
= o
->map_head
.link_order
; p
!= NULL
; p
= p
->next
)
12046 unsigned int reloc_count
= 0;
12047 unsigned int additional_reloc_count
= 0;
12048 struct bfd_elf_section_data
*esdi
= NULL
;
12050 if (p
->type
== bfd_section_reloc_link_order
12051 || p
->type
== bfd_symbol_reloc_link_order
)
12053 else if (p
->type
== bfd_indirect_link_order
)
12057 sec
= p
->u
.indirect
.section
;
12059 /* Mark all sections which are to be included in the
12060 link. This will normally be every section. We need
12061 to do this so that we can identify any sections which
12062 the linker has decided to not include. */
12063 sec
->linker_mark
= TRUE
;
12065 if (sec
->flags
& SEC_MERGE
)
12068 if (sec
->rawsize
> max_contents_size
)
12069 max_contents_size
= sec
->rawsize
;
12070 if (sec
->size
> max_contents_size
)
12071 max_contents_size
= sec
->size
;
12073 if (bfd_get_flavour (sec
->owner
) == bfd_target_elf_flavour
12074 && (sec
->owner
->flags
& DYNAMIC
) == 0)
12078 /* We are interested in just local symbols, not all
12080 if (elf_bad_symtab (sec
->owner
))
12081 sym_count
= (elf_tdata (sec
->owner
)->symtab_hdr
.sh_size
12082 / bed
->s
->sizeof_sym
);
12084 sym_count
= elf_tdata (sec
->owner
)->symtab_hdr
.sh_info
;
12086 if (sym_count
> max_sym_count
)
12087 max_sym_count
= sym_count
;
12089 if (sym_count
> max_sym_shndx_count
12090 && elf_symtab_shndx_list (sec
->owner
) != NULL
)
12091 max_sym_shndx_count
= sym_count
;
12093 if (esdo
->this_hdr
.sh_type
== SHT_REL
12094 || esdo
->this_hdr
.sh_type
== SHT_RELA
)
12095 /* Some backends use reloc_count in relocation sections
12096 to count particular types of relocs. Of course,
12097 reloc sections themselves can't have relocations. */
12099 else if (emit_relocs
)
12101 reloc_count
= sec
->reloc_count
;
12102 if (bed
->elf_backend_count_additional_relocs
)
12105 c
= (*bed
->elf_backend_count_additional_relocs
) (sec
);
12106 additional_reloc_count
+= c
;
12109 else if (bed
->elf_backend_count_relocs
)
12110 reloc_count
= (*bed
->elf_backend_count_relocs
) (info
, sec
);
12112 esdi
= elf_section_data (sec
);
12114 if ((sec
->flags
& SEC_RELOC
) != 0)
12116 size_t ext_size
= 0;
12118 if (esdi
->rel
.hdr
!= NULL
)
12119 ext_size
= esdi
->rel
.hdr
->sh_size
;
12120 if (esdi
->rela
.hdr
!= NULL
)
12121 ext_size
+= esdi
->rela
.hdr
->sh_size
;
12123 if (ext_size
> max_external_reloc_size
)
12124 max_external_reloc_size
= ext_size
;
12125 if (sec
->reloc_count
> max_internal_reloc_count
)
12126 max_internal_reloc_count
= sec
->reloc_count
;
12131 if (reloc_count
== 0)
12134 reloc_count
+= additional_reloc_count
;
12135 o
->reloc_count
+= reloc_count
;
12137 if (p
->type
== bfd_indirect_link_order
&& emit_relocs
)
12141 esdo
->rel
.count
+= NUM_SHDR_ENTRIES (esdi
->rel
.hdr
);
12142 esdo
->rel
.count
+= additional_reloc_count
;
12144 if (esdi
->rela
.hdr
)
12146 esdo
->rela
.count
+= NUM_SHDR_ENTRIES (esdi
->rela
.hdr
);
12147 esdo
->rela
.count
+= additional_reloc_count
;
12153 esdo
->rela
.count
+= reloc_count
;
12155 esdo
->rel
.count
+= reloc_count
;
12159 if (o
->reloc_count
> 0)
12160 o
->flags
|= SEC_RELOC
;
12163 /* Explicitly clear the SEC_RELOC flag. The linker tends to
12164 set it (this is probably a bug) and if it is set
12165 assign_section_numbers will create a reloc section. */
12166 o
->flags
&=~ SEC_RELOC
;
12169 /* If the SEC_ALLOC flag is not set, force the section VMA to
12170 zero. This is done in elf_fake_sections as well, but forcing
12171 the VMA to 0 here will ensure that relocs against these
12172 sections are handled correctly. */
12173 if ((o
->flags
& SEC_ALLOC
) == 0
12174 && ! o
->user_set_vma
)
12178 if (! bfd_link_relocatable (info
) && merged
)
12179 elf_link_hash_traverse (htab
, _bfd_elf_link_sec_merge_syms
, abfd
);
12181 /* Figure out the file positions for everything but the symbol table
12182 and the relocs. We set symcount to force assign_section_numbers
12183 to create a symbol table. */
12184 abfd
->symcount
= info
->strip
!= strip_all
|| emit_relocs
;
12185 BFD_ASSERT (! abfd
->output_has_begun
);
12186 if (! _bfd_elf_compute_section_file_positions (abfd
, info
))
12189 /* Set sizes, and assign file positions for reloc sections. */
12190 for (o
= abfd
->sections
; o
!= NULL
; o
= o
->next
)
12192 struct bfd_elf_section_data
*esdo
= elf_section_data (o
);
12193 if ((o
->flags
& SEC_RELOC
) != 0)
12196 && !(_bfd_elf_link_size_reloc_section (abfd
, &esdo
->rel
)))
12200 && !(_bfd_elf_link_size_reloc_section (abfd
, &esdo
->rela
)))
12204 /* _bfd_elf_compute_section_file_positions makes temporary use
12205 of target_index. Reset it. */
12206 o
->target_index
= 0;
12208 /* Now, reset REL_COUNT and REL_COUNT2 so that we can use them
12209 to count upwards while actually outputting the relocations. */
12210 esdo
->rel
.count
= 0;
12211 esdo
->rela
.count
= 0;
12213 if ((esdo
->this_hdr
.sh_offset
== (file_ptr
) -1)
12214 && !bfd_section_is_ctf (o
))
12216 /* Cache the section contents so that they can be compressed
12217 later. Use bfd_malloc since it will be freed by
12218 bfd_compress_section_contents. */
12219 unsigned char *contents
= esdo
->this_hdr
.contents
;
12220 if ((o
->flags
& SEC_ELF_COMPRESS
) == 0 || contents
!= NULL
)
12223 = (unsigned char *) bfd_malloc (esdo
->this_hdr
.sh_size
);
12224 if (contents
== NULL
)
12226 esdo
->this_hdr
.contents
= contents
;
12230 /* We have now assigned file positions for all the sections except .symtab,
12231 .strtab, and non-loaded reloc and compressed debugging sections. We start
12232 the .symtab section at the current file position, and write directly to it.
12233 We build the .strtab section in memory. */
12234 abfd
->symcount
= 0;
12235 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
12236 /* sh_name is set in prep_headers. */
12237 symtab_hdr
->sh_type
= SHT_SYMTAB
;
12238 /* sh_flags, sh_addr and sh_size all start off zero. */
12239 symtab_hdr
->sh_entsize
= bed
->s
->sizeof_sym
;
12240 /* sh_link is set in assign_section_numbers. */
12241 /* sh_info is set below. */
12242 /* sh_offset is set just below. */
12243 symtab_hdr
->sh_addralign
= (bfd_vma
) 1 << bed
->s
->log_file_align
;
12245 if (max_sym_count
< 20)
12246 max_sym_count
= 20;
12247 htab
->strtabsize
= max_sym_count
;
12248 amt
= max_sym_count
* sizeof (struct elf_sym_strtab
);
12249 htab
->strtab
= (struct elf_sym_strtab
*) bfd_malloc (amt
);
12250 if (htab
->strtab
== NULL
)
12252 /* The real buffer will be allocated in elf_link_swap_symbols_out. */
12254 = (elf_numsections (abfd
) > (SHN_LORESERVE
& 0xFFFF)
12255 ? (Elf_External_Sym_Shndx
*) -1 : NULL
);
12257 if (info
->strip
!= strip_all
|| emit_relocs
)
12259 file_ptr off
= elf_next_file_pos (abfd
);
12261 _bfd_elf_assign_file_position_for_section (symtab_hdr
, off
, TRUE
);
12263 /* Note that at this point elf_next_file_pos (abfd) is
12264 incorrect. We do not yet know the size of the .symtab section.
12265 We correct next_file_pos below, after we do know the size. */
12267 /* Start writing out the symbol table. The first symbol is always a
12269 elfsym
.st_value
= 0;
12270 elfsym
.st_size
= 0;
12271 elfsym
.st_info
= 0;
12272 elfsym
.st_other
= 0;
12273 elfsym
.st_shndx
= SHN_UNDEF
;
12274 elfsym
.st_target_internal
= 0;
12275 if (elf_link_output_symstrtab (&flinfo
, NULL
, &elfsym
,
12276 bfd_und_section_ptr
, NULL
) != 1)
12279 /* Output a symbol for each section. We output these even if we are
12280 discarding local symbols, since they are used for relocs. These
12281 symbols have no names. We store the index of each one in the
12282 index field of the section, so that we can find it again when
12283 outputting relocs. */
12285 elfsym
.st_size
= 0;
12286 elfsym
.st_info
= ELF_ST_INFO (STB_LOCAL
, STT_SECTION
);
12287 elfsym
.st_other
= 0;
12288 elfsym
.st_value
= 0;
12289 elfsym
.st_target_internal
= 0;
12290 for (i
= 1; i
< elf_numsections (abfd
); i
++)
12292 o
= bfd_section_from_elf_index (abfd
, i
);
12295 o
->target_index
= bfd_get_symcount (abfd
);
12296 elfsym
.st_shndx
= i
;
12297 if (!bfd_link_relocatable (info
))
12298 elfsym
.st_value
= o
->vma
;
12299 if (elf_link_output_symstrtab (&flinfo
, NULL
, &elfsym
, o
,
12306 /* Allocate some memory to hold information read in from the input
12308 if (max_contents_size
!= 0)
12310 flinfo
.contents
= (bfd_byte
*) bfd_malloc (max_contents_size
);
12311 if (flinfo
.contents
== NULL
)
12315 if (max_external_reloc_size
!= 0)
12317 flinfo
.external_relocs
= bfd_malloc (max_external_reloc_size
);
12318 if (flinfo
.external_relocs
== NULL
)
12322 if (max_internal_reloc_count
!= 0)
12324 amt
= max_internal_reloc_count
* sizeof (Elf_Internal_Rela
);
12325 flinfo
.internal_relocs
= (Elf_Internal_Rela
*) bfd_malloc (amt
);
12326 if (flinfo
.internal_relocs
== NULL
)
12330 if (max_sym_count
!= 0)
12332 amt
= max_sym_count
* bed
->s
->sizeof_sym
;
12333 flinfo
.external_syms
= (bfd_byte
*) bfd_malloc (amt
);
12334 if (flinfo
.external_syms
== NULL
)
12337 amt
= max_sym_count
* sizeof (Elf_Internal_Sym
);
12338 flinfo
.internal_syms
= (Elf_Internal_Sym
*) bfd_malloc (amt
);
12339 if (flinfo
.internal_syms
== NULL
)
12342 amt
= max_sym_count
* sizeof (long);
12343 flinfo
.indices
= (long int *) bfd_malloc (amt
);
12344 if (flinfo
.indices
== NULL
)
12347 amt
= max_sym_count
* sizeof (asection
*);
12348 flinfo
.sections
= (asection
**) bfd_malloc (amt
);
12349 if (flinfo
.sections
== NULL
)
12353 if (max_sym_shndx_count
!= 0)
12355 amt
= max_sym_shndx_count
* sizeof (Elf_External_Sym_Shndx
);
12356 flinfo
.locsym_shndx
= (Elf_External_Sym_Shndx
*) bfd_malloc (amt
);
12357 if (flinfo
.locsym_shndx
== NULL
)
12363 bfd_vma base
, end
= 0; /* Both bytes. */
12366 for (sec
= htab
->tls_sec
;
12367 sec
&& (sec
->flags
& SEC_THREAD_LOCAL
);
12370 bfd_size_type size
= sec
->size
;
12371 unsigned int opb
= bfd_octets_per_byte (abfd
, sec
);
12374 && (sec
->flags
& SEC_HAS_CONTENTS
) == 0)
12376 struct bfd_link_order
*ord
= sec
->map_tail
.link_order
;
12379 size
= ord
->offset
* opb
+ ord
->size
;
12381 end
= sec
->vma
+ size
/ opb
;
12383 base
= htab
->tls_sec
->vma
;
12384 /* Only align end of TLS section if static TLS doesn't have special
12385 alignment requirements. */
12386 if (bed
->static_tls_alignment
== 1)
12387 end
= align_power (end
, htab
->tls_sec
->alignment_power
);
12388 htab
->tls_size
= end
- base
;
12391 /* Reorder SHF_LINK_ORDER sections. */
12392 for (o
= abfd
->sections
; o
!= NULL
; o
= o
->next
)
12394 if (!elf_fixup_link_order (abfd
, o
))
12398 if (!_bfd_elf_fixup_eh_frame_hdr (info
))
12401 /* Since ELF permits relocations to be against local symbols, we
12402 must have the local symbols available when we do the relocations.
12403 Since we would rather only read the local symbols once, and we
12404 would rather not keep them in memory, we handle all the
12405 relocations for a single input file at the same time.
12407 Unfortunately, there is no way to know the total number of local
12408 symbols until we have seen all of them, and the local symbol
12409 indices precede the global symbol indices. This means that when
12410 we are generating relocatable output, and we see a reloc against
12411 a global symbol, we can not know the symbol index until we have
12412 finished examining all the local symbols to see which ones we are
12413 going to output. To deal with this, we keep the relocations in
12414 memory, and don't output them until the end of the link. This is
12415 an unfortunate waste of memory, but I don't see a good way around
12416 it. Fortunately, it only happens when performing a relocatable
12417 link, which is not the common case. FIXME: If keep_memory is set
12418 we could write the relocs out and then read them again; I don't
12419 know how bad the memory loss will be. */
12421 for (sub
= info
->input_bfds
; sub
!= NULL
; sub
= sub
->link
.next
)
12422 sub
->output_has_begun
= FALSE
;
12423 for (o
= abfd
->sections
; o
!= NULL
; o
= o
->next
)
12425 for (p
= o
->map_head
.link_order
; p
!= NULL
; p
= p
->next
)
12427 if (p
->type
== bfd_indirect_link_order
12428 && (bfd_get_flavour ((sub
= p
->u
.indirect
.section
->owner
))
12429 == bfd_target_elf_flavour
)
12430 && elf_elfheader (sub
)->e_ident
[EI_CLASS
] == bed
->s
->elfclass
)
12432 if (! sub
->output_has_begun
)
12434 if (! elf_link_input_bfd (&flinfo
, sub
))
12436 sub
->output_has_begun
= TRUE
;
12439 else if (p
->type
== bfd_section_reloc_link_order
12440 || p
->type
== bfd_symbol_reloc_link_order
)
12442 if (! elf_reloc_link_order (abfd
, info
, o
, p
))
12447 if (! _bfd_default_link_order (abfd
, info
, o
, p
))
12449 if (p
->type
== bfd_indirect_link_order
12450 && (bfd_get_flavour (sub
)
12451 == bfd_target_elf_flavour
)
12452 && (elf_elfheader (sub
)->e_ident
[EI_CLASS
]
12453 != bed
->s
->elfclass
))
12455 const char *iclass
, *oclass
;
12457 switch (bed
->s
->elfclass
)
12459 case ELFCLASS64
: oclass
= "ELFCLASS64"; break;
12460 case ELFCLASS32
: oclass
= "ELFCLASS32"; break;
12461 case ELFCLASSNONE
: oclass
= "ELFCLASSNONE"; break;
12465 switch (elf_elfheader (sub
)->e_ident
[EI_CLASS
])
12467 case ELFCLASS64
: iclass
= "ELFCLASS64"; break;
12468 case ELFCLASS32
: iclass
= "ELFCLASS32"; break;
12469 case ELFCLASSNONE
: iclass
= "ELFCLASSNONE"; break;
12473 bfd_set_error (bfd_error_wrong_format
);
12475 /* xgettext:c-format */
12476 (_("%pB: file class %s incompatible with %s"),
12477 sub
, iclass
, oclass
);
12486 /* Free symbol buffer if needed. */
12487 if (!info
->reduce_memory_overheads
)
12489 for (sub
= info
->input_bfds
; sub
!= NULL
; sub
= sub
->link
.next
)
12490 if (bfd_get_flavour (sub
) == bfd_target_elf_flavour
12491 && elf_tdata (sub
)->symbuf
)
12493 free (elf_tdata (sub
)->symbuf
);
12494 elf_tdata (sub
)->symbuf
= NULL
;
12498 /* Output any global symbols that got converted to local in a
12499 version script or due to symbol visibility. We do this in a
12500 separate step since ELF requires all local symbols to appear
12501 prior to any global symbols. FIXME: We should only do this if
12502 some global symbols were, in fact, converted to become local.
12503 FIXME: Will this work correctly with the Irix 5 linker? */
12504 eoinfo
.failed
= FALSE
;
12505 eoinfo
.flinfo
= &flinfo
;
12506 eoinfo
.localsyms
= TRUE
;
12507 eoinfo
.file_sym_done
= FALSE
;
12508 bfd_hash_traverse (&info
->hash
->table
, elf_link_output_extsym
, &eoinfo
);
12512 /* If backend needs to output some local symbols not present in the hash
12513 table, do it now. */
12514 if (bed
->elf_backend_output_arch_local_syms
12515 && (info
->strip
!= strip_all
|| emit_relocs
))
12517 typedef int (*out_sym_func
)
12518 (void *, const char *, Elf_Internal_Sym
*, asection
*,
12519 struct elf_link_hash_entry
*);
12521 if (! ((*bed
->elf_backend_output_arch_local_syms
)
12522 (abfd
, info
, &flinfo
,
12523 (out_sym_func
) elf_link_output_symstrtab
)))
12527 /* That wrote out all the local symbols. Finish up the symbol table
12528 with the global symbols. Even if we want to strip everything we
12529 can, we still need to deal with those global symbols that got
12530 converted to local in a version script. */
12532 /* The sh_info field records the index of the first non local symbol. */
12533 symtab_hdr
->sh_info
= bfd_get_symcount (abfd
);
12536 && htab
->dynsym
!= NULL
12537 && htab
->dynsym
->output_section
!= bfd_abs_section_ptr
)
12539 Elf_Internal_Sym sym
;
12540 bfd_byte
*dynsym
= htab
->dynsym
->contents
;
12542 o
= htab
->dynsym
->output_section
;
12543 elf_section_data (o
)->this_hdr
.sh_info
= htab
->local_dynsymcount
+ 1;
12545 /* Write out the section symbols for the output sections. */
12546 if (bfd_link_pic (info
)
12547 || htab
->is_relocatable_executable
)
12553 sym
.st_info
= ELF_ST_INFO (STB_LOCAL
, STT_SECTION
);
12555 sym
.st_target_internal
= 0;
12557 for (s
= abfd
->sections
; s
!= NULL
; s
= s
->next
)
12563 dynindx
= elf_section_data (s
)->dynindx
;
12566 indx
= elf_section_data (s
)->this_idx
;
12567 BFD_ASSERT (indx
> 0);
12568 sym
.st_shndx
= indx
;
12569 if (! check_dynsym (abfd
, &sym
))
12571 sym
.st_value
= s
->vma
;
12572 dest
= dynsym
+ dynindx
* bed
->s
->sizeof_sym
;
12573 bed
->s
->swap_symbol_out (abfd
, &sym
, dest
, 0);
12577 /* Write out the local dynsyms. */
12578 if (htab
->dynlocal
)
12580 struct elf_link_local_dynamic_entry
*e
;
12581 for (e
= htab
->dynlocal
; e
; e
= e
->next
)
12586 /* Copy the internal symbol and turn off visibility.
12587 Note that we saved a word of storage and overwrote
12588 the original st_name with the dynstr_index. */
12590 sym
.st_other
&= ~ELF_ST_VISIBILITY (-1);
12592 s
= bfd_section_from_elf_index (e
->input_bfd
,
12597 elf_section_data (s
->output_section
)->this_idx
;
12598 if (! check_dynsym (abfd
, &sym
))
12600 sym
.st_value
= (s
->output_section
->vma
12602 + e
->isym
.st_value
);
12605 dest
= dynsym
+ e
->dynindx
* bed
->s
->sizeof_sym
;
12606 bed
->s
->swap_symbol_out (abfd
, &sym
, dest
, 0);
12611 /* We get the global symbols from the hash table. */
12612 eoinfo
.failed
= FALSE
;
12613 eoinfo
.localsyms
= FALSE
;
12614 eoinfo
.flinfo
= &flinfo
;
12615 bfd_hash_traverse (&info
->hash
->table
, elf_link_output_extsym
, &eoinfo
);
12619 /* If backend needs to output some symbols not present in the hash
12620 table, do it now. */
12621 if (bed
->elf_backend_output_arch_syms
12622 && (info
->strip
!= strip_all
|| emit_relocs
))
12624 typedef int (*out_sym_func
)
12625 (void *, const char *, Elf_Internal_Sym
*, asection
*,
12626 struct elf_link_hash_entry
*);
12628 if (! ((*bed
->elf_backend_output_arch_syms
)
12629 (abfd
, info
, &flinfo
,
12630 (out_sym_func
) elf_link_output_symstrtab
)))
12634 /* Finalize the .strtab section. */
12635 _bfd_elf_strtab_finalize (flinfo
.symstrtab
);
12637 /* Swap out the .strtab section. */
12638 if (!elf_link_swap_symbols_out (&flinfo
))
12641 /* Now we know the size of the symtab section. */
12642 if (bfd_get_symcount (abfd
) > 0)
12644 /* Finish up and write out the symbol string table (.strtab)
12646 Elf_Internal_Shdr
*symstrtab_hdr
= NULL
;
12647 file_ptr off
= symtab_hdr
->sh_offset
+ symtab_hdr
->sh_size
;
12649 if (elf_symtab_shndx_list (abfd
))
12651 symtab_shndx_hdr
= & elf_symtab_shndx_list (abfd
)->hdr
;
12653 if (symtab_shndx_hdr
!= NULL
&& symtab_shndx_hdr
->sh_name
!= 0)
12655 symtab_shndx_hdr
->sh_type
= SHT_SYMTAB_SHNDX
;
12656 symtab_shndx_hdr
->sh_entsize
= sizeof (Elf_External_Sym_Shndx
);
12657 symtab_shndx_hdr
->sh_addralign
= sizeof (Elf_External_Sym_Shndx
);
12658 amt
= bfd_get_symcount (abfd
) * sizeof (Elf_External_Sym_Shndx
);
12659 symtab_shndx_hdr
->sh_size
= amt
;
12661 off
= _bfd_elf_assign_file_position_for_section (symtab_shndx_hdr
,
12664 if (bfd_seek (abfd
, symtab_shndx_hdr
->sh_offset
, SEEK_SET
) != 0
12665 || (bfd_bwrite (flinfo
.symshndxbuf
, amt
, abfd
) != amt
))
12670 symstrtab_hdr
= &elf_tdata (abfd
)->strtab_hdr
;
12671 /* sh_name was set in prep_headers. */
12672 symstrtab_hdr
->sh_type
= SHT_STRTAB
;
12673 symstrtab_hdr
->sh_flags
= bed
->elf_strtab_flags
;
12674 symstrtab_hdr
->sh_addr
= 0;
12675 symstrtab_hdr
->sh_size
= _bfd_elf_strtab_size (flinfo
.symstrtab
);
12676 symstrtab_hdr
->sh_entsize
= 0;
12677 symstrtab_hdr
->sh_link
= 0;
12678 symstrtab_hdr
->sh_info
= 0;
12679 /* sh_offset is set just below. */
12680 symstrtab_hdr
->sh_addralign
= 1;
12682 off
= _bfd_elf_assign_file_position_for_section (symstrtab_hdr
,
12684 elf_next_file_pos (abfd
) = off
;
12686 if (bfd_seek (abfd
, symstrtab_hdr
->sh_offset
, SEEK_SET
) != 0
12687 || ! _bfd_elf_strtab_emit (abfd
, flinfo
.symstrtab
))
12691 if (info
->out_implib_bfd
&& !elf_output_implib (abfd
, info
))
12693 _bfd_error_handler (_("%pB: failed to generate import library"),
12694 info
->out_implib_bfd
);
12698 /* Adjust the relocs to have the correct symbol indices. */
12699 for (o
= abfd
->sections
; o
!= NULL
; o
= o
->next
)
12701 struct bfd_elf_section_data
*esdo
= elf_section_data (o
);
12704 if ((o
->flags
& SEC_RELOC
) == 0)
12707 sort
= bed
->sort_relocs_p
== NULL
|| (*bed
->sort_relocs_p
) (o
);
12708 if (esdo
->rel
.hdr
!= NULL
12709 && !elf_link_adjust_relocs (abfd
, o
, &esdo
->rel
, sort
, info
))
12711 if (esdo
->rela
.hdr
!= NULL
12712 && !elf_link_adjust_relocs (abfd
, o
, &esdo
->rela
, sort
, info
))
12715 /* Set the reloc_count field to 0 to prevent write_relocs from
12716 trying to swap the relocs out itself. */
12717 o
->reloc_count
= 0;
12720 if (dynamic
&& info
->combreloc
&& dynobj
!= NULL
)
12721 relativecount
= elf_link_sort_relocs (abfd
, info
, &reldyn
);
12723 /* If we are linking against a dynamic object, or generating a
12724 shared library, finish up the dynamic linking information. */
12727 bfd_byte
*dyncon
, *dynconend
;
12729 /* Fix up .dynamic entries. */
12730 o
= bfd_get_linker_section (dynobj
, ".dynamic");
12731 BFD_ASSERT (o
!= NULL
);
12733 dyncon
= o
->contents
;
12734 dynconend
= o
->contents
+ o
->size
;
12735 for (; dyncon
< dynconend
; dyncon
+= bed
->s
->sizeof_dyn
)
12737 Elf_Internal_Dyn dyn
;
12740 bfd_size_type sh_size
;
12743 bed
->s
->swap_dyn_in (dynobj
, dyncon
, &dyn
);
12750 if (relativecount
> 0 && dyncon
+ bed
->s
->sizeof_dyn
< dynconend
)
12752 switch (elf_section_data (reldyn
)->this_hdr
.sh_type
)
12754 case SHT_REL
: dyn
.d_tag
= DT_RELCOUNT
; break;
12755 case SHT_RELA
: dyn
.d_tag
= DT_RELACOUNT
; break;
12758 dyn
.d_un
.d_val
= relativecount
;
12765 name
= info
->init_function
;
12768 name
= info
->fini_function
;
12771 struct elf_link_hash_entry
*h
;
12773 h
= elf_link_hash_lookup (htab
, name
, FALSE
, FALSE
, TRUE
);
12775 && (h
->root
.type
== bfd_link_hash_defined
12776 || h
->root
.type
== bfd_link_hash_defweak
))
12778 dyn
.d_un
.d_ptr
= h
->root
.u
.def
.value
;
12779 o
= h
->root
.u
.def
.section
;
12780 if (o
->output_section
!= NULL
)
12781 dyn
.d_un
.d_ptr
+= (o
->output_section
->vma
12782 + o
->output_offset
);
12785 /* The symbol is imported from another shared
12786 library and does not apply to this one. */
12787 dyn
.d_un
.d_ptr
= 0;
12794 case DT_PREINIT_ARRAYSZ
:
12795 name
= ".preinit_array";
12797 case DT_INIT_ARRAYSZ
:
12798 name
= ".init_array";
12800 case DT_FINI_ARRAYSZ
:
12801 name
= ".fini_array";
12803 o
= bfd_get_section_by_name (abfd
, name
);
12807 (_("could not find section %s"), name
);
12812 (_("warning: %s section has zero size"), name
);
12813 dyn
.d_un
.d_val
= o
->size
;
12816 case DT_PREINIT_ARRAY
:
12817 name
= ".preinit_array";
12819 case DT_INIT_ARRAY
:
12820 name
= ".init_array";
12822 case DT_FINI_ARRAY
:
12823 name
= ".fini_array";
12825 o
= bfd_get_section_by_name (abfd
, name
);
12832 name
= ".gnu.hash";
12841 name
= ".gnu.version_d";
12844 name
= ".gnu.version_r";
12847 name
= ".gnu.version";
12849 o
= bfd_get_linker_section (dynobj
, name
);
12851 if (o
== NULL
|| bfd_is_abs_section (o
->output_section
))
12854 (_("could not find section %s"), name
);
12857 if (elf_section_data (o
->output_section
)->this_hdr
.sh_type
== SHT_NOTE
)
12860 (_("warning: section '%s' is being made into a note"), name
);
12861 bfd_set_error (bfd_error_nonrepresentable_section
);
12864 dyn
.d_un
.d_ptr
= o
->output_section
->vma
+ o
->output_offset
;
12871 if (dyn
.d_tag
== DT_REL
|| dyn
.d_tag
== DT_RELSZ
)
12877 for (i
= 1; i
< elf_numsections (abfd
); i
++)
12879 Elf_Internal_Shdr
*hdr
;
12881 hdr
= elf_elfsections (abfd
)[i
];
12882 if (hdr
->sh_type
== type
12883 && (hdr
->sh_flags
& SHF_ALLOC
) != 0)
12885 sh_size
+= hdr
->sh_size
;
12887 || sh_addr
> hdr
->sh_addr
)
12888 sh_addr
= hdr
->sh_addr
;
12892 if (bed
->dtrel_excludes_plt
&& htab
->srelplt
!= NULL
)
12894 unsigned int opb
= bfd_octets_per_byte (abfd
, o
);
12896 /* Don't count procedure linkage table relocs in the
12897 overall reloc count. */
12898 sh_size
-= htab
->srelplt
->size
;
12900 /* If the size is zero, make the address zero too.
12901 This is to avoid a glibc bug. If the backend
12902 emits DT_RELA/DT_RELASZ even when DT_RELASZ is
12903 zero, then we'll put DT_RELA at the end of
12904 DT_JMPREL. glibc will interpret the end of
12905 DT_RELA matching the end of DT_JMPREL as the
12906 case where DT_RELA includes DT_JMPREL, and for
12907 LD_BIND_NOW will decide that processing DT_RELA
12908 will process the PLT relocs too. Net result:
12909 No PLT relocs applied. */
12912 /* If .rela.plt is the first .rela section, exclude
12913 it from DT_RELA. */
12914 else if (sh_addr
== (htab
->srelplt
->output_section
->vma
12915 + htab
->srelplt
->output_offset
) * opb
)
12916 sh_addr
+= htab
->srelplt
->size
;
12919 if (dyn
.d_tag
== DT_RELSZ
|| dyn
.d_tag
== DT_RELASZ
)
12920 dyn
.d_un
.d_val
= sh_size
;
12922 dyn
.d_un
.d_ptr
= sh_addr
;
12925 bed
->s
->swap_dyn_out (dynobj
, &dyn
, dyncon
);
12929 /* If we have created any dynamic sections, then output them. */
12930 if (dynobj
!= NULL
)
12932 if (! (*bed
->elf_backend_finish_dynamic_sections
) (abfd
, info
))
12935 /* Check for DT_TEXTREL (late, in case the backend removes it). */
12936 if (((info
->warn_shared_textrel
&& bfd_link_pic (info
))
12937 || info
->error_textrel
)
12938 && (o
= bfd_get_linker_section (dynobj
, ".dynamic")) != NULL
)
12940 bfd_byte
*dyncon
, *dynconend
;
12942 dyncon
= o
->contents
;
12943 dynconend
= o
->contents
+ o
->size
;
12944 for (; dyncon
< dynconend
; dyncon
+= bed
->s
->sizeof_dyn
)
12946 Elf_Internal_Dyn dyn
;
12948 bed
->s
->swap_dyn_in (dynobj
, dyncon
, &dyn
);
12950 if (dyn
.d_tag
== DT_TEXTREL
)
12952 if (info
->error_textrel
)
12953 info
->callbacks
->einfo
12954 (_("%P%X: read-only segment has dynamic relocations\n"));
12956 info
->callbacks
->einfo
12957 (_("%P: warning: creating a DT_TEXTREL in a shared object\n"));
12963 for (o
= dynobj
->sections
; o
!= NULL
; o
= o
->next
)
12965 if ((o
->flags
& SEC_HAS_CONTENTS
) == 0
12967 || o
->output_section
== bfd_abs_section_ptr
)
12969 if ((o
->flags
& SEC_LINKER_CREATED
) == 0)
12971 /* At this point, we are only interested in sections
12972 created by _bfd_elf_link_create_dynamic_sections. */
12975 if (htab
->stab_info
.stabstr
== o
)
12977 if (htab
->eh_info
.hdr_sec
== o
)
12979 if (strcmp (o
->name
, ".dynstr") != 0)
12981 bfd_size_type octets
= ((file_ptr
) o
->output_offset
12982 * bfd_octets_per_byte (abfd
, o
));
12983 if (!bfd_set_section_contents (abfd
, o
->output_section
,
12984 o
->contents
, octets
, o
->size
))
12989 /* The contents of the .dynstr section are actually in a
12993 off
= elf_section_data (o
->output_section
)->this_hdr
.sh_offset
;
12994 if (bfd_seek (abfd
, off
, SEEK_SET
) != 0
12995 || !_bfd_elf_strtab_emit (abfd
, htab
->dynstr
))
13001 if (!info
->resolve_section_groups
)
13003 bfd_boolean failed
= FALSE
;
13005 BFD_ASSERT (bfd_link_relocatable (info
));
13006 bfd_map_over_sections (abfd
, bfd_elf_set_group_contents
, &failed
);
13011 /* If we have optimized stabs strings, output them. */
13012 if (htab
->stab_info
.stabstr
!= NULL
)
13014 if (!_bfd_write_stab_strings (abfd
, &htab
->stab_info
))
13018 if (! _bfd_elf_write_section_eh_frame_hdr (abfd
, info
))
13021 if (info
->callbacks
->emit_ctf
)
13022 info
->callbacks
->emit_ctf ();
13024 elf_final_link_free (abfd
, &flinfo
);
13028 bfd_byte
*contents
= (bfd_byte
*) bfd_malloc (attr_size
);
13029 if (contents
== NULL
)
13030 return FALSE
; /* Bail out and fail. */
13031 bfd_elf_set_obj_attr_contents (abfd
, contents
, attr_size
);
13032 bfd_set_section_contents (abfd
, attr_section
, contents
, 0, attr_size
);
13039 elf_final_link_free (abfd
, &flinfo
);
13043 /* Initialize COOKIE for input bfd ABFD. */
13046 init_reloc_cookie (struct elf_reloc_cookie
*cookie
,
13047 struct bfd_link_info
*info
, bfd
*abfd
)
13049 Elf_Internal_Shdr
*symtab_hdr
;
13050 const struct elf_backend_data
*bed
;
13052 bed
= get_elf_backend_data (abfd
);
13053 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
13055 cookie
->abfd
= abfd
;
13056 cookie
->sym_hashes
= elf_sym_hashes (abfd
);
13057 cookie
->bad_symtab
= elf_bad_symtab (abfd
);
13058 if (cookie
->bad_symtab
)
13060 cookie
->locsymcount
= symtab_hdr
->sh_size
/ bed
->s
->sizeof_sym
;
13061 cookie
->extsymoff
= 0;
13065 cookie
->locsymcount
= symtab_hdr
->sh_info
;
13066 cookie
->extsymoff
= symtab_hdr
->sh_info
;
13069 if (bed
->s
->arch_size
== 32)
13070 cookie
->r_sym_shift
= 8;
13072 cookie
->r_sym_shift
= 32;
13074 cookie
->locsyms
= (Elf_Internal_Sym
*) symtab_hdr
->contents
;
13075 if (cookie
->locsyms
== NULL
&& cookie
->locsymcount
!= 0)
13077 cookie
->locsyms
= bfd_elf_get_elf_syms (abfd
, symtab_hdr
,
13078 cookie
->locsymcount
, 0,
13080 if (cookie
->locsyms
== NULL
)
13082 info
->callbacks
->einfo (_("%P%X: can not read symbols: %E\n"));
13085 if (info
->keep_memory
)
13086 symtab_hdr
->contents
= (bfd_byte
*) cookie
->locsyms
;
13091 /* Free the memory allocated by init_reloc_cookie, if appropriate. */
13094 fini_reloc_cookie (struct elf_reloc_cookie
*cookie
, bfd
*abfd
)
13096 Elf_Internal_Shdr
*symtab_hdr
;
13098 symtab_hdr
= &elf_tdata (abfd
)->symtab_hdr
;
13099 if (cookie
->locsyms
!= NULL
13100 && symtab_hdr
->contents
!= (unsigned char *) cookie
->locsyms
)
13101 free (cookie
->locsyms
);
13104 /* Initialize the relocation information in COOKIE for input section SEC
13105 of input bfd ABFD. */
13108 init_reloc_cookie_rels (struct elf_reloc_cookie
*cookie
,
13109 struct bfd_link_info
*info
, bfd
*abfd
,
13112 if (sec
->reloc_count
== 0)
13114 cookie
->rels
= NULL
;
13115 cookie
->relend
= NULL
;
13119 cookie
->rels
= _bfd_elf_link_read_relocs (abfd
, sec
, NULL
, NULL
,
13120 info
->keep_memory
);
13121 if (cookie
->rels
== NULL
)
13123 cookie
->rel
= cookie
->rels
;
13124 cookie
->relend
= cookie
->rels
+ sec
->reloc_count
;
13126 cookie
->rel
= cookie
->rels
;
13130 /* Free the memory allocated by init_reloc_cookie_rels,
13134 fini_reloc_cookie_rels (struct elf_reloc_cookie
*cookie
,
13137 if (cookie
->rels
&& elf_section_data (sec
)->relocs
!= cookie
->rels
)
13138 free (cookie
->rels
);
13141 /* Initialize the whole of COOKIE for input section SEC. */
13144 init_reloc_cookie_for_section (struct elf_reloc_cookie
*cookie
,
13145 struct bfd_link_info
*info
,
13148 if (!init_reloc_cookie (cookie
, info
, sec
->owner
))
13150 if (!init_reloc_cookie_rels (cookie
, info
, sec
->owner
, sec
))
13155 fini_reloc_cookie (cookie
, sec
->owner
);
13160 /* Free the memory allocated by init_reloc_cookie_for_section,
13164 fini_reloc_cookie_for_section (struct elf_reloc_cookie
*cookie
,
13167 fini_reloc_cookie_rels (cookie
, sec
);
13168 fini_reloc_cookie (cookie
, sec
->owner
);
13171 /* Garbage collect unused sections. */
13173 /* Default gc_mark_hook. */
13176 _bfd_elf_gc_mark_hook (asection
*sec
,
13177 struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
13178 Elf_Internal_Rela
*rel ATTRIBUTE_UNUSED
,
13179 struct elf_link_hash_entry
*h
,
13180 Elf_Internal_Sym
*sym
)
13184 switch (h
->root
.type
)
13186 case bfd_link_hash_defined
:
13187 case bfd_link_hash_defweak
:
13188 return h
->root
.u
.def
.section
;
13190 case bfd_link_hash_common
:
13191 return h
->root
.u
.c
.p
->section
;
13198 return bfd_section_from_elf_index (sec
->owner
, sym
->st_shndx
);
13203 /* Return the debug definition section. */
13206 elf_gc_mark_debug_section (asection
*sec ATTRIBUTE_UNUSED
,
13207 struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
13208 Elf_Internal_Rela
*rel ATTRIBUTE_UNUSED
,
13209 struct elf_link_hash_entry
*h
,
13210 Elf_Internal_Sym
*sym
)
13214 /* Return the global debug definition section. */
13215 if ((h
->root
.type
== bfd_link_hash_defined
13216 || h
->root
.type
== bfd_link_hash_defweak
)
13217 && (h
->root
.u
.def
.section
->flags
& SEC_DEBUGGING
) != 0)
13218 return h
->root
.u
.def
.section
;
13222 /* Return the local debug definition section. */
13223 asection
*isec
= bfd_section_from_elf_index (sec
->owner
,
13225 if ((isec
->flags
& SEC_DEBUGGING
) != 0)
13232 /* COOKIE->rel describes a relocation against section SEC, which is
13233 a section we've decided to keep. Return the section that contains
13234 the relocation symbol, or NULL if no section contains it. */
13237 _bfd_elf_gc_mark_rsec (struct bfd_link_info
*info
, asection
*sec
,
13238 elf_gc_mark_hook_fn gc_mark_hook
,
13239 struct elf_reloc_cookie
*cookie
,
13240 bfd_boolean
*start_stop
)
13242 unsigned long r_symndx
;
13243 struct elf_link_hash_entry
*h
, *hw
;
13245 r_symndx
= cookie
->rel
->r_info
>> cookie
->r_sym_shift
;
13246 if (r_symndx
== STN_UNDEF
)
13249 if (r_symndx
>= cookie
->locsymcount
13250 || ELF_ST_BIND (cookie
->locsyms
[r_symndx
].st_info
) != STB_LOCAL
)
13252 h
= cookie
->sym_hashes
[r_symndx
- cookie
->extsymoff
];
13255 info
->callbacks
->einfo (_("%F%P: corrupt input: %pB\n"),
13259 while (h
->root
.type
== bfd_link_hash_indirect
13260 || h
->root
.type
== bfd_link_hash_warning
)
13261 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
13263 /* Keep all aliases of the symbol too. If an object symbol
13264 needs to be copied into .dynbss then all of its aliases
13265 should be present as dynamic symbols, not just the one used
13266 on the copy relocation. */
13268 while (hw
->is_weakalias
)
13274 if (start_stop
!= NULL
)
13276 /* To work around a glibc bug, mark XXX input sections
13277 when there is a reference to __start_XXX or __stop_XXX
13281 asection
*s
= h
->u2
.start_stop_section
;
13282 *start_stop
= !s
->gc_mark
;
13287 return (*gc_mark_hook
) (sec
, info
, cookie
->rel
, h
, NULL
);
13290 return (*gc_mark_hook
) (sec
, info
, cookie
->rel
, NULL
,
13291 &cookie
->locsyms
[r_symndx
]);
13294 /* COOKIE->rel describes a relocation against section SEC, which is
13295 a section we've decided to keep. Mark the section that contains
13296 the relocation symbol. */
13299 _bfd_elf_gc_mark_reloc (struct bfd_link_info
*info
,
13301 elf_gc_mark_hook_fn gc_mark_hook
,
13302 struct elf_reloc_cookie
*cookie
)
13305 bfd_boolean start_stop
= FALSE
;
13307 rsec
= _bfd_elf_gc_mark_rsec (info
, sec
, gc_mark_hook
, cookie
, &start_stop
);
13308 while (rsec
!= NULL
)
13310 if (!rsec
->gc_mark
)
13312 if (bfd_get_flavour (rsec
->owner
) != bfd_target_elf_flavour
13313 || (rsec
->owner
->flags
& DYNAMIC
) != 0)
13315 else if (!_bfd_elf_gc_mark (info
, rsec
, gc_mark_hook
))
13320 rsec
= bfd_get_next_section_by_name (rsec
->owner
, rsec
);
13325 /* The mark phase of garbage collection. For a given section, mark
13326 it and any sections in this section's group, and all the sections
13327 which define symbols to which it refers. */
13330 _bfd_elf_gc_mark (struct bfd_link_info
*info
,
13332 elf_gc_mark_hook_fn gc_mark_hook
)
13335 asection
*group_sec
, *eh_frame
;
13339 /* Mark all the sections in the group. */
13340 group_sec
= elf_section_data (sec
)->next_in_group
;
13341 if (group_sec
&& !group_sec
->gc_mark
)
13342 if (!_bfd_elf_gc_mark (info
, group_sec
, gc_mark_hook
))
13345 /* Look through the section relocs. */
13347 eh_frame
= elf_eh_frame_section (sec
->owner
);
13348 if ((sec
->flags
& SEC_RELOC
) != 0
13349 && sec
->reloc_count
> 0
13350 && sec
!= eh_frame
)
13352 struct elf_reloc_cookie cookie
;
13354 if (!init_reloc_cookie_for_section (&cookie
, info
, sec
))
13358 for (; cookie
.rel
< cookie
.relend
; cookie
.rel
++)
13359 if (!_bfd_elf_gc_mark_reloc (info
, sec
, gc_mark_hook
, &cookie
))
13364 fini_reloc_cookie_for_section (&cookie
, sec
);
13368 if (ret
&& eh_frame
&& elf_fde_list (sec
))
13370 struct elf_reloc_cookie cookie
;
13372 if (!init_reloc_cookie_for_section (&cookie
, info
, eh_frame
))
13376 if (!_bfd_elf_gc_mark_fdes (info
, sec
, eh_frame
,
13377 gc_mark_hook
, &cookie
))
13379 fini_reloc_cookie_for_section (&cookie
, eh_frame
);
13383 eh_frame
= elf_section_eh_frame_entry (sec
);
13384 if (ret
&& eh_frame
&& !eh_frame
->gc_mark
)
13385 if (!_bfd_elf_gc_mark (info
, eh_frame
, gc_mark_hook
))
13391 /* Scan and mark sections in a special or debug section group. */
13394 _bfd_elf_gc_mark_debug_special_section_group (asection
*grp
)
13396 /* Point to first section of section group. */
13398 /* Used to iterate the section group. */
13401 bfd_boolean is_special_grp
= TRUE
;
13402 bfd_boolean is_debug_grp
= TRUE
;
13404 /* First scan to see if group contains any section other than debug
13405 and special section. */
13406 ssec
= msec
= elf_next_in_group (grp
);
13409 if ((msec
->flags
& SEC_DEBUGGING
) == 0)
13410 is_debug_grp
= FALSE
;
13412 if ((msec
->flags
& (SEC_ALLOC
| SEC_LOAD
| SEC_RELOC
)) != 0)
13413 is_special_grp
= FALSE
;
13415 msec
= elf_next_in_group (msec
);
13417 while (msec
!= ssec
);
13419 /* If this is a pure debug section group or pure special section group,
13420 keep all sections in this group. */
13421 if (is_debug_grp
|| is_special_grp
)
13426 msec
= elf_next_in_group (msec
);
13428 while (msec
!= ssec
);
13432 /* Keep debug and special sections. */
13435 _bfd_elf_gc_mark_extra_sections (struct bfd_link_info
*info
,
13436 elf_gc_mark_hook_fn mark_hook
)
13440 for (ibfd
= info
->input_bfds
; ibfd
!= NULL
; ibfd
= ibfd
->link
.next
)
13443 bfd_boolean some_kept
;
13444 bfd_boolean debug_frag_seen
;
13445 bfd_boolean has_kept_debug_info
;
13447 if (bfd_get_flavour (ibfd
) != bfd_target_elf_flavour
)
13449 isec
= ibfd
->sections
;
13450 if (isec
== NULL
|| isec
->sec_info_type
== SEC_INFO_TYPE_JUST_SYMS
)
13453 /* Ensure all linker created sections are kept,
13454 see if any other section is already marked,
13455 and note if we have any fragmented debug sections. */
13456 debug_frag_seen
= some_kept
= has_kept_debug_info
= FALSE
;
13457 for (isec
= ibfd
->sections
; isec
!= NULL
; isec
= isec
->next
)
13459 if ((isec
->flags
& SEC_LINKER_CREATED
) != 0)
13461 else if (isec
->gc_mark
13462 && (isec
->flags
& SEC_ALLOC
) != 0
13463 && elf_section_type (isec
) != SHT_NOTE
)
13467 /* Since all sections, except for backend specific ones,
13468 have been garbage collected, call mark_hook on this
13469 section if any of its linked-to sections is marked. */
13470 asection
*linked_to_sec
= elf_linked_to_section (isec
);
13471 for (; linked_to_sec
!= NULL
;
13472 linked_to_sec
= elf_linked_to_section (linked_to_sec
))
13473 if (linked_to_sec
->gc_mark
)
13475 if (!_bfd_elf_gc_mark (info
, isec
, mark_hook
))
13481 if (!debug_frag_seen
13482 && (isec
->flags
& SEC_DEBUGGING
)
13483 && CONST_STRNEQ (isec
->name
, ".debug_line."))
13484 debug_frag_seen
= TRUE
;
13485 else if (strcmp (bfd_section_name (isec
),
13486 "__patchable_function_entries") == 0
13487 && elf_linked_to_section (isec
) == NULL
)
13488 info
->callbacks
->einfo (_("%F%P: %pB(%pA): error: "
13489 "need linked-to section "
13490 "for --gc-sections\n"),
13491 isec
->owner
, isec
);
13494 /* If no non-note alloc section in this file will be kept, then
13495 we can toss out the debug and special sections. */
13499 /* Keep debug and special sections like .comment when they are
13500 not part of a group. Also keep section groups that contain
13501 just debug sections or special sections. NB: Sections with
13502 linked-to section has been handled above. */
13503 for (isec
= ibfd
->sections
; isec
!= NULL
; isec
= isec
->next
)
13505 if ((isec
->flags
& SEC_GROUP
) != 0)
13506 _bfd_elf_gc_mark_debug_special_section_group (isec
);
13507 else if (((isec
->flags
& SEC_DEBUGGING
) != 0
13508 || (isec
->flags
& (SEC_ALLOC
| SEC_LOAD
| SEC_RELOC
)) == 0)
13509 && elf_next_in_group (isec
) == NULL
13510 && elf_linked_to_section (isec
) == NULL
)
13512 if (isec
->gc_mark
&& (isec
->flags
& SEC_DEBUGGING
) != 0)
13513 has_kept_debug_info
= TRUE
;
13516 /* Look for CODE sections which are going to be discarded,
13517 and find and discard any fragmented debug sections which
13518 are associated with that code section. */
13519 if (debug_frag_seen
)
13520 for (isec
= ibfd
->sections
; isec
!= NULL
; isec
= isec
->next
)
13521 if ((isec
->flags
& SEC_CODE
) != 0
13522 && isec
->gc_mark
== 0)
13527 ilen
= strlen (isec
->name
);
13529 /* Association is determined by the name of the debug
13530 section containing the name of the code section as
13531 a suffix. For example .debug_line.text.foo is a
13532 debug section associated with .text.foo. */
13533 for (dsec
= ibfd
->sections
; dsec
!= NULL
; dsec
= dsec
->next
)
13537 if (dsec
->gc_mark
== 0
13538 || (dsec
->flags
& SEC_DEBUGGING
) == 0)
13541 dlen
= strlen (dsec
->name
);
13544 && strncmp (dsec
->name
+ (dlen
- ilen
),
13545 isec
->name
, ilen
) == 0)
13550 /* Mark debug sections referenced by kept debug sections. */
13551 if (has_kept_debug_info
)
13552 for (isec
= ibfd
->sections
; isec
!= NULL
; isec
= isec
->next
)
13554 && (isec
->flags
& SEC_DEBUGGING
) != 0)
13555 if (!_bfd_elf_gc_mark (info
, isec
,
13556 elf_gc_mark_debug_section
))
13563 elf_gc_sweep (bfd
*abfd
, struct bfd_link_info
*info
)
13566 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
13568 for (sub
= info
->input_bfds
; sub
!= NULL
; sub
= sub
->link
.next
)
13572 if (bfd_get_flavour (sub
) != bfd_target_elf_flavour
13573 || elf_object_id (sub
) != elf_hash_table_id (elf_hash_table (info
))
13574 || !(*bed
->relocs_compatible
) (sub
->xvec
, abfd
->xvec
))
13577 if (o
== NULL
|| o
->sec_info_type
== SEC_INFO_TYPE_JUST_SYMS
)
13580 for (o
= sub
->sections
; o
!= NULL
; o
= o
->next
)
13582 /* When any section in a section group is kept, we keep all
13583 sections in the section group. If the first member of
13584 the section group is excluded, we will also exclude the
13586 if (o
->flags
& SEC_GROUP
)
13588 asection
*first
= elf_next_in_group (o
);
13589 o
->gc_mark
= first
->gc_mark
;
13595 /* Skip sweeping sections already excluded. */
13596 if (o
->flags
& SEC_EXCLUDE
)
13599 /* Since this is early in the link process, it is simple
13600 to remove a section from the output. */
13601 o
->flags
|= SEC_EXCLUDE
;
13603 if (info
->print_gc_sections
&& o
->size
!= 0)
13604 /* xgettext:c-format */
13605 _bfd_error_handler (_("removing unused section '%pA' in file '%pB'"),
13613 /* Propagate collected vtable information. This is called through
13614 elf_link_hash_traverse. */
13617 elf_gc_propagate_vtable_entries_used (struct elf_link_hash_entry
*h
, void *okp
)
13619 /* Those that are not vtables. */
13621 || h
->u2
.vtable
== NULL
13622 || h
->u2
.vtable
->parent
== NULL
)
13625 /* Those vtables that do not have parents, we cannot merge. */
13626 if (h
->u2
.vtable
->parent
== (struct elf_link_hash_entry
*) -1)
13629 /* If we've already been done, exit. */
13630 if (h
->u2
.vtable
->used
&& h
->u2
.vtable
->used
[-1])
13633 /* Make sure the parent's table is up to date. */
13634 elf_gc_propagate_vtable_entries_used (h
->u2
.vtable
->parent
, okp
);
13636 if (h
->u2
.vtable
->used
== NULL
)
13638 /* None of this table's entries were referenced. Re-use the
13640 h
->u2
.vtable
->used
= h
->u2
.vtable
->parent
->u2
.vtable
->used
;
13641 h
->u2
.vtable
->size
= h
->u2
.vtable
->parent
->u2
.vtable
->size
;
13646 bfd_boolean
*cu
, *pu
;
13648 /* Or the parent's entries into ours. */
13649 cu
= h
->u2
.vtable
->used
;
13651 pu
= h
->u2
.vtable
->parent
->u2
.vtable
->used
;
13654 const struct elf_backend_data
*bed
;
13655 unsigned int log_file_align
;
13657 bed
= get_elf_backend_data (h
->root
.u
.def
.section
->owner
);
13658 log_file_align
= bed
->s
->log_file_align
;
13659 n
= h
->u2
.vtable
->parent
->u2
.vtable
->size
>> log_file_align
;
13674 elf_gc_smash_unused_vtentry_relocs (struct elf_link_hash_entry
*h
, void *okp
)
13677 bfd_vma hstart
, hend
;
13678 Elf_Internal_Rela
*relstart
, *relend
, *rel
;
13679 const struct elf_backend_data
*bed
;
13680 unsigned int log_file_align
;
13682 /* Take care of both those symbols that do not describe vtables as
13683 well as those that are not loaded. */
13685 || h
->u2
.vtable
== NULL
13686 || h
->u2
.vtable
->parent
== NULL
)
13689 BFD_ASSERT (h
->root
.type
== bfd_link_hash_defined
13690 || h
->root
.type
== bfd_link_hash_defweak
);
13692 sec
= h
->root
.u
.def
.section
;
13693 hstart
= h
->root
.u
.def
.value
;
13694 hend
= hstart
+ h
->size
;
13696 relstart
= _bfd_elf_link_read_relocs (sec
->owner
, sec
, NULL
, NULL
, TRUE
);
13698 return *(bfd_boolean
*) okp
= FALSE
;
13699 bed
= get_elf_backend_data (sec
->owner
);
13700 log_file_align
= bed
->s
->log_file_align
;
13702 relend
= relstart
+ sec
->reloc_count
;
13704 for (rel
= relstart
; rel
< relend
; ++rel
)
13705 if (rel
->r_offset
>= hstart
&& rel
->r_offset
< hend
)
13707 /* If the entry is in use, do nothing. */
13708 if (h
->u2
.vtable
->used
13709 && (rel
->r_offset
- hstart
) < h
->u2
.vtable
->size
)
13711 bfd_vma entry
= (rel
->r_offset
- hstart
) >> log_file_align
;
13712 if (h
->u2
.vtable
->used
[entry
])
13715 /* Otherwise, kill it. */
13716 rel
->r_offset
= rel
->r_info
= rel
->r_addend
= 0;
13722 /* Mark sections containing dynamically referenced symbols. When
13723 building shared libraries, we must assume that any visible symbol is
13727 bfd_elf_gc_mark_dynamic_ref_symbol (struct elf_link_hash_entry
*h
, void *inf
)
13729 struct bfd_link_info
*info
= (struct bfd_link_info
*) inf
;
13730 struct bfd_elf_dynamic_list
*d
= info
->dynamic_list
;
13732 if ((h
->root
.type
== bfd_link_hash_defined
13733 || h
->root
.type
== bfd_link_hash_defweak
)
13734 && ((h
->ref_dynamic
&& !h
->forced_local
)
13735 || ((h
->def_regular
|| ELF_COMMON_DEF_P (h
))
13736 && ELF_ST_VISIBILITY (h
->other
) != STV_INTERNAL
13737 && ELF_ST_VISIBILITY (h
->other
) != STV_HIDDEN
13738 && (!bfd_link_executable (info
)
13739 || info
->gc_keep_exported
13740 || info
->export_dynamic
13743 && (*d
->match
) (&d
->head
, NULL
, h
->root
.root
.string
)))
13744 && (h
->versioned
>= versioned
13745 || !bfd_hide_sym_by_version (info
->version_info
,
13746 h
->root
.root
.string
)))))
13747 h
->root
.u
.def
.section
->flags
|= SEC_KEEP
;
13752 /* Keep all sections containing symbols undefined on the command-line,
13753 and the section containing the entry symbol. */
13756 _bfd_elf_gc_keep (struct bfd_link_info
*info
)
13758 struct bfd_sym_chain
*sym
;
13760 for (sym
= info
->gc_sym_list
; sym
!= NULL
; sym
= sym
->next
)
13762 struct elf_link_hash_entry
*h
;
13764 h
= elf_link_hash_lookup (elf_hash_table (info
), sym
->name
,
13765 FALSE
, FALSE
, FALSE
);
13768 && (h
->root
.type
== bfd_link_hash_defined
13769 || h
->root
.type
== bfd_link_hash_defweak
)
13770 && !bfd_is_abs_section (h
->root
.u
.def
.section
)
13771 && !bfd_is_und_section (h
->root
.u
.def
.section
))
13772 h
->root
.u
.def
.section
->flags
|= SEC_KEEP
;
13777 bfd_elf_parse_eh_frame_entries (bfd
*abfd ATTRIBUTE_UNUSED
,
13778 struct bfd_link_info
*info
)
13780 bfd
*ibfd
= info
->input_bfds
;
13782 for (ibfd
= info
->input_bfds
; ibfd
!= NULL
; ibfd
= ibfd
->link
.next
)
13785 struct elf_reloc_cookie cookie
;
13787 if (bfd_get_flavour (ibfd
) != bfd_target_elf_flavour
)
13789 sec
= ibfd
->sections
;
13790 if (sec
== NULL
|| sec
->sec_info_type
== SEC_INFO_TYPE_JUST_SYMS
)
13793 if (!init_reloc_cookie (&cookie
, info
, ibfd
))
13796 for (sec
= ibfd
->sections
; sec
; sec
= sec
->next
)
13798 if (CONST_STRNEQ (bfd_section_name (sec
), ".eh_frame_entry")
13799 && init_reloc_cookie_rels (&cookie
, info
, ibfd
, sec
))
13801 _bfd_elf_parse_eh_frame_entry (info
, sec
, &cookie
);
13802 fini_reloc_cookie_rels (&cookie
, sec
);
13809 /* Do mark and sweep of unused sections. */
13812 bfd_elf_gc_sections (bfd
*abfd
, struct bfd_link_info
*info
)
13814 bfd_boolean ok
= TRUE
;
13816 elf_gc_mark_hook_fn gc_mark_hook
;
13817 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
13818 struct elf_link_hash_table
*htab
;
13820 if (!bed
->can_gc_sections
13821 || !is_elf_hash_table (info
->hash
))
13823 _bfd_error_handler(_("warning: gc-sections option ignored"));
13827 bed
->gc_keep (info
);
13828 htab
= elf_hash_table (info
);
13830 /* Try to parse each bfd's .eh_frame section. Point elf_eh_frame_section
13831 at the .eh_frame section if we can mark the FDEs individually. */
13832 for (sub
= info
->input_bfds
;
13833 info
->eh_frame_hdr_type
!= COMPACT_EH_HDR
&& sub
!= NULL
;
13834 sub
= sub
->link
.next
)
13837 struct elf_reloc_cookie cookie
;
13839 sec
= sub
->sections
;
13840 if (sec
== NULL
|| sec
->sec_info_type
== SEC_INFO_TYPE_JUST_SYMS
)
13842 sec
= bfd_get_section_by_name (sub
, ".eh_frame");
13843 while (sec
&& init_reloc_cookie_for_section (&cookie
, info
, sec
))
13845 _bfd_elf_parse_eh_frame (sub
, info
, sec
, &cookie
);
13846 if (elf_section_data (sec
)->sec_info
13847 && (sec
->flags
& SEC_LINKER_CREATED
) == 0)
13848 elf_eh_frame_section (sub
) = sec
;
13849 fini_reloc_cookie_for_section (&cookie
, sec
);
13850 sec
= bfd_get_next_section_by_name (NULL
, sec
);
13854 /* Apply transitive closure to the vtable entry usage info. */
13855 elf_link_hash_traverse (htab
, elf_gc_propagate_vtable_entries_used
, &ok
);
13859 /* Kill the vtable relocations that were not used. */
13860 elf_link_hash_traverse (htab
, elf_gc_smash_unused_vtentry_relocs
, &ok
);
13864 /* Mark dynamically referenced symbols. */
13865 if (htab
->dynamic_sections_created
|| info
->gc_keep_exported
)
13866 elf_link_hash_traverse (htab
, bed
->gc_mark_dynamic_ref
, info
);
13868 /* Grovel through relocs to find out who stays ... */
13869 gc_mark_hook
= bed
->gc_mark_hook
;
13870 for (sub
= info
->input_bfds
; sub
!= NULL
; sub
= sub
->link
.next
)
13874 if (bfd_get_flavour (sub
) != bfd_target_elf_flavour
13875 || elf_object_id (sub
) != elf_hash_table_id (htab
)
13876 || !(*bed
->relocs_compatible
) (sub
->xvec
, abfd
->xvec
))
13880 if (o
== NULL
|| o
->sec_info_type
== SEC_INFO_TYPE_JUST_SYMS
)
13883 /* Start at sections marked with SEC_KEEP (ref _bfd_elf_gc_keep).
13884 Also treat note sections as a root, if the section is not part
13885 of a group. We must keep all PREINIT_ARRAY, INIT_ARRAY as
13886 well as FINI_ARRAY sections for ld -r. */
13887 for (o
= sub
->sections
; o
!= NULL
; o
= o
->next
)
13889 && (o
->flags
& SEC_EXCLUDE
) == 0
13890 && ((o
->flags
& SEC_KEEP
) != 0
13891 || (bfd_link_relocatable (info
)
13892 && ((elf_section_data (o
)->this_hdr
.sh_type
13893 == SHT_PREINIT_ARRAY
)
13894 || (elf_section_data (o
)->this_hdr
.sh_type
13896 || (elf_section_data (o
)->this_hdr
.sh_type
13897 == SHT_FINI_ARRAY
)))
13898 || (elf_section_data (o
)->this_hdr
.sh_type
== SHT_NOTE
13899 && elf_next_in_group (o
) == NULL
)))
13901 if (!_bfd_elf_gc_mark (info
, o
, gc_mark_hook
))
13906 /* Allow the backend to mark additional target specific sections. */
13907 bed
->gc_mark_extra_sections (info
, gc_mark_hook
);
13909 /* ... and mark SEC_EXCLUDE for those that go. */
13910 return elf_gc_sweep (abfd
, info
);
13913 /* Called from check_relocs to record the existence of a VTINHERIT reloc. */
13916 bfd_elf_gc_record_vtinherit (bfd
*abfd
,
13918 struct elf_link_hash_entry
*h
,
13921 struct elf_link_hash_entry
**sym_hashes
, **sym_hashes_end
;
13922 struct elf_link_hash_entry
**search
, *child
;
13923 size_t extsymcount
;
13924 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
13926 /* The sh_info field of the symtab header tells us where the
13927 external symbols start. We don't care about the local symbols at
13929 extsymcount
= elf_tdata (abfd
)->symtab_hdr
.sh_size
/ bed
->s
->sizeof_sym
;
13930 if (!elf_bad_symtab (abfd
))
13931 extsymcount
-= elf_tdata (abfd
)->symtab_hdr
.sh_info
;
13933 sym_hashes
= elf_sym_hashes (abfd
);
13934 sym_hashes_end
= sym_hashes
+ extsymcount
;
13936 /* Hunt down the child symbol, which is in this section at the same
13937 offset as the relocation. */
13938 for (search
= sym_hashes
; search
!= sym_hashes_end
; ++search
)
13940 if ((child
= *search
) != NULL
13941 && (child
->root
.type
== bfd_link_hash_defined
13942 || child
->root
.type
== bfd_link_hash_defweak
)
13943 && child
->root
.u
.def
.section
== sec
13944 && child
->root
.u
.def
.value
== offset
)
13948 /* xgettext:c-format */
13949 _bfd_error_handler (_("%pB: %pA+%#" PRIx64
": no symbol found for INHERIT"),
13950 abfd
, sec
, (uint64_t) offset
);
13951 bfd_set_error (bfd_error_invalid_operation
);
13955 if (!child
->u2
.vtable
)
13957 child
->u2
.vtable
= ((struct elf_link_virtual_table_entry
*)
13958 bfd_zalloc (abfd
, sizeof (*child
->u2
.vtable
)));
13959 if (!child
->u2
.vtable
)
13964 /* This *should* only be the absolute section. It could potentially
13965 be that someone has defined a non-global vtable though, which
13966 would be bad. It isn't worth paging in the local symbols to be
13967 sure though; that case should simply be handled by the assembler. */
13969 child
->u2
.vtable
->parent
= (struct elf_link_hash_entry
*) -1;
13972 child
->u2
.vtable
->parent
= h
;
13977 /* Called from check_relocs to record the existence of a VTENTRY reloc. */
13980 bfd_elf_gc_record_vtentry (bfd
*abfd
, asection
*sec
,
13981 struct elf_link_hash_entry
*h
,
13984 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
13985 unsigned int log_file_align
= bed
->s
->log_file_align
;
13989 /* xgettext:c-format */
13990 _bfd_error_handler (_("%pB: section '%pA': corrupt VTENTRY entry"),
13992 bfd_set_error (bfd_error_bad_value
);
13998 h
->u2
.vtable
= ((struct elf_link_virtual_table_entry
*)
13999 bfd_zalloc (abfd
, sizeof (*h
->u2
.vtable
)));
14004 if (addend
>= h
->u2
.vtable
->size
)
14006 size_t size
, bytes
, file_align
;
14007 bfd_boolean
*ptr
= h
->u2
.vtable
->used
;
14009 /* While the symbol is undefined, we have to be prepared to handle
14011 file_align
= 1 << log_file_align
;
14012 if (h
->root
.type
== bfd_link_hash_undefined
)
14013 size
= addend
+ file_align
;
14017 if (addend
>= size
)
14019 /* Oops! We've got a reference past the defined end of
14020 the table. This is probably a bug -- shall we warn? */
14021 size
= addend
+ file_align
;
14024 size
= (size
+ file_align
- 1) & -file_align
;
14026 /* Allocate one extra entry for use as a "done" flag for the
14027 consolidation pass. */
14028 bytes
= ((size
>> log_file_align
) + 1) * sizeof (bfd_boolean
);
14032 ptr
= (bfd_boolean
*) bfd_realloc (ptr
- 1, bytes
);
14038 oldbytes
= (((h
->u2
.vtable
->size
>> log_file_align
) + 1)
14039 * sizeof (bfd_boolean
));
14040 memset (((char *) ptr
) + oldbytes
, 0, bytes
- oldbytes
);
14044 ptr
= (bfd_boolean
*) bfd_zmalloc (bytes
);
14049 /* And arrange for that done flag to be at index -1. */
14050 h
->u2
.vtable
->used
= ptr
+ 1;
14051 h
->u2
.vtable
->size
= size
;
14054 h
->u2
.vtable
->used
[addend
>> log_file_align
] = TRUE
;
14059 /* Map an ELF section header flag to its corresponding string. */
14063 flagword flag_value
;
14064 } elf_flags_to_name_table
;
14066 static elf_flags_to_name_table elf_flags_to_names
[] =
14068 { "SHF_WRITE", SHF_WRITE
},
14069 { "SHF_ALLOC", SHF_ALLOC
},
14070 { "SHF_EXECINSTR", SHF_EXECINSTR
},
14071 { "SHF_MERGE", SHF_MERGE
},
14072 { "SHF_STRINGS", SHF_STRINGS
},
14073 { "SHF_INFO_LINK", SHF_INFO_LINK
},
14074 { "SHF_LINK_ORDER", SHF_LINK_ORDER
},
14075 { "SHF_OS_NONCONFORMING", SHF_OS_NONCONFORMING
},
14076 { "SHF_GROUP", SHF_GROUP
},
14077 { "SHF_TLS", SHF_TLS
},
14078 { "SHF_MASKOS", SHF_MASKOS
},
14079 { "SHF_EXCLUDE", SHF_EXCLUDE
},
14082 /* Returns TRUE if the section is to be included, otherwise FALSE. */
14084 bfd_elf_lookup_section_flags (struct bfd_link_info
*info
,
14085 struct flag_info
*flaginfo
,
14088 const bfd_vma sh_flags
= elf_section_flags (section
);
14090 if (!flaginfo
->flags_initialized
)
14092 bfd
*obfd
= info
->output_bfd
;
14093 const struct elf_backend_data
*bed
= get_elf_backend_data (obfd
);
14094 struct flag_info_list
*tf
= flaginfo
->flag_list
;
14096 int without_hex
= 0;
14098 for (tf
= flaginfo
->flag_list
; tf
!= NULL
; tf
= tf
->next
)
14101 flagword (*lookup
) (char *);
14103 lookup
= bed
->elf_backend_lookup_section_flags_hook
;
14104 if (lookup
!= NULL
)
14106 flagword hexval
= (*lookup
) ((char *) tf
->name
);
14110 if (tf
->with
== with_flags
)
14111 with_hex
|= hexval
;
14112 else if (tf
->with
== without_flags
)
14113 without_hex
|= hexval
;
14118 for (i
= 0; i
< ARRAY_SIZE (elf_flags_to_names
); ++i
)
14120 if (strcmp (tf
->name
, elf_flags_to_names
[i
].flag_name
) == 0)
14122 if (tf
->with
== with_flags
)
14123 with_hex
|= elf_flags_to_names
[i
].flag_value
;
14124 else if (tf
->with
== without_flags
)
14125 without_hex
|= elf_flags_to_names
[i
].flag_value
;
14132 info
->callbacks
->einfo
14133 (_("unrecognized INPUT_SECTION_FLAG %s\n"), tf
->name
);
14137 flaginfo
->flags_initialized
= TRUE
;
14138 flaginfo
->only_with_flags
|= with_hex
;
14139 flaginfo
->not_with_flags
|= without_hex
;
14142 if ((flaginfo
->only_with_flags
& sh_flags
) != flaginfo
->only_with_flags
)
14145 if ((flaginfo
->not_with_flags
& sh_flags
) != 0)
14151 struct alloc_got_off_arg
{
14153 struct bfd_link_info
*info
;
14156 /* We need a special top-level link routine to convert got reference counts
14157 to real got offsets. */
14160 elf_gc_allocate_got_offsets (struct elf_link_hash_entry
*h
, void *arg
)
14162 struct alloc_got_off_arg
*gofarg
= (struct alloc_got_off_arg
*) arg
;
14163 bfd
*obfd
= gofarg
->info
->output_bfd
;
14164 const struct elf_backend_data
*bed
= get_elf_backend_data (obfd
);
14166 if (h
->got
.refcount
> 0)
14168 h
->got
.offset
= gofarg
->gotoff
;
14169 gofarg
->gotoff
+= bed
->got_elt_size (obfd
, gofarg
->info
, h
, NULL
, 0);
14172 h
->got
.offset
= (bfd_vma
) -1;
14177 /* And an accompanying bit to work out final got entry offsets once
14178 we're done. Should be called from final_link. */
14181 bfd_elf_gc_common_finalize_got_offsets (bfd
*abfd
,
14182 struct bfd_link_info
*info
)
14185 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
14187 struct alloc_got_off_arg gofarg
;
14189 BFD_ASSERT (abfd
== info
->output_bfd
);
14191 if (! is_elf_hash_table (info
->hash
))
14194 /* The GOT offset is relative to the .got section, but the GOT header is
14195 put into the .got.plt section, if the backend uses it. */
14196 if (bed
->want_got_plt
)
14199 gotoff
= bed
->got_header_size
;
14201 /* Do the local .got entries first. */
14202 for (i
= info
->input_bfds
; i
; i
= i
->link
.next
)
14204 bfd_signed_vma
*local_got
;
14205 size_t j
, locsymcount
;
14206 Elf_Internal_Shdr
*symtab_hdr
;
14208 if (bfd_get_flavour (i
) != bfd_target_elf_flavour
)
14211 local_got
= elf_local_got_refcounts (i
);
14215 symtab_hdr
= &elf_tdata (i
)->symtab_hdr
;
14216 if (elf_bad_symtab (i
))
14217 locsymcount
= symtab_hdr
->sh_size
/ bed
->s
->sizeof_sym
;
14219 locsymcount
= symtab_hdr
->sh_info
;
14221 for (j
= 0; j
< locsymcount
; ++j
)
14223 if (local_got
[j
] > 0)
14225 local_got
[j
] = gotoff
;
14226 gotoff
+= bed
->got_elt_size (abfd
, info
, NULL
, i
, j
);
14229 local_got
[j
] = (bfd_vma
) -1;
14233 /* Then the global .got entries. .plt refcounts are handled by
14234 adjust_dynamic_symbol */
14235 gofarg
.gotoff
= gotoff
;
14236 gofarg
.info
= info
;
14237 elf_link_hash_traverse (elf_hash_table (info
),
14238 elf_gc_allocate_got_offsets
,
14243 /* Many folk need no more in the way of final link than this, once
14244 got entry reference counting is enabled. */
14247 bfd_elf_gc_common_final_link (bfd
*abfd
, struct bfd_link_info
*info
)
14249 if (!bfd_elf_gc_common_finalize_got_offsets (abfd
, info
))
14252 /* Invoke the regular ELF backend linker to do all the work. */
14253 return bfd_elf_final_link (abfd
, info
);
14257 bfd_elf_reloc_symbol_deleted_p (bfd_vma offset
, void *cookie
)
14259 struct elf_reloc_cookie
*rcookie
= (struct elf_reloc_cookie
*) cookie
;
14261 if (rcookie
->bad_symtab
)
14262 rcookie
->rel
= rcookie
->rels
;
14264 for (; rcookie
->rel
< rcookie
->relend
; rcookie
->rel
++)
14266 unsigned long r_symndx
;
14268 if (! rcookie
->bad_symtab
)
14269 if (rcookie
->rel
->r_offset
> offset
)
14271 if (rcookie
->rel
->r_offset
!= offset
)
14274 r_symndx
= rcookie
->rel
->r_info
>> rcookie
->r_sym_shift
;
14275 if (r_symndx
== STN_UNDEF
)
14278 if (r_symndx
>= rcookie
->locsymcount
14279 || ELF_ST_BIND (rcookie
->locsyms
[r_symndx
].st_info
) != STB_LOCAL
)
14281 struct elf_link_hash_entry
*h
;
14283 h
= rcookie
->sym_hashes
[r_symndx
- rcookie
->extsymoff
];
14285 while (h
->root
.type
== bfd_link_hash_indirect
14286 || h
->root
.type
== bfd_link_hash_warning
)
14287 h
= (struct elf_link_hash_entry
*) h
->root
.u
.i
.link
;
14289 if ((h
->root
.type
== bfd_link_hash_defined
14290 || h
->root
.type
== bfd_link_hash_defweak
)
14291 && (h
->root
.u
.def
.section
->owner
!= rcookie
->abfd
14292 || h
->root
.u
.def
.section
->kept_section
!= NULL
14293 || discarded_section (h
->root
.u
.def
.section
)))
14298 /* It's not a relocation against a global symbol,
14299 but it could be a relocation against a local
14300 symbol for a discarded section. */
14302 Elf_Internal_Sym
*isym
;
14304 /* Need to: get the symbol; get the section. */
14305 isym
= &rcookie
->locsyms
[r_symndx
];
14306 isec
= bfd_section_from_elf_index (rcookie
->abfd
, isym
->st_shndx
);
14308 && (isec
->kept_section
!= NULL
14309 || discarded_section (isec
)))
14317 /* Discard unneeded references to discarded sections.
14318 Returns -1 on error, 1 if any section's size was changed, 0 if
14319 nothing changed. This function assumes that the relocations are in
14320 sorted order, which is true for all known assemblers. */
14323 bfd_elf_discard_info (bfd
*output_bfd
, struct bfd_link_info
*info
)
14325 struct elf_reloc_cookie cookie
;
14330 if (info
->traditional_format
14331 || !is_elf_hash_table (info
->hash
))
14334 o
= bfd_get_section_by_name (output_bfd
, ".stab");
14339 for (i
= o
->map_head
.s
; i
!= NULL
; i
= i
->map_head
.s
)
14342 || i
->reloc_count
== 0
14343 || i
->sec_info_type
!= SEC_INFO_TYPE_STABS
)
14347 if (bfd_get_flavour (abfd
) != bfd_target_elf_flavour
)
14350 if (!init_reloc_cookie_for_section (&cookie
, info
, i
))
14353 if (_bfd_discard_section_stabs (abfd
, i
,
14354 elf_section_data (i
)->sec_info
,
14355 bfd_elf_reloc_symbol_deleted_p
,
14359 fini_reloc_cookie_for_section (&cookie
, i
);
14364 if (info
->eh_frame_hdr_type
!= COMPACT_EH_HDR
)
14365 o
= bfd_get_section_by_name (output_bfd
, ".eh_frame");
14369 int eh_changed
= 0;
14370 unsigned int eh_alignment
; /* Octets. */
14372 for (i
= o
->map_head
.s
; i
!= NULL
; i
= i
->map_head
.s
)
14378 if (bfd_get_flavour (abfd
) != bfd_target_elf_flavour
)
14381 if (!init_reloc_cookie_for_section (&cookie
, info
, i
))
14384 _bfd_elf_parse_eh_frame (abfd
, info
, i
, &cookie
);
14385 if (_bfd_elf_discard_section_eh_frame (abfd
, info
, i
,
14386 bfd_elf_reloc_symbol_deleted_p
,
14390 if (i
->size
!= i
->rawsize
)
14394 fini_reloc_cookie_for_section (&cookie
, i
);
14397 eh_alignment
= ((1 << o
->alignment_power
)
14398 * bfd_octets_per_byte (output_bfd
, o
));
14399 /* Skip over zero terminator, and prevent empty sections from
14400 adding alignment padding at the end. */
14401 for (i
= o
->map_tail
.s
; i
!= NULL
; i
= i
->map_tail
.s
)
14403 i
->flags
|= SEC_EXCLUDE
;
14404 else if (i
->size
> 4)
14406 /* The last non-empty eh_frame section doesn't need padding. */
14409 /* Any prior sections must pad the last FDE out to the output
14410 section alignment. Otherwise we might have zero padding
14411 between sections, which would be seen as a terminator. */
14412 for (; i
!= NULL
; i
= i
->map_tail
.s
)
14414 /* All but the last zero terminator should have been removed. */
14419 = (i
->size
+ eh_alignment
- 1) & -eh_alignment
;
14420 if (i
->size
!= size
)
14428 elf_link_hash_traverse (elf_hash_table (info
),
14429 _bfd_elf_adjust_eh_frame_global_symbol
, NULL
);
14432 for (abfd
= info
->input_bfds
; abfd
!= NULL
; abfd
= abfd
->link
.next
)
14434 const struct elf_backend_data
*bed
;
14437 if (bfd_get_flavour (abfd
) != bfd_target_elf_flavour
)
14439 s
= abfd
->sections
;
14440 if (s
== NULL
|| s
->sec_info_type
== SEC_INFO_TYPE_JUST_SYMS
)
14443 bed
= get_elf_backend_data (abfd
);
14445 if (bed
->elf_backend_discard_info
!= NULL
)
14447 if (!init_reloc_cookie (&cookie
, info
, abfd
))
14450 if ((*bed
->elf_backend_discard_info
) (abfd
, &cookie
, info
))
14453 fini_reloc_cookie (&cookie
, abfd
);
14457 if (info
->eh_frame_hdr_type
== COMPACT_EH_HDR
)
14458 _bfd_elf_end_eh_frame_parsing (info
);
14460 if (info
->eh_frame_hdr_type
14461 && !bfd_link_relocatable (info
)
14462 && _bfd_elf_discard_section_eh_frame_hdr (output_bfd
, info
))
14469 _bfd_elf_section_already_linked (bfd
*abfd
,
14471 struct bfd_link_info
*info
)
14474 const char *name
, *key
;
14475 struct bfd_section_already_linked
*l
;
14476 struct bfd_section_already_linked_hash_entry
*already_linked_list
;
14478 if (sec
->output_section
== bfd_abs_section_ptr
)
14481 flags
= sec
->flags
;
14483 /* Return if it isn't a linkonce section. A comdat group section
14484 also has SEC_LINK_ONCE set. */
14485 if ((flags
& SEC_LINK_ONCE
) == 0)
14488 /* Don't put group member sections on our list of already linked
14489 sections. They are handled as a group via their group section. */
14490 if (elf_sec_group (sec
) != NULL
)
14493 /* For a SHT_GROUP section, use the group signature as the key. */
14495 if ((flags
& SEC_GROUP
) != 0
14496 && elf_next_in_group (sec
) != NULL
14497 && elf_group_name (elf_next_in_group (sec
)) != NULL
)
14498 key
= elf_group_name (elf_next_in_group (sec
));
14501 /* Otherwise we should have a .gnu.linkonce.<type>.<key> section. */
14502 if (CONST_STRNEQ (name
, ".gnu.linkonce.")
14503 && (key
= strchr (name
+ sizeof (".gnu.linkonce.") - 1, '.')) != NULL
)
14506 /* Must be a user linkonce section that doesn't follow gcc's
14507 naming convention. In this case we won't be matching
14508 single member groups. */
14512 already_linked_list
= bfd_section_already_linked_table_lookup (key
);
14514 for (l
= already_linked_list
->entry
; l
!= NULL
; l
= l
->next
)
14516 /* We may have 2 different types of sections on the list: group
14517 sections with a signature of <key> (<key> is some string),
14518 and linkonce sections named .gnu.linkonce.<type>.<key>.
14519 Match like sections. LTO plugin sections are an exception.
14520 They are always named .gnu.linkonce.t.<key> and match either
14521 type of section. */
14522 if (((flags
& SEC_GROUP
) == (l
->sec
->flags
& SEC_GROUP
)
14523 && ((flags
& SEC_GROUP
) != 0
14524 || strcmp (name
, l
->sec
->name
) == 0))
14525 || (l
->sec
->owner
->flags
& BFD_PLUGIN
) != 0)
14527 /* The section has already been linked. See if we should
14528 issue a warning. */
14529 if (!_bfd_handle_already_linked (sec
, l
, info
))
14532 if (flags
& SEC_GROUP
)
14534 asection
*first
= elf_next_in_group (sec
);
14535 asection
*s
= first
;
14539 s
->output_section
= bfd_abs_section_ptr
;
14540 /* Record which group discards it. */
14541 s
->kept_section
= l
->sec
;
14542 s
= elf_next_in_group (s
);
14543 /* These lists are circular. */
14553 /* A single member comdat group section may be discarded by a
14554 linkonce section and vice versa. */
14555 if ((flags
& SEC_GROUP
) != 0)
14557 asection
*first
= elf_next_in_group (sec
);
14559 if (first
!= NULL
&& elf_next_in_group (first
) == first
)
14560 /* Check this single member group against linkonce sections. */
14561 for (l
= already_linked_list
->entry
; l
!= NULL
; l
= l
->next
)
14562 if ((l
->sec
->flags
& SEC_GROUP
) == 0
14563 && bfd_elf_match_symbols_in_sections (l
->sec
, first
, info
))
14565 first
->output_section
= bfd_abs_section_ptr
;
14566 first
->kept_section
= l
->sec
;
14567 sec
->output_section
= bfd_abs_section_ptr
;
14572 /* Check this linkonce section against single member groups. */
14573 for (l
= already_linked_list
->entry
; l
!= NULL
; l
= l
->next
)
14574 if (l
->sec
->flags
& SEC_GROUP
)
14576 asection
*first
= elf_next_in_group (l
->sec
);
14579 && elf_next_in_group (first
) == first
14580 && bfd_elf_match_symbols_in_sections (first
, sec
, info
))
14582 sec
->output_section
= bfd_abs_section_ptr
;
14583 sec
->kept_section
= first
;
14588 /* Do not complain on unresolved relocations in `.gnu.linkonce.r.F'
14589 referencing its discarded `.gnu.linkonce.t.F' counterpart - g++-3.4
14590 specific as g++-4.x is using COMDAT groups (without the `.gnu.linkonce'
14591 prefix) instead. `.gnu.linkonce.r.*' were the `.rodata' part of its
14592 matching `.gnu.linkonce.t.*'. If `.gnu.linkonce.r.F' is not discarded
14593 but its `.gnu.linkonce.t.F' is discarded means we chose one-only
14594 `.gnu.linkonce.t.F' section from a different bfd not requiring any
14595 `.gnu.linkonce.r.F'. Thus `.gnu.linkonce.r.F' should be discarded.
14596 The reverse order cannot happen as there is never a bfd with only the
14597 `.gnu.linkonce.r.F' section. The order of sections in a bfd does not
14598 matter as here were are looking only for cross-bfd sections. */
14600 if ((flags
& SEC_GROUP
) == 0 && CONST_STRNEQ (name
, ".gnu.linkonce.r."))
14601 for (l
= already_linked_list
->entry
; l
!= NULL
; l
= l
->next
)
14602 if ((l
->sec
->flags
& SEC_GROUP
) == 0
14603 && CONST_STRNEQ (l
->sec
->name
, ".gnu.linkonce.t."))
14605 if (abfd
!= l
->sec
->owner
)
14606 sec
->output_section
= bfd_abs_section_ptr
;
14610 /* This is the first section with this name. Record it. */
14611 if (!bfd_section_already_linked_table_insert (already_linked_list
, sec
))
14612 info
->callbacks
->einfo (_("%F%P: already_linked_table: %E\n"));
14613 return sec
->output_section
== bfd_abs_section_ptr
;
14617 _bfd_elf_common_definition (Elf_Internal_Sym
*sym
)
14619 return sym
->st_shndx
== SHN_COMMON
;
14623 _bfd_elf_common_section_index (asection
*sec ATTRIBUTE_UNUSED
)
14629 _bfd_elf_common_section (asection
*sec ATTRIBUTE_UNUSED
)
14631 return bfd_com_section_ptr
;
14635 _bfd_elf_default_got_elt_size (bfd
*abfd
,
14636 struct bfd_link_info
*info ATTRIBUTE_UNUSED
,
14637 struct elf_link_hash_entry
*h ATTRIBUTE_UNUSED
,
14638 bfd
*ibfd ATTRIBUTE_UNUSED
,
14639 unsigned long symndx ATTRIBUTE_UNUSED
)
14641 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
14642 return bed
->s
->arch_size
/ 8;
14645 /* Routines to support the creation of dynamic relocs. */
14647 /* Returns the name of the dynamic reloc section associated with SEC. */
14649 static const char *
14650 get_dynamic_reloc_section_name (bfd
* abfd
,
14652 bfd_boolean is_rela
)
14655 const char *old_name
= bfd_section_name (sec
);
14656 const char *prefix
= is_rela
? ".rela" : ".rel";
14658 if (old_name
== NULL
)
14661 name
= bfd_alloc (abfd
, strlen (prefix
) + strlen (old_name
) + 1);
14662 sprintf (name
, "%s%s", prefix
, old_name
);
14667 /* Returns the dynamic reloc section associated with SEC.
14668 If necessary compute the name of the dynamic reloc section based
14669 on SEC's name (looked up in ABFD's string table) and the setting
14673 _bfd_elf_get_dynamic_reloc_section (bfd
* abfd
,
14675 bfd_boolean is_rela
)
14677 asection
* reloc_sec
= elf_section_data (sec
)->sreloc
;
14679 if (reloc_sec
== NULL
)
14681 const char * name
= get_dynamic_reloc_section_name (abfd
, sec
, is_rela
);
14685 reloc_sec
= bfd_get_linker_section (abfd
, name
);
14687 if (reloc_sec
!= NULL
)
14688 elf_section_data (sec
)->sreloc
= reloc_sec
;
14695 /* Returns the dynamic reloc section associated with SEC. If the
14696 section does not exist it is created and attached to the DYNOBJ
14697 bfd and stored in the SRELOC field of SEC's elf_section_data
14700 ALIGNMENT is the alignment for the newly created section and
14701 IS_RELA defines whether the name should be .rela.<SEC's name>
14702 or .rel.<SEC's name>. The section name is looked up in the
14703 string table associated with ABFD. */
14706 _bfd_elf_make_dynamic_reloc_section (asection
*sec
,
14708 unsigned int alignment
,
14710 bfd_boolean is_rela
)
14712 asection
* reloc_sec
= elf_section_data (sec
)->sreloc
;
14714 if (reloc_sec
== NULL
)
14716 const char * name
= get_dynamic_reloc_section_name (abfd
, sec
, is_rela
);
14721 reloc_sec
= bfd_get_linker_section (dynobj
, name
);
14723 if (reloc_sec
== NULL
)
14725 flagword flags
= (SEC_HAS_CONTENTS
| SEC_READONLY
14726 | SEC_IN_MEMORY
| SEC_LINKER_CREATED
);
14727 if ((sec
->flags
& SEC_ALLOC
) != 0)
14728 flags
|= SEC_ALLOC
| SEC_LOAD
;
14730 reloc_sec
= bfd_make_section_anyway_with_flags (dynobj
, name
, flags
);
14731 if (reloc_sec
!= NULL
)
14733 /* _bfd_elf_get_sec_type_attr chooses a section type by
14734 name. Override as it may be wrong, eg. for a user
14735 section named "auto" we'll get ".relauto" which is
14736 seen to be a .rela section. */
14737 elf_section_type (reloc_sec
) = is_rela
? SHT_RELA
: SHT_REL
;
14738 if (!bfd_set_section_alignment (reloc_sec
, alignment
))
14743 elf_section_data (sec
)->sreloc
= reloc_sec
;
14749 /* Copy the ELF symbol type and other attributes for a linker script
14750 assignment from HSRC to HDEST. Generally this should be treated as
14751 if we found a strong non-dynamic definition for HDEST (except that
14752 ld ignores multiple definition errors). */
14754 _bfd_elf_copy_link_hash_symbol_type (bfd
*abfd
,
14755 struct bfd_link_hash_entry
*hdest
,
14756 struct bfd_link_hash_entry
*hsrc
)
14758 struct elf_link_hash_entry
*ehdest
= (struct elf_link_hash_entry
*) hdest
;
14759 struct elf_link_hash_entry
*ehsrc
= (struct elf_link_hash_entry
*) hsrc
;
14760 Elf_Internal_Sym isym
;
14762 ehdest
->type
= ehsrc
->type
;
14763 ehdest
->target_internal
= ehsrc
->target_internal
;
14765 isym
.st_other
= ehsrc
->other
;
14766 elf_merge_st_other (abfd
, ehdest
, &isym
, NULL
, TRUE
, FALSE
);
14769 /* Append a RELA relocation REL to section S in BFD. */
14772 elf_append_rela (bfd
*abfd
, asection
*s
, Elf_Internal_Rela
*rel
)
14774 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
14775 bfd_byte
*loc
= s
->contents
+ (s
->reloc_count
++ * bed
->s
->sizeof_rela
);
14776 BFD_ASSERT (loc
+ bed
->s
->sizeof_rela
<= s
->contents
+ s
->size
);
14777 bed
->s
->swap_reloca_out (abfd
, rel
, loc
);
14780 /* Append a REL relocation REL to section S in BFD. */
14783 elf_append_rel (bfd
*abfd
, asection
*s
, Elf_Internal_Rela
*rel
)
14785 const struct elf_backend_data
*bed
= get_elf_backend_data (abfd
);
14786 bfd_byte
*loc
= s
->contents
+ (s
->reloc_count
++ * bed
->s
->sizeof_rel
);
14787 BFD_ASSERT (loc
+ bed
->s
->sizeof_rel
<= s
->contents
+ s
->size
);
14788 bed
->s
->swap_reloc_out (abfd
, rel
, loc
);
14791 /* Define __start, __stop, .startof. or .sizeof. symbol. */
14793 struct bfd_link_hash_entry
*
14794 bfd_elf_define_start_stop (struct bfd_link_info
*info
,
14795 const char *symbol
, asection
*sec
)
14797 struct elf_link_hash_entry
*h
;
14799 h
= elf_link_hash_lookup (elf_hash_table (info
), symbol
,
14800 FALSE
, FALSE
, TRUE
);
14802 && (h
->root
.type
== bfd_link_hash_undefined
14803 || h
->root
.type
== bfd_link_hash_undefweak
14804 || ((h
->ref_regular
|| h
->def_dynamic
) && !h
->def_regular
)))
14806 bfd_boolean was_dynamic
= h
->ref_dynamic
|| h
->def_dynamic
;
14807 h
->root
.type
= bfd_link_hash_defined
;
14808 h
->root
.u
.def
.section
= sec
;
14809 h
->root
.u
.def
.value
= 0;
14810 h
->def_regular
= 1;
14811 h
->def_dynamic
= 0;
14813 h
->u2
.start_stop_section
= sec
;
14814 if (symbol
[0] == '.')
14816 /* .startof. and .sizeof. symbols are local. */
14817 const struct elf_backend_data
*bed
;
14818 bed
= get_elf_backend_data (info
->output_bfd
);
14819 (*bed
->elf_backend_hide_symbol
) (info
, h
, TRUE
);
14823 if (ELF_ST_VISIBILITY (h
->other
) == STV_DEFAULT
)
14824 h
->other
= (h
->other
& ~ELF_ST_VISIBILITY (-1)) | STV_PROTECTED
;
14826 bfd_elf_link_record_dynamic_symbol (info
, h
);