head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	gcc_2_95_2:1.1
	RELEASE_3_3_0:1.1
	gcc_2_95_1:1.1
	gcc_2_95:1.1;
locks; strict;
comment	@# @;


1.2
date	2000.11.30.11.39.26;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	99.08.05.16.06.03;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@This should take this port back to the last version of it for EGCS-1.1.2.
The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295.

GCC 2.95.2 does not work for some people's code.  GCC 3.0 will be even
worse.  So it looks like we'll have to keep a port for each version of
GCC we've ever used.
@
text
@--- gcc/ginclude/stdarg.h.orig	Fri May  7 18:52:35 1999
+++ gcc/ginclude/stdarg.h	Wed Jun 23 16:38:00 1999
@@@@ -67,7 +67,7 @@@@
 
 #ifndef __GNUC_VA_LIST
 #define __GNUC_VA_LIST
-#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) || defined(__NetBSD__)
+#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) || defined(__NetBSD__) || defined(__FreeBSD__)
 typedef char *__gnuc_va_list;
 #else
 typedef void *__gnuc_va_list;
@


1.1
log
@Update to GCC-2.95 (what would have been EGCS-1.2).
@
text
@@
