diff options
author | Nick Clifton <nickc@redhat.com> | 1998-08-21 17:03:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-08-21 17:03:20 +0000 |
commit | 108fb83e1360cdf134cf08ed3adeefd41a9bf1cb (patch) | |
tree | 8ae7b9454bfdee05e8a5efe150cfa12ba24768c2 | |
parent | bb7835f04c1234a27a4c978e82a2362da7c2645a (diff) | |
download | gdb-108fb83e1360cdf134cf08ed3adeefd41a9bf1cb.zip gdb-108fb83e1360cdf134cf08ed3adeefd41a9bf1cb.tar.gz gdb-108fb83e1360cdf134cf08ed3adeefd41a9bf1cb.tar.bz2 |
Fix for PR15003 - copy prev_opcode over opcode after issuing first insn in
a REVSEQ pair.
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 414b377..206816a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 21 18:43:48 1998 Nick Clifton <nickc@cygnus.com> + + * config/tc-d30v.c (md_assemble): Copy previous opcode over + current opcode after writing the first insturction of a reverse + sequential pair. + Fri Aug 21 07:30:35 1998 Doug Evans <devans@canuck.cygnus.com> * read.h (generate_lineno_debug): Add prototype. |