From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123837 invoked by alias); 17 Jun 2016 08:08:14 -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 123826 invoked by uid 89); 17 Jun 2016 08:08:13 -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_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:xml, H*r:sk:alumni., Hx-spam-relays-external:sk:alumni., H*RU:sk:alumni. X-HELO: mail-pf0-f178.google.com Received: from mail-pf0-f178.google.com (HELO mail-pf0-f178.google.com) (209.85.192.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 17 Jun 2016 08:08:03 +0000 Received: by mail-pf0-f178.google.com with SMTP id t190so28602028pfb.3 for ; Fri, 17 Jun 2016 01:08:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=u/WR35nUlEkMwkLboWfj5hLBI/sBoEDJbzrxUJcdXNA=; b=eJJODe7cB3DxQX+yDjbPoOo6p5MiE5doqukUrk4uWrcHskFrwRUPc2LU+zmNieNTNQ OYJTcktHOba0uvtM637Kkx9ipXJkGMhqWSZORV6e1AVj8bnZVAbYLfTh4PYooy4jIyx9 lELL5iWmrglCsW0jO3razHOp/AOB0PExFgmDHCbnVc9Adl1QV8WfDfH5F5MwwVq6g7Ps vHUhTi8CA3ll2fYLto/rQ5df7aM3HdUMyxz7Hu+zEC6lzl2Jg64HDJgWUq6XOE2Q++Kd i7D3+TP4ABvt3nTy0CU1cbSUCbyXZwJx3ZfCQhBmj3tzblKtmqiwjDEO9ioc8BPPO4R4 /PsA== X-Gm-Message-State: ALyK8tIIe1igCQHCK8Wu1LvFzc43m/te48M8Si680yx52X1cly+jxLyrMQvoSNIr3pYizw== X-Received: by 10.98.12.134 with SMTP id 6mr1039658pfm.15.1466150881457; Fri, 17 Jun 2016 01:08:01 -0700 (PDT) Received: from [0.0.0.0] (alumni.cs.nctu.edu.tw. [140.113.235.116]) by smtp.gmail.com with ESMTPSA id g26sm42260168pfj.82.2016.06.17.01.08.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jun 2016 01:08:00 -0700 (PDT) Subject: Re: [PATCH v2] AndesTech NDS32 port To: Yao Qi References: <3561f390-ea41-2ee3-a5a9-d870429497c3@gmail.com> <868typxi5r.fsf@gmail.com> <8660tlvwqy.fsf@gmail.com> Cc: gdb-patches@sourceware.org, eliz@gnu.org From: Yan-Ting Lin Message-ID: Date: Fri, 17 Jun 2016 08:08:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <8660tlvwqy.fsf@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00283.txt.bz2 Yao Qi 於 2016/6/7 下午 11:34 寫道: > Patch except doc and news bits is good to me. Doc and NEWS bits should > be reviewed by Eli. > > If there is no other comments in one week, you can push it in. > Hi GDB maintainers and reviewers, I will push our patch in after rebasing it to the latest code. Here is the ChangeLog entries I will push in. Thanks again for your help. ChangeLog entries: gdb/: 2016-06-17 Yan-Ting Lin * Makefile.in (ALL_TARGET_OBS): Add nds32-tdep.o. (HFILES_NO_SRCDIR): Add nds32-tdep.h. (ALLDEPFILES): Add nds32-tdep.c. * NEWS: Mention new NDS32 port. * configure.tgt: Add NDS32. * nds32-tdep.c: New file. * nds32-tdep.h: New file. * features/Makefile (XMLTOC): Add nds32.xml. * features/nds32-core.xml: New file. * features/nds32-fpu.xml: New file. * features/nds32-system.xml: New file. * features/nds32.c: New file (generated). * features/nds32.xml: New file. gdb/testsuite/: 2016-06-17 Yan-Ting Lin * gdb.base/float.exp: Add target check for nds32*-*-*. * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*. gdb/doc/: 2016-06-17 Yan-Ting Lin * gdb.texinfo (Standard Target Features): Document NDS32 features. (NDS32 Features): New Section.