From John David Anglin:

Don't initialize HPUX thread twice.
This commit is contained in:
Andrew Cagney 2000-03-20 06:41:24 +00:00
parent 114241553a
commit 4397a6ab7a
3 changed files with 331 additions and 314 deletions

View File

@ -1,3 +1,11 @@
Mon Mar 20 17:33:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
From Thu Mar 16 16:49:27 EST 2000 John David Anglin
<dave@hiauly1.hia.nrc.ca>:
* configure.in (CONFIG_INITS): Don't include hpux-thread.c. Stops
_initialize_hpux_thread being called twice.
* configure: Regenerated.
2000-03-19 Eli Zaretskii <eliz@is.elta.co.il>
* event-top.c (_initialize_event_loop): If instream is not

636
gdb/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -330,7 +330,6 @@ if test ${build} = ${host} -a ${host} = ${target} ; then
AC_DEFINE(HAVE_HPUX_THREAD_SUPPORT)
CONFIG_OBS="${CONFIG_OJS} hpux-thread.o"
CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
CONFIG_INITS="${CONFIG_INITS} hpux-thread.c"
else
AC_MSG_RESULT(no (suppressed because you are not using GCC))
fi