alpha.c (alpha_emit_xfloating_libcall): Use GEN_CALL_VALUE define.
authorRodney Brown <RodneyBrown@mynd.com>
Tue, 8 Aug 2000 22:40:49 +0000 (22:40 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 8 Aug 2000 22:40:49 +0000 (16:40 -0600)
       * alpha/alpha.c (alpha_emit_xfloating_libcall):
        Use GEN_CALL_VALUE define.
        * alpha/alpha.md (untyped_call): Use GEN_CALL define.
        * clipper/clipper.md (untyped_call): Likewise.
        * dsp16xx/dsp16xx.md (untyped_call): Likewise.
        * fx80/fx80.md (untyped_call): Likewise.
        * mips/mips.md (untyped_call): Likewise.
        * ns32k/ns32k.md (untyped_call): Likewise.
        * pa/pa.md (untyped_call): Likewise.
        * romp/romp.md (untyped_call): Likewise.
        * sparc/sparc.md (untyped_call): Likewise.

From-SVN: r35573

gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.md
gcc/config/clipper/clipper.md
gcc/config/dsp16xx/dsp16xx.md
gcc/config/fx80/fx80.md
gcc/config/mips/mips.md
gcc/config/ns32k/ns32k.md
gcc/config/pa/pa.md
gcc/config/romp/romp.md
gcc/config/sparc/sparc.md

index 25c17cc9aec7bf5292b8105ca389b35a16ffc9ab..f1fe0334438ba3173105ef71fddb09f156ae9e60 100644 (file)
@@ -1,3 +1,17 @@
+2000-08-08  Rodney Brown  <RodneyBrown@mynd.com>
+
+       * alpha/alpha.c (alpha_emit_xfloating_libcall):
+       Use GEN_CALL_VALUE define.
+       * alpha/alpha.md (untyped_call): Use GEN_CALL define.
+       * clipper/clipper.md (untyped_call): Likewise.
+       * dsp16xx/dsp16xx.md (untyped_call): Likewise.
+       * fx80/fx80.md (untyped_call): Likewise.
+       * mips/mips.md (untyped_call): Likewise.
+       * ns32k/ns32k.md (untyped_call): Likewise.
+       * pa/pa.md (untyped_call): Likewise.
+       * romp/romp.md (untyped_call): Likewise.
+       * sparc/sparc.md (untyped_call): Likewise.
+
 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
 
        * config/i860/i860.c (singlemove_string): Do not generate assembler
index 1332af79c50183a785da95cceb8ad02fc5560d93..99535ab9d74f8640f38c6b7784d9ad619064b939 100644 (file)
@@ -2132,7 +2132,7 @@ alpha_emit_xfloating_libcall (func, target, operands, noperands, equiv)
     }
 
   tmp = gen_rtx_MEM (QImode, gen_rtx_SYMBOL_REF (Pmode, (char *) func));
-  tmp = emit_call_insn (gen_call_value (reg, tmp, const0_rtx,
+  tmp = emit_call_insn (GEN_CALL_VALUE (reg, tmp, const0_rtx,
                                        const0_rtx, const0_rtx));
   CALL_INSN_FUNCTION_USAGE (tmp) = usage;
 
index 34d3dafa9c2889066819150ee922418a63ba4cd1..36d16c244c8ba9e22b8b84bddc653c8df66c507b 100644 (file)
 {
   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++)
     {
index efe26a995f325dedd5ccaf6c0956b4f0201cec4f..8d4542c778167091b430f3e12d087a5d4aba6d22 100644 (file)
 {
   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++)
     {
index 8f9646737ba2678a7b436414ef5da854eb32bab9..28cf9c7caf38372a05a27ec82f9f6b52dd762708 100644 (file)
 {
   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++)
     {
index 6fffb163c39cf0f9bd03c99605efb2dc488db1e2..5cb320bcfabba4ae210ac6190eb8544b92239c44 100644 (file)
 {
   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++)
     {
index 92f5beac9fa447e4b2a0f1290a40e49b46005432..b34189ab2fe13ed3298914ac4482d42dfc8d8555 100644 (file)
@@ -9914,7 +9914,7 @@ ld\\t%2,%1-%S1(%2)\;daddu\\t%2,%2,$31\;j\\t%2"
     {
       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++)
        {
index ca74f7788f554e016dc607454b140394be6617b2..7cc29a528f590383d656af6fca0a72119ee5e85c 100644 (file)
 {
   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++)
     {
index f9f723097c0b022dd75c65517ecb32c9b3800dde..d7d5c57a561a4c9b3539cc23181c643ea54abc85 100644 (file)
 {
   int i;
 
-  emit_call_insn (gen_call (operands[0], const0_rtx));
+  emit_call_insn (GEN_CALL (operands[0], const0_rtx, NULL, const0_rtx));
 
   for (i = 0; i < XVECLEN (operands[2], 0); i++)
     {
index cc6c30facd79a4aba78ef7e4922028801a735864..131e78cd4e3dfe25b47902191bd56cf2858d8775 100644 (file)
 {
   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++)
     {
index 8fb4b941d4ee20e92f7198d822c62949688f6fca..82386e57864c4725ddf0625918905be3f1e7af3f 100644 (file)
 
   /* Pass constm1 to indicate that it may expect a structure value, but
      we don't know what size it is.  */
-  emit_call_insn (gen_call (operands[0], const0_rtx, NULL, constm1_rtx));
+  emit_call_insn (GEN_CALL (operands[0], const0_rtx, NULL, constm1_rtx));
 
   for (i = 0; i < XVECLEN (operands[2], 0); i++)
     {