From patchwork Wed Sep 12 05:20:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergio Durigan Junior X-Patchwork-Id: 29327 Received: (qmail 14502 invoked by alias); 12 Sep 2018 05:21:15 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 14482 invoked by uid 89); 12 Sep 2018 05:21:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=inconvenient, 313, 7, 3137, readline 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; Wed, 12 Sep 2018 05:21:14 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 894F48011309; Wed, 12 Sep 2018 05:21:12 +0000 (UTC) Received: from psique.yyz.redhat.com (unused-10-15-17-196.yyz.redhat.com [10.15.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id A886A2166BA2; Wed, 12 Sep 2018 05:21:06 +0000 (UTC) From: Sergio Durigan Junior To: GDB Patches Cc: Rainer Orth , Joel Brobecker , Jan Kratochvil , binutils@sourceware.org, Sergio Durigan Junior Subject: [PATCH] Add "contrib" to the list of GDB support dirs (on src-release.sh) Date: Wed, 12 Sep 2018 01:20:59 -0400 Message-Id: <20180912052059.12729-1-sergiodj@redhat.com> In-Reply-To: <20180911120016.GC3379@adacore.com> References: <20180911120016.GC3379@adacore.com> X-IsSubscribed: yes On commit: commit 5a6996172e6294ea37054b1a9caa3a923a8fe399 Author: Rainer Orth Date: Mon Aug 6 16:05:16 2018 +0200 Update dg-extract-results.* from gcc dg-extract-results.sh was moved from the "gdb/contrib/" directory to the toplevel "contrib/" directory. However, src-release.sh was not updated in order to include "contrib/" in the tarball release of GDB. This makes it very inconvenient to run and analyze the GDB testsuite results. This commit adds "contrib/" to the list of support directories that are included in each GDB release. ChangeLog: 2018-09-12 Sergio Durigan Junior * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib". --- ChangeLog | 4 ++++ src-release.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad0ed1d0e8..9fe7427b83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-09-12 Sergio Durigan Junior + + * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib". + 2018-07-16 Nick Clifton * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib. diff --git a/src-release.sh b/src-release.sh index d0425d6aab..fe5dab5fb3 100755 --- a/src-release.sh +++ b/src-release.sh @@ -313,7 +313,7 @@ gas_release() tar_compress $package $tool "$GAS_SUPPORT_DIRS" "$compressors" } -GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib" +GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib" gdb_release() { compressors=$1