From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id B65433858D1E for ; Fri, 30 Dec 2022 13:01:11 +0000 (GMT) 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 EE3C52279B for ; Fri, 30 Dec 2022 13:01:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1672405270; 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=XxSI6Ikh0m4neb2PtNhcRjPpvMyQiqqZ79gWl9w8WRo=; b=XB7gK+GsXjStbEOhQP1XbnprSuBmGSBa/2yjKgJ1GSFQIlx3npV2cJDKVg4ozhATOmQ6x/ cKTcUJJRHsxPv3eDJHTF/LhLdYdtBvRrxNWp/BiT5gDIYNo0gcnjVmyYv1YuKEmbMpqbuS TG+tvOOAbcNqHGENnB+xDBSpsPIiPMg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1672405270; 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=XxSI6Ikh0m4neb2PtNhcRjPpvMyQiqqZ79gWl9w8WRo=; b=y/h4BgPtk6r4wTazliefcALP/5MuZqQ1oMePvwGZq9SYTGLPC+HGoKTncxC7X4EK0d8Vny +LeKUPqbrDI+qFCA== 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 C318C13638 for ; Fri, 30 Dec 2022 13:01:10 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id PA90LhbhrmOFBwAAMHmgww (envelope-from ) for ; Fri, 30 Dec 2022 13:01:10 +0000 Message-ID: Date: Fri, 30 Dec 2022 14:01:10 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [PATCH] [gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with -fcf-protection Content-Language: en-US To: gdb-patches@sourceware.org References: <2feda36aa35dd25ac27cba5b7ae86f2c@suse.de> From: Tom de Vries In-Reply-To: <2feda36aa35dd25ac27cba5b7ae86f2c@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.0 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 12/23/22 09:14, tdevries via Gdb-patches wrote: Pushed. Thanks, - Tom