From: Joel Brobecker Date: Mon, 17 Apr 2017 14:30:29 +0000 (-0700) Subject: Update NEWS post GDB 8.0 branch creation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=305d16a9beff2a817ee03b3881da68eb3a29edec;p=binutils-gdb.git Update NEWS post GDB 8.0 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 890a8765871..f033cedc615 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2017-04-17 Joel Brobecker + + * NEWS: Create a new section for the next release branch. + Rename the section of the current branch, now that it has + been cut. + 2017-04-17 Joel Brobecker GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db): diff --git a/gdb/NEWS b/gdb/NEWS index 5b7748631f5..eb1a589c6d8 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.12 +*** Changes since GDB 8.0 + +*** Changes in GDB 8.0 * GDB now supports access to the PKU register on GNU/Linux. The register is added by the Memory Protection Keys for Userspace feature which will be