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. 74016e1224f211df4652f8974376ba23e58f507e


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  74016e1224f211df4652f8974376ba23e58f507e (commit)
      from  d1a2d36d58bf73daab55f95597218bab5dda471c (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=74016e1224f211df4652f8974376ba23e58f507e

commit 74016e1224f211df4652f8974376ba23e58f507e
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Nov 6 23:29:49 2014 -0800

    Rename some "aux" functions.
    
    "aux" doesn't contribute anything to the name, and it makes the
    reader wonder what it's supposed to mean.
    
    gdb/ChangeLog:
    
    	* symtab.c (lookup_local_symbol): Renamed from lookup_symbol_aux_local.
    	All callers updated.
    	(lookup_symbol_in_all_objfiles): Renamed from
    	lookup_symbol_aux_symtabs.  All callers updated.
    	(lookup_symbol_via_quick_fns): Renamed from lookup_symbol_aux_quick.
    	All callers updated.
    	(lookup_symbol_in_objfile_symtabs): Renamed from
    	lookup_symbol_aux_objfile.  All callers updated.

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

Summary of changes:
 gdb/ChangeLog |   11 ++++++++
 gdb/symtab.c  |   81 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 52 insertions(+), 40 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]