diff options
Diffstat (limited to 'gcc/ginclude/stdarg.h')
-rw-r--r-- | gcc/ginclude/stdarg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index 84141dc..8eaa53c 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -41,6 +41,9 @@ #if defined (__PPC__) && defined (_CALL_SYSV) #include <va-ppc.h> #else +#ifdef __sh__ +#include <va-sh.h> +#else /* Define __gnuc_va_list. */ @@ -93,6 +96,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */ #endif /* big-endian */ #endif /* _STDARG_H */ +#endif /* not sh */ #endif /* not powerpc with V.4 calling sequence */ #endif /* not h8300 */ #endif /* not alpha */ |