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

Nick Clifton nickc@sourceware.org
Sat Feb 6 09:21:40 GMT 2021


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

commit d4dfaba21840b67f5f62fd95c9d89da4b14571c0
Author: Nick Clifton <nickc@redhat.com>
Date:   Sat Feb 6 09:21:36 2021 +0000

    Reset development back 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 718e8a3e323..0c4631e15e6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-06  Nick Clifton  <nickc@redhat.com>
+
+	(development): Set to true.
+
 2021-02-06  Nick Clifton  <nickc@redhat.com>
 
 	This is the 2.36.1 release.
diff --git a/bfd/development.sh b/bfd/development.sh
index eb9762e4426..a376b02d869 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