From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12284 invoked by alias); 27 Nov 2002 17:51:29 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12274 invoked from network); 27 Nov 2002 17:51:26 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 27 Nov 2002 17:51:26 -0000 Received: by fw-cam.cambridge.arm.com; id RAA01733; Wed, 27 Nov 2002 17:51:25 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma001166; Wed, 27 Nov 02 17:51:00 GMT Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [10.1.205.4]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id RAA11911; Wed, 27 Nov 2002 17:50:59 GMT Received: from pc960.cambridge.arm.com (rearnsha@localhost) by pc960.cambridge.arm.com (8.11.6/8.9.3) with ESMTP id gARHox401110; Wed, 27 Nov 2002 17:50:59 GMT Message-Id: <200211271750.gARHox401110@pc960.cambridge.arm.com> X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha owned process doing -bs To: Andrew Cagney cc: gdb-patches@sources.redhat.com, Richard Earnshaw , David Carlton Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. Subject: Re: revamped gdb_mbuild.sh In-reply-to: Your message of "Wed, 27 Nov 2002 12:41:07 EST." <3DE503B3.7040302@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 27 Nov 2002 09:51:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-11/txt/msg00681.txt.bz2 > PS: Something I forgot to mention. > > The new script, once it has successfully configured, built, and run a > target, replaces the BUILDDIR/TARGET directory with a BUILDDIR/TARGET > file (-f removes this, this is how the script knows to not try to re-do > a build). > > Anyway, the significant thing here is that the file contains the output > from the TARGET's ``(gdb) maint print architecture'' command. Having > that output for each architectures available [suddenly] makes it > possible to examine/compare all the settings and, consequently, change > those settings to something more logical. > > enjoy, > Andrew > What happens to the build logs? Do we keep those? R.