aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/dsp16xx
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-02-21 18:21:14 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-02-21 18:21:14 -0500
commit8b109b37fc08e64e252ab7d3031283c94a638291 (patch)
tree804db72713ffd33458515ca2cde99ed7e257f631 /gcc/config/dsp16xx
parent330e1b6be9df24eacd076ba149feba48e8bdeecc (diff)
downloadgcc-8b109b37fc08e64e252ab7d3031283c94a638291.zip
gcc-8b109b37fc08e64e252ab7d3031283c94a638291.tar.gz
gcc-8b109b37fc08e64e252ab7d3031283c94a638291.tar.bz2
Added arg to RETURN_POPS_ARGS.
From-SVN: r8999
Diffstat (limited to 'gcc/config/dsp16xx')
-rw-r--r--gcc/config/dsp16xx/dsp16xx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h
index 6dacaac..60b507d 100644
--- a/gcc/config/dsp16xx/dsp16xx.h
+++ b/gcc/config/dsp16xx/dsp16xx.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler. AT&T DSP1600.
- Copyright (C) 1994 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Contributed by Michael Collison (collison@world.std.com).
This file is part of GNU CC.
@@ -1112,10 +1112,11 @@ extern struct dsp16xx_frame_info current_frame_info;
/* Value is 1 if returning from a function call automatically
pops the arguments described by the number-of-args field in the call.
+ FUNDECL is the declaration node of the function (as a tree),
FUNTYPE is the data type of the function (as a tree),
or for a library call it is an identifier node for the subroutine name. */
-#define RETURN_POPS_ARGS(FUNTYPE, STACK_SIZE) 0
+#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
/* Define how to find the value returned by a function.
VALTYPE is the data type of the value (as a tree).