summaryrefslogtreecommitdiff
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
commit84e1198c52c12fa78152e164bebeab4558cbcadc (patch)
tree5081c78e2958cf42c6443d68c6e0f31acc987aff /gdb/mips-tdep.h
parent84971c8d47e87e8cebfce6955e22704da37599b4 (diff)
downloadgdb-84e1198c52c12fa78152e164bebeab4558cbcadc.tar.gz
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 8e19bcdf266..5d3aa85692d 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 */