Commit 7673c962 by Rainer Orth Committed by Rainer Orth

configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.

	* configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
	* configure: Regenerate.

From-SVN: r172387
parent 9698252f
2011-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
* configure: Regenerate.
2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
* tree.h (struct tree_int_cst, struct real_value): Include tree_typed
......
......@@ -23374,17 +23374,13 @@ bar:
then
if test x$gcc_cv_ld != x \
&& $gcc_cv_ld -o conftest conftest.o -G > /dev/null 2>&1; then
if $gcc_cv_ld -v | grep GNU >/dev/null 2>&1; then
if test x$gcc_cv_objdump != x; then
if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \
| grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then
if test x$gcc_cv_objdump != x; then
if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \
| grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then
gcc_cv_as_sparc_gotdata_op=no
else
else
gcc_cv_as_sparc_gotdata_op=yes
fi
fi
else
gcc_cv_as_sparc_gotdata_op=yes
fi
fi
rm -f conftest
......
......@@ -3278,17 +3278,13 @@ bar:
ld [[%l7 + %g1]], %g2, %gdop(foo)],
[if test x$gcc_cv_ld != x \
&& $gcc_cv_ld -o conftest conftest.o -G > /dev/null 2>&1; then
if $gcc_cv_ld -v | grep GNU >/dev/null 2>&1; then
if test x$gcc_cv_objdump != x; then
if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \
| grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then
if test x$gcc_cv_objdump != x; then
if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \
| grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then
gcc_cv_as_sparc_gotdata_op=no
else
else
gcc_cv_as_sparc_gotdata_op=yes
fi
fi
else
gcc_cv_as_sparc_gotdata_op=yes
fi
fi
rm -f conftest],
......
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