This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH hppa 12-05


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]