5.7.10.7 U: Add Undefined Symbol Option
The -u symbol
option adds an undefined symbol
that will be present at the link stage. To resolve the symbol, the linker will search
library modules for its definition, thus this option is useful if you want to force a
library module to be linked in. It is legitimate to use this option multiple times with
different symbols to force loading of additional library modules.