Commit 0d74c0ee by Janis Johnson Committed by Janis Johnson

configure.ac: Fix assembler test for powerpc*-linux decimal float.

	* configure.ac: Fix assembler test for powerpc*-linux decimal float.
	* configure: Regenerate.

From-SVN: r123272
parent a3bba767
2007-03-27 Janis Johnson <janis187@us.ibm.com> 2007-03-27 Janis Johnson <janis187@us.ibm.com>
* configure.ac: Fix assembler test for powerpc*-linux decimal float.
* configure: Regenerate.
* configure: Regenerate using the correct version of autoconf. * configure: Regenerate using the correct version of autoconf.
2007-03-27 Anatoly Sokolov <aesok@post.ru> 2007-03-27 Anatoly Sokolov <aesok@post.ru>
......
...@@ -15748,10 +15748,10 @@ fi ...@@ -15748,10 +15748,10 @@ fi
case $target in case $target in
*-*-aix*) conftest_s=' .machine "pwr6" *-*-aix*) conftest_s=' .machine "pwr6"
.csect .text[PR] .csect .text[PR]
dadd 1,3';; dadd 1,2,3';;
*) conftest_s=' .machine power6 *) conftest_s=' .machine power6
.text .text
dadd 1,3';; dadd 1,2,3';;
esac esac
echo "$as_me:$LINENO: checking assembler for decimal float support" >&5 echo "$as_me:$LINENO: checking assembler for decimal float support" >&5
......
...@@ -2992,10 +2992,10 @@ LCF0: ...@@ -2992,10 +2992,10 @@ LCF0:
case $target in case $target in
*-*-aix*) conftest_s=' .machine "pwr6" *-*-aix*) conftest_s=' .machine "pwr6"
.csect .text[[PR]] .csect .text[[PR]]
dadd 1,3';; dadd 1,2,3';;
*) conftest_s=' .machine power6 *) conftest_s=' .machine power6
.text .text
dadd 1,3';; dadd 1,2,3';;
esac esac
gcc_GAS_CHECK_FEATURE([decimal float support], gcc_GAS_CHECK_FEATURE([decimal float support],
......
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