From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6111 invoked by alias); 11 Sep 2018 11:03:33 -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 6094 invoked by uid 89); 11 Sep 2018 11:03:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:246, sk:gdb82, sk:gdb-8.2 X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Sep 2018 11:03:31 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D688D401EF2E; Tue, 11 Sep 2018 11:03:29 +0000 (UTC) Received: from host1.jankratochvil.net (unknown [10.36.118.97]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1CA75B27B8; Tue, 11 Sep 2018 11:03:26 +0000 (UTC) Date: Tue, 11 Sep 2018 11:03:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Rainer Orth , Sergio Durigan Junior Subject: Missing toplevel contrib/ in gdb-*.tar.xz [Re: Update dg-extract-results.* from gcc] Message-ID: <20180911110324.GB2760424@host1.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-SW-Source: 2018-09/txt/msg00321.txt.bz2 Hi Joel, 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? Thanks, Jan