From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id DkCZI5LSGGORMDUAWB0awg (envelope-from ) for ; Wed, 07 Sep 2022 13:19:14 -0400 Received: by simark.ca (Postfix, from userid 112) id 81EFC1E4A7; Wed, 7 Sep 2022 13:19:14 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=CWvznSyG; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 37E5D1E13B for ; Wed, 7 Sep 2022 13:19:14 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B575B385694B for ; Wed, 7 Sep 2022 17:19:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B575B385694B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662571153; bh=rqclJVM75NgiGyUT/+U6fvN8wvJHkuaZSf8KYihhqEo=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=CWvznSyGGjfViyqQseC5ryAZ99AAm/k4/JkFkzbcsIer6schp+AOlyJGnEBF5ar4K 5BuIZS/hwI1X4xIDyFGArKJ/k1ZY1rgib0C7/LIOZ8lkgKbV+WHomwOCB4qinPbdl0 WuVKNll0fgabSBUHbEOLe8spC/0KSZa531daQ1wk= Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 9CE8A385840A for ; Wed, 7 Sep 2022 17:18:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9CE8A385840A 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-out2.suse.de (Postfix) with ESMTPS id D8C1820636 for ; Wed, 7 Sep 2022 17:18:52 +0000 (UTC) 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 C5A1B13A66 for ; Wed, 7 Sep 2022 17:18:52 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id hSPfLnzSGGMuBgAAMHmgww (envelope-from ) for ; Wed, 07 Sep 2022 17:18:52 +0000 Message-ID: <5fe179c8-52c4-0dd4-7d25-9dfce75d782b@suse.de> Date: Wed, 7 Sep 2022 19:18:52 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PING][RFC][gdb] Add maint set skip-prologue Content-Language: en-US To: gdb-patches@sourceware.org References: <20220810134831.GA25857@delia> <23a54469-9ec2-eec7-4937-d0cac5b1e687@suse.de> In-Reply-To: <23a54469-9ec2-eec7-4937-d0cac5b1e687@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Tom de Vries via Gdb-patches Reply-To: Tom de Vries Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 9/7/22 12:04, Tom de Vries wrote: > On 9/7/22 11:33, Tom de Vries via Gdb-patches wrote: >> On 8/10/22 15:48, Tom de Vries via Gdb-patches wrote: >>> and fix a few other test-cases by >>> specifying the breakpoint location in a way that's independent from the >>> prologue. >>> >>>   gdb/testsuite/gdb.ada/access_tagged_param.exp |  2 +- >>>   gdb/testsuite/gdb.ada/ptype_tagged_param.exp  |  2 +- >>>   gdb/testsuite/gdb.ada/ref_param.exp           |  2 +- >> >> I've committed this separately at >> https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=154f2735ad4c2eb0985086b113825e6f4f3abcf1 > > > Ping, and resubmit with update patch. And, FTR, this fixes the last two FAILs I see with openSUSE Leap 15.4 aarch64. Thanks, - Tom