From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59794 invoked by alias); 12 Jul 2019 07:18:01 -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 59781 invoked by uid 89); 12 Jul 2019 07:18:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Received:Fri X-HELO: mail-vs1-f65.google.com Received: from mail-vs1-f65.google.com (HELO mail-vs1-f65.google.com) (209.85.217.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 12 Jul 2019 07:17:51 +0000 Received: by mail-vs1-f65.google.com with SMTP id h28so6043498vsl.12 for ; Fri, 12 Jul 2019 00:17:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=RoMGFZFDc8J54mGrQvkNrGqrRtlWxgT+IxDA2G3Gpqk=; b=tEu/UrQBQM8V2CesA/pqdad5knUiol09HCVC+bJhKb1RkK/IkiKtSE1C7hNbiAyFX0 zuqbsEMbSYGoMG0K8ciXOxr6pBNLrrIhQnWLADLP91VR/FI+LLwuJcQCbnDMkdF1CHxD bheQ5/zz31k3H8vKIDaU8uxSPxHF0cfUGx4vrjYBzWFquL28crI1u7m8X2ZfWXcAeFmf n3GH4mkdmIOTDOWuJlNgJDcbEfWillmRWZuhdYEq3828kdnD5seiUoWwddx9PxvHsLkw 3VJR5VmFPVYLEPYZ7jbFMEqAvr8QlbyrPJZOIIfkCtQMvxrBz/ezFrwD6UQEX9y6zJfx QSEg== MIME-Version: 1.0 References: <87lfx4z3lx.fsf@tromey.com> In-Reply-To: <87lfx4z3lx.fsf@tromey.com> From: Andrew Pinski Date: Fri, 12 Jul 2019 07:18:00 -0000 Message-ID: Subject: Re: Move gdbsupport to the top level To: Tom Tromey Cc: GDB Patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-07/txt/msg00339.txt.bz2 On Thu, Jul 11, 2019 at 2:03 PM Tom Tromey wrote: > > This patch moves the gdbsupport directory to the top level. This is > the next step in the ongoing project to move gdbserver to the top > level. > > The bulk of this patch was created by "git mv gdb/gdbsupport gdbsupport". > > This patch then adds a build system to gdbsupport and wires it into > the top level. Then it changes gdb to use the top-level build. Isn't the top-level makefile also synced with GCC's (and newlib's)? Where GCC is techincally the maintainer of it? Thanks, Andrew Pinski > > gdbserver, on the other hand, is not yet changed. It still does its > own build of gdbsupport. > > I wasn't able to send this through the buildbot. I did test it on > x86-64 Fedora 29. If you want to try it, it is on the branch > submit/move-gdbsupport-to-top in my github. > > > This patch was also too big to send the usual way, so I have compressed > it and added it as an attachment. Sorry about that. > > Tom >