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-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS, TVD_SUBJ_WIPE_DEBT shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 462BF1F462 for ; Tue, 21 May 2019 18:22:30 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=D+Vv nww76IYIFf6c+mkS6RM/XYLSJ2l4lf34jnZ8NsvKVRNf9eDVBNZDk1hJ7RgzsrBe DPzKFQLP2qirkMh+yGctDj8qG8rUCzf0FMLPSpV03jcIAHZJathhDLGhwebhLve4 r7/L+4qH4+nJ0Cw12/9/XjfJ5jDJnibt4NNzHGA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=3h5PtKSEHy KqC6RVshnBG8m4VZI=; b=XxWnpZoi556Z/1TOQWWz6WqXz1BZwyoIaicX4oxV8D wMiKYsNJdf1SpOKwv+002YTRRUoY52jLK7Im9vO4GKQgdIdpYzuM9KZBYYqMh/+I aYtxtjDLFaCD7RAztd0X+AmYFTwPhajlfMjI5jSxq9kcrJRlV1zOc404dh9ADtCy g= Received: (qmail 58099 invoked by alias); 21 May 2019 18:22:24 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 58029 invoked by uid 89); 21 May 2019 18:22:24 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mailbackend.panix.com MIME-Version: 1.0 References: <20190516175456.23205-1-zackw@panix.com> <9ee82477-05bf-17a1-dba8-84d1e4156ea7@linaro.org> In-Reply-To: From: Zack Weinberg Date: Tue, 21 May 2019 14:22:09 -0400 Message-ID: Subject: Re: [PATCH] Remove support for PowerPC e500 / SPE ISA extension. To: Adhemerval Zanella Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" On Thu, May 16, 2019 at 3:22 PM Zack Weinberg wrote: > On Thu, May 16, 2019 at 2:51 PM, Adhemerval Zanella > wrote: > On 16/05/2019 14:54, Zack Weinberg wrote: > > > GCC 9 dropped support for the e500 variation of PowerPC, so I suggest > > > we should follow suit. > > > > I was about to send a similar patch. I will do a sanity check on > > powerpc-linux-gnu to see if this causes any regressions. It looks ok > > imho and I think it align with GCC move regarding the ABI. > > Thanks for the review. I will wait to hear the results of your sanity > check before pushing. Did you get around to doing this sanity check? zw