configure.ac (gcc_cv_as_offsetable_lo10): Fix a typo.
authorAnthony Heading <aheading@jpmorgan.com>
Tue, 13 Jul 2004 06:57:13 +0000 (06:57 +0000)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 13 Jul 2004 06:57:13 +0000 (08:57 +0200)
2004-07-13  Anthony Heading  <aheading@jpmorgan.com>

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

From-SVN: r84603

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 317e736a0e52d68859c1ecc76355fa775fb50eda..8372af0892a465644f93c4f259ca6c3b6085f691 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * doc/invoke.texi: Remove documentation for MIPS -mrnames option.
index 5bcc13a9d859dbed82abc14a448c9abc0dc58596..d30e786d9a1d7512d6770cdb8385d33235b4c673 100755 (executable)
@@ -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
index 7a2fbb7b05558ad62f14b1f7bedc1d3132766aa7..d37db09edfceda141f051f71546110cfed06c2c1 100644 (file)
@@ -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],