From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) by sourceware.org (Postfix) with ESMTPS id 97EE03858C2C for ; Tue, 4 Jan 2022 13:30:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 97EE03858C2C Received: by mail-qk1-x736.google.com with SMTP id 202so31075886qkg.13 for ; Tue, 04 Jan 2022 05:30:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=AcHJaDUFy8MOAtJfH1mOTGTvN8NeISM1CqYOc/FrFrI=; b=DgMKbKeYWgzjiLT3uVwm6QNES9zE+R0c5bvqOAh/iMeM6aJs7OYDcxdaIz68vtz+lZ JdyZwEItc325NlLNMf8/4xAJkDd4TzKDQR73psAwtoCTz4D1IRmp2H6n+uyHriY6kjvk c/ld3JY8LTG+YPcQIm8L0qckasYSTVUCjieKo2D7G+nbzjv8gUWD8zxUuRhmJ6SD1VUY 8YMdKslhl7nRiYz1Vy+sI5YdL9QI0MdM4uUbmW3GPxzRRYGk6wT74IIiLoTaoZ47u9jr fUpWUIgXHaWyHQCEk64NGSXvk8Pf4nixB2aItxOOkErGFd9aAOmDaV/pLySxP8jJ12Df FsQA== X-Gm-Message-State: AOAM532TRsUoFP/T3tHww015of8W8Bd3gdWd0mLjD7QjcrZ+kzphDTHW LHvel4Rs6rXLCkYidxvqf6FxVyc05O0Hcg== X-Google-Smtp-Source: ABdhPJymsaeVwp5SGFzOW5+1hx4ZEz2lQUXfdazi/MuS91ZnIWo4ox8jumkdJKESLv3/+SvouZ/0Uw== X-Received: by 2002:a05:620a:4251:: with SMTP id w17mr35504089qko.550.1641303024126; Tue, 04 Jan 2022 05:30:24 -0800 (PST) Received: from ?IPV6:2804:431:c7ca:a350:1960:9a87:fba4:a664? ([2804:431:c7ca:a350:1960:9a87:fba4:a664]) by smtp.gmail.com with ESMTPSA id y9sm13070735qkj.82.2022.01.04.05.30.22 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 04 Jan 2022 05:30:23 -0800 (PST) Message-ID: Date: Tue, 4 Jan 2022 10:30:21 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Subject: Re: [PATCH v2 01/14] LoongArch: Update NEWS and README for the LoongArch port. Content-Language: en-US To: caiyinyu , libc-alpha@sourceware.org Cc: xuchenghua@loongson.cn, joseph_myers@mentor.com References: <20211231064455.1030051-1-caiyinyu@loongson.cn> <20211231064455.1030051-2-caiyinyu@loongson.cn> From: Adhemerval Zanella In-Reply-To: <20211231064455.1030051-2-caiyinyu@loongson.cn> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-14.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2022 13:30:25 -0000 On 31/12/2021 03:44, caiyinyu wrote: > --- > NEWS | 2 ++ > README | 1 + > 2 files changed, 3 insertions(+) > > diff --git a/NEWS b/NEWS > index 4762bfcc4e..c78143cc67 100644 > --- a/NEWS > +++ b/NEWS > @@ -9,6 +9,8 @@ Version 2.35 > > Major new features: > > +* Add LoongArch Port. Loongson Ltd. > + > * Unicode 14.0.0 Support: Character encoding, character type info, and > transliteration tables are all updated to Unicode 14.0.0, using > generator scripts contributed by Mike FABIAN (Red Hat). Please follow other ports description, such the recent one for or1k [1], by adding the minimum binutils, gcc, and Linux version required along with the triple name and any other relevant information (32/64-bit, endianess, time_t, LFS support, etc). Also put the addition at the end of the list. > diff --git a/README b/README > index d0f0edb393..f0812d7a80 100644 > --- a/README > +++ b/README > @@ -31,6 +31,7 @@ The GNU C Library supports these configurations for using Linux kernels: > i[4567]86-*-linux-gnu > x86_64-*-linux-gnu Can build either x86_64 or x32 > ia64-*-linux-gnu > + loongarch64-*-linux-gnu > m68k-*-linux-gnu > microblaze*-*-linux-gnu > mips-*-linux-gnu [1] https://patchwork.sourceware.org/project/glibc/patch/20220104031414.2416928-14-shorne@gmail.com/