Commit d2ab3e37 by David Edelsohn Committed by David Edelsohn

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
parent 9d948a40
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.
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment