OSDN Git Service

* varargs.h, stdarg.h: Include va-mn10200.h.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jun 1997 17:30:34 +0000 (17:30 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jun 1997 17:30:34 +0000 (17:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14290 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 7d39373..694865a 100644 (file)
@@ -50,6 +50,9 @@
 #ifdef __mn10300__
 #include "va-mn10300.h"
 #else
+#ifdef __mn10200__
+#include "va-mn10200.h"
+#else
 
 /* Define __gnuc_va_list.  */
 
@@ -106,6 +109,7 @@ void va_end (__gnuc_va_list);               /* Defined in libgcc.a */
 
 #endif /* _STDARG_H */
 
+#endif /* not mn10200 */
 #endif /* not mn10300 */
 #endif /* not sh */
 #endif /* not m32r */
index 29587aa..e0db8cc 100644 (file)
@@ -48,6 +48,9 @@
 #ifdef __mn10300__
 #include "va-mn10300.h"
 #else
+#ifdef __mn10200__
+#include "va-mn10200.h"
+#else
 
 #ifdef __NeXT__
 
@@ -123,6 +126,7 @@ typedef void *__gnuc_va_list;
 /* Copy __gnuc_va_list into another variable of this type.  */
 #define __va_copy(dest, src) (dest) = (src)
 
+#endif /* not mn10200 */
 #endif /* not mn10300 */
 #endif /* not sh */
 #endif /* not m32r */