bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/13227] GCC now produce slim LTO files. Those can't be link


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/13227] GCC now produce slim LTO files. Those can't be linked/archived or nm w/o plugin used. It would be useful to output diagnostics when user attempts so
Date: Mon, 28 Jul 2014 13:11:04 +0000

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

--- Comment #8 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  b794fc1d1c3a3dfb65b74a36fe96c474fee65000 (commit)
      from  774bb79e9b9e192bcecc38da919edffaf9b5d236 (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=b794fc1d1c3a3dfb65b74a36fe96c474fee65000

commit b794fc1d1c3a3dfb65b74a36fe96c474fee65000
Author: Alan Modra <address@hidden>
Date:   Mon Jul 28 22:18:25 2014 +0930

    Warn for ar/nm/ranlib/ld on lto objects without plugin

        PR 13227
    bfd/
        * archive.c (_bfd_compute_and_write_armap): Warn on adding
        __gnu_lto_slim to armap.
        * linker.c (_bfd_generic_link_add_one_symbol): Warn on adding
        __gnu_lto_slim to linker hash table.
    binutils/
        * nm.c (filter_symbols): Warn on __gnu_lto_slim.

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

Summary of changes:
 bfd/ChangeLog      |    8 ++++++++
 bfd/archive.c      |    4 ++++
 bfd/linker.c       |    8 +++++++-
 binutils/ChangeLog |    5 +++++
 binutils/nm.c      |    4 ++++
 5 files changed, 28 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]