1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-10 03:10:25 +02:00
guile/module/system/vm
Andy Wingo c90c81898e ELF linker can produce objects with native ABI
* module/system/vm/elf.scm: Define more ABI types and ELF object types.
  Export the ABI, object type, and machine type values.

* module/system/vm/linker.scm (<linker-reloc>, process-reloc): Allow
  rel32/1 relocs.
  (add-elf-objects, allocate-elf, link-elf): Allow the user to set an
  ABI, type, and machine-type.
2014-02-16 12:18:44 +01:00
..
assembler.scm Merge commit 'fb7dd00169' 2014-02-08 15:31:37 +01:00
coverage.scm No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
debug.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
disassembler.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
dwarf.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
elf.scm ELF linker can produce objects with native ABI 2014-02-16 12:18:44 +01:00
frame.scm (system vm instruction) rtl-instruction-list -> (language rtl) instruction-list 2013-11-19 20:45:57 +01:00
inspect.scm Remove assembly language. 2013-11-08 16:45:10 +01:00
linker.scm ELF linker can produce objects with native ABI 2014-02-16 12:18:44 +01:00
loader.scm Rename objcodes?.{scm,c,h} to loader.{scm,c,h} 2013-11-19 21:45:07 +01:00
program.scm (system vm instruction) rtl-instruction-list -> (language rtl) instruction-list 2013-11-19 20:45:57 +01:00
trace.scm Fix tracing 2014-01-28 21:31:17 +01:00
trap-state.scm No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
traps.scm Fix tracing 2014-01-28 21:31:17 +01:00
vm.scm Remove the restore-continuation-hook. 2013-11-27 22:03:58 +01:00