From patchwork Mon Apr 17 14:31:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 20061 Received: (qmail 113866 invoked by alias); 17 Apr 2017 14:31:46 -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 113805 invoked by uid 89); 17 Apr 2017 14:31:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=controls, Hx-languages-length:951 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; Mon, 17 Apr 2017 14:31:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B02593860 for ; Mon, 17 Apr 2017 10:31:44 -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 H+JNox8Ws9hM for ; Mon, 17 Apr 2017 10:31:44 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 817483859 for ; Mon, 17 Apr 2017 10:31:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C65CF640F6; Mon, 17 Apr 2017 07:31:42 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/branch] Set development mode to "off" by default. Date: Mon, 17 Apr 2017 07:31:41 -0700 Message-Id: <20170417143141.28606-1-brobecker@adacore.com> Hello, bfd/ChangeLog: * development.sh (development): Set to false. Pushed to gdb-8.0-branch. Thanks, diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f26882f..d3f7686 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2017-04-17 Joel Brobecker + + * development.sh (development): Set to false. + 2017-04-13 Alan Modra * coffcode.h: Wrap some overly long _bfd_error_handler args. diff --git a/bfd/development.sh b/bfd/development.sh index cd31410..b001a88 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