configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality.
* configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality. * configure: Rebuild. From-SVN: r138738
This commit is contained in:
parent
6b3fb3441e
commit
8a24bf0486
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
1
gcc/configure
vendored
1
gcc/configure
vendored
|
@ -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
|
||||
|
|
|
@ -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`],
|
||||
|
|
Loading…
Add table
Reference in a new issue