comparison gcc/ada/layout.ads @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
4 -- -- 4 -- --
5 -- L A Y O U T -- 5 -- L A Y O U T --
6 -- -- 6 -- --
7 -- S p e c -- 7 -- S p e c --
8 -- -- 8 -- --
9 -- Copyright (C) 2000-2018, Free Software Foundation, Inc. -- 9 -- Copyright (C) 2000-2019, 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- --
32 32
33 package Layout is 33 package Layout is
34 34
35 -- The following procedures are called from Freeze, so all entities 35 -- The following procedures are called from Freeze, so all entities
36 -- for types and objects that get frozen (which should be all such 36 -- for types and objects that get frozen (which should be all such
37 -- entities which are seen by the back end) will get layed out by one 37 -- entities which are seen by the back end) will get laid out by one
38 -- of these two procedures. 38 -- of these two procedures.
39 39
40 procedure Layout_Type (E : Entity_Id); 40 procedure Layout_Type (E : Entity_Id);
41 -- This procedure may set or adjust the fields Esize, RM_Size and 41 -- This procedure may set or adjust the fields Esize, RM_Size and
42 -- Alignment in the non-generic type or subtype entity E. If the 42 -- Alignment in the non-generic type or subtype entity E. If the