From: Nick Clifton Date: Wed, 17 May 2000 19:55:14 +0000 (+0000) Subject: Add part of patch omittede from previous delta X-Git-Tag: readline-pre-41-import~457 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d3e950baa6b78a46e6282eea421c2416bca5eb8;p=thirdparty%2Fbinutils-gdb.git Add part of patch omittede from previous delta --- diff --git a/bfd/elflink.h b/bfd/elflink.h index fc3f1d13300..749d13981c9 100644 --- a/bfd/elflink.h +++ b/bfd/elflink.h @@ -6420,7 +6420,7 @@ elf_gc_sections (abfd, info) struct elf_link_hash_entry *h, Elf_Internal_Sym *)); if (!get_elf_backend_data (abfd)->can_gc_sections - || info->relocateable + || info->relocateable || info->emitrelocations || elf_hash_table (info)->dynamic_sections_created) return true;