From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 64C2A3851C39 for ; Mon, 20 Jul 2020 15:22:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 64C2A3851C39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 29BCF56162; Mon, 20 Jul 2020 11:22:54 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com 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 jTyh2ijJpmCN; Mon, 20 Jul 2020 11:22:54 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id ED1C5560EF; Mon, 20 Jul 2020 11:22:53 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4B6E083464; Mon, 20 Jul 2020 08:22:52 -0700 (PDT) Date: Mon, 20 Jul 2020 08:22:52 -0700 From: Joel Brobecker To: Rainer Orth Cc: gdb-patches@sourceware.org Subject: Re: GDB 10 branching - 2020-07-18 Update Message-ID: <20200720152252.GB11122@adacore.com> References: <20200718194522.GA32708@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2020 15:22:55 -0000 > > * [RainerO] > > Unify Solaris procfs and largefile handling > > https://sourceware.org/pipermail/gdb-patches/2020-June/169977.html > > > > Seems to require a fair amount of coordination. binutils approved > > as I'd mentionen before: no coordination required, just a GDB review ;-) > > While GCC hosts the master copy of config/largefile.m4, it isn't used > anywhere in that tree. Grumpf. Copy/paste/edit error. I added the note about not having to coordinate the part in config/, but then forgot to remove the initial sentence. I amended my local copy, so hopefully I won't repeat that! > > that part of the patch. Waiting for a review on the GDB side (the part > > in config/ is only used by GDB, so we will review it on the GDB side > > as well). > > Actually, ACX_LARGEFILE defined there is used on both sides. However, > the primary benefit is for GDB, so an additional review with that in > mind would certainly be helpful. -- Joel