< Optimizing Linkage Editor (rlink) Options / Input Options >
Specifies an input binary file. Two or more files can be specified by separating them with a comma (,). |
Input binary data is allocated as the specified section data. The section address is specified with the start option. That section cannot be omitted. |
When a symbol is specified, the file can be linked as a defined symbol. For a variable name referenced by a C/C++ program, add an underscore (_) at the head of the reference name in the program. |
The section specified with this option can have its section attribute and boundary alignment specified. |
When section attribute specification is omitted, the write, read, and execute attributes are all enabled by default. |
A boundary alignment value can be specified for the section specified by this option. A power of 2 can be specified for the boundary alignment; no other values should be specified. |