SOURCES: gcc-ada.patch - all the fixes needed to bootstrap 4.1 ada...

baggins baggins at pld-linux.org
Thu Feb 8 23:35:43 CET 2007


Author: baggins                      Date: Thu Feb  8 22:35:43 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- all the fixes needed to bootstrap 4.1 ada with gcc 4.2

---- Files affected:
SOURCES:
   gcc-ada.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/gcc-ada.patch
diff -u SOURCES/gcc-ada.patch:1.1 SOURCES/gcc-ada.patch:1.2
--- SOURCES/gcc-ada.patch:1.1	Tue Feb  6 19:26:53 2007
+++ SOURCES/gcc-ada.patch	Thu Feb  8 23:35:38 2007
@@ -1,5 +1,5 @@
---- gcc/gcc/ada/erroutc.adb.org	2007-02-06 19:20:40.633030250 +0100
-+++ gcc/gcc/ada/erroutc.adb	2007-02-06 19:21:08.486771000 +0100
+--- gcc-4_1-branch/gcc/ada/erroutc.adb~	2005-11-30 12:12:07.000000000 +0100
++++ gcc-4_1-branch/gcc/ada/erroutc.adb	2007-02-08 19:47:25.000000000 +0100
 @@ -39,7 +39,6 @@
  with Sinput;   use Sinput;
  with Snames;   use Snames;
@@ -8,3 +8,28 @@
  with Uintp;    use Uintp;
  
  package body Erroutc is
+--- /dev/null	2007-01-04 19:59:32.080403511 +0100
++++ gcc-4_1-branch/gcc/ada/s-wchcon.adb	2007-02-08 19:59:59.000000000 +0100
+@@ -0,0 +1,2 @@
++package body System.WCh_Con is
++end System.WCh_Con;
+--- gcc-4_1-branch/gcc/ada/s-wchcon.ads~	2007-02-08 19:59:57.000000000 +0100
++++ gcc-4_1-branch/gcc/ada/s-wchcon.ads	2007-02-08 20:07:21.000000000 +0100
+@@ -39,6 +39,7 @@
+ --  an appropriate WITH, and the interface can be expected to remain stable.
+ 
+ package System.WCh_Con is
++   pragma Elaborate_Body;
+    pragma Pure;
+ 
+    -------------------------------------
+--- gcc-4_1-branch/gcc/ada/sem_attr.adb~	2005-11-30 12:12:07.000000000 +0100
++++ gcc-4_1-branch/gcc/ada/sem_attr.adb	2007-02-08 20:11:24.000000000 +0100
+@@ -56,7 +56,6 @@
+ with Stand;    use Stand;
+ with Sinfo;    use Sinfo;
+ with Sinput;   use Sinput;
+-with Stand;
+ with Stringt;  use Stringt;
+ with Targparm; use Targparm;
+ with Ttypes;   use Ttypes;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/gcc-ada.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list