aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-01-02 19:21:36 +0000
committerJeff Law <law@redhat.com>1997-01-02 19:21:36 +0000
commitbc830321486a9158e5d051cd2c5999c8edc7eded (patch)
treeaf2563901ea6e3e7ed6e2646669854985616509a /opcodes/ChangeLog
parentfb0b06b0cf179c7a6d34eb73f74c188f5ed1f8af (diff)
downloadgdb-bc830321486a9158e5d051cd2c5999c8edc7eded.zip
gdb-bc830321486a9158e5d051cd2c5999c8edc7eded.tar.gz
gdb-bc830321486a9158e5d051cd2c5999c8edc7eded.tar.bz2
* mn10300-dis.c (disassemble): Make sure all variables are initialized
before they are used. Fixes various weird disassembly problems.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index ccf0a6e..a8ba2d0 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 2 12:14:29 1997 Jeffrey A Law (law@cygnus.com)
+
+ * mn10300-dis.c (disassemble): Make sure all variables are initialized
+ before they are used.
+
start-sanitize-v850
Tue Dec 31 12:20:38 1996 Jeffrey A Law (law@cygnus.com)