gdb/NEWS: Mention C++11 requirement
authorPedro Alves <palves@redhat.com>
Sat, 29 Oct 2016 15:14:36 +0000 (16:14 +0100)
committerPedro Alves <palves@redhat.com>
Sat, 29 Oct 2016 15:14:36 +0000 (16:14 +0100)
gdb/ChangeLog:
2016-10-29  Pedro Alves  <palves@redhat.com>

* NEWS: Adjust to mention C++11 requirement.

gdb/ChangeLog
gdb/NEWS

index b59a749379870b90b0c9e3997d33171cee855398..b4a6e23ac0b36c4bc1ec0c89399713adfc5beeb0 100644 (file)
@@ -1,3 +1,7 @@
+2016-10-29  Pedro Alves  <palves@redhat.com>
+
+       * NEWS: Adjust to mention C++11 requirement.
+
 2016-10-29  Eli Zaretskii  <eliz@gnu.org>
 
        * NEWS: Mention support for redirection on MS-Windows.
index 5f3ca994b885c026868ac66292d56fd765d05acf..afb817f53c11dae673376c423abba25d2a8994c6 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,7 +3,9 @@
 
 *** Changes since GDB 7.12
 
-* GDB and GDBserver now require building with a C++ compiler.
+* GDB and GDBserver now require building with a C++11 compiler.
+
+  For example, GCC 4.8 or later.
 
   It is no longer possible to build GDB or GDBserver with a C
   compiler.  The --disable-build-with-cxx configure option has been