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 B3B0F3858D1E for ; Thu, 22 Dec 2022 10:46:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B3B0F3858D1E 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 1p8J5p-0006Um-Gw; Thu, 22 Dec 2022 05:46:29 -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=LJG3lwKYcoX1J0/jbIcJYwkBO24TBwNrOTodlGA73oU=; b=MLofNbvIGi7e 6wpUBwTHNPpE4+n2PikEC6KxDBZIotoqftkG/yEzKjWU90zrJIFhGL6RPT1UfwkDAdDHpbN3168/X n9TNXZjD5m+J6z4MUAPQ0gHrORWJJBoTDNPNG/f0r6xk3r69aPpyKxzok6kSZgrPZMfjzyPil2Ir3 IzRS/5Ki9ttux7jTJvWONbcSlbWmAViODP6CF+6U27hLpjO3ZP7oFqQX0hfUNDBPKCZkg1eEZTPMB cqJTZdIyf3SeDVXpTk4voLjkX9JtM19nztBDFhbQNffJiz+q1Km59dejHkSVB1UlAvEwQf+tE7yxW 97UNJsj0WKiSWyPKCevMIA==; 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 1p8J5p-0005Pv-0A; Thu, 22 Dec 2022 05:46:29 -0500 Date: Thu, 22 Dec 2022 12:46:14 +0200 Message-Id: <83tu1n90nd.fsf@gnu.org> From: Eli Zaretskii To: Joel Brobecker Cc: tom@tromey.com, gdb-patches@sourceware.org In-Reply-To: (message from Joel Brobecker on Wed, 21 Dec 2022 07:26:49 +0400) Subject: Re: MinGW build of GDB 13 snapshot References: <83k02qgdbo.fsf@gnu.org> <87len3ksec.fsf@tromey.com> <83bknycgg3.fsf@gnu.org> 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: Wed, 21 Dec 2022 07:26:49 +0400 > From: Joel Brobecker > Cc: Tom Tromey , brobecker@adacore.com, > gdb-patches@sourceware.org > > > The problem is now fixed in upstream Binutils, see > > > > https://sourceware.org/bugzilla/show_bug.cgi?id=29915 > > > > So I think I will fix this on the gdb 13 branch only, and master will > > be fixed in due time when we import the latest BFD? Or do you want me > > to fix this on both branches? Joel? > > Binutils and GDB share the same repository, so it's the same master > branch. Alan's fix on master, if you confirm fixes the problem on > master, can be cherry-picked to the gdb-13-branch. > > Otherwise, if Alan's fix does not work, we can indeed start with > your patch in gdb-13-branch, and wait for master to get fixed > via the binutils team. OK, done. I also installed the other patch, approved by Tom. Thanks.