diff options
author | Tom Tromey <tromey@redhat.com> | 2010-11-02 18:55:54 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-11-02 18:55:54 +0000 |
commit | 50c97f3812a233c6d201d3de555ffffee8ae7cb0 (patch) | |
tree | 41879269bc296800984272804e75885ab1b9c0d2 /gdb/NEWS | |
parent | 9dea9163560f26f9adddd13254ad32f4aea3b1d6 (diff) | |
download | gdb-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |