aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-06 17:44:34 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-06 17:44:34 +0000
commit469984d1f66a2e91f530aa266759ae8d8d1abf8b (patch)
tree748ab985754de5b3e0008bd994cf6b80aa7abbb2 /bfd/ChangeLog
parentd2c71068e85b97ec00c86ac211aed42c686b4d24 (diff)
downloadgdb-469984d1f66a2e91f530aa266759ae8d8d1abf8b.zip
gdb-469984d1f66a2e91f530aa266759ae8d8d1abf8b.tar.gz
gdb-469984d1f66a2e91f530aa266759ae8d8d1abf8b.tar.bz2
* libecoff.h (ecoff_data_type): Add linker field.
* ecoff.c (ecoff_write_object_contents): Check new tdata linker field, rather than outsymbols being non-NULL, to decide whether to output the symbols and relocs. (ecoff_bfd_final_link): Set new tdata linker field to true.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c565891..f5eb440 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
Mon Jun 6 10:57:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * libecoff.h (ecoff_data_type): Add linker field.
+ * ecoff.c (ecoff_write_object_contents): Check new tdata linker
+ field, rather than outsymbols being non-NULL, to decide whether to
+ output the symbols and relocs.
+ (ecoff_bfd_final_link): Set new tdata linker field to true.
+
* ecoff.c (ecoff_bfd_copy_private_bfd_data): Don't try to copy
data to a non-ECOFF file.