2004-07-13 Anthony Heading <aheading@jpmorgan.com>
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jul 2004 06:57:13 +0000 (06:57 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jul 2004 06:57:13 +0000 (06:57 +0000)
* configure.ac (gcc_cv_as_offsetable_lo10: Fix a typo.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84603 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 317e736..8372af0 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 5bcc13a..d30e786 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 7a2fbb7..d37db09 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],