From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102a.google.com (mail-pj1-x102a.google.com [IPv6:2607:f8b0:4864:20::102a]) by sourceware.org (Postfix) with ESMTPS id 1B67D3858413 for ; Sat, 13 Nov 2021 03:17:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1B67D3858413 Received: by mail-pj1-x102a.google.com with SMTP id np6-20020a17090b4c4600b001a90b011e06so7931404pjb.5 for ; Fri, 12 Nov 2021 19:17:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=LDOoVMoL0EiKtwumnKUVKWo2KGfZN6Ez9FVUb2hA8yg=; b=nUn59Uu1h1ZtdBlrSX62GhGlqzGcuHLJ7lt9aM7dYkbVPS3vaRFweS8E6M7PyQ7Onw FrvubFzFI+MZWDHnIdNMQseG7mkwmX2tZsbnn90hLuxun/tlUcRAKkwk4SvuFUwPMAVw igA6li+Myyc+xFmvS1WRwBsVQdwvgrFnHyOCHfUUKGizE829vPe49G5MAERQSL5qNxcN bDDnASD5mnAx9QHAdGh+cTpZGrkaHGMoYdSCNRieR2lzx+lsV6fvrA/Oak7OBIuS0Tz/ HKaXQcM9BFHwF2yxlS1G/5EcdBkE7exFIkjcWXShlWfmordRlpAiViWE/wsP9Le50g0L eROQ== X-Gm-Message-State: AOAM532dwQpO1z9lJG3JJIxhO4vQvnnXuA8OASHmIcVyJgnUKbSxtPB0 g2hlB2wnjJGbn7B3n46Cvs0zfmJ/CKo= X-Google-Smtp-Source: ABdhPJzf4KV6J6Ky/SvXcC/0U2njvhZgbZvz4KxSi5s8EPvVnUG/hMv+pysn+DnI54VW/EClCx7Z+w== X-Received: by 2002:a17:902:784c:b0:138:f4e5:9df8 with SMTP id e12-20020a170902784c00b00138f4e59df8mr13819922pln.14.1636773440914; Fri, 12 Nov 2021 19:17:20 -0800 (PST) Received: from localhost ([2409:10:24a0:4700:e8ad:216a:2a9d:6d0c]) by smtp.gmail.com with ESMTPSA id a10sm5736459pgw.25.2021.11.12.19.17.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Nov 2021 19:17:20 -0800 (PST) From: Stafford Horne To: GLIBC patches Cc: Openrisc , Stafford Horne Subject: [PATCH v2 13/13] Documentation for OpenRISC port Date: Sat, 13 Nov 2021 12:16:39 +0900 Message-Id: <20211113031639.2402161-14-shorne@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211113031639.2402161-1-shorne@gmail.com> References: <20211113031639.2402161-1-shorne@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, 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: Sat, 13 Nov 2021 03:17:23 -0000 OpenRISC architecture specification: https://raw.githubusercontent.com/openrisc/doc/master/openrisc-arch-1.3-rev1.pdf Currently the port as of the 2021-10-16 rebasing has the following test failures: FAIL: timezone/tst-tzset # Not enough space to create 4GiB file Writing credits for the port are: Stafford Horne Christian Svensson --- NEWS | 2 ++ README | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index f10971b180..e8d88a7934 100644 --- a/NEWS +++ b/NEWS @@ -481,6 +481,8 @@ Major new features: The latest GCC available at this time (10.2) does not support this level of fortification. +* Support for OpenRISC on Linux has been added. + Deprecated and removed features, and other changes affecting compatibility: * The mallinfo function is marked deprecated. Callers should call diff --git a/README b/README index d0f0edb393..3d5a78ccff 100644 --- a/README +++ b/README @@ -35,6 +35,7 @@ The GNU C Library supports these configurations for using Linux kernels: microblaze*-*-linux-gnu mips-*-linux-gnu mips64-*-linux-gnu + or1k-*-linux-gnu powerpc-*-linux-gnu Hardware or software floating point, BE only. powerpc64*-*-linux-gnu Big-endian and little-endian. s390-*-linux-gnu -- 2.31.1