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. 4d663531f209bcbd7209ef2f1a02e0b0d4e7385a


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  4d663531f209bcbd7209ef2f1a02e0b0d4e7385a (commit)
      from  0593bd3ace3cb64775f4d9e8039da919c26803cd (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=4d663531f209bcbd7209ef2f1a02e0b0d4e7385a

commit 4d663531f209bcbd7209ef2f1a02e0b0d4e7385a
Author: Doug Evans <xdje42@gmail.com>
Date:   Tue Nov 18 09:36:15 2014 -0800

    buildsym API cleanup
    
    gdb/ChangeLog:
    
    	* buildsym.c (buildsym_objfile): New static global.
    	(buildsym_comp_dir): New static global.
    	(finish_block_internal): Delete arg objfile.  All callers updated.
    	(finish_block): Delete arg objfile.  All callers updated.
    	(start_subfile): Delete arg dirname.  All callers updated.
    	(patch_subfile_names): Update buildsym_comp_dir.
    	(get_macro_table): Delete arg objfile.  All callers updated.
    	(start_symtab): New arg objfile.  All callers updated.
    	Rename arg dirname to comp_dir.
    	(reset_symtab_globals): Initialize buildsym_objfile, buildsym_comp_dir.
    	(end_symtab_get_static_block): Delete arg objfile.  All callers
    	updated.
    	(end_symtab_without_blockvector): Ditto.
    	(end_symtab_with_blockvector): Ditto.
    	(end_symtab_from_static_block): Ditto.
    	(end_symtab): Ditto.
    	(end_expandable_symtab): Ditto.
    	(augment_type_symtab): Ditto.
    	* coffread.c (coff_start_symtab): New arg objfile.  All callers
    	updated.

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

Summary of changes:
 gdb/ChangeLog    |   23 +++++++++++++
 gdb/buildsym.c   |   94 ++++++++++++++++++++++++++++++++----------------------
 gdb/buildsym.h   |   20 ++++-------
 gdb/coffread.c   |   19 ++++------
 gdb/dbxread.c    |   19 +++++------
 gdb/dwarf2read.c |   61 +++++++++++++++--------------------
 gdb/mdebugread.c |    6 +--
 gdb/xcoffread.c  |   29 ++++++++--------
 8 files changed, 145 insertions(+), 126 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]