This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/gdb-7.12-branch] gdb/NEWS: Mention that C++ is now the default


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=842b243cf65277bca93740df9905a3c221bb1973

commit 842b243cf65277bca93740df9905a3c221bb1973
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Aug 5 17:31:50 2016 +0100

    gdb/NEWS: Mention that C++ is now the default
    
    gdb/ChangeLog:
    2016-08-05  Pedro Alves  <palves@redhat.com>
    
    	* NEWS: Mention that GDB and GDBserver build with a C++ compiler
    	by default.

Diff:
---
 gdb/ChangeLog | 5 +++++
 gdb/NEWS      | 7 +++++++
 2 files changed, 12 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e153168..92f2cec 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
 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
 	--disable-build-with-cxx.
 	* configure: Regenerate.
diff --git a/gdb/NEWS b/gdb/NEWS
index 0bc8383..a00809e 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]