]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality.
authorRichard Henderson <rth@redhat.com>
Tue, 5 Aug 2008 21:25:48 +0000 (14:25 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 5 Aug 2008 21:25:48 +0000 (14:25 -0700)
        * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality.
        * configure: Rebuild.

From-SVN: r138738

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index cdc4d87d10749e5cabcf8306356b905659313eb5..8bce42a0280b2f86a0641d599a0631d1fff1e2c2 100644 (file)
@@ -1,3 +1,8 @@
+2008-08-05  Richard Henderson  <rth@redhat.com>
+
+       * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality.
+       * configure: Rebuild.
+
 2008-08-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR tree-opt/37024
index d1996bb7b4bd10268de68e886a6ff18875f9db41..abb1fd85c1b78d0770815eff58a25d5a8ed8393b 100755 (executable)
@@ -20851,6 +20851,7 @@ fi
        .cfi_same_value 1
        .cfi_def_cfa 1, 2
        .cfi_escape 1, 2, 3, 4, 5
+       .cfi_personality 0, symbol
        .cfi_endproc' > conftest.s
     if { ac_try='$gcc_cv_as  -o conftest.o conftest.s >&5'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
index 4f7fc325330003c834f6fe5b045f6a2d26a3f52a..54e1eb49bfaf257c04c32b17189fdcc48280f257 100644 (file)
@@ -2189,6 +2189,7 @@ gcc_GAS_CHECK_FEATURE([cfi directives], gcc_cv_as_cfi_directive,
        .cfi_same_value 1
        .cfi_def_cfa 1, 2
        .cfi_escape 1, 2, 3, 4, 5
+       .cfi_personality 0, symbol
        .cfi_endproc])
 AC_DEFINE_UNQUOTED(HAVE_GAS_CFI_DIRECTIVE,
   [`if test $gcc_cv_as_cfi_directive = yes; then echo 1; else echo 0; fi`],