configure.ac: Add .machine power4 directive when testing for mfcr field.
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 15 Oct 2004 02:26:15 +0000 (02:26 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 15 Oct 2004 02:26:15 +0000 (22:26 -0400)
        * configure.ac: Add .machine power4 directive when testing for
        mfcr field.
        * configure: Regenerate.

From-SVN: r89076

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 138dca69f4057faa2a552567bbc275d991dd26e0..44ca1c2b16c2e108804a94de4f7c361661e76030 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-14  David Edelsohn  <edelsohn@gnu.org>
+
+       * configure.ac: Add .machine power4 directive when testing for
+       mfcr field.
+       * configure: Regenerate.
+
 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
 
        * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define.
index e690daa61ba5e26f25e9aaf5620a21a52e93f043..9a2639f2f6bb38455bd2127f0996ae8e0ead1596 100755 (executable)
@@ -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
 
index 739d959c45524b425c8693360c6734495a896e2c..e75b1bc4b83a2ad14db4c3e7fec38d927b0dc2f9 100644 (file)
@@ -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