From patchwork Sat Dec 1 03:10:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zong Li X-Patchwork-Id: 30494 Received: (qmail 122859 invoked by alias); 1 Dec 2018 03:13:20 -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 122850 invoked by uid 89); 1 Dec 2018 03:13:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, FREEMAIL_FROM, 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=H*i:sk:cover.1, HX-Received:76ca, H*RU:209.85.214.193, Hx-spam-relays-external:209.85.214.193 X-HELO: mail-pl1-f193.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=UdNJCF9d9W/2FhukNJIoENa2A9n4+HEV2DQ7PCJMqps=; b=G/DuQ+sRLoBTUlX8MFgNUBWJTrL6m0YeWBCJMDrU3l0K7wyTmQznZppStnnoqOgSWt WHM+G3i5paO/1W3VBbVePFPqgBEApaOnueh7DHb3U1RXEgo592w6rEPizjFH1F0ofZo1 z5Ri8FIKwCxaCF0FZ4vK6O4NO1XYlLTZ7BOpd09WhUT0wZm49suqUqOdjIbuGlh/mUmH a7Pb3+PZ0pBdQZtHkLqLk4YAv+NdddQpC8jVcFJ57RCNqzo4cSGn5ZaprQptT9RTnmHc hyxiyXw3MMUs6thqhjqh4pP9YMtjSU5/cc8TupuVPmRKtepB7Id9jSsoKGhDmCioIkqD Aotw== Return-Path: From: Zong Li To: joseph@codesourcery.com, palmer@dabbelt.com, darius@bluespec.com, andrew@sifive.com, dj@redhat.com, libc-alpha@sourceware.org Cc: zong@andestech.com, Zong Li Subject: [PATCH v4 01/10] Documentation for the RISC-V 32-bit port Date: Sat, 1 Dec 2018 11:10:44 +0800 Message-Id: <9b17f51ea50beefabf43dc9bf1c477f20d589535.1543572707.git.zongbox@gmail.com> In-Reply-To: References: There are RISC-V 64-bit port information in these documentations. I add the small documentation entries about the RISC-V 32-bit port together. --- NEWS | 6 ++++++ README | 1 + 2 files changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 1098be1..f878340 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,12 @@ Major new features: different directory. This is a GNU extension and similar to the Solaris function of the same name. +* Support RISC-V port for 32-bit. The ISA and ABI pairs supported as follows: + + - rv32imac ilp32 + - rv32imafdc ilp32 + - rv32imafdc ilp32d + Deprecated and removed features, and other changes affecting compatibility: * The glibc.tune tunable namespace has been renamed to glibc.cpu and the 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