annotate gcc/testsuite/ada/acats/support/impdefh.a @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 -- IMPDEFH.A
kono
parents:
diff changeset
2 --
kono
parents:
diff changeset
3 -- Grant of Unlimited Rights
kono
parents:
diff changeset
4 --
kono
parents:
diff changeset
5 -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
kono
parents:
diff changeset
6 -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained
kono
parents:
diff changeset
7 -- unlimited rights in the software and documentation contained herein.
kono
parents:
diff changeset
8 -- Unlimited rights are defined in DFAR 252.227-7013(a)(19). By making
kono
parents:
diff changeset
9 -- this public release, the Government intends to confer upon all
kono
parents:
diff changeset
10 -- recipients unlimited rights equal to those held by the Government.
kono
parents:
diff changeset
11 -- These rights include rights to use, duplicate, release or disclose the
kono
parents:
diff changeset
12 -- released technical data and computer software in whole or in part, in
kono
parents:
diff changeset
13 -- any manner and for any purpose whatsoever, and to have or permit others
kono
parents:
diff changeset
14 -- to do so.
kono
parents:
diff changeset
15 --
kono
parents:
diff changeset
16 -- DISCLAIMER
kono
parents:
diff changeset
17 --
kono
parents:
diff changeset
18 -- ALL MATERIALS OR INFORMATION HEREIN RELEASED, MADE AVAILABLE OR
kono
parents:
diff changeset
19 -- DISCLOSED ARE AS IS. THE GOVERNMENT MAKES NO EXPRESS OR IMPLIED
kono
parents:
diff changeset
20 -- WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING THE CONDITIONS OF THE
kono
parents:
diff changeset
21 -- SOFTWARE, DOCUMENTATION OR OTHER INFORMATION RELEASED, MADE AVAILABLE
kono
parents:
diff changeset
22 -- OR DISCLOSED, OR THE OWNERSHIP, MERCHANTABILITY, OR FITNESS FOR A
kono
parents:
diff changeset
23 -- PARTICULAR PURPOSE OF SAID MATERIAL.
kono
parents:
diff changeset
24 --*
kono
parents:
diff changeset
25 --
kono
parents:
diff changeset
26 -- DESCRIPTION:
kono
parents:
diff changeset
27 -- This package is used to define those values that are implementation
kono
parents:
diff changeset
28 -- defined for use with validating the Safety and Security special needs
kono
parents:
diff changeset
29 -- annex, Annex-H.
kono
parents:
diff changeset
30 --
kono
parents:
diff changeset
31 -- APPLICABILITY CRITERIA:
kono
parents:
diff changeset
32 -- This package is only required for implementations validating the
kono
parents:
diff changeset
33 -- Safety and Security Annex.
kono
parents:
diff changeset
34 --
kono
parents:
diff changeset
35 -- CHANGE HISTORY:
kono
parents:
diff changeset
36 -- 13 FEB 96 SAIC Initial version
kono
parents:
diff changeset
37 -- 25 NOV 96 SAIC Revised for release 2.1
kono
parents:
diff changeset
38 --
kono
parents:
diff changeset
39 --!
kono
parents:
diff changeset
40
kono
parents:
diff changeset
41 package Impdef.Annex_H is
kono
parents:
diff changeset
42
kono
parents:
diff changeset
43 type Scalar_To_Normalize is
kono
parents:
diff changeset
44 ( Id0, Id1, Id2, Id3, Id4, Id5, Id6, Id7, Id8, Id9,
kono
parents:
diff changeset
45 Id10, Id11, Id12, Id13, Id14, Id15, Id16, Id17, Id18, Id19,
kono
parents:
diff changeset
46 Id20, Id21, Id22, Id23, Id24, Id25, Id26, Id27, Id28, Id29,
kono
parents:
diff changeset
47 Id30, Id31, Id32, Id33, Id34, Id35, Id36, Id37, Id38, Id39,
kono
parents:
diff changeset
48 Id40, Id41, Id42, Id43, Id44, Id45, Id46, Id47, Id48, Id49,
kono
parents:
diff changeset
49 Id50, Id51, Id52, Id53, Id54, Id55, Id56, Id57, Id58, Id59,
kono
parents:
diff changeset
50 Id60, Id61, Id62, Id63, Id64, Id65, Id66, Id67, Id68, Id69,
kono
parents:
diff changeset
51 Id70, Id71, Id72, Id73, Id74, Id75, Id76, Id77, Id78, Id79,
kono
parents:
diff changeset
52 Id80, Id81, Id82, Id83, Id84, Id85, Id86, Id87, Id88, Id89,
kono
parents:
diff changeset
53 Id90, Id91, Id92, Id93, Id94, Id95, Id96, Id97, Id98, Id99,
kono
parents:
diff changeset
54 IdA0, IdA1, IdA2, IdA3, IdA4, IdA5, IdA6, IdA7, IdA8, IdA9,
kono
parents:
diff changeset
55 IdB0, IdB1, IdB2, IdB3, IdB4, IdB5, IdB6 );
kono
parents:
diff changeset
56
kono
parents:
diff changeset
57 -- NO MODIFICATION NEEDED TO TYPE SCALAR_TO_NORMALIZE. DO NOT MODIFY.
kono
parents:
diff changeset
58
kono
parents:
diff changeset
59 type Small_Number is range 1..100;
kono
parents:
diff changeset
60
kono
parents:
diff changeset
61 -- NO MODIFICATION NEEDED TO TYPE SMALL_NUMBER. DO NOT MODIFY.
kono
parents:
diff changeset
62
kono
parents:
diff changeset
63 --=====================================================================
kono
parents:
diff changeset
64 -- When the value documented in H.1(5) as the predictable initial value
kono
parents:
diff changeset
65 -- for an uninitialized object of the type Scalar_To_Normalize
kono
parents:
diff changeset
66 -- (an enumeration type containing 127 identifiers) is to be in the range
kono
parents:
diff changeset
67 -- Id0..IdB6, set the following constant to True; otherwise leave it set
kono
parents:
diff changeset
68 -- to False.
kono
parents:
diff changeset
69
kono
parents:
diff changeset
70 Default_For_Scalar_To_Normalize_Is_In_Range : constant Boolean := False;
kono
parents:
diff changeset
71 -- MODIFY HERE AS NEEDED --- ^^^^^
kono
parents:
diff changeset
72
kono
parents:
diff changeset
73 --=====================================================================
kono
parents:
diff changeset
74 -- If the above constant Default_For_Scalar_To_Normalize_Is_In_Range is
kono
parents:
diff changeset
75 -- set True, the following constant must be set to the value documented
kono
parents:
diff changeset
76 -- in H.1(5) as the predictable initial value for the type
kono
parents:
diff changeset
77 -- Scalar_To_Normalize.
kono
parents:
diff changeset
78
kono
parents:
diff changeset
79 Default_For_Scalar_To_Normalize : constant Scalar_To_Normalize := Id0;
kono
parents:
diff changeset
80 -- MODIFY HERE AS NEEDED --- ^^^
kono
parents:
diff changeset
81
kono
parents:
diff changeset
82 --=====================================================================
kono
parents:
diff changeset
83 -- When the value documented in H.1(5) as the predictable initial value
kono
parents:
diff changeset
84 -- for an uninitialized object of the type Small_Number
kono
parents:
diff changeset
85 -- (an integer type containing 100 values) is to be in the range
kono
parents:
diff changeset
86 -- 1..100, set the following constant to True; otherwise leave it set
kono
parents:
diff changeset
87 -- to False.
kono
parents:
diff changeset
88
kono
parents:
diff changeset
89 Default_For_Small_Number_Is_In_Range : constant Boolean := False;
kono
parents:
diff changeset
90 -- MODIFY HERE AS NEEDED --- ^^^^^
kono
parents:
diff changeset
91
kono
parents:
diff changeset
92 --=====================================================================
kono
parents:
diff changeset
93 -- If the above constant Default_For_Small_Number_Is_In_Range is
kono
parents:
diff changeset
94 -- set True, the following constant must be set to the value documented
kono
parents:
diff changeset
95 -- in H.1(5) as the predictable initial value for the type Small_Number.
kono
parents:
diff changeset
96
kono
parents:
diff changeset
97 Default_For_Small_Number : constant Small_Number := 100;
kono
parents:
diff changeset
98 -- MODIFY HERE AS NEEDED --- ^^^
kono
parents:
diff changeset
99
kono
parents:
diff changeset
100 --=====================================================================
kono
parents:
diff changeset
101
kono
parents:
diff changeset
102 end Impdef.Annex_H;