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


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  a42e82976aac3aed9b966e611b3cfa98974c4978 (commit)
      from  44714a840a6cd1cdf555809dc6211adb48f0842b (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=a42e82976aac3aed9b966e611b3cfa98974c4978

commit a42e82976aac3aed9b966e611b3cfa98974c4978
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Aug 7 09:49:32 2014 +0930

    Merge WARN and CWARN cases in _bfd_generic_link_add_one_symbol
    
    WARN has always been able to be handled by the CWARN case (WARN was
    used when the previous symbols was undef, undefweak or common and thus
    must be on the undefs list, so the CWARN test passes).  So let's merge
    those two cases.
    
    	* linker.c (WARN, CWARN): Collapse these states to WARN.
    	(_bfd_generic_link_add_one_symbol): Use old CWARN case for
    	new WARN.

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

Summary of changes:
 bfd/linker.c |   12 ++----------
 1 files changed, 2 insertions(+), 10 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]