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