From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10582 invoked by alias); 4 Dec 2003 17:38:09 -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 10541 invoked from network); 4 Dec 2003 17:38:08 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 Dec 2003 17:38:08 -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 hB4Hc8221652; Thu, 4 Dec 2003 12:38:08 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hB4Hc6207006; Thu, 4 Dec 2003 12:38:06 -0500 Received: from localhost.localdomain.redhat.com (vpnuser9.stuttgart.redhat.com [172.16.4.9]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id hB4Hc3Jx016108; Thu, 4 Dec 2003 17:38:04 GMT To: Michael Snyder Cc: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: [RFA] gas port for sh4a References: <3FCD4560.60809@redhat.com> From: Nick Clifton Date: Thu, 04 Dec 2003 17:38:00 -0000 In-Reply-To: <3FCD4560.60809@redhat.com> (Michael Snyder's message of "Tue, 02 Dec 2003 18:07:28 -0800") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00118.txt.bz2 Hi Michael, > 2003-12-02 Alexandre Oliva > > * config/tc-sh.c: Add support for sh4a and no-fpu variants. > * testsuite/gas/sh/basic.exp: Call tests for sh4a. > * testsuite/gas/sh/{err-sh4a-fp.s, err-sh4a.s, > err-sh4al-dsp.s, sh4a-dsp.d, sh4a-dsp.s, sh4a-fp.d, > sh4a-fp.s, sh4a.d, sh4a.s, sh4al-dsp.d, sh4al-dsp.s: > New files, tests for sh4a and related variants. Approved - but before applying please could you or Alex fix up the problem pointed out by Andrew Stubbs (namly that the new command line switches are not documented in the -help output) and the fact that these options are not documented in the gas/doc/c-sh64.texi file. One other thing - please could you add an entry to the gas/NEWS file mentioning the new support. Cheers Nick