Commit c73f02be by Loren J. Rittle Committed by Loren J. Rittle

* config/i386/i386.h (ix86_return_in_memory): Add prototype.

From-SVN: r71803
parent 7333171f
2003-09-25 Loren James Rittle <ljrittle@acm.org>
* config/i386/i386.h (ix86_return_in_memory): Add prototype.
2003-09-25 Ulrich Weigand <uweigand@de.ibm.com> 2003-09-25 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.c (s390_emit_prologue): Simplify accesses to * config/s390/s390.c (s390_emit_prologue): Simplify accesses to
......
...@@ -1245,6 +1245,7 @@ do { \ ...@@ -1245,6 +1245,7 @@ do { \
should always be returned in memory. You should instead use should always be returned in memory. You should instead use
`DEFAULT_PCC_STRUCT_RETURN' to indicate this. */ `DEFAULT_PCC_STRUCT_RETURN' to indicate this. */
int ix86_return_in_memory (tree type);
#define RETURN_IN_MEMORY(TYPE) \ #define RETURN_IN_MEMORY(TYPE) \
ix86_return_in_memory (TYPE) ix86_return_in_memory (TYPE)
......
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