Commit 8343b898 by Jeff Law

stdarg.h: Handle the H8/S.

        * ginclude/stdarg.h: Handle the H8/S.
        * ginclude/varargs.h: Likewise.

From-SVN: r12409
parent 5a415119
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#ifdef __alpha__ #ifdef __alpha__
#include <va-alpha.h> #include <va-alpha.h>
#else #else
#if defined (__H8300__) || defined (__H8300H__) #if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__)
#include <va-h8300.h> #include <va-h8300.h>
#else #else
#if defined (__PPC__) && defined (_CALL_SYSV) #if defined (__PPC__) && defined (_CALL_SYSV)
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#ifdef __alpha__ #ifdef __alpha__
#include <va-alpha.h> #include <va-alpha.h>
#else #else
#if defined (__H8300__) || defined (__H8300H__) #if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__)
#include <va-h8300.h> #include <va-h8300.h>
#else #else
#if defined (__PPC__) && defined (_CALL_SYSV) #if defined (__PPC__) && defined (_CALL_SYSV)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment