From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38960 invoked by alias); 10 May 2017 11:52:38 -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 32005 invoked by uid 89); 10 May 2017 11:52:31 -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,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=arrangement X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 10 May 2017 11:52:29 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 86142762AEA17; Wed, 10 May 2017 12:52:26 +0100 (IST) Received: from [10.20.78.214] (10.20.78.214) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.294.0; Wed, 10 May 2017 12:52:28 +0100 Date: Wed, 10 May 2017 11:52:00 -0000 From: "Maciej W. Rozycki" To: Yao Qi CC: Subject: Re: [PATCH] Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c In-Reply-To: <1494324439-15918-1-git-send-email-yao.qi@linaro.org> Message-ID: References: <1494324439-15918-1-git-send-email-yao.qi@linaro.org> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2017-05/txt/msg00265.txt.bz2 On Tue, 9 May 2017, Yao Qi wrote: > Target description initialization should be called in -tdep.c, instead of > -nat.c. Rebuild mips-linux native GDB. Regression test is not run. Why? These descriptions are only used in the native case, otherwise gdbserver supplies its own. The current arrangement has worked for some 12 years now. Maciej