From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 290BC3858D34 for ; Sun, 19 Jul 2020 15:03:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 290BC3858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AEE1256133; Sun, 19 Jul 2020 11:03:43 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4xZxjqET27In; Sun, 19 Jul 2020 11:03:43 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 80309560B8; Sun, 19 Jul 2020 11:03:43 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8E31A83464; Sun, 19 Jul 2020 08:03:41 -0700 (PDT) Date: Sun, 19 Jul 2020 08:03:41 -0700 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: GDB 10 branching - 2020-07-18 Update Message-ID: <20200719150341.GA11122@adacore.com> References: <20200718194522.GA32708@adacore.com> <83zh7wgrwn.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83zh7wgrwn.fsf@gnu.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP 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: Sun, 19 Jul 2020 15:03:45 -0000 > > Date: Sat, 18 Jul 2020 12:45:22 -0700 > > From: Joel Brobecker > > Cc: kevinb@redhat.com, sandra@codesourcery.com, tom@tromey.com, > > ssbssa@yahoo.de, ro@cebitec.uni-bielefeld.de, ludo@gnu.org, > > eliz@gnu.org, cbiesinger@google.com > > > > * [EliZ] > > gdbserver: incorrect socklen_t configure test on mingw.org's MinGW > > https://sourceware.org/pipermail/gdb-patches/2020-July/170019.html > > > > Eli and Joel exchanged patches, but I don't see anything having > > been officially submitted yet? > > Joel, are you waiting for me here? If so, what shall I do? I thought > you'll go ahead and install the changes you sent me and I tested. It must have been a misunderstanding. I was indeed hoping you would be the one submitting the patch. I was only helping you re-generate the configury scripts to help you avoid having to get the exact versions we expect to use, when generating them. I would be happy to help submit them for you if I wasn't already unsuccesful myself in submitting my own patches :-(. -- Joel