diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-01-08 02:17:47 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-01-08 01:17:47 +0000 |
commit | 1b5c01520e425c801a014016f921eb804397f0a4 (patch) | |
tree | 76ee57bdb32633d806d8f72b489a9ce93c2748c7 /gcc | |
parent | 9e04a3bfee1a3b319bee4d04bc87f293638c0fb0 (diff) | |
download | gcc-1b5c01520e425c801a014016f921eb804397f0a4.zip gcc-1b5c01520e425c801a014016f921eb804397f0a4.tar.gz gcc-1b5c01520e425c801a014016f921eb804397f0a4.tar.bz2 |
configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
* configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
* configure: Regenerate.
From-SVN: r93075
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2979ebe..666fbfe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-01-07 Eric Botcazou <ebotcazou@libertysurf.fr> + + * configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo. + * configure: Regenerate. + 2005-01-07 Jakub Jelinek <jakub@redhat.com> * c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy diff --git a/gcc/configure b/gcc/configure index 2c00052..7a0077b 100755 --- a/gcc/configure +++ b/gcc/configure @@ -14284,7 +14284,7 @@ else if test x$gcc_cv_objdump != x \ && $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 + gcc_cv_as_sparc_offsetable_lo10=yes fi else echo "configure: failed program was" >&5 diff --git a/gcc/configure.ac b/gcc/configure.ac index e1d5a23..4576f15 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -2653,7 +2653,7 @@ foo: [if test x$gcc_cv_objdump != x \ && $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 + gcc_cv_as_sparc_offsetable_lo10=yes fi], [AC_DEFINE(HAVE_AS_OFFSETABLE_LO10, 1, [Define if your assembler supports offsetable %lo().])]) |