From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29248 invoked by alias); 8 Mar 2005 19:08:14 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 28890 invoked from network); 8 Mar 2005 19:08:08 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Mar 2005 19:08:08 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j28J88qG026070 for ; Tue, 8 Mar 2005 14:08:08 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j28J86n01881; Tue, 8 Mar 2005 14:08:07 -0500 Received: from dhcp-172-16-25-252.sfbay.redhat.com (dhcp-172-16-25-252.sfbay.redhat.com [172.16.25.252]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j28J815s001290; Tue, 8 Mar 2005 14:08:03 -0500 Subject: Re: Rework MIPS nop-insertion code, add -mfix-vr4130 [3/11] From: Eric Christopher To: Richard Sandiford Cc: binutils@sources.redhat.com In-Reply-To: References: Content-Type: text/plain Date: Tue, 08 Mar 2005 19:08:00 -0000 Message-Id: <1110308880.5027.4.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00235.txt.bz2 > > > > > * config/tc-mips.c (mips_cl_insn): Replace valid_p, delay_slot_p > and extended_p fields with a single fixed_p field. > (append_insn, mips_no_prev_insn): Adjust accordingly. OK for mainline and branch. -eric