From patchwork Wed Feb 10 03:29:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 10782 Received: (qmail 15726 invoked by alias); 10 Feb 2016 03:29:21 -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 15621 invoked by uid 89); 10 Feb 2016 03:29:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=2016-02-10, 20160210 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 (AES256-SHA encrypted) ESMTPS; Wed, 10 Feb 2016 03:29:18 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D776711651E for ; Tue, 9 Feb 2016 22:29:16 -0500 (EST) 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 Kc-zJOSlC+-5 for ; Tue, 9 Feb 2016 22:29:16 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 74384116518 for ; Tue, 9 Feb 2016 22:29:16 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 671A940C35; Wed, 10 Feb 2016 07:29:12 +0400 (RET) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/branch 2/2] Set development mode to "off" by default. Date: Wed, 10 Feb 2016 07:29:08 +0400 Message-Id: <1455074948-22832-3-git-send-email-brobecker@adacore.com> In-Reply-To: <1455074948-22832-1-git-send-email-brobecker@adacore.com> References: <1455074948-22832-1-git-send-email-brobecker@adacore.com> bfd/ChangeLog: * development.sh (development): Set to false. --- bfd/ChangeLog | 4 ++++ bfd/development.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3489873..dc8b293 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2016-02-10 Joel Brobecker + + * development.sh (development): Set to false. + 2016-02-09 Nick Clifton * oasys.c (oasys_archive_p): Fix indentation. diff --git a/bfd/development.sh b/bfd/development.sh index 85dae6b..5d00fa0 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -16,4 +16,4 @@ # along with this program. If not, see . # Controls whether to enable development-mode features by default. -development=true +development=false