Use va-sh.h.

From-SVN: r11485
This commit is contained in:
Jim Wilson 1996-03-06 16:59:13 -08:00
parent b4b3403773
commit 385512eb87
2 changed files with 8 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */