--last=section_id
Places the selected input section last in its execution region.
Syntax
--last=section_id
Where section_id
is one of the following:
- symbol
Selects the section that defines
symbol
. You must not specify a symbol that has more than one definition because only a single section can be placed last. For example:--last=checksum
.- object(section)
Selects the
section
fromobject
. There must be no space betweenobject
and the following open parenthesis. For example:--last=checksum.o(check)
.- object
Selects the single input section from
object
. If there is more than one input section inobject
, armlink generates an error message.
Usage
The --last
option cannot be used with --scatter
. Instead,
use the +LAST
attribute in a scatter file.
Examples
This option can force an input section that contains a checksum to be placed last in the RW section.