]> git.pld-linux.org Git - packages/crossppc-gcc.git/blob - gcc-ada.patch
- regenerated against latest merge point.
[packages/crossppc-gcc.git] / gcc-ada.patch
1 --- gcc-4_1-branch/gcc/ada/erroutc.adb~ 2005-11-30 12:12:07.000000000 +0100
2 +++ gcc-4_1-branch/gcc/ada/erroutc.adb  2007-02-08 19:47:25.000000000 +0100
3 @@ -39,7 +39,6 @@
4  with Sinput;   use Sinput;
5  with Snames;   use Snames;
6  with Targparm; use Targparm;
7 -with Table;
8  with Uintp;    use Uintp;
9  
10  package body Erroutc is
11 --- /dev/null   2007-01-04 19:59:32.080403511 +0100
12 +++ gcc-4_1-branch/gcc/ada/s-wchcon.adb 2007-02-08 19:59:59.000000000 +0100
13 @@ -0,0 +1,2 @@
14 +package body System.WCh_Con is
15 +end System.WCh_Con;
16 --- gcc-4_1-branch/gcc/ada/s-wchcon.ads~        2007-02-08 19:59:57.000000000 +0100
17 +++ gcc-4_1-branch/gcc/ada/s-wchcon.ads 2007-02-08 20:07:21.000000000 +0100
18 @@ -39,6 +39,7 @@
19  --  an appropriate WITH, and the interface can be expected to remain stable.
20  
21  package System.WCh_Con is
22 +   pragma Elaborate_Body;
23     pragma Pure;
24  
25     -------------------------------------
26 --- gcc-4_1-branch/gcc/ada/sem_attr.adb~        2005-11-30 12:12:07.000000000 +0100
27 +++ gcc-4_1-branch/gcc/ada/sem_attr.adb 2007-02-08 20:11:24.000000000 +0100
28 @@ -56,7 +56,6 @@
29  with Stand;    use Stand;
30  with Sinfo;    use Sinfo;
31  with Sinput;   use Sinput;
32 -with Stand;
33  with Stringt;  use Stringt;
34  with Targparm; use Targparm;
35  with Ttypes;   use Ttypes;
This page took 0.054121 seconds and 3 git commands to generate.