gdb and binutils branch gdb-7.8-branch updated. 4024328eedf500adc8508e75d2013d3973e6fb3c

devans@sourceware.org devans@sourceware.org
Sun Jul 27 03:59:00 GMT 2014


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, gdb-7.8-branch has been updated
       via  4024328eedf500adc8508e75d2013d3973e6fb3c (commit)
      from  8550a71c58606a473ab74f4cd3d05c1d3406612c (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=4024328eedf500adc8508e75d2013d3973e6fb3c

commit 4024328eedf500adc8508e75d2013d3973e6fb3c
Author: Doug Evans <xdje42@gmail.com>
Date:   Sat Jul 26 20:57:47 2014 -0700

    PR guile/17146 preparatory work.
    
    	* data-directory/Makefile.in (GUILE_FILES): Add support.scm.
    	* guile/lib/gdb/support.scm: New file.
    	* guile/guile.c (gdbscm_init_module_name): Change to "gdb".
    	* guile/lib/gdb.scm: Load gdb/init.scm as an include file.
    	All uses updated.
    	* guile/lib/gdb/init.scm (SCM_ARG1, SCM_ARG2): Moved to support.scm.
    	All uses updated.
    	(%assert-type): Ditto, and renamed to assert-type.
    	(%exception-print-style): Delete.
    
    	testsuite/
    	* gdb.guile/types-module.exp: Add tests for wrong type arguments.

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

Summary of changes:
 gdb/ChangeLog                               |   14 ++++++++++++++
 gdb/data-directory/Makefile.in              |    1 +
 gdb/guile/guile.c                           |    2 +-
 gdb/guile/lib/gdb.scm                       |    4 ++--
 gdb/guile/lib/gdb/boot.scm                  |    2 +-
 gdb/guile/lib/gdb/experimental.scm          |    3 +--
 gdb/guile/lib/gdb/init.scm                  |   18 +-----------------
 gdb/guile/lib/gdb/iterator.scm              |    5 +++--
 gdb/guile/lib/gdb/printing.scm              |   16 +++++++++-------
 gdb/guile/lib/gdb/{boot.scm => support.scm} |   23 +++++++++++++----------
 gdb/guile/lib/gdb/types.scm                 |   12 ++++++------
 gdb/testsuite/ChangeLog                     |    6 ++++++
 gdb/testsuite/gdb.guile/types-module.exp    |   12 ++++++++++++
 13 files changed, 70 insertions(+), 48 deletions(-)
 copy gdb/guile/lib/gdb/{boot.scm => support.scm} (60%)


hooks/post-receive
-- 
gdb and binutils



More information about the Gdb-cvs mailing list