projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae739fe
)
bfd/development.sh: Add experimental
author
H.J. Lu
<hjl.tools@gmail.com>
Wed, 22 Aug 2018 17:32:08 +0000
(10:32 -0700)
committer
H.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
patch
|
blob
|
history
bfd/development.sh
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 97ad1a09f5d4bb16c8e24c8197872c326a7113e1..73873924a1b4a8359f377a3a4fe1ac8a54b55861 100644
(file)
--- 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 27a7150e6ded073f53dd378a5a8a6da6ab286bf4..086e3d1ddbe550e23b3d27b19792a08d30cbd889 100644
(file)
--- 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