From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31312 invoked by alias); 7 Jan 2015 23:33:10 -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 31295 invoked by uid 89); 7 Jan 2015 23:33:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: cvs.linux-mips.org Received: from eddie.linux-mips.org (HELO cvs.linux-mips.org) (148.251.95.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Jan 2015 23:33:08 +0000 Received: from localhost.localdomain ([127.0.0.1]:43962 "EHLO localhost.localdomain" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27010800AbbAGXdGGO9TQ (ORCPT ); Thu, 8 Jan 2015 00:33:06 +0100 Date: Wed, 07 Jan 2015 23:33:00 -0000 From: "Maciej W. Rozycki" To: Pedro Alves cc: Steve Ellcey , Joel Brobecker , gdb-patches@sourceware.org, Yao Qi , Chen Gang Subject: Re: [Patch] Fix build problem with system call in compile/compile.c In-Reply-To: <54AD8A76.9010702@redhat.com> Message-ID: References: <20150106041615.GJ5445@adacore.com> <1420560255.15691.21.camel@ubuntu-sellcey> <20150107041351.GN5445@adacore.com> <1420655766.15691.44.camel@ubuntu-sellcey> <54AD8A76.9010702@redhat.com> User-Agent: Alpine 2.11 (LFD 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00150.txt.bz2 On Wed, 7 Jan 2015, Pedro Alves wrote: > > Therefore I think it would be best to rewrite it to only use the relevant > > C library calls like `remove' and `rmdir' to recursively remove a > > directory; I wonder if actually we don't have something relevant already > > available in libiberty or gnulib. > > Jan's working on that already. See the ftw discussion, and the gnulib > patches. OK, great! Maciej