From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by sourceware.org (Postfix) with ESMTPS id 8F96A385842D for ; Tue, 4 Jan 2022 21:38:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8F96A385842D Received: by mail-pj1-x102b.google.com with SMTP id rj2-20020a17090b3e8200b001b1944bad25so4463049pjb.5 for ; Tue, 04 Jan 2022 13:38:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=tygyEX8+sKX/7Y8Q0dgLZ9arywzpA+sw/Q+lEnWdueE=; b=zTiV/i3H9FxrWZoYSJhADUJ2P6EYrzH3kb/P54bFhXXig0bUxRGFlv4EVdAoM3CDaT Bdl9lRo5C2NeBb/NdPs0VB+3nMQrocVLAKBDlKBRz5hbxe6uDs+cwEMvVeuBKmSLendU wnWDh9b/ROs7YZzvFPXKcuHRBLGChbtl4bJewmFBDNZ052x0Nz6mLSl0tZrEPxNpq31f dvrAsPMt26BlJ4DB5FMXZX1Sdwc2l192MCkxQLy9I1wHBpBjl2+T+71WQjTA5ZRvhbIJ VfJ7EeEbRs1Boj7d7dUXXjRfof1fLPJMLej8eb9tyR8oWtpScEa2752gxv+fzDzWMFo8 0eEw== X-Gm-Message-State: AOAM530YFDooXVLtKhAeYBohloIrAl8lf0boTjxagkQVx5rYufb24cM+ GtMvjT2S098ciDbPHuB1+nIhk0/+gGc= X-Google-Smtp-Source: ABdhPJzsnKJu6b3wCsU/A7lWF2BP9b5vBz3d5zIgnFnzbIrJIiTmRk1BE48E9r4HVtLaaf00SYEtJw== X-Received: by 2002:a17:90b:4b41:: with SMTP id mi1mr356442pjb.213.1641332324733; Tue, 04 Jan 2022 13:38:44 -0800 (PST) Received: from localhost ([2409:10:24a0:4700:e8ad:216a:2a9d:6d0c]) by smtp.gmail.com with ESMTPSA id np1sm258454pjb.42.2022.01.04.13.38.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Jan 2022 13:38:44 -0800 (PST) Date: Wed, 5 Jan 2022 06:38:41 +0900 From: Stafford Horne To: Adhemerval Zanella Cc: GLIBC patches , Openrisc Subject: Re: [PATCH v5 13/13] Documentation for OpenRISC port Message-ID: References: <20220104031414.2416928-1-shorne@gmail.com> <20220104031414.2416928-14-shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-10.9 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: Tue, 04 Jan 2022 21:38:46 -0000 On Tue, Jan 04, 2022 at 09:28:12AM -0300, Adhemerval Zanella wrote: > > > On 04/01/2022 00:14, 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 2022-01-03 rebasing there are no known > > architecture specific test failures. > > > > Writing credits for the port are: > > > > Stafford Horne > > Christian Svensson > > LGTM, thanks. > > Reviewed-by: Adhemerval Zanella Thank you. > > --- > > NEWS | 9 +++++++++ > > README | 1 + > > 2 files changed, 10 insertions(+) > > > > diff --git a/NEWS b/NEWS > > index 9da2a740ec..1b7a64d654 100644 > > --- a/NEWS > > +++ b/NEWS > > @@ -106,6 +106,15 @@ Major new features: > > can use it to efficiently locate unwinding information for a code > > address. > > > > +* 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: > > + > > + - or1k-linux-gnu > > + > > + The OpenRISC ABI is 32-bit big-endian and uses 64-bit time (y2038 safe) and > > + 64-bit file offsets (LFS default). > > + > > Deprecated and removed features, and other changes affecting compatibility: > > > > * On x86-64, the LD_PREFER_MAP_32BIT_EXEC environment variable support > > 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