diff options
author | Linda Zhang <lindasc@qq.com> | 2014-06-26 12:18:39 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-06-26 12:18:39 +0100 |
commit | eeb14e5a5b378450ca2ed139e76f317f491f4613 (patch) | |
tree | d6765b98ed47c169caf41c6efc41020eb285ec1e /ld/NEWS | |
parent | df565f326e62eacf41fb880f1acc65b9fdb5052c (diff) | |
download | gdb-eeb14e5a5b378450ca2ed139e76f317f491f4613.zip gdb-eeb14e5a5b378450ca2ed139e76f317f491f4613.tar.gz gdb-eeb14e5a5b378450ca2ed139e76f317f491f4613.tar.bz2 |
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.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ -*- text -*- +* PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. * Add support for the --build-id command line option to COFF based targets. |