diff options
author | Joel Brobecker <brobecker@adacore.com> | 2019-02-27 08:59:50 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2019-02-27 08:59:50 +0400 |
commit | 9335e75a6170fbf76f60548690d5724198cf0440 (patch) | |
tree | 79bafbc9a9cdb112764785e0eca9e9031e9276f3 /gdb | |
parent | 3d34d8de5e10623652ab9f1eda2ff3456f64d13b (diff) | |
download | gdb-9335e75a6170fbf76f60548690d5724198cf0440.zip gdb-9335e75a6170fbf76f60548690d5724198cf0440.tar.gz gdb-9335e75a6170fbf76f60548690d5724198cf0440.tar.bz2 |
Update NEWS post GDB 8.3 branch creation.
gdb/ChangeLog:
* NEWS: Create a new section for the next release branch.
Rename the section of the current branch, now that it has
been cut.
Diffstat (limited to 'gdb')
-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 5a98f98..b0fce99 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2019-02-27 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. + +2019-02-27 Joel Brobecker <brobecker@adacore.com> + GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d): * version.in: Bump version to 8.3.50.DATE-git. @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 8.2 +*** Changes since GDB 8.3 + +*** Changes in GDB 8.3 * GDB and GDBserver now support access to additional registers on PowerPC GNU/Linux targets: PPR, DSCR, TAR, EBB/PMU registers, and |