From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 1BBCB1F55B for ; Fri, 22 May 2020 18:52:30 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 06A37383F853; Fri, 22 May 2020 18:52:29 +0000 (GMT) Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id CC199386F806 for ; Fri, 22 May 2020 18:52:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CC199386F806 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: UcQb7mgO3bIi0fimBqXiEllVlItPWGRKawJRQDePSJkdAaXLbAjW0Xs+xmCMQZUXvJApjVTigk Qsurdz+Aa9MWHjvrJnhxvP7uDcgJSniNwq6D2Kzj9RRwOks3CCcQE6dVZLmMYr8LOV7pkyE4JA Pf3gjn8wkh6cggK8jcesPk57+CfcJrM4SnAWBmt7CZ9zQ2n+o8UzT7gwgGWap4oFh1+7waxGss r8Yk78Ap/1nT+MjViKX1zRRo1NOSu/cSLXEBTyDCpEHsBhgRNCrjn8P7ckLHCIy8RmOyV4slEd pus= X-IronPort-AV: E=Sophos;i="5.73,422,1583222400"; d="scan'208";a="49061172" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 22 May 2020 10:52:25 -0800 IronPort-SDR: aesRT8uOQ47+raXA96RhmMF6QzTGYYNn6KhB9ahjlNnT9e3lXHrsmtAzYpF1gQghFH7wTj0bAn Prs20HHYS1pjyM+n15VaMMEsqNmvQ2/y/f5Q2u1lACq4kVYHVj5Y0c9ZqafRU4ueA9aHsXjczG MafowzdK7f8UNxhhMMJI8DtS1DQEKnE3oWTswccZKwwY8rh7GNr6H3py3Hu1/+DlePCrBYTIuD s0WFTL8dTmq3hblwusWim3R9Kg7Qwi487kq6H9BU5U5k+q8TMkqqlshIlbAwD5J5yGxfOxZi/m q2o= Date: Fri, 22 May 2020 18:52:20 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Stafford Horne Subject: Re: [PATCH 0/1] OpenRISC port In-Reply-To: <20200522113633.209664-1-shorne@gmail.com> Message-ID: References: <20200522113633.209664-1-shorne@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) 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: , Cc: Openrisc , GLIBC patches Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Fri, 22 May 2020, Stafford Horne via Libc-alpha wrote: > Hi All, > > This is the patch for the OpenRISC port of glibc. Please see for information to include in a new port submission. That includes pointing to architecture and ABI manuals. > The original patch was put together by Christian Scensson a few years ago. I > have taken the patch and finished all of the TODO items and run and fixed all of > the test failures. Do you mean Christian Svensson? (There's a copyright assignment from Christian Svensson for GCC GLIBC BINUTILS from 2014.) > TEST RESULTS > > Pretty much all tests are passing however there are several math (fpu) tests > which are failing due to issues with setting underflow/overflow flags. These There should not be any such failures with a correct port and architecture implementation. > I can provide more details. Full test results should be provided (see the above mentioned wiki page). -- Joseph S. Myers joseph@codesourcery.com