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/mips-tdep.h | |
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/mips-tdep.h')
-rw-r--r-- | gdb/mips-tdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h index 8e19bcd..5d3aa85 100644 --- a/gdb/mips-tdep.h +++ b/gdb/mips-tdep.h @@ -40,4 +40,7 @@ enum mips_abi /* Return the MIPS ABI associated with GDBARCH. */ enum mips_abi mips_abi (struct gdbarch *gdbarch); +/* For wince :-(. */ +extern CORE_ADDR mips_next_pc (CORE_ADDR pc); + #endif /* MIPS_TDEP_H */ |