From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9677 invoked by alias); 24 Apr 2003 15:15: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 9666 invoked from network); 24 Apr 2003 15:15:20 -0000 Received: from unknown (HELO rwcrmhc53.attbi.com) (204.127.198.39) by sources.redhat.com with SMTP; 24 Apr 2003 15:15:20 -0000 Received: from lucon.org (12-234-88-5.client.attbi.com[12.234.88.5]) by rwcrmhc53.attbi.com (rwcrmhc53) with ESMTP id <20030424151519053001bvfge>; Thu, 24 Apr 2003 15:15:19 +0000 Received: by lucon.org (Postfix, from userid 1000) id 06B3F2C681; Thu, 24 Apr 2003 08:15:19 -0700 (PDT) Date: Thu, 24 Apr 2003 15:15:00 -0000 From: "H. J. Lu" To: Nick Clifton Cc: binutils@sources.redhat.com Subject: Re: ppc-gas: Add '+' and '-' to symbol chars list Message-ID: <20030424081519.B7144@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 nickc@redhat.com on Thu, Apr 24, 2003 at 11:19:18AM +0100 X-SW-Source: 2003-04/txt/msg00489.txt.bz2 On Thu, Apr 24, 2003 at 11:19:18AM +0100, Nick Clifton wrote: > Hi Guys, > > The recent patches to app.c have broken GAS for the PPC. This is > because the assembler is now stricter about deciding when it has > encountered a symbol and the PPC port can have opcodes which include > the '+' or '-' characters. (eg "blt-") This patch fixes this > problem by adding these characters to the ppc specific symbol list. > Would you mind adding a testcase for that? "make check" passed for me on pcc-linux. Thanks. H.J.