From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10492 invoked by alias); 21 Jun 2017 16:42:55 -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 10465 invoked by uid 89); 21 Jun 2017 16:42:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:403 X-HELO: mail-qk0-f177.google.com Received: from mail-qk0-f177.google.com (HELO mail-qk0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Jun 2017 16:42:53 +0000 Received: by mail-qk0-f177.google.com with SMTP id p21so15141204qke.3 for ; Wed, 21 Jun 2017 09:42:53 -0700 (PDT) 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=mpYrOyXQ+vRVbpSBZNUWEhPoBRtXPOL5ttW7liE3bKk=; b=UTuM+EZEA8WkhUv2kYQ02sDIrUDvYG/ZOrD43Ucax644A9sNLAyoabF6MdDmbY9+tx BaLUzBy4ei7bn/ierSzXcybMfTYG6UaqYapFq6pCiPtfMEbUYDqt50mRV/GYva4eGSUt oN3dl/N/XGCKivqGcR+XoMq+k3kO0+bYtTGRYxkV+MwqXpaqcQmAIKmYf7tbasCvMtK6 5Zee0FpZSGXmnU+gv4Ftg+CIrnZozPrJXBu8hvDOR4/12Voz/DwuP2L1u2qc/MvSogQs TVxB6TxC9cvnbQ23bg+spCA6KvzIAsvBrUCwqZH5BwmjpI5e8hhxEiDIO5IE76u+g2uT SsDQ== X-Gm-Message-State: AKS2vOyTXwiFtmHCFGnOsKizB9q5QTQtafoHHFWM186pdUakTqnN+At0 lGTnZyaxgwLmTvOUlYkwX7YA0KENtg== X-Received: by 10.55.198.156 with SMTP id s28mr11900737qkl.222.1498063371679; Wed, 21 Jun 2017 09:42:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.142.201 with HTTP; Wed, 21 Jun 2017 09:42:51 -0700 (PDT) In-Reply-To: <594A9D45.1010604@oracle.com> References: <1497655802-111684-1-git-send-email-weimin.pan@oracle.com> <86o9ti4wa1.fsf@gmail.com> <59496067.5040008@oracle.com> <86d19xhdv0.fsf@gmail.com> <594A9D45.1010604@oracle.com> From: Yao Qi Date: Wed, 21 Jun 2017 16:42:00 -0000 Message-ID: Subject: Re: [PATCH v2] gdb: ADI support To: Wei-min Pan Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00596.txt.bz2 On Wed, Jun 21, 2017 at 5:22 PM, Wei-min Pan wrote: > > Thanks for bringing up and taking care of this matter. I will create > sparc64-tdep-adi.c for SPARC > ADI support. > Hold on :), I don't think people agreed on the new convention yet. Before the agreement is made, sparc64-tdep.c is still the right place to add adi stuff. --=20 Yao (=E9=BD=90=E5=B0=A7)