From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id 6D1983858C56 for ; Sat, 26 Mar 2022 16:12:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6D1983858C56 Received: by mail-wr1-x42b.google.com with SMTP id j18so14533899wrd.6 for ; Sat, 26 Mar 2022 09:12:29 -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=pUlxhkZOj0PXOlF/cpWPmzSKznglsYTI1vYD80fzsJo=; b=4v52N6mLvwG7YSfqgkLGJjU080m0Yavc7DQkD1IjODDySj7JMEpyUo0nbG2XJYJxbT 5GiC8OGsgsSgdhhmIw/hmvX0hpK0PeArLXAAhdpFCv7hJqwyhQa+oiR6OSZcXJobpMjI 7Rq/5Dw1RKuhD0tnCcZUxUsrEB9s5EmaxekmSRYFO4QA4O1oOldJDs1PsDqRaq897OBG xo4XotkatZlJxzTFEhIag0S3u4ThVWS60tOJf5+yMs/YibycQBRlplCNtJVNbgQijmUN VBKZNtfiqy7IaWlD0TIxQXbATDSs5TEDJHdUUowz8uDQWMf78tiUJXh+Yz7j9Ej/+gCX ApTA== X-Gm-Message-State: AOAM533bu1WoExnmNpzRjsauhvOrwv9+EQe+IeCNu0HBWx+KPnSwPPs9 0o82mSGj2uGaDnWpQF2Eu35v92TSyWVT X-Google-Smtp-Source: ABdhPJxBZXSi86fhDsTJE6S/OOxVqYRvIDCUdXBtKhR4PwDyR61SxcKv7kyHn1LRiAStoTKiAH4aOA== X-Received: by 2002:adf:f24d:0:b0:203:ee8a:2160 with SMTP id b13-20020adff24d000000b00203ee8a2160mr13588602wrp.497.1648311148211; Sat, 26 Mar 2022 09:12:28 -0700 (PDT) Received: from takamaka.home ([165.169.246.70]) by smtp.gmail.com with ESMTPSA id w17-20020a5d4051000000b00205a8bb9c18sm3850637wrp.67.2022.03.26.09.12.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 26 Mar 2022 09:12:27 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id 73CB8A49CC; Sat, 26 Mar 2022 19:53:12 +0400 (+04) Date: Sat, 26 Mar 2022 19:53:12 +0400 From: Joel Brobecker To: Eli Zaretskii Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: GDB 12.0.90 available for testing Message-ID: References: <20220320055815.2A90FA4D6C@takamaka.home> <83v8w0ag5j.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83v8w0ag5j.fsf@gnu.org> X-Spam-Status: No, score=-4.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, 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: Sat, 26 Mar 2022 16:12:31 -0000 Hi Eli, > > Date: Sun, 20 Mar 2022 09:58:15 +0400 (+04) > > From: Joel Brobecker via Gdb-patches > > > > I have just finished creating the gdb-12.0.90 pre-release. > > It is available for download at the following location: > > > > ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-12.0.90.tar.xz > > > > A gzip'ed version is also available: gdb-12.0.90.tar.gz. > > > > Please give it a test if you can and report any problems you might find. > > I'm just starting to look at this pretest, but one thing I already see > is that Gnulib's import was not updated. The upstream Gnulib includes > several fixes for problems I reported against the version that came > with GDB 11.1, but those fixes are not in gnulib/import/. > > Was that done intentionally? If so, what is the reason for not > updating Gnulib? (I'm not insisting on the update, just asking. If > this is not an omission, I can easily apply the same patches I did in > GDB 11.1 when building.) My understanding is that gnulib updates in GDB are performed only as needed, by the people who need it. -- Joel