From 6d3e950baa6b78a46e6282eea421c2416bca5eb8 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 17 May 2000 19:55:14 +0000 Subject: [PATCH] Add part of patch omittede from previous delta --- bfd/elflink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/elflink.h b/bfd/elflink.h index fc3f1d1..749d139 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; -- 2.7.4