This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] bfd/development.sh: Add experimental


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

commit 9eef0608951ba0e551dd6dd079ce1e20bae11f6b
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Aug 22 10:32:08 2018 -0700

    bfd/development.sh: Add experimental
    
    Add experimental to indicate whether this is a release branch.
    
    	PR ld/23536
    	* development.sh (experimental): New.

Diff:
---
 bfd/ChangeLog      | 5 +++++
 bfd/development.sh | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 97ad1a0..7387392 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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>
 
diff --git a/bfd/development.sh b/bfd/development.sh
index 27a7150..086e3d1 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -17,3 +17,6 @@
 
 # Controls whether to enable development-mode features by default.
 development=true
+
+# Indicate whether this is a release branch.
+experimental=true


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]