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. 0cb112f7400187275da81a05a9ad0534f1430139


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  0cb112f7400187275da81a05a9ad0534f1430139 (commit)
      from  194cca41192efa65f710967e3149bbc813c12b22 (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=0cb112f7400187275da81a05a9ad0534f1430139

commit 0cb112f7400187275da81a05a9ad0534f1430139
Author: Cory Fields <cory@coryfields.com>
Date:   Fri Nov 22 14:54:33 2013 +0000

    	* windres.c (define_resource): Use zero for timestamp, making
    	output deterministic. time.h include is no longer needed.
    	* resres.c (res_append_resource): Likewise.
    
    	* pe-dll.c (fill_edata): Only use a real timestamp if
    	--insert-timestamp was used.
    	* emultempl/pe.em: Add the --insert-timestamp option.
    	* emultempl/pep.em: Likewise for 64bit.
    	* ld.texinfo: Document the --insert-timestamp option.
    
    	* libcoff-in.h: Add insert_timestamp flag to the pe_data struct.
    	* libcoff.h: Regenerate.
    	* peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Only use a real
    	timestamp if --insert-timestamp was used.

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

Summary of changes:
 bfd/ChangeLog       |    7 +++++++
 bfd/libcoff-in.h    |    5 ++---
 bfd/libcoff.h       |    5 ++---
 bfd/peXXigen.c      |    8 +++++---
 binutils/ChangeLog  |    6 ++++++
 binutils/resres.c   |   16 +++++-----------
 binutils/windres.c  |   15 ++++-----------
 ld/ChangeLog        |    8 ++++++++
 ld/emultempl/pe.em  |   21 ++++++++++++++-------
 ld/emultempl/pep.em |   12 ++++++++++--
 ld/ld.texinfo       |    5 +++++
 ld/pe-dll.c         |    8 ++++----
 12 files changed, 72 insertions(+), 44 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]