mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
add elf parser and linker
* module/Makefile.am: * module/system/vm/elf.scm: New file.
This commit is contained in:
parent
0dd7c54075
commit
83e7c58408
2 changed files with 1256 additions and 0 deletions
|
@ -327,6 +327,7 @@ OOP_SOURCES = \
|
|||
SYSTEM_SOURCES = \
|
||||
system/vm/inspect.scm \
|
||||
system/vm/coverage.scm \
|
||||
system/vm/elf.scm \
|
||||
system/vm/frame.scm \
|
||||
system/vm/instruction.scm \
|
||||
system/vm/objcode.scm \
|
||||
|
|
1255
module/system/vm/elf.scm
Normal file
1255
module/system/vm/elf.scm
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue