summaryrefslogtreecommitdiff
path: root/gcc/ginclude/stdarg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ginclude/stdarg.h')
-rw-r--r--gcc/ginclude/stdarg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h
index c497199d735..431439c152f 100644
--- a/gcc/ginclude/stdarg.h
+++ b/gcc/ginclude/stdarg.h
@@ -41,6 +41,9 @@
#if defined (__PPC__) && (defined (_CALL_SYSV) || defined (_WIN32))
#include "va-ppc.h"
#else
+#ifdef __arc__
+#include "va-arc.h"
+#else
#ifdef __M32R__
#include "va-m32r.h"
#else
@@ -117,6 +120,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
#endif /* not mn10300 */
#endif /* not sh */
#endif /* not m32r */
+#endif /* not arc */
#endif /* not powerpc with V.4 calling sequence */
#endif /* not h8300 */
#endif /* not alpha */