]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/NEWS: Mention that C++ is now the default
authorPedro Alves <palves@redhat.com>
Fri, 5 Aug 2016 16:31:50 +0000 (17:31 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 5 Aug 2016 16:31:50 +0000 (17:31 +0100)
gdb/ChangeLog:
2016-08-05  Pedro Alves  <palves@redhat.com>

* NEWS: Mention that GDB and GDBserver build with a C++ compiler
by default.

gdb/ChangeLog
gdb/NEWS

index e153168ae8c06017290bdb3dc9fb65558ee02bf7..92f2cecc73c45cbd5163e034263adb6fdc779553 100644 (file)
@@ -1,3 +1,8 @@
+2016-08-05  Pedro Alves  <palves@redhat.com>
+
+       * NEWS: Mention that GDB and GDBserver build with a C++ compiler
+       by default.
+
 2016-08-05  Pedro Alves  <palves@redhat.com>
 
        * build-with-cxx.m4: Change help string to be in terms of
index 0bc83831abfd57ada1835ab7b25ad309a28e77e3..a00809ec423b7ac5a3e5d740e8a4b629ee7322c8 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,13 @@
 
 *** Changes in GDB 7.12
 
+* GDB and GDBserver now build with a C++ compiler by default.
+
+  The --enable-build-with-cxx configure option is now enabled by
+  default.  One must now explicitly configure with
+  --disable-build-with-cxx in order to build with a C compiler.  This
+  option will be removed in a future release.
+
 * GDBserver now supports recording btrace without maintaining an active
   GDB connection.