[project @ 1999-11-29 18:59:23 by sewardj]
authorsewardj <unknown>
Mon, 29 Nov 1999 18:59:46 +0000 (18:59 +0000)
committersewardj <unknown>
Mon, 29 Nov 1999 18:59:46 +0000 (18:59 +0000)
commitb3c8ae4e104c93354738d3992fcf0e60e9646490
tree78e898d099a5ab98bc4bad69ca5a37506d63b685
parent13d14c5109d0a3e80146507885882170b0153aa0
[project @ 1999-11-29 18:59:23 by sewardj]
Make StgHugs use the same naming scheme as GHC does for class +
instance machinery.

Add machinery to do Z-encoding/decoding of names extracted from
interface files.

Make the ELF object loader work again.  It seemed to have suffered
slight bitrot over the past couple of months.  Fix various minor bugs.

Track a small change in interface file syntax.

Make Printer.c print tagged-unboxed stack sections in a decent way
now that Alastair-style stack tags have been abandoned.
18 files changed:
ghc/includes/Assembler.h
ghc/includes/options.h
ghc/interpreter/codegen.c
ghc/interpreter/connect.h
ghc/interpreter/hugs.c
ghc/interpreter/input.c
ghc/interpreter/interface.c
ghc/interpreter/lift.c
ghc/interpreter/output.c
ghc/interpreter/static.c
ghc/interpreter/stg.c
ghc/interpreter/storage.c
ghc/interpreter/storage.h
ghc/interpreter/type.c
ghc/interpreter/version.h
ghc/rts/Assembler.c
ghc/rts/Evaluator.c
ghc/rts/Printer.c