mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-07 20:40:23 +00:00
[NEWS] Document --enable-libmcheck/--disable-libmcheck
gdb/ChangeLog: * NEWS: Document new --enable-libmcheck/--disable-libmcheck configure options.
This commit is contained in:
parent
63d08c6844
commit
23a806894c
@ -1,3 +1,8 @@
|
||||
2012-07-26 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* NEWS: Document new --enable-libmcheck/--disable-libmcheck
|
||||
configure options.
|
||||
|
||||
2012-07-26 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* machoread.c: Include gdb_bfd.h.
|
||||
|
9
gdb/NEWS
9
gdb/NEWS
@ -3,6 +3,15 @@
|
||||
|
||||
*** Changes since GDB 7.5
|
||||
|
||||
* New configure options
|
||||
|
||||
--enable-libmcheck/--disable-libmcheck
|
||||
By default, development versions are built with -lmcheck on hosts
|
||||
that support it, in order to help track memory corruption issues.
|
||||
Release versions, on the other hand, are built without -lmcheck
|
||||
by default. The --enable-libmcheck/--disable-libmcheck configure
|
||||
options allow the user to override that default.
|
||||
|
||||
* New commands (for set/show, see "New options" below)
|
||||
|
||||
maint info bfds
|
||||
|
Loading…
Reference in New Issue
Block a user