From 4e59f52302a76bf8c54dfbf94c4bbd0c2979e0ed Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 5 Mar 1996 01:01:11 +0000 Subject: [PATCH] * xcofflink.c (xcoff_mark): Treat undefined imported symbols as though they are defined in a shared library. (xcoff_build_ldsyms): Likewise. --- bfd/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c1efc8e6e6..bcf54a00f2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Mon Mar 4 12:49:16 1996 Ian Lance Taylor + * xcofflink.c (xcoff_mark): Treat undefined imported symbols as + though they are defined in a shared library. + (xcoff_build_ldsyms): Likewise. + * coffgen.c (coff_find_nearest_line): Don't look at the line numbers for the section if section->lineno is NULL.