diff options
Diffstat (limited to 'gcc/config/mn10300/mn10300.h')
| -rw-r--r-- | gcc/config/mn10300/mn10300.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h index d980b44..e831e28 100644 --- a/gcc/config/mn10300/mn10300.h +++ b/gcc/config/mn10300/mn10300.h @@ -697,13 +697,6 @@ struct cum_arg {int nbytes; }; /* Implement `va_start' for varargs and stdarg. */ #define EXPAND_BUILTIN_VA_START(valist, nextarg) \ mn10300_va_start (valist, nextarg) - -/* Implement `va_arg'. */ -#define EXPAND_BUILTIN_VA_ARG(valist, type) \ - mn10300_va_arg (valist, type) - -/* Addressing modes, and classification of registers for them. */ - /* 1 if X is an rtx for a constant that is a valid address. */ |
