Browse Source

(coff_write_object_contents): Zero timestamp field.

gdb-4_18-branch
John Gilmore 34 years ago
parent
commit
17f9c81775
  1. 4
      bfd/ChangeLog
  2. 10
      bfd/coffcode.h

4
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

10
bfd/coffcode.h

@ -2607,17 +2607,7 @@ DEFUN(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
*/
/*
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;

Loading…
Cancel
Save