| Linker symbols | Create a global symbol in the output
file containing the absolute address (expr). You may
use this option as many times as necessary to define multiple symbols in
the command line. A limited form of arithmetic is supported for the
expr in this context: you may give a hexadecimal
constant or the name of an existing symbol, or use + and - to add or
subtract hexadecimal constants or symbols. | --defsym=sym |
| Define Linker macros | Add linker macros. | -Dmacro |
| Symbols info | Specify symbol information in the
output. | |
| - Keep all | |
| - Strip debugging info | --strip-debug
(-S) |
| - Strip all symbol info | --strip-all
(-s) |