From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16777 invoked by alias); 17 May 2005 04:49:05 -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 16676 invoked from network); 17 May 2005 04:48:58 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (138.130.151.180) by sourceware.org with SMTP; 17 May 2005 04:48:58 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 5590147957; Tue, 17 May 2005 14:48:57 +1000 (EST) Date: Tue, 17 May 2005 06:22:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA/alpha] Add handling of FP control insn in software-single step Message-ID: <20050517044857.GM12565@adacore.com> References: <20050517023400.GW1462@adacore.com> <20050517023835.GA19735@nevyn.them.org> <20050517025048.GL12565@adacore.com> <20050517034410.GA21351@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050517034410.GA21351@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2005-05/txt/msg00411.txt.bz2 > The feature you're implementing is specific to Alpha; think of it in > the nature of unit testing. That makes sense. Do you know if it is ok to import an assembly file generated by GCC? Or do I have to embed the assembly into a C file? -- Joel