From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2076 invoked by alias); 1 Sep 2009 00:24:55 -0000 Received: (qmail 2066 invoked by uid 22791); 1 Sep 2009 00:24:54 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from nwd2mail10.analog.com (HELO nwd2mail10.analog.com) (137.71.25.55) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Sep 2009 00:24:46 +0000 Received: from nwd2hubcas2.ad.analog.com ([10.64.73.30]) by nwd2mail10.analog.com with ESMTP; 31 Aug 2009 20:24:41 -0400 Received: from nwd2exm5.ad.analog.com (10.64.51.20) by NWD2HUBCAS2.ad.analog.com (10.64.73.30) with Microsoft SMTP Server id 8.1.358.0; Mon, 31 Aug 2009 20:24:41 -0400 Received: from nwd2exm20.ad.analog.com ([10.64.73.20]) by nwd2exm5.ad.analog.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 31 Aug 2009 20:24:41 -0400 Received: from chinexm1.ad.analog.com ([10.99.27.42]) by nwd2exm20.ad.analog.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 31 Aug 2009 20:24:40 -0400 Received: from [192.168.2.125] ([10.99.29.116]) by chinexm1.ad.analog.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 1 Sep 2009 08:24:37 +0800 Message-ID: <4A9C69B4.3080402@analog.com> Date: Tue, 01 Sep 2009 00:24:00 -0000 From: Jie Zhang User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: binutils@sourceware.org Subject: Re: [PATCH] Add an argument to TC_START_LABEL References: <4A9BDA89.1040001@analog.com> <20090831235202.GC28811@bubble.grove.modra.org> In-Reply-To: <20090831235202.GC28811@bubble.grove.modra.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00001.txt.bz2 Alan Modra wrote: > On Mon, Aug 31, 2009 at 10:13:29PM +0800, Jie Zhang wrote: >> * read.c (TC_START_LABEL): Add a new argument. >> (read_a_source_file): Pass the beginning of the symbol through >> the new argument of TC_START_LABEL. >> * config/tc-arm.h (TC_START_LABEL): Add a new argument. >> * config/tc-bfin.c (bfin_start_label): Only search '(' and '[' >> from the beginning of the symbol. >> * config/tc-bfin.h (TC_START_LABEL): Add the new argument. >> * config/tc-d30v.h (TC_START_LABEL): Likewise. >> * config/tc-fr30.h (TC_START_LABEL): Likewise. >> * config/tc-m32c.h (TC_START_LABEL): Likewise. >> * config/tc-m32r.h (TC_START_LABEL): Likewise. >> * config/tc-mep.h (TC_START_LABEL): Likewise. >> >> testsuite/ >> * gas/bfin/stack2.s: Add pop multiple instruction with a label >> on the same line. >> * gas/bfin/stack2.d: Adjust accordingly. > > OK. > Thanks. Committed. Jie