From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120121 invoked by alias); 13 Dec 2019 20:21:39 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 119886 invoked by uid 89); 13 Dec 2019 20:21:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.6 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 spammy=H*f:sk:DB6PR05, completing, H*f:sk:ccdcc5e, HX-Languages-Length:366 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 13 Dec 2019 20:21:38 +0000 Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 556CD1E573; Fri, 13 Dec 2019 15:21:36 -0500 (EST) Subject: Re: building GDB 9.0.50.20191206 To: Tom Tromey Cc: Joel Brobecker , Wadud Miah , "gdb@sourceware.org" References: <20191212140954.GC8591@adacore.com> <878sngvvub.fsf@tromey.com> From: Simon Marchi Message-ID: <986c3939-b6fd-b973-0ccb-1bd91f097df2@simark.ca> Date: Fri, 13 Dec 2019 20:21:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <878sngvvub.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-12/txt/msg00022.txt.bz2 On 2019-12-13 3:01 p.m., Tom Tromey wrote: > Simon> Tom, could you describe what is missing to complete this move? > > Completing the move of gdbsupport and then gdbserver to top-level. Yes, I understand that doing the move is necessary to complete the move :) ? But are there some known technical difficulties in doing it? Simon