From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1034.google.com (mail-pj1-x1034.google.com [IPv6:2607:f8b0:4864:20::1034]) by sourceware.org (Postfix) with ESMTPS id 644733857C42 for ; Thu, 7 Apr 2022 19:11:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 644733857C42 Received: by mail-pj1-x1034.google.com with SMTP id fu5so6496551pjb.1 for ; Thu, 07 Apr 2022 12:11:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=KjoSS5X7EuvMgxBVidti/FZBhjOpxVSiMk6iO2ohe60=; b=Us7FhRJn/UMJ9mL6pfm/w6DNOkr0bfOPvkq841LuYTbSi6rAQgPQZll9JT1jVIeluN 0JA8IlyXBeF0L+iTUYhs8oHU0Titl9brAw/7Xsedn7tQw3eFwoKQ49wL3wnMt/1D4IqP VjMnQrLXwhQ35F+oKmzmrhj3o3ZAFA9ybci/K6qGP7Vhab2LRcWNo4r5tI9vvjw+DkfT +1PmNMOuVOF+DKXAnqbdA1bk/DBifTH8bZ7HCBhC0tZ+BJNFhRQcyK/GfjvYL9AbbkaA s3CRjnojId8DLbkRB4jD3k9bCWlnrfUycizTf4Hy4dcZQw2VHUr20dO2zkSPH2sSP5Mp C6Rw== X-Gm-Message-State: AOAM533FQhrrgcQhn9Fijk7hbSOsm71C7YoDpTSkDBPtAOXWJzcIxvlH PTdalA8Jfq1Vk5ZwLGTSbo6I4Td6duwD X-Google-Smtp-Source: ABdhPJyxXmE5z7Deu6BpqJHzmAM4KyKklXU0Fxh8/QTxwQ5BQzbIV/0POmi4chz4/35rqIbLw7qifA== X-Received: by 2002:a17:903:246:b0:153:87f0:a93e with SMTP id j6-20020a170903024600b0015387f0a93emr15466113plh.171.1649358684458; Thu, 07 Apr 2022 12:11:24 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id fa11-20020a17090af0cb00b001ca6e27a684sm9544716pjb.16.2022.04.07.12.11.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Apr 2022 12:11:23 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id 1F033A7574; Thu, 7 Apr 2022 12:11:23 -0700 (PDT) Date: Thu, 7 Apr 2022 12:11:23 -0700 From: Joel Brobecker To: Tom Tromey Cc: Joel Brobecker via Gdb-patches , Joel Brobecker Subject: Re: GDB 12.0.90 available for testing Message-ID: References: <20220320055815.2A90FA4D6C@takamaka.home> <83v8w0ag5j.fsf@gnu.org> <83tubkadx4.fsf@gnu.org> <87ee28anbg.fsf@tromey.com> <83pmlsc1pj.fsf@gnu.org> <87k0c090o0.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k0c090o0.fsf@tromey.com> X-Spam-Status: No, score=-10.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 07 Apr 2022 19:11:27 -0000 Hi Tom, > I've got a patch. > > I'm not sure I can really send it to the list. It's quite large and > it's nearly all mechanical, except the appended. > > I built & regtested it on x86-64 Fedora 34. > I also used the Fedora mingw cross toolchain to do a mingw build. > > Tom > > diff --git a/gnulib/update-gnulib.sh b/gnulib/update-gnulib.sh > index e4a910ff6c5..6025290deb3 100755 > --- a/gnulib/update-gnulib.sh > +++ b/gnulib/update-gnulib.sh > @@ -84,7 +84,7 @@ IMPORTED_GNULIB_MODULES="\ > " > > # The gnulib commit ID to use for the update. > -GNULIB_COMMIT_SHA1="776af40e09b476a41073131a90022572f448c189" > +GNULIB_COMMIT_SHA1="58c597d13bc57dce3e97ea97856573f2d68ccb8c" > > # The expected version number for the various auto tools we will > # use after the import. Is it just code, or does this update also cause the imports to somehow change? The import changes would be the only thing that might raise red-flags for me. Other than that, I don't think I'd need to see the diff, really. The import process being automated IIRC, it's all mechanical, as you say. -- Joel