From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17757 invoked by alias); 26 Sep 2012 23:21:00 -0000 Received: (qmail 17749 invoked by uid 22791); 26 Sep 2012 23:21:00 -0000 X-SWARE-Spam-Status: No, hits=-8.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e24smtp03.br.ibm.com (HELO e24smtp03.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Sep 2012 23:20:44 +0000 Received: from /spool/local by e24smtp03.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 26 Sep 2012 20:20:41 -0300 Received: from d24dlp02.br.ibm.com (9.18.248.206) by e24smtp03.br.ibm.com (10.172.0.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 26 Sep 2012 20:20:39 -0300 Received: from d24relay03.br.ibm.com (d24relay03.br.ibm.com [9.13.184.25]) by d24dlp02.br.ibm.com (Postfix) with ESMTP id 0D94D1DC001D for ; Wed, 26 Sep 2012 19:20:39 -0400 (EDT) Received: from d24av05.br.ibm.com (d24av05.br.ibm.com [9.18.232.44]) by d24relay03.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8QNJWW257540654 for ; Wed, 26 Sep 2012 20:19:32 -0300 Received: from d24av05.br.ibm.com (loopback [127.0.0.1]) by d24av05.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8QNKbRB018207 for ; Wed, 26 Sep 2012 20:20:38 -0300 Received: from [9.13.118.129] (grandaddy.br.ibm.com [9.13.118.129]) by d24av05.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q8QNKbsh018202; Wed, 26 Sep 2012 20:20:37 -0300 Message-ID: <50638DC5.1030102@linux.vnet.ibm.com> Date: Wed, 26 Sep 2012 23:21:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: Anton Blanchard CC: Joel Brobecker , "Gustavo, Luis" , 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> In-Reply-To: <20120716162326.39d83fa5@kryten> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12092623-9254-0000-0000-00000A5B6598 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/msg00610.txt.bz2 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, -- Edjunior