From d2ab3e372bc79054df5ded9b200c9729e4488208 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 15 Oct 2004 02:26:15 +0000 Subject: 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 --- gcc/ChangeLog | 6 ++++++ gcc/configure | 3 ++- gcc/configure.ac | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'gcc') 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 + + * 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 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 -- cgit v1.1