Enable Intel AVX512_4VNNIW instructions
[deliverable/binutils-gdb.git] / gas / read.c
index 35d44c1aee614f2c6e17a6cca53178ac07de287c..a940ff3af9291669a63cca10249d2564988fe7ba 100644 (file)
@@ -3255,7 +3255,9 @@ assign_symbol (char *name, int mode)
          && !S_CAN_BE_REDEFINED (symbolP))
        {
          as_bad (_("symbol `%s' is already defined"), name);
-         symbolP = symbol_clone (symbolP, 0);
+         ignore_rest_of_line ();
+         input_line_pointer--;
+         return;
        }
       /* If the symbol is volatile, copy the symbol and replace the
         original with the copy, so that previous uses of the symbol will
This page took 0.024025 seconds and 4 git commands to generate.