aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
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
commitd37cca3d684da261b7982e9b854d532048a355e2 (patch)
treeefad85534a7926b6630b4d31443c4e7616412346 /gdb/ChangeLog
parentb7cbf173ac114cb7f8bc5cca12079d8d9137acc5 (diff)
downloadgdb-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/ChangeLog6
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".