From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53033 invoked by alias); 11 Oct 2016 16:16:53 -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 53020 invoked by uid 89); 11 Oct 2016 16:16:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:306 X-HELO: mail-pa0-f65.google.com Received: from mail-pa0-f65.google.com (HELO mail-pa0-f65.google.com) (209.85.220.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Oct 2016 16:16:42 +0000 Received: by mail-pa0-f65.google.com with SMTP id fn2so990502pad.1 for ; Tue, 11 Oct 2016 09:16:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-transfer-encoding; bh=xl4Ydy9PrXY957wOpoEuyKfTJjx5whMj9pMR+thMGEc=; b=TS0TF7Cd8SmnE3fau7pDx0x7++brpDvcItMv+YWAvBLxFhXV8r5xPtMmiIX024kD7s qMj3LcgacPzE7fUfY87Q9RHnW0bE2qcGUhW8Uk35iW4uFU937fe1fqeRlx3Kmu5EdpHl yacF3hiqWJ/A6bnmv6xNjqOIgvEC93wGlKEFd9KvRwB3Kkwt0hhMDKYzns6cENGUcdjL HZU6CXITJ4Or51Rb7Um4buoWzlRz4JdQtS6Hll6spPB3yP7STzKOjhogpbKfeFSS2Hg9 slCTyyINo0K71MOGBkmVqWi4pN81W1CDaHT+pqHt+xjfmpzX2tCDyMxoPMqG5XjzkQzN +cng== X-Gm-Message-State: AA6/9RnARShGsz4YNTC7t92YVJzqllkihhlSou6mq2LHA9vFFlQNfPqjI9sUyDbrIst7pw== X-Received: by 10.66.78.9 with SMTP id x9mr8035547paw.201.1476202601048; Tue, 11 Oct 2016 09:16:41 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id b128sm5379110pfg.45.2016.10.11.09.16.38 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 11 Oct 2016 09:16:40 -0700 (PDT) From: Yao Qi To: Anton Kolesov Cc: gdb-patches@sourceware.org, Francois Bedard Subject: Re: [PATCH 1/3] arc: Add a gdbarch_tdep structure In-Reply-To: <1475843870-11449-1-git-send-email-Anton.Kolesov@synopsys.com> (Anton Kolesov's message of "Fri, 7 Oct 2016 15:37:48 +0300") References: <1475843870-11449-1-git-send-email-Anton.Kolesov@synopsys.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Date: Tue, 11 Oct 2016 16:16:00 -0000 Message-ID: <86a8eaamjf.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00263.txt.bz2 Anton Kolesov writes: Patch is good to me. > gdb/ChangeLog: > > * arc-tdep.h: Define gdbarch_tdep. Nit, * arc-tdep.h (struct gdbarch_tdep): New. > * arc-tdep.c (arc_gdbarch_init): Allocate gdbarch_tdep. --=20 Yao (=E9=BD=90=E5=B0=A7)