From John David Anglin:
Don't initialize HPUX thread twice.
This commit is contained in:
parent
114241553a
commit
4397a6ab7a
3 changed files with 331 additions and 314 deletions
|
@ -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
636
gdb/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue