Added missing sanitization markers.
authorNick Clifton <nickc@redhat.com>
Thu, 4 Dec 1997 17:30:37 +0000 (17:30 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 4 Dec 1997 17:30:37 +0000 (17:30 +0000)
gas/config/tc-v850.c

index 563fc54..f6ed3ba 100644 (file)
@@ -1647,6 +1647,7 @@ md_assemble (str)
                }
              else
                {
+/* start-sanitize-v850e */
                  if (reloc == BFD_RELOC_32)
                    {
                      if ((operand->flags & V850E_IMMEDIATE32) == 0)
@@ -1660,6 +1661,7 @@ md_assemble (str)
                      extra_data            = ex.X_add_number;
                      ex.X_add_number       = 0;
                    }
+/* end-sanitize-v850e */
                      
                  if (fc > MAX_INSN_FIXUPS)
                    as_fatal ("too many fixups");