comparison gcc/ada/lib.ads @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
4 -- -- 4 -- --
5 -- L I B -- 5 -- L I B --
6 -- -- 6 -- --
7 -- S p e c -- 7 -- S p e c --
8 -- -- 8 -- --
9 -- Copyright (C) 1992-2017, Free Software Foundation, Inc. -- 9 -- Copyright (C) 1992-2018, Free Software Foundation, Inc. --
10 -- -- 10 -- --
11 -- GNAT is free software; you can redistribute it and/or modify it under -- 11 -- GNAT is free software; you can redistribute it and/or modify it under --
12 -- terms of the GNU General Public License as published by the Free Soft- -- 12 -- terms of the GNU General Public License as published by the Free Soft- --
13 -- ware Foundation; either version 3, or (at your option) any later ver- -- 13 -- ware Foundation; either version 3, or (at your option) any later ver- --
14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- 14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
64 -- As described in GNote #1, when a unit is compiled, all its subsidiary 64 -- As described in GNote #1, when a unit is compiled, all its subsidiary
65 -- units are recompiled, including the following: 65 -- units are recompiled, including the following:
66 66
67 -- (a) Corresponding spec for a body 67 -- (a) Corresponding spec for a body
68 -- (b) Parent spec of a child library spec 68 -- (b) Parent spec of a child library spec
69 -- (d) With'ed specs 69 -- (c) With'ed specs
70 -- (d) Parent body of a subunit 70 -- (d) Parent body of a subunit
71 -- (e) Subunits corresponding to any specified stubs 71 -- (e) Subunits corresponding to any specified stubs
72 -- (f) Bodies of inlined subprograms that are called 72 -- (f) Bodies of inlined subprograms that are called
73 -- (g) Bodies of generic subprograms or packages that are instantiated 73 -- (g) Bodies of generic subprograms or packages that are instantiated
74 -- (h) Bodies of packages containing either of the above two items 74 -- (h) Bodies of packages containing either of the above two items