fix output location of common symbols
authorIan Lance Taylor <ian@airs.com>
Fri, 27 Oct 1995 00:10:05 +0000 (00:10 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 27 Oct 1995 00:10:05 +0000 (00:10 +0000)
bfd/xcofflink.c

index dda5cd8..8dedde0 100644 (file)
@@ -3499,7 +3499,10 @@ xcoff_link_input_bfd (finfo, input_bfd)
       if (! skip
          && isym.n_sclass == C_EXT
          && smtyp == XTY_CM
-         && (*sym_hash)->root.type != bfd_link_hash_common)
+         && ((*sym_hash)->root.type != bfd_link_hash_common
+             || (*sym_hash)->root.u.c.p->section != *csectpp)
+         && ((*sym_hash)->root.type != bfd_link_hash_defined
+             || (*sym_hash)->root.u.def.section != *csectpp))
        skip = true;
 
       /* Skip local symbols if we are discarding them.  */