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. d2929fdcf05bb14dc2484ee6918dbf67c5b46d75


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  d2929fdcf05bb14dc2484ee6918dbf67c5b46d75 (commit)
      from  6da01dbef2535e333e2b26547d61e4684b8e4da7 (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=d2929fdcf05bb14dc2484ee6918dbf67c5b46d75

commit d2929fdcf05bb14dc2484ee6918dbf67c5b46d75
Author: Doug Evans <xdje42@gmail.com>
Date:   Fri Jun 6 15:57:03 2014 -0700

    Add support for guile 2.0.5.
    
    	* guile/guile-internal.h (gdbscm_guile_major_version): Declare.
    	(gdbscm_guile_minor_version, gdbscm_guile_micro_version): Declare.
    	(gdbscm_guile_version_is_at_least): Declare.
    	(gdbscm_scm_string_to_int): Declare.
    	* guile/guile.c (gdbscm_guile_major_version): New global.
    	(gdbscm_guile_minor_version, gdbscm_guile_micro_version): New globals.
    	(guile_datadir): New static global.
    	(gdbscm_guile_data_directory): New function.
    	(initialize_scheme_side): Update.
    	(misc_guile_functions): Add guile-data-directory.
    	(initialize_gdb_module): Fetch guile version number.
    	* guile/lib/gdb.scm: Remove call to add-to-load-path.
    	* guile/lib/gdb/init.scm (%initialize!): Ditto.
    	* guile/lib/gdb/boot.scm: Use guile-data-directory.
    	* guile/scm-exception.c (gdbscm_print_exception_with_stack): Fix
    	comments.
    	* guile/scm-string.c (gdbscm_scm_string_to_int): New function.
    	* guile/scm-utils.c (gdbscm_guile_version_is_at_least): New function.
    	* guile/scm-value.c (gdbscm_value_to_string): Only call
    	scm_port_conversion_strategy if Guile version >= 2.0.6.
    
    	doc/
    	* guile.texi (Guile Configuration): Document guile-data-directory.

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

Summary of changes:
 gdb/ChangeLog              |   23 +++++++++++++++++++++++
 gdb/doc/ChangeLog          |    4 ++++
 gdb/doc/guile.texi         |    8 ++++++--
 gdb/guile/guile-internal.h |    8 ++++++++
 gdb/guile/guile.c          |   40 ++++++++++++++++++++++++++++++++++++----
 gdb/guile/lib/gdb.scm      |    4 ----
 gdb/guile/lib/gdb/boot.scm |    7 +++----
 gdb/guile/lib/gdb/init.scm |    3 ---
 gdb/guile/scm-exception.c  |    4 ++--
 gdb/guile/scm-string.c     |   13 +++++++++++++
 gdb/guile/scm-utils.c      |   19 +++++++++++++++++++
 gdb/guile/scm-value.c      |   17 +++++++++++++----
 12 files changed, 127 insertions(+), 23 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]