From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1757 invoked by alias); 25 Jun 2012 12:45:13 -0000 Received: (qmail 1741 invoked by uid 22791); 25 Jun 2012 12:45:11 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,MSGID_MULTIPLE_AT,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:44:34 +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:44:32 +0100 Received: from E103079 ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 25 Jun 2012 13:45:19 +0100 From: "Greta Yorsh" To: Cc: "Richard Earnshaw" , , "Tom Tromey" References: <000901cd4d67$aa3654b0$fea2fe10$@Yorsh@arm.com> In-Reply-To: <000901cd4d67$aa3654b0$fea2fe10$@Yorsh@arm.com> Subject: RE: [patch][testsuite,arm] Fix .global directives in gdb.arch/arm-disp-step.S Date: Mon, 25 Jun 2012 12:45:00 -0000 Message-ID: <002101cd52d0$5c96e300$15c4a900$@Yorsh@arm.com> MIME-Version: 1.0 X-MC-Unique: 112062513443202101 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/msg00769.txt.bz2 Ping? http://sourceware.org/ml/gdb-patches/2012-06/msg00582.html Thanks, Greta > -----Original Message----- > From: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] On Behalf Of Greta Yorsh > Sent: 18 June 2012 16:33 > To: gdb-patches@sourceware.org > Cc: Richard Earnshaw > Subject: [patch][testsuite,arm] Fix .global directives in gdb.arch/arm- > disp-step.S >=20 > The test gdb.arch/arm-disp-step.S fails with an assembler error, as a > result > 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.