From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24308 invoked by alias); 12 May 2006 14:54:54 -0000 Received: (qmail 24300 invoked by uid 22791); 12 May 2006 14:54:53 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 May 2006 14:54:52 +0000 Received: (qmail 12177 invoked from network); 12 May 2006 14:54:51 -0000 Received: from unknown (HELO 81-178-245-196.dsl.pipex.com) (paul@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 May 2006 14:54:51 -0000 From: Paul Brook To: binutils@sourceware.org Subject: Re: [PATCH, ARM]: Fix diagnostics & disallow ARM instructions on V7M cores Date: Fri, 12 May 2006 21:25:00 -0000 User-Agent: KMail/1.9.1 Cc: Julian Brown , Richard Earnshaw References: <4463AB5D.6070108@codesourcery.com> <200605112321.35247.paul@codesourcery.com> <4463D557.2020905@codesourcery.com> In-Reply-To: <4463D557.2020905@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200605121554.48773.paul@codesourcery.com> 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-05/txt/msg00237.txt.bz2 On Friday 12 May 2006 01:22, Julian Brown wrote: > + =A0 =A0 as_bad (_("attempt to use ARM instruction on Thumb-only core --= `%s'"), > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 str);=20 Other error messages talk about the "selected processor" rather than "core"= .=20 Other than that it looks ok. Someone else will have to approve this for=20 mainline. Paul