From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6619 invoked by alias); 14 Sep 2002 15:33:45 -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 6611 invoked from network); 14 Sep 2002 15:33:44 -0000 Received: from unknown (HELO rwcrmhc51.attbi.com) (204.127.198.38) by sources.redhat.com with SMTP; 14 Sep 2002 15:33:44 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020914153344.NVUB16829.rwcrmhc51.attbi.com@ocean.lucon.org>; Sat, 14 Sep 2002 15:33:44 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id B7532125D4; Sat, 14 Sep 2002 08:33:43 -0700 (PDT) Date: Sat, 14 Sep 2002 14:39:00 -0000 From: "H. J. Lu" To: Alexandre Oliva Cc: binutils@sources.redhat.com, echristo@redhat.com Subject: Re: MIPS assembler branch relaxations Message-ID: <20020914083343.A19855@lucon.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from aoliva@redhat.com on Sat, Sep 14, 2002 at 02:59:45AM -0300 X-SW-Source: 2002-09/txt/msg00230.txt.bz2 On Sat, Sep 14, 2002 at 02:59:45AM -0300, Alexandre Oliva wrote: > This patch arranges for the MIPS assembler to turn out-of-range > branches into jumps. No regressions are introduced in the binutils > testsuites for a mips-linux build. Details on how it is done are in > comments in the beginning of the patch. Ok to install? > Have you checked it against g++.dg/opt/longbranch1.C in gcc 3.2 on Linux/mips? It should pass now. H.J.