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.
This commit is contained in:
parent
1baf514936
commit
69ffd7f270
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
7
gdb/NEWS
7
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue