diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-24 04:31:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-24 04:31:13 +0000 |
commit | a3007b6fd4dd19e21fa61483ba00d5f8cb732ca9 (patch) | |
tree | 54b9e049c34e2a6761aa4b64707d55fab076ef01 /gdb/configure.in | |
parent | 50a9e2f10c9eff04f5a218a9be851df92109ab29 (diff) | |
download | gdb-a3007b6fd4dd19e21fa61483ba00d5f8cb732ca9.zip gdb-a3007b6fd4dd19e21fa61483ba00d5f8cb732ca9.tar.gz gdb-a3007b6fd4dd19e21fa61483ba00d5f8cb732ca9.tar.bz2 |
Zap lin-thread.c
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index cb9e59b..382ddb6 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -307,7 +307,7 @@ if test "$ac_cv_header_sys_procfs_h" = yes; then dnl For Linux/i386, glibc 2.1.3 was released with a bogus dnl prfpregset_t type (it's a typedef for the pointer to a struct dnl instead of the struct itself). We detect this here, and work - dnl around it in lin-thread.c. + dnl around it in gdb_proc_service.h. if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then AC_MSG_CHECKING(whether prfpregset_t type is broken) |