1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

add elf parser and linker

* module/Makefile.am:
* module/system/vm/elf.scm: New file.
This commit is contained in:
Andy Wingo 2012-05-23 20:25:34 +02:00
parent 0dd7c54075
commit 83e7c58408
2 changed files with 1256 additions and 0 deletions

View file

@ -327,6 +327,7 @@ OOP_SOURCES = \
SYSTEM_SOURCES = \ SYSTEM_SOURCES = \
system/vm/inspect.scm \ system/vm/inspect.scm \
system/vm/coverage.scm \ system/vm/coverage.scm \
system/vm/elf.scm \
system/vm/frame.scm \ system/vm/frame.scm \
system/vm/instruction.scm \ system/vm/instruction.scm \
system/vm/objcode.scm \ system/vm/objcode.scm \

1255
module/system/vm/elf.scm Normal file

File diff suppressed because it is too large Load diff