File: impldef.mss

package info (click to toggle)
ada-reference-manual 1%3A2012.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,872 kB
  • sloc: ada: 29,393; makefile: 193; python: 92
file content (81 lines) | stat: -rwxr-xr-x 3,122 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
@Part(impldef, Root="ada.mss")

@Comment{$Date: 2005/05/07 05:18:29 $}
@LabeledRevisedInformativeAnnex{Version=[2],New=[Summary of Documentation Requirements],Old=[Implementation-Defined Characteristics]}

@comment{$Source: e:\\cvsroot/ARM/Source/impldef.mss,v $}
@comment{$Revision: 1.16 $}

@begin{Intro}
@ChgRef{Version=[2],Kind=[AddedNormal]}
@ChgAdded{Version=[2],Text=[@Defn{documentation requirements}
The Ada language allows for certain target machine dependences in a controlled
manner. Each Ada implementation must document many characteristics and
properties of the target system. This International Standard contains
specific documentation requirements. In addition, many characteristics
that require documentation
are identified throughout this International Standard as being
implementation defined. Finally, this International Standard requires
documentation of
whether implementation advice is followed. The following clauses provide
summaries of these documentation requirements.]}
@end{Intro}

@LabeledAddedClause{Version=[2],Name=[Specific Documentation Requirements]}

@begin{Intro}
@ChgRef{Version=[2],Kind=[AddedNormal]}
@ChgAdded{Version=[2],Text=[@Defn2{Term=[documentation requirements], Sec=(summary of requirements)}
@Defn{documentation (required of an implementation)}
In addition to implementation-defined characteristics, each Ada implementation
must document various properties of the implementation:]}
@begin{Ramification}
@ChgRef{Version=[2],Kind=[AddedNormal]}
@ChgAdded{Version=[2],Text=[Most of the items in this list require
documentation only for implementations that conform to Specialized Needs
Annexes.]}
@end{Ramification}

@AddedDocReqList{Version=[2]}

@end{Intro}

@LabeledAddedClause{Version=[2],Name=[Implementation-Defined Characteristics]}

@begin{Intro}
@ChgRef{Version=[2],Kind=[Revised]}
@Defn2{Term=[implementation defined], Sec=(summary of characteristics)}
The Ada language allows for certain machine dependences in a controlled
manner.
@Defn{documentation (required of an implementation)}
Each Ada implementation must document all implementation-defined
characteristics:
@begin{Ramification}
@Defn{unspecified}
@Defn{specified (not!)}
It need not document unspecified characteristics.

Some of the items in this list require documentation only for
implementations that conform to Specialized Needs Annexes.
@end{Ramification}
@ImplDefList
@end{Intro}

@LabeledAddedClause{Version=[2],Name=[Implementation Advice]}

@begin{Intro}
@ChgRef{Version=[2],Kind=[AddedNormal]}
@ChgAdded{Version=[2],Text=[@Defn2{Term=[implementation advice], Sec=(summary of advice)}
@Defn{documentation (required of an implementation)}
This International Standard sometimes gives advice about handling certain
target machine dependences. Each Ada implementation must document whether
that advice is followed:]}
@begin{Ramification}
@ChgRef{Version=[2],Kind=[AddedNormal]}
@ChgAdded{Version=[2],Text=[Some of the items in this list require documentation only for
implementations that conform to Specialized Needs Annexes.]}
@end{Ramification}

@AddedImplAdviceList{Version=[2]}

@end{Intro}