From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20850 invoked by alias); 15 Oct 2007 15:14:13 -0000 Received: (qmail 20840 invoked by uid 22791); 15 Oct 2007 15:14:13 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 Oct 2007 15:14:11 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id C331598338; Mon, 15 Oct 2007 15:14:09 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id A37659810B; Mon, 15 Oct 2007 15:14:09 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IhRdw-0005r5-JN; Mon, 15 Oct 2007 11:14:08 -0400 Date: Mon, 15 Oct 2007 15:38:00 -0000 From: 'Daniel Jacobowitz' To: Pierre Muller Cc: gdb-patches@sourceware.org, 'Ulrich Weigand' Subject: Re: [RFA] ARI fix: Remove 3 uses of xasprintf Message-ID: <20071015151408.GA22487@caradoc.them.org> Mail-Followup-To: Pierre Muller , gdb-patches@sourceware.org, 'Ulrich Weigand' References: <000c01c80f35$909200b0$b1b60210$@u-strasbg.fr> <001c01c80f3c$e8613c00$b923b400$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001c01c80f3c$e8613c00$b923b400$@u-strasbg.fr> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00389.txt.bz2 On Mon, Oct 15, 2007 at 05:06:05PM +0200, Pierre Muller wrote: > It seems that both functions are still > used in gdbtk directory. > > Is this directory still used? > > I tried > 'make insight.exe' (cygwin system). > which compiled fine, but > ./insight resulted in "Interpreter `insight' unrecognized" You have to build a bit more than that to get Insight; it needs top level TCL / Tk, for instance. Yes, the gdbtk directory is still used. You could ask the insight developers to update, or just leave the definitions. > > 2007-10-15 Pierre Muller > > > > * cp-abi.c (set_cp_abi_as_auto_default): ARI fix: > > Replace xasprintf by xstrprintf. > > sysfile-mem.c (add_vsyscall_page): Ditto. OK. -- Daniel Jacobowitz CodeSourcery