From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79558 invoked by alias); 5 Nov 2019 00:14:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 79549 invoked by uid 89); 5 Nov 2019 00:14:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.2 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=H*F:D*google.com X-HELO: mail-oi1-f169.google.com Received: from mail-oi1-f169.google.com (HELO mail-oi1-f169.google.com) (209.85.167.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Nov 2019 00:14:12 +0000 Received: by mail-oi1-f169.google.com with SMTP id y194so15920051oie.4 for ; Mon, 04 Nov 2019 16:14:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=6kic7KKII7LqAYF/VA/Oky3ikqG18yxXSQXQghLisGA=; b=hmwuzT/Lvex7DHjx8CSE0LeWHACurEMKmgWIXBxxbbu4B33mcXDPTe8Y9c7GGjHv3Y ayQwj/x4C0OfBjnaWqQavtvLFf6XI0H42hQPuoOhKxqvdYtBgYKT00kqj4/9qfKCS+b5 Nas8CyMMYVTstd7+QqsWBO8bw0pmY6ojxySCzW1Tge6GKA3ztAZgSMFzJsWwfsCVcalT FazG3H4OtggCjgsXkSDQ55m87ZQ7Db3jDKj5IzECMvCY/kgh18/LcI90oYU/A+4qMVXR xW7EXsAacSYc/ujAa4K265u4wCx+SnEU6eTXSY7BENZD+hAFFnM1WZ99yBB39Cbmb9VK BuBg== MIME-Version: 1.0 References: <20191104011626.GA24625@adacore.com> In-Reply-To: <20191104011626.GA24625@adacore.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Tue, 05 Nov 2019 00:14:00 -0000 Message-ID: Subject: Re: GDB 9.1 release -- 2019-11-01 Update To: Joel Brobecker Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg00108.txt.bz2 On Sun, Nov 3, 2019 at 7:16 PM Joel Brobecker wrote: > Still Pending: > -------------- [...] > - [Christian B] The threaded symbol loading that tromey Christian have been working on > Missing an URL to the patch, so can't check progress Sorry about that, this is the patchset ending in: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/176 (Ideally my two followup patches as well; not necessarily the RFC one at the top) Christian