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 8eaa53cf5b99b083b794e65ef3480f2c80eed34e..025694eee92bf8ba7718174a9e16226984f0ecfe 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 5e17bec562c838938a7e3211f7699603eeb6a7fd..16e8437ef1c889923ae9a189344ac029e98637c0 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)