aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-06-28 16:25:40 +0200
committerSimon Marchi <simon.marchi@efficios.com>2020-07-20 11:00:55 -0400
commitae5369e773c341ab55a130fffb4678bb3595d692 (patch)
tree209745e75f62eba0a5b42868a1f51ed42a14acd2 /gdb/doc
parent68cf161c24b096608bf4a1b97b489cc7277bffc0 (diff)
downloadgdb-ae5369e773c341ab55a130fffb4678bb3595d692.zip
gdb-ae5369e773c341ab55a130fffb4678bb3595d692.tar.gz
gdb-ae5369e773c341ab55a130fffb4678bb3595d692.tar.bz2
guile: Add support for Guile 3.0.
gdb/ChangeLog 2020-06-28 Ludovic Courtès <ludo@gnu.org> * guile/scm-math.c (vlscm_integer_fits_p): Use 'uintmax_t' and 'intmax_t' instead of 'scm_t_uintmax' and 'scm_t_intmax', which are deprecated in Guile 3.0. * configure.ac (try_guile_versions): Add "guile-3.0". * configure (try_guile_versions): Regenerate. * NEWS: Update entry. gdb/testsuite/ChangeLog 2020-06-28 Ludovic Courtès <ludo@gnu.org> * gdb.guile/source2.scm: Add #f first argument to 'format'. * gdb.guile/types-module.exp: Remove "ERROR:" from regexps since Guile 3.0 no longer prints that. gdb/doc/ChangeLog 2020-06-28 Ludovic Courtès <ludo@gnu.org> * doc/guile.texi (Guile Introduction): Mention Guile 3.0. Change-Id: Iff116c2e40f334e4e0ca4e759a097bfd23634679
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/guile.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index a573d20..031e0ef 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,9 @@
2020-07-20 Ludovic Courtès <ludo@gnu.org>
+ * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
+
+2020-07-20 Ludovic Courtès <ludo@gnu.org>
+
* guile.texi (Memory Ports in Guile): Mark
'memory-port-read-buffer-size',
'set-memory-port-read-buffer-size!',
diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi
index 52da7e7..9d1f55a 100644
--- a/gdb/doc/guile.texi
+++ b/gdb/doc/guile.texi
@@ -38,7 +38,7 @@ Guile support in @value{GDBN} follows the Python support in @value{GDBN}
reasonably closely, so concepts there should carry over.
However, some things are done differently where it makes sense.
-@value{GDBN} requires Guile version 2.2 or 2.0.
+@value{GDBN} requires Guile version 3.0, 2.2, or 2.0.
@cindex guile scripts directory
Guile scripts used by @value{GDBN} should be installed in