* configure.ac: Fix assembler test for powerpc*-linux decimal float.
* configure: Regenerate.
From-SVN: r123272
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.
2007-03-27 Anatoly Sokolov <aesok@post.ru>
case $target in
*-*-aix*) conftest_s=' .machine "pwr6"
.csect .text[PR]
- dadd 1,3';;
+ dadd 1,2,3';;
*) conftest_s=' .machine power6
.text
- dadd 1,3';;
+ dadd 1,2,3';;
esac
echo "$as_me:$LINENO: checking assembler for decimal float support" >&5
case $target in
*-*-aix*) conftest_s=' .machine "pwr6"
.csect .text[[PR]]
- dadd 1,3';;
+ dadd 1,2,3';;
*) conftest_s=' .machine power6
.text
- dadd 1,3';;
+ dadd 1,2,3';;
esac
gcc_GAS_CHECK_FEATURE([decimal float support],