[Main] Title=Nostub DLL Linking Mode [Top] If the linker is told to use Nostub DLL mode using the __nostub_dll control symbol, it acts like in TIGCC-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.