From 715f468029079d169d0aa71ebfb6544e4d23a75d Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 14 Jan 2011 13:43:16 +0000 Subject: [PATCH] gdb/ * 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. --- gdb/configure.ac | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/gdb/configure.ac b/gdb/configure.ac index 927284319c..4be35bcc3e 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1528,22 +1528,6 @@ dnl and not doing a canadian cross build (build == host). if test ${build} = ${host} -a ${host} = ${target} ; then case ${host_os} in - hpux*) - AC_MSG_CHECKING(for HPUX/OSF thread support) - if test -f /usr/include/dce/cma_config.h ; then - if test "$GCC" = "yes" ; then - AC_MSG_RESULT(yes) - AC_DEFINE(HAVE_HPUX_THREAD_SUPPORT, 1, - [Define if you have HPUX threads]) - CONFIG_OBS="${CONFIG_OBS} hpux-thread.o" - CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c" - else - AC_MSG_RESULT(no (suppressed because you are not using GCC)) - fi - else - AC_MSG_RESULT(no) - fi - ;; solaris*) # See if thread_db library is around for Solaris thread debugging. # Note that we must explicitly test for version 1 of the library