From: John Gilmore Date: Wed, 28 Oct 1992 21:44:39 +0000 (+0000) Subject: (coff_write_object_contents): Zero timestamp field. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17f9c8177526817122538de14f6c038af2227569;p=binutils-gdb.git (coff_write_object_contents): Zero timestamp field. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e0d4803708f..592fb3a0716 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Wed Oct 28 13:42:09 1992 John Gilmore (gnu@cygnus.com) + + * coffcode.h (coff_write_object_contents): Zero timestamp field. + Tue Oct 27 12:24:34 1992 Ian Lance Taylor (ian@cygnus.com) * coffcode.h (coff_swap_aux_out): set the fcnary info before diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 348ba64ae36..a3c03b74973 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -2603,21 +2603,11 @@ DEFUN(coff_write_object_contents,(abfd), /* We will NOT put a fucking timestamp in the header here. Every time you - put it back, I will come in and take it out again. I'm sorry. This + put it back, I will come in and take it out again. I'm sorry. This 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 */ - /* - Well, I like it, and now we have *customers* who have requested it, - so I'm conditionally compiling it in. - - sac@cygnus.com - */ -#ifndef NOCOFF_TIMESTAMP - internal_f.f_timdat = time(0); -#else internal_f.f_timdat = 0; -#endif if (bfd_get_symcount(abfd) != 0) internal_f.f_symptr = sym_base;