diff options
author | Richard Henderson <rth@redhat.com> | 2008-08-05 14:25:48 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2008-08-05 14:25:48 -0700 |
commit | 8a24bf0486b5a23c2772b29ee38e6a8372eaeac1 (patch) | |
tree | 3450e0491847db6bc6dcae400eed593760ca0ffb /gcc/configure | |
parent | 6b3fb3441ecf65c8b0e81cf3891a989fe0994df3 (diff) | |
download | gcc-8a24bf0486b5a23c2772b29ee38e6a8372eaeac1.zip gcc-8a24bf0486b5a23c2772b29ee38e6a8372eaeac1.tar.gz gcc-8a24bf0486b5a23c2772b29ee38e6a8372eaeac1.tar.bz2 |
configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality.
* configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality.
* configure: Rebuild.
From-SVN: r138738
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index d1996bb..abb1fd8 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 |