From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Received: (qmail 12977 invoked from network); 9 Jan 2003 18:37:18 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 9 Jan 2003 18:37:18 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h09I9IB29770 for ; Thu, 9 Jan 2003 13:09:18 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h09Ib6a17774; Thu, 9 Jan 2003 13:37:06 -0500 Received: from localhost.localdomain (vpn50-6.rdu.redhat.com [172.16.50.6]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h09Ib5e08741; Thu, 9 Jan 2003 13:37:05 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h09Ib0v22147; Thu, 9 Jan 2003 11:37:00 -0700 Date: Thu, 09 Jan 2003 18:37:00 -0000 From: Kevin Buettner Message-Id: <1030109183659.ZM22146@localhost.localdomain> In-Reply-To: Daniel Jacobowitz "PATCH: --with-sysroot for GDB" (Jan 9, 12:38pm) References: <20030109173810.GA19919@nevyn.them.org> To: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: PATCH: --with-sysroot for GDB Cc: Dan Kegel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00373.txt.bz2 On Jan 9, 12:38pm, Daniel Jacobowitz wrote: > Thoughts? I'll look to apply this in a couple of days if no one > objects to the way I implemented it. > > > 2003-01-09 Daniel Jacobowitz > > * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New > variables. > (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE). > * configure.in: Add --with-sysroot. > * main.c (gdb_sysroot): New variable. > (captured_main): Initialize gdb_sysroot. > * defs.h (gdb_sysroot): New extern declaration. You missed a ChangeLog entry for solib.c, but I've looked over that part of the patch and it looks good. (But do write a ChangeLog entry for it.) Anyway, thanks -- something like this has been needed for a long time now. Kevin