GNU bug report logs -
#72041
[PATCH] Fix object file format description
Previous Next
Full log
View this message in rfc822 format
* 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 1 year and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.