From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46257 invoked by alias); 11 Sep 2018 12:01:17 -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 95242 invoked by uid 89); 11 Sep 2018 12:00:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=earliest 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 ESMTP; Tue, 11 Sep 2018 12:00:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6C0D91179B4; Tue, 11 Sep 2018 08:00:18 -0400 (EDT) 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 WhkCXvQRLiEf; Tue, 11 Sep 2018 08:00:18 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3E57D1179CE; Tue, 11 Sep 2018 08:00:18 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 652BF83B28; Tue, 11 Sep 2018 14:00:16 +0200 (CEST) Date: Tue, 11 Sep 2018 12:01:00 -0000 From: Joel Brobecker To: Rainer Orth Cc: Jan Kratochvil , gdb-patches@sourceware.org, Sergio Durigan Junior Subject: Re: Missing toplevel contrib/ in gdb-*.tar.xz [Re: Update dg-extract-results.* from gcc] Message-ID: <20180911120016.GC3379@adacore.com> References: <20180911110324.GB2760424@host1.jankratochvil.net> 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-SW-Source: 2018-09/txt/msg00328.txt.bz2 > > there is now toplevel contrib/ directory in GIT but for example in > > gdb-8.2.50.20180910.tar.xz snapshot it is missing, could it be added? > > I suspect it just needs to be added to src-release.sh > (GDB_SUPPORT_DIRS), not being used on the binutils side so far, but I've > never tried creating a gdb tarball so far. That's my understanding as well. I can take a look at that, but not before Thu at the very earliest (traveling). -- Joel