From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) by sourceware.org (Postfix) with ESMTPS id 8AF883858418 for ; Thu, 23 Dec 2021 12:57:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8AF883858418 Received: by mail-qk1-x72c.google.com with SMTP id e16so5290908qkl.12 for ; Thu, 23 Dec 2021 04:57:06 -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=HSZBsT4vFPU2xNCNn6YGt1+qKpfE2I5t0qBfGx9ePyw=; b=avhHxmMZr4fw4klsaMqZ86G5+ekxRG8ZYLytt47Ar8vj5rSjqEhJRueK6LnXQLsOQV xoYRDmYqe9Pv3tJfq56y/v/qFSWsvpRWhTIAsyo6EvmRLKjXz/5bJHhcO+EX/YPCZdxy Zc2pWM8TUCXpbIHwhwXaxt+y1qSJ6mam1ESX6YdKDeSOg6WwocL2fw8u/q/VHnLSkERW GXflIF1C0RYa2kzhehfs75CmcT2Gw5FRNJpujspeljgq/MR+WmqX/kbT8Es4T68UdGCS +BoG/j74sHQPYnKco4+dFeim5UB8EK0kNkJ41AKqLZWMQXvfKxIuqea/sqbknfA6gm53 p7Lg== X-Gm-Message-State: AOAM532fyhAQ424DCQfyzXiH5AKWPvWfKSAUz9/yLHi9UvcdCbfSLawH 3aGDzajv6avQAf8nMBWGpHj6st3961EqHA== X-Google-Smtp-Source: ABdhPJx36H2ro4YReaB0clbdvKIzTllUs4QBkj+Y6MQY0KWNZXUpAbrSCpq7QAoBO8Bv41RVr+6MyQ== X-Received: by 2002:a05:620a:12e7:: with SMTP id f7mr1175350qkl.391.1640264226055; Thu, 23 Dec 2021 04:57:06 -0800 (PST) Received: from ?IPV6:2804:431:c7cb:3b1e:1fd1:c581:58d8:4df2? ([2804:431:c7cb:3b1e:1fd1:c581:58d8:4df2]) by smtp.gmail.com with ESMTPSA id v12sm4246763qkl.50.2021.12.23.04.57.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Dec 2021 04:57:05 -0800 (PST) Message-ID: <0e5a4399-e850-5f7b-3c55-a7f87f4c38de@linaro.org> Date: Thu, 23 Dec 2021 09:57:03 -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 v3 13/13] Documentation for OpenRISC port Content-Language: en-US To: Stafford Horne , GLIBC patches Cc: Openrisc References: <20211210233456.4146479-1-shorne@gmail.com> <20211210233456.4146479-14-shorne@gmail.com> From: Adhemerval Zanella In-Reply-To: <20211210233456.4146479-14-shorne@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-14.4 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: Thu, 23 Dec 2021 12:57:07 -0000 On 10/12/2021 20:34, 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-07 rebasing has the following test > failures: > > FAIL: timezone/tst-tzset # Not enough space to create 4GiB file > FAIL: elf/tst-bz15311 # dynamic ld sort order diff > > Writing credits for the port are: > > Stafford Horne > Christian Svensson > --- > NEWS | 4 ++++ > README | 1 + > 2 files changed, 5 insertions(+) > > diff --git a/NEWS b/NEWS > index 1398cf2e87..f896746574 100644 > --- a/NEWS > +++ b/NEWS > @@ -485,6 +485,10 @@ 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. I think it would be useful to add only soft-float is currently supported. > + > + The OpenRISC pore requires at least Linux 5.4, GCC 11 and binutils 2.35. > +> 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