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


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  ae447ddd12cf05bc5bef90c4a3f53239b5bcf2f9 (commit)
      from  0a899fd5acf97c0c9af7c6548e2c0e132148cf78 (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=ae447ddd12cf05bc5bef90c4a3f53239b5bcf2f9

commit ae447ddd12cf05bc5bef90c4a3f53239b5bcf2f9
Author: Cary Coutant <ccoutant@google.com>
Date:   Wed Apr 2 15:04:36 2014 -0700

    Modify gold testsuite to disable plugins added by GCC driver.
    
    GCC 4.8 now adds linker plugin options by default, which conflict with the
    --incremental tests in the testsuite. This patch checks whether the compiler
    supports the -fno-use-linker-plugin option, and adds it to all link
    commands.
    
    2014-04-02  Cary Coutant  <ccoutant@google.com>
    
    	* configure.ac (HAVE_PUBNAMES): Use C instead of C++.
    	(HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
    	* configure: Regenerate.
    	* testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
    	-fno-use-linker-plugin.
    	(LINK1, CXXLINK1): Add it to the link command.
    	* testsuite/Makefile.in: Regenerate.

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

Summary of changes:
 gold/ChangeLog             |   10 ++++++
 gold/configure             |   76 ++++++++++++++++++++++++++++++--------------
 gold/configure.ac          |   31 +++++++++++-------
 gold/testsuite/Makefile.am |   15 ++++++--
 gold/testsuite/Makefile.in |   14 ++++++--
 5 files changed, 102 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]