* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123272
138bc75d-0d04-0410-961f-
82ee72b054a4
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],