Commit 0f7df3fb by Jason Eckhardt Committed by Jason Eckhardt

i860.md (untyped_call expander): Use GEN_CALL instead of gen_call.

Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>

        * config/i860/i860.md (untyped_call expander): Use GEN_CALL
        instead of gen_call.

From-SVN: r35213
parent c6451ce1
Sun Jul 23 14:49:12 2000 Jason Eckhardt <jle@cygnus.com>
* config/i860/i860.md (untyped_call expander): Use GEN_CALL
instead of gen_call.
Sun Jul 23 11:52:03 2000 George Helffrich (george@gly.bris.ac.uk) Sun Jul 23 11:52:03 2000 George Helffrich (george@gly.bris.ac.uk)
* dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab. * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
......
...@@ -2266,7 +2266,7 @@ fmul.ss %1,%0,%4\;fmul.ss %3,%4,%0\"; ...@@ -2266,7 +2266,7 @@ fmul.ss %1,%0,%4\;fmul.ss %3,%4,%0\";
{ {
int i; int i;
emit_call_insn (gen_call (operands[0], const0_rtx, NULL, const0_rtx)); emit_call_insn (GEN_CALL (operands[0], const0_rtx, NULL, const0_rtx));
for (i = 0; i < XVECLEN (operands[2], 0); i++) for (i = 0; i < XVECLEN (operands[2], 0); i++)
{ {
......
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