aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog6
-rwxr-xr-xgcc/configure3
-rw-r--r--gcc/configure.ac3
3 files changed, 10 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 138dca6..44ca1c2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/configure b/gcc/configure
index e690daa..9a2639f2 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 739d959..e75b1bc 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