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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e4c4ebb..4189edc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +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. + 2004-10-30 Mark Kettenis <kettenis@gnu.org> * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h". |