You copied the Doc URL to your clipboard.
This option places the selected input section first in its execution region. This can, for example, place the section containing the vector table first in the image.
--first=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 one section can be placed first. For example:symbol
--first=reset
object
(section
)Selects
fromsection
. There must be no space betweenobject
and the following open parenthesis. For example:object
--first=init.o(init)
object
Selects the single input section in
. If you use this short form and there is more than one input section, the linker generates an error message. For example:object
--first=init.o
- Concepts
- Reference