]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/37610 (FAIL: g++.dg/eh/pr29166.C execution test)
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 20 Dec 2008 22:32:30 +0000 (22:32 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 20 Dec 2008 22:32:30 +0000 (22:32 +0000)
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

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 9b9858538244c070e7b85d9ee96ff6ce7bb15fee..d6613b8365407a77e295b4ff975d4939389ae9cc 100644 (file)
@@ -1,3 +1,10 @@
+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>
 
        * builtins.c, tree-ssa-loop-ivopts.c, fixed-value.c:
index 09547c9b3bbc741fdfe4c17396277ffa288eae8f..451c360f211782acd9b8157fd36a281c8c6211c7 100755 (executable)
@@ -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
 
 else
-  gcc_cv_as_cfi_advance_working=yes
+  # no readelf, err on the side of caution
+  gcc_cv_as_cfi_advance_working=no
 fi
 
 cat >>confdefs.h <<_ACEOF
index 0ec9aa85e91afeadc20aa7ab2140d9d3a5dbaf0e..c067770cb5935f6e2eedd9e6217fb0260213516a 100644 (file)
@@ -2278,7 +2278,8 @@ fi
 changequote([,])dnl
 ])
 else
-  gcc_cv_as_cfi_advance_working=yes
+  # no readelf, err on the side of caution
+  gcc_cv_as_cfi_advance_working=no
 fi
 AC_DEFINE_UNQUOTED(HAVE_GAS_CFI_DIRECTIVE,
   [`if test $gcc_cv_as_cfi_directive = yes \