From 18f5fd81460b256c3c1c54e2de1d2baa495b3bb8 Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Fri, 13 Apr 2012 19:56:05 +0000 Subject: * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based on BFD_HAVE_SYS_PROCFS_TYPE. * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h. * configure: Regenerate. * config.in: Likewise. --- gdb/gdbserver/config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/gdbserver/config.in') diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 53feb19..8dcf349 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -113,7 +113,7 @@ /* Define to 1 if the system has the type `long long int'. */ #undef HAVE_LONG_LONG_INT -/* Define if has lwpid_t. */ +/* Define if has lwpid_t. */ #undef HAVE_LWPID_T /* Define to 1 if you have the header file. */ @@ -162,7 +162,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_PROC_SERVICE_H -/* Define if has psaddr_t. */ +/* Define if has psaddr_t. */ #undef HAVE_PSADDR_T /* Define if the target supports PTRACE_GETFPXREGS for extended register -- cgit v1.1