From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by sourceware.org (Postfix) with ESMTPS id DD12E3858425 for ; Fri, 23 Dec 2022 03:28:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DD12E3858425 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wm1-x336.google.com with SMTP id v124-20020a1cac82000000b003cf7a4ea2caso5331447wme.5 for ; Thu, 22 Dec 2022 19:28:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=UhvpHvVTIoQf1XBylfP4BYFCkUi2vOpLsQI2LDu6Fxk=; b=Jjs4JTP9inbsT/dNT8wmXCA69eNCN0HnQ12/0mSBzOXBPIVCXAWQu+1ZMEatcRZwd1 QBfS/MrXZIkWBYy8gERnekmJwtDb8CIs7GWUlEZmN8SLWEVr0ARnGBvqyZJ0LNXaslMF z/dUOr3LokDUbHvrtpLHVWkudkSweorV+NluOjSL6UivckwH5n2g0ldZ+uwnbuDBTJXb B8W7kyEQOM6I+J2qd5UVJJZNNLrTdqPTIfTjIvFTOX7U6ZVhJE3pjcnK1+nV5qxIyFKY jNpqii/scrWabKcH61LlqJivLILGs+ny/er18lRH1gLGB97p5g8vDrbkb2qzCJ/EQmv+ A3wQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=UhvpHvVTIoQf1XBylfP4BYFCkUi2vOpLsQI2LDu6Fxk=; b=Ki/4lXCZ55CP/rqc9/0b0ll3F40KiglNZU/TYdVbp5ipbjQrSRRoq4jOc629YU0zjx eB0JskoGDd1RU7svahdPdx6nkJDM8g17q5XPMsOC//wz0n6QP3o9LuX2ONcz2aDlVIC4 t7Khq7KaPTQ5ftCHJeDCH/r9rCsPmk3CMbn9JRytkCaC0v3TxpGErsbnVirdU6iI7Rw1 4N5/JNdIVMg5vQHTb6LeK+aIKHp3y7FRXT+y1HBETWXkTzOgdRiBGZO/cQHAdDjJofa6 y1PTsYnFaNOkLdR7UTdXxahE0oO/TFvpQ0gNN3K+p2DCEafwKlNioIZYG5pRnoiGD+Qn M4Sg== X-Gm-Message-State: AFqh2kqXjGCsrLYUFLMbafLpFN5tqHAa5IcG/HAVtFeNK8svGOElzo6l Kw5bP1JGIbmWWjKfLPhOIJ4T X-Google-Smtp-Source: AMrXdXvhf1y7ZJmh4oQx8gJNo5YpKQzR5K8mJHc39jDVE3fOvM3QW24fPAVchVqwZ3Di4XhwzWPzhw== X-Received: by 2002:a1c:6a14:0:b0:3d1:f302:1975 with SMTP id f20-20020a1c6a14000000b003d1f3021975mr5882411wmc.33.1671766137081; Thu, 22 Dec 2022 19:28:57 -0800 (PST) Received: from takamaka.gnat.com ([2a01:cb22:1d5:1100:7a90:8c8d:8dc2:61bb]) by smtp.gmail.com with ESMTPSA id k12-20020a7bc30c000000b003c6bd91caa5sm2953596wmj.17.2022.12.22.19.28.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Dec 2022 19:28:56 -0800 (PST) Received: by takamaka.gnat.com (Postfix, from userid 1000) id 74119824B2; Fri, 23 Dec 2022 07:28:54 +0400 (+04) Date: Fri, 23 Dec 2022 07:28:54 +0400 From: Joel Brobecker To: Eli Zaretskii Cc: Joel Brobecker , tom@tromey.com, gdb-patches@sourceware.org Subject: Re: MinGW build of GDB 13 snapshot Message-ID: References: <83k02qgdbo.fsf@gnu.org> <87len3ksec.fsf@tromey.com> <83bknycgg3.fsf@gnu.org> <83tu1n90nd.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83tu1n90nd.fsf@gnu.org> X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,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: Hi Eli, On Thu, Dec 22, 2022 at 12:46:14PM +0200, Eli Zaretskii wrote: > > 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. Thank you. Just for the avoidance of doubt: On the gdb-13-branch, I see you cherry-picked Alan's change and then applied the fix for the other issue you noticed. What about master? Alan's change was pushed by Alan himself a few days ago, but what about the fix for the other issue? Did you push it there as well? I don't seem to be able to see it. -- Joel