From: Anthony Heading Date: Tue, 13 Jul 2004 06:57:13 +0000 (+0000) Subject: configure.ac (gcc_cv_as_offsetable_lo10): Fix a typo. X-Git-Tag: releases/gcc-4.0.0~6682 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecb0ccbcbdbc8af34097b60c4e37fcd22db6dcc1;p=thirdparty%2Fgcc.git configure.ac (gcc_cv_as_offsetable_lo10): Fix a typo. 2004-07-13 Anthony Heading * configure.ac (gcc_cv_as_offsetable_lo10: Fix a typo. * configure: Rebuilt. From-SVN: r84603 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 317e736a0e52..8372af0892a4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-13 Anthony Heading + + * configure.ac (gcc_cv_as_offsetable_lo10: Fix a typo. + * configure: Rebuilt. + 2004-07-13 Richard Sandiford * doc/invoke.texi: Remove documentation for MIPS -mrnames option. diff --git a/gcc/configure b/gcc/configure index 5bcc13a9d859..d30e786d9a1d 100755 --- a/gcc/configure +++ b/gcc/configure @@ -11267,7 +11267,7 @@ else (exit $ac_status); }; } then 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 gcc_cv_as_offsetable_lo10=yes fi diff --git a/gcc/configure.ac b/gcc/configure.ac index 7a2fbb7b0555..d37db09edfce 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -2589,7 +2589,7 @@ foo: or %g1, %lo(ab) + 12, %g1 or %g1, %lo(ab + 12), %g1], [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 gcc_cv_as_offsetable_lo10=yes fi],