aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-01-24 02:44:02 +0000
committerDoug Evans <dje@google.com>1998-01-24 02:44:02 +0000
commit70d7bd21d15f02f253885e21fbcdb1cd740bccb4 (patch)
tree88fbd593a58544356bfd9f9b93fb7bce525e3e6f
parent5032511dce0922249cf244e3e1e080558226dbf1 (diff)
downloadgdb-70d7bd21d15f02f253885e21fbcdb1cd740bccb4.zip
gdb-70d7bd21d15f02f253885e21fbcdb1cd740bccb4.tar.gz
gdb-70d7bd21d15f02f253885e21fbcdb1cd740bccb4.tar.bz2
* config/tc-txvu.c (assemble_insn): Initialize errmsg = NULL
before calling insert routine.
-rw-r--r--gas/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ef8b4cd..a9c9fe6 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,7 +1,8 @@
start-sanitize-sky
-Fri Jan 23 16:44:19 1998 Doug Evans <devans@seba.cygnus.com>
+Fri Jan 23 18:41:18 1998 Doug Evans <devans@canuck.cygnus.com>
- * config/tc-txvu.c (assemble_insn): Delete test for !isalpha
+ * config/tc-txvu.c (assemble_insn): Initialize errmsg = NULL
+ before calling insert routine. Delete test for !isalpha
after parsing mnemonic. ASCII operand chars are case insensitive.
Thu Jan 22 20:30:24 1998 Doug Evans <devans@seba.cygnus.com>