head	1.6;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	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.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	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.6
date	2010.09.30.16.53.28;	author deischen;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.19.03.38.31;	author deischen;	state Exp;
branches;
next	1.4;

1.4
date	2006.12.26.16.53.47;	author deischen;	state Exp;
branches;
next	1.3;

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

1.2
date	2002.12.01.19.10.48;	author deischen;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@Update to the 2010 version of GNAT-GPL.
@
text
@--- gcc/ada/gnatchop.adb.orig	2010-06-03 02:22:23.000000000 -0400
+++ gcc/ada/gnatchop.adb	2010-09-28 11:05:12.000000000 -0400
@@@@ -45,7 +45,7 @@@@
    Config_File_Name : constant String_Access := new String'("gnat.adc");
    --  The name of the file holding the GNAT configuration pragmas
 
-   Gcc : String_Access := new String'("gcc");
+   Gcc : String_Access := new String'("gnatgcc");
    --  May be modified by switch --GCC=
 
    Gcc_Set : Boolean := False;
@


1.5
log
@Update to the 2009 gpl edition.

Borrow some makefile foo from lang/gnat-gcc43.
@
text
@d1 2
a2 2
--- gcc/ada/gnatchop.adb.orig	2009-05-19 07:24:47.000000000 -0400
+++ gcc/ada/gnatchop.adb	2009-06-18 08:45:13.000000000 -0400
@


1.4
log
@Update to gnat GPL 2006.
@
text
@d1 2
a2 2
--- gcc/ada/gnatchop.adb.orig	Mon May 22 02:06:11 2006
+++ gcc/ada/gnatchop.adb	Mon Dec 25 11:14:06 2006
@


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
@d1 2
a2 2
--- gcc/ada/gnatchop.adb.orig	Fri Jul 29 09:03:44 2005
+++ gcc/ada/gnatchop.adb	Wed Nov 23 23:40:15 2005
@


1.2
log
@Update to the latest released version of GNAT (3.15p).  Also use a
new bootstrap compiler and fix so that it builds under -current.

Approved by:	portmgr
@
text
@d1 11
a11 19
*** ./ada/gnatchop.adb.orig	Thu Oct 24 04:02:18 2002
--- ./ada/gnatchop.adb	Fri Nov 22 09:18:03 2002
***************
*** 49,55 ****
     Config_File_Name : constant String_Access := new String'("gnat.adc");
     --  The name of the file holding the GNAT configuration pragmas
  
!    Gcc : String_Access := new String'("gcc");
     --  May be modified by switch --GCC=
  
     Gcc_Set : Boolean := False;
--- 49,55 ----
     Config_File_Name : constant String_Access := new String'("gnat.adc");
     --  The name of the file holding the GNAT configuration pragmas
  
!    Gcc : String_Access := new String'("adagcc");
     --  May be modified by switch --GCC=
  
     Gcc_Set : Boolean := False;
@


1.1
log
@Upgrade GNAT to GNAT-3.12p, the latest public release from Ada Core
Technologies.
@
text
@d1 2
a2 2
*** ./ada/gnatchop.adb.orig	Fri Sep 24 08:42:44 1999
--- ./ada/gnatchop.adb	Tue Nov  2 02:43:44 1999
d4 3
a6 3
*** 1575,1581 ****
  begin
     --  Check presence of required executables
d8 2
a9 1
!    Gnat_Cmd := Locate_Executable ("gcc");
d11 4
a14 5
     if Gnat_Cmd = null then
        goto No_Files_Written;
--- 1575,1581 ----
  begin
     --  Check presence of required executables
d16 2
a17 1
!    Gnat_Cmd := Locate_Executable ("adagcc");
d19 1
a19 2
     if Gnat_Cmd = null then
        goto No_Files_Written;
@

