GNU bug report logs -
#72041
[PATCH] Fix object file format description
Previous Next
To reply to this bug, email your comments to 72041 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#72041
; Package
guile
.
(Wed, 10 Jul 2024 17:44:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ivan Sokolov <hutenbergg <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Wed, 10 Jul 2024 17:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* doc/ref/vm.texi (Object File Format): fix .guile.frame-maps section name.
---
doc/ref/vm.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi
index b0669f0d4..60d69ddb3 100644
--- a/doc/ref/vm.texi
+++ b/doc/ref/vm.texi
@@ -530,7 +530,7 @@ A table mapping addresses in the @code{.rtl-text} to procedure names.
@itemx .guile.docstrs
@itemx .guile.docstrs.strtab
Side tables of procedure properties, arities, and docstrings.
-@item .guile.docstrs.strtab
+@item .guile.frame-maps
Side table of frame maps, describing the set of live slots for ever
return point in the program text, and whether those slots are pointers
are not. Used by the garbage collector.
--
2.45.2
This bug report was last modified 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.