diff options
author | Pedro Alves <palves@redhat.com> | 2011-01-14 13:38:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-01-14 13:38:24 +0000 |
commit | 76adfcaec192e8572ed0c2fe5bdf13ee2c069c36 (patch) | |
tree | 6d9c40418e0ee71c2e449b9a8fa5f008f357a0f1 /gdb/config.in | |
parent | e922bcabdffb3f36677c587e5ff04e90488837b6 (diff) | |
download | ppe42-binutils-76adfcaec192e8572ed0c2fe5bdf13ee2c069c36.tar.gz ppe42-binutils-76adfcaec192e8572ed0c2fe5bdf13ee2c069c36.zip |
* Makefile.in (hpux-thread.o): Delete rule.
* configure.ac: Don't check for HPUX DCE threads support.
* configure, config.in: Regenerate.
* hppa-hpux-nat.c (child_suppress_run): Delete.
(hppa_hpux_child_can_run): Delete.
(_initialize_hppa_hpux_nat): Don't override to_can_run.
* hpux-thread.c: Delete.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index 173cd3d8b4..ccceabf96c 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -190,9 +190,6 @@ /* Define if <sys/procfs.h> has gregset_t. */ #undef HAVE_GREGSET_T -/* Define if you have HPUX threads */ -#undef HAVE_HPUX_THREAD_SUPPORT - /* Define if you have the iconv() function. */ #undef HAVE_ICONV |