bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/17112] [regression] binutils trunk ld/LTO 11 test fails when bui


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/17112] [regression] binutils trunk ld/LTO 11 test fails when built using GCC 4.9
Date: Tue, 08 Jul 2014 00:33:42 +0000

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 <address@hidden>
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]