]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 17 Nov 2003 18:29:34 +0000 (18:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 17 Nov 2003 18:29:34 +0000 (18:29 +0000)
2003-11-17  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/pthread/configure.in: Make missing forced unwind support
fatal.

nptl/ChangeLog
nptl/sysdeps/pthread/configure.in

index 9e122d0a644a66775e2e8edb07245d60df0b2f13..2af37b89141a6c46544ee47b1dc6cd1a6c01e02a 100644 (file)
@@ -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>
 
        * pthreadP.h: Don't declare __pthread_unwind as weak inside libpthread.
index 7d803b632315af47685c81fa0daa9e6b48e5c5d1..1e87892a95019e997093e343143a95ebb084d5b8 100644 (file)
@@ -45,4 +45,6 @@ libc_cv_c_cleanup=yes, libc_cv_c_cleanup=no)])
   if test $libc_cv_c_cleanup = no; then
     AC_MSG_ERROR([the compiler must support C cleanup handling])
   fi
+else
+  AC_MSG_ERROR(forced unwind support is required)
 fi