aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-09-30 23:36:40 +0000
committerPer Bothner <per@bothner.com>1995-09-30 23:36:40 +0000
commit5b4d668a82e8e56c1d7c94624e7773e3ec292602 (patch)
treeb6fe9e3c40ae82ce52449b125127073130ebf3bf /gdb/Makefile.in
parent66efdff90793ccf318c23bcfd52995654ec26404 (diff)
downloadgdb-5b4d668a82e8e56c1d7c94624e7773e3ec292602.zip
gdb-5b4d668a82e8e56c1d7c94624e7773e3ec292602.tar.gz
gdb-5b4d668a82e8e56c1d7c94624e7773e3ec292602.tar.bz2
* scm-lang.c: Moved Scheme value printing code to ...
* scm-valprint.c: ... this new file. Also major improvements in support for printing SCM values. * scm-lang.h: New file. * scm-tags.h: New file. * Makefile.in: Note new scm-valprint.{c,o}.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 98bae40..60d5e81 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -355,7 +355,7 @@ SFILES = blockframe.c breakpoint.c buildsym.c callback.c c-exp.y c-lang.c \
gdbtypes.c infcmd.c inflow.c infrun.c language.c \
m2-exp.y m2-lang.c m2-typeprint.c m2-valprint.c main.c maint.c \
mem-break.c minsyms.c mipsread.c nlmread.c objfiles.c parse.c \
- printcmd.c remote.c remote-nrom.c scm-lang.c \
+ printcmd.c remote.c remote-nrom.c scm-lang.c scm-valprint.c \
source.c stabsread.c stack.c symfile.c symmisc.c \
symtab.c target.c thread.c top.c \
typeprint.c utils.c valarith.c valops.c \
@@ -466,7 +466,7 @@ COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o stack.o thread.o \
exec.o objfiles.o minsyms.o maint.o demangle.o \
dbxread.o coffread.o elfread.o \
dwarfread.o mipsread.o stabsread.o core.o \
- c-lang.o ch-lang.o f-lang.o m2-lang.o scm-lang.o \
+ c-lang.o ch-lang.o f-lang.o m2-lang.o scm-lang.o scm-valprint.o \
complaints.o typeprint.o \
c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o \
c-valprint.o cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o \