[binutils-gdb/binutils-2_33-branch] Reset development flag back to true
Nick Clifton
nickc@sourceware.org
Sun Oct 13 12:26:00 GMT 2019
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cadd49ac6f48530eb35a6846d4e6636f14ffac1c
commit cadd49ac6f48530eb35a6846d4e6636f14ffac1c
Author: Nick Clifton <nickc@redhat.com>
Date: Sun Oct 13 13:26:19 2019 +0100
Reset development flag 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 aa5a81f..ee28eab 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2019-10-13 Nick Clifton <nickc@redhat.com>
+
+ * development.sh (development): Reset to true.
+
2019-10-12 Nick Clifton <nickc@redhat.com>
Release 2.33.1
diff --git a/bfd/development.sh b/bfd/development.sh
index eb0e7b6..54d494c 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