From: Jeff Law Date: Mon, 8 Jul 1996 20:29:33 +0000 (-0600) Subject: stdarg.h: Handle the H8/S. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8343b898b93c9d2f89154b58315592d217e37f66;p=gcc.git stdarg.h: Handle the H8/S. * ginclude/stdarg.h: Handle the H8/S. * ginclude/varargs.h: Likewise. From-SVN: r12409 --- diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index 8eaa53cf5b9..025694eee92 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -35,7 +35,7 @@ #ifdef __alpha__ #include #else -#if defined (__H8300__) || defined (__H8300H__) +#if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__) #include #else #if defined (__PPC__) && defined (_CALL_SYSV) diff --git a/gcc/ginclude/varargs.h b/gcc/ginclude/varargs.h index 5e17bec562c..16e8437ef1c 100644 --- a/gcc/ginclude/varargs.h +++ b/gcc/ginclude/varargs.h @@ -33,7 +33,7 @@ #ifdef __alpha__ #include #else -#if defined (__H8300__) || defined (__H8300H__) +#if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__) #include #else #if defined (__PPC__) && defined (_CALL_SYSV)