From 186fcde0c6134aed28526d925b1360db95d47171 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 26 Jul 2014 17:01:09 -0700 Subject: 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. --- gdb/data-directory/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/data-directory/Makefile.in') diff --git a/gdb/data-directory/Makefile.in b/gdb/data-directory/Makefile.in index c7497db..b05dba5 100644 --- a/gdb/data-directory/Makefile.in +++ b/gdb/data-directory/Makefile.in @@ -87,6 +87,7 @@ GUILE_FILE_LIST = \ gdb/init.scm \ gdb/iterator.scm \ gdb/printing.scm \ + gdb/support.scm \ gdb/types.scm @HAVE_GUILE_TRUE@GUILE_FILES = $(GUILE_FILE_LIST) -- cgit v1.1