You copied the Doc URL to your clipboard.
--edit=file_list
Enables you to specify steering files containing commands to edit the symbol tables in the output binary.
Syntax
--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
Usage
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.
Examples
--edit=file1 --edit=file2 --edit=file3
--edit=file1,file2,file3