summaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-30 22:11:18 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-30 22:11:18 +0000
commitd7ebd083308d79b0978837fab53b7bda7a666575 (patch)
tree90669a15ba40a2012efc6abef135f92bb817e7c7 /gdb/config/mips
parent7beed2deec2c45c7d5b7617c784d5d8d6b3200ba (diff)
downloadgdb-d7ebd083308d79b0978837fab53b7bda7a666575.tar.gz
2004-10-30 Andrew Cagney <cagney@gnu.org>
* config/mips/tm-mips.h (t_insn): Delete. * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code): Replace t_insn with ULONGEST.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/tm-mips.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 76cb6366d2b..3fce4fc2669 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -84,7 +84,4 @@ typedef struct mips_extra_func_info
#define DEPRECATED_IGNORE_HELPER_CALL(pc) mips_ignore_helper (pc)
extern int mips_ignore_helper (CORE_ADDR pc);
-/* Definitions and declarations used by mips-tdep.c and remote-mips.c */
-typedef unsigned long t_inst; /* Integer big enough to hold an instruction */
-
#endif /* TM_MIPS_H */