From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5370 invoked by alias); 23 Nov 2017 17:53:42 -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 5359 invoked by uid 89); 23 Nov 2017 17:53:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:74.125.82.68, H*RU:74.125.82.68, H*r:sk:static., HContent-Transfer-Encoding:8bit X-HELO: mail-wm0-f68.google.com Received: from mail-wm0-f68.google.com (HELO mail-wm0-f68.google.com) (74.125.82.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Nov 2017 17:53:41 +0000 Received: by mail-wm0-f68.google.com with SMTP id y80so18134256wmd.0 for ; Thu, 23 Nov 2017 09:53:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=UWU2hjzJYHWI9ZClJyTqvtsRo2L0JiwzCmGH57oA3ms=; b=YG9CyH+AHX1JhMD3R6Pdp81g+0FZxzHY5oDR6E4ORlMQeqLMsMSwM4LY2vnmb5oKpY ec2TLwAB59nsBZ5Ppk31WL4jHMj38iVgESC77pX1ewEf5WcPgzZCyF+aYHhJmmOoYHj8 2S+0TbNiB/3Iiw9/8zW3bopG8QdAZ9RrOes+oeqkqvFus307L/d4AhnjrbLza4g2OSXa Wt2I7gpWfUsfTMeicSnhaechzGoEinVlqfK7zK25xRSjZ3D0aW6uaQ7HgkOKlXaeYcDm LJLLtXNTiurasl/f8WQSx5c6AAiu4dbDVY2IKp84+CGVPCJEOJ3Wg759Fyaxpf0fQTLR X+Rg== X-Gm-Message-State: AJaThX6AQ64MXnZhD/cGgA3oIrEB7iLQ8UL4peVEZNSw3+v6DfrWJ8WI Ypyf4DA0fk1+Kvt/hOzJTDY2NA== X-Google-Smtp-Source: AGs4zMbtJs9BustAkCP5zhgO8pfd21BNeR3Vm9Sb4VoEGboPZpLrWByDHr15MnNulVp0GxoX1QrzKw== X-Received: by 10.80.210.197 with SMTP id q5mr4869228edg.86.1511459619119; Thu, 23 Nov 2017 09:53:39 -0800 (PST) Received: from 1170ee0b50d5 (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id w14sm13419076edi.26.2017.11.23.09.53.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Nov 2017 09:53:38 -0800 (PST) Date: Thu, 23 Nov 2017 17:53:00 -0000 From: Yao Qi To: Alan Hayward Cc: "gdb-patches@sourceware.org" , nd Subject: Re: [PATCH 4/4] Add xml selftests Message-ID: <20171123175336.GK318@1170ee0b50d5> References: <86h8ugyenj.fsf@gmail.com> <8EE70574-8937-414B-9903-0E427D388B07@arm.com> <86a7zzwrs5.fsf@gmail.com> <86zi7eqps4.fsf@gmail.com> <86shd6qp5w.fsf@gmail.com> <8E1DED12-D169-49CD-A9A3-388280EBDB60@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8E1DED12-D169-49CD-A9A3-388280EBDB60@arm.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00570.txt.bz2 On 17-11-23 16:29:01, Alan Hayward wrote: > 2017-11-23 Alan Hayward > > gdb/ > * aarch64-tdep.c: Add target desc selftest. Add the function name _initialize_aarch64_tdep in ChangeLog entry. > > gdbserver/ > * configure.srv: Add new file. "Add linux-aarch64-tdesc-selftest.o". > * linux-aarch64-low.c (initialize_low_arch): Call init func. > * linux-aarch64-tdesc-selftest.c: New file. > * linux-aarch64-tdesc.h (initialize_low_tdesc): New declaration. > Patch is good to me otherwise. -- Yao (齐尧)