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. 24d864bb955adc2ecd2103dd7a0dbf9cdfd37010


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  24d864bb955adc2ecd2103dd7a0dbf9cdfd37010 (commit)
      from  358d6ab39c95691e721820fd54e9780208faf252 (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=24d864bb955adc2ecd2103dd7a0dbf9cdfd37010

commit 24d864bb955adc2ecd2103dd7a0dbf9cdfd37010
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Nov 6 22:56:46 2014 -0800

    Rename lookup_symbol_static to lookup_symbol_in_static_block,
    and lookup_static_symbol_aux to lookup_static_symbol.
    
    gdb/ChangeLog:
    
    	* symtab.c (lookup_static_symbol): Renamed from
    	lookup_static_symbol_aux.  All callers updated.
    	(lookup_symbol_in_static_block): Renamed from lookup_symbol_static.
    	All callers updated.

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

Summary of changes:
 gdb/ChangeLog      |    7 +++++++
 gdb/cp-namespace.c |    9 +++++----
 gdb/d-exp.y        |    4 ++--
 gdb/symtab.c       |   12 ++++++------
 gdb/symtab.h       |   10 +++++-----
 gdb/valops.c       |    2 +-
 6 files changed, 26 insertions(+), 18 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]