diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-07-26 15:28:21 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-07-26 15:28:21 +0000 |
commit | 23a806894cd9479188695c85c7b2d5cb7bedb046 (patch) | |
tree | 47450041efb8b7240a64dc695481e7c7deaf223e /gdb | |
parent | 63d08c684422f5188f1994dc54ec3311ff5325d7 (diff) | |
download | gdb-23a806894cd9479188695c85c7b2d5cb7bedb046.zip gdb-23a806894cd9479188695c85c7b2d5cb7bedb046.tar.gz gdb-23a806894cd9479188695c85c7b2d5cb7bedb046.tar.bz2 |
[NEWS] Document --enable-libmcheck/--disable-libmcheck
gdb/ChangeLog:
* NEWS: Document new --enable-libmcheck/--disable-libmcheck
configure options.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index be8903b..ade6ad5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. @@ -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 |