This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. eeb14e5a5b378450ca2ed139e76f317f491f4613


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  eeb14e5a5b378450ca2ed139e76f317f491f4613 (commit)
      from  df565f326e62eacf41fb880f1acc65b9fdb5052c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=eeb14e5a5b378450ca2ed139e76f317f491f4613

commit eeb14e5a5b378450ca2ed139e76f317f491f4613
Author: Linda Zhang <lindasc@qq.com>
Date:   Thu Jun 26 12:18:39 2014 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 ld/ChangeLog        |    9 +++++++++
 ld/NEWS             |    4 ++++
 ld/emultempl/pe.em  |   11 ++++++++---
 ld/emultempl/pep.em |    9 +++++++--
 ld/ld.texinfo       |   12 +++++++++---
 5 files changed, 37 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]