From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18493 invoked by alias); 13 Jun 2012 15:37:47 -0000 Received: (qmail 18346 invoked by uid 22791); 13 Jun 2012 15:37:45 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jun 2012 15:37:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 15FB31C7243; Wed, 13 Jun 2012 11:37:33 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YdGfUolLo9lt; Wed, 13 Jun 2012 11:37:33 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 987301C7244; Wed, 13 Jun 2012 11:37:32 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 84B16145616; Wed, 13 Jun 2012 08:37:30 -0700 (PDT) Date: Wed, 13 Jun 2012 15:37:00 -0000 From: Joel Brobecker To: Edjunior Barbosa Machado Cc: Anton Blanchard , "Gustavo, Luis" , gdb-patches@sourceware.org Subject: Re: [PATCH 1/3] Fix ppc64 single step over atomic sequence testcase Message-ID: <20120613153730.GG18729@adacore.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FD89CF9.8080503@linux.vnet.ibm.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00413.txt.bz2 > > Thanks for testing. It looks like no one else is using the asm macros > > outside of gdb.asm. Any suggestions? I'm only using one macro so I > > could open code it I guess. Can you just add -I${srcdir}/${subdir} to the compilation flags, and then .include "common.inc" instead of gdb.arch/common.inc? -- Joel