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.9 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 shortcircuit=no autolearn=ham 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 626891F454 for ; Mon, 11 Nov 2019 18:24:55 +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:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=nWSPI udy4tJfeV68mHXfwxqEV8dGM3DkNbp5fankG21VElM8rSlJi6ocRmhUFcbp5/k2N fgeQF/mTdL5CXoYR/FIJ1iObhp48yd/fXvXoaEKzIFQn42cmXxDK5VB5zLwdiH9h bFwMLBzw3LBU9DoDWYqNsjIj9YuCb9XQKvcnA0= 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:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=P5nbmgyza73 KrP1sfDshJNaojUc=; b=t+OfQgCD85/5geShiIEJdhBco3MxII/GyhqQjx9/4ua hYh5c7kCJs/IV1gDgxvfz37sidnpJqvqrOtc7n3iQGVEuv/Xk8gS546IPxP62060 njuLgazzR/ROBl8Hkm8ryph6LZQKbcoZMO1IzQ4+xpCj4hoI4jXkVkKZJ9Eo8YdM = Received: (qmail 99754 invoked by alias); 11 Nov 2019 18:24:50 -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 99721 invoked by uid 89); 11 Nov 2019 18:24:49 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: esa3.mentor.iphmx.com IronPort-SDR: nckgaFYL/3texOfH/2qNzIx5EIo2+73SqfIj5Kvl5TMk23/mdVfqDLaLGQymrRqxyaZMKJKJMp oCP/fmL1Tal9V5UjcGL1E0KsfURYgJb766aGgpAxcgkXVlVZ5tYSu0pFgGeQ+4TxsFfD67F2Po N87ErF5cSlh4GM21a4pFdJdlBeb07m2KK3RaYjeA4gr20lroPN2bYl/2DeYCTOANMQPYFej4JO iak77TeRtC9p9t3kY6YzsaG/+I9tlGBHUyuw2SDvIVcz/lXTgi0D6FsRSOXPvSPZIXJgioJRh4 XBE= IronPort-SDR: gowmn4gJ9PzC0yxcBTQg2OEWp+RHfnXl/NJRz7OtQz4Ut1X8+Sbx465dHVQeGvZO2lpXri1kB7 MILrPZucNwhxvp2oG/XC2sBsbN0Eq1b6fA6KlD9jr+UmwP4CmFbZGTBbJ7VDeCXTmJBHp4G7Yr i/gjaGmII0t+WbDAIg81CpNaWEAxeK+PX3SIdBBlDWFipmIRBABUVegI2VQ5j7UZ54z22qxVBk RsRQfNo3yNc8/V2kpQbL3D4hm+Lt2Eql/2mC00graxYQPZ8OwXO8FuG136rlgxsElBW1msyfIV VhU= Date: Mon, 11 Nov 2019 18:24:33 +0000 From: Joseph Myers To: Adhemerval Zanella CC: , David Miller Subject: Re: [PATCH] Remove 32 bit sparc v8 support In-Reply-To: <20191111174304.24653-1-adhemerval.zanella@linaro.org> Message-ID: References: <20191111174304.24653-1-adhemerval.zanella@linaro.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Mon, 11 Nov 2019, Adhemerval Zanella wrote: > sysdeps/sparc/sparc32/divrem.m4 | 234 ------- > sysdeps/sparc/sparc32/rem.S | 365 +--------- > sysdeps/sparc/sparc32/sdiv.S | 363 +--------- > sysdeps/sparc/sparc32/udiv.S | 343 +-------- > sysdeps/sparc/sparc32/urem.S | 345 +-------- Since you're replacing these files generated from divrem.m4 with non-generated files moved from the v9 directory, the code in build-many-glibcs.py to touch them on checkout should also be removed, as there is no longer any constraint on how their timestamps are ordered with respect to other files in the source tree. -- Joseph S. Myers joseph@codesourcery.com