OSDN Git Service

Add linux support.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jan 1997 21:54:03 +0000 (21:54 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jan 1997 21:54:03 +0000 (21:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13500 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ginclude/va-sparc.h

index 7a39463..6c16929 100644 (file)
@@ -17,7 +17,7 @@ typedef struct {
   __va_greg * __va_next_stack;         /* next extended word on stack */
 } __gnuc_va_list;
 #else
-#ifndef __svr4__
+#if ! defined (__svr4__) && ! defined (__linux__)
 /* This has to be a char * to be compatible with Sun.
    i.e., we have to pass a `va_list' to vsprintf.  */
 typedef char * __gnuc_va_list;