From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112240 invoked by alias); 15 Sep 2018 13:28:21 -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 112230 invoked by uid 89); 15 Sep 2018 13:28:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=H*M:smile, 23663, HContent-Transfer-Encoding:8bit X-HELO: idris.smile.fr Received: from idris.smile.fr (HELO idris.smile.fr) (91.216.209.19) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 15 Sep 2018 13:28:19 +0000 Received: from localhost (localhost [127.0.0.1]) by idris.smile.fr (Postfix) with ESMTP id 0403F1EE25F9; Sat, 15 Sep 2018 15:28:18 +0200 (CEST) Received: from idris.smile.fr ([127.0.0.1]) by localhost (bluemind-mta.prod.vitry.intranet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U+I2RZ0j3hMI; Sat, 15 Sep 2018 15:28:17 +0200 (CEST) Received: from [192.168.1.17] (LFbn-1-477-200.w86-245.abo.wanadoo.fr [86.245.183.200]) by idris.smile.fr (Postfix) with ESMTPSA id C827A1EE0FA2; Sat, 15 Sep 2018 15:28:17 +0200 (CEST) Subject: Re: [PATCH] Move 'is_regular_file' from common-utils.c to filestuff.c From: Romain Naour To: Joel Brobecker Cc: Sergio Durigan Junior , Tom Tromey , Pedro Alves , GDB Patches , Rich Felker , Thomas Petazzoni , Romain Naour References: <20180912173113.2007-1-sergiodj@redhat.com> <6ee45c62-9bb6-c41a-b76e-0a9bf9c2c281@redhat.com> <874leulhqt.fsf@redhat.com> <203b1739-3418-2aa4-c40e-c2e63e717297@smile.fr> <87h8ir3gg6.fsf@tromey.com> <87in37oimf.fsf@redhat.com> <6e01d5ff-42bb-e1fc-162c-aa3fe97cf6b2@smile.fr> <20180914220940.GB26509@adacore.com> <1b59da32-0fa0-fd8f-ddd6-507e45df2988@smile.fr> Message-ID: <12ba8f00-8e76-17a0-6eae-0ae8916cd725@smile.fr> Date: Sat, 15 Sep 2018 13:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1b59da32-0fa0-fd8f-ddd6-507e45df2988@smile.fr> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2018-09/txt/msg00492.txt.bz2 Le 15/09/2018 à 15:15, Romain Naour a écrit : > Hi Joel, All, > I'll create the GDB PR but all explanations of the issue have been provided on > the mailing list by gdb developers and maintainers. > https://sourceware.org/bugzilla/show_bug.cgi?id=23663 Best regards, Romain