Add part of patch omittede from previous delta
This commit is contained in:
parent
079a8e4af5
commit
6d3e950baa
1 changed files with 1 additions and 1 deletions
|
@ -6420,7 +6420,7 @@ elf_gc_sections (abfd, info)
|
||||||
struct elf_link_hash_entry *h, Elf_Internal_Sym *));
|
struct elf_link_hash_entry *h, Elf_Internal_Sym *));
|
||||||
|
|
||||||
if (!get_elf_backend_data (abfd)->can_gc_sections
|
if (!get_elf_backend_data (abfd)->can_gc_sections
|
||||||
|| info->relocateable
|
|| info->relocateable || info->emitrelocations
|
||||||
|| elf_hash_table (info)->dynamic_sections_created)
|
|| elf_hash_table (info)->dynamic_sections_created)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue