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. 2dd2cd1c92d09ad96b643d2574d0dc6cd7e4841a


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  2dd2cd1c92d09ad96b643d2574d0dc6cd7e4841a (commit)
      from  d4c589159dbfe23b7f5de393359da8a9dab854ed (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=2dd2cd1c92d09ad96b643d2574d0dc6cd7e4841a

commit 2dd2cd1c92d09ad96b643d2574d0dc6cd7e4841a
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Nov 6 17:27:55 2014 -0800

    Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places.
    
    Non-primary symtabs share the block vector with their primary symtabs.
    In these cases there's no need to use ALL_SYMTABS.
    
    gdb/ChangeLog:
    
    	* ada-lang.c (ada_make_symbol_completion_list): Use
    	ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS.
    	* symtab.c (lookup_objfile_from_block): Ditto.

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

Summary of changes:
 gdb/ChangeLog  |    6 ++++++
 gdb/ada-lang.c |    8 +++++---
 gdb/symtab.c   |    6 ++++--
 3 files changed, 15 insertions(+), 5 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]