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. 1254eefca2c2af47e8333bbc33d878998703a204


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  1254eefca2c2af47e8333bbc33d878998703a204 (commit)
      from  8c3cb9fa4405d86e57cc3b02ef38e50ef6747924 (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=1254eefca2c2af47e8333bbc33d878998703a204

commit 1254eefca2c2af47e8333bbc33d878998703a204
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Feb 20 09:27:12 2014 -0800

    Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slot
    to gdbscm_init_eqable_gsmob.
    
    	* guile/scm-gsmob.c (gdbscm_init_eqable_gsmob): New arg containing_scm.
    	All callers updated.
    	(gdbscm_fill_eqable_gsmob_ptr_slot): Delete arg containing_scm.
    	All callers updated.
    	* guile/guile-internal.h (gdbscm_init_eqable_gsmob): Update.
    	(gdbscm_fill_eqable_gsmob_ptr_slot): Update.

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

Summary of changes:
 gdb/ChangeLog              |    9 +++++++++
 gdb/guile/guile-internal.h |    6 +++---
 gdb/guile/scm-block.c      |    4 ++--
 gdb/guile/scm-frame.c      |    4 ++--
 gdb/guile/scm-gsmob.c      |   15 ++++++---------
 gdb/guile/scm-symbol.c     |    4 ++--
 gdb/guile/scm-symtab.c     |    4 ++--
 gdb/guile/scm-type.c       |    4 ++--
 8 files changed, 28 insertions(+), 22 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]