diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-05 21:25:48 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-05 21:25:48 +0000 |
commit | c4bbd93d6ea77510a29fadf598b639600673d298 (patch) | |
tree | 3450e0491847db6bc6dcae400eed593760ca0ffb /gcc/configure | |
parent | 0b782a43a66fc4bf4749561a702f32fee740ae24 (diff) | |
download | gcc-c4bbd93d6ea77510a29fadf598b639600673d298.tar.gz |
* configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality.
* configure: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138738 138bc75d-0d04-0410-961f-82ee72b054a4
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 d1996bb7b4b..abb1fd85c1b 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 |