Skip to content
  • wolfgang's avatar
    [project @ 2003-02-11 11:53:51 by wolfgang] · 5819de0c
    wolfgang authored
    Mac OS X:
    Add support for dynamic linker "symbol stubs". For every function that might
    be imported from a dynamic library, we have to generate a short piece of
    assembly code.
    Extend the NatM monad to keep track of the list of imports (for which stubs
    will be generated later).
    Fix a bug concerning 64 bit ints (hi and low words were swapped in one place).
    5819de0c