]> 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:09:31 +0000 (17:09 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 5 Aug 2016 16:09:31 +0000 (17:09 +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 08bc082bda03b8cf96aef0ccb36bf7499119c6f2..92a664dc9a5503092d691d7e0174c2d844e61fa2 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 4d72027c93e79c1431b421f230d1ed6837d8113a..b08d8a0440149ec3060211d0709c070dce410d04 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -5,6 +5,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.