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: 942887 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-94193-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=andestech.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="Qe5qlUAH"; dkim-atps=neutral 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 41RBvX3Cz3z9ryt for ; Thu, 12 Jul 2018 20:27:19 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-type; q=dns; s=default; b=XHm1A IivXixiaXTTZ1DXgFTZ3lai7RMEnA6MrzH53Q06lekGO9YDUFq4t5J2EOE23EZoa Mr0ECwwnXp4PAki8vKfa5l6wWt8Q46yVTDYKK47Cff8587gp+sFwwnHUmtgoauoJ guohW1NBV1w7+sFhQa9qgGu/FQrfXmf+8aSjeY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-type; s=default; bh=dlHSGf4Rpg0 NF7xWV+0kcXB19Hg=; b=Qe5qlUAHu5Wt+D5ZQ8sIj0d1NJgNEE6Fw1HqqvmoQiL FTDEL7/4ry5aQ+ZovI0rmt9c8cP9Mat3khTl1huSjyPAah34oG8x81wH8+IK/vwd gPZY7WcdGg//A1RCoAsZoFg7D3r5SN347T0MPRdhPV1DDGfn9rkkjnkSqM33QjSM = 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