diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2012-04-13 19:56:05 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2012-04-13 19:56:05 +0000 |
commit | 18f5fd81460b256c3c1c54e2de1d2baa495b3bb8 (patch) | |
tree | 31befc630bdfd02cacfd3eb3e0e552cd61a4be99 /gdb/gdbserver/config.in | |
parent | f0fcbe51746b8c57f8dcb5e7ef2b679b6acdc8de (diff) | |
download | gdb-18f5fd81460b256c3c1c54e2de1d2baa495b3bb8.zip gdb-18f5fd81460b256c3c1c54e2de1d2baa495b3bb8.tar.gz gdb-18f5fd81460b256c3c1c54e2de1d2baa495b3bb8.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 <sys/procfs.h> has lwpid_t. */ +/* Define if <thread_db.h> has lwpid_t. */ #undef HAVE_LWPID_T /* Define to 1 if you have the <malloc.h> header file. */ @@ -162,7 +162,7 @@ /* Define to 1 if you have the <proc_service.h> header file. */ #undef HAVE_PROC_SERVICE_H -/* Define if <sys/procfs.h> has psaddr_t. */ +/* Define if <thread_db.h> has psaddr_t. */ #undef HAVE_PSADDR_T /* Define if the target supports PTRACE_GETFPXREGS for extended register |