From 842b243cf65277bca93740df9905a3c221bb1973 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 5 Aug 2016 17:31:50 +0100 Subject: [PATCH] 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. --- gdb/ChangeLog | 5 +++++ gdb/NEWS | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e153168ae8c..92f2cecc73c 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 0bc83831abf..a00809ec423 100644 --- 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. -- 2.47.2