From patchwork Sat Nov 13 03:16:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stafford Horne X-Patchwork-Id: 47597 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2377A3858030 for ; Sat, 13 Nov 2021 03:26:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2377A3858030 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1636774015; bh=LDOoVMoL0EiKtwumnKUVKWo2KGfZN6Ez9FVUb2hA8yg=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=P9Xcu8OX06xWeFh0+/tPowYzB6SlQ4sMyitEyaPI2PxzBTco5IlBL+mS33Hldy5Gu qFp0n0aeMcaeqEFGwIt23gbtpXysoW3KoEFZ6VrslftyA71Y3oJ88cs5LpNXTfyBNi vv2UIE4JSSxTaJKs9z2Nf8lUhqOjCxOMl5nVFU+k= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org 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) To: GLIBC patches 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 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-Patchwork-Original-From: Stafford Horne via Libc-alpha From: Stafford Horne Reply-To: Stafford Horne Cc: Openrisc Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" 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