From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from atlrel7.hp.com (atlrel7.hp.com [156.153.255.213]) by dsl2.external.hp.com (Postfix) with ESMTP id B7145486B for ; Sun, 23 Feb 2003 15:20:22 -0700 (MST) From: LaMont Jones To: willy@debian.org (Matthew Wilcox) Cc: binutils@sources.redhat.com, parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] second sr0 patch In-Reply-To: <20030223204842.E2938@parcelfarce.linux.theplanet.co.uk> Message-Id: <20030223222035.26E3812133@security.hp.com> Date: Sun, 23 Feb 2003 15:20:35 -0700 (MST) Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: In article <20030223204842.E2938@parcelfarce.linux.theplanet.co.uk> you wrote: > --- gas/config/tc-hppa.c 23 Jan 2003 12:51:04 -0000 1.102 > +++ gas/config/tc-hppa.c 23 Feb 2003 19:21:09 -0000 > @@ -1794,7 +1794,7 @@ pa_ip (str) > if (!pa_parse_number (&s, 0)) > break; > num = pa_number; > - CHECK_FIELD (num, 3, 0, 1); > + CHECK_FIELD (num, 3, 1, 1); > INSERT_FIELD_AND_CONTINUE (opcode, num, 14); > > /* Handle a 3 bit space identifier at 18. */ I don't think this is a good plan. Emit a warning, sure, but there is a large collection of legacy PARISC assembly code out there that has this perfectly legal, and hp-ux assembler-accepted-from-day-0 construct. lamont