bfd/development.sh: Add experimental
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 22 Aug 2018 17:32:08 +0000 (10:32 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 22 Aug 2018 17:32:23 +0000 (10:32 -0700)
Add experimental to indicate whether this is a release branch.

PR ld/23536
* development.sh (experimental): New.

bfd/ChangeLog
bfd/development.sh

index 97ad1a0..7387392 100644 (file)
@@ -1,3 +1,8 @@
+2018-08-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23536
+       * development.sh (experimental): New.
+
 2018-08-22  Helge Deller  <deller@gmx.de>
        Nick Clifton  <nickc@redhat.com>
 
index 27a7150..086e3d1 100644 (file)
@@ -17,3 +17,6 @@
 
 # Controls whether to enable development-mode features by default.
 development=true
+
+# Indicate whether this is a release branch.
+experimental=true