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. b27caf75c311991772b316fe7c0eecfd5788eeaf


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  b27caf75c311991772b316fe7c0eecfd5788eeaf (commit)
      from  d24a9f159c4b62ea5a64f619bd2090bbc98d8abd (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=b27caf75c311991772b316fe7c0eecfd5788eeaf

commit b27caf75c311991772b316fe7c0eecfd5788eeaf
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Nov 26 11:17:08 2013 -0800

    Add HOSTING_SLIBS and use it for -pie
    
    ld/
    
    	PR ld/16259
    	* Makefile.am (HOSTING_SLIBS): New.
    	* configure.host (HOSTING_SLIBS): New.  Used for PIE.
    	* configure.in (HOSTING_SLIBS): New AC_SUBST.
    	* Makefile.in: Regenerated.
    	* configure: Likewise.
    
    ld/testsuite/
    
    	PR ld/16259
    	* config/default.exp (get_target_emul): Also set HOSTING_SLIBS.
    	* lib/ld-lib.exp (default_ld_link): Use HOSTING_SLIBS for -pie.

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

Summary of changes:
 ld/ChangeLog                    |    9 +++++++++
 ld/Makefile.am                  |    1 +
 ld/Makefile.in                  |    1 +
 ld/configure                    |    6 ++++--
 ld/configure.host               |    7 +++++++
 ld/configure.in                 |    1 +
 ld/testsuite/ChangeLog          |    6 ++++++
 ld/testsuite/config/default.exp |    4 ++--
 ld/testsuite/lib/ld-lib.exp     |    4 +++-
 9 files changed, 34 insertions(+), 5 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]