From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15329 invoked by alias); 31 Mar 2014 02:55:16 -0000 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 Received: (qmail 15318 invoked by uid 89); 31 Mar 2014 02:55:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: ozlabs.org Received: from ozlabs.org (HELO ozlabs.org) (203.10.76.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 31 Mar 2014 02:55:13 +0000 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 2CEE91400DE; Mon, 31 Mar 2014 13:55:09 +1100 (EST) Date: Mon, 31 Mar 2014 02:55:00 -0000 From: Anton Blanchard To: Joel Brobecker , ulrich.weigand@de.ibm.com Cc: gdb-patches@sourceware.org, emachado@linux.vnet.ibm.com, luis_gustavo@mentor.com Subject: Re: [PATCH 1/4] Fix ppc64 single step over atomic sequence testcase Message-ID: <20140331135518.52bb7c79@kryten> In-Reply-To: <20140328130544.GD4030@adacore.com> References: <1395978111-30706-1-git-send-email-anton@samba.org> <20140328130544.GD4030@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2014-03/txt/msg00683.txt.bz2 Hi, Joel Brobecker wrote: > As a followup patch, you might want to adapt it to use > standard_testfile + prepare_for_testing. > > See: https://sourceware.org/gdb/wiki/GDBTestcaseCookbook Nice link. I took the opportunity to add these and make some other modifications suggested. "Ulrich Weigand" wrote: > You need to rename the file to .S (and update the > filename in the .exp file) for the test to work > successfully. Thanks Uli, fixed in the next spin. Anton