From 23a806894cd9479188695c85c7b2d5cb7bedb046 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 26 Jul 2012 15:28:21 +0000 Subject: [PATCH] [NEWS] Document --enable-libmcheck/--disable-libmcheck gdb/ChangeLog: * NEWS: Document new --enable-libmcheck/--disable-libmcheck configure options. --- gdb/ChangeLog | 5 +++++ gdb/NEWS | 9 +++++++++ 2 files changed, 14 insertions(+) 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 + + * NEWS: Document new --enable-libmcheck/--disable-libmcheck + configure options. + 2012-07-26 Tristan Gingold * machoread.c: Include gdb_bfd.h. diff --git a/gdb/NEWS b/gdb/NEWS index 4da886c..a590bee 100644 --- a/gdb/NEWS +++ b/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 -- 2.7.4