tamer: ld (Linking Process): Minor doc update to reflect changes

DEV-10859
main
Mike Gerwitz 2021-10-12 09:47:49 -04:00
parent df328da71f
commit 27480229df
1 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,7 @@
//! Combine [object files](crate::obj) into a final executable.
//!
//! It's user-facing binary is [`tameld`](../../tameld).
//! Its user-facing binary is [`tameld`](../../tameld).
//!
//!
//! Background Information
@ -85,10 +85,11 @@
//! Roots for the sort are specified by the return map.
//! _Identifiers that are not accessable from one of those roots will be
//! omitted from the executable output._
//! This operation is performed by [`xmle::lower::sort`],
//! producing [`Sections`](xmle::Sections).
//!
//! 4. Relocatable code fragments are output into various sections in the
//! executable file.
//! This output file is currently [`xmle`].
//! 4. [`Sections`](xmle::Sections) is then lowered into a XIR token
//! stream by [`xmle::xir`] for writing.
//!
//! [ASG]: crate::ir::asg
//! [topo-sort]: https://en.wikipedia.org/wiki/Topological_sorting