aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-10-27 20:34:40 +0000
committerIan Lance Taylor <ian@airs.com>1992-10-27 20:34:40 +0000
commit98fd98bcb4a85d91005aa2b762d155da42a2316a (patch)
tree955f3ae866646250ae36b54aa48e8eeece69ae7e /bfd/ChangeLog
parent83bfcbaedba78dd881dcb1e96167bfbacadb7dc9 (diff)
downloadgdb-98fd98bcb4a85d91005aa2b762d155da42a2316a.zip
gdb-98fd98bcb4a85d91005aa2b762d155da42a2316a.tar.gz
gdb-98fd98bcb4a85d91005aa2b762d155da42a2316a.tar.bz2
Moved in from p3:
Tue Oct 27 12:24:34 1992 Ian Lance Taylor (ian@cygnus.com) * coffcode.h (coff_swap_aux_out): set the fcnary info before optionally setting the dimen info, since they are in the same memory locations. Also zero out external auxent. (coff_write_symbol): don't zero external auxent; now done in coff_swap_aux_out.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b820465..e0d4803 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+Tue Oct 27 12:24:34 1992 Ian Lance Taylor (ian@cygnus.com)
+
+ * coffcode.h (coff_swap_aux_out): set the fcnary info before
+ optionally setting the dimen info, since they are in the same
+ memory locations. Also zero out external auxent.
+ (coff_write_symbol): don't zero external auxent; now done in
+ coff_swap_aux_out.
+
Fri Oct 23 13:55:35 1992 Ian Lance Taylor (ian@cygnus.com)
* Check fclose return value for errors.