From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 022633858C54 for ; Sun, 6 Nov 2022 06:22:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 022633858C54 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orZ31-0008Ak-EP; Sun, 06 Nov 2022 01:22:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=96JPd4Q6CQcExdkAYnjnnZwtJCPRCLcwrlY+BPGLOK8=; b=IqLC+h7Se/g7 mR8LfhTxp+o5etlBoBnazFIHPf6YazATN84+sSICrEanJZ3aLWDQOWgQHyLLvShxDGNia8gH/F9Os ZTKNATC1JUChK8gtXplXfv1Fht1r1RIl1f4uMZAWxVmHYzKnXNGLm9jRvLDQj5i3ABqgh2DWMMlbZ YxA8sAdEGC3ZceAJNrR4mxjTAlOgHx+ACD7Gftz2r8tZD8yYKxCO9WLBYi8CbMXGWxo075DqPDKJ7 RUcQi9i+gHJ5mLqNj5VDFzc8aziN6wfOmPkpPuLuTvZM/C9KSpxqBiEermaQkYXdth+cLTLcT4sVe dnevi7arqavbYdFppbV8xw==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orZ30-0005KQ-DL; Sun, 06 Nov 2022 01:22:22 -0500 Date: Sun, 06 Nov 2022 08:22:03 +0200 Message-Id: <83a65438ms.fsf@gnu.org> From: Eli Zaretskii To: Mike Frysinger Cc: jose.marchesi@oracle.com, simark@simark.ca, indu.bhagat@oracle.com, gdb-patches@sourceware.org, elena.zannoni@oracle.com In-Reply-To: (message from Mike Frysinger via Gdb-patches on Sun, 6 Nov 2022 09:46:50 +0700) Subject: Re: [PATCH] gdb: link executables with libtool References: <20221105130827.1194771-1-jose.marchesi@oracle.com> <83v8nt3525.fsf@gnu.org> <871qqhiicr.fsf@oracle.com> <5a5ce25a-5baf-2bb1-d016-97ccf617ba25@simark.ca> <87eduhgtvr.fsf@oracle.com> X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Date: Sun, 6 Nov 2022 09:46:50 +0700 > From: Mike Frysinger via Gdb-patches > Cc: Simon Marchi , indu.bhagat@oracle.com, > gdb-patches@sourceware.org, elena.zannoni@oracle.com > > > The SFrame support (it is a frame unwinding format) is purely in > > binutils (assembler, and linker via BFD) and, per-se, it doesn't concern > > GDB at all. > > is it really a big deal to wait for the GDB 13 branch to be cut ? with > binutils-2.39 being recentlyish released, it's not like binutils-2.40 is > coming out any time soon. further, afaict, the sframe patchset hasn't > finished review even on the binutils side. Based on history, I'd expect Binutils 2.40 around February.