aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-02-20 22:39:03 +0000
committerAndrew Cagney <cagney@redhat.com>2001-02-20 22:39:03 +0000
commitd65fe83949b66135b5e25d5b4c84cfe20d87f610 (patch)
treed38c6b928f1776b3eae33ce43358e19e92906d78 /gdb/Makefile.in
parent78f85fd7987835445807c27a617989df01341871 (diff)
downloadfsf-binutils-gdb-d65fe83949b66135b5e25d5b4c84cfe20d87f610.zip
fsf-binutils-gdb-d65fe83949b66135b5e25d5b4c84cfe20d87f610.tar.gz
fsf-binutils-gdb-d65fe83949b66135b5e25d5b4c84cfe20d87f610.tar.bz2
Move frame specific register code to the new file frame.c.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 1ff8398..03719a3 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -536,7 +536,8 @@ SFILES = ax-general.c ax-gdb.c bcache.c blockframe.c breakpoint.c \
tui/tuiSource.h tui/tuiSourceWin.c tui/tuiSourceWin.h \
tui/tuiStack.c tui/tuiStack.h tui/tuiWin.c tui/tuiWin.h \
tui/tui-file.h tui/tui-file.c \
- ui-file.h ui-file.c
+ ui-file.h ui-file.c \
+ frame.c
LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c
@@ -679,7 +680,8 @@ COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o regcache.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 \
nlmread.o serial.o mdebugread.o os9kread.o top.o utils.o \
- ui-file.o tui-file.o
+ ui-file.o tui-file.o \
+ frame.o
OBS = $(COMMON_OBS) $(ANNOTATE_OBS)
@@ -1342,6 +1344,8 @@ expprint.o: expprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
findvar.o: findvar.c $(defs_h) $(gdbcore_h) $(inferior_h) target.h \
gdb_string.h
+frame.o: frame.c $(defs_h) $(frame_h) $(target_h) $(value_h) $(inferior_h)
+
regcache.o: regcache.c $(defs_h) $(inferior_h) target.h
fork-child.o: fork-child.c gdb_wait.h $(defs_h) $(gdbcore_h) \