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. 92c48fc5e7f59ba3813cba60277f5c3f12bfb574


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  92c48fc5e7f59ba3813cba60277f5c3f12bfb574 (commit)
      from  b2715b270ae27eccefe8edbbacb3910bc7cc9383 (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=92c48fc5e7f59ba3813cba60277f5c3f12bfb574

commit 92c48fc5e7f59ba3813cba60277f5c3f12bfb574
Author: Andy Wingo <wingo@igalia.com>
Date:   Mon May 26 18:11:58 2014 -0700

    remove unnecessary smob mark/free functions
    
    	* guile/scm-arch.c (arscm_mark_arch_smob):
    	* guile/scm-block.c (bkscm_mark_block_smob)
    	(bkscm_mark_block_syms_progress_smob):
    	* guile/scm-breakpoint.c (bpscm_mark_breakpoint_smob):
    	* guile/scm-exception.c (exscm_mark_exception_smob):
    	* guile/scm-frame.c (frscm_mark_frame_smob):
    	* guile/scm-iterator.c (itscm_mark_iterator_smob):
    	* guile/scm-lazy-string.c (lsscm_mark_lazy_string_smob):
    	* guile/scm-objfile.c (ofscm_mark_objfile_smob):
    	* guile/scm-pretty-print.c (ppscm_mark_pretty_printer_smob)
    	(ppscm_mark_pretty_printer_worker_smob):
    	* guile/scm-symbol.c (syscm_mark_symbol_smob):
    	* guile/scm-symtab.c (stscm_mark_symtab_smob, stscm_mark_sal_smob):
    	* guile/scm-type.c (tyscm_mark_type_smob, tyscm_mark_field_smob):
    	* guile/scm-value.c (vlscm_mark_value_smob): Remove unnecessary
    	mark functions.
    	* guile/scm-symtab.c (stscm_free_sal_smob): Remove unnecessary free
    	function.

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

Summary of changes:
 gdb/ChangeLog                |   21 +++++++++++++++++++++
 gdb/guile/scm-arch.c         |    9 ---------
 gdb/guile/scm-block.c        |   19 -------------------
 gdb/guile/scm-breakpoint.c   |   14 --------------
 gdb/guile/scm-exception.c    |   12 ------------
 gdb/guile/scm-frame.c        |    9 ---------
 gdb/guile/scm-iterator.c     |   13 -------------
 gdb/guile/scm-lazy-string.c  |    9 ---------
 gdb/guile/scm-objfile.c      |   14 --------------
 gdb/guile/scm-pretty-print.c |   29 -----------------------------
 gdb/guile/scm-symbol.c       |    9 ---------
 gdb/guile/scm-symtab.c       |   34 ----------------------------------
 gdb/guile/scm-type.c         |   20 --------------------
 gdb/guile/scm-value.c        |   13 -------------
 14 files changed, 21 insertions(+), 204 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]