From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-xf30.google.com (mail-qv1-xf30.google.com [IPv6:2607:f8b0:4864:20::f30]) by sourceware.org (Postfix) with ESMTPS id C7E553858D35 for ; Mon, 3 Jan 2022 18:31:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C7E553858D35 Received: by mail-qv1-xf30.google.com with SMTP id q4so31734931qvh.9 for ; Mon, 03 Jan 2022 10:31:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=uaLTRMMqHLIYd+IZJMXmFV7q+f/YaHnKEYonPm7VgPc=; b=XPuEWtFC4UhigkWy+wKg4pF5sh0vmamxiJv5K5C1quUUB4lsDh4Au3PoujIiSxdfg+ TU5kZf5NKSIAFJVYr3T3zwHgpDfD1Jxi2pQs9+apaAtN0W9hl+mbzu6Mkiu52ErMT5fY zPvg0PUmjRkMlYMpzUlvUbOLAUciZMjAgh97CvFzAQR7AKSw8yeHNfAkLbPE2DqBa1Za AT4y+tla7tDMirH9nX0hDPyBeUGnykYKttENX7sejf07r1OzfOyADFWalr2clIEiiGCd 95R56DgIKGUZXyyOuKlI/w0CrVzuXsofqJxoOjKuMVkOmFKWRbApW02+IonWjCz6jWzm HqAQ== X-Gm-Message-State: AOAM532nqq/mIjU3Amr3wUtSIoa7LtQaqKqZaVSNDIr5wJ+pqekUrZbS lRW+E+ZlgLp3n8dEMvKWrCR8Gw== X-Google-Smtp-Source: ABdhPJwTgss/MT05ZMkaoJn3cQ/mioSpF/5oUF7yPv/50s9CuWRyqz9ZU0dypGRMqOs4kZx+N6BTjA== X-Received: by 2002:ad4:5945:: with SMTP id eo5mr43546135qvb.86.1641234671317; Mon, 03 Jan 2022 10:31:11 -0800 (PST) Received: from ?IPV6:2804:431:c7ca:a350:6969:50a8:eab8:8f2f? ([2804:431:c7ca:a350:6969:50a8:eab8:8f2f]) by smtp.gmail.com with ESMTPSA id v10sm31336170qtk.13.2022.01.03.10.31.10 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 03 Jan 2022 10:31:11 -0800 (PST) Message-ID: Date: Mon, 3 Jan 2022 15:31:09 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Subject: Re: [PATCH v4 13/13] Documentation for OpenRISC port Content-Language: en-US To: Stafford Horne , GLIBC patches Cc: Openrisc References: <20211229044251.2203653-1-shorne@gmail.com> <20211229044251.2203653-14-shorne@gmail.com> From: Adhemerval Zanella In-Reply-To: <20211229044251.2203653-14-shorne@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-14.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, 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: Mon, 03 Jan 2022 18:31:15 -0000 On 29/12/2021 01:42, Stafford Horne via Libc-alpha wrote: > OpenRISC architecture specification: > > https://raw.githubusercontent.com/openrisc/doc/master/openrisc-arch-1.3-rev1.pdf > > Currently the port as of the 2021-12-23 rebasing there are no known architecture > sepcific test failures. > > Writing credits for the port are: > > Stafford Horne > Christian Svensson > --- > NEWS | 5 +++++ > README | 1 + > 2 files changed, 6 insertions(+) > > diff --git a/NEWS b/NEWS > index 9294a7b953..04b11d3589 100644 > --- a/NEWS > +++ b/NEWS > @@ -527,6 +527,11 @@ 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. > + > + The OpenRISC port requires at least Linux 5.4, GCC 11 and binutils 2.35. > + Currently only soft-float is supported. > + > Deprecated and removed features, and other changes affecting compatibility: > > * The mallinfo function is marked deprecated. Callers should call Maybe follow the entries for other architectures, for instance following riscv32 and arc: * Support for OpenRISC running on Linux has been added. This port requires as least binutils 2.35, GCC 11, and Linux 5.4. Currently only soft-float ABI is supported. (maybe also add the triple name here). > 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