diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-05 01:01:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-05 01:01:11 +0000 |
commit | 4e59f52302a76bf8c54dfbf94c4bbd0c2979e0ed (patch) | |
tree | 035e9659459237da29e2f9529c6bfb6dcec5ff8e /bfd | |
parent | ea2504d592c16e8c00683270210f02de0e63cc14 (diff) | |
download | gdb-4e59f52302a76bf8c54dfbf94c4bbd0c2979e0ed.zip gdb-4e59f52302a76bf8c54dfbf94c4bbd0c2979e0ed.tar.gz gdb-4e59f52302a76bf8c54dfbf94c4bbd0c2979e0ed.tar.bz2 |
* xcofflink.c (xcoff_mark): Treat undefined imported symbols as
though they are defined in a shared library.
(xcoff_build_ldsyms): Likewise.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c1efc8e..bcf54a0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Mon Mar 4 12:49:16 1996 Ian Lance Taylor <ian@cygnus.com> + * 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. |