From: Pedro Alves Date: Wed, 21 Aug 2013 21:32:42 +0000 (+0000) Subject: Renegerate gdbserver/config.in. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=329400732e7f5fada86c455a90ea910593a41a3b;p=binutils-gdb.git Renegerate gdbserver/config.in. In: gdb/gdbserver/ 2013-07-03 Pedro Alves * Makefile.in (config.status): Depend on development.sh. * acinclude.m4: Include libmcheck.m4. * configure: Regenerate. I missed regenerating config.in... Tested on x86_64 Fedora 17. gdb/gdbserver/ 2013-08-21 Pedro Alves * config.in: Renegerate. --- diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index cc3881c23cb..19687863034 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2013-08-21 Pedro Alves + + * config.in: Renegerate. + 2013-08-19 Luis Machado * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../. diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index dada2fbd02a..7f23a31796a 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -76,6 +76,9 @@ /* Define to 1 if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL +/* Define to 1 if you have the `mcheck' library (-lmcheck). */ +#undef HAVE_LIBMCHECK + /* Define if the target supports branch tracing. */ #undef HAVE_LINUX_BTRACE