From 5944d75b46627c73055e1268c496d5ca6ac2b463 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 4 Oct 1995 18:20:08 +0000 Subject: * coffcode.h (coff_write_object_contents): Restore setting f_timdat to 0, deleted on August 22. --- bfd/coffcode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/coffcode.h') 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; -- cgit v1.1