From bdaff47eb73f0c80832fd911567079240d9a001f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 26 Oct 1995 23:39:19 +0000 Subject: [PATCH] do not output symbols which need relocs until the end --- bfd/xcofflink.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bfd/xcofflink.c b/bfd/xcofflink.c index 290643bef30..dda5cd823f2 100644 --- a/bfd/xcofflink.c +++ b/bfd/xcofflink.c @@ -3546,14 +3546,6 @@ xcoff_link_input_bfd (finfo, input_bfd) skip = true; } - /* On the other hand, we can't skip global symbols which have - relocs against them. */ - if (skip - && isym.n_sclass == C_EXT - && (*sym_hash)->indx == -2 - && finfo->info->strip != strip_all) - skip = false; - /* We can not skip the first TOC anchor. */ if (skip && require -- 2.30.2