From: Eric Botcazou Date: Sat, 8 Jan 2005 01:20:19 +0000 (+0100) Subject: configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo. X-Git-Tag: releases/gcc-3.4.4~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32cfbeb9ece7d23877645685db9466cd1c81a090;p=thirdparty%2Fgcc.git configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo. * configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo. * configure: Regenerate. From-SVN: r93076 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 07287b16d4ae..adb1ed236ca9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-01-07 Eric Botcazou + + * configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo. + * configure: Regenerate. + 2005-01-07 Jakub Jelinek * c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy diff --git a/gcc/configure b/gcc/configure index 1d3cc0e51334..bd8a927d528b 100755 --- a/gcc/configure +++ b/gcc/configure @@ -11315,7 +11315,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 89edf64bc01f..37f2dee5dbe9 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -2403,7 +2403,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().])])