Chapter 6 Using Linker
102 Command Options
Functional description
This option suppresses output of a symbol table in the executable format file. Only executable code
will be output to the executable format file.
Rules of use
This option is specified with the hyphen (-) option specification character, followed by the upper-case
letter 'E' and lower-case letter 'n'. The pair of characters of En are handled as a single option.
ld103 -En main.rf sub.rf
NOTE: The En option cannot be used in conjunction with the g option.
Default specification
The entire symbol table will be output.
It is also possible to disable symbol table output by default with an entry in the linker’s Start-up file.
See Chapter 1 “Getting Started” Section 1.5 “Setup”.
Functional description
This option causes the linker to write sections with the DATA attribute to the executable.
Rules of use
This option is specified with the hyphen (-) option specification character, followed by the upper-case
letter 'E' and lower-case letter 'd'. The pair of characters of En are handled as a single option.
ld103 -Ed main.rf sub.rf
Default specification
The default is not to output DATA sections to the executable.
It is also possible to enable DATA section output by default with an entry in the linker’s start-up file.
See Chapter 1 “Getting Started” Section 1.5 “Setup”.
En Do not output symbol table within the executable format file
Ed Output the DATA section to the executable file