Chapter 6 Using Linker

En

Do not output symbol table within the executable format file

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”.

Ed

Output the DATA section to the executable file

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”.

102 Command Options

Page 114
Image 114
Panasonic MN1030 user manual Ld103 -En main.rf sub.rf, En option cannot be used in conjunction with the g option