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. 61f41c3c243bbcc0ab2e5adb3157ce00dc11fc27


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  61f41c3c243bbcc0ab2e5adb3157ce00dc11fc27 (commit)
      from  d769e349bc2c28261d4b2391b58eb7dc3f452e99 (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=61f41c3c243bbcc0ab2e5adb3157ce00dc11fc27

commit 61f41c3c243bbcc0ab2e5adb3157ce00dc11fc27
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Aug 12 10:31:41 2014 +0930

    Fix non-plugin warning symbol handling
    
    	PR ld/16746
    include/
    	* bfdlink.h (struct bfd_link_info): Add lto_plugin_active.
    bfd/
    	* linker.c (_bfd_generic_link_add_one_symbol <WARN>): Handle
    	!lto_plugin_active.
    ld/
    	* plugin.c (plugin_load_plugins): Set link_info.lto_plugin_active.

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

Summary of changes:
 bfd/linker.c      |    4 +++-
 include/bfdlink.h |    3 +++
 ld/plugin.c       |    1 +
 3 files changed, 7 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]