From patchwork Thu Apr 11 08:25:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chung-Ju Wu X-Patchwork-Id: 235603 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 11A192C00C7 for ; Thu, 11 Apr 2013 18:31:54 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; q=dns; s=default; b=wrIcZh1WCN3V1c6JfZ 5+PVWgAT4yimO7sVbyMdz8gfPVGtdL+D1jdOvh/gehdj79PvGbFciXsAlL08RWT3 sl5rdhD7syCyg9M0Xra2E+F+PiIpswmNQsDhu4C5fmu+Puczx/gucV8I/xChVVTQ HQ6rOiIHCOVFEIV18fWYO0ZWI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; s=default; bh=H0ReT28nxk5dOLF96c3Gckba HFU=; b=qaluEm6kNSGgcOKFdUwyW4v7YRvWlR5OKJ87aHO0lh0mLpYgPGDRq9w5 GO5R0Nxt8Cff0bORTxR9doy0Ajj4smuqa6Xa6Di5zqFI0qGj35VbCJaEtIwzOqnj byFlIql3qs6g225pChMCXHNZ5FxMV3+0/JXEPfgfeXR/WSJvfVk= Received: (qmail 29209 invoked by alias); 11 Apr 2013 08:25:24 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 29147 invoked by uid 89); 11 Apr 2013 08:25:24 -0000 X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, KHOP_RCVD_TRUST, KHOP_THREADED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_UC autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 11 Apr 2013 08:25:23 +0000 Received: by mail-pa0-f41.google.com with SMTP id kx1so790859pab.28 for ; Thu, 11 Apr 2013 01:25:21 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.66.146.232 with SMTP id tf8mr8381532pab.32.1365668721485; Thu, 11 Apr 2013 01:25:21 -0700 (PDT) Received: by 10.68.27.197 with HTTP; Thu, 11 Apr 2013 01:25:21 -0700 (PDT) In-Reply-To: <5165A06A.600@net-b.de> References: <5165A06A.600@net-b.de> Date: Thu, 11 Apr 2013 16:25:21 +0800 Message-ID: Subject: Re: [wwwdocs, patch, committed] Updated Fortran part of http://gcc.gnu.org/gcc-4.9/changes.html From: Chung-Ju Wu To: Tobias Burnus Cc: gcc patches , gfortran , Gerald Pfeifer 2013/4/11 Tobias Burnus : > http://gcc.gnu.org/gcc-4.9/changes.html was so empty :-) > > I have committed the attached patch - comments and suggestions are welcome. > > Tobias Hi, Tobias, On behalf of Andes Technology Co., I am going to propose a new target contribution, nds32 port, to GCC on June or July. If the contribution is adopted by the GCC Steering Committee and community, is following content OK for describing the new target 'nds32'? :) Best regards, jasonwucj Index: htdocs/gcc-4.9/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v retrieving revision 1.3 diff -u -r1.3 changes.html --- htdocs/gcc-4.9/changes.html 10 Apr 2013 17:29:50 -0000 1.3 +++ htdocs/gcc-4.9/changes.html 11 Apr 2013 08:06:05 -0000 @@ -65,10 +65,15 @@

Java (GCJ)

--> - +

NDS32

+
    +
  • A new port will be added to support nds32 target, + the 32-bit architecture from Andes Technology Corporation.
  • +
  • The port will provide initial support for the V2, V3, V3m + instruction set architectures.
  • +