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/wince.c | |
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/wince.c')
-rw-r--r-- | gdb/wince.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/wince.c b/gdb/wince.c index 322564e..41541dc 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -56,6 +56,9 @@ #include "wince-stub.h" #include <time.h> #include "regcache.h" +#ifdef MIPS +#include "mips-tdep.h" +#endif /* The ui's event loop. */ extern int (*ui_loop_hook) (int signo); |