Commit 7ac22e17 by David S. Miller Committed by David S. Miller

configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple of four.

	* configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple of four.
	* configure: Rebuild.

From-SVN: r157397
parent d9f84cba
2010-03-11 David S. Miller <davem@davemloft.net>
* configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple of four.
* configure: Rebuild.
2010-03-11 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/43257
......
......@@ -21437,7 +21437,7 @@ else
echo ' .text
.cfi_startproc
.cfi_adjust_cfa_offset 64
.skip 75031, 0
.skip 75040, 0
.cfi_adjust_cfa_offset 128
.cfi_endproc' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
......@@ -21449,7 +21449,7 @@ else
then
if $gcc_cv_readelf -wf conftest.o 2>/dev/null \
| grep 'DW_CFA_advance_loc[124]:[ ][ ]*75031[ ]' >/dev/null; then
| grep 'DW_CFA_advance_loc[24]:[ ][ ]*75040[ ]' >/dev/null; then
gcc_cv_as_cfi_advance_working=yes
fi
......
......@@ -2308,12 +2308,12 @@ gcc_GAS_CHECK_FEATURE([working cfi advance], gcc_cv_as_cfi_advance_working,
[ .text
.cfi_startproc
.cfi_adjust_cfa_offset 64
.skip 75031, 0
.skip 75040, 0
.cfi_adjust_cfa_offset 128
.cfi_endproc],
[[
if $gcc_cv_readelf -wf conftest.o 2>/dev/null \
| grep 'DW_CFA_advance_loc[124]:[ ][ ]*75031[ ]' >/dev/null; then
| grep 'DW_CFA_advance_loc[24]:[ ][ ]*75040[ ]' >/dev/null; then
gcc_cv_as_cfi_advance_working=yes
fi
]])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment