From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12714 invoked by alias); 27 Sep 2012 19:03:18 -0000 Received: (qmail 12701 invoked by uid 22791); 27 Sep 2012 19:03:17 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Sep 2012 19:03:13 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1THJMb-00020p-GB from Luis_Gustavo@mentor.com ; Thu, 27 Sep 2012 12:03:09 -0700 Received: from NA1-MAIL.mgc.mentorg.com ([147.34.98.181]) by svr-orw-fem-01.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 27 Sep 2012 12:03:09 -0700 Received: from [0.0.0.0] ([172.16.63.104]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 27 Sep 2012 12:03:08 -0700 Message-ID: <5064A2F7.40901@mentor.com> Date: Thu, 27 Sep 2012 19:03:00 -0000 From: Luis Gustavo Reply-To: "Gustavo, Luis" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.28) Gecko/20120313 Lightning/1.0b2 Thunderbird/3.1.20 MIME-Version: 1.0 To: Edjunior Barbosa Machado CC: Anton Blanchard , Joel Brobecker , gdb-patches@sourceware.org Subject: Re: [PATCH 1/3] Fix ppc64 single step over atomic sequence testcase References: <20120606135557.7da37cbe@kryten> <20120611193326.GN2687@adacore.com> <20120612224515.15bc044d@kryten> <4FD73EB2.3070705@mentor.com> <20120612131650.GP2687@adacore.com> <4FD743FA.4010403@mentor.com> <4FD773F3.1090307@linux.vnet.ibm.com> <20120613104548.416ba64f@kryten> <4FD89CF9.8080503@linux.vnet.ibm.com> <20120613153730.GG18729@adacore.com> <20120716162326.39d83fa5@kryten> <50638DC5.1030102@linux.vnet.ibm.com> In-Reply-To: <50638DC5.1030102@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-09/txt/msg00641.txt.bz2 On 09/26/2012 08:20 PM, Edjunior Barbosa Machado wrote: > On 07/16/2012 03:23 AM, Anton Blanchard wrote: >> Sorry for taking so long to respond. I tried that but srcdir wasn't an >> absolute path so it failed. Using the existing asm macro was only >> saving us a couple of lines so how about we just open code it? > > Hi Anton, > > I had the chance to test this latest version of your patch and it worked > fine. > > Joel, Luis, any comments? Is it ok to commit? > > Thanks, Looks good to me.