aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2005-09-02 22:53:35 +0000
committerKevin Buettner <kevinb@redhat.com>2005-09-02 22:53:35 +0000
commit611889b118c32aa97dee2c54dbb278aa0f5837ff (patch)
tree324c02e3e631090956d1023b7cf9c82e2399c1a2 /gdb/Makefile.in
parenta86c5fc9d872cff24a45c4e19f4cf1e8c9df4c16 (diff)
downloadgdb-611889b118c32aa97dee2c54dbb278aa0f5837ff.zip
gdb-611889b118c32aa97dee2c54dbb278aa0f5837ff.tar.gz
gdb-611889b118c32aa97dee2c54dbb278aa0f5837ff.tar.bz2
* mn10300-linux-tdep.c: New file.
* Makefile.in (mn10300-linux-tdep.o): New Makefile target. * config/mn10300/linux.mt (TDEPFILES): Add mn10300-linux-tdep.o and corelow.o. * mn10300-tdep.h (E_E8_REGNUM, E_E9_REGNUM, E_E10_REGNUM) (E_FPCR_REGNUM, E_FS0_REGNUM): New constants.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 6f86a64..92c8ad1 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2305,6 +2305,8 @@ mips-tdep.o: mips-tdep.c $(defs_h) $(gdb_string_h) $(gdb_assert_h) \
$(floatformat_h)
mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \
$(regcache_h) $(gregset_h)
+mn10300-linux-tdep.o: mn10300-linux-tdep.c $(defs_h) $(gdbcore_h) \
+ $(gdb_string_h) $(regcache_h) $(mn10300_tdep_h)
mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \
$(gdbtypes_h) $(regcache_h) $(gdb_string_h) $(gdb_assert_h) \
$(frame_h) $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) \