Commit ecb0ccbc by Anthony Heading Committed by Jakub Jelinek

configure.ac (gcc_cv_as_offsetable_lo10): Fix a typo.

2004-07-13  Anthony Heading  <aheading@jpmorgan.com>

	* configure.ac (gcc_cv_as_offsetable_lo10: Fix a typo.
	* configure: Rebuilt.

From-SVN: r84603
parent 5b9cc93e
2004-07-13 Anthony Heading <aheading@jpmorgan.com>
* configure.ac (gcc_cv_as_offsetable_lo10: Fix a typo.
* configure: Rebuilt.
2004-07-13 Richard Sandiford <rsandifo@redhat.com> 2004-07-13 Richard Sandiford <rsandifo@redhat.com>
* doc/invoke.texi: Remove documentation for MIPS -mrnames option. * doc/invoke.texi: Remove documentation for MIPS -mrnames option.
......
...@@ -11267,7 +11267,7 @@ else ...@@ -11267,7 +11267,7 @@ else
(exit $ac_status); }; } (exit $ac_status); }; }
then then
if test x$gcc_cv_objdump != x \ if test x$gcc_cv_objdump != x \
&& %gcc_cv_objdump -s -j .text conftest.o 2> /dev/null \ && $gcc_cv_objdump -s -j .text conftest.o 2> /dev/null \
| grep ' 82106000 82106000' > /dev/null 2>&1; then | grep ' 82106000 82106000' > /dev/null 2>&1; then
gcc_cv_as_offsetable_lo10=yes gcc_cv_as_offsetable_lo10=yes
fi fi
......
...@@ -2589,7 +2589,7 @@ foo: ...@@ -2589,7 +2589,7 @@ foo:
or %g1, %lo(ab) + 12, %g1 or %g1, %lo(ab) + 12, %g1
or %g1, %lo(ab + 12), %g1], or %g1, %lo(ab + 12), %g1],
[if test x$gcc_cv_objdump != x \ [if test x$gcc_cv_objdump != x \
&& %gcc_cv_objdump -s -j .text conftest.o 2> /dev/null \ && $gcc_cv_objdump -s -j .text conftest.o 2> /dev/null \
| grep ' 82106000 82106000' > /dev/null 2>&1; then | grep ' 82106000 82106000' > /dev/null 2>&1; then
gcc_cv_as_offsetable_lo10=yes gcc_cv_as_offsetable_lo10=yes
fi], 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