You copied the Doc URL to your clipboard.
--gnu_linker_defined_syms
Enables support for the GNU equivalent of input section symbols.
Usage
If you want GNU-style behavior when treating the ARM symbols
SectionName$$Base
and SectionName$$Limit
, then specify
--gnu_linker_defined_syms
.
GNU equivalent of input sections
Table 11-3 GNU equivalent of input sections
GNU Symbol | ARM symbol | Description |
---|---|---|
__start_ |
|
Address of the start of the consolidated section called
. |
__stop_ |
|
Address of the byte beyond the end of the consolidated section
called
|
Note
A reference to
by a GNU input section symbol is sufficient for armlink to prevent the section from being removed as unused.SectionName
A reference by an ARM input section symbol is not sufficient to prevent the section from being removed as unused.