From patchwork Thu Jul 12 10:26:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zong Li X-Patchwork-Id: 28326 Received: (qmail 75642 invoked by alias); 12 Jul 2018 10:27:13 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 75631 invoked by uid 89); 12 Jul 2018 10:27:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_MANYTO, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=ilp32, HTo:U*andrew, H*i:sk:cover.1, HTo:U*darius X-HELO: ATCSQR.andestech.com From: Zong Li To: , , , , , CC: , Zong Li Subject: [PATCH 1/9] Documentation for the 32 bit RISC-V port Date: Thu, 12 Jul 2018 18:26:17 +0800 Message-ID: In-Reply-To: References: MIME-Version: 1.0 X-DNSRBL: X-MAIL: ATCSQR.andestech.com w6CAS8gx016637 Add the small documentation entries about the 32 bit RISC-V port. --- NEWS | 3 +++ README | 1 + 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 716d11c..209dd1e 100644 --- a/NEWS +++ b/NEWS @@ -300,6 +300,9 @@ Major new features: requires at least binutils-2.30, gcc-7.3.0, and linux-4.15; and is supported for the following ISA and ABI pairs: + - rv32imac ilp32 + - rv32imafdc ilp32 + - rv32imafdc ilp32d - rv64imac lp64 - rv64imafdc lp64 - rv64imafdc lp64d diff --git a/README b/README index 27a9fd4..6183376 100644 --- a/README +++ b/README @@ -37,6 +37,7 @@ The GNU C Library supports these configurations for using Linux kernels: powerpc64*-*-linux-gnu Big-endian and little-endian. s390-*-linux-gnu s390x-*-linux-gnu + riscv32-*-linux-gnu riscv64-*-linux-gnu sh[34]-*-linux-gnu sparc*-*-linux-gnu