diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-30 22:11:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-30 22:11:18 +0000 |
commit | d37cca3d684da261b7982e9b854d532048a355e2 (patch) | |
tree | efad85534a7926b6630b4d31443c4e7616412346 /gdb/config | |
parent | b7cbf173ac114cb7f8bc5cca12079d8d9137acc5 (diff) | |
download | gdb-d37cca3d684da261b7982e9b854d532048a355e2.zip gdb-d37cca3d684da261b7982e9b854d532048a355e2.tar.gz gdb-d37cca3d684da261b7982e9b854d532048a355e2.tar.bz2 |
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')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 76cb636..3fce4fc 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 */ |