* config/i386/i386.h (ix86_return_in_memory): Add prototype.
From-SVN: r71803
This commit is contained in:
parent
7333171fe9
commit
c73f02bef2
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* config/s390/s390.c (s390_emit_prologue): Simplify accesses to
|
||||
|
|
|
@ -1245,6 +1245,7 @@ do { \
|
|||
should always be returned in memory. You should instead use
|
||||
`DEFAULT_PCC_STRUCT_RETURN' to indicate this. */
|
||||
|
||||
int ix86_return_in_memory (tree type);
|
||||
#define RETURN_IN_MEMORY(TYPE) \
|
||||
ix86_return_in_memory (TYPE)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue