From: Nick Clifton Date: Fri, 21 Aug 1998 17:03:20 +0000 (+0000) Subject: Fix for PR15003 - copy prev_opcode over opcode after issuing first insn in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=108fb83e1360cdf134cf08ed3adeefd41a9bf1cb;p=binutils-gdb.git Fix for PR15003 - copy prev_opcode over opcode after issuing first insn in a REVSEQ pair. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 414b377b5ff..206816a4347 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 21 18:43:48 1998 Nick Clifton + + * 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 * read.h (generate_lineno_debug): Add prototype.