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. 4c6d802e592b3762a149c343bc5722e065e57841


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  4c6d802e592b3762a149c343bc5722e065e57841 (commit)
      from  6a631e86cfc2ddd979f9dc4b4da01133d9d3610f (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=4c6d802e592b3762a149c343bc5722e065e57841

commit 4c6d802e592b3762a149c343bc5722e065e57841
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Mar 26 12:18:59 2014 -0700

    Scan all input files for symbol reference warning
    
    This patch scans all input files for symbol reference warning if the
    symbol reference doesn't exist in the current input file.
    
    ld/
    
    	PR ld/16756
    	* ldmain.c (symbol_warning): New function.
    	(warning_callback): Use it.  Scan all input files for a reference
    	to SYMBOL.
    
    ld/testsuite/
    
    	PR ld/16756
    	* ld-plugin/lto.exp: Expect filename and line number for PR
    	ld/12760 test.

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

Summary of changes:
 ld/ChangeLog                   |    7 ++++
 ld/ldmain.c                    |   43 ++++++++++++++++----------
 ld/testsuite/ChangeLog         |   64 ++++++++++++++++++++++------------------
 ld/testsuite/ld-plugin/lto.exp |    4 +-
 4 files changed, 70 insertions(+), 48 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]