aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-26 18:01:58 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-26 18:01:58 +0000
commitd31431ed7c28b0df944f5daf3e772b058f66d351 (patch)
tree15c5e10ba63a4f4315f60c72c87c41eb50e13e2c /gdb/ChangeLog
parent02fc308916fff15f2a1c7b2f275dd27f2e31cc14 (diff)
downloadgdb-d31431ed7c28b0df944f5daf3e772b058f66d351.zip
gdb-d31431ed7c28b0df944f5daf3e772b058f66d351.tar.gz
gdb-d31431ed7c28b0df944f5daf3e772b058f66d351.tar.bz2
2003-06-26 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (gdb_print_insn_mips): Only explicitly set info->mach when MIPS16. Patch suggested by Fred Fish.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a6f3fd8..cbcbf81 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2003-06-26 Andrew Cagney <cagney@redhat.com>
+ * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
+ info->mach when MIPS16. Patch suggested by Fred Fish.
+
+2003-06-26 Andrew Cagney <cagney@redhat.com>
+
* utils.c (internal_vproblem): Print the problem to a reason
buffer and then pass to query. Make the msg variable more local.