aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-04 18:20:08 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-04 18:20:08 +0000
commit5944d75b46627c73055e1268c496d5ca6ac2b463 (patch)
tree84b66e68d810b483e0e443e816ecd9c54d2aa703 /bfd
parentcd557d83d6184a7cec16e435713abf6d12ab7292 (diff)
downloadgdb-5944d75b46627c73055e1268c496d5ca6ac2b463.zip
gdb-5944d75b46627c73055e1268c496d5ca6ac2b463.tar.gz
gdb-5944d75b46627c73055e1268c496d5ca6ac2b463.tar.bz2
* coffcode.h (coff_write_object_contents): Restore setting
f_timdat to 0, deleted on August 22.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog7
-rw-r--r--bfd/coffcode.h1
2 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9e1655c..3bd8c92 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 4 14:15:52 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * coffcode.h (coff_write_object_contents): Restore setting
+ f_timdat to 0, deleted on August 22.
+
Tue Oct 3 16:28:32 1995 steve chamberlain <sac@slash.cygnus.com>
* coffcode.h (coff_bfd_copy_private_symbol_data,
@@ -7,7 +12,7 @@ Tue Oct 3 16:28:32 1995 steve chamberlain <sac@slash.cygnus.com>
(pe_bfd_copy_private_bfd_data): New.
(coff_swap_scnhdr_in): Swap bss size into the right place.
(pe_print_private_bfd_data): Add some newlines.
-
+
Tue Oct 3 11:53:04 1995 Jeff Law (law@hurl)
* som.c (setup_sections): Don't die if a space has no subspaces.
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index d85ae0b..02971ce 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -1871,6 +1871,7 @@ coff_write_object_contents (abfd)
field does not belong here. We fill it with a 0 so it compares the
same but is not a reasonable time. -- gnu@cygnus.com
*/
+ internal_f.f_timdat = 0;
internal_f.f_flags = 0;