mirror of git://sourceware.org/git/glibc.git
Update.
2003-11-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/configure.in: Make missing forced unwind support fatal.
This commit is contained in:
parent
f0c7c524bb
commit
9780c971fb
|
|
@ -1,3 +1,8 @@
|
||||||
|
2003-11-17 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/pthread/configure.in: Make missing forced unwind support
|
||||||
|
fatal.
|
||||||
|
|
||||||
2003-11-11 Ulrich Drepper <drepper@redhat.com>
|
2003-11-11 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* pthreadP.h: Don't declare __pthread_unwind as weak inside libpthread.
|
* pthreadP.h: Don't declare __pthread_unwind as weak inside libpthread.
|
||||||
|
|
|
||||||
|
|
@ -45,4 +45,6 @@ libc_cv_c_cleanup=yes, libc_cv_c_cleanup=no)])
|
||||||
if test $libc_cv_c_cleanup = no; then
|
if test $libc_cv_c_cleanup = no; then
|
||||||
AC_MSG_ERROR([the compiler must support C cleanup handling])
|
AC_MSG_ERROR([the compiler must support C cleanup handling])
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
AC_MSG_ERROR(forced unwind support is required)
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue