diff options
author | Doug Evans <dje@google.com> | 1998-01-23 05:36:20 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-23 05:36:20 +0000 |
commit | 23ded74859bcc9a016dcc5b46a22ca4ea9ace234 (patch) | |
tree | f868dd957ca6d4b52bd1dd76fa7f11f21c5f1d53 | |
parent | f3da1439256bc280e94cf98dcbef46ddc0c4c272 (diff) | |
download | gdb-23ded74859bcc9a016dcc5b46a22ca4ea9ace234.zip gdb-23ded74859bcc9a016dcc5b46a22ca4ea9ace234.tar.gz gdb-23ded74859bcc9a016dcc5b46a22ca4ea9ace234.tar.bz2 |
* config/tc-txvu.c (assemble_insn): Commas moved to opcode table.
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0e7a26a..2a930a7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +start-sanitize-sky +Thu Jan 22 20:30:24 1998 Doug Evans <devans@seba.cygnus.com> + + * config/tc-txvu.c (assemble_insn): Commas moved to opcode table. + +end-sanitize-sky Thu Jan 22 17:51:44 1998 Nick Clifton <nickc@cygnus.com> start-sanitize-m32rx @@ -66,8 +72,10 @@ Thu Jan 15 09:33:11 1998 Gavin Koch <gavin@cygnus.com> end-sanitize-vr4111 Wed Jan 14 17:52:33 1998 Nick Clifton <nickc@cygnus.com> +start-sanitize-m32rx * config/tc-m32r.c (md_assemble): Add support for parsing parallel instructions. +end-sanitize-m32rx * cgen.c: Formatting changes to improve readability. Wed Jan 14 15:41:41 1998 Jeffrey A Law (law@cygnus.com) |