This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
PATCH hppa 12-05
- To: egcs at cygnus dot com
- Subject: PATCH hppa 12-05
- From: Gcc <gcc at sunburst dot rose dot hp dot com>
- Date: Fri, 19 Dec 1997 13:26:46 -0800 (PST)
Ignore my last mail for some reason the dependency was messed up and it
the executable was giving amibigous results. Here are the patches the
problem arises because __va_list__ is a defined type in. It will now
compile sucessfully.
/usr/include/stdio.h and include/gcc/stdarg.h #defines it to nothing
Index: gcc/ginclude/stdarg.h
===================================================================
RCS file: /usr2/home/gcc/REP/egcs/gcc/ginclude/stdarg.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -r1.1 -r1.2
198a199,200
>
> #ifndef __hppa__
200a203
> #endif
Index: gcc/ginclude/stddef.h
===================================================================
RCS file: /usr2/home/gcc/REP/egcs/gcc/ginclude/stddef.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -r1.1 -r1.2
26a27
> #ifndef __hppa__
28a30
> #endif
Index: gcc/ginclude/varargs.h
===================================================================
RCS file: /usr2/home/gcc/REP/egcs/gcc/ginclude/varargs.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -r1.1 -r1.2
213a214
> #ifndef __hppa__
215a217
> #endif