aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-10-29 16:30:34 +0100
committerPedro Alves <palves@redhat.com>2016-10-29 16:30:34 +0100
commite6485aafde098bf182b46cb187d8fd049f309e29 (patch)
tree736b572f4741977c5ad7f32509da54dd310ebaf6 /gdb/NEWS
parentd29469235333ac99df5476499a59998ce49b39fa (diff)
downloadgdb-e6485aafde098bf182b46cb187d8fd049f309e29.zip
gdb-e6485aafde098bf182b46cb187d8fd049f309e29.tar.gz
gdb-e6485aafde098bf182b46cb187d8fd049f309e29.tar.bz2
gdb/NEWS: Clarify C++ requirement
gdb/ChangeLog: 2016-10-29 Pedro Alves <palves@redhat.com> * NEWS: Clarify C++ requirement.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 1 insertions, 1 deletions
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.