From: Pedro Alves Date: Fri, 5 Aug 2016 16:09:31 +0000 (+0100) Subject: gdb/NEWS: Mention that C++ is now the default X-Git-Tag: users/ARM/embedded-binutils-master-2016q4~968 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69ffd7f270c8a3f1b577848d2536b93ed01287de;p=thirdparty%2Fbinutils-gdb.git gdb/NEWS: Mention that C++ is now the default gdb/ChangeLog: 2016-08-05 Pedro Alves * NEWS: Mention that GDB and GDBserver build with a C++ compiler by default. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 08bc082bda0..92a664dc9a5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2016-08-05 Pedro Alves + + * NEWS: Mention that GDB and GDBserver build with a C++ compiler + by default. + 2016-08-05 Pedro Alves * build-with-cxx.m4: Change help string to be in terms of diff --git a/gdb/NEWS b/gdb/NEWS index 4d72027c93e..b08d8a04401 100644 --- 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.