aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-02 05:50:40 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-02 05:50:40 +0000
commit28e1e54d139cdbd9a02c62dcce33b6f8c2154887 (patch)
treec395e5c68ed6f13a7367c59a0a6384fb452d4eec /gas/ChangeLog
parent2d89f63ec21693cb53caec82f93dd2f9363fbaba (diff)
downloadgdb-28e1e54d139cdbd9a02c62dcce33b6f8c2154887.zip
gdb-28e1e54d139cdbd9a02c62dcce33b6f8c2154887.tar.gz
gdb-28e1e54d139cdbd9a02c62dcce33b6f8c2154887.tar.bz2
* config/tc-v850.c (md_assemble): Use opcode->name instead of
opcode->opcode as the sentinal. Zero is a valid opcode.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f7ad61c..a6b86d9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 2 15:40:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * config/tc-v850.c (md_assemble): Use opcode->name instead of
+ opcode->opcode as the sentinal. Zero is a valid opcode.
+
start-sanitize-v850
Tue Aug 26 16:51:14 1997 Ian Lance Taylor <ian@cygnus.com>