]> git.pld-linux.org Git - packages/crossppc-gcc.git/commitdiff
- all the fixes needed to bootstrap 4.1 ada with gcc 4.2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 8 Feb 2007 22:35:38 +0000 (22:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-ada.patch -> 1.2

gcc-ada.patch

index f2bbd3da97109b3313a76acf27471c4166bebf51..c2bb06e0e5ea208b59e5e7685c56a0df4c729195 100644 (file)
@@ -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;
This page took 0.043661 seconds and 4 git commands to generate.