cvs commit: fptools/ghc/rts Linker.c LinkerInternals.h

Julian Seward sewardj@glass.cse.ogi.edu
Wed, 28 Feb 2001 02:03:42 -0800


sewardj     2001/02/28 02:03:42 PST

  Modified files:
    ghc/rts              Linker.c LinkerInternals.h 
  Log:
  Yesterday's changes to the runtime linker:
  * Update the PEi386 stuff to compile in the new framework.
    Note!  Certainly will _not_ work properly as-is.
  * A conceptual cleanup for all platforms: only record, in the
    oc.symbols field, the names of symbols which have been put into the
    global symbol table, rather than (name, addr) pairs -- the addr
    is redundant.
  
  Revision  Changes    Path
  1.32      +156 -126  fptools/ghc/rts/Linker.c
  1.3       +6 -12     fptools/ghc/rts/LinkerInternals.h