From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14844 invoked by alias); 20 Dec 2014 12:26:07 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14835 invoked by uid 89); 20 Dec 2014 12:26:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 20 Dec 2014 12:26:05 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A1E581163CA; Sat, 20 Dec 2014 07:26:03 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KCcf29GjM1XI; Sat, 20 Dec 2014 07:26:03 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 61F441163AE; Sat, 20 Dec 2014 07:26:03 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id CF2AA487BB; Sat, 20 Dec 2014 07:26:02 -0500 (EST) Date: Sat, 20 Dec 2014 12:26:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Pedro Alves , Kai Tietz , Eli Zaretskii , sellcey@imgtec.com, yao@codesourcery.com, gdb-patches@sourceware.org Subject: Re: [patch] compile: rm -rf -> ftw()+rmdir()+unlink() [Re: [patch] compile: Fix MinGW build] Message-ID: <20141220122602.GD12884@adacore.com> References: <20141217210144.GA26674@host2.jankratochvil.net> <83wq5oub28.fsf@gnu.org> <20141218173103.GA18871@host2.jankratochvil.net> <83sigcua9l.fsf@gnu.org> <526566540.670835.1418933688966.JavaMail.zimbra@redhat.com> <5493678F.4050906@redhat.com> <20141219192457.GA28791@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141219192457.GA28791@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-12/txt/msg00587.txt.bz2 > The temporary files being deleted are never larger than 2GB nor their > size is read. So I hope nobody is going address these issues (I would > add 32-bit hosts are not relevant anymore anyway). Yes, they are still very relevant. A lot of programs do not want to switch over to 64bit; and I think the x32 ABI might also have stemmed from that. -- Joel