mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-18 00:02:26 +02:00
Rename objcodes?.{scm,c,h} to loader.{scm,c,h}
* libguile/loader.c: * libguile/loader.h: Rename from objcodes.[ch]. * module/system/vm/loader.scm: Rename from objcode.scm. * libguile/Makefile.am: * libguile/gsubr.c: * libguile/init.c: * libguile/procs.c: * libguile/vm.c: * module/Makefile.am: * module/ice-9/eval-string.scm: * module/language/rtl/spec.scm: * module/system/base/target.scm: * module/system/repl/command.scm: * module/system/repl/common.scm: * module/system/vm/debug.scm: * module/system/vm/disassembler.scm: * module/system/vm/objcode.scm: * test-suite/tests/compiler.test: * test-suite/tests/dwarf.test: * test-suite/tests/rtl-compilation.test: * test-suite/tests/rtl.test: Adapt.
This commit is contained in:
parent
c0a1a0b12d
commit
4cbc95f150
20 changed files with 36 additions and 39 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
(define-module (language rtl spec)
|
||||
#:use-module (system base language)
|
||||
#:use-module (system vm objcode)
|
||||
#:use-module (system vm loader)
|
||||
#:use-module (ice-9 binary-ports)
|
||||
#:export (rtl))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue