diff options
author | Pedro Alves <palves@redhat.com> | 2016-08-05 17:09:31 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-08-05 17:09:31 +0100 |
commit | 69ffd7f270c8a3f1b577848d2536b93ed01287de (patch) | |
tree | 8bd475178f3578227229f7f9b15c7a06a8b1db1a /gdb/NEWS | |
parent | 1baf514936892a01d8ea49c2c1ccfd7ecd3b7dcd (diff) | |
download | gdb-69ffd7f270c8a3f1b577848d2536b93ed01287de.zip gdb-69ffd7f270c8a3f1b577848d2536b93ed01287de.tar.gz gdb-69ffd7f270c8a3f1b577848d2536b93ed01287de.tar.bz2 |
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |