configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.

* configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
        * configure: Regenerate.

From-SVN: r77325
This commit is contained in:
David Edelsohn 2004-02-05 17:09:05 +00:00 committed by David Edelsohn
parent 2f69c59413
commit 6b37db3cae
3 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2004-02-05 David Edelsohn <edelsohn@gnu.org>
* configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
* configure: Regenerate.
2004-02-05 Jonathan Wakely <redi@gcc.gnu.org>
* doc/install.texi: Update description of --gxx-include-dir to

10
gcc/configure vendored
View File

@ -10900,11 +10900,13 @@ fi
powerpc*-*-*)
case $target in
*-*-aix) conftest_s=' .csect .textPR';;
*) conftest_s=' .text';;
*-*-aix*) conftest_s=' .csect .text[PR]
mfcr 3,128';;
*-*-darwin*) conftest_s=' .text
mfcr r3,128';;
*) conftest_s=' .text
mfcr 3,128';;
esac
conftest_s="$conftest_s
mfcr 3,128"
echo "$as_me:$LINENO: checking assembler for mfcr field support" >&5
echo $ECHO_N "checking assembler for mfcr field support... $ECHO_C" >&6

View File

@ -2438,11 +2438,13 @@ changequote([,])dnl
powerpc*-*-*)
case $target in
*-*-aix) conftest_s=' .csect .text[PR]';;
*) conftest_s=' .text';;
*-*-aix*) conftest_s=' .csect .text[[PR]]
mfcr 3,128';;
*-*-darwin*) conftest_s=' .text
mfcr r3,128';;
*) conftest_s=' .text
mfcr 3,128';;
esac
conftest_s="$conftest_s
mfcr 3,128"
gcc_GAS_CHECK_FEATURE([mfcr field support],
gcc_cv_as_powerpc_mfcrf, [2,14,0],,