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


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  f194fefb5e345e8c3b55de1d957bc6d7b95667ad (commit)
      from  6937bb54a9c3ddc7ba330bc18af76f8dbe856ac3 (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=f194fefb5e345e8c3b55de1d957bc6d7b95667ad

commit f194fefb5e345e8c3b55de1d957bc6d7b95667ad
Author: Doug Evans <xdje42@gmail.com>
Date:   Tue Nov 18 08:08:00 2014 -0800

    The result of symtab expansion is always a primary symtab.
    
    gdb/ChangeLog:
    
    	* dwarf2read.c (dw2_instantiate_symtab): Add assert.
    	(dw2_lookup_symbol): Remove unnecessary test for primary symbol table.
    	* psymtab.c (lookup_symbol_aux_psymtabs): Ditto.
    	(psymtab_to_symtab): Add comment and assert.
    	(map_matching_symbols_psymtab): Remove unnecessary test for
    	non-primary symtab.

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

Summary of changes:
 gdb/ChangeLog    |   10 ++++++++++
 gdb/dwarf2read.c |   14 +++++++-------
 gdb/psymtab.c    |   23 ++++++++++++++---------
 3 files changed, 31 insertions(+), 16 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]