https://sourceware.org/bugzilla/show_bug.cgi?id=17112

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
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 <amo...@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(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to