From patchwork Mon Mar 24 02:42:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chung-Ju Wu X-Patchwork-Id: 332945 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id D5CE82C00A0 for ; Mon, 24 Mar 2014 13:42:54 +1100 (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:date:message-id:subject:from:to:content-type; q= dns; s=default; b=seZQ9OwXNktejAJjQMJrsPIz6b6z22+d3yQixWVYG3kPVo 8xo1sxLb64sx/MBtWiqFiw4FOW09ZLaz8ylcvBnsliUh2c1PaqKf+ChqJC219Bte SfNs2AjD7GcxYps0k/yWrYaYYwtYOW3VDdFX9D5iFS9euG4C8FYMG+/RdyL8w= 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:date:message-id:subject:from:to:content-type; s= default; bh=aws7Xa6cHZYaP4v2QrYb/0AMVFo=; b=kg0/TO0WjOcSjP4+TX0f gskcgeG3snY6PKiDoa4zD5t1PHfYJGRrCHGkLC40m4yDvlS/1DRM5TXzsk9iEvNl GzlxWh7CdbbwyukA34VkxRpu4RYh/n/YH9kEbrirscYiBD6ugfPq7N29YX8hFfGD Sa4OvsHEYXJFCXYD1AbHwzA= Received: (qmail 21207 invoked by alias); 24 Mar 2014 02:42:46 -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 21190 invoked by uid 89); 24 Mar 2014 02:42:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f46.google.com Received: from mail-pb0-f46.google.com (HELO mail-pb0-f46.google.com) (209.85.160.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 24 Mar 2014 02:42:42 +0000 Received: by mail-pb0-f46.google.com with SMTP id rq2so4779849pbb.19 for ; Sun, 23 Mar 2014 19:42:39 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.68.36.41 with SMTP id n9mr67104451pbj.99.1395628959818; Sun, 23 Mar 2014 19:42:39 -0700 (PDT) Received: by 10.68.135.36 with HTTP; Sun, 23 Mar 2014 19:42:39 -0700 (PDT) Date: Mon, 24 Mar 2014 10:42:39 +0800 Message-ID: Subject: [PATCH, doc] Add myself as NDS32 port contributor in the documentation. From: Chung-Ju Wu To: gcc patches , Jeff Law , Gerald Pfeifer X-IsSubscribed: yes Hi, Jeff and Gerald, In the following webpage: http://gcc.gnu.org/onlinedocs/gcc/Contributors.html I would like to add an item to describe myself as nds32 port contributor. The plaintext ChangeLog and patch are as below. Bootstrapped and the webpage can be successfully built via 'make html'. Is it OK for trunk? Best regards, jasonwucj Index: gcc/ChangeLog =================================================================== --- gcc/ChangeLog (revision 208744) +++ gcc/ChangeLog (working copy) @@ -1,3 +1,11 @@ +2014-03-24 Chung-Ju Wu + + * doc/contrib.texi: Add myself as Andes nds32 port contributor. + 2014-03-20 Eric Botcazou * expr.c (expand_expr_real_1): Remove outdated comment. Index: gcc/doc/contrib.texi =================================================================== --- gcc/doc/contrib.texi (revision 208744) +++ gcc/doc/contrib.texi (working copy) @@ -1050,6 +1050,9 @@ Tom Wood for work on the m88k port. @item +Chung-Ju Wu for his work on the Andes NDS32 port. + +@item Canqun Yang for work on GNU Fortran. @item