summaryrefslogtreecommitdiff
path: root/module/system/vm/elf.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-11-19 20:02:15 +0100
committerAndy Wingo <wingo@pobox.com>2013-11-19 20:02:15 +0100
commit8bf83893c746326dd1f10f1381423bd0406cf58c (patch)
tree1bb53a9efb8fdaaef0b0682a4659baddd7dae329 /module/system/vm/elf.scm
parent6b9470bf483e14e10ae85fc6bcbc25b4e2e77ff7 (diff)
downloadguile-8bf83893c746326dd1f10f1381423bd0406cf58c.tar.gz
Rename DT_GUILE_VM_VERSION.
* libguile/objcodes.c (DT_GUILE_VM_VERSION, process_dynamic_segment): * module/system/vm/elf.scm (DT_GUILE_VM_VERSION): Rename from DT_GUILE_RTL_VERSION. * module/system/vm/assembler.scm (link-dynamic-section): Adapt.
Diffstat (limited to 'module/system/vm/elf.scm')
-rw-r--r--module/system/vm/elf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/system/vm/elf.scm b/module/system/vm/elf.scm
index 516745913..2fe99bada 100644
--- a/module/system/vm/elf.scm
+++ b/module/system/vm/elf.scm
@@ -105,7 +105,7 @@
DT_FINI_ARRAYSZ DT_RUNPATH DT_FLAGS DT_ENCODING
DT_PREINIT_ARRAY DT_PREINIT_ARRAYSZ DT_NUM DT_LOGUILE
DT_GUILE_GC_ROOT DT_GUILE_GC_ROOT_SZ DT_GUILE_ENTRY
- DT_GUILE_RTL_VERSION DT_HIGUILE DT_LOOS DT_HIOS DT_LOPROC
+ DT_GUILE_VM_VERSION DT_HIGUILE DT_LOOS DT_HIOS DT_LOPROC
DT_HIPROC
string-table-ref
@@ -780,7 +780,7 @@
(define DT_GUILE_GC_ROOT #x37146000) ; Offset of GC roots
(define DT_GUILE_GC_ROOT_SZ #x37146001) ; Size in machine words of GC roots
(define DT_GUILE_ENTRY #x37146002) ; Address of entry thunk
-(define DT_GUILE_RTL_VERSION #x37146003); Bytecode version
+(define DT_GUILE_VM_VERSION #x37146003) ; Bytecode version
(define DT_HIGUILE #x37146fff) ; End of Guile-specific
(define DT_LOOS #x6000000d) ; Start of OS-specific
(define DT_HIOS #x6ffff000) ; End of OS-specific