From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8399 invoked by alias); 19 Sep 2008 17:00:55 -0000 Received: (qmail 8097 invoked by uid 22791); 19 Sep 2008 17:00:52 -0000 X-Spam-Check-By: sourceware.org Received: from mail3.caviumnetworks.com (HELO mail3.caviumnetworks.com) (12.108.191.235) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 19 Sep 2008 17:00:13 +0000 Received: from exch4.caveonetworks.com (Not Verified[192.168.16.23]) by mail3.caviumnetworks.com with MailMarshal (v6,2,2,3503) id ; Fri, 19 Sep 2008 13:00:07 -0400 Received: from exch4.caveonetworks.com ([192.168.16.23]) by exch4.caveonetworks.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 19 Sep 2008 10:00:06 -0700 Received: from localhost ([64.169.86.201]) by exch4.caveonetworks.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Fri, 19 Sep 2008 10:00:06 -0700 To: Sergey Lapin Cc: Subject: Re: [PATCH] Lexra binutils References: <1221652452-2956-1-git-send-email-slapin@ossfans.org> From: Adam Nemet Date: Fri, 19 Sep 2008 17:00:00 -0000 In-Reply-To: <1221652452-2956-1-git-send-email-slapin@ossfans.org> (Sergey Lapin's message of "Wed, 17 Sep 2008 15:54:12 +0400") Message-ID: <87skrwt6ju.fsf@foo.home> User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.21 (linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2008-09/txt/msg00157.txt.bz2 Sergey Lapin writes: > case M_LWL_AB: > + if (mips_opts.arch == CPU_LX5280) > + { > + as_bad (_("opcode not supported on this processor")); > + break; > + } Can you please also add a new test (something like lexra-ill.l) checking for this error message to the testsuite. I will have to do something similar for Octeon and I want to make sure I don't break Lexra. Adam