aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-12 18:01:28 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-12 18:01:28 +0000
commite14e6e9cddbfb695027716b87c54ef533da2818b (patch)
treeca1b9895e3f73e87c2c5c9259e48dbef3e0830b6 /gdb/mips-tdep.h
parent21c3830442ce4924db744ac66848e6a739ec8f61 (diff)
downloadgdb-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.h3
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 */