[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.
Showing
- ghc/interpreter/Makefile 5 additions, 4 deletionsghc/interpreter/Makefile
- ghc/interpreter/codegen.c 25 additions, 12 deletionsghc/interpreter/codegen.c
- ghc/interpreter/compiler.c 3 additions, 3 deletionsghc/interpreter/compiler.c
- ghc/interpreter/connect.h 33 additions, 2 deletionsghc/interpreter/connect.h
- ghc/interpreter/dynamic.c 2 additions, 4 deletionsghc/interpreter/dynamic.c
- ghc/interpreter/hugs.c 371 additions, 98 deletionsghc/interpreter/hugs.c
- ghc/interpreter/input.c 71 additions, 14 deletionsghc/interpreter/input.c
- ghc/interpreter/interface.c 1652 additions, 0 deletionsghc/interpreter/interface.c
- ghc/interpreter/link.h 2 additions, 0 deletionsghc/interpreter/link.h
- ghc/interpreter/machdep.c 141 additions, 15 deletionsghc/interpreter/machdep.c
- ghc/interpreter/parser.y 300 additions, 13 deletionsghc/interpreter/parser.y
- ghc/interpreter/static.c 3 additions, 4 deletionsghc/interpreter/static.c
- ghc/interpreter/storage.c 93 additions, 7 deletionsghc/interpreter/storage.c
- ghc/interpreter/storage.h 57 additions, 24 deletionsghc/interpreter/storage.h
- ghc/interpreter/type.c 4 additions, 14 deletionsghc/interpreter/type.c
Loading
Please register or sign in to comment