aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-06-01 18:20:18 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-06-01 18:20:18 +0000
commita68ffae9e6c0accaa925972ec9d222f4e3340339 (patch)
treecbd97af5c95c1c8279b669f94e0f2b1253f1d518 /gdb/ChangeLog
parent89dc0afdc93f3688377cab4c5ddae1630e8d50eb (diff)
downloadgdb-a68ffae9e6c0accaa925972ec9d222f4e3340339.zip
gdb-a68ffae9e6c0accaa925972ec9d222f4e3340339.tar.gz
gdb-a68ffae9e6c0accaa925972ec9d222f4e3340339.tar.bz2
gdb/
* configure.ac (development): Define new variable. Call AC_CHECK_LIB for mcheck if $development. (ERROR_ON_WARNING): Enable it by default only if $development. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 68600fb..84ec8f0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * configure.ac (development): Define new variable.
+ Call AC_CHECK_LIB for mcheck if $development.
+ (ERROR_ON_WARNING): Enable it by default only if $development.
+ * config.in: Regenerate.
+ * configure: Regenerate.
+
2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
* target.c (target_read_memory): Make LEN argument as size_t.