[project @ 1999-06-07 17:22:31 by sewardj]
authorsewardj <unknown>
Mon, 7 Jun 1999 17:22:54 +0000 (17:22 +0000)
committersewardj <unknown>
Mon, 7 Jun 1999 17:22:54 +0000 (17:22 +0000)
commit820f09b2c2550f88aa0192442c1c62bb00d62d38
treee064a0cb877b113d4dabe4efff14ceeb2b08d729
parentc6b12cd91b225a3692a02d76c00dd4a1806a6bab
[project @ 1999-06-07 17:22:31 by sewardj]
Many changes needed to support loading of GHC compiled code.  The main
changes are to parser.y and interface.c to load .hi files and create
appropriate symbol table entries.  Also, interface.c has the
beginnings of and ELF loader/linker in it.
15 files changed:
ghc/interpreter/Makefile
ghc/interpreter/codegen.c
ghc/interpreter/compiler.c
ghc/interpreter/connect.h
ghc/interpreter/dynamic.c
ghc/interpreter/hugs.c
ghc/interpreter/input.c
ghc/interpreter/interface.c [new file with mode: 0644]
ghc/interpreter/link.h
ghc/interpreter/machdep.c
ghc/interpreter/parser.y
ghc/interpreter/static.c
ghc/interpreter/storage.c
ghc/interpreter/storage.h
ghc/interpreter/type.c