| |||
| Home > Linker command-line options > --edit=file_list | |||
This option enables you to specify steering files containing commands to edit the symbol tables in the output binary. You can specify commands in a steering file to:
Hide global symbols. Use this option to hide specific global symbols in object files. The hidden symbols are not publicly visible.
Rename global symbols. Use this option to resolve symbol naming conflicts.
--edit=file_list
Where can
be more than one steering file separated by a comma. Do not include
a space after the comma.file_list
Using the Linker: