[binutils-gdb/binutils-2_35-branch] Reset development to true

Nick Clifton nickc@sourceware.org
Sat Jan 30 12:58:39 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=959ab8e63a339ad08dbec11532270d5d2768ccb6

commit 959ab8e63a339ad08dbec11532270d5d2768ccb6
Author: Nick Clifton <nickc@redhat.com>
Date:   Sat Jan 30 12:58:34 2021 +0000

    Reset development to true

Diff:
---
 bfd/ChangeLog      | 4 ++++
 bfd/development.sh | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4de75dd9bf0..13d36704607 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-30  Nick Clifton  <nickc@redhat.com>
+
+	* development.sh (development): Set to true.
+
 2021-01-30  Nick Clifton  <nickc@redhat.com>
 
 	This is the 2.35.2 release.
diff --git a/bfd/development.sh b/bfd/development.sh
index 32be4b9460f..6bbed41d6d4 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Controls whether to enable development-mode features by default.
-development=false
+development=true
 
 # Indicate whether this is a release branch.
 experimental=false


More information about the Binutils-cvs mailing list