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
This commit is contained in:
Rainer Orth 2011-04-13 17:12:53 +00:00 committed by Rainer Orth
parent 9698252f89
commit 7673c9623f
3 changed files with 13 additions and 16 deletions

View File

@ -1,3 +1,8 @@
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

12
gcc/configure vendored
View File

@ -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

View File

@ -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],