aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-10-23 04:22:34 +0000
committerIan Lance Taylor <ian@airs.com>1996-10-23 04:22:34 +0000
commit84be2a8fa29da1a423d494731b42161d5deba5f5 (patch)
tree7cf26a43e7d87b87a3fb5ecc16af7b46bc483e45
parentc322f1b5236d358a8b592b900f6878fb5ce43bc8 (diff)
downloadgdb-84be2a8fa29da1a423d494731b42161d5deba5f5.zip
gdb-84be2a8fa29da1a423d494731b42161d5deba5f5.tar.gz
gdb-84be2a8fa29da1a423d494731b42161d5deba5f5.tar.bz2
* 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.
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2b8fdcc..be146a9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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)