From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28536 invoked by alias); 8 Mar 2005 19:45:20 -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 28432 invoked from network); 8 Mar 2005 19:45:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Mar 2005 19:45:14 -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 j28JjE5g004495 for ; Tue, 8 Mar 2005 14:45:14 -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 j28JjCn14676; Tue, 8 Mar 2005 14:45:12 -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 j28Jj65s003485; Tue, 8 Mar 2005 14:45:07 -0500 Subject: Re: Rework MIPS nop-insertion code, add -mfix-vr4130 [11/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:45:00 -0000 Message-Id: <1110311105.5027.22.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00244.txt.bz2 > Tested on mips64{,el}-linux-gnu and mipsisa64{,el}-elf. OK to install? > > Richard > > > * config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros. > (MAX_NOPS): Bump to 4. > (mips_fix_vr4130): New variable. > (nops_for_vr4130): New function. > (nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS. Use > nops_for_vr4130 if working around VR4130 errata. > (OPTION_FIX_VR4130, OPTION_NO_FIX_VR4130): New macros. > (md_longopts): Add -mfix-vr4130 and -mno-fix-vr4130. > (md_parse_option): Handle them. > (md_show_usage): Print them. > * doc/c-mips.texi: Document -mfix-vr4130 and -mno-fix-vr4130. OK mainline and branch. -eric