Change the default behaviour of the PE targeted linker so that timestamps are
authorLinda Zhang <lindasc@qq.com>
Thu, 26 Jun 2014 11:18:39 +0000 (12:18 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 26 Jun 2014 11:18:39 +0000 (12:18 +0100)
commiteeb14e5a5b378450ca2ed139e76f317f491f4613
treed6765b98ed47c169caf41c6efc41020eb285ec1e
parentdf565f326e62eacf41fb880f1acc65b9fdb5052c
Change the default behaviour of the PE targeted linker so that timestamps are
inserted.  This is for compatibility with other, non-GNU tools.  Deterministic
binaries can still be created by using the new --no-insert-timestamp command line
option.

* emultempl/pe.em: Initialise insert_timestamp to true.
Add a --no-insert-timestamp command line option.
* emultempl/pep.em: Likewise.
* ld.texinfo: Document that --insert-timestamp is enabled by
default and that it now has an inverse command line option.
* NEWS: Mention the new behaviour.
ld/ChangeLog
ld/NEWS
ld/emultempl/pe.em
ld/emultempl/pep.em
ld/ld.texinfo