Skip to content

Commit 6d673ff

Browse files
authored
[lex.phases, basic.link] Index linking (#7745)
Creates a new index entry for the act of linking a program.
1 parent 2a74dc7 commit 6d673ff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source/basic.tex

+1
Original file line numberDiff line numberDiff line change
@@ -2743,6 +2743,7 @@
27432743

27442744
\pnum
27452745
\indextext{program}%
2746+
\indextext{linking}%
27462747
A \defn{program} consists of one or more translation units\iref{lex.separate}
27472748
linked together. A translation unit consists
27482749
of a sequence of declarations.

source/lex.tex

+3-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@
243243
The
244244
program is ill-formed if any instantiation fails.
245245

246-
\item All external entity references are resolved. Library
246+
\item
247+
\indextext{linking}%
248+
All external entity references are resolved. Library
247249
components are linked to satisfy external references to
248250
entities not defined in the current translation. All such translator
249251
output is collected into a program image which contains information

0 commit comments

Comments
 (0)