Commit 1b5c0152 by Eric Botcazou Committed by Eric Botcazou

configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.

	* configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
	* configure: Regenerate.

From-SVN: r93075
parent 9e04a3bf
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> 2005-01-07 Jakub Jelinek <jakub@redhat.com>
* c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy * c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy
......
...@@ -14284,7 +14284,7 @@ else ...@@ -14284,7 +14284,7 @@ else
if test x$gcc_cv_objdump != x \ 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 | grep ' 82106000 82106000' > /dev/null 2>&1; then
gcc_cv_as_offsetable_lo10=yes gcc_cv_as_sparc_offsetable_lo10=yes
fi fi
else else
echo "configure: failed program was" >&5 echo "configure: failed program was" >&5
......
...@@ -2653,7 +2653,7 @@ foo: ...@@ -2653,7 +2653,7 @@ foo:
[if test x$gcc_cv_objdump != x \ [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 | grep ' 82106000 82106000' > /dev/null 2>&1; then
gcc_cv_as_offsetable_lo10=yes gcc_cv_as_sparc_offsetable_lo10=yes
fi], fi],
[AC_DEFINE(HAVE_AS_OFFSETABLE_LO10, 1, [AC_DEFINE(HAVE_AS_OFFSETABLE_LO10, 1,
[Define if your assembler supports offsetable %lo().])]) [Define if your assembler supports offsetable %lo().])])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment