* xcofflink.c (bfd_xcoff_import_symbol): Don't allocate ldsym.
authorIan Lance Taylor <ian@airs.com>
Wed, 23 Oct 1996 04:22:34 +0000 (04:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 23 Oct 1996 04:22:34 +0000 (04:22 +0000)
Store import file index in ldindx.
(xcoff_build_ldsyms): Assume that ldsym was not previously
allocated.  For an imported symbol, copy ldindx into l_ifile.

bfd/ChangeLog

index 2b8fdcc82792dd23bc3a66581ff39b16878da2d1..be146a92a809c7c5893f26b2929c0a0709b9fdb9 100644 (file)
@@ -1,3 +1,10 @@
+Wed Oct 23 00:20:34 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * xcofflink.c (bfd_xcoff_import_symbol): Don't allocate ldsym.
+       Store import file index in ldindx.
+       (xcoff_build_ldsyms): Assume that ldsym was not previously
+       allocated.  For an imported symbol, copy ldindx into l_ifile.
+
 start-sanitize-v850
 Tue Oct 22 19:20:38 1996  Jeffrey A Law  (law@cygnus.com)