aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
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/coffcode.h
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/coffcode.h')
-rw-r--r--bfd/coffcode.h1
1 files changed, 1 insertions, 0 deletions
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;