From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) by sourceware.org (Postfix) with ESMTPS id B52643858D35 for ; Tue, 30 Jun 2020 18:22:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B52643858D35 Received: by mail-qk1-x734.google.com with SMTP id l6so19575003qkc.6 for ; Tue, 30 Jun 2020 11:22:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=x1HsqFCi5qcO02211r6HRrJo6we91HItHyaKKlTd/cE=; b=hh9/JvsRCHv3aY365RMF++m49RsbcP7zoXeem1SrxuySUjyVjIAHJYgRv1+XTRzecy FF8XUyDhpgpXsEz4o4Kj+ONZlMJ7xZ0ky23bGuTxcpv1YTA1+AE8fOU5Zg4XMnx3uhAg g1dKCf0bepUnVex9cNLtnTlyoOBPVop02c3/RpFeOZji0Slhgdwd17esJsUqRDBnrDMr kAa6utmWfk50G1QFJcOOazNjyRPBxyRfCjAxIsCGxredaeE52X8/9lxruVqqIRt+pF2t fi+d6HGVQ4Y2hm6LzXhYXri2vWmHGwrbRjs/ucliqxiisT9xdZT1vu/Y3vICb3rJKNur oXpg== X-Gm-Message-State: AOAM531P4iy66zdvdMrmrDM84HEty02SkLUfceO0n0IsJRFZ/Dq2PDwH tFn9MIBpfq1FnDMsBPakQtg8BtUR/lFtHgc3DxagO5NoTmQ= X-Google-Smtp-Source: ABdhPJzti6EtIWc5QfG/gBg5vwWDwrGxGkWrM3Pufd3gmoK1gXzcUcDoIsVlePU1oR/khv8MUA/BvLBCg1bp9Z/ZBSA= X-Received: by 2002:a05:620a:1396:: with SMTP id k22mr21003901qki.28.1593541340905; Tue, 30 Jun 2020 11:22:20 -0700 (PDT) MIME-Version: 1.0 References: <83a70l20dn.fsf@gnu.org> <83ftaczfvl.fsf@gnu.org> In-Reply-To: <83ftaczfvl.fsf@gnu.org> From: Christian Biesinger Date: Tue, 30 Jun 2020 13:21:44 -0500 Message-ID: Subject: Re: Building today's snapshot of GDB with MinGW To: Eli Zaretskii Cc: Joel Brobecker , gdb-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-18.5 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Tue, 30 Jun 2020 18:22:22 -0000 On Tue, Jun 30, 2020 at 11:18 AM Eli Zaretskii wrote: > > > Date: Mon, 29 Jun 2020 21:27:32 +0300 > > From: Eli Zaretskii > > > > At Joel's request I've built today's (29 June) snapshot of GDB using > > mingw.org's MinGW and GCC 9.2.0. There are a few issues I bumped into > > related to Gnulib and MinGW runtime (which I recently upgraded to a > > newer version), and I'm still working on those. So what's below is an > > interim report of issues related to GDB itself: > > More information: > > Two issues I reported to Gnulib were fixed: > > https://lists.gnu.org/archive/html/bug-gnulib/2020-06/msg00068.html > https://lists.gnu.org/archive/html/bug-gnulib/2020-06/msg00069.html > > So I hope we could update from Gnulib before the GDB 10 branch is cut. I can make a patch for that. > Another problem is specific to the MinGW headers, and was also fixed: > > https://osdn.net/projects/mingw/lists/archive/users/2020-June/000543.html Better link, I think: https://osdn.net/projects/mingw/lists/archive/users/2020-June/000548.html "feel free to modify your local copy, and I'll revert that change for future releases." Christian