Commit 66f91112 by Eric Botcazou Committed by Eric Botcazou

re PR target/37610 (FAIL: g++.dg/eh/pr29166.C execution test)

	PR target/37610
	* configure.ac (gcc_cv_as_cfi_advance_working): Fall back to 'no'
	if readelf is nowhere to be found.
	* configure: Regenerate.

From-SVN: r142850
parent fb3e178a
2008-12-20 Eric Botcazou <ebotcazou@adacore.com>
PR target/37610
* configure.ac (gcc_cv_as_cfi_advance_working): Fall back to 'no'
if readelf is nowhere to be found.
* configure: Regenerate.
2008-12-19 Andrew Haley <aph@redhat.com> 2008-12-19 Andrew Haley <aph@redhat.com>
* builtins.c, tree-ssa-loop-ivopts.c, fixed-value.c: * builtins.c, tree-ssa-loop-ivopts.c, fixed-value.c:
...@@ -21628,7 +21628,8 @@ echo "$as_me:$LINENO: result: $gcc_cv_as_cfi_advance_working" >&5 ...@@ -21628,7 +21628,8 @@ echo "$as_me:$LINENO: result: $gcc_cv_as_cfi_advance_working" >&5
echo "${ECHO_T}$gcc_cv_as_cfi_advance_working" >&6 echo "${ECHO_T}$gcc_cv_as_cfi_advance_working" >&6
else else
gcc_cv_as_cfi_advance_working=yes # no readelf, err on the side of caution
gcc_cv_as_cfi_advance_working=no
fi fi
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
......
...@@ -2278,7 +2278,8 @@ fi ...@@ -2278,7 +2278,8 @@ fi
changequote([,])dnl changequote([,])dnl
]) ])
else else
gcc_cv_as_cfi_advance_working=yes # no readelf, err on the side of caution
gcc_cv_as_cfi_advance_working=no
fi fi
AC_DEFINE_UNQUOTED(HAVE_GAS_CFI_DIRECTIVE, AC_DEFINE_UNQUOTED(HAVE_GAS_CFI_DIRECTIVE,
[`if test $gcc_cv_as_cfi_directive = yes \ [`if test $gcc_cv_as_cfi_directive = yes \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment