diff options
| author | Jim Wilson <wilson@gcc.gnu.org> | 1996-03-06 16:59:13 -0800 |
|---|---|---|
| committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-03-06 16:59:13 -0800 |
| commit | 385512eb870b09b2c7f3a08e33c93684b242a20c (patch) | |
| tree | 254c275b6963cc98ce4cba883d9c7fe065a76843 /gcc/ginclude/varargs.h | |
| parent | b4b340377307a6a4eb69473947fae238577282bc (diff) | |
| download | gcc-385512eb870b09b2c7f3a08e33c93684b242a20c.zip gcc-385512eb870b09b2c7f3a08e33c93684b242a20c.tar.gz gcc-385512eb870b09b2c7f3a08e33c93684b242a20c.tar.bz2 | |
Use va-sh.h.
From-SVN: r11485
Diffstat (limited to 'gcc/ginclude/varargs.h')
| -rw-r--r-- | gcc/ginclude/varargs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ginclude/varargs.h b/gcc/ginclude/varargs.h index 77e0ed2..5e17bec 100644 --- a/gcc/ginclude/varargs.h +++ b/gcc/ginclude/varargs.h @@ -39,6 +39,9 @@ #if defined (__PPC__) && defined (_CALL_SYSV) #include <va-ppc.h> #else +#ifdef __sh__ +#include <va-sh.h> +#else #ifdef __NeXT__ @@ -111,6 +114,7 @@ typedef void *__gnuc_va_list; ? sizeof (TYPE) : __va_rounded_size (TYPE)))))) #endif /* big-endian */ +#endif /* not sh */ #endif /* not powerpc with V.4 calling sequence */ #endif /* not h8300 */ #endif /* not alpha */ |
