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


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  cf901d3bbac471a581776dbe88dd838d96a894c0 (commit)
      from  ff6c39cf9cea7cdb925557493408808da2bf6e15 (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=cf901d3bbac471a581776dbe88dd838d96a894c0

commit cf901d3bbac471a581776dbe88dd838d96a894c0
Author: Doug Evans <xdje42@gmail.com>
Date:   Sun Oct 26 09:35:53 2014 -0700

    Clean up some function comments in symtab.[ch].
    
    gdb/ChangeLog:
    
    	* symtab.h (struct field_of_this_result): Fix typo in comment.
    	(lookup_symbol_in_language): Move function comment here.
    	(lookup_symbol): Improve function comment.
    	(basic_lookup_symbol_nonlocal): Ditto.
    	(lookup_symbol_static, lookup_symbol_global): Ditto.
    	(lookup_symbol_aux_block): Ditto.
    	(lookup_language_this): Add function comment.
    	(lookup_static_symbol_aux): Explicitly mark as extern.  Improve
    	function comment.
    	(lookup_block_symbol): Improve function comment.
    	(lookup_struct): Fix capitalization in function comment.
    	(lookup_transparent_type): Add function comment.
    	(lookup_global_symbol_from_objfile): Explicitly mark as extern.
    	Improve function comment.
    	(lookup_objfile_from_block): Add function comment.
    	* symtab.c (lookup_symbol_in_language): Update function comment.
    	(lookup_symbol, lookup_language_this): Ditto.
    	(lookup_static_symbol_aux, lookup_objfile_from_block): Ditto.
    	(lookup_symbol_aux_block, lookup_global_symbol_from_objfile): Ditto.
    	(basic_lookup_symbol_nonlocal): Ditto.
    	(lookup_symbol_static, lookup_symbol_global): Ditto.
    	(lookup_transparent_type, lookup_block_symbol): Ditto.

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

Summary of changes:
 gdb/ChangeLog |   25 +++++++++++++++++++
 gdb/symtab.c  |   50 ++++++++++++---------------------------
 gdb/symtab.h  |   72 +++++++++++++++++++++++++++++++++++++++-----------------
 3 files changed, 90 insertions(+), 57 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]