From patchwork Wed Jun 11 16:53:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 1438 Received: (qmail 11332 invoked by alias); 11 Jun 2014 16:53:35 -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 11183 invoked by uid 89); 11 Jun 2014 16:53:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 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, 11 Jun 2014 16:53:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EB250116147 for ; Wed, 11 Jun 2014 12:53:30 -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 ILZdJbqytobk for ; Wed, 11 Jun 2014 12:53:30 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BE387116135 for ; Wed, 11 Jun 2014 12:53:30 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 847B440F38; Wed, 11 Jun 2014 18:53:29 +0200 (CEST) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/branch 2/2] Set development mode to "off" by default. Date: Wed, 11 Jun 2014 18:53:26 +0200 Message-Id: <1402505606-6960-2-git-send-email-brobecker@adacore.com> In-Reply-To: <1402505606-6960-1-git-send-email-brobecker@adacore.com> References: <1402505606-6960-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 009612e..0df8d35 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2014-06-11 Joel Brobecker + + * development.sh (development): Set to false. + 2014-06-11 Alan Modra * linker.c (unwrap_hash_lookup): Add missing parens. diff --git a/bfd/development.sh b/bfd/development.sh index 4c0f5b9..416ec8c 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