From: David Edelsohn Date: Fri, 15 Oct 2004 02:26:15 +0000 (+0000) Subject: configure.ac: Add .machine power4 directive when testing for mfcr field. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2ab3e372bc79054df5ded9b200c9729e4488208;p=gcc.git configure.ac: Add .machine power4 directive when testing for mfcr field. * configure.ac: Add .machine power4 directive when testing for mfcr field. * configure: Regenerate. From-SVN: r89076 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 138dca69f40..44ca1c2b16c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-10-14 David Edelsohn + + * configure.ac: Add .machine power4 directive when testing for + mfcr field. + * configure: Regenerate. + 2004-10-14 Geoffrey Keating * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define. diff --git a/gcc/configure b/gcc/configure index e690daa61ba..9a2639f2f6b 100755 --- a/gcc/configure +++ b/gcc/configure @@ -14371,7 +14371,8 @@ fi mfcr 3,128';; *-*-darwin*) conftest_s=' .text mfcr r3,128';; - *) conftest_s=' .text + *) conftest_s=' .machine power4 + .text mfcr 3,128';; esac diff --git a/gcc/configure.ac b/gcc/configure.ac index 739d959c455..e75b1bc4b83 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -2697,7 +2697,8 @@ foo: nop mfcr 3,128';; *-*-darwin*) conftest_s=' .text mfcr r3,128';; - *) conftest_s=' .text + *) conftest_s=' .machine power4 + .text mfcr 3,128';; esac