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


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  aff0895837de06af4e16b809d1f2eb17930297ad (commit)
      from  7bab9b58fd9c05c20cbd56d778ffa05d9fe3af3e (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=aff0895837de06af4e16b809d1f2eb17930297ad

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

    Use SYMBOL_OBJFILE more.
    
    gdb/ChangeLog:
    
    	* cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
    	SYMBOL_OBJFILE.
    	* findvar.c (default_read_var_value): Ditto.
    	* jv-lang.c (add_class_symtab_symbol): Ditto.
    	* parse.c (operator_check_standard): Ditto.
    	* printcmd.c (address_info): Ditto.
    	* symtab.c (fixup_symbol_section): Ditto.
    	(skip_prologue_sal): Ditto.
    	* tracepoint.c (scope_info): Ditto.
    	* valops.c (find_function_in_inferior): Ditto.
    	* guile/scm-symbol.c (syscm_eq_symbol_smob): Ditto.
    	* python/py-symbol.c (set_symbol): Ditto.

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

Summary of changes:
 gdb/ChangeLog          |   15 +++++++++++++++
 gdb/cp-namespace.c     |    2 +-
 gdb/findvar.c          |    4 ++--
 gdb/guile/scm-symbol.c |    2 +-
 gdb/jv-lang.c          |    2 +-
 gdb/parse.c            |    2 +-
 gdb/printcmd.c         |    2 +-
 gdb/python/py-symbol.c |    6 +++---
 gdb/symtab.c           |    4 ++--
 gdb/tracepoint.c       |    2 +-
 gdb/valops.c           |    2 +-
 11 files changed, 29 insertions(+), 14 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]