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. 16b2eaa164b48aa0529304eec38102f1c60578be


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  16b2eaa164b48aa0529304eec38102f1c60578be (commit)
      from  405724050266e30fcc8cbcee416cde41862e8e8f (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=16b2eaa164b48aa0529304eec38102f1c60578be

commit 16b2eaa164b48aa0529304eec38102f1c60578be
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Nov 6 22:32:25 2014 -0800

    Move lookup_block_symbol to block.c, rename to block_lookup_symbol.
    
    There is another function, lookup_symbol_aux_block, and
    the names lookup_block_symbol and lookup_symbol_aux_block don't
    convey any real difference between them.
    
    The difference is that lookup_block_symbol lives in the lower level
    block API, and lookup_symbol_aux_block lives in the higher level symtab API.
    This patch makes this distinction clear.
    
    gdb/ChangeLog:
    
    	* symtab.c (lookup_block_symbol): Moved to ...
    	* block.c (block_lookup_symbol):  ... here and renamed.
    	All callers updated.
    	* block.h (block_lookup_symbol): Declare.
    	* symtab.h (lookup_block_symbol): Delete.

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

Summary of changes:
 gdb/ChangeLog    |    8 ++++++
 gdb/block.c      |   58 ++++++++++++++++++++++++++++++++++++++++++
 gdb/block.h      |    6 ++++
 gdb/dwarf2read.c |    2 +-
 gdb/psymtab.c    |    6 ++--
 gdb/spu-tdep.c   |    2 +-
 gdb/symtab.c     |   74 ++++++------------------------------------------------
 gdb/symtab.h     |    5 ---
 8 files changed, 85 insertions(+), 76 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]