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. 37a6ac445daf5075d9058d7f01505f96a43f592a


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  37a6ac445daf5075d9058d7f01505f96a43f592a (commit)
      from  e29c73ebde63ce95bfbb4be28eb797b55c8e3842 (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=37a6ac445daf5075d9058d7f01505f96a43f592a

commit 37a6ac445daf5075d9058d7f01505f96a43f592a
Author: Alan Modra <amodra@gmail.com>
Date:   Sat Jul 5 12:05:01 2014 +0930

    Run ar with --plugin for LTO 11 test
    
    Objects built with -fno-fat-lto-objects (the default for gcc-4.9) have
    no normal symbols, except things like __gnu_lto_slim.  These useless
    symbols are the ones put into the archive index, and of course nothing
    references them so no objects are extracted by the linker.  Running
    ar with --plugin changes ar behaviour to put the lto symbols into the
    archive index.
    
    	PR 17112
    	* ld-plugin/lto.exp: When building liblti-11.a, pass
    	--plugin path_to_gcc/liblto_plugin.so to ar.

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

Summary of changes:
 ld/testsuite/ChangeLog         |    6 ++++++
 ld/testsuite/ld-plugin/lto.exp |   15 ++++++++++++++-
 2 files changed, 20 insertions(+), 1 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]