diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-11 22:46:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-11 22:46:37 +0000 |
commit | 1135238bd09b1d50c83ca3586b511bfc63d94185 (patch) | |
tree | a3c87992dc50f4709c8a2431d959a0b415414985 /bfd/ChangeLog | |
parent | 05bf877ad11654a983d2ed5d31370e4469a657f0 (diff) | |
download | binutils-gdb-1135238bd09b1d50c83ca3586b511bfc63d94185.tar.gz |
1999-09-11 Donn Terry <donn@interix.com>
* coffcode.h (coff_mkobject_hook): Set timestamp field in
coff_data_type to f_timdat.
* peicode.h (pe_mkobject_hook): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e5f738333e7..d6992ad92f3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -7,6 +7,10 @@ 1999-09-11 Donn Terry <donn@interix.com> + * coffcode.h (coff_mkobject_hook): Set timestamp field in + coff_data_type to f_timdat. + * peicode.h (pe_mkobject_hook): Likewise. + * peicode.h (coff_swap_filehdr_in): Check the NT executable magic number if COFF_IMAGE_WITH_PE. |