head	1.3;
access;
symbols
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	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;
locks; strict;
comment	@# @;


1.3
date	2005.11.29.00.01.24;	author deischen;	state dead;
branches;
next	1.2;

1.2
date	2002.02.09.08.40.28;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	99.11.09.12.33.34;	author deischen;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update the antiquated version of the GNAT compiler to the GPL-2005
version.

Note that this version now produces executables that are
covered by the GPL as opposed to the previous version which was
covered by the modified GPL.

Also note that the GNAT sources in the stock GCC-4 tree are
not under this restriction.  A new port based on the sources
in GCC-4 will come when I get the time.
@
text
@--- ada/a-cstrea.c.orig	Fri Feb  1 22:59:35 2002
+++ ada/a-cstrea.c	Fri Feb  1 23:03:11 2002
@@@@ -205,7 +205,7 @@@@
 #elif defined (MSDOS)
   _fixpath (nam, buffer);
 
-#elif defined (sgi)
+#elif defined (sgi) || defined (__FreeBSD__)
 
   /* Use realpath function which resolves links and references to .. and ..
      on those Unix systems that support it. Note that linux provides it but
@


1.2
log
@Update to version 3.14p

PR: 34670
Submitted by: Joe Marcus Clarke <marcus@@marcuscom.com>
@
text
@@


1.1
log
@Upgrade GNAT to GNAT-3.12p, the latest public release from Ada Core
Technologies.
@
text
@d1 11
a11 19
*** ./ada/a-cstrea.c.orig	Fri Sep 24 08:42:07 1999
--- ./ada/a-cstrea.c	Sat Nov  6 16:06:52 1999
***************
*** 198,204 ****
     _fixpath (nam, buffer);
  
  #else
! #if defined (sgi) || defined (sun) || defined (linux)
  
     /* Use realpath function which resolves links and references to .. and ..
        on those Unix systems that support it. */
--- 198,204 ----
     _fixpath (nam, buffer);
  
  #else
! #if defined (sgi) || defined (sun) || defined (linux) || defined (__FreeBSD__)
  
     /* Use realpath function which resolves links and references to .. and ..
        on those Unix systems that support it. */
@

