[Glibc-bsd-commits] r5774 - trunk/glibc-ports/fbtl/sysdeps/pthread

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Sun Sep 13 20:06:25 UTC 2015


Author: aurel32
Date: 2015-09-13 20:06:25 +0000 (Sun, 13 Sep 2015)
New Revision: 5774

Modified:
   trunk/glibc-ports/fbtl/sysdeps/pthread/configure
   trunk/glibc-ports/fbtl/sysdeps/pthread/configure.in
Log:
merge from upstream:

2014-06-26  Joseph Myers  <joseph at codesourcery.com>
	* sysdeps/nptl/configure.ac: Do not check
	libc_cv_asm_cfi_directives.
	* sysdeps/nptl/configure: Regenerated.


Modified: trunk/glibc-ports/fbtl/sysdeps/pthread/configure
===================================================================
--- trunk/glibc-ports/fbtl/sysdeps/pthread/configure	2015-09-13 18:56:30 UTC (rev 5773)
+++ trunk/glibc-ports/fbtl/sysdeps/pthread/configure	2015-09-13 20:06:25 UTC (rev 5774)
@@ -9,15 +9,6 @@
   as_fn_error $? "working compiler support for visibility attribute is required" "$LINENO" 5
 fi
 
-if test "x$libc_cv_asm_cfi_directives" != xyes; then
-    case "$base_machine" in
-    i386 | x86_64 | powerpc | s390)
-      as_fn_error $? "CFI directive support in assembler is required" "$LINENO" 5 ;;
-    *) ;;
-  esac
-fi
-
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for forced unwind support" >&5
 $as_echo_n "checking for forced unwind support... " >&6; }
 if ${libc_cv_forced_unwind+:} false; then :

Modified: trunk/glibc-ports/fbtl/sysdeps/pthread/configure.in
===================================================================
--- trunk/glibc-ports/fbtl/sysdeps/pthread/configure.in	2015-09-13 18:56:30 UTC (rev 5773)
+++ trunk/glibc-ports/fbtl/sysdeps/pthread/configure.in	2015-09-13 20:06:25 UTC (rev 5774)
@@ -10,15 +10,6 @@
   AC_MSG_ERROR(working compiler support for visibility attribute is required)
 fi
 
-if test "x$libc_cv_asm_cfi_directives" != xyes; then
-  dnl We need this only for some architectures.
-  case "$base_machine" in
-    i386 | x86_64 | powerpc | s390)
-      AC_MSG_ERROR(CFI directive support in assembler is required) ;;
-    *) ;;
-  esac
-fi
-
 dnl Iff <unwind.h> is available, make sure it is the right one and it
 dnl contains struct _Unwind_Exception.
 AC_CACHE_CHECK(dnl




More information about the Glibc-bsd-commits mailing list