From patchwork Thu Apr 24 19:41:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 342472 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 0F7B6140129 for ; Fri, 25 Apr 2014 05:41:16 +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 :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; q=dns; s= default; b=XbqOW0AdX+eTWc0GAH7ubzE44zN5Q+3aCGFDl2UCj+EWYC95PoLxh /J1WIjOjC7QwYUxt6p8miBa/Ipq9xeXd9EltyRUTRyUSxf3fNelnhHjBwTRX2/4O St9Npv2gRsOvZMPksQiAKajmOLl1b3sexJ09VBOzkbWlpVxQcD8uTo= 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 :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; s=default; bh=RiJ+79dSxS6emfCiWJF5vcW1maY=; b=l1XwlSlqS08waKkULxp9sr7OeXyT HhfBqS2Shk8cJm5gp14+4CSwf1VSvwfJd5Mdf28YoBqa87sTsV+TlingOgO4ORRw RUAiAjujJOgWb0yBSrVUDlHH62C8ozT1dUXZRRY4aMfY8tNJDXO3fDNf1I1QJp21 RmSN3BorSoMG+Fk= Received: (qmail 7002 invoked by alias); 24 Apr 2014 19:41:08 -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 6991 invoked by uid 89); 24 Apr 2014 19:41:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.7 required=5.0 tests=AWL, BAYES_05, BODY_8BITS, GARBLED_BODY, RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: mx02.qsc.de Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 24 Apr 2014 19:41:06 +0000 Received: from tux.net-b.de (port-92-194-43-249.dynamic.qsc.de [92.194.43.249]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPSA id F03C2276DE; Thu, 24 Apr 2014 21:41:02 +0200 (CEST) Message-ID: <535968CE.7090000@net-b.de> Date: Thu, 24 Apr 2014 21:41:02 +0200 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Jeff Law , Jincheng Miao , gcc-patches@gcc.gnu.org CC: i18n-zh@googlegroups.com Subject: Re: [Patch] Fix a typo in Chinese msg References: <5359315A.1070806@redhat.com> In-Reply-To: <5359315A.1070806@redhat.com> Jeff Law wrote: > On 04/24/14 01:23, Jincheng Miao wrote: >> There is a minor typo in zh_CN.po, should change '-pic' to '-fpic'. Thanks for the patch > Thanks. Applied to the trunk. Jeff, are you sure that this will not be overridden? I think the translations are always synced from http://translationproject.org/team/zh_CN.html ? In any case, I have now CCed the zn_CN translators. Tobias PS: Miao Jincheng's patch fixes the typo "-pic" → "-fpic": Index: gcc/po/zh_CN.po =================================================================== --- gcc/po/zh_CN.po (revision 209734) +++ gcc/po/zh_CN.po (working copy) @@ -24308,7 +24308,7 @@ msgstr "堆栈探针目前需要框架æ #: config/i386/i386.c:4108 #, gcc-internal-format msgid "-mfentry isn%'t supported for 32-bit in combination with -fpic" -msgstr "-mfentry 在 32 位下不能和 -pic 同时使用" +msgstr "-mfentry 在 32 位下不能和 -fpic 同时使用" #: config/i386/i386.c:4115 #, gcc-internal-format