diff options
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3473fa5..96843e8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2015-07-06 Joel Brobecker <brobecker@adacore.com> + * NEWS: Create a new section for the next release branch. + Rename the section of the current branch, now that it has + been cut. + +2015-07-06 Joel Brobecker <brobecker@adacore.com> + GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e): * version.in: Bump version to 7.10.50.DATE-cvs. @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.9 +*** Changes since GDB 7.10 + +*** Changes in GDB 7.10 * Support for process record-replay and reverse debugging on aarch64*-linux* targets has been added. GDB now supports recording of A64 instruction set |