From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25920 invoked by alias); 27 Jul 2014 04:04:46 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 25843 invoked by uid 55); 27 Jul 2014 04:04:39 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug guile/17146] pre-compile scheme files Date: Sun, 27 Jul 2014 04:04:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: guile X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q3/txt/msg00173.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17146 --- Comment #4 from cvs-commit at gcc dot gnu.org --- 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 2dfee787ef47fbf3b100b2dc961edf6ae172422d (commit) from 4024328eedf500adc8508e75d2013d3973e6fb3c (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=2dfee787ef47fbf3b100b2dc961edf6ae172422d commit 2dfee787ef47fbf3b100b2dc961edf6ae172422d Author: Doug Evans Date: Sat Jul 26 21:02:39 2014 -0700 PR guile/17146 * acinclude.m4 (GDB_GUILE_PROGRAM_NAMES): New macro. (GDB_GUILD_TARGET_FLAG, GDB_TRY_GUILD): New macros. * configure.ac: Try to use guild to compile an scm file, if it fails then disable guile support. * configure: Regenerate. * data-directory/Makefile.in (GUILE_SOURCE_FILES): Renamed from GUILE_FILE_LIST. (GUILE_COMPILED_FILES): New variable. (GUILE_FILES) Update. (GUILD, GUILD_TARGET_FLAG, GUILD_COMPILE_FLAGS): New variables. (stamp-guile): Compile scm files. * guile/guile.c (boot_guile_support): New function. (standard_throw_args_p): New function. (print_standard_throw_error, print_throw_error): New functions. (handle_boot_error): New function. (initialize_scheme_side): Rewrite to call boot_guile_support. * guile/lib/gdb/boot.scm: Update %load-compiled-path. Load gdb.go. * guile/lib/gdb/init.scm (%silence-compiler-warnings%): New function. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 23 +++++++ gdb/acinclude.m4 | 72 +++++++++++++++++++++++ gdb/configure | 64 ++++++++++++++++++++ gdb/configure.ac | 13 ++++ gdb/data-directory/Makefile.in | 40 +++++++++++-- gdb/guile/guile.c | 124 ++++++++++++++++++++++++++++++++++------ gdb/guile/lib/gdb/boot.scm | 17 +++++- gdb/guile/lib/gdb/init.scm | 6 ++ 8 files changed, 334 insertions(+), 25 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.