[Glibc-bsd-commits] r5939 - trunk/glibc-ports-2.23/fbtl/sysdeps/x86_64
aurel32 at alioth.debian.org
aurel32 at alioth.debian.org
Sun Mar 13 13:24:21 UTC 2016
Author: aurel32
Date: 2016-03-13 13:24:21 +0000 (Sun, 13 Mar 2016)
New Revision: 5939
Removed:
trunk/glibc-ports-2.23/fbtl/sysdeps/x86_64/configure
trunk/glibc-ports-2.23/fbtl/sysdeps/x86_64/configure.in
Log:
Merge from upstream:
commit a8779c28a8172b6573c9dd1724540e679c77168c
Author: Joseph Myers <joseph at codesourcery.com>
Date: Thu Jun 26 17:33:32 2014 +0000
Remove configure tests for assembler CFI support.
This patch removes configure tests for assembler CFI support (and
thereby eliminates an architecture-specific case in the main
configure.ac), instead assuming that support is present
unconditionally.
The main test was added in 2003 around the time CFI support was added
to the assembler. cfi_personality and cfi_lsda support were added to
the assembler in 2006. cfi_sections support was added in 2009, a few
weeks before binutils 2.20 was released; it's in 2.20, the minimum
supported version, so even that configure test is obsolete.
Tested x86_64 that the installed shared libraries are unchanged by
this patch.
Deleted: trunk/glibc-ports-2.23/fbtl/sysdeps/x86_64/configure
===================================================================
--- trunk/glibc-ports-2.23/fbtl/sysdeps/x86_64/configure 2016-03-13 13:22:45 UTC (rev 5938)
+++ trunk/glibc-ports-2.23/fbtl/sysdeps/x86_64/configure 2016-03-13 13:24:21 UTC (rev 5939)
@@ -1,34 +0,0 @@
-# This file is generated from configure.in by Autoconf. DO NOT EDIT!
- # Local configure fragment for sysdeps/i386.
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for .cfi_personality and .cfi_lsda pseudo-ops" >&5
-$as_echo_n "checking for .cfi_personality and .cfi_lsda pseudo-ops... " >&6; }
-if ${libc_cv_asm_cfi_personality+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.s <<EOF
-${libc_cv_dot_text}
-foo:
- .cfi_startproc
- .cfi_personality 0, foo
- .cfi_lsda 0, foo
- .cfi_endproc
-EOF
- if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
- { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; }; then
- libc_cv_asm_cfi_personality=yes
- else
- libc_cv_asm_cfi_personality=no
- fi
- rm -f conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_cfi_personality" >&5
-$as_echo "$libc_cv_asm_cfi_personality" >&6; }
-if test x"$libc_cv_asm_cfi_personality" != xyes; then
- as_fn_error $? "assembler too old, .cfi_personality support missing" "$LINENO" 5
-fi
Deleted: trunk/glibc-ports-2.23/fbtl/sysdeps/x86_64/configure.in
===================================================================
--- trunk/glibc-ports-2.23/fbtl/sysdeps/x86_64/configure.in 2016-03-13 13:22:45 UTC (rev 5938)
+++ trunk/glibc-ports-2.23/fbtl/sysdeps/x86_64/configure.in 2016-03-13 13:24:21 UTC (rev 5939)
@@ -1,23 +0,0 @@
-GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
-# Local configure fragment for sysdeps/i386.
-
-AC_CACHE_CHECK([for .cfi_personality and .cfi_lsda pseudo-ops],
- libc_cv_asm_cfi_personality, [dnl
- cat > conftest.s <<EOF
-${libc_cv_dot_text}
-foo:
- .cfi_startproc
- .cfi_personality 0, foo
- .cfi_lsda 0, foo
- .cfi_endproc
-EOF
- if AC_TRY_COMMAND(${CC-cc} $ASFLAGS -c conftest.s 1>&AS_MESSAGE_LOG_FD); then
- libc_cv_asm_cfi_personality=yes
- else
- libc_cv_asm_cfi_personality=no
- fi
- rm -f conftest*
-])
-if test x"$libc_cv_asm_cfi_personality" != xyes; then
- AC_MSG_ERROR([assembler too old, .cfi_personality support missing])
-fi
More information about the Glibc-bsd-commits
mailing list