diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-12 18:01:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-12 18:01:28 +0000 |
commit | e14e6e9cddbfb695027716b87c54ef533da2818b (patch) | |
tree | ca1b9895e3f73e87c2c5c9259e48dbef3e0830b6 /gdb/Makefile.in | |
parent | 21c3830442ce4924db744ac66848e6a739ec8f61 (diff) | |
download | gdb-e14e6e9cddbfb695027716b87c54ef533da2818b.zip gdb-e14e6e9cddbfb695027716b87c54ef533da2818b.tar.gz gdb-e14e6e9cddbfb695027716b87c54ef533da2818b.tar.bz2 |
2003-06-12 Andrew Cagney <cagney@redhat.com>
* wince.c: Include "mips-tdep.h".
* mips-tdep.h (mips_next_pc): Declare.
* mcore-tdep.c: Make more local functions static.
* Makefile.in (wince.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a7ebc6a..42ef53d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2371,9 +2371,8 @@ win32-nat.o: win32-nat.c $(defs_h) $(tm_h) $(frame_h) $(inferior_h) \ $(gdb_string_h) $(gdbthread_h) $(gdbcmd_h) wince-stub.o: wince-stub.c $(wince_stub_h) wince.o: wince.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) $(gdbcore_h) \ - $(command_h) $(buildsym_h) $(symfile_h) $(objfiles_h) \ - $(gdb_string_h) $(gdbthread_h) $(gdbcmd_h) $(wince_stub_h) \ - $(regcache_h) + $(command_h) $(buildsym_h) $(symfile_h) $(objfiles_h) $(gdb_string_h) \ + $(gdbthread_h) $(gdbcmd_h) $(wince_stub_h) $(regcache_h) $(mips_tdep_h) wrapper.o: wrapper.c $(defs_h) $(value_h) $(wrapper_h) x86-64-linux-nat.o: x86-64-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ $(regcache_h) $(gdb_assert_h) $(gdb_string_h) $(gregset_h) \ |