From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2506 invoked by alias); 25 Jun 2012 12:47:13 -0000 Received: (qmail 2495 invoked by uid 22791); 25 Jun 2012 12:47:11 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jun 2012 12:46:13 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 25 Jun 2012 13:46:11 +0100 Received: from [10.1.69.67] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 25 Jun 2012 13:46:57 +0100 Message-ID: <4FE85D91.4060405@arm.com> Date: Mon, 25 Jun 2012 12:47:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Greta Yorsh CC: "gdb-patches@sourceware.org" Subject: Re: [patch][testsuite,arm] Fix .global directives in gdb.arch/arm-disp-step.S References: <000901cd4d67$aa3654b0$fea2fe10$@Yorsh@arm.com> In-Reply-To: <000901cd4d67$aa3654b0$fea2fe10$@Yorsh@arm.com> X-MC-Unique: 112062513461101001 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00770.txt.bz2 On 18/06/12 16:33, Greta Yorsh wrote: > The test gdb.arch/arm-disp-step.S fails with an assembler error, as a res= ult > of a change to reading symbol names made by: > http://sourceware.org/ml/binutils-cvs/2012-05/msg00199.html >=20 > This patch fixes the use of .global directives in gdb.arch/arm-disp-step.S > by inserting the missing labels. >=20 > Thanks, > Greta >=20 > 2012-06-14 Greta Yorsh >=20 > * gdb.arch/arm-disp-step.S: Fix use of .global directives. >=20 >=20 OK. R.