aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2017-05-04 12:14:00 -0700
committerJoel Brobecker <brobecker@adacore.com>2017-05-04 12:15:48 -0700
commit6261be561546d93adb47bbd354e290896444b149 (patch)
treed72226fa3d4bc224129473b66a271fe8273385c9 /gdb
parent1332b4fa37e2b688533ef3eb86a7b1aaced90465 (diff)
downloadfsf-binutils-gdb-6261be561546d93adb47bbd354e290896444b149.zip
fsf-binutils-gdb-6261be561546d93adb47bbd354e290896444b149.tar.gz
fsf-binutils-gdb-6261be561546d93adb47bbd354e290896444b149.tar.bz2
gdb/NEWS: rewrite "since GDB 7.12" into "in GDB 8.0"
gdb/ChangeLog: * NEWS: Rename the "Changes since GDB 7.12" section into "Changes in GDB 8.0".
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/NEWS2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 27d7a19..3b1ce91 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-04 Joel Brobecker <brobecker@adacore.com>
+
+ * NEWS: Rename the "Changes since GDB 7.12" section into
+ "Changes in GDB 8.0".
+
2017-05-04 Tim Wiederhake <tim.wiederhake@intel.com>
* Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
diff --git a/gdb/NEWS b/gdb/NEWS
index 5b77486..7b87098 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,7 +1,7 @@
What has changed in GDB?
(Organized release by release)
-*** Changes since GDB 7.12
+*** 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