Nostub DLL Linking Mode

Previous Linking Modes of the GCC4TI Linker Next

If the linker is told to use Nostub DLL mode using the __nostub_dll control symbol, it acts like in GCC4TI-native mode, except that it causes the linker to use the Nostub DLL output format instead of the default output format. Since the stub for nostub DLLs is defined as conventional C code rather than imported as a startup section, this mode does not require the definition of a startup section.