|
||||||||
|
Technical Support On-Line Manuals Linker User Guide |
Steering file format
A steering file is a plain text file of the following format:
Each command line consists of a command, followed by one or more comma-separated operand groups. Each operand group comprises either one or two operands, depending on the command. The command is applied to each operand group in the command. The following rules apply:
Commands are applied to global symbols only. Other symbols, such as local symbols, are not affected. The following example shows a sample steering file: Example 6. Example steering file
; Import my_func1 as func1
IMPORT my_func1 AS func1
# Rename a very long function name to a shorter name
RENAME a_very_long_function_name AS,
short_func_name
| |||||||
|
||||||||