From patchwork Thu Jul 26 14:16:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zong Li X-Patchwork-Id: 28624 Received: (qmail 82129 invoked by alias); 26 Jul 2018 14:17:03 -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 82115 invoked by uid 89); 26 Jul 2018 14:17:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: ATCSQR.andestech.com From: Zong Li To: , , , , CC: , , Zong Li Subject: [PATCH v3 1/8] Documentation for the 32 bit RISC-V port Date: Thu, 26 Jul 2018 22:16:21 +0800 Message-ID: In-Reply-To: References: MIME-Version: 1.0 X-DNSRBL: X-MAIL: ATCSQR.andestech.com w6QEGs4o027514 Add the small documentation entries about the 32 bit RISC-V port. --- NEWS | 12 ++++++++++++ README | 1 + 2 files changed, 13 insertions(+) diff --git a/NEWS b/NEWS index b08fee6..61cc5ab 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,18 @@ See the end for copying conditions. Please send GNU C library bug reports via using `glibc' in the "product" field. +Version 2.29 + +Major new features: + +* Support new port for the RISC-V 32-bit. This 32-bit port for the following + ISA and ABI pairs: + + - rv32imac ilp32 + - rv32imafdc ilp32 + - rv32imafdc ilp32d + + Version 2.28 Major new features: 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