diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-11-06 17:18:10 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-11-06 17:18:10 +0000 |
commit | 5f6a23518ec7ebbe6ff22053326f0d074d5523ac (patch) | |
tree | 835a29990752f961fa1e80ce94269cf73c258c99 /gdb/Makefile.in | |
parent | 3b645373bf467daee9675f402c164ae00d26f94f (diff) | |
download | gdb-5f6a23518ec7ebbe6ff22053326f0d074d5523ac.zip gdb-5f6a23518ec7ebbe6ff22053326f0d074d5523ac.tar.gz gdb-5f6a23518ec7ebbe6ff22053326f0d074d5523ac.tar.bz2 |
* alpha-mdebug-tdep.c: #include mdebugread.h.
Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
* Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c179641b..c6572e5 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1651,7 +1651,7 @@ alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(gdb_assert_h) \ $(osabi_h) $(alpha_tdep_h) alpha-mdebug-tdep.o: alpha-mdebug-tdep.c $(defs_h) $(frame_h) \ $(frame_unwind_h) $(frame_base_h) $(symtab_h) $(gdbcore_h) \ - $(block_h) $(gdb_assert_h) $(alpha_tdep_h) + $(block_h) $(gdb_assert_h) $(alpha_tdep_h) $(mdebugread_h) alpha-nat.o: alpha-nat.c $(defs_h) $(gdb_string_h) $(inferior_h) \ $(gdbcore_h) $(target_h) $(regcache_h) $(alpha_tdep_h) $(gregset_h) alphanbsd-tdep.o: alphanbsd-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \ |