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. e77620a58ff6050a8f1923062262d7811f8f0083


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  e77620a58ff6050a8f1923062262d7811f8f0083 (commit)
      from  4613510308cea27713e8c7424b2afee9b99f6226 (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=e77620a58ff6050a8f1923062262d7811f8f0083

commit e77620a58ff6050a8f1923062262d7811f8f0083
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Aug 12 19:29:33 2014 +0930

    Fix build breakage when ld plugins disabled
    
    	* ldlang.h (struct lang_input_statement_flags): Don't make "reload"
    	field conditional on ENABLE_PLUGINS.
    	* ldlang.c (open_input_bfds): Expand plugin_should_reload.
    	* plugin.h (plugin_should_reload): Delete.
    	* plugin.c (plugin_should_reload): Delete.

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

Summary of changes:
 ld/ChangeLog |    8 ++++++++
 ld/ldlang.c  |    4 +++-
 ld/ldlang.h  |    6 +++---
 ld/plugin.c  |    9 ---------
 ld/plugin.h  |    3 ---
 5 files changed, 14 insertions(+), 16 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]