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. 2d5c3743a3a223dc6467ff022124b4f2f1844c91


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  2d5c3743a3a223dc6467ff022124b4f2f1844c91 (commit)
      from  d36430db79dc8eccb9cb188e1234f7ff044f79b4 (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=2d5c3743a3a223dc6467ff022124b4f2f1844c91

commit 2d5c3743a3a223dc6467ff022124b4f2f1844c91
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Aug 20 16:10:29 2014 +0100

    Enabling the HIGH_ENTROPY_VA flag allows the operating system to use
    addresses outside of the 32-bit range before memory exhaustion. This
    results in a higher entropy implementation of ASLR when used with the
    DYNAMIC_BASE flag.
    
    	* include/coff/pe.h: Add HIGH_ENTROPY_VA flag
    	* ld/emultempl/pep.em: Add --high-entropy-va switch
    	* ld/ld.texinfo: Document the --high-entropy-va switch

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

Summary of changes:
 include/coff/ChangeLog |    4 +++
 include/coff/pe.h      |   52 ++++++++++++++++++++++++-----------------------
 ld/ChangeLog           |    5 ++++
 ld/emultempl/pep.em    |    7 ++++++
 ld/ld.texinfo          |    5 ++++
 5 files changed, 48 insertions(+), 25 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]