From: Ian Lance Taylor Date: Tue, 5 Mar 1996 01:01:11 +0000 (+0000) Subject: * xcofflink.c (xcoff_mark): Treat undefined imported symbols as X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e59f52302a76bf8c54dfbf94c4bbd0c2979e0ed;p=binutils-gdb.git * xcofflink.c (xcoff_mark): Treat undefined imported symbols as though they are defined in a shared library. (xcoff_build_ldsyms): Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c1efc8e6e60..bcf54a00f20 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.