* coffcode.h (coff_write_object_contents): Restore setting
authorIan Lance Taylor <ian@airs.com>
Wed, 4 Oct 1995 18:20:08 +0000 (18:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 4 Oct 1995 18:20:08 +0000 (18:20 +0000)
f_timdat to 0, deleted on August 22.

bfd/ChangeLog
bfd/coffcode.h

index 9e1655cbe9d78274d7f27f695ce203c851fbfb67..3bd8c920ca65937c0da9e7677ffebf6cbfa8e94e 100644 (file)
@@ -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.
index d85ae0bdac29c1c794446a33d35a3bbaa557bee6..02971ce9183052aa69dfa794a66f1b25fbc213a0 100644 (file)
@@ -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;