From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20805 invoked by alias); 20 Apr 2006 10:51:53 -0000 Received: (qmail 20757 invoked by uid 22791); 20 Apr 2006 10:51:52 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Apr 2006 10:51:50 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k3KAoeUS022464; Thu, 20 Apr 2006 06:50:40 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k3KAod2r009770; Thu, 20 Apr 2006 06:50:40 -0400 Received: from [10.32.68.8] (vpn-68-8.surrey.redhat.com [10.32.68.8]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id k3KAoce3004642; Thu, 20 Apr 2006 11:50:39 +0100 Message-ID: <4447677E.4050308@redhat.com> Date: Thu, 20 Apr 2006 14:33:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0.7-1.4.1 (X11/20050929) MIME-Version: 1.0 To: Paul Brook CC: binutils@sourceware.org Subject: Re: Fix ARM GAS tests for non-ELF based ports References: <200604191759.49929.paul@codesourcery.com> In-Reply-To: <200604191759.49929.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00278.txt.bz2 Hi Paul, > There's no good reason why .arch is ELF specific. I'd hoped that that was the case. > The patch below makes the .arch, .cpu and .fpu directives for all targets, and > removes the corresponding skips. > > Tested with cross to arm-eabi and arm-pe. > Ok? Sure. > 2005-04-19 Paul Brook > > gas/ > * config/tc-arm.c (s_arm_arch, s_arm_cpu, s_arm_fpu): Enable for > all targets. > (md_pseudo_table): Enable .arch, .cpu and .fpu for all targets. > gas/testsuite/ > * gas/arm/arch7.d: Remove skip. > * gas/arm/svc.d: Ditto. > * gas/arm/thumb2_bcond.d: Ditto. > * gas/arm/thumb2_it_bad.d: Ditto. Approved - please apply. Cheers Nick