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=-4.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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 7473E1F55B for ; Wed, 10 Jun 2020 20:17:20 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 008A1383F875; Wed, 10 Jun 2020 20:17:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 008A1383F875 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1591820239; bh=uZoJ3J1xq5pqWp4X37k0ygMtMZCY+ZW4kW6YziJCps0=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=CxNFa7k8gVVVebbhoeXEP43EXrcVw+Y3J5oVxkrHzOfQeoNm933JvDZLWcy35VF4P 8RbCpSRe9iGo5DfPjSHddYJeYfsP6aOehkpP5lNwUbtyoNnFVEbuGdNNA4By2eZY9m SgV7qbc6BV34DQe+bvqZR4PYkoesk4MBxOCnI504= Received: from mail-pj1-x1041.google.com (mail-pj1-x1041.google.com [IPv6:2607:f8b0:4864:20::1041]) by sourceware.org (Postfix) with ESMTPS id B34273851C3C for ; Wed, 10 Jun 2020 20:17:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B34273851C3C Received: by mail-pj1-x1041.google.com with SMTP id a45so2365440pje.1 for ; Wed, 10 Jun 2020 13:17:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uZoJ3J1xq5pqWp4X37k0ygMtMZCY+ZW4kW6YziJCps0=; b=GoGhsaAxpTldQFRd9RoT0+cqO09/va4Q6kZ/Ddo1tN3QdL+2k5V1+NElgtlGnEDuKR gd1V/CmwgCMbzBhY4AQl716FvuTdFciCD6OUqsmFEbx7iv+mnkBZ+4I9LqXPwwt2ZTm0 QaMaC6YRYY4FLFo/lP4czK3YV5jU8X6Ip15EbDDIqmx5FR1hPlKh0T7FOerglyvXMFg5 jyzDlaJdNBxretB3TFYuCHDNee6YoPodtBZPk6+6Q7chRUyi6PntBoqfIaJsnepRmbQG qD5pUQWNgCyR3+iS/Qe7uq6+HXG9znZAKjiLaI0aJajwyHsDA8FS9Vs2zrV6KtRSV49V 0rlw== X-Gm-Message-State: AOAM531VwsSxUgBegn9yRj8J8t7PceNOI/HEiFtKbbaMK7BnJBZVoBV/ mh2kxnu332bqqMzWbip5sgM= X-Google-Smtp-Source: ABdhPJwWWGeQIpul/fHQJHwB/g+ckvTBf1ZBGrMFSwGlAb5JkGm5qKU+llumjzf+YltBsJO2ZZefnQ== X-Received: by 2002:a17:90a:1d46:: with SMTP id u6mr4938758pju.146.1591820235836; Wed, 10 Jun 2020 13:17:15 -0700 (PDT) Received: from localhost (g228.115-65-196.ppp.wakwak.ne.jp. [115.65.196.228]) by smtp.gmail.com with ESMTPSA id k126sm739343pfd.129.2020.06.10.13.17.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Jun 2020 13:17:14 -0700 (PDT) Date: Thu, 11 Jun 2020 05:17:12 +0900 To: Joseph Myers Subject: Re: [PATCH 1/1] Initial support for OpenRISC Message-ID: <20200610201712.GL75760@lianli.shorne-pla.net> References: <20200522113633.209664-1-shorne@gmail.com> <20200522113633.209664-2-shorne@gmail.com> <87eerc3z7b.fsf@oldenburg2.str.redhat.com> <20200522215953.GC75760@lianli.shorne-pla.net> <20200522223218.GD75760@lianli.shorne-pla.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200522223218.GD75760@lianli.shorne-pla.net> 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: , From: Stafford Horne via Libc-alpha Reply-To: Stafford Horne Cc: Florian Weimer , Openrisc , Stafford Horne via Libc-alpha , Christian Svensson Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Sat, May 23, 2020 at 07:32:18AM +0900, Stafford Horne wrote: > On Fri, May 22, 2020 at 10:02:54PM +0000, Joseph Myers wrote: > > On Sat, 23 May 2020, Stafford Horne via Libc-alpha wrote: > > > > > For binutils and gcc require patches which are mentioned in the cover letter. > > > I will document. > > > > In my view the changes need to be upstream before the patch can go into > > glibc. We want to avoid the mess we had with MicroBlaze where the port > > turned out to depend on GCC patches that hadn't yet been upstreamed. > > Notes, I don't think that will be a problem. Binutils patches are already > upstream. The GCC patches should be too before I send the V2 series (I just > need to push them). Hi All, Just an update on this series. I have made all of the changes but the updates to new kernel API's are making quite a new test fail. Mostly these are environmental issues that I need to sort out. My todo list now is: - Sort out all new failures - Sort out the FPU failures (I may mail asking for help on that) - Go though all files again to ensure what is and isn't needed (i.e. removed due to upstream refactorings) - Update the wiki pages as required by NewPorts It's going to take me a bit longer than I expected to get v2 out. -Stafford