This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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. 08724ab7cab54446283db200db58a3313463a1a2


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  08724ab7cab54446283db200db58a3313463a1a2 (commit)
      from  d9060ba60d1523c87e44eaeb7706d168089936a3 (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=08724ab7cab54446283db200db58a3313463a1a2

commit 08724ab7cab54446283db200db58a3313463a1a2
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Nov 6 23:48:18 2014 -0800

    Rename lookup_symbol_global to lookup_global_symbol.
    
    gdb/ChangeLog:
    
    	* symtab.c (lookup_global_symbol): Renamed from lookup_symbol_global.
    	All callers updated.
    	* symtab.h (lookup_global_symbol): Update decl.
    	(lookup_static_symbol): Move decl to better location.

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

Summary of changes:
 gdb/ChangeLog          |    7 +++++++
 gdb/cp-namespace.c     |    4 ++--
 gdb/d-exp.y            |    2 +-
 gdb/guile/scm-symbol.c |    2 +-
 gdb/python/py-symbol.c |    2 +-
 gdb/symtab.c           |    4 ++--
 gdb/symtab.h           |   16 ++++++++--------
 7 files changed, 22 insertions(+), 15 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]