From patchwork Wed Dec 11 20:46:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 36725 Received: (qmail 110439 invoked by alias); 11 Dec 2019 20:46:42 -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 110369 invoked by uid 89); 11 Dec 2019 20:46:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:985 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; Wed, 11 Dec 2019 20:46:40 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7EFF8116D6E; Wed, 11 Dec 2019 15:46:39 -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 KCoI+g18jxBj; Wed, 11 Dec 2019 15:46:39 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2F61556073; Wed, 11 Dec 2019 15:46:39 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 0D9A9897C7; Wed, 11 Dec 2019 21:46:37 +0100 (CET) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [release/branch 2/2] Set development mode to "off" by default. Date: Wed, 11 Dec 2019 21:46:34 +0100 Message-Id: <20191211204634.22830-3-brobecker@adacore.com> In-Reply-To: <20191211204634.22830-1-brobecker@adacore.com> References: <20191211204634.22830-1-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 5933a05e7e8..3823e85303c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2019-12-11 Joel Brobecker + + * development.sh (development): Set to false. + 2019-12-11 Alan Modra * elf32-rx.c (elf32_rx_relax_section): Avoid signed overflow. diff --git a/bfd/development.sh b/bfd/development.sh index bcce82f5779..47547ffcc05 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -16,7 +16,7 @@ # along with this program. If not, see . # Controls whether to enable development-mode features by default. -development=true +development=false # Indicate whether this is a release branch. experimental=true