* FYI/BRANCH: Patches applied to branch gdb-13-branch
@ 2022-12-18 4:39 Joel Brobecker
2022-12-18 4:39 ` [release/branch 1/2] Bump version to 13.0.90.DATE-git Joel Brobecker
2022-12-18 4:39 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 2 replies; 15+ messages in thread
From: Joel Brobecker @ 2022-12-18 4:39 UTC (permalink / raw)
To: gdb-patches; +Cc: Joel Brobecker
Hello,
Now that the gdb-13-branch has been created (and its corresponding
branchpoint tag), I am about to push the following two commits
on the new branch, which are preparation for the GDB 13.1 release.
- [release/branch 1/2] Bump version to 13.0.90.DATE-git.
- [release/branch 2/2] Set development mode to "off" by default.
Thank you,
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 1/2] Bump version to 13.0.90.DATE-git.
2022-12-18 4:39 FYI/BRANCH: Patches applied to branch gdb-13-branch Joel Brobecker
@ 2022-12-18 4:39 ` Joel Brobecker
2022-12-18 4:39 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
1 sibling, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2022-12-18 4:39 UTC (permalink / raw)
To: gdb-patches; +Cc: Joel Brobecker
Now that the GDB 13 branch has been created,
this commit bumps the version number in gdb/version.in to
13.0.90.DATE-git
For the record, the GDB 13 branch was created
from commit 71c90666e601c511a5f495827ca9ba545e4cb463.
---
gdb/version.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/version.in b/gdb/version.in
index c865eb9d98..bbd6516b9b 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-13.0.50.DATE-git
\ No newline at end of file
+13.0.90.DATE-git
\ No newline at end of file
--
2.34.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2022-12-18 4:39 FYI/BRANCH: Patches applied to branch gdb-13-branch Joel Brobecker
2022-12-18 4:39 ` [release/branch 1/2] Bump version to 13.0.90.DATE-git Joel Brobecker
@ 2022-12-18 4:39 ` Joel Brobecker
1 sibling, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2022-12-18 4:39 UTC (permalink / raw)
To: gdb-patches; +Cc: Joel Brobecker
This is done by setting the "development" variable to "false"
in bfd/development.sh.
---
bfd/development.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bfd/development.sh b/bfd/development.sh
index d7b944d181..f4f15e04bf 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=true
+development=false
# Indicate whether this is a release branch.
experimental=true
--
2.34.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-15-branch
@ 2024-05-26 16:04 Joel Brobecker
2024-05-26 16:04 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2024-05-26 16:04 UTC (permalink / raw)
To: gdb-patches; +Cc: Joel Brobecker
Hello,
A quick email to let everyone know that I'm about to push the following
two commits to the newly-created gdb-15-branch as part of the branch
creation process:
* [release/branch 1/2] Bump version to 15.0.90.DATE-git.
* [release/branch 2/2] Set development mode to "off" by default.
Thank you,
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-12-branch
@ 2022-03-20 5:19 Joel Brobecker
2022-03-20 5:19 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2022-03-20 5:19 UTC (permalink / raw)
To: gdb-patches; +Cc: Joel Brobecker
Hello,
A quick email to let you know that I'm about to push the following
commits, which are part of the release branch creation process,
to the gdb-12-branch:
- [release/branch 1/2] Bump version to 12.0.90.DATE-git.
- [release/branch 2/2] Set development mode to "off" by default.
Thanks,
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-11-branch
@ 2021-07-03 17:53 Joel Brobecker
2021-07-03 17:53 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2021-07-03 17:53 UTC (permalink / raw)
To: gdb-patches
Hello,
Just a quick email to mention that I am about to push the following
commits on the newly created gdb-11-branch, in preparation for
our future GDB 11 release:
* [release/branch 1/2] Bump version to 11.0.90.DATE-git.
* [release/branch 2/2] Set development mode to "off" by default.
Thank,
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2021-07-03 17:53 FYI/BRANCH: Patches applied to branch gdb-11-branch Joel Brobecker
@ 2021-07-03 17:53 ` Joel Brobecker
0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2021-07-03 17:53 UTC (permalink / raw)
To: gdb-patches; +Cc: Joel Brobecker
bfd/ChangeLog:
* development.sh (development): Set to false.
---
bfd/ChangeLog | 4 ++++
bfd/development.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 405536988c..eda7eb04a2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Joel Brobecker <brobecker@adacore.com>
+
+ * development.sh (development): Set to false.
+
2021-07-03 Nick Clifton <nickc@redhat.com>
* version.m4: Update version number.
diff --git a/bfd/development.sh b/bfd/development.sh
index 4e87fddb13..f715980fda 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=true
+development=false
# Indicate whether this is a release branch.
experimental=true
--
2.25.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-9-branch
@ 2019-12-11 20:46 Joel Brobecker
2019-12-11 20:46 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2019-12-11 20:46 UTC (permalink / raw)
To: gdb-patches
Hello,
FYI, I am about to push the following two commits to the newly
created gdb-9-branch, which perform the initial preparations
for the upcoming releases off of that new branch.
- [release/branch 1/2] Bump version to 9.0.90.DATE-git.
- [release/branch 2/2] Set development mode to "off" by default.
Thanks,
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2019-12-11 20:46 FYI/BRANCH: Patches applied to branch gdb-9-branch Joel Brobecker
@ 2019-12-11 20:46 ` Joel Brobecker
0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2019-12-11 20:46 UTC (permalink / raw)
To: gdb-patches; +Cc: Joel Brobecker
bfd/ChangeLog:
* development.sh (development): Set to false.
---
bfd/ChangeLog | 4 ++++
bfd/development.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5933a05e7e8..3823e85303c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2019-12-11 Joel Brobecker <brobecker@adacore.com>
+
+ * development.sh (development): Set to false.
+
2019-12-11 Alan Modra <amodra@gmail.com>
* elf32-rx.c (elf32_rx_relax_section): Avoid signed overflow.
diff --git a/bfd/development.sh b/bfd/development.sh
index bcce82f5779..47547ffcc05 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=true
+development=false
# Indicate whether this is a release branch.
experimental=true
--
2.17.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-8.3-branch
@ 2019-02-27 5:01 Joel Brobecker
2019-02-27 5:01 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2019-02-27 5:01 UTC (permalink / raw)
To: gdb-patches
Hello,
As part of the GDB 8.3 release branch creation, I am about to
push the following commits to gdb-8.3-branch:
* [release/branch 1/2] Bump version to 8.2.90.DATE-git.
* [release/branch 2/2] Set development mode to "off" by default.
Thanks,
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2019-02-27 5:01 FYI/BRANCH: Patches applied to branch gdb-8.3-branch Joel Brobecker
@ 2019-02-27 5:01 ` Joel Brobecker
0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2019-02-27 5:01 UTC (permalink / raw)
To: gdb-patches
bfd/ChangeLog:
* development.sh (development): Set to false.
---
bfd/ChangeLog | 4 ++++
bfd/development.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e206629bd7..7a58e1757b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-27 Joel Brobecker <brobecker@adacore.com>
+
+ * development.sh (development): Set to false.
+
2019-02-24 Alan Modra <amodra@gmail.com>
PR 24144
diff --git a/bfd/development.sh b/bfd/development.sh
index bcce82f577..47547ffcc0 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=true
+development=false
# Indicate whether this is a release branch.
experimental=true
--
2.17.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-8.2-branch
@ 2018-07-04 15:49 Joel Brobecker
2018-07-04 15:49 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2018-07-04 15:49 UTC (permalink / raw)
To: gdb-patches
Hello,
Just a quick message to let you know that I will be pushing
the following two patches to the new gdb-8.2-branch as part
of the branch creation process.
* [release/branch 1/2] Bump version to 8.1.90.DATE-git.
* [release/branch 2/2] Set development mode to "off" by default.
Thank you,
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2018-07-04 15:49 FYI/BRANCH: Patches applied to branch gdb-8.2-branch Joel Brobecker
@ 2018-07-04 15:49 ` Joel Brobecker
0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2018-07-04 15:49 UTC (permalink / raw)
To: gdb-patches
bfd/ChangeLog:
* development.sh (development): Set to false.
---
bfd/ChangeLog | 4 ++++
bfd/development.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9fad8388f7..5bb453ee62 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-04 Joel Brobecker <brobecker@adacore.com>
+
+ * development.sh (development): Set to false.
+
2018-07-04 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (bfdinclude_HEADERS): Add $(INCDIR)/diagnostics.h.
diff --git a/bfd/development.sh b/bfd/development.sh
index 27a7150e6d..918150f30b 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,4 +16,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
-development=true
+development=false
--
2.17.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-7.12-branch
@ 2016-08-01 15:29 Joel Brobecker
2016-08-01 15:29 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2016-08-01 15:29 UTC (permalink / raw)
To: gdb-patches
Hello,
FYI, I am about to push the following commits to the new
gdb-7.12-branch.
[release/branch 1/2] Bump version to 7.11.90.DATE-git.
[release/branch 2/2] Set development mode to "off" by default.
Cheers,
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2016-08-01 15:29 FYI/BRANCH: Patches applied to branch gdb-7.12-branch Joel Brobecker
@ 2016-08-01 15:29 ` Joel Brobecker
0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2016-08-01 15:29 UTC (permalink / raw)
To: gdb-patches
bfd/ChangeLog:
* development.sh (development): Set to false.
---
bfd/ChangeLog | 4 ++++
bfd/development.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b60d8d2..b09c5d5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-01 Joel Brobecker <brobecker@adacore.com>
+
+ * development.sh (development): Set to false.
+
2016-08-01 Nick Clifton <nickc@redhat.com>
* po/sv.po: Updated Swedish translation.
diff --git a/bfd/development.sh b/bfd/development.sh
index 85dae6b..5d00fa0 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,4 +16,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
-development=true
+development=false
--
2.5.0
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-7.11-branch
@ 2016-02-10 3:29 Joel Brobecker
2016-02-10 3:29 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2016-02-10 3:29 UTC (permalink / raw)
To: gdb-patches
Hello,
FYI, I applied the following changes to the new gdb-7.11-branch:
[release/branch 1/2] Bump version to 7.10.90.DATE-git.
[release/branch 2/2] Set development mode to "off" by default.
Thanks,
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2016-02-10 3:29 FYI/BRANCH: Patches applied to branch gdb-7.11-branch Joel Brobecker
@ 2016-02-10 3:29 ` Joel Brobecker
0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2016-02-10 3:29 UTC (permalink / raw)
To: gdb-patches
bfd/ChangeLog:
* development.sh (development): Set to false.
---
bfd/ChangeLog | 4 ++++
bfd/development.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3489873..dc8b293 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-10 Joel Brobecker <brobecker@adacore.com>
+
+ * development.sh (development): Set to false.
+
2016-02-09 Nick Clifton <nickc@redhat.com>
* oasys.c (oasys_archive_p): Fix indentation.
diff --git a/bfd/development.sh b/bfd/development.sh
index 85dae6b..5d00fa0 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,4 +16,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
-development=true
+development=false
--
2.5.0
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-7.10-branch
@ 2015-07-06 20:03 Joel Brobecker
2015-07-06 20:03 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2015-07-06 20:03 UTC (permalink / raw)
To: gdb-patches
Hello,
The following are patches I applied to the gdb-7.10-branch
following its creation... They will be pushed shortly.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2015-07-06 20:03 FYI/BRANCH: Patches applied to branch gdb-7.10-branch Joel Brobecker
@ 2015-07-06 20:03 ` Joel Brobecker
0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2015-07-06 20:03 UTC (permalink / raw)
To: gdb-patches
bfd/ChangeLog:
* development.sh (development): Set to false.
---
bfd/ChangeLog | 4 ++++
bfd/development.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 97d3ea3..92fc32a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-06 Joel Brobecker <brobecker@adacore.com>
+
+ * development.sh (development): Set to false.
+
2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
* elf64-ppc.c (toc_adjusting_stub_needed): Use the symbol value
diff --git a/bfd/development.sh b/bfd/development.sh
index 6bbef6d..0e65c07 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,4 +16,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
-development=true
+development=false
--
2.1.4
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-7.9-branch
@ 2015-01-13 12:26 Joel Brobecker
2015-01-13 12:26 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2015-01-13 12:26 UTC (permalink / raw)
To: gdb-patches
Hello,
Just a quick email to say that I applied the following two changes
to the newly created gdb-7.9-branch:
[release/branch 1/2] Bump version to 7.8.90.DATE-cvs.
[release/branch 2/2] Set development mode to "off" by default.
Thank you,
--
Joel
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2015-01-13 12:26 FYI/BRANCH: Patches applied to branch gdb-7.9-branch Joel Brobecker
@ 2015-01-13 12:26 ` Joel Brobecker
0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2015-01-13 12:26 UTC (permalink / raw)
To: gdb-patches
bfd/ChangeLog:
* development.sh (development): Set to false.
---
bfd/ChangeLog | 4 ++++
bfd/development.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a3e1d8f..9918dbd 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-13 Joel Brobecker <brobecker@adacore.com>
+
+ * development.sh (development): Set to false.
+
2015-01-12 Terry Guo <terry.guo@arm.com>
* elflink.c (_bfd_elf_gc_mark_debug_special_section_group): New
diff --git a/bfd/development.sh b/bfd/development.sh
index 6bbef6d..0e65c07 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,4 +16,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
-development=true
+development=false
--
1.9.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 1/2] Bump version to 7.7.90.DATE-cvs.
@ 2014-06-11 16:53 Joel Brobecker
2014-06-11 16:53 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2014-06-11 16:53 UTC (permalink / raw)
To: gdb-patches
Now that the GDB 7.8 branch has been created, we can
bump the version number.
gdb/ChangeLog:
GDB 7.8 branch created (173373c6f6388171d1d62a217fae90a052395be2):
* version.in: Bump version to 7.7.90.DATE-cvs.
---
gdb/ChangeLog | 5 +++++
gdb/version.in | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6077c41..3f805f6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-11 Joel Brobecker <brobecker@adacore.com>
+
+ GDB 7.8 branch created (173373c6f6388171d1d62a217fae90a052395be2):
+ * version.in: Bump version to 7.7.90.DATE-cvs.
+
2014-06-11 Pedro Alves <palves@redhat.com>
PR remote/17028
diff --git a/gdb/version.in b/gdb/version.in
index 3939d55..032d00c 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-7.7.50.DATE-cvs
+7.7.90.DATE-cvs
--
1.9.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2014-06-11 16:53 [release/branch 1/2] Bump version to 7.7.90.DATE-cvs Joel Brobecker
@ 2014-06-11 16:53 ` Joel Brobecker
0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2014-06-11 16:53 UTC (permalink / raw)
To: gdb-patches
bfd/ChangeLog:
* development.sh (development): Set to false.
---
bfd/ChangeLog | 4 ++++
bfd/development.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 009612e..0df8d35 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-11 Joel Brobecker <brobecker@adacore.com>
+
+ * development.sh (development): Set to false.
+
2014-06-11 Alan Modra <amodra@gmail.com>
* linker.c (unwrap_hash_lookup): Add missing parens.
diff --git a/bfd/development.sh b/bfd/development.sh
index 4c0f5b9..416ec8c 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,4 +16,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
-development=true
+development=false
--
1.9.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* FYI/BRANCH: Patches applied to branch gdb-7.7-branch
@ 2014-01-08 9:42 Joel Brobecker
2014-01-08 9:42 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
0 siblings, 1 reply; 15+ messages in thread
From: Joel Brobecker @ 2014-01-08 9:42 UTC (permalink / raw)
To: gdb-patches
Hello,
FYI: A couple of patches I just applied to the newly created branch.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [release/branch 2/2] Set development mode to "off" by default.
2014-01-08 9:42 FYI/BRANCH: Patches applied to branch gdb-7.7-branch Joel Brobecker
@ 2014-01-08 9:42 ` Joel Brobecker
0 siblings, 0 replies; 15+ messages in thread
From: Joel Brobecker @ 2014-01-08 9:42 UTC (permalink / raw)
To: gdb-patches
gdb/ChangeLog:
* development.sh (development): Set to false.
---
gdb/ChangeLog | 4 ++++
gdb/development.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9ff7be4c..c70d403 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2014-01-08 Joel Brobecker <brobecker@adacore.com>
+ * development.sh (development): Set to false.
+
+2014-01-08 Joel Brobecker <brobecker@adacore.com>
+
GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
* version.in: Bump version to 7.6.90.DATE-cvs.
diff --git a/gdb/development.sh b/gdb/development.sh
index 1c21efa..055c497 100644
--- a/gdb/development.sh
+++ b/gdb/development.sh
@@ -18,4 +18,4 @@
# Set to 'true' for development snapshots, 'false' for releases and
# pre-releases. When true, provide more thorough testing with
# -lmcheck.
-development=true
+development=false
--
1.8.3.2
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2024-05-26 16:04 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-18 4:39 FYI/BRANCH: Patches applied to branch gdb-13-branch Joel Brobecker
2022-12-18 4:39 ` [release/branch 1/2] Bump version to 13.0.90.DATE-git Joel Brobecker
2022-12-18 4:39 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
-- strict thread matches above, loose matches on Subject: below --
2024-05-26 16:04 FYI/BRANCH: Patches applied to branch gdb-15-branch Joel Brobecker
2024-05-26 16:04 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2022-03-20 5:19 FYI/BRANCH: Patches applied to branch gdb-12-branch Joel Brobecker
2022-03-20 5:19 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2021-07-03 17:53 FYI/BRANCH: Patches applied to branch gdb-11-branch Joel Brobecker
2021-07-03 17:53 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2019-12-11 20:46 FYI/BRANCH: Patches applied to branch gdb-9-branch Joel Brobecker
2019-12-11 20:46 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2019-02-27 5:01 FYI/BRANCH: Patches applied to branch gdb-8.3-branch Joel Brobecker
2019-02-27 5:01 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2018-07-04 15:49 FYI/BRANCH: Patches applied to branch gdb-8.2-branch Joel Brobecker
2018-07-04 15:49 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2016-08-01 15:29 FYI/BRANCH: Patches applied to branch gdb-7.12-branch Joel Brobecker
2016-08-01 15:29 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2016-02-10 3:29 FYI/BRANCH: Patches applied to branch gdb-7.11-branch Joel Brobecker
2016-02-10 3:29 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2015-07-06 20:03 FYI/BRANCH: Patches applied to branch gdb-7.10-branch Joel Brobecker
2015-07-06 20:03 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2015-01-13 12:26 FYI/BRANCH: Patches applied to branch gdb-7.9-branch Joel Brobecker
2015-01-13 12:26 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2014-06-11 16:53 [release/branch 1/2] Bump version to 7.7.90.DATE-cvs Joel Brobecker
2014-06-11 16:53 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
2014-01-08 9:42 FYI/BRANCH: Patches applied to branch gdb-7.7-branch Joel Brobecker
2014-01-08 9:42 ` [release/branch 2/2] Set development mode to "off" by default Joel Brobecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).