diff options
Diffstat (limited to 'gcc/config/v850/v850.h')
-rw-r--r-- | gcc/config/v850/v850.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index 4c4c270db71..25faff1e7dd 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -556,15 +556,6 @@ enum reg_class /* Keep the stack pointer constant throughout the function. */ #define ACCUMULATE_OUTGOING_ARGS 1 -/* Value is the number of bytes of arguments automatically - popped when returning from a subroutine 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. - SIZE is the number of bytes of arguments passed on the stack. */ - -#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0 - #define RETURN_ADDR_RTX(COUNT, FP) v850_return_addr (COUNT) /* Define a data type for recording info about an argument list |