* configure.ac: Add .machine power4 directive when testing for
mfcr field.
* configure: Regenerate.
From-SVN: r89076
+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.
mfcr 3,128';;
*-*-darwin*) conftest_s=' .text
mfcr r3,128';;
- *) conftest_s=' .text
+ *) conftest_s=' .machine power4
+ .text
mfcr 3,128';;
esac
mfcr 3,128';;
*-*-darwin*) conftest_s=' .text
mfcr r3,128';;
- *) conftest_s=' .text
+ *) conftest_s=' .machine power4
+ .text
mfcr 3,128';;
esac