From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65502 invoked by alias); 7 Feb 2018 09:32:16 -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 65490 invoked by uid 89); 7 Feb 2018 09:32:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=everyday, HX-Gm-Message-State:APf1xPB X-HELO: mail-qk0-f196.google.com Received: from mail-qk0-f196.google.com (HELO mail-qk0-f196.google.com) (209.85.220.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Feb 2018 09:32:09 +0000 Received: by mail-qk0-f196.google.com with SMTP id y204so238017qkb.10 for ; Wed, 07 Feb 2018 01:32:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=KK0XhN3IkzFKyeZxgNUpnZd+3JEE8ScNymsaJwRYL1g=; b=rfjDkKtKY6mGl4vgbbLPnApLP9PqTsbYPdso988mR7BKJhQ8k4jffaBUdL7j1nDUXA un/x/eYbQG9k85p/dXnyCCDZxJjkj+8uS01/bpm4wlgfbQSlz7MB1rn430wN5QcLkhmW umPZV4Pyfu9yVLnU+BtjmKN+k+LMzrV6+SwCNzwAvv0dWPtUAmjWIYtdSGiN/+Gb9I9f /zlLtP5QCtpY967AbO9ueT0JNfhVpP1lgZuQG9vHXoImiH4MMscPq7xAquiSX2HWNrzL 24Li3TfhjtP0nuqY6KNMuc10u2q3I4wRdYgFRdyOg29XrdOF1InLFRJ+XmjDSx3wRC+7 fIjA== X-Gm-Message-State: APf1xPB/sdZ2CEJ7XTuvsGZAmz9TruepUD70RjmwhUCrYnUbek9K+vo+ O+Q5vDZevyGSYHLJdC3YvO0QMrklmJcKLmb8+TVbhw== X-Google-Smtp-Source: AH8x225kumGYtMmf8OZk71MFzp8ijkaimcKRWB+dIt5vpwXPD3sYa/A27HfZNeiyG7wiyLonEQ9iu/S4iUQCHH86xvs= X-Received: by 10.55.21.163 with SMTP id 35mr8279072qkv.100.1517995927630; Wed, 07 Feb 2018 01:32:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.153.232 with HTTP; Wed, 7 Feb 2018 01:32:07 -0800 (PST) In-Reply-To: <20180207100202.1ea997bb@ThinkPad> References: <97948063-b3db-fd3a-f62e-b552935cb8dd@arm.com> <20180201121443.43322674@ThinkPad> <59984094-96C1-4D84-89F6-384769471005@arm.com> <86k1vqjd5s.fsf@gmail.com> <20180206185609.3219ef39@ThinkPad> <20180207100202.1ea997bb@ThinkPad> From: Yao Qi Date: Wed, 07 Feb 2018 09:32:00 -0000 Message-ID: Subject: Re: [PATCH] Move arch/tdesc.h to common/common-tdesc.h To: Philipp Rudo Cc: Alan Hayward , "gdb-patches@sourceware.org" , nd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00101.txt.bz2 On Wed, Feb 7, 2018 at 9:02 AM, Philipp Rudo wro= te: > Hi Yao, > > sorry, i misunderstood you. You are right cleaning up gdbservers Makefile > would be better. I'm currently pretty occupied, but I can give it a try = later > on. Let's see what I can do. > Never mind, I do think I misread email everyday :) FAOD, both GDB and GDBserver needs clean up. Something had already happened on this topic, f38307f [RFC] Replicate src dir in build dir we have arch/ directory in gdb and gdbserver build tree after this patch. = This patch was written in a way that is easy to create other directories. I did= n't follow up this patch to create nat/ target/ etc directories in gdb and gdbs= erver build tree because of other assignments. Later, Tom changed it b22c88c A simpler way to make the "arch" build directory I didn't follow that patch series, so I don't know how to extend existing mechanism to create other directories. Note that Tom's patch only changes gdb, gdbserver still uses the approach added in f38307f. I hope both gdb and gdbserver have the same approach ultimately. --=20 Yao (=E9=BD=90=E5=B0=A7)