From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32654 invoked by alias); 17 May 2005 05:46:35 -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 31933 invoked from network); 17 May 2005 05:45:47 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 17 May 2005 05:45:47 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j4H5jeoL018396; Tue, 17 May 2005 07:45:41 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j4H5jeQO020540; Tue, 17 May 2005 07:45:40 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j4H5jalr022188; Tue, 17 May 2005 07:45:36 +0200 (CEST) Date: Tue, 17 May 2005 06:30:00 -0000 Message-Id: <200505170545.j4H5jalr022188@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb-patches@sources.redhat.com In-reply-to: <20050517044857.GM12565@adacore.com> (message from Joel Brobecker on Tue, 17 May 2005 14:48:57 +1000) Subject: Re: [RFA/alpha] Add handling of FP control insn in software-single step References: <20050517023400.GW1462@adacore.com> <20050517023835.GA19735@nevyn.them.org> <20050517025048.GL12565@adacore.com> <20050517034410.GA21351@nevyn.them.org> <20050517044857.GM12565@adacore.com> X-SW-Source: 2005-05/txt/msg00412.txt.bz2 Date: Tue, 17 May 2005 14:48:57 +1000 From: Joel Brobecker > 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? The latter is probably a bit easier, but I guess the former is ok too if you can be reasonably sure that the .s file can be assembled with gas too. Take a look at the i386 files in gdb.arch/ for an example. Mark