diff options
Diffstat (limited to 'gdb/mips-tdep.h')
-rw-r--r-- | gdb/mips-tdep.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h index 92eaa3d..a0bafa3 100644 --- a/gdb/mips-tdep.h +++ b/gdb/mips-tdep.h @@ -40,9 +40,6 @@ 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); - /* Return the MIPS ISA's register size. Just a short cut to the BFD architecture's word size. */ extern int mips_isa_regsize (struct gdbarch *gdbarch); |