aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-11-02 18:55:54 +0000
committerTom Tromey <tromey@redhat.com>2010-11-02 18:55:54 +0000
commit50c97f3812a233c6d201d3de555ffffee8ae7cb0 (patch)
tree41879269bc296800984272804e75885ab1b9c0d2 /gdb/NEWS
parent9dea9163560f26f9adddd13254ad32f4aea3b1d6 (diff)
downloadgdb-50c97f3812a233c6d201d3de555ffffee8ae7cb0.zip
gdb-50c97f3812a233c6d201d3de555ffffee8ae7cb0.tar.gz
gdb-50c97f3812a233c6d201d3de555ffffee8ae7cb0.tar.bz2
gdb
* NEWS: Mention Guile removal. * defs.h (enum language) <language_scm>: Remove. * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c, scm-valprint.c. (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h. (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o. * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h: Remove. gdb/testsuite * gdb.base/default.exp: Remove "scheme" from language list.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 033d2fe..c870f01 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -76,6 +76,8 @@
see the "Tasking Support when using the Ravenscar Profile" section
in the GDB user manual.
+* Guile support was removed.
+
*** Changes in GDB 7.2
* Shared library support for remote targets by default