stdarg.h: Handle the H8/S.
authorJeff Law <law@gcc.gnu.org>
Mon, 8 Jul 1996 20:29:33 +0000 (14:29 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 8 Jul 1996 20:29:33 +0000 (14:29 -0600)
        * ginclude/stdarg.h: Handle the H8/S.
        * ginclude/varargs.h: Likewise.

From-SVN: r12409

gcc/ginclude/stdarg.h
gcc/ginclude/varargs.h

index 8eaa53c..025694e 100644 (file)
@@ -35,7 +35,7 @@
 #ifdef __alpha__
 #include <va-alpha.h>
 #else
-#if defined (__H8300__) || defined (__H8300H__)
+#if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__)
 #include <va-h8300.h>
 #else
 #if defined (__PPC__) && defined (_CALL_SYSV)
index 5e17bec..16e8437 100644 (file)
@@ -33,7 +33,7 @@
 #ifdef __alpha__
 #include <va-alpha.h>
 #else
-#if defined (__H8300__) || defined (__H8300H__)
+#if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__)
 #include <va-h8300.h>
 #else
 #if defined (__PPC__) && defined (_CALL_SYSV)