summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog14
-rw-r--r--gcc/config/alpha/alpha.c2
-rw-r--r--gcc/config/alpha/alpha.md2
-rw-r--r--gcc/config/clipper/clipper.md2
-rw-r--r--gcc/config/dsp16xx/dsp16xx.md2
-rw-r--r--gcc/config/fx80/fx80.md2
-rw-r--r--gcc/config/mips/mips.md2
-rw-r--r--gcc/config/ns32k/ns32k.md2
-rw-r--r--gcc/config/pa/pa.md2
-rw-r--r--gcc/config/romp/romp.md2
-rw-r--r--gcc/config/sparc/sparc.md2
11 files changed, 24 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 25c17cc9aec..f1fe0334438 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c
index 1332af79c50..99535ab9d74 100644
--- a/gcc/config/alpha/alpha.c
+++ b/gcc/config/alpha/alpha.c
@@ -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;
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md
index 34d3dafa9c2..36d16c244c8 100644
--- a/gcc/config/alpha/alpha.md
+++ b/gcc/config/alpha/alpha.md
@@ -4324,7 +4324,7 @@
{
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++)
{
diff --git a/gcc/config/clipper/clipper.md b/gcc/config/clipper/clipper.md
index efe26a995f3..8d4542c7781 100644
--- a/gcc/config/clipper/clipper.md
+++ b/gcc/config/clipper/clipper.md
@@ -1373,7 +1373,7 @@
{
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++)
{
diff --git a/gcc/config/dsp16xx/dsp16xx.md b/gcc/config/dsp16xx/dsp16xx.md
index 8f9646737ba..28cf9c7caf3 100644
--- a/gcc/config/dsp16xx/dsp16xx.md
+++ b/gcc/config/dsp16xx/dsp16xx.md
@@ -2108,7 +2108,7 @@
{
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++)
{
diff --git a/gcc/config/fx80/fx80.md b/gcc/config/fx80/fx80.md
index 6fffb163c39..5cb320bcfab 100644
--- a/gcc/config/fx80/fx80.md
+++ b/gcc/config/fx80/fx80.md
@@ -2450,7 +2450,7 @@
{
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++)
{
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index 92f5beac9fa..b34189ab2fe 100644
--- a/gcc/config/mips/mips.md
+++ b/gcc/config/mips/mips.md
@@ -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++)
{
diff --git a/gcc/config/ns32k/ns32k.md b/gcc/config/ns32k/ns32k.md
index ca74f7788f5..7cc29a528f5 100644
--- a/gcc/config/ns32k/ns32k.md
+++ b/gcc/config/ns32k/ns32k.md
@@ -2599,7 +2599,7 @@
{
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++)
{
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md
index f9f723097c0..d7d5c57a561 100644
--- a/gcc/config/pa/pa.md
+++ b/gcc/config/pa/pa.md
@@ -6138,7 +6138,7 @@
{
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++)
{
diff --git a/gcc/config/romp/romp.md b/gcc/config/romp/romp.md
index cc6c30facd7..131e78cd4e3 100644
--- a/gcc/config/romp/romp.md
+++ b/gcc/config/romp/romp.md
@@ -1784,7 +1784,7 @@
{
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++)
{
diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md
index 8fb4b941d4e..82386e57864 100644
--- a/gcc/config/sparc/sparc.md
+++ b/gcc/config/sparc/sparc.md
@@ -8731,7 +8731,7 @@
/* 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++)
{