Skip to content
  • Simon Marlow's avatar
    [project @ 2000-03-14 09:55:05 by simonmar] · 3ddfe34b
    Simon Marlow authored
    Handle references from the RTS to the Prelude in a more consistent
    way.
    
    	- For statically-linked binaries, nothing has changed.
    
    	- For the interpreter, refs from the RTS to the Prelude
    	  are now indirected.  The indirections need to be
    	  filled in at some point during startup by calling
    	  fixupPreludeRefs (in Prelude.c).
    
    	- The CHARLIKE and INTLIKE tables are now handled in
    	  the same way for both Hugs and DLLs.
    
    Hugs will be broken for a short while until Julian sorts out the Hugs
    parts of this change.
    3ddfe34b