tweak comment in last entry
authorDoug Evans <dje@google.com>
Fri, 3 Apr 1998 20:37:32 +0000 (20:37 +0000)
committerDoug Evans <dje@google.com>
Fri, 3 Apr 1998 20:37:32 +0000 (20:37 +0000)
gas/config/tc-dvp.c

index 8facff11a0af3f09505309625b8f79b22088cf9b..64e516bd1c593cc0d4e57179f561b06e3a8418b8 100644 (file)
@@ -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);