From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 650713858D3C for ; Wed, 1 Mar 2023 13:43:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 650713858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 9D00F21A92; Wed, 1 Mar 2023 13:43:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1677678183; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CICJl6oNbs3G4txhtWViKsOogiOIfTE6qNtFP7/jCeA=; b=OklXIdL40dbHXK9BIM5iKO/JvM0HktWiynk+diSM/10cRB8ZcD+yRjyo5HUlYdMbZtSGwg PMzX8fOfNwKdmybLrF198ieQcD53KT8nJq7LrJ67vQjgOKHRND/IwEE0qUmjABpVTkOSSr NxPx0UKKHCIMecYxinEQwuyVmFAYrE8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1677678183; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CICJl6oNbs3G4txhtWViKsOogiOIfTE6qNtFP7/jCeA=; b=AAMVSthP8oen8XFY/Y5sSRNtXfkAACYsfch/X1rKiQhBLCNdyfdNIoKDa5LRsIpH8VhD0s iDK0N8sZKUvYJXBA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 7679513A3E; Wed, 1 Mar 2023 13:43:03 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id NdSxG2dW/2M3HgAAMHmgww (envelope-from ); Wed, 01 Mar 2023 13:43:03 +0000 Message-ID: <5bead560-00a9-4208-9251-9a19abfbbcbc@suse.de> Date: Wed, 1 Mar 2023 14:43:14 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH ] PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp Content-Language: en-US To: Carl Love , Ulrich Weigand , "gdb-patches@sourceware.org" , Bruno Larsen , "pedro@palves.net" References: <78b464a1-e32e-c3da-85e4-7bfc322cc29f@redhat.com> <7848e9858b54e33e399b871774ffc0b5058c1736.camel@us.ibm.com> <65d44121-65f7-a212-79ec-07ce53c15ecb@suse.de> <9fe94c0979cb40979b0dea7693a901c2d9f66164.camel@us.ibm.com> <59417813-eb4a-baf8-4e5d-e225d6732f71@suse.de> <7a494157-494f-6adf-d533-bf373b0f054f@redhat.com> <71aa635593df0677811afb85409aa190bcfa4f6a.camel@us.ibm.com> <15864a6b87b25c93e99a28149f23138267735f2a.camel@us.ibm.com> <041f62e9f26fd4a536bc90c34f072985582e6237.camel@de.ibm.com> <46c2c756475ba5923d7eed97996632a08285dd42.camel@us.ibm.com> From: Tom de Vries In-Reply-To: <46c2c756475ba5923d7eed97996632a08285dd42.camel@us.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2/20/23 21:24, Carl Love wrote: > +if { [istarget "powerpc*-*-linux*"] } { > + # GCC for PowerPC on linux does not support the -mindirect-branch and > + # -mfunction-return command line options. > + return 0 > +} > + This bit is no longer necessary. I've committed 2ef339e38f5 ("[gdb/testsuite] Require istarget x86* in gdb.reverse/step-indirect-call-thunk.exp") which copied your fix from commit 43127ae5714 ("Fix gdb.base/step-indirect-call-thunk.exp"). Thanks, - Tom