summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-10-06 16:32:29 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-10-06 16:32:29 +0000
commit3d14c620f446e106e34a667d50f2058c915468d9 (patch)
tree3678cfe28799be148aa1d529837066b198f88ac9
parent7094f72d3eca22febb4b6b567c95fc3693fa7f26 (diff)
downloadgdb-3d14c620f446e106e34a667d50f2058c915468d9.tar.gz
* NEWS: Change "Changes since GDB 6.8" into "Changes in GDB 7.0".gdb_7_0-2009-10-06-release
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 577c37c373d..3100fa98fb4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2009-10-06 Joel Brobecker <brobecker@adacore.com>
+ * NEWS: Change "Changes since GDB 6.8" into "Changes in GDB 7.0".
+
+2009-10-06 Joel Brobecker <brobecker@adacore.com>
+
* README: Update GDB version number to 7.0.
* version.in: Likewise.
diff --git a/gdb/NEWS b/gdb/NEWS
index 731d7e4d1ac..8d32c34ca26 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,7 +1,7 @@
What has changed in GDB?
(Organized release by release)
-*** Changes since GDB 6.8
+*** Changes in GDB 7.0
* GDB now has an interface for JIT compilation. Applications that
dynamically generate code can create symbol files in memory and register