This option changes an external symbol name or a section name.
-REName=suboption[, ...] suboption := ( names ) | file ( names ) | module ( names ) names := name1=name2[, ...] |
Specify the symbol name or section name to be changed as name1. Specify the symbol name or section name after changing as name2. |
When the output of library files is selected (with -form=library), you can specify module so that only the names of the sections included in module within the input library will be changed. |
To change section names within the input library in other cases, use the -lib_rename option.
By specifying file or module, you can change only the names of the external symbols included in file or module. |
If there are two or more files or modules with the same name, the priority depends on the input order. |
When the -form={absolute|hexadecimal|stype|binary} option is specified, the section name of the input library cannot be changed. |
Operation is not guaranteed if this option is used in combination with compile option -Xmerge_files. |