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 binutils-2_24-branch updated. 890b024bda96e799d115d2c5740ea25022b1ac4f


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, binutils-2_24-branch has been updated
       via  890b024bda96e799d115d2c5740ea25022b1ac4f (commit)
       via  15b6cd19e80a8e6b9fc86c178fdb03c3bd0ac2fe (commit)
      from  579cbc8d100dc37627e0562319387755de8626ad (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=890b024bda96e799d115d2c5740ea25022b1ac4f

commit 890b024bda96e799d115d2c5740ea25022b1ac4f
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Nov 22 15:05:59 2013 +0000

    remove patch leftovers

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

commit 15b6cd19e80a8e6b9fc86c178fdb03c3bd0ac2fe
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Nov 22 15:04:23 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.
    
    	* 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.
    
    	* 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.

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

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        |    7 +++++++
 ld/emultempl/pe.em  |   21 ++++++++++++++-------
 ld/emultempl/pep.em |   12 ++++++++++--
 ld/ld.texinfo       |    5 +++++
 ld/pe-dll.c         |    8 ++++----
 12 files changed, 71 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]