aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b4a6e23..c38c65c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2016-10-29 Pedro Alves <palves@redhat.com>
+ * NEWS: Clarify C++ requirement.
+
+2016-10-29 Pedro Alves <palves@redhat.com>
+
* NEWS: Adjust to mention C++11 requirement.
2016-10-29 Eli Zaretskii <eliz@gnu.org>
diff --git a/gdb/NEWS b/gdb/NEWS
index afb817f..a6b1282 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,7 +3,7 @@
*** Changes since GDB 7.12
-* GDB and GDBserver now require building with a C++11 compiler.
+* Building GDB and GDBserver now requires a C++11 compiler.
For example, GCC 4.8 or later.