< Optimizing Linkage Editor (rlink) Options / Output Options >
Outputs the external-symbol-allocation information file that is used by the compiler in optimizing access to external variables. |
When <file name> is not specified, the file has the name specified by the output option or the name of the first input file, and the extension bls. |
If the order of the declaration of variables in the external-symbol-allocation information file is not the same as the order of the declaration of variables found when the object was read after compilations, an error will be output. |
In the following case, the linker outputs the external variable allocation information file and, when the -list option is specified, outputs the list file. After that, the linker terminates operation normally. Note that the linker does not output a load module file in this case. |
In the external variable allocation information file, information regarding only the symbols and sections allocated within the allowable areas are output. [V2.06 or later]