diff options
author | Dave Brolley <brolley@redhat.com> | 2002-06-21 21:19:58 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2002-06-21 21:19:58 +0000 |
commit | 456f8b9d8d66a45511237491f9d8c3c58d3e0359 (patch) | |
tree | 52b0f13e95fc5890ad9e4a533a067bdbd87a6f0d /gdb/Makefile.in | |
parent | cdd463f97d7016a849e03a71368b3aef42993afd (diff) | |
download | gdb-456f8b9d8d66a45511237491f9d8c3c58d3e0359.zip gdb-456f8b9d8d66a45511237491f9d8c3c58d3e0359.tar.gz gdb-456f8b9d8d66a45511237491f9d8c3c58d3e0359.tar.bz2 |
2002-06-21 Dave Brolley <brolley@redhat.com>
From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
* config/frv/frv.mt: New file.
* config/frv/tm-frv.h: New file.
* configure.tgt: Support frv-*-*.
* Makefile.in (frv-tdep.o): New target.
* frv-tdep.c: New file.
* NEWS: Mention frv.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7b353bf..30da3c9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1487,6 +1487,9 @@ findvar.o: findvar.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \ frame.o: frame.c $(defs_h) $(frame_h) $(target_h) $(value_h) $(inferior_h) \ $(regcache_h) +frv-tdep.o: frv-tdep.c $(defs_h) $(inferior_h) $(symfile_h) $(gdbcore_h) \ + $(arch_utils_h) $(regcache_h) + regcache.o: regcache.c $(defs_h) $(inferior_h) $(target_h) $(regcache_h) fork-child.o: fork-child.c $(gdb_wait_h) $(defs_h) $(gdbcore_h) \ |