modes_nostub_dll.hss 548 B

123456789101112
  1. [Main]
  2. Title=Nostub DLL Linking Mode
  3. [Top]
  4. If the linker is told to use Nostub DLL mode using the
  5. <A HREF="$$LINK(control_nostub_dll)">__nostub_dll</A> control symbol, it acts
  6. like in <A HREF="$$LINK(modes_native)">TIGCC-native mode</A>, except that it
  7. causes the linker to use the Nostub DLL output
  8. <A HREF="$$LINK(formats)">format</A> instead of the default output format.
  9. Since the stub for nostub DLLs is defined as conventional C code rather than
  10. imported as a startup section, this mode does not require the definition of a
  11. startup section.