diff options
author | Doug Evans <dje@google.com> | 1998-04-03 20:37:32 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-04-03 20:37:32 +0000 |
commit | 79cb0c8a2fc8df9735259b524c7a1f39f5518d1e (patch) | |
tree | 859610767aab014ede2ef013060bea63ce2d925e | |
parent | a3c63e840ed052902fd7b8699376a33270b1ae73 (diff) | |
download | gdb-79cb0c8a2fc8df9735259b524c7a1f39f5518d1e.zip gdb-79cb0c8a2fc8df9735259b524c7a1f39f5518d1e.tar.gz gdb-79cb0c8a2fc8df9735259b524c7a1f39f5518d1e.tar.bz2 |
tweak comment in last entry
-rw-r--r-- | gas/config/tc-dvp.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/gas/config/tc-dvp.c b/gas/config/tc-dvp.c index 8facff1..64e516b 100644 --- a/gas/config/tc-dvp.c +++ b/gas/config/tc-dvp.c @@ -546,11 +546,9 @@ assemble_vif (str) with a symbol that marks the beginning of the aligned data. */ /* Ensure relaxable fragments are in their own fragment. - Otherwise there can be two fixups in one fragment - (e.g. a dma tag followed by a `direct' insn) and md_apply_fix3 - has trouble determining where to apply the fixup (because - we set fr_opcode for the `direct' insn because it can move - in the fragment). */ + Otherwise md_apply_fix3 mishandles fixups to insns earlier + in the fragment (because we set fr_opcode for the `direct' insn + because it can move in the fragment). */ frag_wane (frag_now); frag_new (0); @@ -598,11 +596,9 @@ assemble_vif (str) with a symbol that marks the beginning of the aligned data. */ /* Ensure relaxable fragments are in their own fragment. - Otherwise there can be two fixups in one fragment - (e.g. a dma tag followed by a `direct' insn) and md_apply_fix3 - has trouble determining where to apply the fixup (because - we set fr_opcode for the `direct' insn because it can move - in the fragment). */ + Otherwise md_apply_fix3 mishandles fixups to insns earlier + in the fragment (because we set fr_opcode for the `direct' insn + because it can move in the fragment). */ frag_wane (frag_now); frag_new (0); |